0.9.5claws21
[claws.git] / ChangeLog.claws
1 2003-09-20 [christoph]  0.9.5claws21
2
3         * src/compose.c
4                 increase temp buffer size when writing headers
5
6 2003-09-19 [darko]      0.9.5claws20
7
8         * src/compose.c
9                 don't ignore value of 'Save copy of outgoing messages to
10                 this folder instead of Sent' in message redirect
11
12 2003-09-17 [christoph]  0.9.5claws19
13
14         * src/compose.c
15                 use ", " as address seperator for mail headers and pass whole
16                 header line at once to compose_convert_header to make sure
17                 it is correctly folded
18
19         (closes Bug 64 Problem when sending to many recipients)
20
21 2003-09-17 [hoa]        0.9.5claws18
22         
23         * changed the keyword used for command execution in condition
24                 keyword is changed from "execute" to "test"
25                 so that it is not the same as the one used for action.
26                 This will fix a bug when using filtering dialog.
27                 All semantic in the code is also changed to reflect
28                 the keyword change.
29
30 2003-09-17 [paul]
31         
32         * sync with 0.9.6 release
33
34 2003-09-17 [paul]       0.9.5claws17
35
36         * sync with 0.9.5cvs8
37                 see ChangeLog 2003-09-16 and 2003-09-17
38
39 2003-09-16 [paul]       0.9.5claws16
40
41         * sync with 0.9.5cvs6
42                 see ChangeLog 2003-09-16
43
44 2003-09-15 [paul]       0.9.5claws15
45
46         * sync with 0.9.5cvs5
47                 see ChangeLog 2003-09-15
48
49 2003-09-14 [alfons]     0.9.5claws14
50
51         * src/inc.c
52                 make "Go to inbox after receiving new mail" again;
53                 regression of a sync, restored to sylpheed main 
54                 behaviour. (misses still some bits)
55
56 2003-09-14 [alfons]     0.9.5claws13
57
58         * src/prefs_filtering_action.c
59                 o add proper message if empty execute command line
60                 o don't select first action item after registering a
61                   new action to prevent (what seems to be a GTK) bug
62                   #36, "filtering will only accept one action change 
63                   per invocation".
64
65 2003-09-14 [alfons]     0.9.5claws12
66
67         * src/prefs_filtering.c
68         * src/prefs_filtering_action.c
69         * src/prefs_matcher.c
70                 fix function signature for key_pressed_event signal handlers
71
72 2003-09-14 [alfons]     0.9.5claws11
73
74         * src/mainwindow.c
75                 fix regression caused by fix for invalid bug #7
76                 (should fix #246, "Multiple selections are deselected when 
77                 moving from search window to main window")
78                 
79 2003-09-14 [alfons]     0.9.5claws10
80         
81         * src/actions.[ch]
82         * src/filtering.[ch]
83         * src/prefs_actions.c
84                 allow `filtering actions` in actions; only for advanced users
85                 right now: try for example, "%as{mark color 2}" 
86         
87 2003-09-13 [paul]       0.9.5claws9
88         
89         * po/pl.po
90           po/zh_CN.po   ** NEW FILE **
91                 update Polish translation, submitted by Emil 
92                 <eminowbl@posejdon.wpk.p.lodz.pl>
93                 add new Simplified Chinese translation, submitted by
94                 Hansom Young <hansom_young@yahoo.com>
95
96 2003-09-12 [alfons]     0.9.5claws8
97
98         * src/summaryview.c
99                 don't open separate message views when View | Separate message view
100                 is active 
101                 (please look carefully for any navigation regressions)
102
103 2003-09-11 [alfons]     0.9.5claws7
104
105         * src/mainwindow.c
106                 make default message view, opened by View | Separate message 
107                 view, look like a claws message view (which includes a menu
108                 bar and a toolbar)
109                 (fixes bug #298, "message view loses tool bar") 
110
111 2003-09-11 [christoph]  0.9.5claws6
112
113         * src/folderview.c
114                 fix double deleting of newsgroup folders
115
116         (closes Bug 305 crash after deleting of a newsgroup)
117
118 2003-09-11 [paul]       0.9.5claws5
119
120         * src/rfc2015.c
121           src/common/utils.h
122                 more sync'ing from 0.9.5cvs2
123
124         fixes bug 197 'Header lines encrypted by GPG'
125
126 2003-09-11 [christoph]  0.9.5claws4
127
128         * src/compose.c
129         * src/rfc2015.c
130         * src/common/utils.h
131                 fix sync with 0.9.5cvs2
132
133 2003-09-11 [paul]       0.9.5claws3
134
135         * sync with 0.9.5cvs4
136                 see ChangeLog 2003-09-11
137
138 2003-09-11 [paul]       0.9.5claws2
139
140         * sync with 0.9.5cvs2
141                 see ChangeLog 2003-09-05
142                 
143 2003-09-11 [paul]       0.9.5claws1
144
145         * sync with 0.9.5cvs3
146                 see ChangeLog 2003-09-10
147
148 2003-09-10 [paul]       0.9.5claws
149
150         * 0.9.5claws released
151
152 2003-09-10 [paul]       0.9.4claws78
153
154         * src/Makefile.am
155                 add missing files
156
157 2003-09-10 [melvin]     0.9.4claws77
158
159         * po/fr.po
160                 Updated French translations
161
162 2003-09-10 [paul]       0.9.4claws76
163
164         * po/es.po
165           po/sk.po
166           po/sr.po
167                 update Spanish, Slovak, and Serbian translations.
168                 submitted by Ricardo Mones Lastra, Andrej Kacian,
169                 and Urke MMI
170                 
171         * AUTHORS
172                 add translation team section
173
174 2003-09-09 [christoph]  0.9.4claws75
175
176         * src/folder.c
177                 free item->prefs in folder_item_destroy
178
179 2003-09-09 [alfons]     0.9.4claws74
180
181         * src/folderview.c
182                 o proper check for root node sorting
183                 o remove unnecessary gtk_ctree_remove_node 
184
185         (should fix bug #300, "crash while moving folder")      
186
187 2003-09-08 [christoph]  0.9.4claws73
188
189         * src/folderview.c
190                 o fix double adding of IMAP FolderItems to GtkCTree
191                 o fix crash then mbox folder is removed
192
193 2003-09-08 [christoph]  0.9.4claws72
194
195         * src/folder.c
196         * src/folderview.c
197         * src/mainwindow.c
198                 fix new folder notification
199
200         * src/mbox_folder.c
201                 fix cache path
202
203 2003-09-08 [christoph]  0.9.4claws71
204
205         * src/compose.c
206                 replace '\n' and '\r' before removing trailing spaces
207
208         * src/folder.[ch]
209         * src/folderview.c
210                 add information about new or removed items in folder tree change
211                 notification and use this in folderview to add and remove only
212                 the appected items and not refresh the whole tree
213
214 2003-09-07 [match]      0.9.4claws70
215
216         * src/Makefile.am
217         * src/addr_compl.c
218         * src/addressbook.c
219         * src/addressitem.h
220         * src/addrindex.c
221         * src/addritem.c
222         * src/addritem.h
223         * src/addrquery.c                       ** NEW **
224         * src/addrquery.h
225         * src/ldapquery.c
226         * src/ldapserver.c
227         * src/stock_pixmap.c
228         * src/stock_pixmap.h
229         * src/pixmaps/address_search.xpm        ** NEW **
230                 re-introduce Lookup button for LDAP 'static' searches.
231
232 2003-09-07 [alfons]     0.9.4claws69
233         
234         * src/summaryview.c
235                 abandon setting usize for messageview because it gives layout problems
236                 with the quick search bar and the headerview; fixes assorted UI glitches:
237                 
238                 o bug #148, "Toggling of quick-search bar reduces index view area" 
239                 o bug #280, "Window resiizes for line length but does not revert"
240
241 2003-09-07 [christoph]  0.9.4claws68
242
243         * src/compose.c
244                 o make sure we don't have any newlines in header values
245                 o check custom headers for spaces and newlines and ignore
246                   malformed header names
247
248 2003-09-06 [christoph]  0.9.4claws67
249
250         * src/folder.c
251         * src/folderview.c
252                 invoke notification hook for folder tree changes after append
253                 and remove folder
254
255         (closes Bug 294 Crash while moving folder with many subdirectories)
256
257 2003-09-06 [christoph]  0.9.4claws66
258
259         * src/folder.c
260                 destroy folder's MsgCache if FolderItem is removed to make sure
261                 it is not saved when the FolderItem is destroyed
262
263 2003-09-06 [christoph]  0.9.4claws65
264
265         * src/plugins/clamav/clamav_plugin.c
266                 fix copy & paste bug
267
268 2003-09-05 [christoph]  0.9.4claws64
269
270         * src/folder.c
271         * src/messageview.[ch]
272         * src/procmsg.[ch]
273         * src/summaryview.c
274                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
275                 by MessageView to clear it when the message is deleted. Should
276                 work even if messages are deleted in MainWindow or by
277                 processing.
278
279 2003-09-05 [alfons]     0.9.4claws63
280
281         * src/messageview.c
282                 deleting a message in a message view frees its msginfo, make 
283                 messageview_update_all() aware of that (should fix bug #293,
284                 "deleting message caused crash")
285
286 2003-09-05 [melvin]     0.9.4claws62
287
288         * src/action.c
289                 Improve synchronous action exit code (fixes 
290                 a ~5 seconds delay after action exit on RedHat 9)
291
292 2003-09-04 [christoph]  0.9.4claws61
293
294         * src/compose.c
295         * src/rfc2015.c
296         * src/common/utils.[ch]
297                 add util function to create mime boundary and use it
298                 in compose and gpg code
299
300 2003-09-04 [alfons]     0.9.4claws60
301
302         * src/folder.c
303                 source folder item's GNode should already have been freed in 
304                 a previous call to src->folder->klass->remove_folder()
305                 (should fix bug #287, "crash when moving folders")
306
307 2003-09-03 [thorsten]   0.9.4claws59
308
309         * src/plugins/spamassassin/spamassassin_gtk.c
310                 fix compile error
311
312 2003-09-03 [christoph]  0.9.4claws58
313
314         * src/plugins/spamassassin/spamassassin.[ch]
315         * src/plugins/spamassassin/spamassassin_gtk.c
316                 add timeout config option
317
318 2003-09-03 [paul]       0.9.4claws57
319
320         * po/sk.po      ** NEW FILE **
321                 add Slovak translation. Submitted by Andrej Kacian 
322                 <andrej@kacian.sk>
323
324 2003-09-03 [paul]       0.9.4claws56
325
326         * src/plugins/clamav/clamav_plugin_gtk.c
327                 gui tweaks: replace a label with a tooltip, modify the
328                 text, use gtk_check_button_new(); instead of
329                 gtk_check_button_new_with_label("");
330
331 2003-09-02 [alfons]     0.9.4claws55
332
333         * src/gtk/filesel.c
334                 remember last used dir when attaching multiple files (should fix
335                 bug #290, "Attach File does not remember directory")
336
337 2003-09-01 [paul]       0.9.4claws54
338
339         * po/es.po
340                 updated by Ricardo Mones Lastra
341
342 2003-09-01 [alfons]     0.9.4claws53
343
344         * src/gtk/gtkaspell.[ch]
345                 be pedantic and strict and use const gchar * instead of guchar *
346
347 2003-09-01 [alfons]     0.9.4claws52
348
349         * src/mainwindow.c
350         * src/summaryviewc.
351                 re-enable Save As when multiple messages are selected
352
353 2003-09-01 [paul]       0.9.4claws51
354
355         * src/textview.c
356                 g_free(trimmed_uri);
357
358 2003-09-01 [paul]       0.9.4claws50
359
360         * sync with 0.9.4cvs13
361                 see ChangeLog 2003-09-01
362
363 2003-09-01 [paul]       0.9.4claws49
364
365         * src/textview.c
366                 trim uri before sending to the statusbar
367                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
368                 in the message window causes main S-C window to enlarge 
369                 past screen edges'
370
371 2003-09-01 [paul]       0.9.4claws48
372
373         * sync with 0.9.4cvs12
374                 see ChangeLog 2003-09-01
375
376 2003-08-30 [christoph]  0.9.4claws47
377
378         * src/compose.c
379         * src/folder_item_prefs.[ch]
380         * src/prefs_folder_item.c
381         * src/gtk/gtkaspell.[ch]
382                 commit per folder dictionary patch by
383                 Paul Evans <nerd@freeuk.com>
384
385 2003-08-30 [christoph]  0.9.4claws46
386
387         * src/plugins/spamassassin/spamassassin_gtk.c
388         * src/plugins/spamassassin/spamassassin_gtk.glade
389                 reduce GUI clutter by placing hints into tooltips
390
391 2003-08-30 [paul]       0.9.4claws45
392
393         * src/compose.c
394                 add 'Content-Disposition: inline' to a text/plain
395                 part when using PGP/MIME signing
396
397 2003-08-30 [paul]       0.9.4claws44
398
399         * src/prefs_common.c
400           src/prefs_spelling.c
401           src/prefs_spelling.glade
402                 reduce GUI clutter by placing hints into tooltips
403
404 2003-08-29 [christoph]  0.9.4claws43
405
406         * configure.ac
407                 fix bug found by Ivan Rayner <ivanr@sgi.com>
408
409         * src/stock_pixmap.c
410                 change unecessary warning into a debug message
411
412         * src/plugins/clamav/Makefile.am
413                 Fix error "-I$(CLAMAV_LIBS)"
414
415 2003-08-29 [christoph]  0.9.4claws42
416
417         * intl/Makefile.in
418         * src/Makefile.am
419         * src/matcher.h
420         * src/common/Makefile.am
421         * src/common/passcrypt.c
422                 commit fixes and patches for some of the IRIX problems found by
423                 Ivan Rayner <ivanr@sgi.com>
424
425 2003-08-29 [paul]       0.9.4claws41
426
427         * src/prefs_filtering.c
428                 add 'Top' and 'Bottom' buttons, based on changes in
429                 src/prefs_filter.c in 0.9.4cvs11.
430
431 2003-08-27 [christoph]  0.9.4claws40
432
433         * src/folderview.c
434                 fix bug that the current summary settings were copied to the
435                 wrong folder item, when the folder item prefs are opened.
436                 Copying is not required because summary settings and
437                 folder_item_prefs do not contain the same settings
438
439 2003-08-27 [thorsten]   0.9.4claws39
440
441         * src/imap.c
442                 fix compile error
443
444 2003-08-26 [paul]       0.9.4claws38
445
446         * sync with 0.9.4cvs9
447                 see ChangeLog 2003-08-26
448
449 2003-08-25 [paul]       0.9.4claws37
450
451         * sync with 0.9.4cvs8
452                 see ChangeLog 2003-08-25
453
454 2003-08-24 [christoph]  0.9.4claws36
455
456         * src/prefs_filtering.c
457                 shouldn't remove items from a GSList while iterating over the
458                 list (makes cur invalid and cur->next not accessable)
459
460         (closes Bug 272 i deleted an folder and some seconds later sylpheed
461          crashed)
462
463 2003-08-23 [christoph]  0.9.4claws35
464
465         * src/news.c
466                 news folders should be scanned when opened
467
468 2003-08-22 [christoph]  0.9.4claws34
469
470         * src/prefs_folder_item.c
471                 use macro to assign strings that always frees the old string
472
473         * src/gtk/gtkaspell.[ch]
474                 add gtkaspell_set_dictionary_menu_active_item() to set active
475                 item in dictionary option menu
476
477         * src/prefs_spelling.c
478                 use gtkaspell_set_dictionary_menu_active_item() to select
479                 dictionary
480
481 2003-08-21 [christoph]  0.9.4claws33
482
483         * src/folder.[ch]
484         * src/imap.c
485         * src/mbox_folder.c
486         * src/mh.c
487         * src/news.c
488                 optimize folder system
489
490         * src/gtk/gtkstext.c
491                 fix division by zero when font has 0 width for ' '
492
493 2003-08-21 [paul]       0.9.4claws32
494
495         * sync with 0.9.4cvs7
496                 see ChangeLog 2003-08-20
497
498 2003-08-19 [paul]       0.9.4claws31
499
500         * src/common/defs.h
501                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
502                 SYLDOC_FAQ_HTML_INDEX.
503         * src/manual.c
504                 use LC_MESSAGES instead of LC_ALL to find the current
505                 language
506
507           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
508
509 2003-08-19 [paul]       0.9.4claws30
510
511         * po/bg.po
512                 updated by George Danchev
513
514 2003-08-18 [luke]       0.9.4claws29
515         * src/mimeview.[ch]
516         * src/gtk/gtkvscrollbutton.[ch]
517                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
518                   dependencies; do it the GTK way; reduce code -14/+2 lines)
519                 o removed horizontal separator between icons
520
521 2003-08-17 [christoph]  0.9.4claws28
522
523         * src/procmsg.c
524                 no subject threading when the subject has no reply prefix
525
526 2003-08-16 [christoph]  0.9.4claws27
527
528         * src/mainwindow.c
529                 remember and restore window sizes and position when the main
530                 window is hidden or shown
531
532         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
533          minimised/reopened using trayicon)
534
535 2003-08-16 [paul]       0.9.4claws26
536
537         * src/crash.c
538                 add #include "defs.h"
539
540 2003-08-16 [paul]       0.9.4claws25
541
542         * src/plugins/clamav/clamav_plugin.c
543                 reword a debug_print
544                 
545         * src/plugins/dillo_viewer/dillo_prefs.c
546                 cosmetic: change the labels' text, add tooltips, and
547                 left-align the hint
548
549 2003-08-15 [christoph]  0.9.4claws24
550
551         * src/news.c
552                 complete last change (forgot some changes)
553
554 2003-08-15 [christoph]  0.9.4claws23
555
556         * src/news.c
557                 o check number of messages and don't return a 0 message
558                   when no messages are available
559                 o don't parse xref header anymore
560
561         (closes Bug 203 I'm not getting any news)
562
563 2003-08-15 [paul]       0.9.4claws22
564
565         * src/common/defs.h
566           src/crash.c
567                 update and define claws bugzilla location
568
569 2003-08-15 [paul]       0.9.4claws21
570
571         * po/ru.po
572                 update submitted by Ruslan N. Balkin
573
574 2003-08-14 [christoph]  0.9.4claws20
575
576         * src/procmsg.c
577                 fix search for oldest node in subject threading
578
579 2003-08-14 [christoph]  0.9.4claws19
580
581         * src/procmsg.c
582         * src/common/utils.h
583                 add possibility to check all nodes with the same subject for
584                 subject threading, not only the oldest node. Should not break
585                 threads anymore if the oldest node is thread_by_subject_max_age
586                 days older then parent, because it can now find a child of
587                 oldest node as new parent.
588
589 2003-08-11 [christoph]  0.9.4claws18
590
591         * src/plugins/spamassassin/spamassassin.c
592                 run spam check in background process
593
594 2003-08-10 [alfons]     0.9.4claws17
595
596         * src/summaryview.c
597                 make `Select All' sensitive too
598
599 2003-08-10 [christoph]  0.9.4claws16
600
601         * src/imap.c
602                 add more checks in imap_close
603
604 2003-08-09 [alfons]     0.9.4claws15
605
606         * src/prefs_spelling.c
607                 no spell checking UI if not requested
608
609 2003-08-09 [alfons]     0.9.4claws14
610
611         * src/gtk/prefswindow.c
612                 make it compile
613
614 2003-08-09 [christoph]  0.9.4claws13
615
616         * src/prefs_spelling.c
617         * src/gtk/prefswindow.[ch]
618         * src/plugins/clamav/clamav_plugin_gtk.c
619         * src/plugins/spamassassin/spamassassin_gtk.c
620                 sort prefs pages by heighest weight in tree
621
622 2003-08-09 [paul]       0.9.4claws12
623
624         * sync with 0.9.4cvs6
625                 see ChangeLog 2003-08-07
626                 
627         * AUTHORS
628                 add Leandro and Luke to claws-branch section
629
630 2003-08-09 [christoph]  0.9.4claws11
631
632         * src/gtk/Makefile.am
633         * src/gtk/colorsel.[ch]                 ** NEW **
634                 create a color selection dialog that can be used as a simple
635                 function call with it's own gtk main loop like filesel.[ch]
636
637         * src/Makefile.am
638         * src/main.c
639         * src/prefs_common.c
640         * src/prefs_spelling.[ch]               ** NEW **
641         * src/prefs_spelling.glade              ** NEW **
642         * src/gtk/gtkutils.[ch]
643                 move "Spell Checker" prefs to new prefs dialog
644
645         * src/prefs_folder_item.c
646                 use new colorsel dialog
647
648 2003-08-08 [paul]       0.9.4claws10
649
650         * src/inc.c
651                 clear the progress bar unconditionally
652
653 2003-08-08 [paul]       0.9.4claws9
654
655         * sync with 0.9.4cvs4
656                 see ChangeLog 2003-07-31
657
658 2003-08-07 [christoph]  0.9.4claws8
659
660         * configure.ac
661                 fix bug in image viewer plugin part
662
663         * src/imap.c
664                 don't execute close command if the folder item is not selected
665
666 2003-08-07 [hoa]        0.9.4claws7
667
668         * src/filtering.[ch]
669         * src/matcher_parser.h
670         * src/matcher_parser_parse.y
671                 can define several actions for each filtering rule
672                 can import old versions of filtering rules
673
674         * src/prefs_filtering.c
675                 call to a new dialog box to define actions
676
677         * src/prefs_filtering_action.[ch]
678                 dialog box to define actions for filtering rules
679
680 2003-08-06 [christoph]  0.9.4claws6
681
682         * src/imap.c
683                 make sure source folder is selected when copying messages
684
685 2003-08-06 [christoph]  0.9.4claws5
686
687         * sync with 0.9.4cvs2
688                 see ChangeLog 2003-07-29                
689
690 2003-08-05 [paul]       0.9.4claws4
691
692         * sync with 0.9.4cvs3
693                 see ChangeLog 2003-07-30
694
695 2003-08-04 [match]      0.9.4claws3
696
697         * po/POTFILES.in
698                 export of LDIF files.
699
700 2003-08-04 [match]      0.9.4claws2
701
702         * src/ldif.[ch]
703                 support for export LDIF. documented.
704         * src/importldif.[ch]
705         * src/exportldif.[ch]
706                 add tooltips. documented.
707         * src/exphtmldlg.[ch]
708         * src/common/xmlprops.[ch]
709                 documented.
710         * src/exportldif.[ch]                   ** NEW **
711         * src/expldifdlg.[ch]                   ** NEW **
712         * src/addressbook.[ch]
713         * src/Makefile.am
714                 export of LDIF files.
715                 documented.
716
717 2003-08-04 [christoph]  0.9.4claws1
718
719         * .cvsignore
720         * Makefile.am
721         * configure.ac
722         * sylpheed-claws.pc.in                  ** NEW **
723         * src/Makefile.am
724         * src/common/Makefile.am
725         * src/gtk/Makefile.am
726                 install sylpheed header files in $(pkgincludedir) and create a
727                 pkg-config file to allow building a plugin without the source
728                 package
729
730 2003-08-04 [paul]       0.9.4claws
731
732         * version 0.9.4claws
733
734 2003-08-04 [paul]       0.9.3claws97
735
736         * po/es.po
737                 update Spanish translation. Submitted by Ricardo
738                 Mones Lastra.
739
740 2003-08-03 [paul]       0.9.3claws96
741
742         * po/hr.po
743           po/sr.po
744                 update Croatian and Serbian translations. Submitted by
745                 Dragan and Urke MMI respectively
746
747 2003-08-03 [alfons]     0.9.3claws95
748
749         * src/summaryview.c
750                 mark flag has precedence over important flag - seems
751                 to have been changed in sync of 0.9.3claws45. this fixes
752                 a regression where messages that were scored as important
753                 don't show their mark flags. (using the same column for
754                 both importance as mark flags is the real problem
755                 ofcourse)
756
757 2003-08-03 [melvin]     0.9.3claws94
758
759         * po/fr.po
760                 Updated French translations.
761
762 2003-08-03 [melvin]     0.9.3claws93
763
764         * src/Makefile.am
765                 Fixed typo introduced after 0.9.3claws92 
766                 that prevented compilation
767                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
768                 CPPFLAGS and YFLAGS to allow user setting these.
769         * src/common/Makefile.am
770         * src/gtk/Makefile.am
771         * src/plugins/clamav/Makefile.am
772         * src/plugins/demo/Makefile.am
773         * src/plugins/dillo_viewer/Makefile.am
774         * src/plugins/image_viewer/Makefile.am
775         * src/plugins/mathml_viewer/Makefile.am
776         * src/plugins/spamassassin/Makefile.am
777         * src/plugins/trayicon/Makefile.am
778         * src/plugins/trayicon/libeggtrayicon/Makefile.am
779                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
780                 CPPFLAGS and YFLAGS to allow user setting these.
781
782 2003-08-02 [christoph]  0.9.3claws92
783
784         * configure.ac
785                 o rearrange plugin tests
786                 o add test for clamav.h to ClamAV tests
787
788 2003-08-02 [luke]       0.9.3claws91
789
790         * src/mimeview.c
791                 o fixed appearance of icon list when toggling back from the 
792                   ctree
793                 o toggling of icons using the keyboard works correctly
794                 o fixed all other keyboard shortcuts to work when icons are
795                   active
796         
797         * src/messageview.c
798                 o fixed bug 4 - focus lost when changing messageview view type
799
800 2003-08-02 [christoph]  0.9.3claws90
801
802         * src/common/hooks.c
803                 fix crash when pointer stored in hash table could get invalid
804                 when a plugin is unloaded
805
806 2003-08-01 [christoph]  0.9.3claws89
807
808         * configure.ac
809                 o try to build all plugins (except spamassassin) by default
810                 o don't build a plugin if a dependency check fails
811
812         * src/common/hooks.c
813                 fix warning
814
815 2003-08-01 [match]      0.9.3claws88
816
817         * src/importldif.c
818                 allow single click field selection. document code.
819
820 2003-08-01 [christoph]  0.9.3claws87
821
822         * src/plugins/clamav/clamav_plugin.c
823         * src/plugins/clamav/clamav_plugin_gtk.c
824         * src/plugins/dillo_viewer/dillo_viewer.c
825         * src/plugins/image_viewer/plugin.c
826         * src/plugins/mathml_viewer/mathml_viewer.c
827         * src/plugins/spamassassin/spamassassin.c
828         * src/plugins/spamassassin/spamassassin_gtk.c
829         * src/plugins/trayicon/trayicon.c
830                 add version check to all plugins
831
832 2003-08-01 [hoa]        0.9.3claws86
833
834         * src/prefs_filtering.c
835                 fixed a cosmetic bug, during creation of dialog box,
836                 wrong widgets were shown after creation.
837
838 2003-08-01 [luke]       0.9.3claws85
839
840         * src/mainwindow.c
841                 o fixed visibility of icons/mimeview after toggling separate
842                   message/folder view (factored out some similar code too).
843
844
845 2003-07-31 [alfons]     0.9.3claws84
846
847         * src/mimeview.c
848                 tweak icon box UI a bit more, now allowing right-clicks actions
849                 getting the relevant mime data too; should fix #250, "Can't save 
850                 attachments sometimes".
851
852 2003-07-30 [alfons]     0.9.3claws83
853
854         * src/compose.c
855                 don't do auto-save-draft inside key press handler, but rather
856                 schedule it half of a second later; should fix #67, "autosave 
857                 make re-rediting message crazy"
858
859 2003-07-30 [christoph]  0.9.3claws82
860
861         * src/plugins/trayicon/trayicon.c
862                 process pending events before unloading the plugin
863
864         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
865
866 2003-07-30 [alfons]     0.9.3claws81
867
868         * src/common/hooks.c
869                 parameter 2 of g_hook_destroy() should really be a hook id
870
871 2003-07-30 [alfons]     0.9.3claws80
872
873         * src/common/plugin.c
874                 fix a possibly harmful function signature mismatch 
875                 for plugin_done
876
877 2003-07-30 [alfons]     0.9.3claws79
878
879         * src/common/hooks[.ch]
880                 const correctness
881
882 2003-07-30 [darko]      0.9.3claws78
883
884         * src/summaryview.c
885                 make it compile again
886
887 2003-07-30 [luke]       0.9.3claws77
888
889         * src/crash.c
890         * src/main.c
891                 o added/moved signal handlers for SIGTERM (normal kill command) 
892                   and SIGINT (ctl-c) to be used even without 
893                   --enable-crash-dialog, fixing bug 166
894
895         * src/summaryview.c
896                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
897                   bug 227
898
899         * src/mainwindow.c
900                 o changed sensitivity condition for 'Next new' and 'Next 
901                   unread', fixing bug 8
902
903 2003-07-29 [alfons]     0.9.3claws76
904
905         * src/common/utils.[ch]
906                 add generate_msgid()
907         * src/messageview.c
908                 save ack'ed RRR; fixes #205, "return receipt is not saved in
909                 sent folder".
910
911 2003-07-29 [alfons]     0.9.3claws75
912
913         * src/messageview.c
914                 fix a memleak (claws-only)
915
916 2003-07-29 [alfons]     0.9.3claws74
917
918         * src/mimeview.[ch]
919         * src/gtk/gtkvscrollbutton.[ch]
920                 fix UI glitch where mime icon toolbox' scroll position is not 
921                 reset after switching to another message
922                 
923
924 2003-07-29 [paul]       0.9.3claws73
925
926         * src/prefs_folder_item.c
927                 split the prefs into 2 separate pages
928
929 2003-07-29 [paul]       0.9.3claws72
930
931         * src/compose.c
932                 prepend "\n\n" to a signature without a separator too
933
934 2003-07-29 [paul]       0.9.3claws71
935
936         * src/compose.c
937                 fix bug where changing to an account without an auto-sig
938                 from an initial account without an auto-sig would insert 
939                 2 blank lines at the cursor point
940                 fix bug where changing to an account with an auto-sig
941                 from an initial account without an auto-sig would insert
942                 the sig at the cursor point
943
944 2003-07-29 [paul]       0.9.3claws70
945
946         * src/folderview.c
947                 use the colour from the folder pref unless the folder
948                 has new messages
949
950 2003-07-29 [alfons]     0.9.3claws69
951
952         * src/procmsg.[ch]
953         * src/messageview.c
954         * src/procheader.c
955                 rewrite return receipt request work a little bit (the former 
956                 implementation presumably depended too much on the UI setting
957                 flags). (we're losing the old pending flag.) 
958
959 2003-07-28 [christoph]  0.9.3claws68
960
961         * src/folder.c
962         * src/imap.c
963         * src/mh.c
964         * src/procmsg.[ch]
965                 fix copy to IMAP folder from other folder
966
967 2003-07-28 [christoph]  0.9.3claws67
968
969         * src/procmsg.c
970                 fix sync of procmsg_get_message_file_list
971
972 2003-07-28 [christoph]  0.9.3claws66
973
974         * sync with 0.9.3cvs14
975                 see ChangeLog 2003-07-18
976         * sync with 0.9.3cvs17
977                 see ChangeLog 2003-07-23
978
979         (closes Bug 234 segmentation fault after sending out mail via
980          smtp(auth))
981
982 2003-07-28 [paul]       0.9.3claws65
983
984         * po/es.po
985                 update Spanish translation, submitted by Ricardo Mones
986                 Lastra
987
988 2003-07-28 [christoph]  0.9.3claws64
989
990         * src/folder.[ch]
991         * src/imap.c
992         * src/mh.c
993                 return new message numbers as a GRelation instead of a GSList
994                 that has to be in the same order as the input list. A list
995                 would make it hard for IMAP to optimize oepration by sorting
996                 the input list. The returned list would have to be reordered
997                 to match the same order that input list has.
998
999         * src/gtk/gtkaspell.c
1000                 fix missing return value, could cause a crash when garbage is
1001                 on the stack that is used as the expected return value
1002
1003 2003-07-28 [paul]       0.9.3claws63
1004
1005         * sync with 0.9.4cvs1
1006                 see ChangeLog 2003-07-28
1007
1008 2003-07-27 [alfons]     0.9.3claws62
1009
1010         * src/mimeview.c
1011                 tweak it more to make icon list act like a check button group
1012
1013 2003-07-27 [christoph]  0.9.3claws61
1014
1015         * sync with 0.9.3cvs20
1016                 see ChangeLog 2003-07-25
1017
1018 2003-07-27 [paul]       0.9.3claws60
1019
1020         * src/procmsg.c
1021                 re-commit changes from 0.9.3claws58 -
1022                 accidently removed in 0.9.3claws59
1023
1024 2003-07-27 [paul]       0.9.3claws59
1025
1026         * src/procmsg.[ch]
1027                 a sync from 0.9.3cvs17
1028                 see ChangeLog 2003-07-23
1029
1030 2003-07-27 [alfons]     0.9.3claws58
1031
1032         * src/procmsg.c
1033                 add missing header members to MsgInfo; fixes the problem of 
1034                 not displaying X-Faces, as noticed by Ricardo Mones
1035
1036 2003-07-26 [christoph]  0.9.3claws57
1037
1038         * sync with 0.9.3cvs18
1039                 see ChangeLog 2003-07-24
1040
1041 2003-07-26 [christoph]  0.9.3claws56
1042
1043         * sync with 0.9.3cvs17
1044                 see ChangeLog 2003-07-23
1045
1046 2003-07-26 [christoph]  0.9.3claws55
1047
1048         * src/folder.[ch]
1049         * src/imap.c
1050         * src/mbox_folder.c
1051         * src/mh.c
1052         * src/news.c
1053                 add support for copy function that copy multiple messages
1054                 (not implemented yet)
1055
1056         * src/summaryview.c
1057                 add missing return value
1058
1059 2003-07-26 [paul]       0.9.3claws54
1060
1061         * tools/multiwebsearch.pl
1062                 do whitespace substitution before passing the string
1063                 to the browser. fixes bug with browsers that don't
1064                 do whitespace conversion themselves.
1065
1066 2003-07-25 [christoph]  0.9.3claws53
1067
1068         * src/folder.[ch]
1069         * src/imap.c
1070         * src/mh.c
1071                 rewrite adding of multiple messages to a folder for
1072                 claws' folder system
1073
1074 2003-07-25 [luke]       0.9.3claws52
1075
1076         * src/mimeview.c
1077                 o icon toggles set correctly on leaving ctree mimeview
1078
1079 2003-07-25 [paul]       0.9.3claws51
1080
1081         * partial sync with 0.9.3cvs21 [src/main.c]
1082                 see ChangeLog 2003-07-25
1083
1084 2003-07-24 [paul]       0.9.3claws50
1085
1086         * tools/maildir2sylpheed.pl
1087                 fix typo
1088
1089 2003-07-24 [paul]       0.9.3claws49
1090
1091         * src/mimeview.c
1092                 increase the gutter size of paned so that the panes
1093                 can be resized
1094                 
1095         * src/plugins/demo/demo.c
1096                 squeeze in another typo fix
1097
1098 2003-07-24 [paul]       0.9.3claws48
1099
1100         * src/plugins/demo/demo.c
1101           src/prefs_account.c
1102                 small changes to the English
1103                 
1104         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1105           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1106           src/Makefile.am
1107           src/stock_pixmap.c
1108                 rename the misspelled icon
1109
1110 2003-07-23 [alfons]     0.9.3claws47
1111
1112         * src/mimeview.c
1113                 make icon list look like a list of toggles
1114
1115 2003-07-23 [luke]       0.9.3claws46
1116
1117         * src/pixmaps/mimeview_gpg_expired.xpm
1118         * src/pixmaps/mimeview_gpg_failed.xpm
1119         * src/pixmaps/mimeview_gpg_passed.xpm
1120         * src/pixmaps/mimeview_text_html.xpm
1121         * src/pixmaps/mimeview_image.xpm
1122                 o all icons the same size
1123
1124         * src/mimeview.[ch]
1125                 o mimeview ctree arranged vertically above the viewer
1126                 o icons changed to buttons
1127                 o can use keyboard to select an icon (Enter)
1128                 o resize icon list to width of icons
1129
1130         *  src/gtk/gtkvscrollbutton.c
1131                 o sensitivity of buttons reacts to position
1132
1133 2003-07-23 [christoph]  0.9.3claws45
1134
1135         * sync with 0.9.3cvs14 (incomplete)
1136                 see ChangeLog 2003-07-17
1137
1138 2003-07-23 [alfons]     0.9.3claws44
1139
1140         * src/folder.c
1141         * src/procmsg.h
1142                 sync with my local tree to restore some claws-only things
1143
1144 2003-07-23 [paul]       0.9.3claws43
1145
1146         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1147           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1148           src/Makefile.am
1149           src/mimeview.c
1150           src/procmime.h
1151           src/rfc2015.c
1152           src/stock_pixmap.[ch]
1153                 indicate missing keys and expired sigs/keys
1154                 in mime view column
1155
1156 2003-07-23 [paul]       0.9.3claws42
1157
1158         * src/compose.c
1159                 Redirect fixes: enable automatic account selection and
1160                 do not append signature to message on changing account
1161                 fixes Bug[s] #248
1162
1163 2003-07-23 [paul]       0.9.3claws41
1164
1165         * sync with 0.9.3cvs16
1166                 see ChangeLog 2003-07-23
1167
1168 2003-07-23 [alfons]     0.9.3claws40
1169
1170         * src/inc.c
1171                 give progress dialog a main window, and give it the first 
1172                 one (presumably the only one). fixes bug #247, "segfault on 
1173                 pop-before-smtp" 
1174
1175 2003-07-22 [alfons]     0.9.3claws39
1176
1177         * src/summaryview.c
1178                 shift-space scrolls up
1179
1180 2003-07-22 [paul]       0.9.3claws38
1181
1182         * sync with 0.9.3cvs15
1183                 see ChangeLog 2003-07-22
1184
1185 2003-07-20 [alfons]     0.9.3claws37
1186
1187         * src/compose.c
1188                 put menu inside #ifdef USE_ASPELL..#endif
1189
1190 2003-07-20 [christoph]  0.9.3claws36
1191
1192         * src/procmsg.c
1193                 fix wrong flags in MsgInfo returned by
1194                 procmsg_msginfo_get_full_info()
1195
1196         (closes Bug 221 Deleting messages from the Message View gives incorrect
1197          new/unread message counts in the folder view)
1198
1199         * src/plugins/spamassassin/spamassassin_gtk.c
1200                 add gettext macro for prefs page title
1201
1202 2003-07-20 [paul]       0.9.3claws35
1203
1204         * src/mimeview.c
1205                 redraw icon list on signature check
1206
1207 2003-07-20 [christoph]  0.9.3claws34
1208
1209         * src/Makefile.am
1210         * src/account.c
1211         * src/folder.[ch]
1212         * src/folder_item_prefs.[ch]            ** NEW **
1213         * src/folderview.c
1214         * src/mainwindow.c
1215         * src/mh.c
1216         * src/prefs_gtk.c
1217         * src/prefs_scoring.c
1218         * src/summaryview.c
1219         * src/prefs_folder_item.[ch]
1220                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1221                   Properties dialog
1222                 o use prefswindow for folder properties
1223
1224         * src/gtk/prefswindow.[ch]
1225                 change implementation to use an invisible notebook instead
1226                 of unparenting widgets
1227
1228 2003-07-20 [christoph]  0.9.3claws33
1229
1230         * src/compose.h
1231         * src/folder.c
1232         * src/folderview.h
1233         * src/headerview.h
1234         * src/prefs_filtering.h
1235         * src/prefs_folder_item.[ch]
1236         * src/procmime.h
1237         * src/procmsg.h
1238         * src/summaryview.h
1239                 clean up header mess
1240                 (always use 1. typedefs, 2. #includes, 3. structures)
1241
1242         * src/common/version.h.in
1243                 add casts for constants
1244
1245         * src/plugins/demo/demo.c
1246                 fix typo
1247
1248         * src/plugins/spamassassin/spamassassin.c
1249                 remove unused variable
1250
1251 2003-07-20 [alfons]     0.9.3claws32
1252
1253         * src/mimeview.c
1254                 o make icon buttons respond on left click
1255                 o minor cosmetic change
1256
1257 2003-07-19 [luke]       0.9.3claws31
1258
1259         * src/mimeview.[ch]
1260         * src/gtk/gtkvscrollbutton.c
1261         * src/messageview.c
1262                 o improved mimeview behaviour when selecting a new message
1263                 o plus code cleanups to remove compile warnings
1264
1265
1266 2003-07-19 [alfons]     0.9.3claws30
1267
1268         * src/procmsg.c
1269         * src/compose.c
1270         * src/common/utils.[ch]
1271                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1272
1273 2003-07-19 [alfons]     0.9.3claws29
1274
1275         * src/prefs_folder_item.c
1276                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1277                 string pointers
1278
1279 2003-07-19 [luke]       0.9.3claws28
1280
1281         * src/messageview.c
1282         * src/mimeview.[ch]
1283         * src/procmime.h
1284         * src/rfc2015.c
1285         * src/stock_pixmap.[ch]
1286         * src/gtk/Makefile.am
1287         * src/Makefile.am
1288         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1289         * src/pixmaps/mime_*.xpm                ** NEW **
1290                 o mimeview rearrangement with a new icon shortcut bar
1291
1292 2003-07-19 [alfons]     0.9.3claws27
1293
1294         * src/folderview.c
1295                 o plug leaking nodes_to_recollapse
1296                 o add folderview_recollapse_all_nodes() (not used yet)
1297
1298 2003-07-19 [alfons]     0.9.3claws26
1299
1300         * src/compose.c
1301         * src/common/utils.c
1302                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1303                 for both forwarding as replying
1304
1305 2003-07-18 [christoph]  0.9.3claws25
1306
1307         * configure.ac
1308         * src/common/sylpheed.[ch]
1309         * src/common/version.h.in
1310                 add version in numeric form to allow easy comparison
1311
1312         * src/plugins/demo/demo.c
1313                 add version check
1314                 - sylpheed version > plugin version => never allowed, sylpheed
1315                   could contain unknown API changes
1316                 - sylpheed version < minimum version required => don't load,
1317                   API required not available (if linking does not fail)
1318
1319 2003-07-18 [alfons]     0.9.3claws24
1320         
1321         * src/common/plugin.[ch]
1322                 const correctness
1323
1324 2003-07-18 [christoph]  0.9.3claws23
1325
1326         * src/common/hooks.c
1327                 fix crash when hooks where unregisted
1328
1329         * src/plugins/trayicon/trayicon.c
1330                 unregister detroy signal before destroying the widget
1331                 (still crashes when the plugin is unloaded)
1332
1333 2003-07-18 [alfons]     0.9.3claws22
1334         
1335         * src/folderview.c
1336                 delay expanding folder tree during drags until timeout triggered
1337                 (needs perhaps some tweaking, so testing is welcome)
1338
1339 2003-07-17 [alfons]     0.9.3claws21
1340
1341         * src/folderview.c
1342                 clean up cruft
1343
1344 2003-07-17 [christoph]  0.9.3claws20
1345
1346         * src/common/session.c
1347                 fix opening of SSL connections
1348
1349         * src/plugins/image_viewer/Makefile.am
1350                 add OPENSSL_CFLAGS (we should find a better solution to remove
1351                 this dependencies if they are not required)
1352
1353         * src/plugins/spamassassin/spamassassin.c
1354                 remove setlocale workaround (fixed in libspamc)
1355
1356         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1357          if spell checking enabled)
1358
1359 2003-07-17 [alfons]     0.9.3claws19
1360
1361         * src/common/hooks.[ch]
1362         * src/plugins/clamav/clamav_plugin.c
1363         * src/plugins/spamassassin/spamassassin.c
1364         * src/plugins/trayicon/trayicon.c
1365                 fix signedness muck 
1366
1367 2003-07-17 [alfons]     0.9.3claws18
1368
1369         * src/procmime.c
1370                 plug memleak
1371
1372 2003-07-17 [alfons]     0.9.3claws17
1373
1374         * src/inc.c
1375                 plug memleak
1376
1377 2003-07-17 [paul]       0.9.3claws16
1378
1379         * src/common/defs.h
1380           src/mainwindow.c
1381           src/manual.[ch]
1382                 add link to the Claws site's FAQ page, after the suggestion
1383                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1384                 Move url strings to defs.h
1385                 
1386         * src/mainwindow.c
1387                 fix typo to prevent "unknown menu entry" warnings
1388
1389 2003-07-17 [alfons]     0.9.3claws15
1390
1391         * src/folderview.[ch]
1392         * src/summaryview.[ch]
1393         * src/mimeview.[ch]
1394                 plug DnD leaks 
1395
1396 2003-07-17 [paul]       0.9.3claws14
1397
1398         * src/inc.c
1399                 remove two instances of 'GTK_EVENTS_FLUSH' because
1400                 they are unnecessary and probably cause a stack overflow
1401
1402 2003-07-16 [christoph]  0.9.3claws13
1403
1404         * src/mimeview.[ch]
1405                 use an invisible GTK notebook to switch between viewers
1406                 instead of reparenting widgets
1407
1408 2003-07-16 [christoph]  0.9.3claws12
1409
1410         * src/folder.c
1411                 move folder_item_update_freeze() to correct place in
1412                 folder_item_scan_full()
1413
1414 2003-07-16 [paul]       0.9.3claws11
1415
1416         * sync with 0.9.3cvs12
1417                 see ChangeLog 2003-07-14 and 2003-07-15
1418
1419 2003-07-16 [christoph]  0.9.3claws10
1420
1421         * src/imap.[ch]
1422         * src/prefs_account.[ch]
1423                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1424
1425 2003-07-15 [alfons]     0.9.3claws9
1426
1427         * src/main.c
1428                 make --config-dir do something useful
1429
1430 2003-07-15 [alfons]     0.9.3claws8
1431
1432         * src/procmsg.c
1433                 o fix a bug where 'last' didn't really point to the last message
1434                   in the top level list of children, but to the last threaded
1435                   message. 
1436                 
1437                 o clean up and make it easier to sync
1438
1439 2003-07-15 [alfons]     0.9.3claws7
1440
1441         * src/mainwindow.c
1442                 make correct menu items sensitive       
1443
1444 2003-07-14 [alfons]     0.9.3claws6
1445
1446         * src/procmsg.c
1447                 tune the threader so it will not subject-thread any message
1448                 without a subject prefix (this will not thread correctly if 
1449                 a parent is delivered after their childs, but it looks 
1450                 better right now)
1451
1452 2003-07-13 [christoph]  0.9.3claws5
1453
1454         * src/mainwindow.c
1455                 group "Add mailbox *..." menu items in submenu
1456
1457 2003-07-13 [alfons]     0.9.3claws4
1458
1459         * src/summaryview.c
1460                 correct summary_toggle_pressed() signature and make sure
1461                 signal is not passed on
1462
1463 2003-07-13 [alfons]     0.9.3claws3
1464
1465         * src/summaryview.c
1466                 o for now don't pass on keys when they we're handled by 
1467                   ctree::key_press_event
1468                 o clean up
1469
1470 2003-07-13 [alfons]     0.9.3claws2
1471         
1472         * src/main.c
1473                 add command line option "--config-dir" to get the current 
1474                 configuration dir
1475
1476 2003-07-12 [alfons]     0.9.3claws1
1477
1478         * src/matcher.[ch]
1479         * src/matcher_parser_parse.y
1480         * src/prefs_filtering.c
1481         * src/filtering.c
1482                 add "Lock" filter action to lock messages;
1483
1484         * src/filtering.c       
1485                 remove debug_print()    
1486         * src/prefs_filtering.c
1487                 re-organize matcher part 9: 
1488                 make action text entries easily extendible;
1489                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1490                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1491
1492 2003-07-12 [paul]
1493
1494         * tools/README
1495                 update old information and add missing
1496                 information
1497
1498 2003-07-12 [paul]       0.9.3claws
1499
1500         * 0.9.3claws released
1501         
1502 2003-07-12 [paul]       0.9.0claws103
1503
1504         * src/Makefile.am
1505                 add addrquery.h
1506
1507 2003-07-12 [melvin]     0.9.0claws102
1508
1509         * src/messageview.c
1510                 Fixed bug #215: Show MIME tab for single text/html messages. 
1511                 
1512 2003-07-12 [paul]       0.9.0claws101
1513
1514         * man/sylpheed.1
1515                 updated
1516
1517 2003-07-12 [paul]       0.9.0claws100
1518
1519         * po/es.po
1520           po/hr.po
1521           po/pl.po
1522           po/sr.po
1523                 update Spanish, Croatian, Polish, Serbian translations.
1524                 submitted by Ricardo Mones Lastra, Dragan, Witold
1525                 Wladyslaw Wojciech Wilk, Urke MMI
1526
1527 2003-07-12 [melvin]     0.9.0claws99
1528
1529         * po/fr.po
1530                 Updated French translations.
1531
1532 2003-07-12 [paul]       0.9.0claws98
1533
1534         * src/addressbook.c
1535                 disable 'Lookup' button as it has no effect
1536
1537 2003-07-11 [alfons]     0.9.0claws97
1538         
1539         * src/summaryview.c
1540                 summary_searchbar_pressed() should return TRUE to signal that
1541                 event was handled. when returning void, the return value passed
1542                 to GTK is actually random, but maybe FALSE, in which case the
1543                 event is handled by parent
1544                 
1545 2003-07-10 [paul]       0.9.0claws96
1546
1547         * ac/missing/gettext.m4
1548                 update to version 0.12
1549
1550 2003-07-10 [paul]       0.9.0claws95
1551
1552         * src/plugins/clamav/clamav_plugin.c
1553                 fix bug where multipart/alternative messages
1554                 would slip through without being scanned
1555
1556 2003-07-10 [christoph]  0.9.0claws94
1557
1558         * src/folder.c
1559                 correct check if folder supports removing when a message is
1560                 moved. if not the message is only copied.
1561
1562         (closes Bug 132 crash on startup in newsgroups folders)
1563
1564 2003-07-09 [alfons]     0.9.0claws93
1565
1566         * configure.ac
1567         * src/common/defs.h
1568                 --with-config-dir (default .sylpheed)
1569
1570 2003-07-09 [christoph]  0.9.0claws92
1571
1572         * configure.ac
1573                 use PKG_CHECK_MODULES to check for gtkmathview
1574                 (version 0.4.2 now required)
1575
1576 2003-07-08 [melvin]     0.9.0claws91
1577
1578         * src/action.c
1579                 Implemented a progress bar that counts the number of completed
1580                 tasks when the action runs more than one command.
1581
1582 2003-07-08 [alfons]     0.9.0claws90
1583
1584         * src/procmsg.c
1585                 if queued message has an invalid Message-Id, don't try to
1586                 find message it refers to (fixes #209 "crash when processing 
1587                 in folder")
1588
1589 2003-07-08 [paul]       0.9.0claws89
1590
1591         * sync with 0.9.3cvs2
1592                 see ChangeLog 2003-07-08
1593
1594 2003-07-08 [match]      0.9.0claws88
1595
1596         * src/ldapctrl.c
1597                 extend LDAP search for first/last name by parsing search term.
1598
1599 2003-07-08 [alfons]     0.9.0claws87
1600
1601         * src/send_message.c
1602                 fix bug #208 "Status message stuck when sending on POP3 account"
1603
1604 2003-07-07 [paul]       0.9.0claws86
1605
1606         * po/hr.po
1607                 new Croatian translation, submitted by
1608                 Dragan <drleskov@inet.hr>
1609
1610 2003-07-07 [paul]       0.9.0claws85
1611
1612         * sync with 0.9.3cvs1
1613                 see ChangeLog 2003-07-07
1614
1615 2003-07-05 [christoph]  0.9.0claws84
1616
1617         * src/Makefile.am
1618         * src/messageview.c
1619         * src/mimeview.[ch]
1620         * src/stock_pixmap.[ch]
1621         * src/pixmaps/messageview_text.xpm              ** NEW **
1622                 move mimeview tabs to the right side and use icons
1623                 instead of text to save some space
1624
1625         (patch by Luke Plant <lukeplant@softhome.net>)
1626
1627 2003-07-05 [christoph]  0.9.0claws83
1628
1629         * src/inc.c
1630                 add NULL pointer checks
1631
1632         (patch by Luke Plant <lukeplant@softhome.net>)
1633         (closes Bug 204 0.9.0 quits on authentication error?!)
1634
1635 2003-07-05 [alfons]     0.9.0claws82
1636
1637         * configure.ac
1638                 take the clue in bug #202 "./configure script - 
1639                 'if test' comparison failure" reported by John Kristoff. 
1640
1641 2003-07-04 [christoph]  0.9.0claws81
1642
1643         * src/plugins/spamassassin/spamassassin.c
1644                 set timeout for spam check
1645
1646 2003-07-04 [christoph]  0.9.0claws80
1647
1648         * src/main.c
1649                 destroy all FolderItems when shutting down to
1650                 allow folders to clean up
1651
1652 2003-07-04 [melvin]     0.9.0claws79
1653
1654         * src/gtk/gtkaspell.c
1655                 Fixed bug #184 "Entering non-ascii character deletes
1656                 previous char if spell checking enabled": this makes
1657                 the spell checking in multibytes (e.g. UTF-8)locales work.
1658                 (Patch by Luke Plant).
1659                 
1660 2003-07-04 [christoph]  0.9.0claws78
1661
1662         * sync with 0.9.2cvs1
1663                 see ChangeLog 2003-06-10
1664
1665 2003-07-04 [paul]       0.9.0claws77
1666
1667         * sync with 0.9.3 release
1668                 see ChangeLog 2003-07-04
1669
1670 2003-07-03 [christoph]  0.9.0claws76
1671
1672         * src/folder.[ch]
1673         * src/imap.c
1674         * src/mbox_folder.c
1675         * src/mh.c
1676         * src/news.c
1677                 move folder_item_get_path() stuff into a folder virtual function
1678
1679         * src/procmsg.c
1680                 use folder_item_fetch_msg() to get message and do not contruct
1681                 the filename from path and number
1682
1683 2003-07-03 [paul]       0.9.0claws75
1684
1685         * sync with 0.9.2cvs12
1686                 see ChangeLog 2003-07-03
1687
1688 2003-07-02 [paul]       0.9.0claws74
1689
1690         * src/messageview.c
1691                 fix text-selection for replying
1692
1693 2003-07-02 [paul]       0.9.0claws73
1694
1695         * sync with 0.9.2cvs11
1696                 see ChangeLog 2003-07-02
1697
1698 2003-07-02 [paul]       0.9.0claws72
1699
1700         * src/procmsg.c
1701                 revert last commit because it breaks more
1702                 than it fixes
1703
1704 2003-07-02 [paul]       0.9.0claws71
1705
1706         * src/procmsg.c
1707                 fix thread by subject/sort by date
1708
1709 2003-07-01 [paul]       0.9.0claws70
1710
1711         * sync with 0.9.2cvs10
1712                 see ChangeLog 2003-07-01
1713
1714 2003-06-30 [paul]       0.9.0claws69
1715
1716         * sync with 0.9.2cvs9
1717                 see ChangeLog 2003-06-30
1718
1719 2003-06-28 [match]      0.9.0claws68
1720
1721         * src/addressbook.c
1722                 fix null ptr.
1723
1724 2003-06-27 [paul]       0.9.0claws67
1725
1726         * sync with 0.9.2cvs7
1727                 see ChangeLog 2003-06-27
1728
1729 2003-06-26 [christoph]  0.9.0claws66
1730
1731         * src/folder.c
1732                 freeze folder updates while a folder is scanned
1733
1734         (closes Bug 185 New message counter)
1735
1736 2003-06-26 [darko]      0.9.0claws65
1737
1738         * src/ldapserver.c
1739                 fix infinite loop when adding a new LDAP server
1740
1741 2003-06-26 [paul]       0.9.0claws64
1742
1743         * sync with 0.9.2cvs6
1744                 see ChangeLog 2003-06-26
1745
1746 2003-06-26 [paul]       0.9.0claws63
1747
1748         * sync with 0.9.2cvs5
1749                 see ChangeLog 2003-06-25 and 2003-06-26
1750
1751 2003-06-25 [match]      0.9.0claws62
1752
1753         * src/addr_compl.c
1754                 Fixed tab/backtab for dropped-down completion list to
1755                 move next/previous field. (close bug 147)
1756
1757 2003-06-25 [christoph]  0.9.0claws61
1758
1759         * src/addr_compl.[ch]
1760         * src/addrindex.[ch]
1761         * src/folderview.c
1762         * src/inc.c
1763         * src/news.c
1764         * src/summaryview.c
1765         * src/toolbar.c
1766                 fix warnings
1767
1768 2003-06-25 [leandro]    0.9.0claws60
1769
1770         * src/compose.c
1771                 o cleanups
1772                 o gray out "Message/Remove references" menu item if not
1773                   replying to a message
1774
1775 2003-06-24 [leandro]    0.9.0claws59
1776
1777         * src/compose.[ch]
1778                 o removed "Message/Create new thread" menu item
1779                 o added "Message/Remove references" menu item
1780                   (it's off by default and will not check anymore
1781                    if the subject changed)
1782
1783 2003-06-23 [alfons]     0.9.0claws58
1784
1785         * src/procmsg.c
1786                 try better grouping messages threaded by subject based on their age.
1787                 still not perfect - because the message tree is not sorted by date.  
1788
1789 2003-06-23 [thorsten]   0.9.0claws57
1790
1791         * src/pop.[ch]
1792                 added mail_receive_hook to allow modifications
1793                 directly after retrieval (e.g. adding headers).
1794
1795 2003-06-23 [paul]       0.9.0claws56
1796
1797         * src/sourcewindow.c
1798                  enable the use of Ctrl+A to select all text in
1799                  the sourcewindow
1800                  Patch submitted by Ivan Francolin Martinez
1801                  <ivanfm@users.sourceforge.net>
1802
1803 2003-06-22 [christoph]  0.9.0claws55
1804
1805         * src/folder.[ch]
1806                 o add notification hook for folder tree changes
1807                 o invoke hooks after folder tree scanning
1808
1809         * src/folderview.[ch]
1810                 register hook for folder tree changes that
1811                 updates the ctree
1812
1813         (there are more places that should be updated, like add, remove 
1814          or move folder)
1815
1816         (closes Bug 164 Crash on rebuild folder tree)
1817         (closes Bug 190 Crash on 'rebuilding folder tree')
1818
1819 2003-06-21 [leandro]    0.9.0claws54
1820
1821         * src/compose.[ch]
1822                 create a new thread if subject changes
1823                 (it's on by default, can be disabled in Message menu)
1824
1825 2003-06-21 [alfons]     0.9.0claws53
1826
1827         * src/summaryview.c
1828                 quiet little compiler
1829
1830 2003-06-21 [christoph]  0.9.0claws52
1831
1832         update gettext stuff to version 0.12
1833
1834 2003-06-19 [alfons]     0.9.0claws51
1835
1836         * src/common/log.c
1837         * src/common/plugin.c
1838                 move defs.h before glib.h to prevent MIN/MAX redefs
1839
1840 2003-06-19 [alfons]
1841
1842         * src/addressbook.c
1843                 translatable
1844
1845 2003-06-19 [match]      0.9.0claws50
1846
1847         * src/addressbook.[ch]
1848         * src/addrindex.[ch]
1849         * src/addr_compl.[ch]
1850         * src/editldap.[ch]
1851         * src/editldap_basedn.[ch]
1852         * src/addritem.[ch]
1853         * src/ldapquery.h
1854                 re-implemented dynamic LDAP search. works without
1855                 slowdown on display sender with addressbook
1856                 option.
1857         * src/addrbook.c
1858                 documented code.
1859
1860 2003-06-19 [paul]       0.9.0claws49
1861
1862         * src/compose.c
1863                 fix Bug #136 'Nonprovided quotation marks crash claws'
1864                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1865
1866 2003-06-19 [alfons]     0.9.0claws48
1867
1868         * src/prefs_common.[ch]
1869         * src/procmsg.c
1870                 restrict threading by subject by checking thread for
1871                 age (prefs_common.thread_by_subject_max_age)
1872
1873 2003-06-18 [christoph]  0.9.0claws47
1874
1875         * src/imap.c
1876                 fix memory leak in imap_cmd_fetch()
1877
1878 2003-06-18 [christoph]  0.9.0claws46
1879
1880         * src/prefs_gtk.c
1881                 fix memory leak in prefs_set_default() when used multiple
1882                 times or after prefs have been read
1883
1884 2003-06-18 [christoph]  0.9.0claws45
1885
1886         * src/common/plugin.c
1887                 fix memory leak in plugin_unload()
1888
1889 2003-06-18 [christoph]  0.9.0claws44
1890
1891         * src/imap.c
1892                 fix memory leak in imap_cmd_ok()
1893
1894 2003-06-18 [christoph]  0.9.0claws43
1895
1896         * src/folder.c
1897                 stop messages that are downloaded from POP3 and added to
1898                 an IMAP inbox from being filtered twice (first by POP3
1899                 and again when IMAP folder is scaned to get the UID of
1900                 the APPEND operation when no UIDPLUS is available)
1901
1902 2003-06-18 [alfons]
1903
1904         * tools/Makefile.am
1905                 phoenix <- firebird     
1906
1907 2003-06-18 [paul]
1908
1909         * tools/launch_phoenix          ** REMOVED **
1910           tools/launch_firebird         ** NEW **
1911                 renamed and edited to reflect the browser's name change from
1912                 'phoenix' to 'firebird'
1913
1914 2003-06-18 [paul]       0.9.0claws42
1915
1916         * sync with 0.9.2cvs2
1917                 see ChangeLog 2003-06-16
1918
1919 2003-06-17 [alfons]     0.9.0claws41
1920
1921         * src/procmsg.c
1922                 prevent threading problems when a node is an ancestor (parent / great parent),
1923                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1924                 for finding an sample set of messages)
1925
1926 2003-06-16 [christoph]  0.9.0claws40
1927
1928         * src/main.c
1929                 don't popup main window on --receive or --receive-all
1930
1931         * src/mainwindow.[ch]
1932         * src/plugins/trayicon/trayicon.c
1933                 allow hiding of main window by clicking on the trayicon
1934                 (doesn't work correctly in seperate window mode and may
1935                  cause unexpected GTK problems I couldn't find yet)
1936
1937         * src/common/ssl.c
1938                 remove incorrect warning
1939
1940 2003-06-15 [alfons]     0.9.0claws39
1941
1942         * src/gtk/gtkstext.c
1943                 don't output debug text;
1944                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1945                 for pointing this out);
1946
1947 2003-06-14 [alfons]     0.9.0claws38
1948         
1949         * src/messageview.c
1950                 remove printf() and make one if..else comply with coding style
1951
1952 2003-06-14 [alfons]     0.9.0claws37
1953
1954         * AUTHORS
1955                 add Martin Wicke
1956         * src/action.c
1957         * src/messageview.[ch]
1958         * src/summaryview.c
1959                 apply patch #754162 "Quoting messages filtered by actions" submitted
1960                 by Martin Wicke, which allows quoting message body changed by an
1961                 action (Thanks!).
1962
1963 2003-06-13 [alfons]     0.9.0claws36
1964
1965         * src/utils.c
1966                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1967                 use case insensitive regexp (suggested by Ivan Martinez)
1968
1969 2003-06-13 [christoph]  0.9.0claws35
1970
1971         * configure.ac
1972         * src/plugins/trayicon/Makefile.am
1973         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1974         * src/plugins/trayicon/trayicon.c
1975         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1976         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1977         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1978         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1979         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1980         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1981                 replace my own EggTrayIcon backport with the backport
1982                 used by (l|x)mule and gabber.
1983
1984 2003-06-13 [alfons]     0.9.0claws34
1985
1986         * AUTHORS
1987         * src/common/utils.c
1988                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1989
1990 2003-06-13 [alfons]     0.9.0claws33
1991
1992         * src/compose.c
1993                 clean up a little bit
1994
1995 2003-06-12 [alfons]     0.9.0claws32
1996
1997         * src/compose.c
1998                 const correctness fix
1999
2000         * src/common/sylpheed.[ch]
2001                 () -> (void)
2002                 prevent redef MIN/MAX
2003                 
2004         * src/common/utils.[ch]
2005                 () -> (void)
2006
2007 2003-06-12 [melvin]     0.9.0claws31
2008
2009         * src/compose.c
2010                 Updated to take into accounts changes in GtkAspell.
2011
2012 2003-06-12 [alfons]     0.9.0claws30
2013
2014         * src/compose.c
2015         * src/procmsg.c
2016         * src/common/utils.[ch]
2017                 handle reply subject prefixes better (initial 
2018                 suggestion by Robert Story adapted and enhanced 
2019                 using regexps)
2020
2021 2003-06-12 [melvin]     0.9.0claws29
2022
2023         * src/compose.c
2024                 Use new gtkaspell_checkers_strerror() to get the speller's
2025                 error message instead of accessing the (now private)
2026                 checkers structure.
2027                 Minor code clean up
2028
2029         * src/main.c
2030                 Use #ifdef instead of #if for USE_ASPELL
2031                 Use the new spell checkers init/quit functions 
2032
2033         * src/gtk/gtkaspell.c
2034                 Use #ifdef instead of #if for USE_ASPELL
2035                 Moved in the majority of GtkAspell structures that were
2036                 exported before by gtkaspell.h
2037         
2038         * src/gtk/gktaspell.h
2039                 Made gtkaspell.h contain only the necessary data to be
2040                 publicized by moving many structures to gtkaspell.c.
2041                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2042                 gtkaspell_checkers_new(): replaced by...
2043                 gtkaspell_checkers_init(): new function for initialization
2044                 gtkaspell_checkers_delete(): replaced by...
2045                 gtkaspell_checkers_quit(): new function
2046                 gtkaspell_checkers_strerror(): new function that returns
2047                 the checker's last error message.
2048                 
2049 2003-06-11 [melvin]     0.9.0claws28
2050
2051         * po/POTFILES.in
2052                 Updated to take into account gtkaspell.c migration to
2053                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2054
2055 2003-06-10 [alfons]     0.9.0claws27
2056
2057         * src/filtering.[ch]
2058         * src/folder.c
2059         * src/matcher.c
2060         * src/scoring.[ch]
2061                 - try fixing bug #18 (any brave testers?)
2062                 - add more robustness by refusing previously 
2063                   unchecked NULL pointers 
2064
2065 2003-06-10 [alfons]     0.9.0claws26
2066
2067         * src/procmsg.c
2068                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2069
2070 2003-06-09 [alfons]     0.9.0claws25
2071
2072         * src/prefs_common.c
2073                 fix bug #163 "Icon switching doesnt work properly" by 
2074                 preventing early freeing of prefs_common.pixmap_theme_path.
2075
2076 2003-06-09 [christoph]  0.9.0claws24
2077
2078         * src/gtk/gtkaspell.c
2079                 revert Thorsten's fix and add forgotten g_strdup for
2080                 aspell path (it should not be possible to alter the path a
2081                 GtkASpell uses from outside)
2082
2083 2003-06-09 [thorsten]   0.9.0claws23
2084
2085         * src/gtk/gtkaspell.c
2086                 dont free prefs_common.aspell_path when closing compose
2087
2088 2003-06-08 [colin]      0.9.0claws22
2089
2090         * src/plugins/spamassassin/spamassassin.c
2091                 fix prefs types
2092
2093 2003-06-07 [christoph]  0.9.0claws21
2094
2095         * src/Makefile.am
2096         * src/compose.c
2097         * src/gtkaspell.[ch]            ** REMOVE **
2098         * src/gtk/Makefile.am
2099         * src/gtk/gtkaspell.[ch]        ** NEW **
2100                 o make gtkaspell independent from sylpheed's prefs
2101                 o move gtkaspell.[ch] to gtk directory
2102
2103 2003-06-07 [christoph]  0.9.0claws20
2104
2105         * src/Makefile.am
2106         * src/crash.c
2107         * src/export.c
2108         * src/filesel.[ch]              ** REMOVE **
2109         * src/folder.c
2110         * src/main.[ch]
2111         * src/common/sylpheed.[ch]
2112         * src/gtk/Makefile.am
2113         * src/gtk/filesel.[ch]          ** NEW **
2114         * src/gtk/pluginwindow.c
2115         * src/gtk/sslcertwindow.c
2116                 move filesel.[ch] to gtk directory
2117
2118 2003-06-07 [alfons]     0.9.0claws19
2119
2120         * src/filesel.c
2121                 make (multi) file selection dialog work again (Claws-only)
2122
2123 2003-06-07 [thorsten]   0.9.0claws18
2124
2125         * po/de.po
2126                 fix typos
2127
2128 2003-06-07 [alfons]     0.9.0claws17
2129
2130         * configure.ac
2131         * src/mimeview.c
2132                 detect apache mishap in which case don't include fnmatch.h
2133                 if regex.h is already included
2134
2135 2003-06-06 [christoph]  0.9.0claws16
2136
2137         * configure.ac
2138         * src/mimeview.h
2139                 add check for fnmatch.h and include it when available
2140
2141         * src/mimeview.[ch]
2142                 fix wrong case sensitivity of Content-Types
2143
2144         * src/gtk/Makefile.am
2145                 need the same include paths in gtk directory as in
2146                 common directory because .h files in common can
2147                 include files from these directories, when included
2148                 in gtk's .h or .c files
2149
2150 2003-06-06 [alfons]     0.9.0claws15
2151
2152         * src/mimeview.c
2153         * src/summaryview.c
2154                 make it compile again because of regex.h / fnmatch.h 
2155                 include problems (related to recent mime stuff, can
2156                 someone check this?)
2157
2158 2003-06-06 [thorsten]   0.9.0claws14
2159
2160         * src/folderview.c
2161                 possible use of uninitialized pointer while dragging
2162
2163 2003-06-06 [paul]       0.9.0claws13
2164
2165         * src/compose.c
2166                 fix bug where the insert sig button would be effective
2167                 only when auto_sig was set
2168
2169 2003-06-06 [paul]       0.9.0claws12
2170
2171         * sync with 0.9.2 release
2172
2173 2003-06-02 [paul]       0.9.0claws11
2174
2175         * sync with 0.9.1cvs1
2176                 see ChangeLog 2003-06-02
2177                 
2178         * po/de.po
2179                 update by Jens
2180
2181 2003-06-01 [christoph]  0.9.0claws10
2182
2183         * src/account.c
2184                 don't use substring search to find accounts by email address
2185
2186         (closes Bug 169 Overly loose matching of "From" address)
2187
2188 2003-05-31 [christoph]  0.9.0claws9
2189
2190         * doc-src/rfc2683.txt
2191         * src/imap.c
2192                 limit IMAP command length as recommended in RFC2683
2193                 (message number lists will be split into multiple imap
2194                 sets, the limit of 1000 octets is not a hard limit)
2195
2196         (closes Bug 161 sylpheed-claws exits with segfault when logging
2197          in to certain imap-servers)
2198
2199 2003-05-29 [alfons]     0.9.0claws8
2200
2201         * src/toolbar.[ch]
2202                 add print button (calling summary_print());
2203                 fine tune setting tooltip text;
2204                 (if someone needs other buttons, please take these 
2205                 commits as a guide, instead of bothering us - also
2206                 see 0.8.11claws150) 
2207
2208 2003-05-29 [darko]      0.9.0claws7
2209
2210         * src/compose.c
2211                 fix crash when word wrapping kicks in due to
2212                 changed text by spell checker
2213
2214 2003-05-29 [paul]       0.9.0claws6
2215
2216         * src/compose.c
2217                 fix bug where changing account would insert
2218                 sig even if auto_sig was FALSE
2219                 
2220         * ChangeLog
2221           ChangeLog.jp
2222           INSTALL
2223                 sync with 0.9.1 release
2224
2225 2003-05-28 [christoph]  0.9.0claws5
2226
2227         * src/imap.c
2228                 fix truncation of too long commands
2229
2230         (closes Bug 167 IMAP hangs trying to get envelope
2231          information in imap_get_uncached_messages)
2232
2233 2003-05-27 [paul]       0.9.0claws4
2234
2235         * tools/Makefile.am
2236           tools/maildir2sylpheed.pl     ** NEW FILE **
2237                 add kmail to sylpheed mailbox conversion script
2238
2239 2003-05-27 [paul]       0.9.0claws3
2240
2241         * sync with 0.9.0cvs10
2242                 see ChangeLog 2003-05-26
2243
2244 2003-05-26 [paul]       0.9.0claws2
2245
2246         * sync with 0.9.0cvs9
2247                 see ChangeLog 2003-05-26
2248
2249 2003-05-24 [paul]       0.9.0claws1
2250
2251         * sync with 0.9.0cvs8
2252                 see ChangeLog 2003-05-23
2253
2254 2003-05-24 [paul]       0.9.0claws
2255
2256         * version 0.9.0claws released
2257
2258 2003-05-24 [paul]       0.8.11claws177
2259
2260         * src/plugins/dillo-viewer/Makefile.am
2261           src/plugins/traycon/Makefile.am
2262                 add missing files
2263                 
2264         * po/bg.po
2265           po/en_GB.po
2266           po/es.po
2267           po/it.po
2268           po/pt_BR.po
2269           po/ru.po
2270           po/sr.po
2271                 update Bulgarian, British English, Spanish, Italian, 
2272                 Brazilian Portuguese, Russian, and Serbian translations, 
2273                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2274                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2275                 Ruslan N. Balkin, and Urke MMI
2276
2277 2003-05-23 [melvin]     0.8.11claws176
2278
2279         * po/fr.po
2280                 Updated French translations
2281
2282 2003-05-22 [paul]       0.8.11claws175
2283
2284         * src/Makefile.am
2285           src/addrbook.[ch]
2286           src/addrcache.[ch]
2287           src/addr_compl.[ch]
2288           src/adressbook.[ch]
2289           src/addrindex.[ch]
2290           src/addritem.[ch]
2291           src/editaddress.c
2292           src/editgroup.c
2293           src/editldap_basedn.c
2294           src/editldap.c
2295           src/jpilot.c
2296           src/vcard.c
2297                 revert to get ldap into it previous working state
2298                 
2299         * po/zh_TW.Big5.po
2300                 new Taiwanese translation,
2301                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2302
2303 2003-05-22 [christoph]  0.8.11claws174
2304
2305         * src/plugins/spamassassin/libspamc.[ch]
2306                 sync libspamc with SpamAssaain release 2.55
2307
2308 2003-05-22 [paul]       0.8.11claws173
2309
2310         * sync with 0.9.0cvs7
2311                 see ChangeLog 2003-05-22
2312                 
2313         * src/summaryview.c
2314                 revert change in 0.8.11claws172: follow
2315                 Hiroyuki's decision and that's the end of it.
2316
2317 2003-05-21 [paul]       0.8.11claws172
2318
2319         * src/summaryview.c
2320                 fix discrepency between open_unread_on_enter
2321                 and always_show_msg
2322
2323 2003-05-21 [paul]       0.8.11claws171
2324
2325         * sync with 0.9.0cvs6
2326                 see ChangeLog 2003-05-21
2327
2328 2003-05-21 [paul]       0.8.11claws170
2329
2330         * sync with 0.9.0cvs5
2331                 see ChangeLog 2003-05-21
2332
2333 2003-05-20 [paul]       0.8.11claws169
2334
2335         * sync with 0.9.0cvs4
2336                 see ChangeLog 2003-05-20
2337                 fixes bug #152, 'encoding of IMAP folders names'
2338
2339 2003-05-20 [paul]       0.8.11claws168
2340
2341         * sync with 0.9.0cvs3
2342                 see ChangeLog 2003-05-20
2343                 
2344         * src/tools/convert_mbox.pl
2345                 minor change in the comments, submitted by Fred Marton
2346
2347 2003-05-19 [paul]       0.8.11claws167
2348
2349         * src/plugins/clamav/Makefile.am
2350           configure.ac
2351                 link clamav_lib to the plugin and not to the main program
2352
2353 2003-05-19 [christoph]
2354
2355         * src/Makefile.am
2356                 add -export-dynamic for linking
2357
2358 2003-05-19 [paul]       0.8.11claws166
2359
2360         * sync with 0.9.0cvs1
2361                 see ChangeLog 2003-05-19
2362
2363 2003-05-19 [paul]       0.8.11claws165
2364
2365         * src/inc.c
2366                 fix 'pop before smtp' timeout
2367
2368 2003-05-18 [alfons]     0.8.11claws164
2369
2370         * src/prefs_matcher.c
2371                 put "execute" action command line ("expression") in edit box
2372
2373 2003-05-18 [christoph]  0.8.11claws163
2374
2375         * src/mimeview.[ch]
2376         * src/plugins/dillo_viewer/dillo_viewer.c
2377         * src/plugins/image_viewer/viewer.c
2378         * src/plugins/mathml_viewer/mathml_viewer.c
2379                 let a viewer have a list of Content-Types
2380
2381 2003-05-18 [paul]       0.8.11claws162
2382
2383         * src/prefs_filtering.c
2384                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2385                 and REDIRECT actions
2386
2387 2003-05-17 [christoph]
2388
2389         * README.claws
2390                 o remove dynamic signatures that was syned with main
2391                 o add infos about no longer "build in" image viewer
2392                 o update bugtracker URL
2393
2394 2003-05-17 [christoph]  0.8.11claws161
2395
2396         * src/folder.c
2397         * src/folderview.c
2398         * src/imap.c
2399                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2400                 for every folder after rebuilding the folder tree.
2401
2402         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2403          messages)
2404
2405 2003-05-17 [christoph]  0.8.11claws160
2406
2407         * src/imap.c
2408                 don't use STATUS command on current folder to check for
2409                 content changes. imap_cmd_ok() now tracks changes to
2410                 folder and number of existing messages.
2411
2412 2003-05-17 [paul]       0.8.11claws159
2413
2414         * src/plugins/clamav/clamav_plugin.c
2415                 remove unnecessary debug_print
2416
2417 2003-05-16 [thorsten]   0.8.11claws158
2418
2419         * src/plugins/demo.c
2420                 included missing intl.h
2421
2422 2003-05-16 [paul]       0.8.11claws157
2423
2424         * po/POTFILES.in
2425                 remove non-existant entries
2426         
2427         * src/plugins/clamav/clamav_plugin.c
2428           src/plugins/clamav/clamav_plugin_gtk.c
2429           src/plugins/dillo_viewer/dillo_prefs.c
2430           src/plugins/dillo_viewer/dillo_viewer.c
2431                 gettextise
2432
2433 2003-05-16 [christoph]  0.8.11claws156
2434
2435         * po/POTFILES.in
2436                 include plugin .c files for translation until I
2437                 find a better solution to have plugins have their
2438                 own textdomain
2439         * src/plugins/demo/demo.c
2440         * src/plugins/image_viewer/plugin.c
2441         * src/plugins/mathml_viewer/mathml_viewer.c
2442         * src/plugins/spamassassin/spamassassin.c
2443         * src/plugins/spamassassin/spamassassin_gtk.c
2444         * src/plugins/trayicon/trayicon.c
2445                 add gettext macros for plugin name and description
2446
2447 2003-05-16 [paul]
2448
2449         * sync with 0.9.0
2450
2451 2003-05-16 [paul]       0.8.11claws155
2452
2453         * sync with lastest 0.9.0pre1
2454                 see ChangeLog 2003-05-16
2455
2456 2003-05-15 [paul]       0.8.11claws154
2457
2458         * sync with latest 0.9.0pre1
2459                 see ChangeLog 2003-05-14 and 2003-05-15
2460
2461 2003-05-14 [christoph]  0.8.11claws153
2462
2463         * src/plugins/image_viewer/viewer.c
2464         * src/plugins/image_viewer/viewer.glade         ** NEW **
2465         * src/plugins/image_viewer/viewerprefs.c
2466                 make it possible to disable the autoload function in the
2467                 imageviewer again
2468
2469 2003-05-14 [christoph]  0.8.11claws152
2470
2471         * src/folder.c
2472                 fix folder update after adding a message
2473
2474 2003-05-13 [alfons]     0.8.11claws151
2475
2476         * src/common/session.c
2477                 remove debug traces
2478                 
2479         * src/addrcache.[ch]
2480         * src/filtering.[ch]
2481         * src/folder.[c]
2482         * src/gtkaspell.[ch]
2483         * src/imap.[ch]
2484         * src/mbox_folder.[ch]
2485         * src/mh.[ch]
2486         * src/mimeview.h
2487         * src/msgcache.[ch]
2488         * src/news.[ch]
2489         * src/passphrase.[ch]
2490         * src/prefs_common.[ch]
2491         * src/prefs_gtk.[ch]
2492         * src/procmsg.c
2493         * src/scoring.[ch]
2494                 be pedantic; (in prototypes () implies (int))
2495
2496 2003-05-13 [alfons]     0.8.11claws150
2497
2498         * src/prefs_toolbar.[ch]
2499         * src/summaryview.[ch]
2500         * src/toolbar.[ch]
2501                 change misleading text in toolbar prefs;
2502                 add toolbar action for ignore thread (toggles ignore thread flag);
2503                 clean up a little bit;
2504
2505 2003-05-12 [paul]
2506
2507         * tools/convert_mbox.pl
2508                 bug fixed by Fred Marton
2509
2510 2003-05-12 [paul]
2511
2512         * sync with 0.9.0pre1
2513
2514 2003-05-09 [paul]       0.8.11claws149
2515
2516         * sync with 0.8.11cvs43
2517                 see ChangeLog 2003-05-09
2518
2519 2003-05-08 [christoph]  0.8.11claws148
2520
2521         * src/imap.[ch]
2522                 o use CAPABILIY as first command and check for PREAUTH
2523                   information in the response to it
2524                 o rewrite all imap_cmd_* functions to use an IMAPSession
2525                   instead of a SockInfo as parameter
2526                 o do STARTTLS after fetching and checking the server
2527                   capabilities
2528
2529 2003-05-08 [paul]       0.8.11claws147
2530
2531         * tools/Makefile.am
2532           tools/README
2533           tools/convert_mbox.pl         ** NEW FILE **
2534                 add mbox conversion script. Submitted by 
2535                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2536
2537 2003-05-07 [christoph]
2538
2539         * doc-src/glade.txt
2540         * src/gtk/pluginwindow.glade
2541         * src/plugins/image_viewer/viewerprefs.glade
2542         * src/plugins/spamassassin/spamassassin_gtk.glade
2543                 add glade files for user interfaces and a description how
2544                 to use glade to create the sylpheed code
2545
2546 2003-05-07 [paul]       0.8.11claws146
2547
2548         * sync with 0.8.11cvs41
2549                 see ChangeLog 2003-05-07
2550
2551 2003-05-06 [christoph]  0.8.11claws145
2552
2553         * src/main.c
2554         * src/plugins/image_viewer/viewer.c
2555                 fix usage of imlib in imageviewer plugin
2556
2557         * src/gtk/prefswindow.c
2558                 handle window close event correctly
2559
2560 2003-05-06 [paul]       0.8.11claws144
2561
2562         * src/common/ssl.c
2563                 fix typo introduced in sync
2564
2565 2003-05-06 [paul]       0.8.11claws143
2566
2567         * sync with 0.8.11cvs39
2568                 see ChangeLog 2003-05-06
2569
2570 2003-05-06 [paul]       0.8.11claws142
2571
2572         * AUTHORS
2573           po/cs.po
2574                 updated Czech translation, submitted by 
2575                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2576                 
2577         * src/plugins/clamav/clamav_plugin_gtk.c
2578                 clean up
2579
2580 2003-05-03 [alfons]     0.8.11claws141
2581
2582         * src/compose.[ch]
2583                 make paste as quotation work even when the call to 
2584                 text_inserted() was deferred (fixes bug #140 "Paste 
2585                 as quotation does not work when using "external" 
2586                 clipboard")
2587
2588 2003-05-03 [thorsten]   0.8.11claws140
2589
2590         * src/addrquery.h
2591           src/ldapquery.h
2592           src/mainwindow.c
2593                 removed C++ comments
2594         * src/addr_compl.c
2595                 function with non-int retval/param used before
2596                 implementation/declaration
2597
2598 2003-05-02 [paul]       0.8.11claws139
2599
2600         * src/addr_compl.[ch]
2601           src/addressbook.[ch]
2602           src/addrindex.c
2603           src/summaryview.c
2604                 revert match's changes to (finally) remove the bug where
2605                 opening a folder causes massive slowdown when using the 
2606                 'Display sender using address book' option
2607
2608 2003-05-01 [melvin]     0.8.11claws138
2609
2610         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2611         * src/plugins/dillo_viewer/dillo_viewer.c
2612                 Fixed bug where "Cancel" button from prefs issued
2613                 warnings.
2614                 Comply a little more to coding style
2615
2616 2003-05-01 [paul]       0.8.11claws137
2617
2618         * sync with 0.8.11cvs38
2619                 see ChangeLog 2003-05-01
2620
2621 2003-05-01 [paul]       0.8.11claws136
2622
2623         * po/bg.po
2624                 updated by George Danchev
2625
2626 2003-04-30 [christoph]  0.8.11claws135
2627
2628         * src/plugins/dillo_viewer/dillo_prefs.c
2629         * src/plugins/image_viewer/viewerprefs.c
2630         * src/plugins/spamassassin/spamassassin_gtk.c
2631                 remove gtk_widget_ref() calls for widgets in
2632                 glade code
2633
2634 2003-04-30 [paul]       0.8.11claws134
2635
2636         * src/addrindex.c
2637                 ok, this time a better fix for the bug where opening folder
2638                 has massive slowdown when using the 'Display sender using 
2639                 address book' option
2640
2641 2003-04-30 [paul]       0.8.11claws133
2642
2643         * src/addrindex.c
2644                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2645         
2646 2003-04-30 [melvin]     0.8.11claws132
2647
2648         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2649
2650         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2651                 Preferences for the dillo plugin
2652         * src/plugins/dillo_viewer/dillo_viewer.c
2653                 Support for preferences
2654         * src/plugins/dillo_viewer/Makefile.am
2655                 Added dillo_prefs.[ch]
2656
2657 2003-04-30 [alfons]     0.8.11claws131
2658
2659         * src/common/plugin.[ch]
2660                 see? this ANSI C'fication immediately gives us type
2661                 checking for free.
2662
2663 2003-04-30 [alfons]     0.8.11claws130
2664
2665         * src/common/plugin.[ch]
2666         * src/plugins/clamav/clamav_plugin.[ch]
2667         * src/plugins/clamav/clamav_plugin_gtk.c
2668         * src/plugins/demo/demo.c
2669         * src/plugins/dillo_viewer/dillo_viewer.c
2670         * src/plugins/image_viewer/plugin.c
2671         * src/plugins/image_viewer/viewer.[ch]
2672         * src/plugins/image_viewer/viewerprefs.[ch]
2673         * src/plugins/mathml_viewer/mathml_viewer.c
2674         * src/plugins/spamassassin/spamassassin.[ch]
2675         * src/plugins/spamassassin/spamassassin_gtk.c
2676         * src/plugins/trayicon/trayicon.c
2677                 clean up
2678
2679 2003-04-30 [alfons]     0.8.11claws129
2680
2681         * src/common/utils.c
2682                 make is_ascii_str() fail gracefully when NULL pointer
2683                 is passed
2684
2685 2003-04-30 [paul]       0.8.11claws128
2686
2687         * src/addrindex.c
2688                 fix bug where opening folder has massive slowdown when
2689                 using the 'Display sender using address book' option
2690
2691 2003-04-30 [paul]       0.8.11claws127
2692
2693         * src/plugins/clamav/clamav_plugin.c
2694           src/plugins/clamav/clamav_plugin_gtk.c
2695           src/plugins/demo/demo.c
2696           src/plugins/dillo_viewer/dillo_viewer.c
2697           src/plugins/image_viewer/plugin.c
2698           src/plugins/mathml_viewer/mathml_viewer.c
2699           src/plugins/spamassassin/spamassassin.c
2700           src/plugins/spamassassin/spamassassin_gtk.c
2701           src/plugins/trayicon/trayicon.c
2702                 get rid of eye-hurting function signatures
2703
2704 2003-04-30 [paul]       0.8.11claws126
2705
2706         * src/plugins/trayicon/trayicon.c
2707                 add description
2708                 
2709         * src/mimeview.c
2710                 be more descriptive
2711
2712 2003-04-30 [paul]       0.8.11claws125
2713
2714         * configure.ac
2715                 arrange the plugins in reverse alphabetical order
2716                 
2717         * src/plugins/clamav/clamav_plugin.[ch]
2718           src/plugins/clamav/clamav_plugin_gtk.c
2719                 rename some params
2720                 resize max_size window
2721                 re-arrange the order of some gui elements
2722                 improve descriptions
2723         
2724         * src/plugins/image_viewer/plugin.c
2725           src/plugins/mathml_viewer/mathml_viewer.c
2726                 add descriptions
2727                 
2728         * src/plugins/spamassassin/spamassassin_gtk.c
2729                 resize max_size window
2730                 re-arrange the order of some gui elements
2731                 
2732         * src/messageview.c
2733           src/mimeview.c
2734                 correct typos
2735
2736 2003-04-30 [alfons]     0.8.11claws124
2737
2738         * src/imap.c
2739                 fix a leak found while browsing Martin Kluge's 
2740                 valgrind log (Claws only)
2741
2742 2003-04-29 [darko]      0.8.11claws123
2743
2744         * src/gtk/gtkstext.h
2745                 include wchar.h if it is available, fixes compilation
2746                 on HP-UX systems
2747
2748 2003-04-29 [melvin]     0.8.11claws122
2749
2750         * src/prefs_actions.c
2751                 Improved help text of Actions' syntax
2752
2753 2003-04-28 [paul]       0.8.11claws121
2754
2755         * src/action.c
2756                 a better fix for the crash when performing an action
2757                 on a mime part
2758
2759 2003-04-28 [paul]       0.8.11claws120
2760
2761         * src/action.c
2762                 fix crash when performing an action on a
2763                 mime part
2764
2765 2003-04-28 [paul]       0.8.11claws119
2766
2767         * sync with 0.8.11cvs36
2768                 see ChangeLog 2003-04-28
2769
2770 2003-04-27 [paul]       0.8.11claws118
2771
2772         * more sync with 0.8.11cvs35
2773                 see ChangeLog 2003-04-25
2774
2775 2003-04-26 [christoph]  0.8.11claws117
2776
2777         * src/folder.c
2778                 fix remove virtual check
2779
2780 2003-04-26 [paul]       0.8.11claws116
2781
2782         * src/messageview.c
2783                 fix return-receipt, make it work again
2784
2785 2003-04-26 [paul]       0.8.11claws115
2786
2787         * src/mimeview.c
2788                 restore double-clicking of the [application/pgp-signature 
2789                 (Select "Check signature" to check)] line in the message view,
2790                 broken in recent sync
2791
2792 2003-04-26 [christoph]  0.8.11claws114
2793
2794         * src/folder.c
2795                 check if remove virtual really exists before
2796                 calling the function
2797
2798 2003-04-25 [match]      0.8.11claws113
2799
2800         * src/addrindex.c
2801         * src/addrbook.c
2802         * src/ldapquery.[ch]
2803         * src/ldapctrl.[ch]
2804                 fix memleak.
2805         * src/ldapserver.[ch]
2806                 fix memleak. fix segfault.
2807                 plug a Claws memleak
2808
2809 2003-04-25 [alfons]     0.8.11claws112
2810
2811         * src/folder.c
2812                 plug a Claws memleak
2813
2814 2003-04-25 [alfons]     0.8.11claws111
2815
2816         * src/common/session.c
2817                 plug a memleak
2818
2819 2003-04-25 [paul]       0.8.11claws110
2820
2821         * sync with 0.8.11cvs35
2822                 see ChangeLog 2003-04-24 and 2003-04-25
2823                 
2824         * src/gtk/pluginwindow.c
2825                 correct another strange float value
2826
2827 2003-04-24 [christoph]  0.8.11claws109
2828
2829         * src/folder.c
2830                 freeze folder item updates when unsetting new flags
2831
2832         * src/gtk/pluginwindow.c
2833                 correct strange float value
2834
2835 2003-04-23 [paul]       0.8.11claws108
2836
2837         * sync with 0.8.11cvs33
2838                 see ChangeLog 2003-04-23
2839
2840 2003-04-22 [paul]       0.8.11claws107
2841
2842         * src/Makefile.am
2843           src/messageview.c
2844           src/mimeview.c
2845           src/pgptext.[ch]      ** REMOVED **
2846                 remove pgptext.[ch] as its not used any more
2847
2848 2003-04-22 [paul]       0.8.11claws106
2849
2850         * sync with 0.8.11cvs31
2851                 see ChangeLog 2003-04-21 and 2003-04-22
2852
2853 2003-04-21 [alfons]     0.8.11claws105
2854
2855         * src/main.c
2856                 No access to GTK structures if we're a spawned child
2857                 (and clean up code a little bit...) Should fix #126.
2858
2859 2003-04-21 [melvin]     0.8.11claws104
2860
2861         * src/plugins/dillo_viewer/README
2862                 Improved slightly the text.
2863
2864 2003-04-21 [melvin]     0.8.11claws103
2865
2866         * src/plugins/dillo_viewer/README *** NEW ***
2867                 Added a README file for the Dillo plugin
2868
2869 2003-04-20 [paul]
2870
2871         * tools/README
2872           tools/outlook2sylpheed.pl
2873                 updated and improved by Ricardo Mones Lastra
2874
2875 2003-04-18 [oliver]     0.8.11claws102
2876
2877         * src/inc.c 
2878         * src/prefs_account.h
2879                 remove Pop3SessionType (used by selective download)
2880         * src/prefs_toolbar.c
2881                 enable set Default Toolbar button
2882
2883 2003-04-18 [paul]       0.8.11claws101
2884
2885         * sync with 0.8.11cvs29
2886                 see ChangeLog 2003-04-18
2887
2888 2003-04-17 [paul]       0.8.11claws100
2889
2890         * src/prefs_common.[ch]
2891           src/summaryview.c
2892                 remove 'Open next message on deletion' option,
2893                 as the same effect can now be achieved via the
2894                 'Always open messages in summary when selected'
2895                 option.
2896
2897 2003-04-17 [paul]       0.8.11claws99
2898
2899         * sync with 0.8.11cvs28
2900                 see ChangeLog 2003-04-17
2901
2902 2003-04-17 [christoph]  0.8.11claws98
2903
2904         * ac/spamassassin.m4
2905         * src/plugins/spamassassin/libspamc.[ch]
2906         * src/plugins/spamassassin/utils.[ch]
2907                 sync libspamc with SpamAssassin project
2908
2909 2003-04-17 [christoph]  0.8.11claws97
2910
2911         * src/common/socket.h
2912         * src/gtk/sslcertwindow.h
2913                 rename old USE_SSL to USE_OPENSSL
2914
2915 2003-04-17 [paul]       0.8.11claws96
2916
2917         * src/prefs_common.h
2918                 use gulong for P_COLOR so that it compiles/runs on
2919                 64-bit systems. Patch submitted by James Noyes
2920                 <jnoyes-claws@retrogeeks.com>
2921                 
2922         * po/de.po
2923                 updated by Jens
2924
2925 2003-04-17 [paul]       0.8.11claws95
2926
2927         * sync with 0.8.11cvs27
2928                 see ChangeLog 2003-04-16
2929
2930 2003-04-15 [paul]       0.8.11claws94
2931
2932         * src/prefs_common.[ch]
2933                 rearrange to stop the window getting too long:
2934                         move Receive dialog stuff to Receive tab
2935                         move Send dialog to Send tab
2936                         remove Dialogs frame
2937                 rename 'Open messages in summary with cursor keys' to
2938                 'Always open messages in summary when selected', as its
2939                 more appropriate
2940
2941 2003-04-15 [paul]       0.8.11claws93
2942
2943         * src/prefs_common.[ch]
2944           src/summaryview.c
2945                 add new option '/Interface/Open next message on deletion'
2946
2947 2003-04-15 [paul]       0.8.11claws92
2948
2949         * src/summaryview.[ch]
2950                 add /Mark/Lock and /Mark/Unlock to the pop-up
2951                 menu. Patch submitted by Ivan Francolin Martinez
2952                 <ivanfm@users.sourceforge.net>
2953
2954 2003-04-15 [paul]       0.8.11claws91
2955
2956         * sync with 0.8.11cvs24
2957                 see ChangeLog 2003-04-15
2958
2959 2003-04-14 [jens]       0.8.11claws90
2960
2961         * updated German translation and some corrections from
2962                 Roland Bless <bless@tm.uka.de>
2963
2964 2003-04-14 [paul]       0.8.11claws89
2965
2966         * sync with 0.8.11cvs22
2967                 see ChangeLog 2003-04-14
2968
2969 2003-04-13 [paul]       0.8.11claws88
2970
2971         * src/plugins/clamav/clamav_plugin.c
2972                 fix memory leaks
2973                 clean up
2974
2975 2003-04-12 [paul]       0.8.11claws87
2976
2977         * src/plugins/clamav/clamav_plugin.c
2978                 activate enable/disable archive scanning option
2979                 
2980         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2981
2982 2003-04-12 [paul]       0.8.11claws86
2983
2984         * src/plugins/Makefile.am
2985           src/plugins/clamav/Makefile.am                ** NEW FILE **
2986           src/plugins/clamav/README                     ** NEW FILE ** 
2987           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2988           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2989                 add Clam AntiVirus plugin
2990
2991 2003-04-12 [paul]       0.8.11claws85
2992
2993         * sync with 0.8.11cvs21
2994                 see ChangeLog 2003-04-11
2995
2996 2003-04-11 [paul]       0.8.11claws84
2997
2998         * po/es.po
2999                 update Spanish translation. Submitted by Ricardo
3000                 Mones Lastra.
3001
3002 2003-04-10 [christoph]  0.8.11claws83
3003
3004         * src/mbox.c
3005                 fix typo that did not move unfiltered mails to destination
3006                 folder
3007
3008         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3009          when filtering from spool)
3010
3011 2003-04-10 [christoph]  0.8.11claws82
3012
3013         * src/imap.c
3014                 use BODY.PEEK instead of BODY in in message fetch operation
3015                 to make sure the IMAP server does not set the \Seen flag for
3016                 messages. Sylpheed does that later itself, when the message
3017                 is opened in sylpheed
3018
3019         (closes Bug 111 Claws destroys unread marks)
3020
3021 2003-04-09 [oliver]     0.8.11claws81
3022         
3023         * src/folder.c
3024                 fix crash in folder_destroy
3025         * README.claws
3026                 remove selective download
3027
3028 2003-04-09 [christoph]  0.8.11claws80
3029
3030         * src/imap.c
3031                 fix crash in imap_get_msginfo() when then fetched message
3032                 is not found
3033
3034         (closes Bug 110 Crash during mail composition)
3035
3036 2003-04-08 [christoph]  0.8.11claws79
3037
3038         * src/folder.c
3039         * src/prefs_account.c
3040                 Filter new messages that are found in an INBOX folder
3041                 when 'Filter messages on receiving' is enabled in the
3042                 Folder's AccountPrefs. This allows to use Sylpheed's
3043                 filtering engine for IMAP folders where messages are
3044                 added to the INBOX by a MTA
3045
3046 2003-04-08 [paul]       0.8.11claws78
3047
3048         * src/procmsg.h
3049                 clean up after last commit
3050
3051 2003-04-08 [paul]       0.8.11claws77
3052
3053         * sync with 0.8.11cvs20
3054                 see ChangeLog 2003-04-07 and 2003-04-08
3055
3056 2003-04-07 [christoph]  0.8.11claws76
3057
3058         * src/filtering.[ch]
3059         * src/inc.[ch]
3060         * src/mbox.c
3061         * src/procmsg.[ch]
3062                 add procmsg_msginfo_filter() to execute filtering actions
3063
3064 2003-04-06 [christoph]  0.8.11claws75
3065
3066         * src/imap.c
3067                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3068
3069 2003-04-06 [christoph]  0.8.11claws74
3070
3071         * src/common/utils.[ch]
3072                 add g_int_compare() function for slist sorting
3073
3074         * src/imap.c
3075                 fetch all MsgInfos with one command in imap_get_msginfos()
3076                 using an imap set with a list of ranges
3077
3078         * src/news.c
3079                 use new g_int_compare() function
3080
3081 2003-04-06 [thorsten]   0.8.11claws73
3082
3083         * src/mh.c
3084                 corrected implementation of mh_folder_destroy()
3085
3086 2003-04-05 [christoph]  0.8.11claws72
3087
3088         * src/account.c
3089         * src/folder.[ch]
3090         * src/folderview.c
3091         * src/imap.c
3092         * src/inc.c
3093         * src/main.c
3094         * src/mainwindow.c
3095         * src/mbox_folder.c
3096         * src/mh.c
3097         * src/mimeview.h
3098         * src/msgcache.[ch]
3099         * src/news.c
3100         * src/procmime.h
3101         * src/procmsg.[ch]
3102         * src/setup.c
3103         * src/gtk/gtkutils.c
3104                 o rename structure field names class and new to klass and
3105                   new_msgs, to allow including files in C++
3106                 o add 'extern "C"' block to some header files
3107                 o add MsgInfoList and MsgNumberList as alias for GSList for
3108                   developers to know what type of list is expected
3109
3110         * src/plugins/image_viewer/plugin.c
3111         * src/plugins/image_viewer/viewer.[ch]
3112         * src/plugins/image_viewer/viewerprefs.[ch]
3113                 rename function names to prevent conflicts
3114
3115 2003-04-05 [paul]       0.8.11claws71
3116
3117         * sync with 0.8.11cvs18
3118                 see ChangeLog 2003-04-03 and 2003-04-04
3119
3120 2003-04-02 [christoph]  0.8.11claws70
3121
3122         * src/folder.[ch]
3123         * src/imap.[ch]
3124         * src/mbox_folder.[ch]
3125         * src/mh.[ch]
3126         * src/news.[ch]
3127                 o Make all virtual folder functions private
3128                 o remove unused folder code
3129
3130         * src/common/socket.[ch]
3131         * src/summaryview.c
3132                 fix warnings
3133
3134 2003-03-30 [alfons]     0.8.11claws69
3135
3136         * src/send_message.c
3137                 remove two debug traces and see if people still report
3138                 errors
3139
3140 2003-03-30 [alfons]     0.8.11claws68
3141
3142         * src/send_message.c
3143         * src/commons/session.c
3144                 add more debug traces
3145
3146 2003-03-30 [christoph]  0.8.11claws67
3147
3148         * src/folder.c
3149                 change processing folder name from .processing to processing
3150
3151         * src/common/ssl.c
3152                 disable SSL certificate check because it causes Xlib error
3153                 when the child process want's to open an GTK window
3154
3155 2003-03-30 [christoph]  0.8.11claws66
3156
3157         * src/folder.c
3158                 don't use default folder for processing folder item because
3159                 it can be a non local folder
3160
3161         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3162
3163 2003-03-30 [alfons]     0.8.11claws65
3164
3165         * src/send_message.c
3166                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3167                 to generate bad code for 'send_send_data_progressive': When
3168                 called from 'send_send_data_finished', the 'data' pointer is
3169                 cleared just before the assignment to the dialog pointer
3170
3171 2003-03-29 [christoph]  0.8.11claws64
3172
3173         * src/common/prefs.h
3174         * src/plugins/image_viewer/Makefile.am
3175         * src/plugins/image_viewer/plugin.c
3176         * src/plugins/image_viewer/viewer.[ch]
3177         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3178                 add PrefsPage for ImageViewer
3179
3180 2003-03-28 [thorsten]   0.8.11claws63
3181
3182         * src/common/session.c
3183                 added some comments
3184
3185 2003-03-28 [paul]       0.8.11claws62
3186
3187         * sync with 0.8.11cvs16
3188                 see ChangeLog 2003-03-28
3189
3190 2003-03-28 [paul]       0.8.11claws61
3191
3192         * sync with 0.8.11cvs15
3193                 see ChangeLog 2003-03-28
3194
3195 2003-03-27 [christoph]  0.8.11claws60
3196
3197         * src/folder.c
3198         * src/imap.c
3199         * src/common/socket.[ch]
3200                 set socket state to DISCONNECTED when any operation
3201                 fails to allow reconnecting in IMAP code without
3202                 checking the return code of all calls to the command
3203                 functions
3204
3205         * src/folderview.c
3206         * src/summaryview.c
3207                 remove some more stuff that depends on specific
3208                 folder types
3209
3210 2003-03-27 [paul]       0.8.11claws59
3211
3212         * sync with 0.8.11cvs14
3213                 see ChangeLog 2003-03-27
3214                 
3215         * src/selective_download.[ch]   ** REMOVED **
3216                 really removed
3217
3218 2003-03-27 [christoph]  0.8.11claws58
3219
3220         * src/folder.c
3221                 fix handling of tmp_flags in flag copy function
3222
3223 2003-03-27 [paul]       0.8.11claws57
3224
3225         * sync with 0.8.11cvs13
3226                 see ChangeLog 2003-03-27
3227
3228 2003-03-27 [oliver]     0.8.11claws56
3229
3230         * src/maiwindow.c
3231                 remove sel_download_cb
3232
3233 2003-03-27 [oliver]     0.8.11claws55
3234         
3235         * src/inc.c
3236                 remove POP3_TOP
3237         
3238 2003-03-26 [oliver]     0.8.11claws54
3239
3240         *src/pop.h
3241                 remove POP3_TOP*
3242         * README.claws
3243                 remove selective donwload readme
3244
3245 2003-03-26 [oliver]     0.8.11claws53
3246         * src/matcher.[ch]
3247         * src/matcher_parser_parse.y 
3248         * src/pop.c 
3249         * src/prefs_account.[ch]
3250         * src/prefs_filtering.c
3251                 remove selective donwload
3252
3253 2003-03-26 [oliver]     0.8.11claws52
3254
3255         * src/inc.[ch] 
3256         * src/filtering.c 
3257         * src/mainwindow.c 
3258                 remove selective donwload
3259
3260 2003-03-26 [oliver]     0.8.11claws51
3261         
3262         * src/Makefile.am
3263         * src/selective_download.[ch]   ** REMOVE **    
3264
3265 2003-03-26 [christoph]  0.8.11claws50
3266
3267         * src/news.c
3268                 fix NEWS that got broken by a sync with sylpheed-main
3269
3270 2003-03-26 [christoph]  0.8.11claws49
3271
3272         * src/mimeview.c
3273                 fix mime type guessing when no mime type is found for a file
3274
3275 2003-03-25 [christoph]  0.8.11claws48
3276
3277         * src/mimeview.c
3278         * src/procmime.c
3279                 remove mime type guessing from mime parser and use
3280                 name based mime types in viewer lookup for mime type
3281                 application/octet-stream
3282
3283 2003-03-25 [christoph]  0.8.11claws47
3284
3285         * doc-src/readme.txt
3286         * doc-src/rfc2554.txt
3287                 add RFC about SMTP AUTH
3288
3289         * src/send_message.c
3290         * src/common/smtp.[ch]
3291                 add extra error code for authentication errors and
3292                 clear temporary password when this error occurs
3293
3294         (closes Bug 84 authentication failure while sending should
3295          prompt for password again)
3296
3297 2003-03-25 [christoph]  0.8.11claws46
3298
3299         * configure.ac
3300         * src/Makefile.am
3301         * src/imageview.[ch]                            ** REMOVE **
3302         * src/messageview.[ch]
3303         * src/mimeview.[ch]
3304         * src/prefs_common.[ch]
3305         * src/textview.c
3306         * src/plugins/Makefile.am
3307         * src/plugins/image_viewer/.cvsignore           ** NEW **
3308         * src/plugins/image_viewer/Makefile.am          ** NEW **
3309         * src/plugins/image_viewer/plugin.c             ** NEW **
3310         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3311                 move image viewer into a plugin (building is enabled by default)
3312                 [ToDo: Prefs for resize and autoview]
3313
3314 2003-03-25 [paul]       0.8.11claws45
3315
3316         * sync with 0.8.11cvs12
3317                 see ChangeLog 2003-03-26
3318
3319 2003-03-25 [paul]       0.8.11claws44
3320
3321         * sync with 0.8.11cvs11
3322                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3323                 
3324         Note: Selective Download is broken.
3325                 
3326 2003-03-22 [christoph]  0.8.11claws43
3327
3328         * src/folder.c
3329                 code cleanup for flags copying
3330
3331 2003-03-22 [christoph]  0.8.11claws42
3332
3333         * src/plugins/trayicon/trayicon.c
3334                 fix setting the transparent area when the window size
3335                 is forced by the system tray
3336
3337 2003-03-22 [christoph]  0.8.11claws41
3338
3339         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3340         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3341         * src/plugins/trayicon/newmail.xpm              ** NEW **
3342         * src/plugins/trayicon/nomail.xpm               ** NEW **
3343         * src/plugins/trayicon/trayicon.c
3344         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3345                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3346                 o add icon for unread mails
3347                 o set transparency for window
3348
3349 2003-03-22 [christoph]  0.8.11claws40
3350
3351         * src/news.c
3352                 init news session to prevent crash when session is closed
3353
3354 2003-03-22 [christoph]  0.8.11claws39
3355
3356         * src/imap.c
3357         * src/common/session.[ch]
3358                 Init session data to make sure we don't have invalid pointers
3359                 for read_ch and write_ch when new multi process sessions are
3360                 not used
3361
3362         * src/main.c
3363         * src/common/plugin.c
3364         * src/common/sylpheed.c
3365         * src/plugins/demo/demo.c
3366         * src/plugins/dillo_viewer/dillo_viewer.c
3367         * src/plugins/mathml_viewer/mathml_viewer.c
3368         * src/plugins/spamassassin/spamassassin.c
3369         * src/plugins/spamassassin/spamassassin_gtk.c
3370                 add plugin types to allow loading plugins at different times
3371                 (and maybe for different frontends), because it's not good to
3372                 load GTK-Plugins gefore gtk_init was called
3373
3374         * configure.ac
3375         * src/plugins/Makefile.am
3376         * src/plugins/trayicon/.cvsignore               ** NEW **
3377         * src/plugins/trayicon/Makefile.am              ** NEW **
3378         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3379         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3380         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3381         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3382         * src/plugins/trayicon/trayicon.c               ** NEW **
3383                 New Trayicon plugin that shows an icon in a systray that uses
3384                 XEMBED protocol like Gnome's systray. Icon shows if there
3385                 are new mails and a tooltip shows information about new,
3386                 unread and total messages.
3387
3388 2003-03-22 [paul]       0.8.11claws38
3389
3390         * src/common/smtp.c
3391                 fix ESMTP AUTH CRAM-MD5
3392                 [sync with main (still version 0.8.11cvs6), see
3393                  ChangeLog 2003-03-22]
3394
3395 2003-03-21 [colin]      0.8.11claws37
3396
3397         * src/send_message.c
3398                 Fix USE_SSL => USE_OPENSSL
3399
3400 2003-03-21 [colin]      0.8.11claws36
3401
3402         * src/folderview.c
3403                 Fix counts in drag and dropped subfolders
3404
3405 2003-03-21 [colin]      0.8.11claws35
3406
3407         * src/folder.c 
3408         * src/folderview.c
3409                 speed up a bit folder dnd
3410
3411 2003-03-20 [alfons]     0.8.11claws34
3412
3413         * src/main.c
3414         * src/toolbar.c
3415         * src/procmsg.c
3416                 don't send locked queue messages
3417                 (feature request "[ 705245 ] Locking message in outbox 
3418                  should prevent sending")
3419
3420 2003-03-20 [christoph]  0.8.11claws33
3421
3422         * src/folder.c
3423                 remove NEW and UNREAD flag in special folders when scanning
3424                 
3425         * src/common/smtp.c
3426                 fix ESMTP AUTH CRAM-MD5
3427
3428 2003-03-20 [paul]       0.8.11claws32
3429
3430         * src/prefs_account.c
3431                 Re-write 'Tunnel command to open connection' as
3432                 'Use command to communicate with server', and disable
3433                 it for all except IMAP accounts
3434
3435 2003-03-20 [paul]       0.8.11claws31
3436
3437         * sync with 0.8.11cvs6
3438                 see ChangeLog 2003-03-20
3439
3440 2003-03-19 [match]      0.8.11claws30
3441
3442         * src/addritem.[ch]
3443                 include documentation. minor refactoring.
3444         * src/addr_compl.[ch]
3445         * src/addrindex.[ch]
3446         * src/addresbook.[ch]
3447         * src/summaryview.c
3448                 re-enable address lookup (was disabled in
3449                 0.8.11claws20).
3450
3451 2003-03-19 [christoph]  0.8.11claws29
3452
3453         * src/procmsg.c
3454                 add temp flag handling, will make moving and copying
3455                 messages possible again
3456
3457         * src/folder.c
3458                 correct calulation of folder stats
3459
3460 2003-03-18 [match]      0.8.11claws28
3461
3462         * src/editgroup.h
3463                 remove case sensitive comparison (closes bug 80).
3464
3465 2003-03-18 [christoph]  0.8.11claws27
3466
3467         * src/imap.c
3468                 fix imap using a tunnel command
3469
3470         (closes bug 87)
3471
3472 2003-03-18 [christoph]  0.8.11claws26
3473
3474         * src/folder.[ch]
3475         * src/imap.c
3476         * src/procmsg.[ch]
3477                 rewrite flag handling for folders
3478
3479 2003-03-18 [christoph]  0.8.11claws25
3480
3481         * src/folder.c
3482         * src/procmsg.c
3483         * src/summaryview.c
3484                 unset NEW and UNREAD flags when message is ignored, to make
3485                 sure messages don't show up as unread on other IMAP clients,
3486                 because the IGNORE_THREAD flag can not be syncronized through
3487                 the IMAP folder
3488
3489 2003-03-17 [christoph]  0.8.11claws24
3490
3491         * src/imap.c
3492                 don't use recursion to fetch uids when the number of messages
3493                 does not match. Moved code into subfunction that is used
3494                 again when needed, to prevent an endless loop.
3495
3496 2003-03-17 [thorsten]   0.8.11claws23
3497
3498         * src/imageview.[ch]
3499                 export imageview_get_resized_size() (for plugins)
3500         * src/prefs_common.[ch]
3501                 added prefs_common_get() (for plugins)
3502
3503 2003-03-17 [christoph]  0.8.11claws22
3504
3505         * src/imap.c
3506                 o remove UID guessing from copy code
3507                 o support UIDPLUS extension for APPEND command
3508
3509 2003-03-17 [paul]       0.8.11claws21
3510
3511         * src/gtk/about.c
3512                 remove 'Compiled-plugins' section.
3513                 
3514         * src/plugins/dillo_viewer/dillo_viewer.c
3515                 slight change to description text
3516
3517 2003-03-16 [match]      0.8.11claws20
3518         * src/ldapserver.[ch]           ** NEW **
3519         * src/ldapctrl.[ch]             ** NEW **
3520         * src/ldapquery.[ch]            ** NEW **
3521         * src/ldaputil.[ch]             ** NEW **
3522         * src/addrcindex.[ch]           ** NEW **
3523         * src/addrquery.h               ** NEW **
3524         * src/addritem.[ch]
3525         * src/addrcache.[ch]
3526         * src/addrindex.[ch]
3527         * src/addr_compl.[ch]
3528         * src/addressbook.[ch]
3529         * src/addrbook.[ch]
3530         * src/editgroup.c
3531         * src/editaddress.c
3532         * src/editldap.c
3533         * src/editldap_basedn.c
3534         * src/vcard.c
3535         * src/jpilot.c
3536         * src/Makefile.am
3537                 included dynamic LDAP queries. improved address
3538                 completion.
3539
3540 2003-03-16 [paul]       0.8.11claws19
3541
3542         * tools/multiwebsearch.pl
3543                 fix a fatal typo
3544
3545 2003-03-16 [christoph]  0.8.11claws18
3546
3547         * src/mimeview.c
3548         * src/plugins/dillo_viewer/dillo_viewer.c
3549         * src/plugins/mathml_viewer/mathml_viewer.c
3550                 make unregistering of MimeViewerFactorys possible
3551
3552 2003-03-16 [alfons]     0.8.11claws17
3553
3554         * configure.ac
3555                 correct typo
3556
3557 2003-03-16 [melvin]     0.8.11claws16
3558
3559         * src/plugins/dillo_viewer.c
3560                 Fixed bug where it was not possible to view more than
3561                 one text/html attachment per message (bug discovered
3562                 by Christoph Hohmann).
3563
3564 2003-03-15 [melvin]     0.8.11claws15
3565
3566         * src/prefs_actions.c
3567                 Fixed compilation warnings.
3568
3569 2003-03-15 [melvin]     0.8.11claws14
3570
3571         * src/plugins/Makefile.am
3572         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3573         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3574         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3575                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3576                 newer (http://dillo.auriga.wearlab.de/).
3577
3578 2003-03-15 [christoph]  0.8.11claws13
3579
3580         * src/imap.c
3581                 don't query imap folder for attributes because we already
3582                 for them from imap_status
3583
3584         * src/mimeview.[ch]
3585                 add support for plugable MimeViewers (unloading Viewers
3586                 not yet complete)
3587
3588         * src/plugins/Makefile.am
3589         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3590         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3591         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3592                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3593                 widget from http://helm.cs.unibo.it/mml-widget/
3594
3595 2003-03-14 [christoph]  0.8.11claws12
3596
3597         * src/folder.[ch]
3598                 o error return code's should better be negative
3599                 o replace printf with debug_print
3600
3601         * src/imap.c
3602                 improve IMAP folder scan by checking UID-NEXT
3603
3604         * src/summaryview.c
3605                 remove check that are unnecessary in my opinion
3606
3607 2003-03-13 [christoph]  0.8.11claws11
3608
3609         * src/folder.[ch]
3610         * src/foldersel.c
3611         * src/folderview.c
3612         * src/imap.c
3613         * src/mbox_folder.c
3614         * src/mh.c
3615         * src/news.c
3616         * src/prefs_scoring.c
3617         * src/summaryview.c
3618                 use a common function to get a displayable name
3619                 for a FolderItem
3620
3621 2003-03-13 [paul]       0.8.11claws10
3622
3623         * tools/Makefile.am
3624           tools/README
3625           tools/multiwebsearch.conf     ** NEW FILE **
3626           tools/multiwebsearch.pl       ** NEW FILE **
3627                 add multiwebsearch Actions script
3628
3629 2003-03-13 [colin]      0.8.11claws9
3630
3631         * src/compose.c
3632                 Remove leading emtpy lines from quoted text
3633                 before quoting it
3634
3635 2003-03-13 [melvin]     0.8.11claws8
3636
3637         * src/prefs_actions.c
3638                 Fixed a memory leak
3639                 Code clean ups
3640                 Added Cancel and OK buttons
3641                 Corrected help text
3642
3643 2003-03-13 [christoph]  0.8.11claws7
3644
3645         * src/account.c
3646         * src/folder.[ch]
3647         * src/imap.c
3648         * src/mainwindow.c
3649         * src/mbox_folder.c
3650         * src/mh.c
3651         * src/news.c
3652         * src/setup.c
3653                 replace more folder type stuff with folder class stuff
3654
3655 2003-03-13 [melvin]     0.8.11claws6
3656
3657         * src/prefs_actions.c
3658                 Added new tokens:
3659                 %u: user provided argument
3660                 %h: user provided argument (hidden on input)
3661                 %s: current text selection in the message view 
3662
3663 2003-03-13 [paul]       0.8.11claws5
3664
3665         * sync with 0.8.11cvs5
3666                 see ChangeLog 2003-03-11, 2003-03-12
3667
3668 2003-03-12 [christoph]  0.8.11claws4
3669
3670         * src/folder.c
3671                 use folder class idstr when writing folderlist.xml
3672
3673         * src/folder.h
3674         * src/imap.c
3675         * src/news.c
3676                 replace folder type checks with folder class checks
3677
3678 2003-03-12 [christoph]  0.8.11claws3
3679
3680         * src/folder.[ch]
3681         * src/imap.[ch]
3682         * src/main.c
3683         * src/mbox_folder.[ch]
3684         * src/mh.[ch]
3685         * src/news.[ch]
3686                 o create a list of known folder classes in the folder system
3687                 o use folder class id strings for folder item identifiers
3688
3689 2003-03-12 [christoph]  0.8.11claws2
3690
3691         * src/imap.c
3692                 fix imap uid validity check
3693
3694 2003-03-12 [christoph]  0.8.11claws1
3695
3696         * src/account.c
3697         * src/folder.[ch]
3698         * src/foldersel.c
3699         * src/folderview.c
3700         * src/imap.c
3701         * src/mainwindow.c
3702         * src/mbox_folder.c
3703         * src/mh.c
3704         * src/news.c
3705         * src/prefs_scoring.c
3706         * src/procmsg.c
3707         * src/setup.c
3708         * src/summaryview.c
3709                 initial restructuring of folder system, seperating
3710                 folders and folder classes
3711
3712 2003-03-12 [paul]       0.8.11claws
3713
3714         0.8.11claws release
3715
3716 2003-03-12 [christoph]
3717
3718         * src/gtk/prefswindow.c
3719                 fix translation of "Page Index"
3720
3721 2003-03-12 [paul]       0.8.10claws110
3722
3723         a sync from 0.8.11cvs4 before the release
3724
3725         * src/common/utils.c
3726                 subject_compare_for_sort(): allow null strings (fixes
3727                 summary sorting).
3728
3729 2003-03-11 [paul]       0.8.10claws109
3730
3731         * po/es.po
3732                 update Spanish translation, submitted by
3733                 Ricardo Mones Lastra
3734
3735 2003-03-11 [melvin]     0.8.10claws108
3736
3737         * po/fr.po
3738                 Updated French translations
3739
3740 2003-03-11 [paul]       0.8.10claws107
3741
3742         * manual/en/Makefile.am
3743           manual/en/*.html
3744                 update English manual, add a new page
3745                 updated by Francois Barriere <fbarriere@atmel.fr>
3746                 
3747         * po/bg.po
3748           po/it.po
3749           po/sr.po
3750                 update Bulgarian, Italian, and Serbian translations
3751                 submitted by George Danchev, Alessandro Maestri, and
3752                 Urke MMI
3753
3754 2003-03-10 [paul]       0.8.10claws106
3755
3756         * src/gtk/about.c
3757           src/gtk/prefswindow.c
3758                 make some strings translatable
3759
3760 2003-03-10 [darko]      0.8.10claws105
3761
3762         * src/compose.c
3763                 code cleanup to make Hiro happy
3764
3765 2003-03-10 [paul]       0.8.10claws104
3766
3767         * sync with 0.8.11cvs2
3768                 see ChangeLog 2003-03-10
3769
3770 2003-03-09 [melvin]     0.8.10claws103
3771
3772         * src/textview.c
3773                 textview_set_font(): fix for message display in
3774                 UTF-8 locales (thanks to Sergey Vlasov).
3775                 (was unintentionnaly reverted in 0.8.6claws6)   
3776
3777 2003-03-08 [darko]      0.8.10claws102
3778
3779         * src/compose.c
3780                 fix infinite loop in wrapping as reported
3781                 by happycactus
3782                 obsoletes patch #696482
3783
3784 2003-03-08 [christoph]  0.8.10claws101
3785
3786         * src/imap.c
3787                 add workaround for IMAP servers that do not
3788                 support the "UID SEARCH UID" command
3789
3790 2003-03-07 [christoph]  0.8.10claws100
3791
3792         * src/plugins/spamassassin/spamassassin.[ch]
3793         * src/plugins/spamassassin/spamassassin_gtk.c
3794                 code cleanup
3795
3796 2003-03-07 [paul]       0.8.10claws99
3797
3798         * po/es.po
3799                 updated Spanish translation, submitted by
3800                 Ricardo Mones Lastra
3801
3802 2003-03-07 [christoph]  0.8.10claws98
3803
3804         * src/send.c
3805                 fix in 0.8.10claws94 was wrong
3806                 local delivery does not require escaping, remove escaping
3807                 code to make signatures of mails with "." lines valid
3808                 
3809                 NOTE: requires that sendmail is executed with "-i" option,
3810                       what is the default now, but has to be changed in all
3811                       exsiting accounts)
3812
3813 2003-03-07 [paul]       0.8.10claws97
3814
3815         * sync with 0.8.11 release
3816                 see ChangeLog 2003-03-07
3817
3818 2003-03-06 [paul]       0.8.10claws96
3819
3820         * src/compose.c
3821                 revert commit 0.8.10claws92
3822
3823 2003-03-06 [paul]       0.8.10claws95
3824
3825         * src/folderview.c
3826                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3827
3828         * src/gtkaspell.c
3829                 fix bug 74, 'Crash opening editor window with pseudo-color
3830                 display'
3831                 
3832         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3833
3834 2003-03-06 [christoph]  0.8.10claws94
3835
3836         * src/send.c
3837                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3838                 all lines starting with a period get an extra period
3839                 inserted
3840                 (found by Simon 'corecode' Schubert)
3841
3842 2003-03-06 [paul]       0.8.10claws93
3843
3844         * src/folderview.c
3845                 if configured font can't be loaded fall back to gtk
3846                 default. (with thanks to Christoph)
3847                 
3848                 closes long-standing bug 15 'Crashes on startup'
3849
3850 2003-03-06 [paul]       0.8.10claws92
3851
3852         * src/compose.c
3853                 freeze text before autosave and thaw afterwards
3854                 fixes bug 67 'autosave make re-rediting message crazy'
3855
3856 2003-03-06 [christoph]  0.8.10claws91
3857
3858         * src/compose.c
3859                 ignore address comment in dupe check for Cc-list
3860
3861         (closes reopened bug 47 Replying to message strips name part of
3862          e-mail addresses of Cc: lines)
3863
3864 2003-03-06 [paul]       0.8.10claws90
3865
3866         * src/Makefile.am
3867                 remove reference to gtkxtext.h as its no longer in
3868                 the repository
3869
3870 2003-03-06 [paul]       0.8.10claws89
3871
3872         * sync with 0.8.10cvs25
3873                 see ChangeLog 2003-03-06
3874
3875 2003-03-06 [oliver]     0.8.10claws88
3876         
3877         * src/messageview.c
3878                 remove include
3879
3880 2003-03-06 [oliver]     0.8.10claws87
3881         
3882         * src/folderview.c 
3883                 remove changes introduced inclaws74
3884         * src/messageview.c
3885                 another attempt to sanely delete and update
3886                 messages deleted in separate messageview
3887
3888 2003-03-05 [christoph]  0.8.10claws86
3889
3890         * src/summaryview.c
3891                 check if "From" matches any account's address if
3892                 addressbook completion of addresses is disabled too
3893
3894         (closes Bug 70 "Display recipient in from" doesn't check
3895          folder's default account)
3896
3897 2003-03-05 [christoph]  0.8.10claws85
3898
3899         * src/compose.c
3900         * src/common/utils.[ch]
3901                 don't strip address comments when building Cc lists
3902
3903         (closes Bug 47 Replying to message strips name part of e-mail addresses
3904          of Cc: lines)
3905
3906         * src/folder.c
3907                 fix return value of copy function
3908
3909 2003-03-05 [christoph]  0.8.10claws84
3910
3911         * src/imap.c
3912                 don't ask imap server for non rfc822 headers
3913
3914         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3915
3916         * src/imap.c
3917                 destroy session on socket error to allow reconnecting
3918
3919 2003-03-05 [christoph]  0.8.10claws83
3920
3921         * configure.ac
3922                 fix building with gnome when no prefix is set
3923
3924         (closes bug 66 Gnome directory is set to NONE)
3925
3926 2003-03-05 [paul]       0.8.10claws82
3927
3928         * sync with 0.8.10cvs23
3929                 see ChangeLog 2003-03-05
3930
3931 2003-03-04 [christoph]  0.8.10claws81
3932
3933         * src/folder.c
3934                 o fix moving and copying when folder returns 0 for new
3935                   message number
3936                 o remove some code for single message copy and move
3937                   operations and use functions for multiple messages
3938
3939         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3940
3941         * src/news.c
3942                 remove unused include
3943
3944 2003-03-04 [paul]       0.8.10claws80
3945
3946         * src/gtk/about.c
3947                 list 'Compiled plugins'
3948
3949 2003-03-03 [christoph]  0.8.10claws79
3950
3951         * src/news.[ch]
3952                 have to multiply the percentage of the current fetch with
3953                 the percentage that it has of the total fetch operation
3954                 for correct values
3955
3956 2003-03-03 [christoph]  0.8.10claws78
3957
3958         * src/news.c
3959                 fix calculation of expected lines for progress indicator
3960
3961 2003-03-03 [christoph]  0.8.10claws77
3962
3963         * src/summaryview.c
3964         * src/common/utils.c
3965                 fix segfault when opening the root news folder
3966
3967 2003-03-03 [christoph]  0.8.10claws76
3968
3969         * src/mainwindow.[ch]
3970         * src/common/Makefile.am
3971         * src/common/progressindicator.[ch]
3972                 add UI independent progress indicator handling
3973
3974         * src/news.[ch]
3975                 use new progress indicator for message info fetching
3976
3977         * src/common/hooks.h
3978                 code cleanup
3979
3980 2003-03-03 [oliver]     0.8.10claws75
3981
3982         * src/toolbar.c
3983         * src/compose.c
3984                 removed commented code
3985
3986 2003-03-03 [oliver]     0.8.10claws74
3987
3988         * src/toolbar.[ch]
3989                 cleanups and refactoring
3990         * src/compose.[ch]
3991                 compose_reply_mode reply & forwarding interface for
3992                 toolbar buttons
3993         * src/folderview.c
3994                 act on messages marked for deletion in folderview_selected
3995                 based on prefs_common.immediate_exec since a message might 
3996                 have been deleted by messageview in a folder we are changing 
3997                 to (does anybody understand what I'm on about ?)
3998
3999 2003-03-03 [oliver]     0.8.10claws73
4000         
4001         * src/messageview.[ch]
4002                 new functions
4003                 - messageview_delete: delete message shown in messagview
4004                 - messageview_update_view: update messageview to currently 
4005                   selected summaryview message
4006                 - add separate messageview to msgview_list in order to update 
4007                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4008         * src/summaryview.[ch]
4009                 summary_get_selection returns a list of selected msgs
4010                 in summaryview
4011         * src/mainwindow.c
4012                 toolbar reply refactoring
4013
4014 2003-03-03 [paul]       0.8.10claws72
4015
4016         * sync with 0.8.10cvs21
4017                 see ChangeLog 2003-03-03
4018
4019 2003-03-02 [christoph]  0.8.10claws71
4020
4021         * src/common/passcrypt.c
4022                 use POSIX includes
4023
4024 2003-03-02 [christoph]  0.8.10claws70
4025
4026         * configure.ac
4027         * src/prefs_account.c
4028         * src/prefs_gtk.[ch]
4029         * src/common/.cvsignore
4030         * src/common/Makefile.am
4031         * src/common/passcrypt.c                ** NEW **
4032         * src/common/passcrypt.h.in             ** NEW **
4033                 Implement password encryption in config files
4034                 using unix encrypt and setkey functions. The crypt
4035                 key can be set as a configure parameter. Old
4036                 passwords will be converted if they do not begin
4037                 with '!'
4038
4039 2003-03-02 [paul]       0.8.10claws69
4040
4041         * src/prefs_account.c
4042                 fix compile error
4043
4044 2003-03-01 [thorsten]   0.8.10claws68
4045
4046         * po/el.po
4047           po/hr.po
4048           po/it.po
4049           po/nl.po
4050           po/sr.po
4051           po/sv.po
4052                 corrected format strings
4053         * po/en_GB.po
4054                 corrected headers
4055                 (fix compile errors with GNU gettext-0.11.5)
4056
4057 2003-03-01 [oliver]     0.8.10claws67
4058
4059         * src/summaryview.c
4060                 menu callbacks call toolbar_menu_reply
4061
4062 2003-03-01 [oliver]     0.8.10claws66
4063
4064         * src/mainwindow.c
4065         * src/messageview.c
4066                 menu callbacks call toolbar_menu_reply
4067         * src/toolbar.[ch]
4068                 callbacks from menu handled by toolbar_menu_reply
4069
4070 2003-03-01 [paul]       0.8.10claws65
4071
4072         * src/addressbook.c
4073                 revert commit 0.8.10claws54 - breaks editing of
4074                 addressbook.
4075                 
4076         * po/bg.po
4077                 update Bulgarian translation, submitted by
4078                 George Danchev
4079
4080 2003-02-28 [christoph]  0.8.10claws64
4081
4082         * src/account.c
4083         * src/addressadd.c
4084         * src/compose.c
4085         * src/gtkaspell.c
4086         * src/gtkxtext.h                ** REMOVE **
4087         * src/imap.c
4088         * src/matcher.[ch]
4089         * src/mh.c
4090         * src/news.c
4091         * src/pine.c
4092         * src/prefs_common.c
4093         * src/prefs_matcher.c
4094         * src/procheader.[ch]
4095         * src/procmsg.[ch]
4096         * src/toolbar.c
4097         * src/common/ssl_certificate.c
4098         * src/gtk/colorlabel.c
4099         * src/gtk/menu.c
4100                 o fix warnings
4101                 o remove code obsoleted by new cache and folder system rework
4102
4103 2003-02-28 [oliver]     0.8.10claws63
4104         
4105         * src/toolbar.[ch]
4106                 * fix bug where reply in Messageview replied to 
4107                 Message displayed in summaryview
4108                 (reportedd via ML by chinatinte at gmx dot ch)
4109                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4110                 didn't work in separate MessageView Toolbar
4111                 (wondering if anybody uses this at all ?)
4112         * src/summaryview.[ch]
4113                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4114                 (generalize reply and forward code);
4115         * src/messageview.c 
4116                 remove focus_in event which updated summaryview to messageview
4117
4118 2003-02-28 [paul]       0.8.10claws62
4119
4120         * po/Makefile.in.in
4121                 add the --check option
4122                 Patch submitted by Ricardo Mones Lastra
4123
4124 2003-02-28 [paul]       0.8.10claws61
4125
4126         * src/prefs_account.c
4127                 re-order 'Signature' items
4128
4129 2003-02-28 [paul]       0.8.10claws60
4130
4131         * sync with 0.8.10cvs20
4132                 see ChangeLog 2003-02-28
4133
4134 2003-02-28 [paul]       0.8.10claws59
4135
4136         * po/POTFILES.in
4137                 update to reflect recent movement of files
4138
4139 2003-02-28 [paul]       0.8.10claws58
4140
4141         * sync with 0.8.10cvs19
4142                 see ChangeLog 2003-02-28
4143
4144 2003-02-27 [martin]     0.8.10claws57
4145
4146         * src/prefs_matcher.c 
4147                 fix segfault in prefs_matcher_ok() when the
4148                 last entry is deleted and prevents that the
4149                 message "entry not saved" comes up after deleting
4150                 an entry
4151
4152 2003-02-27 [martin]     0.8.10claws56
4153
4154         * src/prefs_filtering.c 
4155                 fix segfault in prefs_filtering_ok() when the
4156                 last entry is deleted and prevents that the
4157                 message "entry not saved" comes up after deleting
4158                 an entry
4159
4160 2003-02-27 [paul]       0.8.10claws55
4161
4162         * sync with 0.8.10cvs18
4163                 see ChangeLog 2003-02-27
4164
4165 2003-02-27 [paul]       0.8.10claws54
4166
4167         * src/addressbook.c
4168                 fix bug where the address book crashes with 
4169                 multiple lookups.
4170                 Patch [687729] submitted by David Frager 
4171                 <dbfrager@users.sourceforge.net>
4172
4173 2003-02-25 [christoph]  0.8.10claws53
4174
4175         * src/Makefile.am
4176         * src/colorlabel.[ch]           ** REMOVE **
4177         * src/gtk/Makefile.am
4178         * src/gtk/colorlabel.[ch]       ** NEW **
4179                 move colorlabel files to gtk directory
4180
4181         * src/esmtp.[ch]                ** REMOVE **
4182                 has been merged into smtp.[ch] in 0.7.5
4183
4184 2003-02-25 [christoph]  0.8.10claws52
4185
4186         * src/Makefile.am
4187         * src/about.[ch]                ** REMOVE **
4188         * src/gtk/Makefile.am
4189         * src/gtk/about.[ch]            ** NEW **
4190                 move about files to gtk directory
4191
4192 2003-02-25 [christoph]  0.8.10claws51
4193
4194         * src/folder.c
4195                 some code optimization of folder scanning code
4196
4197         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4198
4199 2003-02-25 [christoph]  0.8.10claws50
4200
4201         * src/main.c
4202         * src/common/sylpheed.c
4203                 add command line parameter parsing to common code
4204
4205 2003-02-24 [christoph]
4206
4207         * Makefile.am
4208         * configure.ac
4209                 fix gnome prefix problems, the configure script now removed
4210                 `gnome-config --prefix` from `gnome-config --datadir`
4211                 and adds $(prefix} instead
4212
4213         (closes Bug 24 Makefile does not respect prefix when installing
4214          GNOME data)
4215
4216 2003-02-24 [christoph]  0.8.10claws49
4217
4218         * src/news.c
4219                 check for valid session before trying to authenticate
4220
4221         (closes Bug 60 crash if "authenticate on logon" is activated
4222          and newsserver-hostname is not valid)
4223
4224 2003-02-24 [melvin]     0.8.10claws48
4225
4226         * src/prefs_actions.c
4227                 Make sure all user's input is sent to the action and then
4228                 close the socket..
4229
4230 2003-02-23 [alfons]     0.8.10claws46
4231
4232         * src/summaryview.c
4233                 also wait cursor when deleting files
4234
4235 2003-02-23 [paul]
4236
4237         * tools/freshmeat_search.pl
4238           tools/google_search.pl
4239                 scripts should now work for any browser/browser command line
4240
4241 2003-02-22 [christoph]  0.8.10claws45
4242
4243         * src/procmsg.c
4244                 fix IMAP flag setting, IMAP flag is not handled correctly
4245                 anymore by the folder system and information about the
4246                 folder should not be saved in the MsgInfo (in my opinion)
4247
4248         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4249
4250 2003-02-22 [christoph]  0.8.10claws44
4251
4252         * src/summaryview.c
4253                 fix spelling of "label" ;-)
4254
4255 2003-02-22 [thorsten]   0.8.10claws43
4256
4257         * src/mimeview.c
4258           src/prefs_common.[ch]
4259           src/procmime.[ch]
4260                 do not use description as attachment name
4261
4262 2003-02-22 [alfons]     0.8.10claws42
4263
4264         * src/summaryview.c
4265                 freeze/thaw folder item updates when changing color labels,
4266                 and put a wait cursors on
4267
4268 2003-02-22 [thorsten]   0.8.10claws41
4269
4270         * src/mimeview.c
4271                 save-all fixes: crash if invoked on multipart container,
4272                 mimeinfo access, pathseparators, error dialog
4273
4274 2003-02-21 [alfons]     0.8.10claws40
4275
4276         * src/prefs_gtk.c
4277                 remove unused var
4278
4279 2003-02-21 [colin]      0.8.10claws39
4280
4281         * src/send.c
4282                 Fix smtp logging
4283
4284 2003-02-21 [colin]      0.8.10claws38
4285
4286         * src/summaryview.c
4287                 Freeze/thaw folderItem updates when filtering messages 
4288                 via Tools/Filter messages
4289
4290 2003-02-21 [paul]       0.8.10claws37
4291
4292         * src/compose.c
4293                 revert commit 0.8.10claws26, there are ulterior motives
4294                 for users to set a Reply-To header when posting to
4295                 newsgroups
4296
4297 2003-02-21 [paul]       0.8.10claws36
4298
4299         * sync with 0.8.10cvs17
4300                 see ChangeLog 2003-02-21
4301
4302 2003-02-20 [christoph]  0.8.10claws35
4303
4304         * src/imap.c
4305                 IMAP UID fetch speedup using SEARCH
4306
4307         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4308
4309         * src/imap.c
4310                 fix problem with UIDs in IMAP UID cache that no longer existed
4311
4312 2003-02-20 [christoph]  0.8.10claws34
4313
4314         * src/imap.c
4315         * src/procheader.c
4316         * src/procheader.h
4317                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4318
4319         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4320
4321         * src/imap.c
4322                 Rewrite imap_cmd_gen_recv use sock_getline instead
4323                 of sock_gets to avoid problems with too long reply
4324                 lines
4325     
4326 2003-02-20 [colin]      0.8.10claws33
4327         
4328         * src/prefs_account.c
4329                 Better wording
4330
4331 2003-02-20 [colin]      0.8.10claws32
4332
4333         * src/compose.c
4334                 Remove useless '&& !to_sender' 
4335
4336 2003-02-20 [darko]
4337
4338         * AUTHORS
4339                 change my e-mail address
4340
4341 2003-02-19 [colin]      0.8.10claws31
4342
4343         * src/prefs_common.c
4344                 X11 style colors for every configurable color
4345
4346 2003-02-19 [alfons]     0.8.10claws30
4347
4348         * src/prefs_gtk.[ch]
4349         * src/prefs_common.c
4350                 for color_new accept both plain integers and X11 style color
4351                 names (as found in /usr/lib/X11/rgb.txt)
4352
4353 2003-02-19 [paul]       0.8.10claws29
4354
4355         * src/mainwindow.c
4356                 add tooltips to online/offline button and account selector
4357                 button
4358
4359 2003-02-19 [paul]       0.8.10claws28
4360
4361         * src/folder.c
4362           src/news.c
4363           src/prefs_account.[ch]
4364           src/prefs_common.[ch]
4365                 move 'Maximum number of articles to download' to
4366                 account prefs.
4367                 clean up account prefs gui a little by hiding entries
4368                 rather then greying out entries
4369
4370 2003-02-19 [hiro]       0.8.10claws27
4371
4372         * src/common/utils.c
4373                 fix bug #54 'yesterdays date is displayed in the message 
4374                 summary window'
4375
4376 2003-02-19 [paul]       0.8.10claws26
4377
4378         * src/compose.c
4379                 fix bug reported in Feature Request [688596] 
4380                 'Reply-to header in news'
4381
4382 2003-02-18 [paul]       0.8.10claws25
4383
4384         * src/select-keys.c
4385                 add a 'List all keys' button to key selection dialog
4386
4387 2003-02-18 [colin]      0.8.10claws24
4388         
4389         * src/stock_pixmap.c
4390                 fix compile error
4391
4392 2003-02-18 [colin]      0.8.10claws23
4393
4394         * src/common/smtp.[ch]
4395           src/prefs_account.c
4396                 Try to starttls if it seems to be the only
4397                 way to authenticate a user
4398
4399 2003-02-18 [paul]       0.8.10claws22
4400
4401         * src/Makefile.am
4402           src/folderview.c
4403           src/stock_pixmap.[ch]
4404           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4405           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4406                 as a Drafts folder is a special folder allow it to have
4407                 its own unique icons
4408
4409 2003-02-18 [colin]      0.8.10claws21
4410
4411         * src/imap.c
4412                 Fix port selection when using starttls
4413
4414 2003-02-18 [paul]       0.8.10claws20
4415
4416         * src/mainwindow.c
4417           src/prefs_common.[ch]
4418                 make blue the default new mail colour
4419
4420 2003-02-18 [paul]       0.8.10claws19
4421
4422         * sync with 0.8.10cvs14
4423                 see ChangeLog 2003-02-18
4424
4425 2003-02-17 [jens]       0.8.10claws18
4426
4427         * src/common/md5.c
4428                 fixed a compile problem with gcc 3.3
4429                 works on 2.95.3 too (testet on PPC as it is big endian)
4430
4431 2003-02-17 [paul]       0.8.10claws17
4432
4433         * sync with 0.8.10cvs13
4434                 see ChangeLog 2003-02-17
4435
4436 2003-02-17 [paul]       0.8.10claws16
4437
4438         * sync with 0.8.10cvs12
4439                 see ChangeLog 2003-02-17
4440
4441 2003-02-16 [match]      0.8.10claws15
4442
4443         * src/addressbook.c
4444                 Eliminates reloading of address data when items
4445                 deleted or added. Applied submitted by
4446                 Luke Plant <lukeplant@softhome.net>
4447
4448 2003-02-16 [paul]       0.8.10claws14
4449
4450         * src/news.c
4451                 when a 'protocol error' is encountered disconnect from
4452                 the server. This means that the user can carry on viewing
4453                 other articles and doesn't have to either wait until the
4454                 server timesout or quit sylpheed.
4455                 Fixes bug #53 'Unable to read messages in newsgroups, 
4456                 displayed message doesn't change'
4457
4458 2003-02-15 [christoph]  0.8.10claws13
4459
4460         * src/imap.c
4461                 fix bug that stopped scanning of folders when an
4462                 IMAP folder was empty
4463
4464         (closes bug 46 stop scan messages in folders after empty folder)
4465
4466 2003-02-15 [paul]
4467
4468         * tools/Makefile.am
4469           tools/README
4470           tools/freshmeat_search.pl     ** NEW FILE **
4471           tools/google_search.pl        ** NEW FILE **
4472                 Add 2 Actions scripts which search freshmeat/google
4473                 for the selected text using the browser configured
4474                 in sylpheedrc.
4475                 
4476         Note: These scripts are very dependent on the format of the
4477         browser command and may not work on every occasion. Testing
4478         is welcome. 
4479
4480 2003-02-14 [alfons]     0.8.10claws12
4481
4482         * src/compose.c
4483                 fix breakage because of uninitialized account pointer.
4484                 please verify.
4485
4486 2003-02-14 [paul]       0.8.10claws11
4487
4488         * src/compose.c
4489           src/prefs_account.[ch]
4490           src/prefs_common.[ch]
4491                 move signature settings to Account Prefs
4492
4493 2003-02-14 [paul]       0.8.10claws10
4494
4495         * sync with 0.8.10cvs11
4496                 see ChangeLog 2003-02-14
4497
4498 2003-02-13 [thorsten]   0.8.10claws9
4499
4500         * src/news.c
4501                 revert news progressbar (GUI separation)
4502
4503 2003-02-13 [paul]       0.8.10claws8
4504
4505         * src/compose.c
4506                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4507                 paragraph 1
4508
4509 2003-02-13 [paul]       0.8.10claws7
4510
4511         * src/compose.[ch]
4512           src/summaryview.c
4513                 fix 'Follow-up and Reply-to' so that it creates a reply to
4514                 the newsgroup and the sender. If the message has the keyword
4515                 'poster' in the Followup-To header, all replies go to the
4516                 sender, re: RFC 1036, Section 2.2.3
4517                 rename all instances of 'ignore_replyto' to 'to_sender', both
4518                 were previously used, now we use just one.
4519
4520 2003-02-13 [paul]       0.8.10claws6
4521
4522         * sync with 0.8.10cvs9
4523                 see ChangeLog 2003-02-13
4524
4525 2003-02-13 [paul]       0.8.10claws5
4526
4527         * configure.ac
4528                 show which plugins are configured in the configure
4529                 output.
4530
4531 2003-02-12 [thorsten]   0.8.10claws4
4532
4533         * src/news.c
4534                 show progress while fetching news headers
4535
4536 2003-02-12 [christoph]  0.8.10claws3
4537
4538         * configure.ac
4539         * src/plugins/Makefile.am
4540                 use AM_CONDITIONAL to enable plugins, automake correctly
4541                 manages this when creating distdir
4542
4543 2003-02-12 [christoph]  0.8.10claws2
4544
4545         * ac/spamassassin.m4
4546         * src/plugins/spamassassin/Makefile.am
4547                 fix building SpamAssassin plugin without OpenSSL
4548
4549 2003-02-12 [paul]       0.8.10claws1
4550
4551         * ac/Makefile.am
4552           src/Makefile.am
4553           src/plugins/Makefile.am
4554                 fix failure of 'make release'
4555
4556 2003-02-12 [paul]       0.8.10claws
4557
4558         * 0.8.10claws released
4559
4560 2003-02-12 [paul]       0.8.9claws56
4561
4562         * po/bg.po
4563           po/es.po
4564           po/it.po
4565           po/ru.po
4566           po/sr.po
4567                 updated translations by George Danchev, Ricardo Mones Lastra,
4568                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4569                 
4570         * sylpheed.spec.in
4571                 Allow the building of RPMs by a regular user. Submitted
4572                 by Sergei Astanin
4573
4574 2003-02-11 [alfons]     0.8.9claws55
4575
4576         * src/colorlabel.c
4577                 don't use pixmaps for label color rect but draw rectangles
4578                 so we can respect the color map of palette based visuals
4579                 (fixes the long time crashes on Suns - thanks to Andreas
4580                 Engel and Steve O'Hara-Smith for testing)
4581
4582 2003-02-11 [christoph]  0.8.9claws54
4583
4584         * src/matcher_parser_parse.y
4585                 correct bug where filering rules of not existing folders in
4586                 matcherrc were added to global filtering
4587                 
4588         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4589          main filter-rules after removing directory, http://bugs.debian.org/180253)
4590         
4591 2003-02-11 [paul]       0.8.9claws53
4592
4593         * sync with 0.8.10cvs7
4594                 see ChangeLog 2003-02-09
4595
4596 2003-02-11 [melvin]     0.8.9claws52
4597
4598         * po/fr.po
4599                 Updated French tranlsations
4600
4601 2003-02-10 [paul]       0.8.9claws51
4602
4603         * sylpheed.spec.in
4604                 correct --enable-openssl
4605                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4606
4607 2003-02-09 [martin]     0.8.9claws50
4608
4609         * src/prefs_matcher.c
4610                 fix segfault in prefs_matcher_substitute_cb() when
4611                 no row is selected
4612
4613 2003-02-09 [paul]       0.8.9claws49
4614
4615         * src/folderview.c
4616                 fix bug where a newsgroup folder's processing rules were
4617                 merged with the global filtering rules when the newsgroup
4618                 folder was deleted, causing some seriously bad results,
4619                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4620
4621 2003-02-08 [melvin]     0.8.9claws48
4622
4623         * src/compose.c
4624                 Corrected and modified an alert message.
4625
4626 2003-02-07 [paul]       0.8.9claws47
4627
4628         * src/folderview.c
4629                 fix bug where both an 'Account properties' window and a
4630                 'Folder properties' window were opened when clicking on
4631                 'Properties' in an NNTP or IMAP folder's popup menu.
4632
4633 2003-02-07 [paul]       0.8.9claws46
4634
4635         * sync with 0.8.10cvs6
4636                 see ChangeLog 2003-02-06
4637
4638 2003-02-06 [christoph]  0.8.9claws45
4639
4640         * src/mbox.c
4641                 freeze folder updates while importing mbox files
4642                 (closes bug 43 importing mbox took hours)
4643                 
4644         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4645
4646 2003-02-06 [thorsten]   0.8.9claws44
4647
4648         * po/de.po
4649                 Updated german translations
4650
4651 2003-02-06 [thorsten]   0.8.9claws43
4652
4653         * src/news.h
4654                 use guint for message numbers (fix count in grouplist dialog)
4655
4656 2003-02-05 [paul]       0.8.9claws42
4657
4658         * sync with 0.8.10cvs2
4659                 see ChangeLog 2003-02-05
4660
4661 2003-02-04 [colin]      0.8.9claws41
4662
4663         * src/prefs_common.[ch]
4664           src/procmsg.c
4665           src/summaryview.c
4666                 Add an option to disable threading by subject
4667
4668 2003-02-04 [christoph]  0.8.9claws40
4669
4670         * src/inc.c
4671                 only abort fetching mails from multiple accounts when the
4672                 error is fatal and does not allow to check any more accounts
4673                 (currently only disk full error)
4674
4675         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4676          receive mails for other accouts)
4677
4678 2003-02-04 [christoph]  0.8.9claws39
4679
4680         * src/folder.c
4681                 first add the new message to the cache, then
4682                 send the update notification
4683
4684         (closes bug 39 after sending message folderview doesnt get updated)
4685
4686 2003-02-04 [colin]      0.8.9claws38
4687
4688         * src/inc.c
4689                 _really_ fix this Connecting... status
4690
4691 2003-02-04 [paul]       0.8.9claws37
4692
4693         * sync with 0.8.10
4694                 see ChangeLog 2003-02-04
4695
4696 2003-02-04 [paul]       0.8.9claws36
4697
4698         * sync with 0.8.9cvs6
4699                 see ChangeLog 2003-02-03
4700
4701 2003-02-04 [paul]       0.8.9claws35
4702
4703         * po/pt_BR.po
4704                 updated by André Filipe de Assunção e Brito 
4705                 <bedecko@netsite.com.br>
4706
4707 2003-02-03 [thorsten]   0.8.9claws34
4708
4709         * po/de.po
4710                 Updated german translations
4711
4712 2003-02-02 [paul]       0.8.9claws33
4713
4714         * po/es.po
4715                 updated by Ricardo Mones Lastra
4716
4717 2003-02-02 [thorsten]   0.8.9claws32
4718
4719         * src/mh.c
4720                 Fix mh_get_msginfo() segfault if file is inaccessible
4721
4722 2003-01-31 [colin]      0.8.9claws31
4723
4724         * src/procheader.c
4725                 Fix last commit's bug
4726
4727 2003-01-31 [colin]      0.8.9claws30
4728
4729         * src/procheader.c
4730                 Missing a change for gpg-signed messages
4731
4732 2003-01-31 [paul]       0.8.9claws29
4733
4734         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4735           src/procheader.c
4736           src/stock_pixmap.[ch]
4737           src/summaryview.c
4738                 indicate GnuPG signed messages by displaying an icon
4739                 in the Attachment column.
4740
4741 2003-01-31 [paul]       0.8.9claws28
4742
4743         * sync with 0.8.9cvs4
4744                 see ChangeLog 2003-01-31
4745
4746 2003-01-31 [alfons]     0.8.9claws27
4747
4748         * src/textview.c
4749                 tune URI parser to accept mailto URLs with a '?'
4750                 (patch from Ruslan Balkin)
4751
4752 2003-01-31 [colin]      0.8.9claws26
4753
4754         * src/summaryview.c
4755                 Fix a leak introduced in claws24
4756
4757 2003-01-31 [colin]      0.8.9claws25
4758
4759         * src/summaryview.c
4760                 Freeze/Thaw folder updates when deleting dups
4761
4762 2003-01-31 [colin]      0.8.9claws24
4763         
4764         * src/addr_compl.c
4765           src/summaryview.c
4766           src/msgcache.c
4767                 little speed improvements
4768
4769 2003-01-31 [colin]      0.8.9claws23
4770
4771         * src/summaryview.c
4772                 Fix segfault when forwarding nothing
4773                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4774                 
4775 2003-01-30 [paul]       0.8.9claws22
4776
4777         * sync with 0.8.9cvs3
4778                 see ChangeLog 2003-01-30
4779
4780 2003-01-30 [paul]       0.8.9claws21
4781
4782         * sync with 0.8.9cvs2
4783                 see ChangeLog 2003-01-30
4784
4785 2003-01-29 [paul]       0.8.9claws20
4786
4787         * sync with 0.8.9cvs1
4788                 see ChangeLog 2003-01-29
4789
4790 2003-01-28 [paul]       0.8.9claws19
4791
4792         * po/POTFILES.in
4793                 update to reflect changes. 
4794                 thanks to Ricardo Mones Lastra
4795
4796 2003-01-27 [christoph]  0.8.9claws18
4797
4798         * ac/openssl.m4
4799         * ac/spamassassin.m4
4800         * src/plugins/spamassassin/README
4801         * src/plugins/spamassassin/libspamc.[ch]
4802         * src/plugins/spamassassin/utils.[ch]
4803                 updated to latest libspamc
4804
4805 2003-01-27 [christoph]  0.8.9claws17
4806
4807         * src/folder.c
4808                 fix wrong use of procheader_get_header_fields
4809
4810 2003-01-27 [christoph]  0.8.9claws16
4811
4812         * src/news.c
4813         * src/prefs_account.[ch]
4814         * src/common/nntp.[ch]
4815                 allow to force authentication for NNTP servers
4816
4817         Patch submitted by Florian Mickler <dmk@d-labs.de>
4818
4819 2003-01-26 [paul]       0.8.9claws15
4820
4821         * src/summaryview.c
4822                 speed up of marking messages as read
4823                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4824
4825 2003-01-26 [christoph]  0.8.9claws14
4826
4827         * src/Makefile.am
4828         * src/mgutils.[ch]              ** REMOVE **
4829         * src/xml.[ch]                  ** REMOVE **
4830         * src/xmlprops.[ch]             ** REMOVE **
4831         * src/common/Makefile.am
4832         * src/common/mgutils.[ch]       ** NEW **
4833         * src/common/xml.[ch]           ** NEW **
4834         * src/common/xmlprops.[ch]      ** NEW **
4835                 move xml files to common directory
4836
4837 2003-01-26 [christoph]  0.8.9claws13
4838
4839         * src/plugins/spamassassin/spamassassin_gtk.c
4840                 only set gtk entry text if string is available
4841
4842 2003-01-26 [melvin]     0.8.9claws12
4843
4844         * src/description_window.c
4845                 Allow resizing of the window
4846                 Allow automatic horizontal scroll bar
4847                 Do not vertically expand and fill
4848
4849 2003-01-26 [christoph]  0.8.9claws11
4850
4851         * src/Makefile.am
4852         * src/gtkutils.[ch]             ** REMOVE **
4853         * src/common/sylpheed.c
4854         * src/gtk/Makefile.am
4855         * src/gtk/description_window.c
4856         * src/gtk/gtkutils.[ch]         ** NEW **
4857         * src/gtk/prefswindow.c
4858                 move gtkutils to gtk directory
4859
4860 2003-01-26 [paul]       0.8.9claws10
4861
4862         * src/summaryview.c
4863                 rename summary_unread_clicked() to summary_status_clicked()
4864
4865 2003-01-26 [melvin]     0.8.9claws9
4866
4867         * src/prefs_actions.c
4868                 Cosmetical changes to the help text
4869
4870 2003-01-26 [paul]       0.8.9claws8
4871
4872         * src/folder.[ch]
4873           src/mainwindow.c
4874           src/prefs_common.c
4875           src/prefs_sumamry_column.c
4876           summaryview.[ch]
4877                 rename the 'Unread' column to 'Status'
4878
4879 2003-01-25 [match]      0.8.9claws7
4880
4881         * src/mgutils.[ch]
4882                 removed reference to LDAP constants. removed error2string.
4883                 included functions to support LDAP dynamic queries.
4884         * src/syldap.h
4885                 moved LDAP constants here.
4886         * src/addressbook.c
4887         * src/addrindex.c
4888         * src/importldif.c
4889                 removed references to LDAP constants and references to
4890                 error2string.
4891
4892 2003-01-25 [paul]       0.8.9claws6
4893
4894         * src/summaryview.c
4895                 summary_thread_build(), summary_thread_init(): remove 
4896                 unneeded reference to summaryview->folder_item
4897
4898 2003-01-25 [christoph]  0.8.9claws5
4899
4900         * src/gtk/description_window.c
4901                 o allow description texts to expand over multiple columns
4902                 o translate all columns
4903         * src/prefs_actions.c
4904                 change syntax description to use new multi column feature
4905
4906         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4907
4908 2003-01-25 [match]      0.8.9claws4
4909
4910         * src/vcard.c
4911                 fixed bug with Quoted-Printable
4912
4913 2003-01-25 [paul]       0.8.9claws3
4914
4915         * src/folder.[ch]
4916           src/summaryview.[ch]
4917                 implement per-folder collapsed/expanded threads setting
4918                 
4919         * src/prefs_common.c
4920                 remove global collapsed/expanded threads option
4921
4922 2003-01-25 [christoph]  0.8.9claws2
4923
4924         * po/POTFILES.in
4925                 add pluginwindow and prefswindow
4926         * src/compose.c
4927                 make send respond correctly to messages that could be added
4928                 to the queue folder, but the UID of the message is unknown
4929         * src/folder.c
4930         * src/imap.c
4931                 don't return guessed UIDs in imap_add_msg anymore. We return
4932                 0 to tell the folder system it was appened but the UID is
4933                 unknown. Folder system now get's the UID by scaning the folder
4934                 and searching the cache for the Message-ID
4935                 (closes bug #29 Messages queued, but not sent)
4936
4937 2003-01-25 [paul]       0.8.9claws1
4938
4939         * src/codeconv.c
4940                 conv_encode_header():  fix bug when long headers with 8-bit
4941                 characters are used, so that the encoded words are wrapped.
4942                 If the space in the original text falls on the wrap boundary,
4943                 it can be lost.
4944                 Patch by Sergey Vlasov.
4945                 
4946         * src/folderview.c
4947                  fix bug where a change to the sorting method or thread view
4948                  of a folder's messages is lost if simpify-subject is set and
4949                  toggled on or off.
4950                  Patch by Luke Plant.
4951
4952 2003-01-24 [paul]       0.8.9claws
4953
4954         * sylpheed-0.8.9claws released
4955         
4956         * Makefile.am
4957           sylpheed.spec.in
4958                 remove reference to 'INSTALL.jp'
4959
4960 2003-01-23 [paul]       0.8.8claws128
4961
4962         * po/es.po
4963           po/it.po
4964           po/ru.po
4965           po/sr.po
4966                 updated translations. submitted by Ricardo Mones Lastra,
4967                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4968
4969 2003-01-23 [colin]      0.8.8claws127
4970
4971         * src/compose.c
4972                 Fix drafted and queued news articles re-edition
4973
4974 2003-01-23 [melvin]     0.8.8claws126
4975
4976         * po/fr.po
4977                 Updated French translations
4978
4979 2003-01-23 [colin]      0.8.8claws125
4980
4981         * src/inc.c
4982                 Fix "Connecting to..." status message
4983
4984 2003-01-22 [paul]       0.8.8claws124
4985
4986         * po/bg.po
4987                 updated by George Danchev
4988                 
4989         * src/folder.c
4990                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4991                 and folder deletion
4992
4993 2003-01-21 [paul]       0.8.8claws123
4994
4995         * po/bg.po
4996                 updated by George Danchev
4997                 
4998         * src/about.c
4999                 its now 2003
5000                 
5001         * src/toolbar.c
5002                 don't translate 'Separator'
5003                 
5004         * src/plugins/spamassassin/Makefile.am
5005                 add aspell to CPPFLAGS
5006                 
5007         * src/plugins/spamassassin/spamassassin.c
5008           src/plugins/spamassassin/spamassassin_gtk.c
5009                 set correct default for spamassassin_receive_spam
5010                 slightly re-word descriptions and some
5011                 other minor changes
5012
5013 2003-01-19 [alfons]     0.8.8claws122
5014                 
5015         * src/mimeview.c
5016                 mimeview_save_as(): we might as well show the file name for
5017                 the single case "Save As" too
5018
5019 2003-01-19 [alfons]     0.8.8claws121
5020
5021         * src/crash.c
5022                 change bug tracker URL to bugzilla URL
5023
5024 2003-01-19 [alfons]     0.8.8claws120
5025
5026         * src/mimeview.c
5027                 mimeview_save_all(): display name of file before overwriting;
5028                 continue saving all, even when one overwrite was cancelled
5029
5030 2003-01-19 [christoph]  0.8.8claws119
5031
5032         * src/summaryview.c
5033         * src/procmsg.[ch]
5034                 fix wrong usage of procmsg_find_children in summaryview
5035                 by using procmsg_update_unread_children instead of
5036                 summaryview_update_unread_children
5037
5038 2003-01-19 [christoph]  0.8.8claws118
5039
5040         * src/procmsg.c
5041                 fix infinite loop in procmsg_find_children
5042                  (closes bug #25 sylpheed crashes on delete.)
5043
5044         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5045
5046 2003-01-19 [paul]       0.8.8claws117
5047
5048         * po/pt_BR.po
5049                 updated by Ivan Francolin Martinez
5050
5051 2003-01-18 [melvin]     0.8.8claws116
5052
5053         * src/prefs_actions.c
5054                 Removed syntax limitation of only one '&' at the end of command.
5055                         Now actions that contain '>/dev/null 2>&1' are possible.
5056
5057 2003-01-18 [melvin]     0.8.8claws115
5058
5059         * src/prefs_actions.c
5060                 Actions IO dialog: when the action ends
5061                 the "Close" button now has focus and [Escape] closes the
5062                 window.
5063
5064 2003-01-18 [christoph]  0.8.8claws114
5065
5066         * src/procmsg.c
5067                 o add debug output when MsgInfos are really freed
5068                 o free GSLists in procmsg_find_children and
5069                   procmsg_update_unread_children
5070
5071 2003-01-18 [christoph]  0.8.8claws113
5072
5073         * src/mainwindow.c
5074                 reorder Configuration menu
5075
5076 2003-01-18 [christoph]  0.8.8claws112
5077
5078         * src/compose.c
5079                 fix applying templates to forwarded messages
5080
5081         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5082
5083 2003-01-17 [christoph]  0.8.8claws111
5084
5085         * src/folder.c
5086                 destroy folder items, when a folder item is removed
5087
5088 2003-01-17 [christoph]  0.8.8claws110
5089
5090         * src/folder.c
5091                 fix wrong folder stats update when ignored message is
5092                 deleted
5093
5094 2003-01-17 [colin]      0.8.8claws109
5095         
5096         * src/mainwindow.c
5097         * src/summaryview.c
5098                 Quicksearch bugfixes: 
5099                 - hide help button at startup if not extended
5100                 - switch to extended when looking for replies
5101
5102 2003-01-17 [paul]
5103
5104         * sync with 0.8.9 release
5105
5106 2003-01-17 [paul]       0.8.8claws108
5107
5108         * sync with 0.8.8cvs11
5109                 see ChangeLog 2003-01-17
5110
5111 2003-01-16 [colin]      0.8.8claws107
5112
5113         * src/procmsg.c
5114                 Changed encryption test to re-ask passphrase
5115                 if an encrypted message hasn't been decrypted
5116                 Fixes bug #5
5117
5118 2003-01-16 [christoph]  0.8.8claws106
5119
5120         * src/prefs_gtk.c
5121         * src/prefs_toolbar.c
5122         * src/gtk/prefswindow.h
5123         * src/plugins/spamassassin/spamassassin_gtk.c
5124                 remove page destroy function that is not used anymore
5125
5126 2003-01-16 [paul]       0.8.8claws105
5127
5128         * sync with 0.8.8cvs9
5129                 see ChangeLog 2002-01-16
5130
5131 2003-01-16 [colin]      0.8.8claws104
5132
5133         * src/compose.[ch]
5134                 Fix bug with autosaved drafts for IMAP, when draft
5135                 folder is specified - fixes bugzilla bug #20
5136
5137 2003-01-15 [paul]       0.8.8claws103
5138
5139         * src/compose.[ch]
5140           src/procmsg.c
5141                 store folder and message-id of message forwarding
5142                 in queue header and set forward flag after sending
5143
5144 2003-01-15 [paul]       0.8.8claws102
5145
5146         * sync with 0.8.8cvs8
5147                 see ChangeLog 2002-01-15
5148
5149 2003-01-15 [colin]      0.8.8claws101
5150
5151         * src/Makefile.am
5152                 Fix linking with GNU libiconv
5153
5154 2003-01-15 [darko]      0.8.8claws100
5155
5156         * src/pine.c
5157                 fix crash when importing pine address book
5158                 entry with an empty name (reported by DY
5159                 <dybulk at tri8.net>)
5160
5161 2003-01-14 [paul]       0.8.8claws99
5162
5163         * configure.in  ** REMOVED **
5164           configure.ac  ** NEW FILE **
5165                 rename configure.in to configure.ac, as it is now
5166                 preferred
5167
5168 2003-01-14 [melvin]     0.8.8claws98
5169
5170         * src/folderview.c
5171                 folderview_check_new(): More precise function description
5172
5173 2003-01-14 [melvin]     0.8.8claws97
5174
5175         * src/folderview.c
5176                 folderview_check_new(): return the number of new messages 
5177                         since last check.
5178         * src/inc.c
5179                 inc_account_mail(): Disable counting of new messages for IMAP
5180                         and NNTP until bug [19] and [14] are fixed.
5181
5182 2003-01-14 [paul]       0.8.8claws96
5183
5184         * sync with 0.8.8cvs6
5185                 see ChangeLog 2003-01-14
5186
5187 2003-01-13 [alfons]     0.8.8claws95
5188
5189         * src/textview.c
5190                 tune email address validation (c. 0.8.8claws89): if . is 
5191                 just one char away from @, the address is invalid too 
5192                 (correctly rejects addresses like foo@.com)
5193
5194 2003-01-13 [paul]       0.8.8claws94
5195
5196         * src/messageview.c
5197           src/toolbar.c
5198                 fixes to the Message View toolbar and menu:
5199                 fix non-functioning Forward button
5200                 make Reply button consider default_reply_list
5201                 remove 'Follow-up...' menu entry
5202                 add 'Forward' and 'Redirect' menu entries
5203
5204 2003-01-13 [melvin]     0.8.8claws93
5205
5206         * src/inc.c
5207                 Fixed typo that could make new messages count incorrect.
5208
5209 2003-01-13 [melvin]     0.8.8claws92
5210
5211         * src/folderview.[ch]
5212                 folderview_check_new(): return the number of new messages.
5213         * src/inc.c
5214                 Should fix bug [14] where new mail notification worked 
5215                         incorrectly with IMAP accounts.
5216                 inc_spool_account(): return number of new msgs, or -1 on error
5217                 inc_all_spool(): return number of new msgs
5218                 
5219 2003-01-13 [melvin]     0.8.8claws91
5220
5221         * src/prefs_actions.c
5222                 Justify help text.
5223
5224 2003-01-12 [thorsten]   0.8.8claws90
5225
5226         * src/common/prefs.c
5227                 close file before rename
5228
5229 2003-01-12 [alfons]     0.8.8claws89
5230
5231         * AUTHORS
5232                 add Christian Mertes
5233         * src/common/utils.[ch]
5234                 g_stricase_hash(), g_stricase_equal(): functions for 
5235                 case insensitive hash tables
5236         * src/textview.c
5237                 use top level domain names to validate email address, based
5238                 on a patch by Christian Mertes (thanks!), but changed 
5239                 implementation to use a hash table 
5240
5241 2003-01-12 [paul]       0.8.8claws88
5242
5243         * po/bg.po
5244                 updated by George Danchev
5245
5246 2003-01-12 [alfons]     0.8.8claws87
5247
5248         * src/summaryview.c
5249                 delete / execute performance: use new style folder update
5250
5251 2003-01-12 [paul]       0.8.8claws86
5252
5253         * sync with 0.8.8cvs5
5254                 see ChangeLog 2003-01-13 (!)
5255
5256 2003-01-12 [alfons]     0.8.8claws85
5257
5258         * src/filtering.c
5259         * src/matcher_parser_parse.y
5260                 prepare change_score filtering action
5261         * src/matcher.[ch]
5262                 give up const-correctness on functions that call non-const-correct functions;
5263                 several casts to gpointer in g_free();
5264                 add change_score;
5265
5266 2003-01-12 [christoph]  0.8.8claws84
5267
5268         * src/compose.c
5269                 fix 2 warnings
5270
5271         * src/gtk/prefswindow.[ch]
5272         * src/plugins/spamassassin/spamassassin_gtk.c
5273                 changed the call of the widget create function
5274                 for PrefsPages, because sometimes the widget
5275                 create function needs a widget that already has
5276                 been attached to a window (to create GDK pixmaps
5277                 for exmaple). So we simply pass the GtkWindow as
5278                 the second parameter now.
5279
5280         * src/main.c
5281         * src/mainwindow.c
5282         * src/prefs_toolbar.[ch]
5283                 rewrite Toolbar Preferences using the new
5284                 prefs window
5285
5286 2003-01-11 [alfons]     0.8.8claws83
5287
5288         * src/addressadd.c
5289                 fix crash when adding sender to addressbook because status bar
5290                 isn't there (the status bar doesn't seem to be used though,
5291                 but I'll let Match decide what to do with it)
5292
5293 2003-01-11 [colin]      0.8.8claws82
5294
5295         * src/main.c
5296           src/toolbar.c
5297                 Two useless changes reversed
5298
5299 2003-01-11 [colin]      0.8.8claws81
5300
5301         * src/mainwindow.c
5302           src/mainwindow.h
5303                 Add mainwindow_get_mainwindow()
5304         * src/alertpanel.c
5305           src/alertpanel.h
5306                 Add alertpanel_error_log() 
5307         * src/compose.c
5308           src/inc.c
5309           src/messageview.c
5310           src/toolbar.c
5311           src/main.c
5312           src/procmsg.c
5313                 Network errors get a View Log button
5314
5315 2003-01-10 [alfons]     0.8.8claws80
5316
5317         * src/prefs_toolbar.c
5318         * src/toolbar.c
5319                 use the translatable string for "Separator" as file name for
5320                 separator toolbar items (probably make this uppercase?)
5321
5322 2003-01-10 [alfons]     0.8.8claws79
5323
5324         * src/prefs_toolbar.c
5325                 put right A_SEPARATOR description string in "displayed
5326                 toolbar items list" so manually added separators are
5327                 saved correctly (bug #10, "Adding a separator to the main 
5328                 toolbar fails, entry in xml file is wrong")
5329
5330 2003-01-10 [christoph]  0.8.8claws78
5331
5332         * src/imap.c
5333                 o fix warnings
5334                 o use CAPABILITY to check if NAMESPACE is available
5335
5336 2003-01-10 [christoph]  0.8.8claws77
5337
5338         * src/imap.[ch]
5339                 apply UIDPLUS IMAP extension support patch
5340
5341         Patch submitted by Simon 'corecode' Schubert
5342
5343 2003-01-10 [paul]       0.8.8claws76
5344
5345         * src/folderview.c
5346                 a sync from main which fixes the news account folders'
5347                 Properties bug
5348
5349 2003-01-10 [christoph]  0.8.8claws75
5350
5351         * src/folder.c
5352                 don't accept 0 as a valid uid returned by copy and move
5353                 functions. 0 means the message was copied or moved but the
5354                 new uid could not be fetched. It is not an error condition
5355                 for the copy or move operation.
5356
5357 2003-01-10 [paul]       0.8.8claws74
5358
5359         * src/prefs_filtering.c
5360                 change English used in Alert when entry is not
5361                 saved.
5362                 
5363         * sync with 0.8.8cvs4
5364                 see ChangeLog 2003-01-10
5365
5366 2003-01-10 [darko]      0.8.8claws73
5367
5368         * src/pine.c
5369                 fix crash when importing address book entry
5370                 without a valid address
5371
5372 2003-01-09 [alfons]     0.8.8claws72
5373
5374         * src/inc.c
5375                 filtering performance: use new style folder update
5376
5377 2003-01-09 [christoph]  0.8.8claws71
5378
5379         * src/compose.c
5380         * src/gtk/menu.[ch]
5381                 fix wrong selecting of mime encoding type, when
5382                 opening property dialog of attachments in the
5383                 compose window. 7bit was always selected and that
5384                 destoryed files with 8bit data.
5385                 (closes bug #9 Sylpheed-claws destroys attachments when
5386                  changing MIME-types)
5387
5388 2003-01-09 [paul]       0.8.8claws70
5389
5390         * sync with 0.8.8cvs3
5391                 see ChangeLog 2003-01-09
5392
5393 2003-01-08 [alfons]     0.8.8claws69
5394         
5395         * src/addressadd.c
5396                 apply patch by Kim Schulz to fix build breakage
5397                 because of missing variable
5398
5399 2003-01-08 [paul]       0.8.8claws68
5400
5401         * sync with 0.8.8cvs2
5402                 see ChangeLog 2002-01-08
5403
5404 2003-01-08 [paul]       0.8.8claws67
5405
5406         * po/it.po
5407                 updated by Alessandro Maestri
5408                 
5409         * src/addressadd.c
5410                 when using 'Add sender to addressbook' allow
5411                 name to be edited and remarks to be entered
5412                 Patch submitted by Luke Plant
5413
5414 2003-01-08 [darko]      0.8.8claws66
5415
5416         * README.claws, src/summaryview.c
5417                 fix description for marked messages
5418
5419 2003-01-08 [paul]
5420
5421         * tools/Makefile.am
5422           tools/launch_phoenix  ** NEW FILE **
5423                 add script that enables using Phoenix as the default
5424                 web browser. 
5425                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5426                 
5427         * tools/OOo2sylpheed.pl
5428                 remove full path to sylpheed executable, just 'sylpheed'
5429                 will do
5430                 
5431         * tools/README
5432                 add launch_phoenix informtion and re-arrange and compress
5433                 the data a little
5434
5435 2003-01-07 [christoph]  0.8.8claws65
5436
5437         * src/folder.c
5438                 fix update for source folder when moving messages
5439         * src/procmsg.[ch]
5440         * src/summaryview.c
5441                 use function to set to_folder for message infos and
5442                 automatically update the op_count for old and new
5443                 folder
5444
5445 2003-01-07 [melvin]     0.8.8claws64
5446
5447         * src/prefs_actions.c
5448                 Fixed bug where an '%p' Action on a displayed image crashed 
5449                         Sylpheed
5450                 Code clean up (get rid of duplicated code and removed unnecessary 
5451                                 structure member)
5452
5453 2003-01-07 [christoph]  0.8.8claws63
5454
5455         * src/compose.c
5456         * src/folder.[ch]
5457         * src/folderview.c
5458         * src/import.c
5459         * src/inc.c
5460         * src/main.c
5461         * src/mainwindow.c
5462         * src/messageview.c
5463         * src/prefs_folder_item.c
5464         * src/procmsg.c
5465         * src/summaryview.c
5466         * src/toolbar.c
5467                 o remove all folder update triggering from the UI code. The folder
5468                   system should know much better when a folder needs an update.
5469                 o to prevent multiple updates in a row the folder updates can be
5470                   frozen for some time.
5471
5472                 Note: - Please verify that no updates are missing
5473                       - Check where freeze/thaws should be added
5474
5475 2003-01-07 [christoph]  0.8.8claws62
5476
5477         * src/prefs_actions.c
5478                 don't translate empty strings
5479
5480         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5481
5482 2003-01-06 [christoph]  0.8.8claws61
5483
5484         * src/prefs_actions.c
5485                 mark strings for gettext
5486         * src/prefs_matcher.c
5487                 use new description window for Execute action and
5488                 match condition in Filtering
5489
5490         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5491
5492 2003-01-06 [alfons]     0.8.8claws60
5493
5494         keep myself inspired to re-organize matcher part 8; 
5495         yes, more to come (I need to move out the descriptive
5496         text for actions to matcher.c, or at least make it not
5497         depend on the wicked ordering)
5498
5499         * src/prefs_matcher.c
5500                 add documentation so others may comprehend the
5501                 UI part of the conditions
5502                 
5503 2003-01-06 [christoph]  0.8.8claws59
5504
5505         * src/prefs_actions.c
5506                 use new description window for syntax help
5507         * src/gtk/description_window.c
5508                 fix display of descriptions with column count != 2
5509
5510         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5511
5512 2003-01-06 [christoph]  0.8.8claws58
5513
5514         * src/quote_fmt.c
5515         * src/summaryview.[ch]
5516         * src/gtk/Makefile.am
5517         * src/gtk/description_window.[ch]       ** NEW **
5518                 use a generic window to display syntax descriptions
5519                 currently used in quote_fmt and summaryview (new description
5520                 for extended quick search)
5521
5522         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5523
5524 2003-01-06 [paul]       0.8.8claws57
5525
5526         * sync with 0.8.8cvs1
5527                 see ChangeLog 2003-01-06
5528
5529 2003-01-06 [christoph]  0.8.8claws56
5530
5531         * src/mainwindow.c
5532         * src/prefs_gtk.[ch]
5533         * src/gtk/prefswindow.[ch]
5534         * src/plugins/spamassassin/spamassassin_gtk.c
5535                 o remove page management from prefswindow, pages
5536                   will be an argument to prefswindow_open
5537                 o prefswindow_open gets a datapointer that is
5538                   passed to the widget_create function to allow
5539                   creation of prefswindow for specific items
5540
5541 2003-01-06 [colin]      0.8.8claws55
5542         
5543         * src/summaryview.c
5544                 We don't want regexp in the reply-finder, 
5545                 because MIDs can contain !,$,. and so on
5546
5547 2003-01-06 [jens]       0.8.8claws54
5548
5549         * src/jpilot.c
5550                 fixed a wrong free in jpilot_read_db_files
5551
5552 2003-01-06 [alfons]     0.8.8claws53
5553
5554         re-organize matcher part 8; more to come
5555        
5556         * src/matcher.c
5557                 matcherprop_to_string(): put g_free()s before the
5558                 switch-case break to fix memleaks                
5559
5560 2003-01-06 [colin]      0.8.8claws52
5561
5562         * src/summaryview.c
5563                 cleanup & reply-finder now displays the first 
5564                 matching message
5565
5566 2003-01-05 [alfons]     0.8.8claws51
5567
5568         re-organize matcher part 7; more to come
5569
5570         * src/matcher.[ch]
5571                 fixes for constant correctness;
5572                 more documentation;
5573
5574 2003-01-05 [alfons]     0.8.8claws50
5575
5576         re-organize matcher part 6; more to come
5577         
5578         * src/matcher.[ch]
5579                 fixes for constant correctness;
5580                 more documentation;
5581         * src/filtering.c
5582                 fix for constant correctness
5583
5584 2003-01-05 [colin]      0.8.8claws49
5585
5586         * src/account.[ch]
5587                 Add account_get_reply_account function
5588         * src/compose.c
5589                 Use account_get_reply_account function 
5590         * src/summaryview.c
5591                 Basic reply-finder - click on the replied
5592                 icon gets you to the outbox using quick-search
5593
5594 2003-01-05 [paul]       0.8.8claws48
5595
5596         * src/prefs_common.c
5597                 small change to English
5598                 
5599         * src/prefs_filtering.c
5600                 prefs_filtering_action_select(): improve logic and uniformity
5601                 of gui
5602
5603 2003-01-05 [alfons]     0.8.8claws47
5604
5605         fine tune solution to focus problems (bug #7)
5606
5607         * src/mainwindow.c
5608                 mainwindow_focus_in_event(): remove grab event check
5609         * src/summaryview.c
5610                 summary_button_pressed(): move selection on right-click
5611                 too. we can't possibly move the selection back after
5612                 canceling a dialog, because gtk's incomplete focus 
5613                 management. whether this is a good solution, only time
5614                 will tell.
5615
5616 2003-01-05 [christoph]  0.8.8claws46
5617
5618         * src/imap.c
5619                 fix crash when no imap connection could be established
5620
5621 2003-01-05 [paul]       0.8.8claws45
5622
5623         * src/mainwindow.c
5624           src/sumamryview.c
5625           src/gtk/menu.[ch]
5626                 fix bug 605957 'shortcuts in popup-menu'
5627                 make user-defined shortcuts work
5628                 show shortcuts that are already defined
5629                 in the main menu
5630                 Patch submitted by Luke Plant
5631
5632 2003-01-05 [alfons]     0.8.8claws44
5633
5634         * src/mainwindow.c
5635                 focus_in_event handler should not select summary view row 
5636                 when another window (menu, dialog) grabbed for events 
5637                 (bug #7, "[0.8.8claws42] Message summary focus") 
5638
5639 2003-01-04 [christoph]  0.8.8claws43
5640
5641         * src/procmsg.c
5642                 update save folder after adding the sent message
5643                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5644
5645 2003-01-02 [christoph]  0.8.8claws42
5646
5647         * src/common/plugin.c
5648                 fix unloading of all plugins and unload
5649                 plugins in reverse order
5650                 
5651         * src/gtk/pluginwindow.c
5652                 implement function of load and unload button
5653
5654         * src/gtk/prefswindow.c
5655         * src/gtk/prefswindow.h
5656                 rename register function and add new unregister
5657                 function
5658
5659         * src/plugins/spamassassin/spamassassin_gtk.c
5660                 unregister prefs page and update for changes in
5661                 src/gtk/prefswindow.c
5662
5663 2003-01-02 [paul]       0.8.8claws41
5664
5665         * po/es.po
5666                 updated by Ricardo Mones Lastra
5667
5668 2003-01-02 [paul]
5669
5670         * tools/tb2sylpheed
5671                 fixes and improvements by Urke MMI
5672
5673 2003-01-02 [thorsten]   0.8.8claws40
5674
5675         * src/procmsg.c
5676                 fixed wrong return value
5677
5678 2003-01-02 [thorsten]   0.8.8claws39
5679
5680         * src/prefs.c
5681                 fixed printing wrong variable
5682
5683 2003-01-02 [thorsten]   0.8.8claws38
5684
5685         * src/prefs.c
5686                 fixed acessing members of freed pfile struct
5687
5688 2003-01-02 [thorsten]   0.8.8claws37
5689
5690         * src/procmsg.c
5691                 detect loops across several messages
5692                 as suggested by Christoph Hohmann
5693
5694 2003-01-01 [match]      0.8.8claws36
5695
5696         * src/addrindex.c
5697                 fixed another memory leak.
5698
5699 2003-01-01 [match]      0.8.8claws35
5700
5701         * src/jpilot.[ch]
5702                 fixed memory leaks. applied Doxygen comments.
5703
5704 2003-01-01 [thorsten]   0.8.8claws34
5705
5706         * src/procmsg.c
5707                 inhibit endless loop if msg references itself
5708                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5709
5710 2003-01-01 [christoph]  0.8.8claws33
5711
5712         * src/mainwindow.c
5713         * src/gtk/Makefile.am
5714         * src/gtk/pluginwindow.c                ** NEW **
5715         * src/gtk/pluginwindow.h                ** NEW **
5716                 add plugin window
5717
5718         * src/plugins/demo/demo.c
5719         * src/plugins/spamassassin/spamassassin.c
5720         * src/plugins/spamassassin/spamassassin_gtk.c
5721                 write better plugin descriptions
5722
5723 2002-12-31 [christoph]  0.8.8claws32
5724
5725         * src/gtk/prefswindow.c
5726         * src/plugins/spamassassin/spamassassin_gtk.c
5727                 some small improvements to GTK code
5728
5729 2002-12-31 [christoph]  0.8.8claws31
5730
5731         * src/plugins/spamassassin/spamassassin_gtk.c
5732                 enable folder select button
5733
5734 2002-12-31 [christoph]  0.8.8claws30
5735
5736         * src/mainwindow.c
5737         * src/gtk/Makefile.am
5738         * src/gtk/prefswindow.c                         ** NEW **
5739         * src/gtk/prefswindow.h                         ** NEW **
5740                 add new prefs window
5741
5742         * src/common/plugin.c
5743                 don't try to load empty config lines
5744         
5745         * src/plugins/spamassassin/Makefile.am
5746         * src/plugins/spamassassin/spamassassin.c
5747         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5748         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5749                 GTK config for SpamAssassin Plugin using
5750                 the new prefs window
5751
5752 2002-12-31 [paul]       0.8.8claws29
5753
5754         * po/POTFILES.in
5755                 remove obsolete entry 'src/menu.c'
5756
5757 2002-12-31 [alfons]     0.8.8claws28
5758
5759         * src/matcher.[ch]
5760         * src/matcher_parser_parse.y
5761         * src/prefs_matcher.c
5762                 add "ignore_thread" and "~ignore_thread" condition so it's
5763                 possible to make the actions / scoring operate on the ignore
5764                 thread flag
5765
5766 2002-12-31 [christoph]  0.8.8claws27
5767
5768         * src/addrbook.c
5769         * src/addrindex.c
5770         * src/folder.c
5771         * src/matcher.c
5772         * src/prefs_account.c
5773         * src/prefs_actions.c
5774         * src/prefs_customheader.c
5775         * src/prefs_display_header.c
5776         * src/prefs_gtk.c
5777         * src/procmime.c
5778         * src/toolbar.c
5779         * src/xmlprops.c
5780         * src/common/prefs.[ch]
5781                 extend prefs file handling for reading and automatic handling
5782                 of blocks. When reading prefs_set_block_label will automatically
5783                 move on to the block. When writing it will copy all other blocks
5784                 automatically
5785
5786         * src/common/plugin.c
5787                 Now loading plugin filenames from [Plugins] block in
5788                 sylpheed rc file
5789
5790 2002-12-30 [christoph]  0.8.8claws26
5791
5792         * src/common/hooks.[ch]
5793                 return abort status to caller of hooks_invoke
5794                 
5795         * src/inc.[ch]
5796                 invoke message filtering hook and stop
5797                 default handling when filter returns abort
5798
5799         * src/common/plugin.[ch]
5800         * src/plugins/demo/demo.c
5801                 modify plugin loader, because resolving symbols for strings
5802                 does not work correctly
5803         
5804         * configure.in
5805         * ac/spamassassin.m4                            ** NEW **
5806         * src/plugins/spamassassin/.cvsignore           ** NEW **
5807         * src/plugins/spamassassin/Makefile.am          ** NEW **
5808         * src/plugins/spamassassin/README               ** NEW **
5809         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5810         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5811         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5812                 add spamassassin plugin, see src/plugins/spamassassin/README
5813                 for details
5814
5815 2002-12-29 [alfons]     0.8.8claws25
5816
5817         * src/mainwindow.c
5818                 when moving focus from a message view to the main 
5819                 window, don't forget to select the summary node
5820                 of the displayed message. should fix "[ 659103 ] 
5821                 focus-follows-mouse confuses sylpheed"
5822
5823 2002-12-29 [christoph]  0.8.8claws24
5824
5825         * src/Makefile.am
5826         * src/stringtable.[ch]          ** REMOVE **
5827         * src/common/Makefile.am
5828         * src/common/stringtable.[ch]   ** NEW **
5829                 move stringtable files to common directory
5830
5831 2002-12-29 [christoph]  0.8.8claws23
5832
5833         * src/Makefile.am
5834         * src/menu.[ch]                 ** REMOVE **
5835         * src/gtk/Makefile.am
5836         * src/gtk/menu.[ch]             ** NEW **
5837                 move menu files to gtk directory
5838
5839 2002-12-29 [match]      0.8.8claws22
5840
5841         * src/addressbook.c
5842         * src/syldap.c
5843                 moved UI specific code out of LDAP code into addressbook
5844                 UI code. fixed memory leak.
5845
5846 2002-12-29 [christoph]  0.8.8claws21
5847
5848         * src/folder.c
5849                 only check for IGNORED parent message when message is
5850                 not IGNORED itself
5851
5852 2002-12-29 [alfons]     0.8.8claws20
5853
5854         * src/summaryview.c
5855                 set gtksctree's anchor correct (immediate execute
5856                 changes the tree's layout, and anchor points at 
5857                 the incorrect row). fixes "[ 657233 ] multiple msg 
5858                 delete sometimes off by 1".
5859                 we probably have to look for more tree layout /
5860                 anchor glitches.
5861
5862 2002-12-29 [paul]       0.8.8claws19
5863
5864         * src/summaryview.c
5865                 fix bug [ 659054 ] incorrect sorting of 'From' column
5866                 when using 'display sender using address book'
5867                 thanks to Alfons and Luke Plant
5868
5869 2002-12-29 [christoph]  0.8.8claws18
5870
5871         * src/folder.c
5872         * src/procmsg.[ch]
5873                 check parent messages for IGNORE THREAD flag, when adding,
5874                 moving or copying messages to a folder
5875
5876 2002-12-27 [alfons]     0.8.8claws17
5877
5878         re-organize matcher part 5; more to come
5879
5880         * src/matcher.c
5881                 hash keywords in matchparser_tab 
5882
5883 2002-12-27 [alfons]     0.8.8claws16
5884
5885         re-organize matcher part 4; more to come
5886
5887         * src/matcher_parser.h
5888         * src/matcher_parser_lex.l
5889         * src/matcher_parser_parse.y
5890                 cleanup
5891
5892 2002-12-27 [alfons]     0.8.8claws15
5893
5894         re-organize matcher part 3; more to come
5895
5896         * src/matcher.[ch]
5897                 cleanup
5898
5899 2002-12-27 [alfons]     0.8.8claws14
5900
5901         re-organize matcher part 2; more to come but this should
5902         work. cc me if there are any regressions.
5903
5904         * src/matcher.h
5905                 add prototype for get_matchparser_tab_id()
5906         * src/matcher_parser_lex.l
5907                 look up keywords using matchparser_tab_id();
5908
5909 2002-12-27 [alfons]     0.8.8claws12
5910
5911         re-organize matcher part 1
5912
5913         * src/matcher.h
5914                 map yacc generated constants to sylpheed matcher constants
5915         * src/matcher.c
5916                 add function to find a matcher constant from a string
5917
5918 2002-12-27 [christoph]  0.8.8claws11
5919
5920         * src/compose.c
5921                 MENUITEM_ADD casts the 4th argument from integer to pointer
5922                 so it probably should not be a pointer, this means we
5923                 should use account id for it and not the account's pointer
5924
5925 2002-12-27 [paul]       0.8.8claws10
5926
5927         * src/mainwindow.c
5928                 remove unneeded 'GtkWidget *vbox'
5929                 
5930         * src/summaryview.c
5931                 further sync with 0.8.8 - make sort
5932                 by recipient work as expected
5933                 
5934         * NEWS
5935                 sync with 0.8.8
5936
5937 2002-12-27 [paul]       0.8.8claws9
5938
5939         * po/pt_BR.po
5940                 updated by Ivan F. Martinez
5941                 
5942 2002-12-27 [darko]      0.8.8claws8
5943
5944         * src/common/utils.c
5945                 added locked pattern to extended search
5946
5947 2002-12-27 [alfons]     0.8.8claws7
5948
5949         * src/prefs_matcher.[ch]
5950                 clean up
5951
5952 2002-12-26 [alfons]     0.8.8claws6
5953
5954         * src/matcher.[ch]
5955         * src/matcher_parser_lex.l
5956         * src/matcher_parser_parse.y
5957         * src/prefs_matcher.c
5958                 allow color label as a condition in the matcher
5959
5960 2002-12-26 [oliver]     0.8.8claws5
5961         
5962         * src/toolbar.c 
5963                 enable Addressbook for Main and Messageview
5964         * src/prefs_actions.c
5965                 enable actions in Messageview
5966
5967 2002-12-26 [christoph]  0.8.8claws4
5968
5969         * src/common/plugin.c
5970                 add a little debug output
5971         * configure.in
5972         * src/plugins/demo/Makefile.am
5973                 better use of automake
5974
5975 2002-12-26 [christoph]  0.8.8claws3
5976
5977         * src/Makefile.am
5978         * src/common/Makefile.am
5979                 fix "make distdir"
5980
5981 2002-12-26 [christoph]  0.8.8claws2
5982
5983         * configure.in
5984                 sort configure checks into common / gtk / plugins
5985         * po/POTFILES.in
5986                 add src/prefs_gtk.c
5987         * src/Makefile.am
5988                 add plugins SUBDIR
5989         * src/main.c
5990         * src/common/sylpheed.[ch]
5991                 added now sylpheed_done function for shutdown
5992         * src/common/Makefile.am
5993         * src/common/plugin.[ch]                ** NEW **
5994                 plugin loader and unloader
5995         * src/plugins/.cvsignore                ** NEW **
5996         * src/plugins/Makefile.am               ** NEW **
5997                 build plugins
5998         * src/plugins/demo/.cvsignore           ** NEW **
5999         * src/plugins/demo/Makefile.am          ** NEW **
6000         * src/plugins/demo/demo.c               ** NEW **
6001                 small demo plugin that installs a logtext hook and
6002                 outputs the log text to stdout
6003
6004 2002-12-26 [paul]       0.8.8claws1
6005
6006         * po/es.po
6007                 updated by Ricardo Mones Lastra
6008
6009 2002-12-26 [paul]       0.8.8claws
6010
6011         * 0.8.8claws released
6012
6013 2002-12-26 [paul]       0.8.7claws12
6014
6015         * po/bg.po
6016                 updated by George Danchev
6017
6018 2002-12-26 [paul]       0.8.7claws11
6019
6020         * po/POTFILES.in
6021                 remove unneeded 'src/prefs.c' entry 
6022
6023 2002-12-26 [paul]       0.8.7claws10
6024
6025         * src/codeconv.c
6026           src/mainwindow.c
6027                 sync with 0.8.8 release
6028         
6029         * src/folder.[ch]
6030           src/mh.c
6031           src/summaryview.c
6032                 partial sync with 0.8.8 release
6033         
6034
6035 2002-12-25 [alfons]     0.8.7claws9
6036
6037         * src/matcher.[ch]
6038         * src/matcher_parser_lex.l
6039         * src/matcher_parser_parse.y
6040         * src/prefs_matcher.c
6041                 add locked flag to possible filtering / matcher 
6042                 conditions (also a good example what should be
6043                 done to add a simple boolean condition)
6044
6045 2002-12-25 [christoph]  0.8.7claws8
6046
6047         * src/Makefile.am
6048         * src/account.[ch]
6049         * src/addrbook.c
6050         * src/addressbook.c
6051         * src/addrindex.c
6052         * src/filtering.c
6053         * src/folder.c
6054         * src/matcher.c
6055         * src/prefs.[ch]                ** REMOVE **
6056         * src/prefs_account.c
6057         * src/prefs_actions.c
6058         * src/prefs_common.c
6059         * src/prefs_customheader.c
6060         * src/prefs_display_header.c
6061         * src/prefs_filtering.c
6062         * src/prefs_folder_item.c
6063         * src/prefs_gtk.[ch]            ** NEW **
6064         * src/prefs_matcher.c
6065         * src/prefs_scoring.c
6066         * src/prefs_summary_column.c
6067         * src/procmime.c
6068         * src/selective_download.c
6069         * src/toolbar.c
6070         * src/common/Makefile.am
6071         * src/common/prefs.[ch]         ** NEW **
6072                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6073
6074 2002-12-24 [alfons]     0.8.7claws7
6075
6076         * src/summaryview.c
6077                 summary_thread_build(): fix real cause of the crash mentioned in
6078                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6079                 this way we get meaningful ctree nodes 
6080
6081 2002-12-24 [oliver]     0.8.7claws6
6082
6083         * src/mainwindow.[ch]
6084         * src/messageview.[ch]
6085         * src/compose.[ch]
6086         * src/inc.c
6087         * src/summaryview.c
6088                 changes to use updated toolbar handling
6089                 
6090 2002-12-24 [oliver]     0.8.7claws5
6091
6092         * src/toolbar.[ch]
6093                 generic toolbar handling
6094                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6095         * src/prefs_toolbar.[ch]
6096                 adjust to handling
6097         
6098 2002-12-24 [oliver]     0.8.7claws4
6099         
6100         * src/stock_pixmap.[ch]
6101                 move SYLPHEED_LOGO to end of list in order 
6102                 to remove it from Custom Toolbar`s Icon View
6103
6104 2002-12-24 [alfons]     0.8.7claws3
6105
6106         * src/summaryview.c
6107                 summary_thread_build(): fix crash because of focus != selection 
6108                 after threading. when deleting the selection, gtk tries but fails 
6109                 to find the correct focusable element. we now force the selection
6110                 to be focused. this should solve the infamous bug reported by 
6111                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6112                 a test case is available. 
6113
6114 2002-12-24 [darko]      0.8.7claws2
6115
6116         * src/summaryview.c
6117                 don't crash when unmarking message with unread children
6118
6119 2002-12-23 [christoph]  0.8.7claws1
6120
6121         * src/Makefile.am
6122         * src/common/Makefile.am
6123                 update Makefiles for moved intl.h, version.h and defs.h
6124         * src/imap.c
6125                 rewrite imap_session_get to avoid duplicate code
6126
6127 2002-12-23 [paul]       0.8.7claws
6128
6129         * Santa-Claws released
6130         
6131         * po/hu.po
6132           po/ru.po
6133                 squeeze in updated Hungarian and Russian translations.
6134                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6135
6136 2002-12-23 [paul]       0.8.6claws129
6137
6138         * po/pl.po
6139                 updated by Witold Wladyslaw Wojciech Wilk
6140
6141 2002-12-23 [paul]       0.8.6claws128
6142
6143         * src/quote_fmt_parse.y
6144                 fix typo and add licence header
6145
6146 2002-12-23 [paul]       0.8.6claws127
6147
6148         * po/en_GB.po
6149                 updated
6150
6151 2002-12-23 [paul]       0.8.6claws126
6152
6153         * po/it.po
6154                 updated translation, submitted by Alessandro Maestri
6155                 
6156 2002-12-23 [paul]       0.8.6claws125
6157
6158         * src/quote_fmt_parse.y
6159                 fix signature-stripping on replies bug. match
6160                 '-- \n' and not '-- '.
6161
6162 2002-12-22 [paul]       0.8.6claws124
6163
6164         * po/bg.po
6165           po/es.po
6166           po/sr.po
6167                 updated translations. submitted by George Danchev,
6168                 Ricardo Mones Lastra, and Urke MMI respectively
6169
6170 2002-12-21 [paul]       0.8.6claws123
6171
6172         * src/addrbook.c
6173                 fix coding style
6174
6175 2002-12-21 [paul]       0.8.6claws122
6176
6177         * src/addrbook.c
6178                 fix bug [643638] where if a person is in one or more
6179                 addressbook groups editing that person's email 
6180                 address results in removal from those groups.
6181                 Patch submitted by Luke Plant.
6182
6183 2002-12-20 [christoph]  0.8.6claws121
6184
6185         * src/common/utils.c
6186         * src/summaryview.c
6187                 reimplement expand_search_string using GString to
6188                 prevent crashs caused by miscalculated string
6189                 lengths reported by Paul
6190
6191 2002-12-20 [christoph]  0.8.6claws120
6192
6193         * src/summaryview.c
6194                 don't use "changed" to check if op_count has to be changed as it
6195                 is also set when the message has unread children
6196                 (closes bug [ 653221 ] crash while deleting duplicates)
6197
6198 2002-12-20 [paul]       0.8.6claws119
6199
6200         * sync with 0.8.6cvs27
6201                 see ChangeLog 2002-12-20
6202
6203 2002-12-20 [paul]       0.8.6claws118
6204
6205         * sync with 0.8.6cvs26
6206                 see ChangeLog 2002-12-19 and 2002-12-20
6207
6208 2002-12-19 [alfons]     0.8.6claws117
6209
6210         * src/textview.c
6211                 fix incorrect parsing of email addresses, submitted by 
6212                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6213                 name display if it contains @".
6214
6215 2002-12-18 [paul]       0.8.6claws116
6216
6217         * sync with 0.8.6cvs23
6218                 see ChangeLog 2002-12-18
6219
6220 2002-12-18 [paul]       0.8.6claws115
6221
6222         * src/Makefile.am
6223         * src/account.c
6224         * src/codeconv.c
6225         * src/gtkutils.[ch]
6226         * src/imap.c
6227                 sync with 0.8.6cvs22.
6228                 see ChangeLog 2002-12-17 and 2002-12-18
6229
6230 2002-12-17 [christoph]  0.8.6claws114
6231
6232         * src/imap.c
6233                 o don't create a session if imap greeting fails
6234                 o don't close socket when authentication fails
6235                   this is done by imap_session_destroy
6236
6237 2002-12-17 [thorsten]   0.8.6claws113
6238
6239         * tools/Makefile.am
6240           tools/README
6241           tools/google_msgid.pl ** NEW FILE **
6242                 Added "search for message-id" script and doc
6243
6244 2002-12-17 [thorsten]   0.8.6claws112
6245
6246         * po/hu.po
6247                 Updated hungarian translation
6248                 (updated by Gal Zoltan)
6249
6250 2002-12-16 [christoph]  0.8.6claws111
6251
6252         * src/addr_compl.c
6253                 remove stupid addressbook dump to debug output
6254         * src/mh.c
6255                 fix memory leak found by Hiro
6256
6257 2002-12-14 [paul]       0.8.6claws110
6258
6259         * src/compose.c
6260                 fix menubar sensitivity on send
6261                 
6262         * src/prefs_filtering.c
6263         * src/prefs_matcher.c
6264         * src/prefs_scoring.c
6265                 Fix english ;)
6266                 
6267         * src/common/quoted-printable.h
6268                 sync: fix typo
6269         
6270 2002-12-13 [christoph]  0.8.6claws109
6271
6272         * src/Makefile.am
6273         * src/manage_window.[ch]        ** REMOVE **
6274         * src/gtk/Makefile.am
6275         * src/gtk/manage_window.[ch]    ** NEW **
6276                 move manage_window files to gtk directory
6277
6278 2002-12-13 [christoph]  0.8.6claws108
6279
6280         * src/Makefile.am
6281         * src/gtkshruler.[ch]           ** REMOVE **
6282         * src/gtk/Makefile.am
6283         * src/gtk/gtkshruler.[ch]       ** NEW **
6284                 move gtkshruler files to gtk directory
6285
6286 2002-12-13 [christoph]  0.8.6claws107
6287
6288         * src/Makefile.am
6289         * src/compose.c
6290         * src/gtkstext.[ch]             ** REMOVE **
6291         * src/gtkutils.[ch]
6292         * src/textview.c
6293         * src/gtk/gtkstext.[ch]         ** NEW **
6294         * src/gtk/Makefile.am
6295                 o move stext functions to gtkstext.c to remove
6296                   dependency of gtkutils
6297                 o move gtkstext files to gtk directory
6298
6299         * src/gtk/Makefile.am
6300         * src/gtk/sslcertwindow.[ch]
6301                 UI stuff can always depend on common code so
6302                 it's ok to add ../common to include path
6303
6304 2002-12-13 [colin]      0.8.6claws106
6305
6306         * src/summaryview.c
6307                 Disconnect sighandlers for mainwindow when
6308                 quicksearch has the focus
6309                 Fix bug #653231
6310         * src/mainwindow.[ch]
6311                 Make key_pressed callback public, to be able
6312                 to disconnect it
6313
6314 2002-12-13 [christoph]  0.8.6claws105
6315
6316         * src/mh.c
6317                 create .mh_sequences file in new MH folders
6318                 (closes feature request [ 523162 ] MH folders should
6319                  get a .mh_sequences)
6320
6321 2002-12-13 [colin]      0.8.6claws104
6322
6323         * src/summaryview.c
6324                 Better handling of quicksearch show/hide
6325                 (basically the button stays under the mouse 
6326                  when toggled)
6327
6328 2002-12-13 [paul]       0.8.6claws103
6329
6330         * sync with 0.8.6cvs17
6331                 see ChangeLog 2002-12-13
6332
6333 2002-12-13 [paul]       0.8.6claws102
6334
6335         * po/es.po
6336                 updated by Ricardo Mones Lastra
6337
6338 2002-12-11 [colin]       0.8.6claws101
6339
6340         * src/folder.c
6341                 remove statusbar stuff
6342           src/folderview.c
6343                 set statusbar verbosity when moving folders
6344
6345 2002-12-11 [colin]       0.8.6claws100
6346         * src/prefs_filtering.c
6347         * src/prefs_matcher.c
6348         * src/prefs_scoring.c
6349                 Fix english ;)
6350
6351 2002-12-11 [colin]       0.8.6claws99
6352
6353         * src/prefs_common.[ch]
6354                 Add summary_quicksearch_type
6355         * src/summaryview.c
6356                 Save last used quicksearch type
6357
6358 2002-12-11 [jens]       0.8.6claws98
6359         * src/prefs_filtering.c
6360         * src/prefs_matcher.c
6361         * src/prefs_scoring.c
6362                 added dialog for incomplete rules in scoring, filtering and
6363                 matcher to ask wheather really close
6364
6365 2002-12-11 [colin]      0.8.6claws97
6366
6367         * src/folder.c
6368                 Fix folder dnd statusbar logging
6369
6370 2002-12-10 [christoph]  0.8.6claws96
6371
6372         * src/compose.c
6373         * src/folder.c
6374         * src/imap.c
6375         * src/inc.c
6376         * src/main.c
6377         * src/mainwindow.c
6378         * src/news.c
6379         * src/send.c
6380         * src/statusbar.[ch]
6381         * src/common/hooks.c
6382         * src/common/log.[ch]
6383                 o handle verbose logging in statusbar directly in statusbar code
6384                   and common code does not need any knowledge about a statusbar
6385                 o remove direct calls to statusbar_(puts|pop)_all functions
6386
6387 2002-12-10 [jens]       0.8.6claws95
6388
6389         * src/*.c
6390                 removed gettext from g_warnings
6391         * po/POTFILES.in
6392                 cleaned and updated
6393         * po/de.po
6394                 updated
6395
6396 2002-12-10 [colin]      0.8.6claws94
6397
6398         * src/main.c
6399                 finish crash dialog fix
6400
6401 2002-12-10 [colin]      0.8.6claws93
6402
6403         * src/main.c
6404                 "Fix" "sylpheed already running" instead of
6405                 crash dialog appearing after a crash
6406
6407 2002-12-10 [colin]      0.8.6claws92
6408
6409         * po/POTFILES.in
6410                 add src/gtk/sslcertwindow.c
6411
6412 2002-12-10 [paul]       0.8.6claws91
6413
6414         * po/POTFILES.in
6415                 updated to reflect recent changes
6416                 submitted by Alessandro Maestri
6417
6418 2002-12-09 [christoph]  0.8.6claws90
6419
6420         * src/Makefile.am
6421         * src/smtp.[ch]                 ** REMOVE **
6422         * src/common/Makefile.am
6423         * src/common/smtp.[ch]          ** NEW **
6424                 move smtp files to common directory
6425
6426 2002-12-09 [christoph]  0.8.6claws89
6427
6428         * src/Makefile.am
6429         * src/session.[ch]              ** REMOVE **
6430         * src/common/Makefile.am
6431         * src/common/session.[ch]       ** NEW **
6432                 move session files to common directory
6433
6434 2002-12-09 [paul]       0.8.6claws88
6435
6436         * src/account.c
6437                 fix bug [649746] edit accounts: move account reverted
6438                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6439
6440 2002-12-09 [colin]      0.8.6claws87
6441
6442         * src/ssl_certificate.c
6443                 cleanup
6444
6445 2002-12-09 [colin]      0.8.6claws86
6446
6447         * src/ssl.c
6448                 Try to open the cert.pem database and 
6449                 issue a warning if it isn't there
6450
6451 2002-12-09 [colin]      0.8.6claws85
6452
6453         * src/common/ssl_certificate.c
6454         * src/gtk/sslcertwindow.c
6455                 Warning fixes
6456
6457 2002-12-09 [colin]      0.8.6claws84
6458
6459         * src/ssl_certificate.[ch] ** REMOVED **
6460         * src/common/ssl_certificate.[ch] ** NEW **
6461         * src/Makefile.am
6462         * src/common/Makefile.am
6463                 Moved ssl_certificate.[ch] to common
6464         * src/common/ssl.c 
6465                 Put back needed include
6466         * src/gtk/sslcertwindow.[ch]
6467                 Changed ssl_certificate.h include
6468         
6469 2002-12-09 [colin]      0.8.6claws83
6470
6471         * src/gtk/sslcertwindow.[ch]
6472                 Implement hook for certificate acception
6473         * src/ssl_certificate.[ch]
6474                 Implement hook for certificate acception
6475         * src/common/ssl.c
6476                 Reenable certificate acception check
6477         * src/mainwindow.c
6478                 Register sslcertwindow's hook
6479         
6480 2002-12-08 [christoph]  0.8.6claws82
6481
6482         * src/about.c
6483         * src/addr_compl.c
6484         * src/codeconv.c
6485         * src/manual.c
6486         * src/undo.c
6487         * src/common/utils.c
6488                 o add missing includes
6489                 o fix warnings
6490         * src/.cvsignore
6491         * src/common/.cvsignore
6492         * src/common/version.h          ** REMOVE **
6493                 remove autogenerated file
6494
6495 2002-12-08 [paul]       0.8.6claws81
6496
6497         * src/stringtable.c
6498                 put back needed include
6499
6500 2002-12-08 [colin]      0.8.6claws80
6501         
6502         * src/gtk/sslcertwindow.c
6503                 Cleaner popups when asking
6504         * src/ssl_certificate.c
6505         * src/prefs_common.[ch]
6506                 remove ssl certificate pref
6507                 put back needed include
6508         * src/undo.c
6509                 put back needed include
6510
6511 2002-12-08 [christoph]  0.8.6claws79
6512
6513         * src/folderview.c
6514         * src/logwindow.c
6515         * src/statusbar.c
6516         * src/summaryview.c
6517                 only abort hook invokation if required data is missing not
6518                 if our own data pointer is NULL, update hookfunction for
6519                 log window
6520
6521 2002-12-08 [paul]       0.8.6claws78
6522
6523         * src/about.c
6524         * src/addrcache.c
6525         * src/addrclip.c
6526         * src/addr_compl.c
6527         * src/addrselect.c
6528         * src/codeconv.c
6529         * src/colorlabel.c
6530         * src/enriched.c
6531         * src/esmtp.c
6532         * src/exporthtml.c
6533         * src/headerview.c
6534         * src/imageview.c
6535         * src/manual.c
6536         * src/noticeview.c
6537         * src/pgptext.c
6538         * src/scoring.c
6539         * src/sourcewindow.c
6540         * src/stringtable.c
6541         * src/undo.c
6542                 clean up: remove unneccesary includes
6543
6544 2002-12-08 [christoph]  0.8.6claws77
6545
6546         * src/folderview.c
6547         * src/statusbar.c
6548         * src/summaryview.c
6549         * src/common/hooks.[ch]
6550                 hook functions now have a gboolean return value, if a hook
6551                 returns TRUE it will stop executing of any more hooks in
6552                 the same hooklist for this invokation
6553
6554 2002-12-08 [colin]      0.8.6claws76
6555         
6556         * src/main.c
6557                 put back argv0 for CRASH_DIALOG
6558
6559 2002-12-08 [christoph]  0.8.6claws75
6560
6561         * src/Makefile.am
6562         * src/about.c
6563         * src/account.c
6564         * src/crash.c
6565         * src/esmtp.h
6566         * src/imap.[ch]
6567         * src/inc.c
6568         * src/main.c
6569         * src/mainwindow.c
6570         * src/news.c
6571         * src/pop.[ch]
6572         * src/prefs_account.[ch]
6573         * src/prefs_common.[ch]
6574         * src/send.[ch]
6575         * src/smtp.[ch]
6576         * src/ssl_certificate.[ch]
6577         * src/ssl_manager.[ch]
6578         * src/common/Makefile.am
6579         * src/common/log.c
6580         * src/common/nntp.[ch]
6581         * src/common/socket.[ch]
6582         * src/common/ssl.[ch]
6583         * src/gtk/sslcertwindow.[ch]
6584         * ac/openssl.m4
6585                 use new autoconf script to detect OpenSSL with extra parameters
6586                 to specify the location of libs and includes, also remove USE_SSL
6587                 to USE_OPENSSL
6588
6589         * src/common/sylpheed.[ch]
6590         * src/common/version.h.in
6591                 start seperation of common code initialization seperated from gui
6592
6593         * src/summaryview.c
6594                 The function that is called when a color label changes
6595                 should not change the color lable again
6596
6597 2002-12-08 [colin]      0.8.6claws74
6598
6599         * src/gtk/sslcertwindow.c
6600                 warning fixes
6601
6602 2002-12-08 [colin]      0.8.6claws73
6603
6604         * src/statusbar.c
6605           src/common/log.h
6606                 Register a hook for statusbar_puts_all
6607         * src/common/log.c
6608                 invoke statusbar_puts_all's hook
6609         
6610 2002-12-08 [colin]      0.8.6claws72
6611
6612         * src/ssl_certificate.c
6613                 Put back a badly-removed include
6614
6615 2002-12-08 [colin]      0.8.6claws71
6616
6617         * src/gtk/sslcertwindow.[ch]    ** NEW **
6618                 new certificate presentation
6619         * src/gtk/Makefile.am
6620                 add new files
6621         * src/ssl_certificate.[ch]
6622                 gtk cleanup, made utility functions public
6623         * src/ssl_manager.c
6624                 use new cert presentation
6625
6626 2002-12-07 [christoph]  0.8.6claws70
6627
6628         * src/Makefile.am
6629         * src/nntp.[ch]                 ** REMOVE **
6630         * src/common/Makefile.am
6631         * src/common/nntp.[ch]          ** NEW **
6632                 move nntp files to common directory
6633
6634 2002-12-07 [christoph]  0.8.6claws69
6635
6636         * src/procmsg.[ch]
6637         * src/summaryview.c
6638                 implement msginfo update callback using sylpheed's new
6639                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6640
6641 2002-12-06 [christoph]  0.8.6claws68
6642
6643         * src/editgroup.c
6644                 This patch changes the 'Edit Group Details' dialog to
6645                 allow extended selections in either pane, so that
6646                 addresses can be added or removed from a group more
6647                 quickly and easily. (it actually is a net decrease in
6648                 file size, as some unnecessary functions have been
6649                 removed). 
6650                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6651
6652 2002-12-06 [christoph]  0.8.6claws67
6653
6654         * src/Makefile.am
6655         * src/template.[ch]             ** REMOVE **
6656         * src/common/Makefile.am
6657         * src/common/template.[ch]      ** NEW **
6658                 move template files to common directory
6659
6660         * src/nntp.c
6661                 add missing log.h include
6662
6663 2002-12-06 [melvin]     0.8.6claws66
6664
6665         * src/prefs_actions.c
6666                 Added the trailing ">" syntax to insert command's output
6667                 without replacing old text (in contrast to trailing "|").
6668
6669 2002-12-05 [colin]      0.8.6claws65
6670         
6671         * src/common/utils.c
6672                 Don't modify original search_string or it'll change
6673                 the next iterations in the for()
6674
6675 2002-12-05 [darko]      0.8.6claws64
6676
6677         * src/common/utils.c
6678                 proper check for filtering commands, found by Colin
6679
6680 2002-12-05 [darko]      0.8.6claws63
6681
6682         * src/common/utils.c
6683                 check proper string for NULL pointer, found by Colin
6684
6685 2002-12-05 [darko]      0.8.6claws62
6686
6687         * src/common/utils.[ch]
6688                 expand_search_string(): new function
6689                 converts Mutt-like patterns to Sylpheed's
6690                 filtering engine
6691         * src/summaryview.c
6692                 use expand_search_string() to allow Mutt-like
6693                 patterns in extended search
6694         * README.claws
6695                 document extended option in quick search
6696
6697 2002-12-05 [paul]       0.8.6claws61
6698
6699         * sync with 0.8.6cvs16
6700                 see ChangeLog 2002-12-05
6701                 
6702         * po/POTFILES.in
6703                 clean up
6704
6705 2002-12-04 [christoph]  0.8.6claws60
6706
6707         * src/imap.[ch]
6708                 put imap authentication code into a new function and
6709                 remove it from imap_session_new that will allow to
6710                 send other commands before authentication
6711
6712 2002-12-04 [christoph]  0.8.6claws59
6713
6714         * src/imap.[ch]
6715                 use already existing method to prevent unneeded IMAP
6716                 folder selects. Set imap_select parameters to NULL
6717                 in some functions if the values are not required.
6718
6719         * src/xml.h
6720                 remove no longer required include
6721
6722 2002-12-04 [paul]       0.8.6claws58
6723
6724         * po/es.po
6725                 updated by Ricardo Mones Lastra
6726                 
6727         * configure.in
6728           po/hu.po      ** NEW FILE **
6729                 initial Hungarian translation, submitted
6730                 by Gál Zoltán <galzoli@hu.inter.net>
6731
6732 2002-12-03 [christoph]  0.8.6claws57
6733
6734         * src/Makefile.am
6735         * src/gtksctree.[ch]            ** REMOVE **
6736         * src/gtk/Makefile.am
6737         * src/gtk/gtksctree.[ch]        ** NEW **
6738                 move gtksctree files to gtk directory
6739
6740 2002-12-03 [christoph]  0.8.6claws56
6741
6742         * src/Makefile.am
6743         * src/md5.[ch]                  ** REMOVE **
6744         * srm/common/Makefile.am
6745         * src/common/md5.[ch]           ** NEW **
6746                 move md5 files to common directory
6747
6748         * src/gtkstext.c
6749                 remove not required #include
6750
6751 2002-12-03 [sergey]     0.8.6claws55
6752
6753         * src/gtkutils.c
6754         * src/gtkutils.h
6755                 gtkut_window_popup(): new function.
6756         * src/mainwindow.c
6757                 main_window_popup(): use gtkut_window_popup() to raise
6758                 window without changing its position.
6759                 (see sylpheed-main ML message [sylpheed:17247])
6760
6761 2002-12-03 [sergey]     0.8.6claws54
6762
6763         * src/send.c
6764                 send_message_local(): removed first-dot escaping
6765                 (SMTP-only, not needed for sending through pipe)
6766
6767 2002-12-03 [paul]       0.8.6claws53
6768
6769         * po/POTFILES.in
6770                 update to reflect recent changes (thanks
6771                 to Ricardo Mones Lastra)
6772                 
6773         * tools/filter_conv.pl
6774                  fix problem with quoted strings. Patch submitted
6775                  by Luke Plant <lukeplant@softhome.net>
6776
6777 2002-12-03 [paul]       0.8.6claws52
6778
6779         * sync with 0.8.6cvs15
6780                 see ChangeLog 2002-12-03
6781
6782 2002-12-02 [christoph]  0.8.6claws51
6783
6784         * src/logwindow.[ch]
6785         * src/common/log.[ch]
6786                 implement logging using a hook function
6787
6788         * src/folderview.c
6789         * src/folder.[ch]
6790                 define hooklist name in header file to avoid
6791                 errors caused by wrong spelling of hooklist names
6792
6793         * src/toolbar.c
6794                 fix warnings
6795
6796 2002-12-02 [christoph]  0.8.6claws50
6797
6798         * src/common/Makefile.am
6799                 add src/common/hooks.[ch]
6800
6801         * src/common/hooks.[ch]
6802                 implement a simple hook system using glib's hook functions
6803
6804         * src/folder.[ch]
6805         * src/folderview.c
6806                 use new hook system for folder item updates
6807
6808 2002-12-02 [christoph]  0.8.6claws49
6809
6810         * doc-src/ui_seperation.txt     ** NEW **
6811                 information for ui seperation
6812
6813         * src/Makefile.am
6814                 remove files that were moved to common
6815                 include common directory by default for the header files
6816
6817         * src/inc.c
6818         * src/common/socket.c
6819         * src/automaton.[ch]
6820                 implement automaton using g_io_*-functions instead of
6821                 gdk_input_add to make it ui independent
6822
6823         * src/codeconv.c
6824         * src/compose.c
6825         * src/ldif.c
6826         * src/pgptext.c
6827         * src/procmime.c
6828         * src/rfc2015.c
6829         * src/smtp.c
6830         * src/unmime.c
6831                 remove common/ prefix because directory is now in
6832                 include path
6833
6834         * src/compose.c
6835         * src/folder.c
6836         * src/folderview.c
6837         * src/mainwindow.c
6838         * src/messageview.c
6839         * src/prefs_common.c
6840         * src/procmsg.c
6841         * src/rfc2015.c
6842                 fix warnings
6843
6844         * src/imap.c
6845         * src/inc.c
6846         * src/news.c
6847         * src/pop.c
6848         * src/send.c
6849         * src/smtp.c
6850         * src/ssl_certificate.c
6851                 add log.h header file for logging functions
6852
6853         * src/main.c
6854         * src/common/utils.c
6855         * src/summaryview.c
6856         * src/xml.c
6857                 o move debug_mode to common/utils.c
6858                 o add functions to set and get debug_mode
6859
6860         * src/defs.h                    ** REMOVE **
6861         * src/intl.h                    ** REMOVE **
6862         * src/socket.[ch]               ** REMOVE **
6863         * src/ssl.[ch]                  ** REMOVE **
6864         * src/utils.[ch]                ** REMOVE **
6865                 replaced by new files in src/common/
6866         
6867         * src/common/Makefile.am
6868                 add new files in src/common/
6869
6870         * src/common/defs.h             ** NEW **
6871         * src/common/intl.h             ** NEW **
6872         * src/common/log.[ch]           ** NEW **
6873         * src/common/socket.[ch]        ** NEW **
6874         * src/common/ssl.[ch]           ** NEW **
6875         * src/common/utils.[ch]         ** NEW **
6876                 replacement for files in src/
6877
6878 2002-12-02 [colin]      0.8.6claws48
6879
6880         * src/folderview.c
6881                 Scroll folderview if necessary during dnd
6882
6883 2002-12-02 [colin]      0.8.6claws47
6884
6885         * src/folder.[ch]
6886                 Add check to verify a move is within a single mailbox
6887         * src/folderview.c
6888                 Add specific error string for this check
6889
6890 2002-12-02 [colin]      0.8.6claws46
6891
6892         * src/folder.c
6893                 Add a test to folder moving, remove a statusbar_print
6894         * src/folderview.c
6895                 Add Move folder... context-menu item
6896                 Factorize folder moving code
6897                 Enable folder DND for mbox
6898
6899 2002-12-01 [christoph]  0.8.6claws45
6900
6901         * ac/aspell.m4
6902                 remove conf.aspelltest if the version check fails
6903
6904 2002-11-30 [christoph]  0.8.6claws44
6905
6906         * autogen.sh
6907                 run libtoolize --force in autogen to create missing
6908                 libtool scripts
6909
6910 2002-11-30 [christoph]  0.8.6claws43
6911
6912         * src/Makefile.am
6913         * src/pgptext.c
6914         * src/procmime.c
6915         * src/rfc2015.c
6916         * src/uuencode.[ch]             ** REMOVED **
6917         * src/common/Makefile.am
6918         * src/common/uuencode.[ch]      ** NEW **
6919                 move uuen/decoder to common directory
6920
6921 2002-11-30 [christoph]  0.8.6claws42
6922
6923         * src/Makefile.am
6924         * src/base64.[ch]               ** REMOVED **
6925         * src/codeconv.c
6926         * src/compose.c
6927         * src/ldif.c
6928         * src/pgptext.c
6929         * src/procmime.c
6930         * src/rfc2015.c
6931         * src/smtp.c
6932         * src/unmime.c
6933         * src/common/Makefile.am
6934         * src/common/base64.[ch]        ** NEW **
6935                 move base64 en/decoder to common directory
6936
6937 2002-11-30 [christoph]  0.8.6claws41
6938
6939         * src/common                    ** NEW **
6940                 new directory for UI independent code
6941         * src/gtk                       ** NEW **
6942                 new directory for GTK frontend
6943         * src/common/.cvsignore         ** NEW **
6944         * src/gtk/.cvsignore            ** NEW **
6945                 ignore build files
6946         * src/common/Makefile.am        ** NEW **
6947         * src/gtk/Makefile.am           ** NEW **
6948                 automake files to build new seperated stuff
6949         * src/Makefile.am
6950                 the binary will currently still be build with the
6951                 files in src, so we include the code from the
6952                 subdirs for now after building the libs there
6953
6954 2002-11-30 [paul]       0.8.6claws40
6955
6956         * src/compose.c
6957                 fix bug [642731] 'Wrong selected account with drafted mail'
6958
6959 2002-11-29 [oliver]     0.8.6claws39
6960         
6961         * src/messageview.c
6962                 o update summaryview when switching between different
6963                   messageviews          
6964         * src/toolbar.c  
6965                 o check if messageview holds already removed msg
6966                   from summaryview
6967                 
6968
6969 2002-11-29 [oliver]     0.8.6claws38
6970
6971         * src/toolbar.c 
6972                 remove not needed variables and includes
6973                 make messageview stay opened and move to next when msgs are deleted 
6974
6975 2002-11-29 [oliver]     0.8.6claws37
6976         
6977         * src/toolbar.c 
6978                 disable compose button (messageview toolbar) by default
6979                 deleted msgs are moved to trash
6980         
6981 2002-11-29 [melvin]     0.8.6claws36
6982
6983         * configure.in
6984                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6985                 and to detect signatures expirations (gpgme 0.3.6)
6986
6987         * src/main.c
6988                 Use non obsolescent function for Gpgme engine checking.
6989
6990         * src/rfc2015.c
6991                 Inform about expired signatures or signatures which key
6992                 has expired. Expiration date is displayed.
6993
6994         * src/sigstatus.c
6995                 Inform about expired signatures or signatures which key
6996                 has expired.
6997
6998 2002-11-28 [paul]       0.8.6claws35
6999
7000         * src/folderview.c
7001                 re-instate 'Check for new messages' in Newsgroup
7002                 folders right-click menu, after a suggestion from
7003                 Tim Mann <timmann@users.sourceforge.net>
7004
7005         * src/main.c
7006                 after a crash check only local folders for new
7007                 messages
7008
7009 2002-11-28 [paul]       0.8.6claws34
7010
7011         * configure.in
7012                 apply patch that fixes the checking of GTK with XIM 
7013                 support on different OSs, such as FreeBSD. Patch 
7014                 submitted by Topia <topia@users.sourceforge.net>
7015                 
7016 2002-11-28 [paul]       0.8.6claws33
7017
7018         * src/mainwindow.c
7019           src/prefs_common.c
7020           src/prefs_toolbar.c
7021                 more changes to the English
7022
7023 2002-11-28 [paul]       0.8.6claws32
7024
7025         * sync with 0.8.6cvs13
7026                 see ChangeLog 2002-11-28 (no sync needed
7027                 for src/compose.c)
7028
7029 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7030         
7031         * src/mainwindow.[ch]
7032                 add patch by Ivan F. Martinez introducing messageview Toolbar
7033                 some changes and committed by oliver    
7034
7035 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7036
7037         * src/messageview.[ch]
7038                 add patch by Ivan F. Martinez introducing messageview Toolbar
7039                 some changes and committed by oliver    
7040
7041 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7042
7043         * src/compose.[ch]
7044                 add patch by Ivan F. Martinez introducing messageview Toolbar
7045                 some changes and committed by oliver    
7046
7047 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7048         
7049         * src/toolbar.[ch]
7050                 add patch by Ivan F. Martinez introducing messageview Toolbar
7051                 some changes and committed by oliver
7052
7053 2002-11-28 [oliver]     0.8.6claws27
7054         
7055         * src/prefs_toolbar.[ch]
7056                 getting ready for messageview toolbar
7057                 free mem allocated by gettext
7058                 change prefs_toolbar to prefs_toolbar_open
7059  
7060 2002-11-28 [thorsten]   0.8.6claws26
7061
7062         * src/imageview.[ch]
7063                 cleaned up conflicting declarations of
7064                 imageview_show_image()
7065
7066 2002-11-28 [paul]       0.8.6claws25
7067
7068         * src/grouplistdialog.c
7069           src/prefs_common.c
7070           src/prefs_summary_column.c
7071                 a few more improvements to the English
7072
7073 2002-11-28 [colin]      0.8.6claws24
7074
7075         * man/sylpheed.1
7076                 A few updates to command-line parameters
7077
7078 2002-11-28 [colin]      0.8.6claws23
7079
7080         * src/prefs_filtering.c
7081                 Fix problems with prefs_filtering_delete_path:
7082                 a) if the first rule is removed, original pointers
7083                    weren't updated (leading to segfaults)
7084                 b) it was always global_processing updated in case
7085                    of removed path was parent of rule path
7086
7087 2002-11-27 [paul]       0.8.6claws22
7088
7089         * src/mainwindow.c
7090           src/prefs_account.c
7091           src/prefs_actions.c
7092           src/prefs_common.c
7093           src/prefs_customheader.c
7094           src/prefs_display_header.c
7095           src/prefs_filtering.c
7096           src/prefs_folder_item.c
7097           src/prefs_matcher.c
7098           src/prefs_scoring.c
7099           src/prefs_summary_column.c
7100           src/prefs_template.c
7101           src/prefs_toolbar.c
7102                  improve the English in the GUI
7103
7104 2002-11-27 [colin]      0.8.6claws21
7105
7106         * src/folder.c
7107                 Fix processing renaming problems happening after
7108                 last commit
7109
7110 2002-11-27 [colin]      0.8.6claws20
7111
7112         * src/folder.c
7113                 recursive move now deletes src each subfolder after 
7114                 having moved it
7115         * src/folderview.c
7116                 Use identifier instead of path during dnd (enables
7117                 IMAP folder dnd)
7118
7119 2002-11-27 [paul]       0.8.6claws19
7120
7121         * src/main.c
7122                 apply patch that does command-line processing 
7123                 BEFORE gtk_init, allowing claws to run from 
7124                 shell-scripts in non-X environment (e.g. crontab 
7125                 or ip-up, ip-down scripts). Patch submitted by
7126                 Ruslan N. Balkin <baron@dartel.ru>
7127                 
7128         * po/it.po
7129                 updated by Alessandro Maestri
7130
7131 2002-11-27 [paul]       0.8.6claws18
7132
7133         * sync with 0.8.6cvs12
7134           src/prefs_common.c
7135                 Differences are that main uses a 'Receive dialog'
7136                 frame on the Interface tab, whereas claws groups all 
7137                 the dialogs together in a 'Dialogs' frame.
7138
7139 2002-11-27 [colin]      0.8.6claws17
7140
7141         * src/prefs_matcher.c
7142                 Fix Execute criteria's NOT flag
7143
7144
7145 2002-11-26 [christoph]  0.8.6claws16
7146
7147         * src/ssl.c
7148                 rewrite the ssl code a little bit, only use one
7149                 SSL context, set default certificates' file/path
7150
7151 2002-11-26 [thorsten]   0.8.6claws15
7152
7153         * src/compose.c
7154                 default-reply-to didn't work for ml-reply
7155
7156 2002-11-26 [melvin]     0.8.6claws14
7157
7158         * src/prefs_actions.c
7159                 Made pipe-actions ignore short headers in message view
7160                 Made trailing-pipe-actions write in the message view with
7161                 the same font as the original message
7162
7163 2002-11-26 [paul]       0.8.6claws13
7164
7165         * src/compose.c
7166                 this time commit the correct file
7167
7168 2002-11-26 [paul]       0.8.6claws12
7169
7170         * sync with 0.8.6cvs11
7171           src/quote_fmt_parse.y  
7172                 no sync needed
7173           src/account.[ch]       
7174                 not sync'ed
7175           src/compose.c
7176                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7177                 on draft mode.
7178                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7179                 header
7180                 
7181         see ChangeLog 2002-11-25 and 2002-11-26
7182
7183 2002-11-26 [colin]      0.8.6claws11
7184
7185         * src/folderview.c
7186                 Fix collapsed folder not auto-expanding during
7187                 mail dnd, if it was the source folder.
7188
7189 2002-11-25 [colin]      0.8.6claws10
7190
7191         * src/folderview.[ch]
7192                 Variable renaming and cleaning (slist of nodes 
7193                 to be re-collapsed is stored in FolderView)
7194
7195 2002-11-25 [paul]       0.8.6claws9
7196
7197         * src/prefs_common.[ch]
7198                 fix breakage caused by last commit
7199
7200 2002-11-25 [paul]       0.8.6claws8
7201
7202         * sync with 0.8.6cvs4
7203                 see ChangeLog 2002-11-21
7204
7205 2002-11-25 [paul]       0.8.6claws7
7206
7207         * sync with 0.8.6cvs4
7208                 see ChangeLog 2002-11-20
7209
7210 2002-11-25 [paul]       0.8.6claws6
7211
7212         * sync with 0.8.6cvs3
7213                 see ChangeLog 2002-11-18
7214
7215 2002-11-25 [colin]      0.8.6claws5
7216
7217         * src/gtkutils.[ch]
7218                 Add gtkut_ctree_node_is_parent()
7219         * src/folderview.c
7220                 Spring-loaded folders
7221
7222 2002-11-25 [colin]      0.8.6claws4
7223
7224         * src/utils.[ch]
7225                 Add slist_concat_unique(), function to merge
7226                 two GSList filtering dups
7227         * src/folder.[ch]
7228         * src/summaryview.[ch]
7229         * src/folderview.c
7230         * src/main.c
7231                 Add detection/update/display of unread answers
7232                 to marked mails
7233         * src/procmsg.[ch]
7234                 Add procmsg_find_children()
7235                 Add procmsg_msg_has_marked_parent()
7236
7237 2002-11-25 [colin]      0.8.6claws3
7238
7239         * src/ssl_certificate.[ch]
7240                 Allow checking a certificate without a DNS
7241                 lookup
7242                 Allow to forget a cert (by deleting it)
7243                 Make ssl_certificate_destroy_public
7244         * src/ssl_manager.[ch] ** NEW FILES **
7245                 Gui to manage (display/remove) certificates
7246         * src/prefs_common.[ch]
7247                 Add a pref to allow silent acceptation of
7248                 trusted certificates or not (based on the
7249                 "I want to know what's going on" principle)
7250         * src/mainwindow.c
7251                 Add SSL manager in Tools menu
7252         * src/Makefile.am
7253                 Add the new files to the build
7254         * po/POTFILES.in
7255                 Add ssl_manager.c to translations
7256
7257 2002-11-25 [colin]      0.8.6claws2
7258
7259         * src/summaryview.[ch]
7260                 Add S_SEARCH_EXTENDED to the quick search, which 
7261                 allows to search using filtering syntax.
7262
7263 2002-11-25 [colin]      0.8.6claws1
7264
7265         * src/summaryview.c
7266                 Deletion of duplicates now prefer deleting
7267                 the unread dup (fixes feature-request 638989).
7268
7269 2002-11-24 [paul]       0.8.6claws
7270
7271         * po/es.po
7272           po/pl.po
7273           po/ru.po
7274           po/sr.po
7275                 updated by Ricardo Mones Lastra,
7276                 Witold Wladyslaw Wojciech Wilk,
7277                 Ruslan N. Balkin, and  Urke MMI 
7278                 respectively
7279
7280 2002-11-24 [paul]       0.8.5claws182
7281
7282         * po/bg.po
7283                 updated by George Danchev
7284
7285 2002-11-23 [alfons]     0.8.5claws181
7286
7287         * src/imap.c
7288                 tiny memory leak found by browsing Dimitar's 
7289                 valgrind report
7290
7291 2002-11-23 [paul]       0.8.5claws180
7292
7293         * po/it.po
7294                 updated by Alessandro Maestri
7295
7296 2002-11-22 [christoph]  0.8.5claws179
7297
7298         * src/compose.c
7299         * src/inc.c
7300         * src/prefs_filtering.c
7301         * src/summaryview.c
7302                 more warning fixes
7303
7304 2002-11-22 [alfons]     0.8.5claws178
7305
7306         * src/summaryview.c
7307                 summary_execute_delete_func(): if message is deleted, make 
7308                 sure to also remove its entry in the subject hash table. 
7309                 fixes a corner case bug.
7310
7311 2002-11-22 [paul]       0.8.5claws177
7312
7313         * .cvsignore
7314                 add 'autom4te.cache'
7315                 
7316         * ltconfig      ** REMOVED **
7317                 not needed
7318
7319 2002-11-22 [paul]       0.8.5claws176
7320
7321         * src/textview.c
7322                 textview_set_font(): fix for message display in
7323                 UTF-8 locales (thanks to Sergey Vlasov).
7324                 
7325         * AUTHORS
7326                 add new team members and contributors
7327
7328
7329 2002-11-21 [colin]      0.8.5claws175
7330
7331         * src/procmsg.[ch]
7332                 Add procmsg_remove_special_headers()
7333         * src/mh.c
7334                 Use procmsg_remove_special_headers() for 
7335                 previous fix
7336
7337 2002-11-21 [colin]      0.8.5claws174
7338
7339         * src/mh.c
7340                 Fix moving/copying from queue/draft folders
7341                 for MH folders
7342
7343 2002-11-21 [christoph]  0.8.5claws173
7344
7345         * src/crash.c
7346         * src/filtering.c
7347         * src/logwindow.c
7348         * src/main.c
7349         * src/matcher_parser_lex.[hl]
7350         * src/mbox.c
7351         * src/mbox_folder.[ch]
7352         * src/prefs_filtering.c
7353         * src/procheader.c
7354         * src/quote_fmt_lex.l
7355         * src/ssl.c
7356                 fix all warnings except the warnings in lex and yacc files
7357
7358 2002-11-20 [christoph]  0.8.5claws172
7359
7360         * src/imap.c
7361                 fix MsgInfo retrieval for IMAP draft and queue folders
7362                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7363
7364 2002-11-19 [christoph]  0.8.5claws171
7365
7366         * src/compose.c
7367                 fix segfault, when draft saving does not get
7368                 the MsgInfo of the new message
7369                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7370
7371 2002-11-19 [christoph]  0.8.5claws170
7372
7373         * src/procmsg.c
7374                 add parameter check for flag setting function
7375                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7376
7377 2002-11-18 [paul]       0.8.5claws169
7378
7379         * src/compose.c
7380                 more sensitivity fixes to redirect mode:
7381                 * disable toolbar draft button
7382                 * allow only Address book in the Tools menu
7383                 * disable editing of message by the spell
7384                   checker
7385
7386 2002-11-18 [paul]       0.8.5claws168
7387
7388         * src/compose.c
7389                 fix sensitivity of menu items in compose_redirect():
7390                 allow only the necessary items 
7391
7392 2002-11-18 [paul]       0.8.5claws167
7393
7394         * src/compose.c
7395                 fix bug [ 603259 ] 'attachment got lost on bounce'
7396
7397 2002-11-18 [paul]       0.8.5claws166
7398
7399         * po/ru.po
7400                 updated by Ruslan N. Balkin <baron@dartel.ru>
7401
7402 2002-11-18 [colin]      0.8.5claws165
7403
7404         * src/main.c
7405           src/defs.h
7406                 Remove old filtering stuff
7407
7408
7409 2002-11-17 [oliver]     0.8.5claws164
7410
7411         * src/toolbar.h
7412                 remove not needed typedef 
7413
7414 2002-11-17 [oliver]     0.8.5claws163
7415
7416         * src/toolbar.c
7417                 make toolbar's on click events translatable
7418
7419 2002-11-15 [colin]      0.8.5claws162
7420
7421         * src/summaryview.c
7422                 Revert too-soon integration of a feature
7423
7424 2002-11-15 [christoph]  0.8.5claws161
7425
7426         * src/imap.c
7427                 use main's implementation of imap_get_msginfo
7428
7429 2002-11-15 [christoph]  0.8.5claws160
7430
7431         * src/compose.c
7432         * src/folder.[ch]
7433         * src/imap.c
7434         * src/mbox_folder.c
7435         * src/mh.c
7436         * src/news.c
7437         * src/procmsg.c
7438         * src/summaryview.c
7439                 replace claws' fetch_msginfo with main's get_msginfo
7440                 (use main's implementation where possible)
7441
7442 2002-11-15 [colin]      0.8.5claws159
7443
7444         * src/ssl_certificate.c
7445                 Missed a check
7446
7447 2002-11-16 [melvin]     0.8.5claws158
7448
7449         * po/fr.po
7450                 Updated French translations.
7451
7452 2002-11-16 [colin]      0.8.5claws157
7453
7454         * src/ssl_certificate.c
7455                 Check for missing parts in the certificates
7456
7457 2002-11-15 [colin]      0.8.5claws156
7458
7459         * src/folderview.c
7460                 Preventive fix (missing check) found by
7461                 Alfons
7462
7463 2002-11-15 [paul]
7464
7465         * NEWS
7466                 sync with 0.8.6 release
7467
7468 2002-11-15 [colin]      0.8.5claws155
7469
7470         * src/folder.[ch]
7471           src/folderview.c
7472                 Fix error handling of folder_item_move_to()
7473                 (thanks to Alfons!)
7474
7475 2002-11-15 [colin]      0.8.5claws154
7476
7477         * src/folder.[ch]
7478           src/folderview.c
7479                 folder_item_move_to() sets an error message instead
7480                 of having GUI stuff in folder.c
7481
7482 2002-11-15 [colin]      0.8.5claws153
7483
7484         * src/procmsg.[ch]
7485                 Implemented a callback for MsgInfo updates, 
7486                 heavily copy/pasted from Christoph's folder 
7487                 callback system
7488         * src/summaryview.[ch]
7489                 Register summary_update_msg as callback
7490
7491 2002-11-14 [colin]      0.8.5claws152
7492         
7493         * src/procmsg.c
7494                 Update the FolderItem after sending (fixes 617593)
7495
7496 2002-11-14 [christoph]  0.8.5claws151
7497
7498         * src/folder.c
7499                 fix wrong position of NULL pointer check found
7500                 by Sergey
7501
7502 2002-11-14 [christoph]  0.8.5claws150
7503
7504         * src/folder.c
7505                 fix segfault when deleting messages from IMAP folders
7506                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7507
7508 2002-11-14 [colin]      0.8.5claws149
7509
7510         * src/compose.c
7511                 Forwarding was also ignoring the folder's default account.
7512
7513 2002-11-14 [colin]      0.8.5claws148
7514
7515         * src/compose.c
7516                 Fix sent folder not set to folder properties when 
7517                 forwarding.
7518
7519 2002-11-14 [thorsten]   0.8.5claws147
7520
7521         * src/inc.c
7522                 inc_start(): Files were not moved from .processing to inbox,
7523                 if no global processing rule existed
7524
7525 2002-11-14 [colin]      0.8.5claws146
7526
7527         * src/ssl_certificate
7528                 Fix file operations
7529
7530 2002-11-14 [paul]       0.8.5claws145
7531
7532         * po/it.po
7533                 updated by Alessandro Maestri
7534
7535 2002-11-13 [alfons]     0.8.5claws144
7536
7537         * src/folder.c
7538                 folder_item_close(): only mark messages unread
7539                 when a folder has new messages 
7540
7541 2002-11-13 [keith]      0.8.5claws143
7542
7543         * src/imap.c
7544                 Fix problem moving or copying between
7545                 IMAP folders
7546
7547 2002-11-13 [colin]      0.8.5claws142
7548
7549         * src/matcher_parser_parse.y
7550                 Fix rule problem when " don't match
7551
7552 2002-11-13 [christoph]  0.8.5claws141
7553
7554         * src/folder.c
7555         * src/folderview.c
7556                 moved cache saving to folder_item_close
7557                 the folderview should not have to deal with
7558                 this things
7559
7560 2002-11-13 [christoph]  0.8.5claws140
7561
7562         * src/summaryview.c
7563                 moved setting of important score to
7564                 summary_set_prefs_from_folderitem
7565
7566 2002-11-13 [colin]      0.8.5claws139
7567
7568         * src/matcher_parser_parse.y
7569                 Fix a segfault in the parser (happening when
7570                 a good expression had been tested and a bad 
7571                 one arrives)
7572
7573 2002-11-13 [paul]       0.8.5claws138
7574
7575         * sync with 0.8.5cvs24
7576                 see ChangeLog 2002-11-13
7577                 
7578         * po/pt_BR.po
7579                 updated by Fabio Jr. Beneditto
7580
7581 2002-11-13 [colin]      0.8.5claws137
7582         
7583         * src/msgcache.c
7584           src/defs.h
7585           src/procmsg.[ch]
7586                 Revert last commit, problem
7587
7588 2002-11-13 [colin]      0.8.5claws136
7589
7590         * src/msgcache.c
7591                 Remove duplicated code
7592         * src/defs.h
7593                 Bumped CACHE_VERSION and MARK_VERSION
7594         * src/procmsg.[ch]
7595                 Network endian for cache and mark files
7596
7597 2002-11-12 [colin]      0.8.5claws135
7598
7599         * src/inc.c
7600                 Fix the "socket error" dialog which disappeared
7601
7602 2002-11-12 [colin]      0.8.5claws134
7603
7604         * src/msgcache.c
7605                 Reverse last commit which had performance 
7606                 problems, but still reverse the list
7607
7608 2002-11-12 [colin]      0.8.5claws133
7609
7610         * src/msgcache.c
7611                 Reverse list order
7612
7613 2002-11-12 [melvin]     0.8.5claws132
7614
7615         * src/compose.c
7616                 Added a check for a NULL prefs_common.dictionary
7617
7618 2002-11-12 [colin]      0.8.5claws131
7619
7620         * src/ssl_certificate.[ch]
7621                 Use FQDN hostname
7622
7623 2002-11-12 [colin]      0.8.5claws130
7624
7625         * src/ssl_certificate.[ch]
7626                 Take connection port into account for 
7627                 checking certificates (a single hostname
7628                 could have multiple servers with multiple
7629                 certificates)
7630         * src/ssl.c
7631                 Pass the port to ssl_certificate_check
7632
7633 2002-11-12 [paul]       0.8.5claws129
7634
7635         * src/folder.c
7636                 fix a typo in last commit
7637
7638 2002-11-12 [paul]       0.8.5claws128
7639
7640         * sync with 0.8.5cvs23
7641                 see ChangeLog entry 2002-11-12
7642
7643 2002-11-11 [colin]      0.8.5claws127
7644
7645         * src/ssl_certificate.c
7646                 Cleaner messages
7647                 Don't popup, instead log error, if the 
7648                 corresponding pref is checked
7649         * src/ssl_certificate.h
7650                 include <openssl/objects/h>
7651
7652 2002-11-11 [colin]      0.8.5claws126
7653
7654         * src/ssl_certificate.h
7655                 _Really_ clean it
7656
7657 2002-11-11 [colin]      0.8.5claws125
7658         
7659         * src/ssl_certificate.c
7660                 Fixed leak
7661
7662 2002-11-11 [colin]      0.8.5claws124
7663
7664         * src/ssl.c
7665                 Cleaned a bit
7666         * src/ssl_certificate.[ch]
7667                 Cleaned a bit (better use of SSL API)
7668                 (This will cause non-recognition of saved 
7669                  certificates of claws12[23]...)
7670
7671 2002-11-11 [paul]       0.8.5claws123
7672         
7673         * po/es.po
7674                 updated by Ricardo Mones Lastra
7675
7676 2002-11-11 [colin]      0.8.5claws122
7677
7678         * src/ssl.c
7679                 Fix a typo
7680
7681 2002-11-11 [colin]      0.8.5claws121
7682
7683         * src/ssl_certificate.[ch] ** NEW FILES **
7684         * src/ssl.[ch]
7685                 Check SSL certificates presented to us
7686         * src/Makefile.am
7687                 Add ssl_certificate.[ch]
7688         * po/POTFILES.in
7689                 Add ssl_certificate.c
7690
7691 2002-11-11 [paul]       0.8.5claws120
7692
7693         * sync with 0.8.5cvs22
7694                 see ChangeLog 2002-11-11
7695
7696 2002-11-11 [paul]       0.8.5claws119
7697
7698         * sync with 0.8.5cvs21
7699                 see ChangeLog 2002-11-11
7700
7701 2002-11-10 [jens]       0.8.5claws118
7702
7703         * src/folder.c
7704         * src/folderview.c
7705                 corrected some typing
7706         * po/de.po
7707                 updated german translation
7708         * sylpheed.spec.in
7709                 cleaned up specfile and adjusted it for claws
7710
7711 2002-11-10 [colin]      0.8.5claws117
7712
7713         * src/summaryview.c
7714                 a STATUSBAR_PUSH/POP fix
7715
7716 2002-11-10 [colin]      0.8.5claws116
7717
7718         * src/prefs_folder_item.c
7719                 Fix hanging after opening folder properties
7720
7721 2002-11-10 [hoa]        0.8.5claws115
7722
7723         * src/matcher_parser_lex.l
7724         * src/matcher_parser_parse.y
7725                 config file for scoring and filtering is no more trashed
7726                 when there is a syntax error in a filtering rule when
7727                 editing it in a dialog.
7728
7729 2002-11-09 [colin]      0.8.5claws114
7730
7731         * src/mbox_folder.c
7732                 Added missing initialisation of folder->destroy()
7733
7734 2002-11-09 [colin]      0.8.5claws113
7735
7736         * src/folder.c
7737           src/folderview.c
7738                 Fix the status bar messages
7739
7740 2002-11-09 [colin]      0.8.5claws112
7741
7742         * src/folderview.c
7743                 Fix hangs after folder dnd, happening after 
7744                 claws109.
7745
7746 2002-11-09 [christoph]  0.8.5claws111
7747
7748         * src/folderview.c
7749                 just changed order of calls (reverse order of
7750                 associated calls)
7751         * src/inc.c
7752                 lock inc when checking only one account, otherwise
7753                 inc all could be executed at the same time
7754
7755 2002-11-09 [christoph]  0.8.5claws110
7756
7757         * src/folderview.c
7758                 better unlock the mouse cursor before calling
7759                 summary_show because it changes the cursor too
7760
7761 2002-11-09 [christoph]  0.8.5claws109
7762
7763         * src/folder.[ch]
7764         * src/folderview.c
7765                 add functions to open and close a folder
7766                 o opending will execute scanning for remote folders
7767                   and processing
7768                 o closing will unset new flag for messages
7769
7770 2002-11-09 [colin]      0.8.5claws108
7771
7772         * src/folder.c
7773                 Add a call to prefs_matcher_write_config to 
7774                 avoid non-leaf folders filtering settings to be
7775                 lost
7776
7777 2002-11-09 [paul]       0.8.5claws107
7778
7779         * src/prefs_account.c
7780                 re-word a label
7781
7782 2002-11-09 [colin]      0.8.5claws106
7783
7784         * src/folderview.c
7785                 Minor esthetic fix
7786
7787 2002-11-09 [colin]      0.8.5claws105
7788
7789         * src/folderview.c
7790                 Fix prefs_filtering deletion for MH folders (same
7791                 reason as below)
7792         * src/prefs_filtering.c
7793                 Fix prefs_filtering renaming and deletion for 
7794                 folder-based processing rules.  
7795
7796 2002-11-09 [christoph]  0.8.5claws104
7797
7798         * src/compose.c
7799         * src/folder.[ch]
7800         * src/folderview.[ch]
7801         * src/import.c
7802         * src/inc.c
7803         * src/main.c
7804         * src/mainwindow.c
7805         * src/messageview.c
7806         * src/prefs_folder_item.c
7807         * src/procmsg.c
7808         * src/summaryview.c
7809                 implement a callback system for folder item updates
7810
7811 2002-11-09 [colin]      0.8.5claws103
7812
7813         * src/folderview.c
7814                 Fix prefs_filtering renaming for MH folders (we
7815                 shouldn't rename by path as another folder could
7816                 have the same hierarchy).
7817
7818 2002-11-09 [colin]      0.8.5claws102
7819
7820         * src/folder.c
7821                 Fix a leak found by Christoph, use better variable
7822                 names
7823
7824 2002-11-09 [colin]      0.8.5claws101
7825
7826         * src/folder.c
7827                 One more fix for processing rules
7828
7829 2002-11-08 [colin]      0.8.5claws100
7830         
7831         * src/matcher.c
7832                 Don't copy the compiled regexp (will be reevaluated)
7833         * src/folderview.c
7834                 Lock folderview while moving
7835         * src/folder.c
7836                 Provide info on what's happening to the user
7837
7838 2002-11-08 [colin]      0.8.5claws99
7839
7840         * src/folderview.c
7841                 Fix folder reordering after a move if parent is 
7842                 root
7843         * src/scoring.[ch]
7844                 Add function to copy a ScoringProp
7845         * src/prefs_folder_item.c
7846                 Copy scoring rules when copying a folder prefs
7847
7848 2002-11-08 [colin]      0.8.5claws98
7849
7850         * src/folderview.c
7851                 Fixes in case of failure
7852         * src/filtering.[ch]    
7853                 Add function to duplicate a FilteringProp
7854         * src/matcher.[ch]
7855                 Add function to duplicate a MatcherProp
7856         * src/prefs_folder_item.c
7857                 Save folder's processing rules when copying 
7858                 its prefs
7859
7860 2002-11-08 [colin]      0.8.5claws97
7861         
7862         * src/folderview.c
7863                 Sort after move
7864         * src/folder.c 
7865                 Change a printf to debug_print
7866
7867 2002-11-08 [colin]      0.8.5claws96
7868
7869         * src/folder.c
7870           src/folderview.c
7871                 Fix segfaults, call me stupido
7872         
7873
7874 2002-11-08 [colin]      0.8.5claws95
7875
7876         *src/folder.c
7877                 Added forgotten prefs to save when moving folders
7878
7879 2002-11-08 [colin]      0.8.5claws94
7880
7881         * src/folder.c
7882                 Fixes to folder DND (prefs copy)
7883         * src/folderview.c
7884                 Optimization for folder DND (don't rescan whole tree)
7885                 Added folderview_create_folder_node() for this 
7886                 optimization, so de-duped a bit the code
7887         * src/prefs_folder_item.[ch]
7888                 Added prefs_folder_item_copy_prefs()    
7889           
7890 2002-11-08 [paul]       0.8.5claws93
7891
7892         * src/prefs_account.c
7893           tools/README
7894           tools/kmail2sylpheed_v2.pl
7895                 correct some typos
7896
7897 2002-11-08 [paul]       0.8.5claws92
7898
7899         * src/compose.c
7900           src/prefs_account.[ch]
7901                 remove account options 'clearsign' and 'ascii_armored',
7902                 replace with 'default_gnupg_mode' to prevent mixed-mode
7903                 Privacy settings
7904
7905 2002-11-08 [paul]       0.8.5claws91
7906
7907         * src/compose.[ch]
7908                 re-implement GnuPG 'on-the-fly' mode selection,
7909                 disallow mixed-mode
7910
7911 2002-11-08 [colin]      0.8.5claws90
7912
7913         * src/folderview.c
7914           src/prefs_folder_item.c
7915                 Change "Property" to "Properties"
7916
7917 2002-11-07 [colin]      0.8.5claws89
7918
7919         * src/folderview.c
7920           src/folder.c
7921                 Allow folder dropping to a root folder
7922
7923 2002-11-07 [paul]       0.8.5claws88
7924
7925         * src/compose.c
7926                 revert last commit
7927
7928 2002-11-07 [paul]       0.8.5claws87
7929
7930         * src/compose.c
7931                 fix reply-to-list bug. closes bug report
7932                 "[633382] reply-to-list broken in recent cvs"
7933
7934 2002-11-07 [paul]       0.8.5claws86
7935
7936         * src/compose.c
7937                 add a forgotten '#if USE_GPGME ... #endif'
7938
7939 2002-11-07 [paul]       0.8.5claws85
7940
7941         * sync with 0.8.5cvs20
7942                 see ChangeLog 2002-11-07
7943
7944 2002-11-07 [colin]      0.8.5claws84
7945
7946         * src/folder.[ch]
7947                 Change folder_item_move_to to return the newly 
7948                 created folderitem.
7949         * src/folderview.c
7950                 Select the new folderitem after moving.
7951
7952 2002-11-07 [colin]      0.8.5claws83
7953
7954         * src/prefs_filtering.c
7955                 Fix rule rewriting when moving a leaf folder to a 
7956                 shorter path
7957
7958 2002-11-07 [colin]      0.8.5claws82
7959
7960         * src/prefs_filtering.c
7961                 fix a leak
7962
7963 2002-11-07 [colin]      0.8.5claws81
7964
7965         * src/folder.[ch]
7966                 Add folder_item_move_to() function to move a 
7967                 folderitem into another one (updates matcher etc)
7968         * src/folderview.c
7969                 Add folder drag'n drop (context menu to come)
7970                 [Should be dataloss free, but Please backup before 
7971                  trying !]
7972
7973 2002-11-06 [colin]      0.8.5claws80
7974
7975         * src/mh.c
7976                 mh_create_folder() returns NULL if can't create
7977                 directory hierarchy
7978
7979 2002-11-06 [paul]       0.8.5claws79
7980
7981         * src/compose.[ch]
7982                 allow 'on-the-fly' changing of the type of encryption 
7983                 and/or signing used (mime/ascii) via the compose window
7984
7985 2002-11-06 [paul]       0.8.5claws78
7986
7987         * sync with 0.8.5cvs19
7988                 see ChangeLog 2002-11-06 for src/account.c: 
7989                 account_get_special_folder()
7990                 
7991 2002-11-05 [alfons]     0.8.5claws77
7992
7993         * src/crash.c
7994                 very minor cleanups: nothing to see here, move on. :-)
7995
7996 2002-11-05 [colin]      0.8.5claws76
7997
7998         * src/main.c
7999                 Changes choices if compose windows are opened to
8000                 Discard, Draft, Don't quit
8001
8002 2002-11-05 [thorsten]   0.8.5claws75
8003
8004         * src/compose.c
8005                 reenabled default_reply_to folder option
8006
8007 2002-11-05 [colin]      0.8.5claws74
8008
8009         * src/compose.[ch] 
8010                 add compose_draft()
8011         * src/crash.c
8012                 add SIGTERM handler
8013         * src/main.[ch]
8014                 add clean_quit() for the SIGTERM handler
8015
8016 2002-11-05 [paul]       0.8.5claws73
8017         
8018         * po/es.po
8019                 updated by Ricardo Mones Lastra
8020
8021 2002-11-05 [melvin]     0.8.5claws72
8022
8023         * src/logwindow.c
8024                 Fixed log-clipping bug #616795.
8025                 To stop logging in the log window use 0 length.
8026         * src/prefs_common.c
8027                 Added a label to inform about the 0 log length behaviour.
8028
8029 2002-11-05 [paul]       0.8.5claws71
8030
8031         * sync with 0.8.5cvs17
8032                 see ChangeLog 2002-11-05
8033
8034 2002-11-04 [paul]       0.8.5claws70
8035
8036         * sylpheed-128x128.png
8037           sylpheed-64x64.png
8038           sylpheed.png
8039                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8040                 <nikai@users.sourceforge.net>
8041                 
8042         * po/bg.po
8043                 updated by George Danchev
8044
8045 2002-11-03 [thorsten]   0.8.5claws69
8046
8047         * src/main.c
8048           src/mimeview.c
8049           src/rfc2015.h
8050                 add check if gpg is active
8051
8052 2002-11-03 [thorsten]   0.8.5claws68
8053
8054         * src/toolbar.h
8055                 removed GSList declaration causing trouble on MacOS-X
8056                 (submitted by alfons, reported by xfesty)
8057
8058 2002-11-01 [paul]       0.8.5claws67
8059
8060         * src/mainwindow.c
8061                 remove last remnants of main's filter code
8062
8063 2002-11-01 [paul]       0.8.5claws66
8064
8065         * tools/filter_conv.pl
8066                 fix bug where user-defined headers were ignored
8067
8068 2002-11-01 [paul]       0.8.5claws65
8069
8070         * src/logwindow.c
8071                 make a debug_print() not translatable
8072
8073 2002-10-31 [melvin]     0.8.5claws64
8074
8075         * ac/aspell.m4
8076                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8077                 not run any GNU/aspell test.  The dictionary path will
8078                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8079                 was given, in which case, it will be $prefix/lib/aspell/
8080         * configure.in
8081                 Fixed typo in commentary (Aspell code).
8082
8083 2002-10-31 [paul]       0.8.5claws63
8084
8085         * po/POTFILES.in
8086                 remove src/filter.c and src/prefs_filter.c
8087                 thanks to Ricardo for reminding me
8088
8089 2002-10-31 [colin]      0.8.5claws62
8090
8091         * src/mbox_folder.c
8092                 Plug some leaks
8093
8094 2002-10-31 [paul]       0.8.5claws61
8095
8096         * src/prefs_filter.[ch] ** REMOVED **
8097           src/filter.[ch]       ** REMOVED **
8098           
8099         * src/Makefile.am
8100           src/folderview.c
8101           src/inc.c
8102           src/main.c
8103           src/mainwindow.c
8104           src/mbox.c
8105           src/prefs_common.c
8106           src/prefs_filtering.c
8107           src/summaryview.[ch]
8108                 remove main's 'filter' code
8109                 
8110         README.claws
8111                 update to reflect removal of main's filter
8112
8113 2002-10-31 [paul]       0.8.5claws60
8114
8115         * src/summaryview.c
8116                 remove check for global_processing in summary_filter_open(). 
8117                 This fixes the bug where if the user uses the right-click 
8118                 'Create filter rule...' and doesn't have any filter rules 
8119                 already defined in claws' advanced filtering, the newly 
8120                 created filter rule goes to main's filtering which is 
8121                 inaccessible through the gui. Now the filter rule gets added
8122                 to claws' filtering by default.
8123
8124 2002-10-28 [melvin]     0.8.5claws59
8125
8126         * src/prefs_actions.c
8127                 Fixed bug #627322 where MIME parts were not always
8128                 correctly passed to a %p action
8129                 Display an error dialog when message filename is not found.
8130
8131 2002-10-28 [melvin]     0.8.5claws58
8132
8133         * src/prefs_common.c
8134                 Readded a missing function declaration lost in 0.8.3claws34
8135
8136 2002-10-28 [paul]       0.8.5claws57
8137
8138         * sync with 0.8.5cvs15
8139                 see ChangeLog 2002-10-28 and 2002-10-25
8140                 
8141         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8142
8143 2002-10-27 [oliver]     0.8.5claws56
8144
8145         * src/pop.c
8146                 plug leak in pop3_top_recv
8147
8148 2002-10-26 [christoph]  0.8.5claws55
8149
8150         * src/folder.c
8151                 set need_update folder flag when messages are added
8152                 (closes bug [ 626922 ] folder not updated after receiving)
8153
8154 2002-10-25 [melvin]     0.8.5claws54
8155
8156         * src/imageview.c
8157                 Fixed a memleak introduced in the scaling code.
8158
8159 2002-10-24 [alfons]     0.8.5claws53
8160
8161         * src/filtering.c
8162                 make filtering's forward message action forward from the 
8163                 correct account
8164                 (closes bug [628089 ] Filter -> Forward from address problem
8165                 reported by Oktay)
8166
8167 2002-10-24 [christoph]  0.8.5claws52
8168
8169         * src/mainwindow.c
8170         * src/manual.[ch]
8171                 o use manual of current locale or english if current
8172                   locale is not available (and english is available)
8173                 o also link to sylpheed doc project manuals
8174
8175 2002-10-23 [paul]       0.8.5claws51
8176
8177         * tools/README
8178           tools/kmail2sylpheed_v2.pl
8179                 add new version of kmail addressbook importer script.
8180                 works with newer versions of Kmail/KAddressBook which
8181                 have new and rearranged data.
8182
8183 2002-10-23 [martin]     0.8.5claws50
8184
8185         * src/folderview.c
8186         * src/summaryview.c
8187         * src/utils.h
8188         * src/utils.c
8189                 added length parameter to get_abbrev_newsgroup_name()
8190                 changed this function so that it abbreviates the newsgroup
8191                 names only so long it is smaller than the length parameter
8192                 (for better reading of some newsgroup names and space efficiency)
8193
8194 2002-10-22 [colin]      0.8.5claws49
8195
8196         *src/foldersel.c
8197                 Revert Alfons' last modification (after voting ;-))
8198
8199 2002-10-21 [alfons]     0.8.5claws48
8200
8201         * src/foldersel.c
8202                 folder view in folder selection dialog reflects state of
8203                 folder view in main window
8204
8205 2002-10-18 [alfons]     0.8.5claws47
8206
8207         * src/mbox.c
8208                 drop imported messages in folder selected by user,
8209                 and not in the inbox
8210                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8211
8212 2002-10-18 [alfons]     0.8.5claws46
8213
8214         * src/compose.c
8215                 make automagic reply work correctly for email accounts 
8216                 (whether it's viable to do a full sync with Hiro's 
8217                 compose.c is still under discussion)
8218
8219 2002-10-18 [melvin]     0.8.5claws45
8220
8221         * src/prefs_actions.c
8222                 Fixed bug #622275 where asynchroneous actions left 
8223                 zombies processes
8224                 Made (synchroneous) actions' input be displayed live.
8225
8226 2002-10-18 [christoph]  0.8.5claws44
8227
8228         * src/textview.c
8229                 don't add a newline in the textview in front of the
8230                 first textpart if header display is disabled
8231                 (closes bug [ 603385 ] disabled header display leaves blank
8232                  lin)
8233
8234 2002-10-18 [christoph]  0.8.5claws43
8235
8236         * src/folder.[ch]
8237         * src/imap.c
8238         * src/mbox_folder.c
8239         * src/mh.c
8240         * src/news.c
8241                 folder->get_num_list now returns an error code
8242                 (closes bug [ 609424 ] News cache cleared on failure)
8243                 
8244 2002-10-17 [colin]      0.8.5claws42
8245         
8246         * src/news.c
8247                 Changed a printf by debug_print
8248
8249 2002-10-16 [paul]       
8250
8251         * tools/OOo2sylpheed.pl
8252                 allow for spaces in the name of the
8253                 file to be attached.
8254
8255 2002-10-16 [colin]      0.8.5claws41
8256
8257         * src/main.c
8258                 Use a tristate to change online mode
8259
8260 2002-10-16 [paul]       0.8.5claws40
8261
8262         * po/es.po
8263                 updated by Ricardo Mones Lastra
8264
8265 2002-10-16 [colin]      0.8.5claws39
8266
8267         * src/main.c
8268           src/mainwindow.[ch]
8269                 Added --online and --offline command-line
8270                 switches
8271
8272 2002-10-15 [christoph]  0.8.5claws38
8273
8274         * src/procmime.c
8275                 set mimeinfo->name to NULL after g_free to
8276                 avoid double freeing with g_free
8277
8278 2002-10-14 [christoph]  0.8.5claws37
8279
8280         * src/compose.c
8281         * src/filtering.c
8282         * src/summaryview.c
8283                 remove calls to folder->change_flags that are now
8284                 done by procmsg flag functions (seems it is not
8285                 used by any foldertype anyway)
8286         * src/folder.c
8287                 init folder->change_flags with NULL
8288
8289 2002-10-14 [christoph]  0.8.5claws36
8290
8291         * src/folder.[ch]
8292         * src/imap.[ch]
8293                 use virtual functions for folder item new and destroy
8294                 functions
8295
8296 2002-10-14 [melvin]     0.8.5claws35
8297
8298         * src/compose.c
8299                 Added a test to not run the spell checker if no default
8300                 dictionary is available. No dialog is displayed though.
8301
8302 2002-10-14 [melvin]     0.8.5claws34
8303
8304         * src/gtkaspell.c
8305                 Fixed bug in dictionary list context menu where
8306                 "More..." pointed to an emtpy submenu if the
8307                 number of dictionaries is a multiple of 15
8308                 Removed unneeded code in suggestions list creation
8309
8310 2002-10-14 [paul]       0.8.5claws33
8311
8312         * po/bg.po
8313                 updated by George Danchev
8314
8315 2002-10-13 [hoa]        0.8.5claws32
8316
8317         * src/matcher.[ch]
8318           src/matcher_parser_parser.y
8319                 removed the escaped string from internal structure
8320                 of matcher.
8321
8322 2002-10-12 [colin]      0.8.5claws31
8323
8324         * src/gtksctree.[ch]
8325           src/summaryview.c
8326                 Removed useless function gtksctree_reanchor
8327
8328 2002-10-12 [alfons]     0.8.5claws30
8329         
8330         * sync with remaining main changes 2002-10-09 - 2002-10-11
8331         - drop changes to src/compose.c (requires claws specific changes)
8332         
8333 2002-10-12 [alfons]     0.8.5claws29
8334         
8335         * sync with main changes of 2002-10-08
8336         - drop changes to src/compose.c (requires claws specific changes)
8337         - drop changes to src/summaryview.c (requires changes to compose.c)     
8338
8339 2002-10-12 [alfons]     0.8.5claws28
8340         
8341         * sync with main changes of 2002-10-07
8342
8343 2002-10-12 [alfons]     0.8.5claws27
8344
8345         * sync with main changes of 2002-10-04
8346         - drop changes to src/compose.c (requires claws specific changes)
8347         - drop changes to src/prefs_folder_item.c (claws implementation
8348           seems to be working)
8349
8350 2002-10-12 [colin]      0.8.5claws26
8351
8352         * src/mainwindow.c
8353                 Fix folder-flicker when space-reading, introduced 
8354                 in claws22.
8355
8356 2002-10-12 [colin]      0.8.5claws25
8357
8358         * src/compose.c
8359                 Save account address when saving as draft.
8360                 (closes bug 621838)
8361
8362 2002-10-12 [colin]      0.8.5claws24
8363
8364         * src/summaryview.c
8365                 Fix the problem consisting of no message selected
8366                 after the last message in a folder has been moved.
8367
8368 2002-10-12 [paul]       0.8.5claws23
8369
8370         * src/compose.c
8371           src/prefs_template.c
8372           src/template.[ch]
8373                 add Cc and Bcc to templates. Patch submitted by
8374                 John L. Males.
8375
8376 2002-10-12 [colin]      0.8.5claws22
8377
8378         * src/folderview.c
8379                 Fix a bug after "Check for new messages":
8380                 If a folder was opened, it was still selected at
8381                 the end of the check, but displayed empty.
8382         * src/mainwindow.c
8383                 Remove unnecessary check
8384
8385 2002-10-12 [paul]
8386
8387         * tools/README
8388                 be more verbose in the description of
8389                 OOo2sylpheed.pl
8390                 
8391
8392 2002-10-11 [colin]      0.8.5claws21
8393
8394         * src/mainwindow.c
8395                 Make space work (better) when no mail is selected
8396
8397 2002-10-11 [colin]      0.8.5claws20
8398
8399         * src/inc.c
8400           src/news.c
8401                 fix warnings
8402
8403 2002-10-11 [colin]      0.8.5claws19
8404
8405         * src/mainwindow.c
8406                 revert 0.8.5claws6 changes as i couldn't get to
8407                 anything satisfying
8408
8409 2002-10-11 [melvin]     0.8.5claws18
8410
8411         * src/compose.c
8412                 Removed buggy and unused macro (should have been committed in
8413                 0.8.5claws17)
8414
8415 2002-10-11 [melvin]     0.8.5claws17
8416
8417         * src/compose.c
8418                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8419
8420 2002-10-11 [thorsten]   0.8.5claws16 
8421
8422         * src/folderview.c
8423                 remove rescan warning
8424
8425 2002-10-11 [colin]      0.8.5claws15 
8426
8427         * src/procheader.c
8428                 fix a segfault that happens if conv_unmime_header
8429                 fails (should be better to find out why it fails)
8430
8431 2002-10-11 [christoph]  0.8.5claws14
8432
8433         * src/summaryview.c
8434                 update folderview stats after ignore/unignore thread
8435
8436 2002-10-11 [hoa]        0.8.5claws13
8437
8438         * src/quote_fmt_parse.y
8439                 Fixed a yacc/bison syntax error
8440         * src/matcher.c
8441                 Escaping of string is fixed.
8442
8443 2002-10-11 [colin]      0.8.5claws12
8444
8445         * src/imageview.c
8446                 Resize images to fit
8447
8448 2002-10-11 [paul]       0.8.5claws11
8449
8450         * po/es.po
8451                 updated by Ricardo Mones Lastra
8452
8453 2002-10-10 [alfons]     0.8.5claws10
8454
8455         * src/compose.c
8456                 allow dropping files by "moving" files from a file manager,
8457                 not only by the more cumbersome "copying". the latter 
8458                 mostly implies holding down the Control button
8459
8460 2002-10-10 [christoph]  0.8.5claws9
8461
8462         * src/summaryview.c
8463                 update folders after thread building for ignored threads
8464
8465 2002-10-10 [christoph]  0.8.5claws8
8466
8467         * config/.cvsignore
8468                 added Makefile
8469         * src/filtering.[ch]
8470         * src/folder.[ch]
8471         * src/folderview.[ch]
8472         * src/import.c
8473         * src/inc.[ch]
8474         * src/mbox.[ch]
8475         * src/procmsg.c
8476         * src/summaryview.[ch]
8477                 o added new flag need_update to FolderItem
8478                 o removed folder_table from various functions from tracking
8479                   folder updates
8480                 o set need_update flags in folder.c's move, copy and delete
8481                   functions and procmsg's flags functions
8482                 o added function folderview_update_items_when_required that
8483                   updates all folders with need_update set
8484                 o call folderview_update_items_when_required instead of
8485                   folderview_update_item_foreach
8486
8487 2002-10-09 [sergey]     0.8.5claws7
8488
8489         * src/compose.c
8490                 Strip CRs whel loading the text into editor in reedit mode.
8491
8492 2002-10-09 [colin]      0.8.5claws6
8493
8494         * src/mainwindow.c
8495                 Make Space work when no mail is selected
8496
8497 2002-10-09 [colin]      0.8.5claws5
8498
8499         * src/gtksctree.[ch]
8500                 Fix range_select
8501                 Add gtk_sctree_reanchor() 
8502         * src/summaryview.c
8503                 Use gtk_sctree_reanchor() - better fix for 
8504                 bug 60413
8505
8506 2002-10-09 [colin]      0.8.5claws4
8507
8508         * src/summaryview.c
8509                 Fix shift-click select after delete problem
8510                 (closes bug 60413)
8511
8512 2002-10-08 [thorsten]   0.8.5claws3
8513
8514         * src/summaryview.c
8515                 exclude current msg from -hide read messages-
8516
8517 2002-10-08 [colin]      0.8.5claws2
8518
8519         * src/inc.[ch]
8520           src/pop.c
8521           src/recv.c
8522                 Differentiate socket errors from disk full
8523                 errors
8524
8525 2002-10-08 [christoph]  0.8.5claws1
8526
8527         * Makefile.am
8528         * configure.in
8529                 modifications for new config directory
8530
8531         * config.guess  ** REMOVED **
8532         * config.sub    ** REMOVED **
8533         * install-sh    ** REMOVED **
8534         * ltmain.sh     ** REMOVED **
8535         * missing       ** REMOVED **
8536         * mkinstalldirs ** REMOVED **
8537                 these files are autogenerated by automake
8538                 when you run autogen.sh
8539
8540         * config/.cvsignore     ** NEW FILE **
8541         * config/Makefile.am    ** NEW FILE **
8542                 ignore autogenerated files
8543                 create a Makefile in this directory
8544
8545 2002-10-08 [paul]       0.8.5claws
8546
8547         * 0.8.5claws release
8548         
8549         * src/compose.c
8550           src/procheader.c
8551           src/procmsg.c
8552                 fix quote reply format for newsgroups reply bug
8553                 (thanks to Hoa)
8554                 
8555         * po/en_GB.po
8556           po/pl.po
8557                 updated by me and Witold Wladyslaw Wojciech Wilk
8558                 repectively
8559
8560 2002-10-07 [paul]       0.8.3claws53
8561
8562         * po/it.po
8563           po/pt_BR.po
8564           po/sr.po
8565                 updated messages catalogs, submitted by
8566                 Alessandro Maestri, Fabio Jr.Beneditto 
8567                 and Urke MMI, respectively.
8568
8569 2002-10-07 [christoph]  0.8.3claws52
8570
8571         * src/folder.[ch]
8572         * src/folderview.c
8573         * src/mainwindow.c
8574                 fix new folder ghost message bug
8575                 (closes bug [ 619722 ] wrong count for newly created folders)
8576
8577 2002-10-07 [christoph]  0.8.3claws51
8578
8579         * src/compose.c
8580                 fix news posting problem
8581
8582 2002-10-07 [melvin]     0.8.3claws50
8583
8584         * po/fr.po
8585                 Updated French translation
8586
8587 2002-10-05 [christoph]  0.8.3claws49
8588
8589         * src/gtkstext.c
8590                 check if line_start_cache is set in gtk_stext_update_text
8591                 (closes bug [ 618119 ] crash while doing search in folder)
8592
8593 2002-10-05 [christoph]  0.8.3claws48
8594
8595         * src/imap.c
8596         * src/news.c
8597         * src/utils.c
8598         * src/utils.h
8599                 implement cache cleanups for claws' folder system
8600                 (closes bug [ 595916 ] imapcache not cleaned up)
8601
8602 2002-10-05 [melvin]     0.8.3claws47
8603
8604         * src/prefs_actions.c
8605                 Made the help text more clear for the %p token
8606
8607 2002-10-04 [paul]       0.8.3claws46
8608
8609         * sync with 0.8.5
8610                 see ChangeLog 2002-10-02 and 2002-10-03
8611
8612 2002-10-04 [christoph]  0.8.3claws45
8613
8614         * src/inc.c
8615                 fix segfault caused by pop before smtp
8616                 call to inc_account_mail with NULL
8617                 pointer for mainwin
8618
8619 2002-10-04 [paul]       0.8.3claws44
8620
8621         * configure.in
8622                 sync the LDAP detection from 0.8.5cvs1
8623
8624 2002-10-02 [christoph]  0.8.3claws43
8625
8626         * po/de.po
8627                 fix small spelling error
8628
8629 2002-10-02 [melvin]     0.8.3claws42
8630
8631         * ac/aspell.m4
8632                 Behave better and say "no" when test program cannot be run.
8633
8634 2002-10-02 [paul]       0.8.3claws41
8635
8636         * sync with 0.8.4cvs1
8637                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8638                 
8639         * src/summaryview.c
8640                 toggle the behavior of Reply menuitem between
8641                 normal reply and reply-to-list
8642
8643 2002-10-01 [sergey]     0.8.3claws40
8644
8645         * src/compose.c
8646                 Convert newlines in the message text to the canonical form
8647                 before base64 encoding (RFC2045 compliance, fixes some
8648                 interoperability issues with Evolution 1.0.3)
8649
8650 2002-09-29 [colin]      0.8.3claws39
8651
8652         * src/summaryview.c
8653                 Fix an unwanted copy/paste
8654
8655 2002-09-29 [colin]      0.8.3claws38
8656
8657         * src/mainwindow.c
8658                 Renamed "Custom toolbar" to "Customize toolbar"
8659                 Renamed "Show all header" to "Show all headers"
8660                 Renamed "Set diplay item" to "Set displayed items"
8661         * src/prefs_common.c
8662                 Renamed "Show all header" to "Show all headers"
8663         * src/prefs_summary_column.c
8664                 Renamed "diplay item" to "displayed items"
8665
8666 2002-09-29 [colin]      0.8.3claws37
8667
8668         * src/mainwindow.[ch]
8669                 online/offline status pixmaps follow theme
8670                 changes
8671         * src/summaryview.[ch]
8672                 quicksearch pixmap follows theme changes
8673
8674 2002-09-29 [thorsten]   0.8.3claws36
8675
8676         * src/compose.c
8677           src/prefs_folder_item.[ch]
8678                 add default_reply_to folder option (closes patch 581044)
8679
8680 2002-09-29 [christoph]  0.8.3claws35
8681
8682         * acconfig.h    ** REMOVED **
8683         * configure.in
8684         * ac/aspell.m4
8685         * ac/check-type.m4
8686         * ac/gnupg-check-typedef.m4
8687                 fix autoheader 2.50 warning
8688
8689 2002-09-29 [christoph]  0.8.3claws34
8690
8691         * major code cleanup (part 2)
8692         
8693                 - unused variables removed
8694                 - unused functions removed
8695                 - uninitialized variables checked
8696                 - missing return statements added
8697                 - missing function return types added
8698                 - added parentheses around assignment
8699                   when suggested by gcc
8700
8701 2002-09-29 [alfons]     0.8.3claws33
8702
8703         * src/logwindow.c
8704                 log_window_clear(): only bracket gtk_text_forward_delete() 
8705                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8706                 works around GTK text bug)
8707
8708 2002-09-29 [paul]       0.8.3claws32
8709
8710         * po/bg.po
8711           po/sr.po
8712                 updated by George Danchev and Urke MMI
8713                 respectively
8714
8715 2002-09-27 [christoph]  0.8.3claws31
8716
8717         * doc-src/readme.txt
8718         * doc-src/rfc1806.txt   ** REMOVED **
8719         * doc-src/rfc2183.txt   ** NEW FILE **
8720         * doc-src/rfc2980.txt   ** NEW FILE **
8721                 update rfcs
8722
8723 2002-09-27 [melvin]     0.8.3claws30
8724
8725         * ac/aspell.m4
8726                 Fixed typo which could break linking
8727
8728 2002-09-27 [melvin]     0.8.3claws29
8729
8730         * ac/aspell.m4
8731                 Improved GNU/aspell checking. 
8732                 Fixed bug #614490
8733
8734 2002-09-27 [paul]       0.8.3claws28
8735
8736         * sync with 0.8.3cvs8
8737                 see ChangeLog 2002-09-27
8738
8739 2002-09-26 [colin]      0.8.3claws27
8740
8741         * src/toolbar.[ch]
8742           src/mainwindow.[ch]
8743                 Add "Reply to Mailing-list" to the toolbar
8744
8745 2002-09-26 [christoph]  0.8.3claws26
8746
8747         * src/summaryview.c
8748                 Fix wrong message counts in summaryview status
8749
8750 2002-09-26 [paul]       0.8.3claws25
8751
8752         * sync with 0.8.3cvs7
8753                 see ChangeLog 2002-09-26
8754
8755 2002-09-26 [paul]       0.8.3claws24
8756
8757         * sync with 0.8.3cvs6
8758                 see ChangeLog 2002-09-25
8759
8760 2002-09-25 [christoph]  0.8.3claws23
8761
8762         * src/prefs_common.c
8763         * src/prefs_folder_item.c
8764         * src/prefs_scoring.c
8765                 Renamed "kill score" to "hide score" in GUI
8766                 and prefs files
8767
8768 2002-09-25 [paul]       0.8.3claws22
8769
8770         * sync with 0.8.3cvs5
8771                 see ChangeLog 2002-09-24
8772
8773 2002-09-24 [alfons]     0.8.3claws21
8774
8775         patch by Satoshi Nagayasu: allows appending / saving multiple 
8776         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8777         'Save as ...'")
8778
8779         * AUTHORS
8780                 add Satoshi Nagayasu
8781         * src/summaryview.c
8782                 summary_save_as(): allow saving selected files to
8783                 one file
8784                 summary_set_menu_sensitive: enable "Save As..." when
8785                 multiple files are selected
8786         * src/utils.[ch]
8787                 append_file(): new function
8788
8789 2002-09-24 [colin]      0.8.3claws20
8790
8791         * src/procmime.c
8792                 Fix segfault when mimeinfo doesn't have a 
8793                 content_type. 
8794
8795 2002-09-24 [colin]      0.8.3claws19
8796
8797         * src/prefs_common.[ch]
8798                 Add a preference to display send dialog or not
8799         * src/send.c
8800                 Display send dialog according to preference
8801
8802 2002-09-24 [colin]      0.8.3claws18
8803
8804         * src/compose.[ch]
8805                 Disable user actions when sending
8806
8807 2002-09-24 [colin]      0.8.3claws17
8808
8809         * src/procmime.c
8810                 Do not display name or filename for attachments
8811                 with an application/pgp-signature type
8812                 (security flaw, see bug 537413)
8813
8814 2002-09-23 [colin]      0.8.3claws16
8815
8816         * src/editaddress.c
8817                 Initialize entry_email, entry_alias and 
8818                 entry_remarks to first email address of the list
8819
8820 2002-09-23 [colin]      0.83claws15
8821
8822         * src/compose.c
8823                 Drop pgp-signature when reediting a signed queued
8824                 message
8825
8826 2002-09-23 [melvin]     0.8.3claws14
8827
8828         * po/fr.po
8829                 Updated French translation
8830
8831 2002-09-23 [melvin]     0.8.3claws13
8832
8833         * src/mainwindow.c
8834                 Made custom toolbar menu labels more consistent
8835         * src/prefs_toolbar.c
8836                 Made custom toolbar window title more consistent
8837
8838 2002-09-22 [colin]      0.8.3claws12
8839
8840         * src/inc.c
8841                 Initialize session type to normal before getting 
8842                 mail (fixes strange Get behaviour)
8843         * src/prefs_account.h
8844                 Move STYPE_POP_BEFORE_SMTP to last position to 
8845                 avoid other side-effects
8846
8847 2002-09-22 [colin]      0.8.3claws11
8848
8849         * src/prefs_account.c
8850                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8851                 from pop3 to apop or vice-versa
8852
8853 2002-09-22 [colin]      0.8.3claws10
8854         
8855         * src/prefs_account.[ch]
8856                 Add an option for the POP before SMTP timeout
8857         * src/inc.c
8858                 Remember time of last POP connection
8859         * src/send.c
8860                 Do POP before SMTP only if timeout reached
8861
8862 2002-09-22 [oliver]     0.8.3claws9
8863         
8864         * README.claws
8865                 explain custom toolbar
8866
8867 2002-09-22 [oliver]     0.8.3claws8
8868
8869         * src/prefs_actions.[ch]
8870         custom toolbar for compose      
8871                 actions callback from compose toolbar
8872         * src/folderview.c
8873                 remove include toolbar.h
8874
8875 2002-09-22 [oliver]     0.8.3claws7
8876         
8877         * src/prefs_toolbar.[ch]
8878                 custom toolbar for compose
8879                 - generic prefs_toolbar handles both
8880                   Mainwin's toolbar as well as Compose toolbar          
8881
8882 2002-09-22 [oliver]     0.8.3claws6
8883         
8884         * src/toolbar.[ch]
8885                 custom toolbar for compose
8886                 restructure toolbar.[ch]
8887
8888 2002-09-22 [oliver]     0.8.3claws5
8889
8890         * src/compose.[ch]
8891                 custom toolbar for compose
8892
8893 2002-09-22 [oliver]     0.8.3claws4
8894         
8895         * src/mainwindow.[ch]
8896                 custom toolbar for compose 
8897                 move mainwin toolbar back to mainwindow
8898
8899 2002-09-22 [alfons]     0.8.3claws3
8900
8901         * src/procmsg.c
8902                 :%sno/if(/if (/gc
8903                 :%sno/for(/for (/gc
8904                 (beautify)
8905
8906 2002-09-22 [alfons]     0.8.3claws2
8907         
8908         * src/procmsg.c
8909                 procmsg_save_to_outbox(): don't unlink message file from queue;
8910                 callers should do it using folder_item_remove_msg()
8911
8912 2002-09-22 [colin]      0.8.3claws1
8913
8914         * src/mimeview.[ch]
8915                 Made mimeview_check_signature() public
8916         * src/textview.c
8917                 Made GPG signatures verifiable by clicking
8918                 the [application/pgp-signature] in the Text
8919                 view
8920
8921 2002-09-22 [paul]       0.8.3claws
8922
8923         * po/bg.po
8924           po/en_GB.po
8925           po/es.po
8926           po/it.po
8927           po/pl.po
8928           po/pt_BR.po
8929           po/sr.po
8930                 updated translations, submitted by George Danchev,
8931                 me, Ricardo Mones Lastra, Alessandro Maestri,
8932                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8933                 and Urke MMI, respectively.     
8934
8935 2002-09-22 [alfons]     0.8.2claws65
8936
8937         * src/procmsg.c
8938         * src/pgptext.c
8939                 no furry valgrinds have been used to plug these memleaks
8940
8941 2002-09-20 [paul]       0.8.2claws64
8942
8943         * sync with 0.8.3cvs4
8944                 'Select thread' re-implemented 
8945                 see ChangeLog 2002-09-20
8946
8947 2002-09-21 [alfons]     0.8.2claws63
8948
8949         * src/compose.c
8950                 compose_send(): plug unnoticed memleak
8951
8952 2002-09-20 [alfons]     0.8.2claws62
8953
8954         * src/addr_compl.c
8955                 replace_address_in_edit(): strict check for NULL address to
8956                 fix "[ 607348 ] Segfault in address completion". My guess is
8957                 that this happens with an empty address book, but it's good
8958                 to have this check here anyway
8959                 
8960                 completion_window_button_press(): free string returned 
8961                 from the internal cache
8962
8963 2002-09-20 [christoph]  0.8.2claws61
8964
8965         * src/procmime.h
8966                 added ENC_BINARY to EncodingType
8967         * src/procmime.c
8968                 the string returned by procmime_get_encoding_str
8969                 should not depend on the order of values in the
8970                 EncodingType definition
8971         * doc-src/rfc1806.txt   ** NEW FILE **
8972                 Added rfc1806 about MIME Content-Disposition
8973                 Extension
8974
8975 2002-09-19 [paul]       0.8.2claws60
8976
8977         * sync with 0.8.2cvs3
8978                 see ChangeLog 2002-09-19
8979
8980 2002-09-19 [paul]       0.8.2claws59
8981
8982         * src/prefs_folder_item.c
8983                 revert to Darko's original alignment of colour
8984                 selector button
8985                 add a colon to folder_color label
8986                 
8987         * src/compose.c
8988                 add Colin's patch (with Hiro's modifications) to 
8989                 force BASE64 encoding for 8-bit text when signing
8990                 (sync with 0.8.3cvs2)
8991
8992 2002-09-18 [alfons]     0.8.2claws58
8993
8994         * src/compose.c
8995                 :%sno/if(/if (/gc
8996                 :%sno/for(/for (/gc
8997                 (beautify a little bit)
8998
8999 2002-09-18 [christoph]  0.8.2claws57
9000
9001         * src/pine.c
9002                 fix handling of fgetc return value
9003
9004 2002-09-17 [alfons]     0.8.2claws56
9005         
9006         * src/summaryview.c
9007                 summary_sort(): check non-NULL summaryview->folder_item when no 
9008                 folder is selected at all
9009                 (closes "[ 610344 ] sort label make syl Crash")
9010
9011 2002-09-17 [alfons]     0.8.2claws55
9012         
9013         * src/compose.c
9014                 beautify a little bit
9015
9016 2002-09-17 [christoph]  0.8.2claws54
9017
9018         * src/folder.c
9019                 initialize max values for cache and folder
9020                 when cache or folder is empty
9021
9022 2002-09-15 [colin]      0.8.2claws53
9023
9024         * src/compose.c
9025                 Fix a leak (thanks Alfons!) and cleaned
9026                 variables names for custom headers
9027
9028 2002-09-15 [colin]      0.8.2claws52
9029
9030         * src/compose.c
9031                 Fix custom headers recognition when
9032                 prefs_common.trans_hdr is on
9033
9034 2002-09-15 [colin]      0.8.2claws51
9035
9036         * src/compose.c
9037                 Allow dynamically-added custom headers
9038                 Yet not reparsed if reedited
9039
9040 2002-09-15 [alfons]     0.8.2claws50
9041
9042         * src/prefs_account.c
9043                 fix warnings
9044
9045 2002-09-15 [colin]      0.8.2claws49
9046         
9047         * src/prefs_account.c
9048                 fix pop_before_smtp sensitivity
9049
9050 2002-09-15 [colin]      0.8.2claws48
9051
9052         * src/inc.[ch]
9053                 add inc_pop_before_smtp()
9054                 allow MainWindow to be undefined in 
9055                 inc_account_mail() and inc_start()
9056         * src/pop.c
9057           src/prefs_account.h
9058                 add STYPE_POP_BEFORE_SMTP session type
9059         * src/prefs_account.c
9060                 activated pop before smtp option
9061         * src/send.c
9062                 do pop before smtp if the relevant option 
9063                 is set
9064
9065 2002-09-15 [paul]       0.8.2claws47
9066
9067         * sync with 0.8.3
9068                 see ChangeLog 2002-09-15
9069
9070 2002-09-14 [paul]       0.8.2claws46
9071
9072         * po/bg.po
9073                 updated Bulgarian translation, submitted by
9074                 George Danchev
9075
9076 2002-09-13 [paul]       0.8.2claws45
9077
9078         * src/compose.c
9079                 merge claws' select_account() with main's
9080                 (new) compose_select_account(). [sync with
9081                 0.8.2cvs15, see ChangeLog 2002-09-11]
9082
9083 2002-09-12 [christoph]  0.8.2claws44
9084
9085         * src/filter.c
9086                 allocate 1 elements of FolderItem not 0
9087
9088 2002-09-12 [colin]      0.8.2claws43
9089
9090         * src/compose.c
9091                 Fix bug #590825 (obey Follow-up: poster)
9092
9093 2002-09-12 [colin]      0.8.2claws42
9094
9095         * src/procmime.c
9096                 Fix bug #557009 (wrong headers for messages 
9097                 forwarded as attachments)
9098
9099 2002-09-11 [colin]      0.8.2claws41
9100         
9101         * src/compose.c
9102                 Put SCF: pseudo-header on top of message
9103                 Set draft tmp_flag when saved as draft
9104
9105         * src/procmsg.c
9106           src/procheader.c
9107                 Skip after first \n\n for beginning of real message
9108                 for drafts too
9109
9110 2002-09-11 [christoph]  0.8.2claws40
9111
9112         * src/filtering.c
9113                 use procmsg flag functions in filtering or processing
9114                 will cause incorrect folder message counts
9115
9116 2002-09-11 [colin]      0.8.2claws39
9117
9118         * src/compose.c
9119                 Fix bug #550175 - wrong save folder when reediting
9120                 drafts
9121
9122 2002-09-11 [paul]       0.8.2claws38
9123
9124         * sync with 0.8.2cvs14
9125                 see ChangeLog 2002-09-11
9126
9127 2002-09-11 [colin]      0.8.2claws37
9128
9129         * src/folder.c
9130                 Fix a typo (seeming to cause new/unread status to
9131                 be lost)
9132
9133 2002-09-10 [christoph]  0.8.2claws36
9134
9135         * src/compose.c
9136                 compose_redirect should not use compose_generic_new
9137                 because that does more stuff than expected including
9138                 opening the external editor
9139                 (closes bug "[ 526608 ] bounced messages appear blank
9140                  in editor")
9141
9142 2002-09-10 [christoph]  0.8.2claws35
9143
9144         * src/folder.c
9145                 fix problem with too large message number range
9146                 causing a crash in folder_item_scan
9147
9148 2002-09-10 [paul]       0.8.2claws34
9149
9150         * sync with 0.8.2cvs13
9151                 see ChangeLog 2002-09-10
9152
9153 2002-09-10 [christoph]  0.8.2claws33
9154
9155         * src/msgcache.c
9156                 set MsgInfo TmpFlags for queue and draft folders
9157                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9158
9159 2002-09-10 [paul]       0.8.2claws32
9160
9161         * AUTHORS
9162           po/bg.po      ** NEW FILE **
9163                 new Bulgarian translation submitted by
9164                 George Danchev <danchev@spnet.net>
9165                 
9166         * tools/Makefile.am
9167           tools/README
9168           tools/tb2sylpheed     ** NEW FILE **
9169                 add script that converts an addressbook exported
9170                 from The Bat! into a Sylpheed addressbook. Submitted
9171                 by Urke MMI <urke-kg@eunet.yu>
9172
9173 2002-09-10 [paul]       0.8.2claws31
9174
9175         * sync with 0.8.2cvs12
9176                 see ChangeLog 2002-09-10
9177
9178 2002-09-06 [paul]       0.8.2claws30
9179
9180         * src/prefs_common.c
9181                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9182                 
9183         * tools/Makefile.am
9184           tools/README
9185           tools/ldif-to-xml.py  ** REMOVED **
9186                 remove obsolete python script
9187
9188 2002-09-06 [paul]       0.8.2claws29
9189
9190         * sync with 0.8.2cvs10
9191                 see ChangeLog 2002-09-06
9192
9193 2002-09-04 [paul]       0.8.2claws28
9194
9195         * sync with 0.8.2cvs9
9196                 see ChangeLog 2002-08-04
9197
9198 2002-09-04 [colin]      0.8.2claws27 
9199
9200         * src/prefs_common.[ch]
9201                 Added signature color configuration
9202         * src/textview.c
9203                 Use user-specified signature color
9204
9205 2002-09-03 [colin]      0.8.2claws26
9206
9207         * src/prefs_common.[ch]
9208                 Added autosave and autosave_length prefs
9209         * src/compose.c
9210                 Added compose_remove_draft()
9211                 Auto-save drafts according to the prefs
9212         * src/main.c
9213                 Added a crash-indicator file, allowing to check
9214                 for new messages on startup if Sylpheed crashed
9215                 (makes saved drafts "reappear")
9216
9217 2002-09-03 [colin]      0.8.2claws25
9218
9219         * src/textview.[ch]
9220                 Grey the signature
9221
9222 2002-09-03 [paul]       0.8.2claws24
9223
9224         * sync with 0.8.2cvs8
9225                 see ChangeLog 2002-09-02 and 2002-09-03
9226
9227 2002-09-03 [darko]      0.8.2claws23
9228
9229         * src/folderview.c
9230                 use normal style when creating new folder to pick
9231                 proper font size 
9232
9233 2002-09-02 [melvin]     0.8.2claws22
9234
9235         * src/gtkaspell.m4
9236                 removed some obsolete code
9237
9238 2002-09-02 [melvin]     0.8.2claws21
9239
9240         * ac/aspell.m4
9241                 fixed test's equality sign (== to =)
9242
9243 2002-09-02 [alfons]     0.8.2claws20
9244
9245         * src/folder.c
9246         * src/mh.c
9247                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9248                 as folder->destroy virtual as suggested by Hiro
9249                 (the mh.c code seems to have been lost around mh.c.1.21)
9250
9251 2002-09-02 [paul]       0.8.2claws19
9252
9253         * po/pt_BR.po
9254                 updated by Fabio Jr. Beneditto
9255                 
9256         * src/defs.h
9257                 use 'http://claws.sylpheed.org' for homepage link. 
9258                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9259
9260 2002-09-01 [alfons]     0.8.2claws18
9261
9262         * src/mh.c
9263                 plug memleak related to one Martin Kluge found
9264
9265 2002-08-31 [paul]       0.8.2claws17
9266
9267         * sync with 0.8.2cvs6
9268                 see ChangeLog 2002-08-30
9269
9270 2002-08-31 [alfons]     0.8.2claws16
9271
9272         * src/folder.c
9273                 folder_destroy(): remove mailbox from folderlist even if it has
9274                 no destroy virtual
9275
9276 2002-08-31 [alfons]     0.8.2claws15
9277
9278         * src/folder.c
9279                 :%sno/if(/if (/gc
9280                 :%sno/for(/for (/gc
9281                 (being pedantic I know)
9282
9283 2002-08-31 [alfons]     0.8.2claws14
9284
9285         * src/folder.c
9286                 check for NULL pointers returned from folder->fetch_msginfo virtual
9287                 (should solve some reported crashes)
9288
9289 2002-08-30 [alfons]     0.8.2claws13
9290
9291         * acconfig.h
9292         * configure.in
9293         * src/crash.c
9294                 enable crash dialog on compilation time
9295                 (--enable-crash-dialog configure option)
9296
9297 2002-08-30 [alfons]     0.8.2claws12
9298
9299         * AUTHORS
9300                 add Martin Kluge
9301         * src/mh.c
9302                 apply memory leak plug patch by Martin Kluge
9303                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9304                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9305                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9306
9307 2002-08-30 [darko]      0.8.2claws11
9308
9309         * src/folderview.c
9310                 copy Gtk style from normal style to match
9311                 font size for coloured folders
9312
9313 2002-08-29 [alfons]     0.8.2claws10
9314
9315         * sylpheed.desktop
9316                 Type=Internet <- Type=Application
9317                 (reported by Michael Schwendt, see:
9318                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9319                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9320
9321 2002-08-29 [paul]       0.8.2claws9
9322
9323         * sync with 0.8.2cvs5
9324                 see ChangeLog 2002-08-29
9325
9326 2002-08-29 [colin]      0.8.2claws8
9327
9328         * src/summaryview.c
9329                 Added a sanity check in summary_select_thread
9330                 Should fix bug 601605
9331
9332 2002-08-29 [colin]      0.8.2claws7
9333
9334         * src/main.c
9335                 Revert claws6 changes regarding bug #591676
9336
9337 2002-08-28 [colin]      0.8.2claws6
9338         
9339         * src/main.c
9340                 Ignore cache for queue folderitems
9341                 Fix bug #591676
9342
9343 2002-08-28 [melvin]     0.8.2claws5
9344
9345         * README.claws
9346                 Fixed typos.
9347
9348 2002-08-28 [melvin]     0.8.2claws4
9349
9350         * README.claws
9351                 Updated a bit the text concerning the spell checker
9352
9353 2002-08-28 [melvin]     0.8.2claws3
9354
9355         Merged the GNU_aspell_branch:
9356                 Support of new GNU/aspell is now included and the old pspell
9357                 is not supported anymore.
9358                 See README.claws
9359
9360         * README.claws
9361                 Updated spell checker text to reflect the switch to GNU/aspell
9362
9363         * ac/aspell.m4          *** NEW ***
9364         * src/gtkaspell.[ch]    *** NEW *** 
9365         * ac/pspell.m4          *** DELETED *** 
9366         * src/gtkspell.[ch]     *** DELETED ***
9367
9368         * ac/Makefile.am
9369                 Updated for GNU/aspell support
9370
9371         * po/POTFILES.in
9372                 Replaced gtkspell.c by gtkaspell.c
9373
9374         * acconfig.h
9375         * src/Makefile.am
9376         * src/about.c
9377         * src/compose.[ch]
9378         * src/crash.c
9379         * src/main.c
9380         * src/prefs_common.[ch]
9381                 Updated for GNU/aspell support
9382
9383 2002-08-28 [paul]       0.8.2claws2
9384
9385         * sync with 0.8.2cvs4
9386                 see ChangeLog 2002-08-27 and 2002-08-28
9387
9388 2002-08-28 [colin]      0.8.2claws1
9389
9390         * src/summary_search.c
9391                 Added "AND search"
9392
9393 2002-08-28 [jens]       0.8.2claws
9394
9395         *po/de.po
9396                 Updated German translations
9397
9398 2002-08-27 [melvin]     0.8.2claws
9399
9400         * po/fr.po
9401                 Updated French translations
9402
9403 2002-08-27 [paul]       0.8.2claws
9404
9405         * sync with 0.8.2 main release
9406
9407         * po/en_GB.po
9408           po/es.po
9409           po/it.po
9410           po/pl.po
9411           po/pt_BR.po
9412           po/sr.po
9413                 updated message catalogs submitted by
9414                 Ricardo Mones Lastra, Alessandro Maestri,
9415                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9416                 Beneditto and Urke MMI  
9417
9418 2002-08-27 [hoa]        0.8.1claws123
9419
9420         * src/mainwindow.[ch]
9421         * src/summaryview.[ch]
9422                 removed the "filter setting" menu option.
9423                 add a "cancel a news message" menu option.
9424
9425 2002-08-26 [martin]     0.8.1claws122
9426
9427         * ChangeLog.claws
9428                 changed string under 0.8.1claws79 changed by myself
9429                 i'm sorry alfons :(
9430
9431 2002-08-26 [martin]     0.8.1claws121
9432
9433         * src/crash.c
9434                 added kill command to debuggerrc to start crash dialog
9435
9436 2002-08-26 [paul]       0.8.1claws120
9437
9438         * sync with 0.8.1cvs31
9439                 see ChangeLog 2002-08-26
9440
9441 2002-08-25 [alfons]     0.8.1claws119
9442
9443         * src/procmsg.c
9444                 fix bug that didn't send out correct headers to news server
9445                 when sending news article and email from queue (bug reported
9446                 and patch provided by Tim Mann; closes bug 
9447                 "[ 583196 ] 0.7.8claws can't post news")
9448
9449 2002-08-25 [alfons]     0.8.1claws118
9450
9451         * src/selective_download.c
9452                 mark two strings as translatable
9453                 (thanks to Urke MMI for pointing this out)
9454
9455 2002-08-25 [alfons]     0.8.1claws117
9456
9457         * src/summaryview.c
9458                 treat sent boxes as special and allow sorting them by addressee
9459                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9460                 submitted by Steve Lamb)
9461
9462 2002-08-24 [alfons]     0.8.1claws116
9463
9464         * src/matcher.c
9465                 fix memleak reported by Martin Kluge
9466                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9467
9468 2002-08-24 [oliver]     0.8.1claws115
9469
9470         * src/prefs_toolbar.c
9471                 o code cleanup as suggested by Alfons
9472                 o memleak fix
9473
9474 2002-08-24 [alfons]     0.8.1claws114
9475
9476         * src/summaryview.c
9477                 o fix another memory leak reported by Martin Kluge
9478                   (see "[ 599568 ] Small Memory Leak")
9479                 o remove 'from' variable from 'summary_set_header()'; we can
9480                   do with just 'to' 
9481
9482 2002-08-24 [paul]       0.8.1claws113
9483
9484         * sync with 0.8.1cvs30
9485                 see ChangeLog 2002-08-23
9486
9487 2002-08-24 [alfons]     0.8.1claws112
9488
9489         * src/summaryview.c
9490                 remove unnecessary allocations for search bar fixing leaks
9491                 reported by Martin Kluge
9492                 (see "[ 599451 ] Further memory leaks?")
9493
9494 2002-08-24 [alfons]     0.8.1claws111
9495
9496         * src/main.c
9497                 make get_socket_name() public for crash.c
9498         * src/crash.c
9499                 o make report bug button work (goes to claws' 
9500                   bug tracker at sf.net)
9501                 o introduce function for doing important stuff just
9502                   before claws goes down
9503                 o clean up code 
9504
9505 2002-08-24 [alfons]     0.8.1claws110
9506
9507         * src/compose.c
9508                 move cursor to "To" entry when forwarding as attachment
9509                 (reported and solved by Steve Lamb, closes bug report
9510                 "[ 592880 ] Forward as attachment; cursor not in to")
9511
9512 2002-08-24 [colin]      0.8.1claws109
9513
9514         * src/mainwindow.c
9515                 fix quick search visibility after GUI (de)separations.
9516
9517 2002-08-23 [colin]      0.8.1claws108
9518
9519         * src/mainwindow.c
9520                 fix header pane visibility after folderview or
9521                 messageview (de)separation
9522
9523 2002-08-23 [paul]       0.8.1claws107
9524
9525         * src/mainwindow.[ch]
9526           src/toolbar.c
9527                 give full control of display or non-display 
9528                 of the Execute icon to Custom toolbar settings.
9529                 add new sensitivity condition to maninwindow.h: 
9530                 M_DELAY_EXEC
9531
9532         * ChangeLog
9533           ChangeLog.jp
9534           NEWS
9535                 more sync with 0.8.1cvs29
9536
9537 2002-08-23 [melvin]     0.8.1claws106
9538
9539         * src/alertpanel.c
9540                 Readded support for custom widget in alertpanel lost in last
9541                 sync.
9542
9543 2002-08-23 [paul]       0.8.1claws105
9544
9545         * sync with 0.8.1cvs29
9546                 see ChangeLog 2002-08-23
9547
9548 2002-08-23 [colin]      0.8.1claws104
9549
9550         * src/summaryview.c
9551                 Fix folder and search pixmaps exchanging positions
9552                 after theme or toolbar changes. Thank to Oliver for 
9553                 reporting this.
9554
9555 2002-08-23 [colin]      0.8.1claws103
9556
9557         * src/mainwindow.c
9558           src/messageview.[ch]
9559           src/noticeview.[ch]
9560           src/summaryview.c
9561                 Changed messageview_create() and noticeview_create()
9562                 to avoid the last gdk_warning
9563
9564 2002-08-22 [colin]      0.8.1claws102
9565
9566         * src/summaryview.c
9567                 Fix my new `Creating pixmap from xpm' warning
9568
9569 2002-08-22 [colin]      0.8.1claws101
9570
9571         * src/mainwindow.c
9572                 Fix some of the gdk warnings
9573
9574 2002-08-22 [colin]      0.8.1claws100
9575
9576         * src/Makefile.am
9577         * src/stock_pixmap.c
9578         * src/stock_pixmap.h
9579         * src/pixmaps/quicksearch.xpm *ADDED*
9580                 Add the quicksearch pixmap
9581         * src/mainwindow.c
9582         * src/summaryview.c
9583         * src/summaryview.h
9584                 Make quicksearch bar visible/hidden via a button
9585
9586 2002-08-22 [christoph]  0.8.1claws99
9587
9588         * src/folder.c
9589                 fix folder update for newsgroups with message
9590                 numbers below minimum number of articles to fetch
9591                 (closes bug #598445)
9592
9593 2002-08-22 [paul]       0.8.1claws98
9594
9595         * sync with 0.8.1cvs28
9596                 see ChangeLog 2002-08-22
9597
9598 2002-08-21 [alfons]     0.8.1claws97
9599
9600         * src/crash.c
9601                 use bt instead of bt full which seems to work 
9602                 better, and bt full doesn't give a great deal 
9603                 of information anyway
9604
9605 2002-08-21 [colin]      0.8.1claws96
9606
9607         * src/summaryview.c
9608                 fix summaryview_searchtype_changed prototype
9609
9610 2002-08-21 [christoph]  0.8.1claws95
9611
9612         * src/mainwindow.c
9613                 o fix broken menu update for sorting type, we have to
9614                   get this info from the summaryview now
9615                 o removed setting of threaded state in menu callback
9616         * src/summaryview.[ch]
9617                 more summaryview/folderitem seperation for
9618                 threading option
9619         * configure.in
9620                 removed not required --with-compiler-flags option
9621
9622 2002-08-21 [oliver]     0.8.1claws94
9623         
9624         * src/toolbar.h 
9625                 o rename toolbar.xml to toolbar_main.xml
9626                   since toolbar_compose.xml might come up 
9627                   any time soon
9628         * README.claws
9629                 add custom toolbar              
9630
9631 2002-08-21 [darko]      0.8.1claws93
9632
9633         * src/procmsg.c
9634                 don't reset tmp flags for messages copied
9635                 to sent folder
9636
9637 2002-08-21 [colin]      0.8.1claws92
9638         
9639         * src/prefs_filtering.c
9640                 fix renaming rules on folder rename 
9641                 when folder is not a leaf folder
9642
9643 2002-08-21 [paul]       0.8.1claws91
9644
9645         * src/prefs_folder_item.c
9646                 fix alignment of colour selector
9647
9648 2002-08-21 [paul]       0.8.1claws90
9649
9650         * sync with 0.8.1cvs27
9651                 see ChangeLog 2002-08-21
9652
9653 2002-08-21 [paul]       0.8.1claws89
9654
9655         * src/summaryview.c
9656                 fix crash when changing field type in
9657                 Quick search bar
9658
9659 2002-08-21 [colin]      0.8.1claws88
9660
9661         * src/summaryview.c
9662                 Made quick search case-insensitive
9663
9664 2002-08-21 [paul]       0.8.1claws87
9665
9666         * sync with 0.8.1cvs26
9667                 see ChangeLog 2002-08-21
9668
9669 2002-08-20 [christoph]  0.8.1claws86
9670
9671         * src/folderview.c
9672         * src/main.c
9673         * src/summaryview.[ch]
9674                 more summaryview/folderitem seperation for
9675                 sort_key and sort_type
9676         * src/procmsg.c
9677                 added missing return statement
9678
9679 2002-08-20 [colin]      0.8.1claws85
9680
9681         * src/summaryview.[ch]
9682                 Added a quick search box
9683         * src/mainwindow.c
9684         * src/prefs_common.[ch]
9685                 Added a show/hide option for the quick search
9686
9687 2002-08-20 [oliver]     0.8.1claws84
9688         
9689         * src/mainwindow.c
9690                 remove toolbar_create_popups
9691         * src/toolbar.[ch]
9692                 o remove toolbar_create_popups
9693                 o fix toolbar_set_sensitive 
9694                   (Bug reports #596834 and #596832)     
9695         * src/prefs_toolbar.c
9696                 o add "Set default" button
9697                 o align label and text + combo widgets
9698
9699 2002-08-20 [hoa]        0.8.1claws83bis
9700
9701         * src/imap.c
9702                 fixed a bug in imap_fetch_msginfo() in case there is no
9703                 current folder.
9704
9705 2002-08-20 [darko]      0.8.1claws83
9706
9707         * src/folderview.c
9708                 copy the color style of folder view so it
9709                 works with GTK themes
9710
9711 2002-08-20 [darko]      0.8.1claws82
9712
9713         * src/folder.h
9714         * src/folderview.c
9715         * src/prefs_folder_item.[hc]
9716                 don't use UI stuff in folder.h
9717
9718 2002-08-20 [darko]      0.8.1claws81
9719
9720         * src/folder.h
9721         * src/prefs_folder_item.h
9722         * src/folderview.c
9723         * src/prefs_folder_item.c
9724                 ability to set folder color in folderview
9725
9726 2002-08-19 [alfons]     0.8.1claws80
9727
9728         * src/summaryview.c
9729                 fix one of the earlier memleaks reported by Martin Kluge
9730
9731 2002-08-19 [alfons]     0.8.1claws79
9732
9733         * src/mainwindow.c
9734                 hide notice view when selecting seperate folder
9735                 view (reported by Urke MMI)
9736
9737 2002-08-19 [christoph]  0.8.1claws78
9738
9739         * src/folderview.c
9740         * src/prefs_folder_item.h
9741         * src/summaryview.[ch]
9742                 o add summary_set_prefs_from_folderitem to set
9743                   summaryview prefs (first step to remove all
9744                   references to the folderitem in summaryview)
9745                 o moved compiled regex stuff from folderitem prefs
9746                   to summaryview code
9747
9748 2002-08-19 [paul]       0.8.1claws77
9749
9750         * src/compose.c
9751                 add check for '.' to QUOTE_IF_REQUIRED
9752
9753 2002-08-19 [paul]       0.8.1claws76
9754
9755         * src/inc.c
9756                 sync with 0.8.1cvs25 (plug memory leak)
9757
9758         * src/prefs_toolbar.c
9759                 re-order prefs_toolbar_cancel()
9760
9761 2002-08-18 [alfons]     0.8.1claws75
9762
9763         * src/inc.c
9764         * src/matcher.c
9765                 plug other memleaks reported by Martin Kluge
9766
9767 2002-08-18 [paul]       0.8.1claws74
9768
9769         * po/pt_BR.po
9770                 updated by Fabio Jr. Beneditto
9771
9772 2002-08-18 [paul]       0.8.1claws73
9773
9774         * src/toolbar.[ch]
9775                 fix bug where tooltips were displayed untranslated              
9776
9777         * src/prefs_toolbar.c
9778                 fix bug where clicking 'Cancel' creates an icon & text
9779                 toolbar regardless of prefs
9780         
9781
9782 2002-08-17 [oliver]     0.8.1claws72
9783
9784         * src/prefs_toolbar.c
9785                 update toolbar on CANCEL
9786                 bug reported by Martin Kluge
9787         * src/toolbar.c
9788                 toolbar_destroy memleak fixed           
9789
9790 2002-08-17 [alfons]     0.8.1claws71
9791
9792         * src/toolbar.c
9793                 plug another memleak reported by Martin Kluge
9794
9795 2002-08-16 [alfons]     0.8.1claws70
9796
9797         * src/crash.c
9798                 use execvp() correctly (suggested by wwp; thanks!)
9799
9800 2002-08-16 [alfons]     0.8.1claws69
9801
9802         * src/gtksctree.c
9803                 plug memory leak reported by Kim Schultz & Martin Kluge
9804
9805 2002-08-16 [paul]       0.8.1claws68
9806
9807         * po/es.po
9808                 updated by Ricardo Mones Lastra
9809
9810 2002-08-16 [paul]       0.8.1claws67
9811
9812         * src/toolbar.h
9813                 fix bug where 'Compose News' icon showed wrong
9814                 tooltip
9815
9816 2002-08-16 [paul]       0.8.1claws66
9817
9818         * sync with 0.8.1cvs24
9819                 see ChangeLog 2002-08-16
9820
9821         * po/it.po
9822                 updated by Alessandro Maestri
9823
9824 2002-08-15 [paul]       0.8.1claws65
9825
9826         * po/sr.po
9827                 updated by Urke MMI
9828
9829 2002-08-15 [paul]       0.8.1claws64
9830
9831         * src/*.c
9832                 don't translate debug info
9833
9834         * src/matcher.[ch]
9835                 add copyright info
9836
9837 2002-08-15 [paul]       0.8.1claws63
9838
9839         * src/prefs_toolbar.c
9840                 fix bug where clicking 'OK' creates an icon & text
9841                 toolbar regardless of prefs
9842
9843 2002-08-14 [alfons]     0.8.1claws62
9844
9845         * src/main.c
9846                 add global var that has the full argv[0]
9847         * src/crash.c
9848                 o execvp the correct sylpheed by using argv0
9849                   and setting the correct work dir
9850                 o other tweaks  
9851
9852 2002-08-14 [oliver]     0.8.1claws61
9853         
9854         * enable/disable Toolbar Action Buttons 
9855         * code cleanups
9856         * src/mainwindow.c
9857         * src/toolbar.[ch]      
9858         * src/prefs_toolbar.c   
9859
9860 2002-08-14 [melvin]     0.8.1claws60
9861
9862         * po/fr.po
9863                 Updated French translations
9864
9865 2002-08-14 [melvin]     0.8.1claws59
9866
9867         * src/crash.c
9868                 Made bug report not translatable
9869         * src/exporthtml.c
9870                 Fixed exporthtml_build_filespec() return value
9871         * src/foldersel.c
9872                 Fixed incorrect include file
9873         * src/gtkspell.c
9874         * src/prefs_actions.c
9875         * src/prefs_toolbar.c
9876                 Made debug info not translatable
9877         * src/mutt.c
9878         * src/quote_fmt.c
9879                 Added missing includes
9880         * src/prefs_common.c
9881                 Fixed typo
9882
9883 2002-08-14 [paul]       0.8.1claws58
9884
9885         * faq/es/sylpheed-faq.html
9886           faq/es/sylpheed-faq-[1-3].html
9887           faq/es/sylpheed-faq-4.html     **NEW FILE **
9888                 update Spanish FAQ
9889
9890 2002-08-13 [christoph]  0.8.1claws57
9891
9892         * src/procmsg.c
9893                 ignore thread fix that did not mark all
9894                 child nodes of a ignored thread as
9895                 ignored. Does not work perfectly yet,
9896                 but it is better now
9897
9898 2002-08-13 [alfons]     0.8.1claws56
9899
9900         * src/crash.c
9901                 o implement 'save crash log'
9902                 o some tweaks
9903
9904 2002-08-13 [melvin]     0.8.1claws55
9905
9906         * src/main.c
9907                 removed unrequired "execinfo.h" header
9908
9909 2002-08-12 [paul]       0.8.1claws54
9910
9911         * faq/en/sylpheed-faq.html
9912           faq/en/sylpheed-faq-[1-3].html
9913           faq/en/sylpheed-faq-4.html     **NEW FILE **
9914                 update English FAQ
9915
9916 2002-08-12 [alfons]     0.8.1claws53
9917
9918         * po/POTFILES.in
9919                 add crash.c to translatables
9920         * src/crash.c
9921                 bring in Leandro's crash dialog
9922
9923 2002-08-11 [alfons]     0.8.1claws52
9924
9925         * src/crash.c
9926                 clean up some warnings
9927
9928 2002-08-11 [alfons]     0.8.1claws51
9929
9930         * acconfig.h
9931         * configure.in
9932         * src/crash.[ch]        ** NEW FILES **
9933         * src/main.c            
9934                 initial gdb crash handler
9935
9936 2002-08-11 [paul]       0.8.1claws50
9937
9938         * src/prefs_toolbar.c
9939                 replace Up/Down arrow pixmaps with text to be
9940                 consistent across icon themes
9941
9942 2002-08-11 [paul]       0.8.1claws49
9943
9944         * src/prefs_common.c
9945           src/prefs_toolbar.c
9946                 rename 'Pixmap' -> 'Icon'
9947
9948         * src/toolbar.[ch]
9949                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9950
9951 2002-08-10 [paul]       0.8.1claws48
9952
9953         * src/prefs_toolbar.c
9954                 re-work the UI
9955
9956 2002-08-10 [paul]       0.8.1claws47
9957
9958         * src/main.c
9959                 don't write Processing progress to status bar
9960                 patch submitted by Alexander Evseev
9961
9962         * src/prefs_toolbar.c
9963                 re-position and resize window
9964                 make window assume correct size on first call
9965
9966 2002-08-10 [paul]       0.8.1claws46
9967
9968         * src/mainwindow.c
9969           src/prefs_toolbar.c
9970           src/toolbar.c
9971           src/toolbar.h
9972                 obey coding style
9973                 follow UI text conventions
9974
9975 2002-08-10 [alfons]     0.8.1claws45
9976
9977         * src/toolbar.c
9978                 correct pixmap for delete action
9979
9980 2002-08-10 [paul]       0.8.1claws44
9981
9982         * po/pt_BR.po
9983                 updated by Fabio Jr. Beneditto
9984
9985 2002-08-10 [paul]       0.8.1claws43
9986
9987         * po/POTFILES.in
9988                 add custom toolbar files
9989
9990 2002-08-10 [paul]       0.8.1claws42
9991
9992         * sync with 0.8.1cvs22
9993                 see ChangeLog 2002-08-09
9994
9995 2002-08-09 [paul]       0.8.1claws41
9996
9997         * tools/Makefile.am
9998           tools/README
9999           tools/outlook2sylpheed.pl     ** NEW FILE **
10000                 add script to convert exported Outlook
10001                 contacts list to a Sylpheed addressbook.
10002                 Submitted by Ricardo Mones Lastra.
10003
10004 2002-08-09 [paul]       0.8.1claws40
10005
10006         * AUTHORS
10007           configure.in
10008           po/sr.po      ** NEW FILE **
10009                 add Serbian message catalog. Submitted by
10010                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10011
10012 2002-08-09 [paul]       0.8.1claws39
10013
10014         * sync with 0.8.1cvs21
10015                 see ChangeLog 2002-08-08
10016
10017 2002-08-08 [oliver]     0.8.1claws38
10018
10019         * src/mainwindow.c
10020                 move Custom Toolbar to Configuration menu
10021
10022 2002-08-08 [oliver]     0.8.1claws37
10023
10024         * src/prefs_toolbar.c
10025                 fix substitute pixmap bug
10026
10027 2002-08-08 [paul]       0.8.1claws36
10028
10029         * sync with 0.8.1cvs19
10030                 see ChangeLog 2002-08-08
10031
10032 2002-08-07 [christoph]  0.8.1claws35
10033
10034         * src/utils.c
10035                 fixed a memory leak in new canonicalize_file_replace
10036
10037 2002-08-07 [christoph]  0.8.1claws34
10038
10039         * src/utils.[ch]
10040                 o canonicalize_file_replace should create the temporary
10041                   file in the same directory as the original file.
10042                 o added get_tmpfile_in_dir that creates a temorary file
10043                   in a specified directory.
10044
10045 2002-08-07 [melvin]     0.8.1claws33
10046
10047         * src/toolbar.c
10048                 fixed bug where 'Article' button acted as 'Email' button.
10049
10050 2002-08-07 [paul]       0.8.1claws32
10051
10052         * sync with 0.8.1.cvs17
10053                 see ChangeLog 2002-08-07
10054
10055 2002-08-07 [colin]      0.8.1claws31
10056         
10057         * src/news.c
10058                 fix mass-cancel problem
10059
10060 2002-08-07 [thorsten]   0.8.1claws30
10061
10062         * src/prefs_toolbar.c
10063                 fix: crash on replace or add new button
10064         * src/toolbar.c
10065                 fix: close xmlfile after reading
10066         * src/utils.c
10067                 fix: unlink() file before rename()
10068
10069 2002-08-06 [paul]       0.8.1claws29
10070
10071         * sync with 0.8.cvs15
10072                 see ChangeLog 2002-08-06
10073
10074 2002-08-06 [oliver]     0.8.1claws28
10075
10076         * src/toolbar.c
10077         * src/prefs_toolbar.c
10078                 fixed empty toolbar issue
10079
10080 2002-08-06 [oliver]     0.8.1claws27
10081
10082         * Custom Toolbar Final 
10083         * src/folderview.c
10084         * src/inc.c
10085         * src/summaryview.c
10086                 o toolbar stuff now lives in src/toolbar.[ch]
10087                 o main_window_toolbar_* functions are renamed to
10088                   toolbar_* reflecting their new source file
10089         * src/mainwindow.[ch]
10090                 o remove toolbar stuff  
10091
10092 2002-08-06 [oliver]     0.8.1claws26
10093         
10094         * src/Makefile.am
10095         * src/prefs_toolbar.[ch]        **New File**
10096         * src/toolbar.[ch]              **New File**
10097                 o prefs_toolbar.[ch] custom toolbar frontend
10098                 o toolbar.[ch]       backend 
10099
10100 2002-08-06 [oliver]     0.8.1claws25
10101
10102         * src/prefs_actions.[ch]
10103                 o new exported function actions_execute
10104
10105 2002-08-06 [paul]       0.8.1claws24
10106
10107         * sync with 0.8.1cvs4
10108                 see ChangeLog 2002-08-06
10109
10110 2002-08-06 [paul]       0.8.1claws23
10111
10112         * sync with 0.8.1cvs13
10113                 see ChangeLog 2002-08-06
10114
10115 2002-08-06 [paul]       0.8.1claws22
10116
10117         * sync with 0.8.1cvs12
10118                 see ChangeLog 2002-08-05 and 2002-08-06
10119
10120 2002-08-06 [match]      0.8.1claws21
10121
10122         * src/addrclip.c
10123                 improvements to cut/copy/paste address
10124
10125 2002-08-05 [match]      0.8.1claws20
10126
10127         * src/addritem.[ch]
10128         * src/addrcache.c
10129         * src/addrbook.c
10130         * src/editaddress.c
10131         * src/addressbook.c
10132                 fixes to improve cut/copy/paste
10133
10134 2002-08-06 [melvin]     0.8.1claws19
10135
10136         * src/account.[ch]
10137                 account_find_all_from_address(): new function that returns the
10138                 list of all accounts that are matched in an address.
10139         * src/alertpanel.[ch]
10140                 alertpanel() now accepts a custom widget
10141                 alertpanel_with_widget(): new function that pops up a panel with
10142                 a custom widget in it 
10143         * src/gtkutils.[ch]
10144                 gtkut_account_menu_new(): new function that allows the selection
10145                 of an account from a list of accounts.
10146         * src/messageview.c
10147                 Extended Return Receipt notification to select the correct 
10148                 account and to make a security test on the Delivery-Notification
10149                 address which should be the same as the Return-Path.
10150
10151 2002-08-06 [thorsten]   0.8.1claws18
10152
10153         * src/mimeview.c
10154                 attach_all: save unnamed as "noname.%d",
10155                 dont free static dirname
10156
10157 2002-08-05 [alfons]     0.8.1claws17
10158
10159         * configure.in
10160                 detect XIM by trying to link rather than compile a XIM program
10161
10162 2002-08-05 [oliver]     0.8.1claws16
10163                 
10164         * src/stock_pixmap.[ch]
10165                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10166                 o new func to retrieve pixmaps
10167
10168 2002-08-05 [paul]       0.8.1claws15
10169
10170         * sync with 0.8.1cvs10
10171                 see ChangeLog 2002-08-05
10172
10173 2002-08-04 [alfons]     0.8.1claws14
10174
10175         * src/textview.c
10176                 see if this plugs memleak
10177
10178 2002-08-04 [melvin]     0.8.1claws13
10179
10180         * src/gtkspell.c
10181                 fixed bug that could crash Sylpheed when highlighting
10182                 all misspelled words.
10183
10184 2002-08-03 [melvin]     0.8.1claws12
10185
10186         * src/prefs_actions.c
10187                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10188         * src/messageview.c
10189                 fixed bug where the Return Receipt was sent to
10190                 Delivery-Notification-To address even if it was not present
10191
10192 2002-08-02 [alfons]     0.8.1claws11
10193
10194         * src/prefs_actions.c
10195                 o more check for NULLs
10196                 o put create_io_dialog() in right conditional block
10197
10198 2002-08-02 [paul]       0.8.1claws10
10199
10200         * po/es.po
10201                 updated by Ricardo Mones Lastra
10202
10203 2002-08-01 [christoph]  0.8.1claws9
10204
10205         * src/folder.c
10206                 don't free the cache of the opened
10207                 folder in the summaryview
10208         * src/summaryview.c
10209                 don't unset flags, if it is not required
10210
10211 2002-08-01 [paul]       0.8.1claws8
10212
10213         * sync with 0.8.1cvs8
10214                 see ChangeLog entry 2002-08-01
10215
10216 2002-08-01 [paul]       0.8.1claws7
10217
10218         * sync with 0.8.1cvs7
10219                 see ChangeLog 2002-07-31 and 2002-08-01
10220
10221 2002-07-31 [christoph]  0.8.1claws6
10222
10223         * src/mainwindow.c
10224                 forgot to update menu sensitivity
10225                 function for new menu entry
10226
10227 2002-07-31 [alfons]     0.8.1claws5
10228
10229         * src/main.c
10230                 check folder item and its path for NULL on
10231                 initial processing
10232
10233 2002-07-31 [christoph]  0.8.1claws4
10234
10235         * src/folder.c
10236                 check if folder_item_get_msginfo in
10237                 folder_item_remove_msg returned NULL
10238         * src/imap.c
10239                 better clear the uid cache in the
10240                 uid validity check function and delete
10241                 cached messages
10242
10243 2002-07-31 [paul]       0.8.1claws3
10244
10245         * man/sylpheed.1
10246                 add the '--attach' option and a few other
10247                 minor changes
10248
10249 2002-07-31 [paul]       0.8.1claws2
10250
10251         * sync with 0.8.1cvs5
10252                 see ChangeLog 2002-07-31
10253
10254 2002-07-31 [christoph]  0.8.1claws1
10255
10256         * src/folderview.[ch]
10257         * src/mainwindow.c
10258                 replace "Rescan all folders..." with
10259                 "Check all folders for new messages..."
10260
10261 2002-07-30 [paul]       0.8.1claws
10262
10263         * version 0.8.1claws released
10264
10265 2002-07-30 [paul]       0.8.0claws29
10266
10267         * tools/OOo2sylpheed.pl ** NEW FILE **
10268           tools/README
10269                 add script to enable sending documents as
10270                 attachments from OpenOffice.org
10271
10272 2002-07-30 [melvin]     0.8.0claws28
10273
10274         * src/prefs_actions.c
10275                 Made the actions' input/output dialog display
10276                 without delay.
10277
10278 2002-07-30 [christoph]  0.8.0claws27
10279
10280         * src/procmsg.c
10281                 check if folder_item_get_msginfo in
10282                 procmsg_save_to_outbox returned NULL
10283
10284 2002-07-30 [paul]       0.8.0claws26
10285
10286         * sync with 0.8.1cvs4
10287                 see ChangeLog 2002-07-29
10288
10289 2002-07-29 [thorsten]   0.8.0claws25
10290
10291         * README.claws
10292                 added selective download, delete on server
10293
10294 2002-07-29 [paul]       0.8.0claws24
10295
10296         * sync with 0.8.1cvs3
10297                 see ChangeLog 2002-07-29
10298
10299 2002-07-27 [christoph]  0.8.0claws23
10300
10301         * src/folder.c
10302                 add extra check if fetching the msginfo
10303                 returned NULL
10304
10305 2002-07-27 [paul]       0.8.0claws22
10306
10307         * sync with 0.8.1cvs2
10308                 see ChangeLog 2002-07-26
10309
10310 2002-07-27 [christoph]  0.8.0claws21
10311
10312         * src/imap.c
10313                 add another check if a valid msginfo
10314                 was returned
10315
10316 2002-07-26 [hoa]        0.8.0claws20
10317
10318         * src/folder.c
10319                 Fixed a condition in folder_item_destroy()
10320
10321         * src/imap.c
10322                 Fixed an error in IMAP protocol
10323
10324 2002-07-26 [alfons]     0.8.0claws19
10325
10326         * src/folder.c
10327                 ofcourse compare with identifier, not the path
10328
10329 2002-07-26 [alfons]     0.8.0claws18
10330
10331         * src/folder.c
10332                 use folder item identifier for saving / restoring
10333                 preferences because folder->path might not be unique
10334
10335 2002-07-26 [melvin]     0.8.0claws17
10336
10337         * src/logwindow.c
10338                 Fixed a crash introduced in 0.8.0claws5 when log is 
10339                 cut under 80 characters.
10340
10341 2002-07-26 [paul]       0.8.0claws16
10342
10343         * sync with 0.8.1cvs1
10344                 see ChangeLog 2002-07-26
10345
10346 2002-07-26 [christoph]  0.8.0claws15
10347
10348         * src/imap.[ch]
10349                 imap folder now remembers the last selected
10350                 folder and imap_fetch_msginfo skips selecting
10351                 the folder if it is already selected
10352
10353 2002-07-26 [christoph]  0.8.0claws14
10354
10355         * src/folder.c
10356         * src/folderview.c
10357         * src/imap.c
10358                 fix imap folder rescanning
10359
10360 2002-07-25 [christoph]  0.8.0claws13
10361
10362         * src/filter.c
10363         * src/folder.[ch]
10364         * src/folderview.c
10365         * src/imap.[ch]
10366         * src/mainwindow.c
10367         * src/mbox_folder.c
10368         * src/mh.c
10369         * src/news.c
10370                 implement imap uid cache and uid validity check
10371
10372 2002-07-25 [alfons]     0.8.0claws12
10373
10374         * src/summaryview.c
10375                 fix a brown paper bag bug, and also add some more
10376                 checks
10377
10378 2002-07-25 [christoph]  0.8.0claws11
10379
10380         * src/folder.c
10381                 don't mix copy, fetch_msginfo and remove
10382                 operations in folder item copy and move
10383                 operations
10384
10385 2002-07-25 [christoph]  0.8.0claws10
10386
10387         * src/folderview.c
10388         * src/mainwindow.c
10389         * src/prefs_folder_item.c
10390         * src/summaryview.[ch]
10391                 remove no longer required parameter update_cache from
10392                 summary_show
10393
10394 2002-07-25 [paul]       0.8.0claws9
10395
10396         * sync with 0.8.1
10397         
10398         * AUTHORS
10399                 a few corrections
10400
10401 2002-07-24 [alfons]     0.8.0claws8
10402
10403         * src/summaryview.c
10404                 sort correctly when using simplified subject line
10405                 (closes feature request "[ 585141 ] applying regexp to subject 
10406                 before sort" submitted by Alexandra Walford)
10407
10408 2002-07-24 [paul]       0.8.0claws7
10409
10410         * sync with 0.8.0cvs3
10411                 see ChangeLog 2002-07-24
10412
10413 2002-07-23 [christoph]  0.8.0claws6
10414
10415         * src/folder.c
10416         * src/folder.h
10417         * src/summaryview.c
10418         * src/summaryview.h
10419         * src/main.c
10420                 o separate processing and summaryview
10421                 o removed summary_write_cache from summaryview
10422                 o removed summaryview->killed_messages, because we don't have
10423                   to keep a list of killed messages anymore. New cache will
10424                   keep the hidden messages in cache anyway
10425         * src/folderview.c
10426         * src/inc.c
10427         * src/selective_download.c
10428                 o removed unnecessary summary_write_cache calls
10429         * src/procmsg.c
10430                 o don't set ignore thread flag in procmsg_get_thread_tree
10431                   if it is already set
10432         * src/mainwindow.c
10433         * src/statusbar.h
10434                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10435                   they are used in different files
10436
10437 2002-07-23 [melvin]     0.8.0claws5
10438
10439         * src/addressbook.c
10440         * src/addrgather.c
10441         * src/editaddress.c
10442         * src/editgroup.c
10443         * src/editldap_basedn.c
10444         * src/importldif.c
10445         * src/prefs_common.c
10446                 Fixed few memory leak (gtk_editable_get_chars returns
10447                 an allocated string)
10448         * src/logwindow.c
10449                 Fixed few memory leak (gtk_editable_get_chars returns
10450                 an allocated string) and modified a little the log cutting
10451                 loop.
10452         * src/compose.c
10453                 Replaced a call to an obsolete function gtk_entry_get_text()
10454                 by gtk_editable_get_chars()
10455         * src/send.c
10456                 Removed a debug printf
10457
10458 2002-07-23 [christoph]  0.8.0claws4
10459
10460         * src/filesel.c
10461                 fix another g_dirname memory leak
10462
10463 2002-07-23 [christoph]  0.8.0claws3
10464
10465         * src/mh.c
10466                 fixed a memory leak in mh_fetch_msginfo
10467                 fixed crash when message header could not be
10468                 parsed
10469
10470 2002-07-23 [paul]       0.8.0claws2
10471
10472         * sync with 0.8.0cvs2
10473                 see ChangeLog 2002-07-23
10474
10475 2002-07-23 [paul]       0.8.0claws1
10476
10477         * sync with 0.8.0cvs1
10478                 see ChangeLog 2002-07-23
10479
10480 2002-07-23 [paul]       0.8.0claws
10481
10482         * release of 0.8.0claws
10483
10484 2002-07-23 [paul]       0.7.8claws99
10485
10486         * po/ru.po
10487                 new Russian translation, submitted by
10488                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10489
10490 2002-07-22 [jens]       0.7.8claws98
10491
10492         * po/de.po
10493                 Updated German translations.
10494
10495 2002-07-22 [paul]       0.7.8claws97
10496
10497         * po/es.po
10498           po/it.po
10499           po/nl.po
10500           po/pt_BR.po
10501                 updated translations by Ricardo Mones Lastra,
10502                 Alessandro Maestri, Wilbert Berendsen and 
10503                 Fabio Jr. Beneditto respectively
10504
10505 2002-07-22 [christoph]  0.7.8claws96
10506
10507         * src/mimeview.c
10508                 fix memory leak caused by wrong g_dirname usage
10509
10510 2002-07-22 [christoph]  0.7.8claws95
10511
10512         * src/summaryview.c
10513                 update new and unread message counts for summaryview
10514                 summaryview does not get it from the folder anymore
10515                 and has to update the values itself
10516
10517 2002-07-22 [melvin]     0.7.8claws94
10518
10519         * po/fr.po
10520                 Updated French translations.
10521
10522 2002-07-22 [christoph]  0.7.8claws93
10523
10524         * src/matcher.c
10525                 set prop->preg pointer to NULL or following check
10526                 will not fail and regexec will be called with
10527                 invalid pointer
10528
10529 2002-07-21 [alfons]     0.7.8claws92
10530         
10531         * src/prefs_common.[ch]
10532                 remove option "Send return receipt on request"
10533
10534 2002-07-21 [thorsten]   0.7.8claws91
10535
10536         * src/mimeview.c
10537                 fixed memleaks, coding style as pointed out by alfons
10538
10539 2002-07-21 [alfons]     0.7.8claws90
10540
10541         * src/messageview.c
10542         * src/noticeview.[ch]
10543                 o fix bug notice view being displayed when going to empty folder 
10544                   (noticed by Christoph)
10545                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10546                   (noticed by Thorsten)
10547
10548 2002-07-21 [thorsten]   0.7.8claws89
10549
10550         * src/mimeview.c
10551                 Included save_all patch from Xaview FACQ
10552                 added support for pathnames
10553
10554 2002-07-21 [alfons]     0.7.8claws88
10555
10556         * po/POTFILES.in
10557         * src/Makefile.am
10558         * src/mainwindow.c
10559         * src/messageview.[ch]
10560         * src/noticeview.c      ** NEW FILE **
10561         * src/noticeview.h      ** NEW FILE **
10562                 make return receipts work again
10563                 (UI idea by Leandro Pereira)
10564
10565 2002-07-21 [paul]       0.7.8claws87
10566
10567         * src/summaryview.c
10568                 fix sensitivity of 'Select thread'
10569
10570 2002-07-21 [paul]       0.7.8claws86
10571
10572         * src/prefs_common.c
10573                 add browser command line for Galeon
10574
10575 2002-07-21 [paul]       0.7.8claws85
10576
10577         * Makefile.am
10578                 fix 'EXTRA_DIST': remove README.README, add TODO
10579                 and TODO.claws
10580
10581 2002-07-21 [alfons]     0.7.8claws84
10582
10583         * src/gtkstext.c
10584                 make enter clear selection
10585                 (closes "[ 579888 ] Editor selection/entry error"
10586                 reported by Steve Lamb)
10587
10588 2002-07-21 [alfons]     0.7.8claws83
10589         
10590         * src/summaryview.c
10591                 sort message list when selecting unthread messages
10592                 (closes "[ 501593 ] switching threaded view doesn't sort"
10593                 reported by Simon Schubert)
10594
10595 2002-07-20 [alfons]     0.7.8claws82
10596         
10597         * src/matcher.c
10598                 const-correctness
10599
10600 2002-07-20 [thorsten]   0.7.8claws81
10601
10602         * src/matcher.c
10603                 Fixed expansion of empty fields in matchactions
10604
10605 2002-07-19 [melvin]     0.7.8claws80
10606
10607         * src/gtkspell.c
10608                 Removed a duplicate menu entry (fast mode) introduced during
10609                 the new cache merge
10610                 Added a menu separator between 'Use alternate' and 'Fast mode'
10611
10612 2002-07-19 [paul]       0.7.8claws79
10613
10614         * tools/Makefile.am
10615           tools/README
10616                 correct typos
10617
10618 2002-07-19 [thorsten]   0.7.8claws78
10619
10620         * tools/calypso_convert.pl      ** NEW FILE **
10621           tools/README
10622           tools/Makefile.am
10623                 script to import mbox files exported
10624                 by calypso
10625                 o generates folder structure
10626                 o includes attachments
10627
10628 2002-07-19 [melvin]     0.7.8claws77
10629
10630         * src/selective_download.[ch]
10631                 Fixed bug where closing the dialog with the window manager's
10632                 close button will not unlock the summary
10633                 Corrected some function declarations that missed a return value
10634                 Made the source code comply better with coding style.
10635         * src/prefs_common.c
10636                 Added new browser command line for Mozilla.
10637
10638 2002-07-18 [paul]       0.7.8claws76
10639
10640         * src/mainwindow.c
10641           src/selective_download.[ch]
10642                 reflect theme changes, fix Gdk Warning when creating 
10643                 pixmap from NULL window, and minor clean up.
10644                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10645
10646         * po/en_GB.po
10647                 updated
10648
10649 2002-07-17 [paul]       0.7.8claws75
10650
10651         * INSTALL[.jp]
10652                 sync with 0.8.0
10653         
10654         * po/en_GB.po
10655                 updated
10656
10657 2002-07-16 [paul]       0.7.8claws74
10658
10659         * tools/filter_conv.pl
10660           tools/README
10661                 replace conversion script with reimplemented version, 
10662                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10663
10664 2002-07-16 [colin]      0.7.8claws73
10665
10666         * src/summaryview.c
10667                 remove forgotten debug messages - sorry ;-)
10668
10669 2002-07-16 [colin]      0.7.8claws72
10670
10671         * src/mimeview.c
10672           src/summaryview.c
10673           src/textview.c
10674           src/textview.h
10675                 add the ability to select part of a text mime-part 
10676                 to reply.
10677
10678 2002-07-15 [christoph]  0.7.8claws71
10679
10680         * src/folder.c
10681                 fix folder message count for folders without
10682                 msg_is_changed (includes news folders)
10683
10684 2002-07-15 [martin]     0.7.8claws70
10685
10686         * src/summaryview.c
10687                 option "display recipient on 'From'..." now works
10688                 without the need of enabling the option
10689                 "display  sender  using  address  book".
10690
10691 2002-07-15 [christoph]  0.7.8claws69
10692
10693         * src/summaryview.c
10694                 removed setting folder status from summaryview.
10695                 folder.c should update all message counts correctly.
10696
10697 2002-07-15 [paul]       0.7.8claws68
10698
10699         * po/pt_BR.po
10700                 updated by Fabio Junior Beneditto
10701
10702 2002-07-15 [darko]      0.7.8claws67
10703
10704         * src/mh.c
10705                 Fixed target folder colorization, don't decrease op
10706                 number twice
10707
10708 2002-07-14 [paul]       0.7.8claws66
10709
10710         * sync with main 0.8.0
10711                 see ChangeLog 2002-07-14
10712
10713 2002-07-13 [melvin]     0.7.8claws65
10714         
10715         * src/addrbook.c
10716         * src/addressbook.c
10717         * src/addrindex.c
10718                 Replaced sprintf by g_snprintf to prevent possible buffer
10719                 overflow.
10720         * src/news.c
10721                 Corrected a log message output format.
10722                 Added a missing "done" debug output.
10723         * src/compose.c
10724                 Added keyboard accelerator for Priority menu items
10725                 Added missing \n in debug output
10726         * src/logwindow.c
10727         * src/gtkspell.c
10728         * src/rfc2015.c
10729                 Added missing \n in debug output
10730
10731 2002-07-13 [paul]       0.7.8claws64
10732
10733         * man/sylpheed.1
10734                 change Sergey's email address to the sf address
10735
10736         * src/textview.c
10737                 increase show_url_timeout (more useful for long
10738                 urls)
10739
10740 2002-07-12 [sergey]     0.7.8claws63
10741
10742         * src/rfc2015.c
10743                 applied (with some modifications) patch to set the
10744                 micalg parameter for signatures
10745                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10746
10747 2002-07-12 [sergey]     0.7.8claws62
10748
10749         * man/Makefile.am
10750         * configure.in
10751                 fixed man page installation
10752
10753 2002-07-12 [paul]       0.7.8claws61
10754
10755         * sync with 0.7.8cvs26
10756                 see ChangeLog 2002-07-11 and 2002-07-12
10757
10758 2002-07-11 [christoph]  0.7.8claws60
10759
10760         * src/compose.c
10761         * src/procmsg.c
10762                 first use the message number to find the message
10763                 to mark with a reply flag but check the
10764                 message-id if we got the correct message, if not
10765                 try to find it by message-id.
10766                 use new string seperator that is not allowed
10767                 in message-ids.
10768
10769 2002-07-11 [paul]       0.7.8claws59
10770
10771         * sync with 0.7.8cvs23
10772                 see ChangeLog 2002-07-10
10773
10774 2002-07-10 [christoph]  0.7.8claws58
10775
10776         * src/folder.[ch]
10777         * src/msgcache.[ch]
10778                 Added message-id table to the cache in memory
10779                 and functions to msgcache.c and folder.c to
10780                 fetch MsgInfos by message id
10781         * src/compose.c
10782         * src/procmsg.c
10783                 store folder and message-id of message replying
10784                 to in queue header and set reply flag after sending
10785                 (Closes bug #469498)
10786
10787 2002-07-10 [paul]       0.7.8claws57
10788
10789         * AUTHORS
10790           man/sylpheed.1.gz
10791                 add Martin to the list of authors
10792
10793 2002-07-09 [martin]     0.7.8claws56
10794         * src/gtksctree.c
10795                 Added gtk_ctree_last_visible(), tree_update_level(),
10796                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10797                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10798                 from gtk+ to gtksctree.c for the new sorting code
10799                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10800                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10801         * src/gtksctree.h
10802                 Added declaration for gtk_sctree_sort_recursive() and
10803                 gtk_sctree_sort_node
10804         * src/addressbook.c
10805         * src/foldersel.c
10806         * src/folderview.c
10807         * src/summaryview.c
10808                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10809                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10810
10811 2002-07-08 [paul]       0.7.8claws55
10812
10813         * more sync with 0.7.8cvs21
10814                 see ChangeLog 2002-07-08
10815
10816 2002-07-08 [paul]       0.7.8claws54
10817
10818         * sync with 0.7.8cvs21
10819                 see ChangeLog 2002-07-08
10820
10821 2002-07-07 [alfons]     0.7.8claws53
10822
10823         * src/Makefile.am
10824         * src/stock_pixmap.[ch]
10825         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10826         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10827         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10828                 add new pixmaps for upcoming notice pane
10829
10830 2002-07-06 [melvin]     0.7.8claws52
10831
10832         * src/gtkspell.[ch]
10833                 Made them a bit closer to Sylpheed's coding style.
10834                 Removed old code.
10835                 Removed possible memory leaks when some errors occurs.
10836
10837 2002-07-06 [melvin]     0.7.8claws51
10838
10839         * po/Makefile.in.in
10840                 Removed --no-location in xgettext command line to help
10841                 translators that use Emacs' po-mode
10842         * src/quote_fmt.c
10843                 Removed unnecessary comments that messed up sylpheed.pot
10844
10845 2002-07-06 [paul]       0.7.8claws50
10846
10847         * sync with 0.7.8cvs19
10848                 see ChangeLog 2002-07-05
10849
10850 2002-07-06 [christoph]  0.7.8claws49
10851
10852         * src/folder.c
10853         * src/mainwindow.c
10854                 fix folder_item_remove_all_msg and folderview
10855                 status for trash folders after emptying trash
10856
10857 2002-07-05 [paul]       0.7.8claws48
10858
10859         * sync with 0.7.8cvs16
10860                 see ChangeLog 2002-07-04 and 2002-07-05
10861
10862 2002-07-04 [paul]       0.7.8claws47
10863
10864         * sync with 0.7.8cvs14
10865                 see  ChangeLog 2002-07-04
10866
10867 2002-07-03 [alfons]     0.7.8claws46
10868
10869         * src/folder.c
10870                 dupe folder item's path because it's being reallocated
10871                 by new folder scanning code
10872
10873 2002-07-03 [christoph]  0.7.8claws45
10874
10875         * src/imap.c
10876                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10877         * src/msgcache.c
10878                 add missing return in msgcache_write
10879
10880 2002-07-02 [thorsten]   0.7.8claws44
10881
10882         * src/jpilot.c
10883         * src/msgcache.c
10884         * src/rfc2015.c
10885                 use binary mode for file access
10886
10887 2002-07-02 [christoph]  0.7.8claws43
10888
10889         * major code cleanup (part 1)
10890         
10891                 - unused variables removed
10892                 - unused functions removed
10893                 - uninitialized variables checked
10894                 - missing return statements added
10895                 - missing function return types added
10896                 - added parentheses around assignment and
10897                   && in || when suggested by gcc
10898               
10899         * src/mh.c
10900         * src/folder.c
10901                 replaced direct calls to folder->scan_tree
10902                 with folder_scan_tree and restore folder
10903                 prefs in this function. The folder should
10904                 not have to deal with them.
10905                 ( Should now work for all folder types )
10906
10907 2002-07-02 [paul]       0.7.8claws42
10908
10909         * sync with 0.7.8cvs13
10910                 see ChangeLog 2002-07-01 and 2002-07-02
10911
10912 2002-07-01 [christoph]  0.7.8claws41
10913
10914         * src/summaryview.c
10915                 fix "goto next/prev unread message" with
10916                 ignored threads
10917
10918 2002-07-01 [paul]       0.7.8claws40
10919
10920         * po/es.po
10921                 updated by Ricardo Mones Lastra
10922
10923 2002-06-30 [match]      0.7.8claws39
10924
10925         * src/jpilot.c
10926                 applied variation of leonerd's patch (566661) to
10927                 allow multiple email addresses per JPilot entry.
10928                 addresses may be separated by space, comma, pipe,
10929                 semi-colon, new-line.
10930
10931 2002-06-30 [alfons]     0.7.8claws38
10932
10933         * src/procmsg.c
10934                 simple fix for putting older nodes before
10935                 newer nodes when threading by subject
10936
10937 2002-06-30 [christoph]  0.7.8claws37
10938
10939         * src/folder.c
10940         * src/folderview.c
10941         * src/mh.c
10942         * src/news.c
10943         * src/procmsg.c
10944                 fix broken folder tree rescaning
10945                 and don't use procmsg_get_mark_sum
10946                 anymore
10947
10948 2002-06-30 [christoph]  0.7.8claws36
10949
10950         * merge new cache branch
10951         * src/imap.c
10952                 fix new cache imap copy bug
10953         * src/folder.c
10954                 improved folder_item_scan
10955                 it should now always set the correct
10956                 new, unread and total message counts
10957
10958 2002-06-29 [paul]       0.7.8claws35
10959
10960         * configure.in
10961                 correct syntax error
10962
10963 2002-06-29 [paul]       0.7.8claws34
10964
10965         * configure.in
10966           Makefile.am
10967           man/Makefile.am       ** NEW FILE **
10968           man/sylpheed.1.gz     ** NEW FILE **
10969                 add Sylpheed man page
10970
10971 2002-06-29 [paul]       0.7.8claws33
10972
10973         * po/pt_BR.po
10974                 updated by Fabio Junior Beneditto
10975
10976 2002-06-28 [jens]       0.7.8claws32
10977
10978         * po/de.po
10979                 translation updated
10980
10981         * src/selective_download.c
10982                 removed gettext for space " "
10983
10984         * src/imap.c
10985                 removed wrong space
10986
10987 2002-06-28 [paul]       0.7.8claws31
10988
10989         * sync with 0.7.8cvs11
10990                 see ChangeLog 2002-06-28
10991
10992 2002-06-28 [paul]       0.7.8claws30
10993
10994         * sync with 0.7.8cvs10
10995                 see ChangeLog 2002-06-27 and 2002-06-28
10996
10997 2002-06-26 [paul]       0.7.8claws29
10998
10999         * src/addrgather.c
11000           src/selective_download.c
11001                 don't gettextise empty strings.
11002                 reserved by gettext. gettext("") returns 
11003                 the header entry with meta information, 
11004                 not the empty string
11005
11006         * po/en_GB.po
11007                 updated
11008
11009 2002-06-26 [paul]       0.7.8claws28
11010
11011         * sync with 0.7.8cvs7
11012                 see ChangeLog 2002-06-25
11013
11014         * src/prefs_common.c
11015                 ...and in the process, tweak the gui a little
11016
11017 2002-06-25 [alfons]     0.7.8claws27
11018         
11019         * configure.in
11020         * src/Makefile.am
11021                 fine tune ldap library detection
11022
11023 2002-06-25 [alfons]     0.7.8claws26
11024
11025         * src/compose.c
11026                 don't allow return receipts when composing a news article
11027
11028 2002-06-25 [paul]       0.7.8claws25
11029
11030         * Makefile.am
11031                 add '$(AMTAR)' to 'release' section to allow for
11032                 new and older autotools
11033
11034 2002-06-25 [paul]       0.7.8claws24
11035
11036         * src/summaryview.c
11037                 fix "No more unread messages" persistant pop-up
11038                 window bug
11039
11040 2002-06-25 [paul]       0.7.8claws23
11041
11042         * po/it.po
11043                 updated by Alessandro Maestri
11044
11045 2002-06-25 [paul]       0.7.8claws22
11046
11047         * sync with 0.7.8cvs6
11048                 see ChangeLog 2002-06-25
11049
11050 2002-06-24 [paul]       0.7.8claws21
11051
11052         * tools/update-po
11053                 add GPL copyright information
11054
11055 2002-06-24 [paul]       0.7.8claws20
11056
11057         * tools/Makefile.am
11058           tools/README
11059           tools/update-po       ** NEW FILE **
11060                 add script that eases the creation of *.po files
11061                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11062
11063 2002-06-23 [alfons]     0.7.8claws19
11064
11065         * src/messageview.c
11066                 make notification_convert_header obey const correctness
11067                 (next step will be fixing the broken return receipt)
11068
11069 2002-06-23 [paul]       0.7.8claws18
11070
11071         * src/messageview.c
11072                 fix bug introduced in last commit:
11073                 removed too much code in last commit - put back what's
11074                 needed
11075
11076 2002-06-23 [paul]       0.7.8claws17
11077
11078         * src/messageview.[ch]
11079                 remove code committed in error from locally patched
11080                 source
11081
11082 2002-06-23 [colin]      0.7.8claws16
11083
11084         * src/compose.[ch]
11085                 add compose_entry_select(), used to select the default_to
11086                 email address - hopefully avoiding people sending mails to
11087                 wrong recipients.
11088
11089 2002-06-22 [alfons]     0.7.8claws15
11090
11091         * AUTHORS
11092                 add Bram Metsch & Stanislav Karchebny
11093         * src/smtp.[ch]
11094         * src/prefs_account.[ch]
11095         * src/send.c
11096                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11097                   options.  (see <http://sourceforge.net/tracker/index.php
11098                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11099
11100                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11101                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11102
11103 2002-06-22 [paul]       0.7.8claws14
11104
11105         * sync with 0.7.8cvs5
11106                 see ChangeLog 2002-06-19 and 2002-06-20
11107
11108 2002-06-22 [alfons]     0.7.8claws13
11109
11110         * src/selective_download.c
11111                 fix a stupid mistake I made
11112
11113 2002-06-22 [alfons]     0.7.8claws12
11114
11115         * src/selective_download.[ch]
11116                 fix another unnoticed leak; cleanup code
11117
11118 2002-06-21 [alfons]
11119
11120         * tools/Makefile.am
11121                 gpg-sign <-- gpg-sign-syl
11122
11123 2002-06-21 [alfons]     0.7.8claws11
11124
11125         * src/selective_download.c
11126         * src/selective_download.h
11127                 fix assorted mix of allocation errors (should solve
11128                 problem reported by Philippe Gramoullé, see:
11129                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11130
11131 2002-06-20 [melvin]     0.7.8claws10
11132
11133         * tools/gpg-sign *REMOVED*
11134           tools/gpg-sign-syl *ADDED*
11135                 Replaced the gpg clearsigning script with the version using
11136                 xterm instead of ssh-askpass and changed its name.
11137
11138         * README.claws
11139                 Updated actions example to reflect the renaming of the
11140                 gpg clearsigning script.
11141
11142 2002-06-19 [paul]       0.7.8claws9
11143
11144         * sync with 0.7.8claws9
11145                 see ChangeLog 2002-06-18 and 2002-06-19
11146
11147 2002-06-19 [paul]       0.7.8claws8
11148
11149         * sync with 0.7.8cvs1
11150                 see ChangeLog 2002-06-18
11151
11152 2002-06-18 [alfons]     0.7.8claws7
11153
11154         * src/mainwindow.h
11155                 add omitted prototype
11156
11157 2002-06-17 [paul]       0.7.8claws6
11158
11159         * src/mainwindow.c
11160                 fix hiding of exec_btn
11161
11162 2002-06-17 [paul]       0.7.8claws5
11163
11164         * src/pop.c
11165                 remove unneeded code: should_delete() 
11166                 and Pop3State::uidl_todelete_list
11167
11168 2002-06-17 [paul]       0.7.8claws4
11169
11170         * sync with 0.7.8
11171                 see ChangeLog 2002-06-11 and 2002-06-13
11172
11173 2002-06-16 [alfons]     0.7.8claws3
11174         
11175         * src/folder.c
11176                 make sure lock sort mode (claws specific) is
11177                 also persists after a tree rescan
11178
11179 2002-06-16 [alfons]     0.7.8claws2
11180
11181         * src/prefs_folder_item.c
11182         * src/folder.[ch]
11183                 fix persistence of folder sort mode (broken
11184                 by adapting Hiro's new folder persistence code)
11185
11186 2002-06-16 [alfons]     0.7.8claws1
11187
11188         * AUTHORS
11189         * src/logwindow.c
11190         * src/prefscommon.[ch]
11191                 control size of log text in log window; 
11192                 closes patch #569155 submitted by Mitko Haralanov.
11193
11194 2002-06-15 [paul]       0.7.8claws
11195
11196         * release of 0.7.8claws
11197
11198 2002-06-15 [paul]       0.7.7claws
11199
11200         * po/pt_BR.po
11201                 updated by Fabio Junior Beneditto
11202
11203 2002-06-14 [paul]       0.7.6claws49
11204
11205         * po/es.po
11206                 updated by Ricardo Mones Lastra
11207
11208 2002-06-14 [paul]       0.7.6claws48
11209
11210         * po/nl.po
11211                 updated translation by Wilbert Berendsen
11212
11213 2002-06-14 [melvin]     0.7.6claws47
11214
11215         * po/fr.po
11216                 Updated French translation
11217
11218 2002-06-13 [paul]       0.7.6claws46
11219
11220         * src/filesel.c
11221                 allow filename to be typed in, rather than just
11222                 selected by the mouse. Patch by Gustavo Noronha Silva.
11223
11224 2002-06-13 [alfons]     0.7.6claws45
11225
11226         * src/mainwindow.[ch]
11227                 more cleanups (removing unnecessary menu items Expand 
11228                 summary / message view)
11229
11230 2002-06-13 [melvin]     0.7.6claws44
11231
11232         * po/POTFILES.in
11233                 Added src/string_match.c
11234         * src/string_match.c
11235                 Fixed possible buffer overflow.
11236                 Corrected typo.
11237                 Added missing config.h header.
11238         * src/prefs_common.c
11239           src/prefs_matcher.c
11240           src/prefs_scoring.c
11241                 Made some strings translatable (missing _(..)).
11242
11243 2002-06-13 [melvin]     0.7.6claws43
11244
11245         * README.claws
11246                 Corrected action example (verifying clearsigned mail).
11247         * src/prefs_account.c
11248                 Corrected typo.
11249         * src/prefs_common.c
11250                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11251
11252 2002-06-12 [alfons]     0.7.6claws42
11253
11254         * src/summaryview.c
11255                 add init of score column lost in 0.7.6claws42
11256
11257 2002-06-12 [paul]       0.7.6claws41
11258
11259         * src/prefs_account.c
11260                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11261                 behavior of the radio buttons, (from 0.7.7cvs2)
11262
11263 2002-06-11 [alfons]     0.7.6claws40
11264
11265         * src/messageview.[ch]
11266         * src/summaryview.[ch]
11267         * src/summary_search.c
11268         * src/mainwindow.c
11269                 perform a sync to bring in Hiro's separate view implementation 
11270
11271                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11272
11273 2002-06-11 [paul]       0.7.6claws39
11274         
11275         * src/prefs_account.c
11276                 correct a typo on the Receive tab
11277
11278 2002-06-10 [match]      0.7.6claws38
11279
11280         * src/addressbook.c
11281                 Included address completion patch from Gustavo Noronha.
11282
11283 2002-06-10 [paul]       0.7.6claws37
11284
11285         * src/inc.[ch]
11286           src/pop.c
11287           src/prefs_account.[ch]
11288           src/selective_download.[ch]
11289                 apply PATCH #561712
11290                  NEW:
11291                 - check if POP Account
11292                 - Receive Button renamed to Preview
11293                 - Preview Button Popup: preview new/all messages
11294                 - Download Button
11295                 - Account Preferences-->Receive tab checkbutton if you
11296                   want to remove Mail after Download
11297                 -: default YES
11298                 - Account Preferences-->Receive tab checkbutton use
11299                   filtering rules on preview
11300                   (think of delete_on_server)
11301                 -: default YES
11302                 - Account selectable from SD dialog
11303                 - checkbutton to show already downloaded messages if
11304                   all messages are previewed
11305                 - new clist column showing Date
11306                 - ESC KEY close
11307                 FIXES:
11308                 - play ball with UIDL
11309                 - fault tolerant (?) 
11310                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11311
11312 2002-06-10 [melvin]     0.7.6claws36
11313
11314         * README.claws
11315                 Added a hint to ac/README in cvs instructions.
11316
11317         * src/prefs_actions.c
11318                 Made it possible to use a more elaborate command line
11319                 for asynchronous actions, too.
11320
11321 2002-06-10 [melvin]     0.7.6claws35
11322         
11323         * src/prefs_actions.c
11324                 Make it possible to use a more elaborate command line
11325                 (e.g. |foo|bar|cat>there;echo Done|)
11326                 Corrected error message when calling %f, %F and %p commands
11327                 from the compose window.
11328
11329 2002-06-09 [colin]      0.7.6claws34
11330
11331         * src/summaryview.c
11332                 Automatically find unread messages in current folder
11333                 before annoying the user.
11334
11335 2002-06-08 [alfons]     0.7.6claws33
11336
11337         * po/it.po
11338                 remove bad formatting string in it.po translation
11339                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11340
11341 2002-06-08 [paul]       0.7.6claws32
11342
11343         * sync with 0.7.6cvs25
11344                 see ChangeLog 2002-06-07
11345
11346 2002-06-05 [paul]       0.7.6claws31
11347
11348         * src/mainwindow.c
11349                 add 'Sort by locked' and 'Sort by score'
11350
11351 2002-06-05 [paul]       0.7.6claws30
11352
11353         * sync with 0.7.6cvs24
11354                 see ChangeLog 2002-06-04
11355
11356 2002-06-04 [paul]       0.7.6claws29
11357
11358         * po/pt_BR.po
11359                 updated by Fabio Junior Beneditto
11360
11361 2002-06-03 [thorsten]   0.7.6claws28
11362
11363         * src/matcher.c
11364                 fclose() matcherrc after reading
11365
11366 2002-06-03 [paul]       0.7.6claws27
11367
11368         * sync with 0.7.6cvs21
11369                 see ChangeLog 2002-05-31
11370
11371 2002-05-31 [paul]       0.7.6claws26
11372
11373         * sync with 0.7.6cvs20
11374                 see ChangeLog 2002-05-29 and 2002-05-30
11375
11376 2002-05-31 [paul]       0.7.6claws25
11377
11378         * src/imap.c
11379                 hopefully fix last buggy sync
11380
11381         * README.claws
11382                 correct typo in 'Actions' examples
11383
11384 2002-05-29 [paul]       0.7.6claws24
11385
11386         * sync with 0.7.6cvs18
11387                 see ChangeLog 2002-05-28 and 2002-05-29
11388
11389         * src/news.c
11390           src/nntp.[ch]
11391                 sync with above 
11392
11393 2002-05-28 [paul]       0.7.6claws23
11394
11395         * sync with 0.7.6cvs16
11396                 see ChangeLog 2002-05-28
11397
11398 2002-05-27 [thorsten]   0.7.6claws22 
11399
11400         * faq/it/sylpheed-faq-1.html
11401           faq/it/sylpheed-faq-2.html
11402           faq/it/sylpheed-faq-3.html
11403           faq/it/sylpheed-faq.html
11404                 corrected DOS lineendings
11405         * faq/de/sylpheed-faq-1.html
11406           faq/de/sylpheed-faq-2.html
11407           faq/en/sylpheed-faq-1.html
11408           faq/en/sylpheed-faq-2.html
11409           faq/en/sylpheed-faq-3.html
11410           faq/es/sylpheed-faq-1.html
11411           faq/es/sylpheed-faq-2.html
11412           faq/es/sylpheed-faq-3.html
11413           faq/fr/sylpheed-faq-1.html
11414           faq/it/sylpheed-faq-1.html
11415           faq/it/sylpheed-faq-2.html
11416           faq/it/sylpheed-faq-3.html
11417           faq/it/sylpheed-faq.html
11418                 changed ">" to &quot;
11419
11420 2002-05-27 [paul]       0.7.6claws21
11421         
11422         * sync with 0.7.6cvs15
11423                 see ChangeLog 2002-05-27
11424
11425 2002-05-27 [paul]       0.7.6claws20
11426
11427         * src/prefs_account.c
11428                 correct a typo
11429
11430 2002-05-26 [paul]       0.7.6claws19
11431
11432         * tools/README
11433                 correct a typo
11434
11435 2002-05-25 [paul]       0.7.6claws18
11436
11437         * tools/README
11438                 add description of kmail2sylpheed.pl
11439
11440 2002-05-25 [paul]       0.7.6claws17
11441
11442         * tools/kmail2sylpheed.pl       ** NEW FILE **
11443                 perl script that converts an exported Kmail address
11444                 book, converts it to sylpheed addressbook file,
11445                 writes the file to .sylpheed, and updates
11446                 addrbook--index.xml 
11447
11448 2002-05-25 [paul]       0.7.6claws16
11449
11450         * sync with 0.7.6cvs14
11451                 see ChangeLog 2002-05-23
11452
11453 2002-05-24 [paul]       0.7.6claws15
11454
11455         * README.claws
11456                 make a correction and add some more info
11457
11458 2002-05-24 [paul]       0.7.6claws14
11459
11460         * src/compose.c
11461                 fix memory leak in 
11462                 compose_redirect_write_headers_from_headerlist()
11463                 add Subject and Resent-Message-ID to
11464                 compose_redirect_write_headers()
11465                 Received, Subject, and X-UIDL are filtered out in 
11466                 compose_redirect_write_to_file()
11467
11468 2002-05-23 [paul]       0.7.6claws13
11469
11470         * src/compose.[ch]
11471           src/filtering.c
11472           src/mainwindow.c
11473           src/matcher.[ch]
11474           src/matcher_parser_lex.l
11475           src/matcher_parser_parse.y
11476           src/prefs_common.[ch]
11477           src/prefs_filtering.c
11478           src/summaryview.c
11479                 rename 'Bounce' to 'Redirect'
11480
11481 2002-05-23 [paul]       0.7.6claws12
11482
11483         * more sync with 0.7.6cvs13
11484           src/compose.c
11485                 see ChangeLog 2002-05-22
11486
11487 2002-05-22 [paul]       0.7.6claws11
11488
11489         * sync with 0.7.6cvs13
11490           src/codeconv.c
11491                 see ChangeLog 2002-05-20
11492           src/prefs_common.c
11493                 see ChangeLog 2002-05-22
11494
11495 2002-05-21 [melvin]     0.7.6claws10
11496
11497         * src/folderview.c
11498                 Added missing filtering and scoring headers
11499                 Fixed bad function call that showed garbage 
11500                 in Folder->Processing
11501
11502 2002-05-21 [paul]       0.7.6claws9
11503
11504         * tools/Makefile.am
11505                 make all tools executable, (patch by Alfons).
11506
11507 2002-05-20 [alfons]     0.7.6claws8
11508
11509         * src/procheader.c
11510                 don't forget to call mktime() so we have a valid week 
11511                 and year day
11512                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11513
11514 2002-05-20 [paul]       0.7.6claws7
11515
11516         * src/html.c
11517                 fix broken parsing of urls
11518         * src/textview.c
11519                 fix displaying of urls
11520
11521                 both fixes from the patch [547855] by Eugene 
11522                 Brevdo (zonem)
11523
11524 2002-05-19 [alfons]     0.7.6claws6
11525
11526         * configure.in
11527                 make sylpheed configure correctly with the latest
11528                 and greatest of automake / autoconf / gettext
11529
11530 2002-05-19 [alfons]     0.7.6claws5
11531
11532         * src/procheader.c
11533         * src/procheader.h
11534                 add function for returning ime zone offset
11535         * src/quote_fmt.c
11536         * src/quote_fmt_parse.y
11537                 better quotation formatting - does not convert
11538                 to local time, but uses the original date string.
11539                 
11540                 Note: %z inserts the timezone offset (should 
11541                 work also on platforms where strftime does not
11542                 support %z).
11543
11544 2002-05-18 [christoph]  0.7.6claws4
11545
11546         * src/summaryview.c
11547                 fix indentation of some code
11548         * tools/Makefile.am
11549                 fix spaces after \
11550         * src/Makefile.am
11551                 add missing \
11552                 correct path for ignorethread.xpm
11553                 incorrect filename for sylpheed_logo.xpm
11554                 add missing include matcher_parser_parse.h
11555
11556 2002-05-18 [paul]       0.7.6claws3
11557
11558         * sync with 0.7.6cvs8
11559                 see ChangeLog 2002-05-16 and 2002-05-17
11560
11561 2002-05-18 [melvin]     0.7.6claws2
11562
11563         * README.claws
11564                 Corrected an action's definition and fixed some misspellings.
11565
11566 2002-05-18 [paul]       0.7.6claws1
11567
11568         * tools/Makefile.am
11569           tools/gpg-sign        ** new file **
11570           tools/uudec           ** new file **
11571                 add Melvin's Actions scripts
11572
11573         * README.claws
11574                 add Melvin's descriptions for Actions
11575
11576 2002-05-18 [paul]       0.7.6claws
11577
11578         * Version 0.7.6claws released
11579
11580 2002-05-17 [paul]       0.7.5claws32
11581
11582         * po/es.po
11583                 updated by Ricardo Mones Lastra
11584
11585 2002-05-17 [paul]       0.7.5claws31
11586
11587         * src/compose.c
11588                 fix Account prefs default folder for sent/draft/deleted
11589                 messages bug
11590
11591         * po/it.po
11592           po/nl.po
11593                 updated translation by Alessandro Maestri and
11594                 Wilbert Berendsen
11595
11596 2002-05-17 [melvin]     0.7.5claws30
11597
11598         * src/prefs_actions.c
11599                 Fixed bug where using %F not at the end of the command 
11600                 resulted in an additional empty argument being created.
11601                 Thanks to Darko Koruga for reporting the bug.
11602
11603 2002-05-17 [melvin]     0.7.5claws29
11604
11605         * po/fr.po
11606                 Updated French translations.
11607
11608 2002-05-15 [paul]       0.7.5claws28
11609         
11610         * po/es.po
11611                 updated by Ricardo Mones Lastra
11612
11613 2002-05-15 [paul]       0.7.5claws27
11614
11615         * sync with 0.7.6cvs4
11616                 see ChangeLog 2002-05-14 and 2002-05-15
11617
11618 2002-05-14 [paul]       0.7.5claws26
11619
11620         * sync with 0.7.6cvs1
11621                 see ChangeLog 2002-05-13
11622
11623 2002-05-13 [thorsten]   0.7.5claws25
11624
11625         * src/messageview.c
11626                 fix select_all and copy in multipart messages
11627         * src/mainwindow.c
11628                 fix select_all and copy in multipart messages
11629
11630 2002-05-12 [paul]       0.7.5claws24
11631
11632         * src/summaryview.c
11633                 reverse last commit, bug already fixed in 0.7.5claws3
11634
11635 2002-05-12 [netztorte]  0.7.5claws23
11636
11637         * src/summaryview.c
11638                 dont parse empty addressbook (checked in before claws20)
11639
11640 2002-05-12 [melvin]     0.7.5claws22
11641
11642         * src/procmsg.[ch]
11643                 Removed unneeded priority code introduced by the previous 
11644                 commit.
11645
11646 2002-05-12 [melvin]     0.7.5claws21
11647
11648         * src/compose.[ch]
11649                 Added possibility to set message's priority.
11650         * src/procmsg.[ch]
11651                 Added possibility to set message's priority.
11652                 Added missing headers
11653
11654 2002-05-12 [melvin]     0.7.5claws20
11655
11656         * src/prefs_actions.c
11657                 Removed implicitely added quotes around the name
11658                 of the temporary files of mime parts.
11659
11660 2002-05-12 [paul]       0.7.5claws19
11661
11662         * sync with 0.7.5cvs20
11663                 see ChangeLog 2002-05-11
11664
11665 2002-05-12 [alfons]     0.7.5claws18
11666
11667         * src/quote_fmt_lex.l
11668         * src/quote_fmt_parse.y
11669                 allow quote / reply date & time format to be set using
11670                 %D{format}. format is a format string you'd pass to
11671                 strftime() (see man strftime, or the Display tab |
11672                 Date format setting).
11673
11674                 Currently %D converts the date to local time. 
11675
11676 2002-05-11 [paul]       0.7.5claws17
11677
11678         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11679                 see ChangeLog 2002-05-10 and 2002-05-11
11680
11681 2002-05-10 [paul]       0.7.5claws16
11682
11683         * sync with 0.7.5cvs16
11684                 see ChangeLog entries 2002-05-09 and 
11685                 2002-05-10
11686
11687 2002-05-10 [colin]      0.7.5claws15
11688
11689         * src/textview.c
11690                 Corrected a bug that prevented sylpheed to open
11691                 double-clicked URIs.
11692
11693 2002-05-09 [paul]       0.7.5claws14
11694
11695         * sync with 0.7.5cvs14
11696                 see ChangeLog 2002-05-08 and 2002-05-09
11697
11698 2002-05-08 [paul]       0.7.5claws13
11699
11700         * sync with 0.7.5cvs11
11701                 see ChangeLog entry 2002-05-08
11702
11703 2002-05-08 [paul]       0.7.5claws12
11704
11705         * src/mainwindow.c
11706           src/textview.[ch]
11707                 fix segfault on View->Open in new window
11708                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11709
11710 2002-05-07 [paul]       0.7.5claws11
11711
11712         * sync with 0.7.5cvs9
11713                 see ChangeLog entry 2002-05-07
11714
11715 2002-05-06 [paul]       0.7.5claws10
11716
11717         * src/messageview.c
11718           src/textview.c
11719                 display url in statusbar on single-click
11720                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11721
11722 2002-05-06 [match]      0.7.5claws9
11723
11724         * src/addritem.[ch]
11725                 new functions.
11726         * src/addrcache.c
11727                 tidy up.
11728         * src/xmlprops.[ch]
11729                 XML implementation of properties file.
11730         * src/exporthtml.[ch]
11731         * src/expthtmldlg.[ch]
11732         * src/addressbook.c
11733                 export to HTML.
11734
11735 2002-05-02 [sergey]     0.7.5claws8
11736
11737         * src/mainwindow.c (mainwin_entries),
11738           src/prefs_common.c (prefs_send_create()),
11739           src/codeconv.c (locale_table):
11740                 use charset name "Windows-1251" instead of "CP1251".
11741
11742 2002-05-02 [colin]      0.7.5claws7
11743         
11744         * src/compose.c
11745           src/prefs_common.c
11746           src/prefs_folder_item.c
11747                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11748
11749 2002-05-02 [hiro]       0.7.5claws6
11750
11751         * src/imap.c
11752                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11753
11754 2002-05-02 [paul]       0.7.5claws5
11755
11756         * src/compose.c
11757                 more sync with 0.7.5cvs7, see ChangeLog entry
11758                 2002-05-02
11759
11760 2002-05-02 [hiro]       0.7.5claws4
11761
11762         * src/compose.c
11763                 compose_queue_sub():
11764                 check if queue folder exists (closes #550397).
11765                 removed directory creation since it should be handled
11766                 transparently.
11767         * src/imap.c
11768                 imap_add_msg(): return UID for appended message
11769                 (closes #548842).
11770
11771 2002-04-30 [paul]       0.7.5claws3
11772
11773         * src/summaryview.c
11774                 fix account_find_from_address() bug
11775
11776 2002-04-28 [colin]      0.7.5claws2
11777
11778         * src/compose.c
11779           src/textview.c
11780           src/prefs_common.[ch]
11781           src/utils.[ch]
11782                 Added user-definable quotation characters recognition.
11783
11784 2002-04-28 [paul]       0.7.5claws1
11785
11786         * sync with 0.7.5cvs4
11787                 see ChangeLog entry  2002-04-25
11788
11789 2002-04-28 [paul]       0.7.5claws
11790
11791         * po/es.po
11792           po/nl.po
11793           po/pt_BR.po
11794                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11795                 Fabio Junior Beneditto
11796
11797 2002-04-27 [jens]       0.7.4claws103
11798
11799         * po/de.po
11800                 updated German translation.
11801
11802 2002-04-27 [hiro]       0.7.4claws102
11803
11804         * src/summaryview.c
11805                 summary_write_cache(): fixed the mark loss of hidden messages.
11806
11807 2002-04-26 [melvin]     0.7.4claws101
11808
11809         * src/procmsg.c
11810                 fixed a second typo (same one)
11811         * po/fr.po
11812           po/it.po
11813           po/pt_BR.po
11814                 fixed the type again...
11815
11816 2002-04-26 [melvin]     0.7.4claws100
11817
11818         * src/procmsg.c
11819                 fixed a typo in an alert message ("temorary").
11820         * po/it.po
11821         * po/pt_BR.po
11822                 corrected the typo  described above.
11823         * po/fr.po
11824                 updated French translation.
11825
11826 2002-04-26 [darko]      0.7.4claws99
11827
11828         * src/summaryview.c
11829                 fix target folder colorization
11830
11831 2002-04-25 [paul]       0.7.4claws98
11832
11833         * po/it.po
11834                 updated by Alessandro Maestri
11835
11836 2002-04-24 [colin]      0.7.4claws97
11837         
11838         * src/compose.c
11839                 Fixed double "subject is empty" question.
11840
11841 2002-04-23 [colin]      0.7.4claws96
11842         
11843         * src/mimeview.c
11844                 Corrected issue when "automatically display images" was
11845                 not set : first image remained after selecting second.
11846
11847 2002-04-23 [melvin]     0.7.4claws95
11848
11849         * src/prefs_actions.c
11850                 Don't display in/out dialog if there is nothing to show.
11851
11852 2002-04-23 [paul]       0.7.4claws94
11853
11854         * sync with 0.7.5cvs3
11855                 bug fixes: see ChangeLog entry 2002-04-23
11856
11857 2002-04-22 [darko]      0.7.4claws93
11858
11859         * src/compose.c
11860                 fix previous check-in which changed code after
11861                 merge from main
11862
11863 2002-04-22 [paul]       0.7.4claws92
11864
11865         * faq/de/*
11866                 add German FAQ
11867         * faq/en/*
11868           faq/es/*
11869           faq/fr/*
11870                 update English, Spanish and French FAQs
11871         * manual/de/*
11872           manual/es/*
11873                 add German and Spanish manuals
11874         * manual/en/*
11875           manual/fr/*
11876                 update English and French manuals
11877
11878         * src/Makefile.am
11879                 add to and re-arrange the pixmap entries
11880
11881 2002-04-22 [darko]      0.7.4claws91
11882
11883         * src/compose.c
11884                 fix sender initials recognition to only allow
11885                 '>' after the initials
11886
11887 2002-04-21 [paul]       0.7.4claws90
11888
11889         * sync with 0.7.5 release
11890                 see ChangeLog entry 2002-04-21
11891
11892 2002-04-21 [alfons]
11893
11894         * src/Makefile.am
11895                 add colin's new pixmaps to EXTRA_DIST
11896
11897 2002-04-21 [colin]      0.7.4claws89
11898         * src/compose.c
11899         * src/inc.c
11900         * src/mainwindow.[ch]
11901         * src/prefs_common.[ch]
11902         * src/stock_pixmap.[ch]
11903                 Added "Work offline" ability.
11904
11905 2002-04-21 [colin]      0.7.4claws88
11906         
11907         * src/mimeview.c
11908         * src/prefs_common.c
11909         * src/prefs_common.h
11910         * src/textview.c : Added an option to common preferences -> display
11911           to allow user not to automatically display images.
11912
11913 2002-04-21 [paul]       0.7.4claws87
11914
11915         * sync with 0.7.4cvs52
11916                 see ChangeLog entry 2002-04-21 (src/imap.c)
11917
11918 2002-04-21 [paul]       0.7.4claws86
11919
11920         * sync with 0.7.4cvs51
11921                 see ChangeLog entry 2002-04-21
11922
11923 2002-04-21 [paul]       0.7.4claws85
11924
11925         * sync with 0.7.4cvs49
11926                 see ChangeLog entries 2002-04-20 and 2002-04-21
11927
11928         * src/Makefile.am
11929                 clean up: remove old 'stock_' element from xpm 
11930                 filenames.
11931
11932 2002-04-21 [alfons]     0.7.4claws84
11933
11934         apply sync patch from Paul
11935
11936         * src/folderview.c
11937                 use old claws prefs_folder_item_create() for now
11938
11939 2002-04-19 [match]      0.7.4claws83
11940
11941         * src/addressbook.[ch]
11942         * src/addrharvest.[ch]
11943         * src/addrgather.[ch]
11944                 recurse folders.
11945         * src/mainwindow.c
11946         * src/summaryview.[ch]
11947                 change menu option.
11948
11949 2002-04-19 [paul]       0.7.4claws82
11950
11951         * po/pt_BR.po
11952                 updated by Fabio Junior Beneditto
11953
11954 2002-04-14 [alfons]     0.7.4claws81
11955
11956         * src/passphrase.c
11957                 add #include <sys/types.h> for mode_t and off_t 
11958
11959 2002-04-13 [paul]       0.7.4claws80
11960         
11961         * src/main.c
11962           src/passphrase.[ch]
11963           src/pgptext.c
11964           src/prefs_common.[ch]
11965           src/rfc2015.c
11966                 enable storing of GnuPG passphrase for the whole 
11967                 session or a user-defined number of minutes. patch 
11968                 submitted by Ravemax <ravemax@dextrose.com>
11969
11970 2002-04-13 [alfons]     0.7.4claws79
11971
11972         * src/textview.c
11973                 make email parser also stop scanning when encountering separators
11974                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11975
11976 2002-04-13 [paul]       0.7.4claws78
11977
11978         * sync with 0.7.4cvs39
11979                 see ChangeLog entry 2002-04-12
11980
11981 2002-04-11 [paul]       0.7.4claws77
11982
11983         * sync with 0.7.4cvs37
11984                 see ChangeLog entry 2002-04-11
11985
11986 2002-04-11 [paul]       0.7.4claws76
11987
11988         * COPYING 
11989                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11990                 the clause for OpenSSL). sync with sylpheed main
11991
11992 2002-04-09 [melvin]     0.7.4claws75
11993
11994         * src/compose.c
11995                 Made 'Ctrl-Enter' on send ignore some modifiers 
11996                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11997                 to bind other *-Enter (but not Alt-Enter).
11998
11999 2002-04-09 [paul]       0.7.4claws74
12000
12001         * sync with 0.7.4cvs35
12002                 see ChangeLog entries 2002-04-09
12003
12004 2002-04-08 [paul]       0.7.4claws73
12005
12006         * sync with 0.7.4cvs33
12007                 see ChangeLog entry 200-04-08
12008
12009 2002-04-07 [match]      0.7.4claws72
12010
12011         * src/addrharvest.[ch]
12012                 fixed to read all addresses in header, regardless
12013                 of header size. improved name parsing. accommodate
12014                 harvest from folders and selected message.
12015         * src/addritem.[ch]
12016                 included new address parsing function.
12017         * src/addrgather.[ch]
12018         * src/addressbook.[ch]
12019         * src/summaryview.[ch]
12020         * src/mainwindow.c
12021                 allow address harvest of folder as well as selected
12022                 messages.
12023
12024 2002-04-07 [paul]       0.7.4claws71
12025
12026         * src/esmtp.[ch]
12027           src/smtp.c
12028                 don't try to authenticate with CRAM-MD5 in SMTP when 
12029                 SMTP-AUTH enabled if MTA doesn't issue this 
12030                 auth-method in it's ehlo-response. bug item #531364,
12031                 patch item #938910. patch submitted by Colin Leroy 
12032                 <colin@colino.net>
12033
12034 2002-04-07 [paul]       0.7.4claws70
12035
12036         * src/nntp.c
12037                 fix missing MODE_READER bug. patch submitted by
12038                 Colin Leroy <colin@colino.net>
12039
12040 2002-04-07 [alfons]     0.7.4claws69
12041
12042         * src/matcher.[ch]
12043         * src/prefs_filtering.c
12044         * src/summaryview.c
12045                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12046                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12047
12048 2002-04-07 [paul]       0.7.4claws68
12049
12050         * sync with 0.7.4cvs32
12051                 see ChangeLog entry 2002-04-06
12052
12053         * tools/filter_conv.pl
12054                 more bug fixes
12055
12056 2002-04-06 [paul]       0.7.4claws67
12057
12058         * tools/filter_conv.pl
12059                 modify to be able to find the name of the first
12060                 mailbox and use that. main's filter does not
12061                 record the full path to the mailbox and therefore
12062                 can only filter to the first mailbox.
12063
12064 2002-04-05 [paul]       0.7.4claws66
12065
12066         * tools/filter_conv.pl
12067                 attempt to make the script all-encompassing and
12068                 be able to convert any main 'filter' rule thrown
12069                 at it
12070
12071 2002-04-05 [paul]       0.7.4claws65
12072
12073         * tools/filter_conv.pl
12074                 allow for collapsed folder trees
12075
12076 2002-04-05 [paul]       0.7.4claws64
12077
12078         * sync with 0.7.4cvs31
12079                 see ChangeLog entries 2002-04-05
12080
12081 2002-04-03 [paul]       0.7.4claws63
12082
12083         * sync with 0.7.4cvs29
12084                 see ChangeLog entries 2002-04-02 and 2002-04-03
12085
12086 2002-04-02 [paul]       0.7.4claws62
12087
12088         * sync with 0.7.4cvs26
12089                 see ChangeLog entry 2002-04-01
12090
12091 2002-04-02 [match]      0.7.4claws61
12092
12093         * src/pine.[ch]
12094         * src/importpine.[ch]
12095         * src/addressbook.c
12096                 import Pine address book.
12097
12098 2002-04-02 [match]      0.7.4claws60
12099
12100         * src/addrharvest.[ch]
12101                 improve address parsing of funky addresses.
12102
12103 2002-04-02 [darko]      0.7.4claws59
12104
12105         * src/compose.c
12106                 wrap on send improvements, it now recognizes quoted
12107                 initials as part of the quotation string, and it
12108                 does not join lines separated by CR
12109
12110 2002-04-01 [match]      0.7.4claws58
12111
12112         * src/mgutils.[ch]
12113                 added new functions.
12114         * src/mutt.[ch]
12115                 remove excessive duplicate address generation
12116                 on import.
12117
12118 2002-04-01 [alfons]     0.7.4claws57
12119         
12120         * src/summaryview.c
12121                 put back g_free() 
12122
12123 2002-04-01 [paul]       0.7.4claws56
12124
12125         * sync with 0.7.4cvs25
12126                 see ChangeLog entry 2002-04-01
12127
12128 2002-04-01 [alfons]     0.7.4aprilfool55
12129
12130         * src/summaryview.c
12131                 honour feature request item #537427 to allow for
12132                 displaying names from address book for sent mail also
12133
12134 2002-03-29 [paul]       0.7.4claws54
12135
12136         * src/mainwindow.c
12137           src/prefs_filtering.[ch]
12138           src/prefs_matcher.c
12139           src/summaryview.c
12140                 add 'fast filter' for claws' filtering,
12141                 /Tools/Create filter rule/... patch submitted
12142                 by Neill Miller <neillm@thecodefactory.org>
12143
12144 2002-03-29 [paul]       0.7.4claws53
12145
12146         * sync with 0.7.4cvs24
12147                 see ChangeLog entry 2002-03-29
12148
12149 2002-03-28 [paul]       0.7.4claws52
12150
12151         * sync with 0.7.4cvs23
12152                 see ChangeLog entry 2002-03-28
12153
12154 2002-03-27 [melvin]     0.7.4claws51
12155
12156         * src/prefs_actions.c
12157                 Added support to pass only one message part (as a
12158                 file) to the command using '%p'. No quotes are needed
12159                 because doubles quotes are automatically added.
12160                 Fixed bug where Sylpheed could block when waiting for
12161                 a child process to finish.
12162                 Changed the help menu to remove quotes around symbols to 
12163                 avoid misinterpretation (they must not be used).
12164
12165 2002-03-27 [melvin]     0.7.4claws50
12166
12167         * src/inc.c
12168                 Made the new mail notification command always 
12169                 execute asynchronously.
12170
12171 2002-03-27 [paul]       0.7.4claws49
12172
12173         * src/compose.c
12174                 fix bug introduced in last commit
12175
12176 2002-03-27 [paul]       0.7.4claws48
12177
12178         * sync with 0.7.4cvs21
12179                 see ChangeLog 2002-03-26 and 2002-03-27
12180
12181 2002-03-26 [hoa]        0.7.4claws47
12182
12183         * src/prefs_folder_item.c
12184                 really fixed the bug #516442 with folder rescan.
12185
12186 2002-03-26 [paul]       0.7.4claws46
12187
12188         * sync with 0.7.4cvs19
12189                 see ChangeLog entries 2002-03-25 and 2002-03-26
12190
12191 2002-03-25 [hoa]        0.7.4claws45
12192
12193         * src/matcher.c
12194         * src/mh.c
12195                 fix the bug #516442 with folder rescan.
12196
12197         * src/prefs_common.[ch]
12198         * src/compose.c
12199                 added an option to enable two different behaviours
12200                 for bounce.
12201
12202
12203 2002-03-25 [paul]       0.7.4claws44
12204
12205         * src/mainwindow.c
12206           src/selective_download.c
12207                 correct a few menuitem labels
12208
12209 2002-03-25 [christoph]  0.7.4claws43
12210
12211         * src/procmsg.c
12212                 fix non deleted tmp message in
12213                 procmsg_save_to_outbox
12214                 fix problems caused by sync with
12215                 main branch's procmsg_send_queue
12216
12217 2002-03-25 [paul]       0.7.4claws42
12218
12219         * src/quote_fmt.c
12220           src/quote_fmt_lex.l
12221           src/quote_fmt_parse.y
12222                 add Last name (%L) placeholder for quoting. 
12223                 patch submitted by Thorsten Thielen 
12224                 <thth@users.sourceforge.net>
12225
12226 2002-03-25 [paul]       0.7.4claws41
12227
12228         * src/utils.c
12229                 get full hostname. patch submitted by
12230                 Bob Woodside <rwoodside1@comcast.net>
12231
12232 2002-03-25 [paul]       0.7.4claws40
12233
12234         * src/account.c
12235           src/news.c
12236           src/nntp.[ch]
12237           src/prefs_account.[ch]
12238                 enable NNTP over SSL. patch submitted by
12239                 Pascal Jermini <pascal@infinity.hn.org>
12240
12241 2002-03-24 [paul]       0.7.4claws39
12242
12243         * src/prefs_common.c
12244                 make the arrangement of the Compose tab more
12245                 coherent
12246
12247         * src/mainwindow.c
12248                 fix some irregularities of style
12249
12250         * po/de.po
12251                 updated by Kilian Krause
12252
12253 2002-03-23 [paul]       0.7.4claws38
12254
12255         * po/pt_BR.po
12256                 updated by Fabio Junior Beneditto
12257
12258 2002-03-23 [paul]       0.7.4claws37
12259
12260         * src/mainwindow.c
12261                 move 'Gather addresses' to 'Tools' menu
12262                 make 'Selective download' sensitive
12263
12264 2002-03-23 [paul]       0.7.4claws36
12265
12266         * sync with 0.7.4cvs16
12267                 see ChangeLog entries 2002-03-23
12268
12269 2002-03-22 [christoph]  0.7.4claws35
12270
12271         * src/quote_fmt_parse.y
12272                 fix include program output
12273
12274 2002-03-22 [alfons]     0.7.4claws34
12275
12276         * src/pop.c
12277                 initialize GDate stack variable correctly (sorry!)
12278
12279 2002-03-22 [paul]       0.7.4claws33
12280
12281         * src/compose.c
12282           src/mainwindow.c
12283           src/prefs_actions.c
12284           src/prefs_common.c
12285                 rename 'Tool' to 'Tools'
12286
12287         * src/mainwindow.c
12288                 move 'Delete duplicated messages' from
12289                 'Message/' to 'Tools/'
12290                 re-arrange the order of 'Tools/' items
12291
12292 2002-03-22 [paul]       0.7.4claws32
12293
12294         * src/addr_compl.c
12295           src/addressbook.[ch]
12296                 auto-address completion now also matches on
12297                 Nickname. patch submitted by Bob Forsman 
12298                 <hammor@users.sourceforge.net>
12299
12300         * src/editaddress.c
12301                 correct a spelling mistake
12302
12303 2002-03-22 [alfons]     0.7.4claws31
12304
12305         * src/pop.c
12306                 fix getting uidl from incorrect string 
12307                 (spotted by Colin)
12308
12309 2002-03-21 [alfons]     0.7.4claws30
12310
12311         * src/pop.c
12312                 more code refactoring
12313                 plug mem leak introduced by delete on server
12314
12315 2002-03-21 [paul]       0.7.4claws29
12316
12317         * sync with 0.7.4cvs11
12318                 see ChangeLog entries 2002-03-20
12319
12320 2002-03-20 [alfons]     0.7.4claws28
12321
12322         * src/inc.c
12323                 apply Colin's patch and refactor
12324
12325 2002-03-20 [paul]       0.7.4claws27
12326
12327         * sync with sylpheed 0.7.4cvs9
12328                 see ChangeLog entry 2002-03-20
12329
12330 2002-03-19 [christoph]  0.7.4claws26
12331
12332         * src/mh.c
12333         * src/procmsg.[ch]
12334         * src/summaryview.c
12335                 revert changes for flag updates
12336                 (does not work correctly and no time to debug)
12337
12338 2002-03-20 [alfons]     0.7.4claws25
12339
12340         * src/pop.c
12341                 refactor should_delete() a little bit 
12342
12343 2002-03-19 [paul]       0.7.4claws24
12344
12345         * src/inc.[ch]
12346           src/pop.c
12347           src/prefs_account.[ch]
12348                 allow the user to leave downloaded mail on the 
12349                 server for n days. Patch submitted by Colin Leroy 
12350                 <colin@colino.net>
12351
12352 2002-02-19 [paul]       0.7.4claws23
12353
12354         * sync with sylpheed 0.7.4cvs8
12355                 see ChangeLog entries 2002-03-19
12356
12357 2002-03-18 [paul]       0.7.4claws22
12358
12359         * sync with sylpheed 0.7.4cvs6
12360                 see ChangeLog entry 2002-03-18
12361
12362 2002-03-18 [paul]       0.7.4claws21
12363
12364         * po/en_GB.po
12365                 add en_GB message catalogue
12366
12367         * src/mbox_folder.c
12368           src/prefs_account.c
12369           src/prefs_actions.c
12370                 correct a few spelling mistakes
12371
12372 2002-03-17 [alfons]     0.7.4claws20
12373
12374         * src/matcher.c
12375                 more stringent checks for NULL params when writing
12376                 filtering actions to a file
12377                 
12378 2002-03-17 [hoa]        0.7.3claws20
12379
12380         * src/news.c
12381                 fixed the count of new messages
12382
12383         * src/compose.c
12384                 fixed the "attachment properties" window
12385
12386 2002-03-17 [paul]       0.7.4claws19
12387
12388         * src/defs.h
12389           src/folder.h
12390           src/news.c
12391           src/prefs_account.[ch]
12392           src/procmsg.[ch]
12393           src/summaryview.c
12394                 automatically mark cross-posted messages as read 
12395                 and (optionally) give them a colour label
12396                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12397                 
12398
12399 2002-03-17 [paul]       0.7.4claws18
12400
12401         * sync with sylpheed 0.7.4cvs5
12402                 see ChangeLog entry 2002-03-17
12403
12404 2002-03-17 [melvin]     0.7.4claws17
12405         
12406         * src/textview.c
12407                 Worked around a gtktext 'bug': when searching for 
12408                 a text in a long message it was scrolling slowly
12409                 line by line until it hit the searched text.
12410         * po/fr.po
12411                 Updated French translation
12412
12413 2002-03-17 [melvin]     0.7.4claws16
12414
12415         * src/mainwindow.c
12416         * src/compose.c
12417         * src/prefs_actions.c
12418                 Moved "Edit/Actions" to "Tool/Actions"
12419                 Made mainwindow/compose window sensitive as soon as
12420                 no child process is running anymore even if the io dialog
12421                 is open.
12422                 Fixed a struct being initialized with a non constant char*
12423
12424 2002-03-16 [christoph]  0.7.4claws15
12425
12426         * configure.in
12427                 add --with-compiler-flags option
12428                 (only for developer hacking)
12429         * src/mh.c
12430         * src/procmsg.[ch]
12431         * src/summaryview.c
12432                 try to make folder-stats and flag handling more
12433                 independent from the summaryview. msgcounts
12434                 are only set when the folder is opened and
12435                 procmsg_msginfo_(un)set_flags will handle it
12436                 later and summaryview will get the values
12437                 from the folder.
12438
12439 2002-03-16 [paul]       0.7.4claws14
12440
12441         * src/messageview.c
12442                 fix Return-receipt. Patch submitted by Bob
12443                 Woodside <rwoodside1@comcast.net>
12444
12445 2002-03-16 [paul]       0.7.4claws13
12446
12447         * src/compose.c
12448                 fix 'dynamic' signatures, make it work again
12449                 broken during sync on 2002-03-14 (0.7.4claws2)
12450
12451 2002-03-15 [match]      0.7.4claws12
12452
12453         * src/addrharvest.[ch]
12454         * src/addrgather.[ch]
12455         * src/addressbook.[ch]
12456         * src/mainwindow.c
12457                 included address harvester feature. still some
12458                 issues with address parsing that I will fix.
12459
12460 2002-03-15 [match]      0.7.4claws11
12461
12462         * src/addrbook.[ch]
12463         * src/addrcache.[ch]
12464         * src/addressbook.[ch]
12465         * src/addrindex.c
12466         * src/editbook.c
12467         * src/importldif.c
12468         * src/importmutt.c
12469         * src/jpilot.[ch]
12470         * src/main.c
12471         * src/syldap.[ch]
12472         * src/vcard.[ch]
12473                 tidy up. fix memory leaks. moved attribs and methods
12474                 from individual interfaces to addrcache object. prep
12475                 for new stuff to come in.
12476
12477 2002-03-15 [alfons]     0.7.4claws10
12478
12479         * src/matcher.[ch]
12480         * src/matcher_parser_parse.y
12481         * src/matcher_parser_lex.l
12482         * src/prefs_matcher.c
12483                 add filtering conditions message greater than, smaller 
12484                 than, and exactly matching a size in bytes
12485                 (does not work with delete from POP3 server yet)
12486
12487                 this should also give others an idea what you should
12488                 do to add new criterions to claws filtering system
12489                 
12490
12491 2002-03-15 [paul]       0.7.4claws9
12492
12493         * tools/filter_conv.pl
12494                 exit if there are no filter rules to convert
12495                 rename filterrc to filterrc.old after completion
12496
12497 2002-03-15 [paul]       0.7.4claws8
12498
12499         * sync with sylpheed 0.7.4cvs3
12500                 see ChangeLog entry 2002-03-14
12501
12502 2002-03-14 [paul]       0.7.4claws7
12503
12504         * src/compose.c
12505                 clean up the last commit (ahem)
12506
12507 2002-03-14 [paul]       0.7.4claws6
12508
12509         * src/compose.c
12510                 fix bug #515655. honour account preferences
12511                 regarding gpg default signing/encryption when 
12512                 changing account from the compose window.
12513
12514 2002-03-14 [paul]       0.7.4claws5
12515
12516         * src/folderview.c
12517                 remove unnecessary curly brackets
12518
12519 2002-03-14 [paul]       0.7.4claws4
12520
12521         * src/folderview.c
12522           src/prefs_filtering.[ch]
12523                 add filter rename on folder rename and filter
12524                 delete on folder delete. Patch submitted by
12525                 Neill Miller <neillm@thecodefactory.org> 
12526
12527 2002-03-14 [christoph]  0.7.4claws3
12528
12529         * src/procmsg.c
12530         * src/send.c
12531                 fix local delivery
12532                 (patch submitted by "Simon 'corecode' Schubert")
12533         * src/prefs_common.c
12534         * src/procmsg.c
12535                 fix gcc 3.0 warning
12536
12537 2002-03-14 [paul]       0.7.4claws2
12538
12539         * sync with sylpheed 0.7.4cvs2
12540                 see ChangeLog entry 2002-03-13
12541
12542 2002-03-12 [darko]      0.7.4claws1
12543
12544         * src/mainwindow.c
12545                 fix what seems to be a copy and paste error
12546                 when setting color for important messages
12547                 (reported by wwp)
12548
12549 2002-03-11 [paul]       version 0.7.4claws released
12550
12551 2002-03-11 [paul]       0.7.4claws
12552
12553         * po/es.po
12554           po/it.po
12555           po/nl.po
12556           po/pt_BR.po
12557                 update message catalogs. Submitted by Ricardo Mones 
12558                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12559                 Fabio Junior Beneditto
12560
12561         * configure.in
12562           faq/Makefile.am
12563           faq/it/Makefile
12564           faq/it/sylpheed-faq*
12565           src/mainwindow.c
12566           src/manual.[ch]
12567                 add FAQ in Italian
12568         
12569
12570 2002-03-11 [jens]       0.7.3claws7
12571
12572         * po/de.po
12573                 updated German translation
12574
12575 2002-03-11 [melvin]     0.7.3claws6
12576
12577         * po/fr.po
12578                 updated and corrected French translation
12579
12580 2002-03-10 [hoa]        0.7.3claws5
12581
12582         * src/account.c
12583         * src/inc.c
12584         * src/prefs_account.c
12585         * src/procmsg.c
12586         * src/send.[ch]
12587                 fixed the local account.
12588                 you have to change the default "/usr/sbin/sendmail"
12589                 to "/usr/sbin/sendmail -t" in the preferences of
12590                 the local account.
12591
12592         * src/procmime.c
12593                 removed some debug display for renderer
12594
12595 2002-03-10 [paul]       0.7.3claws4
12596
12597         * faq/en/sylpheed-faq-1.html
12598           faq/en/sylpheed-faq-2.html
12599                 update
12600
12601 2002-03-09 [paul]       0.7.3claws3
12602
12603         * sync with sylpheed 0.7.4
12604                 see ChangeLog entry 2002-03-09
12605
12606 2002-03-08 [paul]       0.7.3claws2
12607
12608         * faq/en/sylpheed-faq*
12609           faq/es/sylpheed-faq*
12610           faq/fr/sylpheed-faq*
12611                 update the FAQs
12612
12613         * manual/fr/.cvsignore
12614           manual/fr/Makefilea.am
12615           manual/fr/sylpheed*
12616           src/mainwindow.c
12617           src/manual.[ch]
12618                 add the French manual
12619
12620 2002-03-07 [paul]       0.7.3claws1
12621
12622         * sync with sylpheed 0.7.3cvs4
12623                 see ChangeLog entries  2002-03-06 and 2002-03-07
12624         
12625         * po/nl.po
12626                 updated by Wilbert Berendsen
12627
12628 2002-03-07 [melvin]     0.7.2claws34
12629
12630         * src/selective_download.c
12631                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12632
12633 2002-03-06 [paul]       0.7.2claws33
12634
12635         * sync with sylpheed 0.7.3cvs1
12636                 bug fix, see ChangeLog entry 2002-03-05
12637
12638 2002-03-05 [paul]       0.7.2claws32
12639
12640         * src/mimeview.c
12641           src/pgptext.[ch]
12642           src/procmsg.c
12643                 reverse the pgp ascii-armored code implemented in 
12644                 0.7.2claws16. removal of this code until it matures.
12645                 this means that verifying ascii-armored pgp sigs and
12646                 automatic decryption of ascii-armored encrypted
12647                 messages no longer works.
12648
12649 2002-03-05 [paul]       0.7.2claws31
12650
12651         * configure.in
12652           Makefile.am
12653         * faq/Makefile.am
12654         * faq/en/Makefile.am
12655           faq/en/sylpheed-faq.html
12656           faq/en/sylpheed-faq-1.html
12657           faq/en/sylpheed-faq-2.html
12658           faq/en/sylpheed-faq-3.html
12659         * faq/es/Makefile.am
12660           faq/es/sylpheed-faq.html
12661           faq/es/sylpheed-faq-1.html
12662           faq/es/sylpheed-faq-2.html
12663           faq/es/sylpheed-faq-3.html
12664           faq/es/sylpheed-faq-4.html
12665         * faq/fr/Makefile.am
12666           faq/fr/sylpheed-faq.html
12667           faq/fr/sylpheed-faq-1.html
12668           faq/fr/sylpheed-faq-2.html
12669           faq/fr/sylpheed-faq-3.html
12670         * src/Makefile.am
12671           src/defs.h
12672           src/mainwindow.c
12673           src/manual.[ch]
12674                 add FAQs in English, Spanish and French
12675
12676
12677 2002-03-05 [paul]       0.7.2claws30
12678
12679         * manual/en/sylpheed.html
12680           manual/en/sylpheed-XX.html
12681                 updated the English manual
12682
12683 2002-03-05 [hoa]        
12684
12685         * src/summaryview.c
12686                 dialog box pops up if the article can't be deleted.
12687
12688 2002-03-04 [paul]       
12689         
12690         * po/pt_BR.po
12691                 updated by Fabio Junior Benedito
12692
12693 2002-03-04 [hoa]
12694
12695         * removed ac/gpgme.m4
12696                 to avoid autogen common problem
12697                 developers have to install gpgme development package now
12698
12699         * src/compose.c
12700                 encoding to 7bit or 8bit is enabled.
12701
12702 2002-03-03 [alfons]     0.7.2claws29
12703
12704         * src/pop.c
12705                 merge fix by Oliver Haertel for selective
12706                 download buglet
12707
12708 2002-03-03 [paul]       0.7.2claws28
12709         
12710         * sync with sylpheed 0.7.3
12711
12712 2002-03-03 [paul]       0.7.2claws27
12713
12714         * sync with sylpheed 0.7.2cvs24
12715                 see ChangeLog entries 2002-03-02 and 2002-03-03
12716
12717 2002-03-02 [melvin]     0.7.2claws26
12718
12719         * src/inc.[ch]
12720         * src/main.c
12721         * src/mainwindow.c
12722         * src/prefs_common.[ch]
12723                 Added user definable notification on new mail arrival.
12724                 Removed unused variables in spell checker prefs code.
12725
12726 2002-03-02 [melvin]     0.7.2claws25
12727
12728         * src/quote_fmt.c
12729                 Removed unnecessary escape sequences.
12730                 Changed 'Initial...' to 'Initials of Sender'
12731
12732 2002-03-02 [paul]       0.7.2claws24
12733
12734         * sync with sylpheed 0.7.2cvs22
12735                 see ChangeLog entry 2002-03-01
12736
12737 2002-03-01 [hoa]        0.7.2claws23
12738
12739         * src/mainwindow.c
12740                 Set sensitivity of delete actions to active
12741                 even if the folder is a newsgroup.
12742
12743         * src/summaryview.c
12744                 - Set sensitivity of delete actions
12745                 - Added function check_permission() that will check if the
12746                   user is authorized to delete a message. For news, it
12747                   will check if the author is the same.
12748                 - Enabled deletion when there is no trash folder.
12749
12750         * src/news.[ch]
12751                 - Added news_cancel_article() to cancel articles
12752                 - Implemented news_remove_message() (public function)
12753
12754 2002-03-01 [paul]       0.7.2claws22
12755
12756         * src/gtkutils.c
12757           src/textview.c
12758                 recognise urls that that don't include 'http://' and
12759                 simply begin 'www.' 
12760
12761         * AUTHORS
12762                 remove duplicated name
12763
12764 2002-02-28 [paul]       0.7.2claws21
12765
12766         * src/mainwindow.c
12767           src/summaryview.[ch]
12768                 add ability to 'Select thread'
12769                 combines Melvin's "Select thread's head" patch (#510907)
12770                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12771                 patch (#518514) 
12772
12773 2002-02-28 [paul]       0.7.2claws20
12774
12775         * src/mimeview.c
12776                 hopefully fix segfault on right-clicking a mime part
12777                 that some people have experienced.      
12778                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12779
12780 2002-02-28 [paul]       0.7.2claws19
12781
12782         * sync with sylpheed 0.7.2cvs21
12783                 see ChangeLog entries 2002-02-27 and 2002-02-28
12784
12785 2002-02-27 [paul]       0.7.2claws18
12786
12787         * sync with sylpheed 0.7.2cvs18
12788                 see ChangeLog entries 2002-02-26 and 2002-02-27
12789
12790 2002-02-26 [alfons]     0.7.2claws17
12791
12792         * src/procheader.c
12793                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12794                 (spotted by Chris Hessman <idatech@gmx.net>)
12795
12796 2002-02-26 [paul]       0.7.2claws16
12797
12798         * src/mimeview.c
12799           src/pgptext.[ch]
12800           src/procmsg.c
12801                 make decryption of ascii-armored pgp encrypted messages
12802                 and verification of ascii-armored signatures work again.
12803                 slightly altered from the patch by Jens Jahnke 
12804                 <jan0sch@gmx.net>
12805
12806                 ##FIX ME##
12807                 * the checking of plaintext signatures always comes up in 
12808                   a popup box
12809                 * it doesn't work for multipart messages 
12810                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12811                   including the msg headers and these 2 line themselves, are 
12812                   not displayed
12813
12814         * src/mainwindow.c
12815                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12816                 "View/Message View" becomes "View/Separate Message View"
12817                 because its less ambiguous.
12818
12819         * po/es.po
12820                 updated by Ricardo Mones Lastra
12821
12822 2002-02-26 [paul]       0.7.2claws15
12823
12824         * sync with sylpheed 0.7.2cvs17
12825                 see ChangeLog entries 2002-02-25 and 2002-02-26
12826
12827 2002-02-25 [christoph]  0.7.2claws14
12828
12829         * src/filtering.[ch]
12830         * src/inc.c
12831                 do filtering stuff after all messages have been received
12832                   1. drop all messages to .processing
12833                   2. scan processing folder for messages
12834                   3. filter messages or move to inbox
12835                 this will also find old messages left in processing after
12836                 a crash or something like that and we get a real msginfo
12837                 from folder->get_msg_list and do not have to create our
12838                 own in filter_message
12839         * src/matcher_parser_parse.y
12840                 remove MIX/MAX warning (reordered includes)
12841
12842 2002-02-25 [paul]       0.7.2claws13
12843
12844         * sync with sylpheed 0.7.2cvs15
12845                 see ChangeLog entry 2002-02-24
12846
12847 2002-02-24 [alfons]     0.7.2claws12
12848
12849         * src/filtering.c
12850                 clear old color flags first when applying a new color to
12851                 a message info. 
12852                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12853
12854 2002-02-24 [alfons]     0.7.2.claws11
12855         
12856         * AUTHORS
12857         * src/prefs_common.c
12858                 add presets for Opera and Konqueror, closes patch #517261,
12859                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12860
12861 2002-02-24 [alfons]     0.7.2.claws10
12862
12863         * AUTHORS
12864         * src/summaryview.c
12865                 fix threading for null message ids, closes patch #521601,
12866                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12867
12868 2002-02-24 [alfons]     0.7.2claws9
12869
12870         * src/summaryview.c
12871         * src/filtering.c
12872                 make Tool | Filter Message work with filtering system so
12873                 setting flags also works
12874
12875                 TODO:
12876
12877                 - Processing uses the same function as Tool | Filter
12878                   Message, but doesn't use the same update proc yet
12879
12880 2002-02-23 [paul]       0.7.2claws8
12881
12882         * sync with sylpheed 0.7.2cvs14
12883                 see ChangeLog entries 2002-02-22 and 2002-02-23
12884
12885 2002-02-22 [christoph]  0.7.2claws7
12886
12887         * src/quote_fmt.c
12888                 Add column space to table
12889         * src/quote_fmt_parse.y
12890                 Close files
12891
12892 2002-02-22 [paul]       0.7.2claws6
12893
12894         * src/Makefile.am
12895           src/defs.h
12896           src/filtering.c
12897           src/inc.[ch]
12898           src/mainwindow.c
12899           src/matcher.[ch]
12900           src/matcher_parser_lex.l
12901           src/matcher_parser_parse.y
12902           src/pop.[ch]
12903           src/prefs_account.h
12904           src/prefs_filtering.c
12905           src/selective_download.[ch]   *** NEW FILES ***
12906           src/utils.[ch]
12907           po/POTFILES.in
12908                 Selective Download added to 'Tool' menu. 
12909                 Retrieves email headers of the currently selected pop3 
12910                 account and allows the user to mark emails for deletion 
12911                 right on the pop3 server. Patch submitted by Oliver Haertel 
12912                 <oha@users.sourceforge.net>.
12913         
12914         * po/POTFILES.in
12915                 add 'src/quote_fmt.c'           
12916
12917 2002-02-22 [christoph]  0.7.2claws5
12918
12919         * src/Makefile.am
12920                 added quote_fmt.c
12921         * src/prefs_common.[ch]
12922         * src/prefs_template.c
12923         * src/quote_fmt.c               *** NEW FILE ***
12924         * src/quote_fmt.h
12925                 move quote format symbol description code
12926                 to it's own file because it is used from
12927                 differnent code parts
12928                 Rewrote symbol description GUI
12929                   + use table
12930                   + add separators
12931                   + get data from array (no more long constant strings)
12932         * src/quote_fmt_lex.l
12933         * src/quote_fmt_parse.y
12934                 Symbol for Literal % changed to \% instead of %%
12935                 (More logical as \ is used for quoting for other symbols)
12936                 Add |f and |p to include files and program output
12937                 Examples:
12938                     |f{/home/.../.signature}
12939                     |p{date}
12940         * po/de.po
12941                 Correct wrong spelling for "Referenzen"
12942
12943 2002-02-21 [paul]       0.7.2claws4
12944
12945         * src/procmsg.c
12946                 forgotten during sync
12947
12948 2002-02-21 [paul]       0.7.2claws3
12949
12950         * sync with sylpheed 0.7.2cvs11
12951                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12952                 2002-02-20 and 2002-02-21
12953
12954 2002-02-20 [melvin]     0.7.2claws2
12955
12956         * src/prefs_actions.c
12957                 Added error report when child cannot fork or when execvp 
12958                 returns with an error.
12959
12960 2002-02-19 [christoph]  0.7.2claws1
12961
12962         * src/codeconv.c
12963                 return unconverted text if conde conversion is not possible
12964                 when libjconv is used.
12965                 (patch submitted by "Simon 'corecode' Schubert")
12966
12967 2002-02-19 [paul]       
12968
12969         * version 0.7.2claws release
12970
12971 2002-02-19 [paul]       0.7.2claws
12972
12973         * po/nl.po
12974                 updated by Wilbert Berendsen
12975
12976
12977 2002-02-18 [alfons]     0.7.1claws13
12978
12979         * src/syldap.c
12980         * src/jpilot.c
12981                 remove references to dlfcn and explicitly loading functions
12982                 from dynalink libs, because libs linked anyway, and functions
12983                 are loaded explicitly
12984
12985 2002-02-17 [melvin]     0.7.1claws12
12986
12987         * src/prefs_actions.c
12988                 Replaced children wait loop with double fork technique.
12989                 Now, input/output window updated at each new output.
12990                 free_children(): Fixed a memory leak.
12991                 Made input/output window non closable if running children
12992                 still exist.
12993                 Added missing <unistd.h> include.
12994                 Added some --debug outputs.
12995
12996 2002-02-17 [melvin]     0.7.1claws11
12997
12998         * src/summaryview.c
12999                 Fixed bug where descending sort order did not select top
13000                 message.
13001
13002 2002-02-17 [melvin]     0.7.1claws10
13003
13004         * acconfig.h
13005                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13006         * src/prefs_common.c
13007                 Pspell data package directory no more hard coded but
13008                 set during configuration (PSPELL_PATH). (Thanks to 
13009                                 Gustavo Noronha Silva.)
13010
13011 2002-02-17 [melvin]     0.7.1claws9
13012
13013         * configure.in
13014                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13015         * src/gtkspell.c
13016                 Fixed compile-time warnings.
13017
13018 2002-02-16 [alfons]     0.7.1claws8
13019
13020         * src/filesel.c
13021                 fix inadvertent free of NULL pointer which caused
13022                 sylpheed to crash when closing the save-as dialog
13023                 using the window close button
13024
13025 2002-02-16 [carsten]    0.7.1claws7
13026         * src/mainwindow.[ch]
13027           src/summaryview.c
13028           src/prefs_common.c
13029                 fixes for pixmap theming code:
13030                         - recently changed mail attributes shouldn't get
13031                           lost any longer
13032                         - theme is only reloaded iff another theme was
13033                           selected
13034
13035 2002-02-16 [paul]       0.7.1claws6
13036
13037         * sync with sylpheed 0.7.2 release
13038                 see ChangeLog entry 2002-02-15 and 2002-02-16
13039
13040 2002-02-15 [paul]       0.7.1claws5
13041
13042         * sync with sylpheed 0.7.1cvs9
13043                 see ChangeLog entry 2002-02-15
13044
13045         * po/POTFILES.in
13046                 remove unneeded headerwindow.c entry
13047
13048 2002-02-14 [carsten]    0.7.1claws4
13049         * src/summaryview.c
13050                 fixed a bug for "Go to next unread message": there was
13051                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13052                 in the prefs, because of doing "Search again" instead
13053                 "No"
13054
13055 2002-02-14 [carsten]    0.7.1claws3
13056         * src/stock_pixmap.c
13057                 removed 2 more mem leaks; following memprof,
13058                 this code is "leak free" now :)
13059
13060 2002-02-14 [carsten]    0.7.1claws2
13061         * src/stock_pixmap.c
13062                 used opendir/readdir/closedir instead of scandir
13063                 -> code should work now on Solaris
13064
13065 2002-02-14 [paul]       0.7.1claws1
13066
13067         * sync with sylpheed 0.7.1cvs8
13068                 see ChangeLog entries 2002-02-13 and 2002-02-14
13069
13070         * README.claws
13071                 add some description of Actions and Pixmap Themes
13072
13073 2002-02-13 [paul]       
13074
13075         * version 0.7.1claws release
13076
13077 2002-02-13 [paul]       0.7.1claws
13078
13079         * po/es.po
13080           po/it.po
13081           po/pt_BR.po
13082                 updated translations, submitted by Ricardo Mones Lastra,
13083                 Alessandro Maestri and Fabio Junior Beneditto
13084
13085 2002-02-13 [melvin]     0.7.0claws75
13086
13087         * src/prefs_actions.c
13088                 Added missing "signal.h" include
13089
13090 2002-02-13 [melvin]     0.7.0claws74
13091
13092         * src/prefs_folder_item.c
13093                 Added missing "config.h" include
13094         * po/fr.po
13095                 Updated French translation for folder propriety.
13096
13097 2002-02-13 [jens]       0.7.0claws73
13098
13099         * po/POTFILES.in
13100                 Added missing src/prefs_folder_item.c [log added by melvin]
13101         * po/de.po
13102                 Updated German translation.
13103
13104 2002-02-13 [melvin]     0.7.0claws72
13105
13106         * po/fr.po
13107                 Updated French translation.
13108
13109 2002-02-13 [melvin]     0.7.0claws71
13110
13111         * src/gtkutils.c
13112                 Made gtkut_editable_get_selection return NULL if selection
13113                 is of length zero.
13114                 This fixes a bug where selecting part of message A then
13115                 switching to message B and replying to it will not
13116                 quote the message's body.
13117
13118 2002-02-12 [paul]       0.7.0claws70
13119
13120         * src/mainwindow.c
13121                 cosmetic, relating to pixmap themes: on toolbar make 
13122                 updating of 'Exec' and 'Compose news/Compose email'
13123                 icons faster.
13124
13125 2002-02-12 [carsten]    0.7.0claws69
13126         * src/folderview.c
13127           src/mainwindow.[ch]
13128           src/stock_pixmap.c
13129           src/summaryview.c
13130           src/prefs_common.c
13131                 - refreshing after changing pixmap theme better
13132                   now (thanks Paul)
13133                 - wanted to remove some mem leaks, but alfons was
13134                   faster (and had the better solution ;)
13135
13136 2002-02-12 [alfons]     0.7.0claws68
13137
13138         * src/prefs_common.c
13139         * src/stock_pixmap.[ch]
13140                 plug mem leaks, refactor code a little bit
13141
13142
13143 2002-02-12 [sergey]     0.7.0claws67
13144
13145         * src/imap.c
13146                 Fixed problem with copying messages to IMAP folders when the
13147                 server uses something other than '/' as a namespace separator
13148                 (cyrus-imapd uses '.').
13149
13150 2002-02-12 [jens]       0.7.0claws66
13151
13152         * po/de.po
13153                 Updated German Translation
13154
13155 2002-02-12 [paul]       0.7.0claws65
13156
13157         * sync with sylpheed 0.7.1cvs1
13158                 see ChangeLog entry 2002-02-12
13159
13160 2002-02-12 [melvin]     0.7.0claws64
13161
13162         * src/prefs_actions.c
13163                 Fixed "feature" where children's output was duplicated 
13164                 instead of refreshed while monitoring.
13165                 Removed some debug code.
13166
13167 2002-02-12 [christoph]  0.7.0claws63
13168
13169         * src/compose.c
13170                 always delete message from queue after sending/send error
13171                 (closes bug #509601)
13172
13173 2002-02-12 [melvin]     0.7.0claws62
13174
13175         * src/prefs_actions.c
13176                 Children wait loop is now triggered with a timeout of 1s
13177                 Added %F which is replaced with the list of filenames 
13178                 of all selected messages (as suggested by Ricardo Mones Lestra)
13179                 Pipe syntax changed. Prefix with | to send selection, postfix
13180                 with | to retrieve output. Prefix with > or * to send
13181                 user definable input to the command (*: input is hidden)
13182                 Old pipe action should now be postfixed with |, too.
13183
13184 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13185         * src/stock_pixmap.c
13186                 fixed a bug: if there's no theme directory don't
13187                 throw an error, just do "nothing" (thanks Alfons)
13188
13189 2002-02-12 [carsten]    0.7.0claws60
13190         * src/folderview.c
13191           src/summaryview.c
13192                 had to write the cache twice (nasty!); some marks would 
13193                 get lost if not
13194
13195 2002-02-11 [carsten]    0.7.0claws59
13196         * acconfig.h
13197           configure.in
13198           doc-src/maintainer_guide.txt
13199           src/compose.[ch]
13200           src/defs.h
13201           src/folderview.[ch]
13202           src/gtkutils.[ch]
13203           src/mainwindow.[ch]
13204           src/prefs_common.[ch]
13205           src/stock_pixmap.[ch]
13206           src/summaryview.[ch]
13207                 pixmap theming and related work on pixmap
13208                 handling on some other places
13209                 (e.g. hrm features for all folder)
13210           src/pixmap/stock_*.xpm -> the stock_ was removed
13211         
13212 2002-02-11 [paul]       0.7.0claws58
13213
13214         * sync with sylpheed 0.7.1 release
13215                 see ChangeLog entries 2002-02-11
13216
13217 2002-02-08 [paul]       0.7.0claws57
13218
13219         * sync with sylpheed 0.7.0cvs39
13220                 see ChangeLog entry 2002-02-07 (last entry) 
13221
13222         * src/prefs_actions.c
13223           src/prefs_filtering.c
13224           src/prefs_matcher.c
13225           src/prefs_scoring.c
13226                 sync: made it compile with C compilers other than gcc
13227
13228 2002-02-07 [paul]       0.7.0claws56
13229
13230         * sync with sylpheed 0.7.0cvs38
13231                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13232                 2002-02-07
13233
13234 2002-02-07 [darko]      0.7.0claws55
13235
13236         * src/gtkutils.[ch]
13237         * src/summaryview.c
13238                 Fix const gchar */gchar * issue (thanks Hiro)
13239
13240 2002-02-07 [darko]      0.7.0claws54
13241
13242         * src/compose.[ch]
13243         * src/filtering.c
13244         * src/gtkutils.[ch]
13245         * src/prefs_template.c
13246         * src/quote_fmt.h
13247         * src/quote_fmt_parse.y
13248         * src/summaryview.c
13249         * src/utils.[ch]
13250                 When replying or forwarding an email don't quote the entire
13251                 mail body but use the part of the message text that is selected
13252
13253 2002-02-06 [melvin]     0.7.0claws53
13254
13255         * src/prefs_common.[ch]
13256         * src/gtkspell.[ch]
13257         * src/compose.c
13258                 Made possible to switch quickly to last used dictionary
13259                 which makes checking bilingual documents easier.
13260
13261 2002-02-06 [melvin]     0.7.0claws52
13262         
13263         * po/POTFILES.in
13264                 Added forgotten new file src/prefs_actions.c
13265
13266 2002-02-06 [melvin]     0.7.0claws51
13267
13268         * src/prefs_actions.c   ** NEW FILE **
13269         * src/prefs_actions.h   ** NEW FILE **
13270                 Added actions to execute on message text view, or on the
13271                         message's file.
13272         * src/Makefile.am
13273                 Added src/prefs_actions.[ch]
13274         * src/compose.c
13275                 Added new menu "Edit/Actions"
13276         * src/defs.h
13277                 Added new actionsrc file.
13278         * src/main.c
13279                 Added actionsrc reading.
13280         * src/mainwindow.c
13281                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13282         * src/prefs_common.h
13283                 Added new element actionslst element to prefs_common.
13284
13285 2002-02-06 [paul]       0.7.0claws50
13286
13287         * sync with sylpheed 0.7.0cvs36
13288                 see ChangeLog entry 2002-02-06
13289
13290 2002-02-05 [paul]
13291
13292         * po/es.po
13293                 updated by Ricardo Mones Lastra
13294
13295 2002-02-05 [paul]       0.7.0claws49
13296
13297         * sync with sylpheed 0.7.0cvs33
13298                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13299
13300 2002-02-05 [paul]       0.7.0claws48
13301
13302         * src/compose.c
13303                 re-add 'Edit/Advanced/Delete entire line', previously named
13304                 'Delete Line+'
13305
13306 2002-02-04 [paul]       0.7.0claws47
13307
13308         * src/compose.c
13309           src/summaryview.c
13310                 fix bug #494993 (Reply All not taking Reply-To into consi)
13311                 eliminate differences in behaviour of right-click 'Reply to all' 
13312                 in summary view and 'Reply to all' on the toolbar. 
13313                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13314                 view and From gets ignored by 'Reply to all' on toolbar.
13315                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13316                 From when no Reply-To header is present.
13317
13318 2002-02-04 [paul]       0.7.0claws46
13319
13320         * sync with sylpheed 0.7.0cvs30
13321                 see ChangeLog entries 2002-02-03 and 2002-02-04
13322
13323 2002-02-03 [melvin]     0.7.0claws45
13324
13325         * src/gtkspell.[ch]
13326                 Readded function to highlight all misspelled words.
13327                 Fixed bug where user-provided-words did not replace
13328                         correctly the misspelled word when using the mouse.
13329                 Fixed bug where checking a region selected from right to left did
13330                         not check the region at all.
13331                 Fixed bug where 'Check backwards' may not check at all. 
13332                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13333                 Fixed possible buffer overflow when checking for long strings (>1k).
13334                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13335                 Accelerators code uses now gtk_widget_add_accel.
13336                 Removed and disabled obsolete and unfinished code.
13337                 Cleaning up.
13338
13339         * src/compose.c
13340                 Added menu item to Highlight all misspelled words.
13341
13342 2002-02-01 [paul]       0.7.0claws44
13343
13344         * src/mainwindow.c
13345                 fix '/View/Hide read messages' sensitivity when all
13346                 messages in a folder are hidden
13347
13348 2002-02-01 [paul]       0.7.0claws43
13349
13350         * src/main.c
13351                 add --send option to command line interface, sends all
13352                 queued mail. Patch submitted by Ricardo Mones Lastra.
13353
13354 2002-01-31 [paul]       0.7.0claws42
13355
13356         * src/mainwindow.c
13357                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13358
13359 2002-01-31 [paul]       0.7.0claws41
13360
13361         * sync with sylpheed 0.7.0cvs27
13362                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13363                 and 2002-01-31
13364
13365         * src/textview.c
13366                 comment out elements of textview_show_part() as temporary
13367                 workaround for attachment 'Display as text' bug 
13368
13369         * po/pt_BR.po
13370                 updated by Fabio Junior Beneditto
13371
13372 2002-01-30 [paul]       0.7.0claws40
13373
13374         * sync with sylpheed 0.7.0cvs24
13375                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13376                 and 2002-01-30
13377
13378         * src/compose.c
13379                 add {N_("/_Spelling"), ... "<Branch>"} to 
13380                 GtkItemFactoryEntry compose_entries[]
13381
13382         * src/prefs_common.c
13383                 add claws menu items to prefs_keybind_apply_clicked()
13384                 and remove non-claws menu items
13385
13386 2002-01-29 [paul]       0.7.0claws39
13387
13388         * sync with sylpheed 0.7.0cvs22
13389                 see ChangeLog entries 2002-01-28 and 2002-01-29
13390
13391 2002-01-28 [melvin]     0.7.0claws38
13392
13393         * src/compose.c
13394                 Added the declartion of compose_send_control_enter.
13395
13396         * src/compose.c
13397         * src/gtkspell.[ch]
13398                 Added in a 'Spelling' menu which includes the configuration menu. 
13399                 Added a real 'Check all' and got rid from the old one which only
13400                 highlited misspelled word.
13401                 Made 'Check while typing' a disableable option.
13402                 Added a dialog when there are no more misspelled word.
13403                 Added a dialog if error occurs when switching to a dictionary.
13404         
13405         * src/prefs_common.[ch]
13406                 Added option for the default 'Check while typing' option.
13407
13408
13409 2002-01-28 [alfons]     0.7.0claws37
13410
13411         * src/compose.c
13412                 fix buglet and make code comply with sylpheed code style
13413
13414 2002-01-28 [paul]       0.7.0claws36
13415
13416         * sync with sylpheed 0.7.0cvs19
13417                 see ChangeLog entries for 2002-01-28
13418
13419 2002-01-28 [hoa]        0.7.0claws35
13420
13421         * src/defs.h
13422                 added rendererrc
13423
13424         * src/main.c
13425                 read the renderer config
13426
13427         * src/procmime.[ch]
13428                 use the renderer config to convert mime attachments
13429
13430         * src/textview.c
13431                 don't use textview_show_html/ertf,
13432                 use get_text_content instead
13433
13434 2002-01-27 [alfons]     0.7.0claws34
13435         
13436         * src/news.c
13437                 make sylpheed believe it can delete a news message...
13438                 (messages are NOT deleted, maybe we should remove
13439                 processing from the folder properties after all.)
13440
13441 2002-01-27 [alfons]     0.7.0claws33
13442
13443         * src/folder.c
13444                 add extra checks
13445         * src/news.c
13446                 implement remove_msg() 
13447
13448 2002-01-27 [alfons]     0.7.0claws32
13449
13450         * src/procmsg.h
13451         * src/procheader.c
13452         * src/messageview.c
13453                 fix return receipt / disposition notification again. this
13454                 stuff seems to break on _every_ major summary UI change, so
13455                 it's now implemented using a flag which is saved in the
13456                 marks cache
13457                 
13458 2002-01-26 [alfons]     0.7.0claws31
13459
13460         * src/import.c
13461                 let import dialog show the destination folder identifier
13462
13463 2002-01-26 [melvin]     0.7.0claws30
13464
13465         * src/folderview.c
13466         * src/summaryview.c
13467                 Readded 'Mark all read' into summary view popup menu
13468                 Added 'Mark all read' in folder view popup menu for IMAP
13469                 and NNTP.
13470                 Made it insensitive if the selected folder is not the shown
13471                 one to avoid 'Mark all read' on the wrong folder.
13472                 
13473 2002-01-26 [paul]       0.7.0claws29
13474
13475         * src/folderview.c
13476           src/summaryview.c
13477                 move 'Mark all read' from summary view to folder view
13478                 menu. (adapted from) patch submitted by Jeremy Andrews,
13479                 <lists@kerneltrap.com>
13480
13481 2002-01-25 [alfons]     0.7.0claws28
13482
13483         * src/gtkstext.c
13484                 put the gtk class name back so GtkSText adapts the 
13485                 settings of GtkText
13486
13487 2002-01-25 [alfons]     0.7.0claws27
13488
13489         * src/folderview.c 
13490                 assimilate Ricardo's patch that shows pixmaps instead of
13491                 plain "new" and "unread" texts in the folder view column
13492                 headers 
13493
13494 2002-01-25 [paul]       0.7.0claws26
13495
13496         * src/Makefile.am
13497                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13498                 be found in non-standard locations. 
13499                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13500
13501 2002-01-25 [paul]       0.7.0claws25
13502
13503         * sync with sylpheed 0.7.0cvs16
13504                 see ChangeLog entry 2002-01-25
13505
13506 2002-01-24 [paul]       0.7.0claws24
13507
13508         * more sync with sylpheed 0.7.0cvs15
13509                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13510
13511 2002-01-23 [sergey]     0.7.0claws23
13512
13513         * src/importldif.c
13514                 Fixed segfault when closing LDIF import wizard with
13515                 the window manager.
13516         * src/imageview.c
13517         * src/imageview.h
13518         * src/messageview.c
13519         * src/mimeview.c
13520                 Fixed wrong scrolling position after switching between
13521                 text and image parts.
13522
13523 2002-01-23 [paul]       0.7.0claws22
13524
13525         * sync with sylpheed 0.7.0cvs15
13526                 see ChangeLog entries 2002-01-22 and 2002-01-23
13527
13528 2002-01-21 [melvin]     0.7.0claws21
13529
13530         * src/prefs_scoring.c
13531         * src/prefs_filtering.c
13532                 Fixed bug where scoring and filtering windows stopped
13533                 autochecking.
13534
13535 2002-01-21 [paul]       0.7.0claws20
13536
13537         * sync with sylpheed 0.7.0cvs12
13538                 see ChangeLog entries 2002-01-20 and 2002-01-21
13539
13540 2002-01-21 [carsten]    0.7.0claws19
13541         * src/mainwindow.c
13542         * src/menu.[ch]
13543         * src/messageview.[ch]
13544         * src/summaryview.[ch]
13545                 changes to shortcuts handling again:
13546                         + "Q" now controled by mainwin
13547                         + v/V are now customizable and have slightly
13548                           different meanings
13549                 the "button" to minimize the messageview (and maximize
13550                 the summary view) is a real button now
13551         * src/compose.c
13552                 "Delete Line+" added to Edit/Advanced (this will also
13553                 delete the '\n')
13554
13555 2002-01-20 [melvin] 0.7.0claws18
13556
13557         * src/addressbook.c
13558                 Made "Bcc" sensitive when addressbook is called from
13559                 compose window (it was a Claws only bug).
13560
13561 2002-01-19 [alfons] 0.7.0claws17
13562
13563         * src/inc.c
13564                 prevent unnecessary updates when currently selected folder has
13565                 no new messages 
13566
13567 2002-01-19 [alfons] 0.7.0claws16
13568         
13569         * src/summaryview.c
13570                 prevent writing the cache based on current message list in summary 
13571                 view when filtering also put messages in currently selected folder
13572
13573 2002-01-19 [paul]
13574
13575         * po/it.po
13576                 Italian translation submitted by Alessandro Maestri
13577                 <a.maestri@cs.tin.it>
13578
13579 2002-01-18 [melvin]     0.7.0claws15
13580
13581         * src/prefs_filters.c
13582                 fixed bug where 'cancel' from 'filters' window stops autochecking
13583                 if the timer timed out  when the window was open.
13584
13585 2002-01-18 [match]      0.7.0claws14
13586
13587         * src/addrclip.[ch]     ** NEW FILE **
13588         * src/addrselect.[ch]   ** NEW FILE **
13589         * src/adbookbase.h      ** NEW FILE **
13590                 addressbook cut, copy and paste
13591         * src/addrbook.[ch]
13592         * src/addrcache.[ch]
13593         * src/addressitem.h
13594         * src/addrindex.[ch]
13595         * src/addritem.[ch]
13596         * src/importldif.c
13597         * src/importmutt.c
13598         * src/jpilot.[ch]
13599         * src/syldap.[ch]
13600         * src/vcard.[ch]
13601         * src/jpilot.[ch]
13602         * src/editbook.c
13603         * src/editjpilot.c
13604         * src/editldap.c
13605         * src/editvcard.c
13606                 support for copy/paste
13607         * src/addressbook.c
13608                 support for copy/paste
13609                 tidy up menu option processing
13610                 correct address list function arguments
13611         * src/editaddress.c
13612                 sort user attributes
13613         * src/ldif.h
13614         * src/mutt.h
13615                 tidy up
13616
13617         * src/addrbook.[ch]
13618         * src/addrbook.[ch]
13619         * src/addrbook.[ch]
13620                 
13621
13622 2002-01-18 [paul]       0.7.0claws13
13623
13624         * sync with sylpheed 0.7.0cvs8
13625                 configure.in: support Mac OS X (Darwin)
13626
13627 2002-01-18 [carsten]    0.7.0claws12
13628         * src/html.c
13629                 small hack to fix a segfault with an empty href
13630                 (reported by Alexandra Walford <deeni@altern.org>)
13631         * src/mainwindow.c
13632         * src/summaryview.c
13633                 the shortcuts for Mark und Mark as unread are hardcoded
13634                 again
13635         * src/compose.c
13636         * src/gtkstext.[ch]
13637                 readded the shortcuts in gtkstext but made them
13638                 customizeable (simply by adding a menu plus a wrapper
13639                 to compose.c)
13640
13641 2002-01-17 [melvin]     0.7.0claws11
13642
13643         * src/gtkspell.c
13644                 fix default dictionary not being saved.
13645
13646 2002-01-16 [darko]      0.7.0claws10
13647
13648         * src/compose.c
13649                 fix wrapping crash with URL longer than wrapping margin
13650
13651 2002-12-08 [hoa]        0.7.0claws10
13652
13653         * src/matcher_parser_parse.y
13654                 fixed some bugs
13655
13656         * src/prefs_filtering.c
13657                 now, we can use bounce action in the dialog box.
13658
13659 2002-01-16 [carsten]    0.7.0claws9
13660         * src/gtkstext.c
13661                 removed the <control> and <alt> shortcuts because they're
13662                 not needed and interefered with the "normal" shortcuts
13663         * src/mainwindow.c
13664         * src/summaryview.c
13665                 removed most of the hardcoded shortcuts and assigned
13666                 them to menu entries making them easy customizable by
13667                 that
13668
13669 2002-01-16 |melvin]     0.7.0claws8
13670
13671         * src/gtkspell.c
13672                 fixed bug where using the mouse and when the compose
13673                 window is not on top may result in a crash.
13674
13675 2002-01-16 [melvin]     0.7.0claws7
13676
13677         * src/compose.c
13678                 fixed a long standingspell checker bug which could 
13679                 cause a crash after sending a message.
13680
13681 2002-01-16 [paul]       0.7.0claws6
13682
13683         * sync with sylpheed 0.7.0cvs7
13684                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13685                 2002-01-15, and 2002-01-16
13686
13687 2002-01-16 [melvin]     0.7.0claws5
13688
13689         * README.claws
13690         * src/compose.c
13691         * src/gtkspell.[ch]
13692         * src/main.c
13693                 Heavily modified spell checker code to work around
13694                 ispell bug, to add keyboard shortcuts and for future
13695                 enhancements. See README.claws for usage information.
13696
13697 2002-01-15 [alfons]     0.7.0claws4
13698         
13699         * src/summaryview.c
13700                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13701                 so sorting within threads reflects sort mode
13702
13703 2002-01-15 [christoph]  0.7.0claws3
13704
13705         * src/procmsg.c
13706                 added alertpanel if mail sending failed
13707
13708 2002-01-15 [alfons]     0.7.0claws2
13709         
13710         * src/prefs_filtering.c
13711                 don't stop timer when prefs filtering dialog is opened
13712
13713 2002-01-14 [alfons]     0.7.0claws1
13714
13715         * src/addr_compl.c
13716         * src/prefs.c
13717                 remove debug_print()s for privacy reasons
13718
13719 2002-01-14 [darko]      0.7.0claws
13720
13721         * README.claws
13722                 quotation wrapping is now also in the main branch
13723
13724 2002-01-14 [paul]
13725
13726         * tools/filter_conv.pl
13727                 allow for Boolean Op and case-sensitivity
13728                 this file is included in the release and tagged
13729                 'rel_0_7_0'
13730
13731 2002-01-13 [paul]       0.7.0claws
13732
13733         * release 0.7.0, with cvs tag 'rel_0_7_0'
13734
13735 2002-01-13 [paul]
13736
13737         * tools/filter_conv.pl
13738         * tools/README
13739                 rewritten to output to matcherrc instead of filteringrc
13740
13741         * po/es.po
13742                 updated Spanish translation by Ricardo Mones Lastra
13743
13744 2002-01-13 [alfons]
13745
13746         * po/nl.po
13747                 update dutch translation
13748
13749 2002-01-13 [paul]
13750
13751         * po/pt_BR.po
13752                 Updated by Fabio Junior Beneditto 
13753
13754 2002-01-13 [melvin]     0.6.6claws53
13755
13756         * po/fr.po
13757                 Updated french translation
13758
13759 2002-01-12 [alfons]     0.6.6claws52
13760
13761         * src/filtering.c
13762                 plug mem leak that has been sitting there for ages              
13763
13764 2002-01-12 [alfons]     0.6.6claws51
13765
13766         * src/summaryview.c
13767                 undo melvin's changes from 0.6.6claws48 because summary
13768                 view now refuses to select first unread message when
13769                 selecting a folder 
13770
13771 2002-01-11 [alfons]     0.6.6claws50
13772
13773         * src/import.c
13774                 use claws' semantics for getting folder item when
13775                 importing an mbox file into a folder 
13776                 (submitted by Dale P. Smith)
13777
13778 2002-01-11 [christoph]  0.6.6claws49
13779
13780         * src/prefs.h
13781                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13782                 toggle widget, because non static prefs can not use
13783                 prefs_set_* functions
13784         * src/prefs_account.c
13785                 toggle smtp auth password field sensitivity if
13786                 user id is empty and add descrition of usage for
13787                 these fields
13788         * src/prefs_folder_item.c
13789                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13790                 callbacks
13791
13792 2002-01-11 [melvin]     0.6.6claws48
13793
13794         * src/compose.c
13795                 fix the 'Ctrl-Enter' feature for sending and test really
13796                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13797                 editables which was not documented in Gtk)
13798
13799         * src/summaryview.c
13800                 Made summaryview refresh after sorting and not before.
13801
13802 2002-01-11 [christoph]  0.6.6claws47
13803
13804         * src/compose.c
13805                 select account from account ids if possible and
13806                 correctly set save folder for copy in reedit
13807
13808 2002-01-10 [paul]       0.6.6claws46
13809
13810         * sync with sylpheed 0.7.0 release
13811                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13812                 2002-01-09
13813
13814 2002-01-09 [alfons]
13815
13816         * src/summaryview.c
13817                 remove more dirt traces...
13818
13819 2002-01-09 [alfons]
13820         
13821         * src/summaryview.c
13822                 clean up some traces of my debugging stuff
13823
13824 2002-01-09 [alfons]     0.6.6claws45
13825
13826         * src/filtering.c
13827                 break up filteringprop_apply() in three separate pieces
13828                 so we can drop messages that failed processing in the
13829                 inbox
13830
13831         * src/summaryview.c
13832                 fix bug #469598 "no refresh of inbox after filter" which 
13833                 was introduced by the new summary view locking, and which 
13834                 prevented the summary view to update after a manual filter 
13835                 message. claw's filter message requires a summary_show().
13836                 (aargh, summary_show() again! :-)
13837                 
13838 2002-01-07 [alfons]     0.6.6claws44
13839
13840         * src/headerwindow.c
13841         * src/logwindow.c
13842         * src/messageview.c
13843         * src/sourcewindow.c
13844                 bring in Hiro's last 0.7.0 wm class fixes
13845
13846         * tools/sylprint.pl
13847                 bring in Ricardo's fix for sylprint script
13848
13849         * AUTHORS       
13850         * src/rfc2015.[ch]
13851         * src/prefs_common.[ch]
13852         * src/prefs_account.[ch]
13853         * src/compose.c
13854                 clean up account preference poison in rfc2015,
13855                 and preparation to fix double sign bug 
13856                 (patch submitted by Simon 'corecode' Schubert)
13857
13858 2002-01-07 [christoph]  0.6.6claws43
13859
13860         * src/mh.c
13861                 search for free message number, do not only rely
13862                 on last_num
13863         * src/send.c
13864                 fix smtp auth and use extra account information
13865                 if available, if not use pop3 data instead
13866                 (closes bug #500341)            
13867         * src/ssl.[ch]
13868                 match coding style
13869
13870 2002-01-06 [alfons]     0.6.6claws42
13871
13872         * src/mainwindow.c
13873                 try making the separate windows work again...
13874
13875 2002-01-06 [alfons]     0.6.6claws41
13876
13877         * src/mainwindow.c
13878                 adapt Hiro's separate window menu (to get rid of the funny
13879                 duplicate menu items), and make it work again
13880
13881 2002-01-06 [alfons]     0.6.6claws40
13882
13883         * tools/Makefile.am
13884         * tools/sylprint.rc
13885         * tools/sylprint.pl
13886         * tools/README.sylprint
13887                 add sylprint script for printing mails from Sylpheed
13888                 (contributed by Ricardo Mones Lastra)
13889
13890         * src/acount.c
13891                 clean up
13892
13893 2002-01-06 [melvin]     0.6.6claws39
13894
13895         * src/mainwindow.c
13896         * src/summaryview.c
13897                 Fixed crash introduced in 0.6.6claws38 by the menu
13898                 reorganisation (Hide read messages)
13899         
13900         * ChangeLog.claws 
13901                 Fixed typo (we are now in 2002, alfons ;) )
13902
13903 2002-01-05 [alfons]     0.6.6claws38
13904
13905         * sync with sylpheed 0.6.6cvs10-17
13906                 (last stuff marked as LAST_STABLE)
13907
13908 2002-01-04 [melvin]     0.6.6claws37
13909
13910         * src/account.c
13911                 Made account selection code use strcasestr again instead of
13912                 g_strcasecmp (fixes bug where reediting queued messages
13913                 did not select proper account reported by T. Link).
13914         
13915         * src/folderview.c
13916                 Fix bug where folder icons are not shown when 'hide read messages'
13917                 is on.
13918         
13919         * src/stock_pixmaps.[ch]
13920                 Added folder icons for 'hide read messages'.
13921         
13922         * src/compose.c
13923                 Fixed bug where 'Enter' in a header entry will send the message 
13924                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13925
13926 2002-01-03 [melvin]     0.6.6claws36
13927         
13928         * src/prefs.[ch]
13929                 Added popup menu for common preferences and
13930                 account preferences (right click on tab displays
13931                                 a menu of all tabs.)
13932
13933 2002-01-02 [melvin]     0.6.6claws35
13934
13935         * src/gtkspell.[ch]
13936                 Made spelling code compatible with undo/redo feature.
13937                 Added creation of suggestion mode menu for the general
13938                         preferences.
13939         
13940         * src/prefs_common.[ch]
13941                 Added option menu for the speller's suggestion mode.
13942                 Added missing spaces in "..." buttons and made a "..."
13943                         button non translatable!
13944         
13945         * src/compose.c
13946                 Made speller use the default suggestion mode.
13947                 Hack to make it possible to choose 'CTRL-Enter' as a
13948                         shortcut for sending (and only for sending).
13949
13950         * src/prefs_folder_item.c
13951                 Changing subject simplification does not update cache 
13952                         anymore (because it is unnecessary).
13953                 Fixed bug where changing subject simplification updated the 
13954                         summaryview even when the viewed folder is not the
13955                         folder which properties are being changed. (E.g. 
13956                                         viewing folder A and changing
13957                                         the subject simplification of 
13958                                         folder B -not being viewed- updated the 
13959                                         summaryview of folder A with data of
13960                                         folder B). (Hope this is clear... )
13961
13962 2001-12-31 [alfons]     0.6.6claws34
13963         
13964         * src/ldif.c
13965         * src/mutt.c
13966                 fgetc() returns a signed integer which doesn't
13967                 fit in a char. so c truncates this to a char
13968                 but we may lose significant bits. i.e. we may
13969                 comparing 0xFF which may not be equal to -1
13970                 unless properly casted to signed char which
13971                 we won't do because fgetc() returns a signed
13972                 integer which doesn't fit in a char. so c 
13973                 truncates this to a char but we may lose 
13974                 significat bits. (you got the idea, thanks
13975                 to Gustavo Noronha Silva <kov@debian.org>
13976                 and the Debian folks!)
13977
13978 2001-12-30 [alfons]     0.6.6claws33
13979
13980         * src/prefs_common.c
13981                 add #ifdef USE_PSPELLs that Melvin forgot               
13982
13983 2001-12-30 [melvin]     0.6.6claws32
13984         
13985         * src/prefs_common.[ch]
13986                 Added configurable color for misspelled words.
13987
13988         * src/gtkspell.[ch]
13989                 Fixed bug of foreground text color (reported by David
13990                                 Mehrmann)
13991                 Added configurable color for misspelled words.
13992
13993 2001-12-30 [alfons]     0.6.6claws31
13994
13995         * src/folder.c
13996                 remove unnecessary things someone put there
13997
13998         * src/mh.c
13999         * src/folder.[ch]
14000                 make folder properties (like threading and sorting) persistent
14001                 (closes bug #497424 "rescan folder tree resets proprieties")
14002                 currently this is only for MH folders. 
14003
14004 2001-12-29 [melvin]     0.6.6claws30
14005
14006         * src/string_match.[ch]
14007                 Optimized a bit: regexp pattern buffer compiled only once, and
14008                   one subroutine call removed. Fixed ^ regexp search: Now, 
14009                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14010         
14011         * src/summaryview.c
14012                 Subject filtering changed to filter summary columns and
14013                   not directly the messages subject cache. The loss in 
14014                   performance is balanced by the improvement of string_match.
14015                 Added an alert panel if there is an error in the regexp.
14016
14017         * src/src/prefs_folder_item.h
14018                 Added a regexp pattern buffer.
14019
14020 2001-12-28 [alfons]     0.6.6claws29
14021
14022         * src/string_match.[ch]
14023                 clean up name space
14024                 allow compilation *BSD
14025
14026 2001-12-27 [alfons]     0.6.6claws28
14027
14028         * src/filter.c
14029                 sync the Hiro's bug fix for BSD
14030
14031 2001-12-27 [melvin]     0.6.6claws27
14032         
14033         * src/compose.c
14034                 Simplify focus to subject entry code.
14035
14036 2001-12-27 [darko]      0.6.6claws26
14037
14038         * src/filtering.c
14039         * src/mbox_folder.c
14040         * src/messageview.c
14041         * src/mh.c
14042         * src/procheader.[ch]
14043         * src/procmsg.h
14044         * src/stock_pixmap.[ch]
14045         * src/summaryview.c
14046                 Show key icon for encrypted mails in summary view
14047
14048         * src/pixmaps/clip.xpm
14049         * src/pixmaps/clipkey.xpm
14050         * src/pixmaps/key.xpm
14051                 New/modified icons for the above
14052
14053 2001-12-27 [melvin]     0.6.6claws25
14054
14055         * src/prefs_common.c
14056                 Put spell checker options in a separate tab to decrease
14057                 the Common Preferences window height.
14058
14059         * README.claws  
14060                 Update spell checker usage instruction about its options
14061                 location.
14062
14063 2001-12-27 [melvin]     0.6.6claws24
14064
14065         * src/compose.c
14066                 Changed subject entry widget position. Initial focus is
14067                 on the To header instead of the subject entry.
14068                 Creating a new header scrolls the header list to make the
14069                 created one visible. Nevertheless, when automatically filling
14070                 headers, the first one is shown.
14071                 A Tab key press in the last empty header entry zips the 
14072                 focus to the subject entry.
14073                 (I did not change the combo boxes, yet)
14074
14075 2001-12-26 [alfons]     0.6.6claws23
14076
14077         * src/prefs_account.c
14078         * src/inc.c
14079                 allow default inbox to reside in another mailbox (only
14080                 works for POP3 accounts)
14081
14082 2001-12-26 [alfons]     0.6.6claws22
14083         
14084         * src/textview.c
14085                 make reply-on-click work with the account of the selected folder
14086         * src/compose.c
14087                 put a fixme here to remind me to fix finding correct default
14088                 account for nested folders
14089
14090 2001-12-25 [alfons]     0.6.6claws21
14091
14092         * src/summaryview.c
14093                 make column headers display locked and mark pixmaps (idea by Melvin) 
14094                 fix bug by adding score and locked column type to sort array
14095
14096 2001-12-25 [alfons]     0.6.6claws20
14097         
14098         * src/summaryview.c
14099                 catch a *potentially* inadvertent write back of  
14100                 the message cache(s) introduced by 0.6.5claws37
14101
14102 2001-12-25 [christoph]  0.6.6claws19
14103
14104         * src/stock_pixmap.[ch]
14105         * src/summaryview.c
14106                 add ignore thread pixmap
14107                 (can someone draw a better icon for this?)
14108
14109 2001-12-24 [alfons]     0.6.6claws18
14110
14111         * src/prefs_folder_item.c
14112                 make address completion actually work for the
14113                 Default To address in the Folder Property dialog.
14114
14115 2001-12-24 [alfons]     0.6.6claws17
14116         
14117         * src/summaryview.c
14118                 use new style regexp for subject stripping 
14119                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14120
14121 2001-12-24 [darko]      0.6.6claws16
14122
14123         * src/pgptext.c
14124         * src/rfc2015.c
14125                 move GPG related informational messages to debug mode
14126
14127 2001-12-23 [alfons]     0.6.6claws15
14128
14129         * src/stock_pixmap.[ch]
14130         * src/summaryview.c
14131                 add the forgotten Claws' locked pixmap
14132
14133 2001-12-23 [alfons]     0.6.6claws14
14134
14135         * src/filesel.c
14136                 accept file name typed in entry in multi file
14137                 selector (patch submitted by Gustavo Noronha Silva 
14138                 <kov@debian.org>)
14139
14140 2001-12-23 [alfons]     0.6.6claws13
14141
14142         * src/prefs_filter.c
14143         * src/prefs_filtering.c
14144         * src/matcher.c
14145         * src/importmutt.c
14146                 clean up a little bit
14147         
14148         * src/string_match.c
14149                 validate input strings a little bit more
14150
14151 2001-12-23 [alfons]     0.6.6claws12
14152
14153         * src/Makefile.am
14154         * src/summaryview.c
14155         * src/string_match.[ch]         ** NEW **
14156         * src/folderview.[ch]
14157         * src/headerview.h
14158         * src/folder.[ch]
14159         * src/prefs_folder_item.[ch]
14160                 add subject simplification to strip out strings from
14161                 a subject line (esp. handy for mailing lists). 
14162                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14163                 but slightly changed things for better integration.)
14164
14165 2001-12-23 [alfons]     0.6.6claws11
14166
14167         * src/mainwindow.c
14168                 fix bug introduced by submission included in 0.6.5claws52.
14169                 ideally this submission should clean the trash if any trash
14170                 folder has a message. however, the hasTrash variable was
14171                 set to false whenever a trash folder was empty (discarding
14172                 a previously found *filled* trash folder.)
14173
14174                 also edited the code a little bit and made it more safe.
14175
14176 2001-12-22 [alfons]     0.6.6claws10
14177
14178         * src/imap.c
14179                 quick fix for Martin Pool's omission of an account
14180                 specific SSL setting
14181
14182 2001-12-22 [alfons]     0.6.6claws9
14183
14184         * src/compose.c
14185         * src/messageview.c
14186         * src/mimeview.c
14187         * src/pgptext.c
14188         * src/procmime.[ch]
14189                 better support for multipart/digest (submitted
14190                 by Fredrik <e98fo@efd.lth.se>)
14191
14192 2001-12-22 [alfons]     0.6.6claws8
14193
14194         * src/addressbook.c
14195                 correct function signature
14196         * src/socket.[ch]
14197         * src/imap.[ch]
14198         * src/prefs_account.[ch]
14199                 allow IMAP over SSH tunnel (patch submitted by 
14200                 Martin Pool <mbp@samba.org>)
14201
14202 2001-12-21 [alfons]     0.6.6claws7
14203
14204         * sync with sylpheed 0.6.6cvs4-9
14205                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14206
14207 2001-12-21 [christoph]  0.6.6claws6
14208
14209         * src/compose.c
14210         * src/prefs_folder_item.[ch]
14211                 implement saving of outgoing messages to current folder.
14212                 fix segfault when no default outbox is available
14213                 (closes bug #495683)
14214
14215 2001-12-21 [carsten]    0.6.6claws5
14216         * src/folderview.c
14217         * src/summaryview.c
14218                 pressing CTRL while DND does now the expected thing and
14219                 copies the mail (moving is still the default, as this
14220                 seam more appropriate for handling mails by DND)
14221
14222 2001-12-18 [paul]       0.6.6claws4
14223
14224         * sync with sylpheed 0.6.6cvs3
14225                 see ChangeLog entries 2001-12-18
14226
14227 2001-12-18 [hiro]       0.6.6claws3
14228
14229         * src/undo.c
14230                 fix for multibyte characters (obtain the number of letters
14231                 instead of bytes).
14232
14233 2001-12-17 [paul]       0.6.6claws2
14234
14235         * sync with sylpheed 0.6.6cvs1
14236                 see ChangeLog entry 2001-12-16
14237
14238 2000-12-17 [alfons]     0.6.6claws1
14239
14240         * src/filtering.c
14241                 clean up
14242
14243 2001-12-16 [paul]       0.6.6claws
14244 2001-12-15
14245
14246         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14247
14248         * src/mimeview.c
14249                 last minute sync with main 0.6.6
14250
14251         * po/es.po
14252                 updated by Ricardo Mones Lastra
14253                 update for last minute sync
14254         * po/fr.po
14255         * po/nl.po
14256                 update for last minute sync
14257         * po/de.po
14258                 updated by Jens Oberender
14259         * po/pt_BR.po
14260                 updated by Fabio Junior Beneditto
14261
14262         * src/prefs_common.[ch]
14263         * src/undo.c
14264                 number of undo levels is user configurable
14265                 (squeeze it into the release in the dying
14266                 moments) Submitted by Jens Oberender    
14267
14268 2001-12-15 [melvin]
14269
14270         * po/fr.po
14271                 updated french translation
14272
14273 2001-12-15 [paul]       0.6.5claws92
14274
14275         * sync with sylpheed 0.6.5cvs28
14276                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14277
14278         * po/nl.po
14279                 update to allow for sync
14280
14281 2001-12-15 [alfons]
14282         
14283         * po/nl.po
14284                 update dutch translation
14285
14286 2001-12-14 [carsten]    0.6.5claws91
14287         * src/summaryview.c
14288                 fixed bug #473785; also after changing the column order
14289                 the same message will be selected and displayed as before
14290                 the reordering
14291
14292 2001-12-14 [carsten]    0.6.5claws90
14293         * src/folderview.c
14294                 probably found the bug reported by wwb opening or closing
14295                 a folder tree just before dnd (found the solution in the
14296                 balsa source -- thanks to them)
14297
14298 2001-12-14 [carsten]    0.6.5claws89
14299         * src/gtkutils.c
14300         * src/account.c
14301                 moved gtk_clist_moveto to the right place, so that
14302                 only the accounts dialog is effected on opening
14303
14304 2001-12-14 [carsten]    0.6.5claws88
14305         * src/gtkutils.c
14306                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14307                 now, so that the focused row will be seen in any case
14308                 (reported by wwp on sf-claws-user)
14309
14310 2001-12-14 [darko]      0.6.5claws87
14311
14312         * src/compose.c
14313                 remove unnecessary line
14314
14315 2001-12-14 [paul]       0.6.5claws86
14316
14317         * sync with sylpheed 0.6.5cvs27
14318                 see ChangeLog entries 2001-12-14
14319
14320 2001-12-14 [carsten]    0.6.5claws85
14321         * src/mainwindow.c
14322                 following a suggestion of Melvin the rcoabm pops up
14323                 right under the button now and the button is reliefed
14324                 while the popup is open
14325
14326 2001-12-14 [darko]      0.6.5claws84
14327
14328         * src/compose.c
14329                 fix crash when wrapping long lines if linewrap quotation
14330                 is disabled and wrapper encounters a word spanning more
14331                 than one line
14332
14333 2001-12-13 [paul]       0.6.5claws83
14334
14335         * src/compose.c
14336                 prefer 'Reply-To' header over mailing list header when
14337                 replying to a message. Finally prevent all those confirmation 
14338                 messages being sent to the list itself.
14339
14340         * src/summaryview.c
14341                 remove unused summary_set_menu_sensitive() entry
14342
14343 2001-12-13 [paul]       0.6.5claws82
14344
14345         * src/folderview.c
14346         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14347         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14348         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14349                 improvements to 'Hide read messages': Inbox, Outbox,
14350                 Trash, Queue, and Draft icons now reveal presence of hidden 
14351                 messages
14352
14353 2001-12-12 [alfons]     0.6.5claws81
14354
14355         0.6.5claws80 was tagged as LAST_STABLE
14356
14357         * src/filtering.[ch]
14358         * src/matcher.[ch]
14359         * src/matcher_parser_lex.c
14360                 fix the filtering; my last attempt to get it right, 
14361                 if it does not work, it's Hoa's turn. ;-)
14362
14363                 for my honourable peers:
14364                 
14365                 the code now makes a clear distinction between
14366                 rules as they are displayed (probably escaped),
14367                 and as they are executed (probably unescaped). the
14368                 parser does *NOT* do any unescaping, this is
14369                 the task of the matcher.c (which breaks up a
14370                 rule into condition) and the filtering.c (which
14371                 breaks up the rule's action). to make this
14372                 run happily we provide an unescaped copy of
14373                 crucial strings to the MatcherProp and 
14374                 FilteringAction structures. note that the only
14375                 exception to this is any REGEXP string. those
14376                 are directly passed to regcomp() and regexp()
14377                 (who have much more powerful unescape functions).
14378                 
14379                 for everyone else:
14380         
14381                 you can escape tab (\t), carriage return (\r),
14382                 linefeed (\n), form feed (\f), quote (\"), 
14383                 single quote (\'), bell (\b) in all the entry
14384                 lines in the scoring & filtering dialogs.
14385                 as an added bonus this should not affect
14386                 existing filtering rules.
14387
14388 2001-12-12 [carsten]    0.6.5claws80
14389
14390         * src/summaryview.c
14391         * po/de.po
14392                 "item(s) selected" is now sensitive to 1 or more
14393                 than one selected (nice for language where simple
14394                 adding of a "s" is not possible as German (Eintrag
14395                 ->Eintr"age)
14396                 
14397                 the "forward as attachment" entry from the right
14398                 click menu removed, "forward" acts following the
14399                 prefs
14400         
14401         * src/textview.c
14402                 reverted my former changes; so compiler warning again
14403                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14404                 nevertheless
14405
14406         * src/messageview.c
14407                 "search in message" does now *not* only work in MVIEW_TEXT
14408                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14409                 message
14410
14411         * src/mainwindow.c
14412                 removed "/File/_Close" as it was the same as "/File/E_xit"
14413                 and we don't need it two times
14414
14415                 the separate folder view and message view now get a distinct
14416                 WMCLASS, just in case someone is using sawfish ;-)
14417
14418                 as the menu entries "/View/Message view" and "/View/Folder tree"
14419                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14420                 make them sensitive accordingly and as these two are "shown"
14421                 after startup anytime check this menuitem at startup
14422
14423 2001-12-12 [paul]       0.6.5claws79
14424
14425         * src/folderview.c
14426                 fix sensitivity of 'Search folder...', broken in
14427                 0.6.5claws75
14428
14429         * src/mainwindow.c
14430                 fix dodgy English
14431
14432 2001-12-11 [carsten]    0.6.5claws78
14433         * src/filtering.c
14434                 fixed two typos returning a wrong FALSE/TRUE
14435         * src/mainwindow.[ch]
14436                 extra menu for email/news button removed
14437
14438 2001-12-11 [alfons]     0.6.5claws77
14439         
14440         * src/matcher.c                 (1.3)
14441         * src/matcher_parser_lex.l      (1.28)
14442                 revert for another attempt
14443                 mark 0.6.5claws77 as LAST_STABLE
14444
14445 2001-12-11 [christoph]  0.6.5claws76
14446
14447         * po/de.po
14448                 fixed wrong translation for prev. unread msg
14449
14450 2001-12-11 [paul]       0.6.5claws75
14451
14452         * src/folder.[ch]
14453         * src/folderview.c
14454         * src/mainwindow.c
14455         * src/summaryview.[ch]
14456         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14457                 enable ability to hide read messages on per folder basis via 
14458                 '/Summary/Hide read messages'; when selected, a folder will 
14459                 have a red open folder icon, instead of a blue icon, if the 
14460                 folder contains hidden messges
14461                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14462
14463         * src/mainwindow.c
14464                 remove '/Message/Forward as attachment' from 
14465                 main_window_set_menu_sensitive() to prevent debug warning
14466
14467         * src/folderview.c
14468         * src/mainwindow.c
14469                 Clean up some of the English
14470
14471         * tools/newscache_clean.pl
14472                 allow for new 'hidereadmsgs' entry in folderlist.xml
14473
14474         * po/es.po
14475                 updated translation, submitted by Ricardo Mones Lastra
14476
14477 2001-12-11 [paul]       0.6.5claws74
14478
14479         * sync with sylpheed 0.6.5cvs25
14480                 see ChangeLog entry 2001-12-11
14481
14482 2001-12-10 [alfons]     0.6.5claws73
14483
14484         * src/matcher.c
14485                 add more control characters
14486         * src/matcher_parser_lex.l
14487                 make escaping / unescaping work again
14488
14489 2001-12-10 [alfons]     0.6.5claws72
14490
14491         * src/imap.c
14492                 clean up warnings "returning value for void function" 
14493         * src/prefs_filtering.c
14494                 make info button for execute action sensitive
14495
14496 2001-12-10 [paul]       0.6.5claws71
14497
14498         * src/compose.c
14499         * src/imap.[ch]
14500         * src/summaryview.c
14501                 fix: imap server now gets informed of MARKED, UNMARKED
14502                 and REPLY events. Now people can use different IMAP-Mail
14503                 clients and have the exact same information about MARKED,
14504                 UNMARKED and REPLY status with all of them. Especially
14505                 useful for imap servers with a web-frontend.
14506                 submitted by Tobias Sandhaas <medlor@web.de>
14507
14508 2001-12-09 [melvin]     0.6.5claws70
14509         
14510         * src/textview.[ch]
14511                 fixed bug #490076 (hunted down by Alfons who implemented
14512                 a workaround in 0.6.5claws65)
14513
14514 2001-12-09 [christoph]  0.6.5claws69
14515
14516         * src/summaryview.c
14517                 set pointer to string in LOCKED column to NULL
14518                 (might fix bug #490800)
14519
14520 2001-12-09 [carsten]    0.6.5claws68
14521
14522         * po/de.po
14523                 resolved some cluttered menu shortcuts 
14524                 ('creating new email' and 'creating news message'
14525                 hade the same)
14526         * src/compose.c
14527                 wmclass now distinc from main window
14528         * src/mainwindow.c
14529           src/mainwindow.h
14530                 email/news and forward button functionality similar
14531                 to the reply buttons; removed the ugly dropdown arrows
14532                 and use instead the right mouse button
14533
14534 2001-12-09 [paul]       0.6.5claws67
14535
14536         * src/imap.c
14537         * src/utils.h
14538                 allow spaces in imap folder names
14539                 submitted by Willem van Engen <wvengen@stack.nl>
14540
14541 2001-12-09 [paul]       0.6.5claws66
14542
14543         * sync with sylpheed 0.6.5cvs24
14544                 see ChangeLog entry 2001-12-09
14545
14546 2001-12-08 [alfons]     0.6.5claws65
14547
14548         * src/textview.c
14549                 prevent secondary selection claim after "add to sender" dialog
14550                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14551                 we trick GTK by simulating a click at (0, 0) in the textview.
14552
14553 2001-12-08 [hoa]        0.6.5claws64
14554
14555         * src/folder.c
14556                 fixed a bug about the .processing folder name while filtering
14557
14558 2001-12-08 [alfons]     0.6.5claws63
14559
14560         * src/folderview.c 
14561                 work around problem of not correctly updating folder stats
14562                 when deleting messages. there's some folder scanning evil
14563                 going so the folderview_update_msg_num() does not work
14564                 correctly. need to investigate this.
14565
14566 2001-12-08 [paul]       0.6.5claws62
14567
14568         * sync with sylpheed 0.6.5cvs23
14569                 see ChangeLog entry 2001-12-08
14570
14571 2001-12-07 [christoph]  0.6.5claws61
14572
14573         * src/compose.c
14574                 fix another header translation problem
14575
14576 2001-12-07 [alfons]     0.6.5claws60
14577
14578         * src/mbox.c
14579                 make filtering also work on local spool mbox
14580
14581 2001-12-07 [carsten]    0.6.5claws59
14582         * src/addressbook.c
14583                 addressbook window gets a wmclass distinct from the main
14584                 sylpheed window
14585         * src/compose.h
14586         * src/mainwindow.[ch]
14587                   forward menu item will use mode selected in prefs, forward 
14588                 as attatchment in menu removed (will be substituted in the
14589                 toolbar similar to reply buttons)
14590                   create news message menu entry and news button is now 
14591                 sensitive to the existance of a news account
14592         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14593         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14594         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14595                 these are removed because the toolbar buttons don't show
14596                 the quoting modus any longer
14597
14598 2001-12-07 [paul]
14599
14600         * tools/newscache_clean.pl      ** NEW FILE **
14601                 perl script to do some tidying up in the newscache directory 
14602                 
14603         * tools/sylpheed-switcher       ** NEW FILE **
14604                 perl script to enable easy switching between main and claws
14605                 
14606         * tools/README
14607                 added descriptions of the two new perl scripts          
14608
14609
14610 2001-12-07 [melvin]     0.6.5claws58
14611
14612         * src/messageview.c
14613                 fixed a warning during compilation introduced in 0.6.5claws56
14614
14615 2001-12-07 [paul]       0.6.5claws57
14616
14617         * src/mainwindow.[ch]
14618         * src/menu.[ch]
14619                 further usability enhancements to replying with or without 
14620                 quoting via the toolbar, use of Ctrl key is replaced by 
14621                 drop down menu 
14622                 Submitted by Carsten Schurig            
14623
14624 2001-12-07 [melvin]     0.6.5claws56
14625
14626         * src/messageview.c
14627                 hack to fix bug that prevented to make/paste selections
14628                 after switching between MVIEW_TEXT and MVIEW_MIME views
14629                 without deselecting the selection first.
14630
14631 2001-12-06 [alfons]     0.6.5claws55
14632
14633         * src/filtering.[ch]
14634         * src/inc.c
14635                 revise filtering a little bit more, and make sure
14636                 messages are delivered to the appropriate inbox
14637                 (perhaps set per account)
14638
14639 2001-12-06 [paul]       0.6.5claws54
14640
14641         * sync with sylpheed 0.6.5cvs22
14642                 see ChangeLog entry 2001-12-06
14643
14644 2001-12-05 [alfons]     0.6.5claws53
14645
14646         * src/inc.c
14647         * src/folder.[ch]
14648         * src/procmsg.c
14649         * src/filtering.c
14650                 more revisions of filtering system
14651                 (last stable version is marked as LAST_STABLE)
14652                 
14653                 | NOTE 1): the filtering system now uses a local folder called
14654                 | .processing. if filtering fails, check this directory
14655                 | for missing messages.
14656                 |
14657                 | NOTE 2): help us find the filtering actions still missing
14658
14659 2001-12-05 [paul]       0.6.5claws52
14660
14661         * src/mainwindow.c
14662                 fix bug where 'Empty Trash?' pop-up window appears even
14663                 when Trash is empty, submitted by Jesse Skinner         
14664
14665 2001-12-05 [melvin]     0.6.5claws51
14666
14667         * src/compose.c
14668                 fixed bug #486106 to select correct account when reediting 
14669                 a queued message
14670         
14671 2001-12-04 [alfons]     0.6.5claws50
14672
14673         * src/mh.c
14674                 declare markfile in appropriate functions when
14675                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14676                 for spotting this)
14677
14678 2001-12-04 [paul]       0.6.5claws49
14679
14680         * sync with sylpheed 0.6.5cvs21
14681                 see ChangeLog entry 2001-12-04
14682
14683 2001-12-03 [christoph]  0.6.5claws48
14684
14685         * po/de.po
14686                 changed translation of undo
14687         * src/account.c
14688         * src/folder.c
14689                 don't reinvent the wheel to traverse a GNode
14690         * src/compose.[ch]
14691                 seperate code to create the compose gui into functions
14692                 add "Others" page with folder selection for saving copy
14693                 of the message.
14694                 the folder identifier is saved to queue header
14695         * src/procmsg.c
14696                 save message to folder in queue header
14697
14698 2001-12-03 [paul]       0.6.5claws47
14699
14700         * sync with sylpheed 0.6.5cvs20
14701                 see ChangeLog entry 2001-12-03
14702
14703 2001-12-01 [paul]
14704
14705         * more sync with sylpheed 0.6.5cvs19
14706                 see ChangeLog entry 2001-11-29
14707
14708 2001-11-30 [paul]       0.6.5claws46
14709         
14710         * src/compose.c
14711                 remove conflicts introduced by Hoa's last commit
14712          
14713         * src/mainwindow.c
14714                 make 'Message/Bounce' sensitive
14715
14716 2001-11-30 [hoa]        0.6.5claws45
14717
14718         * src/compose.c
14719                 slightly change bounce function to add
14720                 information about the user that bounced the mail
14721                 in the From header line.
14722
14723         * src/folderview.c
14724                 permit the use of processing in outbox folder.
14725
14726 2001-11-29 [paul]       0.6.5claws44
14727
14728         * src/mainwindow.[ch]
14729         * src/prefs_common.c
14730         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14731         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14732         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14733                 usability enhancements to the quoting, implements
14734                 use of Ctrl key to toggle quoting settings
14735                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14736
14737 2001-11-29 [paul]       0.6.5claws43
14738         
14739         * sync with sylpheed 0.6.5cvs19
14740                 see ChangeLog entry 2001-11-28
14741
14742 2001-11-29 [melvin]     0.6.5claws42
14743         * src/Makefile.am
14744                 added enriched.[ch] to the list of files
14745
14746         * src/textview.c
14747         * src/mimeview.c
14748         * src/procmime.[ch]
14749         * src/enriched.[ch]
14750                 added support to view text/enriched
14751                 added support to show headers in message view for text/enriched and text/html
14752                         in non multipart messages
14753
14754 2001-11-28 [paul]       0.6.5claws41
14755
14756         * more sync with sylpheed 0.6.5cvs18
14757                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14758
14759 2001-11-27 [paul]       0.6.5claws40
14760         
14761         * po/pt_BR.po
14762                 updated translation, submitted by Fabio Junior Beneditto
14763                 
14764         * sync with sylpheed 0.6.5cvs18
14765                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14766                 2001-11-27
14767
14768
14769 2001-11-26 [paul]
14770
14771         * po/es.po
14772                 updated translation, submitted by Ricardo Mones Lastra
14773
14774 2001-11-26 [alfons]
14775
14776         * src/matcher.c
14777                 add more translatable strings
14778
14779 2001-11-26 [christoph]  0.6.5claws39
14780
14781         * po/de.po      
14782                 fixed one more umlaut
14783         * src/compose.c
14784                 fix translated header when it should not be translated
14785
14786 2001-11-26 [paul]       0.6.5claws38
14787
14788         * src/mainwindow.c
14789                 remove '/Message/Add Sender to address book' from 
14790                 main_window_set_menu_sensitive(), prevent debug warning
14791                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14792
14793 2001-11-26 [paul]       0.6.5claws37
14794
14795         * src/summaryview.c
14796                 fix 'recurring unread state' bug 
14797
14798         * tools/README 
14799         * tools/filter_conv.pl
14800                 read name of top level mailbox from folderlist.xml
14801                 and presume nothing about its name              
14802
14803 2001-11-26 [darko]      0.6.5claws36
14804
14805         * src/gtkstext.[ch]
14806                 removed functions that are now in gtkutils.c
14807                 use gtkut_text_is_uri_string() from gtkutils.c
14808         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14809
14810 2001-11-26 [paul]       0.6.5claws35
14811
14812         * sync with sylpheed 0.6.5cvs16
14813                 see ChangeLog entries 2001-11-25 and 2001-11-26
14814
14815 2001-11-25 [alfons]     0.6.5claws34
14816
14817         EXPERIMENTAL!!! Please checkout the last stable version using: 
14818           
14819         % cvs update -r LAST_STABLE -dRAP
14820
14821         (Or help us testing this stuff.)
14822
14823         * src/filtering.c               (1.14)
14824         * src/filtering.h               (1.6)
14825         * src/inc.c                     (1.28)
14826         * src/matcher.c                 (1.20)
14827         * src/mbox.c                    (1.9)
14828         * src/procmsg.h                 (1.14)
14829         * src/summaryview.c             (1.59)
14830         * src/summaryview.h             (dunno)
14831                 revert/merge/sync to as it was before commit 
14832                 on Thu, 19 Jul 2001 10:15:51 -0700.
14833
14834 2001-11-25 [hoa]        0.6.5claws33
14835
14836         * src/main.c
14837                 processing mails at startup
14838
14839         * src/folderview.c
14840         * src/summaryview.[ch]
14841                 processing mails when entering folder
14842
14843         * src/prefs_filtering.c
14844                 fixed some UI bugs
14845
14846 2001-11-24 [alfons]     0.6.5claws32
14847
14848         * src/summaryview.[ch]
14849                 make summary sort headers work, and also make
14850                 sure the sort type is stored
14851
14852 2001-11-23 [alfons]     0.6.5claws31
14853
14854         * src/summaryview.[ch]
14855                 make lock work like mark
14856                 disallow deleting messages marked as locked
14857
14858 2001-11-23 [alfons]     0.6.5claws30
14859
14860         * src/gtkstext.c
14861         * src/compose.[ch]
14862         * src/Makefile.am
14863         * src/undo.[ch]
14864                 merge undo patch submitted by Jens
14865
14866 2001-11-23 [christoph]  0.6.5claws29
14867
14868         * src/.cvsignore
14869                 added ylwrap
14870         * src/compose.c
14871                 fixed gpg signing and encoding
14872         * src/folder.[ch]
14873         * src/main.c
14874                 added --status option to get new, unread and total
14875                 message count from a running sylpheed
14876         * src/prefs_common.c
14877                 temporary fix for reply_with_quote problem
14878                 (don't call functions for non existing widget)
14879         * src/procmsg.c
14880                 one more check for ignored threads but still not
14881                 always working correctly. probably a recursive
14882                 check for all parents is needed
14883
14884 2001-11-23 [darko]      0.6.5claws28
14885
14886         * src/compose.c
14887                 wrapping on send improvements
14888         * src/gtkutils.[ch]
14889                 fix for GtkSText after last sync with main branch
14890                 GTK_TEXT -> GTK_STEXT
14891
14892 2001-11-23 [paul]       0.6.5claws27
14893
14894         * sync with sylpheed 0.6.5cvs14
14895                 see ChangeLog entries 2001-11-22 and 2001-11-23
14896                 
14897         * po/de.po
14898                 fixed the scrambled umlauts 
14899                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14900
14901 2001-11-21 [paul]       0.6.5claws26
14902
14903         * sync with sylpheed 0.6.5cvs12
14904                 see 2nd ChangeLog entry dated 2001-11-20
14905
14906 2001-11-20 [paul]       0.6.5claws25
14907
14908         * sync with sylpheed 0.6.5cvs11
14909                 see ChangeLog entry 2001-11-19 (src/utils.c)
14910
14911 2001-11-20 [hiro]
14912
14913         * src/compose.c
14914                 GTK_TEXT -> GTK_STEXT
14915                 fix for wrong comment
14916
14917 2001-11-20 [hiro]       0.6.5claws24
14918
14919         * src/compose.[ch]
14920                 more merges from main branch
14921                 removed fatal warnings (uninitialized variables etc.)
14922                 some coding style fix
14923         * src/gtkutils.h
14924                 fixed typo.
14925         * src/addressbook.c
14926           src/addrindex.c
14927                 V-Card -> vCard
14928
14929 2001-11-19 [hoa]        0.6.5claws23
14930
14931         * src/filtering.c
14932         * src/prefs_scoring.c
14933         * src/matcher.[ch]
14934         * src/scoring.c
14935                 cleaning code
14936
14937         * src/matcher_parser_parse.y
14938         * src/prefs_filtering.c
14939                 bouncing
14940
14941 2001-11-19 [alfons]     0.6.5claws22
14942
14943         more of my old things into claws
14944
14945         * src/Makefile.am
14946         * src/prefs_common.c
14947         * src/procmsg.h
14948         * src/summaryview.[ch]
14949         * src/prefs_summary_column.c
14950         * src/pixmaps/locked.xpm
14951                 add indicators for locking of message in summary view
14952                 (does not work yet, only visual indicator)
14953
14954 2001-11-19 [paul]       0.6.5claws21
14955
14956         * sync with sylpheed 0.6.5cvs10
14957                 see ChangeLog entry 2001-11-19
14958
14959 2001-11-18 [alfons]     0.6.5claws20
14960         
14961         * src/filtering.c
14962                 remove an inadvertent free I forgot in previous clean up 
14963
14964 2001-11-18 [alfons]     0.6.5claws19
14965
14966         * src/filtering.[ch]
14967                 clean up & plug leaks
14968
14969 2001-11-18 [paul]       0.6.5claws18
14970
14971         * sync with sylpheed 0.6.5cvs9
14972                 see ChangeLog entries 2001-11-17 and 2001-11-18
14973
14974 2001-11-16 [paul]       0.6.5claws17
14975
14976         * sync with sylpheed 0.6.5cvs8
14977                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14978
14979 2001-11-16 [paul]       0.6.5claws16
14980
14981         * sync with sylpheed 0.6.5cvs7
14982                 see ChangeLog entries 2001-11-15 and 2001-11-16
14983
14984 2001-11-15 [hoa]        0.6.5claws15
14985
14986         * src/compose.c
14987                 fix bounce, mails we received couln't be bounced to ourself.
14988
14989         * src/defs.h
14990         * src/filtering.[ch]
14991         * src/matcher.[ch]
14992         * src/matcher_parser.h
14993         * src/matcher_parser_lex.l
14994         * src/matcher_parser_parse.y
14995         * src/inc.c
14996         * src/main.c
14997         * src/mbox.c
14998         * src/prefs_filtering.[ch]
14999         * src/mainwindow.c
15000         * src/prefs_matcher.c
15001         * src/prefs_scoring.c
15002         * src/scoring.[ch]
15003         * src/summaryview.c
15004                 new matcher/filter/score configuration file parser
15005                 one unique configuration file => ~/.sylpheed/matcherrc
15006                 import in currently automatic, then save are made
15007                 in this new file.
15008                 one filter per folder and one global filter
15009                 (filter of a folder will be used as folder processing)
15010
15011         * src/folder.c
15012                 fix a bug in folder_item_get_identifier
15013                 
15014         * src/messageview.c
15015                 receive receipt return are fixed.
15016
15017 2001-11-14 [alfons]     0.6.5claws14
15018
15019         * src/session.h
15020                 add things from main branch to make claws compile
15021
15022 2001-11-14 [paul]       0.6.5claws13
15023
15024         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15025                 see ChangeLog entries 2001-11-08 to 2001-11-14
15026
15027 2001-11-14 [hoa] 0.6.5claws12
15028
15029         * src/compose.[ch]
15030         * src/mainwindow.c
15031         * src/summaryview.c
15032                 add "bounce mail" option
15033
15034 2001-11-13 [christoph]  0.6.5claws11
15035
15036         * src/compose.c
15037                 Cleanup a mess i add before commiting
15038
15039 2001-11-13 [hoa]        0.6.5claws10
15040
15041         * src/compose.c
15042                 some fixes when mail are sent or
15043                 for crossposts
15044
15045 2001-11-13 [christoph]  0.6.5claws9
15046
15047         * po/de.po
15048                 Changed two string with the same translation
15049         * src/compose.c
15050         * src/procmsg.[ch]
15051         * src/send.[ch]
15052                 New mailsending process:
15053                   - Always queue message before sending
15054                     (message will be saved if sylpheed crashed or
15055                      freezes while sending)
15056                   - Allow queuing of newspostings
15057                   - No copy in outbox before sending
15058                     (closes bug #469501)
15059                   - No more redundant code for send and send_later
15060         * src/summaryview.c
15061                 Applied wwp <subscript@free.fr>'s patch that fixes
15062                 marks for multiple forwarded messages (+compose.c)
15063
15064 2001-11-12 [alfons]
15065
15066         * README.claws
15067                 remove things that are now in main branch
15068         
15069         * po/nl.po
15070                 update Dutch translation
15071
15072 2001-11-12 [mhadasht]   0.6.5.claws8
15073
15074         * src/prefs_common.c
15075                 re-enabled account autoselection feature for forward
15076                 and reedit lost during the branch point for SYNC-B4-REL
15077         * src/gtkspell.c
15078                 gtkpspell_get_dict(): more readable code (even if function is
15079                 not used yet)
15080         * ChangeLog.claws
15081                 added version number info to 2001-11-12 [hiro] comment.
15082
15083 2001-11-12 [hiro]       0.6.5.claws7
15084
15085         * src/compose.c
15086                 compose_forward(): fixed a bug that forward quote mark
15087                 wasn't used.
15088                 removed unnecessary code.
15089         * src/template_select.[ch]: removed.
15090
15091 2001-11-11 [alfons]
15092
15093         * src/compose.c
15094                 :%s/GTK_TEXT/GTK_STEXT/g
15095         
15096         * src/compose.[ch]
15097         * src/undo.[ch]
15098         * src/Makefile.am
15099                 revert the undo stuff (this is 0.6.6claws stuff)
15100
15101 2001-11-11 [hoa]        0.6.5.claws6
15102
15103         * src/compose.[ch]
15104                 Insert signature at the end of the text.
15105                 Added undo patch but currently disabled
15106
15107         * src/procmsg.c
15108                 Threading by subject improved.
15109
15110         * added src/undo.[ch]
15111                 Undo module for compose dialog box.
15112
15113 2001-11-11 [alfons]     0.6.5.claws5
15114
15115         * src/procmsg.c
15116                 prevent threading by subject on nodes that have already been
15117                 threaded by in-reply-to (as in "circular references in a tree
15118                 result in a dead branch")
15119
15120 2001-11-09 [hoa]        0.6.5.claws4
15121         
15122         * src/folderview.c
15123                 allows creation of mbox folder item from any files.
15124
15125 2001-11-09 [alfons]     0.6.5.claws3
15126         
15127         * src/utils.c
15128         * src/procmsg.c
15129                 do what I mean and correct threading by subject so it really
15130                 ignores attracting lines without "Re: "
15131
15132 2001-11-07 [alfons]     0.6.5.claws2
15133
15134         * src/procmsg.c
15135         * src/utils.[ch]
15136                 only attract by subject if a subject line starts with a "Re: "
15137         * src/syldap.c
15138                 remove warning
15139
15140 2001-11-07 [paul]       0.6.5claws1
15141
15142         * sync with sylpheed 0.6.5. release
15143                 see ChangeLog entry 2001-11-07
15144
15145 2001-11-07 [paul]       0.6.4claws31
15146
15147         * sync with sylpheed 0.6.4cvs18
15148                 see ChangeLog entries 2001-10-30 to 2001-11-07
15149                 prefs_templates.[ch] renamed prefs_template.[ch]
15150
15151 2001-11-06 [alfons]
15152         
15153         * src/utils.h
15154                 add semicolon Hoa forgot ;-)
15155                 
15156
15157 2001-11-06 [hoa]        0.6.4claws30
15158         
15159         * src/procmsg.c
15160         * src/summaryview.c
15161         * src/utils.c
15162         * src/utils.h
15163                 threading by subject - empty subject are ignored
15164
15165 2001-11-06 [christoph]  0.6.4claws29
15166
15167         * src/socket.c
15168                 use SSL_peek for sock_gets
15169         * src/utils.c
15170                 removed unneeded pointer in extracting quoted
15171                 names implementation
15172
15173 2001-11-06 [melvin]     0.6.4claws28
15174
15175         * src/gtkspell.c
15176                 fixed bug #476792 Selection overtyping with spell checker
15177                 fixed bug which could cause a buffer overflow
15178                 fixed a memory leak
15179
15180 2001-11-06 [hoa]        0.6.4claws27
15181         
15182         * src/procmsg.c
15183         * src/summaryview.c
15184                 threading by subject
15185
15186 2001-11-05 [alfons]     0.6.4claws26
15187         
15188         * README.claws
15189                 Claws -> Sylpheed (vice versa)
15190
15191         * src/compose.c
15192                 :%s/gtk_text/gtk_stext/g
15193                 :%s/GTK_TEXT/GTK_STEXT/g
15194                 (thanks to Jonathan Ware for spotting this)
15195
15196 2001-11-04 [christoph]  0.6.4claws25
15197
15198         * src/summaryview.c
15199                 replace Xalloca + strdup with Xstrdup_a
15200         * src/utils.c
15201                 better implementation of extracting quoted names
15202                 from addresses (remove backlashes and ignore
15203                 quotes after them)
15204
15205 2001-11-04 [alfons]     0.6.4claws24
15206
15207         * src/utils.[ch]
15208                 edit to comply more with coding style
15209
15210         * src/textview.c
15211                 fix bug reported by Kim Schulz. introduced by the patch integrated
15212                 in 0.6.4claws15. the code did not check the return value of
15213                 the html parser.
15214
15215         * AUTHORS
15216                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15217
15218 2001-11-04 [christoph]  0.6.4claws23
15219
15220         * src/main.c
15221         * src/prefs_common.[ch]
15222                 init some pointers that possibly caused a segfault
15223                 reported in the claws-users ML
15224
15225 2001-11-04 [hoa]        0.6.4claws22
15226
15227         * src/grouplistdialog.c
15228                 change the names of the nodes in the tree
15229
15230         * src/compose.c
15231                 enhanced mailto syntax as described in
15232                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15233                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15234
15235         * src/utils.c
15236                 encode and decode URI (useful when opening URL into
15237                 netscape).
15238
15239 2001-11-03 [hoa]        0.6.4claws21
15240
15241         * src/grouplistdialog.c
15242                 a new newsgroups list selection dialog box
15243                 with a CTree instead of a CList
15244
15245 2001-11-03 [hoa]        0.6.4claws20
15246
15247         * src/folderview.c
15248                 enable property and scoring options when right
15249                 click on "inbox"
15250
15251         * src/summaryview.c
15252                 fixed bug when nickname were displayed using
15253                 the address book.
15254
15255 2001-11-02 [darko]      0.6.4claws19
15256
15257         * src/compose.c
15258                 new wrap quotation and URL/long words wrapping implementation
15259         * src/compose.c src/gtkstext.[ch]
15260                 move gtkstext_strncmp() to gtkstext.c
15261
15262 2001-11-01 [christoph]  0.6.4claws18
15263
15264         * src/prefs_account.c
15265                 fixed mess in account settings dialog
15266         * src/prefs_folder_item.c
15267                 added label with folder path to dialog
15268
15269 2001-10-31 [match]      0.6.4claws17
15270
15271         * src/vcard.c
15272                 fix memory leak.
15273         * src/addrbook.c
15274                 fix generation of spurious address book file names.
15275                 remove redundant functions.
15276         * po/POTFILES.in
15277                 added missing file names.
15278
15279 2001-10-30 [paul]       0.6.4claws16
15280
15281         * sync with sylpheed 0.6.4cvs6
15282                 see ChangeLog entries 2001-10-26 to 2001-10-30
15283
15284         * tools/filter_conv.pl
15285                 read folderlist.xml to discover whether the top-level
15286                 folder is called 'Mailbox' or 'Mail' 
15287
15288 2001-10-29 [paul]       0.6.4claws15
15289
15290         * src/html.c, src/textview.c
15291                 activate links in html mail and fix clickable parts
15292                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15293
15294 2001-10-29 [paul]
15295
15296         * po/de.po, po/es.po, po/pt_BR/po
15297                 updated translations, submitted by Jens Oberender,
15298                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15299
15300 2001-10-29 [darko]      0.6.4claws14
15301
15302         * src/compose.c
15303                 fix wrapping for good
15304
15305 2001-10-29 [darko]
15306
15307         * src/compose.c
15308                 undo previous change as it broke the smart wrapping
15309
15310 2001-10-29 [darko]      0.6.4claws13
15311
15312         * src/compose.c
15313                 fix infinite loop when long URL is quoted
15314                 (closes bug #475122.
15315
15316 2001-10-28 [match]
15317
15318         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15319                 import Mutt address book
15320         * src/ldif.[ch] src/importldif.h
15321                 modified import LDIF handle user attributes
15322
15323 2001-10-28 [christoph]  0.6.4claws12
15324
15325         * src/summaryview.c
15326                 fixed that filtering did not work if there
15327                 were no filter rules
15328                 (closes bug #472003 and better implementation
15329                  of patch #474644)
15330
15331 2001-10-27 [christoph]  0.6.4claws11
15332
15333         * src/compose.c
15334                 make the folder's default account to be used when
15335                 replying. (patch by wwp <subscript@free.fr>)
15336         * src/compose.c
15337                 code cleanup, nearly killed all of wwp's patch
15338                 for folder's default account in compose
15339         * src/folderview.c
15340                 error panel when a folder could not be created
15341                 (closes bug #471080 new folder name & already
15342                  existing file)
15343
15344 2001-10-26 [alfons]
15345
15346         * src/utils.h
15347                 change prototype of strstr2() that Christoph forgot about
15348
15349 2001-10-26 [christoph]  0.6.4claws10
15350
15351         * src/account.c
15352                 made search for accounts by email address not case
15353                 sensitive
15354         * src/folder.c
15355                 fixed memory leak in folder_item_get_identifier
15356         * src/gtkspell.c
15357         * src/utils.c
15358                 fixed wrong strstr2 (should work like strstr)
15359
15360 2001-10-26 [darko]      0.6.4claws9
15361
15362         * src/compose.c src/gtkstext.[ch]
15363         * src/gtkstext.c
15364                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15365
15366 2001-10-26 [paul]       0.6.4claws8
15367
15368         * src/html.c
15369                 ignore css and javascript tags in html mail
15370                 case-insensitive, with or without double-quoted
15371                 strings
15372
15373 2001-10-26 [paul]       0.6.4claws7
15374
15375         * sync with sylpheed 0.6.4cvs1
15376                 see ChangeLog entry 2001-10-26
15377
15378         * src/prefs_account.c, src/prefs_common.c,
15379           src/prefs_summary_column.c
15380                 minor improvements to the English
15381
15382 2001-10-25 [alfons]     0.6.4claws6
15383
15384         * src/gtkstext.c
15385         
15386                 make GtkSText follow style of GtkText (closes bug 
15387                 #469211 "text selection while writing message")
15388                 
15389                 do sync with GTK 1.2.10
15390
15391 2001-10-25 [paul]       0.6.4claws5
15392
15393         * src/html.c
15394                 ignore css tags in html mail
15395
15396 2001-10-25 [darko]      0.6.4claws4
15397
15398         * src/compose.c
15399                 don't declare is_url_string as static function since
15400                 we need it in gtkstext.c
15401         * src/gtkstext.c
15402                 remove unused variable
15403                 don't wrap long URLs while composing a message
15404
15405 2001-10-24 [christoph]  0.6.4claws3
15406
15407         * src/socket.c
15408                 fix ssl deadlock, when peer closes connection
15409
15410 2001-10-24 [paul]       0.6.4claws2
15411
15412         * src/prefs_common.c
15413                 gettextize the gpg ascii-armored warning message
15414
15415         * src/compose.c
15416                 insert a DOS/MAC file into the composed message
15417                 (improvements)
15418
15419         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15420
15421 2001-10-22 [paul]       0.6.4claws1
15422
15423         * sync with sylpheed 0.6.4 release
15424                 see ChangeLog entries 2001-10-21
15425
15426         * po/fr.po, po/pt_BR.po
15427                 updated by Melvin Hadasht and Fabio Junior Beneditto
15428
15429 2001-10-21 [paul]       0.6.3claws30
15430
15431         * src/compose.c
15432                 insert a DOS text file from the compose window
15433                 into the composed message text (removes CRs characters)
15434                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15435
15436         * tools/filter_conv.pl, tools/README
15437                 automatically use ~/.sylpheed as working directory
15438                 print out confirmation message on completion
15439
15440         * correct Hoa's last ChangeLog.claws entry
15441
15442 2001-10-20 [hoa]        0.6.3claws29
15443
15444         * src/grouplistdialog.c
15445                 bugfix (another ?) to give the right
15446                 newsgroups list for each news server.
15447
15448         * src/news.c
15449         * src/news.h
15450                 improve the newsgroups list cache
15451
15452 2001-10-20 [paul]       0.6.3claws28
15453
15454         * sync with sylpheed 0.6.3cvs9
15455                 see ChangeLog entry 2001-10-19
15456
15457         * correct Alfons' last ChangeLog.claws entry
15458
15459 2001-10-19 [alfons]
15460
15461         * src/pgptext.[ch]
15462                 fix compilation problems (part of bug #472895)
15463
15464 2001-10-18 [hoa]        0.6.3claws27
15465
15466         * src/grouplistdialog.c
15467                 bugfix when we refresh was clicked (bug 472701)
15468
15469 2001-10-19 [christoph]  0.6.3claws26
15470
15471         * src/compose.c
15472                 last header entry should default to "To:" or
15473                 "Newsgroups:" and not copy the last entry line
15474                 in a new compose window
15475                 (closes bug #472686, #470792)
15476
15477 2001-10-19 [paul]       0.6.3claws25
15478
15479         * sync with Sylpheed 0.6.3cvs8
15480                 see ChangeLog entries 2001-10-18 and 2001-10-19
15481
15482 2001-10-18 [christoph]  0.6.3claws24
15483
15484         * src/procmsg.c
15485                 reimplement ignore thread
15486         
15487 2001-10-18 [hoa]        0.6.3claws23
15488
15489         * src/folderview.c
15490         * src/grouplistdialog.[ch]
15491                 enhanced news subscription interface (feature 469113)
15492
15493         * src/news.c
15494         * src/news.h
15495                 enchanced newsgroup listing,
15496                 now, we can get groups informations
15497                 (NNTPGroupInfo)
15498
15499 2001-10-18 [paul]       0.6.3claws22
15500
15501         * src/summaryview.c
15502                 remove comment (sync with main branch)
15503         * src/mainwindow.c
15504                 fix 'Re-edit' bug in 'Message' menu
15505
15506 2001-10-17 [christoph]  0.6.3claws21
15507
15508         * src/compose.c
15509                 ignore empty or whitespace only header lines
15510
15511 2001-10-17 [paul]       0.6.3claws20
15512
15513         * sync with sylpheed 0.6.3cvs7
15514                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15515                 2001-10-17
15516
15517 2001-10-17 [darko]
15518
15519         * src/compose.c
15520                 wrap long lines without spaces
15521                 don't wrap URLs
15522
15523 2001-10-16 [paul]
15524
15525         * po/es.po, po/nl.po, po/pt_BR.po
15526                 updated by Ricardo Mones Lastra, Alfons,
15527                 and Fabio Junior Beneditto
15528
15529         * sylpheed-0.6.3claws released
15530
15531 2001-10-15 [melvin] 0.6.3claws18
15532
15533         * README.claws
15534                 added summary and detailed installation instructions
15535                 for spell checker
15536         * po/fr.po
15537                 Updated, corrected and completed french translation
15538
15539 2001-10-15 [hoa] 0.6.3claws17
15540         * src/grouplistdialog.c
15541                 we can choose the newsgroups to display with wildcards
15542
15543 2001-10-15 [christoph]  0.6.3claws16
15544
15545         * src/account.c
15546         * src/compose.c
15547         * src/prefs_folder_item.[ch]
15548                 applied wwp <subscript@free.fr>'s folder
15549                 default account patch
15550         * po/de.po
15551                 Fixed wrong translation
15552
15553 2001-10-13 [alfons, christoph, melvin]  
15554                         0.6.3claws15
15555
15556         solution #2 to solve MT-safety problems defers all GUI related calls
15557         to the main thread using a gtk_idle_add() callback. discussed on
15558         ircnet #sylpheed, with christoph spotting some issues with the
15559         original code, and melvin allowing us to lobotomize his sylpheed.
15560
15561         * src/syldap.[ch], src/main.c
15562                 fix race problem in ldap search thread by deferring GUI 
15563                 stuff to main thread using gtk_idle_add()
15564
15565 2001-10-13 [paul]       0.6.3claws14
15566
15567         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15568                 add Sergey's smtpcred.patch
15569                 adds separate username/password setting for SMTP Auth
15570                 needed by some servers
15571                 (closes feature request #471659)
15572
15573 2001-10-13 [paul]       0.6.3claws13
15574
15575         * src/pgptext.[ch] **NEW FILES**
15576         * src/Makefile.am, src/messageview.c, src/mimeview.c
15577                 decrypt ascii-armored gpg text embedded in
15578                 the message body.
15579                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15580
15581 2001-10-13 [christoph]  0.6.3claws12
15582
15583         * README.claws
15584                 some more details on default to and
15585                 feature requests
15586         * src/main.c
15587                 init glib threading when ldap is used
15588         * src/syldap.c
15589                 threading fixes
15590         * po/de.po
15591                 fixed a typo
15592
15593 2001-10-12 [paul]       0.6.3claws11
15594
15595         * src/prefs_common.[ch], src/rfc2015.c
15596                 enable ascii-armored gpg text to be embedded in the
15597                 message body, selectable through the 'Privacy'
15598                 preferences. Supports encrypting only.
15599                 Submitted by Ravemax <ravemax@dextrose.com>
15600
15601 2001-10-12 [paul]       0.6.3claws10
15602
15603         * sync with sylpheed 0.6.3cvs6
15604                 see ChangeLog entries 2001-10-11 and 2001-11-12
15605
15606         * src/folderview.c
15607                 incorporated mbox folders, scoring, and folder
15608                 properties into the sync
15609
15610 2001-10-12 [darko]      0.6.3claws9
15611
15612         * README.claws
15613                 describe quotation wrapping
15614         * src/compose.c
15615                 don't treat tab as space to calculate line length properly
15616
15617 2001-10-11 [alfons]
15618
15619         * README.claws
15620                 correct description of how to make new filtering system work,
15621                 add some other things
15622                 
15623         * src/syldap.c
15624                 remove sched_yield() (not necessary / unportable)
15625
15626 2001-10-11 [paul]       0.6.3claws8
15627
15628         * sync with sylpheed 0.6.3cvs3
15629                 see ChangeLog entry 2001-10-10
15630
15631 2001-10-10 [christoph]  0.6.3claws7
15632
15633         * .cvsignore
15634                 ignore 2 files created by newer autotools
15635         * src/prefs_folder_item.c
15636                 using table for widget alignment
15637                 fixed memory leak and broken octal display
15638         * src/filesel.c
15639                 fixed segfault caused by lost filename
15640                 workaround (closes bug #469551)
15641
15642 2001-10-10 [paul]       0.6.3claws6
15643
15644         * sync with sylpheed 0.6.3cvs2
15645                 see ChangeLog entries 2001-10-09 and 2001-10-10
15646
15647 2001-10-10 [darko]      0.6.3.claws5
15648
15649         * src/gtkstext.c
15650                 proper calculation of right margin if smart wrapping is enabled
15651         * src/compose.c
15652                 automatically wrap long lines if wrap quotation is enabled
15653
15654 2001-10-09 [alfons]     0.6.3.claws4
15655
15656         * src/summaryview.c
15657                 select correct row when deleting last row in the summary view (and
15658                 close bug "[ #469104 ] select second last in list when deleting")
15659
15660 2001-10-09 [paul]       0.6.3claws3
15661
15662         * sync with sylpheed 0.6.3cvs1
15663                 updated some autotool scripts
15664
15665 2001-10-09 [darko]      0.6.3claws2
15666
15667         * src/gtkstext.[ch]
15668                 new name and mark with Sylpheed comment
15669         * src/compose.c
15670                 smart quotation wrapping a-la VIM
15671
15672 2001-10-08 [paul]       0.6.3claws1
15673
15674         * sync with sylpheed 0.6.3 release
15675                 see ChangeLog entry 2001-10-08
15676
15677 2001-10-08 [paul]       0.6.2claws24
15678
15679         * src/summaryview.c
15680                 more sync with sylpheed 0.6.2cvs12
15681                 Fixed the bug that didn't select the last row correctly
15682
15683
15684 2001-10-07 [paul]       0.6.2claws23
15685
15686         * sync with sylpheed 0.6.2cvs12
15687                 see ChangeLog entry 2001-10-07
15688
15689 2001-10-06 [match]
15690         * src/jpilot.[ch]
15691                 enable jpilot to read unsynch'ed addresses.
15692
15693         * src/editldap_basedn.c
15694                 fix segfault when opening dialog.
15695
15696 2001-10-06 [alfons]     0.6.2.claws22
15697
15698         * src/summaryview.c
15699                 fix bug with summary view selecting last *inserted*
15700                 node instead of last *visible* node. remember we
15701                 work with a tree
15702
15703 2001-10-06 [paul]       0.6.2claws21
15704
15705         * po/pt_BR.po
15706                 updated translation, contains some fixes and new
15707                 translations, submitted by Gustavo Noronha Silva
15708                 <kov@debian.org>
15709
15710         * src/prefs_common.c
15711                 change 'each' to 'every' - fix dubious English
15712
15713         * sync with sylpheed 0.6.2cvs11
15714
15715 2001-10-05 [alfons]     0.6.2claws20
15716
15717         * src/mainwindow.[ch], src/folderview.c
15718                 make composite tool button switch between "Compose News"
15719                 and "Compose Mail" depending on selected folder
15720                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15721
15722 2001-10-05 [paul]       0.6.2claws19
15723
15724         * src/mainwindow.c, src/summaryview.c
15725                 fix 'Message/Reply to all', broken in last commit
15726
15727         * src/compose.c
15728                 fix X_BEENTHERE seg fault, thanks to Alfons
15729
15730 2001-10-04 [paul]       0.6.2claws18
15731
15732         * src/compose.[ch], src/mainwindow.c
15733                 make "Message/Reply" reply to mailing lists; matches
15734                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15735                 based on portions of the patch submitted by
15736                 Junichi Uekawa <dancer@netfort.gr.jp>
15737
15738 2001-10-04 [darko]      0.6.2claws17
15739
15740         * src/compose.c
15741                 better smart wrapping
15742         * src/gtkstext.[hc]
15743                 a function to make text buffer contiguous
15744
15745 2001-10-03 [paul]       0.6.2claws16
15746
15747         * sync with sylpheed 0.6.2cvs10
15748
15749 2001-10-02 [alfons]
15750
15751         * configure.in
15752         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15753                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15754                 references to chinese translations (hope someone picks up
15755                 this)
15756
15757 2001-10-02 [christoph]  0.6.2claws15
15758
15759         * src/compose.c
15760                 fixed non translated header bug
15761         * ChangeLog.claws
15762                 fixed wrong date in alfons last entry ;)
15763
15764 2001-10-02 [alfons]     0.6.2claws14
15765
15766         * src/compose.c, src/prefs_common.[ch]
15767                 add block cursor option
15768
15769 2001-10-02 [paul]       0.6.2claws13
15770
15771         * sync with sylpheed 0.6.2cvs9
15772
15773 2001-09-30 [paul]       0.6.2claws12
15774
15775         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15776                 updated translations
15777
15778         * po/POTFILES.in
15779                 add 'src/importldif.c'
15780
15781         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15782                 added eudora-to-vCard conversion tool
15783                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15784
15785         * sync with sylpheed 0.6.2cvs8
15786
15787 2001-09-30 [paul]
15788
15789         * sylpheed-0.6.2claws released
15790
15791 2001-09-27 [melvin]     0.6.2claws11
15792
15793         * src/gtkspell.c
15794                 fixed crash when using default path (introduced 
15795                 in 0.6.2claws10)
15796                 fixed tiny bug for initial suggestion mode
15797
15798 2001-09-27 [melvin]     0.6.2claws10
15799         
15800         * src/gtkspell.c
15801                 fixed bug where gtkpspell didn't set the path correctly
15802
15803         * README.claws
15804                 added a paragraph about spell checking
15805                 
15806
15807
15808 2001-09-27 [paul]       0.6.2claws9
15809
15810         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15811                 replace '// comments' with '/* comments */' to prevent
15812                 some compiler warnings 
15813
15814         * sync with sylpheed 0.6.2cvs6
15815
15816 2001-09-26 [alfons]     0.6.2claws8
15817
15818         * src/messageview.c
15819                 introduce return receipt request notification again,
15820                 which was lost because of other semantics in 
15821                 procheader_parse() (???)
15822
15823 2001-09-26 [christoph]  0.6.2claws7
15824
15825         * src/compose.c
15826                 replace comments for old code with #if 0
15827                 readded auto cc, bcc and reply-to
15828         * src/prefs_matcher.c
15829         * src/prefs_scoring.c
15830                 removed some definition (was moved to
15831                 prefs.h)
15832
15833 2001-09-26 [paul]       0.6.2claws6
15834
15835         * src/mainwindow.c
15836                 make 'Follow-up and reply to' sensitive
15837
15838         * more sync with sylpheed 0.6.2cvs5
15839
15840 2001-09-25 [melvin]
15841
15842         * 0.6.2claws5
15843
15844         * src/gtkspell.c
15845                 fixed bug for "US-ASCII" introduced by the encoding code
15846
15847 2001-09-25 [paul]
15848
15849         * 0.6.2claws4
15850
15851         * src/prefs_common.[ch], src/summaryview.c
15852                 'next unread msg' 'go to next folder?' dialog can be
15853                 given default behaviour, either always show dialog,
15854                 or assume 'yes', or assume 'no'
15855                 Submitted by wwp <subscript@free.fr>
15856
15857 2001-09-25 [melvin]
15858                 
15859         * src/compose.c src/gtkspell.[ch]
15860                 added support for different encodings
15861
15862 2001-09-25 [paul]
15863
15864         * more sync with sylpheed 0.6.2cvs5
15865
15866 2001-09-24 [alfons]
15867         
15868         * src/prefs_folder_item.c
15869                 add check for item->prefs->default_to string is NULL and
15870                 add another check when freeing this string
15871
15872 2001-09-24 [paul]
15873
15874         * configure.in
15875                 change to version 0.6.2claws3
15876
15877         * sync with sylpheed 0.6.2cvs5 
15878
15879 2001-09-24 [match]
15880         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15881                 import LDIF files.
15882         * src/addrcache.[ch], addrindex.[ch]
15883                 small update for future
15884         * src/addrbook.c
15885                 fix test XML file.
15886
15887 2001-09-24 [melvin]
15888         * src/gtkspell.[ch]
15889                 added 'Learn from mistakes' option
15890                 better handling of quotes in checked words
15891                 sorted dict list
15892         * po/fr.po
15893                 small update for spell checking stuff
15894
15895 2001-09-23 [alfons]
15896         
15897         * src/gtkspell.c
15898                 edit a little bit so it complies more with main coding style
15899
15900 2001-09-23 [alfons]
15901
15902         * src/folder.[ch], prefs_folder_item.c, compose.c
15903                 migrate "request return receipt" folder property
15904                 to folderlist.xml
15905
15906 2001-09-22 [alfons]
15907
15908         * README.claws **NEW**
15909                 (add things of interest for users of main branch 
15910                 and claws here)
15911
15912         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15913                 re-implement threading per folder option, but store 
15914                 the setting in folderlist.xml (where it belongs)
15915
15916 2001-09-21 [melvin]
15917
15918         * src/gtkspell.[ch]
15919                 fixed bug when compose window is under another window
15920         * src/prefs_common.[ch] src/compose.c
15921                 changed 'dictionary_path' to 'dictionary' to be consistent
15922                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15923         * ac/pspell.m4 src/Makefile.am 
15924                 dropped PSPELL_PATH macro
15925         * po/fr.po
15926                 updated translations
15927
15928 2001-09-21 [christoph]
15929
15930         * src/compose.c
15931                 added border around header fields
15932                 keep header type when new field is added
15933
15934 2001-09-20 [christoph]
15935
15936         * src/utils.[ch]
15937                 more portable debug_print with source filename
15938                 and linenumber
15939         * src/procmsg.c
15940                 more newlines after debug messages
15941
15942 2001-09-20 [paul]
15943
15944         * configure.in
15945                 change to version 0.6.2claws2
15946
15947         * sync with sylpheed 0.6.2cvs3
15948
15949 2001-09-19 [melvin]
15950
15951         * src/gtkspell.c
15952                 fixed the post-right-click focus pb
15953                 fixed crash when 'Spell check all' after dict change 
15954                         and when cursor is at the end of the text
15955                 shift-right-click pops up config menu even on misspelled words.
15956         * po/POTFILES.in
15957                 added gtkspell.c
15958
15959 2001-09-19 [melvin]
15960
15961         * src/about.c
15962                 added pspell to compiled-in features list
15963
15964 2001-09-18 [melvin]
15965
15966         * switched to pspell and dropped ispell
15967         * ac/pspell.m4
15968                 new file. autoconf macro for pspell
15969         * ac/Makefile.am 
15970         * configure.in acconfig.h
15971                 added pspell support
15972         * src/Makefile.am
15973         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15974         * src/prefs_common.[ch] 
15975                 added pspell support
15976
15977 2001-09-18 [christoph]
15978
15979         * src/addr_compl.c
15980         * src/template.[ch]
15981                 replace LOG_MESSAGE with debug_print
15982         * src/compose.[ch]
15983                 gui improvements
15984         * src/menu.c
15985                 added newline after debug message
15986         * src/utils.h
15987                 using __VA_ARGS__ for debug_print macro
15988         * tools/.cvsignore
15989                 ignore Makefile and Makefile.in
15990
15991 2001-09-18 [paul]
15992
15993         * configure.in
15994                 change to version 0.6.2claws1
15995         * sync with sylpheed 0.6.2cvs1
15996
15997         * src/matcher.c 
15998         * src/prefs_matcher.c
15999                 add 'score equal to' option, submitted by
16000                 Paul Evans <nerd@freeuk.com>
16001
16002 2001-09-15 [christoph]
16003
16004         * src/mainwindow.c
16005                 comment out menu entry not existing in claws
16006         * src/menu.c
16007                 add debug output for non existing menu entries
16008         * src/summaryview.c
16009                 fix next/prev unread message for ignored threads
16010         * src/utils.[ch]
16011                 add sourcefile and line number to debug output
16012                 otherwise it is sometimes hard to find the
16013                 source code part if debug messages are translated
16014
16015 2001-09-14 [darko]
16016         
16017         * src/folderview.c
16018                 refresh target folder style after colour is changed
16019
16020 2001-09-13 [paul]
16021
16022         * configure.in
16023                 change to version 0.6.1claws3
16024
16025         * sync with sylpheed 0.6.1cvs6
16026
16027 2001-09-13 [darko]
16028         
16029         * src/folderview.c
16030                 fix target folder colourization to use user selected colour
16031
16032 2001-09-12 [darko]
16033         
16034         * src/summaryview.c
16035                 fix crash when message that is marked for copy/move is unmarked
16036
16037 2001-09-09 [paul]
16038
16039         * configure.in
16040                 change to version 0.6.1claws2
16041
16042         * sync with sylpheed 0.6.1cvs3
16043
16044 2001-09-09 [alfons]
16045         
16046         * src/folderview.c
16047                 fix bug with default font used for trash folder text
16048
16049 2001-09-06 [paul]
16050
16051         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16052                 updated translations
16053
16054         * configure.in
16055                 change to version 0.6.1claws1
16056
16057         * sync with sylpheed 0.6.1cvs2
16058
16059 2001-09-03 [paul]
16060
16061         * po/POTFILES.in
16062                 add Match's new addressbook
16063
16064         * po/de.po
16065                 updated translation submitted by Jens Oberender
16066
16067 2001-09-02 [paul]
16068
16069         * configure.in
16070                 change to 0.6.1claws
16071         * sync with sylpheed 0.6.1 release
16072
16073 2001-09-02 [paul]
16074
16075         * configure.in
16076                 change to 0.6.0claws2
16077
16078         * sync with sylpheed 0.6.0cvs4
16079
16080         * po/pt_BR.po
16081                 updated translation submitted by Fabio Junior Beneditto
16082
16083 2001-09-01 [match]
16084         * pixmaps/
16085                 interface.xpm
16086                 book.xpm
16087                 address.xpm
16088         * src/
16089                 Makefile.am
16090                 a ton of new files
16091
16092 2001-08-31 [paul]
16093
16094         * configure.in
16095                 change to version 0.6.0claws1
16096
16097         * sync with sylpheed 0.6.0cvs1
16098
16099         * po/es.po
16100                 updated translation submitted by Ricardo Mones Lastra
16101
16102         * po/POTFILES.in
16103                 add 'src/prefs_templates.c'
16104
16105         * src/compose.c, src/summaryview.c
16106                 fix segfault on 'Re_edit'               
16107
16108 2001-08-30 [alfons]
16109
16110         * configure.in, Makefile.am
16111         * tools/Makefile.am
16112                 add tools directory to source distribution
16113
16114 2001-08-30 [paul]
16115
16116         * configure.in
16117                 change to version 0.6.0claws
16118
16119         * sync with sylpheed 0.6.0 release
16120
16121 2001-08-30 [christoph]
16122
16123         * configure.in
16124                 removed autoconf version check
16125
16126 2001-08-30 [paul]
16127
16128         * src/account.c, src/compose.c, src/prefs_common.[ch]
16129         * src/procheader.[ch] src/utils.[ch]
16130                 Enhanced automatic account selection on replies
16131                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16132
16133         * configure.in
16134                 add LDAP and JPilot to the configuration results output.
16135
16136 2001-08-29 [christoph]
16137
16138         * src/summeryview.c
16139                 no bold font for ignored threads
16140
16141 2001-08-29 [paul]
16142
16143         * configure.in
16144                 change to version 0.5.3claws6
16145
16146         * sync with sylpheed 0.5.3cvs10
16147                 src/stringtable.[ch]: New Files
16148
16149         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16150         * src/pixmaps/sylpheed.xpm
16151                 add mini-icons to windows (by Alfons)
16152
16153 2001-08-27 [paul]
16154
16155         * src/mainwindow.c
16156                 new functions: next_labeled_cb(), prev_labeled_cb()
16157
16158         * src/summaryview.c
16159                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16160                 summary_select_next_labeled(), summary_select_prev_labeled()
16161
16162         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16163                 give claws blue folders and a blue trash can
16164
16165 2001-08-27 [paul]
16166
16167         * configure.in
16168                 change to version 0.5.3claws5
16169
16170         * sync with sylpheed 0.5.3cvs9
16171                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16172
16173 2001-08-24 [christoph]
16174
16175         * src/filesel.c
16176                 keep filename when browsing directories
16177                 (not working for user entered filename, but
16178                  for default name and selected filename from
16179                  file list)
16180         * src/mainwindow.c
16181                 fixed wrong spelling "Folllow-up"
16182         * src/mbox_folder.c
16183         * src/procmsg.c
16184         * src/summaryview.c
16185                 fixed new/unread message count with ignored
16186                 threads (2 commits, first didn't notice no
16187                 longer needed decreasing)
16188         * src/inc.c
16189                 readded scrolling of progress dialog
16190                 (lost in sync)
16191
16192 2001-08-24 [paul]
16193
16194         * configure.in
16195                 change to 0.5.3claws4
16196
16197         * sync with sylpheed 0.5.3cvs7
16198
16199 2001-08-24 [christoph]
16200
16201         * src/compose.c
16202                 set request return receipt when replying
16203                 if it is set is the folder prefs of the
16204                 message
16205         * src/inc.c
16206                 disable final error popup if popups are
16207                 disabled in config (again)
16208
16209 2001-08-23 [paul]
16210
16211         * configure.in
16212                 Change version number to 0.5.3claws3
16213
16214         * sync with sylpheed 0.5.3cvs5
16215
16216         * src/mimeview.c
16217                 double quote '%s' in 'gedit %s' to fix bug when
16218                 opening attachment with spaces in the name
16219
16220 2001-08-22 [alte]
16221         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16222           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16223                 initial message templates support
16224
16225
16226 2001-08-22 [paul]
16227
16228         * configure.in
16229                 change version number to 0.5.3claws2
16230
16231         * sync with sylpheed 0.5.3cvs4
16232
16233         * src/procmsg.h src/summaryview.c
16234                 re-implement (un)ignore thread
16235
16236 2001-08-21 [paul]
16237
16238         * src/summaryview.c
16239                 remove unnecessary code
16240         * src/compose.c
16241                 enable 'dynamic' signatures (submitted by
16242                 Eric Limpens <eric@hscg-internet.nl>)
16243
16244 2001-08-21 [paul]
16245
16246         clean up after sync with sylpheed 0.5.3 release
16247
16248         * src/folderview.c
16249                 fix re-introduced font mess, see Christoph's
16250                 entry 2001-06-24
16251
16252         * src/summaryview.c
16253                 remove prev_msgnum
16254                 use sylpheed's small font instead of
16255                 gtk default font for summary view
16256
16257
16258 2001-08-17 [paul]
16259
16260         * configure.in
16261                 add pl to ALL_LINGUAS - sync with main branch
16262
16263         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16264                 Updated. Translations by Jens Oberender, Ricardo Mones
16265                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16266
16267         * po/pl.po  ** NEW FILE **
16268                 sync with the main branch
16269
16270         * src/folderview.c
16271                 fix target folder colorizing and refresh problem
16272
16273
16274 2001-08-17 [christoph]
16275
16276         * src/mainwindow.c
16277                 claws uses 4 colors for target folder coloring.
16278                 arrays were not long enough and destroyed the
16279                 stack causing a segfault.
16280                 target folder colorizing does not work anymore
16281                 for me
16282
16283 2001-08-16 [paul]
16284
16285         * configure.in
16286                 change to version 0.5.3claws1
16287
16288         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16289           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16290           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16291
16292                 sync with sylpheed 0.5.3 release, but keep claws method of
16293                 configuring/saving fonts
16294
16295         * src/addressbook.[ch]
16296                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16297                 in line with a similar change in Hiroyuki's branch
16298
16299         * src/mainwindow.[ch]
16300                 disable main_window_set_thread_option()
16301         * src/prefs_folder_item.c
16302                 comment out &tmps_prefs.enable_thread,
16303         * src/mbox_folder.c, src/procmsg.[ch]
16304                 comment out MSG_IS_IGNORE_THREAD
16305         * src/summaryview.c
16306                 comment out summary_ignore_thread() and summary_unignore_thread()
16307                 comment out MSG_IS_IGNORE_THREAD
16308
16309                 use Hiroyuki's threading instead.
16310
16311
16312
16313 2001-08-15 [paul]
16314
16315         * src/account.c
16316                 use Hiroyuki's 0.5.3 column scheme but also
16317                 include the enable/disable button.
16318         * src/pixmaps/mark.xpm
16319                 add Hiroyuki's amended pixmap
16320
16321 2001-08-13 [christoph]
16322
16323         * src/account.c
16324                 receive at get all column showed wrong state for APOP
16325                 button should only work for POP3 and APOP accounts
16326         * src/prefs_account.c
16327                 added missing preprocessor statement for SSL
16328
16329 2001-08-12 [paul]
16330
16331         * src/account.[ch]
16332                 add 'receive at get all' column and enable/disable
16333                 button.
16334
16335 2001-08-06 [christoph]
16336
16337         * src/account.c
16338                 show usage of SSL in protocol column
16339
16340         * src/imap.c
16341         * src/inc.c
16342                 renamed ssl options
16343
16344         * src/prefs_account.[ch]
16345                 moved ssl options to a new page
16346
16347         * src/send.c
16348         * src/smtp.c
16349         * src/ssl.[ch]
16350                 renamed ssl options
16351                 added support for SMTP STARTTLS command
16352
16353 2001-08-05 [christoph]
16354
16355         * configure.in
16356                 debian autoconf needs version check to find
16357                 correct autoconf version. if the file is
16358                 named configure.in 2.13 is used, which does
16359                 not work with this configure.in script.
16360                 other solution would be to rename the script
16361                 to configure.ac as suggested in the autoconf
16362                 manual.
16363
16364         * src/inc.c
16365                 disable final error popup if popups are
16366                 diabled in config
16367
16368         * src/socket.c
16369                 bugfix in ssl_gets
16370                 fixes IMAP over SSL problem
16371
16372 2001-08-03 [paul]
16373
16374         * configure.in
16375                 change to 0.5.2claws1
16376
16377         * sync with sylpheed 0.5.2cvs1
16378
16379 2001-08-02 [alfons]
16380
16381         * configure.in
16382                 quick fix for ispell detection...
16383
16384 2001-08-01 [paul]
16385
16386         * configure.in
16387                 change to 0.5.1claws4
16388
16389         * sync with sylpheed 0.5.1cvs7
16390
16391 2001-07-31 [alfons]
16392
16393         * src/prefs_common.c, src/prefs_common.h, 
16394           src/gtkspell.c, src/gtkspell.h
16395                 add global spelling checker settings (compose tab) +
16396                 selection of dictionary 
16397           
16398         * configure.in  
16399                 guess valid ispell location
16400
16401 2001-07-31 [paul]
16402
16403         * po/POTFILES.in
16404                 removal of 'src/quote_fmt_parse.c'
16405         * po/de.po
16406                 Updated de.po
16407                 (submitted by Jens Oberender <didge@suse.de>)
16408
16409 2001-07-31 [darko]
16410
16411         * src/folder.[ch]
16412         * src/folderview.[ch]
16413         * src/mainwindow.c
16414         * src/mh.c
16415         * src/prefs_common.[ch]
16416         * src/summaryview.c
16417                 target folder colourization
16418
16419 2001-07-30 [paul]
16420
16421         more sync with Sylpheed 0.5.1cvs6 
16422
16423 2001-07-30 [darko]
16424
16425         * src/mh.c
16426         * src/prefs_folder_item.[hc]
16427         * src/summaryview.c
16428                 shared folders support with a GUI
16429
16430 2001-07-29 [paul]
16431
16432         0.5.1claws3
16433
16434         * sync with Sylpheed 0.5.1cvs6
16435
16436 2001-07-29 [paul]
16437
16438         * po/pt_BR.po
16439                 updated
16440                 (submitted by Fabio Junior Beneditto)
16441
16442 2001-07-28 [paul]
16443
16444         * src/procmime.c
16445         * AUTHORS
16446                 patch to correct bad image mime headers
16447                 (submitted by Don Quijote <dq@searchlores.org>)
16448
16449 2001-07-28 [paul]
16450
16451         * tools/gif2xface.pl   **NEW FILE**
16452         * tools/README
16453                 script to convert file.gif to file.xface for
16454                 use in a custom header.
16455                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16456
16457 2001-07-27 [alfons]
16458         
16459         * configure.in
16460                 change macros for detecting JPilot and LDAP
16461
16462 2001-07-27 [christoph]
16463
16464         * src/filtering.c
16465                 code cleanup (MIN / MAX warning, needed casting)
16466
16467 2001-07-27 [alfons]
16468
16469         * procheader.c
16470                 disallow setting flags when detecting certain headers
16471                 (X-Status, Status, Seen, X-Seen). 
16472         
16473         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16474
16475 2001-07-27 [christoph]
16476
16477         * src/prefs_filter.c
16478         * src/prefs_filtering.c
16479         * src/prefs_matcher.c
16480         * src/prefs_scoring.c
16481                 scroll list when moving rows up or down
16482
16483         * src/imap.c
16484         * src/imap.h
16485         * src/prefs_account.c
16486         * src/prefs_account.h
16487         * src/send.c
16488                 SMTP over SSL (untested, feedback requested)
16489                 IMAP over SSL
16490
16491         * src/ssl.c
16492                 code cleanup
16493
16494 2001-07-26 [alfons]
16495         
16496         * configure.in, acconfig.h
16497                 define CLAWS (need this for main / claws detection)
16498
16499 2001-07-25 [alfons]
16500
16501         * configure.in
16502                 Sylpheed 0.5.1claws2
16503                 
16504         * sync with Sylpheed 0.5.1cvs4
16505
16506 2001-07-25 [christoph]
16507
16508         * src/scoring.c
16509                 fixed segfault
16510                 item->prefs == NULL (don't know why)
16511
16512 2001-07-25 [alfons]
16513
16514         * configure.in
16515                 Sylpheed 0.5.1claws1
16516
16517         * sync with Sylpheed 0.5.1cvs1-3
16518
16519 2001-07-24 [christoph]
16520
16521         * src/folderview.c
16522         * src/prefs_folder_item.[ch]
16523                 added folderitem preferences dialog with
16524                 default To: and auto request return receipt
16525
16526         * src/compose.[ch]
16527         * src/menu.[ch]
16528                 changes to handle new folderitem preferences
16529
16530         * src/mainwindow.c
16531         * src/summaryview.c
16532                 call compose new mail with current folderitem
16533
16534 2001-07-24 [alfons]
16535
16536         Release Sylpheed 0.5.1claws
16537
16538         * configure.in
16539                 change to release version 0.5.1claws
16540
16541 2001-07-24 [christoph]
16542
16543         * src/summaryview.c
16544                 fixed segfault that happend when the selected
16545                 message was removed while retrieving new messages.
16546
16547         * po/es.po
16548                 updated translation
16549                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16550
16551 2001-07-22 [alfons]
16552
16553         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16554         this is a work in progress, for more information: http://nlpagan.net/sylman 
16555         
16556         * configure.in, src/mainwindow.c, manual/Makefile.am
16557                 add support for English manual
16558
16559         * AUTHORS
16560                 add authors of user manuals
16561
16562         * manual/en/sylpheed*.html
16563                 add English documentation
16564
16565 2001-07-22 [christoph]
16566
16567         * po/POTFILES.in
16568                 added src/ssl.c
16569         * src/ssl.c
16570                 changed a wrong debug message
16571
16572 2001-07-22 [alfons]
16573
16574         * po/nl.po
16575                 update Dutch translation
16576
16577         * src/prefs_filtering.c, 
16578           src/prefs_matcher.c
16579                 add more translatable strings           
16580
16581 2001-07-21 [alfons]
16582
16583         0.5.0claws7
16584
16585         * configure.in
16586                 change version
16587
16588         * src/inc.c, src/summaryview.[ch]
16589                 prevent update of mark file when filtering has done, by
16590                 using a variable; this affects two functions:
16591                         inc.c::inc_finished()
16592                         summaryview.c::summary_show()
16593
16594 2001-07-20 [alfons]
16595
16596         * src/filtering.[ch], src/prefs_filtering.c, 
16597           src/matcher.[ch]
16598                 add filtering action for label coloring 
16599
16600         * po/POTFILES.in
16601                 add labelcolors.c
16602
16603         * added src/labelcolors.c
16604         * added src/labelcolors.h
16605         * src/Makefile.am, src/summaryview.c
16606                 rearrange label coloring code
16607
16608         * src/procmsg.h
16609                 add more parentheses so label colouring works correctly
16610
16611         * src/filtering.c
16612                 don't really delete message, but move it to Trash
16613
16614         * src/prefs_matcher.c
16615                 add quote options to info dialog
16616
16617 2001-07-20 [christoph]
16618
16619         * src/Makefile.am
16620         * src/inc.c
16621         * src/main.[ch]
16622         * src/socket.h
16623         * src/ssl.[ch] (new)
16624                 moved ssl stuff to a seperate file
16625
16626 2001-07-20 [darko]
16627
16628         * src/summaryview.c
16629                 fix show sender using address book with no e-mail
16630                 address in From: field
16631
16632 2001-07-19 [alfons]
16633
16634         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16635                 fix messy handling of escaping... now at least the
16636                 execute command is useful. escape char is '\', we
16637                 accept \n and \r too. 
16638
16639                 Real life example:
16640                 
16641                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16642                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16643
16644 2001-07-18 [alfons]
16645
16646         0.5.0claws6
16647
16648         * src/summaryview.c
16649                 clean up
16650
16651         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16652           src/procmsg.[ch]
16653                 revise filtering; currently move, copy, marking have
16654                 been tested. if you like bleeding edge stuff, you
16655                 should definitely go for this version :)
16656
16657         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16658
16659 2001-07-17 [christoph]
16660
16661         * src/utils.c
16662                 timestamp log
16663
16664 2001-07-17 [alfons]
16665
16666         0.5.0claws5
16667
16668         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16669           bits in the mark file, without affecting either branch. Lots of
16670           files changed, also in claws branch.
16671
16672           UNTESTED: use of mbox folders
16673
16674         * src/summaryview.c
16675                 added mark all read; however this was a quick hack used for
16676                 cleaning up mess after initial merge with Hiroyuki
16677
16678         * configure.in
16679                 change claws version number back to 0.5.0claws5 to clear up 
16680                 confusion & pretension (recent release was technically 
16681                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16682
16683 2001-07-16 [alfons]
16684
16685         sync with Hiroyuki's 0.5.0cvs4
16686
16687 2001-07-16 [alfons]
16688
16689         0.5.1claws3
16690
16691         * src/filtering.[ch]
16692                 remove invalid updating of mark files for 
16693                 filter actions MATCHING_ACTION_MOVE and 
16694                 MATCHING_ACTION_DELETE; this should fix the
16695                 folder update bug
16696                 
16697         * src/procmsg.c
16698                 revert Christoph's stab at fixing the folder 
16699                 update bug
16700
16701         * po/POTFILES.in
16702                 add missing files with translatable strings
16703
16704         * src/summaryview.c
16705                 remove debug print
16706
16707 2001-07-15 [alfons]
16708
16709         * src/addr_compl.[ch], src/prefs_filtering.c
16710                 make "filtering pref dialog's destination entry" an
16711                 "address completable entry", if filter destination is 
16712                 an email address
16713
16714         0.5.1claws2
16715         
16716         sync with Hiroyuki's 0.5.0cvs2-3
16717
16718 2001-07-15 [christoph]
16719
16720         * src/procmsg.c
16721                 fixed folder stats update after incorporation
16722
16723 2001-07-15 [alfons]
16724
16725         * src/summaryview.c
16726                 * finish label colouring stuff (for now)
16727                 * fix incorrect colour bug (off by one) 
16728
16729 2001-07-14 [alfons]
16730
16731         * src/mainwindow.c
16732                 change text labels for news and mail message so there's
16733                 plenty of toolbar estate left
16734
16735         * configure.in
16736                 0.5.1claws1
16737
16738         * src/folderview.c
16739           src/folder.[ch]
16740                 sync with Hiroyuki's 0.5.0cvs1
16741
16742         * src/summaryview.c
16743                 more rewrite label colouring
16744
16745 2001-07-14 [alfons]
16746
16747         * src/summaryview.[ch]
16748                 * start rewrite label colouring 
16749                 * fix proper location "Add Sender To Addressbook" menu item
16750
16751 2001-07-13
16752
16753         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16754         (actually this is 0.5.0claws4)
16755
16756 2001-07-13 [alfons]
16757
16758         * po/pt_BR.po
16759                 * fix duplicate message
16760                 * add updated Portugese / Brazilian translation
16761                   submitted by Fabio Junior Beneditto
16762
16763 2001-07-12 [alfons]
16764
16765         * AUTHORS
16766                 add Jens
16767
16768         * po/nl.po
16769                 add updated Dutch translation
16770
16771         * po/de.po
16772                 add updated German translation submitted by Jens
16773
16774 2001-07-11 [alfons]
16775
16776         Prerelease before 0.5.0claws. Please test.
16777         This version is temporarily tagged as VERSION_0_5_0_TEST
16778
16779         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16780           src/prefs_scoring.c, src/prefs_matcher.c, 
16781           src/prefs_filtering.c, src/mbox.c, 
16782           src/main.c, src/inc.c, src/filtering.[ch]
16783                 revert new Hoa's new matcher (does not work yet)
16784
16785         * src/Makefile.am
16786                 clean up
16787
16788 2001-07-10
16789
16790         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16791
16792
16793 2001-07-10 [alfons]
16794
16795         * Makefile.am
16796                 add ChangeLog.claws to EXTRA_DIST
16797         * src/Makefile.am
16798                 add matcher_parser_parse.h to EXTRA_DIST
16799
16800 2001-07-10 [christoph]
16801
16802         * src/inc.c
16803                 add destination folder to table of
16804                 folders that need to be updated after
16805                 incorporation
16806
16807 2001-07-10 [alfons]
16808
16809         * folder.[ch]
16810           folderview.c
16811                 make collapse state of folders and folder items persistent, i.e.
16812                 if you collapse a folder tree, the next time sylpheed-claws starts 
16813                 up the folder tree remains collapsed.  
16814                 
16815 2001-07-10 [christoph]
16816
16817         * acconfig.h
16818         * configure.in
16819                 added --enable-ssl
16820         * src/md5.[ch]
16821                 renamed MD5_CTX to MD5_CTX_syl
16822                 conflicts with a struct in openssl
16823         * src/inc.c
16824         * src/main.[ch]
16825         * src/prefs_account.[ch]
16826         * src/socket.[ch]
16827                 SSL support for POP
16828         * src/mainwindow.c
16829                 fixed compose with current account
16830                 broken by new compose button stuff
16831
16832 2001-07-09 [hoa]
16833
16834         * AUTHORS
16835                 changed my email address
16836
16837         * src/matcher_parser_parse.y
16838                 clean the parser to remove conflicts
16839
16840 2001-07-09 [alfons]
16841
16842         * AUTHORS
16843                 add Match Grun
16844
16845         * configure.in
16846                 fix incorrect description of --enable-ldap parameter
16847
16848         * src/prefs_common.[ch]
16849           src/compose.c
16850                 add experimental option "smart wrapping" which makes the
16851                 compose editor auto wrap.
16852                 
16853                 | TODO: the problem with the buggy cursor handling is caused |
16854                 | by the GtkText. when deleting / backspacing text its       |
16855                 | wrapping algorithm does not take in account the previous   |
16856                 | line. should find a way to hack this in.                   |
16857                 | or should perhaps combine this with the word wrapping      |
16858                 | patch i wrote in january.                                  |
16859
16860         * src/about.c
16861                 show build parameters for LDAP and JPilot
16862
16863         * src/summaryview.c
16864                 revert Christoph's bugfix for selecting next unread message, 
16865                 because folder stats aren't updated correctly
16866
16867 2001-07-08 [hoa]
16868
16869         * src/filtering.c
16870         * src/mainwindow.c
16871         * src/matcher.c
16872         * src/matcher_parser_lex.l
16873         * src/matcher_parser_parse.y
16874         * src/prefs_filtering.c
16875         * src/prefs_scoring.c
16876         * src/scoring.c
16877                 bugfix of the config file parser
16878
16879 2001-07-08 [alfons]
16880
16881         * src/Makefile.am
16882                 added generated matcher sources to BUILT_SOURCES
16883
16884 2001-07-08 [hoa]
16885
16886         * src/Makefile.am
16887         * src/.cvsignore
16888                 added new config file parser
16889
16890         * src/scoring.[ch]
16891         * src/filtering.[ch]
16892         * src/matcher.[ch]
16893         * src/prefs_filtering.c
16894         * src/prefs_matcher.c
16895         * src/prefs_scoring.c
16896         * added src/matcher_parser.h
16897         * added src/matcher_parser_lex.h
16898         * added src/matcher_parser_lex.l
16899         * added src/matcher_parser_parse.y
16900                 lex & yacc config file parser
16901
16902         * src/mbox.c
16903         * src/inc.c
16904         * src/main.c
16905                 changes prefs_filtering into global_filtering           
16906
16907         * src/summaryview.c
16908                 build threads with subjects only if "Re: " is at the
16909                 beginning of the subject
16910
16911 2001-07-07 [paul]
16912
16913         0.5.0claws
16914
16915         sync with sylpheed 0.5.0
16916                 change of version number only
16917
16918 2001-07-06 [paul]
16919
16920         0.5.0claws5
16921
16922         sync with sylpheed 0.5.0pre5
16923
16924 2001-07-05 [paul]
16925
16926         sync with sylpheed 0.5.0pre4 release
16927                 /po and /manual/ja not sync'ed
16928
16929 2001-07-04 [paul]
16930
16931         more sync with sylpheed 0.5.0pre4
16932
16933 2001-07-03 [christoph]
16934
16935         * src/addressbook.c
16936                 fixed address book broken by address book
16937                 for VCard, JPilot, LDAP
16938
16939 2001-07-03 [alfons]
16940
16941         * src/matcher.c
16942         * src/textview.c
16943                 stopped memory leaks
16944
16945 2001-07-03 [paul]
16946
16947         more sync with sylpheed 0.5.0pre4
16948
16949 2001-07-02 [match]
16950
16951         * included address book patch for VCard, JPilot, LDAP
16952         * pref_common.c - fixed Font options on Display tab (cosmetic)
16953         * alertpanel.c - fixed truncated message
16954
16955 2001-07-02 [christoph]
16956
16957         * src/mbox_folder.c
16958         * src/procmsg.[ch]
16959         * src/summaryview.c
16960                 mark threads for ignoring
16961
16962 2001-07-02 [paul]
16963
16964         0.5.0claws4
16965
16966         * sync with sylpheed 0.5.0pre4
16967                 updated gettext to 0.10.38.
16968
16969 2001-07-01 [paul]
16970
16971         * src/ mainwindow.c
16972         * src/procmsg.h
16973         * src/summaryview.[ch]
16974                 new right-click option: Label.
16975                 substitute for 'Mark-->Mark/Unmark', colours the line.
16976                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16977
16978 2001-07-01 [christoph]
16979
16980         * src/folderview.c
16981                 fixed font for trash
16982         * src/summaryview.c
16983                 move ctree to unread message
16984
16985 2001-07-01 [paul]
16986
16987         * sync with sylpheed 0.5.0pre3 release
16988
16989 2001-06-30 [alfons]
16990
16991         * src/filesel.[ch]
16992         * src/compose.c
16993                 allow inserting / attaching multiple files in
16994                 the composer window
16995
16996 2001-06-30 [paul]
16997
16998         * src/codeconv.c
16999                 small change to Alfons' previous stuff so that it
17000                 actually makes
17001
17002 2001-06-30 [alfons]
17003
17004         * lots of files changed; first attempt to merge the changes
17005           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17006
17007 2001-06-30 [paul]
17008
17009         * po/pt_BR.po
17010                 updated and completed, translations by Fabio
17011                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17012
17013 2001-06-29 [alfons]
17014
17015         * src/compose.c
17016         * src/mimeproc.[ch]
17017                 allow selecting an attached files' mime type from a 
17018                 list of types.
17019
17020 2001-06-29 [paul]
17021
17022         * more sync with sylpheed 0.5.0pre3
17023
17024 2001-06-29 [paul]
17025
17026         * po/pt_BR.po
17027                 merge with sylpheed.pot and pt_BR.po provided by
17028                 Fabio Junior Beneditto.
17029
17030 2001-06-29 [darko]
17031
17032         * src/procmime.c
17033                 make MIME types case insensitive
17034
17035 2001-06-28 [alfons]
17036
17037         * po/nl.po
17038                 merge with sylpheed.pot and old nl.po; translations added.
17039
17040 2001-06-28 [paul]
17041
17042         * more sync with sylpheed 0.5.0pre3
17043
17044 2001-06-27 [alfons]
17045
17046         * src/summaryview.c
17047                 don't crash when removing parent node of messages
17048                 attracted by subject. this was caused by not deleting
17049                 the parent node from the subject line hash table.
17050
17051 2001-06-27 [alfons]
17052
17053         * src/summaryview.c
17054         * src/compose.[ch]
17055         * src/mainwindow.c
17056                 if there are multiple messages selected, allow forwarding
17057                 them as attachments.
17058
17059 2001-06-27 [paul]
17060
17061         * more sync with sylpheed 0.5.0pre3
17062
17063 2001-06-26 [paul]
17064
17065         0.5.0claws3
17066
17067         * sync with sylpheed 0.5.0pre3
17068
17069 2001-06-25 [paul]
17070
17071         * src/mainwindow.c
17072                 fixed 'compose news article' bug
17073                 from icon-and-text toolbar
17074
17075 2001-06-25 [paul]
17076
17077         * sync with sylpheed 0.5.0pre2 release
17078
17079 2001-06-24 [christoph]
17080
17081         * src/prefs_common.c
17082                 bug fix in font selection
17083         * src/folderview.c
17084                 use sylpheed's normal font instead of
17085                 gtk default font for folders without
17086                 new messages
17087
17088 2001-06-24 [alfons]
17089
17090         * src/mainwindow.[ch]
17091                 added composite compose mail / news button (an idea by Leandro
17092                 Pereira <leandro@linuxmag.com.br>)
17093
17094 2001-06-24 [paul]
17095
17096         Added instructions for ldif-to-xml.py
17097
17098         * tools/README
17099
17100 2001-06-23 [alfons]
17101
17102         Some minor things.
17103
17104         * src/pixmaps/stock_news_compose.xpm
17105                 added pixmap by Leandro
17106         * src/prefs_common.c
17107                 tested built-in spelling checker of GCC 3.0 :)
17108         * po/nl.po
17109                 merged dutch translation of sylpheed-main with
17110                 sylpheed.pot
17111
17112 2001-06-23 [paul]
17113
17114         Added tools directory and files.
17115
17116         * tools/filter_conv.pl
17117                 converts old filter system to new filtering system
17118         * tools/ldif-to-xml.py
17119                 converts netscape addressbook to sylpheed addressbook
17120         * tools/README
17121                 descriptions/instructions for above two files
17122
17123 2001-06-23 [christoph]
17124
17125         * src/inc.c
17126         * src/manage_window.[ch]
17127         * src/prefs_common.[ch]
17128                 mail retrieval dialog can be enabled, disabled
17129                 or hidden if non of sylpheed's windows is active
17130
17131 2001-06-22 [paul]
17132
17133         0.5.0claws2
17134
17135         * sync with sylpheed 0.5.0pre2
17136
17137 2001-06-21 [christoph]
17138
17139         * src/summaryview.c
17140                 show recipient on 'from' for all accounts
17141                 
17142         * src/inc.c
17143         * src/prefs_common.[ch]
17144                 disable error popup on mail receive errors
17145
17146 2001-06-21 [alfons]
17147
17148         * src/compose.c
17149                 made the ruler correctly appear and disappear.
17150
17151         * src/Makefile.am
17152                 removed Hoa's work-in-progress-stuff (interesting!) so 
17153                 claws compiles ok.
17154
17155 2001-06-20 [christoph]
17156
17157         * src/inc.c
17158         * src/progressdialog.c
17159                 added scrolled window for list in progressdialog
17160
17161 2001-06-20 [paul]
17162
17163         sync with sylpheed 0.5.0pre1 release
17164
17165 2001-06-20 [christoph]
17166
17167         * src/summeryview.c
17168                 make building threads by subject work when
17169                 thread view is enabled
17170                 
17171         * src/compose.c
17172         * src/prefs_common.[ch]
17173                 automatically select account for mail replys
17174
17175 2001-06-19 [sergey]
17176
17177         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17178         they are filled in from the account settings.
17179
17180 2001-06-19 [paul]
17181
17182         * more sync with sylpheed 0.5.0pre1
17183
17184 2001-06-18 [alfons]
17185
17186         * src/Makefile.am,
17187           src/procmime.c
17188                 added --sysconfdir to CPPFLAGS for pointing to the correct
17189                 location of mime.types. 
17190
17191                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17192                 or ./configure!
17193
17194 2001-06-18 [hoa]
17195
17196         * src/summaryview.c
17197                 fixed some bug when building threads
17198
17199 2001-06-18 [pau]l
17200
17201         * src/prefs_account.c
17202                 UI stuff: More changes to the English
17203
17204 2001-06-18 [paul]
17205
17206         * src/pixmaps/stock_news_compose.xpm: new file
17207         * src/Makefile.am
17208         * src/mainwindow.c
17209         * src/summaryview.c
17210                 Added new icon for Hoa's 'compose a news
17211                 message', plus minor improvements to the
17212                 English
17213
17214         * po/ja.po
17215         * ChangeLog
17216         * ChangeLog.jp
17217                 more sync with sylpheed 0.5.0pre1
17218
17219 2001-06-18 [hoa]
17220
17221         * src/compose.[ch]
17222         * src/mainwindow.c
17223                 Follow-up and reply to
17224
17225         * src/summaryview.[ch]
17226                 Build threads also with subjects
17227
17228 2001-06-17 [hoa]
17229
17230         * src/compose.c
17231                 forwarding use the current account.
17232
17233         * src/mainwindow.c
17234                 the "compose message" button has been replaced with
17235                 "new mail" and "new news" buttons
17236
17237         * src/prefs_common.[ch]
17238                 added a configuration option to use the forward button
17239                 as "forward as attachment"
17240                 changed reply and forward format description
17241
17242         * src/quote_fmt_lex.l
17243         * src/quote_fmt_parse.y
17244                 added message with no signature in format for reply
17245                 and forward.
17246
17247 2001-06-17 [paul]
17248
17249         Minor UI stuff
17250
17251         * src/mainwindow.c
17252         * src/summaryview.c
17253                 Improvements to the English
17254
17255         * src/prefs_common.c
17256                 Improvements to the English and some
17257                 clarity/continuity improvements in the
17258                 description of Quote symbols.
17259
17260 2001-06-17 [paul]
17261
17262         0.5.0claws1
17263
17264         * sync with sylpheed 0.5.0pre1
17265
17266 2001-06-17 [hoa]
17267
17268         * src/compose.c
17269                 Better interface for compose, displayed fields
17270                 are updated whenever we change account.
17271                 Newsgroups field is automatically filled.
17272
17273         * src/mainwindow.c
17274                 Newsgroups field is automatically filled.
17275
17276         * src/prefs_account.c
17277                 Some interface stuff when fields appear and
17278                 disappear.
17279
17280 2001-06-16 [paul]
17281
17282         0.4.99claws
17283
17284         * sync with sylpheed 0.4.99
17285
17286 2001-06-16 [sergey]
17287
17288         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17289         base64_decoder_free, base64_decoder_decode): new object and
17290         functions for decoding base64 streams.
17291         * src/procmime.c (procmime_decode_content): modified to use the
17292         new base64 decoder.
17293
17294 2001-06-15 [paul]
17295
17296         0.4.99claws10
17297
17298         * sync with sylpheed 0.4.99cvs11
17299
17300 2001-06-13 [paul]
17301
17302         0.4.99claws9
17303
17304         * sync with sylpheed 0.4.99cvs9
17305
17306 2001-06-13 [hoa]
17307
17308         * src/compose.c
17309         * src/prefs_account.c
17310
17311                 SMTP server can be defined in the news account
17312                 mime type of attachment are kept.
17313
17314         * src/summaryview.c
17315
17316                 now choose the highest important score between default
17317                 and important score of folder.
17318
17319 2001-06-09 [alfons]
17320         
17321         * src/prefs_common.c: 
17322
17323                 (prefs_quote_description_create): corrected description of 
17324                 quote format characters
17325
17326 2001-06-09 [paul]
17327
17328         0.4.99claws8
17329
17330         * sync with sylpheed 0.4.99cvs8
17331
17332 2001-06-08 [sergey]
17333
17334         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17335         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17336
17337 2001-06-08 [paul]
17338
17339         0.4.99claws7
17340
17341         * sync with sylpheed 0.4.99cvs7
17342
17343 2001-06-06 [sergey]
17344
17345         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17346         clashes with autogenerated header).
17347         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17348         * src/Makefile.am: added quote_fmt.h.
17349         * src/.cvsignore: added lex/yacc autogenerated files
17350         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17351
17352 2001-06-06 [paul]
17353
17354         0.4.99claws6
17355
17356         * sync with sylpheed 0.4.99cvs6
17357
17358 2001-06-06 [hoa]
17359
17360         * added src/quote_fmt_parse.h
17361         * src/compose.c
17362                 removed warnings
17363
17364         * src/prefs.[ch]
17365                 don't modify readonly configuration files
17366
17367         * src/prefs_account.c
17368         * src/prefs_common.c
17369         * src/prefs_customheader.c
17370         * src/prefs_display_header.c
17371         * src/prefs_filter.c
17372         * src/prefs_filtering.c
17373         * src/prefs_scoring.c
17374                 don't open dialog box when configuration files
17375                 are readonly
17376
17377 2001-06-05 [sergey]
17378
17379         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17380
17381         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17382         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17383         BUILT_SOURCES to make all files rebuild properly.
17384
17385         * src/compose.c: removed #include "quote_fmt.tab.h".
17386
17387         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17388         CHARACTER value in yylval.
17389
17390         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17391         receive CHARACTER value by documented means (yylval).
17392
17393         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17394
17395 2001-06-05 [hoa]
17396
17397         * src/Makefile.am
17398                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17399
17400         * src/filtering.c
17401         * src/matcher.c
17402         * src/matcher.h
17403         * src/prefs_filtering.c
17404                 now keep the configuration for execute action
17405
17406         * src/mbox_folder.c
17407                 fixed a warning
17408
17409 2001-06-05 [paul]
17410
17411         * sync with sylpheed 0.4.99cvs5
17412
17413 2001-06-05 [hoa]
17414
17415         * src/Makefile.am
17416                 added quote_fmt.[ch]
17417
17418         * added src/quote_fmt.y
17419         * added src/quote_fmt.l
17420         * added src/quote_fmt.tab.h
17421         * added src/quote_fmt.tab.c
17422         * added src/lex.quote_fmt.c
17423                 parsing configuration for replying
17424                 and forwarding
17425
17426         * src/prefs_common.[ch]
17427                 added configuration UI for replying
17428                 and forwarding
17429
17430         * src/compose.c
17431                 using configuration for replying
17432                 and forwarding
17433
17434 2001-06-04 [hoa]
17435
17436         * src/filtering.c
17437         * src/matcher.c
17438         * src/matcher.h
17439         * src/prefs_filtering.c
17440         * src/prefs_matcher.c
17441         * src/prefs_matcher.h
17442                 action "run a command" for filtering
17443                 and matching with a command.
17444                 fixed the "whole message" matching
17445
17446         * src/mbox_folder.c
17447                 changed temporary filename for security
17448
17449         * src/messageview.c
17450                 queue the notification if it fails to send.
17451
17452         * src/prefs_common.c
17453         * src/prefs_folder_item.c
17454                 changed the default important score             
17455
17456         * src/prefs_scoring.c
17457         * src/scoring.c
17458                 hide kill score input when the folder is not
17459                 a newsgroup
17460
17461 2001-06-03 [alfons]
17462
17463         * src/prefs_common.c:
17464
17465                 (prefs_font_select): pass font name in font entry box to font
17466                 selection dialog.
17467
17468 2001-06-03 [sergey]
17469
17470         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17471
17472 2001-06-03 [paul]
17473
17474         * sync with sylpheed 0.4.99cvs4
17475
17476 2001-06-03 [alfons]
17477
17478         * src/headerwindow.c:
17479
17480                 (headerwindow_show_cb): use the selected summary view item, not
17481                 the displayed item.
17482
17483 2001-06-02 [alfons]
17484
17485         * src/headerwindow.c:
17486
17487                 (headerwindow_show_cb): always try to show msginfo
17488
17489 2001-06-02 [hoa]
17490
17491         * src/compose.c
17492                 keep attached parts when reediting or forwarding.
17493
17494 2001-06-01 [hoa]
17495
17496         * src/folderview.c
17497         * src/prefs_folder_item.[ch]
17498         * src/prefs_scoring.[ch]
17499         * src/scoring.[ch]
17500         * src/summaryview.[ch]
17501         * src/main.c
17502         * src/mainwindow.c
17503         * src/prefs_common.[ch]
17504                 support for folder scoring
17505                 kill score and important score for messages
17506         
17507         * src/prefs_account.c
17508                 some display bug fixed for local account
17509                 preferences
17510
17511 2001-05-31 [alfons]
17512
17513         * src/summaryview.c:
17514
17515                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17516                 sender to address book menu item is disabled.
17517
17518 2001-05-30 [hoa]
17519
17520         * src/filtering.[ch]
17521         * src/summaryview.c
17522                 handling summary menu / filter messages
17523
17524         * src/folder.[ch]
17525                 add some stuff
17526
17527         * src/foldersel.c
17528                 imap folders now appears in list
17529
17530         * src/mbox_folder.c
17531                 doesn't crash if destination mail is not writeable
17532
17533 2001-05-29 [hoa]
17534
17535         * src/compose.c
17536                 removed some warnings
17537
17538         * src/filtering.c
17539         * src/folder.[ch]
17540         * src/prefs_filtering.c
17541                 global string to identify any folders           
17542                 removed some debug info
17543                 filtering to mbox folders is now possible
17544
17545         * src/mainwindow.c
17546                 removed some warnings
17547
17548         * src/mbox_folder.c
17549                 permission on files are changed to read/write for user only,
17550                 nothing for other.
17551                 creation of subfolder is handled better.
17552
17553 2001-05-28 [alfons]
17554
17555         Verified the sync for src/prefs_common.[ch] and
17556         src/prefs_account.[ch]. I believe there were some
17557         minor indentation differences.
17558
17559 2001-05-28 [paul]
17560
17561         0.4.99claws3
17562
17563         * sync with 0.4.99cvs3
17564
17565 2001-05-28 [hoa]
17566
17567         * src/compose.c
17568                 handling flags for mbox format
17569
17570         * src/filtering.c
17571                 use of mark file only for MH format
17572                 handling flags for mbox format
17573                 filtering cannot yet move or copy mails to mbox folders.
17574
17575         * src/folder.[ch]
17576                 changed move_msg, copy_msg,
17577                 move_msgs_with_dest, copy_msgs_with_dest functions
17578                 uses only folder->copy_msg() function
17579                 uses folder->finished_copy() to handle the destination
17580                 folder at the end of the copy or move operation.
17581
17582         * src/foldersel.c
17583                 included mbox directories.
17584
17585         * src/folderview.[ch]
17586         * src/mainwindow.c
17587                 handle folders operation for mbox format
17588
17589         * src/mbox.c
17590                 disable conversion of "From " header
17591
17592         * src/mbox_folder.[ch]
17593                 completion of mbox format handling
17594
17595         * src/mh.c
17596                 changed mh_copy_msg() function and
17597                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17598                 mh_copy_msgs_with_dest()
17599
17600         * src/prefs_filtering.c
17601                 removed some warnings
17602
17603         * src/prefs_matcher.c
17604                 default boolean operation is AND
17605
17606         * src/procheader.c
17607                 handling flags for mbox format
17608                 handling of "From " header
17609
17610         * src/procmsg.[ch]
17611                 removed data field
17612                 added MSG_REALLY_DELETED flags to handle deletion of
17613                 messages in mbox format.
17614
17615         * src/summaryview.c
17616                 handling flags for mbox format
17617                 disable the MSG_DELETED flags when messages
17618                 are deleted in mbox format
17619
17620         * src/textview.c
17621                 "From " headers display fixed.
17622
17623 2001-05-27 [alfons]
17624
17625         * src/textview.c:
17626                 
17627                 (get_email_part): skip quoted email addresses, like in e.g.
17628                 "'alfons@proteus.demon.nl'".
17629
17630 2001-05-26 [alfons]
17631
17632         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17633         and fixing the persistence troubles when using separate windows.
17634
17635         * src/mainwindow.c:
17636         
17637             Added #define SEPARATE_ACTION used in the gtk item factory for 
17638             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17639                 use gtk_item_factory_get_widget_by_action() to get the items.
17640                 
17641             Removed separate_widget_cb from the gtk item factory data   
17642           
17643             (mainwindow_create): connect separate_widget_cb() to check
17644             menu item "toggled" signal. also passing a MainWindow pointer
17645                 as object data for both check menu items.
17646                 
17647             (separate_widget_cb): definition of separate_widget_cb() to match
17648             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17649                 window using gtk_object_get_data(). The type of window separation 
17650                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17651         
17652         * src/prefs_filtering.c,
17653           src/prefs_matcher.c: added horizontal scrollbars
17654
17655 2001-05-25 [darko]
17656
17657         * src/headerview.c
17658                 fix segfault with invalid bold font
17659         * src/summaryview.c
17660                 correctly display summary stats after row is marked
17661
17662 2001-05-23 [sergey]
17663
17664         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17665         encodings with libjconv.
17666
17667 2001-05-23 [hoa]
17668
17669         * src/Makefile.am
17670                 added mbox_folder.[ch]
17671         * src/defs.h
17672                 mbox temporary folder
17673         * src/folder.[ch]
17674         * added src/mbox_folder.[ch]
17675         * src/folderview.c
17676         * src/procheader.[ch]
17677                 added mbox support
17678         * src/mbox.c
17679                 bugfix for file incorporation filtering
17680         * src/imap.c
17681                 enable creation of MBOX
17682         * src/prefs_display_header.c
17683                 enable use of headers like "From "
17684                 something that should be fixed :
17685                         displaying of such headers add an extra space
17686         * src/prefs_folder_item.c
17687                 don't create folders because it is not necessary
17688         * src/procmsg.h
17689                 added data field to MsgInfo for mbox internal use
17690         * src/summaryview.c
17691                 added some support for mbox
17692         * src/utils.[ch]
17693                 added get_mbox_cache_dir() function
17694
17695 2001-05-23 [hiroyuki]
17696
17697         * src/headerwindow.c
17698           src/inc.c
17699           src/main.c
17700           src/mh.c
17701           src/nntp.c
17702           src/procmsg.h
17703           src/session.h
17704           src/socket.[ch]
17705           src/summaryview.c
17706           src/textview.c
17707           src/automaton.c
17708           src/folderview.c: more sync with 0.4.99cvs2.
17709
17710         * src/headerwindow.c: reverted.
17711
17712 2001-05-22 [paul]
17713
17714         0.4.99claws2
17715
17716         * sync with sylpheed 0.4.99cvs2
17717                 * src/news.[ch]
17718                 * src/nntp.[ch]
17719                 * INSTALL
17720                 * INSTALL.jp
17721
17722 2001-05-22 [alfons]
17723
17724         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17725
17726 2001-05-21 [alfons]
17727
17728         Minor things:
17729
17730         * configure.in: if gnome-config not found, "no" is displayed
17731         
17732         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17733
17734         * src/textview.c: now also possible to add mail addresses by right
17735           clicking in the text view
17736
17737         * src/codeconv.c: merged patch which fixes endless loop when encountering
17738           invalid wide characters; from Alte <010@imis.ru>  
17739
17740 2001-05-20 [alfons]
17741
17742         Added installation of gnome specific things:
17743
17744         * Makefile.am: gnome conditional
17745
17746         * configure.in: check for installed gnome
17747
17748         * added sylpheed.png, sylpheed.desktop
17749
17750 2001-05-20 [sergey]
17751
17752         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17753
17754         * src/mainwindow.h (main_window_toolbar_create): created a button
17755         for "Reply to all".
17756         (main_window_set_toolbar_sensitive): enable/disable the new button
17757         appropriately.
17758         (toolbar_reply_to_author_cb): handle the new button.
17759
17760         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17761         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17762         failure).
17763
17764 2001-05-19 [sergey]
17765
17766         * src/compose.h (ComposeReplyMode): new modes
17767         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17768         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17769
17770         * src/compose.c
17771         (compose_send): move some code into a new function:
17772         (compose_current_mail_account): new function.
17773         (compose_reply): new argument to_author, all callers changed; if
17774         to_author==TRUE and account->protocol==A_NNTP, find and use an
17775         appropriate mail account for replying.
17776         (compose_reply_set_entry): new argument to_author; ignore
17777         compose->replyto if to_author==TRUE.
17778
17779         * src/mainwindow.c: new command "Message/Reply to author".
17780         (main_window_set_menu_sensitive): enable/disable it.
17781         (reply_cb): handle it.
17782
17783         * src/summaryview.c: new command "Reply to author".
17784         (summary_set_menu_sensitive): enable/disable it.
17785         (summary_reply_cb): handle it.
17786
17787         * src/account.c (account_find_mail_from_address): new function.
17788
17789 2001-05-18 [paul]
17790
17791         0.4.99claws1
17792
17793         * sync with sylpheed 0.4.99cvs1
17794
17795 2001-05-18 [hoa]
17796
17797         * src/compose.[ch]
17798         * src/filtering.c
17799         * src/summaryview.c
17800                 new filtering action : forward and forward as attachment
17801
17802         * src/main.c
17803                 no need for $DISPLAY when we run sylpheed --help
17804                 call to parse_cmd_opt() is moved
17805
17806         * src/mainwindow.[ch]
17807                 execute button is hidden when immediate execute
17808                 is chosen
17809
17810         * src/mh.c
17811         * src/news.c
17812         * src/prefs_folder_item.c
17813         * src/procmsg.c
17814                 better handling of missing directories
17815
17816         * src/summaryview.c
17817                 reedit is enabled in outbox
17818                 reedit is enabled in queue
17819
17820 2001-05-17 [hoa]
17821
17822         * src/filtering.c
17823         * src/matcher.[ch]
17824         * src/prefs_filtering.c
17825                 changed attachement into attachment
17826
17827 2001-05-17 [alfons]
17828
17829         0.4.67claws4    
17830
17831         * sync with sylpheed 0.4.67cvs9
17832         * sync with sylpheed 0.4.67cvs7-8
17833
17834 2001-05-17 [hoa]
17835
17836         * src/Makefile.am
17837                 added prefs_filtering.c
17838
17839         * src/filtering.[ch]
17840         * src/matcher.[ch]
17841                 removed action : forward_news and forward_news_as_attachement
17842                 (forward and forward_as_attachement can be used instead)
17843
17844         * src/mainwindow.c
17845                 added menu option to access filtering configuration
17846
17847         * src/prefs_account.c
17848                 changed mail_command default to /usr/sbin/sendmail
17849
17850         * added src/prefs_filtering.[ch]
17851                 dialog box for filtering configuration
17852
17853         * src/prefs_matcher.c
17854                 added function prefs_matcher_get_criteria_from_matching()
17855
17856         * src/prefs_scoring.c
17857                 reset the dialog when register or substitute is clicked
17858
17859 2001-05-15 [hoa]
17860
17861         * src/Makefile.am
17862                 added filtering.[ch]
17863         * src/inc.c
17864                 using filering.[ch] instead of filter.[ch]
17865         * src/main.c
17866                 reading new filtering configuration
17867         * src/matcher.[ch]
17868                 added some filtering actions
17869                 and fixed a bug for headers and mail body matching
17870         * src/mbox.c
17871                 using filering.[ch] instead of filter.[ch]
17872         * src/mh.c
17873                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17874         * src/summaryview.c
17875                 some fixes for filtering
17876
17877 2001-05-14 [hiroyuki]
17878
17879         * src/send.c: fixed some weird indentations.
17880           send_message_with_command(): call pclose() only if p != NULL.
17881         * src/textview.c: get_email_part(): modified the code for readability.
17882
17883 2001-05-14 [hiroyuki]
17884
17885         * src/md5global.h
17886           src/md5ify.c
17887           src/md5ify.h: removed from the cvs.
17888
17889 2001-05-13 [sergey]
17890
17891         * src/main.c: include rfc2015.h to avoid compiler warnings.
17892         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17893         the panel is already on screen.
17894         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17895         closing the alert window by ESC as "No".
17896         * src/prefs_common.c (prefs_interface_create): moved return
17897         receipt check button to the correct place.
17898
17899 2001-03-13 [alfons]
17900
17901         * src/prefs_common.c: 
17902                 moved return receipt check button to the Send tab. (prefs_send_create)
17903                 removed the date format ui related globals. (prefs_display_create)
17904
17905         0.4.67claws3
17906         
17907         * sync with sylpheed 0.4.67cvs5-6
17908
17909 2001-05-13 [paul]
17910
17911         * added Alfons' font selection patch
17912
17913         * src/defs.h
17914         * src/headerwindow.c
17915         * src/prefs_common.c
17916         * src/prefs_common.h
17917
17918 2001-05-13 [hoa]
17919         * src/defs.h
17920                 changed version of cache
17921         * src/matcher.[ch]
17922         * src/prefs_matcher.c
17923                 added additionnal matching criteria
17924         * src/procheader.c
17925         * src/procmsg.[ch]
17926         * src/news.c
17927                 added references in MsgInfo
17928
17929 2001-05-12 [hoa]
17930
17931         * src/defs.h
17932                 prepared some things for new filtering
17933         * src/matcher.[ch]
17934                 added some matching properties
17935                 inreplyto need to be enhanced
17936                 prepared some things for new filtering
17937         * src/messageview.c
17938                 added Return-Receipt-To handling
17939         * src/prefs_folder_item.c
17940                 changed default value to TRUE
17941         * src/prefs_matcher.c
17942                 added some matching properties
17943         * src/prefs_scoring.[ch]
17944                 the scoring dialog is finished
17945         * src/procheader.c
17946                 added Return-Receipt-To handling
17947                 Reference need to be added
17948         * src/procmsg.[ch]
17949                 added Return-Receipt-To handling
17950                 added threadscore to get a better score sorting when
17951                 threads are enabled
17952         * src/summaryview.c
17953                 suppressed a bug when we sort the list
17954                 when no folder is opened.
17955                 better score sorting when threads are enabled
17956
17957 2001-05-12 [alfons]
17958
17959         * reverted previous patch because of potential errors 
17960
17961         0.4.67claws2
17962         
17963         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17964                 applied "toggle mail-retrieval dialog window" patch submitted 
17965                 by Eric Limpens <eric@qnt.net>
17966
17967         * sync with sylpheed 0.4.67cvs4
17968
17969 2001-05-12 [sergey]
17970
17971         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17972         some picky compilers.
17973         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17974         * src/grouplist_dialog.c: include alertpanel.h.
17975         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17976         fix compile warning.
17977         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17978         #include "defs.h" before others to prevent the warning of `MIN'
17979         and `MAX' redefinition.
17980
17981 2001-05-11 [hoa]
17982
17983         * src/main.c
17984         * src/messageview.c
17985         * src/prefs_account.c
17986         * src/prefs_display_header.c
17987                 removed warning
17988         * src/Makefile.am
17989                 added prefs_scoring.[ch]
17990         * src/grouplist_dialog.c
17991                 display an error dialog box if the group list
17992                 cannot be fetched.
17993         * src/mainwindow.[ch]
17994                 added main_window_set_thread_option() function
17995                 scoring dialog box enabled
17996         * src/matcher.[ch]
17997                 added flags matching unread /new / marked
17998                 / deleted / replied / forwarded
17999         * src/news.c
18000                 newsgroups are now finally in newscache
18001         * src/prefs_matcher.[ch]
18002                 finished preferences for matching dialog
18003         * added src/prefs_scoring.[ch]
18004                 scoring dialog box completed
18005         * src/scoring.[ch]
18006                 conversion to string : added scoringprop_to_string()
18007                 write config for preferences :
18008                 added prefs_scoring_write_config()
18009         * src/summaryview.c
18010                 threads can be enabled/disabled independently
18011                 for each folder
18012
18013 2001-05-10 [alfons]
18014
18015         0.4.67claws1
18016         
18017         * AUTHORS: 
18018                 thought it would be nice to have a list of all
18019                 contributors (used Changelog as a reference)
18020         
18021         * configure.in: 
18022                 messed up version numbering...
18023
18024         0.4.66claws1
18025
18026         * sync with sylpheed 0.4.67cvs1-3
18027
18028 2001-05-10 [darko]
18029
18030         * src/prefs_common.c:
18031                 better UI for strftime format, double clicking
18032                 on format now inserts the format in text entry
18033                 replaced close button with standard OK/Cancel
18034                 moved date format button to the right of the
18035                 text entry field
18036
18037 2001-05-09 [alfons]
18038
18039         * src/gtkstext.c:
18040                 Ctrl-Home / Ctrl-End have proper cursor navigation
18041
18042 2001-05-09 [hoa]
18043
18044         * src/prefs_matcher.c
18045                 finished UI to define matching properties
18046                 added ok and cancel button
18047         * src/prefs_filter.c
18048                 added ok and cancel button
18049         * src/news.c
18050                 fixed some bug in xhdr parsing
18051
18052 2001-05-08 [alfons]
18053
18054         * src/textview.c: 
18055                 fixed a bug in textview_show_header(), which displayed two colons (':');
18056                 cleaned up some warnings
18057
18058 2001-05-08 [hoa]
18059
18060         * src/Makefile.am
18061                 added prefs_matcher.[ch]
18062                 compilation with -W -Wall
18063         * src/alertpanel.c
18064                 ungrab the mouse events if grabbed - does it
18065                 fix the bug for disposition notification ?
18066         * src/mainwindow.c
18067                 added a menu option to open the matching dialog.
18068         * src/matcher.[ch]
18069                 added matcherprop_to_string() and matcherlist_to_string()
18070                 fixed some bugs, changed the name of some options
18071                 age_sup and age_inf becomes age_greater and age_lower,
18072                 body and messageheaders becomes body_part and headers_part,
18073                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18074         * src/prefs_display_header.c
18075         * src/prefs_headers.c
18076                 fixed a bug that accidentally destroyed dialogs
18077                 when closed them with delete_event
18078                 Added *_deleted() which handle delete_event signal correctly.
18079         * src/prefs_folder_item.[ch]
18080                 added "enable_thread" field for future customization
18081         * added src/prefs_matcher.[ch]
18082                 sample of the UI to define matching properties
18083         * src/procheader.c
18084                 using procheader_headername_equal instead of str*cmp functions
18085                 using procheader_parse_header() function
18086         * src/scoring.c
18087                 using MATCHING_XXX instead of SCORING_XXX
18088         * src/summaryview.c
18089                 display the sender of the news even if this is ourself
18090                 when this is a news message.
18091         * src/textview.c
18092                 using headername_equal() instead of str*cmp functions
18093
18094 2001-05-08 [alfons]
18095
18096         0.4.66claws
18097
18098         * sync with sylpheed 0.4.66
18099         * src/gtkstext.c: trace logs added 
18100
18101 2001-05-08 [sergey]
18102
18103         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18104         signature check popup.
18105         * src/rfc2015.c (check_signature): show signature check popup only
18106         if it is enabled in preferences.
18107
18108 2001-05-07 [alfons]
18109
18110         0.4.66claws4
18111         
18112         * sync with sylpheed 0.4.66cvs6
18113
18114 2001-05-07 [darko]
18115
18116         * src/prefs_common.[ch]: added option to enable/disable
18117           looking up sender name in address book for summary pane
18118         * src/summaryview.c: look up sender in the address book
18119           by using Alfons' address completion code
18120
18121 2001-05-07 [hiroyuki]
18122
18123         * src/inc.h
18124           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18125           member of Pop3State.
18126         * src/news.c: brought #include "defs.h" before #include <glib.h>
18127           to prevent the warning of `MIN' and `MAX' redefinition.
18128
18129 2001-05-06 [hoa]
18130
18131         * removed src/headers_display.[ch]
18132         * removed src/prefs_display_headers.[ch]
18133         * src/inc.c
18134                 use a temporary file in the user directory for mbox import
18135         * src/news.c
18136                 added XHDR support to get "To" and "Cc" headers
18137                 (in order to match news with to or cc field for
18138                 scoring)
18139                 added function news_parse_xhdr() to get XHDR response
18140         * src/nntp.[ch]
18141                 added function nntp_xhdr()
18142         * src/matcher.c
18143                 fetch the message if necessary
18144
18145 2001-05-06 [alfons]
18146
18147         0.4.66claws3
18148
18149         * sync with sylpheed 0.4.66cvs3-5
18150
18151 2001-05-06 [hoa]
18152
18153         * src/utils.[ch]
18154                 added function itos_buf() to enable use of several buffers
18155         * src/summaryview.c
18156                 use of itos_buf() instead of itos() in summary list
18157                 to fix the broken display of message number.
18158
18159 2001-05-06 [alfons]
18160
18161         * src/gtkstext.c: bug in cursor up navigation fixed,
18162                 fixed another unsigned / signed comparison (we're getting there :-)
18163
18164 2001-05-06 [hoa]
18165
18166         * src/Makefile.am
18167                 added scoring.c scoring.h
18168                 prefs_folder_item.c prefs_folder_item.h
18169                 matcher.c matcher.h
18170         * src/defs.h
18171                 added FOLDERITEM_RC SCORING_RC
18172         * src/folder.[ch]
18173                 added prefs field in FolderItem :
18174                 properties for each folder (PrefsFolderItem),
18175                 sorting type and mode were added as the first properties.
18176         * src/main.c
18177                 read config for scoring
18178         * added src/matcher.[ch]
18179                 gives functions to parse configuration file to do
18180                 matching on mails with a list of conditions.
18181         * src/mainwindow.c
18182                 add option to sort by score
18183         * src/prefs_common.[ch]
18184                 added preference option to show score and for
18185                 the score column size
18186         * added src/prefs_folder_item.[ch]
18187                 properties for each folder (PrefsFolderItem),
18188                 sorting type and mode were added as the first properties.
18189         * src/procheader.[ch]
18190                 added procheader_parse_header()
18191                 added procheader_header_free()
18192                 added procheader_headername_equal()
18193                 and made modification to use them.
18194         * src/procmsg.[ch]
18195                 added score field to MsgInfo structure
18196         * added src/scoring.[ch]
18197                 gives functions to parse configuration file to do
18198                 scoring on mails with a list of conditions.
18199         * src/summaryview.[ch]
18200                 save the sorting type and mode for the folder
18201                 added column to display the score of the mail
18202                 added function summary_score_clicked()
18203                 sorting type and mode are restored to the folder
18204                 when it is reopen
18205         * src/textview.c
18206                 use procheader_parse_header(), procheader_headername_equal()
18207                 removed memory leak in text_scan_header when freeing headers
18208         * src/filter.c
18209                 changed the function to match names of headers
18210                 using procheader_headername_equal()
18211
18212         Scoring functions are implemented, an interface is needed
18213         to configure that.
18214
18215 2001-05-04 [alfons]
18216
18217         * src/gtkstext.c: 
18218                 hopefully fixed the row up navigation bug,
18219                 removed adding back / forward lines to cache
18220
18221 2001-05-04 [sergey]
18222
18223         * src/prefs_display_headers.c: user interface changes:
18224         (prefs_display_headers_create): remove unused "Show" check button;
18225         allow reordering of headers by dragging.
18226         (prefs_display_headers_write_config): remove unused variables.
18227         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18228         of lists (not needed with the new UI).
18229         (prefs_display_headers_set_list): scan lists starting from row 0,
18230         not 1 (do not skip "(New)").
18231         (prefs_display_headers_find_header): new function.
18232         (prefs_display_headers_clist_set_row): do not allow duplicates.
18233         (prefs_display_headers_delete_cb): do not skip row 0; treat
18234         closing the alert window by ESC as "No".
18235         (prefs_display_headers_up): do not protect row 0.
18236         (prefs_display_headers_down): do not protect row 0.
18237
18238 2001-05-04 [sergey]
18239
18240         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18241         functions.
18242
18243         * src/summaryview.c
18244         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18245         summary_select_next_marked, summary_select_prev_marked): new
18246         functions.
18247
18248 2001-05-03 [sergey]
18249
18250         * src/news.c: fixed a bug when no article can be fetched after
18251         server timeout if the connection was restored by news_post():
18252         (news_select_group): new function.
18253         (news_fetch_msg): call news_select_group() before fetching
18254         article.
18255         (news_get_uncached_articles): set session->group after successful
18256         GROUP command.
18257
18258 2001-05-03 [hoa]
18259
18260         * src/defs.h
18261         * src/procmsg.[ch]
18262         * src/procheader.c
18263                  changed version of cache, added cc field
18264
18265         * src/prefs_display_headers.c
18266                 the interface was changed
18267
18268         * src/prefs_headers.c
18269                 added cancel button
18270
18271 2001-05-03 [alfons]
18272
18273         * completed sync of sylpheed cvs2
18274         * src/gtkstext.c: updated row up / down cursor navigation
18275         * src/textview.c: re-edited, prepared for fixing the email address
18276                 scanner.
18277
18278 2001-05-03 [darko]
18279
18280         * src/prefs_common.c: use alfons' strftime ui code
18281         entry_datefmt and datefmt_sample widgets have to be
18282         global in this module because of this change
18283
18284 2001-05-03 [hoa]
18285
18286         * src/messageview.c
18287         * src/prefs_common.[ch] added option to activate the return receipt
18288                 feature.
18289
18290 2001-05-02 [alfons]
18291
18292         * src/gtkstext.c: fix for row up/down cursor navigation. 
18293
18294         0.4.66claws2
18295         
18296         * sync with 0.4.66cvs2
18297
18298 2001-05-02 [paul]
18299
18300         added add-sender-to-addressbook patch
18301
18302         * src/addressbook.c
18303         * src/addressbook.h
18304         * src/summaryview.c
18305
18306 2001-05-02 [sergey]
18307
18308         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18309         G_ALERTDISABLE.
18310
18311         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18312         all existing callers changed to pass FALSE; create a check button
18313         to disable the message.
18314         (alertpanel_message_with_disable): new function.
18315         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18316         (alertpanel_button_toggled): new function.
18317         (alertpanel_button_clicked, alertpanel_close): set value using
18318         G_ALERT_VALUE_MASK.
18319
18320         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18321
18322         * src/prefs_common.c (prefs_privacy_create): new check button
18323         checkbtn_gpgme_warning.
18324
18325         * src/main.c (main): moved preferences reading before gpgme
18326         initialization; check prefs_common.gpgme_warning before giving the
18327         GnuPG warning and set it to FALSE if the user wants to disable the
18328         warning.
18329
18330 2001-05-02 [hiroyuki]
18331
18332         * src/prefs_display_headers.c: modified the layout and some labels.
18333
18334 2001-05-02 [sergey]
18335
18336         * src/prefs_account.c (prefs_account_fix_size): new function.
18337         (prefs_account_create): call prefs_account_fix_size(); use
18338         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18339         size when the window is shown for the first time).
18340         (prefs_account_basic_create): changed layout of serv_table; moved
18341         localmbox_entry above smtpserv_entry (logically it replaces
18342         POP3/IMAP server).
18343         (prefs_account_protocol_activated): set sensitivity of
18344         nntpauth_chkbtn according to the protocol (in addition to
18345         hide/show); commented out gtk_table_set_row_spacing() calls.
18346         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18347         not sensitive (fixes a bug with disabled username/password boxes
18348         when editing POP3 account after NNTP with authentication).
18349
18350 2001-05-02 [hoa]
18351
18352         * src/account.c
18353         * src/inc.c
18354         * src/prefs_account.[ch]
18355         * src/send.c
18356                 removed local account without SMTP server
18357                 added option to use mail command instead of a connexion
18358                 to SMTP server when a local account is used
18359         * src/prefs_headers.c
18360                 fixed a bug
18361         * src/news.c
18362                 fixed a bug when connexion immediately closed
18363
18364 2001-05-01 [alfons]
18365
18366         0.4.66claws1
18367         
18368         * sync with 0.4.65
18369
18370 2001-05-01 [sergey]
18371
18372         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18373         widget nntpauth_chkbtn.
18374         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18375         visibility.
18376         (prefs_account_nntpauth_toggled): new function.
18377
18378         * src/news.c (news_session_new_for_folder): use NNTP
18379         authentication only if ac->use_nntp_auth is set.
18380
18381 2001-05-01 [hoa]
18382
18383         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18384         * src/prefs_display_headers.c changed the UI
18385         * src/prefs_headers.c changed account_name to account_id
18386         * src/compose.c using customheader.h
18387
18388 2001-05-01 [hiroyuki]
18389
18390         * src/esmtp.c
18391           src/news.c
18392           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18393           unsynched.
18394
18395 2001-05-01 [hoa]
18396
18397         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18398         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18399                 for displaying of headers
18400         * src/grouplist_dialog.[ch] minor changes to remove warnings
18401         * src/prefs_display_headers.[ch] dialog to choose the
18402         headers to display in the mail viewer.
18403         * src/headers.h correction of #define
18404         * src/headers_display.[ch] configuration for displaying of headers.
18405         * src/main.c read config of displaying of headers
18406         * src/prefs_common.c add a button to access the config dialog
18407                 for displaying of headers
18408         * src/prefs_display_headers.[ch] dialog for configuration for
18409                 displaying of the headers.
18410         * src/prefs_headers.c cleaning of code
18411         * src/procheader.c comments added to code
18412         * src/textview.c changes to reorder the headers depending
18413                 on the config for displaying of headers
18414
18415 2001-04-30 [alfons]
18416
18417         0.4.65claws7
18418
18419         * sync with 0.4.65cvs12
18420
18421         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18422
18423 2001-04-30 [sergey]
18424
18425         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18426
18427         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18428         is set to force reconnection after authentication failure.
18429         (nntp_gen_command): set sock->auth_failed on authentication
18430         failure, or if sock->userid and sock->passwd are not set.
18431
18432         * src/news.c (news_session_new_for_folder): set userid=NULL if
18433         password dialog is cancelled.
18434
18435 2001-04-30 [sergey]
18436
18437         * src/nntp.h (NNTPSockInfo): new type.
18438
18439         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18440         SockInfo.
18441         (nntp_open_auth, nntp_close): new functions.
18442         (nntp_gen_command): new function to handle authentication; all
18443         NNTP command functions updated to use it.
18444         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18445         (nntp_list): removed old useless code.
18446
18447         * src/news.h (NNTPSession): new field nntp_sock.
18448
18449         * src/news.c: all functions updated to use NNTPSockInfo instead of
18450         SockInfo.
18451         (news_session_new): new arguments (userid, passwd); made static;
18452         use nntp_open_auth() if needed.
18453         (news_session_destroy): use nntp_close() instead of sock_close().
18454         (news_query_password): changed arguments.
18455         (news_session_new_for_folder): new function.
18456         (news_session_get): use news_session_new_for_folder().
18457         (news_authenticate): deleted.
18458         (news_get_uncached_articles): removed old authentication code.
18459
18460 2001-04-30 [sergey]
18461
18462         * src/news.c: reverted my previous changes (need to do NNTP
18463         authentication in a cleaner way).
18464         
18465 2001-04-29 [sergey]
18466
18467         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18468         news_nntp_post, news_nntp_mode): new functions (wrappers with
18469         authentication support).
18470         (news_get_article_cmd, news_get_article, news_get_header): new
18471         argument "folder"; all callers changed.
18472         (news_get_article_cmd): added authentication support.
18473         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18474         (news_post): use news_nntp_post() instead of nntp_post().
18475         (news_get_uncached_articles): use news_nntp_group() instead of
18476         nntp_group() and news_nntp_xover() instead of nntp_xover();
18477         removed old authentication code.
18478         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18479
18480         * src/nntp.c (nntp_list): return real error code instead of
18481         hardcoded NN_ERROR.
18482
18483 2001-04-29 [sergey]
18484
18485         * configure.in: fixed wint_t typedef detection again
18486
18487 2001-04-28 [hoa]
18488
18489         * src/prefs_account.[ch], added A_LOCAL_CMD
18490                 (send mail with mail command)
18491         * src/send.c added function send_message_with_command()
18492         * src/inc.c made a more secure get_spool() function with
18493                 mktemp() but maybe mkstemp() or something more
18494                 secure can be used.
18495
18496 2001-04-28 [alfons]
18497
18498         * src/textview.c, colorization of email addresses in headers
18499
18500         0.4.65claws6
18501
18502         * bug sync with sylpheed
18503         * prefs_common.c: created date format ui for darko
18504         * sync with 0.4.65cvs11
18505         * configure.in: corrected to have the new gpg checks
18506
18507 2001-04-27 [alfons]
18508
18509         * completed sync with 0.4.65cvs10
18510         * minor debug things added to gtkstext.c
18511
18512 2001-04-27 [darko]
18513
18514         * configure.in: remove check for availability of
18515           strftime() as advised by Hiroyuki
18516         * src/prefs_common.[ch], src/procheader.c:
18517           synch strftime() code with Hiroyki's main branch
18518
18519 2001-04-26 [sergey]
18520
18521         * src/news.c: news_query_password(), news_authenticate(): new
18522           functions.
18523           news_get_uncached_articles(): added NNTP authentication
18524           handling.
18525         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18526           new functions.
18527         * src/prefs_account.c: prefs_account_protocol_activated():
18528           enable userid and password fields for NNTP.
18529
18530 2001-04-26
18531
18532         * configure.in: check for availability of strftime()
18533           [darko]
18534         * src/prefs_common.[ch], src/procheader.c: use
18535           strftime() for displaying date in summary pane if it
18536           is available
18537
18538 2001-04-25
18539
18540         * more .cvsignore cleanups [alfons]
18541
18542 2001-04-25
18543
18544         * ac/sv-check-type.m4: new autoconf macro.
18545         * configure.in: fixed wint_t typedef detection (did not work
18546           with gcc-2.96).
18547
18548 2001-04-25
18549
18550         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18551           [hiroyuki]
18552
18553 2001-04-24
18554         * modified gtkstext.c : buggy cursor navigation fixed, 
18555           and font descent also taken in account when drawing
18556           cursor. [alfons]
18557
18558 2001-04-24 [hoa]
18559         * added comments in src/news.c src/nntp.c
18560         * added src/prefs_headers.[ch]
18561         * added src/headers.[ch]
18562         * modified compose.c to activate custom headers
18563                 added function is_in_custom_headers
18564         * modified prefs_account.[ch]
18565                 added function prefs_account_customhdr_edit
18566         * modified src/defs.h :
18567                 added HEADERS_RC : name of the config file
18568                 for the custom headers
18569
18570 2001-04-24
18571
18572     0.4.65claws5
18573
18574         * configure.in
18575           src/gtkstext.[ch]
18576           src/compose.c
18577           src/Makefile.am
18578           
18579           added gtkstext with configure.in patch by Hiroyuki which
18580           should fix the XIM detection [alfons]
18581
18582         * more clean up of cvs [alfons]
18583
18584                  * removed all Makefile.in files to attic.
18585
18586                  * updated all .cvsignores to really ignore things that could
18587                    be unintentionally committed by a recursive commit.
18588
18589 2001-04-23 [hoa]
18590         * added src/grouplist_dialog.[ch]
18591         * changed src/folderview.c to call grouplist_dialog instead
18592                 of inputdialog
18593         * src/news.c :
18594                 added functions news_reset_group_list
18595                 and news_get_group_list
18596         * src/nntp.c :
18597                 added function nntp_list
18598         * src/defs.h :
18599                 added GROUPLIST_FILE : name of the newsgroup list cache file
18600
18601 2001-04-21
18602
18603         * added option to warn about queued messages on exit [sergey]:
18604
18605           * src/compose.c: compose_queue(): call folder_item_scan()
18606             and folderview_update_item() after queueing.
18607           * src/folderview.c: folderview_update_node(): draw the queue
18608             folder in bold font if there are queued messages.
18609           * src/mainwindow.c: queued_messages(): new function.
18610             app_exit_cb(): display warning if there are queued messages
18611             if warn_queued_on_exit is set.
18612           * prefs_common.[ch]: add warn_queued_on_exit option.
18613
18614         * enhanced GnuPG key selection support [sergey]:
18615
18616           * src/select-keys.c: updated to newer version from Win32
18617             branch with support for selecting arbitrary keys.
18618           * src/prefs_account.c: added the Privacy tab to the account
18619             options window.
18620             prefs_account_privacy_create(),
18621             prefs_account_sign_key_set_data_from_radiobtn(),
18622             prefs_account_sign_key_set_radiobtn(): new functions.
18623           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18624           * src/rfc2015.c: set_signers(): new function.
18625             pgp_sign(): add the account parameter, call set_signers().
18626             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18627           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18628           * src/compose.c: pass the current account to rfc2015_sign().
18629
18630         * tag name claws added to prevent confusion with main branch [alfons]
18631
18632         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18633
18634         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18635
18636         * sync with recent sylpheed cvs. Untested though. [alfons]
18637