2cbc072b5dfcf7e213bb41682cf7ac532db9b5be
[claws.git] / ChangeLog.claws
1 2003-09-17 [paul]       0.9.5claws17
2
3         * sync with 0.9.5cvs8
4                 see ChangeLog 2003-09-16 and 2003-09-17
5
6 2003-09-16 [paul]       0.9.5claws16
7
8         * sync with 0.9.5cvs6
9                 see ChangeLog 2003-09-16
10
11 2003-09-15 [paul]       0.9.5claws15
12
13         * sync with 0.9.5cvs5
14                 see ChangeLog 2003-09-15
15
16 2003-09-14 [alfons]     0.9.5claws14
17
18         * src/inc.c
19                 make "Go to inbox after receiving new mail" again;
20                 regression of a sync, restored to sylpheed main 
21                 behaviour. (misses still some bits)
22
23 2003-09-14 [alfons]     0.9.5claws13
24
25         * src/prefs_filtering_action.c
26                 o add proper message if empty execute command line
27                 o don't select first action item after registering a
28                   new action to prevent (what seems to be a GTK) bug
29                   #36, "filtering will only accept one action change 
30                   per invocation".
31
32 2003-09-14 [alfons]     0.9.5claws12
33
34         * src/prefs_filtering.c
35         * src/prefs_filtering_action.c
36         * src/prefs_matcher.c
37                 fix function signature for key_pressed_event signal handlers
38
39 2003-09-14 [alfons]     0.9.5claws11
40
41         * src/mainwindow.c
42                 fix regression caused by fix for invalid bug #7
43                 (should fix #246, "Multiple selections are deselected when 
44                 moving from search window to main window")
45                 
46 2003-09-14 [alfons]     0.9.5claws10
47         
48         * src/actions.[ch]
49         * src/filtering.[ch]
50         * src/prefs_actions.c
51                 allow `filtering actions` in actions; only for advanced users
52                 right now: try for example, "%as{mark color 2}" 
53         
54 2003-09-13 [paul]       0.9.5claws9
55         
56         * po/pl.po
57           po/zh_CN.po   ** NEW FILE **
58                 update Polish translation, submitted by Emil 
59                 <eminowbl@posejdon.wpk.p.lodz.pl>
60                 add new Simplified Chinese translation, submitted by
61                 Hansom Young <hansom_young@yahoo.com>
62
63 2003-09-12 [alfons]     0.9.5claws8
64
65         * src/summaryview.c
66                 don't open separate message views when View | Separate message view
67                 is active 
68                 (please look carefully for any navigation regressions)
69
70 2003-09-11 [alfons]     0.9.5claws7
71
72         * src/mainwindow.c
73                 make default message view, opened by View | Separate message 
74                 view, look like a claws message view (which includes a menu
75                 bar and a toolbar)
76                 (fixes bug #298, "message view loses tool bar") 
77
78 2003-09-11 [christoph]  0.9.5claws6
79
80         * src/folderview.c
81                 fix double deleting of newsgroup folders
82
83         (closes Bug 305 crash after deleting of a newsgroup)
84
85 2003-09-11 [paul]       0.9.5claws5
86
87         * src/rfc2015.c
88           src/common/utils.h
89                 more sync'ing from 0.9.5cvs2
90
91         fixes bug 197 'Header lines encrypted by GPG'
92
93 2003-09-11 [christoph]  0.9.5claws4
94
95         * src/compose.c
96         * src/rfc2015.c
97         * src/common/utils.h
98                 fix sync with 0.9.5cvs2
99
100 2003-09-11 [paul]       0.9.5claws3
101
102         * sync with 0.9.5cvs4
103                 see ChangeLog 2003-09-11
104
105 2003-09-11 [paul]       0.9.5claws2
106
107         * sync with 0.9.5cvs2
108                 see ChangeLog 2003-09-05
109                 
110 2003-09-11 [paul]       0.9.5claws1
111
112         * sync with 0.9.5cvs3
113                 see ChangeLog 2003-09-10
114
115 2003-09-10 [paul]       0.9.5claws
116
117         * 0.9.5claws released
118
119 2003-09-10 [paul]       0.9.4claws78
120
121         * src/Makefile.am
122                 add missing files
123
124 2003-09-10 [melvin]     0.9.4claws77
125
126         * po/fr.po
127                 Updated French translations
128
129 2003-09-10 [paul]       0.9.4claws76
130
131         * po/es.po
132           po/sk.po
133           po/sr.po
134                 update Spanish, Slovak, and Serbian translations.
135                 submitted by Ricardo Mones Lastra, Andrej Kacian,
136                 and Urke MMI
137                 
138         * AUTHORS
139                 add translation team section
140
141 2003-09-09 [christoph]  0.9.4claws75
142
143         * src/folder.c
144                 free item->prefs in folder_item_destroy
145
146 2003-09-09 [alfons]     0.9.4claws74
147
148         * src/folderview.c
149                 o proper check for root node sorting
150                 o remove unnecessary gtk_ctree_remove_node 
151
152         (should fix bug #300, "crash while moving folder")      
153
154 2003-09-08 [christoph]  0.9.4claws73
155
156         * src/folderview.c
157                 o fix double adding of IMAP FolderItems to GtkCTree
158                 o fix crash then mbox folder is removed
159
160 2003-09-08 [christoph]  0.9.4claws72
161
162         * src/folder.c
163         * src/folderview.c
164         * src/mainwindow.c
165                 fix new folder notification
166
167         * src/mbox_folder.c
168                 fix cache path
169
170 2003-09-08 [christoph]  0.9.4claws71
171
172         * src/compose.c
173                 replace '\n' and '\r' before removing trailing spaces
174
175         * src/folder.[ch]
176         * src/folderview.c
177                 add information about new or removed items in folder tree change
178                 notification and use this in folderview to add and remove only
179                 the appected items and not refresh the whole tree
180
181 2003-09-07 [match]      0.9.4claws70
182
183         * src/Makefile.am
184         * src/addr_compl.c
185         * src/addressbook.c
186         * src/addressitem.h
187         * src/addrindex.c
188         * src/addritem.c
189         * src/addritem.h
190         * src/addrquery.c                       ** NEW **
191         * src/addrquery.h
192         * src/ldapquery.c
193         * src/ldapserver.c
194         * src/stock_pixmap.c
195         * src/stock_pixmap.h
196         * src/pixmaps/address_search.xpm        ** NEW **
197                 re-introduce Lookup button for LDAP 'static' searches.
198
199 2003-09-07 [alfons]     0.9.4claws69
200         
201         * src/summaryview.c
202                 abandon setting usize for messageview because it gives layout problems
203                 with the quick search bar and the headerview; fixes assorted UI glitches:
204                 
205                 o bug #148, "Toggling of quick-search bar reduces index view area" 
206                 o bug #280, "Window resiizes for line length but does not revert"
207
208 2003-09-07 [christoph]  0.9.4claws68
209
210         * src/compose.c
211                 o make sure we don't have any newlines in header values
212                 o check custom headers for spaces and newlines and ignore
213                   malformed header names
214
215 2003-09-06 [christoph]  0.9.4claws67
216
217         * src/folder.c
218         * src/folderview.c
219                 invoke notification hook for folder tree changes after append
220                 and remove folder
221
222         (closes Bug 294 Crash while moving folder with many subdirectories)
223
224 2003-09-06 [christoph]  0.9.4claws66
225
226         * src/folder.c
227                 destroy folder's MsgCache if FolderItem is removed to make sure
228                 it is not saved when the FolderItem is destroyed
229
230 2003-09-06 [christoph]  0.9.4claws65
231
232         * src/plugins/clamav/clamav_plugin.c
233                 fix copy & paste bug
234
235 2003-09-05 [christoph]  0.9.4claws64
236
237         * src/folder.c
238         * src/messageview.[ch]
239         * src/procmsg.[ch]
240         * src/summaryview.c
241                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
242                 by MessageView to clear it when the message is deleted. Should
243                 work even if messages are deleted in MainWindow or by
244                 processing.
245
246 2003-09-05 [alfons]     0.9.4claws63
247
248         * src/messageview.c
249                 deleting a message in a message view frees its msginfo, make 
250                 messageview_update_all() aware of that (should fix bug #293,
251                 "deleting message caused crash")
252
253 2003-09-05 [melvin]     0.9.4claws62
254
255         * src/action.c
256                 Improve synchronous action exit code (fixes 
257                 a ~5 seconds delay after action exit on RedHat 9)
258
259 2003-09-04 [christoph]  0.9.4claws61
260
261         * src/compose.c
262         * src/rfc2015.c
263         * src/common/utils.[ch]
264                 add util function to create mime boundary and use it
265                 in compose and gpg code
266
267 2003-09-04 [alfons]     0.9.4claws60
268
269         * src/folder.c
270                 source folder item's GNode should already have been freed in 
271                 a previous call to src->folder->klass->remove_folder()
272                 (should fix bug #287, "crash when moving folders")
273
274 2003-09-03 [thorsten]   0.9.4claws59
275
276         * src/plugins/spamassassin/spamassassin_gtk.c
277                 fix compile error
278
279 2003-09-03 [christoph]  0.9.4claws58
280
281         * src/plugins/spamassassin/spamassassin.[ch]
282         * src/plugins/spamassassin/spamassassin_gtk.c
283                 add timeout config option
284
285 2003-09-03 [paul]       0.9.4claws57
286
287         * po/sk.po      ** NEW FILE **
288                 add Slovak translation. Submitted by Andrej Kacian 
289                 <andrej@kacian.sk>
290
291 2003-09-03 [paul]       0.9.4claws56
292
293         * src/plugins/clamav/clamav_plugin_gtk.c
294                 gui tweaks: replace a label with a tooltip, modify the
295                 text, use gtk_check_button_new(); instead of
296                 gtk_check_button_new_with_label("");
297
298 2003-09-02 [alfons]     0.9.4claws55
299
300         * src/gtk/filesel.c
301                 remember last used dir when attaching multiple files (should fix
302                 bug #290, "Attach File does not remember directory")
303
304 2003-09-01 [paul]       0.9.4claws54
305
306         * po/es.po
307                 updated by Ricardo Mones Lastra
308
309 2003-09-01 [alfons]     0.9.4claws53
310
311         * src/gtk/gtkaspell.[ch]
312                 be pedantic and strict and use const gchar * instead of guchar *
313
314 2003-09-01 [alfons]     0.9.4claws52
315
316         * src/mainwindow.c
317         * src/summaryviewc.
318                 re-enable Save As when multiple messages are selected
319
320 2003-09-01 [paul]       0.9.4claws51
321
322         * src/textview.c
323                 g_free(trimmed_uri);
324
325 2003-09-01 [paul]       0.9.4claws50
326
327         * sync with 0.9.4cvs13
328                 see ChangeLog 2003-09-01
329
330 2003-09-01 [paul]       0.9.4claws49
331
332         * src/textview.c
333                 trim uri before sending to the statusbar
334                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
335                 in the message window causes main S-C window to enlarge 
336                 past screen edges'
337
338 2003-09-01 [paul]       0.9.4claws48
339
340         * sync with 0.9.4cvs12
341                 see ChangeLog 2003-09-01
342
343 2003-08-30 [christoph]  0.9.4claws47
344
345         * src/compose.c
346         * src/folder_item_prefs.[ch]
347         * src/prefs_folder_item.c
348         * src/gtk/gtkaspell.[ch]
349                 commit per folder dictionary patch by
350                 Paul Evans <nerd@freeuk.com>
351
352 2003-08-30 [christoph]  0.9.4claws46
353
354         * src/plugins/spamassassin/spamassassin_gtk.c
355         * src/plugins/spamassassin/spamassassin_gtk.glade
356                 reduce GUI clutter by placing hints into tooltips
357
358 2003-08-30 [paul]       0.9.4claws45
359
360         * src/compose.c
361                 add 'Content-Disposition: inline' to a text/plain
362                 part when using PGP/MIME signing
363
364 2003-08-30 [paul]       0.9.4claws44
365
366         * src/prefs_common.c
367           src/prefs_spelling.c
368           src/prefs_spelling.glade
369                 reduce GUI clutter by placing hints into tooltips
370
371 2003-08-29 [christoph]  0.9.4claws43
372
373         * configure.ac
374                 fix bug found by Ivan Rayner <ivanr@sgi.com>
375
376         * src/stock_pixmap.c
377                 change unecessary warning into a debug message
378
379         * src/plugins/clamav/Makefile.am
380                 Fix error "-I$(CLAMAV_LIBS)"
381
382 2003-08-29 [christoph]  0.9.4claws42
383
384         * intl/Makefile.in
385         * src/Makefile.am
386         * src/matcher.h
387         * src/common/Makefile.am
388         * src/common/passcrypt.c
389                 commit fixes and patches for some of the IRIX problems found by
390                 Ivan Rayner <ivanr@sgi.com>
391
392 2003-08-29 [paul]       0.9.4claws41
393
394         * src/prefs_filtering.c
395                 add 'Top' and 'Bottom' buttons, based on changes in
396                 src/prefs_filter.c in 0.9.4cvs11.
397
398 2003-08-27 [christoph]  0.9.4claws40
399
400         * src/folderview.c
401                 fix bug that the current summary settings were copied to the
402                 wrong folder item, when the folder item prefs are opened.
403                 Copying is not required because summary settings and
404                 folder_item_prefs do not contain the same settings
405
406 2003-08-27 [thorsten]   0.9.4claws39
407
408         * src/imap.c
409                 fix compile error
410
411 2003-08-26 [paul]       0.9.4claws38
412
413         * sync with 0.9.4cvs9
414                 see ChangeLog 2003-08-26
415
416 2003-08-25 [paul]       0.9.4claws37
417
418         * sync with 0.9.4cvs8
419                 see ChangeLog 2003-08-25
420
421 2003-08-24 [christoph]  0.9.4claws36
422
423         * src/prefs_filtering.c
424                 shouldn't remove items from a GSList while iterating over the
425                 list (makes cur invalid and cur->next not accessable)
426
427         (closes Bug 272 i deleted an folder and some seconds later sylpheed
428          crashed)
429
430 2003-08-23 [christoph]  0.9.4claws35
431
432         * src/news.c
433                 news folders should be scanned when opened
434
435 2003-08-22 [christoph]  0.9.4claws34
436
437         * src/prefs_folder_item.c
438                 use macro to assign strings that always frees the old string
439
440         * src/gtk/gtkaspell.[ch]
441                 add gtkaspell_set_dictionary_menu_active_item() to set active
442                 item in dictionary option menu
443
444         * src/prefs_spelling.c
445                 use gtkaspell_set_dictionary_menu_active_item() to select
446                 dictionary
447
448 2003-08-21 [christoph]  0.9.4claws33
449
450         * src/folder.[ch]
451         * src/imap.c
452         * src/mbox_folder.c
453         * src/mh.c
454         * src/news.c
455                 optimize folder system
456
457         * src/gtk/gtkstext.c
458                 fix division by zero when font has 0 width for ' '
459
460 2003-08-21 [paul]       0.9.4claws32
461
462         * sync with 0.9.4cvs7
463                 see ChangeLog 2003-08-20
464
465 2003-08-19 [paul]       0.9.4claws31
466
467         * src/common/defs.h
468                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
469                 SYLDOC_FAQ_HTML_INDEX.
470         * src/manual.c
471                 use LC_MESSAGES instead of LC_ALL to find the current
472                 language
473
474           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
475
476 2003-08-19 [paul]       0.9.4claws30
477
478         * po/bg.po
479                 updated by George Danchev
480
481 2003-08-18 [luke]       0.9.4claws29
482         * src/mimeview.[ch]
483         * src/gtk/gtkvscrollbutton.[ch]
484                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
485                   dependencies; do it the GTK way; reduce code -14/+2 lines)
486                 o removed horizontal separator between icons
487
488 2003-08-17 [christoph]  0.9.4claws28
489
490         * src/procmsg.c
491                 no subject threading when the subject has no reply prefix
492
493 2003-08-16 [christoph]  0.9.4claws27
494
495         * src/mainwindow.c
496                 remember and restore window sizes and position when the main
497                 window is hidden or shown
498
499         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
500          minimised/reopened using trayicon)
501
502 2003-08-16 [paul]       0.9.4claws26
503
504         * src/crash.c
505                 add #include "defs.h"
506
507 2003-08-16 [paul]       0.9.4claws25
508
509         * src/plugins/clamav/clamav_plugin.c
510                 reword a debug_print
511                 
512         * src/plugins/dillo_viewer/dillo_prefs.c
513                 cosmetic: change the labels' text, add tooltips, and
514                 left-align the hint
515
516 2003-08-15 [christoph]  0.9.4claws24
517
518         * src/news.c
519                 complete last change (forgot some changes)
520
521 2003-08-15 [christoph]  0.9.4claws23
522
523         * src/news.c
524                 o check number of messages and don't return a 0 message
525                   when no messages are available
526                 o don't parse xref header anymore
527
528         (closes Bug 203 I'm not getting any news)
529
530 2003-08-15 [paul]       0.9.4claws22
531
532         * src/common/defs.h
533           src/crash.c
534                 update and define claws bugzilla location
535
536 2003-08-15 [paul]       0.9.4claws21
537
538         * po/ru.po
539                 update submitted by Ruslan N. Balkin
540
541 2003-08-14 [christoph]  0.9.4claws20
542
543         * src/procmsg.c
544                 fix search for oldest node in subject threading
545
546 2003-08-14 [christoph]  0.9.4claws19
547
548         * src/procmsg.c
549         * src/common/utils.h
550                 add possibility to check all nodes with the same subject for
551                 subject threading, not only the oldest node. Should not break
552                 threads anymore if the oldest node is thread_by_subject_max_age
553                 days older then parent, because it can now find a child of
554                 oldest node as new parent.
555
556 2003-08-11 [christoph]  0.9.4claws18
557
558         * src/plugins/spamassassin/spamassassin.c
559                 run spam check in background process
560
561 2003-08-10 [alfons]     0.9.4claws17
562
563         * src/summaryview.c
564                 make `Select All' sensitive too
565
566 2003-08-10 [christoph]  0.9.4claws16
567
568         * src/imap.c
569                 add more checks in imap_close
570
571 2003-08-09 [alfons]     0.9.4claws15
572
573         * src/prefs_spelling.c
574                 no spell checking UI if not requested
575
576 2003-08-09 [alfons]     0.9.4claws14
577
578         * src/gtk/prefswindow.c
579                 make it compile
580
581 2003-08-09 [christoph]  0.9.4claws13
582
583         * src/prefs_spelling.c
584         * src/gtk/prefswindow.[ch]
585         * src/plugins/clamav/clamav_plugin_gtk.c
586         * src/plugins/spamassassin/spamassassin_gtk.c
587                 sort prefs pages by heighest weight in tree
588
589 2003-08-09 [paul]       0.9.4claws12
590
591         * sync with 0.9.4cvs6
592                 see ChangeLog 2003-08-07
593                 
594         * AUTHORS
595                 add Leandro and Luke to claws-branch section
596
597 2003-08-09 [christoph]  0.9.4claws11
598
599         * src/gtk/Makefile.am
600         * src/gtk/colorsel.[ch]                 ** NEW **
601                 create a color selection dialog that can be used as a simple
602                 function call with it's own gtk main loop like filesel.[ch]
603
604         * src/Makefile.am
605         * src/main.c
606         * src/prefs_common.c
607         * src/prefs_spelling.[ch]               ** NEW **
608         * src/prefs_spelling.glade              ** NEW **
609         * src/gtk/gtkutils.[ch]
610                 move "Spell Checker" prefs to new prefs dialog
611
612         * src/prefs_folder_item.c
613                 use new colorsel dialog
614
615 2003-08-08 [paul]       0.9.4claws10
616
617         * src/inc.c
618                 clear the progress bar unconditionally
619
620 2003-08-08 [paul]       0.9.4claws9
621
622         * sync with 0.9.4cvs4
623                 see ChangeLog 2003-07-31
624
625 2003-08-07 [christoph]  0.9.4claws8
626
627         * configure.ac
628                 fix bug in image viewer plugin part
629
630         * src/imap.c
631                 don't execute close command if the folder item is not selected
632
633 2003-08-07 [hoa]        0.9.4claws7
634
635         * src/filtering.[ch]
636         * src/matcher_parser.h
637         * src/matcher_parser_parse.y
638                 can define several actions for each filtering rule
639                 can import old versions of filtering rules
640
641         * src/prefs_filtering.c
642                 call to a new dialog box to define actions
643
644         * src/prefs_filtering_action.[ch]
645                 dialog box to define actions for filtering rules
646
647 2003-08-06 [christoph]  0.9.4claws6
648
649         * src/imap.c
650                 make sure source folder is selected when copying messages
651
652 2003-08-06 [christoph]  0.9.4claws5
653
654         * sync with 0.9.4cvs2
655                 see ChangeLog 2003-07-29                
656
657 2003-08-05 [paul]       0.9.4claws4
658
659         * sync with 0.9.4cvs3
660                 see ChangeLog 2003-07-30
661
662 2003-08-04 [match]      0.9.4claws3
663
664         * po/POTFILES.in
665                 export of LDIF files.
666
667 2003-08-04 [match]      0.9.4claws2
668
669         * src/ldif.[ch]
670                 support for export LDIF. documented.
671         * src/importldif.[ch]
672         * src/exportldif.[ch]
673                 add tooltips. documented.
674         * src/exphtmldlg.[ch]
675         * src/common/xmlprops.[ch]
676                 documented.
677         * src/exportldif.[ch]                   ** NEW **
678         * src/expldifdlg.[ch]                   ** NEW **
679         * src/addressbook.[ch]
680         * src/Makefile.am
681                 export of LDIF files.
682                 documented.
683
684 2003-08-04 [christoph]  0.9.4claws1
685
686         * .cvsignore
687         * Makefile.am
688         * configure.ac
689         * sylpheed-claws.pc.in                  ** NEW **
690         * src/Makefile.am
691         * src/common/Makefile.am
692         * src/gtk/Makefile.am
693                 install sylpheed header files in $(pkgincludedir) and create a
694                 pkg-config file to allow building a plugin without the source
695                 package
696
697 2003-08-04 [paul]       0.9.4claws
698
699         * version 0.9.4claws
700
701 2003-08-04 [paul]       0.9.3claws97
702
703         * po/es.po
704                 update Spanish translation. Submitted by Ricardo
705                 Mones Lastra.
706
707 2003-08-03 [paul]       0.9.3claws96
708
709         * po/hr.po
710           po/sr.po
711                 update Croatian and Serbian translations. Submitted by
712                 Dragan and Urke MMI respectively
713
714 2003-08-03 [alfons]     0.9.3claws95
715
716         * src/summaryview.c
717                 mark flag has precedence over important flag - seems
718                 to have been changed in sync of 0.9.3claws45. this fixes
719                 a regression where messages that were scored as important
720                 don't show their mark flags. (using the same column for
721                 both importance as mark flags is the real problem
722                 ofcourse)
723
724 2003-08-03 [melvin]     0.9.3claws94
725
726         * po/fr.po
727                 Updated French translations.
728
729 2003-08-03 [melvin]     0.9.3claws93
730
731         * src/Makefile.am
732                 Fixed typo introduced after 0.9.3claws92 
733                 that prevented compilation
734                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
735                 CPPFLAGS and YFLAGS to allow user setting these.
736         * src/common/Makefile.am
737         * src/gtk/Makefile.am
738         * src/plugins/clamav/Makefile.am
739         * src/plugins/demo/Makefile.am
740         * src/plugins/dillo_viewer/Makefile.am
741         * src/plugins/image_viewer/Makefile.am
742         * src/plugins/mathml_viewer/Makefile.am
743         * src/plugins/spamassassin/Makefile.am
744         * src/plugins/trayicon/Makefile.am
745         * src/plugins/trayicon/libeggtrayicon/Makefile.am
746                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
747                 CPPFLAGS and YFLAGS to allow user setting these.
748
749 2003-08-02 [christoph]  0.9.3claws92
750
751         * configure.ac
752                 o rearrange plugin tests
753                 o add test for clamav.h to ClamAV tests
754
755 2003-08-02 [luke]       0.9.3claws91
756
757         * src/mimeview.c
758                 o fixed appearance of icon list when toggling back from the 
759                   ctree
760                 o toggling of icons using the keyboard works correctly
761                 o fixed all other keyboard shortcuts to work when icons are
762                   active
763         
764         * src/messageview.c
765                 o fixed bug 4 - focus lost when changing messageview view type
766
767 2003-08-02 [christoph]  0.9.3claws90
768
769         * src/common/hooks.c
770                 fix crash when pointer stored in hash table could get invalid
771                 when a plugin is unloaded
772
773 2003-08-01 [christoph]  0.9.3claws89
774
775         * configure.ac
776                 o try to build all plugins (except spamassassin) by default
777                 o don't build a plugin if a dependency check fails
778
779         * src/common/hooks.c
780                 fix warning
781
782 2003-08-01 [match]      0.9.3claws88
783
784         * src/importldif.c
785                 allow single click field selection. document code.
786
787 2003-08-01 [christoph]  0.9.3claws87
788
789         * src/plugins/clamav/clamav_plugin.c
790         * src/plugins/clamav/clamav_plugin_gtk.c
791         * src/plugins/dillo_viewer/dillo_viewer.c
792         * src/plugins/image_viewer/plugin.c
793         * src/plugins/mathml_viewer/mathml_viewer.c
794         * src/plugins/spamassassin/spamassassin.c
795         * src/plugins/spamassassin/spamassassin_gtk.c
796         * src/plugins/trayicon/trayicon.c
797                 add version check to all plugins
798
799 2003-08-01 [hoa]        0.9.3claws86
800
801         * src/prefs_filtering.c
802                 fixed a cosmetic bug, during creation of dialog box,
803                 wrong widgets were shown after creation.
804
805 2003-08-01 [luke]       0.9.3claws85
806
807         * src/mainwindow.c
808                 o fixed visibility of icons/mimeview after toggling separate
809                   message/folder view (factored out some similar code too).
810
811
812 2003-07-31 [alfons]     0.9.3claws84
813
814         * src/mimeview.c
815                 tweak icon box UI a bit more, now allowing right-clicks actions
816                 getting the relevant mime data too; should fix #250, "Can't save 
817                 attachments sometimes".
818
819 2003-07-30 [alfons]     0.9.3claws83
820
821         * src/compose.c
822                 don't do auto-save-draft inside key press handler, but rather
823                 schedule it half of a second later; should fix #67, "autosave 
824                 make re-rediting message crazy"
825
826 2003-07-30 [christoph]  0.9.3claws82
827
828         * src/plugins/trayicon/trayicon.c
829                 process pending events before unloading the plugin
830
831         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
832
833 2003-07-30 [alfons]     0.9.3claws81
834
835         * src/common/hooks.c
836                 parameter 2 of g_hook_destroy() should really be a hook id
837
838 2003-07-30 [alfons]     0.9.3claws80
839
840         * src/common/plugin.c
841                 fix a possibly harmful function signature mismatch 
842                 for plugin_done
843
844 2003-07-30 [alfons]     0.9.3claws79
845
846         * src/common/hooks[.ch]
847                 const correctness
848
849 2003-07-30 [darko]      0.9.3claws78
850
851         * src/summaryview.c
852                 make it compile again
853
854 2003-07-30 [luke]       0.9.3claws77
855
856         * src/crash.c
857         * src/main.c
858                 o added/moved signal handlers for SIGTERM (normal kill command) 
859                   and SIGINT (ctl-c) to be used even without 
860                   --enable-crash-dialog, fixing bug 166
861
862         * src/summaryview.c
863                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
864                   bug 227
865
866         * src/mainwindow.c
867                 o changed sensitivity condition for 'Next new' and 'Next 
868                   unread', fixing bug 8
869
870 2003-07-29 [alfons]     0.9.3claws76
871
872         * src/common/utils.[ch]
873                 add generate_msgid()
874         * src/messageview.c
875                 save ack'ed RRR; fixes #205, "return receipt is not saved in
876                 sent folder".
877
878 2003-07-29 [alfons]     0.9.3claws75
879
880         * src/messageview.c
881                 fix a memleak (claws-only)
882
883 2003-07-29 [alfons]     0.9.3claws74
884
885         * src/mimeview.[ch]
886         * src/gtk/gtkvscrollbutton.[ch]
887                 fix UI glitch where mime icon toolbox' scroll position is not 
888                 reset after switching to another message
889                 
890
891 2003-07-29 [paul]       0.9.3claws73
892
893         * src/prefs_folder_item.c
894                 split the prefs into 2 separate pages
895
896 2003-07-29 [paul]       0.9.3claws72
897
898         * src/compose.c
899                 prepend "\n\n" to a signature without a separator too
900
901 2003-07-29 [paul]       0.9.3claws71
902
903         * src/compose.c
904                 fix bug where changing to an account without an auto-sig
905                 from an initial account without an auto-sig would insert 
906                 2 blank lines at the cursor point
907                 fix bug where changing to an account with an auto-sig
908                 from an initial account without an auto-sig would insert
909                 the sig at the cursor point
910
911 2003-07-29 [paul]       0.9.3claws70
912
913         * src/folderview.c
914                 use the colour from the folder pref unless the folder
915                 has new messages
916
917 2003-07-29 [alfons]     0.9.3claws69
918
919         * src/procmsg.[ch]
920         * src/messageview.c
921         * src/procheader.c
922                 rewrite return receipt request work a little bit (the former 
923                 implementation presumably depended too much on the UI setting
924                 flags). (we're losing the old pending flag.) 
925
926 2003-07-28 [christoph]  0.9.3claws68
927
928         * src/folder.c
929         * src/imap.c
930         * src/mh.c
931         * src/procmsg.[ch]
932                 fix copy to IMAP folder from other folder
933
934 2003-07-28 [christoph]  0.9.3claws67
935
936         * src/procmsg.c
937                 fix sync of procmsg_get_message_file_list
938
939 2003-07-28 [christoph]  0.9.3claws66
940
941         * sync with 0.9.3cvs14
942                 see ChangeLog 2003-07-18
943         * sync with 0.9.3cvs17
944                 see ChangeLog 2003-07-23
945
946         (closes Bug 234 segmentation fault after sending out mail via
947          smtp(auth))
948
949 2003-07-28 [paul]       0.9.3claws65
950
951         * po/es.po
952                 update Spanish translation, submitted by Ricardo Mones
953                 Lastra
954
955 2003-07-28 [christoph]  0.9.3claws64
956
957         * src/folder.[ch]
958         * src/imap.c
959         * src/mh.c
960                 return new message numbers as a GRelation instead of a GSList
961                 that has to be in the same order as the input list. A list
962                 would make it hard for IMAP to optimize oepration by sorting
963                 the input list. The returned list would have to be reordered
964                 to match the same order that input list has.
965
966         * src/gtk/gtkaspell.c
967                 fix missing return value, could cause a crash when garbage is
968                 on the stack that is used as the expected return value
969
970 2003-07-28 [paul]       0.9.3claws63
971
972         * sync with 0.9.4cvs1
973                 see ChangeLog 2003-07-28
974
975 2003-07-27 [alfons]     0.9.3claws62
976
977         * src/mimeview.c
978                 tweak it more to make icon list act like a check button group
979
980 2003-07-27 [christoph]  0.9.3claws61
981
982         * sync with 0.9.3cvs20
983                 see ChangeLog 2003-07-25
984
985 2003-07-27 [paul]       0.9.3claws60
986
987         * src/procmsg.c
988                 re-commit changes from 0.9.3claws58 -
989                 accidently removed in 0.9.3claws59
990
991 2003-07-27 [paul]       0.9.3claws59
992
993         * src/procmsg.[ch]
994                 a sync from 0.9.3cvs17
995                 see ChangeLog 2003-07-23
996
997 2003-07-27 [alfons]     0.9.3claws58
998
999         * src/procmsg.c
1000                 add missing header members to MsgInfo; fixes the problem of 
1001                 not displaying X-Faces, as noticed by Ricardo Mones
1002
1003 2003-07-26 [christoph]  0.9.3claws57
1004
1005         * sync with 0.9.3cvs18
1006                 see ChangeLog 2003-07-24
1007
1008 2003-07-26 [christoph]  0.9.3claws56
1009
1010         * sync with 0.9.3cvs17
1011                 see ChangeLog 2003-07-23
1012
1013 2003-07-26 [christoph]  0.9.3claws55
1014
1015         * src/folder.[ch]
1016         * src/imap.c
1017         * src/mbox_folder.c
1018         * src/mh.c
1019         * src/news.c
1020                 add support for copy function that copy multiple messages
1021                 (not implemented yet)
1022
1023         * src/summaryview.c
1024                 add missing return value
1025
1026 2003-07-26 [paul]       0.9.3claws54
1027
1028         * tools/multiwebsearch.pl
1029                 do whitespace substitution before passing the string
1030                 to the browser. fixes bug with browsers that don't
1031                 do whitespace conversion themselves.
1032
1033 2003-07-25 [christoph]  0.9.3claws53
1034
1035         * src/folder.[ch]
1036         * src/imap.c
1037         * src/mh.c
1038                 rewrite adding of multiple messages to a folder for
1039                 claws' folder system
1040
1041 2003-07-25 [luke]       0.9.3claws52
1042
1043         * src/mimeview.c
1044                 o icon toggles set correctly on leaving ctree mimeview
1045
1046 2003-07-25 [paul]       0.9.3claws51
1047
1048         * partial sync with 0.9.3cvs21 [src/main.c]
1049                 see ChangeLog 2003-07-25
1050
1051 2003-07-24 [paul]       0.9.3claws50
1052
1053         * tools/maildir2sylpheed.pl
1054                 fix typo
1055
1056 2003-07-24 [paul]       0.9.3claws49
1057
1058         * src/mimeview.c
1059                 increase the gutter size of paned so that the panes
1060                 can be resized
1061                 
1062         * src/plugins/demo/demo.c
1063                 squeeze in another typo fix
1064
1065 2003-07-24 [paul]       0.9.3claws48
1066
1067         * src/plugins/demo/demo.c
1068           src/prefs_account.c
1069                 small changes to the English
1070                 
1071         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1072           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1073           src/Makefile.am
1074           src/stock_pixmap.c
1075                 rename the misspelled icon
1076
1077 2003-07-23 [alfons]     0.9.3claws47
1078
1079         * src/mimeview.c
1080                 make icon list look like a list of toggles
1081
1082 2003-07-23 [luke]       0.9.3claws46
1083
1084         * src/pixmaps/mimeview_gpg_expired.xpm
1085         * src/pixmaps/mimeview_gpg_failed.xpm
1086         * src/pixmaps/mimeview_gpg_passed.xpm
1087         * src/pixmaps/mimeview_text_html.xpm
1088         * src/pixmaps/mimeview_image.xpm
1089                 o all icons the same size
1090
1091         * src/mimeview.[ch]
1092                 o mimeview ctree arranged vertically above the viewer
1093                 o icons changed to buttons
1094                 o can use keyboard to select an icon (Enter)
1095                 o resize icon list to width of icons
1096
1097         *  src/gtk/gtkvscrollbutton.c
1098                 o sensitivity of buttons reacts to position
1099
1100 2003-07-23 [christoph]  0.9.3claws45
1101
1102         * sync with 0.9.3cvs14 (incomplete)
1103                 see ChangeLog 2003-07-17
1104
1105 2003-07-23 [alfons]     0.9.3claws44
1106
1107         * src/folder.c
1108         * src/procmsg.h
1109                 sync with my local tree to restore some claws-only things
1110
1111 2003-07-23 [paul]       0.9.3claws43
1112
1113         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1114           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1115           src/Makefile.am
1116           src/mimeview.c
1117           src/procmime.h
1118           src/rfc2015.c
1119           src/stock_pixmap.[ch]
1120                 indicate missing keys and expired sigs/keys
1121                 in mime view column
1122
1123 2003-07-23 [paul]       0.9.3claws42
1124
1125         * src/compose.c
1126                 Redirect fixes: enable automatic account selection and
1127                 do not append signature to message on changing account
1128                 fixes Bug[s] #248
1129
1130 2003-07-23 [paul]       0.9.3claws41
1131
1132         * sync with 0.9.3cvs16
1133                 see ChangeLog 2003-07-23
1134
1135 2003-07-23 [alfons]     0.9.3claws40
1136
1137         * src/inc.c
1138                 give progress dialog a main window, and give it the first 
1139                 one (presumably the only one). fixes bug #247, "segfault on 
1140                 pop-before-smtp" 
1141
1142 2003-07-22 [alfons]     0.9.3claws39
1143
1144         * src/summaryview.c
1145                 shift-space scrolls up
1146
1147 2003-07-22 [paul]       0.9.3claws38
1148
1149         * sync with 0.9.3cvs15
1150                 see ChangeLog 2003-07-22
1151
1152 2003-07-20 [alfons]     0.9.3claws37
1153
1154         * src/compose.c
1155                 put menu inside #ifdef USE_ASPELL..#endif
1156
1157 2003-07-20 [christoph]  0.9.3claws36
1158
1159         * src/procmsg.c
1160                 fix wrong flags in MsgInfo returned by
1161                 procmsg_msginfo_get_full_info()
1162
1163         (closes Bug 221 Deleting messages from the Message View gives incorrect
1164          new/unread message counts in the folder view)
1165
1166         * src/plugins/spamassassin/spamassassin_gtk.c
1167                 add gettext macro for prefs page title
1168
1169 2003-07-20 [paul]       0.9.3claws35
1170
1171         * src/mimeview.c
1172                 redraw icon list on signature check
1173
1174 2003-07-20 [christoph]  0.9.3claws34
1175
1176         * src/Makefile.am
1177         * src/account.c
1178         * src/folder.[ch]
1179         * src/folder_item_prefs.[ch]            ** NEW **
1180         * src/folderview.c
1181         * src/mainwindow.c
1182         * src/mh.c
1183         * src/prefs_gtk.c
1184         * src/prefs_scoring.c
1185         * src/summaryview.c
1186         * src/prefs_folder_item.[ch]
1187                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1188                   Properties dialog
1189                 o use prefswindow for folder properties
1190
1191         * src/gtk/prefswindow.[ch]
1192                 change implementation to use an invisible notebook instead
1193                 of unparenting widgets
1194
1195 2003-07-20 [christoph]  0.9.3claws33
1196
1197         * src/compose.h
1198         * src/folder.c
1199         * src/folderview.h
1200         * src/headerview.h
1201         * src/prefs_filtering.h
1202         * src/prefs_folder_item.[ch]
1203         * src/procmime.h
1204         * src/procmsg.h
1205         * src/summaryview.h
1206                 clean up header mess
1207                 (always use 1. typedefs, 2. #includes, 3. structures)
1208
1209         * src/common/version.h.in
1210                 add casts for constants
1211
1212         * src/plugins/demo/demo.c
1213                 fix typo
1214
1215         * src/plugins/spamassassin/spamassassin.c
1216                 remove unused variable
1217
1218 2003-07-20 [alfons]     0.9.3claws32
1219
1220         * src/mimeview.c
1221                 o make icon buttons respond on left click
1222                 o minor cosmetic change
1223
1224 2003-07-19 [luke]       0.9.3claws31
1225
1226         * src/mimeview.[ch]
1227         * src/gtk/gtkvscrollbutton.c
1228         * src/messageview.c
1229                 o improved mimeview behaviour when selecting a new message
1230                 o plus code cleanups to remove compile warnings
1231
1232
1233 2003-07-19 [alfons]     0.9.3claws30
1234
1235         * src/procmsg.c
1236         * src/compose.c
1237         * src/common/utils.[ch]
1238                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1239
1240 2003-07-19 [alfons]     0.9.3claws29
1241
1242         * src/prefs_folder_item.c
1243                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1244                 string pointers
1245
1246 2003-07-19 [luke]       0.9.3claws28
1247
1248         * src/messageview.c
1249         * src/mimeview.[ch]
1250         * src/procmime.h
1251         * src/rfc2015.c
1252         * src/stock_pixmap.[ch]
1253         * src/gtk/Makefile.am
1254         * src/Makefile.am
1255         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1256         * src/pixmaps/mime_*.xpm                ** NEW **
1257                 o mimeview rearrangement with a new icon shortcut bar
1258
1259 2003-07-19 [alfons]     0.9.3claws27
1260
1261         * src/folderview.c
1262                 o plug leaking nodes_to_recollapse
1263                 o add folderview_recollapse_all_nodes() (not used yet)
1264
1265 2003-07-19 [alfons]     0.9.3claws26
1266
1267         * src/compose.c
1268         * src/common/utils.c
1269                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1270                 for both forwarding as replying
1271
1272 2003-07-18 [christoph]  0.9.3claws25
1273
1274         * configure.ac
1275         * src/common/sylpheed.[ch]
1276         * src/common/version.h.in
1277                 add version in numeric form to allow easy comparison
1278
1279         * src/plugins/demo/demo.c
1280                 add version check
1281                 - sylpheed version > plugin version => never allowed, sylpheed
1282                   could contain unknown API changes
1283                 - sylpheed version < minimum version required => don't load,
1284                   API required not available (if linking does not fail)
1285
1286 2003-07-18 [alfons]     0.9.3claws24
1287         
1288         * src/common/plugin.[ch]
1289                 const correctness
1290
1291 2003-07-18 [christoph]  0.9.3claws23
1292
1293         * src/common/hooks.c
1294                 fix crash when hooks where unregisted
1295
1296         * src/plugins/trayicon/trayicon.c
1297                 unregister detroy signal before destroying the widget
1298                 (still crashes when the plugin is unloaded)
1299
1300 2003-07-18 [alfons]     0.9.3claws22
1301         
1302         * src/folderview.c
1303                 delay expanding folder tree during drags until timeout triggered
1304                 (needs perhaps some tweaking, so testing is welcome)
1305
1306 2003-07-17 [alfons]     0.9.3claws21
1307
1308         * src/folderview.c
1309                 clean up cruft
1310
1311 2003-07-17 [christoph]  0.9.3claws20
1312
1313         * src/common/session.c
1314                 fix opening of SSL connections
1315
1316         * src/plugins/image_viewer/Makefile.am
1317                 add OPENSSL_CFLAGS (we should find a better solution to remove
1318                 this dependencies if they are not required)
1319
1320         * src/plugins/spamassassin/spamassassin.c
1321                 remove setlocale workaround (fixed in libspamc)
1322
1323         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1324          if spell checking enabled)
1325
1326 2003-07-17 [alfons]     0.9.3claws19
1327
1328         * src/common/hooks.[ch]
1329         * src/plugins/clamav/clamav_plugin.c
1330         * src/plugins/spamassassin/spamassassin.c
1331         * src/plugins/trayicon/trayicon.c
1332                 fix signedness muck 
1333
1334 2003-07-17 [alfons]     0.9.3claws18
1335
1336         * src/procmime.c
1337                 plug memleak
1338
1339 2003-07-17 [alfons]     0.9.3claws17
1340
1341         * src/inc.c
1342                 plug memleak
1343
1344 2003-07-17 [paul]       0.9.3claws16
1345
1346         * src/common/defs.h
1347           src/mainwindow.c
1348           src/manual.[ch]
1349                 add link to the Claws site's FAQ page, after the suggestion
1350                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1351                 Move url strings to defs.h
1352                 
1353         * src/mainwindow.c
1354                 fix typo to prevent "unknown menu entry" warnings
1355
1356 2003-07-17 [alfons]     0.9.3claws15
1357
1358         * src/folderview.[ch]
1359         * src/summaryview.[ch]
1360         * src/mimeview.[ch]
1361                 plug DnD leaks 
1362
1363 2003-07-17 [paul]       0.9.3claws14
1364
1365         * src/inc.c
1366                 remove two instances of 'GTK_EVENTS_FLUSH' because
1367                 they are unnecessary and probably cause a stack overflow
1368
1369 2003-07-16 [christoph]  0.9.3claws13
1370
1371         * src/mimeview.[ch]
1372                 use an invisible GTK notebook to switch between viewers
1373                 instead of reparenting widgets
1374
1375 2003-07-16 [christoph]  0.9.3claws12
1376
1377         * src/folder.c
1378                 move folder_item_update_freeze() to correct place in
1379                 folder_item_scan_full()
1380
1381 2003-07-16 [paul]       0.9.3claws11
1382
1383         * sync with 0.9.3cvs12
1384                 see ChangeLog 2003-07-14 and 2003-07-15
1385
1386 2003-07-16 [christoph]  0.9.3claws10
1387
1388         * src/imap.[ch]
1389         * src/prefs_account.[ch]
1390                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1391
1392 2003-07-15 [alfons]     0.9.3claws9
1393
1394         * src/main.c
1395                 make --config-dir do something useful
1396
1397 2003-07-15 [alfons]     0.9.3claws8
1398
1399         * src/procmsg.c
1400                 o fix a bug where 'last' didn't really point to the last message
1401                   in the top level list of children, but to the last threaded
1402                   message. 
1403                 
1404                 o clean up and make it easier to sync
1405
1406 2003-07-15 [alfons]     0.9.3claws7
1407
1408         * src/mainwindow.c
1409                 make correct menu items sensitive       
1410
1411 2003-07-14 [alfons]     0.9.3claws6
1412
1413         * src/procmsg.c
1414                 tune the threader so it will not subject-thread any message
1415                 without a subject prefix (this will not thread correctly if 
1416                 a parent is delivered after their childs, but it looks 
1417                 better right now)
1418
1419 2003-07-13 [christoph]  0.9.3claws5
1420
1421         * src/mainwindow.c
1422                 group "Add mailbox *..." menu items in submenu
1423
1424 2003-07-13 [alfons]     0.9.3claws4
1425
1426         * src/summaryview.c
1427                 correct summary_toggle_pressed() signature and make sure
1428                 signal is not passed on
1429
1430 2003-07-13 [alfons]     0.9.3claws3
1431
1432         * src/summaryview.c
1433                 o for now don't pass on keys when they we're handled by 
1434                   ctree::key_press_event
1435                 o clean up
1436
1437 2003-07-13 [alfons]     0.9.3claws2
1438         
1439         * src/main.c
1440                 add command line option "--config-dir" to get the current 
1441                 configuration dir
1442
1443 2003-07-12 [alfons]     0.9.3claws1
1444
1445         * src/matcher.[ch]
1446         * src/matcher_parser_parse.y
1447         * src/prefs_filtering.c
1448         * src/filtering.c
1449                 add "Lock" filter action to lock messages;
1450
1451         * src/filtering.c       
1452                 remove debug_print()    
1453         * src/prefs_filtering.c
1454                 re-organize matcher part 9: 
1455                 make action text entries easily extendible;
1456                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1457                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1458
1459 2003-07-12 [paul]
1460
1461         * tools/README
1462                 update old information and add missing
1463                 information
1464
1465 2003-07-12 [paul]       0.9.3claws
1466
1467         * 0.9.3claws released
1468         
1469 2003-07-12 [paul]       0.9.0claws103
1470
1471         * src/Makefile.am
1472                 add addrquery.h
1473
1474 2003-07-12 [melvin]     0.9.0claws102
1475
1476         * src/messageview.c
1477                 Fixed bug #215: Show MIME tab for single text/html messages. 
1478                 
1479 2003-07-12 [paul]       0.9.0claws101
1480
1481         * man/sylpheed.1
1482                 updated
1483
1484 2003-07-12 [paul]       0.9.0claws100
1485
1486         * po/es.po
1487           po/hr.po
1488           po/pl.po
1489           po/sr.po
1490                 update Spanish, Croatian, Polish, Serbian translations.
1491                 submitted by Ricardo Mones Lastra, Dragan, Witold
1492                 Wladyslaw Wojciech Wilk, Urke MMI
1493
1494 2003-07-12 [melvin]     0.9.0claws99
1495
1496         * po/fr.po
1497                 Updated French translations.
1498
1499 2003-07-12 [paul]       0.9.0claws98
1500
1501         * src/addressbook.c
1502                 disable 'Lookup' button as it has no effect
1503
1504 2003-07-11 [alfons]     0.9.0claws97
1505         
1506         * src/summaryview.c
1507                 summary_searchbar_pressed() should return TRUE to signal that
1508                 event was handled. when returning void, the return value passed
1509                 to GTK is actually random, but maybe FALSE, in which case the
1510                 event is handled by parent
1511                 
1512 2003-07-10 [paul]       0.9.0claws96
1513
1514         * ac/missing/gettext.m4
1515                 update to version 0.12
1516
1517 2003-07-10 [paul]       0.9.0claws95
1518
1519         * src/plugins/clamav/clamav_plugin.c
1520                 fix bug where multipart/alternative messages
1521                 would slip through without being scanned
1522
1523 2003-07-10 [christoph]  0.9.0claws94
1524
1525         * src/folder.c
1526                 correct check if folder supports removing when a message is
1527                 moved. if not the message is only copied.
1528
1529         (closes Bug 132 crash on startup in newsgroups folders)
1530
1531 2003-07-09 [alfons]     0.9.0claws93
1532
1533         * configure.ac
1534         * src/common/defs.h
1535                 --with-config-dir (default .sylpheed)
1536
1537 2003-07-09 [christoph]  0.9.0claws92
1538
1539         * configure.ac
1540                 use PKG_CHECK_MODULES to check for gtkmathview
1541                 (version 0.4.2 now required)
1542
1543 2003-07-08 [melvin]     0.9.0claws91
1544
1545         * src/action.c
1546                 Implemented a progress bar that counts the number of completed
1547                 tasks when the action runs more than one command.
1548
1549 2003-07-08 [alfons]     0.9.0claws90
1550
1551         * src/procmsg.c
1552                 if queued message has an invalid Message-Id, don't try to
1553                 find message it refers to (fixes #209 "crash when processing 
1554                 in folder")
1555
1556 2003-07-08 [paul]       0.9.0claws89
1557
1558         * sync with 0.9.3cvs2
1559                 see ChangeLog 2003-07-08
1560
1561 2003-07-08 [match]      0.9.0claws88
1562
1563         * src/ldapctrl.c
1564                 extend LDAP search for first/last name by parsing search term.
1565
1566 2003-07-08 [alfons]     0.9.0claws87
1567
1568         * src/send_message.c
1569                 fix bug #208 "Status message stuck when sending on POP3 account"
1570
1571 2003-07-07 [paul]       0.9.0claws86
1572
1573         * po/hr.po
1574                 new Croatian translation, submitted by
1575                 Dragan <drleskov@inet.hr>
1576
1577 2003-07-07 [paul]       0.9.0claws85
1578
1579         * sync with 0.9.3cvs1
1580                 see ChangeLog 2003-07-07
1581
1582 2003-07-05 [christoph]  0.9.0claws84
1583
1584         * src/Makefile.am
1585         * src/messageview.c
1586         * src/mimeview.[ch]
1587         * src/stock_pixmap.[ch]
1588         * src/pixmaps/messageview_text.xpm              ** NEW **
1589                 move mimeview tabs to the right side and use icons
1590                 instead of text to save some space
1591
1592         (patch by Luke Plant <lukeplant@softhome.net>)
1593
1594 2003-07-05 [christoph]  0.9.0claws83
1595
1596         * src/inc.c
1597                 add NULL pointer checks
1598
1599         (patch by Luke Plant <lukeplant@softhome.net>)
1600         (closes Bug 204 0.9.0 quits on authentication error?!)
1601
1602 2003-07-05 [alfons]     0.9.0claws82
1603
1604         * configure.ac
1605                 take the clue in bug #202 "./configure script - 
1606                 'if test' comparison failure" reported by John Kristoff. 
1607
1608 2003-07-04 [christoph]  0.9.0claws81
1609
1610         * src/plugins/spamassassin/spamassassin.c
1611                 set timeout for spam check
1612
1613 2003-07-04 [christoph]  0.9.0claws80
1614
1615         * src/main.c
1616                 destroy all FolderItems when shutting down to
1617                 allow folders to clean up
1618
1619 2003-07-04 [melvin]     0.9.0claws79
1620
1621         * src/gtk/gtkaspell.c
1622                 Fixed bug #184 "Entering non-ascii character deletes
1623                 previous char if spell checking enabled": this makes
1624                 the spell checking in multibytes (e.g. UTF-8)locales work.
1625                 (Patch by Luke Plant).
1626                 
1627 2003-07-04 [christoph]  0.9.0claws78
1628
1629         * sync with 0.9.2cvs1
1630                 see ChangeLog 2003-06-10
1631
1632 2003-07-04 [paul]       0.9.0claws77
1633
1634         * sync with 0.9.3 release
1635                 see ChangeLog 2003-07-04
1636
1637 2003-07-03 [christoph]  0.9.0claws76
1638
1639         * src/folder.[ch]
1640         * src/imap.c
1641         * src/mbox_folder.c
1642         * src/mh.c
1643         * src/news.c
1644                 move folder_item_get_path() stuff into a folder virtual function
1645
1646         * src/procmsg.c
1647                 use folder_item_fetch_msg() to get message and do not contruct
1648                 the filename from path and number
1649
1650 2003-07-03 [paul]       0.9.0claws75
1651
1652         * sync with 0.9.2cvs12
1653                 see ChangeLog 2003-07-03
1654
1655 2003-07-02 [paul]       0.9.0claws74
1656
1657         * src/messageview.c
1658                 fix text-selection for replying
1659
1660 2003-07-02 [paul]       0.9.0claws73
1661
1662         * sync with 0.9.2cvs11
1663                 see ChangeLog 2003-07-02
1664
1665 2003-07-02 [paul]       0.9.0claws72
1666
1667         * src/procmsg.c
1668                 revert last commit because it breaks more
1669                 than it fixes
1670
1671 2003-07-02 [paul]       0.9.0claws71
1672
1673         * src/procmsg.c
1674                 fix thread by subject/sort by date
1675
1676 2003-07-01 [paul]       0.9.0claws70
1677
1678         * sync with 0.9.2cvs10
1679                 see ChangeLog 2003-07-01
1680
1681 2003-06-30 [paul]       0.9.0claws69
1682
1683         * sync with 0.9.2cvs9
1684                 see ChangeLog 2003-06-30
1685
1686 2003-06-28 [match]      0.9.0claws68
1687
1688         * src/addressbook.c
1689                 fix null ptr.
1690
1691 2003-06-27 [paul]       0.9.0claws67
1692
1693         * sync with 0.9.2cvs7
1694                 see ChangeLog 2003-06-27
1695
1696 2003-06-26 [christoph]  0.9.0claws66
1697
1698         * src/folder.c
1699                 freeze folder updates while a folder is scanned
1700
1701         (closes Bug 185 New message counter)
1702
1703 2003-06-26 [darko]      0.9.0claws65
1704
1705         * src/ldapserver.c
1706                 fix infinite loop when adding a new LDAP server
1707
1708 2003-06-26 [paul]       0.9.0claws64
1709
1710         * sync with 0.9.2cvs6
1711                 see ChangeLog 2003-06-26
1712
1713 2003-06-26 [paul]       0.9.0claws63
1714
1715         * sync with 0.9.2cvs5
1716                 see ChangeLog 2003-06-25 and 2003-06-26
1717
1718 2003-06-25 [match]      0.9.0claws62
1719
1720         * src/addr_compl.c
1721                 Fixed tab/backtab for dropped-down completion list to
1722                 move next/previous field. (close bug 147)
1723
1724 2003-06-25 [christoph]  0.9.0claws61
1725
1726         * src/addr_compl.[ch]
1727         * src/addrindex.[ch]
1728         * src/folderview.c
1729         * src/inc.c
1730         * src/news.c
1731         * src/summaryview.c
1732         * src/toolbar.c
1733                 fix warnings
1734
1735 2003-06-25 [leandro]    0.9.0claws60
1736
1737         * src/compose.c
1738                 o cleanups
1739                 o gray out "Message/Remove references" menu item if not
1740                   replying to a message
1741
1742 2003-06-24 [leandro]    0.9.0claws59
1743
1744         * src/compose.[ch]
1745                 o removed "Message/Create new thread" menu item
1746                 o added "Message/Remove references" menu item
1747                   (it's off by default and will not check anymore
1748                    if the subject changed)
1749
1750 2003-06-23 [alfons]     0.9.0claws58
1751
1752         * src/procmsg.c
1753                 try better grouping messages threaded by subject based on their age.
1754                 still not perfect - because the message tree is not sorted by date.  
1755
1756 2003-06-23 [thorsten]   0.9.0claws57
1757
1758         * src/pop.[ch]
1759                 added mail_receive_hook to allow modifications
1760                 directly after retrieval (e.g. adding headers).
1761
1762 2003-06-23 [paul]       0.9.0claws56
1763
1764         * src/sourcewindow.c
1765                  enable the use of Ctrl+A to select all text in
1766                  the sourcewindow
1767                  Patch submitted by Ivan Francolin Martinez
1768                  <ivanfm@users.sourceforge.net>
1769
1770 2003-06-22 [christoph]  0.9.0claws55
1771
1772         * src/folder.[ch]
1773                 o add notification hook for folder tree changes
1774                 o invoke hooks after folder tree scanning
1775
1776         * src/folderview.[ch]
1777                 register hook for folder tree changes that
1778                 updates the ctree
1779
1780         (there are more places that should be updated, like add, remove 
1781          or move folder)
1782
1783         (closes Bug 164 Crash on rebuild folder tree)
1784         (closes Bug 190 Crash on 'rebuilding folder tree')
1785
1786 2003-06-21 [leandro]    0.9.0claws54
1787
1788         * src/compose.[ch]
1789                 create a new thread if subject changes
1790                 (it's on by default, can be disabled in Message menu)
1791
1792 2003-06-21 [alfons]     0.9.0claws53
1793
1794         * src/summaryview.c
1795                 quiet little compiler
1796
1797 2003-06-21 [christoph]  0.9.0claws52
1798
1799         update gettext stuff to version 0.12
1800
1801 2003-06-19 [alfons]     0.9.0claws51
1802
1803         * src/common/log.c
1804         * src/common/plugin.c
1805                 move defs.h before glib.h to prevent MIN/MAX redefs
1806
1807 2003-06-19 [alfons]
1808
1809         * src/addressbook.c
1810                 translatable
1811
1812 2003-06-19 [match]      0.9.0claws50
1813
1814         * src/addressbook.[ch]
1815         * src/addrindex.[ch]
1816         * src/addr_compl.[ch]
1817         * src/editldap.[ch]
1818         * src/editldap_basedn.[ch]
1819         * src/addritem.[ch]
1820         * src/ldapquery.h
1821                 re-implemented dynamic LDAP search. works without
1822                 slowdown on display sender with addressbook
1823                 option.
1824         * src/addrbook.c
1825                 documented code.
1826
1827 2003-06-19 [paul]       0.9.0claws49
1828
1829         * src/compose.c
1830                 fix Bug #136 'Nonprovided quotation marks crash claws'
1831                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1832
1833 2003-06-19 [alfons]     0.9.0claws48
1834
1835         * src/prefs_common.[ch]
1836         * src/procmsg.c
1837                 restrict threading by subject by checking thread for
1838                 age (prefs_common.thread_by_subject_max_age)
1839
1840 2003-06-18 [christoph]  0.9.0claws47
1841
1842         * src/imap.c
1843                 fix memory leak in imap_cmd_fetch()
1844
1845 2003-06-18 [christoph]  0.9.0claws46
1846
1847         * src/prefs_gtk.c
1848                 fix memory leak in prefs_set_default() when used multiple
1849                 times or after prefs have been read
1850
1851 2003-06-18 [christoph]  0.9.0claws45
1852
1853         * src/common/plugin.c
1854                 fix memory leak in plugin_unload()
1855
1856 2003-06-18 [christoph]  0.9.0claws44
1857
1858         * src/imap.c
1859                 fix memory leak in imap_cmd_ok()
1860
1861 2003-06-18 [christoph]  0.9.0claws43
1862
1863         * src/folder.c
1864                 stop messages that are downloaded from POP3 and added to
1865                 an IMAP inbox from being filtered twice (first by POP3
1866                 and again when IMAP folder is scaned to get the UID of
1867                 the APPEND operation when no UIDPLUS is available)
1868
1869 2003-06-18 [alfons]
1870
1871         * tools/Makefile.am
1872                 phoenix <- firebird     
1873
1874 2003-06-18 [paul]
1875
1876         * tools/launch_phoenix          ** REMOVED **
1877           tools/launch_firebird         ** NEW **
1878                 renamed and edited to reflect the browser's name change from
1879                 'phoenix' to 'firebird'
1880
1881 2003-06-18 [paul]       0.9.0claws42
1882
1883         * sync with 0.9.2cvs2
1884                 see ChangeLog 2003-06-16
1885
1886 2003-06-17 [alfons]     0.9.0claws41
1887
1888         * src/procmsg.c
1889                 prevent threading problems when a node is an ancestor (parent / great parent),
1890                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1891                 for finding an sample set of messages)
1892
1893 2003-06-16 [christoph]  0.9.0claws40
1894
1895         * src/main.c
1896                 don't popup main window on --receive or --receive-all
1897
1898         * src/mainwindow.[ch]
1899         * src/plugins/trayicon/trayicon.c
1900                 allow hiding of main window by clicking on the trayicon
1901                 (doesn't work correctly in seperate window mode and may
1902                  cause unexpected GTK problems I couldn't find yet)
1903
1904         * src/common/ssl.c
1905                 remove incorrect warning
1906
1907 2003-06-15 [alfons]     0.9.0claws39
1908
1909         * src/gtk/gtkstext.c
1910                 don't output debug text;
1911                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1912                 for pointing this out);
1913
1914 2003-06-14 [alfons]     0.9.0claws38
1915         
1916         * src/messageview.c
1917                 remove printf() and make one if..else comply with coding style
1918
1919 2003-06-14 [alfons]     0.9.0claws37
1920
1921         * AUTHORS
1922                 add Martin Wicke
1923         * src/action.c
1924         * src/messageview.[ch]
1925         * src/summaryview.c
1926                 apply patch #754162 "Quoting messages filtered by actions" submitted
1927                 by Martin Wicke, which allows quoting message body changed by an
1928                 action (Thanks!).
1929
1930 2003-06-13 [alfons]     0.9.0claws36
1931
1932         * src/utils.c
1933                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1934                 use case insensitive regexp (suggested by Ivan Martinez)
1935
1936 2003-06-13 [christoph]  0.9.0claws35
1937
1938         * configure.ac
1939         * src/plugins/trayicon/Makefile.am
1940         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1941         * src/plugins/trayicon/trayicon.c
1942         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1943         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1944         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1945         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1946         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1947         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1948                 replace my own EggTrayIcon backport with the backport
1949                 used by (l|x)mule and gabber.
1950
1951 2003-06-13 [alfons]     0.9.0claws34
1952
1953         * AUTHORS
1954         * src/common/utils.c
1955                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1956
1957 2003-06-13 [alfons]     0.9.0claws33
1958
1959         * src/compose.c
1960                 clean up a little bit
1961
1962 2003-06-12 [alfons]     0.9.0claws32
1963
1964         * src/compose.c
1965                 const correctness fix
1966
1967         * src/common/sylpheed.[ch]
1968                 () -> (void)
1969                 prevent redef MIN/MAX
1970                 
1971         * src/common/utils.[ch]
1972                 () -> (void)
1973
1974 2003-06-12 [melvin]     0.9.0claws31
1975
1976         * src/compose.c
1977                 Updated to take into accounts changes in GtkAspell.
1978
1979 2003-06-12 [alfons]     0.9.0claws30
1980
1981         * src/compose.c
1982         * src/procmsg.c
1983         * src/common/utils.[ch]
1984                 handle reply subject prefixes better (initial 
1985                 suggestion by Robert Story adapted and enhanced 
1986                 using regexps)
1987
1988 2003-06-12 [melvin]     0.9.0claws29
1989
1990         * src/compose.c
1991                 Use new gtkaspell_checkers_strerror() to get the speller's
1992                 error message instead of accessing the (now private)
1993                 checkers structure.
1994                 Minor code clean up
1995
1996         * src/main.c
1997                 Use #ifdef instead of #if for USE_ASPELL
1998                 Use the new spell checkers init/quit functions 
1999
2000         * src/gtk/gtkaspell.c
2001                 Use #ifdef instead of #if for USE_ASPELL
2002                 Moved in the majority of GtkAspell structures that were
2003                 exported before by gtkaspell.h
2004         
2005         * src/gtk/gktaspell.h
2006                 Made gtkaspell.h contain only the necessary data to be
2007                 publicized by moving many structures to gtkaspell.c.
2008                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2009                 gtkaspell_checkers_new(): replaced by...
2010                 gtkaspell_checkers_init(): new function for initialization
2011                 gtkaspell_checkers_delete(): replaced by...
2012                 gtkaspell_checkers_quit(): new function
2013                 gtkaspell_checkers_strerror(): new function that returns
2014                 the checker's last error message.
2015                 
2016 2003-06-11 [melvin]     0.9.0claws28
2017
2018         * po/POTFILES.in
2019                 Updated to take into account gtkaspell.c migration to
2020                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2021
2022 2003-06-10 [alfons]     0.9.0claws27
2023
2024         * src/filtering.[ch]
2025         * src/folder.c
2026         * src/matcher.c
2027         * src/scoring.[ch]
2028                 - try fixing bug #18 (any brave testers?)
2029                 - add more robustness by refusing previously 
2030                   unchecked NULL pointers 
2031
2032 2003-06-10 [alfons]     0.9.0claws26
2033
2034         * src/procmsg.c
2035                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2036
2037 2003-06-09 [alfons]     0.9.0claws25
2038
2039         * src/prefs_common.c
2040                 fix bug #163 "Icon switching doesnt work properly" by 
2041                 preventing early freeing of prefs_common.pixmap_theme_path.
2042
2043 2003-06-09 [christoph]  0.9.0claws24
2044
2045         * src/gtk/gtkaspell.c
2046                 revert Thorsten's fix and add forgotten g_strdup for
2047                 aspell path (it should not be possible to alter the path a
2048                 GtkASpell uses from outside)
2049
2050 2003-06-09 [thorsten]   0.9.0claws23
2051
2052         * src/gtk/gtkaspell.c
2053                 dont free prefs_common.aspell_path when closing compose
2054
2055 2003-06-08 [colin]      0.9.0claws22
2056
2057         * src/plugins/spamassassin/spamassassin.c
2058                 fix prefs types
2059
2060 2003-06-07 [christoph]  0.9.0claws21
2061
2062         * src/Makefile.am
2063         * src/compose.c
2064         * src/gtkaspell.[ch]            ** REMOVE **
2065         * src/gtk/Makefile.am
2066         * src/gtk/gtkaspell.[ch]        ** NEW **
2067                 o make gtkaspell independent from sylpheed's prefs
2068                 o move gtkaspell.[ch] to gtk directory
2069
2070 2003-06-07 [christoph]  0.9.0claws20
2071
2072         * src/Makefile.am
2073         * src/crash.c
2074         * src/export.c
2075         * src/filesel.[ch]              ** REMOVE **
2076         * src/folder.c
2077         * src/main.[ch]
2078         * src/common/sylpheed.[ch]
2079         * src/gtk/Makefile.am
2080         * src/gtk/filesel.[ch]          ** NEW **
2081         * src/gtk/pluginwindow.c
2082         * src/gtk/sslcertwindow.c
2083                 move filesel.[ch] to gtk directory
2084
2085 2003-06-07 [alfons]     0.9.0claws19
2086
2087         * src/filesel.c
2088                 make (multi) file selection dialog work again (Claws-only)
2089
2090 2003-06-07 [thorsten]   0.9.0claws18
2091
2092         * po/de.po
2093                 fix typos
2094
2095 2003-06-07 [alfons]     0.9.0claws17
2096
2097         * configure.ac
2098         * src/mimeview.c
2099                 detect apache mishap in which case don't include fnmatch.h
2100                 if regex.h is already included
2101
2102 2003-06-06 [christoph]  0.9.0claws16
2103
2104         * configure.ac
2105         * src/mimeview.h
2106                 add check for fnmatch.h and include it when available
2107
2108         * src/mimeview.[ch]
2109                 fix wrong case sensitivity of Content-Types
2110
2111         * src/gtk/Makefile.am
2112                 need the same include paths in gtk directory as in
2113                 common directory because .h files in common can
2114                 include files from these directories, when included
2115                 in gtk's .h or .c files
2116
2117 2003-06-06 [alfons]     0.9.0claws15
2118
2119         * src/mimeview.c
2120         * src/summaryview.c
2121                 make it compile again because of regex.h / fnmatch.h 
2122                 include problems (related to recent mime stuff, can
2123                 someone check this?)
2124
2125 2003-06-06 [thorsten]   0.9.0claws14
2126
2127         * src/folderview.c
2128                 possible use of uninitialized pointer while dragging
2129
2130 2003-06-06 [paul]       0.9.0claws13
2131
2132         * src/compose.c
2133                 fix bug where the insert sig button would be effective
2134                 only when auto_sig was set
2135
2136 2003-06-06 [paul]       0.9.0claws12
2137
2138         * sync with 0.9.2 release
2139
2140 2003-06-02 [paul]       0.9.0claws11
2141
2142         * sync with 0.9.1cvs1
2143                 see ChangeLog 2003-06-02
2144                 
2145         * po/de.po
2146                 update by Jens
2147
2148 2003-06-01 [christoph]  0.9.0claws10
2149
2150         * src/account.c
2151                 don't use substring search to find accounts by email address
2152
2153         (closes Bug 169 Overly loose matching of "From" address)
2154
2155 2003-05-31 [christoph]  0.9.0claws9
2156
2157         * doc-src/rfc2683.txt
2158         * src/imap.c
2159                 limit IMAP command length as recommended in RFC2683
2160                 (message number lists will be split into multiple imap
2161                 sets, the limit of 1000 octets is not a hard limit)
2162
2163         (closes Bug 161 sylpheed-claws exits with segfault when logging
2164          in to certain imap-servers)
2165
2166 2003-05-29 [alfons]     0.9.0claws8
2167
2168         * src/toolbar.[ch]
2169                 add print button (calling summary_print());
2170                 fine tune setting tooltip text;
2171                 (if someone needs other buttons, please take these 
2172                 commits as a guide, instead of bothering us - also
2173                 see 0.8.11claws150) 
2174
2175 2003-05-29 [darko]      0.9.0claws7
2176
2177         * src/compose.c
2178                 fix crash when word wrapping kicks in due to
2179                 changed text by spell checker
2180
2181 2003-05-29 [paul]       0.9.0claws6
2182
2183         * src/compose.c
2184                 fix bug where changing account would insert
2185                 sig even if auto_sig was FALSE
2186                 
2187         * ChangeLog
2188           ChangeLog.jp
2189           INSTALL
2190                 sync with 0.9.1 release
2191
2192 2003-05-28 [christoph]  0.9.0claws5
2193
2194         * src/imap.c
2195                 fix truncation of too long commands
2196
2197         (closes Bug 167 IMAP hangs trying to get envelope
2198          information in imap_get_uncached_messages)
2199
2200 2003-05-27 [paul]       0.9.0claws4
2201
2202         * tools/Makefile.am
2203           tools/maildir2sylpheed.pl     ** NEW FILE **
2204                 add kmail to sylpheed mailbox conversion script
2205
2206 2003-05-27 [paul]       0.9.0claws3
2207
2208         * sync with 0.9.0cvs10
2209                 see ChangeLog 2003-05-26
2210
2211 2003-05-26 [paul]       0.9.0claws2
2212
2213         * sync with 0.9.0cvs9
2214                 see ChangeLog 2003-05-26
2215
2216 2003-05-24 [paul]       0.9.0claws1
2217
2218         * sync with 0.9.0cvs8
2219                 see ChangeLog 2003-05-23
2220
2221 2003-05-24 [paul]       0.9.0claws
2222
2223         * version 0.9.0claws released
2224
2225 2003-05-24 [paul]       0.8.11claws177
2226
2227         * src/plugins/dillo-viewer/Makefile.am
2228           src/plugins/traycon/Makefile.am
2229                 add missing files
2230                 
2231         * po/bg.po
2232           po/en_GB.po
2233           po/es.po
2234           po/it.po
2235           po/pt_BR.po
2236           po/ru.po
2237           po/sr.po
2238                 update Bulgarian, British English, Spanish, Italian, 
2239                 Brazilian Portuguese, Russian, and Serbian translations, 
2240                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2241                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2242                 Ruslan N. Balkin, and Urke MMI
2243
2244 2003-05-23 [melvin]     0.8.11claws176
2245
2246         * po/fr.po
2247                 Updated French translations
2248
2249 2003-05-22 [paul]       0.8.11claws175
2250
2251         * src/Makefile.am
2252           src/addrbook.[ch]
2253           src/addrcache.[ch]
2254           src/addr_compl.[ch]
2255           src/adressbook.[ch]
2256           src/addrindex.[ch]
2257           src/addritem.[ch]
2258           src/editaddress.c
2259           src/editgroup.c
2260           src/editldap_basedn.c
2261           src/editldap.c
2262           src/jpilot.c
2263           src/vcard.c
2264                 revert to get ldap into it previous working state
2265                 
2266         * po/zh_TW.Big5.po
2267                 new Taiwanese translation,
2268                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2269
2270 2003-05-22 [christoph]  0.8.11claws174
2271
2272         * src/plugins/spamassassin/libspamc.[ch]
2273                 sync libspamc with SpamAssaain release 2.55
2274
2275 2003-05-22 [paul]       0.8.11claws173
2276
2277         * sync with 0.9.0cvs7
2278                 see ChangeLog 2003-05-22
2279                 
2280         * src/summaryview.c
2281                 revert change in 0.8.11claws172: follow
2282                 Hiroyuki's decision and that's the end of it.
2283
2284 2003-05-21 [paul]       0.8.11claws172
2285
2286         * src/summaryview.c
2287                 fix discrepency between open_unread_on_enter
2288                 and always_show_msg
2289
2290 2003-05-21 [paul]       0.8.11claws171
2291
2292         * sync with 0.9.0cvs6
2293                 see ChangeLog 2003-05-21
2294
2295 2003-05-21 [paul]       0.8.11claws170
2296
2297         * sync with 0.9.0cvs5
2298                 see ChangeLog 2003-05-21
2299
2300 2003-05-20 [paul]       0.8.11claws169
2301
2302         * sync with 0.9.0cvs4
2303                 see ChangeLog 2003-05-20
2304                 fixes bug #152, 'encoding of IMAP folders names'
2305
2306 2003-05-20 [paul]       0.8.11claws168
2307
2308         * sync with 0.9.0cvs3
2309                 see ChangeLog 2003-05-20
2310                 
2311         * src/tools/convert_mbox.pl
2312                 minor change in the comments, submitted by Fred Marton
2313
2314 2003-05-19 [paul]       0.8.11claws167
2315
2316         * src/plugins/clamav/Makefile.am
2317           configure.ac
2318                 link clamav_lib to the plugin and not to the main program
2319
2320 2003-05-19 [christoph]
2321
2322         * src/Makefile.am
2323                 add -export-dynamic for linking
2324
2325 2003-05-19 [paul]       0.8.11claws166
2326
2327         * sync with 0.9.0cvs1
2328                 see ChangeLog 2003-05-19
2329
2330 2003-05-19 [paul]       0.8.11claws165
2331
2332         * src/inc.c
2333                 fix 'pop before smtp' timeout
2334
2335 2003-05-18 [alfons]     0.8.11claws164
2336
2337         * src/prefs_matcher.c
2338                 put "execute" action command line ("expression") in edit box
2339
2340 2003-05-18 [christoph]  0.8.11claws163
2341
2342         * src/mimeview.[ch]
2343         * src/plugins/dillo_viewer/dillo_viewer.c
2344         * src/plugins/image_viewer/viewer.c
2345         * src/plugins/mathml_viewer/mathml_viewer.c
2346                 let a viewer have a list of Content-Types
2347
2348 2003-05-18 [paul]       0.8.11claws162
2349
2350         * src/prefs_filtering.c
2351                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2352                 and REDIRECT actions
2353
2354 2003-05-17 [christoph]
2355
2356         * README.claws
2357                 o remove dynamic signatures that was syned with main
2358                 o add infos about no longer "build in" image viewer
2359                 o update bugtracker URL
2360
2361 2003-05-17 [christoph]  0.8.11claws161
2362
2363         * src/folder.c
2364         * src/folderview.c
2365         * src/imap.c
2366                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2367                 for every folder after rebuilding the folder tree.
2368
2369         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2370          messages)
2371
2372 2003-05-17 [christoph]  0.8.11claws160
2373
2374         * src/imap.c
2375                 don't use STATUS command on current folder to check for
2376                 content changes. imap_cmd_ok() now tracks changes to
2377                 folder and number of existing messages.
2378
2379 2003-05-17 [paul]       0.8.11claws159
2380
2381         * src/plugins/clamav/clamav_plugin.c
2382                 remove unnecessary debug_print
2383
2384 2003-05-16 [thorsten]   0.8.11claws158
2385
2386         * src/plugins/demo.c
2387                 included missing intl.h
2388
2389 2003-05-16 [paul]       0.8.11claws157
2390
2391         * po/POTFILES.in
2392                 remove non-existant entries
2393         
2394         * src/plugins/clamav/clamav_plugin.c
2395           src/plugins/clamav/clamav_plugin_gtk.c
2396           src/plugins/dillo_viewer/dillo_prefs.c
2397           src/plugins/dillo_viewer/dillo_viewer.c
2398                 gettextise
2399
2400 2003-05-16 [christoph]  0.8.11claws156
2401
2402         * po/POTFILES.in
2403                 include plugin .c files for translation until I
2404                 find a better solution to have plugins have their
2405                 own textdomain
2406         * src/plugins/demo/demo.c
2407         * src/plugins/image_viewer/plugin.c
2408         * src/plugins/mathml_viewer/mathml_viewer.c
2409         * src/plugins/spamassassin/spamassassin.c
2410         * src/plugins/spamassassin/spamassassin_gtk.c
2411         * src/plugins/trayicon/trayicon.c
2412                 add gettext macros for plugin name and description
2413
2414 2003-05-16 [paul]
2415
2416         * sync with 0.9.0
2417
2418 2003-05-16 [paul]       0.8.11claws155
2419
2420         * sync with lastest 0.9.0pre1
2421                 see ChangeLog 2003-05-16
2422
2423 2003-05-15 [paul]       0.8.11claws154
2424
2425         * sync with latest 0.9.0pre1
2426                 see ChangeLog 2003-05-14 and 2003-05-15
2427
2428 2003-05-14 [christoph]  0.8.11claws153
2429
2430         * src/plugins/image_viewer/viewer.c
2431         * src/plugins/image_viewer/viewer.glade         ** NEW **
2432         * src/plugins/image_viewer/viewerprefs.c
2433                 make it possible to disable the autoload function in the
2434                 imageviewer again
2435
2436 2003-05-14 [christoph]  0.8.11claws152
2437
2438         * src/folder.c
2439                 fix folder update after adding a message
2440
2441 2003-05-13 [alfons]     0.8.11claws151
2442
2443         * src/common/session.c
2444                 remove debug traces
2445                 
2446         * src/addrcache.[ch]
2447         * src/filtering.[ch]
2448         * src/folder.[c]
2449         * src/gtkaspell.[ch]
2450         * src/imap.[ch]
2451         * src/mbox_folder.[ch]
2452         * src/mh.[ch]
2453         * src/mimeview.h
2454         * src/msgcache.[ch]
2455         * src/news.[ch]
2456         * src/passphrase.[ch]
2457         * src/prefs_common.[ch]
2458         * src/prefs_gtk.[ch]
2459         * src/procmsg.c
2460         * src/scoring.[ch]
2461                 be pedantic; (in prototypes () implies (int))
2462
2463 2003-05-13 [alfons]     0.8.11claws150
2464
2465         * src/prefs_toolbar.[ch]
2466         * src/summaryview.[ch]
2467         * src/toolbar.[ch]
2468                 change misleading text in toolbar prefs;
2469                 add toolbar action for ignore thread (toggles ignore thread flag);
2470                 clean up a little bit;
2471
2472 2003-05-12 [paul]
2473
2474         * tools/convert_mbox.pl
2475                 bug fixed by Fred Marton
2476
2477 2003-05-12 [paul]
2478
2479         * sync with 0.9.0pre1
2480
2481 2003-05-09 [paul]       0.8.11claws149
2482
2483         * sync with 0.8.11cvs43
2484                 see ChangeLog 2003-05-09
2485
2486 2003-05-08 [christoph]  0.8.11claws148
2487
2488         * src/imap.[ch]
2489                 o use CAPABILIY as first command and check for PREAUTH
2490                   information in the response to it
2491                 o rewrite all imap_cmd_* functions to use an IMAPSession
2492                   instead of a SockInfo as parameter
2493                 o do STARTTLS after fetching and checking the server
2494                   capabilities
2495
2496 2003-05-08 [paul]       0.8.11claws147
2497
2498         * tools/Makefile.am
2499           tools/README
2500           tools/convert_mbox.pl         ** NEW FILE **
2501                 add mbox conversion script. Submitted by 
2502                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2503
2504 2003-05-07 [christoph]
2505
2506         * doc-src/glade.txt
2507         * src/gtk/pluginwindow.glade
2508         * src/plugins/image_viewer/viewerprefs.glade
2509         * src/plugins/spamassassin/spamassassin_gtk.glade
2510                 add glade files for user interfaces and a description how
2511                 to use glade to create the sylpheed code
2512
2513 2003-05-07 [paul]       0.8.11claws146
2514
2515         * sync with 0.8.11cvs41
2516                 see ChangeLog 2003-05-07
2517
2518 2003-05-06 [christoph]  0.8.11claws145
2519
2520         * src/main.c
2521         * src/plugins/image_viewer/viewer.c
2522                 fix usage of imlib in imageviewer plugin
2523
2524         * src/gtk/prefswindow.c
2525                 handle window close event correctly
2526
2527 2003-05-06 [paul]       0.8.11claws144
2528
2529         * src/common/ssl.c
2530                 fix typo introduced in sync
2531
2532 2003-05-06 [paul]       0.8.11claws143
2533
2534         * sync with 0.8.11cvs39
2535                 see ChangeLog 2003-05-06
2536
2537 2003-05-06 [paul]       0.8.11claws142
2538
2539         * AUTHORS
2540           po/cs.po
2541                 updated Czech translation, submitted by 
2542                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2543                 
2544         * src/plugins/clamav/clamav_plugin_gtk.c
2545                 clean up
2546
2547 2003-05-03 [alfons]     0.8.11claws141
2548
2549         * src/compose.[ch]
2550                 make paste as quotation work even when the call to 
2551                 text_inserted() was deferred (fixes bug #140 "Paste 
2552                 as quotation does not work when using "external" 
2553                 clipboard")
2554
2555 2003-05-03 [thorsten]   0.8.11claws140
2556
2557         * src/addrquery.h
2558           src/ldapquery.h
2559           src/mainwindow.c
2560                 removed C++ comments
2561         * src/addr_compl.c
2562                 function with non-int retval/param used before
2563                 implementation/declaration
2564
2565 2003-05-02 [paul]       0.8.11claws139
2566
2567         * src/addr_compl.[ch]
2568           src/addressbook.[ch]
2569           src/addrindex.c
2570           src/summaryview.c
2571                 revert match's changes to (finally) remove the bug where
2572                 opening a folder causes massive slowdown when using the 
2573                 'Display sender using address book' option
2574
2575 2003-05-01 [melvin]     0.8.11claws138
2576
2577         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2578         * src/plugins/dillo_viewer/dillo_viewer.c
2579                 Fixed bug where "Cancel" button from prefs issued
2580                 warnings.
2581                 Comply a little more to coding style
2582
2583 2003-05-01 [paul]       0.8.11claws137
2584
2585         * sync with 0.8.11cvs38
2586                 see ChangeLog 2003-05-01
2587
2588 2003-05-01 [paul]       0.8.11claws136
2589
2590         * po/bg.po
2591                 updated by George Danchev
2592
2593 2003-04-30 [christoph]  0.8.11claws135
2594
2595         * src/plugins/dillo_viewer/dillo_prefs.c
2596         * src/plugins/image_viewer/viewerprefs.c
2597         * src/plugins/spamassassin/spamassassin_gtk.c
2598                 remove gtk_widget_ref() calls for widgets in
2599                 glade code
2600
2601 2003-04-30 [paul]       0.8.11claws134
2602
2603         * src/addrindex.c
2604                 ok, this time a better fix for the bug where opening folder
2605                 has massive slowdown when using the 'Display sender using 
2606                 address book' option
2607
2608 2003-04-30 [paul]       0.8.11claws133
2609
2610         * src/addrindex.c
2611                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2612         
2613 2003-04-30 [melvin]     0.8.11claws132
2614
2615         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2616
2617         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2618                 Preferences for the dillo plugin
2619         * src/plugins/dillo_viewer/dillo_viewer.c
2620                 Support for preferences
2621         * src/plugins/dillo_viewer/Makefile.am
2622                 Added dillo_prefs.[ch]
2623
2624 2003-04-30 [alfons]     0.8.11claws131
2625
2626         * src/common/plugin.[ch]
2627                 see? this ANSI C'fication immediately gives us type
2628                 checking for free.
2629
2630 2003-04-30 [alfons]     0.8.11claws130
2631
2632         * src/common/plugin.[ch]
2633         * src/plugins/clamav/clamav_plugin.[ch]
2634         * src/plugins/clamav/clamav_plugin_gtk.c
2635         * src/plugins/demo/demo.c
2636         * src/plugins/dillo_viewer/dillo_viewer.c
2637         * src/plugins/image_viewer/plugin.c
2638         * src/plugins/image_viewer/viewer.[ch]
2639         * src/plugins/image_viewer/viewerprefs.[ch]
2640         * src/plugins/mathml_viewer/mathml_viewer.c
2641         * src/plugins/spamassassin/spamassassin.[ch]
2642         * src/plugins/spamassassin/spamassassin_gtk.c
2643         * src/plugins/trayicon/trayicon.c
2644                 clean up
2645
2646 2003-04-30 [alfons]     0.8.11claws129
2647
2648         * src/common/utils.c
2649                 make is_ascii_str() fail gracefully when NULL pointer
2650                 is passed
2651
2652 2003-04-30 [paul]       0.8.11claws128
2653
2654         * src/addrindex.c
2655                 fix bug where opening folder has massive slowdown when
2656                 using the 'Display sender using address book' option
2657
2658 2003-04-30 [paul]       0.8.11claws127
2659
2660         * src/plugins/clamav/clamav_plugin.c
2661           src/plugins/clamav/clamav_plugin_gtk.c
2662           src/plugins/demo/demo.c
2663           src/plugins/dillo_viewer/dillo_viewer.c
2664           src/plugins/image_viewer/plugin.c
2665           src/plugins/mathml_viewer/mathml_viewer.c
2666           src/plugins/spamassassin/spamassassin.c
2667           src/plugins/spamassassin/spamassassin_gtk.c
2668           src/plugins/trayicon/trayicon.c
2669                 get rid of eye-hurting function signatures
2670
2671 2003-04-30 [paul]       0.8.11claws126
2672
2673         * src/plugins/trayicon/trayicon.c
2674                 add description
2675                 
2676         * src/mimeview.c
2677                 be more descriptive
2678
2679 2003-04-30 [paul]       0.8.11claws125
2680
2681         * configure.ac
2682                 arrange the plugins in reverse alphabetical order
2683                 
2684         * src/plugins/clamav/clamav_plugin.[ch]
2685           src/plugins/clamav/clamav_plugin_gtk.c
2686                 rename some params
2687                 resize max_size window
2688                 re-arrange the order of some gui elements
2689                 improve descriptions
2690         
2691         * src/plugins/image_viewer/plugin.c
2692           src/plugins/mathml_viewer/mathml_viewer.c
2693                 add descriptions
2694                 
2695         * src/plugins/spamassassin/spamassassin_gtk.c
2696                 resize max_size window
2697                 re-arrange the order of some gui elements
2698                 
2699         * src/messageview.c
2700           src/mimeview.c
2701                 correct typos
2702
2703 2003-04-30 [alfons]     0.8.11claws124
2704
2705         * src/imap.c
2706                 fix a leak found while browsing Martin Kluge's 
2707                 valgrind log (Claws only)
2708
2709 2003-04-29 [darko]      0.8.11claws123
2710
2711         * src/gtk/gtkstext.h
2712                 include wchar.h if it is available, fixes compilation
2713                 on HP-UX systems
2714
2715 2003-04-29 [melvin]     0.8.11claws122
2716
2717         * src/prefs_actions.c
2718                 Improved help text of Actions' syntax
2719
2720 2003-04-28 [paul]       0.8.11claws121
2721
2722         * src/action.c
2723                 a better fix for the crash when performing an action
2724                 on a mime part
2725
2726 2003-04-28 [paul]       0.8.11claws120
2727
2728         * src/action.c
2729                 fix crash when performing an action on a
2730                 mime part
2731
2732 2003-04-28 [paul]       0.8.11claws119
2733
2734         * sync with 0.8.11cvs36
2735                 see ChangeLog 2003-04-28
2736
2737 2003-04-27 [paul]       0.8.11claws118
2738
2739         * more sync with 0.8.11cvs35
2740                 see ChangeLog 2003-04-25
2741
2742 2003-04-26 [christoph]  0.8.11claws117
2743
2744         * src/folder.c
2745                 fix remove virtual check
2746
2747 2003-04-26 [paul]       0.8.11claws116
2748
2749         * src/messageview.c
2750                 fix return-receipt, make it work again
2751
2752 2003-04-26 [paul]       0.8.11claws115
2753
2754         * src/mimeview.c
2755                 restore double-clicking of the [application/pgp-signature 
2756                 (Select "Check signature" to check)] line in the message view,
2757                 broken in recent sync
2758
2759 2003-04-26 [christoph]  0.8.11claws114
2760
2761         * src/folder.c
2762                 check if remove virtual really exists before
2763                 calling the function
2764
2765 2003-04-25 [match]      0.8.11claws113
2766
2767         * src/addrindex.c
2768         * src/addrbook.c
2769         * src/ldapquery.[ch]
2770         * src/ldapctrl.[ch]
2771                 fix memleak.
2772         * src/ldapserver.[ch]
2773                 fix memleak. fix segfault.
2774                 plug a Claws memleak
2775
2776 2003-04-25 [alfons]     0.8.11claws112
2777
2778         * src/folder.c
2779                 plug a Claws memleak
2780
2781 2003-04-25 [alfons]     0.8.11claws111
2782
2783         * src/common/session.c
2784                 plug a memleak
2785
2786 2003-04-25 [paul]       0.8.11claws110
2787
2788         * sync with 0.8.11cvs35
2789                 see ChangeLog 2003-04-24 and 2003-04-25
2790                 
2791         * src/gtk/pluginwindow.c
2792                 correct another strange float value
2793
2794 2003-04-24 [christoph]  0.8.11claws109
2795
2796         * src/folder.c
2797                 freeze folder item updates when unsetting new flags
2798
2799         * src/gtk/pluginwindow.c
2800                 correct strange float value
2801
2802 2003-04-23 [paul]       0.8.11claws108
2803
2804         * sync with 0.8.11cvs33
2805                 see ChangeLog 2003-04-23
2806
2807 2003-04-22 [paul]       0.8.11claws107
2808
2809         * src/Makefile.am
2810           src/messageview.c
2811           src/mimeview.c
2812           src/pgptext.[ch]      ** REMOVED **
2813                 remove pgptext.[ch] as its not used any more
2814
2815 2003-04-22 [paul]       0.8.11claws106
2816
2817         * sync with 0.8.11cvs31
2818                 see ChangeLog 2003-04-21 and 2003-04-22
2819
2820 2003-04-21 [alfons]     0.8.11claws105
2821
2822         * src/main.c
2823                 No access to GTK structures if we're a spawned child
2824                 (and clean up code a little bit...) Should fix #126.
2825
2826 2003-04-21 [melvin]     0.8.11claws104
2827
2828         * src/plugins/dillo_viewer/README
2829                 Improved slightly the text.
2830
2831 2003-04-21 [melvin]     0.8.11claws103
2832
2833         * src/plugins/dillo_viewer/README *** NEW ***
2834                 Added a README file for the Dillo plugin
2835
2836 2003-04-20 [paul]
2837
2838         * tools/README
2839           tools/outlook2sylpheed.pl
2840                 updated and improved by Ricardo Mones Lastra
2841
2842 2003-04-18 [oliver]     0.8.11claws102
2843
2844         * src/inc.c 
2845         * src/prefs_account.h
2846                 remove Pop3SessionType (used by selective download)
2847         * src/prefs_toolbar.c
2848                 enable set Default Toolbar button
2849
2850 2003-04-18 [paul]       0.8.11claws101
2851
2852         * sync with 0.8.11cvs29
2853                 see ChangeLog 2003-04-18
2854
2855 2003-04-17 [paul]       0.8.11claws100
2856
2857         * src/prefs_common.[ch]
2858           src/summaryview.c
2859                 remove 'Open next message on deletion' option,
2860                 as the same effect can now be achieved via the
2861                 'Always open messages in summary when selected'
2862                 option.
2863
2864 2003-04-17 [paul]       0.8.11claws99
2865
2866         * sync with 0.8.11cvs28
2867                 see ChangeLog 2003-04-17
2868
2869 2003-04-17 [christoph]  0.8.11claws98
2870
2871         * ac/spamassassin.m4
2872         * src/plugins/spamassassin/libspamc.[ch]
2873         * src/plugins/spamassassin/utils.[ch]
2874                 sync libspamc with SpamAssassin project
2875
2876 2003-04-17 [christoph]  0.8.11claws97
2877
2878         * src/common/socket.h
2879         * src/gtk/sslcertwindow.h
2880                 rename old USE_SSL to USE_OPENSSL
2881
2882 2003-04-17 [paul]       0.8.11claws96
2883
2884         * src/prefs_common.h
2885                 use gulong for P_COLOR so that it compiles/runs on
2886                 64-bit systems. Patch submitted by James Noyes
2887                 <jnoyes-claws@retrogeeks.com>
2888                 
2889         * po/de.po
2890                 updated by Jens
2891
2892 2003-04-17 [paul]       0.8.11claws95
2893
2894         * sync with 0.8.11cvs27
2895                 see ChangeLog 2003-04-16
2896
2897 2003-04-15 [paul]       0.8.11claws94
2898
2899         * src/prefs_common.[ch]
2900                 rearrange to stop the window getting too long:
2901                         move Receive dialog stuff to Receive tab
2902                         move Send dialog to Send tab
2903                         remove Dialogs frame
2904                 rename 'Open messages in summary with cursor keys' to
2905                 'Always open messages in summary when selected', as its
2906                 more appropriate
2907
2908 2003-04-15 [paul]       0.8.11claws93
2909
2910         * src/prefs_common.[ch]
2911           src/summaryview.c
2912                 add new option '/Interface/Open next message on deletion'
2913
2914 2003-04-15 [paul]       0.8.11claws92
2915
2916         * src/summaryview.[ch]
2917                 add /Mark/Lock and /Mark/Unlock to the pop-up
2918                 menu. Patch submitted by Ivan Francolin Martinez
2919                 <ivanfm@users.sourceforge.net>
2920
2921 2003-04-15 [paul]       0.8.11claws91
2922
2923         * sync with 0.8.11cvs24
2924                 see ChangeLog 2003-04-15
2925
2926 2003-04-14 [jens]       0.8.11claws90
2927
2928         * updated German translation and some corrections from
2929                 Roland Bless <bless@tm.uka.de>
2930
2931 2003-04-14 [paul]       0.8.11claws89
2932
2933         * sync with 0.8.11cvs22
2934                 see ChangeLog 2003-04-14
2935
2936 2003-04-13 [paul]       0.8.11claws88
2937
2938         * src/plugins/clamav/clamav_plugin.c
2939                 fix memory leaks
2940                 clean up
2941
2942 2003-04-12 [paul]       0.8.11claws87
2943
2944         * src/plugins/clamav/clamav_plugin.c
2945                 activate enable/disable archive scanning option
2946                 
2947         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2948
2949 2003-04-12 [paul]       0.8.11claws86
2950
2951         * src/plugins/Makefile.am
2952           src/plugins/clamav/Makefile.am                ** NEW FILE **
2953           src/plugins/clamav/README                     ** NEW FILE ** 
2954           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2955           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2956                 add Clam AntiVirus plugin
2957
2958 2003-04-12 [paul]       0.8.11claws85
2959
2960         * sync with 0.8.11cvs21
2961                 see ChangeLog 2003-04-11
2962
2963 2003-04-11 [paul]       0.8.11claws84
2964
2965         * po/es.po
2966                 update Spanish translation. Submitted by Ricardo
2967                 Mones Lastra.
2968
2969 2003-04-10 [christoph]  0.8.11claws83
2970
2971         * src/mbox.c
2972                 fix typo that did not move unfiltered mails to destination
2973                 folder
2974
2975         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2976          when filtering from spool)
2977
2978 2003-04-10 [christoph]  0.8.11claws82
2979
2980         * src/imap.c
2981                 use BODY.PEEK instead of BODY in in message fetch operation
2982                 to make sure the IMAP server does not set the \Seen flag for
2983                 messages. Sylpheed does that later itself, when the message
2984                 is opened in sylpheed
2985
2986         (closes Bug 111 Claws destroys unread marks)
2987
2988 2003-04-09 [oliver]     0.8.11claws81
2989         
2990         * src/folder.c
2991                 fix crash in folder_destroy
2992         * README.claws
2993                 remove selective download
2994
2995 2003-04-09 [christoph]  0.8.11claws80
2996
2997         * src/imap.c
2998                 fix crash in imap_get_msginfo() when then fetched message
2999                 is not found
3000
3001         (closes Bug 110 Crash during mail composition)
3002
3003 2003-04-08 [christoph]  0.8.11claws79
3004
3005         * src/folder.c
3006         * src/prefs_account.c
3007                 Filter new messages that are found in an INBOX folder
3008                 when 'Filter messages on receiving' is enabled in the
3009                 Folder's AccountPrefs. This allows to use Sylpheed's
3010                 filtering engine for IMAP folders where messages are
3011                 added to the INBOX by a MTA
3012
3013 2003-04-08 [paul]       0.8.11claws78
3014
3015         * src/procmsg.h
3016                 clean up after last commit
3017
3018 2003-04-08 [paul]       0.8.11claws77
3019
3020         * sync with 0.8.11cvs20
3021                 see ChangeLog 2003-04-07 and 2003-04-08
3022
3023 2003-04-07 [christoph]  0.8.11claws76
3024
3025         * src/filtering.[ch]
3026         * src/inc.[ch]
3027         * src/mbox.c
3028         * src/procmsg.[ch]
3029                 add procmsg_msginfo_filter() to execute filtering actions
3030
3031 2003-04-06 [christoph]  0.8.11claws75
3032
3033         * src/imap.c
3034                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3035
3036 2003-04-06 [christoph]  0.8.11claws74
3037
3038         * src/common/utils.[ch]
3039                 add g_int_compare() function for slist sorting
3040
3041         * src/imap.c
3042                 fetch all MsgInfos with one command in imap_get_msginfos()
3043                 using an imap set with a list of ranges
3044
3045         * src/news.c
3046                 use new g_int_compare() function
3047
3048 2003-04-06 [thorsten]   0.8.11claws73
3049
3050         * src/mh.c
3051                 corrected implementation of mh_folder_destroy()
3052
3053 2003-04-05 [christoph]  0.8.11claws72
3054
3055         * src/account.c
3056         * src/folder.[ch]
3057         * src/folderview.c
3058         * src/imap.c
3059         * src/inc.c
3060         * src/main.c
3061         * src/mainwindow.c
3062         * src/mbox_folder.c
3063         * src/mh.c
3064         * src/mimeview.h
3065         * src/msgcache.[ch]
3066         * src/news.c
3067         * src/procmime.h
3068         * src/procmsg.[ch]
3069         * src/setup.c
3070         * src/gtk/gtkutils.c
3071                 o rename structure field names class and new to klass and
3072                   new_msgs, to allow including files in C++
3073                 o add 'extern "C"' block to some header files
3074                 o add MsgInfoList and MsgNumberList as alias for GSList for
3075                   developers to know what type of list is expected
3076
3077         * src/plugins/image_viewer/plugin.c
3078         * src/plugins/image_viewer/viewer.[ch]
3079         * src/plugins/image_viewer/viewerprefs.[ch]
3080                 rename function names to prevent conflicts
3081
3082 2003-04-05 [paul]       0.8.11claws71
3083
3084         * sync with 0.8.11cvs18
3085                 see ChangeLog 2003-04-03 and 2003-04-04
3086
3087 2003-04-02 [christoph]  0.8.11claws70
3088
3089         * src/folder.[ch]
3090         * src/imap.[ch]
3091         * src/mbox_folder.[ch]
3092         * src/mh.[ch]
3093         * src/news.[ch]
3094                 o Make all virtual folder functions private
3095                 o remove unused folder code
3096
3097         * src/common/socket.[ch]
3098         * src/summaryview.c
3099                 fix warnings
3100
3101 2003-03-30 [alfons]     0.8.11claws69
3102
3103         * src/send_message.c
3104                 remove two debug traces and see if people still report
3105                 errors
3106
3107 2003-03-30 [alfons]     0.8.11claws68
3108
3109         * src/send_message.c
3110         * src/commons/session.c
3111                 add more debug traces
3112
3113 2003-03-30 [christoph]  0.8.11claws67
3114
3115         * src/folder.c
3116                 change processing folder name from .processing to processing
3117
3118         * src/common/ssl.c
3119                 disable SSL certificate check because it causes Xlib error
3120                 when the child process want's to open an GTK window
3121
3122 2003-03-30 [christoph]  0.8.11claws66
3123
3124         * src/folder.c
3125                 don't use default folder for processing folder item because
3126                 it can be a non local folder
3127
3128         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3129
3130 2003-03-30 [alfons]     0.8.11claws65
3131
3132         * src/send_message.c
3133                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3134                 to generate bad code for 'send_send_data_progressive': When
3135                 called from 'send_send_data_finished', the 'data' pointer is
3136                 cleared just before the assignment to the dialog pointer
3137
3138 2003-03-29 [christoph]  0.8.11claws64
3139
3140         * src/common/prefs.h
3141         * src/plugins/image_viewer/Makefile.am
3142         * src/plugins/image_viewer/plugin.c
3143         * src/plugins/image_viewer/viewer.[ch]
3144         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3145                 add PrefsPage for ImageViewer
3146
3147 2003-03-28 [thorsten]   0.8.11claws63
3148
3149         * src/common/session.c
3150                 added some comments
3151
3152 2003-03-28 [paul]       0.8.11claws62
3153
3154         * sync with 0.8.11cvs16
3155                 see ChangeLog 2003-03-28
3156
3157 2003-03-28 [paul]       0.8.11claws61
3158
3159         * sync with 0.8.11cvs15
3160                 see ChangeLog 2003-03-28
3161
3162 2003-03-27 [christoph]  0.8.11claws60
3163
3164         * src/folder.c
3165         * src/imap.c
3166         * src/common/socket.[ch]
3167                 set socket state to DISCONNECTED when any operation
3168                 fails to allow reconnecting in IMAP code without
3169                 checking the return code of all calls to the command
3170                 functions
3171
3172         * src/folderview.c
3173         * src/summaryview.c
3174                 remove some more stuff that depends on specific
3175                 folder types
3176
3177 2003-03-27 [paul]       0.8.11claws59
3178
3179         * sync with 0.8.11cvs14
3180                 see ChangeLog 2003-03-27
3181                 
3182         * src/selective_download.[ch]   ** REMOVED **
3183                 really removed
3184
3185 2003-03-27 [christoph]  0.8.11claws58
3186
3187         * src/folder.c
3188                 fix handling of tmp_flags in flag copy function
3189
3190 2003-03-27 [paul]       0.8.11claws57
3191
3192         * sync with 0.8.11cvs13
3193                 see ChangeLog 2003-03-27
3194
3195 2003-03-27 [oliver]     0.8.11claws56
3196
3197         * src/maiwindow.c
3198                 remove sel_download_cb
3199
3200 2003-03-27 [oliver]     0.8.11claws55
3201         
3202         * src/inc.c
3203                 remove POP3_TOP
3204         
3205 2003-03-26 [oliver]     0.8.11claws54
3206
3207         *src/pop.h
3208                 remove POP3_TOP*
3209         * README.claws
3210                 remove selective donwload readme
3211
3212 2003-03-26 [oliver]     0.8.11claws53
3213         * src/matcher.[ch]
3214         * src/matcher_parser_parse.y 
3215         * src/pop.c 
3216         * src/prefs_account.[ch]
3217         * src/prefs_filtering.c
3218                 remove selective donwload
3219
3220 2003-03-26 [oliver]     0.8.11claws52
3221
3222         * src/inc.[ch] 
3223         * src/filtering.c 
3224         * src/mainwindow.c 
3225                 remove selective donwload
3226
3227 2003-03-26 [oliver]     0.8.11claws51
3228         
3229         * src/Makefile.am
3230         * src/selective_download.[ch]   ** REMOVE **    
3231
3232 2003-03-26 [christoph]  0.8.11claws50
3233
3234         * src/news.c
3235                 fix NEWS that got broken by a sync with sylpheed-main
3236
3237 2003-03-26 [christoph]  0.8.11claws49
3238
3239         * src/mimeview.c
3240                 fix mime type guessing when no mime type is found for a file
3241
3242 2003-03-25 [christoph]  0.8.11claws48
3243
3244         * src/mimeview.c
3245         * src/procmime.c
3246                 remove mime type guessing from mime parser and use
3247                 name based mime types in viewer lookup for mime type
3248                 application/octet-stream
3249
3250 2003-03-25 [christoph]  0.8.11claws47
3251
3252         * doc-src/readme.txt
3253         * doc-src/rfc2554.txt
3254                 add RFC about SMTP AUTH
3255
3256         * src/send_message.c
3257         * src/common/smtp.[ch]
3258                 add extra error code for authentication errors and
3259                 clear temporary password when this error occurs
3260
3261         (closes Bug 84 authentication failure while sending should
3262          prompt for password again)
3263
3264 2003-03-25 [christoph]  0.8.11claws46
3265
3266         * configure.ac
3267         * src/Makefile.am
3268         * src/imageview.[ch]                            ** REMOVE **
3269         * src/messageview.[ch]
3270         * src/mimeview.[ch]
3271         * src/prefs_common.[ch]
3272         * src/textview.c
3273         * src/plugins/Makefile.am
3274         * src/plugins/image_viewer/.cvsignore           ** NEW **
3275         * src/plugins/image_viewer/Makefile.am          ** NEW **
3276         * src/plugins/image_viewer/plugin.c             ** NEW **
3277         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3278                 move image viewer into a plugin (building is enabled by default)
3279                 [ToDo: Prefs for resize and autoview]
3280
3281 2003-03-25 [paul]       0.8.11claws45
3282
3283         * sync with 0.8.11cvs12
3284                 see ChangeLog 2003-03-26
3285
3286 2003-03-25 [paul]       0.8.11claws44
3287
3288         * sync with 0.8.11cvs11
3289                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3290                 
3291         Note: Selective Download is broken.
3292                 
3293 2003-03-22 [christoph]  0.8.11claws43
3294
3295         * src/folder.c
3296                 code cleanup for flags copying
3297
3298 2003-03-22 [christoph]  0.8.11claws42
3299
3300         * src/plugins/trayicon/trayicon.c
3301                 fix setting the transparent area when the window size
3302                 is forced by the system tray
3303
3304 2003-03-22 [christoph]  0.8.11claws41
3305
3306         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3307         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3308         * src/plugins/trayicon/newmail.xpm              ** NEW **
3309         * src/plugins/trayicon/nomail.xpm               ** NEW **
3310         * src/plugins/trayicon/trayicon.c
3311         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3312                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3313                 o add icon for unread mails
3314                 o set transparency for window
3315
3316 2003-03-22 [christoph]  0.8.11claws40
3317
3318         * src/news.c
3319                 init news session to prevent crash when session is closed
3320
3321 2003-03-22 [christoph]  0.8.11claws39
3322
3323         * src/imap.c
3324         * src/common/session.[ch]
3325                 Init session data to make sure we don't have invalid pointers
3326                 for read_ch and write_ch when new multi process sessions are
3327                 not used
3328
3329         * src/main.c
3330         * src/common/plugin.c
3331         * src/common/sylpheed.c
3332         * src/plugins/demo/demo.c
3333         * src/plugins/dillo_viewer/dillo_viewer.c
3334         * src/plugins/mathml_viewer/mathml_viewer.c
3335         * src/plugins/spamassassin/spamassassin.c
3336         * src/plugins/spamassassin/spamassassin_gtk.c
3337                 add plugin types to allow loading plugins at different times
3338                 (and maybe for different frontends), because it's not good to
3339                 load GTK-Plugins gefore gtk_init was called
3340
3341         * configure.ac
3342         * src/plugins/Makefile.am
3343         * src/plugins/trayicon/.cvsignore               ** NEW **
3344         * src/plugins/trayicon/Makefile.am              ** NEW **
3345         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3346         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3347         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3348         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3349         * src/plugins/trayicon/trayicon.c               ** NEW **
3350                 New Trayicon plugin that shows an icon in a systray that uses
3351                 XEMBED protocol like Gnome's systray. Icon shows if there
3352                 are new mails and a tooltip shows information about new,
3353                 unread and total messages.
3354
3355 2003-03-22 [paul]       0.8.11claws38
3356
3357         * src/common/smtp.c
3358                 fix ESMTP AUTH CRAM-MD5
3359                 [sync with main (still version 0.8.11cvs6), see
3360                  ChangeLog 2003-03-22]
3361
3362 2003-03-21 [colin]      0.8.11claws37
3363
3364         * src/send_message.c
3365                 Fix USE_SSL => USE_OPENSSL
3366
3367 2003-03-21 [colin]      0.8.11claws36
3368
3369         * src/folderview.c
3370                 Fix counts in drag and dropped subfolders
3371
3372 2003-03-21 [colin]      0.8.11claws35
3373
3374         * src/folder.c 
3375         * src/folderview.c
3376                 speed up a bit folder dnd
3377
3378 2003-03-20 [alfons]     0.8.11claws34
3379
3380         * src/main.c
3381         * src/toolbar.c
3382         * src/procmsg.c
3383                 don't send locked queue messages
3384                 (feature request "[ 705245 ] Locking message in outbox 
3385                  should prevent sending")
3386
3387 2003-03-20 [christoph]  0.8.11claws33
3388
3389         * src/folder.c
3390                 remove NEW and UNREAD flag in special folders when scanning
3391                 
3392         * src/common/smtp.c
3393                 fix ESMTP AUTH CRAM-MD5
3394
3395 2003-03-20 [paul]       0.8.11claws32
3396
3397         * src/prefs_account.c
3398                 Re-write 'Tunnel command to open connection' as
3399                 'Use command to communicate with server', and disable
3400                 it for all except IMAP accounts
3401
3402 2003-03-20 [paul]       0.8.11claws31
3403
3404         * sync with 0.8.11cvs6
3405                 see ChangeLog 2003-03-20
3406
3407 2003-03-19 [match]      0.8.11claws30
3408
3409         * src/addritem.[ch]
3410                 include documentation. minor refactoring.
3411         * src/addr_compl.[ch]
3412         * src/addrindex.[ch]
3413         * src/addresbook.[ch]
3414         * src/summaryview.c
3415                 re-enable address lookup (was disabled in
3416                 0.8.11claws20).
3417
3418 2003-03-19 [christoph]  0.8.11claws29
3419
3420         * src/procmsg.c
3421                 add temp flag handling, will make moving and copying
3422                 messages possible again
3423
3424         * src/folder.c
3425                 correct calulation of folder stats
3426
3427 2003-03-18 [match]      0.8.11claws28
3428
3429         * src/editgroup.h
3430                 remove case sensitive comparison (closes bug 80).
3431
3432 2003-03-18 [christoph]  0.8.11claws27
3433
3434         * src/imap.c
3435                 fix imap using a tunnel command
3436
3437         (closes bug 87)
3438
3439 2003-03-18 [christoph]  0.8.11claws26
3440
3441         * src/folder.[ch]
3442         * src/imap.c
3443         * src/procmsg.[ch]
3444                 rewrite flag handling for folders
3445
3446 2003-03-18 [christoph]  0.8.11claws25
3447
3448         * src/folder.c
3449         * src/procmsg.c
3450         * src/summaryview.c
3451                 unset NEW and UNREAD flags when message is ignored, to make
3452                 sure messages don't show up as unread on other IMAP clients,
3453                 because the IGNORE_THREAD flag can not be syncronized through
3454                 the IMAP folder
3455
3456 2003-03-17 [christoph]  0.8.11claws24
3457
3458         * src/imap.c
3459                 don't use recursion to fetch uids when the number of messages
3460                 does not match. Moved code into subfunction that is used
3461                 again when needed, to prevent an endless loop.
3462
3463 2003-03-17 [thorsten]   0.8.11claws23
3464
3465         * src/imageview.[ch]
3466                 export imageview_get_resized_size() (for plugins)
3467         * src/prefs_common.[ch]
3468                 added prefs_common_get() (for plugins)
3469
3470 2003-03-17 [christoph]  0.8.11claws22
3471
3472         * src/imap.c
3473                 o remove UID guessing from copy code
3474                 o support UIDPLUS extension for APPEND command
3475
3476 2003-03-17 [paul]       0.8.11claws21
3477
3478         * src/gtk/about.c
3479                 remove 'Compiled-plugins' section.
3480                 
3481         * src/plugins/dillo_viewer/dillo_viewer.c
3482                 slight change to description text
3483
3484 2003-03-16 [match]      0.8.11claws20
3485         * src/ldapserver.[ch]           ** NEW **
3486         * src/ldapctrl.[ch]             ** NEW **
3487         * src/ldapquery.[ch]            ** NEW **
3488         * src/ldaputil.[ch]             ** NEW **
3489         * src/addrcindex.[ch]           ** NEW **
3490         * src/addrquery.h               ** NEW **
3491         * src/addritem.[ch]
3492         * src/addrcache.[ch]
3493         * src/addrindex.[ch]
3494         * src/addr_compl.[ch]
3495         * src/addressbook.[ch]
3496         * src/addrbook.[ch]
3497         * src/editgroup.c
3498         * src/editaddress.c
3499         * src/editldap.c
3500         * src/editldap_basedn.c
3501         * src/vcard.c
3502         * src/jpilot.c
3503         * src/Makefile.am
3504                 included dynamic LDAP queries. improved address
3505                 completion.
3506
3507 2003-03-16 [paul]       0.8.11claws19
3508
3509         * tools/multiwebsearch.pl
3510                 fix a fatal typo
3511
3512 2003-03-16 [christoph]  0.8.11claws18
3513
3514         * src/mimeview.c
3515         * src/plugins/dillo_viewer/dillo_viewer.c
3516         * src/plugins/mathml_viewer/mathml_viewer.c
3517                 make unregistering of MimeViewerFactorys possible
3518
3519 2003-03-16 [alfons]     0.8.11claws17
3520
3521         * configure.ac
3522                 correct typo
3523
3524 2003-03-16 [melvin]     0.8.11claws16
3525
3526         * src/plugins/dillo_viewer.c
3527                 Fixed bug where it was not possible to view more than
3528                 one text/html attachment per message (bug discovered
3529                 by Christoph Hohmann).
3530
3531 2003-03-15 [melvin]     0.8.11claws15
3532
3533         * src/prefs_actions.c
3534                 Fixed compilation warnings.
3535
3536 2003-03-15 [melvin]     0.8.11claws14
3537
3538         * src/plugins/Makefile.am
3539         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3540         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3541         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3542                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3543                 newer (http://dillo.auriga.wearlab.de/).
3544
3545 2003-03-15 [christoph]  0.8.11claws13
3546
3547         * src/imap.c
3548                 don't query imap folder for attributes because we already
3549                 for them from imap_status
3550
3551         * src/mimeview.[ch]
3552                 add support for plugable MimeViewers (unloading Viewers
3553                 not yet complete)
3554
3555         * src/plugins/Makefile.am
3556         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3557         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3558         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3559                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3560                 widget from http://helm.cs.unibo.it/mml-widget/
3561
3562 2003-03-14 [christoph]  0.8.11claws12
3563
3564         * src/folder.[ch]
3565                 o error return code's should better be negative
3566                 o replace printf with debug_print
3567
3568         * src/imap.c
3569                 improve IMAP folder scan by checking UID-NEXT
3570
3571         * src/summaryview.c
3572                 remove check that are unnecessary in my opinion
3573
3574 2003-03-13 [christoph]  0.8.11claws11
3575
3576         * src/folder.[ch]
3577         * src/foldersel.c
3578         * src/folderview.c
3579         * src/imap.c
3580         * src/mbox_folder.c
3581         * src/mh.c
3582         * src/news.c
3583         * src/prefs_scoring.c
3584         * src/summaryview.c
3585                 use a common function to get a displayable name
3586                 for a FolderItem
3587
3588 2003-03-13 [paul]       0.8.11claws10
3589
3590         * tools/Makefile.am
3591           tools/README
3592           tools/multiwebsearch.conf     ** NEW FILE **
3593           tools/multiwebsearch.pl       ** NEW FILE **
3594                 add multiwebsearch Actions script
3595
3596 2003-03-13 [colin]      0.8.11claws9
3597
3598         * src/compose.c
3599                 Remove leading emtpy lines from quoted text
3600                 before quoting it
3601
3602 2003-03-13 [melvin]     0.8.11claws8
3603
3604         * src/prefs_actions.c
3605                 Fixed a memory leak
3606                 Code clean ups
3607                 Added Cancel and OK buttons
3608                 Corrected help text
3609
3610 2003-03-13 [christoph]  0.8.11claws7
3611
3612         * src/account.c
3613         * src/folder.[ch]
3614         * src/imap.c
3615         * src/mainwindow.c
3616         * src/mbox_folder.c
3617         * src/mh.c
3618         * src/news.c
3619         * src/setup.c
3620                 replace more folder type stuff with folder class stuff
3621
3622 2003-03-13 [melvin]     0.8.11claws6
3623
3624         * src/prefs_actions.c
3625                 Added new tokens:
3626                 %u: user provided argument
3627                 %h: user provided argument (hidden on input)
3628                 %s: current text selection in the message view 
3629
3630 2003-03-13 [paul]       0.8.11claws5
3631
3632         * sync with 0.8.11cvs5
3633                 see ChangeLog 2003-03-11, 2003-03-12
3634
3635 2003-03-12 [christoph]  0.8.11claws4
3636
3637         * src/folder.c
3638                 use folder class idstr when writing folderlist.xml
3639
3640         * src/folder.h
3641         * src/imap.c
3642         * src/news.c
3643                 replace folder type checks with folder class checks
3644
3645 2003-03-12 [christoph]  0.8.11claws3
3646
3647         * src/folder.[ch]
3648         * src/imap.[ch]
3649         * src/main.c
3650         * src/mbox_folder.[ch]
3651         * src/mh.[ch]
3652         * src/news.[ch]
3653                 o create a list of known folder classes in the folder system
3654                 o use folder class id strings for folder item identifiers
3655
3656 2003-03-12 [christoph]  0.8.11claws2
3657
3658         * src/imap.c
3659                 fix imap uid validity check
3660
3661 2003-03-12 [christoph]  0.8.11claws1
3662
3663         * src/account.c
3664         * src/folder.[ch]
3665         * src/foldersel.c
3666         * src/folderview.c
3667         * src/imap.c
3668         * src/mainwindow.c
3669         * src/mbox_folder.c
3670         * src/mh.c
3671         * src/news.c
3672         * src/prefs_scoring.c
3673         * src/procmsg.c
3674         * src/setup.c
3675         * src/summaryview.c
3676                 initial restructuring of folder system, seperating
3677                 folders and folder classes
3678
3679 2003-03-12 [paul]       0.8.11claws
3680
3681         0.8.11claws release
3682
3683 2003-03-12 [christoph]
3684
3685         * src/gtk/prefswindow.c
3686                 fix translation of "Page Index"
3687
3688 2003-03-12 [paul]       0.8.10claws110
3689
3690         a sync from 0.8.11cvs4 before the release
3691
3692         * src/common/utils.c
3693                 subject_compare_for_sort(): allow null strings (fixes
3694                 summary sorting).
3695
3696 2003-03-11 [paul]       0.8.10claws109
3697
3698         * po/es.po
3699                 update Spanish translation, submitted by
3700                 Ricardo Mones Lastra
3701
3702 2003-03-11 [melvin]     0.8.10claws108
3703
3704         * po/fr.po
3705                 Updated French translations
3706
3707 2003-03-11 [paul]       0.8.10claws107
3708
3709         * manual/en/Makefile.am
3710           manual/en/*.html
3711                 update English manual, add a new page
3712                 updated by Francois Barriere <fbarriere@atmel.fr>
3713                 
3714         * po/bg.po
3715           po/it.po
3716           po/sr.po
3717                 update Bulgarian, Italian, and Serbian translations
3718                 submitted by George Danchev, Alessandro Maestri, and
3719                 Urke MMI
3720
3721 2003-03-10 [paul]       0.8.10claws106
3722
3723         * src/gtk/about.c
3724           src/gtk/prefswindow.c
3725                 make some strings translatable
3726
3727 2003-03-10 [darko]      0.8.10claws105
3728
3729         * src/compose.c
3730                 code cleanup to make Hiro happy
3731
3732 2003-03-10 [paul]       0.8.10claws104
3733
3734         * sync with 0.8.11cvs2
3735                 see ChangeLog 2003-03-10
3736
3737 2003-03-09 [melvin]     0.8.10claws103
3738
3739         * src/textview.c
3740                 textview_set_font(): fix for message display in
3741                 UTF-8 locales (thanks to Sergey Vlasov).
3742                 (was unintentionnaly reverted in 0.8.6claws6)   
3743
3744 2003-03-08 [darko]      0.8.10claws102
3745
3746         * src/compose.c
3747                 fix infinite loop in wrapping as reported
3748                 by happycactus
3749                 obsoletes patch #696482
3750
3751 2003-03-08 [christoph]  0.8.10claws101
3752
3753         * src/imap.c
3754                 add workaround for IMAP servers that do not
3755                 support the "UID SEARCH UID" command
3756
3757 2003-03-07 [christoph]  0.8.10claws100
3758
3759         * src/plugins/spamassassin/spamassassin.[ch]
3760         * src/plugins/spamassassin/spamassassin_gtk.c
3761                 code cleanup
3762
3763 2003-03-07 [paul]       0.8.10claws99
3764
3765         * po/es.po
3766                 updated Spanish translation, submitted by
3767                 Ricardo Mones Lastra
3768
3769 2003-03-07 [christoph]  0.8.10claws98
3770
3771         * src/send.c
3772                 fix in 0.8.10claws94 was wrong
3773                 local delivery does not require escaping, remove escaping
3774                 code to make signatures of mails with "." lines valid
3775                 
3776                 NOTE: requires that sendmail is executed with "-i" option,
3777                       what is the default now, but has to be changed in all
3778                       exsiting accounts)
3779
3780 2003-03-07 [paul]       0.8.10claws97
3781
3782         * sync with 0.8.11 release
3783                 see ChangeLog 2003-03-07
3784
3785 2003-03-06 [paul]       0.8.10claws96
3786
3787         * src/compose.c
3788                 revert commit 0.8.10claws92
3789
3790 2003-03-06 [paul]       0.8.10claws95
3791
3792         * src/folderview.c
3793                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3794
3795         * src/gtkaspell.c
3796                 fix bug 74, 'Crash opening editor window with pseudo-color
3797                 display'
3798                 
3799         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3800
3801 2003-03-06 [christoph]  0.8.10claws94
3802
3803         * src/send.c
3804                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3805                 all lines starting with a period get an extra period
3806                 inserted
3807                 (found by Simon 'corecode' Schubert)
3808
3809 2003-03-06 [paul]       0.8.10claws93
3810
3811         * src/folderview.c
3812                 if configured font can't be loaded fall back to gtk
3813                 default. (with thanks to Christoph)
3814                 
3815                 closes long-standing bug 15 'Crashes on startup'
3816
3817 2003-03-06 [paul]       0.8.10claws92
3818
3819         * src/compose.c
3820                 freeze text before autosave and thaw afterwards
3821                 fixes bug 67 'autosave make re-rediting message crazy'
3822
3823 2003-03-06 [christoph]  0.8.10claws91
3824
3825         * src/compose.c
3826                 ignore address comment in dupe check for Cc-list
3827
3828         (closes reopened bug 47 Replying to message strips name part of
3829          e-mail addresses of Cc: lines)
3830
3831 2003-03-06 [paul]       0.8.10claws90
3832
3833         * src/Makefile.am
3834                 remove reference to gtkxtext.h as its no longer in
3835                 the repository
3836
3837 2003-03-06 [paul]       0.8.10claws89
3838
3839         * sync with 0.8.10cvs25
3840                 see ChangeLog 2003-03-06
3841
3842 2003-03-06 [oliver]     0.8.10claws88
3843         
3844         * src/messageview.c
3845                 remove include
3846
3847 2003-03-06 [oliver]     0.8.10claws87
3848         
3849         * src/folderview.c 
3850                 remove changes introduced inclaws74
3851         * src/messageview.c
3852                 another attempt to sanely delete and update
3853                 messages deleted in separate messageview
3854
3855 2003-03-05 [christoph]  0.8.10claws86
3856
3857         * src/summaryview.c
3858                 check if "From" matches any account's address if
3859                 addressbook completion of addresses is disabled too
3860
3861         (closes Bug 70 "Display recipient in from" doesn't check
3862          folder's default account)
3863
3864 2003-03-05 [christoph]  0.8.10claws85
3865
3866         * src/compose.c
3867         * src/common/utils.[ch]
3868                 don't strip address comments when building Cc lists
3869
3870         (closes Bug 47 Replying to message strips name part of e-mail addresses
3871          of Cc: lines)
3872
3873         * src/folder.c
3874                 fix return value of copy function
3875
3876 2003-03-05 [christoph]  0.8.10claws84
3877
3878         * src/imap.c
3879                 don't ask imap server for non rfc822 headers
3880
3881         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3882
3883         * src/imap.c
3884                 destroy session on socket error to allow reconnecting
3885
3886 2003-03-05 [christoph]  0.8.10claws83
3887
3888         * configure.ac
3889                 fix building with gnome when no prefix is set
3890
3891         (closes bug 66 Gnome directory is set to NONE)
3892
3893 2003-03-05 [paul]       0.8.10claws82
3894
3895         * sync with 0.8.10cvs23
3896                 see ChangeLog 2003-03-05
3897
3898 2003-03-04 [christoph]  0.8.10claws81
3899
3900         * src/folder.c
3901                 o fix moving and copying when folder returns 0 for new
3902                   message number
3903                 o remove some code for single message copy and move
3904                   operations and use functions for multiple messages
3905
3906         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3907
3908         * src/news.c
3909                 remove unused include
3910
3911 2003-03-04 [paul]       0.8.10claws80
3912
3913         * src/gtk/about.c
3914                 list 'Compiled plugins'
3915
3916 2003-03-03 [christoph]  0.8.10claws79
3917
3918         * src/news.[ch]
3919                 have to multiply the percentage of the current fetch with
3920                 the percentage that it has of the total fetch operation
3921                 for correct values
3922
3923 2003-03-03 [christoph]  0.8.10claws78
3924
3925         * src/news.c
3926                 fix calculation of expected lines for progress indicator
3927
3928 2003-03-03 [christoph]  0.8.10claws77
3929
3930         * src/summaryview.c
3931         * src/common/utils.c
3932                 fix segfault when opening the root news folder
3933
3934 2003-03-03 [christoph]  0.8.10claws76
3935
3936         * src/mainwindow.[ch]
3937         * src/common/Makefile.am
3938         * src/common/progressindicator.[ch]
3939                 add UI independent progress indicator handling
3940
3941         * src/news.[ch]
3942                 use new progress indicator for message info fetching
3943
3944         * src/common/hooks.h
3945                 code cleanup
3946
3947 2003-03-03 [oliver]     0.8.10claws75
3948
3949         * src/toolbar.c
3950         * src/compose.c
3951                 removed commented code
3952
3953 2003-03-03 [oliver]     0.8.10claws74
3954
3955         * src/toolbar.[ch]
3956                 cleanups and refactoring
3957         * src/compose.[ch]
3958                 compose_reply_mode reply & forwarding interface for
3959                 toolbar buttons
3960         * src/folderview.c
3961                 act on messages marked for deletion in folderview_selected
3962                 based on prefs_common.immediate_exec since a message might 
3963                 have been deleted by messageview in a folder we are changing 
3964                 to (does anybody understand what I'm on about ?)
3965
3966 2003-03-03 [oliver]     0.8.10claws73
3967         
3968         * src/messageview.[ch]
3969                 new functions
3970                 - messageview_delete: delete message shown in messagview
3971                 - messageview_update_view: update messageview to currently 
3972                   selected summaryview message
3973                 - add separate messageview to msgview_list in order to update 
3974                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3975         * src/summaryview.[ch]
3976                 summary_get_selection returns a list of selected msgs
3977                 in summaryview
3978         * src/mainwindow.c
3979                 toolbar reply refactoring
3980
3981 2003-03-03 [paul]       0.8.10claws72
3982
3983         * sync with 0.8.10cvs21
3984                 see ChangeLog 2003-03-03
3985
3986 2003-03-02 [christoph]  0.8.10claws71
3987
3988         * src/common/passcrypt.c
3989                 use POSIX includes
3990
3991 2003-03-02 [christoph]  0.8.10claws70
3992
3993         * configure.ac
3994         * src/prefs_account.c
3995         * src/prefs_gtk.[ch]
3996         * src/common/.cvsignore
3997         * src/common/Makefile.am
3998         * src/common/passcrypt.c                ** NEW **
3999         * src/common/passcrypt.h.in             ** NEW **
4000                 Implement password encryption in config files
4001                 using unix encrypt and setkey functions. The crypt
4002                 key can be set as a configure parameter. Old
4003                 passwords will be converted if they do not begin
4004                 with '!'
4005
4006 2003-03-02 [paul]       0.8.10claws69
4007
4008         * src/prefs_account.c
4009                 fix compile error
4010
4011 2003-03-01 [thorsten]   0.8.10claws68
4012
4013         * po/el.po
4014           po/hr.po
4015           po/it.po
4016           po/nl.po
4017           po/sr.po
4018           po/sv.po
4019                 corrected format strings
4020         * po/en_GB.po
4021                 corrected headers
4022                 (fix compile errors with GNU gettext-0.11.5)
4023
4024 2003-03-01 [oliver]     0.8.10claws67
4025
4026         * src/summaryview.c
4027                 menu callbacks call toolbar_menu_reply
4028
4029 2003-03-01 [oliver]     0.8.10claws66
4030
4031         * src/mainwindow.c
4032         * src/messageview.c
4033                 menu callbacks call toolbar_menu_reply
4034         * src/toolbar.[ch]
4035                 callbacks from menu handled by toolbar_menu_reply
4036
4037 2003-03-01 [paul]       0.8.10claws65
4038
4039         * src/addressbook.c
4040                 revert commit 0.8.10claws54 - breaks editing of
4041                 addressbook.
4042                 
4043         * po/bg.po
4044                 update Bulgarian translation, submitted by
4045                 George Danchev
4046
4047 2003-02-28 [christoph]  0.8.10claws64
4048
4049         * src/account.c
4050         * src/addressadd.c
4051         * src/compose.c
4052         * src/gtkaspell.c
4053         * src/gtkxtext.h                ** REMOVE **
4054         * src/imap.c
4055         * src/matcher.[ch]
4056         * src/mh.c
4057         * src/news.c
4058         * src/pine.c
4059         * src/prefs_common.c
4060         * src/prefs_matcher.c
4061         * src/procheader.[ch]
4062         * src/procmsg.[ch]
4063         * src/toolbar.c
4064         * src/common/ssl_certificate.c
4065         * src/gtk/colorlabel.c
4066         * src/gtk/menu.c
4067                 o fix warnings
4068                 o remove code obsoleted by new cache and folder system rework
4069
4070 2003-02-28 [oliver]     0.8.10claws63
4071         
4072         * src/toolbar.[ch]
4073                 * fix bug where reply in Messageview replied to 
4074                 Message displayed in summaryview
4075                 (reportedd via ML by chinatinte at gmx dot ch)
4076                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4077                 didn't work in separate MessageView Toolbar
4078                 (wondering if anybody uses this at all ?)
4079         * src/summaryview.[ch]
4080                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4081                 (generalize reply and forward code);
4082         * src/messageview.c 
4083                 remove focus_in event which updated summaryview to messageview
4084
4085 2003-02-28 [paul]       0.8.10claws62
4086
4087         * po/Makefile.in.in
4088                 add the --check option
4089                 Patch submitted by Ricardo Mones Lastra
4090
4091 2003-02-28 [paul]       0.8.10claws61
4092
4093         * src/prefs_account.c
4094                 re-order 'Signature' items
4095
4096 2003-02-28 [paul]       0.8.10claws60
4097
4098         * sync with 0.8.10cvs20
4099                 see ChangeLog 2003-02-28
4100
4101 2003-02-28 [paul]       0.8.10claws59
4102
4103         * po/POTFILES.in
4104                 update to reflect recent movement of files
4105
4106 2003-02-28 [paul]       0.8.10claws58
4107
4108         * sync with 0.8.10cvs19
4109                 see ChangeLog 2003-02-28
4110
4111 2003-02-27 [martin]     0.8.10claws57
4112
4113         * src/prefs_matcher.c 
4114                 fix segfault in prefs_matcher_ok() when the
4115                 last entry is deleted and prevents that the
4116                 message "entry not saved" comes up after deleting
4117                 an entry
4118
4119 2003-02-27 [martin]     0.8.10claws56
4120
4121         * src/prefs_filtering.c 
4122                 fix segfault in prefs_filtering_ok() when the
4123                 last entry is deleted and prevents that the
4124                 message "entry not saved" comes up after deleting
4125                 an entry
4126
4127 2003-02-27 [paul]       0.8.10claws55
4128
4129         * sync with 0.8.10cvs18
4130                 see ChangeLog 2003-02-27
4131
4132 2003-02-27 [paul]       0.8.10claws54
4133
4134         * src/addressbook.c
4135                 fix bug where the address book crashes with 
4136                 multiple lookups.
4137                 Patch [687729] submitted by David Frager 
4138                 <dbfrager@users.sourceforge.net>
4139
4140 2003-02-25 [christoph]  0.8.10claws53
4141
4142         * src/Makefile.am
4143         * src/colorlabel.[ch]           ** REMOVE **
4144         * src/gtk/Makefile.am
4145         * src/gtk/colorlabel.[ch]       ** NEW **
4146                 move colorlabel files to gtk directory
4147
4148         * src/esmtp.[ch]                ** REMOVE **
4149                 has been merged into smtp.[ch] in 0.7.5
4150
4151 2003-02-25 [christoph]  0.8.10claws52
4152
4153         * src/Makefile.am
4154         * src/about.[ch]                ** REMOVE **
4155         * src/gtk/Makefile.am
4156         * src/gtk/about.[ch]            ** NEW **
4157                 move about files to gtk directory
4158
4159 2003-02-25 [christoph]  0.8.10claws51
4160
4161         * src/folder.c
4162                 some code optimization of folder scanning code
4163
4164         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4165
4166 2003-02-25 [christoph]  0.8.10claws50
4167
4168         * src/main.c
4169         * src/common/sylpheed.c
4170                 add command line parameter parsing to common code
4171
4172 2003-02-24 [christoph]
4173
4174         * Makefile.am
4175         * configure.ac
4176                 fix gnome prefix problems, the configure script now removed
4177                 `gnome-config --prefix` from `gnome-config --datadir`
4178                 and adds $(prefix} instead
4179
4180         (closes Bug 24 Makefile does not respect prefix when installing
4181          GNOME data)
4182
4183 2003-02-24 [christoph]  0.8.10claws49
4184
4185         * src/news.c
4186                 check for valid session before trying to authenticate
4187
4188         (closes Bug 60 crash if "authenticate on logon" is activated
4189          and newsserver-hostname is not valid)
4190
4191 2003-02-24 [melvin]     0.8.10claws48
4192
4193         * src/prefs_actions.c
4194                 Make sure all user's input is sent to the action and then
4195                 close the socket..
4196
4197 2003-02-23 [alfons]     0.8.10claws46
4198
4199         * src/summaryview.c
4200                 also wait cursor when deleting files
4201
4202 2003-02-23 [paul]
4203
4204         * tools/freshmeat_search.pl
4205           tools/google_search.pl
4206                 scripts should now work for any browser/browser command line
4207
4208 2003-02-22 [christoph]  0.8.10claws45
4209
4210         * src/procmsg.c
4211                 fix IMAP flag setting, IMAP flag is not handled correctly
4212                 anymore by the folder system and information about the
4213                 folder should not be saved in the MsgInfo (in my opinion)
4214
4215         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4216
4217 2003-02-22 [christoph]  0.8.10claws44
4218
4219         * src/summaryview.c
4220                 fix spelling of "label" ;-)
4221
4222 2003-02-22 [thorsten]   0.8.10claws43
4223
4224         * src/mimeview.c
4225           src/prefs_common.[ch]
4226           src/procmime.[ch]
4227                 do not use description as attachment name
4228
4229 2003-02-22 [alfons]     0.8.10claws42
4230
4231         * src/summaryview.c
4232                 freeze/thaw folder item updates when changing color labels,
4233                 and put a wait cursors on
4234
4235 2003-02-22 [thorsten]   0.8.10claws41
4236
4237         * src/mimeview.c
4238                 save-all fixes: crash if invoked on multipart container,
4239                 mimeinfo access, pathseparators, error dialog
4240
4241 2003-02-21 [alfons]     0.8.10claws40
4242
4243         * src/prefs_gtk.c
4244                 remove unused var
4245
4246 2003-02-21 [colin]      0.8.10claws39
4247
4248         * src/send.c
4249                 Fix smtp logging
4250
4251 2003-02-21 [colin]      0.8.10claws38
4252
4253         * src/summaryview.c
4254                 Freeze/thaw folderItem updates when filtering messages 
4255                 via Tools/Filter messages
4256
4257 2003-02-21 [paul]       0.8.10claws37
4258
4259         * src/compose.c
4260                 revert commit 0.8.10claws26, there are ulterior motives
4261                 for users to set a Reply-To header when posting to
4262                 newsgroups
4263
4264 2003-02-21 [paul]       0.8.10claws36
4265
4266         * sync with 0.8.10cvs17
4267                 see ChangeLog 2003-02-21
4268
4269 2003-02-20 [christoph]  0.8.10claws35
4270
4271         * src/imap.c
4272                 IMAP UID fetch speedup using SEARCH
4273
4274         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4275
4276         * src/imap.c
4277                 fix problem with UIDs in IMAP UID cache that no longer existed
4278
4279 2003-02-20 [christoph]  0.8.10claws34
4280
4281         * src/imap.c
4282         * src/procheader.c
4283         * src/procheader.h
4284                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4285
4286         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4287
4288         * src/imap.c
4289                 Rewrite imap_cmd_gen_recv use sock_getline instead
4290                 of sock_gets to avoid problems with too long reply
4291                 lines
4292     
4293 2003-02-20 [colin]      0.8.10claws33
4294         
4295         * src/prefs_account.c
4296                 Better wording
4297
4298 2003-02-20 [colin]      0.8.10claws32
4299
4300         * src/compose.c
4301                 Remove useless '&& !to_sender' 
4302
4303 2003-02-20 [darko]
4304
4305         * AUTHORS
4306                 change my e-mail address
4307
4308 2003-02-19 [colin]      0.8.10claws31
4309
4310         * src/prefs_common.c
4311                 X11 style colors for every configurable color
4312
4313 2003-02-19 [alfons]     0.8.10claws30
4314
4315         * src/prefs_gtk.[ch]
4316         * src/prefs_common.c
4317                 for color_new accept both plain integers and X11 style color
4318                 names (as found in /usr/lib/X11/rgb.txt)
4319
4320 2003-02-19 [paul]       0.8.10claws29
4321
4322         * src/mainwindow.c
4323                 add tooltips to online/offline button and account selector
4324                 button
4325
4326 2003-02-19 [paul]       0.8.10claws28
4327
4328         * src/folder.c
4329           src/news.c
4330           src/prefs_account.[ch]
4331           src/prefs_common.[ch]
4332                 move 'Maximum number of articles to download' to
4333                 account prefs.
4334                 clean up account prefs gui a little by hiding entries
4335                 rather then greying out entries
4336
4337 2003-02-19 [hiro]       0.8.10claws27
4338
4339         * src/common/utils.c
4340                 fix bug #54 'yesterdays date is displayed in the message 
4341                 summary window'
4342
4343 2003-02-19 [paul]       0.8.10claws26
4344
4345         * src/compose.c
4346                 fix bug reported in Feature Request [688596] 
4347                 'Reply-to header in news'
4348
4349 2003-02-18 [paul]       0.8.10claws25
4350
4351         * src/select-keys.c
4352                 add a 'List all keys' button to key selection dialog
4353
4354 2003-02-18 [colin]      0.8.10claws24
4355         
4356         * src/stock_pixmap.c
4357                 fix compile error
4358
4359 2003-02-18 [colin]      0.8.10claws23
4360
4361         * src/common/smtp.[ch]
4362           src/prefs_account.c
4363                 Try to starttls if it seems to be the only
4364                 way to authenticate a user
4365
4366 2003-02-18 [paul]       0.8.10claws22
4367
4368         * src/Makefile.am
4369           src/folderview.c
4370           src/stock_pixmap.[ch]
4371           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4372           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4373                 as a Drafts folder is a special folder allow it to have
4374                 its own unique icons
4375
4376 2003-02-18 [colin]      0.8.10claws21
4377
4378         * src/imap.c
4379                 Fix port selection when using starttls
4380
4381 2003-02-18 [paul]       0.8.10claws20
4382
4383         * src/mainwindow.c
4384           src/prefs_common.[ch]
4385                 make blue the default new mail colour
4386
4387 2003-02-18 [paul]       0.8.10claws19
4388
4389         * sync with 0.8.10cvs14
4390                 see ChangeLog 2003-02-18
4391
4392 2003-02-17 [jens]       0.8.10claws18
4393
4394         * src/common/md5.c
4395                 fixed a compile problem with gcc 3.3
4396                 works on 2.95.3 too (testet on PPC as it is big endian)
4397
4398 2003-02-17 [paul]       0.8.10claws17
4399
4400         * sync with 0.8.10cvs13
4401                 see ChangeLog 2003-02-17
4402
4403 2003-02-17 [paul]       0.8.10claws16
4404
4405         * sync with 0.8.10cvs12
4406                 see ChangeLog 2003-02-17
4407
4408 2003-02-16 [match]      0.8.10claws15
4409
4410         * src/addressbook.c
4411                 Eliminates reloading of address data when items
4412                 deleted or added. Applied submitted by
4413                 Luke Plant <lukeplant@softhome.net>
4414
4415 2003-02-16 [paul]       0.8.10claws14
4416
4417         * src/news.c
4418                 when a 'protocol error' is encountered disconnect from
4419                 the server. This means that the user can carry on viewing
4420                 other articles and doesn't have to either wait until the
4421                 server timesout or quit sylpheed.
4422                 Fixes bug #53 'Unable to read messages in newsgroups, 
4423                 displayed message doesn't change'
4424
4425 2003-02-15 [christoph]  0.8.10claws13
4426
4427         * src/imap.c
4428                 fix bug that stopped scanning of folders when an
4429                 IMAP folder was empty
4430
4431         (closes bug 46 stop scan messages in folders after empty folder)
4432
4433 2003-02-15 [paul]
4434
4435         * tools/Makefile.am
4436           tools/README
4437           tools/freshmeat_search.pl     ** NEW FILE **
4438           tools/google_search.pl        ** NEW FILE **
4439                 Add 2 Actions scripts which search freshmeat/google
4440                 for the selected text using the browser configured
4441                 in sylpheedrc.
4442                 
4443         Note: These scripts are very dependent on the format of the
4444         browser command and may not work on every occasion. Testing
4445         is welcome. 
4446
4447 2003-02-14 [alfons]     0.8.10claws12
4448
4449         * src/compose.c
4450                 fix breakage because of uninitialized account pointer.
4451                 please verify.
4452
4453 2003-02-14 [paul]       0.8.10claws11
4454
4455         * src/compose.c
4456           src/prefs_account.[ch]
4457           src/prefs_common.[ch]
4458                 move signature settings to Account Prefs
4459
4460 2003-02-14 [paul]       0.8.10claws10
4461
4462         * sync with 0.8.10cvs11
4463                 see ChangeLog 2003-02-14
4464
4465 2003-02-13 [thorsten]   0.8.10claws9
4466
4467         * src/news.c
4468                 revert news progressbar (GUI separation)
4469
4470 2003-02-13 [paul]       0.8.10claws8
4471
4472         * src/compose.c
4473                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4474                 paragraph 1
4475
4476 2003-02-13 [paul]       0.8.10claws7
4477
4478         * src/compose.[ch]
4479           src/summaryview.c
4480                 fix 'Follow-up and Reply-to' so that it creates a reply to
4481                 the newsgroup and the sender. If the message has the keyword
4482                 'poster' in the Followup-To header, all replies go to the
4483                 sender, re: RFC 1036, Section 2.2.3
4484                 rename all instances of 'ignore_replyto' to 'to_sender', both
4485                 were previously used, now we use just one.
4486
4487 2003-02-13 [paul]       0.8.10claws6
4488
4489         * sync with 0.8.10cvs9
4490                 see ChangeLog 2003-02-13
4491
4492 2003-02-13 [paul]       0.8.10claws5
4493
4494         * configure.ac
4495                 show which plugins are configured in the configure
4496                 output.
4497
4498 2003-02-12 [thorsten]   0.8.10claws4
4499
4500         * src/news.c
4501                 show progress while fetching news headers
4502
4503 2003-02-12 [christoph]  0.8.10claws3
4504
4505         * configure.ac
4506         * src/plugins/Makefile.am
4507                 use AM_CONDITIONAL to enable plugins, automake correctly
4508                 manages this when creating distdir
4509
4510 2003-02-12 [christoph]  0.8.10claws2
4511
4512         * ac/spamassassin.m4
4513         * src/plugins/spamassassin/Makefile.am
4514                 fix building SpamAssassin plugin without OpenSSL
4515
4516 2003-02-12 [paul]       0.8.10claws1
4517
4518         * ac/Makefile.am
4519           src/Makefile.am
4520           src/plugins/Makefile.am
4521                 fix failure of 'make release'
4522
4523 2003-02-12 [paul]       0.8.10claws
4524
4525         * 0.8.10claws released
4526
4527 2003-02-12 [paul]       0.8.9claws56
4528
4529         * po/bg.po
4530           po/es.po
4531           po/it.po
4532           po/ru.po
4533           po/sr.po
4534                 updated translations by George Danchev, Ricardo Mones Lastra,
4535                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4536                 
4537         * sylpheed.spec.in
4538                 Allow the building of RPMs by a regular user. Submitted
4539                 by Sergei Astanin
4540
4541 2003-02-11 [alfons]     0.8.9claws55
4542
4543         * src/colorlabel.c
4544                 don't use pixmaps for label color rect but draw rectangles
4545                 so we can respect the color map of palette based visuals
4546                 (fixes the long time crashes on Suns - thanks to Andreas
4547                 Engel and Steve O'Hara-Smith for testing)
4548
4549 2003-02-11 [christoph]  0.8.9claws54
4550
4551         * src/matcher_parser_parse.y
4552                 correct bug where filering rules of not existing folders in
4553                 matcherrc were added to global filtering
4554                 
4555         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4556          main filter-rules after removing directory, http://bugs.debian.org/180253)
4557         
4558 2003-02-11 [paul]       0.8.9claws53
4559
4560         * sync with 0.8.10cvs7
4561                 see ChangeLog 2003-02-09
4562
4563 2003-02-11 [melvin]     0.8.9claws52
4564
4565         * po/fr.po
4566                 Updated French tranlsations
4567
4568 2003-02-10 [paul]       0.8.9claws51
4569
4570         * sylpheed.spec.in
4571                 correct --enable-openssl
4572                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4573
4574 2003-02-09 [martin]     0.8.9claws50
4575
4576         * src/prefs_matcher.c
4577                 fix segfault in prefs_matcher_substitute_cb() when
4578                 no row is selected
4579
4580 2003-02-09 [paul]       0.8.9claws49
4581
4582         * src/folderview.c
4583                 fix bug where a newsgroup folder's processing rules were
4584                 merged with the global filtering rules when the newsgroup
4585                 folder was deleted, causing some seriously bad results,
4586                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4587
4588 2003-02-08 [melvin]     0.8.9claws48
4589
4590         * src/compose.c
4591                 Corrected and modified an alert message.
4592
4593 2003-02-07 [paul]       0.8.9claws47
4594
4595         * src/folderview.c
4596                 fix bug where both an 'Account properties' window and a
4597                 'Folder properties' window were opened when clicking on
4598                 'Properties' in an NNTP or IMAP folder's popup menu.
4599
4600 2003-02-07 [paul]       0.8.9claws46
4601
4602         * sync with 0.8.10cvs6
4603                 see ChangeLog 2003-02-06
4604
4605 2003-02-06 [christoph]  0.8.9claws45
4606
4607         * src/mbox.c
4608                 freeze folder updates while importing mbox files
4609                 (closes bug 43 importing mbox took hours)
4610                 
4611         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4612
4613 2003-02-06 [thorsten]   0.8.9claws44
4614
4615         * po/de.po
4616                 Updated german translations
4617
4618 2003-02-06 [thorsten]   0.8.9claws43
4619
4620         * src/news.h
4621                 use guint for message numbers (fix count in grouplist dialog)
4622
4623 2003-02-05 [paul]       0.8.9claws42
4624
4625         * sync with 0.8.10cvs2
4626                 see ChangeLog 2003-02-05
4627
4628 2003-02-04 [colin]      0.8.9claws41
4629
4630         * src/prefs_common.[ch]
4631           src/procmsg.c
4632           src/summaryview.c
4633                 Add an option to disable threading by subject
4634
4635 2003-02-04 [christoph]  0.8.9claws40
4636
4637         * src/inc.c
4638                 only abort fetching mails from multiple accounts when the
4639                 error is fatal and does not allow to check any more accounts
4640                 (currently only disk full error)
4641
4642         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4643          receive mails for other accouts)
4644
4645 2003-02-04 [christoph]  0.8.9claws39
4646
4647         * src/folder.c
4648                 first add the new message to the cache, then
4649                 send the update notification
4650
4651         (closes bug 39 after sending message folderview doesnt get updated)
4652
4653 2003-02-04 [colin]      0.8.9claws38
4654
4655         * src/inc.c
4656                 _really_ fix this Connecting... status
4657
4658 2003-02-04 [paul]       0.8.9claws37
4659
4660         * sync with 0.8.10
4661                 see ChangeLog 2003-02-04
4662
4663 2003-02-04 [paul]       0.8.9claws36
4664
4665         * sync with 0.8.9cvs6
4666                 see ChangeLog 2003-02-03
4667
4668 2003-02-04 [paul]       0.8.9claws35
4669
4670         * po/pt_BR.po
4671                 updated by André Filipe de Assunção e Brito 
4672                 <bedecko@netsite.com.br>
4673
4674 2003-02-03 [thorsten]   0.8.9claws34
4675
4676         * po/de.po
4677                 Updated german translations
4678
4679 2003-02-02 [paul]       0.8.9claws33
4680
4681         * po/es.po
4682                 updated by Ricardo Mones Lastra
4683
4684 2003-02-02 [thorsten]   0.8.9claws32
4685
4686         * src/mh.c
4687                 Fix mh_get_msginfo() segfault if file is inaccessible
4688
4689 2003-01-31 [colin]      0.8.9claws31
4690
4691         * src/procheader.c
4692                 Fix last commit's bug
4693
4694 2003-01-31 [colin]      0.8.9claws30
4695
4696         * src/procheader.c
4697                 Missing a change for gpg-signed messages
4698
4699 2003-01-31 [paul]       0.8.9claws29
4700
4701         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4702           src/procheader.c
4703           src/stock_pixmap.[ch]
4704           src/summaryview.c
4705                 indicate GnuPG signed messages by displaying an icon
4706                 in the Attachment column.
4707
4708 2003-01-31 [paul]       0.8.9claws28
4709
4710         * sync with 0.8.9cvs4
4711                 see ChangeLog 2003-01-31
4712
4713 2003-01-31 [alfons]     0.8.9claws27
4714
4715         * src/textview.c
4716                 tune URI parser to accept mailto URLs with a '?'
4717                 (patch from Ruslan Balkin)
4718
4719 2003-01-31 [colin]      0.8.9claws26
4720
4721         * src/summaryview.c
4722                 Fix a leak introduced in claws24
4723
4724 2003-01-31 [colin]      0.8.9claws25
4725
4726         * src/summaryview.c
4727                 Freeze/Thaw folder updates when deleting dups
4728
4729 2003-01-31 [colin]      0.8.9claws24
4730         
4731         * src/addr_compl.c
4732           src/summaryview.c
4733           src/msgcache.c
4734                 little speed improvements
4735
4736 2003-01-31 [colin]      0.8.9claws23
4737
4738         * src/summaryview.c
4739                 Fix segfault when forwarding nothing
4740                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4741                 
4742 2003-01-30 [paul]       0.8.9claws22
4743
4744         * sync with 0.8.9cvs3
4745                 see ChangeLog 2003-01-30
4746
4747 2003-01-30 [paul]       0.8.9claws21
4748
4749         * sync with 0.8.9cvs2
4750                 see ChangeLog 2003-01-30
4751
4752 2003-01-29 [paul]       0.8.9claws20
4753
4754         * sync with 0.8.9cvs1
4755                 see ChangeLog 2003-01-29
4756
4757 2003-01-28 [paul]       0.8.9claws19
4758
4759         * po/POTFILES.in
4760                 update to reflect changes. 
4761                 thanks to Ricardo Mones Lastra
4762
4763 2003-01-27 [christoph]  0.8.9claws18
4764
4765         * ac/openssl.m4
4766         * ac/spamassassin.m4
4767         * src/plugins/spamassassin/README
4768         * src/plugins/spamassassin/libspamc.[ch]
4769         * src/plugins/spamassassin/utils.[ch]
4770                 updated to latest libspamc
4771
4772 2003-01-27 [christoph]  0.8.9claws17
4773
4774         * src/folder.c
4775                 fix wrong use of procheader_get_header_fields
4776
4777 2003-01-27 [christoph]  0.8.9claws16
4778
4779         * src/news.c
4780         * src/prefs_account.[ch]
4781         * src/common/nntp.[ch]
4782                 allow to force authentication for NNTP servers
4783
4784         Patch submitted by Florian Mickler <dmk@d-labs.de>
4785
4786 2003-01-26 [paul]       0.8.9claws15
4787
4788         * src/summaryview.c
4789                 speed up of marking messages as read
4790                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4791
4792 2003-01-26 [christoph]  0.8.9claws14
4793
4794         * src/Makefile.am
4795         * src/mgutils.[ch]              ** REMOVE **
4796         * src/xml.[ch]                  ** REMOVE **
4797         * src/xmlprops.[ch]             ** REMOVE **
4798         * src/common/Makefile.am
4799         * src/common/mgutils.[ch]       ** NEW **
4800         * src/common/xml.[ch]           ** NEW **
4801         * src/common/xmlprops.[ch]      ** NEW **
4802                 move xml files to common directory
4803
4804 2003-01-26 [christoph]  0.8.9claws13
4805
4806         * src/plugins/spamassassin/spamassassin_gtk.c
4807                 only set gtk entry text if string is available
4808
4809 2003-01-26 [melvin]     0.8.9claws12
4810
4811         * src/description_window.c
4812                 Allow resizing of the window
4813                 Allow automatic horizontal scroll bar
4814                 Do not vertically expand and fill
4815
4816 2003-01-26 [christoph]  0.8.9claws11
4817
4818         * src/Makefile.am
4819         * src/gtkutils.[ch]             ** REMOVE **
4820         * src/common/sylpheed.c
4821         * src/gtk/Makefile.am
4822         * src/gtk/description_window.c
4823         * src/gtk/gtkutils.[ch]         ** NEW **
4824         * src/gtk/prefswindow.c
4825                 move gtkutils to gtk directory
4826
4827 2003-01-26 [paul]       0.8.9claws10
4828
4829         * src/summaryview.c
4830                 rename summary_unread_clicked() to summary_status_clicked()
4831
4832 2003-01-26 [melvin]     0.8.9claws9
4833
4834         * src/prefs_actions.c
4835                 Cosmetical changes to the help text
4836
4837 2003-01-26 [paul]       0.8.9claws8
4838
4839         * src/folder.[ch]
4840           src/mainwindow.c
4841           src/prefs_common.c
4842           src/prefs_sumamry_column.c
4843           summaryview.[ch]
4844                 rename the 'Unread' column to 'Status'
4845
4846 2003-01-25 [match]      0.8.9claws7
4847
4848         * src/mgutils.[ch]
4849                 removed reference to LDAP constants. removed error2string.
4850                 included functions to support LDAP dynamic queries.
4851         * src/syldap.h
4852                 moved LDAP constants here.
4853         * src/addressbook.c
4854         * src/addrindex.c
4855         * src/importldif.c
4856                 removed references to LDAP constants and references to
4857                 error2string.
4858
4859 2003-01-25 [paul]       0.8.9claws6
4860
4861         * src/summaryview.c
4862                 summary_thread_build(), summary_thread_init(): remove 
4863                 unneeded reference to summaryview->folder_item
4864
4865 2003-01-25 [christoph]  0.8.9claws5
4866
4867         * src/gtk/description_window.c
4868                 o allow description texts to expand over multiple columns
4869                 o translate all columns
4870         * src/prefs_actions.c
4871                 change syntax description to use new multi column feature
4872
4873         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4874
4875 2003-01-25 [match]      0.8.9claws4
4876
4877         * src/vcard.c
4878                 fixed bug with Quoted-Printable
4879
4880 2003-01-25 [paul]       0.8.9claws3
4881
4882         * src/folder.[ch]
4883           src/summaryview.[ch]
4884                 implement per-folder collapsed/expanded threads setting
4885                 
4886         * src/prefs_common.c
4887                 remove global collapsed/expanded threads option
4888
4889 2003-01-25 [christoph]  0.8.9claws2
4890
4891         * po/POTFILES.in
4892                 add pluginwindow and prefswindow
4893         * src/compose.c
4894                 make send respond correctly to messages that could be added
4895                 to the queue folder, but the UID of the message is unknown
4896         * src/folder.c
4897         * src/imap.c
4898                 don't return guessed UIDs in imap_add_msg anymore. We return
4899                 0 to tell the folder system it was appened but the UID is
4900                 unknown. Folder system now get's the UID by scaning the folder
4901                 and searching the cache for the Message-ID
4902                 (closes bug #29 Messages queued, but not sent)
4903
4904 2003-01-25 [paul]       0.8.9claws1
4905
4906         * src/codeconv.c
4907                 conv_encode_header():  fix bug when long headers with 8-bit
4908                 characters are used, so that the encoded words are wrapped.
4909                 If the space in the original text falls on the wrap boundary,
4910                 it can be lost.
4911                 Patch by Sergey Vlasov.
4912                 
4913         * src/folderview.c
4914                  fix bug where a change to the sorting method or thread view
4915                  of a folder's messages is lost if simpify-subject is set and
4916                  toggled on or off.
4917                  Patch by Luke Plant.
4918
4919 2003-01-24 [paul]       0.8.9claws
4920
4921         * sylpheed-0.8.9claws released
4922         
4923         * Makefile.am
4924           sylpheed.spec.in
4925                 remove reference to 'INSTALL.jp'
4926
4927 2003-01-23 [paul]       0.8.8claws128
4928
4929         * po/es.po
4930           po/it.po
4931           po/ru.po
4932           po/sr.po
4933                 updated translations. submitted by Ricardo Mones Lastra,
4934                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4935
4936 2003-01-23 [colin]      0.8.8claws127
4937
4938         * src/compose.c
4939                 Fix drafted and queued news articles re-edition
4940
4941 2003-01-23 [melvin]     0.8.8claws126
4942
4943         * po/fr.po
4944                 Updated French translations
4945
4946 2003-01-23 [colin]      0.8.8claws125
4947
4948         * src/inc.c
4949                 Fix "Connecting to..." status message
4950
4951 2003-01-22 [paul]       0.8.8claws124
4952
4953         * po/bg.po
4954                 updated by George Danchev
4955                 
4956         * src/folder.c
4957                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4958                 and folder deletion
4959
4960 2003-01-21 [paul]       0.8.8claws123
4961
4962         * po/bg.po
4963                 updated by George Danchev
4964                 
4965         * src/about.c
4966                 its now 2003
4967                 
4968         * src/toolbar.c
4969                 don't translate 'Separator'
4970                 
4971         * src/plugins/spamassassin/Makefile.am
4972                 add aspell to CPPFLAGS
4973                 
4974         * src/plugins/spamassassin/spamassassin.c
4975           src/plugins/spamassassin/spamassassin_gtk.c
4976                 set correct default for spamassassin_receive_spam
4977                 slightly re-word descriptions and some
4978                 other minor changes
4979
4980 2003-01-19 [alfons]     0.8.8claws122
4981                 
4982         * src/mimeview.c
4983                 mimeview_save_as(): we might as well show the file name for
4984                 the single case "Save As" too
4985
4986 2003-01-19 [alfons]     0.8.8claws121
4987
4988         * src/crash.c
4989                 change bug tracker URL to bugzilla URL
4990
4991 2003-01-19 [alfons]     0.8.8claws120
4992
4993         * src/mimeview.c
4994                 mimeview_save_all(): display name of file before overwriting;
4995                 continue saving all, even when one overwrite was cancelled
4996
4997 2003-01-19 [christoph]  0.8.8claws119
4998
4999         * src/summaryview.c
5000         * src/procmsg.[ch]
5001                 fix wrong usage of procmsg_find_children in summaryview
5002                 by using procmsg_update_unread_children instead of
5003                 summaryview_update_unread_children
5004
5005 2003-01-19 [christoph]  0.8.8claws118
5006
5007         * src/procmsg.c
5008                 fix infinite loop in procmsg_find_children
5009                  (closes bug #25 sylpheed crashes on delete.)
5010
5011         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5012
5013 2003-01-19 [paul]       0.8.8claws117
5014
5015         * po/pt_BR.po
5016                 updated by Ivan Francolin Martinez
5017
5018 2003-01-18 [melvin]     0.8.8claws116
5019
5020         * src/prefs_actions.c
5021                 Removed syntax limitation of only one '&' at the end of command.
5022                         Now actions that contain '>/dev/null 2>&1' are possible.
5023
5024 2003-01-18 [melvin]     0.8.8claws115
5025
5026         * src/prefs_actions.c
5027                 Actions IO dialog: when the action ends
5028                 the "Close" button now has focus and [Escape] closes the
5029                 window.
5030
5031 2003-01-18 [christoph]  0.8.8claws114
5032
5033         * src/procmsg.c
5034                 o add debug output when MsgInfos are really freed
5035                 o free GSLists in procmsg_find_children and
5036                   procmsg_update_unread_children
5037
5038 2003-01-18 [christoph]  0.8.8claws113
5039
5040         * src/mainwindow.c
5041                 reorder Configuration menu
5042
5043 2003-01-18 [christoph]  0.8.8claws112
5044
5045         * src/compose.c
5046                 fix applying templates to forwarded messages
5047
5048         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5049
5050 2003-01-17 [christoph]  0.8.8claws111
5051
5052         * src/folder.c
5053                 destroy folder items, when a folder item is removed
5054
5055 2003-01-17 [christoph]  0.8.8claws110
5056
5057         * src/folder.c
5058                 fix wrong folder stats update when ignored message is
5059                 deleted
5060
5061 2003-01-17 [colin]      0.8.8claws109
5062         
5063         * src/mainwindow.c
5064         * src/summaryview.c
5065                 Quicksearch bugfixes: 
5066                 - hide help button at startup if not extended
5067                 - switch to extended when looking for replies
5068
5069 2003-01-17 [paul]
5070
5071         * sync with 0.8.9 release
5072
5073 2003-01-17 [paul]       0.8.8claws108
5074
5075         * sync with 0.8.8cvs11
5076                 see ChangeLog 2003-01-17
5077
5078 2003-01-16 [colin]      0.8.8claws107
5079
5080         * src/procmsg.c
5081                 Changed encryption test to re-ask passphrase
5082                 if an encrypted message hasn't been decrypted
5083                 Fixes bug #5
5084
5085 2003-01-16 [christoph]  0.8.8claws106
5086
5087         * src/prefs_gtk.c
5088         * src/prefs_toolbar.c
5089         * src/gtk/prefswindow.h
5090         * src/plugins/spamassassin/spamassassin_gtk.c
5091                 remove page destroy function that is not used anymore
5092
5093 2003-01-16 [paul]       0.8.8claws105
5094
5095         * sync with 0.8.8cvs9
5096                 see ChangeLog 2002-01-16
5097
5098 2003-01-16 [colin]      0.8.8claws104
5099
5100         * src/compose.[ch]
5101                 Fix bug with autosaved drafts for IMAP, when draft
5102                 folder is specified - fixes bugzilla bug #20
5103
5104 2003-01-15 [paul]       0.8.8claws103
5105
5106         * src/compose.[ch]
5107           src/procmsg.c
5108                 store folder and message-id of message forwarding
5109                 in queue header and set forward flag after sending
5110
5111 2003-01-15 [paul]       0.8.8claws102
5112
5113         * sync with 0.8.8cvs8
5114                 see ChangeLog 2002-01-15
5115
5116 2003-01-15 [colin]      0.8.8claws101
5117
5118         * src/Makefile.am
5119                 Fix linking with GNU libiconv
5120
5121 2003-01-15 [darko]      0.8.8claws100
5122
5123         * src/pine.c
5124                 fix crash when importing pine address book
5125                 entry with an empty name (reported by DY
5126                 <dybulk at tri8.net>)
5127
5128 2003-01-14 [paul]       0.8.8claws99
5129
5130         * configure.in  ** REMOVED **
5131           configure.ac  ** NEW FILE **
5132                 rename configure.in to configure.ac, as it is now
5133                 preferred
5134
5135 2003-01-14 [melvin]     0.8.8claws98
5136
5137         * src/folderview.c
5138                 folderview_check_new(): More precise function description
5139
5140 2003-01-14 [melvin]     0.8.8claws97
5141
5142         * src/folderview.c
5143                 folderview_check_new(): return the number of new messages 
5144                         since last check.
5145         * src/inc.c
5146                 inc_account_mail(): Disable counting of new messages for IMAP
5147                         and NNTP until bug [19] and [14] are fixed.
5148
5149 2003-01-14 [paul]       0.8.8claws96
5150
5151         * sync with 0.8.8cvs6
5152                 see ChangeLog 2003-01-14
5153
5154 2003-01-13 [alfons]     0.8.8claws95
5155
5156         * src/textview.c
5157                 tune email address validation (c. 0.8.8claws89): if . is 
5158                 just one char away from @, the address is invalid too 
5159                 (correctly rejects addresses like foo@.com)
5160
5161 2003-01-13 [paul]       0.8.8claws94
5162
5163         * src/messageview.c
5164           src/toolbar.c
5165                 fixes to the Message View toolbar and menu:
5166                 fix non-functioning Forward button
5167                 make Reply button consider default_reply_list
5168                 remove 'Follow-up...' menu entry
5169                 add 'Forward' and 'Redirect' menu entries
5170
5171 2003-01-13 [melvin]     0.8.8claws93
5172
5173         * src/inc.c
5174                 Fixed typo that could make new messages count incorrect.
5175
5176 2003-01-13 [melvin]     0.8.8claws92
5177
5178         * src/folderview.[ch]
5179                 folderview_check_new(): return the number of new messages.
5180         * src/inc.c
5181                 Should fix bug [14] where new mail notification worked 
5182                         incorrectly with IMAP accounts.
5183                 inc_spool_account(): return number of new msgs, or -1 on error
5184                 inc_all_spool(): return number of new msgs
5185                 
5186 2003-01-13 [melvin]     0.8.8claws91
5187
5188         * src/prefs_actions.c
5189                 Justify help text.
5190
5191 2003-01-12 [thorsten]   0.8.8claws90
5192
5193         * src/common/prefs.c
5194                 close file before rename
5195
5196 2003-01-12 [alfons]     0.8.8claws89
5197
5198         * AUTHORS
5199                 add Christian Mertes
5200         * src/common/utils.[ch]
5201                 g_stricase_hash(), g_stricase_equal(): functions for 
5202                 case insensitive hash tables
5203         * src/textview.c
5204                 use top level domain names to validate email address, based
5205                 on a patch by Christian Mertes (thanks!), but changed 
5206                 implementation to use a hash table 
5207
5208 2003-01-12 [paul]       0.8.8claws88
5209
5210         * po/bg.po
5211                 updated by George Danchev
5212
5213 2003-01-12 [alfons]     0.8.8claws87
5214
5215         * src/summaryview.c
5216                 delete / execute performance: use new style folder update
5217
5218 2003-01-12 [paul]       0.8.8claws86
5219
5220         * sync with 0.8.8cvs5
5221                 see ChangeLog 2003-01-13 (!)
5222
5223 2003-01-12 [alfons]     0.8.8claws85
5224
5225         * src/filtering.c
5226         * src/matcher_parser_parse.y
5227                 prepare change_score filtering action
5228         * src/matcher.[ch]
5229                 give up const-correctness on functions that call non-const-correct functions;
5230                 several casts to gpointer in g_free();
5231                 add change_score;
5232
5233 2003-01-12 [christoph]  0.8.8claws84
5234
5235         * src/compose.c
5236                 fix 2 warnings
5237
5238         * src/gtk/prefswindow.[ch]
5239         * src/plugins/spamassassin/spamassassin_gtk.c
5240                 changed the call of the widget create function
5241                 for PrefsPages, because sometimes the widget
5242                 create function needs a widget that already has
5243                 been attached to a window (to create GDK pixmaps
5244                 for exmaple). So we simply pass the GtkWindow as
5245                 the second parameter now.
5246
5247         * src/main.c
5248         * src/mainwindow.c
5249         * src/prefs_toolbar.[ch]
5250                 rewrite Toolbar Preferences using the new
5251                 prefs window
5252
5253 2003-01-11 [alfons]     0.8.8claws83
5254
5255         * src/addressadd.c
5256                 fix crash when adding sender to addressbook because status bar
5257                 isn't there (the status bar doesn't seem to be used though,
5258                 but I'll let Match decide what to do with it)
5259
5260 2003-01-11 [colin]      0.8.8claws82
5261
5262         * src/main.c
5263           src/toolbar.c
5264                 Two useless changes reversed
5265
5266 2003-01-11 [colin]      0.8.8claws81
5267
5268         * src/mainwindow.c
5269           src/mainwindow.h
5270                 Add mainwindow_get_mainwindow()
5271         * src/alertpanel.c
5272           src/alertpanel.h
5273                 Add alertpanel_error_log() 
5274         * src/compose.c
5275           src/inc.c
5276           src/messageview.c
5277           src/toolbar.c
5278           src/main.c
5279           src/procmsg.c
5280                 Network errors get a View Log button
5281
5282 2003-01-10 [alfons]     0.8.8claws80
5283
5284         * src/prefs_toolbar.c
5285         * src/toolbar.c
5286                 use the translatable string for "Separator" as file name for
5287                 separator toolbar items (probably make this uppercase?)
5288
5289 2003-01-10 [alfons]     0.8.8claws79
5290
5291         * src/prefs_toolbar.c
5292                 put right A_SEPARATOR description string in "displayed
5293                 toolbar items list" so manually added separators are
5294                 saved correctly (bug #10, "Adding a separator to the main 
5295                 toolbar fails, entry in xml file is wrong")
5296
5297 2003-01-10 [christoph]  0.8.8claws78
5298
5299         * src/imap.c
5300                 o fix warnings
5301                 o use CAPABILITY to check if NAMESPACE is available
5302
5303 2003-01-10 [christoph]  0.8.8claws77
5304
5305         * src/imap.[ch]
5306                 apply UIDPLUS IMAP extension support patch
5307
5308         Patch submitted by Simon 'corecode' Schubert
5309
5310 2003-01-10 [paul]       0.8.8claws76
5311
5312         * src/folderview.c
5313                 a sync from main which fixes the news account folders'
5314                 Properties bug
5315
5316 2003-01-10 [christoph]  0.8.8claws75
5317
5318         * src/folder.c
5319                 don't accept 0 as a valid uid returned by copy and move
5320                 functions. 0 means the message was copied or moved but the
5321                 new uid could not be fetched. It is not an error condition
5322                 for the copy or move operation.
5323
5324 2003-01-10 [paul]       0.8.8claws74
5325
5326         * src/prefs_filtering.c
5327                 change English used in Alert when entry is not
5328                 saved.
5329                 
5330         * sync with 0.8.8cvs4
5331                 see ChangeLog 2003-01-10
5332
5333 2003-01-10 [darko]      0.8.8claws73
5334
5335         * src/pine.c
5336                 fix crash when importing address book entry
5337                 without a valid address
5338
5339 2003-01-09 [alfons]     0.8.8claws72
5340
5341         * src/inc.c
5342                 filtering performance: use new style folder update
5343
5344 2003-01-09 [christoph]  0.8.8claws71
5345
5346         * src/compose.c
5347         * src/gtk/menu.[ch]
5348                 fix wrong selecting of mime encoding type, when
5349                 opening property dialog of attachments in the
5350                 compose window. 7bit was always selected and that
5351                 destoryed files with 8bit data.
5352                 (closes bug #9 Sylpheed-claws destroys attachments when
5353                  changing MIME-types)
5354
5355 2003-01-09 [paul]       0.8.8claws70
5356
5357         * sync with 0.8.8cvs3
5358                 see ChangeLog 2003-01-09
5359
5360 2003-01-08 [alfons]     0.8.8claws69
5361         
5362         * src/addressadd.c
5363                 apply patch by Kim Schulz to fix build breakage
5364                 because of missing variable
5365
5366 2003-01-08 [paul]       0.8.8claws68
5367
5368         * sync with 0.8.8cvs2
5369                 see ChangeLog 2002-01-08
5370
5371 2003-01-08 [paul]       0.8.8claws67
5372
5373         * po/it.po
5374                 updated by Alessandro Maestri
5375                 
5376         * src/addressadd.c
5377                 when using 'Add sender to addressbook' allow
5378                 name to be edited and remarks to be entered
5379                 Patch submitted by Luke Plant
5380
5381 2003-01-08 [darko]      0.8.8claws66
5382
5383         * README.claws, src/summaryview.c
5384                 fix description for marked messages
5385
5386 2003-01-08 [paul]
5387
5388         * tools/Makefile.am
5389           tools/launch_phoenix  ** NEW FILE **
5390                 add script that enables using Phoenix as the default
5391                 web browser. 
5392                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5393                 
5394         * tools/OOo2sylpheed.pl
5395                 remove full path to sylpheed executable, just 'sylpheed'
5396                 will do
5397                 
5398         * tools/README
5399                 add launch_phoenix informtion and re-arrange and compress
5400                 the data a little
5401
5402 2003-01-07 [christoph]  0.8.8claws65
5403
5404         * src/folder.c
5405                 fix update for source folder when moving messages
5406         * src/procmsg.[ch]
5407         * src/summaryview.c
5408                 use function to set to_folder for message infos and
5409                 automatically update the op_count for old and new
5410                 folder
5411
5412 2003-01-07 [melvin]     0.8.8claws64
5413
5414         * src/prefs_actions.c
5415                 Fixed bug where an '%p' Action on a displayed image crashed 
5416                         Sylpheed
5417                 Code clean up (get rid of duplicated code and removed unnecessary 
5418                                 structure member)
5419
5420 2003-01-07 [christoph]  0.8.8claws63
5421
5422         * src/compose.c
5423         * src/folder.[ch]
5424         * src/folderview.c
5425         * src/import.c
5426         * src/inc.c
5427         * src/main.c
5428         * src/mainwindow.c
5429         * src/messageview.c
5430         * src/prefs_folder_item.c
5431         * src/procmsg.c
5432         * src/summaryview.c
5433         * src/toolbar.c
5434                 o remove all folder update triggering from the UI code. The folder
5435                   system should know much better when a folder needs an update.
5436                 o to prevent multiple updates in a row the folder updates can be
5437                   frozen for some time.
5438
5439                 Note: - Please verify that no updates are missing
5440                       - Check where freeze/thaws should be added
5441
5442 2003-01-07 [christoph]  0.8.8claws62
5443
5444         * src/prefs_actions.c
5445                 don't translate empty strings
5446
5447         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5448
5449 2003-01-06 [christoph]  0.8.8claws61
5450
5451         * src/prefs_actions.c
5452                 mark strings for gettext
5453         * src/prefs_matcher.c
5454                 use new description window for Execute action and
5455                 match condition in Filtering
5456
5457         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5458
5459 2003-01-06 [alfons]     0.8.8claws60
5460
5461         keep myself inspired to re-organize matcher part 8; 
5462         yes, more to come (I need to move out the descriptive
5463         text for actions to matcher.c, or at least make it not
5464         depend on the wicked ordering)
5465
5466         * src/prefs_matcher.c
5467                 add documentation so others may comprehend the
5468                 UI part of the conditions
5469                 
5470 2003-01-06 [christoph]  0.8.8claws59
5471
5472         * src/prefs_actions.c
5473                 use new description window for syntax help
5474         * src/gtk/description_window.c
5475                 fix display of descriptions with column count != 2
5476
5477         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5478
5479 2003-01-06 [christoph]  0.8.8claws58
5480
5481         * src/quote_fmt.c
5482         * src/summaryview.[ch]
5483         * src/gtk/Makefile.am
5484         * src/gtk/description_window.[ch]       ** NEW **
5485                 use a generic window to display syntax descriptions
5486                 currently used in quote_fmt and summaryview (new description
5487                 for extended quick search)
5488
5489         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5490
5491 2003-01-06 [paul]       0.8.8claws57
5492
5493         * sync with 0.8.8cvs1
5494                 see ChangeLog 2003-01-06
5495
5496 2003-01-06 [christoph]  0.8.8claws56
5497
5498         * src/mainwindow.c
5499         * src/prefs_gtk.[ch]
5500         * src/gtk/prefswindow.[ch]
5501         * src/plugins/spamassassin/spamassassin_gtk.c
5502                 o remove page management from prefswindow, pages
5503                   will be an argument to prefswindow_open
5504                 o prefswindow_open gets a datapointer that is
5505                   passed to the widget_create function to allow
5506                   creation of prefswindow for specific items
5507
5508 2003-01-06 [colin]      0.8.8claws55
5509         
5510         * src/summaryview.c
5511                 We don't want regexp in the reply-finder, 
5512                 because MIDs can contain !,$,. and so on
5513
5514 2003-01-06 [jens]       0.8.8claws54
5515
5516         * src/jpilot.c
5517                 fixed a wrong free in jpilot_read_db_files
5518
5519 2003-01-06 [alfons]     0.8.8claws53
5520
5521         re-organize matcher part 8; more to come
5522        
5523         * src/matcher.c
5524                 matcherprop_to_string(): put g_free()s before the
5525                 switch-case break to fix memleaks                
5526
5527 2003-01-06 [colin]      0.8.8claws52
5528
5529         * src/summaryview.c
5530                 cleanup & reply-finder now displays the first 
5531                 matching message
5532
5533 2003-01-05 [alfons]     0.8.8claws51
5534
5535         re-organize matcher part 7; more to come
5536
5537         * src/matcher.[ch]
5538                 fixes for constant correctness;
5539                 more documentation;
5540
5541 2003-01-05 [alfons]     0.8.8claws50
5542
5543         re-organize matcher part 6; more to come
5544         
5545         * src/matcher.[ch]
5546                 fixes for constant correctness;
5547                 more documentation;
5548         * src/filtering.c
5549                 fix for constant correctness
5550
5551 2003-01-05 [colin]      0.8.8claws49
5552
5553         * src/account.[ch]
5554                 Add account_get_reply_account function
5555         * src/compose.c
5556                 Use account_get_reply_account function 
5557         * src/summaryview.c
5558                 Basic reply-finder - click on the replied
5559                 icon gets you to the outbox using quick-search
5560
5561 2003-01-05 [paul]       0.8.8claws48
5562
5563         * src/prefs_common.c
5564                 small change to English
5565                 
5566         * src/prefs_filtering.c
5567                 prefs_filtering_action_select(): improve logic and uniformity
5568                 of gui
5569
5570 2003-01-05 [alfons]     0.8.8claws47
5571
5572         fine tune solution to focus problems (bug #7)
5573
5574         * src/mainwindow.c
5575                 mainwindow_focus_in_event(): remove grab event check
5576         * src/summaryview.c
5577                 summary_button_pressed(): move selection on right-click
5578                 too. we can't possibly move the selection back after
5579                 canceling a dialog, because gtk's incomplete focus 
5580                 management. whether this is a good solution, only time
5581                 will tell.
5582
5583 2003-01-05 [christoph]  0.8.8claws46
5584
5585         * src/imap.c
5586                 fix crash when no imap connection could be established
5587
5588 2003-01-05 [paul]       0.8.8claws45
5589
5590         * src/mainwindow.c
5591           src/sumamryview.c
5592           src/gtk/menu.[ch]
5593                 fix bug 605957 'shortcuts in popup-menu'
5594                 make user-defined shortcuts work
5595                 show shortcuts that are already defined
5596                 in the main menu
5597                 Patch submitted by Luke Plant
5598
5599 2003-01-05 [alfons]     0.8.8claws44
5600
5601         * src/mainwindow.c
5602                 focus_in_event handler should not select summary view row 
5603                 when another window (menu, dialog) grabbed for events 
5604                 (bug #7, "[0.8.8claws42] Message summary focus") 
5605
5606 2003-01-04 [christoph]  0.8.8claws43
5607
5608         * src/procmsg.c
5609                 update save folder after adding the sent message
5610                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5611
5612 2003-01-02 [christoph]  0.8.8claws42
5613
5614         * src/common/plugin.c
5615                 fix unloading of all plugins and unload
5616                 plugins in reverse order
5617                 
5618         * src/gtk/pluginwindow.c
5619                 implement function of load and unload button
5620
5621         * src/gtk/prefswindow.c
5622         * src/gtk/prefswindow.h
5623                 rename register function and add new unregister
5624                 function
5625
5626         * src/plugins/spamassassin/spamassassin_gtk.c
5627                 unregister prefs page and update for changes in
5628                 src/gtk/prefswindow.c
5629
5630 2003-01-02 [paul]       0.8.8claws41
5631
5632         * po/es.po
5633                 updated by Ricardo Mones Lastra
5634
5635 2003-01-02 [paul]
5636
5637         * tools/tb2sylpheed
5638                 fixes and improvements by Urke MMI
5639
5640 2003-01-02 [thorsten]   0.8.8claws40
5641
5642         * src/procmsg.c
5643                 fixed wrong return value
5644
5645 2003-01-02 [thorsten]   0.8.8claws39
5646
5647         * src/prefs.c
5648                 fixed printing wrong variable
5649
5650 2003-01-02 [thorsten]   0.8.8claws38
5651
5652         * src/prefs.c
5653                 fixed acessing members of freed pfile struct
5654
5655 2003-01-02 [thorsten]   0.8.8claws37
5656
5657         * src/procmsg.c
5658                 detect loops across several messages
5659                 as suggested by Christoph Hohmann
5660
5661 2003-01-01 [match]      0.8.8claws36
5662
5663         * src/addrindex.c
5664                 fixed another memory leak.
5665
5666 2003-01-01 [match]      0.8.8claws35
5667
5668         * src/jpilot.[ch]
5669                 fixed memory leaks. applied Doxygen comments.
5670
5671 2003-01-01 [thorsten]   0.8.8claws34
5672
5673         * src/procmsg.c
5674                 inhibit endless loop if msg references itself
5675                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5676
5677 2003-01-01 [christoph]  0.8.8claws33
5678
5679         * src/mainwindow.c
5680         * src/gtk/Makefile.am
5681         * src/gtk/pluginwindow.c                ** NEW **
5682         * src/gtk/pluginwindow.h                ** NEW **
5683                 add plugin window
5684
5685         * src/plugins/demo/demo.c
5686         * src/plugins/spamassassin/spamassassin.c
5687         * src/plugins/spamassassin/spamassassin_gtk.c
5688                 write better plugin descriptions
5689
5690 2002-12-31 [christoph]  0.8.8claws32
5691
5692         * src/gtk/prefswindow.c
5693         * src/plugins/spamassassin/spamassassin_gtk.c
5694                 some small improvements to GTK code
5695
5696 2002-12-31 [christoph]  0.8.8claws31
5697
5698         * src/plugins/spamassassin/spamassassin_gtk.c
5699                 enable folder select button
5700
5701 2002-12-31 [christoph]  0.8.8claws30
5702
5703         * src/mainwindow.c
5704         * src/gtk/Makefile.am
5705         * src/gtk/prefswindow.c                         ** NEW **
5706         * src/gtk/prefswindow.h                         ** NEW **
5707                 add new prefs window
5708
5709         * src/common/plugin.c
5710                 don't try to load empty config lines
5711         
5712         * src/plugins/spamassassin/Makefile.am
5713         * src/plugins/spamassassin/spamassassin.c
5714         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5715         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5716                 GTK config for SpamAssassin Plugin using
5717                 the new prefs window
5718
5719 2002-12-31 [paul]       0.8.8claws29
5720
5721         * po/POTFILES.in
5722                 remove obsolete entry 'src/menu.c'
5723
5724 2002-12-31 [alfons]     0.8.8claws28
5725
5726         * src/matcher.[ch]
5727         * src/matcher_parser_parse.y
5728         * src/prefs_matcher.c
5729                 add "ignore_thread" and "~ignore_thread" condition so it's
5730                 possible to make the actions / scoring operate on the ignore
5731                 thread flag
5732
5733 2002-12-31 [christoph]  0.8.8claws27
5734
5735         * src/addrbook.c
5736         * src/addrindex.c
5737         * src/folder.c
5738         * src/matcher.c
5739         * src/prefs_account.c
5740         * src/prefs_actions.c
5741         * src/prefs_customheader.c
5742         * src/prefs_display_header.c
5743         * src/prefs_gtk.c
5744         * src/procmime.c
5745         * src/toolbar.c
5746         * src/xmlprops.c
5747         * src/common/prefs.[ch]
5748                 extend prefs file handling for reading and automatic handling
5749                 of blocks. When reading prefs_set_block_label will automatically
5750                 move on to the block. When writing it will copy all other blocks
5751                 automatically
5752
5753         * src/common/plugin.c
5754                 Now loading plugin filenames from [Plugins] block in
5755                 sylpheed rc file
5756
5757 2002-12-30 [christoph]  0.8.8claws26
5758
5759         * src/common/hooks.[ch]
5760                 return abort status to caller of hooks_invoke
5761                 
5762         * src/inc.[ch]
5763                 invoke message filtering hook and stop
5764                 default handling when filter returns abort
5765
5766         * src/common/plugin.[ch]
5767         * src/plugins/demo/demo.c
5768                 modify plugin loader, because resolving symbols for strings
5769                 does not work correctly
5770         
5771         * configure.in
5772         * ac/spamassassin.m4                            ** NEW **
5773         * src/plugins/spamassassin/.cvsignore           ** NEW **
5774         * src/plugins/spamassassin/Makefile.am          ** NEW **
5775         * src/plugins/spamassassin/README               ** NEW **
5776         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5777         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5778         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5779                 add spamassassin plugin, see src/plugins/spamassassin/README
5780                 for details
5781
5782 2002-12-29 [alfons]     0.8.8claws25
5783
5784         * src/mainwindow.c
5785                 when moving focus from a message view to the main 
5786                 window, don't forget to select the summary node
5787                 of the displayed message. should fix "[ 659103 ] 
5788                 focus-follows-mouse confuses sylpheed"
5789
5790 2002-12-29 [christoph]  0.8.8claws24
5791
5792         * src/Makefile.am
5793         * src/stringtable.[ch]          ** REMOVE **
5794         * src/common/Makefile.am
5795         * src/common/stringtable.[ch]   ** NEW **
5796                 move stringtable files to common directory
5797
5798 2002-12-29 [christoph]  0.8.8claws23
5799
5800         * src/Makefile.am
5801         * src/menu.[ch]                 ** REMOVE **
5802         * src/gtk/Makefile.am
5803         * src/gtk/menu.[ch]             ** NEW **
5804                 move menu files to gtk directory
5805
5806 2002-12-29 [match]      0.8.8claws22
5807
5808         * src/addressbook.c
5809         * src/syldap.c
5810                 moved UI specific code out of LDAP code into addressbook
5811                 UI code. fixed memory leak.
5812
5813 2002-12-29 [christoph]  0.8.8claws21
5814
5815         * src/folder.c
5816                 only check for IGNORED parent message when message is
5817                 not IGNORED itself
5818
5819 2002-12-29 [alfons]     0.8.8claws20
5820
5821         * src/summaryview.c
5822                 set gtksctree's anchor correct (immediate execute
5823                 changes the tree's layout, and anchor points at 
5824                 the incorrect row). fixes "[ 657233 ] multiple msg 
5825                 delete sometimes off by 1".
5826                 we probably have to look for more tree layout /
5827                 anchor glitches.
5828
5829 2002-12-29 [paul]       0.8.8claws19
5830
5831         * src/summaryview.c
5832                 fix bug [ 659054 ] incorrect sorting of 'From' column
5833                 when using 'display sender using address book'
5834                 thanks to Alfons and Luke Plant
5835
5836 2002-12-29 [christoph]  0.8.8claws18
5837
5838         * src/folder.c
5839         * src/procmsg.[ch]
5840                 check parent messages for IGNORE THREAD flag, when adding,
5841                 moving or copying messages to a folder
5842
5843 2002-12-27 [alfons]     0.8.8claws17
5844
5845         re-organize matcher part 5; more to come
5846
5847         * src/matcher.c
5848                 hash keywords in matchparser_tab 
5849
5850 2002-12-27 [alfons]     0.8.8claws16
5851
5852         re-organize matcher part 4; more to come
5853
5854         * src/matcher_parser.h
5855         * src/matcher_parser_lex.l
5856         * src/matcher_parser_parse.y
5857                 cleanup
5858
5859 2002-12-27 [alfons]     0.8.8claws15
5860
5861         re-organize matcher part 3; more to come
5862
5863         * src/matcher.[ch]
5864                 cleanup
5865
5866 2002-12-27 [alfons]     0.8.8claws14
5867
5868         re-organize matcher part 2; more to come but this should
5869         work. cc me if there are any regressions.
5870
5871         * src/matcher.h
5872                 add prototype for get_matchparser_tab_id()
5873         * src/matcher_parser_lex.l
5874                 look up keywords using matchparser_tab_id();
5875
5876 2002-12-27 [alfons]     0.8.8claws12
5877
5878         re-organize matcher part 1
5879
5880         * src/matcher.h
5881                 map yacc generated constants to sylpheed matcher constants
5882         * src/matcher.c
5883                 add function to find a matcher constant from a string
5884
5885 2002-12-27 [christoph]  0.8.8claws11
5886
5887         * src/compose.c
5888                 MENUITEM_ADD casts the 4th argument from integer to pointer
5889                 so it probably should not be a pointer, this means we
5890                 should use account id for it and not the account's pointer
5891
5892 2002-12-27 [paul]       0.8.8claws10
5893
5894         * src/mainwindow.c
5895                 remove unneeded 'GtkWidget *vbox'
5896                 
5897         * src/summaryview.c
5898                 further sync with 0.8.8 - make sort
5899                 by recipient work as expected
5900                 
5901         * NEWS
5902                 sync with 0.8.8
5903
5904 2002-12-27 [paul]       0.8.8claws9
5905
5906         * po/pt_BR.po
5907                 updated by Ivan F. Martinez
5908                 
5909 2002-12-27 [darko]      0.8.8claws8
5910
5911         * src/common/utils.c
5912                 added locked pattern to extended search
5913
5914 2002-12-27 [alfons]     0.8.8claws7
5915
5916         * src/prefs_matcher.[ch]
5917                 clean up
5918
5919 2002-12-26 [alfons]     0.8.8claws6
5920
5921         * src/matcher.[ch]
5922         * src/matcher_parser_lex.l
5923         * src/matcher_parser_parse.y
5924         * src/prefs_matcher.c
5925                 allow color label as a condition in the matcher
5926
5927 2002-12-26 [oliver]     0.8.8claws5
5928         
5929         * src/toolbar.c 
5930                 enable Addressbook for Main and Messageview
5931         * src/prefs_actions.c
5932                 enable actions in Messageview
5933
5934 2002-12-26 [christoph]  0.8.8claws4
5935
5936         * src/common/plugin.c
5937                 add a little debug output
5938         * configure.in
5939         * src/plugins/demo/Makefile.am
5940                 better use of automake
5941
5942 2002-12-26 [christoph]  0.8.8claws3
5943
5944         * src/Makefile.am
5945         * src/common/Makefile.am
5946                 fix "make distdir"
5947
5948 2002-12-26 [christoph]  0.8.8claws2
5949
5950         * configure.in
5951                 sort configure checks into common / gtk / plugins
5952         * po/POTFILES.in
5953                 add src/prefs_gtk.c
5954         * src/Makefile.am
5955                 add plugins SUBDIR
5956         * src/main.c
5957         * src/common/sylpheed.[ch]
5958                 added now sylpheed_done function for shutdown
5959         * src/common/Makefile.am
5960         * src/common/plugin.[ch]                ** NEW **
5961                 plugin loader and unloader
5962         * src/plugins/.cvsignore                ** NEW **
5963         * src/plugins/Makefile.am               ** NEW **
5964                 build plugins
5965         * src/plugins/demo/.cvsignore           ** NEW **
5966         * src/plugins/demo/Makefile.am          ** NEW **
5967         * src/plugins/demo/demo.c               ** NEW **
5968                 small demo plugin that installs a logtext hook and
5969                 outputs the log text to stdout
5970
5971 2002-12-26 [paul]       0.8.8claws1
5972
5973         * po/es.po
5974                 updated by Ricardo Mones Lastra
5975
5976 2002-12-26 [paul]       0.8.8claws
5977
5978         * 0.8.8claws released
5979
5980 2002-12-26 [paul]       0.8.7claws12
5981
5982         * po/bg.po
5983                 updated by George Danchev
5984
5985 2002-12-26 [paul]       0.8.7claws11
5986
5987         * po/POTFILES.in
5988                 remove unneeded 'src/prefs.c' entry 
5989
5990 2002-12-26 [paul]       0.8.7claws10
5991
5992         * src/codeconv.c
5993           src/mainwindow.c
5994                 sync with 0.8.8 release
5995         
5996         * src/folder.[ch]
5997           src/mh.c
5998           src/summaryview.c
5999                 partial sync with 0.8.8 release
6000         
6001
6002 2002-12-25 [alfons]     0.8.7claws9
6003
6004         * src/matcher.[ch]
6005         * src/matcher_parser_lex.l
6006         * src/matcher_parser_parse.y
6007         * src/prefs_matcher.c
6008                 add locked flag to possible filtering / matcher 
6009                 conditions (also a good example what should be
6010                 done to add a simple boolean condition)
6011
6012 2002-12-25 [christoph]  0.8.7claws8
6013
6014         * src/Makefile.am
6015         * src/account.[ch]
6016         * src/addrbook.c
6017         * src/addressbook.c
6018         * src/addrindex.c
6019         * src/filtering.c
6020         * src/folder.c
6021         * src/matcher.c
6022         * src/prefs.[ch]                ** REMOVE **
6023         * src/prefs_account.c
6024         * src/prefs_actions.c
6025         * src/prefs_common.c
6026         * src/prefs_customheader.c
6027         * src/prefs_display_header.c
6028         * src/prefs_filtering.c
6029         * src/prefs_folder_item.c
6030         * src/prefs_gtk.[ch]            ** NEW **
6031         * src/prefs_matcher.c
6032         * src/prefs_scoring.c
6033         * src/prefs_summary_column.c
6034         * src/procmime.c
6035         * src/selective_download.c
6036         * src/toolbar.c
6037         * src/common/Makefile.am
6038         * src/common/prefs.[ch]         ** NEW **
6039                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6040
6041 2002-12-24 [alfons]     0.8.7claws7
6042
6043         * src/summaryview.c
6044                 summary_thread_build(): fix real cause of the crash mentioned in
6045                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6046                 this way we get meaningful ctree nodes 
6047
6048 2002-12-24 [oliver]     0.8.7claws6
6049
6050         * src/mainwindow.[ch]
6051         * src/messageview.[ch]
6052         * src/compose.[ch]
6053         * src/inc.c
6054         * src/summaryview.c
6055                 changes to use updated toolbar handling
6056                 
6057 2002-12-24 [oliver]     0.8.7claws5
6058
6059         * src/toolbar.[ch]
6060                 generic toolbar handling
6061                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6062         * src/prefs_toolbar.[ch]
6063                 adjust to handling
6064         
6065 2002-12-24 [oliver]     0.8.7claws4
6066         
6067         * src/stock_pixmap.[ch]
6068                 move SYLPHEED_LOGO to end of list in order 
6069                 to remove it from Custom Toolbar`s Icon View
6070
6071 2002-12-24 [alfons]     0.8.7claws3
6072
6073         * src/summaryview.c
6074                 summary_thread_build(): fix crash because of focus != selection 
6075                 after threading. when deleting the selection, gtk tries but fails 
6076                 to find the correct focusable element. we now force the selection
6077                 to be focused. this should solve the infamous bug reported by 
6078                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6079                 a test case is available. 
6080
6081 2002-12-24 [darko]      0.8.7claws2
6082
6083         * src/summaryview.c
6084                 don't crash when unmarking message with unread children
6085
6086 2002-12-23 [christoph]  0.8.7claws1
6087
6088         * src/Makefile.am
6089         * src/common/Makefile.am
6090                 update Makefiles for moved intl.h, version.h and defs.h
6091         * src/imap.c
6092                 rewrite imap_session_get to avoid duplicate code
6093
6094 2002-12-23 [paul]       0.8.7claws
6095
6096         * Santa-Claws released
6097         
6098         * po/hu.po
6099           po/ru.po
6100                 squeeze in updated Hungarian and Russian translations.
6101                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6102
6103 2002-12-23 [paul]       0.8.6claws129
6104
6105         * po/pl.po
6106                 updated by Witold Wladyslaw Wojciech Wilk
6107
6108 2002-12-23 [paul]       0.8.6claws128
6109
6110         * src/quote_fmt_parse.y
6111                 fix typo and add licence header
6112
6113 2002-12-23 [paul]       0.8.6claws127
6114
6115         * po/en_GB.po
6116                 updated
6117
6118 2002-12-23 [paul]       0.8.6claws126
6119
6120         * po/it.po
6121                 updated translation, submitted by Alessandro Maestri
6122                 
6123 2002-12-23 [paul]       0.8.6claws125
6124
6125         * src/quote_fmt_parse.y
6126                 fix signature-stripping on replies bug. match
6127                 '-- \n' and not '-- '.
6128
6129 2002-12-22 [paul]       0.8.6claws124
6130
6131         * po/bg.po
6132           po/es.po
6133           po/sr.po
6134                 updated translations. submitted by George Danchev,
6135                 Ricardo Mones Lastra, and Urke MMI respectively
6136
6137 2002-12-21 [paul]       0.8.6claws123
6138
6139         * src/addrbook.c
6140                 fix coding style
6141
6142 2002-12-21 [paul]       0.8.6claws122
6143
6144         * src/addrbook.c
6145                 fix bug [643638] where if a person is in one or more
6146                 addressbook groups editing that person's email 
6147                 address results in removal from those groups.
6148                 Patch submitted by Luke Plant.
6149
6150 2002-12-20 [christoph]  0.8.6claws121
6151
6152         * src/common/utils.c
6153         * src/summaryview.c
6154                 reimplement expand_search_string using GString to
6155                 prevent crashs caused by miscalculated string
6156                 lengths reported by Paul
6157
6158 2002-12-20 [christoph]  0.8.6claws120
6159
6160         * src/summaryview.c
6161                 don't use "changed" to check if op_count has to be changed as it
6162                 is also set when the message has unread children
6163                 (closes bug [ 653221 ] crash while deleting duplicates)
6164
6165 2002-12-20 [paul]       0.8.6claws119
6166
6167         * sync with 0.8.6cvs27
6168                 see ChangeLog 2002-12-20
6169
6170 2002-12-20 [paul]       0.8.6claws118
6171
6172         * sync with 0.8.6cvs26
6173                 see ChangeLog 2002-12-19 and 2002-12-20
6174
6175 2002-12-19 [alfons]     0.8.6claws117
6176
6177         * src/textview.c
6178                 fix incorrect parsing of email addresses, submitted by 
6179                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6180                 name display if it contains @".
6181
6182 2002-12-18 [paul]       0.8.6claws116
6183
6184         * sync with 0.8.6cvs23
6185                 see ChangeLog 2002-12-18
6186
6187 2002-12-18 [paul]       0.8.6claws115
6188
6189         * src/Makefile.am
6190         * src/account.c
6191         * src/codeconv.c
6192         * src/gtkutils.[ch]
6193         * src/imap.c
6194                 sync with 0.8.6cvs22.
6195                 see ChangeLog 2002-12-17 and 2002-12-18
6196
6197 2002-12-17 [christoph]  0.8.6claws114
6198
6199         * src/imap.c
6200                 o don't create a session if imap greeting fails
6201                 o don't close socket when authentication fails
6202                   this is done by imap_session_destroy
6203
6204 2002-12-17 [thorsten]   0.8.6claws113
6205
6206         * tools/Makefile.am
6207           tools/README
6208           tools/google_msgid.pl ** NEW FILE **
6209                 Added "search for message-id" script and doc
6210
6211 2002-12-17 [thorsten]   0.8.6claws112
6212
6213         * po/hu.po
6214                 Updated hungarian translation
6215                 (updated by Gal Zoltan)
6216
6217 2002-12-16 [christoph]  0.8.6claws111
6218
6219         * src/addr_compl.c
6220                 remove stupid addressbook dump to debug output
6221         * src/mh.c
6222                 fix memory leak found by Hiro
6223
6224 2002-12-14 [paul]       0.8.6claws110
6225
6226         * src/compose.c
6227                 fix menubar sensitivity on send
6228                 
6229         * src/prefs_filtering.c
6230         * src/prefs_matcher.c
6231         * src/prefs_scoring.c
6232                 Fix english ;)
6233                 
6234         * src/common/quoted-printable.h
6235                 sync: fix typo
6236         
6237 2002-12-13 [christoph]  0.8.6claws109
6238
6239         * src/Makefile.am
6240         * src/manage_window.[ch]        ** REMOVE **
6241         * src/gtk/Makefile.am
6242         * src/gtk/manage_window.[ch]    ** NEW **
6243                 move manage_window files to gtk directory
6244
6245 2002-12-13 [christoph]  0.8.6claws108
6246
6247         * src/Makefile.am
6248         * src/gtkshruler.[ch]           ** REMOVE **
6249         * src/gtk/Makefile.am
6250         * src/gtk/gtkshruler.[ch]       ** NEW **
6251                 move gtkshruler files to gtk directory
6252
6253 2002-12-13 [christoph]  0.8.6claws107
6254
6255         * src/Makefile.am
6256         * src/compose.c
6257         * src/gtkstext.[ch]             ** REMOVE **
6258         * src/gtkutils.[ch]
6259         * src/textview.c
6260         * src/gtk/gtkstext.[ch]         ** NEW **
6261         * src/gtk/Makefile.am
6262                 o move stext functions to gtkstext.c to remove
6263                   dependency of gtkutils
6264                 o move gtkstext files to gtk directory
6265
6266         * src/gtk/Makefile.am
6267         * src/gtk/sslcertwindow.[ch]
6268                 UI stuff can always depend on common code so
6269                 it's ok to add ../common to include path
6270
6271 2002-12-13 [colin]      0.8.6claws106
6272
6273         * src/summaryview.c
6274                 Disconnect sighandlers for mainwindow when
6275                 quicksearch has the focus
6276                 Fix bug #653231
6277         * src/mainwindow.[ch]
6278                 Make key_pressed callback public, to be able
6279                 to disconnect it
6280
6281 2002-12-13 [christoph]  0.8.6claws105
6282
6283         * src/mh.c
6284                 create .mh_sequences file in new MH folders
6285                 (closes feature request [ 523162 ] MH folders should
6286                  get a .mh_sequences)
6287
6288 2002-12-13 [colin]      0.8.6claws104
6289
6290         * src/summaryview.c
6291                 Better handling of quicksearch show/hide
6292                 (basically the button stays under the mouse 
6293                  when toggled)
6294
6295 2002-12-13 [paul]       0.8.6claws103
6296
6297         * sync with 0.8.6cvs17
6298                 see ChangeLog 2002-12-13
6299
6300 2002-12-13 [paul]       0.8.6claws102
6301
6302         * po/es.po
6303                 updated by Ricardo Mones Lastra
6304
6305 2002-12-11 [colin]       0.8.6claws101
6306
6307         * src/folder.c
6308                 remove statusbar stuff
6309           src/folderview.c
6310                 set statusbar verbosity when moving folders
6311
6312 2002-12-11 [colin]       0.8.6claws100
6313         * src/prefs_filtering.c
6314         * src/prefs_matcher.c
6315         * src/prefs_scoring.c
6316                 Fix english ;)
6317
6318 2002-12-11 [colin]       0.8.6claws99
6319
6320         * src/prefs_common.[ch]
6321                 Add summary_quicksearch_type
6322         * src/summaryview.c
6323                 Save last used quicksearch type
6324
6325 2002-12-11 [jens]       0.8.6claws98
6326         * src/prefs_filtering.c
6327         * src/prefs_matcher.c
6328         * src/prefs_scoring.c
6329                 added dialog for incomplete rules in scoring, filtering and
6330                 matcher to ask wheather really close
6331
6332 2002-12-11 [colin]      0.8.6claws97
6333
6334         * src/folder.c
6335                 Fix folder dnd statusbar logging
6336
6337 2002-12-10 [christoph]  0.8.6claws96
6338
6339         * src/compose.c
6340         * src/folder.c
6341         * src/imap.c
6342         * src/inc.c
6343         * src/main.c
6344         * src/mainwindow.c
6345         * src/news.c
6346         * src/send.c
6347         * src/statusbar.[ch]
6348         * src/common/hooks.c
6349         * src/common/log.[ch]
6350                 o handle verbose logging in statusbar directly in statusbar code
6351                   and common code does not need any knowledge about a statusbar
6352                 o remove direct calls to statusbar_(puts|pop)_all functions
6353
6354 2002-12-10 [jens]       0.8.6claws95
6355
6356         * src/*.c
6357                 removed gettext from g_warnings
6358         * po/POTFILES.in
6359                 cleaned and updated
6360         * po/de.po
6361                 updated
6362
6363 2002-12-10 [colin]      0.8.6claws94
6364
6365         * src/main.c
6366                 finish crash dialog fix
6367
6368 2002-12-10 [colin]      0.8.6claws93
6369
6370         * src/main.c
6371                 "Fix" "sylpheed already running" instead of
6372                 crash dialog appearing after a crash
6373
6374 2002-12-10 [colin]      0.8.6claws92
6375
6376         * po/POTFILES.in
6377                 add src/gtk/sslcertwindow.c
6378
6379 2002-12-10 [paul]       0.8.6claws91
6380
6381         * po/POTFILES.in
6382                 updated to reflect recent changes
6383                 submitted by Alessandro Maestri
6384
6385 2002-12-09 [christoph]  0.8.6claws90
6386
6387         * src/Makefile.am
6388         * src/smtp.[ch]                 ** REMOVE **
6389         * src/common/Makefile.am
6390         * src/common/smtp.[ch]          ** NEW **
6391                 move smtp files to common directory
6392
6393 2002-12-09 [christoph]  0.8.6claws89
6394
6395         * src/Makefile.am
6396         * src/session.[ch]              ** REMOVE **
6397         * src/common/Makefile.am
6398         * src/common/session.[ch]       ** NEW **
6399                 move session files to common directory
6400
6401 2002-12-09 [paul]       0.8.6claws88
6402
6403         * src/account.c
6404                 fix bug [649746] edit accounts: move account reverted
6405                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6406
6407 2002-12-09 [colin]      0.8.6claws87
6408
6409         * src/ssl_certificate.c
6410                 cleanup
6411
6412 2002-12-09 [colin]      0.8.6claws86
6413
6414         * src/ssl.c
6415                 Try to open the cert.pem database and 
6416                 issue a warning if it isn't there
6417
6418 2002-12-09 [colin]      0.8.6claws85
6419
6420         * src/common/ssl_certificate.c
6421         * src/gtk/sslcertwindow.c
6422                 Warning fixes
6423
6424 2002-12-09 [colin]      0.8.6claws84
6425
6426         * src/ssl_certificate.[ch] ** REMOVED **
6427         * src/common/ssl_certificate.[ch] ** NEW **
6428         * src/Makefile.am
6429         * src/common/Makefile.am
6430                 Moved ssl_certificate.[ch] to common
6431         * src/common/ssl.c 
6432                 Put back needed include
6433         * src/gtk/sslcertwindow.[ch]
6434                 Changed ssl_certificate.h include
6435         
6436 2002-12-09 [colin]      0.8.6claws83
6437
6438         * src/gtk/sslcertwindow.[ch]
6439                 Implement hook for certificate acception
6440         * src/ssl_certificate.[ch]
6441                 Implement hook for certificate acception
6442         * src/common/ssl.c
6443                 Reenable certificate acception check
6444         * src/mainwindow.c
6445                 Register sslcertwindow's hook
6446         
6447 2002-12-08 [christoph]  0.8.6claws82
6448
6449         * src/about.c
6450         * src/addr_compl.c
6451         * src/codeconv.c
6452         * src/manual.c
6453         * src/undo.c
6454         * src/common/utils.c
6455                 o add missing includes
6456                 o fix warnings
6457         * src/.cvsignore
6458         * src/common/.cvsignore
6459         * src/common/version.h          ** REMOVE **
6460                 remove autogenerated file
6461
6462 2002-12-08 [paul]       0.8.6claws81
6463
6464         * src/stringtable.c
6465                 put back needed include
6466
6467 2002-12-08 [colin]      0.8.6claws80
6468         
6469         * src/gtk/sslcertwindow.c
6470                 Cleaner popups when asking
6471         * src/ssl_certificate.c
6472         * src/prefs_common.[ch]
6473                 remove ssl certificate pref
6474                 put back needed include
6475         * src/undo.c
6476                 put back needed include
6477
6478 2002-12-08 [christoph]  0.8.6claws79
6479
6480         * src/folderview.c
6481         * src/logwindow.c
6482         * src/statusbar.c
6483         * src/summaryview.c
6484                 only abort hook invokation if required data is missing not
6485                 if our own data pointer is NULL, update hookfunction for
6486                 log window
6487
6488 2002-12-08 [paul]       0.8.6claws78
6489
6490         * src/about.c
6491         * src/addrcache.c
6492         * src/addrclip.c
6493         * src/addr_compl.c
6494         * src/addrselect.c
6495         * src/codeconv.c
6496         * src/colorlabel.c
6497         * src/enriched.c
6498         * src/esmtp.c
6499         * src/exporthtml.c
6500         * src/headerview.c
6501         * src/imageview.c
6502         * src/manual.c
6503         * src/noticeview.c
6504         * src/pgptext.c
6505         * src/scoring.c
6506         * src/sourcewindow.c
6507         * src/stringtable.c
6508         * src/undo.c
6509                 clean up: remove unneccesary includes
6510
6511 2002-12-08 [christoph]  0.8.6claws77
6512
6513         * src/folderview.c
6514         * src/statusbar.c
6515         * src/summaryview.c
6516         * src/common/hooks.[ch]
6517                 hook functions now have a gboolean return value, if a hook
6518                 returns TRUE it will stop executing of any more hooks in
6519                 the same hooklist for this invokation
6520
6521 2002-12-08 [colin]      0.8.6claws76
6522         
6523         * src/main.c
6524                 put back argv0 for CRASH_DIALOG
6525
6526 2002-12-08 [christoph]  0.8.6claws75
6527
6528         * src/Makefile.am
6529         * src/about.c
6530         * src/account.c
6531         * src/crash.c
6532         * src/esmtp.h
6533         * src/imap.[ch]
6534         * src/inc.c
6535         * src/main.c
6536         * src/mainwindow.c
6537         * src/news.c
6538         * src/pop.[ch]
6539         * src/prefs_account.[ch]
6540         * src/prefs_common.[ch]
6541         * src/send.[ch]
6542         * src/smtp.[ch]
6543         * src/ssl_certificate.[ch]
6544         * src/ssl_manager.[ch]
6545         * src/common/Makefile.am
6546         * src/common/log.c
6547         * src/common/nntp.[ch]
6548         * src/common/socket.[ch]
6549         * src/common/ssl.[ch]
6550         * src/gtk/sslcertwindow.[ch]
6551         * ac/openssl.m4
6552                 use new autoconf script to detect OpenSSL with extra parameters
6553                 to specify the location of libs and includes, also remove USE_SSL
6554                 to USE_OPENSSL
6555
6556         * src/common/sylpheed.[ch]
6557         * src/common/version.h.in
6558                 start seperation of common code initialization seperated from gui
6559
6560         * src/summaryview.c
6561                 The function that is called when a color label changes
6562                 should not change the color lable again
6563
6564 2002-12-08 [colin]      0.8.6claws74
6565
6566         * src/gtk/sslcertwindow.c
6567                 warning fixes
6568
6569 2002-12-08 [colin]      0.8.6claws73
6570
6571         * src/statusbar.c
6572           src/common/log.h
6573                 Register a hook for statusbar_puts_all
6574         * src/common/log.c
6575                 invoke statusbar_puts_all's hook
6576         
6577 2002-12-08 [colin]      0.8.6claws72
6578
6579         * src/ssl_certificate.c
6580                 Put back a badly-removed include
6581
6582 2002-12-08 [colin]      0.8.6claws71
6583
6584         * src/gtk/sslcertwindow.[ch]    ** NEW **
6585                 new certificate presentation
6586         * src/gtk/Makefile.am
6587                 add new files
6588         * src/ssl_certificate.[ch]
6589                 gtk cleanup, made utility functions public
6590         * src/ssl_manager.c
6591                 use new cert presentation
6592
6593 2002-12-07 [christoph]  0.8.6claws70
6594
6595         * src/Makefile.am
6596         * src/nntp.[ch]                 ** REMOVE **
6597         * src/common/Makefile.am
6598         * src/common/nntp.[ch]          ** NEW **
6599                 move nntp files to common directory
6600
6601 2002-12-07 [christoph]  0.8.6claws69
6602
6603         * src/procmsg.[ch]
6604         * src/summaryview.c
6605                 implement msginfo update callback using sylpheed's new
6606                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6607
6608 2002-12-06 [christoph]  0.8.6claws68
6609
6610         * src/editgroup.c
6611                 This patch changes the 'Edit Group Details' dialog to
6612                 allow extended selections in either pane, so that
6613                 addresses can be added or removed from a group more
6614                 quickly and easily. (it actually is a net decrease in
6615                 file size, as some unnecessary functions have been
6616                 removed). 
6617                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6618
6619 2002-12-06 [christoph]  0.8.6claws67
6620
6621         * src/Makefile.am
6622         * src/template.[ch]             ** REMOVE **
6623         * src/common/Makefile.am
6624         * src/common/template.[ch]      ** NEW **
6625                 move template files to common directory
6626
6627         * src/nntp.c
6628                 add missing log.h include
6629
6630 2002-12-06 [melvin]     0.8.6claws66
6631
6632         * src/prefs_actions.c
6633                 Added the trailing ">" syntax to insert command's output
6634                 without replacing old text (in contrast to trailing "|").
6635
6636 2002-12-05 [colin]      0.8.6claws65
6637         
6638         * src/common/utils.c
6639                 Don't modify original search_string or it'll change
6640                 the next iterations in the for()
6641
6642 2002-12-05 [darko]      0.8.6claws64
6643
6644         * src/common/utils.c
6645                 proper check for filtering commands, found by Colin
6646
6647 2002-12-05 [darko]      0.8.6claws63
6648
6649         * src/common/utils.c
6650                 check proper string for NULL pointer, found by Colin
6651
6652 2002-12-05 [darko]      0.8.6claws62
6653
6654         * src/common/utils.[ch]
6655                 expand_search_string(): new function
6656                 converts Mutt-like patterns to Sylpheed's
6657                 filtering engine
6658         * src/summaryview.c
6659                 use expand_search_string() to allow Mutt-like
6660                 patterns in extended search
6661         * README.claws
6662                 document extended option in quick search
6663
6664 2002-12-05 [paul]       0.8.6claws61
6665
6666         * sync with 0.8.6cvs16
6667                 see ChangeLog 2002-12-05
6668                 
6669         * po/POTFILES.in
6670                 clean up
6671
6672 2002-12-04 [christoph]  0.8.6claws60
6673
6674         * src/imap.[ch]
6675                 put imap authentication code into a new function and
6676                 remove it from imap_session_new that will allow to
6677                 send other commands before authentication
6678
6679 2002-12-04 [christoph]  0.8.6claws59
6680
6681         * src/imap.[ch]
6682                 use already existing method to prevent unneeded IMAP
6683                 folder selects. Set imap_select parameters to NULL
6684                 in some functions if the values are not required.
6685
6686         * src/xml.h
6687                 remove no longer required include
6688
6689 2002-12-04 [paul]       0.8.6claws58
6690
6691         * po/es.po
6692                 updated by Ricardo Mones Lastra
6693                 
6694         * configure.in
6695           po/hu.po      ** NEW FILE **
6696                 initial Hungarian translation, submitted
6697                 by Gál Zoltán <galzoli@hu.inter.net>
6698
6699 2002-12-03 [christoph]  0.8.6claws57
6700
6701         * src/Makefile.am
6702         * src/gtksctree.[ch]            ** REMOVE **
6703         * src/gtk/Makefile.am
6704         * src/gtk/gtksctree.[ch]        ** NEW **
6705                 move gtksctree files to gtk directory
6706
6707 2002-12-03 [christoph]  0.8.6claws56
6708
6709         * src/Makefile.am
6710         * src/md5.[ch]                  ** REMOVE **
6711         * srm/common/Makefile.am
6712         * src/common/md5.[ch]           ** NEW **
6713                 move md5 files to common directory
6714
6715         * src/gtkstext.c
6716                 remove not required #include
6717
6718 2002-12-03 [sergey]     0.8.6claws55
6719
6720         * src/gtkutils.c
6721         * src/gtkutils.h
6722                 gtkut_window_popup(): new function.
6723         * src/mainwindow.c
6724                 main_window_popup(): use gtkut_window_popup() to raise
6725                 window without changing its position.
6726                 (see sylpheed-main ML message [sylpheed:17247])
6727
6728 2002-12-03 [sergey]     0.8.6claws54
6729
6730         * src/send.c
6731                 send_message_local(): removed first-dot escaping
6732                 (SMTP-only, not needed for sending through pipe)
6733
6734 2002-12-03 [paul]       0.8.6claws53
6735
6736         * po/POTFILES.in
6737                 update to reflect recent changes (thanks
6738                 to Ricardo Mones Lastra)
6739                 
6740         * tools/filter_conv.pl
6741                  fix problem with quoted strings. Patch submitted
6742                  by Luke Plant <lukeplant@softhome.net>
6743
6744 2002-12-03 [paul]       0.8.6claws52
6745
6746         * sync with 0.8.6cvs15
6747                 see ChangeLog 2002-12-03
6748
6749 2002-12-02 [christoph]  0.8.6claws51
6750
6751         * src/logwindow.[ch]
6752         * src/common/log.[ch]
6753                 implement logging using a hook function
6754
6755         * src/folderview.c
6756         * src/folder.[ch]
6757                 define hooklist name in header file to avoid
6758                 errors caused by wrong spelling of hooklist names
6759
6760         * src/toolbar.c
6761                 fix warnings
6762
6763 2002-12-02 [christoph]  0.8.6claws50
6764
6765         * src/common/Makefile.am
6766                 add src/common/hooks.[ch]
6767
6768         * src/common/hooks.[ch]
6769                 implement a simple hook system using glib's hook functions
6770
6771         * src/folder.[ch]
6772         * src/folderview.c
6773                 use new hook system for folder item updates
6774
6775 2002-12-02 [christoph]  0.8.6claws49
6776
6777         * doc-src/ui_seperation.txt     ** NEW **
6778                 information for ui seperation
6779
6780         * src/Makefile.am
6781                 remove files that were moved to common
6782                 include common directory by default for the header files
6783
6784         * src/inc.c
6785         * src/common/socket.c
6786         * src/automaton.[ch]
6787                 implement automaton using g_io_*-functions instead of
6788                 gdk_input_add to make it ui independent
6789
6790         * src/codeconv.c
6791         * src/compose.c
6792         * src/ldif.c
6793         * src/pgptext.c
6794         * src/procmime.c
6795         * src/rfc2015.c
6796         * src/smtp.c
6797         * src/unmime.c
6798                 remove common/ prefix because directory is now in
6799                 include path
6800
6801         * src/compose.c
6802         * src/folder.c
6803         * src/folderview.c
6804         * src/mainwindow.c
6805         * src/messageview.c
6806         * src/prefs_common.c
6807         * src/procmsg.c
6808         * src/rfc2015.c
6809                 fix warnings
6810
6811         * src/imap.c
6812         * src/inc.c
6813         * src/news.c
6814         * src/pop.c
6815         * src/send.c
6816         * src/smtp.c
6817         * src/ssl_certificate.c
6818                 add log.h header file for logging functions
6819
6820         * src/main.c
6821         * src/common/utils.c
6822         * src/summaryview.c
6823         * src/xml.c
6824                 o move debug_mode to common/utils.c
6825                 o add functions to set and get debug_mode
6826
6827         * src/defs.h                    ** REMOVE **
6828         * src/intl.h                    ** REMOVE **
6829         * src/socket.[ch]               ** REMOVE **
6830         * src/ssl.[ch]                  ** REMOVE **
6831         * src/utils.[ch]                ** REMOVE **
6832                 replaced by new files in src/common/
6833         
6834         * src/common/Makefile.am
6835                 add new files in src/common/
6836
6837         * src/common/defs.h             ** NEW **
6838         * src/common/intl.h             ** NEW **
6839         * src/common/log.[ch]           ** NEW **
6840         * src/common/socket.[ch]        ** NEW **
6841         * src/common/ssl.[ch]           ** NEW **
6842         * src/common/utils.[ch]         ** NEW **
6843                 replacement for files in src/
6844
6845 2002-12-02 [colin]      0.8.6claws48
6846
6847         * src/folderview.c
6848                 Scroll folderview if necessary during dnd
6849
6850 2002-12-02 [colin]      0.8.6claws47
6851
6852         * src/folder.[ch]
6853                 Add check to verify a move is within a single mailbox
6854         * src/folderview.c
6855                 Add specific error string for this check
6856
6857 2002-12-02 [colin]      0.8.6claws46
6858
6859         * src/folder.c
6860                 Add a test to folder moving, remove a statusbar_print
6861         * src/folderview.c
6862                 Add Move folder... context-menu item
6863                 Factorize folder moving code
6864                 Enable folder DND for mbox
6865
6866 2002-12-01 [christoph]  0.8.6claws45
6867
6868         * ac/aspell.m4
6869                 remove conf.aspelltest if the version check fails
6870
6871 2002-11-30 [christoph]  0.8.6claws44
6872
6873         * autogen.sh
6874                 run libtoolize --force in autogen to create missing
6875                 libtool scripts
6876
6877 2002-11-30 [christoph]  0.8.6claws43
6878
6879         * src/Makefile.am
6880         * src/pgptext.c
6881         * src/procmime.c
6882         * src/rfc2015.c
6883         * src/uuencode.[ch]             ** REMOVED **
6884         * src/common/Makefile.am
6885         * src/common/uuencode.[ch]      ** NEW **
6886                 move uuen/decoder to common directory
6887
6888 2002-11-30 [christoph]  0.8.6claws42
6889
6890         * src/Makefile.am
6891         * src/base64.[ch]               ** REMOVED **
6892         * src/codeconv.c
6893         * src/compose.c
6894         * src/ldif.c
6895         * src/pgptext.c
6896         * src/procmime.c
6897         * src/rfc2015.c
6898         * src/smtp.c
6899         * src/unmime.c
6900         * src/common/Makefile.am
6901         * src/common/base64.[ch]        ** NEW **
6902                 move base64 en/decoder to common directory
6903
6904 2002-11-30 [christoph]  0.8.6claws41
6905
6906         * src/common                    ** NEW **
6907                 new directory for UI independent code
6908         * src/gtk                       ** NEW **
6909                 new directory for GTK frontend
6910         * src/common/.cvsignore         ** NEW **
6911         * src/gtk/.cvsignore            ** NEW **
6912                 ignore build files
6913         * src/common/Makefile.am        ** NEW **
6914         * src/gtk/Makefile.am           ** NEW **
6915                 automake files to build new seperated stuff
6916         * src/Makefile.am
6917                 the binary will currently still be build with the
6918                 files in src, so we include the code from the
6919                 subdirs for now after building the libs there
6920
6921 2002-11-30 [paul]       0.8.6claws40
6922
6923         * src/compose.c
6924                 fix bug [642731] 'Wrong selected account with drafted mail'
6925
6926 2002-11-29 [oliver]     0.8.6claws39
6927         
6928         * src/messageview.c
6929                 o update summaryview when switching between different
6930                   messageviews          
6931         * src/toolbar.c  
6932                 o check if messageview holds already removed msg
6933                   from summaryview
6934                 
6935
6936 2002-11-29 [oliver]     0.8.6claws38
6937
6938         * src/toolbar.c 
6939                 remove not needed variables and includes
6940                 make messageview stay opened and move to next when msgs are deleted 
6941
6942 2002-11-29 [oliver]     0.8.6claws37
6943         
6944         * src/toolbar.c 
6945                 disable compose button (messageview toolbar) by default
6946                 deleted msgs are moved to trash
6947         
6948 2002-11-29 [melvin]     0.8.6claws36
6949
6950         * configure.in
6951                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6952                 and to detect signatures expirations (gpgme 0.3.6)
6953
6954         * src/main.c
6955                 Use non obsolescent function for Gpgme engine checking.
6956
6957         * src/rfc2015.c
6958                 Inform about expired signatures or signatures which key
6959                 has expired. Expiration date is displayed.
6960
6961         * src/sigstatus.c
6962                 Inform about expired signatures or signatures which key
6963                 has expired.
6964
6965 2002-11-28 [paul]       0.8.6claws35
6966
6967         * src/folderview.c
6968                 re-instate 'Check for new messages' in Newsgroup
6969                 folders right-click menu, after a suggestion from
6970                 Tim Mann <timmann@users.sourceforge.net>
6971
6972         * src/main.c
6973                 after a crash check only local folders for new
6974                 messages
6975
6976 2002-11-28 [paul]       0.8.6claws34
6977
6978         * configure.in
6979                 apply patch that fixes the checking of GTK with XIM 
6980                 support on different OSs, such as FreeBSD. Patch 
6981                 submitted by Topia <topia@users.sourceforge.net>
6982                 
6983 2002-11-28 [paul]       0.8.6claws33
6984
6985         * src/mainwindow.c
6986           src/prefs_common.c
6987           src/prefs_toolbar.c
6988                 more changes to the English
6989
6990 2002-11-28 [paul]       0.8.6claws32
6991
6992         * sync with 0.8.6cvs13
6993                 see ChangeLog 2002-11-28 (no sync needed
6994                 for src/compose.c)
6995
6996 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6997         
6998         * src/mainwindow.[ch]
6999                 add patch by Ivan F. Martinez introducing messageview Toolbar
7000                 some changes and committed by oliver    
7001
7002 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7003
7004         * src/messageview.[ch]
7005                 add patch by Ivan F. Martinez introducing messageview Toolbar
7006                 some changes and committed by oliver    
7007
7008 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7009
7010         * src/compose.[ch]
7011                 add patch by Ivan F. Martinez introducing messageview Toolbar
7012                 some changes and committed by oliver    
7013
7014 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7015         
7016         * src/toolbar.[ch]
7017                 add patch by Ivan F. Martinez introducing messageview Toolbar
7018                 some changes and committed by oliver
7019
7020 2002-11-28 [oliver]     0.8.6claws27
7021         
7022         * src/prefs_toolbar.[ch]
7023                 getting ready for messageview toolbar
7024                 free mem allocated by gettext
7025                 change prefs_toolbar to prefs_toolbar_open
7026  
7027 2002-11-28 [thorsten]   0.8.6claws26
7028
7029         * src/imageview.[ch]
7030                 cleaned up conflicting declarations of
7031                 imageview_show_image()
7032
7033 2002-11-28 [paul]       0.8.6claws25
7034
7035         * src/grouplistdialog.c
7036           src/prefs_common.c
7037           src/prefs_summary_column.c
7038                 a few more improvements to the English
7039
7040 2002-11-28 [colin]      0.8.6claws24
7041
7042         * man/sylpheed.1
7043                 A few updates to command-line parameters
7044
7045 2002-11-28 [colin]      0.8.6claws23
7046
7047         * src/prefs_filtering.c
7048                 Fix problems with prefs_filtering_delete_path:
7049                 a) if the first rule is removed, original pointers
7050                    weren't updated (leading to segfaults)
7051                 b) it was always global_processing updated in case
7052                    of removed path was parent of rule path
7053
7054 2002-11-27 [paul]       0.8.6claws22
7055
7056         * src/mainwindow.c
7057           src/prefs_account.c
7058           src/prefs_actions.c
7059           src/prefs_common.c
7060           src/prefs_customheader.c
7061           src/prefs_display_header.c
7062           src/prefs_filtering.c
7063           src/prefs_folder_item.c
7064           src/prefs_matcher.c
7065           src/prefs_scoring.c
7066           src/prefs_summary_column.c
7067           src/prefs_template.c
7068           src/prefs_toolbar.c
7069                  improve the English in the GUI
7070
7071 2002-11-27 [colin]      0.8.6claws21
7072
7073         * src/folder.c
7074                 Fix processing renaming problems happening after
7075                 last commit
7076
7077 2002-11-27 [colin]      0.8.6claws20
7078
7079         * src/folder.c
7080                 recursive move now deletes src each subfolder after 
7081                 having moved it
7082         * src/folderview.c
7083                 Use identifier instead of path during dnd (enables
7084                 IMAP folder dnd)
7085
7086 2002-11-27 [paul]       0.8.6claws19
7087
7088         * src/main.c
7089                 apply patch that does command-line processing 
7090                 BEFORE gtk_init, allowing claws to run from 
7091                 shell-scripts in non-X environment (e.g. crontab 
7092                 or ip-up, ip-down scripts). Patch submitted by
7093                 Ruslan N. Balkin <baron@dartel.ru>
7094                 
7095         * po/it.po
7096                 updated by Alessandro Maestri
7097
7098 2002-11-27 [paul]       0.8.6claws18
7099
7100         * sync with 0.8.6cvs12
7101           src/prefs_common.c
7102                 Differences are that main uses a 'Receive dialog'
7103                 frame on the Interface tab, whereas claws groups all 
7104                 the dialogs together in a 'Dialogs' frame.
7105
7106 2002-11-27 [colin]      0.8.6claws17
7107
7108         * src/prefs_matcher.c
7109                 Fix Execute criteria's NOT flag
7110
7111
7112 2002-11-26 [christoph]  0.8.6claws16
7113
7114         * src/ssl.c
7115                 rewrite the ssl code a little bit, only use one
7116                 SSL context, set default certificates' file/path
7117
7118 2002-11-26 [thorsten]   0.8.6claws15
7119
7120         * src/compose.c
7121                 default-reply-to didn't work for ml-reply
7122
7123 2002-11-26 [melvin]     0.8.6claws14
7124
7125         * src/prefs_actions.c
7126                 Made pipe-actions ignore short headers in message view
7127                 Made trailing-pipe-actions write in the message view with
7128                 the same font as the original message
7129
7130 2002-11-26 [paul]       0.8.6claws13
7131
7132         * src/compose.c
7133                 this time commit the correct file
7134
7135 2002-11-26 [paul]       0.8.6claws12
7136
7137         * sync with 0.8.6cvs11
7138           src/quote_fmt_parse.y  
7139                 no sync needed
7140           src/account.[ch]       
7141                 not sync'ed
7142           src/compose.c
7143                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7144                 on draft mode.
7145                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7146                 header
7147                 
7148         see ChangeLog 2002-11-25 and 2002-11-26
7149
7150 2002-11-26 [colin]      0.8.6claws11
7151
7152         * src/folderview.c
7153                 Fix collapsed folder not auto-expanding during
7154                 mail dnd, if it was the source folder.
7155
7156 2002-11-25 [colin]      0.8.6claws10
7157
7158         * src/folderview.[ch]
7159                 Variable renaming and cleaning (slist of nodes 
7160                 to be re-collapsed is stored in FolderView)
7161
7162 2002-11-25 [paul]       0.8.6claws9
7163
7164         * src/prefs_common.[ch]
7165                 fix breakage caused by last commit
7166
7167 2002-11-25 [paul]       0.8.6claws8
7168
7169         * sync with 0.8.6cvs4
7170                 see ChangeLog 2002-11-21
7171
7172 2002-11-25 [paul]       0.8.6claws7
7173
7174         * sync with 0.8.6cvs4
7175                 see ChangeLog 2002-11-20
7176
7177 2002-11-25 [paul]       0.8.6claws6
7178
7179         * sync with 0.8.6cvs3
7180                 see ChangeLog 2002-11-18
7181
7182 2002-11-25 [colin]      0.8.6claws5
7183
7184         * src/gtkutils.[ch]
7185                 Add gtkut_ctree_node_is_parent()
7186         * src/folderview.c
7187                 Spring-loaded folders
7188
7189 2002-11-25 [colin]      0.8.6claws4
7190
7191         * src/utils.[ch]
7192                 Add slist_concat_unique(), function to merge
7193                 two GSList filtering dups
7194         * src/folder.[ch]
7195         * src/summaryview.[ch]
7196         * src/folderview.c
7197         * src/main.c
7198                 Add detection/update/display of unread answers
7199                 to marked mails
7200         * src/procmsg.[ch]
7201                 Add procmsg_find_children()
7202                 Add procmsg_msg_has_marked_parent()
7203
7204 2002-11-25 [colin]      0.8.6claws3
7205
7206         * src/ssl_certificate.[ch]
7207                 Allow checking a certificate without a DNS
7208                 lookup
7209                 Allow to forget a cert (by deleting it)
7210                 Make ssl_certificate_destroy_public
7211         * src/ssl_manager.[ch] ** NEW FILES **
7212                 Gui to manage (display/remove) certificates
7213         * src/prefs_common.[ch]
7214                 Add a pref to allow silent acceptation of
7215                 trusted certificates or not (based on the
7216                 "I want to know what's going on" principle)
7217         * src/mainwindow.c
7218                 Add SSL manager in Tools menu
7219         * src/Makefile.am
7220                 Add the new files to the build
7221         * po/POTFILES.in
7222                 Add ssl_manager.c to translations
7223
7224 2002-11-25 [colin]      0.8.6claws2
7225
7226         * src/summaryview.[ch]
7227                 Add S_SEARCH_EXTENDED to the quick search, which 
7228                 allows to search using filtering syntax.
7229
7230 2002-11-25 [colin]      0.8.6claws1
7231
7232         * src/summaryview.c
7233                 Deletion of duplicates now prefer deleting
7234                 the unread dup (fixes feature-request 638989).
7235
7236 2002-11-24 [paul]       0.8.6claws
7237
7238         * po/es.po
7239           po/pl.po
7240           po/ru.po
7241           po/sr.po
7242                 updated by Ricardo Mones Lastra,
7243                 Witold Wladyslaw Wojciech Wilk,
7244                 Ruslan N. Balkin, and  Urke MMI 
7245                 respectively
7246
7247 2002-11-24 [paul]       0.8.5claws182
7248
7249         * po/bg.po
7250                 updated by George Danchev
7251
7252 2002-11-23 [alfons]     0.8.5claws181
7253
7254         * src/imap.c
7255                 tiny memory leak found by browsing Dimitar's 
7256                 valgrind report
7257
7258 2002-11-23 [paul]       0.8.5claws180
7259
7260         * po/it.po
7261                 updated by Alessandro Maestri
7262
7263 2002-11-22 [christoph]  0.8.5claws179
7264
7265         * src/compose.c
7266         * src/inc.c
7267         * src/prefs_filtering.c
7268         * src/summaryview.c
7269                 more warning fixes
7270
7271 2002-11-22 [alfons]     0.8.5claws178
7272
7273         * src/summaryview.c
7274                 summary_execute_delete_func(): if message is deleted, make 
7275                 sure to also remove its entry in the subject hash table. 
7276                 fixes a corner case bug.
7277
7278 2002-11-22 [paul]       0.8.5claws177
7279
7280         * .cvsignore
7281                 add 'autom4te.cache'
7282                 
7283         * ltconfig      ** REMOVED **
7284                 not needed
7285
7286 2002-11-22 [paul]       0.8.5claws176
7287
7288         * src/textview.c
7289                 textview_set_font(): fix for message display in
7290                 UTF-8 locales (thanks to Sergey Vlasov).
7291                 
7292         * AUTHORS
7293                 add new team members and contributors
7294
7295
7296 2002-11-21 [colin]      0.8.5claws175
7297
7298         * src/procmsg.[ch]
7299                 Add procmsg_remove_special_headers()
7300         * src/mh.c
7301                 Use procmsg_remove_special_headers() for 
7302                 previous fix
7303
7304 2002-11-21 [colin]      0.8.5claws174
7305
7306         * src/mh.c
7307                 Fix moving/copying from queue/draft folders
7308                 for MH folders
7309
7310 2002-11-21 [christoph]  0.8.5claws173
7311
7312         * src/crash.c
7313         * src/filtering.c
7314         * src/logwindow.c
7315         * src/main.c
7316         * src/matcher_parser_lex.[hl]
7317         * src/mbox.c
7318         * src/mbox_folder.[ch]
7319         * src/prefs_filtering.c
7320         * src/procheader.c
7321         * src/quote_fmt_lex.l
7322         * src/ssl.c
7323                 fix all warnings except the warnings in lex and yacc files
7324
7325 2002-11-20 [christoph]  0.8.5claws172
7326
7327         * src/imap.c
7328                 fix MsgInfo retrieval for IMAP draft and queue folders
7329                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7330
7331 2002-11-19 [christoph]  0.8.5claws171
7332
7333         * src/compose.c
7334                 fix segfault, when draft saving does not get
7335                 the MsgInfo of the new message
7336                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7337
7338 2002-11-19 [christoph]  0.8.5claws170
7339
7340         * src/procmsg.c
7341                 add parameter check for flag setting function
7342                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7343
7344 2002-11-18 [paul]       0.8.5claws169
7345
7346         * src/compose.c
7347                 more sensitivity fixes to redirect mode:
7348                 * disable toolbar draft button
7349                 * allow only Address book in the Tools menu
7350                 * disable editing of message by the spell
7351                   checker
7352
7353 2002-11-18 [paul]       0.8.5claws168
7354
7355         * src/compose.c
7356                 fix sensitivity of menu items in compose_redirect():
7357                 allow only the necessary items 
7358
7359 2002-11-18 [paul]       0.8.5claws167
7360
7361         * src/compose.c
7362                 fix bug [ 603259 ] 'attachment got lost on bounce'
7363
7364 2002-11-18 [paul]       0.8.5claws166
7365
7366         * po/ru.po
7367                 updated by Ruslan N. Balkin <baron@dartel.ru>
7368
7369 2002-11-18 [colin]      0.8.5claws165
7370
7371         * src/main.c
7372           src/defs.h
7373                 Remove old filtering stuff
7374
7375
7376 2002-11-17 [oliver]     0.8.5claws164
7377
7378         * src/toolbar.h
7379                 remove not needed typedef 
7380
7381 2002-11-17 [oliver]     0.8.5claws163
7382
7383         * src/toolbar.c
7384                 make toolbar's on click events translatable
7385
7386 2002-11-15 [colin]      0.8.5claws162
7387
7388         * src/summaryview.c
7389                 Revert too-soon integration of a feature
7390
7391 2002-11-15 [christoph]  0.8.5claws161
7392
7393         * src/imap.c
7394                 use main's implementation of imap_get_msginfo
7395
7396 2002-11-15 [christoph]  0.8.5claws160
7397
7398         * src/compose.c
7399         * src/folder.[ch]
7400         * src/imap.c
7401         * src/mbox_folder.c
7402         * src/mh.c
7403         * src/news.c
7404         * src/procmsg.c
7405         * src/summaryview.c
7406                 replace claws' fetch_msginfo with main's get_msginfo
7407                 (use main's implementation where possible)
7408
7409 2002-11-15 [colin]      0.8.5claws159
7410
7411         * src/ssl_certificate.c
7412                 Missed a check
7413
7414 2002-11-16 [melvin]     0.8.5claws158
7415
7416         * po/fr.po
7417                 Updated French translations.
7418
7419 2002-11-16 [colin]      0.8.5claws157
7420
7421         * src/ssl_certificate.c
7422                 Check for missing parts in the certificates
7423
7424 2002-11-15 [colin]      0.8.5claws156
7425
7426         * src/folderview.c
7427                 Preventive fix (missing check) found by
7428                 Alfons
7429
7430 2002-11-15 [paul]
7431
7432         * NEWS
7433                 sync with 0.8.6 release
7434
7435 2002-11-15 [colin]      0.8.5claws155
7436
7437         * src/folder.[ch]
7438           src/folderview.c
7439                 Fix error handling of folder_item_move_to()
7440                 (thanks to Alfons!)
7441
7442 2002-11-15 [colin]      0.8.5claws154
7443
7444         * src/folder.[ch]
7445           src/folderview.c
7446                 folder_item_move_to() sets an error message instead
7447                 of having GUI stuff in folder.c
7448
7449 2002-11-15 [colin]      0.8.5claws153
7450
7451         * src/procmsg.[ch]
7452                 Implemented a callback for MsgInfo updates, 
7453                 heavily copy/pasted from Christoph's folder 
7454                 callback system
7455         * src/summaryview.[ch]
7456                 Register summary_update_msg as callback
7457
7458 2002-11-14 [colin]      0.8.5claws152
7459         
7460         * src/procmsg.c
7461                 Update the FolderItem after sending (fixes 617593)
7462
7463 2002-11-14 [christoph]  0.8.5claws151
7464
7465         * src/folder.c
7466                 fix wrong position of NULL pointer check found
7467                 by Sergey
7468
7469 2002-11-14 [christoph]  0.8.5claws150
7470
7471         * src/folder.c
7472                 fix segfault when deleting messages from IMAP folders
7473                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7474
7475 2002-11-14 [colin]      0.8.5claws149
7476
7477         * src/compose.c
7478                 Forwarding was also ignoring the folder's default account.
7479
7480 2002-11-14 [colin]      0.8.5claws148
7481
7482         * src/compose.c
7483                 Fix sent folder not set to folder properties when 
7484                 forwarding.
7485
7486 2002-11-14 [thorsten]   0.8.5claws147
7487
7488         * src/inc.c
7489                 inc_start(): Files were not moved from .processing to inbox,
7490                 if no global processing rule existed
7491
7492 2002-11-14 [colin]      0.8.5claws146
7493
7494         * src/ssl_certificate
7495                 Fix file operations
7496
7497 2002-11-14 [paul]       0.8.5claws145
7498
7499         * po/it.po
7500                 updated by Alessandro Maestri
7501
7502 2002-11-13 [alfons]     0.8.5claws144
7503
7504         * src/folder.c
7505                 folder_item_close(): only mark messages unread
7506                 when a folder has new messages 
7507
7508 2002-11-13 [keith]      0.8.5claws143
7509
7510         * src/imap.c
7511                 Fix problem moving or copying between
7512                 IMAP folders
7513
7514 2002-11-13 [colin]      0.8.5claws142
7515
7516         * src/matcher_parser_parse.y
7517                 Fix rule problem when " don't match
7518
7519 2002-11-13 [christoph]  0.8.5claws141
7520
7521         * src/folder.c
7522         * src/folderview.c
7523                 moved cache saving to folder_item_close
7524                 the folderview should not have to deal with
7525                 this things
7526
7527 2002-11-13 [christoph]  0.8.5claws140
7528
7529         * src/summaryview.c
7530                 moved setting of important score to
7531                 summary_set_prefs_from_folderitem
7532
7533 2002-11-13 [colin]      0.8.5claws139
7534
7535         * src/matcher_parser_parse.y
7536                 Fix a segfault in the parser (happening when
7537                 a good expression had been tested and a bad 
7538                 one arrives)
7539
7540 2002-11-13 [paul]       0.8.5claws138
7541
7542         * sync with 0.8.5cvs24
7543                 see ChangeLog 2002-11-13
7544                 
7545         * po/pt_BR.po
7546                 updated by Fabio Jr. Beneditto
7547
7548 2002-11-13 [colin]      0.8.5claws137
7549         
7550         * src/msgcache.c
7551           src/defs.h
7552           src/procmsg.[ch]
7553                 Revert last commit, problem
7554
7555 2002-11-13 [colin]      0.8.5claws136
7556
7557         * src/msgcache.c
7558                 Remove duplicated code
7559         * src/defs.h
7560                 Bumped CACHE_VERSION and MARK_VERSION
7561         * src/procmsg.[ch]
7562                 Network endian for cache and mark files
7563
7564 2002-11-12 [colin]      0.8.5claws135
7565
7566         * src/inc.c
7567                 Fix the "socket error" dialog which disappeared
7568
7569 2002-11-12 [colin]      0.8.5claws134
7570
7571         * src/msgcache.c
7572                 Reverse last commit which had performance 
7573                 problems, but still reverse the list
7574
7575 2002-11-12 [colin]      0.8.5claws133
7576
7577         * src/msgcache.c
7578                 Reverse list order
7579
7580 2002-11-12 [melvin]     0.8.5claws132
7581
7582         * src/compose.c
7583                 Added a check for a NULL prefs_common.dictionary
7584
7585 2002-11-12 [colin]      0.8.5claws131
7586
7587         * src/ssl_certificate.[ch]
7588                 Use FQDN hostname
7589
7590 2002-11-12 [colin]      0.8.5claws130
7591
7592         * src/ssl_certificate.[ch]
7593                 Take connection port into account for 
7594                 checking certificates (a single hostname
7595                 could have multiple servers with multiple
7596                 certificates)
7597         * src/ssl.c
7598                 Pass the port to ssl_certificate_check
7599
7600 2002-11-12 [paul]       0.8.5claws129
7601
7602         * src/folder.c
7603                 fix a typo in last commit
7604
7605 2002-11-12 [paul]       0.8.5claws128
7606
7607         * sync with 0.8.5cvs23
7608                 see ChangeLog entry 2002-11-12
7609
7610 2002-11-11 [colin]      0.8.5claws127
7611
7612         * src/ssl_certificate.c
7613                 Cleaner messages
7614                 Don't popup, instead log error, if the 
7615                 corresponding pref is checked
7616         * src/ssl_certificate.h
7617                 include <openssl/objects/h>
7618
7619 2002-11-11 [colin]      0.8.5claws126
7620
7621         * src/ssl_certificate.h
7622                 _Really_ clean it
7623
7624 2002-11-11 [colin]      0.8.5claws125
7625         
7626         * src/ssl_certificate.c
7627                 Fixed leak
7628
7629 2002-11-11 [colin]      0.8.5claws124
7630
7631         * src/ssl.c
7632                 Cleaned a bit
7633         * src/ssl_certificate.[ch]
7634                 Cleaned a bit (better use of SSL API)
7635                 (This will cause non-recognition of saved 
7636                  certificates of claws12[23]...)
7637
7638 2002-11-11 [paul]       0.8.5claws123
7639         
7640         * po/es.po
7641                 updated by Ricardo Mones Lastra
7642
7643 2002-11-11 [colin]      0.8.5claws122
7644
7645         * src/ssl.c
7646                 Fix a typo
7647
7648 2002-11-11 [colin]      0.8.5claws121
7649
7650         * src/ssl_certificate.[ch] ** NEW FILES **
7651         * src/ssl.[ch]
7652                 Check SSL certificates presented to us
7653         * src/Makefile.am
7654                 Add ssl_certificate.[ch]
7655         * po/POTFILES.in
7656                 Add ssl_certificate.c
7657
7658 2002-11-11 [paul]       0.8.5claws120
7659
7660         * sync with 0.8.5cvs22
7661                 see ChangeLog 2002-11-11
7662
7663 2002-11-11 [paul]       0.8.5claws119
7664
7665         * sync with 0.8.5cvs21
7666                 see ChangeLog 2002-11-11
7667
7668 2002-11-10 [jens]       0.8.5claws118
7669
7670         * src/folder.c
7671         * src/folderview.c
7672                 corrected some typing
7673         * po/de.po
7674                 updated german translation
7675         * sylpheed.spec.in
7676                 cleaned up specfile and adjusted it for claws
7677
7678 2002-11-10 [colin]      0.8.5claws117
7679
7680         * src/summaryview.c
7681                 a STATUSBAR_PUSH/POP fix
7682
7683 2002-11-10 [colin]      0.8.5claws116
7684
7685         * src/prefs_folder_item.c
7686                 Fix hanging after opening folder properties
7687
7688 2002-11-10 [hoa]        0.8.5claws115
7689
7690         * src/matcher_parser_lex.l
7691         * src/matcher_parser_parse.y
7692                 config file for scoring and filtering is no more trashed
7693                 when there is a syntax error in a filtering rule when
7694                 editing it in a dialog.
7695
7696 2002-11-09 [colin]      0.8.5claws114
7697
7698         * src/mbox_folder.c
7699                 Added missing initialisation of folder->destroy()
7700
7701 2002-11-09 [colin]      0.8.5claws113
7702
7703         * src/folder.c
7704           src/folderview.c
7705                 Fix the status bar messages
7706
7707 2002-11-09 [colin]      0.8.5claws112
7708
7709         * src/folderview.c
7710                 Fix hangs after folder dnd, happening after 
7711                 claws109.
7712
7713 2002-11-09 [christoph]  0.8.5claws111
7714
7715         * src/folderview.c
7716                 just changed order of calls (reverse order of
7717                 associated calls)
7718         * src/inc.c
7719                 lock inc when checking only one account, otherwise
7720                 inc all could be executed at the same time
7721
7722 2002-11-09 [christoph]  0.8.5claws110
7723
7724         * src/folderview.c
7725                 better unlock the mouse cursor before calling
7726                 summary_show because it changes the cursor too
7727
7728 2002-11-09 [christoph]  0.8.5claws109
7729
7730         * src/folder.[ch]
7731         * src/folderview.c
7732                 add functions to open and close a folder
7733                 o opending will execute scanning for remote folders
7734                   and processing
7735                 o closing will unset new flag for messages
7736
7737 2002-11-09 [colin]      0.8.5claws108
7738
7739         * src/folder.c
7740                 Add a call to prefs_matcher_write_config to 
7741                 avoid non-leaf folders filtering settings to be
7742                 lost
7743
7744 2002-11-09 [paul]       0.8.5claws107
7745
7746         * src/prefs_account.c
7747                 re-word a label
7748
7749 2002-11-09 [colin]      0.8.5claws106
7750
7751         * src/folderview.c
7752                 Minor esthetic fix
7753
7754 2002-11-09 [colin]      0.8.5claws105
7755
7756         * src/folderview.c
7757                 Fix prefs_filtering deletion for MH folders (same
7758                 reason as below)
7759         * src/prefs_filtering.c
7760                 Fix prefs_filtering renaming and deletion for 
7761                 folder-based processing rules.  
7762
7763 2002-11-09 [christoph]  0.8.5claws104
7764
7765         * src/compose.c
7766         * src/folder.[ch]
7767         * src/folderview.[ch]
7768         * src/import.c
7769         * src/inc.c
7770         * src/main.c
7771         * src/mainwindow.c
7772         * src/messageview.c
7773         * src/prefs_folder_item.c
7774         * src/procmsg.c
7775         * src/summaryview.c
7776                 implement a callback system for folder item updates
7777
7778 2002-11-09 [colin]      0.8.5claws103
7779
7780         * src/folderview.c
7781                 Fix prefs_filtering renaming for MH folders (we
7782                 shouldn't rename by path as another folder could
7783                 have the same hierarchy).
7784
7785 2002-11-09 [colin]      0.8.5claws102
7786
7787         * src/folder.c
7788                 Fix a leak found by Christoph, use better variable
7789                 names
7790
7791 2002-11-09 [colin]      0.8.5claws101
7792
7793         * src/folder.c
7794                 One more fix for processing rules
7795
7796 2002-11-08 [colin]      0.8.5claws100
7797         
7798         * src/matcher.c
7799                 Don't copy the compiled regexp (will be reevaluated)
7800         * src/folderview.c
7801                 Lock folderview while moving
7802         * src/folder.c
7803                 Provide info on what's happening to the user
7804
7805 2002-11-08 [colin]      0.8.5claws99
7806
7807         * src/folderview.c
7808                 Fix folder reordering after a move if parent is 
7809                 root
7810         * src/scoring.[ch]
7811                 Add function to copy a ScoringProp
7812         * src/prefs_folder_item.c
7813                 Copy scoring rules when copying a folder prefs
7814
7815 2002-11-08 [colin]      0.8.5claws98
7816
7817         * src/folderview.c
7818                 Fixes in case of failure
7819         * src/filtering.[ch]    
7820                 Add function to duplicate a FilteringProp
7821         * src/matcher.[ch]
7822                 Add function to duplicate a MatcherProp
7823         * src/prefs_folder_item.c
7824                 Save folder's processing rules when copying 
7825                 its prefs
7826
7827 2002-11-08 [colin]      0.8.5claws97
7828         
7829         * src/folderview.c
7830                 Sort after move
7831         * src/folder.c 
7832                 Change a printf to debug_print
7833
7834 2002-11-08 [colin]      0.8.5claws96
7835
7836         * src/folder.c
7837           src/folderview.c
7838                 Fix segfaults, call me stupido
7839         
7840
7841 2002-11-08 [colin]      0.8.5claws95
7842
7843         *src/folder.c
7844                 Added forgotten prefs to save when moving folders
7845
7846 2002-11-08 [colin]      0.8.5claws94
7847
7848         * src/folder.c
7849                 Fixes to folder DND (prefs copy)
7850         * src/folderview.c
7851                 Optimization for folder DND (don't rescan whole tree)
7852                 Added folderview_create_folder_node() for this 
7853                 optimization, so de-duped a bit the code
7854         * src/prefs_folder_item.[ch]
7855                 Added prefs_folder_item_copy_prefs()    
7856           
7857 2002-11-08 [paul]       0.8.5claws93
7858
7859         * src/prefs_account.c
7860           tools/README
7861           tools/kmail2sylpheed_v2.pl
7862                 correct some typos
7863
7864 2002-11-08 [paul]       0.8.5claws92
7865
7866         * src/compose.c
7867           src/prefs_account.[ch]
7868                 remove account options 'clearsign' and 'ascii_armored',
7869                 replace with 'default_gnupg_mode' to prevent mixed-mode
7870                 Privacy settings
7871
7872 2002-11-08 [paul]       0.8.5claws91
7873
7874         * src/compose.[ch]
7875                 re-implement GnuPG 'on-the-fly' mode selection,
7876                 disallow mixed-mode
7877
7878 2002-11-08 [colin]      0.8.5claws90
7879
7880         * src/folderview.c
7881           src/prefs_folder_item.c
7882                 Change "Property" to "Properties"
7883
7884 2002-11-07 [colin]      0.8.5claws89
7885
7886         * src/folderview.c
7887           src/folder.c
7888                 Allow folder dropping to a root folder
7889
7890 2002-11-07 [paul]       0.8.5claws88
7891
7892         * src/compose.c
7893                 revert last commit
7894
7895 2002-11-07 [paul]       0.8.5claws87
7896
7897         * src/compose.c
7898                 fix reply-to-list bug. closes bug report
7899                 "[633382] reply-to-list broken in recent cvs"
7900
7901 2002-11-07 [paul]       0.8.5claws86
7902
7903         * src/compose.c
7904                 add a forgotten '#if USE_GPGME ... #endif'
7905
7906 2002-11-07 [paul]       0.8.5claws85
7907
7908         * sync with 0.8.5cvs20
7909                 see ChangeLog 2002-11-07
7910
7911 2002-11-07 [colin]      0.8.5claws84
7912
7913         * src/folder.[ch]
7914                 Change folder_item_move_to to return the newly 
7915                 created folderitem.
7916         * src/folderview.c
7917                 Select the new folderitem after moving.
7918
7919 2002-11-07 [colin]      0.8.5claws83
7920
7921         * src/prefs_filtering.c
7922                 Fix rule rewriting when moving a leaf folder to a 
7923                 shorter path
7924
7925 2002-11-07 [colin]      0.8.5claws82
7926
7927         * src/prefs_filtering.c
7928                 fix a leak
7929
7930 2002-11-07 [colin]      0.8.5claws81
7931
7932         * src/folder.[ch]
7933                 Add folder_item_move_to() function to move a 
7934                 folderitem into another one (updates matcher etc)
7935         * src/folderview.c
7936                 Add folder drag'n drop (context menu to come)
7937                 [Should be dataloss free, but Please backup before 
7938                  trying !]
7939
7940 2002-11-06 [colin]      0.8.5claws80
7941
7942         * src/mh.c
7943                 mh_create_folder() returns NULL if can't create
7944                 directory hierarchy
7945
7946 2002-11-06 [paul]       0.8.5claws79
7947
7948         * src/compose.[ch]
7949                 allow 'on-the-fly' changing of the type of encryption 
7950                 and/or signing used (mime/ascii) via the compose window
7951
7952 2002-11-06 [paul]       0.8.5claws78
7953
7954         * sync with 0.8.5cvs19
7955                 see ChangeLog 2002-11-06 for src/account.c: 
7956                 account_get_special_folder()
7957                 
7958 2002-11-05 [alfons]     0.8.5claws77
7959
7960         * src/crash.c
7961                 very minor cleanups: nothing to see here, move on. :-)
7962
7963 2002-11-05 [colin]      0.8.5claws76
7964
7965         * src/main.c
7966                 Changes choices if compose windows are opened to
7967                 Discard, Draft, Don't quit
7968
7969 2002-11-05 [thorsten]   0.8.5claws75
7970
7971         * src/compose.c
7972                 reenabled default_reply_to folder option
7973
7974 2002-11-05 [colin]      0.8.5claws74
7975
7976         * src/compose.[ch] 
7977                 add compose_draft()
7978         * src/crash.c
7979                 add SIGTERM handler
7980         * src/main.[ch]
7981                 add clean_quit() for the SIGTERM handler
7982
7983 2002-11-05 [paul]       0.8.5claws73
7984         
7985         * po/es.po
7986                 updated by Ricardo Mones Lastra
7987
7988 2002-11-05 [melvin]     0.8.5claws72
7989
7990         * src/logwindow.c
7991                 Fixed log-clipping bug #616795.
7992                 To stop logging in the log window use 0 length.
7993         * src/prefs_common.c
7994                 Added a label to inform about the 0 log length behaviour.
7995
7996 2002-11-05 [paul]       0.8.5claws71
7997
7998         * sync with 0.8.5cvs17
7999                 see ChangeLog 2002-11-05
8000
8001 2002-11-04 [paul]       0.8.5claws70
8002
8003         * sylpheed-128x128.png
8004           sylpheed-64x64.png
8005           sylpheed.png
8006                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8007                 <nikai@users.sourceforge.net>
8008                 
8009         * po/bg.po
8010                 updated by George Danchev
8011
8012 2002-11-03 [thorsten]   0.8.5claws69
8013
8014         * src/main.c
8015           src/mimeview.c
8016           src/rfc2015.h
8017                 add check if gpg is active
8018
8019 2002-11-03 [thorsten]   0.8.5claws68
8020
8021         * src/toolbar.h
8022                 removed GSList declaration causing trouble on MacOS-X
8023                 (submitted by alfons, reported by xfesty)
8024
8025 2002-11-01 [paul]       0.8.5claws67
8026
8027         * src/mainwindow.c
8028                 remove last remnants of main's filter code
8029
8030 2002-11-01 [paul]       0.8.5claws66
8031
8032         * tools/filter_conv.pl
8033                 fix bug where user-defined headers were ignored
8034
8035 2002-11-01 [paul]       0.8.5claws65
8036
8037         * src/logwindow.c
8038                 make a debug_print() not translatable
8039
8040 2002-10-31 [melvin]     0.8.5claws64
8041
8042         * ac/aspell.m4
8043                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8044                 not run any GNU/aspell test.  The dictionary path will
8045                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8046                 was given, in which case, it will be $prefix/lib/aspell/
8047         * configure.in
8048                 Fixed typo in commentary (Aspell code).
8049
8050 2002-10-31 [paul]       0.8.5claws63
8051
8052         * po/POTFILES.in
8053                 remove src/filter.c and src/prefs_filter.c
8054                 thanks to Ricardo for reminding me
8055
8056 2002-10-31 [colin]      0.8.5claws62
8057
8058         * src/mbox_folder.c
8059                 Plug some leaks
8060
8061 2002-10-31 [paul]       0.8.5claws61
8062
8063         * src/prefs_filter.[ch] ** REMOVED **
8064           src/filter.[ch]       ** REMOVED **
8065           
8066         * src/Makefile.am
8067           src/folderview.c
8068           src/inc.c
8069           src/main.c
8070           src/mainwindow.c
8071           src/mbox.c
8072           src/prefs_common.c
8073           src/prefs_filtering.c
8074           src/summaryview.[ch]
8075                 remove main's 'filter' code
8076                 
8077         README.claws
8078                 update to reflect removal of main's filter
8079
8080 2002-10-31 [paul]       0.8.5claws60
8081
8082         * src/summaryview.c
8083                 remove check for global_processing in summary_filter_open(). 
8084                 This fixes the bug where if the user uses the right-click 
8085                 'Create filter rule...' and doesn't have any filter rules 
8086                 already defined in claws' advanced filtering, the newly 
8087                 created filter rule goes to main's filtering which is 
8088                 inaccessible through the gui. Now the filter rule gets added
8089                 to claws' filtering by default.
8090
8091 2002-10-28 [melvin]     0.8.5claws59
8092
8093         * src/prefs_actions.c
8094                 Fixed bug #627322 where MIME parts were not always
8095                 correctly passed to a %p action
8096                 Display an error dialog when message filename is not found.
8097
8098 2002-10-28 [melvin]     0.8.5claws58
8099
8100         * src/prefs_common.c
8101                 Readded a missing function declaration lost in 0.8.3claws34
8102
8103 2002-10-28 [paul]       0.8.5claws57
8104
8105         * sync with 0.8.5cvs15
8106                 see ChangeLog 2002-10-28 and 2002-10-25
8107                 
8108         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8109
8110 2002-10-27 [oliver]     0.8.5claws56
8111
8112         * src/pop.c
8113                 plug leak in pop3_top_recv
8114
8115 2002-10-26 [christoph]  0.8.5claws55
8116
8117         * src/folder.c
8118                 set need_update folder flag when messages are added
8119                 (closes bug [ 626922 ] folder not updated after receiving)
8120
8121 2002-10-25 [melvin]     0.8.5claws54
8122
8123         * src/imageview.c
8124                 Fixed a memleak introduced in the scaling code.
8125
8126 2002-10-24 [alfons]     0.8.5claws53
8127
8128         * src/filtering.c
8129                 make filtering's forward message action forward from the 
8130                 correct account
8131                 (closes bug [628089 ] Filter -> Forward from address problem
8132                 reported by Oktay)
8133
8134 2002-10-24 [christoph]  0.8.5claws52
8135
8136         * src/mainwindow.c
8137         * src/manual.[ch]
8138                 o use manual of current locale or english if current
8139                   locale is not available (and english is available)
8140                 o also link to sylpheed doc project manuals
8141
8142 2002-10-23 [paul]       0.8.5claws51
8143
8144         * tools/README
8145           tools/kmail2sylpheed_v2.pl
8146                 add new version of kmail addressbook importer script.
8147                 works with newer versions of Kmail/KAddressBook which
8148                 have new and rearranged data.
8149
8150 2002-10-23 [martin]     0.8.5claws50
8151
8152         * src/folderview.c
8153         * src/summaryview.c
8154         * src/utils.h
8155         * src/utils.c
8156                 added length parameter to get_abbrev_newsgroup_name()
8157                 changed this function so that it abbreviates the newsgroup
8158                 names only so long it is smaller than the length parameter
8159                 (for better reading of some newsgroup names and space efficiency)
8160
8161 2002-10-22 [colin]      0.8.5claws49
8162
8163         *src/foldersel.c
8164                 Revert Alfons' last modification (after voting ;-))
8165
8166 2002-10-21 [alfons]     0.8.5claws48
8167
8168         * src/foldersel.c
8169                 folder view in folder selection dialog reflects state of
8170                 folder view in main window
8171
8172 2002-10-18 [alfons]     0.8.5claws47
8173
8174         * src/mbox.c
8175                 drop imported messages in folder selected by user,
8176                 and not in the inbox
8177                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8178
8179 2002-10-18 [alfons]     0.8.5claws46
8180
8181         * src/compose.c
8182                 make automagic reply work correctly for email accounts 
8183                 (whether it's viable to do a full sync with Hiro's 
8184                 compose.c is still under discussion)
8185
8186 2002-10-18 [melvin]     0.8.5claws45
8187
8188         * src/prefs_actions.c
8189                 Fixed bug #622275 where asynchroneous actions left 
8190                 zombies processes
8191                 Made (synchroneous) actions' input be displayed live.
8192
8193 2002-10-18 [christoph]  0.8.5claws44
8194
8195         * src/textview.c
8196                 don't add a newline in the textview in front of the
8197                 first textpart if header display is disabled
8198                 (closes bug [ 603385 ] disabled header display leaves blank
8199                  lin)
8200
8201 2002-10-18 [christoph]  0.8.5claws43
8202
8203         * src/folder.[ch]
8204         * src/imap.c
8205         * src/mbox_folder.c
8206         * src/mh.c
8207         * src/news.c
8208                 folder->get_num_list now returns an error code
8209                 (closes bug [ 609424 ] News cache cleared on failure)
8210                 
8211 2002-10-17 [colin]      0.8.5claws42
8212         
8213         * src/news.c
8214                 Changed a printf by debug_print
8215
8216 2002-10-16 [paul]       
8217
8218         * tools/OOo2sylpheed.pl
8219                 allow for spaces in the name of the
8220                 file to be attached.
8221
8222 2002-10-16 [colin]      0.8.5claws41
8223
8224         * src/main.c
8225                 Use a tristate to change online mode
8226
8227 2002-10-16 [paul]       0.8.5claws40
8228
8229         * po/es.po
8230                 updated by Ricardo Mones Lastra
8231
8232 2002-10-16 [colin]      0.8.5claws39
8233
8234         * src/main.c
8235           src/mainwindow.[ch]
8236                 Added --online and --offline command-line
8237                 switches
8238
8239 2002-10-15 [christoph]  0.8.5claws38
8240
8241         * src/procmime.c
8242                 set mimeinfo->name to NULL after g_free to
8243                 avoid double freeing with g_free
8244
8245 2002-10-14 [christoph]  0.8.5claws37
8246
8247         * src/compose.c
8248         * src/filtering.c
8249         * src/summaryview.c
8250                 remove calls to folder->change_flags that are now
8251                 done by procmsg flag functions (seems it is not
8252                 used by any foldertype anyway)
8253         * src/folder.c
8254                 init folder->change_flags with NULL
8255
8256 2002-10-14 [christoph]  0.8.5claws36
8257
8258         * src/folder.[ch]
8259         * src/imap.[ch]
8260                 use virtual functions for folder item new and destroy
8261                 functions
8262
8263 2002-10-14 [melvin]     0.8.5claws35
8264
8265         * src/compose.c
8266                 Added a test to not run the spell checker if no default
8267                 dictionary is available. No dialog is displayed though.
8268
8269 2002-10-14 [melvin]     0.8.5claws34
8270
8271         * src/gtkaspell.c
8272                 Fixed bug in dictionary list context menu where
8273                 "More..." pointed to an emtpy submenu if the
8274                 number of dictionaries is a multiple of 15
8275                 Removed unneeded code in suggestions list creation
8276
8277 2002-10-14 [paul]       0.8.5claws33
8278
8279         * po/bg.po
8280                 updated by George Danchev
8281
8282 2002-10-13 [hoa]        0.8.5claws32
8283
8284         * src/matcher.[ch]
8285           src/matcher_parser_parser.y
8286                 removed the escaped string from internal structure
8287                 of matcher.
8288
8289 2002-10-12 [colin]      0.8.5claws31
8290
8291         * src/gtksctree.[ch]
8292           src/summaryview.c
8293                 Removed useless function gtksctree_reanchor
8294
8295 2002-10-12 [alfons]     0.8.5claws30
8296         
8297         * sync with remaining main changes 2002-10-09 - 2002-10-11
8298         - drop changes to src/compose.c (requires claws specific changes)
8299         
8300 2002-10-12 [alfons]     0.8.5claws29
8301         
8302         * sync with main changes of 2002-10-08
8303         - drop changes to src/compose.c (requires claws specific changes)
8304         - drop changes to src/summaryview.c (requires changes to compose.c)     
8305
8306 2002-10-12 [alfons]     0.8.5claws28
8307         
8308         * sync with main changes of 2002-10-07
8309
8310 2002-10-12 [alfons]     0.8.5claws27
8311
8312         * sync with main changes of 2002-10-04
8313         - drop changes to src/compose.c (requires claws specific changes)
8314         - drop changes to src/prefs_folder_item.c (claws implementation
8315           seems to be working)
8316
8317 2002-10-12 [colin]      0.8.5claws26
8318
8319         * src/mainwindow.c
8320                 Fix folder-flicker when space-reading, introduced 
8321                 in claws22.
8322
8323 2002-10-12 [colin]      0.8.5claws25
8324
8325         * src/compose.c
8326                 Save account address when saving as draft.
8327                 (closes bug 621838)
8328
8329 2002-10-12 [colin]      0.8.5claws24
8330
8331         * src/summaryview.c
8332                 Fix the problem consisting of no message selected
8333                 after the last message in a folder has been moved.
8334
8335 2002-10-12 [paul]       0.8.5claws23
8336
8337         * src/compose.c
8338           src/prefs_template.c
8339           src/template.[ch]
8340                 add Cc and Bcc to templates. Patch submitted by
8341                 John L. Males.
8342
8343 2002-10-12 [colin]      0.8.5claws22
8344
8345         * src/folderview.c
8346                 Fix a bug after "Check for new messages":
8347                 If a folder was opened, it was still selected at
8348                 the end of the check, but displayed empty.
8349         * src/mainwindow.c
8350                 Remove unnecessary check
8351
8352 2002-10-12 [paul]
8353
8354         * tools/README
8355                 be more verbose in the description of
8356                 OOo2sylpheed.pl
8357                 
8358
8359 2002-10-11 [colin]      0.8.5claws21
8360
8361         * src/mainwindow.c
8362                 Make space work (better) when no mail is selected
8363
8364 2002-10-11 [colin]      0.8.5claws20
8365
8366         * src/inc.c
8367           src/news.c
8368                 fix warnings
8369
8370 2002-10-11 [colin]      0.8.5claws19
8371
8372         * src/mainwindow.c
8373                 revert 0.8.5claws6 changes as i couldn't get to
8374                 anything satisfying
8375
8376 2002-10-11 [melvin]     0.8.5claws18
8377
8378         * src/compose.c
8379                 Removed buggy and unused macro (should have been committed in
8380                 0.8.5claws17)
8381
8382 2002-10-11 [melvin]     0.8.5claws17
8383
8384         * src/compose.c
8385                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8386
8387 2002-10-11 [thorsten]   0.8.5claws16 
8388
8389         * src/folderview.c
8390                 remove rescan warning
8391
8392 2002-10-11 [colin]      0.8.5claws15 
8393
8394         * src/procheader.c
8395                 fix a segfault that happens if conv_unmime_header
8396                 fails (should be better to find out why it fails)
8397
8398 2002-10-11 [christoph]  0.8.5claws14
8399
8400         * src/summaryview.c
8401                 update folderview stats after ignore/unignore thread
8402
8403 2002-10-11 [hoa]        0.8.5claws13
8404
8405         * src/quote_fmt_parse.y
8406                 Fixed a yacc/bison syntax error
8407         * src/matcher.c
8408                 Escaping of string is fixed.
8409
8410 2002-10-11 [colin]      0.8.5claws12
8411
8412         * src/imageview.c
8413                 Resize images to fit
8414
8415 2002-10-11 [paul]       0.8.5claws11
8416
8417         * po/es.po
8418                 updated by Ricardo Mones Lastra
8419
8420 2002-10-10 [alfons]     0.8.5claws10
8421
8422         * src/compose.c
8423                 allow dropping files by "moving" files from a file manager,
8424                 not only by the more cumbersome "copying". the latter 
8425                 mostly implies holding down the Control button
8426
8427 2002-10-10 [christoph]  0.8.5claws9
8428
8429         * src/summaryview.c
8430                 update folders after thread building for ignored threads
8431
8432 2002-10-10 [christoph]  0.8.5claws8
8433
8434         * config/.cvsignore
8435                 added Makefile
8436         * src/filtering.[ch]
8437         * src/folder.[ch]
8438         * src/folderview.[ch]
8439         * src/import.c
8440         * src/inc.[ch]
8441         * src/mbox.[ch]
8442         * src/procmsg.c
8443         * src/summaryview.[ch]
8444                 o added new flag need_update to FolderItem
8445                 o removed folder_table from various functions from tracking
8446                   folder updates
8447                 o set need_update flags in folder.c's move, copy and delete
8448                   functions and procmsg's flags functions
8449                 o added function folderview_update_items_when_required that
8450                   updates all folders with need_update set
8451                 o call folderview_update_items_when_required instead of
8452                   folderview_update_item_foreach
8453
8454 2002-10-09 [sergey]     0.8.5claws7
8455
8456         * src/compose.c
8457                 Strip CRs whel loading the text into editor in reedit mode.
8458
8459 2002-10-09 [colin]      0.8.5claws6
8460
8461         * src/mainwindow.c
8462                 Make Space work when no mail is selected
8463
8464 2002-10-09 [colin]      0.8.5claws5
8465
8466         * src/gtksctree.[ch]
8467                 Fix range_select
8468                 Add gtk_sctree_reanchor() 
8469         * src/summaryview.c
8470                 Use gtk_sctree_reanchor() - better fix for 
8471                 bug 60413
8472
8473 2002-10-09 [colin]      0.8.5claws4
8474
8475         * src/summaryview.c
8476                 Fix shift-click select after delete problem
8477                 (closes bug 60413)
8478
8479 2002-10-08 [thorsten]   0.8.5claws3
8480
8481         * src/summaryview.c
8482                 exclude current msg from -hide read messages-
8483
8484 2002-10-08 [colin]      0.8.5claws2
8485
8486         * src/inc.[ch]
8487           src/pop.c
8488           src/recv.c
8489                 Differentiate socket errors from disk full
8490                 errors
8491
8492 2002-10-08 [christoph]  0.8.5claws1
8493
8494         * Makefile.am
8495         * configure.in
8496                 modifications for new config directory
8497
8498         * config.guess  ** REMOVED **
8499         * config.sub    ** REMOVED **
8500         * install-sh    ** REMOVED **
8501         * ltmain.sh     ** REMOVED **
8502         * missing       ** REMOVED **
8503         * mkinstalldirs ** REMOVED **
8504                 these files are autogenerated by automake
8505                 when you run autogen.sh
8506
8507         * config/.cvsignore     ** NEW FILE **
8508         * config/Makefile.am    ** NEW FILE **
8509                 ignore autogenerated files
8510                 create a Makefile in this directory
8511
8512 2002-10-08 [paul]       0.8.5claws
8513
8514         * 0.8.5claws release
8515         
8516         * src/compose.c
8517           src/procheader.c
8518           src/procmsg.c
8519                 fix quote reply format for newsgroups reply bug
8520                 (thanks to Hoa)
8521                 
8522         * po/en_GB.po
8523           po/pl.po
8524                 updated by me and Witold Wladyslaw Wojciech Wilk
8525                 repectively
8526
8527 2002-10-07 [paul]       0.8.3claws53
8528
8529         * po/it.po
8530           po/pt_BR.po
8531           po/sr.po
8532                 updated messages catalogs, submitted by
8533                 Alessandro Maestri, Fabio Jr.Beneditto 
8534                 and Urke MMI, respectively.
8535
8536 2002-10-07 [christoph]  0.8.3claws52
8537
8538         * src/folder.[ch]
8539         * src/folderview.c
8540         * src/mainwindow.c
8541                 fix new folder ghost message bug
8542                 (closes bug [ 619722 ] wrong count for newly created folders)
8543
8544 2002-10-07 [christoph]  0.8.3claws51
8545
8546         * src/compose.c
8547                 fix news posting problem
8548
8549 2002-10-07 [melvin]     0.8.3claws50
8550
8551         * po/fr.po
8552                 Updated French translation
8553
8554 2002-10-05 [christoph]  0.8.3claws49
8555
8556         * src/gtkstext.c
8557                 check if line_start_cache is set in gtk_stext_update_text
8558                 (closes bug [ 618119 ] crash while doing search in folder)
8559
8560 2002-10-05 [christoph]  0.8.3claws48
8561
8562         * src/imap.c
8563         * src/news.c
8564         * src/utils.c
8565         * src/utils.h
8566                 implement cache cleanups for claws' folder system
8567                 (closes bug [ 595916 ] imapcache not cleaned up)
8568
8569 2002-10-05 [melvin]     0.8.3claws47
8570
8571         * src/prefs_actions.c
8572                 Made the help text more clear for the %p token
8573
8574 2002-10-04 [paul]       0.8.3claws46
8575
8576         * sync with 0.8.5
8577                 see ChangeLog 2002-10-02 and 2002-10-03
8578
8579 2002-10-04 [christoph]  0.8.3claws45
8580
8581         * src/inc.c
8582                 fix segfault caused by pop before smtp
8583                 call to inc_account_mail with NULL
8584                 pointer for mainwin
8585
8586 2002-10-04 [paul]       0.8.3claws44
8587
8588         * configure.in
8589                 sync the LDAP detection from 0.8.5cvs1
8590
8591 2002-10-02 [christoph]  0.8.3claws43
8592
8593         * po/de.po
8594                 fix small spelling error
8595
8596 2002-10-02 [melvin]     0.8.3claws42
8597
8598         * ac/aspell.m4
8599                 Behave better and say "no" when test program cannot be run.
8600
8601 2002-10-02 [paul]       0.8.3claws41
8602
8603         * sync with 0.8.4cvs1
8604                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8605                 
8606         * src/summaryview.c
8607                 toggle the behavior of Reply menuitem between
8608                 normal reply and reply-to-list
8609
8610 2002-10-01 [sergey]     0.8.3claws40
8611
8612         * src/compose.c
8613                 Convert newlines in the message text to the canonical form
8614                 before base64 encoding (RFC2045 compliance, fixes some
8615                 interoperability issues with Evolution 1.0.3)
8616
8617 2002-09-29 [colin]      0.8.3claws39
8618
8619         * src/summaryview.c
8620                 Fix an unwanted copy/paste
8621
8622 2002-09-29 [colin]      0.8.3claws38
8623
8624         * src/mainwindow.c
8625                 Renamed "Custom toolbar" to "Customize toolbar"
8626                 Renamed "Show all header" to "Show all headers"
8627                 Renamed "Set diplay item" to "Set displayed items"
8628         * src/prefs_common.c
8629                 Renamed "Show all header" to "Show all headers"
8630         * src/prefs_summary_column.c
8631                 Renamed "diplay item" to "displayed items"
8632
8633 2002-09-29 [colin]      0.8.3claws37
8634
8635         * src/mainwindow.[ch]
8636                 online/offline status pixmaps follow theme
8637                 changes
8638         * src/summaryview.[ch]
8639                 quicksearch pixmap follows theme changes
8640
8641 2002-09-29 [thorsten]   0.8.3claws36
8642
8643         * src/compose.c
8644           src/prefs_folder_item.[ch]
8645                 add default_reply_to folder option (closes patch 581044)
8646
8647 2002-09-29 [christoph]  0.8.3claws35
8648
8649         * acconfig.h    ** REMOVED **
8650         * configure.in
8651         * ac/aspell.m4
8652         * ac/check-type.m4
8653         * ac/gnupg-check-typedef.m4
8654                 fix autoheader 2.50 warning
8655
8656 2002-09-29 [christoph]  0.8.3claws34
8657
8658         * major code cleanup (part 2)
8659         
8660                 - unused variables removed
8661                 - unused functions removed
8662                 - uninitialized variables checked
8663                 - missing return statements added
8664                 - missing function return types added
8665                 - added parentheses around assignment
8666                   when suggested by gcc
8667
8668 2002-09-29 [alfons]     0.8.3claws33
8669
8670         * src/logwindow.c
8671                 log_window_clear(): only bracket gtk_text_forward_delete() 
8672                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8673                 works around GTK text bug)
8674
8675 2002-09-29 [paul]       0.8.3claws32
8676
8677         * po/bg.po
8678           po/sr.po
8679                 updated by George Danchev and Urke MMI
8680                 respectively
8681
8682 2002-09-27 [christoph]  0.8.3claws31
8683
8684         * doc-src/readme.txt
8685         * doc-src/rfc1806.txt   ** REMOVED **
8686         * doc-src/rfc2183.txt   ** NEW FILE **
8687         * doc-src/rfc2980.txt   ** NEW FILE **
8688                 update rfcs
8689
8690 2002-09-27 [melvin]     0.8.3claws30
8691
8692         * ac/aspell.m4
8693                 Fixed typo which could break linking
8694
8695 2002-09-27 [melvin]     0.8.3claws29
8696
8697         * ac/aspell.m4
8698                 Improved GNU/aspell checking. 
8699                 Fixed bug #614490
8700
8701 2002-09-27 [paul]       0.8.3claws28
8702
8703         * sync with 0.8.3cvs8
8704                 see ChangeLog 2002-09-27
8705
8706 2002-09-26 [colin]      0.8.3claws27
8707
8708         * src/toolbar.[ch]
8709           src/mainwindow.[ch]
8710                 Add "Reply to Mailing-list" to the toolbar
8711
8712 2002-09-26 [christoph]  0.8.3claws26
8713
8714         * src/summaryview.c
8715                 Fix wrong message counts in summaryview status
8716
8717 2002-09-26 [paul]       0.8.3claws25
8718
8719         * sync with 0.8.3cvs7
8720                 see ChangeLog 2002-09-26
8721
8722 2002-09-26 [paul]       0.8.3claws24
8723
8724         * sync with 0.8.3cvs6
8725                 see ChangeLog 2002-09-25
8726
8727 2002-09-25 [christoph]  0.8.3claws23
8728
8729         * src/prefs_common.c
8730         * src/prefs_folder_item.c
8731         * src/prefs_scoring.c
8732                 Renamed "kill score" to "hide score" in GUI
8733                 and prefs files
8734
8735 2002-09-25 [paul]       0.8.3claws22
8736
8737         * sync with 0.8.3cvs5
8738                 see ChangeLog 2002-09-24
8739
8740 2002-09-24 [alfons]     0.8.3claws21
8741
8742         patch by Satoshi Nagayasu: allows appending / saving multiple 
8743         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8744         'Save as ...'")
8745
8746         * AUTHORS
8747                 add Satoshi Nagayasu
8748         * src/summaryview.c
8749                 summary_save_as(): allow saving selected files to
8750                 one file
8751                 summary_set_menu_sensitive: enable "Save As..." when
8752                 multiple files are selected
8753         * src/utils.[ch]
8754                 append_file(): new function
8755
8756 2002-09-24 [colin]      0.8.3claws20
8757
8758         * src/procmime.c
8759                 Fix segfault when mimeinfo doesn't have a 
8760                 content_type. 
8761
8762 2002-09-24 [colin]      0.8.3claws19
8763
8764         * src/prefs_common.[ch]
8765                 Add a preference to display send dialog or not
8766         * src/send.c
8767                 Display send dialog according to preference
8768
8769 2002-09-24 [colin]      0.8.3claws18
8770
8771         * src/compose.[ch]
8772                 Disable user actions when sending
8773
8774 2002-09-24 [colin]      0.8.3claws17
8775
8776         * src/procmime.c
8777                 Do not display name or filename for attachments
8778                 with an application/pgp-signature type
8779                 (security flaw, see bug 537413)
8780
8781 2002-09-23 [colin]      0.8.3claws16
8782
8783         * src/editaddress.c
8784                 Initialize entry_email, entry_alias and 
8785                 entry_remarks to first email address of the list
8786
8787 2002-09-23 [colin]      0.83claws15
8788
8789         * src/compose.c
8790                 Drop pgp-signature when reediting a signed queued
8791                 message
8792
8793 2002-09-23 [melvin]     0.8.3claws14
8794
8795         * po/fr.po
8796                 Updated French translation
8797
8798 2002-09-23 [melvin]     0.8.3claws13
8799
8800         * src/mainwindow.c
8801                 Made custom toolbar menu labels more consistent
8802         * src/prefs_toolbar.c
8803                 Made custom toolbar window title more consistent
8804
8805 2002-09-22 [colin]      0.8.3claws12
8806
8807         * src/inc.c
8808                 Initialize session type to normal before getting 
8809                 mail (fixes strange Get behaviour)
8810         * src/prefs_account.h
8811                 Move STYPE_POP_BEFORE_SMTP to last position to 
8812                 avoid other side-effects
8813
8814 2002-09-22 [colin]      0.8.3claws11
8815
8816         * src/prefs_account.c
8817                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8818                 from pop3 to apop or vice-versa
8819
8820 2002-09-22 [colin]      0.8.3claws10
8821         
8822         * src/prefs_account.[ch]
8823                 Add an option for the POP before SMTP timeout
8824         * src/inc.c
8825                 Remember time of last POP connection
8826         * src/send.c
8827                 Do POP before SMTP only if timeout reached
8828
8829 2002-09-22 [oliver]     0.8.3claws9
8830         
8831         * README.claws
8832                 explain custom toolbar
8833
8834 2002-09-22 [oliver]     0.8.3claws8
8835
8836         * src/prefs_actions.[ch]
8837         custom toolbar for compose      
8838                 actions callback from compose toolbar
8839         * src/folderview.c
8840                 remove include toolbar.h
8841
8842 2002-09-22 [oliver]     0.8.3claws7
8843         
8844         * src/prefs_toolbar.[ch]
8845                 custom toolbar for compose
8846                 - generic prefs_toolbar handles both
8847                   Mainwin's toolbar as well as Compose toolbar          
8848
8849 2002-09-22 [oliver]     0.8.3claws6
8850         
8851         * src/toolbar.[ch]
8852                 custom toolbar for compose
8853                 restructure toolbar.[ch]
8854
8855 2002-09-22 [oliver]     0.8.3claws5
8856
8857         * src/compose.[ch]
8858                 custom toolbar for compose
8859
8860 2002-09-22 [oliver]     0.8.3claws4
8861         
8862         * src/mainwindow.[ch]
8863                 custom toolbar for compose 
8864                 move mainwin toolbar back to mainwindow
8865
8866 2002-09-22 [alfons]     0.8.3claws3
8867
8868         * src/procmsg.c
8869                 :%sno/if(/if (/gc
8870                 :%sno/for(/for (/gc
8871                 (beautify)
8872
8873 2002-09-22 [alfons]     0.8.3claws2
8874         
8875         * src/procmsg.c
8876                 procmsg_save_to_outbox(): don't unlink message file from queue;
8877                 callers should do it using folder_item_remove_msg()
8878
8879 2002-09-22 [colin]      0.8.3claws1
8880
8881         * src/mimeview.[ch]
8882                 Made mimeview_check_signature() public
8883         * src/textview.c
8884                 Made GPG signatures verifiable by clicking
8885                 the [application/pgp-signature] in the Text
8886                 view
8887
8888 2002-09-22 [paul]       0.8.3claws
8889
8890         * po/bg.po
8891           po/en_GB.po
8892           po/es.po
8893           po/it.po
8894           po/pl.po
8895           po/pt_BR.po
8896           po/sr.po
8897                 updated translations, submitted by George Danchev,
8898                 me, Ricardo Mones Lastra, Alessandro Maestri,
8899                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8900                 and Urke MMI, respectively.     
8901
8902 2002-09-22 [alfons]     0.8.2claws65
8903
8904         * src/procmsg.c
8905         * src/pgptext.c
8906                 no furry valgrinds have been used to plug these memleaks
8907
8908 2002-09-20 [paul]       0.8.2claws64
8909
8910         * sync with 0.8.3cvs4
8911                 'Select thread' re-implemented 
8912                 see ChangeLog 2002-09-20
8913
8914 2002-09-21 [alfons]     0.8.2claws63
8915
8916         * src/compose.c
8917                 compose_send(): plug unnoticed memleak
8918
8919 2002-09-20 [alfons]     0.8.2claws62
8920
8921         * src/addr_compl.c
8922                 replace_address_in_edit(): strict check for NULL address to
8923                 fix "[ 607348 ] Segfault in address completion". My guess is
8924                 that this happens with an empty address book, but it's good
8925                 to have this check here anyway
8926                 
8927                 completion_window_button_press(): free string returned 
8928                 from the internal cache
8929
8930 2002-09-20 [christoph]  0.8.2claws61
8931
8932         * src/procmime.h
8933                 added ENC_BINARY to EncodingType
8934         * src/procmime.c
8935                 the string returned by procmime_get_encoding_str
8936                 should not depend on the order of values in the
8937                 EncodingType definition
8938         * doc-src/rfc1806.txt   ** NEW FILE **
8939                 Added rfc1806 about MIME Content-Disposition
8940                 Extension
8941
8942 2002-09-19 [paul]       0.8.2claws60
8943
8944         * sync with 0.8.2cvs3
8945                 see ChangeLog 2002-09-19
8946
8947 2002-09-19 [paul]       0.8.2claws59
8948
8949         * src/prefs_folder_item.c
8950                 revert to Darko's original alignment of colour
8951                 selector button
8952                 add a colon to folder_color label
8953                 
8954         * src/compose.c
8955                 add Colin's patch (with Hiro's modifications) to 
8956                 force BASE64 encoding for 8-bit text when signing
8957                 (sync with 0.8.3cvs2)
8958
8959 2002-09-18 [alfons]     0.8.2claws58
8960
8961         * src/compose.c
8962                 :%sno/if(/if (/gc
8963                 :%sno/for(/for (/gc
8964                 (beautify a little bit)
8965
8966 2002-09-18 [christoph]  0.8.2claws57
8967
8968         * src/pine.c
8969                 fix handling of fgetc return value
8970
8971 2002-09-17 [alfons]     0.8.2claws56
8972         
8973         * src/summaryview.c
8974                 summary_sort(): check non-NULL summaryview->folder_item when no 
8975                 folder is selected at all
8976                 (closes "[ 610344 ] sort label make syl Crash")
8977
8978 2002-09-17 [alfons]     0.8.2claws55
8979         
8980         * src/compose.c
8981                 beautify a little bit
8982
8983 2002-09-17 [christoph]  0.8.2claws54
8984
8985         * src/folder.c
8986                 initialize max values for cache and folder
8987                 when cache or folder is empty
8988
8989 2002-09-15 [colin]      0.8.2claws53
8990
8991         * src/compose.c
8992                 Fix a leak (thanks Alfons!) and cleaned
8993                 variables names for custom headers
8994
8995 2002-09-15 [colin]      0.8.2claws52
8996
8997         * src/compose.c
8998                 Fix custom headers recognition when
8999                 prefs_common.trans_hdr is on
9000
9001 2002-09-15 [colin]      0.8.2claws51
9002
9003         * src/compose.c
9004                 Allow dynamically-added custom headers
9005                 Yet not reparsed if reedited
9006
9007 2002-09-15 [alfons]     0.8.2claws50
9008
9009         * src/prefs_account.c
9010                 fix warnings
9011
9012 2002-09-15 [colin]      0.8.2claws49
9013         
9014         * src/prefs_account.c
9015                 fix pop_before_smtp sensitivity
9016
9017 2002-09-15 [colin]      0.8.2claws48
9018
9019         * src/inc.[ch]
9020                 add inc_pop_before_smtp()
9021                 allow MainWindow to be undefined in 
9022                 inc_account_mail() and inc_start()
9023         * src/pop.c
9024           src/prefs_account.h
9025                 add STYPE_POP_BEFORE_SMTP session type
9026         * src/prefs_account.c
9027                 activated pop before smtp option
9028         * src/send.c
9029                 do pop before smtp if the relevant option 
9030                 is set
9031
9032 2002-09-15 [paul]       0.8.2claws47
9033
9034         * sync with 0.8.3
9035                 see ChangeLog 2002-09-15
9036
9037 2002-09-14 [paul]       0.8.2claws46
9038
9039         * po/bg.po
9040                 updated Bulgarian translation, submitted by
9041                 George Danchev
9042
9043 2002-09-13 [paul]       0.8.2claws45
9044
9045         * src/compose.c
9046                 merge claws' select_account() with main's
9047                 (new) compose_select_account(). [sync with
9048                 0.8.2cvs15, see ChangeLog 2002-09-11]
9049
9050 2002-09-12 [christoph]  0.8.2claws44
9051
9052         * src/filter.c
9053                 allocate 1 elements of FolderItem not 0
9054
9055 2002-09-12 [colin]      0.8.2claws43
9056
9057         * src/compose.c
9058                 Fix bug #590825 (obey Follow-up: poster)
9059
9060 2002-09-12 [colin]      0.8.2claws42
9061
9062         * src/procmime.c
9063                 Fix bug #557009 (wrong headers for messages 
9064                 forwarded as attachments)
9065
9066 2002-09-11 [colin]      0.8.2claws41
9067         
9068         * src/compose.c
9069                 Put SCF: pseudo-header on top of message
9070                 Set draft tmp_flag when saved as draft
9071
9072         * src/procmsg.c
9073           src/procheader.c
9074                 Skip after first \n\n for beginning of real message
9075                 for drafts too
9076
9077 2002-09-11 [christoph]  0.8.2claws40
9078
9079         * src/filtering.c
9080                 use procmsg flag functions in filtering or processing
9081                 will cause incorrect folder message counts
9082
9083 2002-09-11 [colin]      0.8.2claws39
9084
9085         * src/compose.c
9086                 Fix bug #550175 - wrong save folder when reediting
9087                 drafts
9088
9089 2002-09-11 [paul]       0.8.2claws38
9090
9091         * sync with 0.8.2cvs14
9092                 see ChangeLog 2002-09-11
9093
9094 2002-09-11 [colin]      0.8.2claws37
9095
9096         * src/folder.c
9097                 Fix a typo (seeming to cause new/unread status to
9098                 be lost)
9099
9100 2002-09-10 [christoph]  0.8.2claws36
9101
9102         * src/compose.c
9103                 compose_redirect should not use compose_generic_new
9104                 because that does more stuff than expected including
9105                 opening the external editor
9106                 (closes bug "[ 526608 ] bounced messages appear blank
9107                  in editor")
9108
9109 2002-09-10 [christoph]  0.8.2claws35
9110
9111         * src/folder.c
9112                 fix problem with too large message number range
9113                 causing a crash in folder_item_scan
9114
9115 2002-09-10 [paul]       0.8.2claws34
9116
9117         * sync with 0.8.2cvs13
9118                 see ChangeLog 2002-09-10
9119
9120 2002-09-10 [christoph]  0.8.2claws33
9121
9122         * src/msgcache.c
9123                 set MsgInfo TmpFlags for queue and draft folders
9124                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9125
9126 2002-09-10 [paul]       0.8.2claws32
9127
9128         * AUTHORS
9129           po/bg.po      ** NEW FILE **
9130                 new Bulgarian translation submitted by
9131                 George Danchev <danchev@spnet.net>
9132                 
9133         * tools/Makefile.am
9134           tools/README
9135           tools/tb2sylpheed     ** NEW FILE **
9136                 add script that converts an addressbook exported
9137                 from The Bat! into a Sylpheed addressbook. Submitted
9138                 by Urke MMI <urke-kg@eunet.yu>
9139
9140 2002-09-10 [paul]       0.8.2claws31
9141
9142         * sync with 0.8.2cvs12
9143                 see ChangeLog 2002-09-10
9144
9145 2002-09-06 [paul]       0.8.2claws30
9146
9147         * src/prefs_common.c
9148                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9149                 
9150         * tools/Makefile.am
9151           tools/README
9152           tools/ldif-to-xml.py  ** REMOVED **
9153                 remove obsolete python script
9154
9155 2002-09-06 [paul]       0.8.2claws29
9156
9157         * sync with 0.8.2cvs10
9158                 see ChangeLog 2002-09-06
9159
9160 2002-09-04 [paul]       0.8.2claws28
9161
9162         * sync with 0.8.2cvs9
9163                 see ChangeLog 2002-08-04
9164
9165 2002-09-04 [colin]      0.8.2claws27 
9166
9167         * src/prefs_common.[ch]
9168                 Added signature color configuration
9169         * src/textview.c
9170                 Use user-specified signature color
9171
9172 2002-09-03 [colin]      0.8.2claws26
9173
9174         * src/prefs_common.[ch]
9175                 Added autosave and autosave_length prefs
9176         * src/compose.c
9177                 Added compose_remove_draft()
9178                 Auto-save drafts according to the prefs
9179         * src/main.c
9180                 Added a crash-indicator file, allowing to check
9181                 for new messages on startup if Sylpheed crashed
9182                 (makes saved drafts "reappear")
9183
9184 2002-09-03 [colin]      0.8.2claws25
9185
9186         * src/textview.[ch]
9187                 Grey the signature
9188
9189 2002-09-03 [paul]       0.8.2claws24
9190
9191         * sync with 0.8.2cvs8
9192                 see ChangeLog 2002-09-02 and 2002-09-03
9193
9194 2002-09-03 [darko]      0.8.2claws23
9195
9196         * src/folderview.c
9197                 use normal style when creating new folder to pick
9198                 proper font size 
9199
9200 2002-09-02 [melvin]     0.8.2claws22
9201
9202         * src/gtkaspell.m4
9203                 removed some obsolete code
9204
9205 2002-09-02 [melvin]     0.8.2claws21
9206
9207         * ac/aspell.m4
9208                 fixed test's equality sign (== to =)
9209
9210 2002-09-02 [alfons]     0.8.2claws20
9211
9212         * src/folder.c
9213         * src/mh.c
9214                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9215                 as folder->destroy virtual as suggested by Hiro
9216                 (the mh.c code seems to have been lost around mh.c.1.21)
9217
9218 2002-09-02 [paul]       0.8.2claws19
9219
9220         * po/pt_BR.po
9221                 updated by Fabio Jr. Beneditto
9222                 
9223         * src/defs.h
9224                 use 'http://claws.sylpheed.org' for homepage link. 
9225                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9226
9227 2002-09-01 [alfons]     0.8.2claws18
9228
9229         * src/mh.c
9230                 plug memleak related to one Martin Kluge found
9231
9232 2002-08-31 [paul]       0.8.2claws17
9233
9234         * sync with 0.8.2cvs6
9235                 see ChangeLog 2002-08-30
9236
9237 2002-08-31 [alfons]     0.8.2claws16
9238
9239         * src/folder.c
9240                 folder_destroy(): remove mailbox from folderlist even if it has
9241                 no destroy virtual
9242
9243 2002-08-31 [alfons]     0.8.2claws15
9244
9245         * src/folder.c
9246                 :%sno/if(/if (/gc
9247                 :%sno/for(/for (/gc
9248                 (being pedantic I know)
9249
9250 2002-08-31 [alfons]     0.8.2claws14
9251
9252         * src/folder.c
9253                 check for NULL pointers returned from folder->fetch_msginfo virtual
9254                 (should solve some reported crashes)
9255
9256 2002-08-30 [alfons]     0.8.2claws13
9257
9258         * acconfig.h
9259         * configure.in
9260         * src/crash.c
9261                 enable crash dialog on compilation time
9262                 (--enable-crash-dialog configure option)
9263
9264 2002-08-30 [alfons]     0.8.2claws12
9265
9266         * AUTHORS
9267                 add Martin Kluge
9268         * src/mh.c
9269                 apply memory leak plug patch by Martin Kluge
9270                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9271                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9272                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9273
9274 2002-08-30 [darko]      0.8.2claws11
9275
9276         * src/folderview.c
9277                 copy Gtk style from normal style to match
9278                 font size for coloured folders
9279
9280 2002-08-29 [alfons]     0.8.2claws10
9281
9282         * sylpheed.desktop
9283                 Type=Internet <- Type=Application
9284                 (reported by Michael Schwendt, see:
9285                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9286                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9287
9288 2002-08-29 [paul]       0.8.2claws9
9289
9290         * sync with 0.8.2cvs5
9291                 see ChangeLog 2002-08-29
9292
9293 2002-08-29 [colin]      0.8.2claws8
9294
9295         * src/summaryview.c
9296                 Added a sanity check in summary_select_thread
9297                 Should fix bug 601605
9298
9299 2002-08-29 [colin]      0.8.2claws7
9300
9301         * src/main.c
9302                 Revert claws6 changes regarding bug #591676
9303
9304 2002-08-28 [colin]      0.8.2claws6
9305         
9306         * src/main.c
9307                 Ignore cache for queue folderitems
9308                 Fix bug #591676
9309
9310 2002-08-28 [melvin]     0.8.2claws5
9311
9312         * README.claws
9313                 Fixed typos.
9314
9315 2002-08-28 [melvin]     0.8.2claws4
9316
9317         * README.claws
9318                 Updated a bit the text concerning the spell checker
9319
9320 2002-08-28 [melvin]     0.8.2claws3
9321
9322         Merged the GNU_aspell_branch:
9323                 Support of new GNU/aspell is now included and the old pspell
9324                 is not supported anymore.
9325                 See README.claws
9326
9327         * README.claws
9328                 Updated spell checker text to reflect the switch to GNU/aspell
9329
9330         * ac/aspell.m4          *** NEW ***
9331         * src/gtkaspell.[ch]    *** NEW *** 
9332         * ac/pspell.m4          *** DELETED *** 
9333         * src/gtkspell.[ch]     *** DELETED ***
9334
9335         * ac/Makefile.am
9336                 Updated for GNU/aspell support
9337
9338         * po/POTFILES.in
9339                 Replaced gtkspell.c by gtkaspell.c
9340
9341         * acconfig.h
9342         * src/Makefile.am
9343         * src/about.c
9344         * src/compose.[ch]
9345         * src/crash.c
9346         * src/main.c
9347         * src/prefs_common.[ch]
9348                 Updated for GNU/aspell support
9349
9350 2002-08-28 [paul]       0.8.2claws2
9351
9352         * sync with 0.8.2cvs4
9353                 see ChangeLog 2002-08-27 and 2002-08-28
9354
9355 2002-08-28 [colin]      0.8.2claws1
9356
9357         * src/summary_search.c
9358                 Added "AND search"
9359
9360 2002-08-28 [jens]       0.8.2claws
9361
9362         *po/de.po
9363                 Updated German translations
9364
9365 2002-08-27 [melvin]     0.8.2claws
9366
9367         * po/fr.po
9368                 Updated French translations
9369
9370 2002-08-27 [paul]       0.8.2claws
9371
9372         * sync with 0.8.2 main release
9373
9374         * po/en_GB.po
9375           po/es.po
9376           po/it.po
9377           po/pl.po
9378           po/pt_BR.po
9379           po/sr.po
9380                 updated message catalogs submitted by
9381                 Ricardo Mones Lastra, Alessandro Maestri,
9382                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9383                 Beneditto and Urke MMI  
9384
9385 2002-08-27 [hoa]        0.8.1claws123
9386
9387         * src/mainwindow.[ch]
9388         * src/summaryview.[ch]
9389                 removed the "filter setting" menu option.
9390                 add a "cancel a news message" menu option.
9391
9392 2002-08-26 [martin]     0.8.1claws122
9393
9394         * ChangeLog.claws
9395                 changed string under 0.8.1claws79 changed by myself
9396                 i'm sorry alfons :(
9397
9398 2002-08-26 [martin]     0.8.1claws121
9399
9400         * src/crash.c
9401                 added kill command to debuggerrc to start crash dialog
9402
9403 2002-08-26 [paul]       0.8.1claws120
9404
9405         * sync with 0.8.1cvs31
9406                 see ChangeLog 2002-08-26
9407
9408 2002-08-25 [alfons]     0.8.1claws119
9409
9410         * src/procmsg.c
9411                 fix bug that didn't send out correct headers to news server
9412                 when sending news article and email from queue (bug reported
9413                 and patch provided by Tim Mann; closes bug 
9414                 "[ 583196 ] 0.7.8claws can't post news")
9415
9416 2002-08-25 [alfons]     0.8.1claws118
9417
9418         * src/selective_download.c
9419                 mark two strings as translatable
9420                 (thanks to Urke MMI for pointing this out)
9421
9422 2002-08-25 [alfons]     0.8.1claws117
9423
9424         * src/summaryview.c
9425                 treat sent boxes as special and allow sorting them by addressee
9426                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9427                 submitted by Steve Lamb)
9428
9429 2002-08-24 [alfons]     0.8.1claws116
9430
9431         * src/matcher.c
9432                 fix memleak reported by Martin Kluge
9433                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9434
9435 2002-08-24 [oliver]     0.8.1claws115
9436
9437         * src/prefs_toolbar.c
9438                 o code cleanup as suggested by Alfons
9439                 o memleak fix
9440
9441 2002-08-24 [alfons]     0.8.1claws114
9442
9443         * src/summaryview.c
9444                 o fix another memory leak reported by Martin Kluge
9445                   (see "[ 599568 ] Small Memory Leak")
9446                 o remove 'from' variable from 'summary_set_header()'; we can
9447                   do with just 'to' 
9448
9449 2002-08-24 [paul]       0.8.1claws113
9450
9451         * sync with 0.8.1cvs30
9452                 see ChangeLog 2002-08-23
9453
9454 2002-08-24 [alfons]     0.8.1claws112
9455
9456         * src/summaryview.c
9457                 remove unnecessary allocations for search bar fixing leaks
9458                 reported by Martin Kluge
9459                 (see "[ 599451 ] Further memory leaks?")
9460
9461 2002-08-24 [alfons]     0.8.1claws111
9462
9463         * src/main.c
9464                 make get_socket_name() public for crash.c
9465         * src/crash.c
9466                 o make report bug button work (goes to claws' 
9467                   bug tracker at sf.net)
9468                 o introduce function for doing important stuff just
9469                   before claws goes down
9470                 o clean up code 
9471
9472 2002-08-24 [alfons]     0.8.1claws110
9473
9474         * src/compose.c
9475                 move cursor to "To" entry when forwarding as attachment
9476                 (reported and solved by Steve Lamb, closes bug report
9477                 "[ 592880 ] Forward as attachment; cursor not in to")
9478
9479 2002-08-24 [colin]      0.8.1claws109
9480
9481         * src/mainwindow.c
9482                 fix quick search visibility after GUI (de)separations.
9483
9484 2002-08-23 [colin]      0.8.1claws108
9485
9486         * src/mainwindow.c
9487                 fix header pane visibility after folderview or
9488                 messageview (de)separation
9489
9490 2002-08-23 [paul]       0.8.1claws107
9491
9492         * src/mainwindow.[ch]
9493           src/toolbar.c
9494                 give full control of display or non-display 
9495                 of the Execute icon to Custom toolbar settings.
9496                 add new sensitivity condition to maninwindow.h: 
9497                 M_DELAY_EXEC
9498
9499         * ChangeLog
9500           ChangeLog.jp
9501           NEWS
9502                 more sync with 0.8.1cvs29
9503
9504 2002-08-23 [melvin]     0.8.1claws106
9505
9506         * src/alertpanel.c
9507                 Readded support for custom widget in alertpanel lost in last
9508                 sync.
9509
9510 2002-08-23 [paul]       0.8.1claws105
9511
9512         * sync with 0.8.1cvs29
9513                 see ChangeLog 2002-08-23
9514
9515 2002-08-23 [colin]      0.8.1claws104
9516
9517         * src/summaryview.c
9518                 Fix folder and search pixmaps exchanging positions
9519                 after theme or toolbar changes. Thank to Oliver for 
9520                 reporting this.
9521
9522 2002-08-23 [colin]      0.8.1claws103
9523
9524         * src/mainwindow.c
9525           src/messageview.[ch]
9526           src/noticeview.[ch]
9527           src/summaryview.c
9528                 Changed messageview_create() and noticeview_create()
9529                 to avoid the last gdk_warning
9530
9531 2002-08-22 [colin]      0.8.1claws102
9532
9533         * src/summaryview.c
9534                 Fix my new `Creating pixmap from xpm' warning
9535
9536 2002-08-22 [colin]      0.8.1claws101
9537
9538         * src/mainwindow.c
9539                 Fix some of the gdk warnings
9540
9541 2002-08-22 [colin]      0.8.1claws100
9542
9543         * src/Makefile.am
9544         * src/stock_pixmap.c
9545         * src/stock_pixmap.h
9546         * src/pixmaps/quicksearch.xpm *ADDED*
9547                 Add the quicksearch pixmap
9548         * src/mainwindow.c
9549         * src/summaryview.c
9550         * src/summaryview.h
9551                 Make quicksearch bar visible/hidden via a button
9552
9553 2002-08-22 [christoph]  0.8.1claws99
9554
9555         * src/folder.c
9556                 fix folder update for newsgroups with message
9557                 numbers below minimum number of articles to fetch
9558                 (closes bug #598445)
9559
9560 2002-08-22 [paul]       0.8.1claws98
9561
9562         * sync with 0.8.1cvs28
9563                 see ChangeLog 2002-08-22
9564
9565 2002-08-21 [alfons]     0.8.1claws97
9566
9567         * src/crash.c
9568                 use bt instead of bt full which seems to work 
9569                 better, and bt full doesn't give a great deal 
9570                 of information anyway
9571
9572 2002-08-21 [colin]      0.8.1claws96
9573
9574         * src/summaryview.c
9575                 fix summaryview_searchtype_changed prototype
9576
9577 2002-08-21 [christoph]  0.8.1claws95
9578
9579         * src/mainwindow.c
9580                 o fix broken menu update for sorting type, we have to
9581                   get this info from the summaryview now
9582                 o removed setting of threaded state in menu callback
9583         * src/summaryview.[ch]
9584                 more summaryview/folderitem seperation for
9585                 threading option
9586         * configure.in
9587                 removed not required --with-compiler-flags option
9588
9589 2002-08-21 [oliver]     0.8.1claws94
9590         
9591         * src/toolbar.h 
9592                 o rename toolbar.xml to toolbar_main.xml
9593                   since toolbar_compose.xml might come up 
9594                   any time soon
9595         * README.claws
9596                 add custom toolbar              
9597
9598 2002-08-21 [darko]      0.8.1claws93
9599
9600         * src/procmsg.c
9601                 don't reset tmp flags for messages copied
9602                 to sent folder
9603
9604 2002-08-21 [colin]      0.8.1claws92
9605         
9606         * src/prefs_filtering.c
9607                 fix renaming rules on folder rename 
9608                 when folder is not a leaf folder
9609
9610 2002-08-21 [paul]       0.8.1claws91
9611
9612         * src/prefs_folder_item.c
9613                 fix alignment of colour selector
9614
9615 2002-08-21 [paul]       0.8.1claws90
9616
9617         * sync with 0.8.1cvs27
9618                 see ChangeLog 2002-08-21
9619
9620 2002-08-21 [paul]       0.8.1claws89
9621
9622         * src/summaryview.c
9623                 fix crash when changing field type in
9624                 Quick search bar
9625
9626 2002-08-21 [colin]      0.8.1claws88
9627
9628         * src/summaryview.c
9629                 Made quick search case-insensitive
9630
9631 2002-08-21 [paul]       0.8.1claws87
9632
9633         * sync with 0.8.1cvs26
9634                 see ChangeLog 2002-08-21
9635
9636 2002-08-20 [christoph]  0.8.1claws86
9637
9638         * src/folderview.c
9639         * src/main.c
9640         * src/summaryview.[ch]
9641                 more summaryview/folderitem seperation for
9642                 sort_key and sort_type
9643         * src/procmsg.c
9644                 added missing return statement
9645
9646 2002-08-20 [colin]      0.8.1claws85
9647
9648         * src/summaryview.[ch]
9649                 Added a quick search box
9650         * src/mainwindow.c
9651         * src/prefs_common.[ch]
9652                 Added a show/hide option for the quick search
9653
9654 2002-08-20 [oliver]     0.8.1claws84
9655         
9656         * src/mainwindow.c
9657                 remove toolbar_create_popups
9658         * src/toolbar.[ch]
9659                 o remove toolbar_create_popups
9660                 o fix toolbar_set_sensitive 
9661                   (Bug reports #596834 and #596832)     
9662         * src/prefs_toolbar.c
9663                 o add "Set default" button
9664                 o align label and text + combo widgets
9665
9666 2002-08-20 [hoa]        0.8.1claws83bis
9667
9668         * src/imap.c
9669                 fixed a bug in imap_fetch_msginfo() in case there is no
9670                 current folder.
9671
9672 2002-08-20 [darko]      0.8.1claws83
9673
9674         * src/folderview.c
9675                 copy the color style of folder view so it
9676                 works with GTK themes
9677
9678 2002-08-20 [darko]      0.8.1claws82
9679
9680         * src/folder.h
9681         * src/folderview.c
9682         * src/prefs_folder_item.[hc]
9683                 don't use UI stuff in folder.h
9684
9685 2002-08-20 [darko]      0.8.1claws81
9686
9687         * src/folder.h
9688         * src/prefs_folder_item.h
9689         * src/folderview.c
9690         * src/prefs_folder_item.c
9691                 ability to set folder color in folderview
9692
9693 2002-08-19 [alfons]     0.8.1claws80
9694
9695         * src/summaryview.c
9696                 fix one of the earlier memleaks reported by Martin Kluge
9697
9698 2002-08-19 [alfons]     0.8.1claws79
9699
9700         * src/mainwindow.c
9701                 hide notice view when selecting seperate folder
9702                 view (reported by Urke MMI)
9703
9704 2002-08-19 [christoph]  0.8.1claws78
9705
9706         * src/folderview.c
9707         * src/prefs_folder_item.h
9708         * src/summaryview.[ch]
9709                 o add summary_set_prefs_from_folderitem to set
9710                   summaryview prefs (first step to remove all
9711                   references to the folderitem in summaryview)
9712                 o moved compiled regex stuff from folderitem prefs
9713                   to summaryview code
9714
9715 2002-08-19 [paul]       0.8.1claws77
9716
9717         * src/compose.c
9718                 add check for '.' to QUOTE_IF_REQUIRED
9719
9720 2002-08-19 [paul]       0.8.1claws76
9721
9722         * src/inc.c
9723                 sync with 0.8.1cvs25 (plug memory leak)
9724
9725         * src/prefs_toolbar.c
9726                 re-order prefs_toolbar_cancel()
9727
9728 2002-08-18 [alfons]     0.8.1claws75
9729
9730         * src/inc.c
9731         * src/matcher.c
9732                 plug other memleaks reported by Martin Kluge
9733
9734 2002-08-18 [paul]       0.8.1claws74
9735
9736         * po/pt_BR.po
9737                 updated by Fabio Jr. Beneditto
9738
9739 2002-08-18 [paul]       0.8.1claws73
9740
9741         * src/toolbar.[ch]
9742                 fix bug where tooltips were displayed untranslated              
9743
9744         * src/prefs_toolbar.c
9745                 fix bug where clicking 'Cancel' creates an icon & text
9746                 toolbar regardless of prefs
9747         
9748
9749 2002-08-17 [oliver]     0.8.1claws72
9750
9751         * src/prefs_toolbar.c
9752                 update toolbar on CANCEL
9753                 bug reported by Martin Kluge
9754         * src/toolbar.c
9755                 toolbar_destroy memleak fixed           
9756
9757 2002-08-17 [alfons]     0.8.1claws71
9758
9759         * src/toolbar.c
9760                 plug another memleak reported by Martin Kluge
9761
9762 2002-08-16 [alfons]     0.8.1claws70
9763
9764         * src/crash.c
9765                 use execvp() correctly (suggested by wwp; thanks!)
9766
9767 2002-08-16 [alfons]     0.8.1claws69
9768
9769         * src/gtksctree.c
9770                 plug memory leak reported by Kim Schultz & Martin Kluge
9771
9772 2002-08-16 [paul]       0.8.1claws68
9773
9774         * po/es.po
9775                 updated by Ricardo Mones Lastra
9776
9777 2002-08-16 [paul]       0.8.1claws67
9778
9779         * src/toolbar.h
9780                 fix bug where 'Compose News' icon showed wrong
9781                 tooltip
9782
9783 2002-08-16 [paul]       0.8.1claws66
9784
9785         * sync with 0.8.1cvs24
9786                 see ChangeLog 2002-08-16
9787
9788         * po/it.po
9789                 updated by Alessandro Maestri
9790
9791 2002-08-15 [paul]       0.8.1claws65
9792
9793         * po/sr.po
9794                 updated by Urke MMI
9795
9796 2002-08-15 [paul]       0.8.1claws64
9797
9798         * src/*.c
9799                 don't translate debug info
9800
9801         * src/matcher.[ch]
9802                 add copyright info
9803
9804 2002-08-15 [paul]       0.8.1claws63
9805
9806         * src/prefs_toolbar.c
9807                 fix bug where clicking 'OK' creates an icon & text
9808                 toolbar regardless of prefs
9809
9810 2002-08-14 [alfons]     0.8.1claws62
9811
9812         * src/main.c
9813                 add global var that has the full argv[0]
9814         * src/crash.c
9815                 o execvp the correct sylpheed by using argv0
9816                   and setting the correct work dir
9817                 o other tweaks  
9818
9819 2002-08-14 [oliver]     0.8.1claws61
9820         
9821         * enable/disable Toolbar Action Buttons 
9822         * code cleanups
9823         * src/mainwindow.c
9824         * src/toolbar.[ch]      
9825         * src/prefs_toolbar.c   
9826
9827 2002-08-14 [melvin]     0.8.1claws60
9828
9829         * po/fr.po
9830                 Updated French translations
9831
9832 2002-08-14 [melvin]     0.8.1claws59
9833
9834         * src/crash.c
9835                 Made bug report not translatable
9836         * src/exporthtml.c
9837                 Fixed exporthtml_build_filespec() return value
9838         * src/foldersel.c
9839                 Fixed incorrect include file
9840         * src/gtkspell.c
9841         * src/prefs_actions.c
9842         * src/prefs_toolbar.c
9843                 Made debug info not translatable
9844         * src/mutt.c
9845         * src/quote_fmt.c
9846                 Added missing includes
9847         * src/prefs_common.c
9848                 Fixed typo
9849
9850 2002-08-14 [paul]       0.8.1claws58
9851
9852         * faq/es/sylpheed-faq.html
9853           faq/es/sylpheed-faq-[1-3].html
9854           faq/es/sylpheed-faq-4.html     **NEW FILE **
9855                 update Spanish FAQ
9856
9857 2002-08-13 [christoph]  0.8.1claws57
9858
9859         * src/procmsg.c
9860                 ignore thread fix that did not mark all
9861                 child nodes of a ignored thread as
9862                 ignored. Does not work perfectly yet,
9863                 but it is better now
9864
9865 2002-08-13 [alfons]     0.8.1claws56
9866
9867         * src/crash.c
9868                 o implement 'save crash log'
9869                 o some tweaks
9870
9871 2002-08-13 [melvin]     0.8.1claws55
9872
9873         * src/main.c
9874                 removed unrequired "execinfo.h" header
9875
9876 2002-08-12 [paul]       0.8.1claws54
9877
9878         * faq/en/sylpheed-faq.html
9879           faq/en/sylpheed-faq-[1-3].html
9880           faq/en/sylpheed-faq-4.html     **NEW FILE **
9881                 update English FAQ
9882
9883 2002-08-12 [alfons]     0.8.1claws53
9884
9885         * po/POTFILES.in
9886                 add crash.c to translatables
9887         * src/crash.c
9888                 bring in Leandro's crash dialog
9889
9890 2002-08-11 [alfons]     0.8.1claws52
9891
9892         * src/crash.c
9893                 clean up some warnings
9894
9895 2002-08-11 [alfons]     0.8.1claws51
9896
9897         * acconfig.h
9898         * configure.in
9899         * src/crash.[ch]        ** NEW FILES **
9900         * src/main.c            
9901                 initial gdb crash handler
9902
9903 2002-08-11 [paul]       0.8.1claws50
9904
9905         * src/prefs_toolbar.c
9906                 replace Up/Down arrow pixmaps with text to be
9907                 consistent across icon themes
9908
9909 2002-08-11 [paul]       0.8.1claws49
9910
9911         * src/prefs_common.c
9912           src/prefs_toolbar.c
9913                 rename 'Pixmap' -> 'Icon'
9914
9915         * src/toolbar.[ch]
9916                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9917
9918 2002-08-10 [paul]       0.8.1claws48
9919
9920         * src/prefs_toolbar.c
9921                 re-work the UI
9922
9923 2002-08-10 [paul]       0.8.1claws47
9924
9925         * src/main.c
9926                 don't write Processing progress to status bar
9927                 patch submitted by Alexander Evseev
9928
9929         * src/prefs_toolbar.c
9930                 re-position and resize window
9931                 make window assume correct size on first call
9932
9933 2002-08-10 [paul]       0.8.1claws46
9934
9935         * src/mainwindow.c
9936           src/prefs_toolbar.c
9937           src/toolbar.c
9938           src/toolbar.h
9939                 obey coding style
9940                 follow UI text conventions
9941
9942 2002-08-10 [alfons]     0.8.1claws45
9943
9944         * src/toolbar.c
9945                 correct pixmap for delete action
9946
9947 2002-08-10 [paul]       0.8.1claws44
9948
9949         * po/pt_BR.po
9950                 updated by Fabio Jr. Beneditto
9951
9952 2002-08-10 [paul]       0.8.1claws43
9953
9954         * po/POTFILES.in
9955                 add custom toolbar files
9956
9957 2002-08-10 [paul]       0.8.1claws42
9958
9959         * sync with 0.8.1cvs22
9960                 see ChangeLog 2002-08-09
9961
9962 2002-08-09 [paul]       0.8.1claws41
9963
9964         * tools/Makefile.am
9965           tools/README
9966           tools/outlook2sylpheed.pl     ** NEW FILE **
9967                 add script to convert exported Outlook
9968                 contacts list to a Sylpheed addressbook.
9969                 Submitted by Ricardo Mones Lastra.
9970
9971 2002-08-09 [paul]       0.8.1claws40
9972
9973         * AUTHORS
9974           configure.in
9975           po/sr.po      ** NEW FILE **
9976                 add Serbian message catalog. Submitted by
9977                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9978
9979 2002-08-09 [paul]       0.8.1claws39
9980
9981         * sync with 0.8.1cvs21
9982                 see ChangeLog 2002-08-08
9983
9984 2002-08-08 [oliver]     0.8.1claws38
9985
9986         * src/mainwindow.c
9987                 move Custom Toolbar to Configuration menu
9988
9989 2002-08-08 [oliver]     0.8.1claws37
9990
9991         * src/prefs_toolbar.c
9992                 fix substitute pixmap bug
9993
9994 2002-08-08 [paul]       0.8.1claws36
9995
9996         * sync with 0.8.1cvs19
9997                 see ChangeLog 2002-08-08
9998
9999 2002-08-07 [christoph]  0.8.1claws35
10000
10001         * src/utils.c
10002                 fixed a memory leak in new canonicalize_file_replace
10003
10004 2002-08-07 [christoph]  0.8.1claws34
10005
10006         * src/utils.[ch]
10007                 o canonicalize_file_replace should create the temporary
10008                   file in the same directory as the original file.
10009                 o added get_tmpfile_in_dir that creates a temorary file
10010                   in a specified directory.
10011
10012 2002-08-07 [melvin]     0.8.1claws33
10013
10014         * src/toolbar.c
10015                 fixed bug where 'Article' button acted as 'Email' button.
10016
10017 2002-08-07 [paul]       0.8.1claws32
10018
10019         * sync with 0.8.1.cvs17
10020                 see ChangeLog 2002-08-07
10021
10022 2002-08-07 [colin]      0.8.1claws31
10023         
10024         * src/news.c
10025                 fix mass-cancel problem
10026
10027 2002-08-07 [thorsten]   0.8.1claws30
10028
10029         * src/prefs_toolbar.c
10030                 fix: crash on replace or add new button
10031         * src/toolbar.c
10032                 fix: close xmlfile after reading
10033         * src/utils.c
10034                 fix: unlink() file before rename()
10035
10036 2002-08-06 [paul]       0.8.1claws29
10037
10038         * sync with 0.8.cvs15
10039                 see ChangeLog 2002-08-06
10040
10041 2002-08-06 [oliver]     0.8.1claws28
10042
10043         * src/toolbar.c
10044         * src/prefs_toolbar.c
10045                 fixed empty toolbar issue
10046
10047 2002-08-06 [oliver]     0.8.1claws27
10048
10049         * Custom Toolbar Final 
10050         * src/folderview.c
10051         * src/inc.c
10052         * src/summaryview.c
10053                 o toolbar stuff now lives in src/toolbar.[ch]
10054                 o main_window_toolbar_* functions are renamed to
10055                   toolbar_* reflecting their new source file
10056         * src/mainwindow.[ch]
10057                 o remove toolbar stuff  
10058
10059 2002-08-06 [oliver]     0.8.1claws26
10060         
10061         * src/Makefile.am
10062         * src/prefs_toolbar.[ch]        **New File**
10063         * src/toolbar.[ch]              **New File**
10064                 o prefs_toolbar.[ch] custom toolbar frontend
10065                 o toolbar.[ch]       backend 
10066
10067 2002-08-06 [oliver]     0.8.1claws25
10068
10069         * src/prefs_actions.[ch]
10070                 o new exported function actions_execute
10071
10072 2002-08-06 [paul]       0.8.1claws24
10073
10074         * sync with 0.8.1cvs4
10075                 see ChangeLog 2002-08-06
10076
10077 2002-08-06 [paul]       0.8.1claws23
10078
10079         * sync with 0.8.1cvs13
10080                 see ChangeLog 2002-08-06
10081
10082 2002-08-06 [paul]       0.8.1claws22
10083
10084         * sync with 0.8.1cvs12
10085                 see ChangeLog 2002-08-05 and 2002-08-06
10086
10087 2002-08-06 [match]      0.8.1claws21
10088
10089         * src/addrclip.c
10090                 improvements to cut/copy/paste address
10091
10092 2002-08-05 [match]      0.8.1claws20
10093
10094         * src/addritem.[ch]
10095         * src/addrcache.c
10096         * src/addrbook.c
10097         * src/editaddress.c
10098         * src/addressbook.c
10099                 fixes to improve cut/copy/paste
10100
10101 2002-08-06 [melvin]     0.8.1claws19
10102
10103         * src/account.[ch]
10104                 account_find_all_from_address(): new function that returns the
10105                 list of all accounts that are matched in an address.
10106         * src/alertpanel.[ch]
10107                 alertpanel() now accepts a custom widget
10108                 alertpanel_with_widget(): new function that pops up a panel with
10109                 a custom widget in it 
10110         * src/gtkutils.[ch]
10111                 gtkut_account_menu_new(): new function that allows the selection
10112                 of an account from a list of accounts.
10113         * src/messageview.c
10114                 Extended Return Receipt notification to select the correct 
10115                 account and to make a security test on the Delivery-Notification
10116                 address which should be the same as the Return-Path.
10117
10118 2002-08-06 [thorsten]   0.8.1claws18
10119
10120         * src/mimeview.c
10121                 attach_all: save unnamed as "noname.%d",
10122                 dont free static dirname
10123
10124 2002-08-05 [alfons]     0.8.1claws17
10125
10126         * configure.in
10127                 detect XIM by trying to link rather than compile a XIM program
10128
10129 2002-08-05 [oliver]     0.8.1claws16
10130                 
10131         * src/stock_pixmap.[ch]
10132                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10133                 o new func to retrieve pixmaps
10134
10135 2002-08-05 [paul]       0.8.1claws15
10136
10137         * sync with 0.8.1cvs10
10138                 see ChangeLog 2002-08-05
10139
10140 2002-08-04 [alfons]     0.8.1claws14
10141
10142         * src/textview.c
10143                 see if this plugs memleak
10144
10145 2002-08-04 [melvin]     0.8.1claws13
10146
10147         * src/gtkspell.c
10148                 fixed bug that could crash Sylpheed when highlighting
10149                 all misspelled words.
10150
10151 2002-08-03 [melvin]     0.8.1claws12
10152
10153         * src/prefs_actions.c
10154                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10155         * src/messageview.c
10156                 fixed bug where the Return Receipt was sent to
10157                 Delivery-Notification-To address even if it was not present
10158
10159 2002-08-02 [alfons]     0.8.1claws11
10160
10161         * src/prefs_actions.c
10162                 o more check for NULLs
10163                 o put create_io_dialog() in right conditional block
10164
10165 2002-08-02 [paul]       0.8.1claws10
10166
10167         * po/es.po
10168                 updated by Ricardo Mones Lastra
10169
10170 2002-08-01 [christoph]  0.8.1claws9
10171
10172         * src/folder.c
10173                 don't free the cache of the opened
10174                 folder in the summaryview
10175         * src/summaryview.c
10176                 don't unset flags, if it is not required
10177
10178 2002-08-01 [paul]       0.8.1claws8
10179
10180         * sync with 0.8.1cvs8
10181                 see ChangeLog entry 2002-08-01
10182
10183 2002-08-01 [paul]       0.8.1claws7
10184
10185         * sync with 0.8.1cvs7
10186                 see ChangeLog 2002-07-31 and 2002-08-01
10187
10188 2002-07-31 [christoph]  0.8.1claws6
10189
10190         * src/mainwindow.c
10191                 forgot to update menu sensitivity
10192                 function for new menu entry
10193
10194 2002-07-31 [alfons]     0.8.1claws5
10195
10196         * src/main.c
10197                 check folder item and its path for NULL on
10198                 initial processing
10199
10200 2002-07-31 [christoph]  0.8.1claws4
10201
10202         * src/folder.c
10203                 check if folder_item_get_msginfo in
10204                 folder_item_remove_msg returned NULL
10205         * src/imap.c
10206                 better clear the uid cache in the
10207                 uid validity check function and delete
10208                 cached messages
10209
10210 2002-07-31 [paul]       0.8.1claws3
10211
10212         * man/sylpheed.1
10213                 add the '--attach' option and a few other
10214                 minor changes
10215
10216 2002-07-31 [paul]       0.8.1claws2
10217
10218         * sync with 0.8.1cvs5
10219                 see ChangeLog 2002-07-31
10220
10221 2002-07-31 [christoph]  0.8.1claws1
10222
10223         * src/folderview.[ch]
10224         * src/mainwindow.c
10225                 replace "Rescan all folders..." with
10226                 "Check all folders for new messages..."
10227
10228 2002-07-30 [paul]       0.8.1claws
10229
10230         * version 0.8.1claws released
10231
10232 2002-07-30 [paul]       0.8.0claws29
10233
10234         * tools/OOo2sylpheed.pl ** NEW FILE **
10235           tools/README
10236                 add script to enable sending documents as
10237                 attachments from OpenOffice.org
10238
10239 2002-07-30 [melvin]     0.8.0claws28
10240
10241         * src/prefs_actions.c
10242                 Made the actions' input/output dialog display
10243                 without delay.
10244
10245 2002-07-30 [christoph]  0.8.0claws27
10246
10247         * src/procmsg.c
10248                 check if folder_item_get_msginfo in
10249                 procmsg_save_to_outbox returned NULL
10250
10251 2002-07-30 [paul]       0.8.0claws26
10252
10253         * sync with 0.8.1cvs4
10254                 see ChangeLog 2002-07-29
10255
10256 2002-07-29 [thorsten]   0.8.0claws25
10257
10258         * README.claws
10259                 added selective download, delete on server
10260
10261 2002-07-29 [paul]       0.8.0claws24
10262
10263         * sync with 0.8.1cvs3
10264                 see ChangeLog 2002-07-29
10265
10266 2002-07-27 [christoph]  0.8.0claws23
10267
10268         * src/folder.c
10269                 add extra check if fetching the msginfo
10270                 returned NULL
10271
10272 2002-07-27 [paul]       0.8.0claws22
10273
10274         * sync with 0.8.1cvs2
10275                 see ChangeLog 2002-07-26
10276
10277 2002-07-27 [christoph]  0.8.0claws21
10278
10279         * src/imap.c
10280                 add another check if a valid msginfo
10281                 was returned
10282
10283 2002-07-26 [hoa]        0.8.0claws20
10284
10285         * src/folder.c
10286                 Fixed a condition in folder_item_destroy()
10287
10288         * src/imap.c
10289                 Fixed an error in IMAP protocol
10290
10291 2002-07-26 [alfons]     0.8.0claws19
10292
10293         * src/folder.c
10294                 ofcourse compare with identifier, not the path
10295
10296 2002-07-26 [alfons]     0.8.0claws18
10297
10298         * src/folder.c
10299                 use folder item identifier for saving / restoring
10300                 preferences because folder->path might not be unique
10301
10302 2002-07-26 [melvin]     0.8.0claws17
10303
10304         * src/logwindow.c
10305                 Fixed a crash introduced in 0.8.0claws5 when log is 
10306                 cut under 80 characters.
10307
10308 2002-07-26 [paul]       0.8.0claws16
10309
10310         * sync with 0.8.1cvs1
10311                 see ChangeLog 2002-07-26
10312
10313 2002-07-26 [christoph]  0.8.0claws15
10314
10315         * src/imap.[ch]
10316                 imap folder now remembers the last selected
10317                 folder and imap_fetch_msginfo skips selecting
10318                 the folder if it is already selected
10319
10320 2002-07-26 [christoph]  0.8.0claws14
10321
10322         * src/folder.c
10323         * src/folderview.c
10324         * src/imap.c
10325                 fix imap folder rescanning
10326
10327 2002-07-25 [christoph]  0.8.0claws13
10328
10329         * src/filter.c
10330         * src/folder.[ch]
10331         * src/folderview.c
10332         * src/imap.[ch]
10333         * src/mainwindow.c
10334         * src/mbox_folder.c
10335         * src/mh.c
10336         * src/news.c
10337                 implement imap uid cache and uid validity check
10338
10339 2002-07-25 [alfons]     0.8.0claws12
10340
10341         * src/summaryview.c
10342                 fix a brown paper bag bug, and also add some more
10343                 checks
10344
10345 2002-07-25 [christoph]  0.8.0claws11
10346
10347         * src/folder.c
10348                 don't mix copy, fetch_msginfo and remove
10349                 operations in folder item copy and move
10350                 operations
10351
10352 2002-07-25 [christoph]  0.8.0claws10
10353
10354         * src/folderview.c
10355         * src/mainwindow.c
10356         * src/prefs_folder_item.c
10357         * src/summaryview.[ch]
10358                 remove no longer required parameter update_cache from
10359                 summary_show
10360
10361 2002-07-25 [paul]       0.8.0claws9
10362
10363         * sync with 0.8.1
10364         
10365         * AUTHORS
10366                 a few corrections
10367
10368 2002-07-24 [alfons]     0.8.0claws8
10369
10370         * src/summaryview.c
10371                 sort correctly when using simplified subject line
10372                 (closes feature request "[ 585141 ] applying regexp to subject 
10373                 before sort" submitted by Alexandra Walford)
10374
10375 2002-07-24 [paul]       0.8.0claws7
10376
10377         * sync with 0.8.0cvs3
10378                 see ChangeLog 2002-07-24
10379
10380 2002-07-23 [christoph]  0.8.0claws6
10381
10382         * src/folder.c
10383         * src/folder.h
10384         * src/summaryview.c
10385         * src/summaryview.h
10386         * src/main.c
10387                 o separate processing and summaryview
10388                 o removed summary_write_cache from summaryview
10389                 o removed summaryview->killed_messages, because we don't have
10390                   to keep a list of killed messages anymore. New cache will
10391                   keep the hidden messages in cache anyway
10392         * src/folderview.c
10393         * src/inc.c
10394         * src/selective_download.c
10395                 o removed unnecessary summary_write_cache calls
10396         * src/procmsg.c
10397                 o don't set ignore thread flag in procmsg_get_thread_tree
10398                   if it is already set
10399         * src/mainwindow.c
10400         * src/statusbar.h
10401                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10402                   they are used in different files
10403
10404 2002-07-23 [melvin]     0.8.0claws5
10405
10406         * src/addressbook.c
10407         * src/addrgather.c
10408         * src/editaddress.c
10409         * src/editgroup.c
10410         * src/editldap_basedn.c
10411         * src/importldif.c
10412         * src/prefs_common.c
10413                 Fixed few memory leak (gtk_editable_get_chars returns
10414                 an allocated string)
10415         * src/logwindow.c
10416                 Fixed few memory leak (gtk_editable_get_chars returns
10417                 an allocated string) and modified a little the log cutting
10418                 loop.
10419         * src/compose.c
10420                 Replaced a call to an obsolete function gtk_entry_get_text()
10421                 by gtk_editable_get_chars()
10422         * src/send.c
10423                 Removed a debug printf
10424
10425 2002-07-23 [christoph]  0.8.0claws4
10426
10427         * src/filesel.c
10428                 fix another g_dirname memory leak
10429
10430 2002-07-23 [christoph]  0.8.0claws3
10431
10432         * src/mh.c
10433                 fixed a memory leak in mh_fetch_msginfo
10434                 fixed crash when message header could not be
10435                 parsed
10436
10437 2002-07-23 [paul]       0.8.0claws2
10438
10439         * sync with 0.8.0cvs2
10440                 see ChangeLog 2002-07-23
10441
10442 2002-07-23 [paul]       0.8.0claws1
10443
10444         * sync with 0.8.0cvs1
10445                 see ChangeLog 2002-07-23
10446
10447 2002-07-23 [paul]       0.8.0claws
10448
10449         * release of 0.8.0claws
10450
10451 2002-07-23 [paul]       0.7.8claws99
10452
10453         * po/ru.po
10454                 new Russian translation, submitted by
10455                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10456
10457 2002-07-22 [jens]       0.7.8claws98
10458
10459         * po/de.po
10460                 Updated German translations.
10461
10462 2002-07-22 [paul]       0.7.8claws97
10463
10464         * po/es.po
10465           po/it.po
10466           po/nl.po
10467           po/pt_BR.po
10468                 updated translations by Ricardo Mones Lastra,
10469                 Alessandro Maestri, Wilbert Berendsen and 
10470                 Fabio Jr. Beneditto respectively
10471
10472 2002-07-22 [christoph]  0.7.8claws96
10473
10474         * src/mimeview.c
10475                 fix memory leak caused by wrong g_dirname usage
10476
10477 2002-07-22 [christoph]  0.7.8claws95
10478
10479         * src/summaryview.c
10480                 update new and unread message counts for summaryview
10481                 summaryview does not get it from the folder anymore
10482                 and has to update the values itself
10483
10484 2002-07-22 [melvin]     0.7.8claws94
10485
10486         * po/fr.po
10487                 Updated French translations.
10488
10489 2002-07-22 [christoph]  0.7.8claws93
10490
10491         * src/matcher.c
10492                 set prop->preg pointer to NULL or following check
10493                 will not fail and regexec will be called with
10494                 invalid pointer
10495
10496 2002-07-21 [alfons]     0.7.8claws92
10497         
10498         * src/prefs_common.[ch]
10499                 remove option "Send return receipt on request"
10500
10501 2002-07-21 [thorsten]   0.7.8claws91
10502
10503         * src/mimeview.c
10504                 fixed memleaks, coding style as pointed out by alfons
10505
10506 2002-07-21 [alfons]     0.7.8claws90
10507
10508         * src/messageview.c
10509         * src/noticeview.[ch]
10510                 o fix bug notice view being displayed when going to empty folder 
10511                   (noticed by Christoph)
10512                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10513                   (noticed by Thorsten)
10514
10515 2002-07-21 [thorsten]   0.7.8claws89
10516
10517         * src/mimeview.c
10518                 Included save_all patch from Xaview FACQ
10519                 added support for pathnames
10520
10521 2002-07-21 [alfons]     0.7.8claws88
10522
10523         * po/POTFILES.in
10524         * src/Makefile.am
10525         * src/mainwindow.c
10526         * src/messageview.[ch]
10527         * src/noticeview.c      ** NEW FILE **
10528         * src/noticeview.h      ** NEW FILE **
10529                 make return receipts work again
10530                 (UI idea by Leandro Pereira)
10531
10532 2002-07-21 [paul]       0.7.8claws87
10533
10534         * src/summaryview.c
10535                 fix sensitivity of 'Select thread'
10536
10537 2002-07-21 [paul]       0.7.8claws86
10538
10539         * src/prefs_common.c
10540                 add browser command line for Galeon
10541
10542 2002-07-21 [paul]       0.7.8claws85
10543
10544         * Makefile.am
10545                 fix 'EXTRA_DIST': remove README.README, add TODO
10546                 and TODO.claws
10547
10548 2002-07-21 [alfons]     0.7.8claws84
10549
10550         * src/gtkstext.c
10551                 make enter clear selection
10552                 (closes "[ 579888 ] Editor selection/entry error"
10553                 reported by Steve Lamb)
10554
10555 2002-07-21 [alfons]     0.7.8claws83
10556         
10557         * src/summaryview.c
10558                 sort message list when selecting unthread messages
10559                 (closes "[ 501593 ] switching threaded view doesn't sort"
10560                 reported by Simon Schubert)
10561
10562 2002-07-20 [alfons]     0.7.8claws82
10563         
10564         * src/matcher.c
10565                 const-correctness
10566
10567 2002-07-20 [thorsten]   0.7.8claws81
10568
10569         * src/matcher.c
10570                 Fixed expansion of empty fields in matchactions
10571
10572 2002-07-19 [melvin]     0.7.8claws80
10573
10574         * src/gtkspell.c
10575                 Removed a duplicate menu entry (fast mode) introduced during
10576                 the new cache merge
10577                 Added a menu separator between 'Use alternate' and 'Fast mode'
10578
10579 2002-07-19 [paul]       0.7.8claws79
10580
10581         * tools/Makefile.am
10582           tools/README
10583                 correct typos
10584
10585 2002-07-19 [thorsten]   0.7.8claws78
10586
10587         * tools/calypso_convert.pl      ** NEW FILE **
10588           tools/README
10589           tools/Makefile.am
10590                 script to import mbox files exported
10591                 by calypso
10592                 o generates folder structure
10593                 o includes attachments
10594
10595 2002-07-19 [melvin]     0.7.8claws77
10596
10597         * src/selective_download.[ch]
10598                 Fixed bug where closing the dialog with the window manager's
10599                 close button will not unlock the summary
10600                 Corrected some function declarations that missed a return value
10601                 Made the source code comply better with coding style.
10602         * src/prefs_common.c
10603                 Added new browser command line for Mozilla.
10604
10605 2002-07-18 [paul]       0.7.8claws76
10606
10607         * src/mainwindow.c
10608           src/selective_download.[ch]
10609                 reflect theme changes, fix Gdk Warning when creating 
10610                 pixmap from NULL window, and minor clean up.
10611                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10612
10613         * po/en_GB.po
10614                 updated
10615
10616 2002-07-17 [paul]       0.7.8claws75
10617
10618         * INSTALL[.jp]
10619                 sync with 0.8.0
10620         
10621         * po/en_GB.po
10622                 updated
10623
10624 2002-07-16 [paul]       0.7.8claws74
10625
10626         * tools/filter_conv.pl
10627           tools/README
10628                 replace conversion script with reimplemented version, 
10629                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10630
10631 2002-07-16 [colin]      0.7.8claws73
10632
10633         * src/summaryview.c
10634                 remove forgotten debug messages - sorry ;-)
10635
10636 2002-07-16 [colin]      0.7.8claws72
10637
10638         * src/mimeview.c
10639           src/summaryview.c
10640           src/textview.c
10641           src/textview.h
10642                 add the ability to select part of a text mime-part 
10643                 to reply.
10644
10645 2002-07-15 [christoph]  0.7.8claws71
10646
10647         * src/folder.c
10648                 fix folder message count for folders without
10649                 msg_is_changed (includes news folders)
10650
10651 2002-07-15 [martin]     0.7.8claws70
10652
10653         * src/summaryview.c
10654                 option "display recipient on 'From'..." now works
10655                 without the need of enabling the option
10656                 "display  sender  using  address  book".
10657
10658 2002-07-15 [christoph]  0.7.8claws69
10659
10660         * src/summaryview.c
10661                 removed setting folder status from summaryview.
10662                 folder.c should update all message counts correctly.
10663
10664 2002-07-15 [paul]       0.7.8claws68
10665
10666         * po/pt_BR.po
10667                 updated by Fabio Junior Beneditto
10668
10669 2002-07-15 [darko]      0.7.8claws67
10670
10671         * src/mh.c
10672                 Fixed target folder colorization, don't decrease op
10673                 number twice
10674
10675 2002-07-14 [paul]       0.7.8claws66
10676
10677         * sync with main 0.8.0
10678                 see ChangeLog 2002-07-14
10679
10680 2002-07-13 [melvin]     0.7.8claws65
10681         
10682         * src/addrbook.c
10683         * src/addressbook.c
10684         * src/addrindex.c
10685                 Replaced sprintf by g_snprintf to prevent possible buffer
10686                 overflow.
10687         * src/news.c
10688                 Corrected a log message output format.
10689                 Added a missing "done" debug output.
10690         * src/compose.c
10691                 Added keyboard accelerator for Priority menu items
10692                 Added missing \n in debug output
10693         * src/logwindow.c
10694         * src/gtkspell.c
10695         * src/rfc2015.c
10696                 Added missing \n in debug output
10697
10698 2002-07-13 [paul]       0.7.8claws64
10699
10700         * man/sylpheed.1
10701                 change Sergey's email address to the sf address
10702
10703         * src/textview.c
10704                 increase show_url_timeout (more useful for long
10705                 urls)
10706
10707 2002-07-12 [sergey]     0.7.8claws63
10708
10709         * src/rfc2015.c
10710                 applied (with some modifications) patch to set the
10711                 micalg parameter for signatures
10712                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10713
10714 2002-07-12 [sergey]     0.7.8claws62
10715
10716         * man/Makefile.am
10717         * configure.in
10718                 fixed man page installation
10719
10720 2002-07-12 [paul]       0.7.8claws61
10721
10722         * sync with 0.7.8cvs26
10723                 see ChangeLog 2002-07-11 and 2002-07-12
10724
10725 2002-07-11 [christoph]  0.7.8claws60
10726
10727         * src/compose.c
10728         * src/procmsg.c
10729                 first use the message number to find the message
10730                 to mark with a reply flag but check the
10731                 message-id if we got the correct message, if not
10732                 try to find it by message-id.
10733                 use new string seperator that is not allowed
10734                 in message-ids.
10735
10736 2002-07-11 [paul]       0.7.8claws59
10737
10738         * sync with 0.7.8cvs23
10739                 see ChangeLog 2002-07-10
10740
10741 2002-07-10 [christoph]  0.7.8claws58
10742
10743         * src/folder.[ch]
10744         * src/msgcache.[ch]
10745                 Added message-id table to the cache in memory
10746                 and functions to msgcache.c and folder.c to
10747                 fetch MsgInfos by message id
10748         * src/compose.c
10749         * src/procmsg.c
10750                 store folder and message-id of message replying
10751                 to in queue header and set reply flag after sending
10752                 (Closes bug #469498)
10753
10754 2002-07-10 [paul]       0.7.8claws57
10755
10756         * AUTHORS
10757           man/sylpheed.1.gz
10758                 add Martin to the list of authors
10759
10760 2002-07-09 [martin]     0.7.8claws56
10761         * src/gtksctree.c
10762                 Added gtk_ctree_last_visible(), tree_update_level(),
10763                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10764                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10765                 from gtk+ to gtksctree.c for the new sorting code
10766                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10767                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10768         * src/gtksctree.h
10769                 Added declaration for gtk_sctree_sort_recursive() and
10770                 gtk_sctree_sort_node
10771         * src/addressbook.c
10772         * src/foldersel.c
10773         * src/folderview.c
10774         * src/summaryview.c
10775                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10776                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10777
10778 2002-07-08 [paul]       0.7.8claws55
10779
10780         * more sync with 0.7.8cvs21
10781                 see ChangeLog 2002-07-08
10782
10783 2002-07-08 [paul]       0.7.8claws54
10784
10785         * sync with 0.7.8cvs21
10786                 see ChangeLog 2002-07-08
10787
10788 2002-07-07 [alfons]     0.7.8claws53
10789
10790         * src/Makefile.am
10791         * src/stock_pixmap.[ch]
10792         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10793         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10794         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10795                 add new pixmaps for upcoming notice pane
10796
10797 2002-07-06 [melvin]     0.7.8claws52
10798
10799         * src/gtkspell.[ch]
10800                 Made them a bit closer to Sylpheed's coding style.
10801                 Removed old code.
10802                 Removed possible memory leaks when some errors occurs.
10803
10804 2002-07-06 [melvin]     0.7.8claws51
10805
10806         * po/Makefile.in.in
10807                 Removed --no-location in xgettext command line to help
10808                 translators that use Emacs' po-mode
10809         * src/quote_fmt.c
10810                 Removed unnecessary comments that messed up sylpheed.pot
10811
10812 2002-07-06 [paul]       0.7.8claws50
10813
10814         * sync with 0.7.8cvs19
10815                 see ChangeLog 2002-07-05
10816
10817 2002-07-06 [christoph]  0.7.8claws49
10818
10819         * src/folder.c
10820         * src/mainwindow.c
10821                 fix folder_item_remove_all_msg and folderview
10822                 status for trash folders after emptying trash
10823
10824 2002-07-05 [paul]       0.7.8claws48
10825
10826         * sync with 0.7.8cvs16
10827                 see ChangeLog 2002-07-04 and 2002-07-05
10828
10829 2002-07-04 [paul]       0.7.8claws47
10830
10831         * sync with 0.7.8cvs14
10832                 see  ChangeLog 2002-07-04
10833
10834 2002-07-03 [alfons]     0.7.8claws46
10835
10836         * src/folder.c
10837                 dupe folder item's path because it's being reallocated
10838                 by new folder scanning code
10839
10840 2002-07-03 [christoph]  0.7.8claws45
10841
10842         * src/imap.c
10843                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10844         * src/msgcache.c
10845                 add missing return in msgcache_write
10846
10847 2002-07-02 [thorsten]   0.7.8claws44
10848
10849         * src/jpilot.c
10850         * src/msgcache.c
10851         * src/rfc2015.c
10852                 use binary mode for file access
10853
10854 2002-07-02 [christoph]  0.7.8claws43
10855
10856         * major code cleanup (part 1)
10857         
10858                 - unused variables removed
10859                 - unused functions removed
10860                 - uninitialized variables checked
10861                 - missing return statements added
10862                 - missing function return types added
10863                 - added parentheses around assignment and
10864                   && in || when suggested by gcc
10865               
10866         * src/mh.c
10867         * src/folder.c
10868                 replaced direct calls to folder->scan_tree
10869                 with folder_scan_tree and restore folder
10870                 prefs in this function. The folder should
10871                 not have to deal with them.
10872                 ( Should now work for all folder types )
10873
10874 2002-07-02 [paul]       0.7.8claws42
10875
10876         * sync with 0.7.8cvs13
10877                 see ChangeLog 2002-07-01 and 2002-07-02
10878
10879 2002-07-01 [christoph]  0.7.8claws41
10880
10881         * src/summaryview.c
10882                 fix "goto next/prev unread message" with
10883                 ignored threads
10884
10885 2002-07-01 [paul]       0.7.8claws40
10886
10887         * po/es.po
10888                 updated by Ricardo Mones Lastra
10889
10890 2002-06-30 [match]      0.7.8claws39
10891
10892         * src/jpilot.c
10893                 applied variation of leonerd's patch (566661) to
10894                 allow multiple email addresses per JPilot entry.
10895                 addresses may be separated by space, comma, pipe,
10896                 semi-colon, new-line.
10897
10898 2002-06-30 [alfons]     0.7.8claws38
10899
10900         * src/procmsg.c
10901                 simple fix for putting older nodes before
10902                 newer nodes when threading by subject
10903
10904 2002-06-30 [christoph]  0.7.8claws37
10905
10906         * src/folder.c
10907         * src/folderview.c
10908         * src/mh.c
10909         * src/news.c
10910         * src/procmsg.c
10911                 fix broken folder tree rescaning
10912                 and don't use procmsg_get_mark_sum
10913                 anymore
10914
10915 2002-06-30 [christoph]  0.7.8claws36
10916
10917         * merge new cache branch
10918         * src/imap.c
10919                 fix new cache imap copy bug
10920         * src/folder.c
10921                 improved folder_item_scan
10922                 it should now always set the correct
10923                 new, unread and total message counts
10924
10925 2002-06-29 [paul]       0.7.8claws35
10926
10927         * configure.in
10928                 correct syntax error
10929
10930 2002-06-29 [paul]       0.7.8claws34
10931
10932         * configure.in
10933           Makefile.am
10934           man/Makefile.am       ** NEW FILE **
10935           man/sylpheed.1.gz     ** NEW FILE **
10936                 add Sylpheed man page
10937
10938 2002-06-29 [paul]       0.7.8claws33
10939
10940         * po/pt_BR.po
10941                 updated by Fabio Junior Beneditto
10942
10943 2002-06-28 [jens]       0.7.8claws32
10944
10945         * po/de.po
10946                 translation updated
10947
10948         * src/selective_download.c
10949                 removed gettext for space " "
10950
10951         * src/imap.c
10952                 removed wrong space
10953
10954 2002-06-28 [paul]       0.7.8claws31
10955
10956         * sync with 0.7.8cvs11
10957                 see ChangeLog 2002-06-28
10958
10959 2002-06-28 [paul]       0.7.8claws30
10960
10961         * sync with 0.7.8cvs10
10962                 see ChangeLog 2002-06-27 and 2002-06-28
10963
10964 2002-06-26 [paul]       0.7.8claws29
10965
10966         * src/addrgather.c
10967           src/selective_download.c
10968                 don't gettextise empty strings.
10969                 reserved by gettext. gettext("") returns 
10970                 the header entry with meta information, 
10971                 not the empty string
10972
10973         * po/en_GB.po
10974                 updated
10975
10976 2002-06-26 [paul]       0.7.8claws28
10977
10978         * sync with 0.7.8cvs7
10979                 see ChangeLog 2002-06-25
10980
10981         * src/prefs_common.c
10982                 ...and in the process, tweak the gui a little
10983
10984 2002-06-25 [alfons]     0.7.8claws27
10985         
10986         * configure.in
10987         * src/Makefile.am
10988                 fine tune ldap library detection
10989
10990 2002-06-25 [alfons]     0.7.8claws26
10991
10992         * src/compose.c
10993                 don't allow return receipts when composing a news article
10994
10995 2002-06-25 [paul]       0.7.8claws25
10996
10997         * Makefile.am
10998                 add '$(AMTAR)' to 'release' section to allow for
10999                 new and older autotools
11000
11001 2002-06-25 [paul]       0.7.8claws24
11002
11003         * src/summaryview.c
11004                 fix "No more unread messages" persistant pop-up
11005                 window bug
11006
11007 2002-06-25 [paul]       0.7.8claws23
11008
11009         * po/it.po
11010                 updated by Alessandro Maestri
11011
11012 2002-06-25 [paul]       0.7.8claws22
11013
11014         * sync with 0.7.8cvs6
11015                 see ChangeLog 2002-06-25
11016
11017 2002-06-24 [paul]       0.7.8claws21
11018
11019         * tools/update-po
11020                 add GPL copyright information
11021
11022 2002-06-24 [paul]       0.7.8claws20
11023
11024         * tools/Makefile.am
11025           tools/README
11026           tools/update-po       ** NEW FILE **
11027                 add script that eases the creation of *.po files
11028                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11029
11030 2002-06-23 [alfons]     0.7.8claws19
11031
11032         * src/messageview.c
11033                 make notification_convert_header obey const correctness
11034                 (next step will be fixing the broken return receipt)
11035
11036 2002-06-23 [paul]       0.7.8claws18
11037
11038         * src/messageview.c
11039                 fix bug introduced in last commit:
11040                 removed too much code in last commit - put back what's
11041                 needed
11042
11043 2002-06-23 [paul]       0.7.8claws17
11044
11045         * src/messageview.[ch]
11046                 remove code committed in error from locally patched
11047                 source
11048
11049 2002-06-23 [colin]      0.7.8claws16
11050
11051         * src/compose.[ch]
11052                 add compose_entry_select(), used to select the default_to
11053                 email address - hopefully avoiding people sending mails to
11054                 wrong recipients.
11055
11056 2002-06-22 [alfons]     0.7.8claws15
11057
11058         * AUTHORS
11059                 add Bram Metsch & Stanislav Karchebny
11060         * src/smtp.[ch]
11061         * src/prefs_account.[ch]
11062         * src/send.c
11063                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11064                   options.  (see <http://sourceforge.net/tracker/index.php
11065                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11066
11067                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11068                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11069
11070 2002-06-22 [paul]       0.7.8claws14
11071
11072         * sync with 0.7.8cvs5
11073                 see ChangeLog 2002-06-19 and 2002-06-20
11074
11075 2002-06-22 [alfons]     0.7.8claws13
11076
11077         * src/selective_download.c
11078                 fix a stupid mistake I made
11079
11080 2002-06-22 [alfons]     0.7.8claws12
11081
11082         * src/selective_download.[ch]
11083                 fix another unnoticed leak; cleanup code
11084
11085 2002-06-21 [alfons]
11086
11087         * tools/Makefile.am
11088                 gpg-sign <-- gpg-sign-syl
11089
11090 2002-06-21 [alfons]     0.7.8claws11
11091
11092         * src/selective_download.c
11093         * src/selective_download.h
11094                 fix assorted mix of allocation errors (should solve
11095                 problem reported by Philippe Gramoullé, see:
11096                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11097
11098 2002-06-20 [melvin]     0.7.8claws10
11099
11100         * tools/gpg-sign *REMOVED*
11101           tools/gpg-sign-syl *ADDED*
11102                 Replaced the gpg clearsigning script with the version using
11103                 xterm instead of ssh-askpass and changed its name.
11104
11105         * README.claws
11106                 Updated actions example to reflect the renaming of the
11107                 gpg clearsigning script.
11108
11109 2002-06-19 [paul]       0.7.8claws9
11110
11111         * sync with 0.7.8claws9
11112                 see ChangeLog 2002-06-18 and 2002-06-19
11113
11114 2002-06-19 [paul]       0.7.8claws8
11115
11116         * sync with 0.7.8cvs1
11117                 see ChangeLog 2002-06-18
11118
11119 2002-06-18 [alfons]     0.7.8claws7
11120
11121         * src/mainwindow.h
11122                 add omitted prototype
11123
11124 2002-06-17 [paul]       0.7.8claws6
11125
11126         * src/mainwindow.c
11127                 fix hiding of exec_btn
11128
11129 2002-06-17 [paul]       0.7.8claws5
11130
11131         * src/pop.c
11132                 remove unneeded code: should_delete() 
11133                 and Pop3State::uidl_todelete_list
11134
11135 2002-06-17 [paul]       0.7.8claws4
11136
11137         * sync with 0.7.8
11138                 see ChangeLog 2002-06-11 and 2002-06-13
11139
11140 2002-06-16 [alfons]     0.7.8claws3
11141         
11142         * src/folder.c
11143                 make sure lock sort mode (claws specific) is
11144                 also persists after a tree rescan
11145
11146 2002-06-16 [alfons]     0.7.8claws2
11147
11148         * src/prefs_folder_item.c
11149         * src/folder.[ch]
11150                 fix persistence of folder sort mode (broken
11151                 by adapting Hiro's new folder persistence code)
11152
11153 2002-06-16 [alfons]     0.7.8claws1
11154
11155         * AUTHORS
11156         * src/logwindow.c
11157         * src/prefscommon.[ch]
11158                 control size of log text in log window; 
11159                 closes patch #569155 submitted by Mitko Haralanov.
11160
11161 2002-06-15 [paul]       0.7.8claws
11162
11163         * release of 0.7.8claws
11164
11165 2002-06-15 [paul]       0.7.7claws
11166
11167         * po/pt_BR.po
11168                 updated by Fabio Junior Beneditto
11169
11170 2002-06-14 [paul]       0.7.6claws49
11171
11172         * po/es.po
11173                 updated by Ricardo Mones Lastra
11174
11175 2002-06-14 [paul]       0.7.6claws48
11176
11177         * po/nl.po
11178                 updated translation by Wilbert Berendsen
11179
11180 2002-06-14 [melvin]     0.7.6claws47
11181
11182         * po/fr.po
11183                 Updated French translation
11184
11185 2002-06-13 [paul]       0.7.6claws46
11186
11187         * src/filesel.c
11188                 allow filename to be typed in, rather than just
11189                 selected by the mouse. Patch by Gustavo Noronha Silva.
11190
11191 2002-06-13 [alfons]     0.7.6claws45
11192
11193         * src/mainwindow.[ch]
11194                 more cleanups (removing unnecessary menu items Expand 
11195                 summary / message view)
11196
11197 2002-06-13 [melvin]     0.7.6claws44
11198
11199         * po/POTFILES.in
11200                 Added src/string_match.c
11201         * src/string_match.c
11202                 Fixed possible buffer overflow.
11203                 Corrected typo.
11204                 Added missing config.h header.
11205         * src/prefs_common.c
11206           src/prefs_matcher.c
11207           src/prefs_scoring.c
11208                 Made some strings translatable (missing _(..)).
11209
11210 2002-06-13 [melvin]     0.7.6claws43
11211
11212         * README.claws
11213                 Corrected action example (verifying clearsigned mail).
11214         * src/prefs_account.c
11215                 Corrected typo.
11216         * src/prefs_common.c
11217                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11218
11219 2002-06-12 [alfons]     0.7.6claws42
11220
11221         * src/summaryview.c
11222                 add init of score column lost in 0.7.6claws42
11223
11224 2002-06-12 [paul]       0.7.6claws41
11225
11226         * src/prefs_account.c
11227                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11228                 behavior of the radio buttons, (from 0.7.7cvs2)
11229
11230 2002-06-11 [alfons]     0.7.6claws40
11231
11232         * src/messageview.[ch]
11233         * src/summaryview.[ch]
11234         * src/summary_search.c
11235         * src/mainwindow.c
11236                 perform a sync to bring in Hiro's separate view implementation 
11237
11238                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11239
11240 2002-06-11 [paul]       0.7.6claws39
11241         
11242         * src/prefs_account.c
11243                 correct a typo on the Receive tab
11244
11245 2002-06-10 [match]      0.7.6claws38
11246
11247         * src/addressbook.c
11248                 Included address completion patch from Gustavo Noronha.
11249
11250 2002-06-10 [paul]       0.7.6claws37
11251
11252         * src/inc.[ch]
11253           src/pop.c
11254           src/prefs_account.[ch]
11255           src/selective_download.[ch]
11256                 apply PATCH #561712
11257                  NEW:
11258                 - check if POP Account
11259                 - Receive Button renamed to Preview
11260                 - Preview Button Popup: preview new/all messages
11261                 - Download Button
11262                 - Account Preferences-->Receive tab checkbutton if you
11263                   want to remove Mail after Download
11264                 -: default YES
11265                 - Account Preferences-->Receive tab checkbutton use
11266                   filtering rules on preview
11267                   (think of delete_on_server)
11268                 -: default YES
11269                 - Account selectable from SD dialog
11270                 - checkbutton to show already downloaded messages if
11271                   all messages are previewed
11272                 - new clist column showing Date
11273                 - ESC KEY close
11274                 FIXES:
11275                 - play ball with UIDL
11276                 - fault tolerant (?) 
11277                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11278
11279 2002-06-10 [melvin]     0.7.6claws36
11280
11281         * README.claws
11282                 Added a hint to ac/README in cvs instructions.
11283
11284         * src/prefs_actions.c
11285                 Made it possible to use a more elaborate command line
11286                 for asynchronous actions, too.
11287
11288 2002-06-10 [melvin]     0.7.6claws35
11289         
11290         * src/prefs_actions.c
11291                 Make it possible to use a more elaborate command line
11292                 (e.g. |foo|bar|cat>there;echo Done|)
11293                 Corrected error message when calling %f, %F and %p commands
11294                 from the compose window.
11295
11296 2002-06-09 [colin]      0.7.6claws34
11297
11298         * src/summaryview.c
11299                 Automatically find unread messages in current folder
11300                 before annoying the user.
11301
11302 2002-06-08 [alfons]     0.7.6claws33
11303
11304         * po/it.po
11305                 remove bad formatting string in it.po translation
11306                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11307
11308 2002-06-08 [paul]       0.7.6claws32
11309
11310         * sync with 0.7.6cvs25
11311                 see ChangeLog 2002-06-07
11312
11313 2002-06-05 [paul]       0.7.6claws31
11314
11315         * src/mainwindow.c
11316                 add 'Sort by locked' and 'Sort by score'
11317
11318 2002-06-05 [paul]       0.7.6claws30
11319
11320         * sync with 0.7.6cvs24
11321                 see ChangeLog 2002-06-04
11322
11323 2002-06-04 [paul]       0.7.6claws29
11324
11325         * po/pt_BR.po
11326                 updated by Fabio Junior Beneditto
11327
11328 2002-06-03 [thorsten]   0.7.6claws28
11329
11330         * src/matcher.c
11331                 fclose() matcherrc after reading
11332
11333 2002-06-03 [paul]       0.7.6claws27
11334
11335         * sync with 0.7.6cvs21
11336                 see ChangeLog 2002-05-31
11337
11338 2002-05-31 [paul]       0.7.6claws26
11339
11340         * sync with 0.7.6cvs20
11341                 see ChangeLog 2002-05-29 and 2002-05-30
11342
11343 2002-05-31 [paul]       0.7.6claws25
11344
11345         * src/imap.c
11346                 hopefully fix last buggy sync
11347
11348         * README.claws
11349                 correct typo in 'Actions' examples
11350
11351 2002-05-29 [paul]       0.7.6claws24
11352
11353         * sync with 0.7.6cvs18
11354                 see ChangeLog 2002-05-28 and 2002-05-29
11355
11356         * src/news.c
11357           src/nntp.[ch]
11358                 sync with above 
11359
11360 2002-05-28 [paul]       0.7.6claws23
11361
11362         * sync with 0.7.6cvs16
11363                 see ChangeLog 2002-05-28
11364
11365 2002-05-27 [thorsten]   0.7.6claws22 
11366
11367         * faq/it/sylpheed-faq-1.html
11368           faq/it/sylpheed-faq-2.html
11369           faq/it/sylpheed-faq-3.html
11370           faq/it/sylpheed-faq.html
11371                 corrected DOS lineendings
11372         * faq/de/sylpheed-faq-1.html
11373           faq/de/sylpheed-faq-2.html
11374           faq/en/sylpheed-faq-1.html
11375           faq/en/sylpheed-faq-2.html
11376           faq/en/sylpheed-faq-3.html
11377           faq/es/sylpheed-faq-1.html
11378           faq/es/sylpheed-faq-2.html
11379           faq/es/sylpheed-faq-3.html
11380           faq/fr/sylpheed-faq-1.html
11381           faq/it/sylpheed-faq-1.html
11382           faq/it/sylpheed-faq-2.html
11383           faq/it/sylpheed-faq-3.html
11384           faq/it/sylpheed-faq.html
11385                 changed ">" to &quot;
11386
11387 2002-05-27 [paul]       0.7.6claws21
11388         
11389         * sync with 0.7.6cvs15
11390                 see ChangeLog 2002-05-27
11391
11392 2002-05-27 [paul]       0.7.6claws20
11393
11394         * src/prefs_account.c
11395                 correct a typo
11396
11397 2002-05-26 [paul]       0.7.6claws19
11398
11399         * tools/README
11400                 correct a typo
11401
11402 2002-05-25 [paul]       0.7.6claws18
11403
11404         * tools/README
11405                 add description of kmail2sylpheed.pl
11406
11407 2002-05-25 [paul]       0.7.6claws17
11408
11409         * tools/kmail2sylpheed.pl       ** NEW FILE **
11410                 perl script that converts an exported Kmail address
11411                 book, converts it to sylpheed addressbook file,
11412                 writes the file to .sylpheed, and updates
11413                 addrbook--index.xml 
11414
11415 2002-05-25 [paul]       0.7.6claws16
11416
11417         * sync with 0.7.6cvs14
11418                 see ChangeLog 2002-05-23
11419
11420 2002-05-24 [paul]       0.7.6claws15
11421
11422         * README.claws
11423                 make a correction and add some more info
11424
11425 2002-05-24 [paul]       0.7.6claws14
11426
11427         * src/compose.c
11428                 fix memory leak in 
11429                 compose_redirect_write_headers_from_headerlist()
11430                 add Subject and Resent-Message-ID to
11431                 compose_redirect_write_headers()
11432                 Received, Subject, and X-UIDL are filtered out in 
11433                 compose_redirect_write_to_file()
11434
11435 2002-05-23 [paul]       0.7.6claws13
11436
11437         * src/compose.[ch]
11438           src/filtering.c
11439           src/mainwindow.c
11440           src/matcher.[ch]
11441           src/matcher_parser_lex.l
11442           src/matcher_parser_parse.y
11443           src/prefs_common.[ch]
11444           src/prefs_filtering.c
11445           src/summaryview.c
11446                 rename 'Bounce' to 'Redirect'
11447
11448 2002-05-23 [paul]       0.7.6claws12
11449
11450         * more sync with 0.7.6cvs13
11451           src/compose.c
11452                 see ChangeLog 2002-05-22
11453
11454 2002-05-22 [paul]       0.7.6claws11
11455
11456         * sync with 0.7.6cvs13
11457           src/codeconv.c
11458                 see ChangeLog 2002-05-20
11459           src/prefs_common.c
11460                 see ChangeLog 2002-05-22
11461
11462 2002-05-21 [melvin]     0.7.6claws10
11463
11464         * src/folderview.c
11465                 Added missing filtering and scoring headers
11466                 Fixed bad function call that showed garbage 
11467                 in Folder->Processing
11468
11469 2002-05-21 [paul]       0.7.6claws9
11470
11471         * tools/Makefile.am
11472                 make all tools executable, (patch by Alfons).
11473
11474 2002-05-20 [alfons]     0.7.6claws8
11475
11476         * src/procheader.c
11477                 don't forget to call mktime() so we have a valid week 
11478                 and year day
11479                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11480
11481 2002-05-20 [paul]       0.7.6claws7
11482
11483         * src/html.c
11484                 fix broken parsing of urls
11485         * src/textview.c
11486                 fix displaying of urls
11487
11488                 both fixes from the patch [547855] by Eugene 
11489                 Brevdo (zonem)
11490
11491 2002-05-19 [alfons]     0.7.6claws6
11492
11493         * configure.in
11494                 make sylpheed configure correctly with the latest
11495                 and greatest of automake / autoconf / gettext
11496
11497 2002-05-19 [alfons]     0.7.6claws5
11498
11499         * src/procheader.c
11500         * src/procheader.h
11501                 add function for returning ime zone offset
11502         * src/quote_fmt.c
11503         * src/quote_fmt_parse.y
11504                 better quotation formatting - does not convert
11505                 to local time, but uses the original date string.
11506                 
11507                 Note: %z inserts the timezone offset (should 
11508                 work also on platforms where strftime does not
11509                 support %z).
11510
11511 2002-05-18 [christoph]  0.7.6claws4
11512
11513         * src/summaryview.c
11514                 fix indentation of some code
11515         * tools/Makefile.am
11516                 fix spaces after \
11517         * src/Makefile.am
11518                 add missing \
11519                 correct path for ignorethread.xpm
11520                 incorrect filename for sylpheed_logo.xpm
11521                 add missing include matcher_parser_parse.h
11522
11523 2002-05-18 [paul]       0.7.6claws3
11524
11525         * sync with 0.7.6cvs8
11526                 see ChangeLog 2002-05-16 and 2002-05-17
11527
11528 2002-05-18 [melvin]     0.7.6claws2
11529
11530         * README.claws
11531                 Corrected an action's definition and fixed some misspellings.
11532
11533 2002-05-18 [paul]       0.7.6claws1
11534
11535         * tools/Makefile.am
11536           tools/gpg-sign        ** new file **
11537           tools/uudec           ** new file **
11538                 add Melvin's Actions scripts
11539
11540         * README.claws
11541                 add Melvin's descriptions for Actions
11542
11543 2002-05-18 [paul]       0.7.6claws
11544
11545         * Version 0.7.6claws released
11546
11547 2002-05-17 [paul]       0.7.5claws32
11548
11549         * po/es.po
11550                 updated by Ricardo Mones Lastra
11551
11552 2002-05-17 [paul]       0.7.5claws31
11553
11554         * src/compose.c
11555                 fix Account prefs default folder for sent/draft/deleted
11556                 messages bug
11557
11558         * po/it.po
11559           po/nl.po
11560                 updated translation by Alessandro Maestri and
11561                 Wilbert Berendsen
11562
11563 2002-05-17 [melvin]     0.7.5claws30
11564
11565         * src/prefs_actions.c
11566                 Fixed bug where using %F not at the end of the command 
11567                 resulted in an additional empty argument being created.
11568                 Thanks to Darko Koruga for reporting the bug.
11569
11570 2002-05-17 [melvin]     0.7.5claws29
11571
11572         * po/fr.po
11573                 Updated French translations.
11574
11575 2002-05-15 [paul]       0.7.5claws28
11576         
11577         * po/es.po
11578                 updated by Ricardo Mones Lastra
11579
11580 2002-05-15 [paul]       0.7.5claws27
11581
11582         * sync with 0.7.6cvs4
11583                 see ChangeLog 2002-05-14 and 2002-05-15
11584
11585 2002-05-14 [paul]       0.7.5claws26
11586
11587         * sync with 0.7.6cvs1
11588                 see ChangeLog 2002-05-13
11589
11590 2002-05-13 [thorsten]   0.7.5claws25
11591
11592         * src/messageview.c
11593                 fix select_all and copy in multipart messages
11594         * src/mainwindow.c
11595                 fix select_all and copy in multipart messages
11596
11597 2002-05-12 [paul]       0.7.5claws24
11598
11599         * src/summaryview.c
11600                 reverse last commit, bug already fixed in 0.7.5claws3
11601
11602 2002-05-12 [netztorte]  0.7.5claws23
11603
11604         * src/summaryview.c
11605                 dont parse empty addressbook (checked in before claws20)
11606
11607 2002-05-12 [melvin]     0.7.5claws22
11608
11609         * src/procmsg.[ch]
11610                 Removed unneeded priority code introduced by the previous 
11611                 commit.
11612
11613 2002-05-12 [melvin]     0.7.5claws21
11614
11615         * src/compose.[ch]
11616                 Added possibility to set message's priority.
11617         * src/procmsg.[ch]
11618                 Added possibility to set message's priority.
11619                 Added missing headers
11620
11621 2002-05-12 [melvin]     0.7.5claws20
11622
11623         * src/prefs_actions.c
11624                 Removed implicitely added quotes around the name
11625                 of the temporary files of mime parts.
11626
11627 2002-05-12 [paul]       0.7.5claws19
11628
11629         * sync with 0.7.5cvs20
11630                 see ChangeLog 2002-05-11
11631
11632 2002-05-12 [alfons]     0.7.5claws18
11633
11634         * src/quote_fmt_lex.l
11635         * src/quote_fmt_parse.y
11636                 allow quote / reply date & time format to be set using
11637                 %D{format}. format is a format string you'd pass to
11638                 strftime() (see man strftime, or the Display tab |
11639                 Date format setting).
11640
11641                 Currently %D converts the date to local time. 
11642
11643 2002-05-11 [paul]       0.7.5claws17
11644
11645         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11646                 see ChangeLog 2002-05-10 and 2002-05-11
11647
11648 2002-05-10 [paul]       0.7.5claws16
11649
11650         * sync with 0.7.5cvs16
11651                 see ChangeLog entries 2002-05-09 and 
11652                 2002-05-10
11653
11654 2002-05-10 [colin]      0.7.5claws15
11655
11656         * src/textview.c
11657                 Corrected a bug that prevented sylpheed to open
11658                 double-clicked URIs.
11659
11660 2002-05-09 [paul]       0.7.5claws14
11661
11662         * sync with 0.7.5cvs14
11663                 see ChangeLog 2002-05-08 and 2002-05-09
11664
11665 2002-05-08 [paul]       0.7.5claws13
11666
11667         * sync with 0.7.5cvs11
11668                 see ChangeLog entry 2002-05-08
11669
11670 2002-05-08 [paul]       0.7.5claws12
11671
11672         * src/mainwindow.c
11673           src/textview.[ch]
11674                 fix segfault on View->Open in new window
11675                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11676
11677 2002-05-07 [paul]       0.7.5claws11
11678
11679         * sync with 0.7.5cvs9
11680                 see ChangeLog entry 2002-05-07
11681
11682 2002-05-06 [paul]       0.7.5claws10
11683
11684         * src/messageview.c
11685           src/textview.c
11686                 display url in statusbar on single-click
11687                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11688
11689 2002-05-06 [match]      0.7.5claws9
11690
11691         * src/addritem.[ch]
11692                 new functions.
11693         * src/addrcache.c
11694                 tidy up.
11695         * src/xmlprops.[ch]
11696                 XML implementation of properties file.
11697         * src/exporthtml.[ch]
11698         * src/expthtmldlg.[ch]
11699         * src/addressbook.c
11700                 export to HTML.
11701
11702 2002-05-02 [sergey]     0.7.5claws8
11703
11704         * src/mainwindow.c (mainwin_entries),
11705           src/prefs_common.c (prefs_send_create()),
11706           src/codeconv.c (locale_table):
11707                 use charset name "Windows-1251" instead of "CP1251".
11708
11709 2002-05-02 [colin]      0.7.5claws7
11710         
11711         * src/compose.c
11712           src/prefs_common.c
11713           src/prefs_folder_item.c
11714                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11715
11716 2002-05-02 [hiro]       0.7.5claws6
11717
11718         * src/imap.c
11719                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11720
11721 2002-05-02 [paul]       0.7.5claws5
11722
11723         * src/compose.c
11724                 more sync with 0.7.5cvs7, see ChangeLog entry
11725                 2002-05-02
11726
11727 2002-05-02 [hiro]       0.7.5claws4
11728
11729         * src/compose.c
11730                 compose_queue_sub():
11731                 check if queue folder exists (closes #550397).
11732                 removed directory creation since it should be handled
11733                 transparently.
11734         * src/imap.c
11735                 imap_add_msg(): return UID for appended message
11736                 (closes #548842).
11737
11738 2002-04-30 [paul]       0.7.5claws3
11739
11740         * src/summaryview.c
11741                 fix account_find_from_address() bug
11742
11743 2002-04-28 [colin]      0.7.5claws2
11744
11745         * src/compose.c
11746           src/textview.c
11747           src/prefs_common.[ch]
11748           src/utils.[ch]
11749                 Added user-definable quotation characters recognition.
11750
11751 2002-04-28 [paul]       0.7.5claws1
11752
11753         * sync with 0.7.5cvs4
11754                 see ChangeLog entry  2002-04-25
11755
11756 2002-04-28 [paul]       0.7.5claws
11757
11758         * po/es.po
11759           po/nl.po
11760           po/pt_BR.po
11761                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11762                 Fabio Junior Beneditto
11763
11764 2002-04-27 [jens]       0.7.4claws103
11765
11766         * po/de.po
11767                 updated German translation.
11768
11769 2002-04-27 [hiro]       0.7.4claws102
11770
11771         * src/summaryview.c
11772                 summary_write_cache(): fixed the mark loss of hidden messages.
11773
11774 2002-04-26 [melvin]     0.7.4claws101
11775
11776         * src/procmsg.c
11777                 fixed a second typo (same one)
11778         * po/fr.po
11779           po/it.po
11780           po/pt_BR.po
11781                 fixed the type again...
11782
11783 2002-04-26 [melvin]     0.7.4claws100
11784
11785         * src/procmsg.c
11786                 fixed a typo in an alert message ("temorary").
11787         * po/it.po
11788         * po/pt_BR.po
11789                 corrected the typo  described above.
11790         * po/fr.po
11791                 updated French translation.
11792
11793 2002-04-26 [darko]      0.7.4claws99
11794
11795         * src/summaryview.c
11796                 fix target folder colorization
11797
11798 2002-04-25 [paul]       0.7.4claws98
11799
11800         * po/it.po
11801                 updated by Alessandro Maestri
11802
11803 2002-04-24 [colin]      0.7.4claws97
11804         
11805         * src/compose.c
11806                 Fixed double "subject is empty" question.
11807
11808 2002-04-23 [colin]      0.7.4claws96
11809         
11810         * src/mimeview.c
11811                 Corrected issue when "automatically display images" was
11812                 not set : first image remained after selecting second.
11813
11814 2002-04-23 [melvin]     0.7.4claws95
11815
11816         * src/prefs_actions.c
11817                 Don't display in/out dialog if there is nothing to show.
11818
11819 2002-04-23 [paul]       0.7.4claws94
11820
11821         * sync with 0.7.5cvs3
11822                 bug fixes: see ChangeLog entry 2002-04-23
11823
11824 2002-04-22 [darko]      0.7.4claws93
11825
11826         * src/compose.c
11827                 fix previous check-in which changed code after
11828                 merge from main
11829
11830 2002-04-22 [paul]       0.7.4claws92
11831
11832         * faq/de/*
11833                 add German FAQ
11834         * faq/en/*
11835           faq/es/*
11836           faq/fr/*
11837                 update English, Spanish and French FAQs
11838         * manual/de/*
11839           manual/es/*
11840                 add German and Spanish manuals
11841         * manual/en/*
11842           manual/fr/*
11843                 update English and French manuals
11844
11845         * src/Makefile.am
11846                 add to and re-arrange the pixmap entries
11847
11848 2002-04-22 [darko]      0.7.4claws91
11849
11850         * src/compose.c
11851                 fix sender initials recognition to only allow
11852                 '>' after the initials
11853
11854 2002-04-21 [paul]       0.7.4claws90
11855
11856         * sync with 0.7.5 release
11857                 see ChangeLog entry 2002-04-21
11858
11859 2002-04-21 [alfons]
11860
11861         * src/Makefile.am
11862                 add colin's new pixmaps to EXTRA_DIST
11863
11864 2002-04-21 [colin]      0.7.4claws89
11865         * src/compose.c
11866         * src/inc.c
11867         * src/mainwindow.[ch]
11868         * src/prefs_common.[ch]
11869         * src/stock_pixmap.[ch]
11870                 Added "Work offline" ability.
11871
11872 2002-04-21 [colin]      0.7.4claws88
11873         
11874         * src/mimeview.c
11875         * src/prefs_common.c
11876         * src/prefs_common.h
11877         * src/textview.c : Added an option to common preferences -> display
11878           to allow user not to automatically display images.
11879
11880 2002-04-21 [paul]       0.7.4claws87
11881
11882         * sync with 0.7.4cvs52
11883                 see ChangeLog entry 2002-04-21 (src/imap.c)
11884
11885 2002-04-21 [paul]       0.7.4claws86
11886
11887         * sync with 0.7.4cvs51
11888                 see ChangeLog entry 2002-04-21
11889
11890 2002-04-21 [paul]       0.7.4claws85
11891
11892         * sync with 0.7.4cvs49
11893                 see ChangeLog entries 2002-04-20 and 2002-04-21
11894
11895         * src/Makefile.am
11896                 clean up: remove old 'stock_' element from xpm 
11897                 filenames.
11898
11899 2002-04-21 [alfons]     0.7.4claws84
11900
11901         apply sync patch from Paul
11902
11903         * src/folderview.c
11904                 use old claws prefs_folder_item_create() for now
11905
11906 2002-04-19 [match]      0.7.4claws83
11907
11908         * src/addressbook.[ch]
11909         * src/addrharvest.[ch]
11910         * src/addrgather.[ch]
11911                 recurse folders.
11912         * src/mainwindow.c
11913         * src/summaryview.[ch]
11914                 change menu option.
11915
11916 2002-04-19 [paul]       0.7.4claws82
11917
11918         * po/pt_BR.po
11919                 updated by Fabio Junior Beneditto
11920
11921 2002-04-14 [alfons]     0.7.4claws81
11922
11923         * src/passphrase.c
11924                 add #include <sys/types.h> for mode_t and off_t 
11925
11926 2002-04-13 [paul]       0.7.4claws80
11927         
11928         * src/main.c
11929           src/passphrase.[ch]
11930           src/pgptext.c
11931           src/prefs_common.[ch]
11932           src/rfc2015.c
11933                 enable storing of GnuPG passphrase for the whole 
11934                 session or a user-defined number of minutes. patch 
11935                 submitted by Ravemax <ravemax@dextrose.com>
11936
11937 2002-04-13 [alfons]     0.7.4claws79
11938
11939         * src/textview.c
11940                 make email parser also stop scanning when encountering separators
11941                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11942
11943 2002-04-13 [paul]       0.7.4claws78
11944
11945         * sync with 0.7.4cvs39
11946                 see ChangeLog entry 2002-04-12
11947
11948 2002-04-11 [paul]       0.7.4claws77
11949
11950         * sync with 0.7.4cvs37
11951                 see ChangeLog entry 2002-04-11
11952
11953 2002-04-11 [paul]       0.7.4claws76
11954
11955         * COPYING 
11956                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11957                 the clause for OpenSSL). sync with sylpheed main
11958
11959 2002-04-09 [melvin]     0.7.4claws75
11960
11961         * src/compose.c
11962                 Made 'Ctrl-Enter' on send ignore some modifiers 
11963                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11964                 to bind other *-Enter (but not Alt-Enter).
11965
11966 2002-04-09 [paul]       0.7.4claws74
11967
11968         * sync with 0.7.4cvs35
11969                 see ChangeLog entries 2002-04-09
11970
11971 2002-04-08 [paul]       0.7.4claws73
11972
11973         * sync with 0.7.4cvs33
11974                 see ChangeLog entry 200-04-08
11975
11976 2002-04-07 [match]      0.7.4claws72
11977
11978         * src/addrharvest.[ch]
11979                 fixed to read all addresses in header, regardless
11980                 of header size. improved name parsing. accommodate
11981                 harvest from folders and selected message.
11982         * src/addritem.[ch]
11983                 included new address parsing function.
11984         * src/addrgather.[ch]
11985         * src/addressbook.[ch]
11986         * src/summaryview.[ch]
11987         * src/mainwindow.c
11988                 allow address harvest of folder as well as selected
11989                 messages.
11990
11991 2002-04-07 [paul]       0.7.4claws71
11992
11993         * src/esmtp.[ch]
11994           src/smtp.c
11995                 don't try to authenticate with CRAM-MD5 in SMTP when 
11996                 SMTP-AUTH enabled if MTA doesn't issue this 
11997                 auth-method in it's ehlo-response. bug item #531364,
11998                 patch item #938910. patch submitted by Colin Leroy 
11999                 <colin@colino.net>
12000
12001 2002-04-07 [paul]       0.7.4claws70
12002
12003         * src/nntp.c
12004                 fix missing MODE_READER bug. patch submitted by
12005                 Colin Leroy <colin@colino.net>
12006
12007 2002-04-07 [alfons]     0.7.4claws69
12008
12009         * src/matcher.[ch]
12010         * src/prefs_filtering.c
12011         * src/summaryview.c
12012                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12013                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12014
12015 2002-04-07 [paul]       0.7.4claws68
12016
12017         * sync with 0.7.4cvs32
12018                 see ChangeLog entry 2002-04-06
12019
12020         * tools/filter_conv.pl
12021                 more bug fixes
12022
12023 2002-04-06 [paul]       0.7.4claws67
12024
12025         * tools/filter_conv.pl
12026                 modify to be able to find the name of the first
12027                 mailbox and use that. main's filter does not
12028                 record the full path to the mailbox and therefore
12029                 can only filter to the first mailbox.
12030
12031 2002-04-05 [paul]       0.7.4claws66
12032
12033         * tools/filter_conv.pl
12034                 attempt to make the script all-encompassing and
12035                 be able to convert any main 'filter' rule thrown
12036                 at it
12037
12038 2002-04-05 [paul]       0.7.4claws65
12039
12040         * tools/filter_conv.pl
12041                 allow for collapsed folder trees
12042
12043 2002-04-05 [paul]       0.7.4claws64
12044
12045         * sync with 0.7.4cvs31
12046                 see ChangeLog entries 2002-04-05
12047
12048 2002-04-03 [paul]       0.7.4claws63
12049
12050         * sync with 0.7.4cvs29
12051                 see ChangeLog entries 2002-04-02 and 2002-04-03
12052
12053 2002-04-02 [paul]       0.7.4claws62
12054
12055         * sync with 0.7.4cvs26
12056                 see ChangeLog entry 2002-04-01
12057
12058 2002-04-02 [match]      0.7.4claws61
12059
12060         * src/pine.[ch]
12061         * src/importpine.[ch]
12062         * src/addressbook.c
12063                 import Pine address book.
12064
12065 2002-04-02 [match]      0.7.4claws60
12066
12067         * src/addrharvest.[ch]
12068                 improve address parsing of funky addresses.
12069
12070 2002-04-02 [darko]      0.7.4claws59
12071
12072         * src/compose.c
12073                 wrap on send improvements, it now recognizes quoted
12074                 initials as part of the quotation string, and it
12075                 does not join lines separated by CR
12076
12077 2002-04-01 [match]      0.7.4claws58
12078
12079         * src/mgutils.[ch]
12080                 added new functions.
12081         * src/mutt.[ch]
12082                 remove excessive duplicate address generation
12083                 on import.
12084
12085 2002-04-01 [alfons]     0.7.4claws57
12086         
12087         * src/summaryview.c
12088                 put back g_free() 
12089
12090 2002-04-01 [paul]       0.7.4claws56
12091
12092         * sync with 0.7.4cvs25
12093                 see ChangeLog entry 2002-04-01
12094
12095 2002-04-01 [alfons]     0.7.4aprilfool55
12096
12097         * src/summaryview.c
12098                 honour feature request item #537427 to allow for
12099                 displaying names from address book for sent mail also
12100
12101 2002-03-29 [paul]       0.7.4claws54
12102
12103         * src/mainwindow.c
12104           src/prefs_filtering.[ch]
12105           src/prefs_matcher.c
12106           src/summaryview.c
12107                 add 'fast filter' for claws' filtering,
12108                 /Tools/Create filter rule/... patch submitted
12109                 by Neill Miller <neillm@thecodefactory.org>
12110
12111 2002-03-29 [paul]       0.7.4claws53
12112
12113         * sync with 0.7.4cvs24
12114                 see ChangeLog entry 2002-03-29
12115
12116 2002-03-28 [paul]       0.7.4claws52
12117
12118         * sync with 0.7.4cvs23
12119                 see ChangeLog entry 2002-03-28
12120
12121 2002-03-27 [melvin]     0.7.4claws51
12122
12123         * src/prefs_actions.c
12124                 Added support to pass only one message part (as a
12125                 file) to the command using '%p'. No quotes are needed
12126                 because doubles quotes are automatically added.
12127                 Fixed bug where Sylpheed could block when waiting for
12128                 a child process to finish.
12129                 Changed the help menu to remove quotes around symbols to 
12130                 avoid misinterpretation (they must not be used).
12131
12132 2002-03-27 [melvin]     0.7.4claws50
12133
12134         * src/inc.c
12135                 Made the new mail notification command always 
12136                 execute asynchronously.
12137
12138 2002-03-27 [paul]       0.7.4claws49
12139
12140         * src/compose.c
12141                 fix bug introduced in last commit
12142
12143 2002-03-27 [paul]       0.7.4claws48
12144
12145         * sync with 0.7.4cvs21
12146                 see ChangeLog 2002-03-26 and 2002-03-27
12147
12148 2002-03-26 [hoa]        0.7.4claws47
12149
12150         * src/prefs_folder_item.c
12151                 really fixed the bug #516442 with folder rescan.
12152
12153 2002-03-26 [paul]       0.7.4claws46
12154
12155         * sync with 0.7.4cvs19
12156                 see ChangeLog entries 2002-03-25 and 2002-03-26
12157
12158 2002-03-25 [hoa]        0.7.4claws45
12159
12160         * src/matcher.c
12161         * src/mh.c
12162                 fix the bug #516442 with folder rescan.
12163
12164         * src/prefs_common.[ch]
12165         * src/compose.c
12166                 added an option to enable two different behaviours
12167                 for bounce.
12168
12169
12170 2002-03-25 [paul]       0.7.4claws44
12171
12172         * src/mainwindow.c
12173           src/selective_download.c
12174                 correct a few menuitem labels
12175
12176 2002-03-25 [christoph]  0.7.4claws43
12177
12178         * src/procmsg.c
12179                 fix non deleted tmp message in
12180                 procmsg_save_to_outbox
12181                 fix problems caused by sync with
12182                 main branch's procmsg_send_queue
12183
12184 2002-03-25 [paul]       0.7.4claws42
12185
12186         * src/quote_fmt.c
12187           src/quote_fmt_lex.l
12188           src/quote_fmt_parse.y
12189                 add Last name (%L) placeholder for quoting. 
12190                 patch submitted by Thorsten Thielen 
12191                 <thth@users.sourceforge.net>
12192
12193 2002-03-25 [paul]       0.7.4claws41
12194
12195         * src/utils.c
12196                 get full hostname. patch submitted by
12197                 Bob Woodside <rwoodside1@comcast.net>
12198
12199 2002-03-25 [paul]       0.7.4claws40
12200
12201         * src/account.c
12202           src/news.c
12203           src/nntp.[ch]
12204           src/prefs_account.[ch]
12205                 enable NNTP over SSL. patch submitted by
12206                 Pascal Jermini <pascal@infinity.hn.org>
12207
12208 2002-03-24 [paul]       0.7.4claws39
12209
12210         * src/prefs_common.c
12211                 make the arrangement of the Compose tab more
12212                 coherent
12213
12214         * src/mainwindow.c
12215                 fix some irregularities of style
12216
12217         * po/de.po
12218                 updated by Kilian Krause
12219
12220 2002-03-23 [paul]       0.7.4claws38
12221
12222         * po/pt_BR.po
12223                 updated by Fabio Junior Beneditto
12224
12225 2002-03-23 [paul]       0.7.4claws37
12226
12227         * src/mainwindow.c
12228                 move 'Gather addresses' to 'Tools' menu
12229                 make 'Selective download' sensitive
12230
12231 2002-03-23 [paul]       0.7.4claws36
12232
12233         * sync with 0.7.4cvs16
12234                 see ChangeLog entries 2002-03-23
12235
12236 2002-03-22 [christoph]  0.7.4claws35
12237
12238         * src/quote_fmt_parse.y
12239                 fix include program output
12240
12241 2002-03-22 [alfons]     0.7.4claws34
12242
12243         * src/pop.c
12244                 initialize GDate stack variable correctly (sorry!)
12245
12246 2002-03-22 [paul]       0.7.4claws33
12247
12248         * src/compose.c
12249           src/mainwindow.c
12250           src/prefs_actions.c
12251           src/prefs_common.c
12252                 rename 'Tool' to 'Tools'
12253
12254         * src/mainwindow.c
12255                 move 'Delete duplicated messages' from
12256                 'Message/' to 'Tools/'
12257                 re-arrange the order of 'Tools/' items
12258
12259 2002-03-22 [paul]       0.7.4claws32
12260
12261         * src/addr_compl.c
12262           src/addressbook.[ch]
12263                 auto-address completion now also matches on
12264                 Nickname. patch submitted by Bob Forsman 
12265                 <hammor@users.sourceforge.net>
12266
12267         * src/editaddress.c
12268                 correct a spelling mistake
12269
12270 2002-03-22 [alfons]     0.7.4claws31
12271
12272         * src/pop.c
12273                 fix getting uidl from incorrect string 
12274                 (spotted by Colin)
12275
12276 2002-03-21 [alfons]     0.7.4claws30
12277
12278         * src/pop.c
12279                 more code refactoring
12280                 plug mem leak introduced by delete on server
12281
12282 2002-03-21 [paul]       0.7.4claws29
12283
12284         * sync with 0.7.4cvs11
12285                 see ChangeLog entries 2002-03-20
12286
12287 2002-03-20 [alfons]     0.7.4claws28
12288
12289         * src/inc.c
12290                 apply Colin's patch and refactor
12291
12292 2002-03-20 [paul]       0.7.4claws27
12293
12294         * sync with sylpheed 0.7.4cvs9
12295                 see ChangeLog entry 2002-03-20
12296
12297 2002-03-19 [christoph]  0.7.4claws26
12298
12299         * src/mh.c
12300         * src/procmsg.[ch]
12301         * src/summaryview.c
12302                 revert changes for flag updates
12303                 (does not work correctly and no time to debug)
12304
12305 2002-03-20 [alfons]     0.7.4claws25
12306
12307         * src/pop.c
12308                 refactor should_delete() a little bit 
12309
12310 2002-03-19 [paul]       0.7.4claws24
12311
12312         * src/inc.[ch]
12313           src/pop.c
12314           src/prefs_account.[ch]
12315                 allow the user to leave downloaded mail on the 
12316                 server for n days. Patch submitted by Colin Leroy 
12317                 <colin@colino.net>
12318
12319 2002-02-19 [paul]       0.7.4claws23
12320
12321         * sync with sylpheed 0.7.4cvs8
12322                 see ChangeLog entries 2002-03-19
12323
12324 2002-03-18 [paul]       0.7.4claws22
12325
12326         * sync with sylpheed 0.7.4cvs6
12327                 see ChangeLog entry 2002-03-18
12328
12329 2002-03-18 [paul]       0.7.4claws21
12330
12331         * po/en_GB.po
12332                 add en_GB message catalogue
12333
12334         * src/mbox_folder.c
12335           src/prefs_account.c
12336           src/prefs_actions.c
12337                 correct a few spelling mistakes
12338
12339 2002-03-17 [alfons]     0.7.4claws20
12340
12341         * src/matcher.c
12342                 more stringent checks for NULL params when writing
12343                 filtering actions to a file
12344                 
12345 2002-03-17 [hoa]        0.7.3claws20
12346
12347         * src/news.c
12348                 fixed the count of new messages
12349
12350         * src/compose.c
12351                 fixed the "attachment properties" window
12352
12353 2002-03-17 [paul]       0.7.4claws19
12354
12355         * src/defs.h
12356           src/folder.h
12357           src/news.c
12358           src/prefs_account.[ch]
12359           src/procmsg.[ch]
12360           src/summaryview.c
12361                 automatically mark cross-posted messages as read 
12362                 and (optionally) give them a colour label
12363                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12364                 
12365
12366 2002-03-17 [paul]       0.7.4claws18
12367
12368         * sync with sylpheed 0.7.4cvs5
12369                 see ChangeLog entry 2002-03-17
12370
12371 2002-03-17 [melvin]     0.7.4claws17
12372         
12373         * src/textview.c
12374                 Worked around a gtktext 'bug': when searching for 
12375                 a text in a long message it was scrolling slowly
12376                 line by line until it hit the searched text.
12377         * po/fr.po
12378                 Updated French translation
12379
12380 2002-03-17 [melvin]     0.7.4claws16
12381
12382         * src/mainwindow.c
12383         * src/compose.c
12384         * src/prefs_actions.c
12385                 Moved "Edit/Actions" to "Tool/Actions"
12386                 Made mainwindow/compose window sensitive as soon as
12387                 no child process is running anymore even if the io dialog
12388                 is open.
12389                 Fixed a struct being initialized with a non constant char*
12390
12391 2002-03-16 [christoph]  0.7.4claws15
12392
12393         * configure.in
12394                 add --with-compiler-flags option
12395                 (only for developer hacking)
12396         * src/mh.c
12397         * src/procmsg.[ch]
12398         * src/summaryview.c
12399                 try to make folder-stats and flag handling more
12400                 independent from the summaryview. msgcounts
12401                 are only set when the folder is opened and
12402                 procmsg_msginfo_(un)set_flags will handle it
12403                 later and summaryview will get the values
12404                 from the folder.
12405
12406 2002-03-16 [paul]       0.7.4claws14
12407
12408         * src/messageview.c
12409                 fix Return-receipt. Patch submitted by Bob
12410                 Woodside <rwoodside1@comcast.net>
12411
12412 2002-03-16 [paul]       0.7.4claws13
12413
12414         * src/compose.c
12415                 fix 'dynamic' signatures, make it work again
12416                 broken during sync on 2002-03-14 (0.7.4claws2)
12417
12418 2002-03-15 [match]      0.7.4claws12
12419
12420         * src/addrharvest.[ch]
12421         * src/addrgather.[ch]
12422         * src/addressbook.[ch]
12423         * src/mainwindow.c
12424                 included address harvester feature. still some
12425                 issues with address parsing that I will fix.
12426
12427 2002-03-15 [match]      0.7.4claws11
12428
12429         * src/addrbook.[ch]
12430         * src/addrcache.[ch]
12431         * src/addressbook.[ch]
12432         * src/addrindex.c
12433         * src/editbook.c
12434         * src/importldif.c
12435         * src/importmutt.c
12436         * src/jpilot.[ch]
12437         * src/main.c
12438         * src/syldap.[ch]
12439         * src/vcard.[ch]
12440                 tidy up. fix memory leaks. moved attribs and methods
12441                 from individual interfaces to addrcache object. prep
12442                 for new stuff to come in.
12443
12444 2002-03-15 [alfons]     0.7.4claws10
12445
12446         * src/matcher.[ch]
12447         * src/matcher_parser_parse.y
12448         * src/matcher_parser_lex.l
12449         * src/prefs_matcher.c
12450                 add filtering conditions message greater than, smaller 
12451                 than, and exactly matching a size in bytes
12452                 (does not work with delete from POP3 server yet)
12453
12454                 this should also give others an idea what you should
12455                 do to add new criterions to claws filtering system
12456                 
12457
12458 2002-03-15 [paul]       0.7.4claws9
12459
12460         * tools/filter_conv.pl
12461                 exit if there are no filter rules to convert
12462                 rename filterrc to filterrc.old after completion
12463
12464 2002-03-15 [paul]       0.7.4claws8
12465
12466         * sync with sylpheed 0.7.4cvs3
12467                 see ChangeLog entry 2002-03-14
12468
12469 2002-03-14 [paul]       0.7.4claws7
12470
12471         * src/compose.c
12472                 clean up the last commit (ahem)
12473
12474 2002-03-14 [paul]       0.7.4claws6
12475
12476         * src/compose.c
12477                 fix bug #515655. honour account preferences
12478                 regarding gpg default signing/encryption when 
12479                 changing account from the compose window.
12480
12481 2002-03-14 [paul]       0.7.4claws5
12482
12483         * src/folderview.c
12484                 remove unnecessary curly brackets
12485
12486 2002-03-14 [paul]       0.7.4claws4
12487
12488         * src/folderview.c
12489           src/prefs_filtering.[ch]
12490                 add filter rename on folder rename and filter
12491                 delete on folder delete. Patch submitted by
12492                 Neill Miller <neillm@thecodefactory.org> 
12493
12494 2002-03-14 [christoph]  0.7.4claws3
12495
12496         * src/procmsg.c
12497         * src/send.c
12498                 fix local delivery
12499                 (patch submitted by "Simon 'corecode' Schubert")
12500         * src/prefs_common.c
12501         * src/procmsg.c
12502                 fix gcc 3.0 warning
12503
12504 2002-03-14 [paul]       0.7.4claws2
12505
12506         * sync with sylpheed 0.7.4cvs2
12507                 see ChangeLog entry 2002-03-13
12508
12509 2002-03-12 [darko]      0.7.4claws1
12510
12511         * src/mainwindow.c
12512                 fix what seems to be a copy and paste error
12513                 when setting color for important messages
12514                 (reported by wwp)
12515
12516 2002-03-11 [paul]       version 0.7.4claws released
12517
12518 2002-03-11 [paul]       0.7.4claws
12519
12520         * po/es.po
12521           po/it.po
12522           po/nl.po
12523           po/pt_BR.po
12524                 update message catalogs. Submitted by Ricardo Mones 
12525                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12526                 Fabio Junior Beneditto
12527
12528         * configure.in
12529           faq/Makefile.am
12530           faq/it/Makefile
12531           faq/it/sylpheed-faq*
12532           src/mainwindow.c
12533           src/manual.[ch]
12534                 add FAQ in Italian
12535         
12536
12537 2002-03-11 [jens]       0.7.3claws7
12538
12539         * po/de.po
12540                 updated German translation
12541
12542 2002-03-11 [melvin]     0.7.3claws6
12543
12544         * po/fr.po
12545                 updated and corrected French translation
12546
12547 2002-03-10 [hoa]        0.7.3claws5
12548
12549         * src/account.c
12550         * src/inc.c
12551         * src/prefs_account.c
12552         * src/procmsg.c
12553         * src/send.[ch]
12554                 fixed the local account.
12555                 you have to change the default "/usr/sbin/sendmail"
12556                 to "/usr/sbin/sendmail -t" in the preferences of
12557                 the local account.
12558
12559         * src/procmime.c
12560                 removed some debug display for renderer
12561
12562 2002-03-10 [paul]       0.7.3claws4
12563
12564         * faq/en/sylpheed-faq-1.html
12565           faq/en/sylpheed-faq-2.html
12566                 update
12567
12568 2002-03-09 [paul]       0.7.3claws3
12569
12570         * sync with sylpheed 0.7.4
12571                 see ChangeLog entry 2002-03-09
12572
12573 2002-03-08 [paul]       0.7.3claws2
12574
12575         * faq/en/sylpheed-faq*
12576           faq/es/sylpheed-faq*
12577           faq/fr/sylpheed-faq*
12578                 update the FAQs
12579
12580         * manual/fr/.cvsignore
12581           manual/fr/Makefilea.am
12582           manual/fr/sylpheed*
12583           src/mainwindow.c
12584           src/manual.[ch]
12585                 add the French manual
12586
12587 2002-03-07 [paul]       0.7.3claws1
12588
12589         * sync with sylpheed 0.7.3cvs4
12590                 see ChangeLog entries  2002-03-06 and 2002-03-07
12591         
12592         * po/nl.po
12593                 updated by Wilbert Berendsen
12594
12595 2002-03-07 [melvin]     0.7.2claws34
12596
12597         * src/selective_download.c
12598                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12599
12600 2002-03-06 [paul]       0.7.2claws33
12601
12602         * sync with sylpheed 0.7.3cvs1
12603                 bug fix, see ChangeLog entry 2002-03-05
12604
12605 2002-03-05 [paul]       0.7.2claws32
12606
12607         * src/mimeview.c
12608           src/pgptext.[ch]
12609           src/procmsg.c
12610                 reverse the pgp ascii-armored code implemented in 
12611                 0.7.2claws16. removal of this code until it matures.
12612                 this means that verifying ascii-armored pgp sigs and
12613                 automatic decryption of ascii-armored encrypted
12614                 messages no longer works.
12615
12616 2002-03-05 [paul]       0.7.2claws31
12617
12618         * configure.in
12619           Makefile.am
12620         * faq/Makefile.am
12621         * faq/en/Makefile.am
12622           faq/en/sylpheed-faq.html
12623           faq/en/sylpheed-faq-1.html
12624           faq/en/sylpheed-faq-2.html
12625           faq/en/sylpheed-faq-3.html
12626         * faq/es/Makefile.am
12627           faq/es/sylpheed-faq.html
12628           faq/es/sylpheed-faq-1.html
12629           faq/es/sylpheed-faq-2.html
12630           faq/es/sylpheed-faq-3.html
12631           faq/es/sylpheed-faq-4.html
12632         * faq/fr/Makefile.am
12633           faq/fr/sylpheed-faq.html
12634           faq/fr/sylpheed-faq-1.html
12635           faq/fr/sylpheed-faq-2.html
12636           faq/fr/sylpheed-faq-3.html
12637         * src/Makefile.am
12638           src/defs.h
12639           src/mainwindow.c
12640           src/manual.[ch]
12641                 add FAQs in English, Spanish and French
12642
12643
12644 2002-03-05 [paul]       0.7.2claws30
12645
12646         * manual/en/sylpheed.html
12647           manual/en/sylpheed-XX.html
12648                 updated the English manual
12649
12650 2002-03-05 [hoa]        
12651
12652         * src/summaryview.c
12653                 dialog box pops up if the article can't be deleted.
12654
12655 2002-03-04 [paul]       
12656         
12657         * po/pt_BR.po
12658                 updated by Fabio Junior Benedito
12659
12660 2002-03-04 [hoa]
12661
12662         * removed ac/gpgme.m4
12663                 to avoid autogen common problem
12664                 developers have to install gpgme development package now
12665
12666         * src/compose.c
12667                 encoding to 7bit or 8bit is enabled.
12668
12669 2002-03-03 [alfons]     0.7.2claws29
12670
12671         * src/pop.c
12672                 merge fix by Oliver Haertel for selective
12673                 download buglet
12674
12675 2002-03-03 [paul]       0.7.2claws28
12676         
12677         * sync with sylpheed 0.7.3
12678
12679 2002-03-03 [paul]       0.7.2claws27
12680
12681         * sync with sylpheed 0.7.2cvs24
12682                 see ChangeLog entries 2002-03-02 and 2002-03-03
12683
12684 2002-03-02 [melvin]     0.7.2claws26
12685
12686         * src/inc.[ch]
12687         * src/main.c
12688         * src/mainwindow.c
12689         * src/prefs_common.[ch]
12690                 Added user definable notification on new mail arrival.
12691                 Removed unused variables in spell checker prefs code.
12692
12693 2002-03-02 [melvin]     0.7.2claws25
12694
12695         * src/quote_fmt.c
12696                 Removed unnecessary escape sequences.
12697                 Changed 'Initial...' to 'Initials of Sender'
12698
12699 2002-03-02 [paul]       0.7.2claws24
12700
12701         * sync with sylpheed 0.7.2cvs22
12702                 see ChangeLog entry 2002-03-01
12703
12704 2002-03-01 [hoa]        0.7.2claws23
12705
12706         * src/mainwindow.c
12707                 Set sensitivity of delete actions to active
12708                 even if the folder is a newsgroup.
12709
12710         * src/summaryview.c
12711                 - Set sensitivity of delete actions
12712                 - Added function check_permission() that will check if the
12713                   user is authorized to delete a message. For news, it
12714                   will check if the author is the same.
12715                 - Enabled deletion when there is no trash folder.
12716
12717         * src/news.[ch]
12718                 - Added news_cancel_article() to cancel articles
12719                 - Implemented news_remove_message() (public function)
12720
12721 2002-03-01 [paul]       0.7.2claws22
12722
12723         * src/gtkutils.c
12724           src/textview.c
12725                 recognise urls that that don't include 'http://' and
12726                 simply begin 'www.' 
12727
12728         * AUTHORS
12729                 remove duplicated name
12730
12731 2002-02-28 [paul]       0.7.2claws21
12732
12733         * src/mainwindow.c
12734           src/summaryview.[ch]
12735                 add ability to 'Select thread'
12736                 combines Melvin's "Select thread's head" patch (#510907)
12737                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12738                 patch (#518514) 
12739
12740 2002-02-28 [paul]       0.7.2claws20
12741
12742         * src/mimeview.c
12743                 hopefully fix segfault on right-clicking a mime part
12744                 that some people have experienced.      
12745                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12746
12747 2002-02-28 [paul]       0.7.2claws19
12748
12749         * sync with sylpheed 0.7.2cvs21
12750                 see ChangeLog entries 2002-02-27 and 2002-02-28
12751
12752 2002-02-27 [paul]       0.7.2claws18
12753
12754         * sync with sylpheed 0.7.2cvs18
12755                 see ChangeLog entries 2002-02-26 and 2002-02-27
12756
12757 2002-02-26 [alfons]     0.7.2claws17
12758
12759         * src/procheader.c
12760                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12761                 (spotted by Chris Hessman <idatech@gmx.net>)
12762
12763 2002-02-26 [paul]       0.7.2claws16
12764
12765         * src/mimeview.c
12766           src/pgptext.[ch]
12767           src/procmsg.c
12768                 make decryption of ascii-armored pgp encrypted messages
12769                 and verification of ascii-armored signatures work again.
12770                 slightly altered from the patch by Jens Jahnke 
12771                 <jan0sch@gmx.net>
12772
12773                 ##FIX ME##
12774                 * the checking of plaintext signatures always comes up in 
12775                   a popup box
12776                 * it doesn't work for multipart messages 
12777                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12778                   including the msg headers and these 2 line themselves, are 
12779                   not displayed
12780
12781         * src/mainwindow.c
12782                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12783                 "View/Message View" becomes "View/Separate Message View"
12784                 because its less ambiguous.
12785
12786         * po/es.po
12787                 updated by Ricardo Mones Lastra
12788
12789 2002-02-26 [paul]       0.7.2claws15
12790
12791         * sync with sylpheed 0.7.2cvs17
12792                 see ChangeLog entries 2002-02-25 and 2002-02-26
12793
12794 2002-02-25 [christoph]  0.7.2claws14
12795
12796         * src/filtering.[ch]
12797         * src/inc.c
12798                 do filtering stuff after all messages have been received
12799                   1. drop all messages to .processing
12800                   2. scan processing folder for messages
12801                   3. filter messages or move to inbox
12802                 this will also find old messages left in processing after
12803                 a crash or something like that and we get a real msginfo
12804                 from folder->get_msg_list and do not have to create our
12805                 own in filter_message
12806         * src/matcher_parser_parse.y
12807                 remove MIX/MAX warning (reordered includes)
12808
12809 2002-02-25 [paul]       0.7.2claws13
12810
12811         * sync with sylpheed 0.7.2cvs15
12812                 see ChangeLog entry 2002-02-24
12813
12814 2002-02-24 [alfons]     0.7.2claws12
12815
12816         * src/filtering.c
12817                 clear old color flags first when applying a new color to
12818                 a message info. 
12819                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12820
12821 2002-02-24 [alfons]     0.7.2.claws11
12822         
12823         * AUTHORS
12824         * src/prefs_common.c
12825                 add presets for Opera and Konqueror, closes patch #517261,
12826                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12827
12828 2002-02-24 [alfons]     0.7.2.claws10
12829
12830         * AUTHORS
12831         * src/summaryview.c
12832                 fix threading for null message ids, closes patch #521601,
12833                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12834
12835 2002-02-24 [alfons]     0.7.2claws9
12836
12837         * src/summaryview.c
12838         * src/filtering.c
12839                 make Tool | Filter Message work with filtering system so
12840                 setting flags also works
12841
12842                 TODO:
12843
12844                 - Processing uses the same function as Tool | Filter
12845                   Message, but doesn't use the same update proc yet
12846
12847 2002-02-23 [paul]       0.7.2claws8
12848
12849         * sync with sylpheed 0.7.2cvs14
12850                 see ChangeLog entries 2002-02-22 and 2002-02-23
12851
12852 2002-02-22 [christoph]  0.7.2claws7
12853
12854         * src/quote_fmt.c
12855                 Add column space to table
12856         * src/quote_fmt_parse.y
12857                 Close files
12858
12859 2002-02-22 [paul]       0.7.2claws6
12860
12861         * src/Makefile.am
12862           src/defs.h
12863           src/filtering.c
12864           src/inc.[ch]
12865           src/mainwindow.c
12866           src/matcher.[ch]
12867           src/matcher_parser_lex.l
12868           src/matcher_parser_parse.y
12869           src/pop.[ch]
12870           src/prefs_account.h
12871           src/prefs_filtering.c
12872           src/selective_download.[ch]   *** NEW FILES ***
12873           src/utils.[ch]
12874           po/POTFILES.in
12875                 Selective Download added to 'Tool' menu. 
12876                 Retrieves email headers of the currently selected pop3 
12877                 account and allows the user to mark emails for deletion 
12878                 right on the pop3 server. Patch submitted by Oliver Haertel 
12879                 <oha@users.sourceforge.net>.
12880         
12881         * po/POTFILES.in
12882                 add 'src/quote_fmt.c'           
12883
12884 2002-02-22 [christoph]  0.7.2claws5
12885
12886         * src/Makefile.am
12887                 added quote_fmt.c
12888         * src/prefs_common.[ch]
12889         * src/prefs_template.c
12890         * src/quote_fmt.c               *** NEW FILE ***
12891         * src/quote_fmt.h
12892                 move quote format symbol description code
12893                 to it's own file because it is used from
12894                 differnent code parts
12895                 Rewrote symbol description GUI
12896                   + use table
12897                   + add separators
12898                   + get data from array (no more long constant strings)
12899         * src/quote_fmt_lex.l
12900         * src/quote_fmt_parse.y
12901                 Symbol for Literal % changed to \% instead of %%
12902                 (More logical as \ is used for quoting for other symbols)
12903                 Add |f and |p to include files and program output
12904                 Examples:
12905                     |f{/home/.../.signature}
12906                     |p{date}
12907         * po/de.po
12908                 Correct wrong spelling for "Referenzen"
12909
12910 2002-02-21 [paul]       0.7.2claws4
12911
12912         * src/procmsg.c
12913                 forgotten during sync
12914
12915 2002-02-21 [paul]       0.7.2claws3
12916
12917         * sync with sylpheed 0.7.2cvs11
12918                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12919                 2002-02-20 and 2002-02-21
12920
12921 2002-02-20 [melvin]     0.7.2claws2
12922
12923         * src/prefs_actions.c
12924                 Added error report when child cannot fork or when execvp 
12925                 returns with an error.
12926
12927 2002-02-19 [christoph]  0.7.2claws1
12928
12929         * src/codeconv.c
12930                 return unconverted text if conde conversion is not possible
12931                 when libjconv is used.
12932                 (patch submitted by "Simon 'corecode' Schubert")
12933
12934 2002-02-19 [paul]       
12935
12936         * version 0.7.2claws release
12937
12938 2002-02-19 [paul]       0.7.2claws
12939
12940         * po/nl.po
12941                 updated by Wilbert Berendsen
12942
12943
12944 2002-02-18 [alfons]     0.7.1claws13
12945
12946         * src/syldap.c
12947         * src/jpilot.c
12948                 remove references to dlfcn and explicitly loading functions
12949                 from dynalink libs, because libs linked anyway, and functions
12950                 are loaded explicitly
12951
12952 2002-02-17 [melvin]     0.7.1claws12
12953
12954         * src/prefs_actions.c
12955                 Replaced children wait loop with double fork technique.
12956                 Now, input/output window updated at each new output.
12957                 free_children(): Fixed a memory leak.
12958                 Made input/output window non closable if running children
12959                 still exist.
12960                 Added missing <unistd.h> include.
12961                 Added some --debug outputs.
12962
12963 2002-02-17 [melvin]     0.7.1claws11
12964
12965         * src/summaryview.c
12966                 Fixed bug where descending sort order did not select top
12967                 message.
12968
12969 2002-02-17 [melvin]     0.7.1claws10
12970
12971         * acconfig.h
12972                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12973         * src/prefs_common.c
12974                 Pspell data package directory no more hard coded but
12975                 set during configuration (PSPELL_PATH). (Thanks to 
12976                                 Gustavo Noronha Silva.)
12977
12978 2002-02-17 [melvin]     0.7.1claws9
12979
12980         * configure.in
12981                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12982         * src/gtkspell.c
12983                 Fixed compile-time warnings.
12984
12985 2002-02-16 [alfons]     0.7.1claws8
12986
12987         * src/filesel.c
12988                 fix inadvertent free of NULL pointer which caused
12989                 sylpheed to crash when closing the save-as dialog
12990                 using the window close button
12991
12992 2002-02-16 [carsten]    0.7.1claws7
12993         * src/mainwindow.[ch]
12994           src/summaryview.c
12995           src/prefs_common.c
12996                 fixes for pixmap theming code:
12997                         - recently changed mail attributes shouldn't get
12998                           lost any longer
12999                         - theme is only reloaded iff another theme was
13000                           selected
13001
13002 2002-02-16 [paul]       0.7.1claws6
13003
13004         * sync with sylpheed 0.7.2 release
13005                 see ChangeLog entry 2002-02-15 and 2002-02-16
13006
13007 2002-02-15 [paul]       0.7.1claws5
13008
13009         * sync with sylpheed 0.7.1cvs9
13010                 see ChangeLog entry 2002-02-15
13011
13012         * po/POTFILES.in
13013                 remove unneeded headerwindow.c entry
13014
13015 2002-02-14 [carsten]    0.7.1claws4
13016         * src/summaryview.c
13017                 fixed a bug for "Go to next unread message": there was
13018                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13019                 in the prefs, because of doing "Search again" instead
13020                 "No"
13021
13022 2002-02-14 [carsten]    0.7.1claws3
13023         * src/stock_pixmap.c
13024                 removed 2 more mem leaks; following memprof,
13025                 this code is "leak free" now :)
13026
13027 2002-02-14 [carsten]    0.7.1claws2
13028         * src/stock_pixmap.c
13029                 used opendir/readdir/closedir instead of scandir
13030                 -> code should work now on Solaris
13031
13032 2002-02-14 [paul]       0.7.1claws1
13033
13034         * sync with sylpheed 0.7.1cvs8
13035                 see ChangeLog entries 2002-02-13 and 2002-02-14
13036
13037         * README.claws
13038                 add some description of Actions and Pixmap Themes
13039
13040 2002-02-13 [paul]       
13041
13042         * version 0.7.1claws release
13043
13044 2002-02-13 [paul]       0.7.1claws
13045
13046         * po/es.po
13047           po/it.po
13048           po/pt_BR.po
13049                 updated translations, submitted by Ricardo Mones Lastra,
13050                 Alessandro Maestri and Fabio Junior Beneditto
13051
13052 2002-02-13 [melvin]     0.7.0claws75
13053
13054         * src/prefs_actions.c
13055                 Added missing "signal.h" include
13056
13057 2002-02-13 [melvin]     0.7.0claws74
13058
13059         * src/prefs_folder_item.c
13060                 Added missing "config.h" include
13061         * po/fr.po
13062                 Updated French translation for folder propriety.
13063
13064 2002-02-13 [jens]       0.7.0claws73
13065
13066         * po/POTFILES.in
13067                 Added missing src/prefs_folder_item.c [log added by melvin]
13068         * po/de.po
13069                 Updated German translation.
13070
13071 2002-02-13 [melvin]     0.7.0claws72
13072
13073         * po/fr.po
13074                 Updated French translation.
13075
13076 2002-02-13 [melvin]     0.7.0claws71
13077
13078         * src/gtkutils.c
13079                 Made gtkut_editable_get_selection return NULL if selection
13080                 is of length zero.
13081                 This fixes a bug where selecting part of message A then
13082                 switching to message B and replying to it will not
13083                 quote the message's body.
13084
13085 2002-02-12 [paul]       0.7.0claws70
13086
13087         * src/mainwindow.c
13088                 cosmetic, relating to pixmap themes: on toolbar make 
13089                 updating of 'Exec' and 'Compose news/Compose email'
13090                 icons faster.
13091
13092 2002-02-12 [carsten]    0.7.0claws69
13093         * src/folderview.c
13094           src/mainwindow.[ch]
13095           src/stock_pixmap.c
13096           src/summaryview.c
13097           src/prefs_common.c
13098                 - refreshing after changing pixmap theme better
13099                   now (thanks Paul)
13100                 - wanted to remove some mem leaks, but alfons was
13101                   faster (and had the better solution ;)
13102
13103 2002-02-12 [alfons]     0.7.0claws68
13104
13105         * src/prefs_common.c
13106         * src/stock_pixmap.[ch]
13107                 plug mem leaks, refactor code a little bit
13108
13109
13110 2002-02-12 [sergey]     0.7.0claws67
13111
13112         * src/imap.c
13113                 Fixed problem with copying messages to IMAP folders when the
13114                 server uses something other than '/' as a namespace separator
13115                 (cyrus-imapd uses '.').
13116
13117 2002-02-12 [jens]       0.7.0claws66
13118
13119         * po/de.po
13120                 Updated German Translation
13121
13122 2002-02-12 [paul]       0.7.0claws65
13123
13124         * sync with sylpheed 0.7.1cvs1
13125                 see ChangeLog entry 2002-02-12
13126
13127 2002-02-12 [melvin]     0.7.0claws64
13128
13129         * src/prefs_actions.c
13130                 Fixed "feature" where children's output was duplicated 
13131                 instead of refreshed while monitoring.
13132                 Removed some debug code.
13133
13134 2002-02-12 [christoph]  0.7.0claws63
13135
13136         * src/compose.c
13137                 always delete message from queue after sending/send error
13138                 (closes bug #509601)
13139
13140 2002-02-12 [melvin]     0.7.0claws62
13141
13142         * src/prefs_actions.c
13143                 Children wait loop is now triggered with a timeout of 1s
13144                 Added %F which is replaced with the list of filenames 
13145                 of all selected messages (as suggested by Ricardo Mones Lestra)
13146                 Pipe syntax changed. Prefix with | to send selection, postfix
13147                 with | to retrieve output. Prefix with > or * to send
13148                 user definable input to the command (*: input is hidden)
13149                 Old pipe action should now be postfixed with |, too.
13150
13151 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13152         * src/stock_pixmap.c
13153                 fixed a bug: if there's no theme directory don't
13154                 throw an error, just do "nothing" (thanks Alfons)
13155
13156 2002-02-12 [carsten]    0.7.0claws60
13157         * src/folderview.c
13158           src/summaryview.c
13159                 had to write the cache twice (nasty!); some marks would 
13160                 get lost if not
13161
13162 2002-02-11 [carsten]    0.7.0claws59
13163         * acconfig.h
13164           configure.in
13165           doc-src/maintainer_guide.txt
13166           src/compose.[ch]
13167           src/defs.h
13168           src/folderview.[ch]
13169           src/gtkutils.[ch]
13170           src/mainwindow.[ch]
13171           src/prefs_common.[ch]
13172           src/stock_pixmap.[ch]
13173           src/summaryview.[ch]
13174                 pixmap theming and related work on pixmap
13175                 handling on some other places
13176                 (e.g. hrm features for all folder)
13177           src/pixmap/stock_*.xpm -> the stock_ was removed
13178         
13179 2002-02-11 [paul]       0.7.0claws58
13180
13181         * sync with sylpheed 0.7.1 release
13182                 see ChangeLog entries 2002-02-11
13183
13184 2002-02-08 [paul]       0.7.0claws57
13185
13186         * sync with sylpheed 0.7.0cvs39
13187                 see ChangeLog entry 2002-02-07 (last entry) 
13188
13189         * src/prefs_actions.c
13190           src/prefs_filtering.c
13191           src/prefs_matcher.c
13192           src/prefs_scoring.c
13193                 sync: made it compile with C compilers other than gcc
13194
13195 2002-02-07 [paul]       0.7.0claws56
13196
13197         * sync with sylpheed 0.7.0cvs38
13198                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13199                 2002-02-07
13200
13201 2002-02-07 [darko]      0.7.0claws55
13202
13203         * src/gtkutils.[ch]
13204         * src/summaryview.c
13205                 Fix const gchar */gchar * issue (thanks Hiro)
13206
13207 2002-02-07 [darko]      0.7.0claws54
13208
13209         * src/compose.[ch]
13210         * src/filtering.c
13211         * src/gtkutils.[ch]
13212         * src/prefs_template.c
13213         * src/quote_fmt.h
13214         * src/quote_fmt_parse.y
13215         * src/summaryview.c
13216         * src/utils.[ch]
13217                 When replying or forwarding an email don't quote the entire
13218                 mail body but use the part of the message text that is selected
13219
13220 2002-02-06 [melvin]     0.7.0claws53
13221
13222         * src/prefs_common.[ch]
13223         * src/gtkspell.[ch]
13224         * src/compose.c
13225                 Made possible to switch quickly to last used dictionary
13226                 which makes checking bilingual documents easier.
13227
13228 2002-02-06 [melvin]     0.7.0claws52
13229         
13230         * po/POTFILES.in
13231                 Added forgotten new file src/prefs_actions.c
13232
13233 2002-02-06 [melvin]     0.7.0claws51
13234
13235         * src/prefs_actions.c   ** NEW FILE **
13236         * src/prefs_actions.h   ** NEW FILE **
13237                 Added actions to execute on message text view, or on the
13238                         message's file.
13239         * src/Makefile.am
13240                 Added src/prefs_actions.[ch]
13241         * src/compose.c
13242                 Added new menu "Edit/Actions"
13243         * src/defs.h
13244                 Added new actionsrc file.
13245         * src/main.c
13246                 Added actionsrc reading.
13247         * src/mainwindow.c
13248                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13249         * src/prefs_common.h
13250                 Added new element actionslst element to prefs_common.
13251
13252 2002-02-06 [paul]       0.7.0claws50
13253
13254         * sync with sylpheed 0.7.0cvs36
13255                 see ChangeLog entry 2002-02-06
13256
13257 2002-02-05 [paul]
13258
13259         * po/es.po
13260                 updated by Ricardo Mones Lastra
13261
13262 2002-02-05 [paul]       0.7.0claws49
13263
13264         * sync with sylpheed 0.7.0cvs33
13265                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13266
13267 2002-02-05 [paul]       0.7.0claws48
13268
13269         * src/compose.c
13270                 re-add 'Edit/Advanced/Delete entire line', previously named
13271                 'Delete Line+'
13272
13273 2002-02-04 [paul]       0.7.0claws47
13274
13275         * src/compose.c
13276           src/summaryview.c
13277                 fix bug #494993 (Reply All not taking Reply-To into consi)
13278                 eliminate differences in behaviour of right-click 'Reply to all' 
13279                 in summary view and 'Reply to all' on the toolbar. 
13280                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13281                 view and From gets ignored by 'Reply to all' on toolbar.
13282                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13283                 From when no Reply-To header is present.
13284
13285 2002-02-04 [paul]       0.7.0claws46
13286
13287         * sync with sylpheed 0.7.0cvs30
13288                 see ChangeLog entries 2002-02-03 and 2002-02-04
13289
13290 2002-02-03 [melvin]     0.7.0claws45
13291
13292         * src/gtkspell.[ch]
13293                 Readded function to highlight all misspelled words.
13294                 Fixed bug where user-provided-words did not replace
13295                         correctly the misspelled word when using the mouse.
13296                 Fixed bug where checking a region selected from right to left did
13297                         not check the region at all.
13298                 Fixed bug where 'Check backwards' may not check at all. 
13299                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13300                 Fixed possible buffer overflow when checking for long strings (>1k).
13301                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13302                 Accelerators code uses now gtk_widget_add_accel.
13303                 Removed and disabled obsolete and unfinished code.
13304                 Cleaning up.
13305
13306         * src/compose.c
13307                 Added menu item to Highlight all misspelled words.
13308
13309 2002-02-01 [paul]       0.7.0claws44
13310
13311         * src/mainwindow.c
13312                 fix '/View/Hide read messages' sensitivity when all
13313                 messages in a folder are hidden
13314
13315 2002-02-01 [paul]       0.7.0claws43
13316
13317         * src/main.c
13318                 add --send option to command line interface, sends all
13319                 queued mail. Patch submitted by Ricardo Mones Lastra.
13320
13321 2002-01-31 [paul]       0.7.0claws42
13322
13323         * src/mainwindow.c
13324                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13325
13326 2002-01-31 [paul]       0.7.0claws41
13327
13328         * sync with sylpheed 0.7.0cvs27
13329                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13330                 and 2002-01-31
13331
13332         * src/textview.c
13333                 comment out elements of textview_show_part() as temporary
13334                 workaround for attachment 'Display as text' bug 
13335
13336         * po/pt_BR.po
13337                 updated by Fabio Junior Beneditto
13338
13339 2002-01-30 [paul]       0.7.0claws40
13340
13341         * sync with sylpheed 0.7.0cvs24
13342                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13343                 and 2002-01-30
13344
13345         * src/compose.c
13346                 add {N_("/_Spelling"), ... "<Branch>"} to 
13347                 GtkItemFactoryEntry compose_entries[]
13348
13349         * src/prefs_common.c
13350                 add claws menu items to prefs_keybind_apply_clicked()
13351                 and remove non-claws menu items
13352
13353 2002-01-29 [paul]       0.7.0claws39
13354
13355         * sync with sylpheed 0.7.0cvs22
13356                 see ChangeLog entries 2002-01-28 and 2002-01-29
13357
13358 2002-01-28 [melvin]     0.7.0claws38
13359
13360         * src/compose.c
13361                 Added the declartion of compose_send_control_enter.
13362
13363         * src/compose.c
13364         * src/gtkspell.[ch]
13365                 Added in a 'Spelling' menu which includes the configuration menu. 
13366                 Added a real 'Check all' and got rid from the old one which only
13367                 highlited misspelled word.
13368                 Made 'Check while typing' a disableable option.
13369                 Added a dialog when there are no more misspelled word.
13370                 Added a dialog if error occurs when switching to a dictionary.
13371         
13372         * src/prefs_common.[ch]
13373                 Added option for the default 'Check while typing' option.
13374
13375
13376 2002-01-28 [alfons]     0.7.0claws37
13377
13378         * src/compose.c
13379                 fix buglet and make code comply with sylpheed code style
13380
13381 2002-01-28 [paul]       0.7.0claws36
13382
13383         * sync with sylpheed 0.7.0cvs19
13384                 see ChangeLog entries for 2002-01-28
13385
13386 2002-01-28 [hoa]        0.7.0claws35
13387
13388         * src/defs.h
13389                 added rendererrc
13390
13391         * src/main.c
13392                 read the renderer config
13393
13394         * src/procmime.[ch]
13395                 use the renderer config to convert mime attachments
13396
13397         * src/textview.c
13398                 don't use textview_show_html/ertf,
13399                 use get_text_content instead
13400
13401 2002-01-27 [alfons]     0.7.0claws34
13402         
13403         * src/news.c
13404                 make sylpheed believe it can delete a news message...
13405                 (messages are NOT deleted, maybe we should remove
13406                 processing from the folder properties after all.)
13407
13408 2002-01-27 [alfons]     0.7.0claws33
13409
13410         * src/folder.c
13411                 add extra checks
13412         * src/news.c
13413                 implement remove_msg() 
13414
13415 2002-01-27 [alfons]     0.7.0claws32
13416
13417         * src/procmsg.h
13418         * src/procheader.c
13419         * src/messageview.c
13420                 fix return receipt / disposition notification again. this
13421                 stuff seems to break on _every_ major summary UI change, so
13422                 it's now implemented using a flag which is saved in the
13423                 marks cache
13424                 
13425 2002-01-26 [alfons]     0.7.0claws31
13426
13427         * src/import.c
13428                 let import dialog show the destination folder identifier
13429
13430 2002-01-26 [melvin]     0.7.0claws30
13431
13432         * src/folderview.c
13433         * src/summaryview.c
13434                 Readded 'Mark all read' into summary view popup menu
13435                 Added 'Mark all read' in folder view popup menu for IMAP
13436                 and NNTP.
13437                 Made it insensitive if the selected folder is not the shown
13438                 one to avoid 'Mark all read' on the wrong folder.
13439                 
13440 2002-01-26 [paul]       0.7.0claws29
13441
13442         * src/folderview.c
13443           src/summaryview.c
13444                 move 'Mark all read' from summary view to folder view
13445                 menu. (adapted from) patch submitted by Jeremy Andrews,
13446                 <lists@kerneltrap.com>
13447
13448 2002-01-25 [alfons]     0.7.0claws28
13449
13450         * src/gtkstext.c
13451                 put the gtk class name back so GtkSText adapts the 
13452                 settings of GtkText
13453
13454 2002-01-25 [alfons]     0.7.0claws27
13455
13456         * src/folderview.c 
13457                 assimilate Ricardo's patch that shows pixmaps instead of
13458                 plain "new" and "unread" texts in the folder view column
13459                 headers 
13460
13461 2002-01-25 [paul]       0.7.0claws26
13462
13463         * src/Makefile.am
13464                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13465                 be found in non-standard locations. 
13466                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13467
13468 2002-01-25 [paul]       0.7.0claws25
13469
13470         * sync with sylpheed 0.7.0cvs16
13471                 see ChangeLog entry 2002-01-25
13472
13473 2002-01-24 [paul]       0.7.0claws24
13474
13475         * more sync with sylpheed 0.7.0cvs15
13476                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13477
13478 2002-01-23 [sergey]     0.7.0claws23
13479
13480         * src/importldif.c
13481                 Fixed segfault when closing LDIF import wizard with
13482                 the window manager.
13483         * src/imageview.c
13484         * src/imageview.h
13485         * src/messageview.c
13486         * src/mimeview.c
13487                 Fixed wrong scrolling position after switching between
13488                 text and image parts.
13489
13490 2002-01-23 [paul]       0.7.0claws22
13491
13492         * sync with sylpheed 0.7.0cvs15
13493                 see ChangeLog entries 2002-01-22 and 2002-01-23
13494
13495 2002-01-21 [melvin]     0.7.0claws21
13496
13497         * src/prefs_scoring.c
13498         * src/prefs_filtering.c
13499                 Fixed bug where scoring and filtering windows stopped
13500                 autochecking.
13501
13502 2002-01-21 [paul]       0.7.0claws20
13503
13504         * sync with sylpheed 0.7.0cvs12
13505                 see ChangeLog entries 2002-01-20 and 2002-01-21
13506
13507 2002-01-21 [carsten]    0.7.0claws19
13508         * src/mainwindow.c
13509         * src/menu.[ch]
13510         * src/messageview.[ch]
13511         * src/summaryview.[ch]
13512                 changes to shortcuts handling again:
13513                         + "Q" now controled by mainwin
13514                         + v/V are now customizable and have slightly
13515                           different meanings
13516                 the "button" to minimize the messageview (and maximize
13517                 the summary view) is a real button now
13518         * src/compose.c
13519                 "Delete Line+" added to Edit/Advanced (this will also
13520                 delete the '\n')
13521
13522 2002-01-20 [melvin] 0.7.0claws18
13523
13524         * src/addressbook.c
13525                 Made "Bcc" sensitive when addressbook is called from
13526                 compose window (it was a Claws only bug).
13527
13528 2002-01-19 [alfons] 0.7.0claws17
13529
13530         * src/inc.c
13531                 prevent unnecessary updates when currently selected folder has
13532                 no new messages 
13533
13534 2002-01-19 [alfons] 0.7.0claws16
13535         
13536         * src/summaryview.c
13537                 prevent writing the cache based on current message list in summary 
13538                 view when filtering also put messages in currently selected folder
13539
13540 2002-01-19 [paul]
13541
13542         * po/it.po
13543                 Italian translation submitted by Alessandro Maestri
13544                 <a.maestri@cs.tin.it>
13545
13546 2002-01-18 [melvin]     0.7.0claws15
13547
13548         * src/prefs_filters.c
13549                 fixed bug where 'cancel' from 'filters' window stops autochecking
13550                 if the timer timed out  when the window was open.
13551
13552 2002-01-18 [match]      0.7.0claws14
13553
13554         * src/addrclip.[ch]     ** NEW FILE **
13555         * src/addrselect.[ch]   ** NEW FILE **
13556         * src/adbookbase.h      ** NEW FILE **
13557                 addressbook cut, copy and paste
13558         * src/addrbook.[ch]
13559         * src/addrcache.[ch]
13560         * src/addressitem.h
13561         * src/addrindex.[ch]
13562         * src/addritem.[ch]
13563         * src/importldif.c
13564         * src/importmutt.c
13565         * src/jpilot.[ch]
13566         * src/syldap.[ch]
13567         * src/vcard.[ch]
13568         * src/jpilot.[ch]
13569         * src/editbook.c
13570         * src/editjpilot.c
13571         * src/editldap.c
13572         * src/editvcard.c
13573                 support for copy/paste
13574         * src/addressbook.c
13575                 support for copy/paste
13576                 tidy up menu option processing
13577                 correct address list function arguments
13578         * src/editaddress.c
13579                 sort user attributes
13580         * src/ldif.h
13581         * src/mutt.h
13582                 tidy up
13583
13584         * src/addrbook.[ch]
13585         * src/addrbook.[ch]
13586         * src/addrbook.[ch]
13587                 
13588
13589 2002-01-18 [paul]       0.7.0claws13
13590
13591         * sync with sylpheed 0.7.0cvs8
13592                 configure.in: support Mac OS X (Darwin)
13593
13594 2002-01-18 [carsten]    0.7.0claws12
13595         * src/html.c
13596                 small hack to fix a segfault with an empty href
13597                 (reported by Alexandra Walford <deeni@altern.org>)
13598         * src/mainwindow.c
13599         * src/summaryview.c
13600                 the shortcuts for Mark und Mark as unread are hardcoded
13601                 again
13602         * src/compose.c
13603         * src/gtkstext.[ch]
13604                 readded the shortcuts in gtkstext but made them
13605                 customizeable (simply by adding a menu plus a wrapper
13606                 to compose.c)
13607
13608 2002-01-17 [melvin]     0.7.0claws11
13609
13610         * src/gtkspell.c
13611                 fix default dictionary not being saved.
13612
13613 2002-01-16 [darko]      0.7.0claws10
13614
13615         * src/compose.c
13616                 fix wrapping crash with URL longer than wrapping margin
13617
13618 2002-12-08 [hoa]        0.7.0claws10
13619
13620         * src/matcher_parser_parse.y
13621                 fixed some bugs
13622
13623         * src/prefs_filtering.c
13624                 now, we can use bounce action in the dialog box.
13625
13626 2002-01-16 [carsten]    0.7.0claws9
13627         * src/gtkstext.c
13628                 removed the <control> and <alt> shortcuts because they're
13629                 not needed and interefered with the "normal" shortcuts
13630         * src/mainwindow.c
13631         * src/summaryview.c
13632                 removed most of the hardcoded shortcuts and assigned
13633                 them to menu entries making them easy customizable by
13634                 that
13635
13636 2002-01-16 |melvin]     0.7.0claws8
13637
13638         * src/gtkspell.c
13639                 fixed bug where using the mouse and when the compose
13640                 window is not on top may result in a crash.
13641
13642 2002-01-16 [melvin]     0.7.0claws7
13643
13644         * src/compose.c
13645                 fixed a long standingspell checker bug which could 
13646                 cause a crash after sending a message.
13647
13648 2002-01-16 [paul]       0.7.0claws6
13649
13650         * sync with sylpheed 0.7.0cvs7
13651                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13652                 2002-01-15, and 2002-01-16
13653
13654 2002-01-16 [melvin]     0.7.0claws5
13655
13656         * README.claws
13657         * src/compose.c
13658         * src/gtkspell.[ch]
13659         * src/main.c
13660                 Heavily modified spell checker code to work around
13661                 ispell bug, to add keyboard shortcuts and for future
13662                 enhancements. See README.claws for usage information.
13663
13664 2002-01-15 [alfons]     0.7.0claws4
13665         
13666         * src/summaryview.c
13667                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13668                 so sorting within threads reflects sort mode
13669
13670 2002-01-15 [christoph]  0.7.0claws3
13671
13672         * src/procmsg.c
13673                 added alertpanel if mail sending failed
13674
13675 2002-01-15 [alfons]     0.7.0claws2
13676         
13677         * src/prefs_filtering.c
13678                 don't stop timer when prefs filtering dialog is opened
13679
13680 2002-01-14 [alfons]     0.7.0claws1
13681
13682         * src/addr_compl.c
13683         * src/prefs.c
13684                 remove debug_print()s for privacy reasons
13685
13686 2002-01-14 [darko]      0.7.0claws
13687
13688         * README.claws
13689                 quotation wrapping is now also in the main branch
13690
13691 2002-01-14 [paul]
13692
13693         * tools/filter_conv.pl
13694                 allow for Boolean Op and case-sensitivity
13695                 this file is included in the release and tagged
13696                 'rel_0_7_0'
13697
13698 2002-01-13 [paul]       0.7.0claws
13699
13700         * release 0.7.0, with cvs tag 'rel_0_7_0'
13701
13702 2002-01-13 [paul]
13703
13704         * tools/filter_conv.pl
13705         * tools/README
13706                 rewritten to output to matcherrc instead of filteringrc
13707
13708         * po/es.po
13709                 updated Spanish translation by Ricardo Mones Lastra
13710
13711 2002-01-13 [alfons]
13712
13713         * po/nl.po
13714                 update dutch translation
13715
13716 2002-01-13 [paul]
13717
13718         * po/pt_BR.po
13719                 Updated by Fabio Junior Beneditto 
13720
13721 2002-01-13 [melvin]     0.6.6claws53
13722
13723         * po/fr.po
13724                 Updated french translation
13725
13726 2002-01-12 [alfons]     0.6.6claws52
13727
13728         * src/filtering.c
13729                 plug mem leak that has been sitting there for ages              
13730
13731 2002-01-12 [alfons]     0.6.6claws51
13732
13733         * src/summaryview.c
13734                 undo melvin's changes from 0.6.6claws48 because summary
13735                 view now refuses to select first unread message when
13736                 selecting a folder 
13737
13738 2002-01-11 [alfons]     0.6.6claws50
13739
13740         * src/import.c
13741                 use claws' semantics for getting folder item when
13742                 importing an mbox file into a folder 
13743                 (submitted by Dale P. Smith)
13744
13745 2002-01-11 [christoph]  0.6.6claws49
13746
13747         * src/prefs.h
13748                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13749                 toggle widget, because non static prefs can not use
13750                 prefs_set_* functions
13751         * src/prefs_account.c
13752                 toggle smtp auth password field sensitivity if
13753                 user id is empty and add descrition of usage for
13754                 these fields
13755         * src/prefs_folder_item.c
13756                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13757                 callbacks
13758
13759 2002-01-11 [melvin]     0.6.6claws48
13760
13761         * src/compose.c
13762                 fix the 'Ctrl-Enter' feature for sending and test really
13763                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13764                 editables which was not documented in Gtk)
13765
13766         * src/summaryview.c
13767                 Made summaryview refresh after sorting and not before.
13768
13769 2002-01-11 [christoph]  0.6.6claws47
13770
13771         * src/compose.c
13772                 select account from account ids if possible and
13773                 correctly set save folder for copy in reedit
13774
13775 2002-01-10 [paul]       0.6.6claws46
13776
13777         * sync with sylpheed 0.7.0 release
13778                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13779                 2002-01-09
13780
13781 2002-01-09 [alfons]
13782
13783         * src/summaryview.c
13784                 remove more dirt traces...
13785
13786 2002-01-09 [alfons]
13787         
13788         * src/summaryview.c
13789                 clean up some traces of my debugging stuff
13790
13791 2002-01-09 [alfons]     0.6.6claws45
13792
13793         * src/filtering.c
13794                 break up filteringprop_apply() in three separate pieces
13795                 so we can drop messages that failed processing in the
13796                 inbox
13797
13798         * src/summaryview.c
13799                 fix bug #469598 "no refresh of inbox after filter" which 
13800                 was introduced by the new summary view locking, and which 
13801                 prevented the summary view to update after a manual filter 
13802                 message. claw's filter message requires a summary_show().
13803                 (aargh, summary_show() again! :-)
13804                 
13805 2002-01-07 [alfons]     0.6.6claws44
13806
13807         * src/headerwindow.c
13808         * src/logwindow.c
13809         * src/messageview.c
13810         * src/sourcewindow.c
13811                 bring in Hiro's last 0.7.0 wm class fixes
13812
13813         * tools/sylprint.pl
13814                 bring in Ricardo's fix for sylprint script
13815
13816         * AUTHORS       
13817         * src/rfc2015.[ch]
13818         * src/prefs_common.[ch]
13819         * src/prefs_account.[ch]
13820         * src/compose.c
13821                 clean up account preference poison in rfc2015,
13822                 and preparation to fix double sign bug 
13823                 (patch submitted by Simon 'corecode' Schubert)
13824
13825 2002-01-07 [christoph]  0.6.6claws43
13826
13827         * src/mh.c
13828                 search for free message number, do not only rely
13829                 on last_num
13830         * src/send.c
13831                 fix smtp auth and use extra account information
13832                 if available, if not use pop3 data instead
13833                 (closes bug #500341)            
13834         * src/ssl.[ch]
13835                 match coding style
13836
13837 2002-01-06 [alfons]     0.6.6claws42
13838
13839         * src/mainwindow.c
13840                 try making the separate windows work again...
13841
13842 2002-01-06 [alfons]     0.6.6claws41
13843
13844         * src/mainwindow.c
13845                 adapt Hiro's separate window menu (to get rid of the funny
13846                 duplicate menu items), and make it work again
13847
13848 2002-01-06 [alfons]     0.6.6claws40
13849
13850         * tools/Makefile.am
13851         * tools/sylprint.rc
13852         * tools/sylprint.pl
13853         * tools/README.sylprint
13854                 add sylprint script for printing mails from Sylpheed
13855                 (contributed by Ricardo Mones Lastra)
13856
13857         * src/acount.c
13858                 clean up
13859
13860 2002-01-06 [melvin]     0.6.6claws39
13861
13862         * src/mainwindow.c
13863         * src/summaryview.c
13864                 Fixed crash introduced in 0.6.6claws38 by the menu
13865                 reorganisation (Hide read messages)
13866         
13867         * ChangeLog.claws 
13868                 Fixed typo (we are now in 2002, alfons ;) )
13869
13870 2002-01-05 [alfons]     0.6.6claws38
13871
13872         * sync with sylpheed 0.6.6cvs10-17
13873                 (last stuff marked as LAST_STABLE)
13874
13875 2002-01-04 [melvin]     0.6.6claws37
13876
13877         * src/account.c
13878                 Made account selection code use strcasestr again instead of
13879                 g_strcasecmp (fixes bug where reediting queued messages
13880                 did not select proper account reported by T. Link).
13881         
13882         * src/folderview.c
13883                 Fix bug where folder icons are not shown when 'hide read messages'
13884                 is on.
13885         
13886         * src/stock_pixmaps.[ch]
13887                 Added folder icons for 'hide read messages'.
13888         
13889         * src/compose.c
13890                 Fixed bug where 'Enter' in a header entry will send the message 
13891                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13892
13893 2002-01-03 [melvin]     0.6.6claws36
13894         
13895         * src/prefs.[ch]
13896                 Added popup menu for common preferences and
13897                 account preferences (right click on tab displays
13898                                 a menu of all tabs.)
13899
13900 2002-01-02 [melvin]     0.6.6claws35
13901
13902         * src/gtkspell.[ch]
13903                 Made spelling code compatible with undo/redo feature.
13904                 Added creation of suggestion mode menu for the general
13905                         preferences.
13906         
13907         * src/prefs_common.[ch]
13908                 Added option menu for the speller's suggestion mode.
13909                 Added missing spaces in "..." buttons and made a "..."
13910                         button non translatable!
13911         
13912         * src/compose.c
13913                 Made speller use the default suggestion mode.
13914                 Hack to make it possible to choose 'CTRL-Enter' as a
13915                         shortcut for sending (and only for sending).
13916
13917         * src/prefs_folder_item.c
13918                 Changing subject simplification does not update cache 
13919                         anymore (because it is unnecessary).
13920                 Fixed bug where changing subject simplification updated the 
13921                         summaryview even when the viewed folder is not the
13922                         folder which properties are being changed. (E.g. 
13923                                         viewing folder A and changing
13924                                         the subject simplification of 
13925                                         folder B -not being viewed- updated the 
13926                                         summaryview of folder A with data of
13927                                         folder B). (Hope this is clear... )
13928
13929 2001-12-31 [alfons]     0.6.6claws34
13930         
13931         * src/ldif.c
13932         * src/mutt.c
13933                 fgetc() returns a signed integer which doesn't
13934                 fit in a char. so c truncates this to a char
13935                 but we may lose significant bits. i.e. we may
13936                 comparing 0xFF which may not be equal to -1
13937                 unless properly casted to signed char which
13938                 we won't do because fgetc() returns a signed
13939                 integer which doesn't fit in a char. so c 
13940                 truncates this to a char but we may lose 
13941                 significat bits. (you got the idea, thanks
13942                 to Gustavo Noronha Silva <kov@debian.org>
13943                 and the Debian folks!)
13944
13945 2001-12-30 [alfons]     0.6.6claws33
13946
13947         * src/prefs_common.c
13948                 add #ifdef USE_PSPELLs that Melvin forgot               
13949
13950 2001-12-30 [melvin]     0.6.6claws32
13951         
13952         * src/prefs_common.[ch]
13953                 Added configurable color for misspelled words.
13954
13955         * src/gtkspell.[ch]
13956                 Fixed bug of foreground text color (reported by David
13957                                 Mehrmann)
13958                 Added configurable color for misspelled words.
13959
13960 2001-12-30 [alfons]     0.6.6claws31
13961
13962         * src/folder.c
13963                 remove unnecessary things someone put there
13964
13965         * src/mh.c
13966         * src/folder.[ch]
13967                 make folder properties (like threading and sorting) persistent
13968                 (closes bug #497424 "rescan folder tree resets proprieties")
13969                 currently this is only for MH folders. 
13970
13971 2001-12-29 [melvin]     0.6.6claws30
13972
13973         * src/string_match.[ch]
13974                 Optimized a bit: regexp pattern buffer compiled only once, and
13975                   one subroutine call removed. Fixed ^ regexp search: Now, 
13976                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13977         
13978         * src/summaryview.c
13979                 Subject filtering changed to filter summary columns and
13980                   not directly the messages subject cache. The loss in 
13981                   performance is balanced by the improvement of string_match.
13982                 Added an alert panel if there is an error in the regexp.
13983
13984         * src/src/prefs_folder_item.h
13985                 Added a regexp pattern buffer.
13986
13987 2001-12-28 [alfons]     0.6.6claws29
13988
13989         * src/string_match.[ch]
13990                 clean up name space
13991                 allow compilation *BSD
13992
13993 2001-12-27 [alfons]     0.6.6claws28
13994
13995         * src/filter.c
13996                 sync the Hiro's bug fix for BSD
13997
13998 2001-12-27 [melvin]     0.6.6claws27
13999         
14000         * src/compose.c
14001                 Simplify focus to subject entry code.
14002
14003 2001-12-27 [darko]      0.6.6claws26
14004
14005         * src/filtering.c
14006         * src/mbox_folder.c
14007         * src/messageview.c
14008         * src/mh.c
14009         * src/procheader.[ch]
14010         * src/procmsg.h
14011         * src/stock_pixmap.[ch]
14012         * src/summaryview.c
14013                 Show key icon for encrypted mails in summary view
14014
14015         * src/pixmaps/clip.xpm
14016         * src/pixmaps/clipkey.xpm
14017         * src/pixmaps/key.xpm
14018                 New/modified icons for the above
14019
14020 2001-12-27 [melvin]     0.6.6claws25
14021
14022         * src/prefs_common.c
14023                 Put spell checker options in a separate tab to decrease
14024                 the Common Preferences window height.
14025
14026         * README.claws  
14027                 Update spell checker usage instruction about its options
14028                 location.
14029
14030 2001-12-27 [melvin]     0.6.6claws24
14031
14032         * src/compose.c
14033                 Changed subject entry widget position. Initial focus is
14034                 on the To header instead of the subject entry.
14035                 Creating a new header scrolls the header list to make the
14036                 created one visible. Nevertheless, when automatically filling
14037                 headers, the first one is shown.
14038                 A Tab key press in the last empty header entry zips the 
14039                 focus to the subject entry.
14040                 (I did not change the combo boxes, yet)
14041
14042 2001-12-26 [alfons]     0.6.6claws23
14043
14044         * src/prefs_account.c
14045         * src/inc.c
14046                 allow default inbox to reside in another mailbox (only
14047                 works for POP3 accounts)
14048
14049 2001-12-26 [alfons]     0.6.6claws22
14050         
14051         * src/textview.c
14052                 make reply-on-click work with the account of the selected folder
14053         * src/compose.c
14054                 put a fixme here to remind me to fix finding correct default
14055                 account for nested folders
14056
14057 2001-12-25 [alfons]     0.6.6claws21
14058
14059         * src/summaryview.c
14060                 make column headers display locked and mark pixmaps (idea by Melvin) 
14061                 fix bug by adding score and locked column type to sort array
14062
14063 2001-12-25 [alfons]     0.6.6claws20
14064         
14065         * src/summaryview.c
14066                 catch a *potentially* inadvertent write back of  
14067                 the message cache(s) introduced by 0.6.5claws37
14068
14069 2001-12-25 [christoph]  0.6.6claws19
14070
14071         * src/stock_pixmap.[ch]
14072         * src/summaryview.c
14073                 add ignore thread pixmap
14074                 (can someone draw a better icon for this?)
14075
14076 2001-12-24 [alfons]     0.6.6claws18
14077
14078         * src/prefs_folder_item.c
14079                 make address completion actually work for the
14080                 Default To address in the Folder Property dialog.
14081
14082 2001-12-24 [alfons]     0.6.6claws17
14083         
14084         * src/summaryview.c
14085                 use new style regexp for subject stripping 
14086                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14087
14088 2001-12-24 [darko]      0.6.6claws16
14089
14090         * src/pgptext.c
14091         * src/rfc2015.c
14092                 move GPG related informational messages to debug mode
14093
14094 2001-12-23 [alfons]     0.6.6claws15
14095
14096         * src/stock_pixmap.[ch]
14097         * src/summaryview.c
14098                 add the forgotten Claws' locked pixmap
14099
14100 2001-12-23 [alfons]     0.6.6claws14
14101
14102         * src/filesel.c
14103                 accept file name typed in entry in multi file
14104                 selector (patch submitted by Gustavo Noronha Silva 
14105                 <kov@debian.org>)
14106
14107 2001-12-23 [alfons]     0.6.6claws13
14108
14109         * src/prefs_filter.c
14110         * src/prefs_filtering.c
14111         * src/matcher.c
14112         * src/importmutt.c
14113                 clean up a little bit
14114         
14115         * src/string_match.c
14116                 validate input strings a little bit more
14117
14118 2001-12-23 [alfons]     0.6.6claws12
14119
14120         * src/Makefile.am
14121         * src/summaryview.c
14122         * src/string_match.[ch]         ** NEW **
14123         * src/folderview.[ch]
14124         * src/headerview.h
14125         * src/folder.[ch]
14126         * src/prefs_folder_item.[ch]
14127                 add subject simplification to strip out strings from
14128                 a subject line (esp. handy for mailing lists). 
14129                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14130                 but slightly changed things for better integration.)
14131
14132 2001-12-23 [alfons]     0.6.6claws11
14133
14134         * src/mainwindow.c
14135                 fix bug introduced by submission included in 0.6.5claws52.
14136                 ideally this submission should clean the trash if any trash
14137                 folder has a message. however, the hasTrash variable was
14138                 set to false whenever a trash folder was empty (discarding
14139                 a previously found *filled* trash folder.)
14140
14141                 also edited the code a little bit and made it more safe.
14142
14143 2001-12-22 [alfons]     0.6.6claws10
14144
14145         * src/imap.c
14146                 quick fix for Martin Pool's omission of an account
14147                 specific SSL setting
14148
14149 2001-12-22 [alfons]     0.6.6claws9
14150
14151         * src/compose.c
14152         * src/messageview.c
14153         * src/mimeview.c
14154         * src/pgptext.c
14155         * src/procmime.[ch]
14156                 better support for multipart/digest (submitted
14157                 by Fredrik <e98fo@efd.lth.se>)
14158
14159 2001-12-22 [alfons]     0.6.6claws8
14160
14161         * src/addressbook.c
14162                 correct function signature
14163         * src/socket.[ch]
14164         * src/imap.[ch]
14165         * src/prefs_account.[ch]
14166                 allow IMAP over SSH tunnel (patch submitted by 
14167                 Martin Pool <mbp@samba.org>)
14168
14169 2001-12-21 [alfons]     0.6.6claws7
14170
14171         * sync with sylpheed 0.6.6cvs4-9
14172                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14173
14174 2001-12-21 [christoph]  0.6.6claws6
14175
14176         * src/compose.c
14177         * src/prefs_folder_item.[ch]
14178                 implement saving of outgoing messages to current folder.
14179                 fix segfault when no default outbox is available
14180                 (closes bug #495683)
14181
14182 2001-12-21 [carsten]    0.6.6claws5
14183         * src/folderview.c
14184         * src/summaryview.c
14185                 pressing CTRL while DND does now the expected thing and
14186                 copies the mail (moving is still the default, as this
14187                 seam more appropriate for handling mails by DND)
14188
14189 2001-12-18 [paul]       0.6.6claws4
14190
14191         * sync with sylpheed 0.6.6cvs3
14192                 see ChangeLog entries 2001-12-18
14193
14194 2001-12-18 [hiro]       0.6.6claws3
14195
14196         * src/undo.c
14197                 fix for multibyte characters (obtain the number of letters
14198                 instead of bytes).
14199
14200 2001-12-17 [paul]       0.6.6claws2
14201
14202         * sync with sylpheed 0.6.6cvs1
14203                 see ChangeLog entry 2001-12-16
14204
14205 2000-12-17 [alfons]     0.6.6claws1
14206
14207         * src/filtering.c
14208                 clean up
14209
14210 2001-12-16 [paul]       0.6.6claws
14211 2001-12-15
14212
14213         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14214
14215         * src/mimeview.c
14216                 last minute sync with main 0.6.6
14217
14218         * po/es.po
14219                 updated by Ricardo Mones Lastra
14220                 update for last minute sync
14221         * po/fr.po
14222         * po/nl.po
14223                 update for last minute sync
14224         * po/de.po
14225                 updated by Jens Oberender
14226         * po/pt_BR.po
14227                 updated by Fabio Junior Beneditto
14228
14229         * src/prefs_common.[ch]
14230         * src/undo.c
14231                 number of undo levels is user configurable
14232                 (squeeze it into the release in the dying
14233                 moments) Submitted by Jens Oberender    
14234
14235 2001-12-15 [melvin]
14236
14237         * po/fr.po
14238                 updated french translation
14239
14240 2001-12-15 [paul]       0.6.5claws92
14241
14242         * sync with sylpheed 0.6.5cvs28
14243                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14244
14245         * po/nl.po
14246                 update to allow for sync
14247
14248 2001-12-15 [alfons]
14249         
14250         * po/nl.po
14251                 update dutch translation
14252
14253 2001-12-14 [carsten]    0.6.5claws91
14254         * src/summaryview.c
14255                 fixed bug #473785; also after changing the column order
14256                 the same message will be selected and displayed as before
14257                 the reordering
14258
14259 2001-12-14 [carsten]    0.6.5claws90
14260         * src/folderview.c
14261                 probably found the bug reported by wwb opening or closing
14262                 a folder tree just before dnd (found the solution in the
14263                 balsa source -- thanks to them)
14264
14265 2001-12-14 [carsten]    0.6.5claws89
14266         * src/gtkutils.c
14267         * src/account.c
14268                 moved gtk_clist_moveto to the right place, so that
14269                 only the accounts dialog is effected on opening
14270
14271 2001-12-14 [carsten]    0.6.5claws88
14272         * src/gtkutils.c
14273                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14274                 now, so that the focused row will be seen in any case
14275                 (reported by wwp on sf-claws-user)
14276
14277 2001-12-14 [darko]      0.6.5claws87
14278
14279         * src/compose.c
14280                 remove unnecessary line
14281
14282 2001-12-14 [paul]       0.6.5claws86
14283
14284         * sync with sylpheed 0.6.5cvs27
14285                 see ChangeLog entries 2001-12-14
14286
14287 2001-12-14 [carsten]    0.6.5claws85
14288         * src/mainwindow.c
14289                 following a suggestion of Melvin the rcoabm pops up
14290                 right under the button now and the button is reliefed
14291                 while the popup is open
14292
14293 2001-12-14 [darko]      0.6.5claws84
14294
14295         * src/compose.c
14296                 fix crash when wrapping long lines if linewrap quotation
14297                 is disabled and wrapper encounters a word spanning more
14298                 than one line
14299
14300 2001-12-13 [paul]       0.6.5claws83
14301
14302         * src/compose.c
14303                 prefer 'Reply-To' header over mailing list header when
14304                 replying to a message. Finally prevent all those confirmation 
14305                 messages being sent to the list itself.
14306
14307         * src/summaryview.c
14308                 remove unused summary_set_menu_sensitive() entry
14309
14310 2001-12-13 [paul]       0.6.5claws82
14311
14312         * src/folderview.c
14313         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14314         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14315         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14316                 improvements to 'Hide read messages': Inbox, Outbox,
14317                 Trash, Queue, and Draft icons now reveal presence of hidden 
14318                 messages
14319
14320 2001-12-12 [alfons]     0.6.5claws81
14321
14322         0.6.5claws80 was tagged as LAST_STABLE
14323
14324         * src/filtering.[ch]
14325         * src/matcher.[ch]
14326         * src/matcher_parser_lex.c
14327                 fix the filtering; my last attempt to get it right, 
14328                 if it does not work, it's Hoa's turn. ;-)
14329
14330                 for my honourable peers:
14331                 
14332                 the code now makes a clear distinction between
14333                 rules as they are displayed (probably escaped),
14334                 and as they are executed (probably unescaped). the
14335                 parser does *NOT* do any unescaping, this is
14336                 the task of the matcher.c (which breaks up a
14337                 rule into condition) and the filtering.c (which
14338                 breaks up the rule's action). to make this
14339                 run happily we provide an unescaped copy of
14340                 crucial strings to the MatcherProp and 
14341                 FilteringAction structures. note that the only
14342                 exception to this is any REGEXP string. those
14343                 are directly passed to regcomp() and regexp()
14344                 (who have much more powerful unescape functions).
14345                 
14346                 for everyone else:
14347         
14348                 you can escape tab (\t), carriage return (\r),
14349                 linefeed (\n), form feed (\f), quote (\"), 
14350                 single quote (\'), bell (\b) in all the entry
14351                 lines in the scoring & filtering dialogs.
14352                 as an added bonus this should not affect
14353                 existing filtering rules.
14354
14355 2001-12-12 [carsten]    0.6.5claws80
14356
14357         * src/summaryview.c
14358         * po/de.po
14359                 "item(s) selected" is now sensitive to 1 or more
14360                 than one selected (nice for language where simple
14361                 adding of a "s" is not possible as German (Eintrag
14362                 ->Eintr"age)
14363                 
14364                 the "forward as attachment" entry from the right
14365                 click menu removed, "forward" acts following the
14366                 prefs
14367         
14368         * src/textview.c
14369                 reverted my former changes; so compiler warning again
14370                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14371                 nevertheless
14372
14373         * src/messageview.c
14374                 "search in message" does now *not* only work in MVIEW_TEXT
14375                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14376                 message
14377
14378         * src/mainwindow.c
14379                 removed "/File/_Close" as it was the same as "/File/E_xit"
14380                 and we don't need it two times
14381
14382                 the separate folder view and message view now get a distinct
14383                 WMCLASS, just in case someone is using sawfish ;-)
14384
14385                 as the menu entries "/View/Message view" and "/View/Folder tree"
14386                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14387                 make them sensitive accordingly and as these two are "shown"
14388                 after startup anytime check this menuitem at startup
14389
14390 2001-12-12 [paul]       0.6.5claws79
14391
14392         * src/folderview.c
14393                 fix sensitivity of 'Search folder...', broken in
14394                 0.6.5claws75
14395
14396         * src/mainwindow.c
14397                 fix dodgy English
14398
14399 2001-12-11 [carsten]    0.6.5claws78
14400         * src/filtering.c
14401                 fixed two typos returning a wrong FALSE/TRUE
14402         * src/mainwindow.[ch]
14403                 extra menu for email/news button removed
14404
14405 2001-12-11 [alfons]     0.6.5claws77
14406         
14407         * src/matcher.c                 (1.3)
14408         * src/matcher_parser_lex.l      (1.28)
14409                 revert for another attempt
14410                 mark 0.6.5claws77 as LAST_STABLE
14411
14412 2001-12-11 [christoph]  0.6.5claws76
14413
14414         * po/de.po
14415                 fixed wrong translation for prev. unread msg
14416
14417 2001-12-11 [paul]       0.6.5claws75
14418
14419         * src/folder.[ch]
14420         * src/folderview.c
14421         * src/mainwindow.c
14422         * src/summaryview.[ch]
14423         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14424                 enable ability to hide read messages on per folder basis via 
14425                 '/Summary/Hide read messages'; when selected, a folder will 
14426                 have a red open folder icon, instead of a blue icon, if the 
14427                 folder contains hidden messges
14428                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14429
14430         * src/mainwindow.c
14431                 remove '/Message/Forward as attachment' from 
14432                 main_window_set_menu_sensitive() to prevent debug warning
14433
14434         * src/folderview.c
14435         * src/mainwindow.c
14436                 Clean up some of the English
14437
14438         * tools/newscache_clean.pl
14439                 allow for new 'hidereadmsgs' entry in folderlist.xml
14440
14441         * po/es.po
14442                 updated translation, submitted by Ricardo Mones Lastra
14443
14444 2001-12-11 [paul]       0.6.5claws74
14445
14446         * sync with sylpheed 0.6.5cvs25
14447                 see ChangeLog entry 2001-12-11
14448
14449 2001-12-10 [alfons]     0.6.5claws73
14450
14451         * src/matcher.c
14452                 add more control characters
14453         * src/matcher_parser_lex.l
14454                 make escaping / unescaping work again
14455
14456 2001-12-10 [alfons]     0.6.5claws72
14457
14458         * src/imap.c
14459                 clean up warnings "returning value for void function" 
14460         * src/prefs_filtering.c
14461                 make info button for execute action sensitive
14462
14463 2001-12-10 [paul]       0.6.5claws71
14464
14465         * src/compose.c
14466         * src/imap.[ch]
14467         * src/summaryview.c
14468                 fix: imap server now gets informed of MARKED, UNMARKED
14469                 and REPLY events. Now people can use different IMAP-Mail
14470                 clients and have the exact same information about MARKED,
14471                 UNMARKED and REPLY status with all of them. Especially
14472                 useful for imap servers with a web-frontend.
14473                 submitted by Tobias Sandhaas <medlor@web.de>
14474
14475 2001-12-09 [melvin]     0.6.5claws70
14476         
14477         * src/textview.[ch]
14478                 fixed bug #490076 (hunted down by Alfons who implemented
14479                 a workaround in 0.6.5claws65)
14480
14481 2001-12-09 [christoph]  0.6.5claws69
14482
14483         * src/summaryview.c
14484                 set pointer to string in LOCKED column to NULL
14485                 (might fix bug #490800)
14486
14487 2001-12-09 [carsten]    0.6.5claws68
14488
14489         * po/de.po
14490                 resolved some cluttered menu shortcuts 
14491                 ('creating new email' and 'creating news message'
14492                 hade the same)
14493         * src/compose.c
14494                 wmclass now distinc from main window
14495         * src/mainwindow.c
14496           src/mainwindow.h
14497                 email/news and forward button functionality similar
14498                 to the reply buttons; removed the ugly dropdown arrows
14499                 and use instead the right mouse button
14500
14501 2001-12-09 [paul]       0.6.5claws67
14502
14503         * src/imap.c
14504         * src/utils.h
14505                 allow spaces in imap folder names
14506                 submitted by Willem van Engen <wvengen@stack.nl>
14507
14508 2001-12-09 [paul]       0.6.5claws66
14509
14510         * sync with sylpheed 0.6.5cvs24
14511                 see ChangeLog entry 2001-12-09
14512
14513 2001-12-08 [alfons]     0.6.5claws65
14514
14515         * src/textview.c
14516                 prevent secondary selection claim after "add to sender" dialog
14517                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14518                 we trick GTK by simulating a click at (0, 0) in the textview.
14519
14520 2001-12-08 [hoa]        0.6.5claws64
14521
14522         * src/folder.c
14523                 fixed a bug about the .processing folder name while filtering
14524
14525 2001-12-08 [alfons]     0.6.5claws63
14526
14527         * src/folderview.c 
14528                 work around problem of not correctly updating folder stats
14529                 when deleting messages. there's some folder scanning evil
14530                 going so the folderview_update_msg_num() does not work
14531                 correctly. need to investigate this.
14532
14533 2001-12-08 [paul]       0.6.5claws62
14534
14535         * sync with sylpheed 0.6.5cvs23
14536                 see ChangeLog entry 2001-12-08
14537
14538 2001-12-07 [christoph]  0.6.5claws61
14539
14540         * src/compose.c
14541                 fix another header translation problem
14542
14543 2001-12-07 [alfons]     0.6.5claws60
14544
14545         * src/mbox.c
14546                 make filtering also work on local spool mbox
14547
14548 2001-12-07 [carsten]    0.6.5claws59
14549         * src/addressbook.c
14550                 addressbook window gets a wmclass distinct from the main
14551                 sylpheed window
14552         * src/compose.h
14553         * src/mainwindow.[ch]
14554                   forward menu item will use mode selected in prefs, forward 
14555                 as attatchment in menu removed (will be substituted in the
14556                 toolbar similar to reply buttons)
14557                   create news message menu entry and news button is now 
14558                 sensitive to the existance of a news account
14559         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14560         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14561         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14562                 these are removed because the toolbar buttons don't show
14563                 the quoting modus any longer
14564
14565 2001-12-07 [paul]
14566
14567         * tools/newscache_clean.pl      ** NEW FILE **
14568                 perl script to do some tidying up in the newscache directory 
14569                 
14570         * tools/sylpheed-switcher       ** NEW FILE **
14571                 perl script to enable easy switching between main and claws
14572                 
14573         * tools/README
14574                 added descriptions of the two new perl scripts          
14575
14576
14577 2001-12-07 [melvin]     0.6.5claws58
14578
14579         * src/messageview.c
14580                 fixed a warning during compilation introduced in 0.6.5claws56
14581
14582 2001-12-07 [paul]       0.6.5claws57
14583
14584         * src/mainwindow.[ch]
14585         * src/menu.[ch]
14586                 further usability enhancements to replying with or without 
14587                 quoting via the toolbar, use of Ctrl key is replaced by 
14588                 drop down menu 
14589                 Submitted by Carsten Schurig            
14590
14591 2001-12-07 [melvin]     0.6.5claws56
14592
14593         * src/messageview.c
14594                 hack to fix bug that prevented to make/paste selections
14595                 after switching between MVIEW_TEXT and MVIEW_MIME views
14596                 without deselecting the selection first.
14597
14598 2001-12-06 [alfons]     0.6.5claws55
14599
14600         * src/filtering.[ch]
14601         * src/inc.c
14602                 revise filtering a little bit more, and make sure
14603                 messages are delivered to the appropriate inbox
14604                 (perhaps set per account)
14605
14606 2001-12-06 [paul]       0.6.5claws54
14607
14608         * sync with sylpheed 0.6.5cvs22
14609                 see ChangeLog entry 2001-12-06
14610
14611 2001-12-05 [alfons]     0.6.5claws53
14612
14613         * src/inc.c
14614         * src/folder.[ch]
14615         * src/procmsg.c
14616         * src/filtering.c
14617                 more revisions of filtering system
14618                 (last stable version is marked as LAST_STABLE)
14619                 
14620                 | NOTE 1): the filtering system now uses a local folder called
14621                 | .processing. if filtering fails, check this directory
14622                 | for missing messages.
14623                 |
14624                 | NOTE 2): help us find the filtering actions still missing
14625
14626 2001-12-05 [paul]       0.6.5claws52
14627
14628         * src/mainwindow.c
14629                 fix bug where 'Empty Trash?' pop-up window appears even
14630                 when Trash is empty, submitted by Jesse Skinner         
14631
14632 2001-12-05 [melvin]     0.6.5claws51
14633
14634         * src/compose.c
14635                 fixed bug #486106 to select correct account when reediting 
14636                 a queued message
14637         
14638 2001-12-04 [alfons]     0.6.5claws50
14639
14640         * src/mh.c
14641                 declare markfile in appropriate functions when
14642                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14643                 for spotting this)
14644
14645 2001-12-04 [paul]       0.6.5claws49
14646
14647         * sync with sylpheed 0.6.5cvs21
14648                 see ChangeLog entry 2001-12-04
14649
14650 2001-12-03 [christoph]  0.6.5claws48
14651
14652         * po/de.po
14653                 changed translation of undo
14654         * src/account.c
14655         * src/folder.c
14656                 don't reinvent the wheel to traverse a GNode
14657         * src/compose.[ch]
14658                 seperate code to create the compose gui into functions
14659                 add "Others" page with folder selection for saving copy
14660                 of the message.
14661                 the folder identifier is saved to queue header
14662         * src/procmsg.c
14663                 save message to folder in queue header
14664
14665 2001-12-03 [paul]       0.6.5claws47
14666
14667         * sync with sylpheed 0.6.5cvs20
14668                 see ChangeLog entry 2001-12-03
14669
14670 2001-12-01 [paul]
14671
14672         * more sync with sylpheed 0.6.5cvs19
14673                 see ChangeLog entry 2001-11-29
14674
14675 2001-11-30 [paul]       0.6.5claws46
14676         
14677         * src/compose.c
14678                 remove conflicts introduced by Hoa's last commit
14679          
14680         * src/mainwindow.c
14681                 make 'Message/Bounce' sensitive
14682
14683 2001-11-30 [hoa]        0.6.5claws45
14684
14685         * src/compose.c
14686                 slightly change bounce function to add
14687                 information about the user that bounced the mail
14688                 in the From header line.
14689
14690         * src/folderview.c
14691                 permit the use of processing in outbox folder.
14692
14693 2001-11-29 [paul]       0.6.5claws44
14694
14695         * src/mainwindow.[ch]
14696         * src/prefs_common.c
14697         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14698         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14699         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14700                 usability enhancements to the quoting, implements
14701                 use of Ctrl key to toggle quoting settings
14702                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14703
14704 2001-11-29 [paul]       0.6.5claws43
14705         
14706         * sync with sylpheed 0.6.5cvs19
14707                 see ChangeLog entry 2001-11-28
14708
14709 2001-11-29 [melvin]     0.6.5claws42
14710         * src/Makefile.am
14711                 added enriched.[ch] to the list of files
14712
14713         * src/textview.c
14714         * src/mimeview.c
14715         * src/procmime.[ch]
14716         * src/enriched.[ch]
14717                 added support to view text/enriched
14718                 added support to show headers in message view for text/enriched and text/html
14719                         in non multipart messages
14720
14721 2001-11-28 [paul]       0.6.5claws41
14722
14723         * more sync with sylpheed 0.6.5cvs18
14724                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14725
14726 2001-11-27 [paul]       0.6.5claws40
14727         
14728         * po/pt_BR.po
14729                 updated translation, submitted by Fabio Junior Beneditto
14730                 
14731         * sync with sylpheed 0.6.5cvs18
14732                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14733                 2001-11-27
14734
14735
14736 2001-11-26 [paul]
14737
14738         * po/es.po
14739                 updated translation, submitted by Ricardo Mones Lastra
14740
14741 2001-11-26 [alfons]
14742
14743         * src/matcher.c
14744                 add more translatable strings
14745
14746 2001-11-26 [christoph]  0.6.5claws39
14747
14748         * po/de.po      
14749                 fixed one more umlaut
14750         * src/compose.c
14751                 fix translated header when it should not be translated
14752
14753 2001-11-26 [paul]       0.6.5claws38
14754
14755         * src/mainwindow.c
14756                 remove '/Message/Add Sender to address book' from 
14757                 main_window_set_menu_sensitive(), prevent debug warning
14758                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14759
14760 2001-11-26 [paul]       0.6.5claws37
14761
14762         * src/summaryview.c
14763                 fix 'recurring unread state' bug 
14764
14765         * tools/README 
14766         * tools/filter_conv.pl
14767                 read name of top level mailbox from folderlist.xml
14768                 and presume nothing about its name              
14769
14770 2001-11-26 [darko]      0.6.5claws36
14771
14772         * src/gtkstext.[ch]
14773                 removed functions that are now in gtkutils.c
14774                 use gtkut_text_is_uri_string() from gtkutils.c
14775         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14776
14777 2001-11-26 [paul]       0.6.5claws35
14778
14779         * sync with sylpheed 0.6.5cvs16
14780                 see ChangeLog entries 2001-11-25 and 2001-11-26
14781
14782 2001-11-25 [alfons]     0.6.5claws34
14783
14784         EXPERIMENTAL!!! Please checkout the last stable version using: 
14785           
14786         % cvs update -r LAST_STABLE -dRAP
14787
14788         (Or help us testing this stuff.)
14789
14790         * src/filtering.c               (1.14)
14791         * src/filtering.h               (1.6)
14792         * src/inc.c                     (1.28)
14793         * src/matcher.c                 (1.20)
14794         * src/mbox.c                    (1.9)
14795         * src/procmsg.h                 (1.14)
14796         * src/summaryview.c             (1.59)
14797         * src/summaryview.h             (dunno)
14798                 revert/merge/sync to as it was before commit 
14799                 on Thu, 19 Jul 2001 10:15:51 -0700.
14800
14801 2001-11-25 [hoa]        0.6.5claws33
14802
14803         * src/main.c
14804                 processing mails at startup
14805
14806         * src/folderview.c
14807         * src/summaryview.[ch]
14808                 processing mails when entering folder
14809
14810         * src/prefs_filtering.c
14811                 fixed some UI bugs
14812
14813 2001-11-24 [alfons]     0.6.5claws32
14814
14815         * src/summaryview.[ch]
14816                 make summary sort headers work, and also make
14817                 sure the sort type is stored
14818
14819 2001-11-23 [alfons]     0.6.5claws31
14820
14821         * src/summaryview.[ch]
14822                 make lock work like mark
14823                 disallow deleting messages marked as locked
14824
14825 2001-11-23 [alfons]     0.6.5claws30
14826
14827         * src/gtkstext.c
14828         * src/compose.[ch]
14829         * src/Makefile.am
14830         * src/undo.[ch]
14831                 merge undo patch submitted by Jens
14832
14833 2001-11-23 [christoph]  0.6.5claws29
14834
14835         * src/.cvsignore
14836                 added ylwrap
14837         * src/compose.c
14838                 fixed gpg signing and encoding
14839         * src/folder.[ch]
14840         * src/main.c
14841                 added --status option to get new, unread and total
14842                 message count from a running sylpheed
14843         * src/prefs_common.c
14844                 temporary fix for reply_with_quote problem
14845                 (don't call functions for non existing widget)
14846         * src/procmsg.c
14847                 one more check for ignored threads but still not
14848                 always working correctly. probably a recursive
14849                 check for all parents is needed
14850
14851 2001-11-23 [darko]      0.6.5claws28
14852
14853         * src/compose.c
14854                 wrapping on send improvements
14855         * src/gtkutils.[ch]
14856                 fix for GtkSText after last sync with main branch
14857                 GTK_TEXT -> GTK_STEXT
14858
14859 2001-11-23 [paul]       0.6.5claws27
14860
14861         * sync with sylpheed 0.6.5cvs14
14862                 see ChangeLog entries 2001-11-22 and 2001-11-23
14863                 
14864         * po/de.po
14865                 fixed the scrambled umlauts 
14866                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14867
14868 2001-11-21 [paul]       0.6.5claws26
14869
14870         * sync with sylpheed 0.6.5cvs12
14871                 see 2nd ChangeLog entry dated 2001-11-20
14872
14873 2001-11-20 [paul]       0.6.5claws25
14874
14875         * sync with sylpheed 0.6.5cvs11
14876                 see ChangeLog entry 2001-11-19 (src/utils.c)
14877
14878 2001-11-20 [hiro]
14879
14880         * src/compose.c
14881                 GTK_TEXT -> GTK_STEXT
14882                 fix for wrong comment
14883
14884 2001-11-20 [hiro]       0.6.5claws24
14885
14886         * src/compose.[ch]
14887                 more merges from main branch
14888                 removed fatal warnings (uninitialized variables etc.)
14889                 some coding style fix
14890         * src/gtkutils.h
14891                 fixed typo.
14892         * src/addressbook.c
14893           src/addrindex.c
14894                 V-Card -> vCard
14895
14896 2001-11-19 [hoa]        0.6.5claws23
14897
14898         * src/filtering.c
14899         * src/prefs_scoring.c
14900         * src/matcher.[ch]
14901         * src/scoring.c
14902                 cleaning code
14903
14904         * src/matcher_parser_parse.y
14905         * src/prefs_filtering.c
14906                 bouncing
14907
14908 2001-11-19 [alfons]     0.6.5claws22
14909
14910         more of my old things into claws
14911
14912         * src/Makefile.am
14913         * src/prefs_common.c
14914         * src/procmsg.h
14915         * src/summaryview.[ch]
14916         * src/prefs_summary_column.c
14917         * src/pixmaps/locked.xpm
14918                 add indicators for locking of message in summary view
14919                 (does not work yet, only visual indicator)
14920
14921 2001-11-19 [paul]       0.6.5claws21
14922
14923         * sync with sylpheed 0.6.5cvs10
14924                 see ChangeLog entry 2001-11-19
14925
14926 2001-11-18 [alfons]     0.6.5claws20
14927         
14928         * src/filtering.c
14929                 remove an inadvertent free I forgot in previous clean up 
14930
14931 2001-11-18 [alfons]     0.6.5claws19
14932
14933         * src/filtering.[ch]
14934                 clean up & plug leaks
14935
14936 2001-11-18 [paul]       0.6.5claws18
14937
14938         * sync with sylpheed 0.6.5cvs9
14939                 see ChangeLog entries 2001-11-17 and 2001-11-18
14940
14941 2001-11-16 [paul]       0.6.5claws17
14942
14943         * sync with sylpheed 0.6.5cvs8
14944                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14945
14946 2001-11-16 [paul]       0.6.5claws16
14947
14948         * sync with sylpheed 0.6.5cvs7
14949                 see ChangeLog entries 2001-11-15 and 2001-11-16
14950
14951 2001-11-15 [hoa]        0.6.5claws15
14952
14953         * src/compose.c
14954                 fix bounce, mails we received couln't be bounced to ourself.
14955
14956         * src/defs.h
14957         * src/filtering.[ch]
14958         * src/matcher.[ch]
14959         * src/matcher_parser.h
14960         * src/matcher_parser_lex.l
14961         * src/matcher_parser_parse.y
14962         * src/inc.c
14963         * src/main.c
14964         * src/mbox.c
14965         * src/prefs_filtering.[ch]
14966         * src/mainwindow.c
14967         * src/prefs_matcher.c
14968         * src/prefs_scoring.c
14969         * src/scoring.[ch]
14970         * src/summaryview.c
14971                 new matcher/filter/score configuration file parser
14972                 one unique configuration file => ~/.sylpheed/matcherrc
14973                 import in currently automatic, then save are made
14974                 in this new file.
14975                 one filter per folder and one global filter
14976                 (filter of a folder will be used as folder processing)
14977
14978         * src/folder.c
14979                 fix a bug in folder_item_get_identifier
14980                 
14981         * src/messageview.c
14982                 receive receipt return are fixed.
14983
14984 2001-11-14 [alfons]     0.6.5claws14
14985
14986         * src/session.h
14987                 add things from main branch to make claws compile
14988
14989 2001-11-14 [paul]       0.6.5claws13
14990
14991         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14992                 see ChangeLog entries 2001-11-08 to 2001-11-14
14993
14994 2001-11-14 [hoa] 0.6.5claws12
14995
14996         * src/compose.[ch]
14997         * src/mainwindow.c
14998         * src/summaryview.c
14999                 add "bounce mail" option
15000
15001 2001-11-13 [christoph]  0.6.5claws11
15002
15003         * src/compose.c
15004                 Cleanup a mess i add before commiting
15005
15006 2001-11-13 [hoa]        0.6.5claws10
15007
15008         * src/compose.c
15009                 some fixes when mail are sent or
15010                 for crossposts
15011
15012 2001-11-13 [christoph]  0.6.5claws9
15013
15014         * po/de.po
15015                 Changed two string with the same translation
15016         * src/compose.c
15017         * src/procmsg.[ch]
15018         * src/send.[ch]
15019                 New mailsending process:
15020                   - Always queue message before sending
15021                     (message will be saved if sylpheed crashed or
15022                      freezes while sending)
15023                   - Allow queuing of newspostings
15024                   - No copy in outbox before sending
15025                     (closes bug #469501)
15026                   - No more redundant code for send and send_later
15027         * src/summaryview.c
15028                 Applied wwp <subscript@free.fr>'s patch that fixes
15029                 marks for multiple forwarded messages (+compose.c)
15030
15031 2001-11-12 [alfons]
15032
15033         * README.claws
15034                 remove things that are now in main branch
15035         
15036         * po/nl.po
15037                 update Dutch translation
15038
15039 2001-11-12 [mhadasht]   0.6.5.claws8
15040
15041         * src/prefs_common.c
15042                 re-enabled account autoselection feature for forward
15043                 and reedit lost during the branch point for SYNC-B4-REL
15044         * src/gtkspell.c
15045                 gtkpspell_get_dict(): more readable code (even if function is
15046                 not used yet)
15047         * ChangeLog.claws
15048                 added version number info to 2001-11-12 [hiro] comment.
15049
15050 2001-11-12 [hiro]       0.6.5.claws7
15051
15052         * src/compose.c
15053                 compose_forward(): fixed a bug that forward quote mark
15054                 wasn't used.
15055                 removed unnecessary code.
15056         * src/template_select.[ch]: removed.
15057
15058 2001-11-11 [alfons]
15059
15060         * src/compose.c
15061                 :%s/GTK_TEXT/GTK_STEXT/g
15062         
15063         * src/compose.[ch]
15064         * src/undo.[ch]
15065         * src/Makefile.am
15066                 revert the undo stuff (this is 0.6.6claws stuff)
15067
15068 2001-11-11 [hoa]        0.6.5.claws6
15069
15070         * src/compose.[ch]
15071                 Insert signature at the end of the text.
15072                 Added undo patch but currently disabled
15073
15074         * src/procmsg.c
15075                 Threading by subject improved.
15076
15077         * added src/undo.[ch]
15078                 Undo module for compose dialog box.
15079
15080 2001-11-11 [alfons]     0.6.5.claws5
15081
15082         * src/procmsg.c
15083                 prevent threading by subject on nodes that have already been
15084                 threaded by in-reply-to (as in "circular references in a tree
15085                 result in a dead branch")
15086
15087 2001-11-09 [hoa]        0.6.5.claws4
15088         
15089         * src/folderview.c
15090                 allows creation of mbox folder item from any files.
15091
15092 2001-11-09 [alfons]     0.6.5.claws3
15093         
15094         * src/utils.c
15095         * src/procmsg.c
15096                 do what I mean and correct threading by subject so it really
15097                 ignores attracting lines without "Re: "
15098
15099 2001-11-07 [alfons]     0.6.5.claws2
15100
15101         * src/procmsg.c
15102         * src/utils.[ch]
15103                 only attract by subject if a subject line starts with a "Re: "
15104         * src/syldap.c
15105                 remove warning
15106
15107 2001-11-07 [paul]       0.6.5claws1
15108
15109         * sync with sylpheed 0.6.5. release
15110                 see ChangeLog entry 2001-11-07
15111
15112 2001-11-07 [paul]       0.6.4claws31
15113
15114         * sync with sylpheed 0.6.4cvs18
15115                 see ChangeLog entries 2001-10-30 to 2001-11-07
15116                 prefs_templates.[ch] renamed prefs_template.[ch]
15117
15118 2001-11-06 [alfons]
15119         
15120         * src/utils.h
15121                 add semicolon Hoa forgot ;-)
15122                 
15123
15124 2001-11-06 [hoa]        0.6.4claws30
15125         
15126         * src/procmsg.c
15127         * src/summaryview.c
15128         * src/utils.c
15129         * src/utils.h
15130                 threading by subject - empty subject are ignored
15131
15132 2001-11-06 [christoph]  0.6.4claws29
15133
15134         * src/socket.c
15135                 use SSL_peek for sock_gets
15136         * src/utils.c
15137                 removed unneeded pointer in extracting quoted
15138                 names implementation
15139
15140 2001-11-06 [melvin]     0.6.4claws28
15141
15142         * src/gtkspell.c
15143                 fixed bug #476792 Selection overtyping with spell checker
15144                 fixed bug which could cause a buffer overflow
15145                 fixed a memory leak
15146
15147 2001-11-06 [hoa]        0.6.4claws27
15148         
15149         * src/procmsg.c
15150         * src/summaryview.c
15151                 threading by subject
15152
15153 2001-11-05 [alfons]     0.6.4claws26
15154         
15155         * README.claws
15156                 Claws -> Sylpheed (vice versa)
15157
15158         * src/compose.c
15159                 :%s/gtk_text/gtk_stext/g
15160                 :%s/GTK_TEXT/GTK_STEXT/g
15161                 (thanks to Jonathan Ware for spotting this)
15162
15163 2001-11-04 [christoph]  0.6.4claws25
15164
15165         * src/summaryview.c
15166                 replace Xalloca + strdup with Xstrdup_a
15167         * src/utils.c
15168                 better implementation of extracting quoted names
15169                 from addresses (remove backlashes and ignore
15170                 quotes after them)
15171
15172 2001-11-04 [alfons]     0.6.4claws24
15173
15174         * src/utils.[ch]
15175                 edit to comply more with coding style
15176
15177         * src/textview.c
15178                 fix bug reported by Kim Schulz. introduced by the patch integrated
15179                 in 0.6.4claws15. the code did not check the return value of
15180                 the html parser.
15181
15182         * AUTHORS
15183                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15184
15185 2001-11-04 [christoph]  0.6.4claws23
15186
15187         * src/main.c
15188         * src/prefs_common.[ch]
15189                 init some pointers that possibly caused a segfault
15190                 reported in the claws-users ML
15191
15192 2001-11-04 [hoa]        0.6.4claws22
15193
15194         * src/grouplistdialog.c
15195                 change the names of the nodes in the tree
15196
15197         * src/compose.c
15198                 enhanced mailto syntax as described in
15199                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15200                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15201
15202         * src/utils.c
15203                 encode and decode URI (useful when opening URL into
15204                 netscape).
15205
15206 2001-11-03 [hoa]        0.6.4claws21
15207
15208         * src/grouplistdialog.c
15209                 a new newsgroups list selection dialog box
15210                 with a CTree instead of a CList
15211
15212 2001-11-03 [hoa]        0.6.4claws20
15213
15214         * src/folderview.c
15215                 enable property and scoring options when right
15216                 click on "inbox"
15217
15218         * src/summaryview.c
15219                 fixed bug when nickname were displayed using
15220                 the address book.
15221
15222 2001-11-02 [darko]      0.6.4claws19
15223
15224         * src/compose.c
15225                 new wrap quotation and URL/long words wrapping implementation
15226         * src/compose.c src/gtkstext.[ch]
15227                 move gtkstext_strncmp() to gtkstext.c
15228
15229 2001-11-01 [christoph]  0.6.4claws18
15230
15231         * src/prefs_account.c
15232                 fixed mess in account settings dialog
15233         * src/prefs_folder_item.c
15234                 added label with folder path to dialog
15235
15236 2001-10-31 [match]      0.6.4claws17
15237
15238         * src/vcard.c
15239                 fix memory leak.
15240         * src/addrbook.c
15241                 fix generation of spurious address book file names.
15242                 remove redundant functions.
15243         * po/POTFILES.in
15244                 added missing file names.
15245
15246 2001-10-30 [paul]       0.6.4claws16
15247
15248         * sync with sylpheed 0.6.4cvs6
15249                 see ChangeLog entries 2001-10-26 to 2001-10-30
15250
15251         * tools/filter_conv.pl
15252                 read folderlist.xml to discover whether the top-level
15253                 folder is called 'Mailbox' or 'Mail' 
15254
15255 2001-10-29 [paul]       0.6.4claws15
15256
15257         * src/html.c, src/textview.c
15258                 activate links in html mail and fix clickable parts
15259                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15260
15261 2001-10-29 [paul]
15262
15263         * po/de.po, po/es.po, po/pt_BR/po
15264                 updated translations, submitted by Jens Oberender,
15265                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15266
15267 2001-10-29 [darko]      0.6.4claws14
15268
15269         * src/compose.c
15270                 fix wrapping for good
15271
15272 2001-10-29 [darko]
15273
15274         * src/compose.c
15275                 undo previous change as it broke the smart wrapping
15276
15277 2001-10-29 [darko]      0.6.4claws13
15278
15279         * src/compose.c
15280                 fix infinite loop when long URL is quoted
15281                 (closes bug #475122.
15282
15283 2001-10-28 [match]
15284
15285         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15286                 import Mutt address book
15287         * src/ldif.[ch] src/importldif.h
15288                 modified import LDIF handle user attributes
15289
15290 2001-10-28 [christoph]  0.6.4claws12
15291
15292         * src/summaryview.c
15293                 fixed that filtering did not work if there
15294                 were no filter rules
15295                 (closes bug #472003 and better implementation
15296                  of patch #474644)
15297
15298 2001-10-27 [christoph]  0.6.4claws11
15299
15300         * src/compose.c
15301                 make the folder's default account to be used when
15302                 replying. (patch by wwp <subscript@free.fr>)
15303         * src/compose.c
15304                 code cleanup, nearly killed all of wwp's patch
15305                 for folder's default account in compose
15306         * src/folderview.c
15307                 error panel when a folder could not be created
15308                 (closes bug #471080 new folder name & already
15309                  existing file)
15310
15311 2001-10-26 [alfons]
15312
15313         * src/utils.h
15314                 change prototype of strstr2() that Christoph forgot about
15315
15316 2001-10-26 [christoph]  0.6.4claws10
15317
15318         * src/account.c
15319                 made search for accounts by email address not case
15320                 sensitive
15321         * src/folder.c
15322                 fixed memory leak in folder_item_get_identifier
15323         * src/gtkspell.c
15324         * src/utils.c
15325                 fixed wrong strstr2 (should work like strstr)
15326
15327 2001-10-26 [darko]      0.6.4claws9
15328
15329         * src/compose.c src/gtkstext.[ch]
15330         * src/gtkstext.c
15331                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15332
15333 2001-10-26 [paul]       0.6.4claws8
15334
15335         * src/html.c
15336                 ignore css and javascript tags in html mail
15337                 case-insensitive, with or without double-quoted
15338                 strings
15339
15340 2001-10-26 [paul]       0.6.4claws7
15341
15342         * sync with sylpheed 0.6.4cvs1
15343                 see ChangeLog entry 2001-10-26
15344
15345         * src/prefs_account.c, src/prefs_common.c,
15346           src/prefs_summary_column.c
15347                 minor improvements to the English
15348
15349 2001-10-25 [alfons]     0.6.4claws6
15350
15351         * src/gtkstext.c
15352         
15353                 make GtkSText follow style of GtkText (closes bug 
15354                 #469211 "text selection while writing message")
15355                 
15356                 do sync with GTK 1.2.10
15357
15358 2001-10-25 [paul]       0.6.4claws5
15359
15360         * src/html.c
15361                 ignore css tags in html mail
15362
15363 2001-10-25 [darko]      0.6.4claws4
15364
15365         * src/compose.c
15366                 don't declare is_url_string as static function since
15367                 we need it in gtkstext.c
15368         * src/gtkstext.c
15369                 remove unused variable
15370                 don't wrap long URLs while composing a message
15371
15372 2001-10-24 [christoph]  0.6.4claws3
15373
15374         * src/socket.c
15375                 fix ssl deadlock, when peer closes connection
15376
15377 2001-10-24 [paul]       0.6.4claws2
15378
15379         * src/prefs_common.c
15380                 gettextize the gpg ascii-armored warning message
15381
15382         * src/compose.c
15383                 insert a DOS/MAC file into the composed message
15384                 (improvements)
15385
15386         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15387
15388 2001-10-22 [paul]       0.6.4claws1
15389
15390         * sync with sylpheed 0.6.4 release
15391                 see ChangeLog entries 2001-10-21
15392
15393         * po/fr.po, po/pt_BR.po
15394                 updated by Melvin Hadasht and Fabio Junior Beneditto
15395
15396 2001-10-21 [paul]       0.6.3claws30
15397
15398         * src/compose.c
15399                 insert a DOS text file from the compose window
15400                 into the composed message text (removes CRs characters)
15401                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15402
15403         * tools/filter_conv.pl, tools/README
15404                 automatically use ~/.sylpheed as working directory
15405                 print out confirmation message on completion
15406
15407         * correct Hoa's last ChangeLog.claws entry
15408
15409 2001-10-20 [hoa]        0.6.3claws29
15410
15411         * src/grouplistdialog.c
15412                 bugfix (another ?) to give the right
15413                 newsgroups list for each news server.
15414
15415         * src/news.c
15416         * src/news.h
15417                 improve the newsgroups list cache
15418
15419 2001-10-20 [paul]       0.6.3claws28
15420
15421         * sync with sylpheed 0.6.3cvs9
15422                 see ChangeLog entry 2001-10-19
15423
15424         * correct Alfons' last ChangeLog.claws entry
15425
15426 2001-10-19 [alfons]
15427
15428         * src/pgptext.[ch]
15429                 fix compilation problems (part of bug #472895)
15430
15431 2001-10-18 [hoa]        0.6.3claws27
15432
15433         * src/grouplistdialog.c
15434                 bugfix when we refresh was clicked (bug 472701)
15435
15436 2001-10-19 [christoph]  0.6.3claws26
15437
15438         * src/compose.c
15439                 last header entry should default to "To:" or
15440                 "Newsgroups:" and not copy the last entry line
15441                 in a new compose window
15442                 (closes bug #472686, #470792)
15443
15444 2001-10-19 [paul]       0.6.3claws25
15445
15446         * sync with Sylpheed 0.6.3cvs8
15447                 see ChangeLog entries 2001-10-18 and 2001-10-19
15448
15449 2001-10-18 [christoph]  0.6.3claws24
15450
15451         * src/procmsg.c
15452                 reimplement ignore thread
15453         
15454 2001-10-18 [hoa]        0.6.3claws23
15455
15456         * src/folderview.c
15457         * src/grouplistdialog.[ch]
15458                 enhanced news subscription interface (feature 469113)
15459
15460         * src/news.c
15461         * src/news.h
15462                 enchanced newsgroup listing,
15463                 now, we can get groups informations
15464                 (NNTPGroupInfo)
15465
15466 2001-10-18 [paul]       0.6.3claws22
15467
15468         * src/summaryview.c
15469                 remove comment (sync with main branch)
15470         * src/mainwindow.c
15471                 fix 'Re-edit' bug in 'Message' menu
15472
15473 2001-10-17 [christoph]  0.6.3claws21
15474
15475         * src/compose.c
15476                 ignore empty or whitespace only header lines
15477
15478 2001-10-17 [paul]       0.6.3claws20
15479
15480         * sync with sylpheed 0.6.3cvs7
15481                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15482                 2001-10-17
15483
15484 2001-10-17 [darko]
15485
15486         * src/compose.c
15487                 wrap long lines without spaces
15488                 don't wrap URLs
15489
15490 2001-10-16 [paul]
15491
15492         * po/es.po, po/nl.po, po/pt_BR.po
15493                 updated by Ricardo Mones Lastra, Alfons,
15494                 and Fabio Junior Beneditto
15495
15496         * sylpheed-0.6.3claws released
15497
15498 2001-10-15 [melvin] 0.6.3claws18
15499
15500         * README.claws
15501                 added summary and detailed installation instructions
15502                 for spell checker
15503         * po/fr.po
15504                 Updated, corrected and completed french translation
15505
15506 2001-10-15 [hoa] 0.6.3claws17
15507         * src/grouplistdialog.c
15508                 we can choose the newsgroups to display with wildcards
15509
15510 2001-10-15 [christoph]  0.6.3claws16
15511
15512         * src/account.c
15513         * src/compose.c
15514         * src/prefs_folder_item.[ch]
15515                 applied wwp <subscript@free.fr>'s folder
15516                 default account patch
15517         * po/de.po
15518                 Fixed wrong translation
15519
15520 2001-10-13 [alfons, christoph, melvin]  
15521                         0.6.3claws15
15522
15523         solution #2 to solve MT-safety problems defers all GUI related calls
15524         to the main thread using a gtk_idle_add() callback. discussed on
15525         ircnet #sylpheed, with christoph spotting some issues with the
15526         original code, and melvin allowing us to lobotomize his sylpheed.
15527
15528         * src/syldap.[ch], src/main.c
15529                 fix race problem in ldap search thread by deferring GUI 
15530                 stuff to main thread using gtk_idle_add()
15531
15532 2001-10-13 [paul]       0.6.3claws14
15533
15534         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15535                 add Sergey's smtpcred.patch
15536                 adds separate username/password setting for SMTP Auth
15537                 needed by some servers
15538                 (closes feature request #471659)
15539
15540 2001-10-13 [paul]       0.6.3claws13
15541
15542         * src/pgptext.[ch] **NEW FILES**
15543         * src/Makefile.am, src/messageview.c, src/mimeview.c
15544                 decrypt ascii-armored gpg text embedded in
15545                 the message body.
15546                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15547
15548 2001-10-13 [christoph]  0.6.3claws12
15549
15550         * README.claws
15551                 some more details on default to and
15552                 feature requests
15553         * src/main.c
15554                 init glib threading when ldap is used
15555         * src/syldap.c
15556                 threading fixes
15557         * po/de.po
15558                 fixed a typo
15559
15560 2001-10-12 [paul]       0.6.3claws11
15561
15562         * src/prefs_common.[ch], src/rfc2015.c
15563                 enable ascii-armored gpg text to be embedded in the
15564                 message body, selectable through the 'Privacy'
15565                 preferences. Supports encrypting only.
15566                 Submitted by Ravemax <ravemax@dextrose.com>
15567
15568 2001-10-12 [paul]       0.6.3claws10
15569
15570         * sync with sylpheed 0.6.3cvs6
15571                 see ChangeLog entries 2001-10-11 and 2001-11-12
15572
15573         * src/folderview.c
15574                 incorporated mbox folders, scoring, and folder
15575                 properties into the sync
15576
15577 2001-10-12 [darko]      0.6.3claws9
15578
15579         * README.claws
15580                 describe quotation wrapping
15581         * src/compose.c
15582                 don't treat tab as space to calculate line length properly
15583
15584 2001-10-11 [alfons]
15585
15586         * README.claws
15587                 correct description of how to make new filtering system work,
15588                 add some other things
15589                 
15590         * src/syldap.c
15591                 remove sched_yield() (not necessary / unportable)
15592
15593 2001-10-11 [paul]       0.6.3claws8
15594
15595         * sync with sylpheed 0.6.3cvs3
15596                 see ChangeLog entry 2001-10-10
15597
15598 2001-10-10 [christoph]  0.6.3claws7
15599
15600         * .cvsignore
15601                 ignore 2 files created by newer autotools
15602         * src/prefs_folder_item.c
15603                 using table for widget alignment
15604                 fixed memory leak and broken octal display
15605         * src/filesel.c
15606                 fixed segfault caused by lost filename
15607                 workaround (closes bug #469551)
15608
15609 2001-10-10 [paul]       0.6.3claws6
15610
15611         * sync with sylpheed 0.6.3cvs2
15612                 see ChangeLog entries 2001-10-09 and 2001-10-10
15613
15614 2001-10-10 [darko]      0.6.3.claws5
15615
15616         * src/gtkstext.c
15617                 proper calculation of right margin if smart wrapping is enabled
15618         * src/compose.c
15619                 automatically wrap long lines if wrap quotation is enabled
15620
15621 2001-10-09 [alfons]     0.6.3.claws4
15622
15623         * src/summaryview.c
15624                 select correct row when deleting last row in the summary view (and
15625                 close bug "[ #469104 ] select second last in list when deleting")
15626
15627 2001-10-09 [paul]       0.6.3claws3
15628
15629         * sync with sylpheed 0.6.3cvs1
15630                 updated some autotool scripts
15631
15632 2001-10-09 [darko]      0.6.3claws2
15633
15634         * src/gtkstext.[ch]
15635                 new name and mark with Sylpheed comment
15636         * src/compose.c
15637                 smart quotation wrapping a-la VIM
15638
15639 2001-10-08 [paul]       0.6.3claws1
15640
15641         * sync with sylpheed 0.6.3 release
15642                 see ChangeLog entry 2001-10-08
15643
15644 2001-10-08 [paul]       0.6.2claws24
15645
15646         * src/summaryview.c
15647                 more sync with sylpheed 0.6.2cvs12
15648                 Fixed the bug that didn't select the last row correctly
15649
15650
15651 2001-10-07 [paul]       0.6.2claws23
15652
15653         * sync with sylpheed 0.6.2cvs12
15654                 see ChangeLog entry 2001-10-07
15655
15656 2001-10-06 [match]
15657         * src/jpilot.[ch]
15658                 enable jpilot to read unsynch'ed addresses.
15659
15660         * src/editldap_basedn.c
15661                 fix segfault when opening dialog.
15662
15663 2001-10-06 [alfons]     0.6.2.claws22
15664
15665         * src/summaryview.c
15666                 fix bug with summary view selecting last *inserted*
15667                 node instead of last *visible* node. remember we
15668                 work with a tree
15669
15670 2001-10-06 [paul]       0.6.2claws21
15671
15672         * po/pt_BR.po
15673                 updated translation, contains some fixes and new
15674                 translations, submitted by Gustavo Noronha Silva
15675                 <kov@debian.org>
15676
15677         * src/prefs_common.c
15678                 change 'each' to 'every' - fix dubious English
15679
15680         * sync with sylpheed 0.6.2cvs11
15681
15682 2001-10-05 [alfons]     0.6.2claws20
15683
15684         * src/mainwindow.[ch], src/folderview.c
15685                 make composite tool button switch between "Compose News"
15686                 and "Compose Mail" depending on selected folder
15687                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15688
15689 2001-10-05 [paul]       0.6.2claws19
15690
15691         * src/mainwindow.c, src/summaryview.c
15692                 fix 'Message/Reply to all', broken in last commit
15693
15694         * src/compose.c
15695                 fix X_BEENTHERE seg fault, thanks to Alfons
15696
15697 2001-10-04 [paul]       0.6.2claws18
15698
15699         * src/compose.[ch], src/mainwindow.c
15700                 make "Message/Reply" reply to mailing lists; matches
15701                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15702                 based on portions of the patch submitted by
15703                 Junichi Uekawa <dancer@netfort.gr.jp>
15704
15705 2001-10-04 [darko]      0.6.2claws17
15706
15707         * src/compose.c
15708                 better smart wrapping
15709         * src/gtkstext.[hc]
15710                 a function to make text buffer contiguous
15711
15712 2001-10-03 [paul]       0.6.2claws16
15713
15714         * sync with sylpheed 0.6.2cvs10
15715
15716 2001-10-02 [alfons]
15717
15718         * configure.in
15719         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15720                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15721                 references to chinese translations (hope someone picks up
15722                 this)
15723
15724 2001-10-02 [christoph]  0.6.2claws15
15725
15726         * src/compose.c
15727                 fixed non translated header bug
15728         * ChangeLog.claws
15729                 fixed wrong date in alfons last entry ;)
15730
15731 2001-10-02 [alfons]     0.6.2claws14
15732
15733         * src/compose.c, src/prefs_common.[ch]
15734                 add block cursor option
15735
15736 2001-10-02 [paul]       0.6.2claws13
15737
15738         * sync with sylpheed 0.6.2cvs9
15739
15740 2001-09-30 [paul]       0.6.2claws12
15741
15742         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15743                 updated translations
15744
15745         * po/POTFILES.in
15746                 add 'src/importldif.c'
15747
15748         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15749                 added eudora-to-vCard conversion tool
15750                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15751
15752         * sync with sylpheed 0.6.2cvs8
15753
15754 2001-09-30 [paul]
15755
15756         * sylpheed-0.6.2claws released
15757
15758 2001-09-27 [melvin]     0.6.2claws11
15759
15760         * src/gtkspell.c
15761                 fixed crash when using default path (introduced 
15762                 in 0.6.2claws10)
15763                 fixed tiny bug for initial suggestion mode
15764
15765 2001-09-27 [melvin]     0.6.2claws10
15766         
15767         * src/gtkspell.c
15768                 fixed bug where gtkpspell didn't set the path correctly
15769
15770         * README.claws
15771                 added a paragraph about spell checking
15772                 
15773
15774
15775 2001-09-27 [paul]       0.6.2claws9
15776
15777         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15778                 replace '// comments' with '/* comments */' to prevent
15779                 some compiler warnings 
15780
15781         * sync with sylpheed 0.6.2cvs6
15782
15783 2001-09-26 [alfons]     0.6.2claws8
15784
15785         * src/messageview.c
15786                 introduce return receipt request notification again,
15787                 which was lost because of other semantics in 
15788                 procheader_parse() (???)
15789
15790 2001-09-26 [christoph]  0.6.2claws7
15791
15792         * src/compose.c
15793                 replace comments for old code with #if 0
15794                 readded auto cc, bcc and reply-to
15795         * src/prefs_matcher.c
15796         * src/prefs_scoring.c
15797                 removed some definition (was moved to
15798                 prefs.h)
15799
15800 2001-09-26 [paul]       0.6.2claws6
15801
15802         * src/mainwindow.c
15803                 make 'Follow-up and reply to' sensitive
15804
15805         * more sync with sylpheed 0.6.2cvs5
15806
15807 2001-09-25 [melvin]
15808
15809         * 0.6.2claws5
15810
15811         * src/gtkspell.c
15812                 fixed bug for "US-ASCII" introduced by the encoding code
15813
15814 2001-09-25 [paul]
15815
15816         * 0.6.2claws4
15817
15818         * src/prefs_common.[ch], src/summaryview.c
15819                 'next unread msg' 'go to next folder?' dialog can be
15820                 given default behaviour, either always show dialog,
15821                 or assume 'yes', or assume 'no'
15822                 Submitted by wwp <subscript@free.fr>
15823
15824 2001-09-25 [melvin]
15825                 
15826         * src/compose.c src/gtkspell.[ch]
15827                 added support for different encodings
15828
15829 2001-09-25 [paul]
15830
15831         * more sync with sylpheed 0.6.2cvs5
15832
15833 2001-09-24 [alfons]
15834         
15835         * src/prefs_folder_item.c
15836                 add check for item->prefs->default_to string is NULL and
15837                 add another check when freeing this string
15838
15839 2001-09-24 [paul]
15840
15841         * configure.in
15842                 change to version 0.6.2claws3
15843
15844         * sync with sylpheed 0.6.2cvs5 
15845
15846 2001-09-24 [match]
15847         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15848                 import LDIF files.
15849         * src/addrcache.[ch], addrindex.[ch]
15850                 small update for future
15851         * src/addrbook.c
15852                 fix test XML file.
15853
15854 2001-09-24 [melvin]
15855         * src/gtkspell.[ch]
15856                 added 'Learn from mistakes' option
15857                 better handling of quotes in checked words
15858                 sorted dict list
15859         * po/fr.po
15860                 small update for spell checking stuff
15861
15862 2001-09-23 [alfons]
15863         
15864         * src/gtkspell.c
15865                 edit a little bit so it complies more with main coding style
15866
15867 2001-09-23 [alfons]
15868
15869         * src/folder.[ch], prefs_folder_item.c, compose.c
15870                 migrate "request return receipt" folder property
15871                 to folderlist.xml
15872
15873 2001-09-22 [alfons]
15874
15875         * README.claws **NEW**
15876                 (add things of interest for users of main branch 
15877                 and claws here)
15878
15879         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15880                 re-implement threading per folder option, but store 
15881                 the setting in folderlist.xml (where it belongs)
15882
15883 2001-09-21 [melvin]
15884
15885         * src/gtkspell.[ch]
15886                 fixed bug when compose window is under another window
15887         * src/prefs_common.[ch] src/compose.c
15888                 changed 'dictionary_path' to 'dictionary' to be consistent
15889                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15890         * ac/pspell.m4 src/Makefile.am 
15891                 dropped PSPELL_PATH macro
15892         * po/fr.po
15893                 updated translations
15894
15895 2001-09-21 [christoph]
15896
15897         * src/compose.c
15898                 added border around header fields
15899                 keep header type when new field is added
15900
15901 2001-09-20 [christoph]
15902
15903         * src/utils.[ch]
15904                 more portable debug_print with source filename
15905                 and linenumber
15906         * src/procmsg.c
15907                 more newlines after debug messages
15908
15909 2001-09-20 [paul]
15910
15911         * configure.in
15912                 change to version 0.6.2claws2
15913
15914         * sync with sylpheed 0.6.2cvs3
15915
15916 2001-09-19 [melvin]
15917
15918         * src/gtkspell.c
15919                 fixed the post-right-click focus pb
15920                 fixed crash when 'Spell check all' after dict change 
15921                         and when cursor is at the end of the text
15922                 shift-right-click pops up config menu even on misspelled words.
15923         * po/POTFILES.in
15924                 added gtkspell.c
15925
15926 2001-09-19 [melvin]
15927
15928         * src/about.c
15929                 added pspell to compiled-in features list
15930
15931 2001-09-18 [melvin]
15932
15933         * switched to pspell and dropped ispell
15934         * ac/pspell.m4
15935                 new file. autoconf macro for pspell
15936         * ac/Makefile.am 
15937         * configure.in acconfig.h
15938                 added pspell support
15939         * src/Makefile.am
15940         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15941         * src/prefs_common.[ch] 
15942                 added pspell support
15943
15944 2001-09-18 [christoph]
15945
15946         * src/addr_compl.c
15947         * src/template.[ch]
15948                 replace LOG_MESSAGE with debug_print
15949         * src/compose.[ch]
15950                 gui improvements
15951         * src/menu.c
15952                 added newline after debug message
15953         * src/utils.h
15954                 using __VA_ARGS__ for debug_print macro
15955         * tools/.cvsignore
15956                 ignore Makefile and Makefile.in
15957
15958 2001-09-18 [paul]
15959
15960         * configure.in
15961                 change to version 0.6.2claws1
15962         * sync with sylpheed 0.6.2cvs1
15963
15964         * src/matcher.c 
15965         * src/prefs_matcher.c
15966                 add 'score equal to' option, submitted by
15967                 Paul Evans <nerd@freeuk.com>
15968
15969 2001-09-15 [christoph]
15970
15971         * src/mainwindow.c
15972                 comment out menu entry not existing in claws
15973         * src/menu.c
15974                 add debug output for non existing menu entries
15975         * src/summaryview.c
15976                 fix next/prev unread message for ignored threads
15977         * src/utils.[ch]
15978                 add sourcefile and line number to debug output
15979                 otherwise it is sometimes hard to find the
15980                 source code part if debug messages are translated
15981
15982 2001-09-14 [darko]
15983         
15984         * src/folderview.c
15985                 refresh target folder style after colour is changed
15986
15987 2001-09-13 [paul]
15988
15989         * configure.in
15990                 change to version 0.6.1claws3
15991
15992         * sync with sylpheed 0.6.1cvs6
15993
15994 2001-09-13 [darko]
15995         
15996         * src/folderview.c
15997                 fix target folder colourization to use user selected colour
15998
15999 2001-09-12 [darko]
16000         
16001         * src/summaryview.c
16002                 fix crash when message that is marked for copy/move is unmarked
16003
16004 2001-09-09 [paul]
16005
16006         * configure.in
16007                 change to version 0.6.1claws2
16008
16009         * sync with sylpheed 0.6.1cvs3
16010
16011 2001-09-09 [alfons]
16012         
16013         * src/folderview.c
16014                 fix bug with default font used for trash folder text
16015
16016 2001-09-06 [paul]
16017
16018         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16019                 updated translations
16020
16021         * configure.in
16022                 change to version 0.6.1claws1
16023
16024         * sync with sylpheed 0.6.1cvs2
16025
16026 2001-09-03 [paul]
16027
16028         * po/POTFILES.in
16029                 add Match's new addressbook
16030
16031         * po/de.po
16032                 updated translation submitted by Jens Oberender
16033
16034 2001-09-02 [paul]
16035
16036         * configure.in
16037                 change to 0.6.1claws
16038         * sync with sylpheed 0.6.1 release
16039
16040 2001-09-02 [paul]
16041
16042         * configure.in
16043                 change to 0.6.0claws2
16044
16045         * sync with sylpheed 0.6.0cvs4
16046
16047         * po/pt_BR.po
16048                 updated translation submitted by Fabio Junior Beneditto
16049
16050 2001-09-01 [match]
16051         * pixmaps/
16052                 interface.xpm
16053                 book.xpm
16054                 address.xpm
16055         * src/
16056                 Makefile.am
16057                 a ton of new files
16058
16059 2001-08-31 [paul]
16060
16061         * configure.in
16062                 change to version 0.6.0claws1
16063
16064         * sync with sylpheed 0.6.0cvs1
16065
16066         * po/es.po
16067                 updated translation submitted by Ricardo Mones Lastra
16068
16069         * po/POTFILES.in
16070                 add 'src/prefs_templates.c'
16071
16072         * src/compose.c, src/summaryview.c
16073                 fix segfault on 'Re_edit'               
16074
16075 2001-08-30 [alfons]
16076
16077         * configure.in, Makefile.am
16078         * tools/Makefile.am
16079                 add tools directory to source distribution
16080
16081 2001-08-30 [paul]
16082
16083         * configure.in
16084                 change to version 0.6.0claws
16085
16086         * sync with sylpheed 0.6.0 release
16087
16088 2001-08-30 [christoph]
16089
16090         * configure.in
16091                 removed autoconf version check
16092
16093 2001-08-30 [paul]
16094
16095         * src/account.c, src/compose.c, src/prefs_common.[ch]
16096         * src/procheader.[ch] src/utils.[ch]
16097                 Enhanced automatic account selection on replies
16098                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16099
16100         * configure.in
16101                 add LDAP and JPilot to the configuration results output.
16102
16103 2001-08-29 [christoph]
16104
16105         * src/summeryview.c
16106                 no bold font for ignored threads
16107
16108 2001-08-29 [paul]
16109
16110         * configure.in
16111                 change to version 0.5.3claws6
16112
16113         * sync with sylpheed 0.5.3cvs10
16114                 src/stringtable.[ch]: New Files
16115
16116         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16117         * src/pixmaps/sylpheed.xpm
16118                 add mini-icons to windows (by Alfons)
16119
16120 2001-08-27 [paul]
16121
16122         * src/mainwindow.c
16123                 new functions: next_labeled_cb(), prev_labeled_cb()
16124
16125         * src/summaryview.c
16126                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16127                 summary_select_next_labeled(), summary_select_prev_labeled()
16128
16129         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16130                 give claws blue folders and a blue trash can
16131
16132 2001-08-27 [paul]
16133
16134         * configure.in
16135                 change to version 0.5.3claws5
16136
16137         * sync with sylpheed 0.5.3cvs9
16138                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16139
16140 2001-08-24 [christoph]
16141
16142         * src/filesel.c
16143                 keep filename when browsing directories
16144                 (not working for user entered filename, but
16145                  for default name and selected filename from
16146                  file list)
16147         * src/mainwindow.c
16148                 fixed wrong spelling "Folllow-up"
16149         * src/mbox_folder.c
16150         * src/procmsg.c
16151         * src/summaryview.c
16152                 fixed new/unread message count with ignored
16153                 threads (2 commits, first didn't notice no
16154                 longer needed decreasing)
16155         * src/inc.c
16156                 readded scrolling of progress dialog
16157                 (lost in sync)
16158
16159 2001-08-24 [paul]
16160
16161         * configure.in
16162                 change to 0.5.3claws4
16163
16164         * sync with sylpheed 0.5.3cvs7
16165
16166 2001-08-24 [christoph]
16167
16168         * src/compose.c
16169                 set request return receipt when replying
16170                 if it is set is the folder prefs of the
16171                 message
16172         * src/inc.c
16173                 disable final error popup if popups are
16174                 disabled in config (again)
16175
16176 2001-08-23 [paul]
16177
16178         * configure.in
16179                 Change version number to 0.5.3claws3
16180
16181         * sync with sylpheed 0.5.3cvs5
16182
16183         * src/mimeview.c
16184                 double quote '%s' in 'gedit %s' to fix bug when
16185                 opening attachment with spaces in the name
16186
16187 2001-08-22 [alte]
16188         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16189           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16190                 initial message templates support
16191
16192
16193 2001-08-22 [paul]
16194
16195         * configure.in
16196                 change version number to 0.5.3claws2
16197
16198         * sync with sylpheed 0.5.3cvs4
16199
16200         * src/procmsg.h src/summaryview.c
16201                 re-implement (un)ignore thread
16202
16203 2001-08-21 [paul]
16204
16205         * src/summaryview.c
16206                 remove unnecessary code
16207         * src/compose.c
16208                 enable 'dynamic' signatures (submitted by
16209                 Eric Limpens <eric@hscg-internet.nl>)
16210
16211 2001-08-21 [paul]
16212
16213         clean up after sync with sylpheed 0.5.3 release
16214
16215         * src/folderview.c
16216                 fix re-introduced font mess, see Christoph's
16217                 entry 2001-06-24
16218
16219         * src/summaryview.c
16220                 remove prev_msgnum
16221                 use sylpheed's small font instead of
16222                 gtk default font for summary view
16223
16224
16225 2001-08-17 [paul]
16226
16227         * configure.in
16228                 add pl to ALL_LINGUAS - sync with main branch
16229
16230         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16231                 Updated. Translations by Jens Oberender, Ricardo Mones
16232                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16233
16234         * po/pl.po  ** NEW FILE **
16235                 sync with the main branch
16236
16237         * src/folderview.c
16238                 fix target folder colorizing and refresh problem
16239
16240
16241 2001-08-17 [christoph]
16242
16243         * src/mainwindow.c
16244                 claws uses 4 colors for target folder coloring.
16245                 arrays were not long enough and destroyed the
16246                 stack causing a segfault.
16247                 target folder colorizing does not work anymore
16248                 for me
16249
16250 2001-08-16 [paul]
16251
16252         * configure.in
16253                 change to version 0.5.3claws1
16254
16255         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16256           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16257           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16258
16259                 sync with sylpheed 0.5.3 release, but keep claws method of
16260                 configuring/saving fonts
16261
16262         * src/addressbook.[ch]
16263                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16264                 in line with a similar change in Hiroyuki's branch
16265
16266         * src/mainwindow.[ch]
16267                 disable main_window_set_thread_option()
16268         * src/prefs_folder_item.c
16269                 comment out &tmps_prefs.enable_thread,
16270         * src/mbox_folder.c, src/procmsg.[ch]
16271                 comment out MSG_IS_IGNORE_THREAD
16272         * src/summaryview.c
16273                 comment out summary_ignore_thread() and summary_unignore_thread()
16274                 comment out MSG_IS_IGNORE_THREAD
16275
16276                 use Hiroyuki's threading instead.
16277
16278
16279
16280 2001-08-15 [paul]
16281
16282         * src/account.c
16283                 use Hiroyuki's 0.5.3 column scheme but also
16284                 include the enable/disable button.
16285         * src/pixmaps/mark.xpm
16286                 add Hiroyuki's amended pixmap
16287
16288 2001-08-13 [christoph]
16289
16290         * src/account.c
16291                 receive at get all column showed wrong state for APOP
16292                 button should only work for POP3 and APOP accounts
16293         * src/prefs_account.c
16294                 added missing preprocessor statement for SSL
16295
16296 2001-08-12 [paul]
16297
16298         * src/account.[ch]
16299                 add 'receive at get all' column and enable/disable
16300                 button.
16301
16302 2001-08-06 [christoph]
16303
16304         * src/account.c
16305                 show usage of SSL in protocol column
16306
16307         * src/imap.c
16308         * src/inc.c
16309                 renamed ssl options
16310
16311         * src/prefs_account.[ch]
16312                 moved ssl options to a new page
16313
16314         * src/send.c
16315         * src/smtp.c
16316         * src/ssl.[ch]
16317                 renamed ssl options
16318                 added support for SMTP STARTTLS command
16319
16320 2001-08-05 [christoph]
16321
16322         * configure.in
16323                 debian autoconf needs version check to find
16324                 correct autoconf version. if the file is
16325                 named configure.in 2.13 is used, which does
16326                 not work with this configure.in script.
16327                 other solution would be to rename the script
16328                 to configure.ac as suggested in the autoconf
16329                 manual.
16330
16331         * src/inc.c
16332                 disable final error popup if popups are
16333                 diabled in config
16334
16335         * src/socket.c
16336                 bugfix in ssl_gets
16337                 fixes IMAP over SSL problem
16338
16339 2001-08-03 [paul]
16340
16341         * configure.in
16342                 change to 0.5.2claws1
16343
16344         * sync with sylpheed 0.5.2cvs1
16345
16346 2001-08-02 [alfons]
16347
16348         * configure.in
16349                 quick fix for ispell detection...
16350
16351 2001-08-01 [paul]
16352
16353         * configure.in
16354                 change to 0.5.1claws4
16355
16356         * sync with sylpheed 0.5.1cvs7
16357
16358 2001-07-31 [alfons]
16359
16360         * src/prefs_common.c, src/prefs_common.h, 
16361           src/gtkspell.c, src/gtkspell.h
16362                 add global spelling checker settings (compose tab) +
16363                 selection of dictionary 
16364           
16365         * configure.in  
16366                 guess valid ispell location
16367
16368 2001-07-31 [paul]
16369
16370         * po/POTFILES.in
16371                 removal of 'src/quote_fmt_parse.c'
16372         * po/de.po
16373                 Updated de.po
16374                 (submitted by Jens Oberender <didge@suse.de>)
16375
16376 2001-07-31 [darko]
16377
16378         * src/folder.[ch]
16379         * src/folderview.[ch]
16380         * src/mainwindow.c
16381         * src/mh.c
16382         * src/prefs_common.[ch]
16383         * src/summaryview.c
16384                 target folder colourization
16385
16386 2001-07-30 [paul]
16387
16388         more sync with Sylpheed 0.5.1cvs6 
16389
16390 2001-07-30 [darko]
16391
16392         * src/mh.c
16393         * src/prefs_folder_item.[hc]
16394         * src/summaryview.c
16395                 shared folders support with a GUI
16396
16397 2001-07-29 [paul]
16398
16399         0.5.1claws3
16400
16401         * sync with Sylpheed 0.5.1cvs6
16402
16403 2001-07-29 [paul]
16404
16405         * po/pt_BR.po
16406                 updated
16407                 (submitted by Fabio Junior Beneditto)
16408
16409 2001-07-28 [paul]
16410
16411         * src/procmime.c
16412         * AUTHORS
16413                 patch to correct bad image mime headers
16414                 (submitted by Don Quijote <dq@searchlores.org>)
16415
16416 2001-07-28 [paul]
16417
16418         * tools/gif2xface.pl   **NEW FILE**
16419         * tools/README
16420                 script to convert file.gif to file.xface for
16421                 use in a custom header.
16422                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16423
16424 2001-07-27 [alfons]
16425         
16426         * configure.in
16427                 change macros for detecting JPilot and LDAP
16428
16429 2001-07-27 [christoph]
16430
16431         * src/filtering.c
16432                 code cleanup (MIN / MAX warning, needed casting)
16433
16434 2001-07-27 [alfons]
16435
16436         * procheader.c
16437                 disallow setting flags when detecting certain headers
16438                 (X-Status, Status, Seen, X-Seen). 
16439         
16440         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16441
16442 2001-07-27 [christoph]
16443
16444         * src/prefs_filter.c
16445         * src/prefs_filtering.c
16446         * src/prefs_matcher.c
16447         * src/prefs_scoring.c
16448                 scroll list when moving rows up or down
16449
16450         * src/imap.c
16451         * src/imap.h
16452         * src/prefs_account.c
16453         * src/prefs_account.h
16454         * src/send.c
16455                 SMTP over SSL (untested, feedback requested)
16456                 IMAP over SSL
16457
16458         * src/ssl.c
16459                 code cleanup
16460
16461 2001-07-26 [alfons]
16462         
16463         * configure.in, acconfig.h
16464                 define CLAWS (need this for main / claws detection)
16465
16466 2001-07-25 [alfons]
16467
16468         * configure.in
16469                 Sylpheed 0.5.1claws2
16470                 
16471         * sync with Sylpheed 0.5.1cvs4
16472
16473 2001-07-25 [christoph]
16474
16475         * src/scoring.c
16476                 fixed segfault
16477                 item->prefs == NULL (don't know why)
16478
16479 2001-07-25 [alfons]
16480
16481         * configure.in
16482                 Sylpheed 0.5.1claws1
16483
16484         * sync with Sylpheed 0.5.1cvs1-3
16485
16486 2001-07-24 [christoph]
16487
16488         * src/folderview.c
16489         * src/prefs_folder_item.[ch]
16490                 added folderitem preferences dialog with
16491                 default To: and auto request return receipt
16492
16493         * src/compose.[ch]
16494         * src/menu.[ch]
16495                 changes to handle new folderitem preferences
16496
16497         * src/mainwindow.c
16498         * src/summaryview.c
16499                 call compose new mail with current folderitem
16500
16501 2001-07-24 [alfons]
16502
16503         Release Sylpheed 0.5.1claws
16504
16505         * configure.in
16506                 change to release version 0.5.1claws
16507
16508 2001-07-24 [christoph]
16509
16510         * src/summaryview.c
16511                 fixed segfault that happend when the selected
16512                 message was removed while retrieving new messages.
16513
16514         * po/es.po
16515                 updated translation
16516                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16517
16518 2001-07-22 [alfons]
16519
16520         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16521         this is a work in progress, for more information: http://nlpagan.net/sylman 
16522         
16523         * configure.in, src/mainwindow.c, manual/Makefile.am
16524                 add support for English manual
16525
16526         * AUTHORS
16527                 add authors of user manuals
16528
16529         * manual/en/sylpheed*.html
16530                 add English documentation
16531
16532 2001-07-22 [christoph]
16533
16534         * po/POTFILES.in
16535                 added src/ssl.c
16536         * src/ssl.c
16537                 changed a wrong debug message
16538
16539 2001-07-22 [alfons]
16540
16541         * po/nl.po
16542                 update Dutch translation
16543
16544         * src/prefs_filtering.c, 
16545           src/prefs_matcher.c
16546                 add more translatable strings           
16547
16548 2001-07-21 [alfons]
16549
16550         0.5.0claws7
16551
16552         * configure.in
16553                 change version
16554
16555         * src/inc.c, src/summaryview.[ch]
16556                 prevent update of mark file when filtering has done, by
16557                 using a variable; this affects two functions:
16558                         inc.c::inc_finished()
16559                         summaryview.c::summary_show()
16560
16561 2001-07-20 [alfons]
16562
16563         * src/filtering.[ch], src/prefs_filtering.c, 
16564           src/matcher.[ch]
16565                 add filtering action for label coloring 
16566
16567         * po/POTFILES.in
16568                 add labelcolors.c
16569
16570         * added src/labelcolors.c
16571         * added src/labelcolors.h
16572         * src/Makefile.am, src/summaryview.c
16573                 rearrange label coloring code
16574
16575         * src/procmsg.h
16576                 add more parentheses so label colouring works correctly
16577
16578         * src/filtering.c
16579                 don't really delete message, but move it to Trash
16580
16581         * src/prefs_matcher.c
16582                 add quote options to info dialog
16583
16584 2001-07-20 [christoph]
16585
16586         * src/Makefile.am
16587         * src/inc.c
16588         * src/main.[ch]
16589         * src/socket.h
16590         * src/ssl.[ch] (new)
16591                 moved ssl stuff to a seperate file
16592
16593 2001-07-20 [darko]
16594
16595         * src/summaryview.c
16596                 fix show sender using address book with no e-mail
16597                 address in From: field
16598
16599 2001-07-19 [alfons]
16600
16601         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16602                 fix messy handling of escaping... now at least the
16603                 execute command is useful. escape char is '\', we
16604                 accept \n and \r too. 
16605
16606                 Real life example:
16607                 
16608                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16609                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16610
16611 2001-07-18 [alfons]
16612
16613         0.5.0claws6
16614
16615         * src/summaryview.c
16616                 clean up
16617
16618         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16619           src/procmsg.[ch]
16620                 revise filtering; currently move, copy, marking have
16621                 been tested. if you like bleeding edge stuff, you
16622                 should definitely go for this version :)
16623
16624         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16625
16626 2001-07-17 [christoph]
16627
16628         * src/utils.c
16629                 timestamp log
16630
16631 2001-07-17 [alfons]
16632
16633         0.5.0claws5
16634
16635         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16636           bits in the mark file, without affecting either branch. Lots of
16637           files changed, also in claws branch.
16638
16639           UNTESTED: use of mbox folders
16640
16641         * src/summaryview.c
16642                 added mark all read; however this was a quick hack used for
16643                 cleaning up mess after initial merge with Hiroyuki
16644
16645         * configure.in
16646                 change claws version number back to 0.5.0claws5 to clear up 
16647                 confusion & pretension (recent release was technically 
16648                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16649
16650 2001-07-16 [alfons]
16651
16652         sync with Hiroyuki's 0.5.0cvs4
16653
16654 2001-07-16 [alfons]
16655
16656         0.5.1claws3
16657
16658         * src/filtering.[ch]
16659                 remove invalid updating of mark files for 
16660                 filter actions MATCHING_ACTION_MOVE and 
16661                 MATCHING_ACTION_DELETE; this should fix the
16662                 folder update bug
16663                 
16664         * src/procmsg.c
16665                 revert Christoph's stab at fixing the folder 
16666                 update bug
16667
16668         * po/POTFILES.in
16669                 add missing files with translatable strings
16670
16671         * src/summaryview.c
16672                 remove debug print
16673
16674 2001-07-15 [alfons]
16675
16676         * src/addr_compl.[ch], src/prefs_filtering.c
16677                 make "filtering pref dialog's destination entry" an
16678                 "address completable entry", if filter destination is 
16679                 an email address
16680
16681         0.5.1claws2
16682         
16683         sync with Hiroyuki's 0.5.0cvs2-3
16684
16685 2001-07-15 [christoph]
16686
16687         * src/procmsg.c
16688                 fixed folder stats update after incorporation
16689
16690 2001-07-15 [alfons]
16691
16692         * src/summaryview.c
16693                 * finish label colouring stuff (for now)
16694                 * fix incorrect colour bug (off by one) 
16695
16696 2001-07-14 [alfons]
16697
16698         * src/mainwindow.c
16699                 change text labels for news and mail message so there's
16700                 plenty of toolbar estate left
16701
16702         * configure.in
16703                 0.5.1claws1
16704
16705         * src/folderview.c
16706           src/folder.[ch]
16707                 sync with Hiroyuki's 0.5.0cvs1
16708
16709         * src/summaryview.c
16710                 more rewrite label colouring
16711
16712 2001-07-14 [alfons]
16713
16714         * src/summaryview.[ch]
16715                 * start rewrite label colouring 
16716                 * fix proper location "Add Sender To Addressbook" menu item
16717
16718 2001-07-13
16719
16720         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16721         (actually this is 0.5.0claws4)
16722
16723 2001-07-13 [alfons]
16724
16725         * po/pt_BR.po
16726                 * fix duplicate message
16727                 * add updated Portugese / Brazilian translation
16728                   submitted by Fabio Junior Beneditto
16729
16730 2001-07-12 [alfons]
16731
16732         * AUTHORS
16733                 add Jens
16734
16735         * po/nl.po
16736                 add updated Dutch translation
16737
16738         * po/de.po
16739                 add updated German translation submitted by Jens
16740
16741 2001-07-11 [alfons]
16742
16743         Prerelease before 0.5.0claws. Please test.
16744         This version is temporarily tagged as VERSION_0_5_0_TEST
16745
16746         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16747           src/prefs_scoring.c, src/prefs_matcher.c, 
16748           src/prefs_filtering.c, src/mbox.c, 
16749           src/main.c, src/inc.c, src/filtering.[ch]
16750                 revert new Hoa's new matcher (does not work yet)
16751
16752         * src/Makefile.am
16753                 clean up
16754
16755 2001-07-10
16756
16757         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16758
16759
16760 2001-07-10 [alfons]
16761
16762         * Makefile.am
16763                 add ChangeLog.claws to EXTRA_DIST
16764         * src/Makefile.am
16765                 add matcher_parser_parse.h to EXTRA_DIST
16766
16767 2001-07-10 [christoph]
16768
16769         * src/inc.c
16770                 add destination folder to table of
16771                 folders that need to be updated after
16772                 incorporation
16773
16774 2001-07-10 [alfons]
16775
16776         * folder.[ch]
16777           folderview.c
16778                 make collapse state of folders and folder items persistent, i.e.
16779                 if you collapse a folder tree, the next time sylpheed-claws starts 
16780                 up the folder tree remains collapsed.  
16781                 
16782 2001-07-10 [christoph]
16783
16784         * acconfig.h
16785         * configure.in
16786                 added --enable-ssl
16787         * src/md5.[ch]
16788                 renamed MD5_CTX to MD5_CTX_syl
16789                 conflicts with a struct in openssl
16790         * src/inc.c
16791         * src/main.[ch]
16792         * src/prefs_account.[ch]
16793         * src/socket.[ch]
16794                 SSL support for POP
16795         * src/mainwindow.c
16796                 fixed compose with current account
16797                 broken by new compose button stuff
16798
16799 2001-07-09 [hoa]
16800
16801         * AUTHORS
16802                 changed my email address
16803
16804         * src/matcher_parser_parse.y
16805                 clean the parser to remove conflicts
16806
16807 2001-07-09 [alfons]
16808
16809         * AUTHORS
16810                 add Match Grun
16811
16812         * configure.in
16813                 fix incorrect description of --enable-ldap parameter
16814
16815         * src/prefs_common.[ch]
16816           src/compose.c
16817                 add experimental option "smart wrapping" which makes the
16818                 compose editor auto wrap.
16819                 
16820                 | TODO: the problem with the buggy cursor handling is caused |
16821                 | by the GtkText. when deleting / backspacing text its       |
16822                 | wrapping algorithm does not take in account the previous   |
16823                 | line. should find a way to hack this in.                   |
16824                 | or should perhaps combine this with the word wrapping      |
16825                 | patch i wrote in january.                                  |
16826
16827         * src/about.c
16828                 show build parameters for LDAP and JPilot
16829
16830         * src/summaryview.c
16831                 revert Christoph's bugfix for selecting next unread message, 
16832                 because folder stats aren't updated correctly
16833
16834 2001-07-08 [hoa]
16835
16836         * src/filtering.c
16837         * src/mainwindow.c
16838         * src/matcher.c
16839         * src/matcher_parser_lex.l
16840         * src/matcher_parser_parse.y
16841         * src/prefs_filtering.c
16842         * src/prefs_scoring.c
16843         * src/scoring.c
16844                 bugfix of the config file parser
16845
16846 2001-07-08 [alfons]
16847
16848         * src/Makefile.am
16849                 added generated matcher sources to BUILT_SOURCES
16850
16851 2001-07-08 [hoa]
16852
16853         * src/Makefile.am
16854         * src/.cvsignore
16855                 added new config file parser
16856
16857         * src/scoring.[ch]
16858         * src/filtering.[ch]
16859         * src/matcher.[ch]
16860         * src/prefs_filtering.c
16861         * src/prefs_matcher.c
16862         * src/prefs_scoring.c
16863         * added src/matcher_parser.h
16864         * added src/matcher_parser_lex.h
16865         * added src/matcher_parser_lex.l
16866         * added src/matcher_parser_parse.y
16867                 lex & yacc config file parser
16868
16869         * src/mbox.c
16870         * src/inc.c
16871         * src/main.c
16872                 changes prefs_filtering into global_filtering           
16873
16874         * src/summaryview.c
16875                 build threads with subjects only if "Re: " is at the
16876                 beginning of the subject
16877
16878 2001-07-07 [paul]
16879
16880         0.5.0claws
16881
16882         sync with sylpheed 0.5.0
16883                 change of version number only
16884
16885 2001-07-06 [paul]
16886
16887         0.5.0claws5
16888
16889         sync with sylpheed 0.5.0pre5
16890
16891 2001-07-05 [paul]
16892
16893         sync with sylpheed 0.5.0pre4 release
16894                 /po and /manual/ja not sync'ed
16895
16896 2001-07-04 [paul]
16897
16898         more sync with sylpheed 0.5.0pre4
16899
16900 2001-07-03 [christoph]
16901
16902         * src/addressbook.c
16903                 fixed address book broken by address book
16904                 for VCard, JPilot, LDAP
16905
16906 2001-07-03 [alfons]
16907
16908         * src/matcher.c
16909         * src/textview.c
16910                 stopped memory leaks
16911
16912 2001-07-03 [paul]
16913
16914         more sync with sylpheed 0.5.0pre4
16915
16916 2001-07-02 [match]
16917
16918         * included address book patch for VCard, JPilot, LDAP
16919         * pref_common.c - fixed Font options on Display tab (cosmetic)
16920         * alertpanel.c - fixed truncated message
16921
16922 2001-07-02 [christoph]
16923
16924         * src/mbox_folder.c
16925         * src/procmsg.[ch]
16926         * src/summaryview.c
16927                 mark threads for ignoring
16928
16929 2001-07-02 [paul]
16930
16931         0.5.0claws4
16932
16933         * sync with sylpheed 0.5.0pre4
16934                 updated gettext to 0.10.38.
16935
16936 2001-07-01 [paul]
16937
16938         * src/ mainwindow.c
16939         * src/procmsg.h
16940         * src/summaryview.[ch]
16941                 new right-click option: Label.
16942                 substitute for 'Mark-->Mark/Unmark', colours the line.
16943                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16944
16945 2001-07-01 [christoph]
16946
16947         * src/folderview.c
16948                 fixed font for trash
16949         * src/summaryview.c
16950                 move ctree to unread message
16951
16952 2001-07-01 [paul]
16953
16954         * sync with sylpheed 0.5.0pre3 release
16955
16956 2001-06-30 [alfons]
16957
16958         * src/filesel.[ch]
16959         * src/compose.c
16960                 allow inserting / attaching multiple files in
16961                 the composer window
16962
16963 2001-06-30 [paul]
16964
16965         * src/codeconv.c
16966                 small change to Alfons' previous stuff so that it
16967                 actually makes
16968
16969 2001-06-30 [alfons]
16970
16971         * lots of files changed; first attempt to merge the changes
16972           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16973
16974 2001-06-30 [paul]
16975
16976         * po/pt_BR.po
16977                 updated and completed, translations by Fabio
16978                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16979
16980 2001-06-29 [alfons]
16981
16982         * src/compose.c
16983         * src/mimeproc.[ch]
16984                 allow selecting an attached files' mime type from a 
16985                 list of types.
16986
16987 2001-06-29 [paul]
16988
16989         * more sync with sylpheed 0.5.0pre3
16990
16991 2001-06-29 [paul]
16992
16993         * po/pt_BR.po
16994                 merge with sylpheed.pot and pt_BR.po provided by
16995                 Fabio Junior Beneditto.
16996
16997 2001-06-29 [darko]
16998
16999         * src/procmime.c
17000                 make MIME types case insensitive
17001
17002 2001-06-28 [alfons]
17003
17004         * po/nl.po
17005                 merge with sylpheed.pot and old nl.po; translations added.
17006
17007 2001-06-28 [paul]
17008
17009         * more sync with sylpheed 0.5.0pre3
17010
17011 2001-06-27 [alfons]
17012
17013         * src/summaryview.c
17014                 don't crash when removing parent node of messages
17015                 attracted by subject. this was caused by not deleting
17016                 the parent node from the subject line hash table.
17017
17018 2001-06-27 [alfons]
17019
17020         * src/summaryview.c
17021         * src/compose.[ch]
17022         * src/mainwindow.c
17023                 if there are multiple messages selected, allow forwarding
17024                 them as attachments.
17025
17026 2001-06-27 [paul]
17027
17028         * more sync with sylpheed 0.5.0pre3
17029
17030 2001-06-26 [paul]
17031
17032         0.5.0claws3
17033
17034         * sync with sylpheed 0.5.0pre3
17035
17036 2001-06-25 [paul]
17037
17038         * src/mainwindow.c
17039                 fixed 'compose news article' bug
17040                 from icon-and-text toolbar
17041
17042 2001-06-25 [paul]
17043
17044         * sync with sylpheed 0.5.0pre2 release
17045
17046 2001-06-24 [christoph]
17047
17048         * src/prefs_common.c
17049                 bug fix in font selection
17050         * src/folderview.c
17051                 use sylpheed's normal font instead of
17052                 gtk default font for folders without
17053                 new messages
17054
17055 2001-06-24 [alfons]
17056
17057         * src/mainwindow.[ch]
17058                 added composite compose mail / news button (an idea by Leandro
17059                 Pereira <leandro@linuxmag.com.br>)
17060
17061 2001-06-24 [paul]
17062
17063         Added instructions for ldif-to-xml.py
17064
17065         * tools/README
17066
17067 2001-06-23 [alfons]
17068
17069         Some minor things.
17070
17071         * src/pixmaps/stock_news_compose.xpm
17072                 added pixmap by Leandro
17073         * src/prefs_common.c
17074                 tested built-in spelling checker of GCC 3.0 :)
17075         * po/nl.po
17076                 merged dutch translation of sylpheed-main with
17077                 sylpheed.pot
17078
17079 2001-06-23 [paul]
17080
17081         Added tools directory and files.
17082
17083         * tools/filter_conv.pl
17084                 converts old filter system to new filtering system
17085         * tools/ldif-to-xml.py
17086                 converts netscape addressbook to sylpheed addressbook
17087         * tools/README
17088                 descriptions/instructions for above two files
17089
17090 2001-06-23 [christoph]
17091
17092         * src/inc.c
17093         * src/manage_window.[ch]
17094         * src/prefs_common.[ch]
17095                 mail retrieval dialog can be enabled, disabled
17096                 or hidden if non of sylpheed's windows is active
17097
17098 2001-06-22 [paul]
17099
17100         0.5.0claws2
17101
17102         * sync with sylpheed 0.5.0pre2
17103
17104 2001-06-21 [christoph]
17105
17106         * src/summaryview.c
17107                 show recipient on 'from' for all accounts
17108                 
17109         * src/inc.c
17110         * src/prefs_common.[ch]
17111                 disable error popup on mail receive errors
17112
17113 2001-06-21 [alfons]
17114
17115         * src/compose.c
17116                 made the ruler correctly appear and disappear.
17117
17118         * src/Makefile.am
17119                 removed Hoa's work-in-progress-stuff (interesting!) so 
17120                 claws compiles ok.
17121
17122 2001-06-20 [christoph]
17123
17124         * src/inc.c
17125         * src/progressdialog.c
17126                 added scrolled window for list in progressdialog
17127
17128 2001-06-20 [paul]
17129
17130         sync with sylpheed 0.5.0pre1 release
17131
17132 2001-06-20 [christoph]
17133
17134         * src/summeryview.c
17135                 make building threads by subject work when
17136                 thread view is enabled
17137                 
17138         * src/compose.c
17139         * src/prefs_common.[ch]
17140                 automatically select account for mail replys
17141
17142 2001-06-19 [sergey]
17143
17144         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17145         they are filled in from the account settings.
17146
17147 2001-06-19 [paul]
17148
17149         * more sync with sylpheed 0.5.0pre1
17150
17151 2001-06-18 [alfons]
17152
17153         * src/Makefile.am,
17154           src/procmime.c
17155                 added --sysconfdir to CPPFLAGS for pointing to the correct
17156                 location of mime.types. 
17157
17158                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17159                 or ./configure!
17160
17161 2001-06-18 [hoa]
17162
17163         * src/summaryview.c
17164                 fixed some bug when building threads
17165
17166 2001-06-18 [pau]l
17167
17168         * src/prefs_account.c
17169                 UI stuff: More changes to the English
17170
17171 2001-06-18 [paul]
17172
17173         * src/pixmaps/stock_news_compose.xpm: new file
17174         * src/Makefile.am
17175         * src/mainwindow.c
17176         * src/summaryview.c
17177                 Added new icon for Hoa's 'compose a news
17178                 message', plus minor improvements to the
17179                 English
17180
17181         * po/ja.po
17182         * ChangeLog
17183         * ChangeLog.jp
17184                 more sync with sylpheed 0.5.0pre1
17185
17186 2001-06-18 [hoa]
17187
17188         * src/compose.[ch]
17189         * src/mainwindow.c
17190                 Follow-up and reply to
17191
17192         * src/summaryview.[ch]
17193                 Build threads also with subjects
17194
17195 2001-06-17 [hoa]
17196
17197         * src/compose.c
17198                 forwarding use the current account.
17199
17200         * src/mainwindow.c
17201                 the "compose message" button has been replaced with
17202                 "new mail" and "new news" buttons
17203
17204         * src/prefs_common.[ch]
17205                 added a configuration option to use the forward button
17206                 as "forward as attachment"
17207                 changed reply and forward format description
17208
17209         * src/quote_fmt_lex.l
17210         * src/quote_fmt_parse.y
17211                 added message with no signature in format for reply
17212                 and forward.
17213
17214 2001-06-17 [paul]
17215
17216         Minor UI stuff
17217
17218         * src/mainwindow.c
17219         * src/summaryview.c
17220                 Improvements to the English
17221
17222         * src/prefs_common.c
17223                 Improvements to the English and some
17224                 clarity/continuity improvements in the
17225                 description of Quote symbols.
17226
17227 2001-06-17 [paul]
17228
17229         0.5.0claws1
17230
17231         * sync with sylpheed 0.5.0pre1
17232
17233 2001-06-17 [hoa]
17234
17235         * src/compose.c
17236                 Better interface for compose, displayed fields
17237                 are updated whenever we change account.
17238                 Newsgroups field is automatically filled.
17239
17240         * src/mainwindow.c
17241                 Newsgroups field is automatically filled.
17242
17243         * src/prefs_account.c
17244                 Some interface stuff when fields appear and
17245                 disappear.
17246
17247 2001-06-16 [paul]
17248
17249         0.4.99claws
17250
17251         * sync with sylpheed 0.4.99
17252
17253 2001-06-16 [sergey]
17254
17255         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17256         base64_decoder_free, base64_decoder_decode): new object and
17257         functions for decoding base64 streams.
17258         * src/procmime.c (procmime_decode_content): modified to use the
17259         new base64 decoder.
17260
17261 2001-06-15 [paul]
17262
17263         0.4.99claws10
17264
17265         * sync with sylpheed 0.4.99cvs11
17266
17267 2001-06-13 [paul]
17268
17269         0.4.99claws9
17270
17271         * sync with sylpheed 0.4.99cvs9
17272
17273 2001-06-13 [hoa]
17274
17275         * src/compose.c
17276         * src/prefs_account.c
17277
17278                 SMTP server can be defined in the news account
17279                 mime type of attachment are kept.
17280
17281         * src/summaryview.c
17282
17283                 now choose the highest important score between default
17284                 and important score of folder.
17285
17286 2001-06-09 [alfons]
17287         
17288         * src/prefs_common.c: 
17289
17290                 (prefs_quote_description_create): corrected description of 
17291                 quote format characters
17292
17293 2001-06-09 [paul]
17294
17295         0.4.99claws8
17296
17297         * sync with sylpheed 0.4.99cvs8
17298
17299 2001-06-08 [sergey]
17300
17301         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17302         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17303
17304 2001-06-08 [paul]
17305
17306         0.4.99claws7
17307
17308         * sync with sylpheed 0.4.99cvs7
17309
17310 2001-06-06 [sergey]
17311
17312         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17313         clashes with autogenerated header).
17314         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17315         * src/Makefile.am: added quote_fmt.h.
17316         * src/.cvsignore: added lex/yacc autogenerated files
17317         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17318
17319 2001-06-06 [paul]
17320
17321         0.4.99claws6
17322
17323         * sync with sylpheed 0.4.99cvs6
17324
17325 2001-06-06 [hoa]
17326
17327         * added src/quote_fmt_parse.h
17328         * src/compose.c
17329                 removed warnings
17330
17331         * src/prefs.[ch]
17332                 don't modify readonly configuration files
17333
17334         * src/prefs_account.c
17335         * src/prefs_common.c
17336         * src/prefs_customheader.c
17337         * src/prefs_display_header.c
17338         * src/prefs_filter.c
17339         * src/prefs_filtering.c
17340         * src/prefs_scoring.c
17341                 don't open dialog box when configuration files
17342                 are readonly
17343
17344 2001-06-05 [sergey]
17345
17346         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17347
17348         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17349         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17350         BUILT_SOURCES to make all files rebuild properly.
17351
17352         * src/compose.c: removed #include "quote_fmt.tab.h".
17353
17354         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17355         CHARACTER value in yylval.
17356
17357         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17358         receive CHARACTER value by documented means (yylval).
17359
17360         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17361
17362 2001-06-05 [hoa]
17363
17364         * src/Makefile.am
17365                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17366
17367         * src/filtering.c
17368         * src/matcher.c
17369         * src/matcher.h
17370         * src/prefs_filtering.c
17371                 now keep the configuration for execute action
17372
17373         * src/mbox_folder.c
17374                 fixed a warning
17375
17376 2001-06-05 [paul]
17377
17378         * sync with sylpheed 0.4.99cvs5
17379
17380 2001-06-05 [hoa]
17381
17382         * src/Makefile.am
17383                 added quote_fmt.[ch]
17384
17385         * added src/quote_fmt.y
17386         * added src/quote_fmt.l
17387         * added src/quote_fmt.tab.h
17388         * added src/quote_fmt.tab.c
17389         * added src/lex.quote_fmt.c
17390                 parsing configuration for replying
17391                 and forwarding
17392
17393         * src/prefs_common.[ch]
17394                 added configuration UI for replying
17395                 and forwarding
17396
17397         * src/compose.c
17398                 using configuration for replying
17399                 and forwarding
17400
17401 2001-06-04 [hoa]
17402
17403         * src/filtering.c
17404         * src/matcher.c
17405         * src/matcher.h
17406         * src/prefs_filtering.c
17407         * src/prefs_matcher.c
17408         * src/prefs_matcher.h
17409                 action "run a command" for filtering
17410                 and matching with a command.
17411                 fixed the "whole message" matching
17412
17413         * src/mbox_folder.c
17414                 changed temporary filename for security
17415
17416         * src/messageview.c
17417                 queue the notification if it fails to send.
17418
17419         * src/prefs_common.c
17420         * src/prefs_folder_item.c
17421                 changed the default important score             
17422
17423         * src/prefs_scoring.c
17424         * src/scoring.c
17425                 hide kill score input when the folder is not
17426                 a newsgroup
17427
17428 2001-06-03 [alfons]
17429
17430         * src/prefs_common.c:
17431
17432                 (prefs_font_select): pass font name in font entry box to font
17433                 selection dialog.
17434
17435 2001-06-03 [sergey]
17436
17437         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17438
17439 2001-06-03 [paul]
17440
17441         * sync with sylpheed 0.4.99cvs4
17442
17443 2001-06-03 [alfons]
17444
17445         * src/headerwindow.c:
17446
17447                 (headerwindow_show_cb): use the selected summary view item, not
17448                 the displayed item.
17449
17450 2001-06-02 [alfons]
17451
17452         * src/headerwindow.c:
17453
17454                 (headerwindow_show_cb): always try to show msginfo
17455
17456 2001-06-02 [hoa]
17457
17458         * src/compose.c
17459                 keep attached parts when reediting or forwarding.
17460
17461 2001-06-01 [hoa]
17462
17463         * src/folderview.c
17464         * src/prefs_folder_item.[ch]
17465         * src/prefs_scoring.[ch]
17466         * src/scoring.[ch]
17467         * src/summaryview.[ch]
17468         * src/main.c
17469         * src/mainwindow.c
17470         * src/prefs_common.[ch]
17471                 support for folder scoring
17472                 kill score and important score for messages
17473         
17474         * src/prefs_account.c
17475                 some display bug fixed for local account
17476                 preferences
17477
17478 2001-05-31 [alfons]
17479
17480         * src/summaryview.c:
17481
17482                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17483                 sender to address book menu item is disabled.
17484
17485 2001-05-30 [hoa]
17486
17487         * src/filtering.[ch]
17488         * src/summaryview.c
17489                 handling summary menu / filter messages
17490
17491         * src/folder.[ch]
17492                 add some stuff
17493
17494         * src/foldersel.c
17495                 imap folders now appears in list
17496
17497         * src/mbox_folder.c
17498                 doesn't crash if destination mail is not writeable
17499
17500 2001-05-29 [hoa]
17501
17502         * src/compose.c
17503                 removed some warnings
17504
17505         * src/filtering.c
17506         * src/folder.[ch]
17507         * src/prefs_filtering.c
17508                 global string to identify any folders           
17509                 removed some debug info
17510                 filtering to mbox folders is now possible
17511
17512         * src/mainwindow.c
17513                 removed some warnings
17514
17515         * src/mbox_folder.c
17516                 permission on files are changed to read/write for user only,
17517                 nothing for other.
17518                 creation of subfolder is handled better.
17519
17520 2001-05-28 [alfons]
17521
17522         Verified the sync for src/prefs_common.[ch] and
17523         src/prefs_account.[ch]. I believe there were some
17524         minor indentation differences.
17525
17526 2001-05-28 [paul]
17527
17528         0.4.99claws3
17529
17530         * sync with 0.4.99cvs3
17531
17532 2001-05-28 [hoa]
17533
17534         * src/compose.c
17535                 handling flags for mbox format
17536
17537         * src/filtering.c
17538                 use of mark file only for MH format
17539                 handling flags for mbox format
17540                 filtering cannot yet move or copy mails to mbox folders.
17541
17542         * src/folder.[ch]
17543                 changed move_msg, copy_msg,
17544                 move_msgs_with_dest, copy_msgs_with_dest functions
17545                 uses only folder->copy_msg() function
17546                 uses folder->finished_copy() to handle the destination
17547                 folder at the end of the copy or move operation.
17548
17549         * src/foldersel.c
17550                 included mbox directories.
17551
17552         * src/folderview.[ch]
17553         * src/mainwindow.c
17554                 handle folders operation for mbox format
17555
17556         * src/mbox.c
17557                 disable conversion of "From " header
17558
17559         * src/mbox_folder.[ch]
17560                 completion of mbox format handling
17561
17562         * src/mh.c
17563                 changed mh_copy_msg() function and
17564                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17565                 mh_copy_msgs_with_dest()
17566
17567         * src/prefs_filtering.c
17568                 removed some warnings
17569
17570         * src/prefs_matcher.c
17571                 default boolean operation is AND
17572
17573         * src/procheader.c
17574                 handling flags for mbox format
17575                 handling of "From " header
17576
17577         * src/procmsg.[ch]
17578                 removed data field
17579                 added MSG_REALLY_DELETED flags to handle deletion of
17580                 messages in mbox format.
17581
17582         * src/summaryview.c
17583                 handling flags for mbox format
17584                 disable the MSG_DELETED flags when messages
17585                 are deleted in mbox format
17586
17587         * src/textview.c
17588                 "From " headers display fixed.
17589
17590 2001-05-27 [alfons]
17591
17592         * src/textview.c:
17593                 
17594                 (get_email_part): skip quoted email addresses, like in e.g.
17595                 "'alfons@proteus.demon.nl'".
17596
17597 2001-05-26 [alfons]
17598
17599         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17600         and fixing the persistence troubles when using separate windows.
17601
17602         * src/mainwindow.c:
17603         
17604             Added #define SEPARATE_ACTION used in the gtk item factory for 
17605             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17606                 use gtk_item_factory_get_widget_by_action() to get the items.
17607                 
17608             Removed separate_widget_cb from the gtk item factory data   
17609           
17610             (mainwindow_create): connect separate_widget_cb() to check
17611             menu item "toggled" signal. also passing a MainWindow pointer
17612                 as object data for both check menu items.
17613                 
17614             (separate_widget_cb): definition of separate_widget_cb() to match
17615             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17616                 window using gtk_object_get_data(). The type of window separation 
17617                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17618         
17619         * src/prefs_filtering.c,
17620           src/prefs_matcher.c: added horizontal scrollbars
17621
17622 2001-05-25 [darko]
17623
17624         * src/headerview.c
17625                 fix segfault with invalid bold font
17626         * src/summaryview.c
17627                 correctly display summary stats after row is marked
17628
17629 2001-05-23 [sergey]
17630
17631         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17632         encodings with libjconv.
17633
17634 2001-05-23 [hoa]
17635
17636         * src/Makefile.am
17637                 added mbox_folder.[ch]
17638         * src/defs.h
17639                 mbox temporary folder
17640         * src/folder.[ch]
17641         * added src/mbox_folder.[ch]
17642         * src/folderview.c
17643         * src/procheader.[ch]
17644                 added mbox support
17645         * src/mbox.c
17646                 bugfix for file incorporation filtering
17647         * src/imap.c
17648                 enable creation of MBOX
17649         * src/prefs_display_header.c
17650                 enable use of headers like "From "
17651                 something that should be fixed :
17652                         displaying of such headers add an extra space
17653         * src/prefs_folder_item.c
17654                 don't create folders because it is not necessary
17655         * src/procmsg.h
17656                 added data field to MsgInfo for mbox internal use
17657         * src/summaryview.c
17658                 added some support for mbox
17659         * src/utils.[ch]
17660                 added get_mbox_cache_dir() function
17661
17662 2001-05-23 [hiroyuki]
17663
17664         * src/headerwindow.c
17665           src/inc.c
17666           src/main.c
17667           src/mh.c
17668           src/nntp.c
17669           src/procmsg.h
17670           src/session.h
17671           src/socket.[ch]
17672           src/summaryview.c
17673           src/textview.c
17674           src/automaton.c
17675           src/folderview.c: more sync with 0.4.99cvs2.
17676
17677         * src/headerwindow.c: reverted.
17678
17679 2001-05-22 [paul]
17680
17681         0.4.99claws2
17682
17683         * sync with sylpheed 0.4.99cvs2
17684                 * src/news.[ch]
17685                 * src/nntp.[ch]
17686                 * INSTALL
17687                 * INSTALL.jp
17688
17689 2001-05-22 [alfons]
17690
17691         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17692
17693 2001-05-21 [alfons]
17694
17695         Minor things:
17696
17697         * configure.in: if gnome-config not found, "no" is displayed
17698         
17699         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17700
17701         * src/textview.c: now also possible to add mail addresses by right
17702           clicking in the text view
17703
17704         * src/codeconv.c: merged patch which fixes endless loop when encountering
17705           invalid wide characters; from Alte <010@imis.ru>  
17706
17707 2001-05-20 [alfons]
17708
17709         Added installation of gnome specific things:
17710
17711         * Makefile.am: gnome conditional
17712
17713         * configure.in: check for installed gnome
17714
17715         * added sylpheed.png, sylpheed.desktop
17716
17717 2001-05-20 [sergey]
17718
17719         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17720
17721         * src/mainwindow.h (main_window_toolbar_create): created a button
17722         for "Reply to all".
17723         (main_window_set_toolbar_sensitive): enable/disable the new button
17724         appropriately.
17725         (toolbar_reply_to_author_cb): handle the new button.
17726
17727         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17728         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17729         failure).
17730
17731 2001-05-19 [sergey]
17732
17733         * src/compose.h (ComposeReplyMode): new modes
17734         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17735         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17736
17737         * src/compose.c
17738         (compose_send): move some code into a new function:
17739         (compose_current_mail_account): new function.
17740         (compose_reply): new argument to_author, all callers changed; if
17741         to_author==TRUE and account->protocol==A_NNTP, find and use an
17742         appropriate mail account for replying.
17743         (compose_reply_set_entry): new argument to_author; ignore
17744         compose->replyto if to_author==TRUE.
17745
17746         * src/mainwindow.c: new command "Message/Reply to author".
17747         (main_window_set_menu_sensitive): enable/disable it.
17748         (reply_cb): handle it.
17749
17750         * src/summaryview.c: new command "Reply to author".
17751         (summary_set_menu_sensitive): enable/disable it.
17752         (summary_reply_cb): handle it.
17753
17754         * src/account.c (account_find_mail_from_address): new function.
17755
17756 2001-05-18 [paul]
17757
17758         0.4.99claws1
17759
17760         * sync with sylpheed 0.4.99cvs1
17761
17762 2001-05-18 [hoa]
17763
17764         * src/compose.[ch]
17765         * src/filtering.c
17766         * src/summaryview.c
17767                 new filtering action : forward and forward as attachment
17768
17769         * src/main.c
17770                 no need for $DISPLAY when we run sylpheed --help
17771                 call to parse_cmd_opt() is moved
17772
17773         * src/mainwindow.[ch]
17774                 execute button is hidden when immediate execute
17775                 is chosen
17776
17777         * src/mh.c
17778         * src/news.c
17779         * src/prefs_folder_item.c
17780         * src/procmsg.c
17781                 better handling of missing directories
17782
17783         * src/summaryview.c
17784                 reedit is enabled in outbox
17785                 reedit is enabled in queue
17786
17787 2001-05-17 [hoa]
17788
17789         * src/filtering.c
17790         * src/matcher.[ch]
17791         * src/prefs_filtering.c
17792                 changed attachement into attachment
17793
17794 2001-05-17 [alfons]
17795
17796         0.4.67claws4    
17797
17798         * sync with sylpheed 0.4.67cvs9
17799         * sync with sylpheed 0.4.67cvs7-8
17800
17801 2001-05-17 [hoa]
17802
17803         * src/Makefile.am
17804                 added prefs_filtering.c
17805
17806         * src/filtering.[ch]
17807         * src/matcher.[ch]
17808                 removed action : forward_news and forward_news_as_attachement
17809                 (forward and forward_as_attachement can be used instead)
17810
17811         * src/mainwindow.c
17812                 added menu option to access filtering configuration
17813
17814         * src/prefs_account.c
17815                 changed mail_command default to /usr/sbin/sendmail
17816
17817         * added src/prefs_filtering.[ch]
17818                 dialog box for filtering configuration
17819
17820         * src/prefs_matcher.c
17821                 added function prefs_matcher_get_criteria_from_matching()
17822
17823         * src/prefs_scoring.c
17824                 reset the dialog when register or substitute is clicked
17825
17826 2001-05-15 [hoa]
17827
17828         * src/Makefile.am
17829                 added filtering.[ch]
17830         * src/inc.c
17831                 using filering.[ch] instead of filter.[ch]
17832         * src/main.c
17833                 reading new filtering configuration
17834         * src/matcher.[ch]
17835                 added some filtering actions
17836                 and fixed a bug for headers and mail body matching
17837         * src/mbox.c
17838                 using filering.[ch] instead of filter.[ch]
17839         * src/mh.c
17840                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17841         * src/summaryview.c
17842                 some fixes for filtering
17843
17844 2001-05-14 [hiroyuki]
17845
17846         * src/send.c: fixed some weird indentations.
17847           send_message_with_command(): call pclose() only if p != NULL.
17848         * src/textview.c: get_email_part(): modified the code for readability.
17849
17850 2001-05-14 [hiroyuki]
17851
17852         * src/md5global.h
17853           src/md5ify.c
17854           src/md5ify.h: removed from the cvs.
17855
17856 2001-05-13 [sergey]
17857
17858         * src/main.c: include rfc2015.h to avoid compiler warnings.
17859         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17860         the panel is already on screen.
17861         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17862         closing the alert window by ESC as "No".
17863         * src/prefs_common.c (prefs_interface_create): moved return
17864         receipt check button to the correct place.
17865
17866 2001-03-13 [alfons]
17867
17868         * src/prefs_common.c: 
17869                 moved return receipt check button to the Send tab. (prefs_send_create)
17870                 removed the date format ui related globals. (prefs_display_create)
17871
17872         0.4.67claws3
17873         
17874         * sync with sylpheed 0.4.67cvs5-6
17875
17876 2001-05-13 [paul]
17877
17878         * added Alfons' font selection patch
17879
17880         * src/defs.h
17881         * src/headerwindow.c
17882         * src/prefs_common.c
17883         * src/prefs_common.h
17884
17885 2001-05-13 [hoa]
17886         * src/defs.h
17887                 changed version of cache
17888         * src/matcher.[ch]
17889         * src/prefs_matcher.c
17890                 added additionnal matching criteria
17891         * src/procheader.c
17892         * src/procmsg.[ch]
17893         * src/news.c
17894                 added references in MsgInfo
17895
17896 2001-05-12 [hoa]
17897
17898         * src/defs.h
17899                 prepared some things for new filtering
17900         * src/matcher.[ch]
17901                 added some matching properties
17902                 inreplyto need to be enhanced
17903                 prepared some things for new filtering
17904         * src/messageview.c
17905                 added Return-Receipt-To handling
17906         * src/prefs_folder_item.c
17907                 changed default value to TRUE
17908         * src/prefs_matcher.c
17909                 added some matching properties
17910         * src/prefs_scoring.[ch]
17911                 the scoring dialog is finished
17912         * src/procheader.c
17913                 added Return-Receipt-To handling
17914                 Reference need to be added
17915         * src/procmsg.[ch]
17916                 added Return-Receipt-To handling
17917                 added threadscore to get a better score sorting when
17918                 threads are enabled
17919         * src/summaryview.c
17920                 suppressed a bug when we sort the list
17921                 when no folder is opened.
17922                 better score sorting when threads are enabled
17923
17924 2001-05-12 [alfons]
17925
17926         * reverted previous patch because of potential errors 
17927
17928         0.4.67claws2
17929         
17930         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17931                 applied "toggle mail-retrieval dialog window" patch submitted 
17932                 by Eric Limpens <eric@qnt.net>
17933
17934         * sync with sylpheed 0.4.67cvs4
17935
17936 2001-05-12 [sergey]
17937
17938         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17939         some picky compilers.
17940         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17941         * src/grouplist_dialog.c: include alertpanel.h.
17942         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17943         fix compile warning.
17944         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17945         #include "defs.h" before others to prevent the warning of `MIN'
17946         and `MAX' redefinition.
17947
17948 2001-05-11 [hoa]
17949
17950         * src/main.c
17951         * src/messageview.c
17952         * src/prefs_account.c
17953         * src/prefs_display_header.c
17954                 removed warning
17955         * src/Makefile.am
17956                 added prefs_scoring.[ch]
17957         * src/grouplist_dialog.c
17958                 display an error dialog box if the group list
17959                 cannot be fetched.
17960         * src/mainwindow.[ch]
17961                 added main_window_set_thread_option() function
17962                 scoring dialog box enabled
17963         * src/matcher.[ch]
17964                 added flags matching unread /new / marked
17965                 / deleted / replied / forwarded
17966         * src/news.c
17967                 newsgroups are now finally in newscache
17968         * src/prefs_matcher.[ch]
17969                 finished preferences for matching dialog
17970         * added src/prefs_scoring.[ch]
17971                 scoring dialog box completed
17972         * src/scoring.[ch]
17973                 conversion to string : added scoringprop_to_string()
17974                 write config for preferences :
17975                 added prefs_scoring_write_config()
17976         * src/summaryview.c
17977                 threads can be enabled/disabled independently
17978                 for each folder
17979
17980 2001-05-10 [alfons]
17981
17982         0.4.67claws1
17983         
17984         * AUTHORS: 
17985                 thought it would be nice to have a list of all
17986                 contributors (used Changelog as a reference)
17987         
17988         * configure.in: 
17989                 messed up version numbering...
17990
17991         0.4.66claws1
17992
17993         * sync with sylpheed 0.4.67cvs1-3
17994
17995 2001-05-10 [darko]
17996
17997         * src/prefs_common.c:
17998                 better UI for strftime format, double clicking
17999                 on format now inserts the format in text entry
18000                 replaced close button with standard OK/Cancel
18001                 moved date format button to the right of the
18002                 text entry field
18003
18004 2001-05-09 [alfons]
18005
18006         * src/gtkstext.c:
18007                 Ctrl-Home / Ctrl-End have proper cursor navigation
18008
18009 2001-05-09 [hoa]
18010
18011         * src/prefs_matcher.c
18012                 finished UI to define matching properties
18013                 added ok and cancel button
18014         * src/prefs_filter.c
18015                 added ok and cancel button
18016         * src/news.c
18017                 fixed some bug in xhdr parsing
18018
18019 2001-05-08 [alfons]
18020
18021         * src/textview.c: 
18022                 fixed a bug in textview_show_header(), which displayed two colons (':');
18023                 cleaned up some warnings
18024
18025 2001-05-08 [hoa]
18026
18027         * src/Makefile.am
18028                 added prefs_matcher.[ch]
18029                 compilation with -W -Wall
18030         * src/alertpanel.c
18031                 ungrab the mouse events if grabbed - does it
18032                 fix the bug for disposition notification ?
18033         * src/mainwindow.c
18034                 added a menu option to open the matching dialog.
18035         * src/matcher.[ch]
18036                 added matcherprop_to_string() and matcherlist_to_string()
18037                 fixed some bugs, changed the name of some options
18038                 age_sup and age_inf becomes age_greater and age_lower,
18039                 body and messageheaders becomes body_part and headers_part,
18040                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18041         * src/prefs_display_header.c
18042         * src/prefs_headers.c
18043                 fixed a bug that accidentally destroyed dialogs
18044                 when closed them with delete_event
18045                 Added *_deleted() which handle delete_event signal correctly.
18046         * src/prefs_folder_item.[ch]
18047                 added "enable_thread" field for future customization
18048         * added src/prefs_matcher.[ch]
18049                 sample of the UI to define matching properties
18050         * src/procheader.c
18051                 using procheader_headername_equal instead of str*cmp functions
18052                 using procheader_parse_header() function
18053         * src/scoring.c
18054                 using MATCHING_XXX instead of SCORING_XXX
18055         * src/summaryview.c
18056                 display the sender of the news even if this is ourself
18057                 when this is a news message.
18058         * src/textview.c
18059                 using headername_equal() instead of str*cmp functions
18060
18061 2001-05-08 [alfons]
18062
18063         0.4.66claws
18064
18065         * sync with sylpheed 0.4.66
18066         * src/gtkstext.c: trace logs added 
18067
18068 2001-05-08 [sergey]
18069
18070         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18071         signature check popup.
18072         * src/rfc2015.c (check_signature): show signature check popup only
18073         if it is enabled in preferences.
18074
18075 2001-05-07 [alfons]
18076
18077         0.4.66claws4
18078         
18079         * sync with sylpheed 0.4.66cvs6
18080
18081 2001-05-07 [darko]
18082
18083         * src/prefs_common.[ch]: added option to enable/disable
18084           looking up sender name in address book for summary pane
18085         * src/summaryview.c: look up sender in the address book
18086           by using Alfons' address completion code
18087
18088 2001-05-07 [hiroyuki]
18089
18090         * src/inc.h
18091           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18092           member of Pop3State.
18093         * src/news.c: brought #include "defs.h" before #include <glib.h>
18094           to prevent the warning of `MIN' and `MAX' redefinition.
18095
18096 2001-05-06 [hoa]
18097
18098         * removed src/headers_display.[ch]
18099         * removed src/prefs_display_headers.[ch]
18100         * src/inc.c
18101                 use a temporary file in the user directory for mbox import
18102         * src/news.c
18103                 added XHDR support to get "To" and "Cc" headers
18104                 (in order to match news with to or cc field for
18105                 scoring)
18106                 added function news_parse_xhdr() to get XHDR response
18107         * src/nntp.[ch]
18108                 added function nntp_xhdr()
18109         * src/matcher.c
18110                 fetch the message if necessary
18111
18112 2001-05-06 [alfons]
18113
18114         0.4.66claws3
18115
18116         * sync with sylpheed 0.4.66cvs3-5
18117
18118 2001-05-06 [hoa]
18119
18120         * src/utils.[ch]
18121                 added function itos_buf() to enable use of several buffers
18122         * src/summaryview.c
18123                 use of itos_buf() instead of itos() in summary list
18124                 to fix the broken display of message number.
18125
18126 2001-05-06 [alfons]
18127
18128         * src/gtkstext.c: bug in cursor up navigation fixed,
18129                 fixed another unsigned / signed comparison (we're getting there :-)
18130
18131 2001-05-06 [hoa]
18132
18133         * src/Makefile.am
18134                 added scoring.c scoring.h
18135                 prefs_folder_item.c prefs_folder_item.h
18136                 matcher.c matcher.h
18137         * src/defs.h
18138                 added FOLDERITEM_RC SCORING_RC
18139         * src/folder.[ch]
18140                 added prefs field in FolderItem :
18141                 properties for each folder (PrefsFolderItem),
18142                 sorting type and mode were added as the first properties.
18143         * src/main.c
18144                 read config for scoring
18145         * added src/matcher.[ch]
18146                 gives functions to parse configuration file to do
18147                 matching on mails with a list of conditions.
18148         * src/mainwindow.c
18149                 add option to sort by score
18150         * src/prefs_common.[ch]
18151                 added preference option to show score and for
18152                 the score column size
18153         * added src/prefs_folder_item.[ch]
18154                 properties for each folder (PrefsFolderItem),
18155                 sorting type and mode were added as the first properties.
18156         * src/procheader.[ch]
18157                 added procheader_parse_header()
18158                 added procheader_header_free()
18159                 added procheader_headername_equal()
18160                 and made modification to use them.
18161         * src/procmsg.[ch]
18162                 added score field to MsgInfo structure
18163         * added src/scoring.[ch]
18164                 gives functions to parse configuration file to do
18165                 scoring on mails with a list of conditions.
18166         * src/summaryview.[ch]
18167                 save the sorting type and mode for the folder
18168                 added column to display the score of the mail
18169                 added function summary_score_clicked()
18170                 sorting type and mode are restored to the folder
18171                 when it is reopen
18172         * src/textview.c
18173                 use procheader_parse_header(), procheader_headername_equal()
18174                 removed memory leak in text_scan_header when freeing headers
18175         * src/filter.c
18176                 changed the function to match names of headers
18177                 using procheader_headername_equal()
18178
18179         Scoring functions are implemented, an interface is needed
18180         to configure that.
18181
18182 2001-05-04 [alfons]
18183
18184         * src/gtkstext.c: 
18185                 hopefully fixed the row up navigation bug,
18186                 removed adding back / forward lines to cache
18187
18188 2001-05-04 [sergey]
18189
18190         * src/prefs_display_headers.c: user interface changes:
18191         (prefs_display_headers_create): remove unused "Show" check button;
18192         allow reordering of headers by dragging.
18193         (prefs_display_headers_write_config): remove unused variables.
18194         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18195         of lists (not needed with the new UI).
18196         (prefs_display_headers_set_list): scan lists starting from row 0,
18197         not 1 (do not skip "(New)").
18198         (prefs_display_headers_find_header): new function.
18199         (prefs_display_headers_clist_set_row): do not allow duplicates.
18200         (prefs_display_headers_delete_cb): do not skip row 0; treat
18201         closing the alert window by ESC as "No".
18202         (prefs_display_headers_up): do not protect row 0.
18203         (prefs_display_headers_down): do not protect row 0.
18204
18205 2001-05-04 [sergey]
18206
18207         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18208         functions.
18209
18210         * src/summaryview.c
18211         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18212         summary_select_next_marked, summary_select_prev_marked): new
18213         functions.
18214
18215 2001-05-03 [sergey]
18216
18217         * src/news.c: fixed a bug when no article can be fetched after
18218         server timeout if the connection was restored by news_post():
18219         (news_select_group): new function.
18220         (news_fetch_msg): call news_select_group() before fetching
18221         article.
18222         (news_get_uncached_articles): set session->group after successful
18223         GROUP command.
18224
18225 2001-05-03 [hoa]
18226
18227         * src/defs.h
18228         * src/procmsg.[ch]
18229         * src/procheader.c
18230                  changed version of cache, added cc field
18231
18232         * src/prefs_display_headers.c
18233                 the interface was changed
18234
18235         * src/prefs_headers.c
18236                 added cancel button
18237
18238 2001-05-03 [alfons]
18239
18240         * completed sync of sylpheed cvs2
18241         * src/gtkstext.c: updated row up / down cursor navigation
18242         * src/textview.c: re-edited, prepared for fixing the email address
18243                 scanner.
18244
18245 2001-05-03 [darko]
18246
18247         * src/prefs_common.c: use alfons' strftime ui code
18248         entry_datefmt and datefmt_sample widgets have to be
18249         global in this module because of this change
18250
18251 2001-05-03 [hoa]
18252
18253         * src/messageview.c
18254         * src/prefs_common.[ch] added option to activate the return receipt
18255                 feature.
18256
18257 2001-05-02 [alfons]
18258
18259         * src/gtkstext.c: fix for row up/down cursor navigation. 
18260
18261         0.4.66claws2
18262         
18263         * sync with 0.4.66cvs2
18264
18265 2001-05-02 [paul]
18266
18267         added add-sender-to-addressbook patch
18268
18269         * src/addressbook.c
18270         * src/addressbook.h
18271         * src/summaryview.c
18272
18273 2001-05-02 [sergey]
18274
18275         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18276         G_ALERTDISABLE.
18277
18278         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18279         all existing callers changed to pass FALSE; create a check button
18280         to disable the message.
18281         (alertpanel_message_with_disable): new function.
18282         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18283         (alertpanel_button_toggled): new function.
18284         (alertpanel_button_clicked, alertpanel_close): set value using
18285         G_ALERT_VALUE_MASK.
18286
18287         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18288
18289         * src/prefs_common.c (prefs_privacy_create): new check button
18290         checkbtn_gpgme_warning.
18291
18292         * src/main.c (main): moved preferences reading before gpgme
18293         initialization; check prefs_common.gpgme_warning before giving the
18294         GnuPG warning and set it to FALSE if the user wants to disable the
18295         warning.
18296
18297 2001-05-02 [hiroyuki]
18298
18299         * src/prefs_display_headers.c: modified the layout and some labels.
18300
18301 2001-05-02 [sergey]
18302
18303         * src/prefs_account.c (prefs_account_fix_size): new function.
18304         (prefs_account_create): call prefs_account_fix_size(); use
18305         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18306         size when the window is shown for the first time).
18307         (prefs_account_basic_create): changed layout of serv_table; moved
18308         localmbox_entry above smtpserv_entry (logically it replaces
18309         POP3/IMAP server).
18310         (prefs_account_protocol_activated): set sensitivity of
18311         nntpauth_chkbtn according to the protocol (in addition to
18312         hide/show); commented out gtk_table_set_row_spacing() calls.
18313         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18314         not sensitive (fixes a bug with disabled username/password boxes
18315         when editing POP3 account after NNTP with authentication).
18316
18317 2001-05-02 [hoa]
18318
18319         * src/account.c
18320         * src/inc.c
18321         * src/prefs_account.[ch]
18322         * src/send.c
18323                 removed local account without SMTP server
18324                 added option to use mail command instead of a connexion
18325                 to SMTP server when a local account is used
18326         * src/prefs_headers.c
18327                 fixed a bug
18328         * src/news.c
18329                 fixed a bug when connexion immediately closed
18330
18331 2001-05-01 [alfons]
18332
18333         0.4.66claws1
18334         
18335         * sync with 0.4.65
18336
18337 2001-05-01 [sergey]
18338
18339         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18340         widget nntpauth_chkbtn.
18341         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18342         visibility.
18343         (prefs_account_nntpauth_toggled): new function.
18344
18345         * src/news.c (news_session_new_for_folder): use NNTP
18346         authentication only if ac->use_nntp_auth is set.
18347
18348 2001-05-01 [hoa]
18349
18350         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18351         * src/prefs_display_headers.c changed the UI
18352         * src/prefs_headers.c changed account_name to account_id
18353         * src/compose.c using customheader.h
18354
18355 2001-05-01 [hiroyuki]
18356
18357         * src/esmtp.c
18358           src/news.c
18359           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18360           unsynched.
18361
18362 2001-05-01 [hoa]
18363
18364         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18365         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18366                 for displaying of headers
18367         * src/grouplist_dialog.[ch] minor changes to remove warnings
18368         * src/prefs_display_headers.[ch] dialog to choose the
18369         headers to display in the mail viewer.
18370         * src/headers.h correction of #define
18371         * src/headers_display.[ch] configuration for displaying of headers.
18372         * src/main.c read config of displaying of headers
18373         * src/prefs_common.c add a button to access the config dialog
18374                 for displaying of headers
18375         * src/prefs_display_headers.[ch] dialog for configuration for
18376                 displaying of the headers.
18377         * src/prefs_headers.c cleaning of code
18378         * src/procheader.c comments added to code
18379         * src/textview.c changes to reorder the headers depending
18380                 on the config for displaying of headers
18381
18382 2001-04-30 [alfons]
18383
18384         0.4.65claws7
18385
18386         * sync with 0.4.65cvs12
18387
18388         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18389
18390 2001-04-30 [sergey]
18391
18392         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18393
18394         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18395         is set to force reconnection after authentication failure.
18396         (nntp_gen_command): set sock->auth_failed on authentication
18397         failure, or if sock->userid and sock->passwd are not set.
18398
18399         * src/news.c (news_session_new_for_folder): set userid=NULL if
18400         password dialog is cancelled.
18401
18402 2001-04-30 [sergey]
18403
18404         * src/nntp.h (NNTPSockInfo): new type.
18405
18406         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18407         SockInfo.
18408         (nntp_open_auth, nntp_close): new functions.
18409         (nntp_gen_command): new function to handle authentication; all
18410         NNTP command functions updated to use it.
18411         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18412         (nntp_list): removed old useless code.
18413
18414         * src/news.h (NNTPSession): new field nntp_sock.
18415
18416         * src/news.c: all functions updated to use NNTPSockInfo instead of
18417         SockInfo.
18418         (news_session_new): new arguments (userid, passwd); made static;
18419         use nntp_open_auth() if needed.
18420         (news_session_destroy): use nntp_close() instead of sock_close().
18421         (news_query_password): changed arguments.
18422         (news_session_new_for_folder): new function.
18423         (news_session_get): use news_session_new_for_folder().
18424         (news_authenticate): deleted.
18425         (news_get_uncached_articles): removed old authentication code.
18426
18427 2001-04-30 [sergey]
18428
18429         * src/news.c: reverted my previous changes (need to do NNTP
18430         authentication in a cleaner way).
18431         
18432 2001-04-29 [sergey]
18433
18434         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18435         news_nntp_post, news_nntp_mode): new functions (wrappers with
18436         authentication support).
18437         (news_get_article_cmd, news_get_article, news_get_header): new
18438         argument "folder"; all callers changed.
18439         (news_get_article_cmd): added authentication support.
18440         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18441         (news_post): use news_nntp_post() instead of nntp_post().
18442         (news_get_uncached_articles): use news_nntp_group() instead of
18443         nntp_group() and news_nntp_xover() instead of nntp_xover();
18444         removed old authentication code.
18445         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18446
18447         * src/nntp.c (nntp_list): return real error code instead of
18448         hardcoded NN_ERROR.
18449
18450 2001-04-29 [sergey]
18451
18452         * configure.in: fixed wint_t typedef detection again
18453
18454 2001-04-28 [hoa]
18455
18456         * src/prefs_account.[ch], added A_LOCAL_CMD
18457                 (send mail with mail command)
18458         * src/send.c added function send_message_with_command()
18459         * src/inc.c made a more secure get_spool() function with
18460                 mktemp() but maybe mkstemp() or something more
18461                 secure can be used.
18462
18463 2001-04-28 [alfons]
18464
18465         * src/textview.c, colorization of email addresses in headers
18466
18467         0.4.65claws6
18468
18469         * bug sync with sylpheed
18470         * prefs_common.c: created date format ui for darko
18471         * sync with 0.4.65cvs11
18472         * configure.in: corrected to have the new gpg checks
18473
18474 2001-04-27 [alfons]
18475
18476         * completed sync with 0.4.65cvs10
18477         * minor debug things added to gtkstext.c
18478
18479 2001-04-27 [darko]
18480
18481         * configure.in: remove check for availability of
18482           strftime() as advised by Hiroyuki
18483         * src/prefs_common.[ch], src/procheader.c:
18484           synch strftime() code with Hiroyki's main branch
18485
18486 2001-04-26 [sergey]
18487
18488         * src/news.c: news_query_password(), news_authenticate(): new
18489           functions.
18490           news_get_uncached_articles(): added NNTP authentication
18491           handling.
18492         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18493           new functions.
18494         * src/prefs_account.c: prefs_account_protocol_activated():
18495           enable userid and password fields for NNTP.
18496
18497 2001-04-26
18498
18499         * configure.in: check for availability of strftime()
18500           [darko]
18501         * src/prefs_common.[ch], src/procheader.c: use
18502           strftime() for displaying date in summary pane if it
18503           is available
18504
18505 2001-04-25
18506
18507         * more .cvsignore cleanups [alfons]
18508
18509 2001-04-25
18510
18511         * ac/sv-check-type.m4: new autoconf macro.
18512         * configure.in: fixed wint_t typedef detection (did not work
18513           with gcc-2.96).
18514
18515 2001-04-25
18516
18517         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18518           [hiroyuki]
18519
18520 2001-04-24
18521         * modified gtkstext.c : buggy cursor navigation fixed, 
18522           and font descent also taken in account when drawing
18523           cursor. [alfons]
18524
18525 2001-04-24 [hoa]
18526         * added comments in src/news.c src/nntp.c
18527         * added src/prefs_headers.[ch]
18528         * added src/headers.[ch]
18529         * modified compose.c to activate custom headers
18530                 added function is_in_custom_headers
18531         * modified prefs_account.[ch]
18532                 added function prefs_account_customhdr_edit
18533         * modified src/defs.h :
18534                 added HEADERS_RC : name of the config file
18535                 for the custom headers
18536
18537 2001-04-24
18538
18539     0.4.65claws5
18540
18541         * configure.in
18542           src/gtkstext.[ch]
18543           src/compose.c
18544           src/Makefile.am
18545           
18546           added gtkstext with configure.in patch by Hiroyuki which
18547           should fix the XIM detection [alfons]
18548
18549         * more clean up of cvs [alfons]
18550
18551                  * removed all Makefile.in files to attic.
18552
18553                  * updated all .cvsignores to really ignore things that could
18554                    be unintentionally committed by a recursive commit.
18555
18556 2001-04-23 [hoa]
18557         * added src/grouplist_dialog.[ch]
18558         * changed src/folderview.c to call grouplist_dialog instead
18559                 of inputdialog
18560         * src/news.c :
18561                 added functions news_reset_group_list
18562                 and news_get_group_list
18563         * src/nntp.c :
18564                 added function nntp_list
18565         * src/defs.h :
18566                 added GROUPLIST_FILE : name of the newsgroup list cache file
18567
18568 2001-04-21
18569
18570         * added option to warn about queued messages on exit [sergey]:
18571
18572           * src/compose.c: compose_queue(): call folder_item_scan()
18573             and folderview_update_item() after queueing.
18574           * src/folderview.c: folderview_update_node(): draw the queue
18575             folder in bold font if there are queued messages.
18576           * src/mainwindow.c: queued_messages(): new function.
18577             app_exit_cb(): display warning if there are queued messages
18578             if warn_queued_on_exit is set.
18579           * prefs_common.[ch]: add warn_queued_on_exit option.
18580
18581         * enhanced GnuPG key selection support [sergey]:
18582
18583           * src/select-keys.c: updated to newer version from Win32
18584             branch with support for selecting arbitrary keys.
18585           * src/prefs_account.c: added the Privacy tab to the account
18586             options window.
18587             prefs_account_privacy_create(),
18588             prefs_account_sign_key_set_data_from_radiobtn(),
18589             prefs_account_sign_key_set_radiobtn(): new functions.
18590           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18591           * src/rfc2015.c: set_signers(): new function.
18592             pgp_sign(): add the account parameter, call set_signers().
18593             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18594           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18595           * src/compose.c: pass the current account to rfc2015_sign().
18596
18597         * tag name claws added to prevent confusion with main branch [alfons]
18598
18599         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18600
18601         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18602
18603         * sync with recent sylpheed cvs. Untested though. [alfons]
18604