6856299b4466d2537419e1e53f387bc99c8a49b0
[claws.git] / ChangeLog.claws
1 2003-09-11 [paul]       0.9.5claws2
2
3         * sync with 0.9.5cvs2
4                 see ChangeLog 2003-09-05
5                 
6         fixes bug 197 'Header lines encrypted by GPG'
7
8 2003-09-11 [paul]       0.9.5claws1
9
10         * sync with 0.9.5cvs3
11                 see ChangeLog 2003-09-10
12
13 2003-09-10 [paul]       0.9.5claws
14
15         * 0.9.5claws released
16
17 2003-09-10 [paul]       0.9.4claws78
18
19         * src/Makefile.am
20                 add missing files
21
22 2003-09-10 [melvin]     0.9.4claws77
23
24         * po/fr.po
25                 Updated French translations
26
27 2003-09-10 [paul]       0.9.4claws76
28
29         * po/es.po
30           po/sk.po
31           po/sr.po
32                 update Spanish, Slovak, and Serbian translations.
33                 submitted by Ricardo Mones Lastra, Andrej Kacian,
34                 and Urke MMI
35                 
36         * AUTHORS
37                 add translation team section
38
39 2003-09-09 [christoph]  0.9.4claws75
40
41         * src/folder.c
42                 free item->prefs in folder_item_destroy
43
44 2003-09-09 [alfons]     0.9.4claws74
45
46         * src/folderview.c
47                 o proper check for root node sorting
48                 o remove unnecessary gtk_ctree_remove_node 
49
50         (should fix bug #300, "crash while moving folder")      
51
52 2003-09-08 [christoph]  0.9.4claws73
53
54         * src/folderview.c
55                 o fix double adding of IMAP FolderItems to GtkCTree
56                 o fix crash then mbox folder is removed
57
58 2003-09-08 [christoph]  0.9.4claws72
59
60         * src/folder.c
61         * src/folderview.c
62         * src/mainwindow.c
63                 fix new folder notification
64
65         * src/mbox_folder.c
66                 fix cache path
67
68 2003-09-08 [christoph]  0.9.4claws71
69
70         * src/compose.c
71                 replace '\n' and '\r' before removing trailing spaces
72
73         * src/folder.[ch]
74         * src/folderview.c
75                 add information about new or removed items in folder tree change
76                 notification and use this in folderview to add and remove only
77                 the appected items and not refresh the whole tree
78
79 2003-09-07 [match]      0.9.4claws70
80
81         * src/Makefile.am
82         * src/addr_compl.c
83         * src/addressbook.c
84         * src/addressitem.h
85         * src/addrindex.c
86         * src/addritem.c
87         * src/addritem.h
88         * src/addrquery.c                       ** NEW **
89         * src/addrquery.h
90         * src/ldapquery.c
91         * src/ldapserver.c
92         * src/stock_pixmap.c
93         * src/stock_pixmap.h
94         * src/pixmaps/address_search.xpm        ** NEW **
95                 re-introduce Lookup button for LDAP 'static' searches.
96
97 2003-09-07 [alfons]     0.9.4claws69
98         
99         * src/summaryview.c
100                 abandon setting usize for messageview because it gives layout problems
101                 with the quick search bar and the headerview; fixes assorted UI glitches:
102                 
103                 o bug #148, "Toggling of quick-search bar reduces index view area" 
104                 o bug #280, "Window resiizes for line length but does not revert"
105
106 2003-09-07 [christoph]  0.9.4claws68
107
108         * src/compose.c
109                 o make sure we don't have any newlines in header values
110                 o check custom headers for spaces and newlines and ignore
111                   malformed header names
112
113 2003-09-06 [christoph]  0.9.4claws67
114
115         * src/folder.c
116         * src/folderview.c
117                 invoke notification hook for folder tree changes after append
118                 and remove folder
119
120         (closes Bug 294 Crash while moving folder with many subdirectories)
121
122 2003-09-06 [christoph]  0.9.4claws66
123
124         * src/folder.c
125                 destroy folder's MsgCache if FolderItem is removed to make sure
126                 it is not saved when the FolderItem is destroyed
127
128 2003-09-06 [christoph]  0.9.4claws65
129
130         * src/plugins/clamav/clamav_plugin.c
131                 fix copy & paste bug
132
133 2003-09-05 [christoph]  0.9.4claws64
134
135         * src/folder.c
136         * src/messageview.[ch]
137         * src/procmsg.[ch]
138         * src/summaryview.c
139                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
140                 by MessageView to clear it when the message is deleted. Should
141                 work even if messages are deleted in MainWindow or by
142                 processing.
143
144 2003-09-05 [alfons]     0.9.4claws63
145
146         * src/messageview.c
147                 deleting a message in a message view frees its msginfo, make 
148                 messageview_update_all() aware of that (should fix bug #293,
149                 "deleting message caused crash")
150
151 2003-09-05 [melvin]     0.9.4claws62
152
153         * src/action.c
154                 Improve synchronous action exit code (fixes 
155                 a ~5 seconds delay after action exit on RedHat 9)
156
157 2003-09-04 [christoph]  0.9.4claws61
158
159         * src/compose.c
160         * src/rfc2015.c
161         * src/common/utils.[ch]
162                 add util function to create mime boundary and use it
163                 in compose and gpg code
164
165 2003-09-04 [alfons]     0.9.4claws60
166
167         * src/folder.c
168                 source folder item's GNode should already have been freed in 
169                 a previous call to src->folder->klass->remove_folder()
170                 (should fix bug #287, "crash when moving folders")
171
172 2003-09-03 [thorsten]   0.9.4claws59
173
174         * src/plugins/spamassassin/spamassassin_gtk.c
175                 fix compile error
176
177 2003-09-03 [christoph]  0.9.4claws58
178
179         * src/plugins/spamassassin/spamassassin.[ch]
180         * src/plugins/spamassassin/spamassassin_gtk.c
181                 add timeout config option
182
183 2003-09-03 [paul]       0.9.4claws57
184
185         * po/sk.po      ** NEW FILE **
186                 add Slovak translation. Submitted by Andrej Kacian 
187                 <andrej@kacian.sk>
188
189 2003-09-03 [paul]       0.9.4claws56
190
191         * src/plugins/clamav/clamav_plugin_gtk.c
192                 gui tweaks: replace a label with a tooltip, modify the
193                 text, use gtk_check_button_new(); instead of
194                 gtk_check_button_new_with_label("");
195
196 2003-09-02 [alfons]     0.9.4claws55
197
198         * src/gtk/filesel.c
199                 remember last used dir when attaching multiple files (should fix
200                 bug #290, "Attach File does not remember directory")
201
202 2003-09-01 [paul]       0.9.4claws54
203
204         * po/es.po
205                 updated by Ricardo Mones Lastra
206
207 2003-09-01 [alfons]     0.9.4claws53
208
209         * src/gtk/gtkaspell.[ch]
210                 be pedantic and strict and use const gchar * instead of guchar *
211
212 2003-09-01 [alfons]     0.9.4claws52
213
214         * src/mainwindow.c
215         * src/summaryviewc.
216                 re-enable Save As when multiple messages are selected
217
218 2003-09-01 [paul]       0.9.4claws51
219
220         * src/textview.c
221                 g_free(trimmed_uri);
222
223 2003-09-01 [paul]       0.9.4claws50
224
225         * sync with 0.9.4cvs13
226                 see ChangeLog 2003-09-01
227
228 2003-09-01 [paul]       0.9.4claws49
229
230         * src/textview.c
231                 trim uri before sending to the statusbar
232                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
233                 in the message window causes main S-C window to enlarge 
234                 past screen edges'
235
236 2003-09-01 [paul]       0.9.4claws48
237
238         * sync with 0.9.4cvs12
239                 see ChangeLog 2003-09-01
240
241 2003-08-30 [christoph]  0.9.4claws47
242
243         * src/compose.c
244         * src/folder_item_prefs.[ch]
245         * src/prefs_folder_item.c
246         * src/gtk/gtkaspell.[ch]
247                 commit per folder dictionary patch by
248                 Paul Evans <nerd@freeuk.com>
249
250 2003-08-30 [christoph]  0.9.4claws46
251
252         * src/plugins/spamassassin/spamassassin_gtk.c
253         * src/plugins/spamassassin/spamassassin_gtk.glade
254                 reduce GUI clutter by placing hints into tooltips
255
256 2003-08-30 [paul]       0.9.4claws45
257
258         * src/compose.c
259                 add 'Content-Disposition: inline' to a text/plain
260                 part when using PGP/MIME signing
261
262 2003-08-30 [paul]       0.9.4claws44
263
264         * src/prefs_common.c
265           src/prefs_spelling.c
266           src/prefs_spelling.glade
267                 reduce GUI clutter by placing hints into tooltips
268
269 2003-08-29 [christoph]  0.9.4claws43
270
271         * configure.ac
272                 fix bug found by Ivan Rayner <ivanr@sgi.com>
273
274         * src/stock_pixmap.c
275                 change unecessary warning into a debug message
276
277         * src/plugins/clamav/Makefile.am
278                 Fix error "-I$(CLAMAV_LIBS)"
279
280 2003-08-29 [christoph]  0.9.4claws42
281
282         * intl/Makefile.in
283         * src/Makefile.am
284         * src/matcher.h
285         * src/common/Makefile.am
286         * src/common/passcrypt.c
287                 commit fixes and patches for some of the IRIX problems found by
288                 Ivan Rayner <ivanr@sgi.com>
289
290 2003-08-29 [paul]       0.9.4claws41
291
292         * src/prefs_filtering.c
293                 add 'Top' and 'Bottom' buttons, based on changes in
294                 src/prefs_filter.c in 0.9.4cvs11.
295
296 2003-08-27 [christoph]  0.9.4claws40
297
298         * src/folderview.c
299                 fix bug that the current summary settings were copied to the
300                 wrong folder item, when the folder item prefs are opened.
301                 Copying is not required because summary settings and
302                 folder_item_prefs do not contain the same settings
303
304 2003-08-27 [thorsten]   0.9.4claws39
305
306         * src/imap.c
307                 fix compile error
308
309 2003-08-26 [paul]       0.9.4claws38
310
311         * sync with 0.9.4cvs9
312                 see ChangeLog 2003-08-26
313
314 2003-08-25 [paul]       0.9.4claws37
315
316         * sync with 0.9.4cvs8
317                 see ChangeLog 2003-08-25
318
319 2003-08-24 [christoph]  0.9.4claws36
320
321         * src/prefs_filtering.c
322                 shouldn't remove items from a GSList while iterating over the
323                 list (makes cur invalid and cur->next not accessable)
324
325         (closes Bug 272 i deleted an folder and some seconds later sylpheed
326          crashed)
327
328 2003-08-23 [christoph]  0.9.4claws35
329
330         * src/news.c
331                 news folders should be scanned when opened
332
333 2003-08-22 [christoph]  0.9.4claws34
334
335         * src/prefs_folder_item.c
336                 use macro to assign strings that always frees the old string
337
338         * src/gtk/gtkaspell.[ch]
339                 add gtkaspell_set_dictionary_menu_active_item() to set active
340                 item in dictionary option menu
341
342         * src/prefs_spelling.c
343                 use gtkaspell_set_dictionary_menu_active_item() to select
344                 dictionary
345
346 2003-08-21 [christoph]  0.9.4claws33
347
348         * src/folder.[ch]
349         * src/imap.c
350         * src/mbox_folder.c
351         * src/mh.c
352         * src/news.c
353                 optimize folder system
354
355         * src/gtk/gtkstext.c
356                 fix division by zero when font has 0 width for ' '
357
358 2003-08-21 [paul]       0.9.4claws32
359
360         * sync with 0.9.4cvs7
361                 see ChangeLog 2003-08-20
362
363 2003-08-19 [paul]       0.9.4claws31
364
365         * src/common/defs.h
366                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
367                 SYLDOC_FAQ_HTML_INDEX.
368         * src/manual.c
369                 use LC_MESSAGES instead of LC_ALL to find the current
370                 language
371
372           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
373
374 2003-08-19 [paul]       0.9.4claws30
375
376         * po/bg.po
377                 updated by George Danchev
378
379 2003-08-18 [luke]       0.9.4claws29
380         * src/mimeview.[ch]
381         * src/gtk/gtkvscrollbutton.[ch]
382                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
383                   dependencies; do it the GTK way; reduce code -14/+2 lines)
384                 o removed horizontal separator between icons
385
386 2003-08-17 [christoph]  0.9.4claws28
387
388         * src/procmsg.c
389                 no subject threading when the subject has no reply prefix
390
391 2003-08-16 [christoph]  0.9.4claws27
392
393         * src/mainwindow.c
394                 remember and restore window sizes and position when the main
395                 window is hidden or shown
396
397         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
398          minimised/reopened using trayicon)
399
400 2003-08-16 [paul]       0.9.4claws26
401
402         * src/crash.c
403                 add #include "defs.h"
404
405 2003-08-16 [paul]       0.9.4claws25
406
407         * src/plugins/clamav/clamav_plugin.c
408                 reword a debug_print
409                 
410         * src/plugins/dillo_viewer/dillo_prefs.c
411                 cosmetic: change the labels' text, add tooltips, and
412                 left-align the hint
413
414 2003-08-15 [christoph]  0.9.4claws24
415
416         * src/news.c
417                 complete last change (forgot some changes)
418
419 2003-08-15 [christoph]  0.9.4claws23
420
421         * src/news.c
422                 o check number of messages and don't return a 0 message
423                   when no messages are available
424                 o don't parse xref header anymore
425
426         (closes Bug 203 I'm not getting any news)
427
428 2003-08-15 [paul]       0.9.4claws22
429
430         * src/common/defs.h
431           src/crash.c
432                 update and define claws bugzilla location
433
434 2003-08-15 [paul]       0.9.4claws21
435
436         * po/ru.po
437                 update submitted by Ruslan N. Balkin
438
439 2003-08-14 [christoph]  0.9.4claws20
440
441         * src/procmsg.c
442                 fix search for oldest node in subject threading
443
444 2003-08-14 [christoph]  0.9.4claws19
445
446         * src/procmsg.c
447         * src/common/utils.h
448                 add possibility to check all nodes with the same subject for
449                 subject threading, not only the oldest node. Should not break
450                 threads anymore if the oldest node is thread_by_subject_max_age
451                 days older then parent, because it can now find a child of
452                 oldest node as new parent.
453
454 2003-08-11 [christoph]  0.9.4claws18
455
456         * src/plugins/spamassassin/spamassassin.c
457                 run spam check in background process
458
459 2003-08-10 [alfons]     0.9.4claws17
460
461         * src/summaryview.c
462                 make `Select All' sensitive too
463
464 2003-08-10 [christoph]  0.9.4claws16
465
466         * src/imap.c
467                 add more checks in imap_close
468
469 2003-08-09 [alfons]     0.9.4claws15
470
471         * src/prefs_spelling.c
472                 no spell checking UI if not requested
473
474 2003-08-09 [alfons]     0.9.4claws14
475
476         * src/gtk/prefswindow.c
477                 make it compile
478
479 2003-08-09 [christoph]  0.9.4claws13
480
481         * src/prefs_spelling.c
482         * src/gtk/prefswindow.[ch]
483         * src/plugins/clamav/clamav_plugin_gtk.c
484         * src/plugins/spamassassin/spamassassin_gtk.c
485                 sort prefs pages by heighest weight in tree
486
487 2003-08-09 [paul]       0.9.4claws12
488
489         * sync with 0.9.4cvs6
490                 see ChangeLog 2003-08-07
491                 
492         * AUTHORS
493                 add Leandro and Luke to claws-branch section
494
495 2003-08-09 [christoph]  0.9.4claws11
496
497         * src/gtk/Makefile.am
498         * src/gtk/colorsel.[ch]                 ** NEW **
499                 create a color selection dialog that can be used as a simple
500                 function call with it's own gtk main loop like filesel.[ch]
501
502         * src/Makefile.am
503         * src/main.c
504         * src/prefs_common.c
505         * src/prefs_spelling.[ch]               ** NEW **
506         * src/prefs_spelling.glade              ** NEW **
507         * src/gtk/gtkutils.[ch]
508                 move "Spell Checker" prefs to new prefs dialog
509
510         * src/prefs_folder_item.c
511                 use new colorsel dialog
512
513 2003-08-08 [paul]       0.9.4claws10
514
515         * src/inc.c
516                 clear the progress bar unconditionally
517
518 2003-08-08 [paul]       0.9.4claws9
519
520         * sync with 0.9.4cvs4
521                 see ChangeLog 2003-07-31
522
523 2003-08-07 [christoph]  0.9.4claws8
524
525         * configure.ac
526                 fix bug in image viewer plugin part
527
528         * src/imap.c
529                 don't execute close command if the folder item is not selected
530
531 2003-08-07 [hoa]        0.9.4claws7
532
533         * src/filtering.[ch]
534         * src/matcher_parser.h
535         * src/matcher_parser_parse.y
536                 can define several actions for each filtering rule
537                 can import old versions of filtering rules
538
539         * src/prefs_filtering.c
540                 call to a new dialog box to define actions
541
542         * src/prefs_filtering_action.[ch]
543                 dialog box to define actions for filtering rules
544
545 2003-08-06 [christoph]  0.9.4claws6
546
547         * src/imap.c
548                 make sure source folder is selected when copying messages
549
550 2003-08-06 [christoph]  0.9.4claws5
551
552         * sync with 0.9.4cvs2
553                 see ChangeLog 2003-07-29                
554
555 2003-08-05 [paul]       0.9.4claws4
556
557         * sync with 0.9.4cvs3
558                 see ChangeLog 2003-07-30
559
560 2003-08-04 [match]      0.9.4claws3
561
562         * po/POTFILES.in
563                 export of LDIF files.
564
565 2003-08-04 [match]      0.9.4claws2
566
567         * src/ldif.[ch]
568                 support for export LDIF. documented.
569         * src/importldif.[ch]
570         * src/exportldif.[ch]
571                 add tooltips. documented.
572         * src/exphtmldlg.[ch]
573         * src/common/xmlprops.[ch]
574                 documented.
575         * src/exportldif.[ch]                   ** NEW **
576         * src/expldifdlg.[ch]                   ** NEW **
577         * src/addressbook.[ch]
578         * src/Makefile.am
579                 export of LDIF files.
580                 documented.
581
582 2003-08-04 [christoph]  0.9.4claws1
583
584         * .cvsignore
585         * Makefile.am
586         * configure.ac
587         * sylpheed-claws.pc.in                  ** NEW **
588         * src/Makefile.am
589         * src/common/Makefile.am
590         * src/gtk/Makefile.am
591                 install sylpheed header files in $(pkgincludedir) and create a
592                 pkg-config file to allow building a plugin without the source
593                 package
594
595 2003-08-04 [paul]       0.9.4claws
596
597         * version 0.9.4claws
598
599 2003-08-04 [paul]       0.9.3claws97
600
601         * po/es.po
602                 update Spanish translation. Submitted by Ricardo
603                 Mones Lastra.
604
605 2003-08-03 [paul]       0.9.3claws96
606
607         * po/hr.po
608           po/sr.po
609                 update Croatian and Serbian translations. Submitted by
610                 Dragan and Urke MMI respectively
611
612 2003-08-03 [alfons]     0.9.3claws95
613
614         * src/summaryview.c
615                 mark flag has precedence over important flag - seems
616                 to have been changed in sync of 0.9.3claws45. this fixes
617                 a regression where messages that were scored as important
618                 don't show their mark flags. (using the same column for
619                 both importance as mark flags is the real problem
620                 ofcourse)
621
622 2003-08-03 [melvin]     0.9.3claws94
623
624         * po/fr.po
625                 Updated French translations.
626
627 2003-08-03 [melvin]     0.9.3claws93
628
629         * src/Makefile.am
630                 Fixed typo introduced after 0.9.3claws92 
631                 that prevented compilation
632                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
633                 CPPFLAGS and YFLAGS to allow user setting these.
634         * src/common/Makefile.am
635         * src/gtk/Makefile.am
636         * src/plugins/clamav/Makefile.am
637         * src/plugins/demo/Makefile.am
638         * src/plugins/dillo_viewer/Makefile.am
639         * src/plugins/image_viewer/Makefile.am
640         * src/plugins/mathml_viewer/Makefile.am
641         * src/plugins/spamassassin/Makefile.am
642         * src/plugins/trayicon/Makefile.am
643         * src/plugins/trayicon/libeggtrayicon/Makefile.am
644                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
645                 CPPFLAGS and YFLAGS to allow user setting these.
646
647 2003-08-02 [christoph]  0.9.3claws92
648
649         * configure.ac
650                 o rearrange plugin tests
651                 o add test for clamav.h to ClamAV tests
652
653 2003-08-02 [luke]       0.9.3claws91
654
655         * src/mimeview.c
656                 o fixed appearance of icon list when toggling back from the 
657                   ctree
658                 o toggling of icons using the keyboard works correctly
659                 o fixed all other keyboard shortcuts to work when icons are
660                   active
661         
662         * src/messageview.c
663                 o fixed bug 4 - focus lost when changing messageview view type
664
665 2003-08-02 [christoph]  0.9.3claws90
666
667         * src/common/hooks.c
668                 fix crash when pointer stored in hash table could get invalid
669                 when a plugin is unloaded
670
671 2003-08-01 [christoph]  0.9.3claws89
672
673         * configure.ac
674                 o try to build all plugins (except spamassassin) by default
675                 o don't build a plugin if a dependency check fails
676
677         * src/common/hooks.c
678                 fix warning
679
680 2003-08-01 [match]      0.9.3claws88
681
682         * src/importldif.c
683                 allow single click field selection. document code.
684
685 2003-08-01 [christoph]  0.9.3claws87
686
687         * src/plugins/clamav/clamav_plugin.c
688         * src/plugins/clamav/clamav_plugin_gtk.c
689         * src/plugins/dillo_viewer/dillo_viewer.c
690         * src/plugins/image_viewer/plugin.c
691         * src/plugins/mathml_viewer/mathml_viewer.c
692         * src/plugins/spamassassin/spamassassin.c
693         * src/plugins/spamassassin/spamassassin_gtk.c
694         * src/plugins/trayicon/trayicon.c
695                 add version check to all plugins
696
697 2003-08-01 [hoa]        0.9.3claws86
698
699         * src/prefs_filtering.c
700                 fixed a cosmetic bug, during creation of dialog box,
701                 wrong widgets were shown after creation.
702
703 2003-08-01 [luke]       0.9.3claws85
704
705         * src/mainwindow.c
706                 o fixed visibility of icons/mimeview after toggling separate
707                   message/folder view (factored out some similar code too).
708
709
710 2003-07-31 [alfons]     0.9.3claws84
711
712         * src/mimeview.c
713                 tweak icon box UI a bit more, now allowing right-clicks actions
714                 getting the relevant mime data too; should fix #250, "Can't save 
715                 attachments sometimes".
716
717 2003-07-30 [alfons]     0.9.3claws83
718
719         * src/compose.c
720                 don't do auto-save-draft inside key press handler, but rather
721                 schedule it half of a second later; should fix #67, "autosave 
722                 make re-rediting message crazy"
723
724 2003-07-30 [christoph]  0.9.3claws82
725
726         * src/plugins/trayicon/trayicon.c
727                 process pending events before unloading the plugin
728
729         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
730
731 2003-07-30 [alfons]     0.9.3claws81
732
733         * src/common/hooks.c
734                 parameter 2 of g_hook_destroy() should really be a hook id
735
736 2003-07-30 [alfons]     0.9.3claws80
737
738         * src/common/plugin.c
739                 fix a possibly harmful function signature mismatch 
740                 for plugin_done
741
742 2003-07-30 [alfons]     0.9.3claws79
743
744         * src/common/hooks[.ch]
745                 const correctness
746
747 2003-07-30 [darko]      0.9.3claws78
748
749         * src/summaryview.c
750                 make it compile again
751
752 2003-07-30 [luke]       0.9.3claws77
753
754         * src/crash.c
755         * src/main.c
756                 o added/moved signal handlers for SIGTERM (normal kill command) 
757                   and SIGINT (ctl-c) to be used even without 
758                   --enable-crash-dialog, fixing bug 166
759
760         * src/summaryview.c
761                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
762                   bug 227
763
764         * src/mainwindow.c
765                 o changed sensitivity condition for 'Next new' and 'Next 
766                   unread', fixing bug 8
767
768 2003-07-29 [alfons]     0.9.3claws76
769
770         * src/common/utils.[ch]
771                 add generate_msgid()
772         * src/messageview.c
773                 save ack'ed RRR; fixes #205, "return receipt is not saved in
774                 sent folder".
775
776 2003-07-29 [alfons]     0.9.3claws75
777
778         * src/messageview.c
779                 fix a memleak (claws-only)
780
781 2003-07-29 [alfons]     0.9.3claws74
782
783         * src/mimeview.[ch]
784         * src/gtk/gtkvscrollbutton.[ch]
785                 fix UI glitch where mime icon toolbox' scroll position is not 
786                 reset after switching to another message
787                 
788
789 2003-07-29 [paul]       0.9.3claws73
790
791         * src/prefs_folder_item.c
792                 split the prefs into 2 separate pages
793
794 2003-07-29 [paul]       0.9.3claws72
795
796         * src/compose.c
797                 prepend "\n\n" to a signature without a separator too
798
799 2003-07-29 [paul]       0.9.3claws71
800
801         * src/compose.c
802                 fix bug where changing to an account without an auto-sig
803                 from an initial account without an auto-sig would insert 
804                 2 blank lines at the cursor point
805                 fix bug where changing to an account with an auto-sig
806                 from an initial account without an auto-sig would insert
807                 the sig at the cursor point
808
809 2003-07-29 [paul]       0.9.3claws70
810
811         * src/folderview.c
812                 use the colour from the folder pref unless the folder
813                 has new messages
814
815 2003-07-29 [alfons]     0.9.3claws69
816
817         * src/procmsg.[ch]
818         * src/messageview.c
819         * src/procheader.c
820                 rewrite return receipt request work a little bit (the former 
821                 implementation presumably depended too much on the UI setting
822                 flags). (we're losing the old pending flag.) 
823
824 2003-07-28 [christoph]  0.9.3claws68
825
826         * src/folder.c
827         * src/imap.c
828         * src/mh.c
829         * src/procmsg.[ch]
830                 fix copy to IMAP folder from other folder
831
832 2003-07-28 [christoph]  0.9.3claws67
833
834         * src/procmsg.c
835                 fix sync of procmsg_get_message_file_list
836
837 2003-07-28 [christoph]  0.9.3claws66
838
839         * sync with 0.9.3cvs14
840                 see ChangeLog 2003-07-18
841         * sync with 0.9.3cvs17
842                 see ChangeLog 2003-07-23
843
844         (closes Bug 234 segmentation fault after sending out mail via
845          smtp(auth))
846
847 2003-07-28 [paul]       0.9.3claws65
848
849         * po/es.po
850                 update Spanish translation, submitted by Ricardo Mones
851                 Lastra
852
853 2003-07-28 [christoph]  0.9.3claws64
854
855         * src/folder.[ch]
856         * src/imap.c
857         * src/mh.c
858                 return new message numbers as a GRelation instead of a GSList
859                 that has to be in the same order as the input list. A list
860                 would make it hard for IMAP to optimize oepration by sorting
861                 the input list. The returned list would have to be reordered
862                 to match the same order that input list has.
863
864         * src/gtk/gtkaspell.c
865                 fix missing return value, could cause a crash when garbage is
866                 on the stack that is used as the expected return value
867
868 2003-07-28 [paul]       0.9.3claws63
869
870         * sync with 0.9.4cvs1
871                 see ChangeLog 2003-07-28
872
873 2003-07-27 [alfons]     0.9.3claws62
874
875         * src/mimeview.c
876                 tweak it more to make icon list act like a check button group
877
878 2003-07-27 [christoph]  0.9.3claws61
879
880         * sync with 0.9.3cvs20
881                 see ChangeLog 2003-07-25
882
883 2003-07-27 [paul]       0.9.3claws60
884
885         * src/procmsg.c
886                 re-commit changes from 0.9.3claws58 -
887                 accidently removed in 0.9.3claws59
888
889 2003-07-27 [paul]       0.9.3claws59
890
891         * src/procmsg.[ch]
892                 a sync from 0.9.3cvs17
893                 see ChangeLog 2003-07-23
894
895 2003-07-27 [alfons]     0.9.3claws58
896
897         * src/procmsg.c
898                 add missing header members to MsgInfo; fixes the problem of 
899                 not displaying X-Faces, as noticed by Ricardo Mones
900
901 2003-07-26 [christoph]  0.9.3claws57
902
903         * sync with 0.9.3cvs18
904                 see ChangeLog 2003-07-24
905
906 2003-07-26 [christoph]  0.9.3claws56
907
908         * sync with 0.9.3cvs17
909                 see ChangeLog 2003-07-23
910
911 2003-07-26 [christoph]  0.9.3claws55
912
913         * src/folder.[ch]
914         * src/imap.c
915         * src/mbox_folder.c
916         * src/mh.c
917         * src/news.c
918                 add support for copy function that copy multiple messages
919                 (not implemented yet)
920
921         * src/summaryview.c
922                 add missing return value
923
924 2003-07-26 [paul]       0.9.3claws54
925
926         * tools/multiwebsearch.pl
927                 do whitespace substitution before passing the string
928                 to the browser. fixes bug with browsers that don't
929                 do whitespace conversion themselves.
930
931 2003-07-25 [christoph]  0.9.3claws53
932
933         * src/folder.[ch]
934         * src/imap.c
935         * src/mh.c
936                 rewrite adding of multiple messages to a folder for
937                 claws' folder system
938
939 2003-07-25 [luke]       0.9.3claws52
940
941         * src/mimeview.c
942                 o icon toggles set correctly on leaving ctree mimeview
943
944 2003-07-25 [paul]       0.9.3claws51
945
946         * partial sync with 0.9.3cvs21 [src/main.c]
947                 see ChangeLog 2003-07-25
948
949 2003-07-24 [paul]       0.9.3claws50
950
951         * tools/maildir2sylpheed.pl
952                 fix typo
953
954 2003-07-24 [paul]       0.9.3claws49
955
956         * src/mimeview.c
957                 increase the gutter size of paned so that the panes
958                 can be resized
959                 
960         * src/plugins/demo/demo.c
961                 squeeze in another typo fix
962
963 2003-07-24 [paul]       0.9.3claws48
964
965         * src/plugins/demo/demo.c
966           src/prefs_account.c
967                 small changes to the English
968                 
969         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
970           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
971           src/Makefile.am
972           src/stock_pixmap.c
973                 rename the misspelled icon
974
975 2003-07-23 [alfons]     0.9.3claws47
976
977         * src/mimeview.c
978                 make icon list look like a list of toggles
979
980 2003-07-23 [luke]       0.9.3claws46
981
982         * src/pixmaps/mimeview_gpg_expired.xpm
983         * src/pixmaps/mimeview_gpg_failed.xpm
984         * src/pixmaps/mimeview_gpg_passed.xpm
985         * src/pixmaps/mimeview_text_html.xpm
986         * src/pixmaps/mimeview_image.xpm
987                 o all icons the same size
988
989         * src/mimeview.[ch]
990                 o mimeview ctree arranged vertically above the viewer
991                 o icons changed to buttons
992                 o can use keyboard to select an icon (Enter)
993                 o resize icon list to width of icons
994
995         *  src/gtk/gtkvscrollbutton.c
996                 o sensitivity of buttons reacts to position
997
998 2003-07-23 [christoph]  0.9.3claws45
999
1000         * sync with 0.9.3cvs14 (incomplete)
1001                 see ChangeLog 2003-07-17
1002
1003 2003-07-23 [alfons]     0.9.3claws44
1004
1005         * src/folder.c
1006         * src/procmsg.h
1007                 sync with my local tree to restore some claws-only things
1008
1009 2003-07-23 [paul]       0.9.3claws43
1010
1011         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1012           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1013           src/Makefile.am
1014           src/mimeview.c
1015           src/procmime.h
1016           src/rfc2015.c
1017           src/stock_pixmap.[ch]
1018                 indicate missing keys and expired sigs/keys
1019                 in mime view column
1020
1021 2003-07-23 [paul]       0.9.3claws42
1022
1023         * src/compose.c
1024                 Redirect fixes: enable automatic account selection and
1025                 do not append signature to message on changing account
1026                 fixes Bug[s] #248
1027
1028 2003-07-23 [paul]       0.9.3claws41
1029
1030         * sync with 0.9.3cvs16
1031                 see ChangeLog 2003-07-23
1032
1033 2003-07-23 [alfons]     0.9.3claws40
1034
1035         * src/inc.c
1036                 give progress dialog a main window, and give it the first 
1037                 one (presumably the only one). fixes bug #247, "segfault on 
1038                 pop-before-smtp" 
1039
1040 2003-07-22 [alfons]     0.9.3claws39
1041
1042         * src/summaryview.c
1043                 shift-space scrolls up
1044
1045 2003-07-22 [paul]       0.9.3claws38
1046
1047         * sync with 0.9.3cvs15
1048                 see ChangeLog 2003-07-22
1049
1050 2003-07-20 [alfons]     0.9.3claws37
1051
1052         * src/compose.c
1053                 put menu inside #ifdef USE_ASPELL..#endif
1054
1055 2003-07-20 [christoph]  0.9.3claws36
1056
1057         * src/procmsg.c
1058                 fix wrong flags in MsgInfo returned by
1059                 procmsg_msginfo_get_full_info()
1060
1061         (closes Bug 221 Deleting messages from the Message View gives incorrect
1062          new/unread message counts in the folder view)
1063
1064         * src/plugins/spamassassin/spamassassin_gtk.c
1065                 add gettext macro for prefs page title
1066
1067 2003-07-20 [paul]       0.9.3claws35
1068
1069         * src/mimeview.c
1070                 redraw icon list on signature check
1071
1072 2003-07-20 [christoph]  0.9.3claws34
1073
1074         * src/Makefile.am
1075         * src/account.c
1076         * src/folder.[ch]
1077         * src/folder_item_prefs.[ch]            ** NEW **
1078         * src/folderview.c
1079         * src/mainwindow.c
1080         * src/mh.c
1081         * src/prefs_gtk.c
1082         * src/prefs_scoring.c
1083         * src/summaryview.c
1084         * src/prefs_folder_item.[ch]
1085                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1086                   Properties dialog
1087                 o use prefswindow for folder properties
1088
1089         * src/gtk/prefswindow.[ch]
1090                 change implementation to use an invisible notebook instead
1091                 of unparenting widgets
1092
1093 2003-07-20 [christoph]  0.9.3claws33
1094
1095         * src/compose.h
1096         * src/folder.c
1097         * src/folderview.h
1098         * src/headerview.h
1099         * src/prefs_filtering.h
1100         * src/prefs_folder_item.[ch]
1101         * src/procmime.h
1102         * src/procmsg.h
1103         * src/summaryview.h
1104                 clean up header mess
1105                 (always use 1. typedefs, 2. #includes, 3. structures)
1106
1107         * src/common/version.h.in
1108                 add casts for constants
1109
1110         * src/plugins/demo/demo.c
1111                 fix typo
1112
1113         * src/plugins/spamassassin/spamassassin.c
1114                 remove unused variable
1115
1116 2003-07-20 [alfons]     0.9.3claws32
1117
1118         * src/mimeview.c
1119                 o make icon buttons respond on left click
1120                 o minor cosmetic change
1121
1122 2003-07-19 [luke]       0.9.3claws31
1123
1124         * src/mimeview.[ch]
1125         * src/gtk/gtkvscrollbutton.c
1126         * src/messageview.c
1127                 o improved mimeview behaviour when selecting a new message
1128                 o plus code cleanups to remove compile warnings
1129
1130
1131 2003-07-19 [alfons]     0.9.3claws30
1132
1133         * src/procmsg.c
1134         * src/compose.c
1135         * src/common/utils.[ch]
1136                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1137
1138 2003-07-19 [alfons]     0.9.3claws29
1139
1140         * src/prefs_folder_item.c
1141                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1142                 string pointers
1143
1144 2003-07-19 [luke]       0.9.3claws28
1145
1146         * src/messageview.c
1147         * src/mimeview.[ch]
1148         * src/procmime.h
1149         * src/rfc2015.c
1150         * src/stock_pixmap.[ch]
1151         * src/gtk/Makefile.am
1152         * src/Makefile.am
1153         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1154         * src/pixmaps/mime_*.xpm                ** NEW **
1155                 o mimeview rearrangement with a new icon shortcut bar
1156
1157 2003-07-19 [alfons]     0.9.3claws27
1158
1159         * src/folderview.c
1160                 o plug leaking nodes_to_recollapse
1161                 o add folderview_recollapse_all_nodes() (not used yet)
1162
1163 2003-07-19 [alfons]     0.9.3claws26
1164
1165         * src/compose.c
1166         * src/common/utils.c
1167                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1168                 for both forwarding as replying
1169
1170 2003-07-18 [christoph]  0.9.3claws25
1171
1172         * configure.ac
1173         * src/common/sylpheed.[ch]
1174         * src/common/version.h.in
1175                 add version in numeric form to allow easy comparison
1176
1177         * src/plugins/demo/demo.c
1178                 add version check
1179                 - sylpheed version > plugin version => never allowed, sylpheed
1180                   could contain unknown API changes
1181                 - sylpheed version < minimum version required => don't load,
1182                   API required not available (if linking does not fail)
1183
1184 2003-07-18 [alfons]     0.9.3claws24
1185         
1186         * src/common/plugin.[ch]
1187                 const correctness
1188
1189 2003-07-18 [christoph]  0.9.3claws23
1190
1191         * src/common/hooks.c
1192                 fix crash when hooks where unregisted
1193
1194         * src/plugins/trayicon/trayicon.c
1195                 unregister detroy signal before destroying the widget
1196                 (still crashes when the plugin is unloaded)
1197
1198 2003-07-18 [alfons]     0.9.3claws22
1199         
1200         * src/folderview.c
1201                 delay expanding folder tree during drags until timeout triggered
1202                 (needs perhaps some tweaking, so testing is welcome)
1203
1204 2003-07-17 [alfons]     0.9.3claws21
1205
1206         * src/folderview.c
1207                 clean up cruft
1208
1209 2003-07-17 [christoph]  0.9.3claws20
1210
1211         * src/common/session.c
1212                 fix opening of SSL connections
1213
1214         * src/plugins/image_viewer/Makefile.am
1215                 add OPENSSL_CFLAGS (we should find a better solution to remove
1216                 this dependencies if they are not required)
1217
1218         * src/plugins/spamassassin/spamassassin.c
1219                 remove setlocale workaround (fixed in libspamc)
1220
1221         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1222          if spell checking enabled)
1223
1224 2003-07-17 [alfons]     0.9.3claws19
1225
1226         * src/common/hooks.[ch]
1227         * src/plugins/clamav/clamav_plugin.c
1228         * src/plugins/spamassassin/spamassassin.c
1229         * src/plugins/trayicon/trayicon.c
1230                 fix signedness muck 
1231
1232 2003-07-17 [alfons]     0.9.3claws18
1233
1234         * src/procmime.c
1235                 plug memleak
1236
1237 2003-07-17 [alfons]     0.9.3claws17
1238
1239         * src/inc.c
1240                 plug memleak
1241
1242 2003-07-17 [paul]       0.9.3claws16
1243
1244         * src/common/defs.h
1245           src/mainwindow.c
1246           src/manual.[ch]
1247                 add link to the Claws site's FAQ page, after the suggestion
1248                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1249                 Move url strings to defs.h
1250                 
1251         * src/mainwindow.c
1252                 fix typo to prevent "unknown menu entry" warnings
1253
1254 2003-07-17 [alfons]     0.9.3claws15
1255
1256         * src/folderview.[ch]
1257         * src/summaryview.[ch]
1258         * src/mimeview.[ch]
1259                 plug DnD leaks 
1260
1261 2003-07-17 [paul]       0.9.3claws14
1262
1263         * src/inc.c
1264                 remove two instances of 'GTK_EVENTS_FLUSH' because
1265                 they are unnecessary and probably cause a stack overflow
1266
1267 2003-07-16 [christoph]  0.9.3claws13
1268
1269         * src/mimeview.[ch]
1270                 use an invisible GTK notebook to switch between viewers
1271                 instead of reparenting widgets
1272
1273 2003-07-16 [christoph]  0.9.3claws12
1274
1275         * src/folder.c
1276                 move folder_item_update_freeze() to correct place in
1277                 folder_item_scan_full()
1278
1279 2003-07-16 [paul]       0.9.3claws11
1280
1281         * sync with 0.9.3cvs12
1282                 see ChangeLog 2003-07-14 and 2003-07-15
1283
1284 2003-07-16 [christoph]  0.9.3claws10
1285
1286         * src/imap.[ch]
1287         * src/prefs_account.[ch]
1288                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1289
1290 2003-07-15 [alfons]     0.9.3claws9
1291
1292         * src/main.c
1293                 make --config-dir do something useful
1294
1295 2003-07-15 [alfons]     0.9.3claws8
1296
1297         * src/procmsg.c
1298                 o fix a bug where 'last' didn't really point to the last message
1299                   in the top level list of children, but to the last threaded
1300                   message. 
1301                 
1302                 o clean up and make it easier to sync
1303
1304 2003-07-15 [alfons]     0.9.3claws7
1305
1306         * src/mainwindow.c
1307                 make correct menu items sensitive       
1308
1309 2003-07-14 [alfons]     0.9.3claws6
1310
1311         * src/procmsg.c
1312                 tune the threader so it will not subject-thread any message
1313                 without a subject prefix (this will not thread correctly if 
1314                 a parent is delivered after their childs, but it looks 
1315                 better right now)
1316
1317 2003-07-13 [christoph]  0.9.3claws5
1318
1319         * src/mainwindow.c
1320                 group "Add mailbox *..." menu items in submenu
1321
1322 2003-07-13 [alfons]     0.9.3claws4
1323
1324         * src/summaryview.c
1325                 correct summary_toggle_pressed() signature and make sure
1326                 signal is not passed on
1327
1328 2003-07-13 [alfons]     0.9.3claws3
1329
1330         * src/summaryview.c
1331                 o for now don't pass on keys when they we're handled by 
1332                   ctree::key_press_event
1333                 o clean up
1334
1335 2003-07-13 [alfons]     0.9.3claws2
1336         
1337         * src/main.c
1338                 add command line option "--config-dir" to get the current 
1339                 configuration dir
1340
1341 2003-07-12 [alfons]     0.9.3claws1
1342
1343         * src/matcher.[ch]
1344         * src/matcher_parser_parse.y
1345         * src/prefs_filtering.c
1346         * src/filtering.c
1347                 add "Lock" filter action to lock messages;
1348
1349         * src/filtering.c       
1350                 remove debug_print()    
1351         * src/prefs_filtering.c
1352                 re-organize matcher part 9: 
1353                 make action text entries easily extendible;
1354                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1355                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1356
1357 2003-07-12 [paul]
1358
1359         * tools/README
1360                 update old information and add missing
1361                 information
1362
1363 2003-07-12 [paul]       0.9.3claws
1364
1365         * 0.9.3claws released
1366         
1367 2003-07-12 [paul]       0.9.0claws103
1368
1369         * src/Makefile.am
1370                 add addrquery.h
1371
1372 2003-07-12 [melvin]     0.9.0claws102
1373
1374         * src/messageview.c
1375                 Fixed bug #215: Show MIME tab for single text/html messages. 
1376                 
1377 2003-07-12 [paul]       0.9.0claws101
1378
1379         * man/sylpheed.1
1380                 updated
1381
1382 2003-07-12 [paul]       0.9.0claws100
1383
1384         * po/es.po
1385           po/hr.po
1386           po/pl.po
1387           po/sr.po
1388                 update Spanish, Croatian, Polish, Serbian translations.
1389                 submitted by Ricardo Mones Lastra, Dragan, Witold
1390                 Wladyslaw Wojciech Wilk, Urke MMI
1391
1392 2003-07-12 [melvin]     0.9.0claws99
1393
1394         * po/fr.po
1395                 Updated French translations.
1396
1397 2003-07-12 [paul]       0.9.0claws98
1398
1399         * src/addressbook.c
1400                 disable 'Lookup' button as it has no effect
1401
1402 2003-07-11 [alfons]     0.9.0claws97
1403         
1404         * src/summaryview.c
1405                 summary_searchbar_pressed() should return TRUE to signal that
1406                 event was handled. when returning void, the return value passed
1407                 to GTK is actually random, but maybe FALSE, in which case the
1408                 event is handled by parent
1409                 
1410 2003-07-10 [paul]       0.9.0claws96
1411
1412         * ac/missing/gettext.m4
1413                 update to version 0.12
1414
1415 2003-07-10 [paul]       0.9.0claws95
1416
1417         * src/plugins/clamav/clamav_plugin.c
1418                 fix bug where multipart/alternative messages
1419                 would slip through without being scanned
1420
1421 2003-07-10 [christoph]  0.9.0claws94
1422
1423         * src/folder.c
1424                 correct check if folder supports removing when a message is
1425                 moved. if not the message is only copied.
1426
1427         (closes Bug 132 crash on startup in newsgroups folders)
1428
1429 2003-07-09 [alfons]     0.9.0claws93
1430
1431         * configure.ac
1432         * src/common/defs.h
1433                 --with-config-dir (default .sylpheed)
1434
1435 2003-07-09 [christoph]  0.9.0claws92
1436
1437         * configure.ac
1438                 use PKG_CHECK_MODULES to check for gtkmathview
1439                 (version 0.4.2 now required)
1440
1441 2003-07-08 [melvin]     0.9.0claws91
1442
1443         * src/action.c
1444                 Implemented a progress bar that counts the number of completed
1445                 tasks when the action runs more than one command.
1446
1447 2003-07-08 [alfons]     0.9.0claws90
1448
1449         * src/procmsg.c
1450                 if queued message has an invalid Message-Id, don't try to
1451                 find message it refers to (fixes #209 "crash when processing 
1452                 in folder")
1453
1454 2003-07-08 [paul]       0.9.0claws89
1455
1456         * sync with 0.9.3cvs2
1457                 see ChangeLog 2003-07-08
1458
1459 2003-07-08 [match]      0.9.0claws88
1460
1461         * src/ldapctrl.c
1462                 extend LDAP search for first/last name by parsing search term.
1463
1464 2003-07-08 [alfons]     0.9.0claws87
1465
1466         * src/send_message.c
1467                 fix bug #208 "Status message stuck when sending on POP3 account"
1468
1469 2003-07-07 [paul]       0.9.0claws86
1470
1471         * po/hr.po
1472                 new Croatian translation, submitted by
1473                 Dragan <drleskov@inet.hr>
1474
1475 2003-07-07 [paul]       0.9.0claws85
1476
1477         * sync with 0.9.3cvs1
1478                 see ChangeLog 2003-07-07
1479
1480 2003-07-05 [christoph]  0.9.0claws84
1481
1482         * src/Makefile.am
1483         * src/messageview.c
1484         * src/mimeview.[ch]
1485         * src/stock_pixmap.[ch]
1486         * src/pixmaps/messageview_text.xpm              ** NEW **
1487                 move mimeview tabs to the right side and use icons
1488                 instead of text to save some space
1489
1490         (patch by Luke Plant <lukeplant@softhome.net>)
1491
1492 2003-07-05 [christoph]  0.9.0claws83
1493
1494         * src/inc.c
1495                 add NULL pointer checks
1496
1497         (patch by Luke Plant <lukeplant@softhome.net>)
1498         (closes Bug 204 0.9.0 quits on authentication error?!)
1499
1500 2003-07-05 [alfons]     0.9.0claws82
1501
1502         * configure.ac
1503                 take the clue in bug #202 "./configure script - 
1504                 'if test' comparison failure" reported by John Kristoff. 
1505
1506 2003-07-04 [christoph]  0.9.0claws81
1507
1508         * src/plugins/spamassassin/spamassassin.c
1509                 set timeout for spam check
1510
1511 2003-07-04 [christoph]  0.9.0claws80
1512
1513         * src/main.c
1514                 destroy all FolderItems when shutting down to
1515                 allow folders to clean up
1516
1517 2003-07-04 [melvin]     0.9.0claws79
1518
1519         * src/gtk/gtkaspell.c
1520                 Fixed bug #184 "Entering non-ascii character deletes
1521                 previous char if spell checking enabled": this makes
1522                 the spell checking in multibytes (e.g. UTF-8)locales work.
1523                 (Patch by Luke Plant).
1524                 
1525 2003-07-04 [christoph]  0.9.0claws78
1526
1527         * sync with 0.9.2cvs1
1528                 see ChangeLog 2003-06-10
1529
1530 2003-07-04 [paul]       0.9.0claws77
1531
1532         * sync with 0.9.3 release
1533                 see ChangeLog 2003-07-04
1534
1535 2003-07-03 [christoph]  0.9.0claws76
1536
1537         * src/folder.[ch]
1538         * src/imap.c
1539         * src/mbox_folder.c
1540         * src/mh.c
1541         * src/news.c
1542                 move folder_item_get_path() stuff into a folder virtual function
1543
1544         * src/procmsg.c
1545                 use folder_item_fetch_msg() to get message and do not contruct
1546                 the filename from path and number
1547
1548 2003-07-03 [paul]       0.9.0claws75
1549
1550         * sync with 0.9.2cvs12
1551                 see ChangeLog 2003-07-03
1552
1553 2003-07-02 [paul]       0.9.0claws74
1554
1555         * src/messageview.c
1556                 fix text-selection for replying
1557
1558 2003-07-02 [paul]       0.9.0claws73
1559
1560         * sync with 0.9.2cvs11
1561                 see ChangeLog 2003-07-02
1562
1563 2003-07-02 [paul]       0.9.0claws72
1564
1565         * src/procmsg.c
1566                 revert last commit because it breaks more
1567                 than it fixes
1568
1569 2003-07-02 [paul]       0.9.0claws71
1570
1571         * src/procmsg.c
1572                 fix thread by subject/sort by date
1573
1574 2003-07-01 [paul]       0.9.0claws70
1575
1576         * sync with 0.9.2cvs10
1577                 see ChangeLog 2003-07-01
1578
1579 2003-06-30 [paul]       0.9.0claws69
1580
1581         * sync with 0.9.2cvs9
1582                 see ChangeLog 2003-06-30
1583
1584 2003-06-28 [match]      0.9.0claws68
1585
1586         * src/addressbook.c
1587                 fix null ptr.
1588
1589 2003-06-27 [paul]       0.9.0claws67
1590
1591         * sync with 0.9.2cvs7
1592                 see ChangeLog 2003-06-27
1593
1594 2003-06-26 [christoph]  0.9.0claws66
1595
1596         * src/folder.c
1597                 freeze folder updates while a folder is scanned
1598
1599         (closes Bug 185 New message counter)
1600
1601 2003-06-26 [darko]      0.9.0claws65
1602
1603         * src/ldapserver.c
1604                 fix infinite loop when adding a new LDAP server
1605
1606 2003-06-26 [paul]       0.9.0claws64
1607
1608         * sync with 0.9.2cvs6
1609                 see ChangeLog 2003-06-26
1610
1611 2003-06-26 [paul]       0.9.0claws63
1612
1613         * sync with 0.9.2cvs5
1614                 see ChangeLog 2003-06-25 and 2003-06-26
1615
1616 2003-06-25 [match]      0.9.0claws62
1617
1618         * src/addr_compl.c
1619                 Fixed tab/backtab for dropped-down completion list to
1620                 move next/previous field. (close bug 147)
1621
1622 2003-06-25 [christoph]  0.9.0claws61
1623
1624         * src/addr_compl.[ch]
1625         * src/addrindex.[ch]
1626         * src/folderview.c
1627         * src/inc.c
1628         * src/news.c
1629         * src/summaryview.c
1630         * src/toolbar.c
1631                 fix warnings
1632
1633 2003-06-25 [leandro]    0.9.0claws60
1634
1635         * src/compose.c
1636                 o cleanups
1637                 o gray out "Message/Remove references" menu item if not
1638                   replying to a message
1639
1640 2003-06-24 [leandro]    0.9.0claws59
1641
1642         * src/compose.[ch]
1643                 o removed "Message/Create new thread" menu item
1644                 o added "Message/Remove references" menu item
1645                   (it's off by default and will not check anymore
1646                    if the subject changed)
1647
1648 2003-06-23 [alfons]     0.9.0claws58
1649
1650         * src/procmsg.c
1651                 try better grouping messages threaded by subject based on their age.
1652                 still not perfect - because the message tree is not sorted by date.  
1653
1654 2003-06-23 [thorsten]   0.9.0claws57
1655
1656         * src/pop.[ch]
1657                 added mail_receive_hook to allow modifications
1658                 directly after retrieval (e.g. adding headers).
1659
1660 2003-06-23 [paul]       0.9.0claws56
1661
1662         * src/sourcewindow.c
1663                  enable the use of Ctrl+A to select all text in
1664                  the sourcewindow
1665                  Patch submitted by Ivan Francolin Martinez
1666                  <ivanfm@users.sourceforge.net>
1667
1668 2003-06-22 [christoph]  0.9.0claws55
1669
1670         * src/folder.[ch]
1671                 o add notification hook for folder tree changes
1672                 o invoke hooks after folder tree scanning
1673
1674         * src/folderview.[ch]
1675                 register hook for folder tree changes that
1676                 updates the ctree
1677
1678         (there are more places that should be updated, like add, remove 
1679          or move folder)
1680
1681         (closes Bug 164 Crash on rebuild folder tree)
1682         (closes Bug 190 Crash on 'rebuilding folder tree')
1683
1684 2003-06-21 [leandro]    0.9.0claws54
1685
1686         * src/compose.[ch]
1687                 create a new thread if subject changes
1688                 (it's on by default, can be disabled in Message menu)
1689
1690 2003-06-21 [alfons]     0.9.0claws53
1691
1692         * src/summaryview.c
1693                 quiet little compiler
1694
1695 2003-06-21 [christoph]  0.9.0claws52
1696
1697         update gettext stuff to version 0.12
1698
1699 2003-06-19 [alfons]     0.9.0claws51
1700
1701         * src/common/log.c
1702         * src/common/plugin.c
1703                 move defs.h before glib.h to prevent MIN/MAX redefs
1704
1705 2003-06-19 [alfons]
1706
1707         * src/addressbook.c
1708                 translatable
1709
1710 2003-06-19 [match]      0.9.0claws50
1711
1712         * src/addressbook.[ch]
1713         * src/addrindex.[ch]
1714         * src/addr_compl.[ch]
1715         * src/editldap.[ch]
1716         * src/editldap_basedn.[ch]
1717         * src/addritem.[ch]
1718         * src/ldapquery.h
1719                 re-implemented dynamic LDAP search. works without
1720                 slowdown on display sender with addressbook
1721                 option.
1722         * src/addrbook.c
1723                 documented code.
1724
1725 2003-06-19 [paul]       0.9.0claws49
1726
1727         * src/compose.c
1728                 fix Bug #136 'Nonprovided quotation marks crash claws'
1729                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1730
1731 2003-06-19 [alfons]     0.9.0claws48
1732
1733         * src/prefs_common.[ch]
1734         * src/procmsg.c
1735                 restrict threading by subject by checking thread for
1736                 age (prefs_common.thread_by_subject_max_age)
1737
1738 2003-06-18 [christoph]  0.9.0claws47
1739
1740         * src/imap.c
1741                 fix memory leak in imap_cmd_fetch()
1742
1743 2003-06-18 [christoph]  0.9.0claws46
1744
1745         * src/prefs_gtk.c
1746                 fix memory leak in prefs_set_default() when used multiple
1747                 times or after prefs have been read
1748
1749 2003-06-18 [christoph]  0.9.0claws45
1750
1751         * src/common/plugin.c
1752                 fix memory leak in plugin_unload()
1753
1754 2003-06-18 [christoph]  0.9.0claws44
1755
1756         * src/imap.c
1757                 fix memory leak in imap_cmd_ok()
1758
1759 2003-06-18 [christoph]  0.9.0claws43
1760
1761         * src/folder.c
1762                 stop messages that are downloaded from POP3 and added to
1763                 an IMAP inbox from being filtered twice (first by POP3
1764                 and again when IMAP folder is scaned to get the UID of
1765                 the APPEND operation when no UIDPLUS is available)
1766
1767 2003-06-18 [alfons]
1768
1769         * tools/Makefile.am
1770                 phoenix <- firebird     
1771
1772 2003-06-18 [paul]
1773
1774         * tools/launch_phoenix          ** REMOVED **
1775           tools/launch_firebird         ** NEW **
1776                 renamed and edited to reflect the browser's name change from
1777                 'phoenix' to 'firebird'
1778
1779 2003-06-18 [paul]       0.9.0claws42
1780
1781         * sync with 0.9.2cvs2
1782                 see ChangeLog 2003-06-16
1783
1784 2003-06-17 [alfons]     0.9.0claws41
1785
1786         * src/procmsg.c
1787                 prevent threading problems when a node is an ancestor (parent / great parent),
1788                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1789                 for finding an sample set of messages)
1790
1791 2003-06-16 [christoph]  0.9.0claws40
1792
1793         * src/main.c
1794                 don't popup main window on --receive or --receive-all
1795
1796         * src/mainwindow.[ch]
1797         * src/plugins/trayicon/trayicon.c
1798                 allow hiding of main window by clicking on the trayicon
1799                 (doesn't work correctly in seperate window mode and may
1800                  cause unexpected GTK problems I couldn't find yet)
1801
1802         * src/common/ssl.c
1803                 remove incorrect warning
1804
1805 2003-06-15 [alfons]     0.9.0claws39
1806
1807         * src/gtk/gtkstext.c
1808                 don't output debug text;
1809                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1810                 for pointing this out);
1811
1812 2003-06-14 [alfons]     0.9.0claws38
1813         
1814         * src/messageview.c
1815                 remove printf() and make one if..else comply with coding style
1816
1817 2003-06-14 [alfons]     0.9.0claws37
1818
1819         * AUTHORS
1820                 add Martin Wicke
1821         * src/action.c
1822         * src/messageview.[ch]
1823         * src/summaryview.c
1824                 apply patch #754162 "Quoting messages filtered by actions" submitted
1825                 by Martin Wicke, which allows quoting message body changed by an
1826                 action (Thanks!).
1827
1828 2003-06-13 [alfons]     0.9.0claws36
1829
1830         * src/utils.c
1831                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1832                 use case insensitive regexp (suggested by Ivan Martinez)
1833
1834 2003-06-13 [christoph]  0.9.0claws35
1835
1836         * configure.ac
1837         * src/plugins/trayicon/Makefile.am
1838         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1839         * src/plugins/trayicon/trayicon.c
1840         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1841         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1842         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1843         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1844         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1845         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1846                 replace my own EggTrayIcon backport with the backport
1847                 used by (l|x)mule and gabber.
1848
1849 2003-06-13 [alfons]     0.9.0claws34
1850
1851         * AUTHORS
1852         * src/common/utils.c
1853                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1854
1855 2003-06-13 [alfons]     0.9.0claws33
1856
1857         * src/compose.c
1858                 clean up a little bit
1859
1860 2003-06-12 [alfons]     0.9.0claws32
1861
1862         * src/compose.c
1863                 const correctness fix
1864
1865         * src/common/sylpheed.[ch]
1866                 () -> (void)
1867                 prevent redef MIN/MAX
1868                 
1869         * src/common/utils.[ch]
1870                 () -> (void)
1871
1872 2003-06-12 [melvin]     0.9.0claws31
1873
1874         * src/compose.c
1875                 Updated to take into accounts changes in GtkAspell.
1876
1877 2003-06-12 [alfons]     0.9.0claws30
1878
1879         * src/compose.c
1880         * src/procmsg.c
1881         * src/common/utils.[ch]
1882                 handle reply subject prefixes better (initial 
1883                 suggestion by Robert Story adapted and enhanced 
1884                 using regexps)
1885
1886 2003-06-12 [melvin]     0.9.0claws29
1887
1888         * src/compose.c
1889                 Use new gtkaspell_checkers_strerror() to get the speller's
1890                 error message instead of accessing the (now private)
1891                 checkers structure.
1892                 Minor code clean up
1893
1894         * src/main.c
1895                 Use #ifdef instead of #if for USE_ASPELL
1896                 Use the new spell checkers init/quit functions 
1897
1898         * src/gtk/gtkaspell.c
1899                 Use #ifdef instead of #if for USE_ASPELL
1900                 Moved in the majority of GtkAspell structures that were
1901                 exported before by gtkaspell.h
1902         
1903         * src/gtk/gktaspell.h
1904                 Made gtkaspell.h contain only the necessary data to be
1905                 publicized by moving many structures to gtkaspell.c.
1906                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1907                 gtkaspell_checkers_new(): replaced by...
1908                 gtkaspell_checkers_init(): new function for initialization
1909                 gtkaspell_checkers_delete(): replaced by...
1910                 gtkaspell_checkers_quit(): new function
1911                 gtkaspell_checkers_strerror(): new function that returns
1912                 the checker's last error message.
1913                 
1914 2003-06-11 [melvin]     0.9.0claws28
1915
1916         * po/POTFILES.in
1917                 Updated to take into account gtkaspell.c migration to
1918                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1919
1920 2003-06-10 [alfons]     0.9.0claws27
1921
1922         * src/filtering.[ch]
1923         * src/folder.c
1924         * src/matcher.c
1925         * src/scoring.[ch]
1926                 - try fixing bug #18 (any brave testers?)
1927                 - add more robustness by refusing previously 
1928                   unchecked NULL pointers 
1929
1930 2003-06-10 [alfons]     0.9.0claws26
1931
1932         * src/procmsg.c
1933                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1934
1935 2003-06-09 [alfons]     0.9.0claws25
1936
1937         * src/prefs_common.c
1938                 fix bug #163 "Icon switching doesnt work properly" by 
1939                 preventing early freeing of prefs_common.pixmap_theme_path.
1940
1941 2003-06-09 [christoph]  0.9.0claws24
1942
1943         * src/gtk/gtkaspell.c
1944                 revert Thorsten's fix and add forgotten g_strdup for
1945                 aspell path (it should not be possible to alter the path a
1946                 GtkASpell uses from outside)
1947
1948 2003-06-09 [thorsten]   0.9.0claws23
1949
1950         * src/gtk/gtkaspell.c
1951                 dont free prefs_common.aspell_path when closing compose
1952
1953 2003-06-08 [colin]      0.9.0claws22
1954
1955         * src/plugins/spamassassin/spamassassin.c
1956                 fix prefs types
1957
1958 2003-06-07 [christoph]  0.9.0claws21
1959
1960         * src/Makefile.am
1961         * src/compose.c
1962         * src/gtkaspell.[ch]            ** REMOVE **
1963         * src/gtk/Makefile.am
1964         * src/gtk/gtkaspell.[ch]        ** NEW **
1965                 o make gtkaspell independent from sylpheed's prefs
1966                 o move gtkaspell.[ch] to gtk directory
1967
1968 2003-06-07 [christoph]  0.9.0claws20
1969
1970         * src/Makefile.am
1971         * src/crash.c
1972         * src/export.c
1973         * src/filesel.[ch]              ** REMOVE **
1974         * src/folder.c
1975         * src/main.[ch]
1976         * src/common/sylpheed.[ch]
1977         * src/gtk/Makefile.am
1978         * src/gtk/filesel.[ch]          ** NEW **
1979         * src/gtk/pluginwindow.c
1980         * src/gtk/sslcertwindow.c
1981                 move filesel.[ch] to gtk directory
1982
1983 2003-06-07 [alfons]     0.9.0claws19
1984
1985         * src/filesel.c
1986                 make (multi) file selection dialog work again (Claws-only)
1987
1988 2003-06-07 [thorsten]   0.9.0claws18
1989
1990         * po/de.po
1991                 fix typos
1992
1993 2003-06-07 [alfons]     0.9.0claws17
1994
1995         * configure.ac
1996         * src/mimeview.c
1997                 detect apache mishap in which case don't include fnmatch.h
1998                 if regex.h is already included
1999
2000 2003-06-06 [christoph]  0.9.0claws16
2001
2002         * configure.ac
2003         * src/mimeview.h
2004                 add check for fnmatch.h and include it when available
2005
2006         * src/mimeview.[ch]
2007                 fix wrong case sensitivity of Content-Types
2008
2009         * src/gtk/Makefile.am
2010                 need the same include paths in gtk directory as in
2011                 common directory because .h files in common can
2012                 include files from these directories, when included
2013                 in gtk's .h or .c files
2014
2015 2003-06-06 [alfons]     0.9.0claws15
2016
2017         * src/mimeview.c
2018         * src/summaryview.c
2019                 make it compile again because of regex.h / fnmatch.h 
2020                 include problems (related to recent mime stuff, can
2021                 someone check this?)
2022
2023 2003-06-06 [thorsten]   0.9.0claws14
2024
2025         * src/folderview.c
2026                 possible use of uninitialized pointer while dragging
2027
2028 2003-06-06 [paul]       0.9.0claws13
2029
2030         * src/compose.c
2031                 fix bug where the insert sig button would be effective
2032                 only when auto_sig was set
2033
2034 2003-06-06 [paul]       0.9.0claws12
2035
2036         * sync with 0.9.2 release
2037
2038 2003-06-02 [paul]       0.9.0claws11
2039
2040         * sync with 0.9.1cvs1
2041                 see ChangeLog 2003-06-02
2042                 
2043         * po/de.po
2044                 update by Jens
2045
2046 2003-06-01 [christoph]  0.9.0claws10
2047
2048         * src/account.c
2049                 don't use substring search to find accounts by email address
2050
2051         (closes Bug 169 Overly loose matching of "From" address)
2052
2053 2003-05-31 [christoph]  0.9.0claws9
2054
2055         * doc-src/rfc2683.txt
2056         * src/imap.c
2057                 limit IMAP command length as recommended in RFC2683
2058                 (message number lists will be split into multiple imap
2059                 sets, the limit of 1000 octets is not a hard limit)
2060
2061         (closes Bug 161 sylpheed-claws exits with segfault when logging
2062          in to certain imap-servers)
2063
2064 2003-05-29 [alfons]     0.9.0claws8
2065
2066         * src/toolbar.[ch]
2067                 add print button (calling summary_print());
2068                 fine tune setting tooltip text;
2069                 (if someone needs other buttons, please take these 
2070                 commits as a guide, instead of bothering us - also
2071                 see 0.8.11claws150) 
2072
2073 2003-05-29 [darko]      0.9.0claws7
2074
2075         * src/compose.c
2076                 fix crash when word wrapping kicks in due to
2077                 changed text by spell checker
2078
2079 2003-05-29 [paul]       0.9.0claws6
2080
2081         * src/compose.c
2082                 fix bug where changing account would insert
2083                 sig even if auto_sig was FALSE
2084                 
2085         * ChangeLog
2086           ChangeLog.jp
2087           INSTALL
2088                 sync with 0.9.1 release
2089
2090 2003-05-28 [christoph]  0.9.0claws5
2091
2092         * src/imap.c
2093                 fix truncation of too long commands
2094
2095         (closes Bug 167 IMAP hangs trying to get envelope
2096          information in imap_get_uncached_messages)
2097
2098 2003-05-27 [paul]       0.9.0claws4
2099
2100         * tools/Makefile.am
2101           tools/maildir2sylpheed.pl     ** NEW FILE **
2102                 add kmail to sylpheed mailbox conversion script
2103
2104 2003-05-27 [paul]       0.9.0claws3
2105
2106         * sync with 0.9.0cvs10
2107                 see ChangeLog 2003-05-26
2108
2109 2003-05-26 [paul]       0.9.0claws2
2110
2111         * sync with 0.9.0cvs9
2112                 see ChangeLog 2003-05-26
2113
2114 2003-05-24 [paul]       0.9.0claws1
2115
2116         * sync with 0.9.0cvs8
2117                 see ChangeLog 2003-05-23
2118
2119 2003-05-24 [paul]       0.9.0claws
2120
2121         * version 0.9.0claws released
2122
2123 2003-05-24 [paul]       0.8.11claws177
2124
2125         * src/plugins/dillo-viewer/Makefile.am
2126           src/plugins/traycon/Makefile.am
2127                 add missing files
2128                 
2129         * po/bg.po
2130           po/en_GB.po
2131           po/es.po
2132           po/it.po
2133           po/pt_BR.po
2134           po/ru.po
2135           po/sr.po
2136                 update Bulgarian, British English, Spanish, Italian, 
2137                 Brazilian Portuguese, Russian, and Serbian translations, 
2138                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2139                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2140                 Ruslan N. Balkin, and Urke MMI
2141
2142 2003-05-23 [melvin]     0.8.11claws176
2143
2144         * po/fr.po
2145                 Updated French translations
2146
2147 2003-05-22 [paul]       0.8.11claws175
2148
2149         * src/Makefile.am
2150           src/addrbook.[ch]
2151           src/addrcache.[ch]
2152           src/addr_compl.[ch]
2153           src/adressbook.[ch]
2154           src/addrindex.[ch]
2155           src/addritem.[ch]
2156           src/editaddress.c
2157           src/editgroup.c
2158           src/editldap_basedn.c
2159           src/editldap.c
2160           src/jpilot.c
2161           src/vcard.c
2162                 revert to get ldap into it previous working state
2163                 
2164         * po/zh_TW.Big5.po
2165                 new Taiwanese translation,
2166                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2167
2168 2003-05-22 [christoph]  0.8.11claws174
2169
2170         * src/plugins/spamassassin/libspamc.[ch]
2171                 sync libspamc with SpamAssaain release 2.55
2172
2173 2003-05-22 [paul]       0.8.11claws173
2174
2175         * sync with 0.9.0cvs7
2176                 see ChangeLog 2003-05-22
2177                 
2178         * src/summaryview.c
2179                 revert change in 0.8.11claws172: follow
2180                 Hiroyuki's decision and that's the end of it.
2181
2182 2003-05-21 [paul]       0.8.11claws172
2183
2184         * src/summaryview.c
2185                 fix discrepency between open_unread_on_enter
2186                 and always_show_msg
2187
2188 2003-05-21 [paul]       0.8.11claws171
2189
2190         * sync with 0.9.0cvs6
2191                 see ChangeLog 2003-05-21
2192
2193 2003-05-21 [paul]       0.8.11claws170
2194
2195         * sync with 0.9.0cvs5
2196                 see ChangeLog 2003-05-21
2197
2198 2003-05-20 [paul]       0.8.11claws169
2199
2200         * sync with 0.9.0cvs4
2201                 see ChangeLog 2003-05-20
2202                 fixes bug #152, 'encoding of IMAP folders names'
2203
2204 2003-05-20 [paul]       0.8.11claws168
2205
2206         * sync with 0.9.0cvs3
2207                 see ChangeLog 2003-05-20
2208                 
2209         * src/tools/convert_mbox.pl
2210                 minor change in the comments, submitted by Fred Marton
2211
2212 2003-05-19 [paul]       0.8.11claws167
2213
2214         * src/plugins/clamav/Makefile.am
2215           configure.ac
2216                 link clamav_lib to the plugin and not to the main program
2217
2218 2003-05-19 [christoph]
2219
2220         * src/Makefile.am
2221                 add -export-dynamic for linking
2222
2223 2003-05-19 [paul]       0.8.11claws166
2224
2225         * sync with 0.9.0cvs1
2226                 see ChangeLog 2003-05-19
2227
2228 2003-05-19 [paul]       0.8.11claws165
2229
2230         * src/inc.c
2231                 fix 'pop before smtp' timeout
2232
2233 2003-05-18 [alfons]     0.8.11claws164
2234
2235         * src/prefs_matcher.c
2236                 put "execute" action command line ("expression") in edit box
2237
2238 2003-05-18 [christoph]  0.8.11claws163
2239
2240         * src/mimeview.[ch]
2241         * src/plugins/dillo_viewer/dillo_viewer.c
2242         * src/plugins/image_viewer/viewer.c
2243         * src/plugins/mathml_viewer/mathml_viewer.c
2244                 let a viewer have a list of Content-Types
2245
2246 2003-05-18 [paul]       0.8.11claws162
2247
2248         * src/prefs_filtering.c
2249                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2250                 and REDIRECT actions
2251
2252 2003-05-17 [christoph]
2253
2254         * README.claws
2255                 o remove dynamic signatures that was syned with main
2256                 o add infos about no longer "build in" image viewer
2257                 o update bugtracker URL
2258
2259 2003-05-17 [christoph]  0.8.11claws161
2260
2261         * src/folder.c
2262         * src/folderview.c
2263         * src/imap.c
2264                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2265                 for every folder after rebuilding the folder tree.
2266
2267         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2268          messages)
2269
2270 2003-05-17 [christoph]  0.8.11claws160
2271
2272         * src/imap.c
2273                 don't use STATUS command on current folder to check for
2274                 content changes. imap_cmd_ok() now tracks changes to
2275                 folder and number of existing messages.
2276
2277 2003-05-17 [paul]       0.8.11claws159
2278
2279         * src/plugins/clamav/clamav_plugin.c
2280                 remove unnecessary debug_print
2281
2282 2003-05-16 [thorsten]   0.8.11claws158
2283
2284         * src/plugins/demo.c
2285                 included missing intl.h
2286
2287 2003-05-16 [paul]       0.8.11claws157
2288
2289         * po/POTFILES.in
2290                 remove non-existant entries
2291         
2292         * src/plugins/clamav/clamav_plugin.c
2293           src/plugins/clamav/clamav_plugin_gtk.c
2294           src/plugins/dillo_viewer/dillo_prefs.c
2295           src/plugins/dillo_viewer/dillo_viewer.c
2296                 gettextise
2297
2298 2003-05-16 [christoph]  0.8.11claws156
2299
2300         * po/POTFILES.in
2301                 include plugin .c files for translation until I
2302                 find a better solution to have plugins have their
2303                 own textdomain
2304         * src/plugins/demo/demo.c
2305         * src/plugins/image_viewer/plugin.c
2306         * src/plugins/mathml_viewer/mathml_viewer.c
2307         * src/plugins/spamassassin/spamassassin.c
2308         * src/plugins/spamassassin/spamassassin_gtk.c
2309         * src/plugins/trayicon/trayicon.c
2310                 add gettext macros for plugin name and description
2311
2312 2003-05-16 [paul]
2313
2314         * sync with 0.9.0
2315
2316 2003-05-16 [paul]       0.8.11claws155
2317
2318         * sync with lastest 0.9.0pre1
2319                 see ChangeLog 2003-05-16
2320
2321 2003-05-15 [paul]       0.8.11claws154
2322
2323         * sync with latest 0.9.0pre1
2324                 see ChangeLog 2003-05-14 and 2003-05-15
2325
2326 2003-05-14 [christoph]  0.8.11claws153
2327
2328         * src/plugins/image_viewer/viewer.c
2329         * src/plugins/image_viewer/viewer.glade         ** NEW **
2330         * src/plugins/image_viewer/viewerprefs.c
2331                 make it possible to disable the autoload function in the
2332                 imageviewer again
2333
2334 2003-05-14 [christoph]  0.8.11claws152
2335
2336         * src/folder.c
2337                 fix folder update after adding a message
2338
2339 2003-05-13 [alfons]     0.8.11claws151
2340
2341         * src/common/session.c
2342                 remove debug traces
2343                 
2344         * src/addrcache.[ch]
2345         * src/filtering.[ch]
2346         * src/folder.[c]
2347         * src/gtkaspell.[ch]
2348         * src/imap.[ch]
2349         * src/mbox_folder.[ch]
2350         * src/mh.[ch]
2351         * src/mimeview.h
2352         * src/msgcache.[ch]
2353         * src/news.[ch]
2354         * src/passphrase.[ch]
2355         * src/prefs_common.[ch]
2356         * src/prefs_gtk.[ch]
2357         * src/procmsg.c
2358         * src/scoring.[ch]
2359                 be pedantic; (in prototypes () implies (int))
2360
2361 2003-05-13 [alfons]     0.8.11claws150
2362
2363         * src/prefs_toolbar.[ch]
2364         * src/summaryview.[ch]
2365         * src/toolbar.[ch]
2366                 change misleading text in toolbar prefs;
2367                 add toolbar action for ignore thread (toggles ignore thread flag);
2368                 clean up a little bit;
2369
2370 2003-05-12 [paul]
2371
2372         * tools/convert_mbox.pl
2373                 bug fixed by Fred Marton
2374
2375 2003-05-12 [paul]
2376
2377         * sync with 0.9.0pre1
2378
2379 2003-05-09 [paul]       0.8.11claws149
2380
2381         * sync with 0.8.11cvs43
2382                 see ChangeLog 2003-05-09
2383
2384 2003-05-08 [christoph]  0.8.11claws148
2385
2386         * src/imap.[ch]
2387                 o use CAPABILIY as first command and check for PREAUTH
2388                   information in the response to it
2389                 o rewrite all imap_cmd_* functions to use an IMAPSession
2390                   instead of a SockInfo as parameter
2391                 o do STARTTLS after fetching and checking the server
2392                   capabilities
2393
2394 2003-05-08 [paul]       0.8.11claws147
2395
2396         * tools/Makefile.am
2397           tools/README
2398           tools/convert_mbox.pl         ** NEW FILE **
2399                 add mbox conversion script. Submitted by 
2400                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2401
2402 2003-05-07 [christoph]
2403
2404         * doc-src/glade.txt
2405         * src/gtk/pluginwindow.glade
2406         * src/plugins/image_viewer/viewerprefs.glade
2407         * src/plugins/spamassassin/spamassassin_gtk.glade
2408                 add glade files for user interfaces and a description how
2409                 to use glade to create the sylpheed code
2410
2411 2003-05-07 [paul]       0.8.11claws146
2412
2413         * sync with 0.8.11cvs41
2414                 see ChangeLog 2003-05-07
2415
2416 2003-05-06 [christoph]  0.8.11claws145
2417
2418         * src/main.c
2419         * src/plugins/image_viewer/viewer.c
2420                 fix usage of imlib in imageviewer plugin
2421
2422         * src/gtk/prefswindow.c
2423                 handle window close event correctly
2424
2425 2003-05-06 [paul]       0.8.11claws144
2426
2427         * src/common/ssl.c
2428                 fix typo introduced in sync
2429
2430 2003-05-06 [paul]       0.8.11claws143
2431
2432         * sync with 0.8.11cvs39
2433                 see ChangeLog 2003-05-06
2434
2435 2003-05-06 [paul]       0.8.11claws142
2436
2437         * AUTHORS
2438           po/cs.po
2439                 updated Czech translation, submitted by 
2440                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2441                 
2442         * src/plugins/clamav/clamav_plugin_gtk.c
2443                 clean up
2444
2445 2003-05-03 [alfons]     0.8.11claws141
2446
2447         * src/compose.[ch]
2448                 make paste as quotation work even when the call to 
2449                 text_inserted() was deferred (fixes bug #140 "Paste 
2450                 as quotation does not work when using "external" 
2451                 clipboard")
2452
2453 2003-05-03 [thorsten]   0.8.11claws140
2454
2455         * src/addrquery.h
2456           src/ldapquery.h
2457           src/mainwindow.c
2458                 removed C++ comments
2459         * src/addr_compl.c
2460                 function with non-int retval/param used before
2461                 implementation/declaration
2462
2463 2003-05-02 [paul]       0.8.11claws139
2464
2465         * src/addr_compl.[ch]
2466           src/addressbook.[ch]
2467           src/addrindex.c
2468           src/summaryview.c
2469                 revert match's changes to (finally) remove the bug where
2470                 opening a folder causes massive slowdown when using the 
2471                 'Display sender using address book' option
2472
2473 2003-05-01 [melvin]     0.8.11claws138
2474
2475         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2476         * src/plugins/dillo_viewer/dillo_viewer.c
2477                 Fixed bug where "Cancel" button from prefs issued
2478                 warnings.
2479                 Comply a little more to coding style
2480
2481 2003-05-01 [paul]       0.8.11claws137
2482
2483         * sync with 0.8.11cvs38
2484                 see ChangeLog 2003-05-01
2485
2486 2003-05-01 [paul]       0.8.11claws136
2487
2488         * po/bg.po
2489                 updated by George Danchev
2490
2491 2003-04-30 [christoph]  0.8.11claws135
2492
2493         * src/plugins/dillo_viewer/dillo_prefs.c
2494         * src/plugins/image_viewer/viewerprefs.c
2495         * src/plugins/spamassassin/spamassassin_gtk.c
2496                 remove gtk_widget_ref() calls for widgets in
2497                 glade code
2498
2499 2003-04-30 [paul]       0.8.11claws134
2500
2501         * src/addrindex.c
2502                 ok, this time a better fix for the bug where opening folder
2503                 has massive slowdown when using the 'Display sender using 
2504                 address book' option
2505
2506 2003-04-30 [paul]       0.8.11claws133
2507
2508         * src/addrindex.c
2509                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2510         
2511 2003-04-30 [melvin]     0.8.11claws132
2512
2513         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2514
2515         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2516                 Preferences for the dillo plugin
2517         * src/plugins/dillo_viewer/dillo_viewer.c
2518                 Support for preferences
2519         * src/plugins/dillo_viewer/Makefile.am
2520                 Added dillo_prefs.[ch]
2521
2522 2003-04-30 [alfons]     0.8.11claws131
2523
2524         * src/common/plugin.[ch]
2525                 see? this ANSI C'fication immediately gives us type
2526                 checking for free.
2527
2528 2003-04-30 [alfons]     0.8.11claws130
2529
2530         * src/common/plugin.[ch]
2531         * src/plugins/clamav/clamav_plugin.[ch]
2532         * src/plugins/clamav/clamav_plugin_gtk.c
2533         * src/plugins/demo/demo.c
2534         * src/plugins/dillo_viewer/dillo_viewer.c
2535         * src/plugins/image_viewer/plugin.c
2536         * src/plugins/image_viewer/viewer.[ch]
2537         * src/plugins/image_viewer/viewerprefs.[ch]
2538         * src/plugins/mathml_viewer/mathml_viewer.c
2539         * src/plugins/spamassassin/spamassassin.[ch]
2540         * src/plugins/spamassassin/spamassassin_gtk.c
2541         * src/plugins/trayicon/trayicon.c
2542                 clean up
2543
2544 2003-04-30 [alfons]     0.8.11claws129
2545
2546         * src/common/utils.c
2547                 make is_ascii_str() fail gracefully when NULL pointer
2548                 is passed
2549
2550 2003-04-30 [paul]       0.8.11claws128
2551
2552         * src/addrindex.c
2553                 fix bug where opening folder has massive slowdown when
2554                 using the 'Display sender using address book' option
2555
2556 2003-04-30 [paul]       0.8.11claws127
2557
2558         * src/plugins/clamav/clamav_plugin.c
2559           src/plugins/clamav/clamav_plugin_gtk.c
2560           src/plugins/demo/demo.c
2561           src/plugins/dillo_viewer/dillo_viewer.c
2562           src/plugins/image_viewer/plugin.c
2563           src/plugins/mathml_viewer/mathml_viewer.c
2564           src/plugins/spamassassin/spamassassin.c
2565           src/plugins/spamassassin/spamassassin_gtk.c
2566           src/plugins/trayicon/trayicon.c
2567                 get rid of eye-hurting function signatures
2568
2569 2003-04-30 [paul]       0.8.11claws126
2570
2571         * src/plugins/trayicon/trayicon.c
2572                 add description
2573                 
2574         * src/mimeview.c
2575                 be more descriptive
2576
2577 2003-04-30 [paul]       0.8.11claws125
2578
2579         * configure.ac
2580                 arrange the plugins in reverse alphabetical order
2581                 
2582         * src/plugins/clamav/clamav_plugin.[ch]
2583           src/plugins/clamav/clamav_plugin_gtk.c
2584                 rename some params
2585                 resize max_size window
2586                 re-arrange the order of some gui elements
2587                 improve descriptions
2588         
2589         * src/plugins/image_viewer/plugin.c
2590           src/plugins/mathml_viewer/mathml_viewer.c
2591                 add descriptions
2592                 
2593         * src/plugins/spamassassin/spamassassin_gtk.c
2594                 resize max_size window
2595                 re-arrange the order of some gui elements
2596                 
2597         * src/messageview.c
2598           src/mimeview.c
2599                 correct typos
2600
2601 2003-04-30 [alfons]     0.8.11claws124
2602
2603         * src/imap.c
2604                 fix a leak found while browsing Martin Kluge's 
2605                 valgrind log (Claws only)
2606
2607 2003-04-29 [darko]      0.8.11claws123
2608
2609         * src/gtk/gtkstext.h
2610                 include wchar.h if it is available, fixes compilation
2611                 on HP-UX systems
2612
2613 2003-04-29 [melvin]     0.8.11claws122
2614
2615         * src/prefs_actions.c
2616                 Improved help text of Actions' syntax
2617
2618 2003-04-28 [paul]       0.8.11claws121
2619
2620         * src/action.c
2621                 a better fix for the crash when performing an action
2622                 on a mime part
2623
2624 2003-04-28 [paul]       0.8.11claws120
2625
2626         * src/action.c
2627                 fix crash when performing an action on a
2628                 mime part
2629
2630 2003-04-28 [paul]       0.8.11claws119
2631
2632         * sync with 0.8.11cvs36
2633                 see ChangeLog 2003-04-28
2634
2635 2003-04-27 [paul]       0.8.11claws118
2636
2637         * more sync with 0.8.11cvs35
2638                 see ChangeLog 2003-04-25
2639
2640 2003-04-26 [christoph]  0.8.11claws117
2641
2642         * src/folder.c
2643                 fix remove virtual check
2644
2645 2003-04-26 [paul]       0.8.11claws116
2646
2647         * src/messageview.c
2648                 fix return-receipt, make it work again
2649
2650 2003-04-26 [paul]       0.8.11claws115
2651
2652         * src/mimeview.c
2653                 restore double-clicking of the [application/pgp-signature 
2654                 (Select "Check signature" to check)] line in the message view,
2655                 broken in recent sync
2656
2657 2003-04-26 [christoph]  0.8.11claws114
2658
2659         * src/folder.c
2660                 check if remove virtual really exists before
2661                 calling the function
2662
2663 2003-04-25 [match]      0.8.11claws113
2664
2665         * src/addrindex.c
2666         * src/addrbook.c
2667         * src/ldapquery.[ch]
2668         * src/ldapctrl.[ch]
2669                 fix memleak.
2670         * src/ldapserver.[ch]
2671                 fix memleak. fix segfault.
2672                 plug a Claws memleak
2673
2674 2003-04-25 [alfons]     0.8.11claws112
2675
2676         * src/folder.c
2677                 plug a Claws memleak
2678
2679 2003-04-25 [alfons]     0.8.11claws111
2680
2681         * src/common/session.c
2682                 plug a memleak
2683
2684 2003-04-25 [paul]       0.8.11claws110
2685
2686         * sync with 0.8.11cvs35
2687                 see ChangeLog 2003-04-24 and 2003-04-25
2688                 
2689         * src/gtk/pluginwindow.c
2690                 correct another strange float value
2691
2692 2003-04-24 [christoph]  0.8.11claws109
2693
2694         * src/folder.c
2695                 freeze folder item updates when unsetting new flags
2696
2697         * src/gtk/pluginwindow.c
2698                 correct strange float value
2699
2700 2003-04-23 [paul]       0.8.11claws108
2701
2702         * sync with 0.8.11cvs33
2703                 see ChangeLog 2003-04-23
2704
2705 2003-04-22 [paul]       0.8.11claws107
2706
2707         * src/Makefile.am
2708           src/messageview.c
2709           src/mimeview.c
2710           src/pgptext.[ch]      ** REMOVED **
2711                 remove pgptext.[ch] as its not used any more
2712
2713 2003-04-22 [paul]       0.8.11claws106
2714
2715         * sync with 0.8.11cvs31
2716                 see ChangeLog 2003-04-21 and 2003-04-22
2717
2718 2003-04-21 [alfons]     0.8.11claws105
2719
2720         * src/main.c
2721                 No access to GTK structures if we're a spawned child
2722                 (and clean up code a little bit...) Should fix #126.
2723
2724 2003-04-21 [melvin]     0.8.11claws104
2725
2726         * src/plugins/dillo_viewer/README
2727                 Improved slightly the text.
2728
2729 2003-04-21 [melvin]     0.8.11claws103
2730
2731         * src/plugins/dillo_viewer/README *** NEW ***
2732                 Added a README file for the Dillo plugin
2733
2734 2003-04-20 [paul]
2735
2736         * tools/README
2737           tools/outlook2sylpheed.pl
2738                 updated and improved by Ricardo Mones Lastra
2739
2740 2003-04-18 [oliver]     0.8.11claws102
2741
2742         * src/inc.c 
2743         * src/prefs_account.h
2744                 remove Pop3SessionType (used by selective download)
2745         * src/prefs_toolbar.c
2746                 enable set Default Toolbar button
2747
2748 2003-04-18 [paul]       0.8.11claws101
2749
2750         * sync with 0.8.11cvs29
2751                 see ChangeLog 2003-04-18
2752
2753 2003-04-17 [paul]       0.8.11claws100
2754
2755         * src/prefs_common.[ch]
2756           src/summaryview.c
2757                 remove 'Open next message on deletion' option,
2758                 as the same effect can now be achieved via the
2759                 'Always open messages in summary when selected'
2760                 option.
2761
2762 2003-04-17 [paul]       0.8.11claws99
2763
2764         * sync with 0.8.11cvs28
2765                 see ChangeLog 2003-04-17
2766
2767 2003-04-17 [christoph]  0.8.11claws98
2768
2769         * ac/spamassassin.m4
2770         * src/plugins/spamassassin/libspamc.[ch]
2771         * src/plugins/spamassassin/utils.[ch]
2772                 sync libspamc with SpamAssassin project
2773
2774 2003-04-17 [christoph]  0.8.11claws97
2775
2776         * src/common/socket.h
2777         * src/gtk/sslcertwindow.h
2778                 rename old USE_SSL to USE_OPENSSL
2779
2780 2003-04-17 [paul]       0.8.11claws96
2781
2782         * src/prefs_common.h
2783                 use gulong for P_COLOR so that it compiles/runs on
2784                 64-bit systems. Patch submitted by James Noyes
2785                 <jnoyes-claws@retrogeeks.com>
2786                 
2787         * po/de.po
2788                 updated by Jens
2789
2790 2003-04-17 [paul]       0.8.11claws95
2791
2792         * sync with 0.8.11cvs27
2793                 see ChangeLog 2003-04-16
2794
2795 2003-04-15 [paul]       0.8.11claws94
2796
2797         * src/prefs_common.[ch]
2798                 rearrange to stop the window getting too long:
2799                         move Receive dialog stuff to Receive tab
2800                         move Send dialog to Send tab
2801                         remove Dialogs frame
2802                 rename 'Open messages in summary with cursor keys' to
2803                 'Always open messages in summary when selected', as its
2804                 more appropriate
2805
2806 2003-04-15 [paul]       0.8.11claws93
2807
2808         * src/prefs_common.[ch]
2809           src/summaryview.c
2810                 add new option '/Interface/Open next message on deletion'
2811
2812 2003-04-15 [paul]       0.8.11claws92
2813
2814         * src/summaryview.[ch]
2815                 add /Mark/Lock and /Mark/Unlock to the pop-up
2816                 menu. Patch submitted by Ivan Francolin Martinez
2817                 <ivanfm@users.sourceforge.net>
2818
2819 2003-04-15 [paul]       0.8.11claws91
2820
2821         * sync with 0.8.11cvs24
2822                 see ChangeLog 2003-04-15
2823
2824 2003-04-14 [jens]       0.8.11claws90
2825
2826         * updated German translation and some corrections from
2827                 Roland Bless <bless@tm.uka.de>
2828
2829 2003-04-14 [paul]       0.8.11claws89
2830
2831         * sync with 0.8.11cvs22
2832                 see ChangeLog 2003-04-14
2833
2834 2003-04-13 [paul]       0.8.11claws88
2835
2836         * src/plugins/clamav/clamav_plugin.c
2837                 fix memory leaks
2838                 clean up
2839
2840 2003-04-12 [paul]       0.8.11claws87
2841
2842         * src/plugins/clamav/clamav_plugin.c
2843                 activate enable/disable archive scanning option
2844                 
2845         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2846
2847 2003-04-12 [paul]       0.8.11claws86
2848
2849         * src/plugins/Makefile.am
2850           src/plugins/clamav/Makefile.am                ** NEW FILE **
2851           src/plugins/clamav/README                     ** NEW FILE ** 
2852           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2853           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2854                 add Clam AntiVirus plugin
2855
2856 2003-04-12 [paul]       0.8.11claws85
2857
2858         * sync with 0.8.11cvs21
2859                 see ChangeLog 2003-04-11
2860
2861 2003-04-11 [paul]       0.8.11claws84
2862
2863         * po/es.po
2864                 update Spanish translation. Submitted by Ricardo
2865                 Mones Lastra.
2866
2867 2003-04-10 [christoph]  0.8.11claws83
2868
2869         * src/mbox.c
2870                 fix typo that did not move unfiltered mails to destination
2871                 folder
2872
2873         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2874          when filtering from spool)
2875
2876 2003-04-10 [christoph]  0.8.11claws82
2877
2878         * src/imap.c
2879                 use BODY.PEEK instead of BODY in in message fetch operation
2880                 to make sure the IMAP server does not set the \Seen flag for
2881                 messages. Sylpheed does that later itself, when the message
2882                 is opened in sylpheed
2883
2884         (closes Bug 111 Claws destroys unread marks)
2885
2886 2003-04-09 [oliver]     0.8.11claws81
2887         
2888         * src/folder.c
2889                 fix crash in folder_destroy
2890         * README.claws
2891                 remove selective download
2892
2893 2003-04-09 [christoph]  0.8.11claws80
2894
2895         * src/imap.c
2896                 fix crash in imap_get_msginfo() when then fetched message
2897                 is not found
2898
2899         (closes Bug 110 Crash during mail composition)
2900
2901 2003-04-08 [christoph]  0.8.11claws79
2902
2903         * src/folder.c
2904         * src/prefs_account.c
2905                 Filter new messages that are found in an INBOX folder
2906                 when 'Filter messages on receiving' is enabled in the
2907                 Folder's AccountPrefs. This allows to use Sylpheed's
2908                 filtering engine for IMAP folders where messages are
2909                 added to the INBOX by a MTA
2910
2911 2003-04-08 [paul]       0.8.11claws78
2912
2913         * src/procmsg.h
2914                 clean up after last commit
2915
2916 2003-04-08 [paul]       0.8.11claws77
2917
2918         * sync with 0.8.11cvs20
2919                 see ChangeLog 2003-04-07 and 2003-04-08
2920
2921 2003-04-07 [christoph]  0.8.11claws76
2922
2923         * src/filtering.[ch]
2924         * src/inc.[ch]
2925         * src/mbox.c
2926         * src/procmsg.[ch]
2927                 add procmsg_msginfo_filter() to execute filtering actions
2928
2929 2003-04-06 [christoph]  0.8.11claws75
2930
2931         * src/imap.c
2932                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2933
2934 2003-04-06 [christoph]  0.8.11claws74
2935
2936         * src/common/utils.[ch]
2937                 add g_int_compare() function for slist sorting
2938
2939         * src/imap.c
2940                 fetch all MsgInfos with one command in imap_get_msginfos()
2941                 using an imap set with a list of ranges
2942
2943         * src/news.c
2944                 use new g_int_compare() function
2945
2946 2003-04-06 [thorsten]   0.8.11claws73
2947
2948         * src/mh.c
2949                 corrected implementation of mh_folder_destroy()
2950
2951 2003-04-05 [christoph]  0.8.11claws72
2952
2953         * src/account.c
2954         * src/folder.[ch]
2955         * src/folderview.c
2956         * src/imap.c
2957         * src/inc.c
2958         * src/main.c
2959         * src/mainwindow.c
2960         * src/mbox_folder.c
2961         * src/mh.c
2962         * src/mimeview.h
2963         * src/msgcache.[ch]
2964         * src/news.c
2965         * src/procmime.h
2966         * src/procmsg.[ch]
2967         * src/setup.c
2968         * src/gtk/gtkutils.c
2969                 o rename structure field names class and new to klass and
2970                   new_msgs, to allow including files in C++
2971                 o add 'extern "C"' block to some header files
2972                 o add MsgInfoList and MsgNumberList as alias for GSList for
2973                   developers to know what type of list is expected
2974
2975         * src/plugins/image_viewer/plugin.c
2976         * src/plugins/image_viewer/viewer.[ch]
2977         * src/plugins/image_viewer/viewerprefs.[ch]
2978                 rename function names to prevent conflicts
2979
2980 2003-04-05 [paul]       0.8.11claws71
2981
2982         * sync with 0.8.11cvs18
2983                 see ChangeLog 2003-04-03 and 2003-04-04
2984
2985 2003-04-02 [christoph]  0.8.11claws70
2986
2987         * src/folder.[ch]
2988         * src/imap.[ch]
2989         * src/mbox_folder.[ch]
2990         * src/mh.[ch]
2991         * src/news.[ch]
2992                 o Make all virtual folder functions private
2993                 o remove unused folder code
2994
2995         * src/common/socket.[ch]
2996         * src/summaryview.c
2997                 fix warnings
2998
2999 2003-03-30 [alfons]     0.8.11claws69
3000
3001         * src/send_message.c
3002                 remove two debug traces and see if people still report
3003                 errors
3004
3005 2003-03-30 [alfons]     0.8.11claws68
3006
3007         * src/send_message.c
3008         * src/commons/session.c
3009                 add more debug traces
3010
3011 2003-03-30 [christoph]  0.8.11claws67
3012
3013         * src/folder.c
3014                 change processing folder name from .processing to processing
3015
3016         * src/common/ssl.c
3017                 disable SSL certificate check because it causes Xlib error
3018                 when the child process want's to open an GTK window
3019
3020 2003-03-30 [christoph]  0.8.11claws66
3021
3022         * src/folder.c
3023                 don't use default folder for processing folder item because
3024                 it can be a non local folder
3025
3026         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3027
3028 2003-03-30 [alfons]     0.8.11claws65
3029
3030         * src/send_message.c
3031                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3032                 to generate bad code for 'send_send_data_progressive': When
3033                 called from 'send_send_data_finished', the 'data' pointer is
3034                 cleared just before the assignment to the dialog pointer
3035
3036 2003-03-29 [christoph]  0.8.11claws64
3037
3038         * src/common/prefs.h
3039         * src/plugins/image_viewer/Makefile.am
3040         * src/plugins/image_viewer/plugin.c
3041         * src/plugins/image_viewer/viewer.[ch]
3042         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3043                 add PrefsPage for ImageViewer
3044
3045 2003-03-28 [thorsten]   0.8.11claws63
3046
3047         * src/common/session.c
3048                 added some comments
3049
3050 2003-03-28 [paul]       0.8.11claws62
3051
3052         * sync with 0.8.11cvs16
3053                 see ChangeLog 2003-03-28
3054
3055 2003-03-28 [paul]       0.8.11claws61
3056
3057         * sync with 0.8.11cvs15
3058                 see ChangeLog 2003-03-28
3059
3060 2003-03-27 [christoph]  0.8.11claws60
3061
3062         * src/folder.c
3063         * src/imap.c
3064         * src/common/socket.[ch]
3065                 set socket state to DISCONNECTED when any operation
3066                 fails to allow reconnecting in IMAP code without
3067                 checking the return code of all calls to the command
3068                 functions
3069
3070         * src/folderview.c
3071         * src/summaryview.c
3072                 remove some more stuff that depends on specific
3073                 folder types
3074
3075 2003-03-27 [paul]       0.8.11claws59
3076
3077         * sync with 0.8.11cvs14
3078                 see ChangeLog 2003-03-27
3079                 
3080         * src/selective_download.[ch]   ** REMOVED **
3081                 really removed
3082
3083 2003-03-27 [christoph]  0.8.11claws58
3084
3085         * src/folder.c
3086                 fix handling of tmp_flags in flag copy function
3087
3088 2003-03-27 [paul]       0.8.11claws57
3089
3090         * sync with 0.8.11cvs13
3091                 see ChangeLog 2003-03-27
3092
3093 2003-03-27 [oliver]     0.8.11claws56
3094
3095         * src/maiwindow.c
3096                 remove sel_download_cb
3097
3098 2003-03-27 [oliver]     0.8.11claws55
3099         
3100         * src/inc.c
3101                 remove POP3_TOP
3102         
3103 2003-03-26 [oliver]     0.8.11claws54
3104
3105         *src/pop.h
3106                 remove POP3_TOP*
3107         * README.claws
3108                 remove selective donwload readme
3109
3110 2003-03-26 [oliver]     0.8.11claws53
3111         * src/matcher.[ch]
3112         * src/matcher_parser_parse.y 
3113         * src/pop.c 
3114         * src/prefs_account.[ch]
3115         * src/prefs_filtering.c
3116                 remove selective donwload
3117
3118 2003-03-26 [oliver]     0.8.11claws52
3119
3120         * src/inc.[ch] 
3121         * src/filtering.c 
3122         * src/mainwindow.c 
3123                 remove selective donwload
3124
3125 2003-03-26 [oliver]     0.8.11claws51
3126         
3127         * src/Makefile.am
3128         * src/selective_download.[ch]   ** REMOVE **    
3129
3130 2003-03-26 [christoph]  0.8.11claws50
3131
3132         * src/news.c
3133                 fix NEWS that got broken by a sync with sylpheed-main
3134
3135 2003-03-26 [christoph]  0.8.11claws49
3136
3137         * src/mimeview.c
3138                 fix mime type guessing when no mime type is found for a file
3139
3140 2003-03-25 [christoph]  0.8.11claws48
3141
3142         * src/mimeview.c
3143         * src/procmime.c
3144                 remove mime type guessing from mime parser and use
3145                 name based mime types in viewer lookup for mime type
3146                 application/octet-stream
3147
3148 2003-03-25 [christoph]  0.8.11claws47
3149
3150         * doc-src/readme.txt
3151         * doc-src/rfc2554.txt
3152                 add RFC about SMTP AUTH
3153
3154         * src/send_message.c
3155         * src/common/smtp.[ch]
3156                 add extra error code for authentication errors and
3157                 clear temporary password when this error occurs
3158
3159         (closes Bug 84 authentication failure while sending should
3160          prompt for password again)
3161
3162 2003-03-25 [christoph]  0.8.11claws46
3163
3164         * configure.ac
3165         * src/Makefile.am
3166         * src/imageview.[ch]                            ** REMOVE **
3167         * src/messageview.[ch]
3168         * src/mimeview.[ch]
3169         * src/prefs_common.[ch]
3170         * src/textview.c
3171         * src/plugins/Makefile.am
3172         * src/plugins/image_viewer/.cvsignore           ** NEW **
3173         * src/plugins/image_viewer/Makefile.am          ** NEW **
3174         * src/plugins/image_viewer/plugin.c             ** NEW **
3175         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3176                 move image viewer into a plugin (building is enabled by default)
3177                 [ToDo: Prefs for resize and autoview]
3178
3179 2003-03-25 [paul]       0.8.11claws45
3180
3181         * sync with 0.8.11cvs12
3182                 see ChangeLog 2003-03-26
3183
3184 2003-03-25 [paul]       0.8.11claws44
3185
3186         * sync with 0.8.11cvs11
3187                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3188                 
3189         Note: Selective Download is broken.
3190                 
3191 2003-03-22 [christoph]  0.8.11claws43
3192
3193         * src/folder.c
3194                 code cleanup for flags copying
3195
3196 2003-03-22 [christoph]  0.8.11claws42
3197
3198         * src/plugins/trayicon/trayicon.c
3199                 fix setting the transparent area when the window size
3200                 is forced by the system tray
3201
3202 2003-03-22 [christoph]  0.8.11claws41
3203
3204         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3205         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3206         * src/plugins/trayicon/newmail.xpm              ** NEW **
3207         * src/plugins/trayicon/nomail.xpm               ** NEW **
3208         * src/plugins/trayicon/trayicon.c
3209         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3210                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3211                 o add icon for unread mails
3212                 o set transparency for window
3213
3214 2003-03-22 [christoph]  0.8.11claws40
3215
3216         * src/news.c
3217                 init news session to prevent crash when session is closed
3218
3219 2003-03-22 [christoph]  0.8.11claws39
3220
3221         * src/imap.c
3222         * src/common/session.[ch]
3223                 Init session data to make sure we don't have invalid pointers
3224                 for read_ch and write_ch when new multi process sessions are
3225                 not used
3226
3227         * src/main.c
3228         * src/common/plugin.c
3229         * src/common/sylpheed.c
3230         * src/plugins/demo/demo.c
3231         * src/plugins/dillo_viewer/dillo_viewer.c
3232         * src/plugins/mathml_viewer/mathml_viewer.c
3233         * src/plugins/spamassassin/spamassassin.c
3234         * src/plugins/spamassassin/spamassassin_gtk.c
3235                 add plugin types to allow loading plugins at different times
3236                 (and maybe for different frontends), because it's not good to
3237                 load GTK-Plugins gefore gtk_init was called
3238
3239         * configure.ac
3240         * src/plugins/Makefile.am
3241         * src/plugins/trayicon/.cvsignore               ** NEW **
3242         * src/plugins/trayicon/Makefile.am              ** NEW **
3243         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3244         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3245         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3246         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3247         * src/plugins/trayicon/trayicon.c               ** NEW **
3248                 New Trayicon plugin that shows an icon in a systray that uses
3249                 XEMBED protocol like Gnome's systray. Icon shows if there
3250                 are new mails and a tooltip shows information about new,
3251                 unread and total messages.
3252
3253 2003-03-22 [paul]       0.8.11claws38
3254
3255         * src/common/smtp.c
3256                 fix ESMTP AUTH CRAM-MD5
3257                 [sync with main (still version 0.8.11cvs6), see
3258                  ChangeLog 2003-03-22]
3259
3260 2003-03-21 [colin]      0.8.11claws37
3261
3262         * src/send_message.c
3263                 Fix USE_SSL => USE_OPENSSL
3264
3265 2003-03-21 [colin]      0.8.11claws36
3266
3267         * src/folderview.c
3268                 Fix counts in drag and dropped subfolders
3269
3270 2003-03-21 [colin]      0.8.11claws35
3271
3272         * src/folder.c 
3273         * src/folderview.c
3274                 speed up a bit folder dnd
3275
3276 2003-03-20 [alfons]     0.8.11claws34
3277
3278         * src/main.c
3279         * src/toolbar.c
3280         * src/procmsg.c
3281                 don't send locked queue messages
3282                 (feature request "[ 705245 ] Locking message in outbox 
3283                  should prevent sending")
3284
3285 2003-03-20 [christoph]  0.8.11claws33
3286
3287         * src/folder.c
3288                 remove NEW and UNREAD flag in special folders when scanning
3289                 
3290         * src/common/smtp.c
3291                 fix ESMTP AUTH CRAM-MD5
3292
3293 2003-03-20 [paul]       0.8.11claws32
3294
3295         * src/prefs_account.c
3296                 Re-write 'Tunnel command to open connection' as
3297                 'Use command to communicate with server', and disable
3298                 it for all except IMAP accounts
3299
3300 2003-03-20 [paul]       0.8.11claws31
3301
3302         * sync with 0.8.11cvs6
3303                 see ChangeLog 2003-03-20
3304
3305 2003-03-19 [match]      0.8.11claws30
3306
3307         * src/addritem.[ch]
3308                 include documentation. minor refactoring.
3309         * src/addr_compl.[ch]
3310         * src/addrindex.[ch]
3311         * src/addresbook.[ch]
3312         * src/summaryview.c
3313                 re-enable address lookup (was disabled in
3314                 0.8.11claws20).
3315
3316 2003-03-19 [christoph]  0.8.11claws29
3317
3318         * src/procmsg.c
3319                 add temp flag handling, will make moving and copying
3320                 messages possible again
3321
3322         * src/folder.c
3323                 correct calulation of folder stats
3324
3325 2003-03-18 [match]      0.8.11claws28
3326
3327         * src/editgroup.h
3328                 remove case sensitive comparison (closes bug 80).
3329
3330 2003-03-18 [christoph]  0.8.11claws27
3331
3332         * src/imap.c
3333                 fix imap using a tunnel command
3334
3335         (closes bug 87)
3336
3337 2003-03-18 [christoph]  0.8.11claws26
3338
3339         * src/folder.[ch]
3340         * src/imap.c
3341         * src/procmsg.[ch]
3342                 rewrite flag handling for folders
3343
3344 2003-03-18 [christoph]  0.8.11claws25
3345
3346         * src/folder.c
3347         * src/procmsg.c
3348         * src/summaryview.c
3349                 unset NEW and UNREAD flags when message is ignored, to make
3350                 sure messages don't show up as unread on other IMAP clients,
3351                 because the IGNORE_THREAD flag can not be syncronized through
3352                 the IMAP folder
3353
3354 2003-03-17 [christoph]  0.8.11claws24
3355
3356         * src/imap.c
3357                 don't use recursion to fetch uids when the number of messages
3358                 does not match. Moved code into subfunction that is used
3359                 again when needed, to prevent an endless loop.
3360
3361 2003-03-17 [thorsten]   0.8.11claws23
3362
3363         * src/imageview.[ch]
3364                 export imageview_get_resized_size() (for plugins)
3365         * src/prefs_common.[ch]
3366                 added prefs_common_get() (for plugins)
3367
3368 2003-03-17 [christoph]  0.8.11claws22
3369
3370         * src/imap.c
3371                 o remove UID guessing from copy code
3372                 o support UIDPLUS extension for APPEND command
3373
3374 2003-03-17 [paul]       0.8.11claws21
3375
3376         * src/gtk/about.c
3377                 remove 'Compiled-plugins' section.
3378                 
3379         * src/plugins/dillo_viewer/dillo_viewer.c
3380                 slight change to description text
3381
3382 2003-03-16 [match]      0.8.11claws20
3383         * src/ldapserver.[ch]           ** NEW **
3384         * src/ldapctrl.[ch]             ** NEW **
3385         * src/ldapquery.[ch]            ** NEW **
3386         * src/ldaputil.[ch]             ** NEW **
3387         * src/addrcindex.[ch]           ** NEW **
3388         * src/addrquery.h               ** NEW **
3389         * src/addritem.[ch]
3390         * src/addrcache.[ch]
3391         * src/addrindex.[ch]
3392         * src/addr_compl.[ch]
3393         * src/addressbook.[ch]
3394         * src/addrbook.[ch]
3395         * src/editgroup.c
3396         * src/editaddress.c
3397         * src/editldap.c
3398         * src/editldap_basedn.c
3399         * src/vcard.c
3400         * src/jpilot.c
3401         * src/Makefile.am
3402                 included dynamic LDAP queries. improved address
3403                 completion.
3404
3405 2003-03-16 [paul]       0.8.11claws19
3406
3407         * tools/multiwebsearch.pl
3408                 fix a fatal typo
3409
3410 2003-03-16 [christoph]  0.8.11claws18
3411
3412         * src/mimeview.c
3413         * src/plugins/dillo_viewer/dillo_viewer.c
3414         * src/plugins/mathml_viewer/mathml_viewer.c
3415                 make unregistering of MimeViewerFactorys possible
3416
3417 2003-03-16 [alfons]     0.8.11claws17
3418
3419         * configure.ac
3420                 correct typo
3421
3422 2003-03-16 [melvin]     0.8.11claws16
3423
3424         * src/plugins/dillo_viewer.c
3425                 Fixed bug where it was not possible to view more than
3426                 one text/html attachment per message (bug discovered
3427                 by Christoph Hohmann).
3428
3429 2003-03-15 [melvin]     0.8.11claws15
3430
3431         * src/prefs_actions.c
3432                 Fixed compilation warnings.
3433
3434 2003-03-15 [melvin]     0.8.11claws14
3435
3436         * src/plugins/Makefile.am
3437         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3438         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3439         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3440                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3441                 newer (http://dillo.auriga.wearlab.de/).
3442
3443 2003-03-15 [christoph]  0.8.11claws13
3444
3445         * src/imap.c
3446                 don't query imap folder for attributes because we already
3447                 for them from imap_status
3448
3449         * src/mimeview.[ch]
3450                 add support for plugable MimeViewers (unloading Viewers
3451                 not yet complete)
3452
3453         * src/plugins/Makefile.am
3454         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3455         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3456         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3457                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3458                 widget from http://helm.cs.unibo.it/mml-widget/
3459
3460 2003-03-14 [christoph]  0.8.11claws12
3461
3462         * src/folder.[ch]
3463                 o error return code's should better be negative
3464                 o replace printf with debug_print
3465
3466         * src/imap.c
3467                 improve IMAP folder scan by checking UID-NEXT
3468
3469         * src/summaryview.c
3470                 remove check that are unnecessary in my opinion
3471
3472 2003-03-13 [christoph]  0.8.11claws11
3473
3474         * src/folder.[ch]
3475         * src/foldersel.c
3476         * src/folderview.c
3477         * src/imap.c
3478         * src/mbox_folder.c
3479         * src/mh.c
3480         * src/news.c
3481         * src/prefs_scoring.c
3482         * src/summaryview.c
3483                 use a common function to get a displayable name
3484                 for a FolderItem
3485
3486 2003-03-13 [paul]       0.8.11claws10
3487
3488         * tools/Makefile.am
3489           tools/README
3490           tools/multiwebsearch.conf     ** NEW FILE **
3491           tools/multiwebsearch.pl       ** NEW FILE **
3492                 add multiwebsearch Actions script
3493
3494 2003-03-13 [colin]      0.8.11claws9
3495
3496         * src/compose.c
3497                 Remove leading emtpy lines from quoted text
3498                 before quoting it
3499
3500 2003-03-13 [melvin]     0.8.11claws8
3501
3502         * src/prefs_actions.c
3503                 Fixed a memory leak
3504                 Code clean ups
3505                 Added Cancel and OK buttons
3506                 Corrected help text
3507
3508 2003-03-13 [christoph]  0.8.11claws7
3509
3510         * src/account.c
3511         * src/folder.[ch]
3512         * src/imap.c
3513         * src/mainwindow.c
3514         * src/mbox_folder.c
3515         * src/mh.c
3516         * src/news.c
3517         * src/setup.c
3518                 replace more folder type stuff with folder class stuff
3519
3520 2003-03-13 [melvin]     0.8.11claws6
3521
3522         * src/prefs_actions.c
3523                 Added new tokens:
3524                 %u: user provided argument
3525                 %h: user provided argument (hidden on input)
3526                 %s: current text selection in the message view 
3527
3528 2003-03-13 [paul]       0.8.11claws5
3529
3530         * sync with 0.8.11cvs5
3531                 see ChangeLog 2003-03-11, 2003-03-12
3532
3533 2003-03-12 [christoph]  0.8.11claws4
3534
3535         * src/folder.c
3536                 use folder class idstr when writing folderlist.xml
3537
3538         * src/folder.h
3539         * src/imap.c
3540         * src/news.c
3541                 replace folder type checks with folder class checks
3542
3543 2003-03-12 [christoph]  0.8.11claws3
3544
3545         * src/folder.[ch]
3546         * src/imap.[ch]
3547         * src/main.c
3548         * src/mbox_folder.[ch]
3549         * src/mh.[ch]
3550         * src/news.[ch]
3551                 o create a list of known folder classes in the folder system
3552                 o use folder class id strings for folder item identifiers
3553
3554 2003-03-12 [christoph]  0.8.11claws2
3555
3556         * src/imap.c
3557                 fix imap uid validity check
3558
3559 2003-03-12 [christoph]  0.8.11claws1
3560
3561         * src/account.c
3562         * src/folder.[ch]
3563         * src/foldersel.c
3564         * src/folderview.c
3565         * src/imap.c
3566         * src/mainwindow.c
3567         * src/mbox_folder.c
3568         * src/mh.c
3569         * src/news.c
3570         * src/prefs_scoring.c
3571         * src/procmsg.c
3572         * src/setup.c
3573         * src/summaryview.c
3574                 initial restructuring of folder system, seperating
3575                 folders and folder classes
3576
3577 2003-03-12 [paul]       0.8.11claws
3578
3579         0.8.11claws release
3580
3581 2003-03-12 [christoph]
3582
3583         * src/gtk/prefswindow.c
3584                 fix translation of "Page Index"
3585
3586 2003-03-12 [paul]       0.8.10claws110
3587
3588         a sync from 0.8.11cvs4 before the release
3589
3590         * src/common/utils.c
3591                 subject_compare_for_sort(): allow null strings (fixes
3592                 summary sorting).
3593
3594 2003-03-11 [paul]       0.8.10claws109
3595
3596         * po/es.po
3597                 update Spanish translation, submitted by
3598                 Ricardo Mones Lastra
3599
3600 2003-03-11 [melvin]     0.8.10claws108
3601
3602         * po/fr.po
3603                 Updated French translations
3604
3605 2003-03-11 [paul]       0.8.10claws107
3606
3607         * manual/en/Makefile.am
3608           manual/en/*.html
3609                 update English manual, add a new page
3610                 updated by Francois Barriere <fbarriere@atmel.fr>
3611                 
3612         * po/bg.po
3613           po/it.po
3614           po/sr.po
3615                 update Bulgarian, Italian, and Serbian translations
3616                 submitted by George Danchev, Alessandro Maestri, and
3617                 Urke MMI
3618
3619 2003-03-10 [paul]       0.8.10claws106
3620
3621         * src/gtk/about.c
3622           src/gtk/prefswindow.c
3623                 make some strings translatable
3624
3625 2003-03-10 [darko]      0.8.10claws105
3626
3627         * src/compose.c
3628                 code cleanup to make Hiro happy
3629
3630 2003-03-10 [paul]       0.8.10claws104
3631
3632         * sync with 0.8.11cvs2
3633                 see ChangeLog 2003-03-10
3634
3635 2003-03-09 [melvin]     0.8.10claws103
3636
3637         * src/textview.c
3638                 textview_set_font(): fix for message display in
3639                 UTF-8 locales (thanks to Sergey Vlasov).
3640                 (was unintentionnaly reverted in 0.8.6claws6)   
3641
3642 2003-03-08 [darko]      0.8.10claws102
3643
3644         * src/compose.c
3645                 fix infinite loop in wrapping as reported
3646                 by happycactus
3647                 obsoletes patch #696482
3648
3649 2003-03-08 [christoph]  0.8.10claws101
3650
3651         * src/imap.c
3652                 add workaround for IMAP servers that do not
3653                 support the "UID SEARCH UID" command
3654
3655 2003-03-07 [christoph]  0.8.10claws100
3656
3657         * src/plugins/spamassassin/spamassassin.[ch]
3658         * src/plugins/spamassassin/spamassassin_gtk.c
3659                 code cleanup
3660
3661 2003-03-07 [paul]       0.8.10claws99
3662
3663         * po/es.po
3664                 updated Spanish translation, submitted by
3665                 Ricardo Mones Lastra
3666
3667 2003-03-07 [christoph]  0.8.10claws98
3668
3669         * src/send.c
3670                 fix in 0.8.10claws94 was wrong
3671                 local delivery does not require escaping, remove escaping
3672                 code to make signatures of mails with "." lines valid
3673                 
3674                 NOTE: requires that sendmail is executed with "-i" option,
3675                       what is the default now, but has to be changed in all
3676                       exsiting accounts)
3677
3678 2003-03-07 [paul]       0.8.10claws97
3679
3680         * sync with 0.8.11 release
3681                 see ChangeLog 2003-03-07
3682
3683 2003-03-06 [paul]       0.8.10claws96
3684
3685         * src/compose.c
3686                 revert commit 0.8.10claws92
3687
3688 2003-03-06 [paul]       0.8.10claws95
3689
3690         * src/folderview.c
3691                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3692
3693         * src/gtkaspell.c
3694                 fix bug 74, 'Crash opening editor window with pseudo-color
3695                 display'
3696                 
3697         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3698
3699 2003-03-06 [christoph]  0.8.10claws94
3700
3701         * src/send.c
3702                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3703                 all lines starting with a period get an extra period
3704                 inserted
3705                 (found by Simon 'corecode' Schubert)
3706
3707 2003-03-06 [paul]       0.8.10claws93
3708
3709         * src/folderview.c
3710                 if configured font can't be loaded fall back to gtk
3711                 default. (with thanks to Christoph)
3712                 
3713                 closes long-standing bug 15 'Crashes on startup'
3714
3715 2003-03-06 [paul]       0.8.10claws92
3716
3717         * src/compose.c
3718                 freeze text before autosave and thaw afterwards
3719                 fixes bug 67 'autosave make re-rediting message crazy'
3720
3721 2003-03-06 [christoph]  0.8.10claws91
3722
3723         * src/compose.c
3724                 ignore address comment in dupe check for Cc-list
3725
3726         (closes reopened bug 47 Replying to message strips name part of
3727          e-mail addresses of Cc: lines)
3728
3729 2003-03-06 [paul]       0.8.10claws90
3730
3731         * src/Makefile.am
3732                 remove reference to gtkxtext.h as its no longer in
3733                 the repository
3734
3735 2003-03-06 [paul]       0.8.10claws89
3736
3737         * sync with 0.8.10cvs25
3738                 see ChangeLog 2003-03-06
3739
3740 2003-03-06 [oliver]     0.8.10claws88
3741         
3742         * src/messageview.c
3743                 remove include
3744
3745 2003-03-06 [oliver]     0.8.10claws87
3746         
3747         * src/folderview.c 
3748                 remove changes introduced inclaws74
3749         * src/messageview.c
3750                 another attempt to sanely delete and update
3751                 messages deleted in separate messageview
3752
3753 2003-03-05 [christoph]  0.8.10claws86
3754
3755         * src/summaryview.c
3756                 check if "From" matches any account's address if
3757                 addressbook completion of addresses is disabled too
3758
3759         (closes Bug 70 "Display recipient in from" doesn't check
3760          folder's default account)
3761
3762 2003-03-05 [christoph]  0.8.10claws85
3763
3764         * src/compose.c
3765         * src/common/utils.[ch]
3766                 don't strip address comments when building Cc lists
3767
3768         (closes Bug 47 Replying to message strips name part of e-mail addresses
3769          of Cc: lines)
3770
3771         * src/folder.c
3772                 fix return value of copy function
3773
3774 2003-03-05 [christoph]  0.8.10claws84
3775
3776         * src/imap.c
3777                 don't ask imap server for non rfc822 headers
3778
3779         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3780
3781         * src/imap.c
3782                 destroy session on socket error to allow reconnecting
3783
3784 2003-03-05 [christoph]  0.8.10claws83
3785
3786         * configure.ac
3787                 fix building with gnome when no prefix is set
3788
3789         (closes bug 66 Gnome directory is set to NONE)
3790
3791 2003-03-05 [paul]       0.8.10claws82
3792
3793         * sync with 0.8.10cvs23
3794                 see ChangeLog 2003-03-05
3795
3796 2003-03-04 [christoph]  0.8.10claws81
3797
3798         * src/folder.c
3799                 o fix moving and copying when folder returns 0 for new
3800                   message number
3801                 o remove some code for single message copy and move
3802                   operations and use functions for multiple messages
3803
3804         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3805
3806         * src/news.c
3807                 remove unused include
3808
3809 2003-03-04 [paul]       0.8.10claws80
3810
3811         * src/gtk/about.c
3812                 list 'Compiled plugins'
3813
3814 2003-03-03 [christoph]  0.8.10claws79
3815
3816         * src/news.[ch]
3817                 have to multiply the percentage of the current fetch with
3818                 the percentage that it has of the total fetch operation
3819                 for correct values
3820
3821 2003-03-03 [christoph]  0.8.10claws78
3822
3823         * src/news.c
3824                 fix calculation of expected lines for progress indicator
3825
3826 2003-03-03 [christoph]  0.8.10claws77
3827
3828         * src/summaryview.c
3829         * src/common/utils.c
3830                 fix segfault when opening the root news folder
3831
3832 2003-03-03 [christoph]  0.8.10claws76
3833
3834         * src/mainwindow.[ch]
3835         * src/common/Makefile.am
3836         * src/common/progressindicator.[ch]
3837                 add UI independent progress indicator handling
3838
3839         * src/news.[ch]
3840                 use new progress indicator for message info fetching
3841
3842         * src/common/hooks.h
3843                 code cleanup
3844
3845 2003-03-03 [oliver]     0.8.10claws75
3846
3847         * src/toolbar.c
3848         * src/compose.c
3849                 removed commented code
3850
3851 2003-03-03 [oliver]     0.8.10claws74
3852
3853         * src/toolbar.[ch]
3854                 cleanups and refactoring
3855         * src/compose.[ch]
3856                 compose_reply_mode reply & forwarding interface for
3857                 toolbar buttons
3858         * src/folderview.c
3859                 act on messages marked for deletion in folderview_selected
3860                 based on prefs_common.immediate_exec since a message might 
3861                 have been deleted by messageview in a folder we are changing 
3862                 to (does anybody understand what I'm on about ?)
3863
3864 2003-03-03 [oliver]     0.8.10claws73
3865         
3866         * src/messageview.[ch]
3867                 new functions
3868                 - messageview_delete: delete message shown in messagview
3869                 - messageview_update_view: update messageview to currently 
3870                   selected summaryview message
3871                 - add separate messageview to msgview_list in order to update 
3872                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3873         * src/summaryview.[ch]
3874                 summary_get_selection returns a list of selected msgs
3875                 in summaryview
3876         * src/mainwindow.c
3877                 toolbar reply refactoring
3878
3879 2003-03-03 [paul]       0.8.10claws72
3880
3881         * sync with 0.8.10cvs21
3882                 see ChangeLog 2003-03-03
3883
3884 2003-03-02 [christoph]  0.8.10claws71
3885
3886         * src/common/passcrypt.c
3887                 use POSIX includes
3888
3889 2003-03-02 [christoph]  0.8.10claws70
3890
3891         * configure.ac
3892         * src/prefs_account.c
3893         * src/prefs_gtk.[ch]
3894         * src/common/.cvsignore
3895         * src/common/Makefile.am
3896         * src/common/passcrypt.c                ** NEW **
3897         * src/common/passcrypt.h.in             ** NEW **
3898                 Implement password encryption in config files
3899                 using unix encrypt and setkey functions. The crypt
3900                 key can be set as a configure parameter. Old
3901                 passwords will be converted if they do not begin
3902                 with '!'
3903
3904 2003-03-02 [paul]       0.8.10claws69
3905
3906         * src/prefs_account.c
3907                 fix compile error
3908
3909 2003-03-01 [thorsten]   0.8.10claws68
3910
3911         * po/el.po
3912           po/hr.po
3913           po/it.po
3914           po/nl.po
3915           po/sr.po
3916           po/sv.po
3917                 corrected format strings
3918         * po/en_GB.po
3919                 corrected headers
3920                 (fix compile errors with GNU gettext-0.11.5)
3921
3922 2003-03-01 [oliver]     0.8.10claws67
3923
3924         * src/summaryview.c
3925                 menu callbacks call toolbar_menu_reply
3926
3927 2003-03-01 [oliver]     0.8.10claws66
3928
3929         * src/mainwindow.c
3930         * src/messageview.c
3931                 menu callbacks call toolbar_menu_reply
3932         * src/toolbar.[ch]
3933                 callbacks from menu handled by toolbar_menu_reply
3934
3935 2003-03-01 [paul]       0.8.10claws65
3936
3937         * src/addressbook.c
3938                 revert commit 0.8.10claws54 - breaks editing of
3939                 addressbook.
3940                 
3941         * po/bg.po
3942                 update Bulgarian translation, submitted by
3943                 George Danchev
3944
3945 2003-02-28 [christoph]  0.8.10claws64
3946
3947         * src/account.c
3948         * src/addressadd.c
3949         * src/compose.c
3950         * src/gtkaspell.c
3951         * src/gtkxtext.h                ** REMOVE **
3952         * src/imap.c
3953         * src/matcher.[ch]
3954         * src/mh.c
3955         * src/news.c
3956         * src/pine.c
3957         * src/prefs_common.c
3958         * src/prefs_matcher.c
3959         * src/procheader.[ch]
3960         * src/procmsg.[ch]
3961         * src/toolbar.c
3962         * src/common/ssl_certificate.c
3963         * src/gtk/colorlabel.c
3964         * src/gtk/menu.c
3965                 o fix warnings
3966                 o remove code obsoleted by new cache and folder system rework
3967
3968 2003-02-28 [oliver]     0.8.10claws63
3969         
3970         * src/toolbar.[ch]
3971                 * fix bug where reply in Messageview replied to 
3972                 Message displayed in summaryview
3973                 (reportedd via ML by chinatinte at gmx dot ch)
3974                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3975                 didn't work in separate MessageView Toolbar
3976                 (wondering if anybody uses this at all ?)
3977         * src/summaryview.[ch]
3978                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3979                 (generalize reply and forward code);
3980         * src/messageview.c 
3981                 remove focus_in event which updated summaryview to messageview
3982
3983 2003-02-28 [paul]       0.8.10claws62
3984
3985         * po/Makefile.in.in
3986                 add the --check option
3987                 Patch submitted by Ricardo Mones Lastra
3988
3989 2003-02-28 [paul]       0.8.10claws61
3990
3991         * src/prefs_account.c
3992                 re-order 'Signature' items
3993
3994 2003-02-28 [paul]       0.8.10claws60
3995
3996         * sync with 0.8.10cvs20
3997                 see ChangeLog 2003-02-28
3998
3999 2003-02-28 [paul]       0.8.10claws59
4000
4001         * po/POTFILES.in
4002                 update to reflect recent movement of files
4003
4004 2003-02-28 [paul]       0.8.10claws58
4005
4006         * sync with 0.8.10cvs19
4007                 see ChangeLog 2003-02-28
4008
4009 2003-02-27 [martin]     0.8.10claws57
4010
4011         * src/prefs_matcher.c 
4012                 fix segfault in prefs_matcher_ok() when the
4013                 last entry is deleted and prevents that the
4014                 message "entry not saved" comes up after deleting
4015                 an entry
4016
4017 2003-02-27 [martin]     0.8.10claws56
4018
4019         * src/prefs_filtering.c 
4020                 fix segfault in prefs_filtering_ok() when the
4021                 last entry is deleted and prevents that the
4022                 message "entry not saved" comes up after deleting
4023                 an entry
4024
4025 2003-02-27 [paul]       0.8.10claws55
4026
4027         * sync with 0.8.10cvs18
4028                 see ChangeLog 2003-02-27
4029
4030 2003-02-27 [paul]       0.8.10claws54
4031
4032         * src/addressbook.c
4033                 fix bug where the address book crashes with 
4034                 multiple lookups.
4035                 Patch [687729] submitted by David Frager 
4036                 <dbfrager@users.sourceforge.net>
4037
4038 2003-02-25 [christoph]  0.8.10claws53
4039
4040         * src/Makefile.am
4041         * src/colorlabel.[ch]           ** REMOVE **
4042         * src/gtk/Makefile.am
4043         * src/gtk/colorlabel.[ch]       ** NEW **
4044                 move colorlabel files to gtk directory
4045
4046         * src/esmtp.[ch]                ** REMOVE **
4047                 has been merged into smtp.[ch] in 0.7.5
4048
4049 2003-02-25 [christoph]  0.8.10claws52
4050
4051         * src/Makefile.am
4052         * src/about.[ch]                ** REMOVE **
4053         * src/gtk/Makefile.am
4054         * src/gtk/about.[ch]            ** NEW **
4055                 move about files to gtk directory
4056
4057 2003-02-25 [christoph]  0.8.10claws51
4058
4059         * src/folder.c
4060                 some code optimization of folder scanning code
4061
4062         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4063
4064 2003-02-25 [christoph]  0.8.10claws50
4065
4066         * src/main.c
4067         * src/common/sylpheed.c
4068                 add command line parameter parsing to common code
4069
4070 2003-02-24 [christoph]
4071
4072         * Makefile.am
4073         * configure.ac
4074                 fix gnome prefix problems, the configure script now removed
4075                 `gnome-config --prefix` from `gnome-config --datadir`
4076                 and adds $(prefix} instead
4077
4078         (closes Bug 24 Makefile does not respect prefix when installing
4079          GNOME data)
4080
4081 2003-02-24 [christoph]  0.8.10claws49
4082
4083         * src/news.c
4084                 check for valid session before trying to authenticate
4085
4086         (closes Bug 60 crash if "authenticate on logon" is activated
4087          and newsserver-hostname is not valid)
4088
4089 2003-02-24 [melvin]     0.8.10claws48
4090
4091         * src/prefs_actions.c
4092                 Make sure all user's input is sent to the action and then
4093                 close the socket..
4094
4095 2003-02-23 [alfons]     0.8.10claws46
4096
4097         * src/summaryview.c
4098                 also wait cursor when deleting files
4099
4100 2003-02-23 [paul]
4101
4102         * tools/freshmeat_search.pl
4103           tools/google_search.pl
4104                 scripts should now work for any browser/browser command line
4105
4106 2003-02-22 [christoph]  0.8.10claws45
4107
4108         * src/procmsg.c
4109                 fix IMAP flag setting, IMAP flag is not handled correctly
4110                 anymore by the folder system and information about the
4111                 folder should not be saved in the MsgInfo (in my opinion)
4112
4113         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4114
4115 2003-02-22 [christoph]  0.8.10claws44
4116
4117         * src/summaryview.c
4118                 fix spelling of "label" ;-)
4119
4120 2003-02-22 [thorsten]   0.8.10claws43
4121
4122         * src/mimeview.c
4123           src/prefs_common.[ch]
4124           src/procmime.[ch]
4125                 do not use description as attachment name
4126
4127 2003-02-22 [alfons]     0.8.10claws42
4128
4129         * src/summaryview.c
4130                 freeze/thaw folder item updates when changing color labels,
4131                 and put a wait cursors on
4132
4133 2003-02-22 [thorsten]   0.8.10claws41
4134
4135         * src/mimeview.c
4136                 save-all fixes: crash if invoked on multipart container,
4137                 mimeinfo access, pathseparators, error dialog
4138
4139 2003-02-21 [alfons]     0.8.10claws40
4140
4141         * src/prefs_gtk.c
4142                 remove unused var
4143
4144 2003-02-21 [colin]      0.8.10claws39
4145
4146         * src/send.c
4147                 Fix smtp logging
4148
4149 2003-02-21 [colin]      0.8.10claws38
4150
4151         * src/summaryview.c
4152                 Freeze/thaw folderItem updates when filtering messages 
4153                 via Tools/Filter messages
4154
4155 2003-02-21 [paul]       0.8.10claws37
4156
4157         * src/compose.c
4158                 revert commit 0.8.10claws26, there are ulterior motives
4159                 for users to set a Reply-To header when posting to
4160                 newsgroups
4161
4162 2003-02-21 [paul]       0.8.10claws36
4163
4164         * sync with 0.8.10cvs17
4165                 see ChangeLog 2003-02-21
4166
4167 2003-02-20 [christoph]  0.8.10claws35
4168
4169         * src/imap.c
4170                 IMAP UID fetch speedup using SEARCH
4171
4172         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4173
4174         * src/imap.c
4175                 fix problem with UIDs in IMAP UID cache that no longer existed
4176
4177 2003-02-20 [christoph]  0.8.10claws34
4178
4179         * src/imap.c
4180         * src/procheader.c
4181         * src/procheader.h
4182                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4183
4184         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4185
4186         * src/imap.c
4187                 Rewrite imap_cmd_gen_recv use sock_getline instead
4188                 of sock_gets to avoid problems with too long reply
4189                 lines
4190     
4191 2003-02-20 [colin]      0.8.10claws33
4192         
4193         * src/prefs_account.c
4194                 Better wording
4195
4196 2003-02-20 [colin]      0.8.10claws32
4197
4198         * src/compose.c
4199                 Remove useless '&& !to_sender' 
4200
4201 2003-02-20 [darko]
4202
4203         * AUTHORS
4204                 change my e-mail address
4205
4206 2003-02-19 [colin]      0.8.10claws31
4207
4208         * src/prefs_common.c
4209                 X11 style colors for every configurable color
4210
4211 2003-02-19 [alfons]     0.8.10claws30
4212
4213         * src/prefs_gtk.[ch]
4214         * src/prefs_common.c
4215                 for color_new accept both plain integers and X11 style color
4216                 names (as found in /usr/lib/X11/rgb.txt)
4217
4218 2003-02-19 [paul]       0.8.10claws29
4219
4220         * src/mainwindow.c
4221                 add tooltips to online/offline button and account selector
4222                 button
4223
4224 2003-02-19 [paul]       0.8.10claws28
4225
4226         * src/folder.c
4227           src/news.c
4228           src/prefs_account.[ch]
4229           src/prefs_common.[ch]
4230                 move 'Maximum number of articles to download' to
4231                 account prefs.
4232                 clean up account prefs gui a little by hiding entries
4233                 rather then greying out entries
4234
4235 2003-02-19 [hiro]       0.8.10claws27
4236
4237         * src/common/utils.c
4238                 fix bug #54 'yesterdays date is displayed in the message 
4239                 summary window'
4240
4241 2003-02-19 [paul]       0.8.10claws26
4242
4243         * src/compose.c
4244                 fix bug reported in Feature Request [688596] 
4245                 'Reply-to header in news'
4246
4247 2003-02-18 [paul]       0.8.10claws25
4248
4249         * src/select-keys.c
4250                 add a 'List all keys' button to key selection dialog
4251
4252 2003-02-18 [colin]      0.8.10claws24
4253         
4254         * src/stock_pixmap.c
4255                 fix compile error
4256
4257 2003-02-18 [colin]      0.8.10claws23
4258
4259         * src/common/smtp.[ch]
4260           src/prefs_account.c
4261                 Try to starttls if it seems to be the only
4262                 way to authenticate a user
4263
4264 2003-02-18 [paul]       0.8.10claws22
4265
4266         * src/Makefile.am
4267           src/folderview.c
4268           src/stock_pixmap.[ch]
4269           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4270           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4271                 as a Drafts folder is a special folder allow it to have
4272                 its own unique icons
4273
4274 2003-02-18 [colin]      0.8.10claws21
4275
4276         * src/imap.c
4277                 Fix port selection when using starttls
4278
4279 2003-02-18 [paul]       0.8.10claws20
4280
4281         * src/mainwindow.c
4282           src/prefs_common.[ch]
4283                 make blue the default new mail colour
4284
4285 2003-02-18 [paul]       0.8.10claws19
4286
4287         * sync with 0.8.10cvs14
4288                 see ChangeLog 2003-02-18
4289
4290 2003-02-17 [jens]       0.8.10claws18
4291
4292         * src/common/md5.c
4293                 fixed a compile problem with gcc 3.3
4294                 works on 2.95.3 too (testet on PPC as it is big endian)
4295
4296 2003-02-17 [paul]       0.8.10claws17
4297
4298         * sync with 0.8.10cvs13
4299                 see ChangeLog 2003-02-17
4300
4301 2003-02-17 [paul]       0.8.10claws16
4302
4303         * sync with 0.8.10cvs12
4304                 see ChangeLog 2003-02-17
4305
4306 2003-02-16 [match]      0.8.10claws15
4307
4308         * src/addressbook.c
4309                 Eliminates reloading of address data when items
4310                 deleted or added. Applied submitted by
4311                 Luke Plant <lukeplant@softhome.net>
4312
4313 2003-02-16 [paul]       0.8.10claws14
4314
4315         * src/news.c
4316                 when a 'protocol error' is encountered disconnect from
4317                 the server. This means that the user can carry on viewing
4318                 other articles and doesn't have to either wait until the
4319                 server timesout or quit sylpheed.
4320                 Fixes bug #53 'Unable to read messages in newsgroups, 
4321                 displayed message doesn't change'
4322
4323 2003-02-15 [christoph]  0.8.10claws13
4324
4325         * src/imap.c
4326                 fix bug that stopped scanning of folders when an
4327                 IMAP folder was empty
4328
4329         (closes bug 46 stop scan messages in folders after empty folder)
4330
4331 2003-02-15 [paul]
4332
4333         * tools/Makefile.am
4334           tools/README
4335           tools/freshmeat_search.pl     ** NEW FILE **
4336           tools/google_search.pl        ** NEW FILE **
4337                 Add 2 Actions scripts which search freshmeat/google
4338                 for the selected text using the browser configured
4339                 in sylpheedrc.
4340                 
4341         Note: These scripts are very dependent on the format of the
4342         browser command and may not work on every occasion. Testing
4343         is welcome. 
4344
4345 2003-02-14 [alfons]     0.8.10claws12
4346
4347         * src/compose.c
4348                 fix breakage because of uninitialized account pointer.
4349                 please verify.
4350
4351 2003-02-14 [paul]       0.8.10claws11
4352
4353         * src/compose.c
4354           src/prefs_account.[ch]
4355           src/prefs_common.[ch]
4356                 move signature settings to Account Prefs
4357
4358 2003-02-14 [paul]       0.8.10claws10
4359
4360         * sync with 0.8.10cvs11
4361                 see ChangeLog 2003-02-14
4362
4363 2003-02-13 [thorsten]   0.8.10claws9
4364
4365         * src/news.c
4366                 revert news progressbar (GUI separation)
4367
4368 2003-02-13 [paul]       0.8.10claws8
4369
4370         * src/compose.c
4371                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4372                 paragraph 1
4373
4374 2003-02-13 [paul]       0.8.10claws7
4375
4376         * src/compose.[ch]
4377           src/summaryview.c
4378                 fix 'Follow-up and Reply-to' so that it creates a reply to
4379                 the newsgroup and the sender. If the message has the keyword
4380                 'poster' in the Followup-To header, all replies go to the
4381                 sender, re: RFC 1036, Section 2.2.3
4382                 rename all instances of 'ignore_replyto' to 'to_sender', both
4383                 were previously used, now we use just one.
4384
4385 2003-02-13 [paul]       0.8.10claws6
4386
4387         * sync with 0.8.10cvs9
4388                 see ChangeLog 2003-02-13
4389
4390 2003-02-13 [paul]       0.8.10claws5
4391
4392         * configure.ac
4393                 show which plugins are configured in the configure
4394                 output.
4395
4396 2003-02-12 [thorsten]   0.8.10claws4
4397
4398         * src/news.c
4399                 show progress while fetching news headers
4400
4401 2003-02-12 [christoph]  0.8.10claws3
4402
4403         * configure.ac
4404         * src/plugins/Makefile.am
4405                 use AM_CONDITIONAL to enable plugins, automake correctly
4406                 manages this when creating distdir
4407
4408 2003-02-12 [christoph]  0.8.10claws2
4409
4410         * ac/spamassassin.m4
4411         * src/plugins/spamassassin/Makefile.am
4412                 fix building SpamAssassin plugin without OpenSSL
4413
4414 2003-02-12 [paul]       0.8.10claws1
4415
4416         * ac/Makefile.am
4417           src/Makefile.am
4418           src/plugins/Makefile.am
4419                 fix failure of 'make release'
4420
4421 2003-02-12 [paul]       0.8.10claws
4422
4423         * 0.8.10claws released
4424
4425 2003-02-12 [paul]       0.8.9claws56
4426
4427         * po/bg.po
4428           po/es.po
4429           po/it.po
4430           po/ru.po
4431           po/sr.po
4432                 updated translations by George Danchev, Ricardo Mones Lastra,
4433                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4434                 
4435         * sylpheed.spec.in
4436                 Allow the building of RPMs by a regular user. Submitted
4437                 by Sergei Astanin
4438
4439 2003-02-11 [alfons]     0.8.9claws55
4440
4441         * src/colorlabel.c
4442                 don't use pixmaps for label color rect but draw rectangles
4443                 so we can respect the color map of palette based visuals
4444                 (fixes the long time crashes on Suns - thanks to Andreas
4445                 Engel and Steve O'Hara-Smith for testing)
4446
4447 2003-02-11 [christoph]  0.8.9claws54
4448
4449         * src/matcher_parser_parse.y
4450                 correct bug where filering rules of not existing folders in
4451                 matcherrc were added to global filtering
4452                 
4453         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4454          main filter-rules after removing directory, http://bugs.debian.org/180253)
4455         
4456 2003-02-11 [paul]       0.8.9claws53
4457
4458         * sync with 0.8.10cvs7
4459                 see ChangeLog 2003-02-09
4460
4461 2003-02-11 [melvin]     0.8.9claws52
4462
4463         * po/fr.po
4464                 Updated French tranlsations
4465
4466 2003-02-10 [paul]       0.8.9claws51
4467
4468         * sylpheed.spec.in
4469                 correct --enable-openssl
4470                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4471
4472 2003-02-09 [martin]     0.8.9claws50
4473
4474         * src/prefs_matcher.c
4475                 fix segfault in prefs_matcher_substitute_cb() when
4476                 no row is selected
4477
4478 2003-02-09 [paul]       0.8.9claws49
4479
4480         * src/folderview.c
4481                 fix bug where a newsgroup folder's processing rules were
4482                 merged with the global filtering rules when the newsgroup
4483                 folder was deleted, causing some seriously bad results,
4484                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4485
4486 2003-02-08 [melvin]     0.8.9claws48
4487
4488         * src/compose.c
4489                 Corrected and modified an alert message.
4490
4491 2003-02-07 [paul]       0.8.9claws47
4492
4493         * src/folderview.c
4494                 fix bug where both an 'Account properties' window and a
4495                 'Folder properties' window were opened when clicking on
4496                 'Properties' in an NNTP or IMAP folder's popup menu.
4497
4498 2003-02-07 [paul]       0.8.9claws46
4499
4500         * sync with 0.8.10cvs6
4501                 see ChangeLog 2003-02-06
4502
4503 2003-02-06 [christoph]  0.8.9claws45
4504
4505         * src/mbox.c
4506                 freeze folder updates while importing mbox files
4507                 (closes bug 43 importing mbox took hours)
4508                 
4509         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4510
4511 2003-02-06 [thorsten]   0.8.9claws44
4512
4513         * po/de.po
4514                 Updated german translations
4515
4516 2003-02-06 [thorsten]   0.8.9claws43
4517
4518         * src/news.h
4519                 use guint for message numbers (fix count in grouplist dialog)
4520
4521 2003-02-05 [paul]       0.8.9claws42
4522
4523         * sync with 0.8.10cvs2
4524                 see ChangeLog 2003-02-05
4525
4526 2003-02-04 [colin]      0.8.9claws41
4527
4528         * src/prefs_common.[ch]
4529           src/procmsg.c
4530           src/summaryview.c
4531                 Add an option to disable threading by subject
4532
4533 2003-02-04 [christoph]  0.8.9claws40
4534
4535         * src/inc.c
4536                 only abort fetching mails from multiple accounts when the
4537                 error is fatal and does not allow to check any more accounts
4538                 (currently only disk full error)
4539
4540         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4541          receive mails for other accouts)
4542
4543 2003-02-04 [christoph]  0.8.9claws39
4544
4545         * src/folder.c
4546                 first add the new message to the cache, then
4547                 send the update notification
4548
4549         (closes bug 39 after sending message folderview doesnt get updated)
4550
4551 2003-02-04 [colin]      0.8.9claws38
4552
4553         * src/inc.c
4554                 _really_ fix this Connecting... status
4555
4556 2003-02-04 [paul]       0.8.9claws37
4557
4558         * sync with 0.8.10
4559                 see ChangeLog 2003-02-04
4560
4561 2003-02-04 [paul]       0.8.9claws36
4562
4563         * sync with 0.8.9cvs6
4564                 see ChangeLog 2003-02-03
4565
4566 2003-02-04 [paul]       0.8.9claws35
4567
4568         * po/pt_BR.po
4569                 updated by André Filipe de Assunção e Brito 
4570                 <bedecko@netsite.com.br>
4571
4572 2003-02-03 [thorsten]   0.8.9claws34
4573
4574         * po/de.po
4575                 Updated german translations
4576
4577 2003-02-02 [paul]       0.8.9claws33
4578
4579         * po/es.po
4580                 updated by Ricardo Mones Lastra
4581
4582 2003-02-02 [thorsten]   0.8.9claws32
4583
4584         * src/mh.c
4585                 Fix mh_get_msginfo() segfault if file is inaccessible
4586
4587 2003-01-31 [colin]      0.8.9claws31
4588
4589         * src/procheader.c
4590                 Fix last commit's bug
4591
4592 2003-01-31 [colin]      0.8.9claws30
4593
4594         * src/procheader.c
4595                 Missing a change for gpg-signed messages
4596
4597 2003-01-31 [paul]       0.8.9claws29
4598
4599         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4600           src/procheader.c
4601           src/stock_pixmap.[ch]
4602           src/summaryview.c
4603                 indicate GnuPG signed messages by displaying an icon
4604                 in the Attachment column.
4605
4606 2003-01-31 [paul]       0.8.9claws28
4607
4608         * sync with 0.8.9cvs4
4609                 see ChangeLog 2003-01-31
4610
4611 2003-01-31 [alfons]     0.8.9claws27
4612
4613         * src/textview.c
4614                 tune URI parser to accept mailto URLs with a '?'
4615                 (patch from Ruslan Balkin)
4616
4617 2003-01-31 [colin]      0.8.9claws26
4618
4619         * src/summaryview.c
4620                 Fix a leak introduced in claws24
4621
4622 2003-01-31 [colin]      0.8.9claws25
4623
4624         * src/summaryview.c
4625                 Freeze/Thaw folder updates when deleting dups
4626
4627 2003-01-31 [colin]      0.8.9claws24
4628         
4629         * src/addr_compl.c
4630           src/summaryview.c
4631           src/msgcache.c
4632                 little speed improvements
4633
4634 2003-01-31 [colin]      0.8.9claws23
4635
4636         * src/summaryview.c
4637                 Fix segfault when forwarding nothing
4638                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4639                 
4640 2003-01-30 [paul]       0.8.9claws22
4641
4642         * sync with 0.8.9cvs3
4643                 see ChangeLog 2003-01-30
4644
4645 2003-01-30 [paul]       0.8.9claws21
4646
4647         * sync with 0.8.9cvs2
4648                 see ChangeLog 2003-01-30
4649
4650 2003-01-29 [paul]       0.8.9claws20
4651
4652         * sync with 0.8.9cvs1
4653                 see ChangeLog 2003-01-29
4654
4655 2003-01-28 [paul]       0.8.9claws19
4656
4657         * po/POTFILES.in
4658                 update to reflect changes. 
4659                 thanks to Ricardo Mones Lastra
4660
4661 2003-01-27 [christoph]  0.8.9claws18
4662
4663         * ac/openssl.m4
4664         * ac/spamassassin.m4
4665         * src/plugins/spamassassin/README
4666         * src/plugins/spamassassin/libspamc.[ch]
4667         * src/plugins/spamassassin/utils.[ch]
4668                 updated to latest libspamc
4669
4670 2003-01-27 [christoph]  0.8.9claws17
4671
4672         * src/folder.c
4673                 fix wrong use of procheader_get_header_fields
4674
4675 2003-01-27 [christoph]  0.8.9claws16
4676
4677         * src/news.c
4678         * src/prefs_account.[ch]
4679         * src/common/nntp.[ch]
4680                 allow to force authentication for NNTP servers
4681
4682         Patch submitted by Florian Mickler <dmk@d-labs.de>
4683
4684 2003-01-26 [paul]       0.8.9claws15
4685
4686         * src/summaryview.c
4687                 speed up of marking messages as read
4688                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4689
4690 2003-01-26 [christoph]  0.8.9claws14
4691
4692         * src/Makefile.am
4693         * src/mgutils.[ch]              ** REMOVE **
4694         * src/xml.[ch]                  ** REMOVE **
4695         * src/xmlprops.[ch]             ** REMOVE **
4696         * src/common/Makefile.am
4697         * src/common/mgutils.[ch]       ** NEW **
4698         * src/common/xml.[ch]           ** NEW **
4699         * src/common/xmlprops.[ch]      ** NEW **
4700                 move xml files to common directory
4701
4702 2003-01-26 [christoph]  0.8.9claws13
4703
4704         * src/plugins/spamassassin/spamassassin_gtk.c
4705                 only set gtk entry text if string is available
4706
4707 2003-01-26 [melvin]     0.8.9claws12
4708
4709         * src/description_window.c
4710                 Allow resizing of the window
4711                 Allow automatic horizontal scroll bar
4712                 Do not vertically expand and fill
4713
4714 2003-01-26 [christoph]  0.8.9claws11
4715
4716         * src/Makefile.am
4717         * src/gtkutils.[ch]             ** REMOVE **
4718         * src/common/sylpheed.c
4719         * src/gtk/Makefile.am
4720         * src/gtk/description_window.c
4721         * src/gtk/gtkutils.[ch]         ** NEW **
4722         * src/gtk/prefswindow.c
4723                 move gtkutils to gtk directory
4724
4725 2003-01-26 [paul]       0.8.9claws10
4726
4727         * src/summaryview.c
4728                 rename summary_unread_clicked() to summary_status_clicked()
4729
4730 2003-01-26 [melvin]     0.8.9claws9
4731
4732         * src/prefs_actions.c
4733                 Cosmetical changes to the help text
4734
4735 2003-01-26 [paul]       0.8.9claws8
4736
4737         * src/folder.[ch]
4738           src/mainwindow.c
4739           src/prefs_common.c
4740           src/prefs_sumamry_column.c
4741           summaryview.[ch]
4742                 rename the 'Unread' column to 'Status'
4743
4744 2003-01-25 [match]      0.8.9claws7
4745
4746         * src/mgutils.[ch]
4747                 removed reference to LDAP constants. removed error2string.
4748                 included functions to support LDAP dynamic queries.
4749         * src/syldap.h
4750                 moved LDAP constants here.
4751         * src/addressbook.c
4752         * src/addrindex.c
4753         * src/importldif.c
4754                 removed references to LDAP constants and references to
4755                 error2string.
4756
4757 2003-01-25 [paul]       0.8.9claws6
4758
4759         * src/summaryview.c
4760                 summary_thread_build(), summary_thread_init(): remove 
4761                 unneeded reference to summaryview->folder_item
4762
4763 2003-01-25 [christoph]  0.8.9claws5
4764
4765         * src/gtk/description_window.c
4766                 o allow description texts to expand over multiple columns
4767                 o translate all columns
4768         * src/prefs_actions.c
4769                 change syntax description to use new multi column feature
4770
4771         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4772
4773 2003-01-25 [match]      0.8.9claws4
4774
4775         * src/vcard.c
4776                 fixed bug with Quoted-Printable
4777
4778 2003-01-25 [paul]       0.8.9claws3
4779
4780         * src/folder.[ch]
4781           src/summaryview.[ch]
4782                 implement per-folder collapsed/expanded threads setting
4783                 
4784         * src/prefs_common.c
4785                 remove global collapsed/expanded threads option
4786
4787 2003-01-25 [christoph]  0.8.9claws2
4788
4789         * po/POTFILES.in
4790                 add pluginwindow and prefswindow
4791         * src/compose.c
4792                 make send respond correctly to messages that could be added
4793                 to the queue folder, but the UID of the message is unknown
4794         * src/folder.c
4795         * src/imap.c
4796                 don't return guessed UIDs in imap_add_msg anymore. We return
4797                 0 to tell the folder system it was appened but the UID is
4798                 unknown. Folder system now get's the UID by scaning the folder
4799                 and searching the cache for the Message-ID
4800                 (closes bug #29 Messages queued, but not sent)
4801
4802 2003-01-25 [paul]       0.8.9claws1
4803
4804         * src/codeconv.c
4805                 conv_encode_header():  fix bug when long headers with 8-bit
4806                 characters are used, so that the encoded words are wrapped.
4807                 If the space in the original text falls on the wrap boundary,
4808                 it can be lost.
4809                 Patch by Sergey Vlasov.
4810                 
4811         * src/folderview.c
4812                  fix bug where a change to the sorting method or thread view
4813                  of a folder's messages is lost if simpify-subject is set and
4814                  toggled on or off.
4815                  Patch by Luke Plant.
4816
4817 2003-01-24 [paul]       0.8.9claws
4818
4819         * sylpheed-0.8.9claws released
4820         
4821         * Makefile.am
4822           sylpheed.spec.in
4823                 remove reference to 'INSTALL.jp'
4824
4825 2003-01-23 [paul]       0.8.8claws128
4826
4827         * po/es.po
4828           po/it.po
4829           po/ru.po
4830           po/sr.po
4831                 updated translations. submitted by Ricardo Mones Lastra,
4832                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4833
4834 2003-01-23 [colin]      0.8.8claws127
4835
4836         * src/compose.c
4837                 Fix drafted and queued news articles re-edition
4838
4839 2003-01-23 [melvin]     0.8.8claws126
4840
4841         * po/fr.po
4842                 Updated French translations
4843
4844 2003-01-23 [colin]      0.8.8claws125
4845
4846         * src/inc.c
4847                 Fix "Connecting to..." status message
4848
4849 2003-01-22 [paul]       0.8.8claws124
4850
4851         * po/bg.po
4852                 updated by George Danchev
4853                 
4854         * src/folder.c
4855                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4856                 and folder deletion
4857
4858 2003-01-21 [paul]       0.8.8claws123
4859
4860         * po/bg.po
4861                 updated by George Danchev
4862                 
4863         * src/about.c
4864                 its now 2003
4865                 
4866         * src/toolbar.c
4867                 don't translate 'Separator'
4868                 
4869         * src/plugins/spamassassin/Makefile.am
4870                 add aspell to CPPFLAGS
4871                 
4872         * src/plugins/spamassassin/spamassassin.c
4873           src/plugins/spamassassin/spamassassin_gtk.c
4874                 set correct default for spamassassin_receive_spam
4875                 slightly re-word descriptions and some
4876                 other minor changes
4877
4878 2003-01-19 [alfons]     0.8.8claws122
4879                 
4880         * src/mimeview.c
4881                 mimeview_save_as(): we might as well show the file name for
4882                 the single case "Save As" too
4883
4884 2003-01-19 [alfons]     0.8.8claws121
4885
4886         * src/crash.c
4887                 change bug tracker URL to bugzilla URL
4888
4889 2003-01-19 [alfons]     0.8.8claws120
4890
4891         * src/mimeview.c
4892                 mimeview_save_all(): display name of file before overwriting;
4893                 continue saving all, even when one overwrite was cancelled
4894
4895 2003-01-19 [christoph]  0.8.8claws119
4896
4897         * src/summaryview.c
4898         * src/procmsg.[ch]
4899                 fix wrong usage of procmsg_find_children in summaryview
4900                 by using procmsg_update_unread_children instead of
4901                 summaryview_update_unread_children
4902
4903 2003-01-19 [christoph]  0.8.8claws118
4904
4905         * src/procmsg.c
4906                 fix infinite loop in procmsg_find_children
4907                  (closes bug #25 sylpheed crashes on delete.)
4908
4909         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4910
4911 2003-01-19 [paul]       0.8.8claws117
4912
4913         * po/pt_BR.po
4914                 updated by Ivan Francolin Martinez
4915
4916 2003-01-18 [melvin]     0.8.8claws116
4917
4918         * src/prefs_actions.c
4919                 Removed syntax limitation of only one '&' at the end of command.
4920                         Now actions that contain '>/dev/null 2>&1' are possible.
4921
4922 2003-01-18 [melvin]     0.8.8claws115
4923
4924         * src/prefs_actions.c
4925                 Actions IO dialog: when the action ends
4926                 the "Close" button now has focus and [Escape] closes the
4927                 window.
4928
4929 2003-01-18 [christoph]  0.8.8claws114
4930
4931         * src/procmsg.c
4932                 o add debug output when MsgInfos are really freed
4933                 o free GSLists in procmsg_find_children and
4934                   procmsg_update_unread_children
4935
4936 2003-01-18 [christoph]  0.8.8claws113
4937
4938         * src/mainwindow.c
4939                 reorder Configuration menu
4940
4941 2003-01-18 [christoph]  0.8.8claws112
4942
4943         * src/compose.c
4944                 fix applying templates to forwarded messages
4945
4946         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4947
4948 2003-01-17 [christoph]  0.8.8claws111
4949
4950         * src/folder.c
4951                 destroy folder items, when a folder item is removed
4952
4953 2003-01-17 [christoph]  0.8.8claws110
4954
4955         * src/folder.c
4956                 fix wrong folder stats update when ignored message is
4957                 deleted
4958
4959 2003-01-17 [colin]      0.8.8claws109
4960         
4961         * src/mainwindow.c
4962         * src/summaryview.c
4963                 Quicksearch bugfixes: 
4964                 - hide help button at startup if not extended
4965                 - switch to extended when looking for replies
4966
4967 2003-01-17 [paul]
4968
4969         * sync with 0.8.9 release
4970
4971 2003-01-17 [paul]       0.8.8claws108
4972
4973         * sync with 0.8.8cvs11
4974                 see ChangeLog 2003-01-17
4975
4976 2003-01-16 [colin]      0.8.8claws107
4977
4978         * src/procmsg.c
4979                 Changed encryption test to re-ask passphrase
4980                 if an encrypted message hasn't been decrypted
4981                 Fixes bug #5
4982
4983 2003-01-16 [christoph]  0.8.8claws106
4984
4985         * src/prefs_gtk.c
4986         * src/prefs_toolbar.c
4987         * src/gtk/prefswindow.h
4988         * src/plugins/spamassassin/spamassassin_gtk.c
4989                 remove page destroy function that is not used anymore
4990
4991 2003-01-16 [paul]       0.8.8claws105
4992
4993         * sync with 0.8.8cvs9
4994                 see ChangeLog 2002-01-16
4995
4996 2003-01-16 [colin]      0.8.8claws104
4997
4998         * src/compose.[ch]
4999                 Fix bug with autosaved drafts for IMAP, when draft
5000                 folder is specified - fixes bugzilla bug #20
5001
5002 2003-01-15 [paul]       0.8.8claws103
5003
5004         * src/compose.[ch]
5005           src/procmsg.c
5006                 store folder and message-id of message forwarding
5007                 in queue header and set forward flag after sending
5008
5009 2003-01-15 [paul]       0.8.8claws102
5010
5011         * sync with 0.8.8cvs8
5012                 see ChangeLog 2002-01-15
5013
5014 2003-01-15 [colin]      0.8.8claws101
5015
5016         * src/Makefile.am
5017                 Fix linking with GNU libiconv
5018
5019 2003-01-15 [darko]      0.8.8claws100
5020
5021         * src/pine.c
5022                 fix crash when importing pine address book
5023                 entry with an empty name (reported by DY
5024                 <dybulk at tri8.net>)
5025
5026 2003-01-14 [paul]       0.8.8claws99
5027
5028         * configure.in  ** REMOVED **
5029           configure.ac  ** NEW FILE **
5030                 rename configure.in to configure.ac, as it is now
5031                 preferred
5032
5033 2003-01-14 [melvin]     0.8.8claws98
5034
5035         * src/folderview.c
5036                 folderview_check_new(): More precise function description
5037
5038 2003-01-14 [melvin]     0.8.8claws97
5039
5040         * src/folderview.c
5041                 folderview_check_new(): return the number of new messages 
5042                         since last check.
5043         * src/inc.c
5044                 inc_account_mail(): Disable counting of new messages for IMAP
5045                         and NNTP until bug [19] and [14] are fixed.
5046
5047 2003-01-14 [paul]       0.8.8claws96
5048
5049         * sync with 0.8.8cvs6
5050                 see ChangeLog 2003-01-14
5051
5052 2003-01-13 [alfons]     0.8.8claws95
5053
5054         * src/textview.c
5055                 tune email address validation (c. 0.8.8claws89): if . is 
5056                 just one char away from @, the address is invalid too 
5057                 (correctly rejects addresses like foo@.com)
5058
5059 2003-01-13 [paul]       0.8.8claws94
5060
5061         * src/messageview.c
5062           src/toolbar.c
5063                 fixes to the Message View toolbar and menu:
5064                 fix non-functioning Forward button
5065                 make Reply button consider default_reply_list
5066                 remove 'Follow-up...' menu entry
5067                 add 'Forward' and 'Redirect' menu entries
5068
5069 2003-01-13 [melvin]     0.8.8claws93
5070
5071         * src/inc.c
5072                 Fixed typo that could make new messages count incorrect.
5073
5074 2003-01-13 [melvin]     0.8.8claws92
5075
5076         * src/folderview.[ch]
5077                 folderview_check_new(): return the number of new messages.
5078         * src/inc.c
5079                 Should fix bug [14] where new mail notification worked 
5080                         incorrectly with IMAP accounts.
5081                 inc_spool_account(): return number of new msgs, or -1 on error
5082                 inc_all_spool(): return number of new msgs
5083                 
5084 2003-01-13 [melvin]     0.8.8claws91
5085
5086         * src/prefs_actions.c
5087                 Justify help text.
5088
5089 2003-01-12 [thorsten]   0.8.8claws90
5090
5091         * src/common/prefs.c
5092                 close file before rename
5093
5094 2003-01-12 [alfons]     0.8.8claws89
5095
5096         * AUTHORS
5097                 add Christian Mertes
5098         * src/common/utils.[ch]
5099                 g_stricase_hash(), g_stricase_equal(): functions for 
5100                 case insensitive hash tables
5101         * src/textview.c
5102                 use top level domain names to validate email address, based
5103                 on a patch by Christian Mertes (thanks!), but changed 
5104                 implementation to use a hash table 
5105
5106 2003-01-12 [paul]       0.8.8claws88
5107
5108         * po/bg.po
5109                 updated by George Danchev
5110
5111 2003-01-12 [alfons]     0.8.8claws87
5112
5113         * src/summaryview.c
5114                 delete / execute performance: use new style folder update
5115
5116 2003-01-12 [paul]       0.8.8claws86
5117
5118         * sync with 0.8.8cvs5
5119                 see ChangeLog 2003-01-13 (!)
5120
5121 2003-01-12 [alfons]     0.8.8claws85
5122
5123         * src/filtering.c
5124         * src/matcher_parser_parse.y
5125                 prepare change_score filtering action
5126         * src/matcher.[ch]
5127                 give up const-correctness on functions that call non-const-correct functions;
5128                 several casts to gpointer in g_free();
5129                 add change_score;
5130
5131 2003-01-12 [christoph]  0.8.8claws84
5132
5133         * src/compose.c
5134                 fix 2 warnings
5135
5136         * src/gtk/prefswindow.[ch]
5137         * src/plugins/spamassassin/spamassassin_gtk.c
5138                 changed the call of the widget create function
5139                 for PrefsPages, because sometimes the widget
5140                 create function needs a widget that already has
5141                 been attached to a window (to create GDK pixmaps
5142                 for exmaple). So we simply pass the GtkWindow as
5143                 the second parameter now.
5144
5145         * src/main.c
5146         * src/mainwindow.c
5147         * src/prefs_toolbar.[ch]
5148                 rewrite Toolbar Preferences using the new
5149                 prefs window
5150
5151 2003-01-11 [alfons]     0.8.8claws83
5152
5153         * src/addressadd.c
5154                 fix crash when adding sender to addressbook because status bar
5155                 isn't there (the status bar doesn't seem to be used though,
5156                 but I'll let Match decide what to do with it)
5157
5158 2003-01-11 [colin]      0.8.8claws82
5159
5160         * src/main.c
5161           src/toolbar.c
5162                 Two useless changes reversed
5163
5164 2003-01-11 [colin]      0.8.8claws81
5165
5166         * src/mainwindow.c
5167           src/mainwindow.h
5168                 Add mainwindow_get_mainwindow()
5169         * src/alertpanel.c
5170           src/alertpanel.h
5171                 Add alertpanel_error_log() 
5172         * src/compose.c
5173           src/inc.c
5174           src/messageview.c
5175           src/toolbar.c
5176           src/main.c
5177           src/procmsg.c
5178                 Network errors get a View Log button
5179
5180 2003-01-10 [alfons]     0.8.8claws80
5181
5182         * src/prefs_toolbar.c
5183         * src/toolbar.c
5184                 use the translatable string for "Separator" as file name for
5185                 separator toolbar items (probably make this uppercase?)
5186
5187 2003-01-10 [alfons]     0.8.8claws79
5188
5189         * src/prefs_toolbar.c
5190                 put right A_SEPARATOR description string in "displayed
5191                 toolbar items list" so manually added separators are
5192                 saved correctly (bug #10, "Adding a separator to the main 
5193                 toolbar fails, entry in xml file is wrong")
5194
5195 2003-01-10 [christoph]  0.8.8claws78
5196
5197         * src/imap.c
5198                 o fix warnings
5199                 o use CAPABILITY to check if NAMESPACE is available
5200
5201 2003-01-10 [christoph]  0.8.8claws77
5202
5203         * src/imap.[ch]
5204                 apply UIDPLUS IMAP extension support patch
5205
5206         Patch submitted by Simon 'corecode' Schubert
5207
5208 2003-01-10 [paul]       0.8.8claws76
5209
5210         * src/folderview.c
5211                 a sync from main which fixes the news account folders'
5212                 Properties bug
5213
5214 2003-01-10 [christoph]  0.8.8claws75
5215
5216         * src/folder.c
5217                 don't accept 0 as a valid uid returned by copy and move
5218                 functions. 0 means the message was copied or moved but the
5219                 new uid could not be fetched. It is not an error condition
5220                 for the copy or move operation.
5221
5222 2003-01-10 [paul]       0.8.8claws74
5223
5224         * src/prefs_filtering.c
5225                 change English used in Alert when entry is not
5226                 saved.
5227                 
5228         * sync with 0.8.8cvs4
5229                 see ChangeLog 2003-01-10
5230
5231 2003-01-10 [darko]      0.8.8claws73
5232
5233         * src/pine.c
5234                 fix crash when importing address book entry
5235                 without a valid address
5236
5237 2003-01-09 [alfons]     0.8.8claws72
5238
5239         * src/inc.c
5240                 filtering performance: use new style folder update
5241
5242 2003-01-09 [christoph]  0.8.8claws71
5243
5244         * src/compose.c
5245         * src/gtk/menu.[ch]
5246                 fix wrong selecting of mime encoding type, when
5247                 opening property dialog of attachments in the
5248                 compose window. 7bit was always selected and that
5249                 destoryed files with 8bit data.
5250                 (closes bug #9 Sylpheed-claws destroys attachments when
5251                  changing MIME-types)
5252
5253 2003-01-09 [paul]       0.8.8claws70
5254
5255         * sync with 0.8.8cvs3
5256                 see ChangeLog 2003-01-09
5257
5258 2003-01-08 [alfons]     0.8.8claws69
5259         
5260         * src/addressadd.c
5261                 apply patch by Kim Schulz to fix build breakage
5262                 because of missing variable
5263
5264 2003-01-08 [paul]       0.8.8claws68
5265
5266         * sync with 0.8.8cvs2
5267                 see ChangeLog 2002-01-08
5268
5269 2003-01-08 [paul]       0.8.8claws67
5270
5271         * po/it.po
5272                 updated by Alessandro Maestri
5273                 
5274         * src/addressadd.c
5275                 when using 'Add sender to addressbook' allow
5276                 name to be edited and remarks to be entered
5277                 Patch submitted by Luke Plant
5278
5279 2003-01-08 [darko]      0.8.8claws66
5280
5281         * README.claws, src/summaryview.c
5282                 fix description for marked messages
5283
5284 2003-01-08 [paul]
5285
5286         * tools/Makefile.am
5287           tools/launch_phoenix  ** NEW FILE **
5288                 add script that enables using Phoenix as the default
5289                 web browser. 
5290                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5291                 
5292         * tools/OOo2sylpheed.pl
5293                 remove full path to sylpheed executable, just 'sylpheed'
5294                 will do
5295                 
5296         * tools/README
5297                 add launch_phoenix informtion and re-arrange and compress
5298                 the data a little
5299
5300 2003-01-07 [christoph]  0.8.8claws65
5301
5302         * src/folder.c
5303                 fix update for source folder when moving messages
5304         * src/procmsg.[ch]
5305         * src/summaryview.c
5306                 use function to set to_folder for message infos and
5307                 automatically update the op_count for old and new
5308                 folder
5309
5310 2003-01-07 [melvin]     0.8.8claws64
5311
5312         * src/prefs_actions.c
5313                 Fixed bug where an '%p' Action on a displayed image crashed 
5314                         Sylpheed
5315                 Code clean up (get rid of duplicated code and removed unnecessary 
5316                                 structure member)
5317
5318 2003-01-07 [christoph]  0.8.8claws63
5319
5320         * src/compose.c
5321         * src/folder.[ch]
5322         * src/folderview.c
5323         * src/import.c
5324         * src/inc.c
5325         * src/main.c
5326         * src/mainwindow.c
5327         * src/messageview.c
5328         * src/prefs_folder_item.c
5329         * src/procmsg.c
5330         * src/summaryview.c
5331         * src/toolbar.c
5332                 o remove all folder update triggering from the UI code. The folder
5333                   system should know much better when a folder needs an update.
5334                 o to prevent multiple updates in a row the folder updates can be
5335                   frozen for some time.
5336
5337                 Note: - Please verify that no updates are missing
5338                       - Check where freeze/thaws should be added
5339
5340 2003-01-07 [christoph]  0.8.8claws62
5341
5342         * src/prefs_actions.c
5343                 don't translate empty strings
5344
5345         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5346
5347 2003-01-06 [christoph]  0.8.8claws61
5348
5349         * src/prefs_actions.c
5350                 mark strings for gettext
5351         * src/prefs_matcher.c
5352                 use new description window for Execute action and
5353                 match condition in Filtering
5354
5355         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5356
5357 2003-01-06 [alfons]     0.8.8claws60
5358
5359         keep myself inspired to re-organize matcher part 8; 
5360         yes, more to come (I need to move out the descriptive
5361         text for actions to matcher.c, or at least make it not
5362         depend on the wicked ordering)
5363
5364         * src/prefs_matcher.c
5365                 add documentation so others may comprehend the
5366                 UI part of the conditions
5367                 
5368 2003-01-06 [christoph]  0.8.8claws59
5369
5370         * src/prefs_actions.c
5371                 use new description window for syntax help
5372         * src/gtk/description_window.c
5373                 fix display of descriptions with column count != 2
5374
5375         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5376
5377 2003-01-06 [christoph]  0.8.8claws58
5378
5379         * src/quote_fmt.c
5380         * src/summaryview.[ch]
5381         * src/gtk/Makefile.am
5382         * src/gtk/description_window.[ch]       ** NEW **
5383                 use a generic window to display syntax descriptions
5384                 currently used in quote_fmt and summaryview (new description
5385                 for extended quick search)
5386
5387         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5388
5389 2003-01-06 [paul]       0.8.8claws57
5390
5391         * sync with 0.8.8cvs1
5392                 see ChangeLog 2003-01-06
5393
5394 2003-01-06 [christoph]  0.8.8claws56
5395
5396         * src/mainwindow.c
5397         * src/prefs_gtk.[ch]
5398         * src/gtk/prefswindow.[ch]
5399         * src/plugins/spamassassin/spamassassin_gtk.c
5400                 o remove page management from prefswindow, pages
5401                   will be an argument to prefswindow_open
5402                 o prefswindow_open gets a datapointer that is
5403                   passed to the widget_create function to allow
5404                   creation of prefswindow for specific items
5405
5406 2003-01-06 [colin]      0.8.8claws55
5407         
5408         * src/summaryview.c
5409                 We don't want regexp in the reply-finder, 
5410                 because MIDs can contain !,$,. and so on
5411
5412 2003-01-06 [jens]       0.8.8claws54
5413
5414         * src/jpilot.c
5415                 fixed a wrong free in jpilot_read_db_files
5416
5417 2003-01-06 [alfons]     0.8.8claws53
5418
5419         re-organize matcher part 8; more to come
5420        
5421         * src/matcher.c
5422                 matcherprop_to_string(): put g_free()s before the
5423                 switch-case break to fix memleaks                
5424
5425 2003-01-06 [colin]      0.8.8claws52
5426
5427         * src/summaryview.c
5428                 cleanup & reply-finder now displays the first 
5429                 matching message
5430
5431 2003-01-05 [alfons]     0.8.8claws51
5432
5433         re-organize matcher part 7; more to come
5434
5435         * src/matcher.[ch]
5436                 fixes for constant correctness;
5437                 more documentation;
5438
5439 2003-01-05 [alfons]     0.8.8claws50
5440
5441         re-organize matcher part 6; more to come
5442         
5443         * src/matcher.[ch]
5444                 fixes for constant correctness;
5445                 more documentation;
5446         * src/filtering.c
5447                 fix for constant correctness
5448
5449 2003-01-05 [colin]      0.8.8claws49
5450
5451         * src/account.[ch]
5452                 Add account_get_reply_account function
5453         * src/compose.c
5454                 Use account_get_reply_account function 
5455         * src/summaryview.c
5456                 Basic reply-finder - click on the replied
5457                 icon gets you to the outbox using quick-search
5458
5459 2003-01-05 [paul]       0.8.8claws48
5460
5461         * src/prefs_common.c
5462                 small change to English
5463                 
5464         * src/prefs_filtering.c
5465                 prefs_filtering_action_select(): improve logic and uniformity
5466                 of gui
5467
5468 2003-01-05 [alfons]     0.8.8claws47
5469
5470         fine tune solution to focus problems (bug #7)
5471
5472         * src/mainwindow.c
5473                 mainwindow_focus_in_event(): remove grab event check
5474         * src/summaryview.c
5475                 summary_button_pressed(): move selection on right-click
5476                 too. we can't possibly move the selection back after
5477                 canceling a dialog, because gtk's incomplete focus 
5478                 management. whether this is a good solution, only time
5479                 will tell.
5480
5481 2003-01-05 [christoph]  0.8.8claws46
5482
5483         * src/imap.c
5484                 fix crash when no imap connection could be established
5485
5486 2003-01-05 [paul]       0.8.8claws45
5487
5488         * src/mainwindow.c
5489           src/sumamryview.c
5490           src/gtk/menu.[ch]
5491                 fix bug 605957 'shortcuts in popup-menu'
5492                 make user-defined shortcuts work
5493                 show shortcuts that are already defined
5494                 in the main menu
5495                 Patch submitted by Luke Plant
5496
5497 2003-01-05 [alfons]     0.8.8claws44
5498
5499         * src/mainwindow.c
5500                 focus_in_event handler should not select summary view row 
5501                 when another window (menu, dialog) grabbed for events 
5502                 (bug #7, "[0.8.8claws42] Message summary focus") 
5503
5504 2003-01-04 [christoph]  0.8.8claws43
5505
5506         * src/procmsg.c
5507                 update save folder after adding the sent message
5508                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5509
5510 2003-01-02 [christoph]  0.8.8claws42
5511
5512         * src/common/plugin.c
5513                 fix unloading of all plugins and unload
5514                 plugins in reverse order
5515                 
5516         * src/gtk/pluginwindow.c
5517                 implement function of load and unload button
5518
5519         * src/gtk/prefswindow.c
5520         * src/gtk/prefswindow.h
5521                 rename register function and add new unregister
5522                 function
5523
5524         * src/plugins/spamassassin/spamassassin_gtk.c
5525                 unregister prefs page and update for changes in
5526                 src/gtk/prefswindow.c
5527
5528 2003-01-02 [paul]       0.8.8claws41
5529
5530         * po/es.po
5531                 updated by Ricardo Mones Lastra
5532
5533 2003-01-02 [paul]
5534
5535         * tools/tb2sylpheed
5536                 fixes and improvements by Urke MMI
5537
5538 2003-01-02 [thorsten]   0.8.8claws40
5539
5540         * src/procmsg.c
5541                 fixed wrong return value
5542
5543 2003-01-02 [thorsten]   0.8.8claws39
5544
5545         * src/prefs.c
5546                 fixed printing wrong variable
5547
5548 2003-01-02 [thorsten]   0.8.8claws38
5549
5550         * src/prefs.c
5551                 fixed acessing members of freed pfile struct
5552
5553 2003-01-02 [thorsten]   0.8.8claws37
5554
5555         * src/procmsg.c
5556                 detect loops across several messages
5557                 as suggested by Christoph Hohmann
5558
5559 2003-01-01 [match]      0.8.8claws36
5560
5561         * src/addrindex.c
5562                 fixed another memory leak.
5563
5564 2003-01-01 [match]      0.8.8claws35
5565
5566         * src/jpilot.[ch]
5567                 fixed memory leaks. applied Doxygen comments.
5568
5569 2003-01-01 [thorsten]   0.8.8claws34
5570
5571         * src/procmsg.c
5572                 inhibit endless loop if msg references itself
5573                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5574
5575 2003-01-01 [christoph]  0.8.8claws33
5576
5577         * src/mainwindow.c
5578         * src/gtk/Makefile.am
5579         * src/gtk/pluginwindow.c                ** NEW **
5580         * src/gtk/pluginwindow.h                ** NEW **
5581                 add plugin window
5582
5583         * src/plugins/demo/demo.c
5584         * src/plugins/spamassassin/spamassassin.c
5585         * src/plugins/spamassassin/spamassassin_gtk.c
5586                 write better plugin descriptions
5587
5588 2002-12-31 [christoph]  0.8.8claws32
5589
5590         * src/gtk/prefswindow.c
5591         * src/plugins/spamassassin/spamassassin_gtk.c
5592                 some small improvements to GTK code
5593
5594 2002-12-31 [christoph]  0.8.8claws31
5595
5596         * src/plugins/spamassassin/spamassassin_gtk.c
5597                 enable folder select button
5598
5599 2002-12-31 [christoph]  0.8.8claws30
5600
5601         * src/mainwindow.c
5602         * src/gtk/Makefile.am
5603         * src/gtk/prefswindow.c                         ** NEW **
5604         * src/gtk/prefswindow.h                         ** NEW **
5605                 add new prefs window
5606
5607         * src/common/plugin.c
5608                 don't try to load empty config lines
5609         
5610         * src/plugins/spamassassin/Makefile.am
5611         * src/plugins/spamassassin/spamassassin.c
5612         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5613         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5614                 GTK config for SpamAssassin Plugin using
5615                 the new prefs window
5616
5617 2002-12-31 [paul]       0.8.8claws29
5618
5619         * po/POTFILES.in
5620                 remove obsolete entry 'src/menu.c'
5621
5622 2002-12-31 [alfons]     0.8.8claws28
5623
5624         * src/matcher.[ch]
5625         * src/matcher_parser_parse.y
5626         * src/prefs_matcher.c
5627                 add "ignore_thread" and "~ignore_thread" condition so it's
5628                 possible to make the actions / scoring operate on the ignore
5629                 thread flag
5630
5631 2002-12-31 [christoph]  0.8.8claws27
5632
5633         * src/addrbook.c
5634         * src/addrindex.c
5635         * src/folder.c
5636         * src/matcher.c
5637         * src/prefs_account.c
5638         * src/prefs_actions.c
5639         * src/prefs_customheader.c
5640         * src/prefs_display_header.c
5641         * src/prefs_gtk.c
5642         * src/procmime.c
5643         * src/toolbar.c
5644         * src/xmlprops.c
5645         * src/common/prefs.[ch]
5646                 extend prefs file handling for reading and automatic handling
5647                 of blocks. When reading prefs_set_block_label will automatically
5648                 move on to the block. When writing it will copy all other blocks
5649                 automatically
5650
5651         * src/common/plugin.c
5652                 Now loading plugin filenames from [Plugins] block in
5653                 sylpheed rc file
5654
5655 2002-12-30 [christoph]  0.8.8claws26
5656
5657         * src/common/hooks.[ch]
5658                 return abort status to caller of hooks_invoke
5659                 
5660         * src/inc.[ch]
5661                 invoke message filtering hook and stop
5662                 default handling when filter returns abort
5663
5664         * src/common/plugin.[ch]
5665         * src/plugins/demo/demo.c
5666                 modify plugin loader, because resolving symbols for strings
5667                 does not work correctly
5668         
5669         * configure.in
5670         * ac/spamassassin.m4                            ** NEW **
5671         * src/plugins/spamassassin/.cvsignore           ** NEW **
5672         * src/plugins/spamassassin/Makefile.am          ** NEW **
5673         * src/plugins/spamassassin/README               ** NEW **
5674         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5675         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5676         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5677                 add spamassassin plugin, see src/plugins/spamassassin/README
5678                 for details
5679
5680 2002-12-29 [alfons]     0.8.8claws25
5681
5682         * src/mainwindow.c
5683                 when moving focus from a message view to the main 
5684                 window, don't forget to select the summary node
5685                 of the displayed message. should fix "[ 659103 ] 
5686                 focus-follows-mouse confuses sylpheed"
5687
5688 2002-12-29 [christoph]  0.8.8claws24
5689
5690         * src/Makefile.am
5691         * src/stringtable.[ch]          ** REMOVE **
5692         * src/common/Makefile.am
5693         * src/common/stringtable.[ch]   ** NEW **
5694                 move stringtable files to common directory
5695
5696 2002-12-29 [christoph]  0.8.8claws23
5697
5698         * src/Makefile.am
5699         * src/menu.[ch]                 ** REMOVE **
5700         * src/gtk/Makefile.am
5701         * src/gtk/menu.[ch]             ** NEW **
5702                 move menu files to gtk directory
5703
5704 2002-12-29 [match]      0.8.8claws22
5705
5706         * src/addressbook.c
5707         * src/syldap.c
5708                 moved UI specific code out of LDAP code into addressbook
5709                 UI code. fixed memory leak.
5710
5711 2002-12-29 [christoph]  0.8.8claws21
5712
5713         * src/folder.c
5714                 only check for IGNORED parent message when message is
5715                 not IGNORED itself
5716
5717 2002-12-29 [alfons]     0.8.8claws20
5718
5719         * src/summaryview.c
5720                 set gtksctree's anchor correct (immediate execute
5721                 changes the tree's layout, and anchor points at 
5722                 the incorrect row). fixes "[ 657233 ] multiple msg 
5723                 delete sometimes off by 1".
5724                 we probably have to look for more tree layout /
5725                 anchor glitches.
5726
5727 2002-12-29 [paul]       0.8.8claws19
5728
5729         * src/summaryview.c
5730                 fix bug [ 659054 ] incorrect sorting of 'From' column
5731                 when using 'display sender using address book'
5732                 thanks to Alfons and Luke Plant
5733
5734 2002-12-29 [christoph]  0.8.8claws18
5735
5736         * src/folder.c
5737         * src/procmsg.[ch]
5738                 check parent messages for IGNORE THREAD flag, when adding,
5739                 moving or copying messages to a folder
5740
5741 2002-12-27 [alfons]     0.8.8claws17
5742
5743         re-organize matcher part 5; more to come
5744
5745         * src/matcher.c
5746                 hash keywords in matchparser_tab 
5747
5748 2002-12-27 [alfons]     0.8.8claws16
5749
5750         re-organize matcher part 4; more to come
5751
5752         * src/matcher_parser.h
5753         * src/matcher_parser_lex.l
5754         * src/matcher_parser_parse.y
5755                 cleanup
5756
5757 2002-12-27 [alfons]     0.8.8claws15
5758
5759         re-organize matcher part 3; more to come
5760
5761         * src/matcher.[ch]
5762                 cleanup
5763
5764 2002-12-27 [alfons]     0.8.8claws14
5765
5766         re-organize matcher part 2; more to come but this should
5767         work. cc me if there are any regressions.
5768
5769         * src/matcher.h
5770                 add prototype for get_matchparser_tab_id()
5771         * src/matcher_parser_lex.l
5772                 look up keywords using matchparser_tab_id();
5773
5774 2002-12-27 [alfons]     0.8.8claws12
5775
5776         re-organize matcher part 1
5777
5778         * src/matcher.h
5779                 map yacc generated constants to sylpheed matcher constants
5780         * src/matcher.c
5781                 add function to find a matcher constant from a string
5782
5783 2002-12-27 [christoph]  0.8.8claws11
5784
5785         * src/compose.c
5786                 MENUITEM_ADD casts the 4th argument from integer to pointer
5787                 so it probably should not be a pointer, this means we
5788                 should use account id for it and not the account's pointer
5789
5790 2002-12-27 [paul]       0.8.8claws10
5791
5792         * src/mainwindow.c
5793                 remove unneeded 'GtkWidget *vbox'
5794                 
5795         * src/summaryview.c
5796                 further sync with 0.8.8 - make sort
5797                 by recipient work as expected
5798                 
5799         * NEWS
5800                 sync with 0.8.8
5801
5802 2002-12-27 [paul]       0.8.8claws9
5803
5804         * po/pt_BR.po
5805                 updated by Ivan F. Martinez
5806                 
5807 2002-12-27 [darko]      0.8.8claws8
5808
5809         * src/common/utils.c
5810                 added locked pattern to extended search
5811
5812 2002-12-27 [alfons]     0.8.8claws7
5813
5814         * src/prefs_matcher.[ch]
5815                 clean up
5816
5817 2002-12-26 [alfons]     0.8.8claws6
5818
5819         * src/matcher.[ch]
5820         * src/matcher_parser_lex.l
5821         * src/matcher_parser_parse.y
5822         * src/prefs_matcher.c
5823                 allow color label as a condition in the matcher
5824
5825 2002-12-26 [oliver]     0.8.8claws5
5826         
5827         * src/toolbar.c 
5828                 enable Addressbook for Main and Messageview
5829         * src/prefs_actions.c
5830                 enable actions in Messageview
5831
5832 2002-12-26 [christoph]  0.8.8claws4
5833
5834         * src/common/plugin.c
5835                 add a little debug output
5836         * configure.in
5837         * src/plugins/demo/Makefile.am
5838                 better use of automake
5839
5840 2002-12-26 [christoph]  0.8.8claws3
5841
5842         * src/Makefile.am
5843         * src/common/Makefile.am
5844                 fix "make distdir"
5845
5846 2002-12-26 [christoph]  0.8.8claws2
5847
5848         * configure.in
5849                 sort configure checks into common / gtk / plugins
5850         * po/POTFILES.in
5851                 add src/prefs_gtk.c
5852         * src/Makefile.am
5853                 add plugins SUBDIR
5854         * src/main.c
5855         * src/common/sylpheed.[ch]
5856                 added now sylpheed_done function for shutdown
5857         * src/common/Makefile.am
5858         * src/common/plugin.[ch]                ** NEW **
5859                 plugin loader and unloader
5860         * src/plugins/.cvsignore                ** NEW **
5861         * src/plugins/Makefile.am               ** NEW **
5862                 build plugins
5863         * src/plugins/demo/.cvsignore           ** NEW **
5864         * src/plugins/demo/Makefile.am          ** NEW **
5865         * src/plugins/demo/demo.c               ** NEW **
5866                 small demo plugin that installs a logtext hook and
5867                 outputs the log text to stdout
5868
5869 2002-12-26 [paul]       0.8.8claws1
5870
5871         * po/es.po
5872                 updated by Ricardo Mones Lastra
5873
5874 2002-12-26 [paul]       0.8.8claws
5875
5876         * 0.8.8claws released
5877
5878 2002-12-26 [paul]       0.8.7claws12
5879
5880         * po/bg.po
5881                 updated by George Danchev
5882
5883 2002-12-26 [paul]       0.8.7claws11
5884
5885         * po/POTFILES.in
5886                 remove unneeded 'src/prefs.c' entry 
5887
5888 2002-12-26 [paul]       0.8.7claws10
5889
5890         * src/codeconv.c
5891           src/mainwindow.c
5892                 sync with 0.8.8 release
5893         
5894         * src/folder.[ch]
5895           src/mh.c
5896           src/summaryview.c
5897                 partial sync with 0.8.8 release
5898         
5899
5900 2002-12-25 [alfons]     0.8.7claws9
5901
5902         * src/matcher.[ch]
5903         * src/matcher_parser_lex.l
5904         * src/matcher_parser_parse.y
5905         * src/prefs_matcher.c
5906                 add locked flag to possible filtering / matcher 
5907                 conditions (also a good example what should be
5908                 done to add a simple boolean condition)
5909
5910 2002-12-25 [christoph]  0.8.7claws8
5911
5912         * src/Makefile.am
5913         * src/account.[ch]
5914         * src/addrbook.c
5915         * src/addressbook.c
5916         * src/addrindex.c
5917         * src/filtering.c
5918         * src/folder.c
5919         * src/matcher.c
5920         * src/prefs.[ch]                ** REMOVE **
5921         * src/prefs_account.c
5922         * src/prefs_actions.c
5923         * src/prefs_common.c
5924         * src/prefs_customheader.c
5925         * src/prefs_display_header.c
5926         * src/prefs_filtering.c
5927         * src/prefs_folder_item.c
5928         * src/prefs_gtk.[ch]            ** NEW **
5929         * src/prefs_matcher.c
5930         * src/prefs_scoring.c
5931         * src/prefs_summary_column.c
5932         * src/procmime.c
5933         * src/selective_download.c
5934         * src/toolbar.c
5935         * src/common/Makefile.am
5936         * src/common/prefs.[ch]         ** NEW **
5937                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5938
5939 2002-12-24 [alfons]     0.8.7claws7
5940
5941         * src/summaryview.c
5942                 summary_thread_build(): fix real cause of the crash mentioned in
5943                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5944                 this way we get meaningful ctree nodes 
5945
5946 2002-12-24 [oliver]     0.8.7claws6
5947
5948         * src/mainwindow.[ch]
5949         * src/messageview.[ch]
5950         * src/compose.[ch]
5951         * src/inc.c
5952         * src/summaryview.c
5953                 changes to use updated toolbar handling
5954                 
5955 2002-12-24 [oliver]     0.8.7claws5
5956
5957         * src/toolbar.[ch]
5958                 generic toolbar handling
5959                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5960         * src/prefs_toolbar.[ch]
5961                 adjust to handling
5962         
5963 2002-12-24 [oliver]     0.8.7claws4
5964         
5965         * src/stock_pixmap.[ch]
5966                 move SYLPHEED_LOGO to end of list in order 
5967                 to remove it from Custom Toolbar`s Icon View
5968
5969 2002-12-24 [alfons]     0.8.7claws3
5970
5971         * src/summaryview.c
5972                 summary_thread_build(): fix crash because of focus != selection 
5973                 after threading. when deleting the selection, gtk tries but fails 
5974                 to find the correct focusable element. we now force the selection
5975                 to be focused. this should solve the infamous bug reported by 
5976                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5977                 a test case is available. 
5978
5979 2002-12-24 [darko]      0.8.7claws2
5980
5981         * src/summaryview.c
5982                 don't crash when unmarking message with unread children
5983
5984 2002-12-23 [christoph]  0.8.7claws1
5985
5986         * src/Makefile.am
5987         * src/common/Makefile.am
5988                 update Makefiles for moved intl.h, version.h and defs.h
5989         * src/imap.c
5990                 rewrite imap_session_get to avoid duplicate code
5991
5992 2002-12-23 [paul]       0.8.7claws
5993
5994         * Santa-Claws released
5995         
5996         * po/hu.po
5997           po/ru.po
5998                 squeeze in updated Hungarian and Russian translations.
5999                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6000
6001 2002-12-23 [paul]       0.8.6claws129
6002
6003         * po/pl.po
6004                 updated by Witold Wladyslaw Wojciech Wilk
6005
6006 2002-12-23 [paul]       0.8.6claws128
6007
6008         * src/quote_fmt_parse.y
6009                 fix typo and add licence header
6010
6011 2002-12-23 [paul]       0.8.6claws127
6012
6013         * po/en_GB.po
6014                 updated
6015
6016 2002-12-23 [paul]       0.8.6claws126
6017
6018         * po/it.po
6019                 updated translation, submitted by Alessandro Maestri
6020                 
6021 2002-12-23 [paul]       0.8.6claws125
6022
6023         * src/quote_fmt_parse.y
6024                 fix signature-stripping on replies bug. match
6025                 '-- \n' and not '-- '.
6026
6027 2002-12-22 [paul]       0.8.6claws124
6028
6029         * po/bg.po
6030           po/es.po
6031           po/sr.po
6032                 updated translations. submitted by George Danchev,
6033                 Ricardo Mones Lastra, and Urke MMI respectively
6034
6035 2002-12-21 [paul]       0.8.6claws123
6036
6037         * src/addrbook.c
6038                 fix coding style
6039
6040 2002-12-21 [paul]       0.8.6claws122
6041
6042         * src/addrbook.c
6043                 fix bug [643638] where if a person is in one or more
6044                 addressbook groups editing that person's email 
6045                 address results in removal from those groups.
6046                 Patch submitted by Luke Plant.
6047
6048 2002-12-20 [christoph]  0.8.6claws121
6049
6050         * src/common/utils.c
6051         * src/summaryview.c
6052                 reimplement expand_search_string using GString to
6053                 prevent crashs caused by miscalculated string
6054                 lengths reported by Paul
6055
6056 2002-12-20 [christoph]  0.8.6claws120
6057
6058         * src/summaryview.c
6059                 don't use "changed" to check if op_count has to be changed as it
6060                 is also set when the message has unread children
6061                 (closes bug [ 653221 ] crash while deleting duplicates)
6062
6063 2002-12-20 [paul]       0.8.6claws119
6064
6065         * sync with 0.8.6cvs27
6066                 see ChangeLog 2002-12-20
6067
6068 2002-12-20 [paul]       0.8.6claws118
6069
6070         * sync with 0.8.6cvs26
6071                 see ChangeLog 2002-12-19 and 2002-12-20
6072
6073 2002-12-19 [alfons]     0.8.6claws117
6074
6075         * src/textview.c
6076                 fix incorrect parsing of email addresses, submitted by 
6077                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6078                 name display if it contains @".
6079
6080 2002-12-18 [paul]       0.8.6claws116
6081
6082         * sync with 0.8.6cvs23
6083                 see ChangeLog 2002-12-18
6084
6085 2002-12-18 [paul]       0.8.6claws115
6086
6087         * src/Makefile.am
6088         * src/account.c
6089         * src/codeconv.c
6090         * src/gtkutils.[ch]
6091         * src/imap.c
6092                 sync with 0.8.6cvs22.
6093                 see ChangeLog 2002-12-17 and 2002-12-18
6094
6095 2002-12-17 [christoph]  0.8.6claws114
6096
6097         * src/imap.c
6098                 o don't create a session if imap greeting fails
6099                 o don't close socket when authentication fails
6100                   this is done by imap_session_destroy
6101
6102 2002-12-17 [thorsten]   0.8.6claws113
6103
6104         * tools/Makefile.am
6105           tools/README
6106           tools/google_msgid.pl ** NEW FILE **
6107                 Added "search for message-id" script and doc
6108
6109 2002-12-17 [thorsten]   0.8.6claws112
6110
6111         * po/hu.po
6112                 Updated hungarian translation
6113                 (updated by Gal Zoltan)
6114
6115 2002-12-16 [christoph]  0.8.6claws111
6116
6117         * src/addr_compl.c
6118                 remove stupid addressbook dump to debug output
6119         * src/mh.c
6120                 fix memory leak found by Hiro
6121
6122 2002-12-14 [paul]       0.8.6claws110
6123
6124         * src/compose.c
6125                 fix menubar sensitivity on send
6126                 
6127         * src/prefs_filtering.c
6128         * src/prefs_matcher.c
6129         * src/prefs_scoring.c
6130                 Fix english ;)
6131                 
6132         * src/common/quoted-printable.h
6133                 sync: fix typo
6134         
6135 2002-12-13 [christoph]  0.8.6claws109
6136
6137         * src/Makefile.am
6138         * src/manage_window.[ch]        ** REMOVE **
6139         * src/gtk/Makefile.am
6140         * src/gtk/manage_window.[ch]    ** NEW **
6141                 move manage_window files to gtk directory
6142
6143 2002-12-13 [christoph]  0.8.6claws108
6144
6145         * src/Makefile.am
6146         * src/gtkshruler.[ch]           ** REMOVE **
6147         * src/gtk/Makefile.am
6148         * src/gtk/gtkshruler.[ch]       ** NEW **
6149                 move gtkshruler files to gtk directory
6150
6151 2002-12-13 [christoph]  0.8.6claws107
6152
6153         * src/Makefile.am
6154         * src/compose.c
6155         * src/gtkstext.[ch]             ** REMOVE **
6156         * src/gtkutils.[ch]
6157         * src/textview.c
6158         * src/gtk/gtkstext.[ch]         ** NEW **
6159         * src/gtk/Makefile.am
6160                 o move stext functions to gtkstext.c to remove
6161                   dependency of gtkutils
6162                 o move gtkstext files to gtk directory
6163
6164         * src/gtk/Makefile.am
6165         * src/gtk/sslcertwindow.[ch]
6166                 UI stuff can always depend on common code so
6167                 it's ok to add ../common to include path
6168
6169 2002-12-13 [colin]      0.8.6claws106
6170
6171         * src/summaryview.c
6172                 Disconnect sighandlers for mainwindow when
6173                 quicksearch has the focus
6174                 Fix bug #653231
6175         * src/mainwindow.[ch]
6176                 Make key_pressed callback public, to be able
6177                 to disconnect it
6178
6179 2002-12-13 [christoph]  0.8.6claws105
6180
6181         * src/mh.c
6182                 create .mh_sequences file in new MH folders
6183                 (closes feature request [ 523162 ] MH folders should
6184                  get a .mh_sequences)
6185
6186 2002-12-13 [colin]      0.8.6claws104
6187
6188         * src/summaryview.c
6189                 Better handling of quicksearch show/hide
6190                 (basically the button stays under the mouse 
6191                  when toggled)
6192
6193 2002-12-13 [paul]       0.8.6claws103
6194
6195         * sync with 0.8.6cvs17
6196                 see ChangeLog 2002-12-13
6197
6198 2002-12-13 [paul]       0.8.6claws102
6199
6200         * po/es.po
6201                 updated by Ricardo Mones Lastra
6202
6203 2002-12-11 [colin]       0.8.6claws101
6204
6205         * src/folder.c
6206                 remove statusbar stuff
6207           src/folderview.c
6208                 set statusbar verbosity when moving folders
6209
6210 2002-12-11 [colin]       0.8.6claws100
6211         * src/prefs_filtering.c
6212         * src/prefs_matcher.c
6213         * src/prefs_scoring.c
6214                 Fix english ;)
6215
6216 2002-12-11 [colin]       0.8.6claws99
6217
6218         * src/prefs_common.[ch]
6219                 Add summary_quicksearch_type
6220         * src/summaryview.c
6221                 Save last used quicksearch type
6222
6223 2002-12-11 [jens]       0.8.6claws98
6224         * src/prefs_filtering.c
6225         * src/prefs_matcher.c
6226         * src/prefs_scoring.c
6227                 added dialog for incomplete rules in scoring, filtering and
6228                 matcher to ask wheather really close
6229
6230 2002-12-11 [colin]      0.8.6claws97
6231
6232         * src/folder.c
6233                 Fix folder dnd statusbar logging
6234
6235 2002-12-10 [christoph]  0.8.6claws96
6236
6237         * src/compose.c
6238         * src/folder.c
6239         * src/imap.c
6240         * src/inc.c
6241         * src/main.c
6242         * src/mainwindow.c
6243         * src/news.c
6244         * src/send.c
6245         * src/statusbar.[ch]
6246         * src/common/hooks.c
6247         * src/common/log.[ch]
6248                 o handle verbose logging in statusbar directly in statusbar code
6249                   and common code does not need any knowledge about a statusbar
6250                 o remove direct calls to statusbar_(puts|pop)_all functions
6251
6252 2002-12-10 [jens]       0.8.6claws95
6253
6254         * src/*.c
6255                 removed gettext from g_warnings
6256         * po/POTFILES.in
6257                 cleaned and updated
6258         * po/de.po
6259                 updated
6260
6261 2002-12-10 [colin]      0.8.6claws94
6262
6263         * src/main.c
6264                 finish crash dialog fix
6265
6266 2002-12-10 [colin]      0.8.6claws93
6267
6268         * src/main.c
6269                 "Fix" "sylpheed already running" instead of
6270                 crash dialog appearing after a crash
6271
6272 2002-12-10 [colin]      0.8.6claws92
6273
6274         * po/POTFILES.in
6275                 add src/gtk/sslcertwindow.c
6276
6277 2002-12-10 [paul]       0.8.6claws91
6278
6279         * po/POTFILES.in
6280                 updated to reflect recent changes
6281                 submitted by Alessandro Maestri
6282
6283 2002-12-09 [christoph]  0.8.6claws90
6284
6285         * src/Makefile.am
6286         * src/smtp.[ch]                 ** REMOVE **
6287         * src/common/Makefile.am
6288         * src/common/smtp.[ch]          ** NEW **
6289                 move smtp files to common directory
6290
6291 2002-12-09 [christoph]  0.8.6claws89
6292
6293         * src/Makefile.am
6294         * src/session.[ch]              ** REMOVE **
6295         * src/common/Makefile.am
6296         * src/common/session.[ch]       ** NEW **
6297                 move session files to common directory
6298
6299 2002-12-09 [paul]       0.8.6claws88
6300
6301         * src/account.c
6302                 fix bug [649746] edit accounts: move account reverted
6303                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6304
6305 2002-12-09 [colin]      0.8.6claws87
6306
6307         * src/ssl_certificate.c
6308                 cleanup
6309
6310 2002-12-09 [colin]      0.8.6claws86
6311
6312         * src/ssl.c
6313                 Try to open the cert.pem database and 
6314                 issue a warning if it isn't there
6315
6316 2002-12-09 [colin]      0.8.6claws85
6317
6318         * src/common/ssl_certificate.c
6319         * src/gtk/sslcertwindow.c
6320                 Warning fixes
6321
6322 2002-12-09 [colin]      0.8.6claws84
6323
6324         * src/ssl_certificate.[ch] ** REMOVED **
6325         * src/common/ssl_certificate.[ch] ** NEW **
6326         * src/Makefile.am
6327         * src/common/Makefile.am
6328                 Moved ssl_certificate.[ch] to common
6329         * src/common/ssl.c 
6330                 Put back needed include
6331         * src/gtk/sslcertwindow.[ch]
6332                 Changed ssl_certificate.h include
6333         
6334 2002-12-09 [colin]      0.8.6claws83
6335
6336         * src/gtk/sslcertwindow.[ch]
6337                 Implement hook for certificate acception
6338         * src/ssl_certificate.[ch]
6339                 Implement hook for certificate acception
6340         * src/common/ssl.c
6341                 Reenable certificate acception check
6342         * src/mainwindow.c
6343                 Register sslcertwindow's hook
6344         
6345 2002-12-08 [christoph]  0.8.6claws82
6346
6347         * src/about.c
6348         * src/addr_compl.c
6349         * src/codeconv.c
6350         * src/manual.c
6351         * src/undo.c
6352         * src/common/utils.c
6353                 o add missing includes
6354                 o fix warnings
6355         * src/.cvsignore
6356         * src/common/.cvsignore
6357         * src/common/version.h          ** REMOVE **
6358                 remove autogenerated file
6359
6360 2002-12-08 [paul]       0.8.6claws81
6361
6362         * src/stringtable.c
6363                 put back needed include
6364
6365 2002-12-08 [colin]      0.8.6claws80
6366         
6367         * src/gtk/sslcertwindow.c
6368                 Cleaner popups when asking
6369         * src/ssl_certificate.c
6370         * src/prefs_common.[ch]
6371                 remove ssl certificate pref
6372                 put back needed include
6373         * src/undo.c
6374                 put back needed include
6375
6376 2002-12-08 [christoph]  0.8.6claws79
6377
6378         * src/folderview.c
6379         * src/logwindow.c
6380         * src/statusbar.c
6381         * src/summaryview.c
6382                 only abort hook invokation if required data is missing not
6383                 if our own data pointer is NULL, update hookfunction for
6384                 log window
6385
6386 2002-12-08 [paul]       0.8.6claws78
6387
6388         * src/about.c
6389         * src/addrcache.c
6390         * src/addrclip.c
6391         * src/addr_compl.c
6392         * src/addrselect.c
6393         * src/codeconv.c
6394         * src/colorlabel.c
6395         * src/enriched.c
6396         * src/esmtp.c
6397         * src/exporthtml.c
6398         * src/headerview.c
6399         * src/imageview.c
6400         * src/manual.c
6401         * src/noticeview.c
6402         * src/pgptext.c
6403         * src/scoring.c
6404         * src/sourcewindow.c
6405         * src/stringtable.c
6406         * src/undo.c
6407                 clean up: remove unneccesary includes
6408
6409 2002-12-08 [christoph]  0.8.6claws77
6410
6411         * src/folderview.c
6412         * src/statusbar.c
6413         * src/summaryview.c
6414         * src/common/hooks.[ch]
6415                 hook functions now have a gboolean return value, if a hook
6416                 returns TRUE it will stop executing of any more hooks in
6417                 the same hooklist for this invokation
6418
6419 2002-12-08 [colin]      0.8.6claws76
6420         
6421         * src/main.c
6422                 put back argv0 for CRASH_DIALOG
6423
6424 2002-12-08 [christoph]  0.8.6claws75
6425
6426         * src/Makefile.am
6427         * src/about.c
6428         * src/account.c
6429         * src/crash.c
6430         * src/esmtp.h
6431         * src/imap.[ch]
6432         * src/inc.c
6433         * src/main.c
6434         * src/mainwindow.c
6435         * src/news.c
6436         * src/pop.[ch]
6437         * src/prefs_account.[ch]
6438         * src/prefs_common.[ch]
6439         * src/send.[ch]
6440         * src/smtp.[ch]
6441         * src/ssl_certificate.[ch]
6442         * src/ssl_manager.[ch]
6443         * src/common/Makefile.am
6444         * src/common/log.c
6445         * src/common/nntp.[ch]
6446         * src/common/socket.[ch]
6447         * src/common/ssl.[ch]
6448         * src/gtk/sslcertwindow.[ch]
6449         * ac/openssl.m4
6450                 use new autoconf script to detect OpenSSL with extra parameters
6451                 to specify the location of libs and includes, also remove USE_SSL
6452                 to USE_OPENSSL
6453
6454         * src/common/sylpheed.[ch]
6455         * src/common/version.h.in
6456                 start seperation of common code initialization seperated from gui
6457
6458         * src/summaryview.c
6459                 The function that is called when a color label changes
6460                 should not change the color lable again
6461
6462 2002-12-08 [colin]      0.8.6claws74
6463
6464         * src/gtk/sslcertwindow.c
6465                 warning fixes
6466
6467 2002-12-08 [colin]      0.8.6claws73
6468
6469         * src/statusbar.c
6470           src/common/log.h
6471                 Register a hook for statusbar_puts_all
6472         * src/common/log.c
6473                 invoke statusbar_puts_all's hook
6474         
6475 2002-12-08 [colin]      0.8.6claws72
6476
6477         * src/ssl_certificate.c
6478                 Put back a badly-removed include
6479
6480 2002-12-08 [colin]      0.8.6claws71
6481
6482         * src/gtk/sslcertwindow.[ch]    ** NEW **
6483                 new certificate presentation
6484         * src/gtk/Makefile.am
6485                 add new files
6486         * src/ssl_certificate.[ch]
6487                 gtk cleanup, made utility functions public
6488         * src/ssl_manager.c
6489                 use new cert presentation
6490
6491 2002-12-07 [christoph]  0.8.6claws70
6492
6493         * src/Makefile.am
6494         * src/nntp.[ch]                 ** REMOVE **
6495         * src/common/Makefile.am
6496         * src/common/nntp.[ch]          ** NEW **
6497                 move nntp files to common directory
6498
6499 2002-12-07 [christoph]  0.8.6claws69
6500
6501         * src/procmsg.[ch]
6502         * src/summaryview.c
6503                 implement msginfo update callback using sylpheed's new
6504                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6505
6506 2002-12-06 [christoph]  0.8.6claws68
6507
6508         * src/editgroup.c
6509                 This patch changes the 'Edit Group Details' dialog to
6510                 allow extended selections in either pane, so that
6511                 addresses can be added or removed from a group more
6512                 quickly and easily. (it actually is a net decrease in
6513                 file size, as some unnecessary functions have been
6514                 removed). 
6515                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6516
6517 2002-12-06 [christoph]  0.8.6claws67
6518
6519         * src/Makefile.am
6520         * src/template.[ch]             ** REMOVE **
6521         * src/common/Makefile.am
6522         * src/common/template.[ch]      ** NEW **
6523                 move template files to common directory
6524
6525         * src/nntp.c
6526                 add missing log.h include
6527
6528 2002-12-06 [melvin]     0.8.6claws66
6529
6530         * src/prefs_actions.c
6531                 Added the trailing ">" syntax to insert command's output
6532                 without replacing old text (in contrast to trailing "|").
6533
6534 2002-12-05 [colin]      0.8.6claws65
6535         
6536         * src/common/utils.c
6537                 Don't modify original search_string or it'll change
6538                 the next iterations in the for()
6539
6540 2002-12-05 [darko]      0.8.6claws64
6541
6542         * src/common/utils.c
6543                 proper check for filtering commands, found by Colin
6544
6545 2002-12-05 [darko]      0.8.6claws63
6546
6547         * src/common/utils.c
6548                 check proper string for NULL pointer, found by Colin
6549
6550 2002-12-05 [darko]      0.8.6claws62
6551
6552         * src/common/utils.[ch]
6553                 expand_search_string(): new function
6554                 converts Mutt-like patterns to Sylpheed's
6555                 filtering engine
6556         * src/summaryview.c
6557                 use expand_search_string() to allow Mutt-like
6558                 patterns in extended search
6559         * README.claws
6560                 document extended option in quick search
6561
6562 2002-12-05 [paul]       0.8.6claws61
6563
6564         * sync with 0.8.6cvs16
6565                 see ChangeLog 2002-12-05
6566                 
6567         * po/POTFILES.in
6568                 clean up
6569
6570 2002-12-04 [christoph]  0.8.6claws60
6571
6572         * src/imap.[ch]
6573                 put imap authentication code into a new function and
6574                 remove it from imap_session_new that will allow to
6575                 send other commands before authentication
6576
6577 2002-12-04 [christoph]  0.8.6claws59
6578
6579         * src/imap.[ch]
6580                 use already existing method to prevent unneeded IMAP
6581                 folder selects. Set imap_select parameters to NULL
6582                 in some functions if the values are not required.
6583
6584         * src/xml.h
6585                 remove no longer required include
6586
6587 2002-12-04 [paul]       0.8.6claws58
6588
6589         * po/es.po
6590                 updated by Ricardo Mones Lastra
6591                 
6592         * configure.in
6593           po/hu.po      ** NEW FILE **
6594                 initial Hungarian translation, submitted
6595                 by Gál Zoltán <galzoli@hu.inter.net>
6596
6597 2002-12-03 [christoph]  0.8.6claws57
6598
6599         * src/Makefile.am
6600         * src/gtksctree.[ch]            ** REMOVE **
6601         * src/gtk/Makefile.am
6602         * src/gtk/gtksctree.[ch]        ** NEW **
6603                 move gtksctree files to gtk directory
6604
6605 2002-12-03 [christoph]  0.8.6claws56
6606
6607         * src/Makefile.am
6608         * src/md5.[ch]                  ** REMOVE **
6609         * srm/common/Makefile.am
6610         * src/common/md5.[ch]           ** NEW **
6611                 move md5 files to common directory
6612
6613         * src/gtkstext.c
6614                 remove not required #include
6615
6616 2002-12-03 [sergey]     0.8.6claws55
6617
6618         * src/gtkutils.c
6619         * src/gtkutils.h
6620                 gtkut_window_popup(): new function.
6621         * src/mainwindow.c
6622                 main_window_popup(): use gtkut_window_popup() to raise
6623                 window without changing its position.
6624                 (see sylpheed-main ML message [sylpheed:17247])
6625
6626 2002-12-03 [sergey]     0.8.6claws54
6627
6628         * src/send.c
6629                 send_message_local(): removed first-dot escaping
6630                 (SMTP-only, not needed for sending through pipe)
6631
6632 2002-12-03 [paul]       0.8.6claws53
6633
6634         * po/POTFILES.in
6635                 update to reflect recent changes (thanks
6636                 to Ricardo Mones Lastra)
6637                 
6638         * tools/filter_conv.pl
6639                  fix problem with quoted strings. Patch submitted
6640                  by Luke Plant <lukeplant@softhome.net>
6641
6642 2002-12-03 [paul]       0.8.6claws52
6643
6644         * sync with 0.8.6cvs15
6645                 see ChangeLog 2002-12-03
6646
6647 2002-12-02 [christoph]  0.8.6claws51
6648
6649         * src/logwindow.[ch]
6650         * src/common/log.[ch]
6651                 implement logging using a hook function
6652
6653         * src/folderview.c
6654         * src/folder.[ch]
6655                 define hooklist name in header file to avoid
6656                 errors caused by wrong spelling of hooklist names
6657
6658         * src/toolbar.c
6659                 fix warnings
6660
6661 2002-12-02 [christoph]  0.8.6claws50
6662
6663         * src/common/Makefile.am
6664                 add src/common/hooks.[ch]
6665
6666         * src/common/hooks.[ch]
6667                 implement a simple hook system using glib's hook functions
6668
6669         * src/folder.[ch]
6670         * src/folderview.c
6671                 use new hook system for folder item updates
6672
6673 2002-12-02 [christoph]  0.8.6claws49
6674
6675         * doc-src/ui_seperation.txt     ** NEW **
6676                 information for ui seperation
6677
6678         * src/Makefile.am
6679                 remove files that were moved to common
6680                 include common directory by default for the header files
6681
6682         * src/inc.c
6683         * src/common/socket.c
6684         * src/automaton.[ch]
6685                 implement automaton using g_io_*-functions instead of
6686                 gdk_input_add to make it ui independent
6687
6688         * src/codeconv.c
6689         * src/compose.c
6690         * src/ldif.c
6691         * src/pgptext.c
6692         * src/procmime.c
6693         * src/rfc2015.c
6694         * src/smtp.c
6695         * src/unmime.c
6696                 remove common/ prefix because directory is now in
6697                 include path
6698
6699         * src/compose.c
6700         * src/folder.c
6701         * src/folderview.c
6702         * src/mainwindow.c
6703         * src/messageview.c
6704         * src/prefs_common.c
6705         * src/procmsg.c
6706         * src/rfc2015.c
6707                 fix warnings
6708
6709         * src/imap.c
6710         * src/inc.c
6711         * src/news.c
6712         * src/pop.c
6713         * src/send.c
6714         * src/smtp.c
6715         * src/ssl_certificate.c
6716                 add log.h header file for logging functions
6717
6718         * src/main.c
6719         * src/common/utils.c
6720         * src/summaryview.c
6721         * src/xml.c
6722                 o move debug_mode to common/utils.c
6723                 o add functions to set and get debug_mode
6724
6725         * src/defs.h                    ** REMOVE **
6726         * src/intl.h                    ** REMOVE **
6727         * src/socket.[ch]               ** REMOVE **
6728         * src/ssl.[ch]                  ** REMOVE **
6729         * src/utils.[ch]                ** REMOVE **
6730                 replaced by new files in src/common/
6731         
6732         * src/common/Makefile.am
6733                 add new files in src/common/
6734
6735         * src/common/defs.h             ** NEW **
6736         * src/common/intl.h             ** NEW **
6737         * src/common/log.[ch]           ** NEW **
6738         * src/common/socket.[ch]        ** NEW **
6739         * src/common/ssl.[ch]           ** NEW **
6740         * src/common/utils.[ch]         ** NEW **
6741                 replacement for files in src/
6742
6743 2002-12-02 [colin]      0.8.6claws48
6744
6745         * src/folderview.c
6746                 Scroll folderview if necessary during dnd
6747
6748 2002-12-02 [colin]      0.8.6claws47
6749
6750         * src/folder.[ch]
6751                 Add check to verify a move is within a single mailbox
6752         * src/folderview.c
6753                 Add specific error string for this check
6754
6755 2002-12-02 [colin]      0.8.6claws46
6756
6757         * src/folder.c
6758                 Add a test to folder moving, remove a statusbar_print
6759         * src/folderview.c
6760                 Add Move folder... context-menu item
6761                 Factorize folder moving code
6762                 Enable folder DND for mbox
6763
6764 2002-12-01 [christoph]  0.8.6claws45
6765
6766         * ac/aspell.m4
6767                 remove conf.aspelltest if the version check fails
6768
6769 2002-11-30 [christoph]  0.8.6claws44
6770
6771         * autogen.sh
6772                 run libtoolize --force in autogen to create missing
6773                 libtool scripts
6774
6775 2002-11-30 [christoph]  0.8.6claws43
6776
6777         * src/Makefile.am
6778         * src/pgptext.c
6779         * src/procmime.c
6780         * src/rfc2015.c
6781         * src/uuencode.[ch]             ** REMOVED **
6782         * src/common/Makefile.am
6783         * src/common/uuencode.[ch]      ** NEW **
6784                 move uuen/decoder to common directory
6785
6786 2002-11-30 [christoph]  0.8.6claws42
6787
6788         * src/Makefile.am
6789         * src/base64.[ch]               ** REMOVED **
6790         * src/codeconv.c
6791         * src/compose.c
6792         * src/ldif.c
6793         * src/pgptext.c
6794         * src/procmime.c
6795         * src/rfc2015.c
6796         * src/smtp.c
6797         * src/unmime.c
6798         * src/common/Makefile.am
6799         * src/common/base64.[ch]        ** NEW **
6800                 move base64 en/decoder to common directory
6801
6802 2002-11-30 [christoph]  0.8.6claws41
6803
6804         * src/common                    ** NEW **
6805                 new directory for UI independent code
6806         * src/gtk                       ** NEW **
6807                 new directory for GTK frontend
6808         * src/common/.cvsignore         ** NEW **
6809         * src/gtk/.cvsignore            ** NEW **
6810                 ignore build files
6811         * src/common/Makefile.am        ** NEW **
6812         * src/gtk/Makefile.am           ** NEW **
6813                 automake files to build new seperated stuff
6814         * src/Makefile.am
6815                 the binary will currently still be build with the
6816                 files in src, so we include the code from the
6817                 subdirs for now after building the libs there
6818
6819 2002-11-30 [paul]       0.8.6claws40
6820
6821         * src/compose.c
6822                 fix bug [642731] 'Wrong selected account with drafted mail'
6823
6824 2002-11-29 [oliver]     0.8.6claws39
6825         
6826         * src/messageview.c
6827                 o update summaryview when switching between different
6828                   messageviews          
6829         * src/toolbar.c  
6830                 o check if messageview holds already removed msg
6831                   from summaryview
6832                 
6833
6834 2002-11-29 [oliver]     0.8.6claws38
6835
6836         * src/toolbar.c 
6837                 remove not needed variables and includes
6838                 make messageview stay opened and move to next when msgs are deleted 
6839
6840 2002-11-29 [oliver]     0.8.6claws37
6841         
6842         * src/toolbar.c 
6843                 disable compose button (messageview toolbar) by default
6844                 deleted msgs are moved to trash
6845         
6846 2002-11-29 [melvin]     0.8.6claws36
6847
6848         * configure.in
6849                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6850                 and to detect signatures expirations (gpgme 0.3.6)
6851
6852         * src/main.c
6853                 Use non obsolescent function for Gpgme engine checking.
6854
6855         * src/rfc2015.c
6856                 Inform about expired signatures or signatures which key
6857                 has expired. Expiration date is displayed.
6858
6859         * src/sigstatus.c
6860                 Inform about expired signatures or signatures which key
6861                 has expired.
6862
6863 2002-11-28 [paul]       0.8.6claws35
6864
6865         * src/folderview.c
6866                 re-instate 'Check for new messages' in Newsgroup
6867                 folders right-click menu, after a suggestion from
6868                 Tim Mann <timmann@users.sourceforge.net>
6869
6870         * src/main.c
6871                 after a crash check only local folders for new
6872                 messages
6873
6874 2002-11-28 [paul]       0.8.6claws34
6875
6876         * configure.in
6877                 apply patch that fixes the checking of GTK with XIM 
6878                 support on different OSs, such as FreeBSD. Patch 
6879                 submitted by Topia <topia@users.sourceforge.net>
6880                 
6881 2002-11-28 [paul]       0.8.6claws33
6882
6883         * src/mainwindow.c
6884           src/prefs_common.c
6885           src/prefs_toolbar.c
6886                 more changes to the English
6887
6888 2002-11-28 [paul]       0.8.6claws32
6889
6890         * sync with 0.8.6cvs13
6891                 see ChangeLog 2002-11-28 (no sync needed
6892                 for src/compose.c)
6893
6894 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6895         
6896         * src/mainwindow.[ch]
6897                 add patch by Ivan F. Martinez introducing messageview Toolbar
6898                 some changes and committed by oliver    
6899
6900 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6901
6902         * src/messageview.[ch]
6903                 add patch by Ivan F. Martinez introducing messageview Toolbar
6904                 some changes and committed by oliver    
6905
6906 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6907
6908         * src/compose.[ch]
6909                 add patch by Ivan F. Martinez introducing messageview Toolbar
6910                 some changes and committed by oliver    
6911
6912 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6913         
6914         * src/toolbar.[ch]
6915                 add patch by Ivan F. Martinez introducing messageview Toolbar
6916                 some changes and committed by oliver
6917
6918 2002-11-28 [oliver]     0.8.6claws27
6919         
6920         * src/prefs_toolbar.[ch]
6921                 getting ready for messageview toolbar
6922                 free mem allocated by gettext
6923                 change prefs_toolbar to prefs_toolbar_open
6924  
6925 2002-11-28 [thorsten]   0.8.6claws26
6926
6927         * src/imageview.[ch]
6928                 cleaned up conflicting declarations of
6929                 imageview_show_image()
6930
6931 2002-11-28 [paul]       0.8.6claws25
6932
6933         * src/grouplistdialog.c
6934           src/prefs_common.c
6935           src/prefs_summary_column.c
6936                 a few more improvements to the English
6937
6938 2002-11-28 [colin]      0.8.6claws24
6939
6940         * man/sylpheed.1
6941                 A few updates to command-line parameters
6942
6943 2002-11-28 [colin]      0.8.6claws23
6944
6945         * src/prefs_filtering.c
6946                 Fix problems with prefs_filtering_delete_path:
6947                 a) if the first rule is removed, original pointers
6948                    weren't updated (leading to segfaults)
6949                 b) it was always global_processing updated in case
6950                    of removed path was parent of rule path
6951
6952 2002-11-27 [paul]       0.8.6claws22
6953
6954         * src/mainwindow.c
6955           src/prefs_account.c
6956           src/prefs_actions.c
6957           src/prefs_common.c
6958           src/prefs_customheader.c
6959           src/prefs_display_header.c
6960           src/prefs_filtering.c
6961           src/prefs_folder_item.c
6962           src/prefs_matcher.c
6963           src/prefs_scoring.c
6964           src/prefs_summary_column.c
6965           src/prefs_template.c
6966           src/prefs_toolbar.c
6967                  improve the English in the GUI
6968
6969 2002-11-27 [colin]      0.8.6claws21
6970
6971         * src/folder.c
6972                 Fix processing renaming problems happening after
6973                 last commit
6974
6975 2002-11-27 [colin]      0.8.6claws20
6976
6977         * src/folder.c
6978                 recursive move now deletes src each subfolder after 
6979                 having moved it
6980         * src/folderview.c
6981                 Use identifier instead of path during dnd (enables
6982                 IMAP folder dnd)
6983
6984 2002-11-27 [paul]       0.8.6claws19
6985
6986         * src/main.c
6987                 apply patch that does command-line processing 
6988                 BEFORE gtk_init, allowing claws to run from 
6989                 shell-scripts in non-X environment (e.g. crontab 
6990                 or ip-up, ip-down scripts). Patch submitted by
6991                 Ruslan N. Balkin <baron@dartel.ru>
6992                 
6993         * po/it.po
6994                 updated by Alessandro Maestri
6995
6996 2002-11-27 [paul]       0.8.6claws18
6997
6998         * sync with 0.8.6cvs12
6999           src/prefs_common.c
7000                 Differences are that main uses a 'Receive dialog'
7001                 frame on the Interface tab, whereas claws groups all 
7002                 the dialogs together in a 'Dialogs' frame.
7003
7004 2002-11-27 [colin]      0.8.6claws17
7005
7006         * src/prefs_matcher.c
7007                 Fix Execute criteria's NOT flag
7008
7009
7010 2002-11-26 [christoph]  0.8.6claws16
7011
7012         * src/ssl.c
7013                 rewrite the ssl code a little bit, only use one
7014                 SSL context, set default certificates' file/path
7015
7016 2002-11-26 [thorsten]   0.8.6claws15
7017
7018         * src/compose.c
7019                 default-reply-to didn't work for ml-reply
7020
7021 2002-11-26 [melvin]     0.8.6claws14
7022
7023         * src/prefs_actions.c
7024                 Made pipe-actions ignore short headers in message view
7025                 Made trailing-pipe-actions write in the message view with
7026                 the same font as the original message
7027
7028 2002-11-26 [paul]       0.8.6claws13
7029
7030         * src/compose.c
7031                 this time commit the correct file
7032
7033 2002-11-26 [paul]       0.8.6claws12
7034
7035         * sync with 0.8.6cvs11
7036           src/quote_fmt_parse.y  
7037                 no sync needed
7038           src/account.[ch]       
7039                 not sync'ed
7040           src/compose.c
7041                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7042                 on draft mode.
7043                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7044                 header
7045                 
7046         see ChangeLog 2002-11-25 and 2002-11-26
7047
7048 2002-11-26 [colin]      0.8.6claws11
7049
7050         * src/folderview.c
7051                 Fix collapsed folder not auto-expanding during
7052                 mail dnd, if it was the source folder.
7053
7054 2002-11-25 [colin]      0.8.6claws10
7055
7056         * src/folderview.[ch]
7057                 Variable renaming and cleaning (slist of nodes 
7058                 to be re-collapsed is stored in FolderView)
7059
7060 2002-11-25 [paul]       0.8.6claws9
7061
7062         * src/prefs_common.[ch]
7063                 fix breakage caused by last commit
7064
7065 2002-11-25 [paul]       0.8.6claws8
7066
7067         * sync with 0.8.6cvs4
7068                 see ChangeLog 2002-11-21
7069
7070 2002-11-25 [paul]       0.8.6claws7
7071
7072         * sync with 0.8.6cvs4
7073                 see ChangeLog 2002-11-20
7074
7075 2002-11-25 [paul]       0.8.6claws6
7076
7077         * sync with 0.8.6cvs3
7078                 see ChangeLog 2002-11-18
7079
7080 2002-11-25 [colin]      0.8.6claws5
7081
7082         * src/gtkutils.[ch]
7083                 Add gtkut_ctree_node_is_parent()
7084         * src/folderview.c
7085                 Spring-loaded folders
7086
7087 2002-11-25 [colin]      0.8.6claws4
7088
7089         * src/utils.[ch]
7090                 Add slist_concat_unique(), function to merge
7091                 two GSList filtering dups
7092         * src/folder.[ch]
7093         * src/summaryview.[ch]
7094         * src/folderview.c
7095         * src/main.c
7096                 Add detection/update/display of unread answers
7097                 to marked mails
7098         * src/procmsg.[ch]
7099                 Add procmsg_find_children()
7100                 Add procmsg_msg_has_marked_parent()
7101
7102 2002-11-25 [colin]      0.8.6claws3
7103
7104         * src/ssl_certificate.[ch]
7105                 Allow checking a certificate without a DNS
7106                 lookup
7107                 Allow to forget a cert (by deleting it)
7108                 Make ssl_certificate_destroy_public
7109         * src/ssl_manager.[ch] ** NEW FILES **
7110                 Gui to manage (display/remove) certificates
7111         * src/prefs_common.[ch]
7112                 Add a pref to allow silent acceptation of
7113                 trusted certificates or not (based on the
7114                 "I want to know what's going on" principle)
7115         * src/mainwindow.c
7116                 Add SSL manager in Tools menu
7117         * src/Makefile.am
7118                 Add the new files to the build
7119         * po/POTFILES.in
7120                 Add ssl_manager.c to translations
7121
7122 2002-11-25 [colin]      0.8.6claws2
7123
7124         * src/summaryview.[ch]
7125                 Add S_SEARCH_EXTENDED to the quick search, which 
7126                 allows to search using filtering syntax.
7127
7128 2002-11-25 [colin]      0.8.6claws1
7129
7130         * src/summaryview.c
7131                 Deletion of duplicates now prefer deleting
7132                 the unread dup (fixes feature-request 638989).
7133
7134 2002-11-24 [paul]       0.8.6claws
7135
7136         * po/es.po
7137           po/pl.po
7138           po/ru.po
7139           po/sr.po
7140                 updated by Ricardo Mones Lastra,
7141                 Witold Wladyslaw Wojciech Wilk,
7142                 Ruslan N. Balkin, and  Urke MMI 
7143                 respectively
7144
7145 2002-11-24 [paul]       0.8.5claws182
7146
7147         * po/bg.po
7148                 updated by George Danchev
7149
7150 2002-11-23 [alfons]     0.8.5claws181
7151
7152         * src/imap.c
7153                 tiny memory leak found by browsing Dimitar's 
7154                 valgrind report
7155
7156 2002-11-23 [paul]       0.8.5claws180
7157
7158         * po/it.po
7159                 updated by Alessandro Maestri
7160
7161 2002-11-22 [christoph]  0.8.5claws179
7162
7163         * src/compose.c
7164         * src/inc.c
7165         * src/prefs_filtering.c
7166         * src/summaryview.c
7167                 more warning fixes
7168
7169 2002-11-22 [alfons]     0.8.5claws178
7170
7171         * src/summaryview.c
7172                 summary_execute_delete_func(): if message is deleted, make 
7173                 sure to also remove its entry in the subject hash table. 
7174                 fixes a corner case bug.
7175
7176 2002-11-22 [paul]       0.8.5claws177
7177
7178         * .cvsignore
7179                 add 'autom4te.cache'
7180                 
7181         * ltconfig      ** REMOVED **
7182                 not needed
7183
7184 2002-11-22 [paul]       0.8.5claws176
7185
7186         * src/textview.c
7187                 textview_set_font(): fix for message display in
7188                 UTF-8 locales (thanks to Sergey Vlasov).
7189                 
7190         * AUTHORS
7191                 add new team members and contributors
7192
7193
7194 2002-11-21 [colin]      0.8.5claws175
7195
7196         * src/procmsg.[ch]
7197                 Add procmsg_remove_special_headers()
7198         * src/mh.c
7199                 Use procmsg_remove_special_headers() for 
7200                 previous fix
7201
7202 2002-11-21 [colin]      0.8.5claws174
7203
7204         * src/mh.c
7205                 Fix moving/copying from queue/draft folders
7206                 for MH folders
7207
7208 2002-11-21 [christoph]  0.8.5claws173
7209
7210         * src/crash.c
7211         * src/filtering.c
7212         * src/logwindow.c
7213         * src/main.c
7214         * src/matcher_parser_lex.[hl]
7215         * src/mbox.c
7216         * src/mbox_folder.[ch]
7217         * src/prefs_filtering.c
7218         * src/procheader.c
7219         * src/quote_fmt_lex.l
7220         * src/ssl.c
7221                 fix all warnings except the warnings in lex and yacc files
7222
7223 2002-11-20 [christoph]  0.8.5claws172
7224
7225         * src/imap.c
7226                 fix MsgInfo retrieval for IMAP draft and queue folders
7227                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7228
7229 2002-11-19 [christoph]  0.8.5claws171
7230
7231         * src/compose.c
7232                 fix segfault, when draft saving does not get
7233                 the MsgInfo of the new message
7234                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7235
7236 2002-11-19 [christoph]  0.8.5claws170
7237
7238         * src/procmsg.c
7239                 add parameter check for flag setting function
7240                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7241
7242 2002-11-18 [paul]       0.8.5claws169
7243
7244         * src/compose.c
7245                 more sensitivity fixes to redirect mode:
7246                 * disable toolbar draft button
7247                 * allow only Address book in the Tools menu
7248                 * disable editing of message by the spell
7249                   checker
7250
7251 2002-11-18 [paul]       0.8.5claws168
7252
7253         * src/compose.c
7254                 fix sensitivity of menu items in compose_redirect():
7255                 allow only the necessary items 
7256
7257 2002-11-18 [paul]       0.8.5claws167
7258
7259         * src/compose.c
7260                 fix bug [ 603259 ] 'attachment got lost on bounce'
7261
7262 2002-11-18 [paul]       0.8.5claws166
7263
7264         * po/ru.po
7265                 updated by Ruslan N. Balkin <baron@dartel.ru>
7266
7267 2002-11-18 [colin]      0.8.5claws165
7268
7269         * src/main.c
7270           src/defs.h
7271                 Remove old filtering stuff
7272
7273
7274 2002-11-17 [oliver]     0.8.5claws164
7275
7276         * src/toolbar.h
7277                 remove not needed typedef 
7278
7279 2002-11-17 [oliver]     0.8.5claws163
7280
7281         * src/toolbar.c
7282                 make toolbar's on click events translatable
7283
7284 2002-11-15 [colin]      0.8.5claws162
7285
7286         * src/summaryview.c
7287                 Revert too-soon integration of a feature
7288
7289 2002-11-15 [christoph]  0.8.5claws161
7290
7291         * src/imap.c
7292                 use main's implementation of imap_get_msginfo
7293
7294 2002-11-15 [christoph]  0.8.5claws160
7295
7296         * src/compose.c
7297         * src/folder.[ch]
7298         * src/imap.c
7299         * src/mbox_folder.c
7300         * src/mh.c
7301         * src/news.c
7302         * src/procmsg.c
7303         * src/summaryview.c
7304                 replace claws' fetch_msginfo with main's get_msginfo
7305                 (use main's implementation where possible)
7306
7307 2002-11-15 [colin]      0.8.5claws159
7308
7309         * src/ssl_certificate.c
7310                 Missed a check
7311
7312 2002-11-16 [melvin]     0.8.5claws158
7313
7314         * po/fr.po
7315                 Updated French translations.
7316
7317 2002-11-16 [colin]      0.8.5claws157
7318
7319         * src/ssl_certificate.c
7320                 Check for missing parts in the certificates
7321
7322 2002-11-15 [colin]      0.8.5claws156
7323
7324         * src/folderview.c
7325                 Preventive fix (missing check) found by
7326                 Alfons
7327
7328 2002-11-15 [paul]
7329
7330         * NEWS
7331                 sync with 0.8.6 release
7332
7333 2002-11-15 [colin]      0.8.5claws155
7334
7335         * src/folder.[ch]
7336           src/folderview.c
7337                 Fix error handling of folder_item_move_to()
7338                 (thanks to Alfons!)
7339
7340 2002-11-15 [colin]      0.8.5claws154
7341
7342         * src/folder.[ch]
7343           src/folderview.c
7344                 folder_item_move_to() sets an error message instead
7345                 of having GUI stuff in folder.c
7346
7347 2002-11-15 [colin]      0.8.5claws153
7348
7349         * src/procmsg.[ch]
7350                 Implemented a callback for MsgInfo updates, 
7351                 heavily copy/pasted from Christoph's folder 
7352                 callback system
7353         * src/summaryview.[ch]
7354                 Register summary_update_msg as callback
7355
7356 2002-11-14 [colin]      0.8.5claws152
7357         
7358         * src/procmsg.c
7359                 Update the FolderItem after sending (fixes 617593)
7360
7361 2002-11-14 [christoph]  0.8.5claws151
7362
7363         * src/folder.c
7364                 fix wrong position of NULL pointer check found
7365                 by Sergey
7366
7367 2002-11-14 [christoph]  0.8.5claws150
7368
7369         * src/folder.c
7370                 fix segfault when deleting messages from IMAP folders
7371                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7372
7373 2002-11-14 [colin]      0.8.5claws149
7374
7375         * src/compose.c
7376                 Forwarding was also ignoring the folder's default account.
7377
7378 2002-11-14 [colin]      0.8.5claws148
7379
7380         * src/compose.c
7381                 Fix sent folder not set to folder properties when 
7382                 forwarding.
7383
7384 2002-11-14 [thorsten]   0.8.5claws147
7385
7386         * src/inc.c
7387                 inc_start(): Files were not moved from .processing to inbox,
7388                 if no global processing rule existed
7389
7390 2002-11-14 [colin]      0.8.5claws146
7391
7392         * src/ssl_certificate
7393                 Fix file operations
7394
7395 2002-11-14 [paul]       0.8.5claws145
7396
7397         * po/it.po
7398                 updated by Alessandro Maestri
7399
7400 2002-11-13 [alfons]     0.8.5claws144
7401
7402         * src/folder.c
7403                 folder_item_close(): only mark messages unread
7404                 when a folder has new messages 
7405
7406 2002-11-13 [keith]      0.8.5claws143
7407
7408         * src/imap.c
7409                 Fix problem moving or copying between
7410                 IMAP folders
7411
7412 2002-11-13 [colin]      0.8.5claws142
7413
7414         * src/matcher_parser_parse.y
7415                 Fix rule problem when " don't match
7416
7417 2002-11-13 [christoph]  0.8.5claws141
7418
7419         * src/folder.c
7420         * src/folderview.c
7421                 moved cache saving to folder_item_close
7422                 the folderview should not have to deal with
7423                 this things
7424
7425 2002-11-13 [christoph]  0.8.5claws140
7426
7427         * src/summaryview.c
7428                 moved setting of important score to
7429                 summary_set_prefs_from_folderitem
7430
7431 2002-11-13 [colin]      0.8.5claws139
7432
7433         * src/matcher_parser_parse.y
7434                 Fix a segfault in the parser (happening when
7435                 a good expression had been tested and a bad 
7436                 one arrives)
7437
7438 2002-11-13 [paul]       0.8.5claws138
7439
7440         * sync with 0.8.5cvs24
7441                 see ChangeLog 2002-11-13
7442                 
7443         * po/pt_BR.po
7444                 updated by Fabio Jr. Beneditto
7445
7446 2002-11-13 [colin]      0.8.5claws137
7447         
7448         * src/msgcache.c
7449           src/defs.h
7450           src/procmsg.[ch]
7451                 Revert last commit, problem
7452
7453 2002-11-13 [colin]      0.8.5claws136
7454
7455         * src/msgcache.c
7456                 Remove duplicated code
7457         * src/defs.h
7458                 Bumped CACHE_VERSION and MARK_VERSION
7459         * src/procmsg.[ch]
7460                 Network endian for cache and mark files
7461
7462 2002-11-12 [colin]      0.8.5claws135
7463
7464         * src/inc.c
7465                 Fix the "socket error" dialog which disappeared
7466
7467 2002-11-12 [colin]      0.8.5claws134
7468
7469         * src/msgcache.c
7470                 Reverse last commit which had performance 
7471                 problems, but still reverse the list
7472
7473 2002-11-12 [colin]      0.8.5claws133
7474
7475         * src/msgcache.c
7476                 Reverse list order
7477
7478 2002-11-12 [melvin]     0.8.5claws132
7479
7480         * src/compose.c
7481                 Added a check for a NULL prefs_common.dictionary
7482
7483 2002-11-12 [colin]      0.8.5claws131
7484
7485         * src/ssl_certificate.[ch]
7486                 Use FQDN hostname
7487
7488 2002-11-12 [colin]      0.8.5claws130
7489
7490         * src/ssl_certificate.[ch]
7491                 Take connection port into account for 
7492                 checking certificates (a single hostname
7493                 could have multiple servers with multiple
7494                 certificates)
7495         * src/ssl.c
7496                 Pass the port to ssl_certificate_check
7497
7498 2002-11-12 [paul]       0.8.5claws129
7499
7500         * src/folder.c
7501                 fix a typo in last commit
7502
7503 2002-11-12 [paul]       0.8.5claws128
7504
7505         * sync with 0.8.5cvs23
7506                 see ChangeLog entry 2002-11-12
7507
7508 2002-11-11 [colin]      0.8.5claws127
7509
7510         * src/ssl_certificate.c
7511                 Cleaner messages
7512                 Don't popup, instead log error, if the 
7513                 corresponding pref is checked
7514         * src/ssl_certificate.h
7515                 include <openssl/objects/h>
7516
7517 2002-11-11 [colin]      0.8.5claws126
7518
7519         * src/ssl_certificate.h
7520                 _Really_ clean it
7521
7522 2002-11-11 [colin]      0.8.5claws125
7523         
7524         * src/ssl_certificate.c
7525                 Fixed leak
7526
7527 2002-11-11 [colin]      0.8.5claws124
7528
7529         * src/ssl.c
7530                 Cleaned a bit
7531         * src/ssl_certificate.[ch]
7532                 Cleaned a bit (better use of SSL API)
7533                 (This will cause non-recognition of saved 
7534                  certificates of claws12[23]...)
7535
7536 2002-11-11 [paul]       0.8.5claws123
7537         
7538         * po/es.po
7539                 updated by Ricardo Mones Lastra
7540
7541 2002-11-11 [colin]      0.8.5claws122
7542
7543         * src/ssl.c
7544                 Fix a typo
7545
7546 2002-11-11 [colin]      0.8.5claws121
7547
7548         * src/ssl_certificate.[ch] ** NEW FILES **
7549         * src/ssl.[ch]
7550                 Check SSL certificates presented to us
7551         * src/Makefile.am
7552                 Add ssl_certificate.[ch]
7553         * po/POTFILES.in
7554                 Add ssl_certificate.c
7555
7556 2002-11-11 [paul]       0.8.5claws120
7557
7558         * sync with 0.8.5cvs22
7559                 see ChangeLog 2002-11-11
7560
7561 2002-11-11 [paul]       0.8.5claws119
7562
7563         * sync with 0.8.5cvs21
7564                 see ChangeLog 2002-11-11
7565
7566 2002-11-10 [jens]       0.8.5claws118
7567
7568         * src/folder.c
7569         * src/folderview.c
7570                 corrected some typing
7571         * po/de.po
7572                 updated german translation
7573         * sylpheed.spec.in
7574                 cleaned up specfile and adjusted it for claws
7575
7576 2002-11-10 [colin]      0.8.5claws117
7577
7578         * src/summaryview.c
7579                 a STATUSBAR_PUSH/POP fix
7580
7581 2002-11-10 [colin]      0.8.5claws116
7582
7583         * src/prefs_folder_item.c
7584                 Fix hanging after opening folder properties
7585
7586 2002-11-10 [hoa]        0.8.5claws115
7587
7588         * src/matcher_parser_lex.l
7589         * src/matcher_parser_parse.y
7590                 config file for scoring and filtering is no more trashed
7591                 when there is a syntax error in a filtering rule when
7592                 editing it in a dialog.
7593
7594 2002-11-09 [colin]      0.8.5claws114
7595
7596         * src/mbox_folder.c
7597                 Added missing initialisation of folder->destroy()
7598
7599 2002-11-09 [colin]      0.8.5claws113
7600
7601         * src/folder.c
7602           src/folderview.c
7603                 Fix the status bar messages
7604
7605 2002-11-09 [colin]      0.8.5claws112
7606
7607         * src/folderview.c
7608                 Fix hangs after folder dnd, happening after 
7609                 claws109.
7610
7611 2002-11-09 [christoph]  0.8.5claws111
7612
7613         * src/folderview.c
7614                 just changed order of calls (reverse order of
7615                 associated calls)
7616         * src/inc.c
7617                 lock inc when checking only one account, otherwise
7618                 inc all could be executed at the same time
7619
7620 2002-11-09 [christoph]  0.8.5claws110
7621
7622         * src/folderview.c
7623                 better unlock the mouse cursor before calling
7624                 summary_show because it changes the cursor too
7625
7626 2002-11-09 [christoph]  0.8.5claws109
7627
7628         * src/folder.[ch]
7629         * src/folderview.c
7630                 add functions to open and close a folder
7631                 o opending will execute scanning for remote folders
7632                   and processing
7633                 o closing will unset new flag for messages
7634
7635 2002-11-09 [colin]      0.8.5claws108
7636
7637         * src/folder.c
7638                 Add a call to prefs_matcher_write_config to 
7639                 avoid non-leaf folders filtering settings to be
7640                 lost
7641
7642 2002-11-09 [paul]       0.8.5claws107
7643
7644         * src/prefs_account.c
7645                 re-word a label
7646
7647 2002-11-09 [colin]      0.8.5claws106
7648
7649         * src/folderview.c
7650                 Minor esthetic fix
7651
7652 2002-11-09 [colin]      0.8.5claws105
7653
7654         * src/folderview.c
7655                 Fix prefs_filtering deletion for MH folders (same
7656                 reason as below)
7657         * src/prefs_filtering.c
7658                 Fix prefs_filtering renaming and deletion for 
7659                 folder-based processing rules.  
7660
7661 2002-11-09 [christoph]  0.8.5claws104
7662
7663         * src/compose.c
7664         * src/folder.[ch]
7665         * src/folderview.[ch]
7666         * src/import.c
7667         * src/inc.c
7668         * src/main.c
7669         * src/mainwindow.c
7670         * src/messageview.c
7671         * src/prefs_folder_item.c
7672         * src/procmsg.c
7673         * src/summaryview.c
7674                 implement a callback system for folder item updates
7675
7676 2002-11-09 [colin]      0.8.5claws103
7677
7678         * src/folderview.c
7679                 Fix prefs_filtering renaming for MH folders (we
7680                 shouldn't rename by path as another folder could
7681                 have the same hierarchy).
7682
7683 2002-11-09 [colin]      0.8.5claws102
7684
7685         * src/folder.c
7686                 Fix a leak found by Christoph, use better variable
7687                 names
7688
7689 2002-11-09 [colin]      0.8.5claws101
7690
7691         * src/folder.c
7692                 One more fix for processing rules
7693
7694 2002-11-08 [colin]      0.8.5claws100
7695         
7696         * src/matcher.c
7697                 Don't copy the compiled regexp (will be reevaluated)
7698         * src/folderview.c
7699                 Lock folderview while moving
7700         * src/folder.c
7701                 Provide info on what's happening to the user
7702
7703 2002-11-08 [colin]      0.8.5claws99
7704
7705         * src/folderview.c
7706                 Fix folder reordering after a move if parent is 
7707                 root
7708         * src/scoring.[ch]
7709                 Add function to copy a ScoringProp
7710         * src/prefs_folder_item.c
7711                 Copy scoring rules when copying a folder prefs
7712
7713 2002-11-08 [colin]      0.8.5claws98
7714
7715         * src/folderview.c
7716                 Fixes in case of failure
7717         * src/filtering.[ch]    
7718                 Add function to duplicate a FilteringProp
7719         * src/matcher.[ch]
7720                 Add function to duplicate a MatcherProp
7721         * src/prefs_folder_item.c
7722                 Save folder's processing rules when copying 
7723                 its prefs
7724
7725 2002-11-08 [colin]      0.8.5claws97
7726         
7727         * src/folderview.c
7728                 Sort after move
7729         * src/folder.c 
7730                 Change a printf to debug_print
7731
7732 2002-11-08 [colin]      0.8.5claws96
7733
7734         * src/folder.c
7735           src/folderview.c
7736                 Fix segfaults, call me stupido
7737         
7738
7739 2002-11-08 [colin]      0.8.5claws95
7740
7741         *src/folder.c
7742                 Added forgotten prefs to save when moving folders
7743
7744 2002-11-08 [colin]      0.8.5claws94
7745
7746         * src/folder.c
7747                 Fixes to folder DND (prefs copy)
7748         * src/folderview.c
7749                 Optimization for folder DND (don't rescan whole tree)
7750                 Added folderview_create_folder_node() for this 
7751                 optimization, so de-duped a bit the code
7752         * src/prefs_folder_item.[ch]
7753                 Added prefs_folder_item_copy_prefs()    
7754           
7755 2002-11-08 [paul]       0.8.5claws93
7756
7757         * src/prefs_account.c
7758           tools/README
7759           tools/kmail2sylpheed_v2.pl
7760                 correct some typos
7761
7762 2002-11-08 [paul]       0.8.5claws92
7763
7764         * src/compose.c
7765           src/prefs_account.[ch]
7766                 remove account options 'clearsign' and 'ascii_armored',
7767                 replace with 'default_gnupg_mode' to prevent mixed-mode
7768                 Privacy settings
7769
7770 2002-11-08 [paul]       0.8.5claws91
7771
7772         * src/compose.[ch]
7773                 re-implement GnuPG 'on-the-fly' mode selection,
7774                 disallow mixed-mode
7775
7776 2002-11-08 [colin]      0.8.5claws90
7777
7778         * src/folderview.c
7779           src/prefs_folder_item.c
7780                 Change "Property" to "Properties"
7781
7782 2002-11-07 [colin]      0.8.5claws89
7783
7784         * src/folderview.c
7785           src/folder.c
7786                 Allow folder dropping to a root folder
7787
7788 2002-11-07 [paul]       0.8.5claws88
7789
7790         * src/compose.c
7791                 revert last commit
7792
7793 2002-11-07 [paul]       0.8.5claws87
7794
7795         * src/compose.c
7796                 fix reply-to-list bug. closes bug report
7797                 "[633382] reply-to-list broken in recent cvs"
7798
7799 2002-11-07 [paul]       0.8.5claws86
7800
7801         * src/compose.c
7802                 add a forgotten '#if USE_GPGME ... #endif'
7803
7804 2002-11-07 [paul]       0.8.5claws85
7805
7806         * sync with 0.8.5cvs20
7807                 see ChangeLog 2002-11-07
7808
7809 2002-11-07 [colin]      0.8.5claws84
7810
7811         * src/folder.[ch]
7812                 Change folder_item_move_to to return the newly 
7813                 created folderitem.
7814         * src/folderview.c
7815                 Select the new folderitem after moving.
7816
7817 2002-11-07 [colin]      0.8.5claws83
7818
7819         * src/prefs_filtering.c
7820                 Fix rule rewriting when moving a leaf folder to a 
7821                 shorter path
7822
7823 2002-11-07 [colin]      0.8.5claws82
7824
7825         * src/prefs_filtering.c
7826                 fix a leak
7827
7828 2002-11-07 [colin]      0.8.5claws81
7829
7830         * src/folder.[ch]
7831                 Add folder_item_move_to() function to move a 
7832                 folderitem into another one (updates matcher etc)
7833         * src/folderview.c
7834                 Add folder drag'n drop (context menu to come)
7835                 [Should be dataloss free, but Please backup before 
7836                  trying !]
7837
7838 2002-11-06 [colin]      0.8.5claws80
7839
7840         * src/mh.c
7841                 mh_create_folder() returns NULL if can't create
7842                 directory hierarchy
7843
7844 2002-11-06 [paul]       0.8.5claws79
7845
7846         * src/compose.[ch]
7847                 allow 'on-the-fly' changing of the type of encryption 
7848                 and/or signing used (mime/ascii) via the compose window
7849
7850 2002-11-06 [paul]       0.8.5claws78
7851
7852         * sync with 0.8.5cvs19
7853                 see ChangeLog 2002-11-06 for src/account.c: 
7854                 account_get_special_folder()
7855                 
7856 2002-11-05 [alfons]     0.8.5claws77
7857
7858         * src/crash.c
7859                 very minor cleanups: nothing to see here, move on. :-)
7860
7861 2002-11-05 [colin]      0.8.5claws76
7862
7863         * src/main.c
7864                 Changes choices if compose windows are opened to
7865                 Discard, Draft, Don't quit
7866
7867 2002-11-05 [thorsten]   0.8.5claws75
7868
7869         * src/compose.c
7870                 reenabled default_reply_to folder option
7871
7872 2002-11-05 [colin]      0.8.5claws74
7873
7874         * src/compose.[ch] 
7875                 add compose_draft()
7876         * src/crash.c
7877                 add SIGTERM handler
7878         * src/main.[ch]
7879                 add clean_quit() for the SIGTERM handler
7880
7881 2002-11-05 [paul]       0.8.5claws73
7882         
7883         * po/es.po
7884                 updated by Ricardo Mones Lastra
7885
7886 2002-11-05 [melvin]     0.8.5claws72
7887
7888         * src/logwindow.c
7889                 Fixed log-clipping bug #616795.
7890                 To stop logging in the log window use 0 length.
7891         * src/prefs_common.c
7892                 Added a label to inform about the 0 log length behaviour.
7893
7894 2002-11-05 [paul]       0.8.5claws71
7895
7896         * sync with 0.8.5cvs17
7897                 see ChangeLog 2002-11-05
7898
7899 2002-11-04 [paul]       0.8.5claws70
7900
7901         * sylpheed-128x128.png
7902           sylpheed-64x64.png
7903           sylpheed.png
7904                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7905                 <nikai@users.sourceforge.net>
7906                 
7907         * po/bg.po
7908                 updated by George Danchev
7909
7910 2002-11-03 [thorsten]   0.8.5claws69
7911
7912         * src/main.c
7913           src/mimeview.c
7914           src/rfc2015.h
7915                 add check if gpg is active
7916
7917 2002-11-03 [thorsten]   0.8.5claws68
7918
7919         * src/toolbar.h
7920                 removed GSList declaration causing trouble on MacOS-X
7921                 (submitted by alfons, reported by xfesty)
7922
7923 2002-11-01 [paul]       0.8.5claws67
7924
7925         * src/mainwindow.c
7926                 remove last remnants of main's filter code
7927
7928 2002-11-01 [paul]       0.8.5claws66
7929
7930         * tools/filter_conv.pl
7931                 fix bug where user-defined headers were ignored
7932
7933 2002-11-01 [paul]       0.8.5claws65
7934
7935         * src/logwindow.c
7936                 make a debug_print() not translatable
7937
7938 2002-10-31 [melvin]     0.8.5claws64
7939
7940         * ac/aspell.m4
7941                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7942                 not run any GNU/aspell test.  The dictionary path will
7943                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7944                 was given, in which case, it will be $prefix/lib/aspell/
7945         * configure.in
7946                 Fixed typo in commentary (Aspell code).
7947
7948 2002-10-31 [paul]       0.8.5claws63
7949
7950         * po/POTFILES.in
7951                 remove src/filter.c and src/prefs_filter.c
7952                 thanks to Ricardo for reminding me
7953
7954 2002-10-31 [colin]      0.8.5claws62
7955
7956         * src/mbox_folder.c
7957                 Plug some leaks
7958
7959 2002-10-31 [paul]       0.8.5claws61
7960
7961         * src/prefs_filter.[ch] ** REMOVED **
7962           src/filter.[ch]       ** REMOVED **
7963           
7964         * src/Makefile.am
7965           src/folderview.c
7966           src/inc.c
7967           src/main.c
7968           src/mainwindow.c
7969           src/mbox.c
7970           src/prefs_common.c
7971           src/prefs_filtering.c
7972           src/summaryview.[ch]
7973                 remove main's 'filter' code
7974                 
7975         README.claws
7976                 update to reflect removal of main's filter
7977
7978 2002-10-31 [paul]       0.8.5claws60
7979
7980         * src/summaryview.c
7981                 remove check for global_processing in summary_filter_open(). 
7982                 This fixes the bug where if the user uses the right-click 
7983                 'Create filter rule...' and doesn't have any filter rules 
7984                 already defined in claws' advanced filtering, the newly 
7985                 created filter rule goes to main's filtering which is 
7986                 inaccessible through the gui. Now the filter rule gets added
7987                 to claws' filtering by default.
7988
7989 2002-10-28 [melvin]     0.8.5claws59
7990
7991         * src/prefs_actions.c
7992                 Fixed bug #627322 where MIME parts were not always
7993                 correctly passed to a %p action
7994                 Display an error dialog when message filename is not found.
7995
7996 2002-10-28 [melvin]     0.8.5claws58
7997
7998         * src/prefs_common.c
7999                 Readded a missing function declaration lost in 0.8.3claws34
8000
8001 2002-10-28 [paul]       0.8.5claws57
8002
8003         * sync with 0.8.5cvs15
8004                 see ChangeLog 2002-10-28 and 2002-10-25
8005                 
8006         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8007
8008 2002-10-27 [oliver]     0.8.5claws56
8009
8010         * src/pop.c
8011                 plug leak in pop3_top_recv
8012
8013 2002-10-26 [christoph]  0.8.5claws55
8014
8015         * src/folder.c
8016                 set need_update folder flag when messages are added
8017                 (closes bug [ 626922 ] folder not updated after receiving)
8018
8019 2002-10-25 [melvin]     0.8.5claws54
8020
8021         * src/imageview.c
8022                 Fixed a memleak introduced in the scaling code.
8023
8024 2002-10-24 [alfons]     0.8.5claws53
8025
8026         * src/filtering.c
8027                 make filtering's forward message action forward from the 
8028                 correct account
8029                 (closes bug [628089 ] Filter -> Forward from address problem
8030                 reported by Oktay)
8031
8032 2002-10-24 [christoph]  0.8.5claws52
8033
8034         * src/mainwindow.c
8035         * src/manual.[ch]
8036                 o use manual of current locale or english if current
8037                   locale is not available (and english is available)
8038                 o also link to sylpheed doc project manuals
8039
8040 2002-10-23 [paul]       0.8.5claws51
8041
8042         * tools/README
8043           tools/kmail2sylpheed_v2.pl
8044                 add new version of kmail addressbook importer script.
8045                 works with newer versions of Kmail/KAddressBook which
8046                 have new and rearranged data.
8047
8048 2002-10-23 [martin]     0.8.5claws50
8049
8050         * src/folderview.c
8051         * src/summaryview.c
8052         * src/utils.h
8053         * src/utils.c
8054                 added length parameter to get_abbrev_newsgroup_name()
8055                 changed this function so that it abbreviates the newsgroup
8056                 names only so long it is smaller than the length parameter
8057                 (for better reading of some newsgroup names and space efficiency)
8058
8059 2002-10-22 [colin]      0.8.5claws49
8060
8061         *src/foldersel.c
8062                 Revert Alfons' last modification (after voting ;-))
8063
8064 2002-10-21 [alfons]     0.8.5claws48
8065
8066         * src/foldersel.c
8067                 folder view in folder selection dialog reflects state of
8068                 folder view in main window
8069
8070 2002-10-18 [alfons]     0.8.5claws47
8071
8072         * src/mbox.c
8073                 drop imported messages in folder selected by user,
8074                 and not in the inbox
8075                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8076
8077 2002-10-18 [alfons]     0.8.5claws46
8078
8079         * src/compose.c
8080                 make automagic reply work correctly for email accounts 
8081                 (whether it's viable to do a full sync with Hiro's 
8082                 compose.c is still under discussion)
8083
8084 2002-10-18 [melvin]     0.8.5claws45
8085
8086         * src/prefs_actions.c
8087                 Fixed bug #622275 where asynchroneous actions left 
8088                 zombies processes
8089                 Made (synchroneous) actions' input be displayed live.
8090
8091 2002-10-18 [christoph]  0.8.5claws44
8092
8093         * src/textview.c
8094                 don't add a newline in the textview in front of the
8095                 first textpart if header display is disabled
8096                 (closes bug [ 603385 ] disabled header display leaves blank
8097                  lin)
8098
8099 2002-10-18 [christoph]  0.8.5claws43
8100
8101         * src/folder.[ch]
8102         * src/imap.c
8103         * src/mbox_folder.c
8104         * src/mh.c
8105         * src/news.c
8106                 folder->get_num_list now returns an error code
8107                 (closes bug [ 609424 ] News cache cleared on failure)
8108                 
8109 2002-10-17 [colin]      0.8.5claws42
8110         
8111         * src/news.c
8112                 Changed a printf by debug_print
8113
8114 2002-10-16 [paul]       
8115
8116         * tools/OOo2sylpheed.pl
8117                 allow for spaces in the name of the
8118                 file to be attached.
8119
8120 2002-10-16 [colin]      0.8.5claws41
8121
8122         * src/main.c
8123                 Use a tristate to change online mode
8124
8125 2002-10-16 [paul]       0.8.5claws40
8126
8127         * po/es.po
8128                 updated by Ricardo Mones Lastra
8129
8130 2002-10-16 [colin]      0.8.5claws39
8131
8132         * src/main.c
8133           src/mainwindow.[ch]
8134                 Added --online and --offline command-line
8135                 switches
8136
8137 2002-10-15 [christoph]  0.8.5claws38
8138
8139         * src/procmime.c
8140                 set mimeinfo->name to NULL after g_free to
8141                 avoid double freeing with g_free
8142
8143 2002-10-14 [christoph]  0.8.5claws37
8144
8145         * src/compose.c
8146         * src/filtering.c
8147         * src/summaryview.c
8148                 remove calls to folder->change_flags that are now
8149                 done by procmsg flag functions (seems it is not
8150                 used by any foldertype anyway)
8151         * src/folder.c
8152                 init folder->change_flags with NULL
8153
8154 2002-10-14 [christoph]  0.8.5claws36
8155
8156         * src/folder.[ch]
8157         * src/imap.[ch]
8158                 use virtual functions for folder item new and destroy
8159                 functions
8160
8161 2002-10-14 [melvin]     0.8.5claws35
8162
8163         * src/compose.c
8164                 Added a test to not run the spell checker if no default
8165                 dictionary is available. No dialog is displayed though.
8166
8167 2002-10-14 [melvin]     0.8.5claws34
8168
8169         * src/gtkaspell.c
8170                 Fixed bug in dictionary list context menu where
8171                 "More..." pointed to an emtpy submenu if the
8172                 number of dictionaries is a multiple of 15
8173                 Removed unneeded code in suggestions list creation
8174
8175 2002-10-14 [paul]       0.8.5claws33
8176
8177         * po/bg.po
8178                 updated by George Danchev
8179
8180 2002-10-13 [hoa]        0.8.5claws32
8181
8182         * src/matcher.[ch]
8183           src/matcher_parser_parser.y
8184                 removed the escaped string from internal structure
8185                 of matcher.
8186
8187 2002-10-12 [colin]      0.8.5claws31
8188
8189         * src/gtksctree.[ch]
8190           src/summaryview.c
8191                 Removed useless function gtksctree_reanchor
8192
8193 2002-10-12 [alfons]     0.8.5claws30
8194         
8195         * sync with remaining main changes 2002-10-09 - 2002-10-11
8196         - drop changes to src/compose.c (requires claws specific changes)
8197         
8198 2002-10-12 [alfons]     0.8.5claws29
8199         
8200         * sync with main changes of 2002-10-08
8201         - drop changes to src/compose.c (requires claws specific changes)
8202         - drop changes to src/summaryview.c (requires changes to compose.c)     
8203
8204 2002-10-12 [alfons]     0.8.5claws28
8205         
8206         * sync with main changes of 2002-10-07
8207
8208 2002-10-12 [alfons]     0.8.5claws27
8209
8210         * sync with main changes of 2002-10-04
8211         - drop changes to src/compose.c (requires claws specific changes)
8212         - drop changes to src/prefs_folder_item.c (claws implementation
8213           seems to be working)
8214
8215 2002-10-12 [colin]      0.8.5claws26
8216
8217         * src/mainwindow.c
8218                 Fix folder-flicker when space-reading, introduced 
8219                 in claws22.
8220
8221 2002-10-12 [colin]      0.8.5claws25
8222
8223         * src/compose.c
8224                 Save account address when saving as draft.
8225                 (closes bug 621838)
8226
8227 2002-10-12 [colin]      0.8.5claws24
8228
8229         * src/summaryview.c
8230                 Fix the problem consisting of no message selected
8231                 after the last message in a folder has been moved.
8232
8233 2002-10-12 [paul]       0.8.5claws23
8234
8235         * src/compose.c
8236           src/prefs_template.c
8237           src/template.[ch]
8238                 add Cc and Bcc to templates. Patch submitted by
8239                 John L. Males.
8240
8241 2002-10-12 [colin]      0.8.5claws22
8242
8243         * src/folderview.c
8244                 Fix a bug after "Check for new messages":
8245                 If a folder was opened, it was still selected at
8246                 the end of the check, but displayed empty.
8247         * src/mainwindow.c
8248                 Remove unnecessary check
8249
8250 2002-10-12 [paul]
8251
8252         * tools/README
8253                 be more verbose in the description of
8254                 OOo2sylpheed.pl
8255                 
8256
8257 2002-10-11 [colin]      0.8.5claws21
8258
8259         * src/mainwindow.c
8260                 Make space work (better) when no mail is selected
8261
8262 2002-10-11 [colin]      0.8.5claws20
8263
8264         * src/inc.c
8265           src/news.c
8266                 fix warnings
8267
8268 2002-10-11 [colin]      0.8.5claws19
8269
8270         * src/mainwindow.c
8271                 revert 0.8.5claws6 changes as i couldn't get to
8272                 anything satisfying
8273
8274 2002-10-11 [melvin]     0.8.5claws18
8275
8276         * src/compose.c
8277                 Removed buggy and unused macro (should have been committed in
8278                 0.8.5claws17)
8279
8280 2002-10-11 [melvin]     0.8.5claws17
8281
8282         * src/compose.c
8283                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8284
8285 2002-10-11 [thorsten]   0.8.5claws16 
8286
8287         * src/folderview.c
8288                 remove rescan warning
8289
8290 2002-10-11 [colin]      0.8.5claws15 
8291
8292         * src/procheader.c
8293                 fix a segfault that happens if conv_unmime_header
8294                 fails (should be better to find out why it fails)
8295
8296 2002-10-11 [christoph]  0.8.5claws14
8297
8298         * src/summaryview.c
8299                 update folderview stats after ignore/unignore thread
8300
8301 2002-10-11 [hoa]        0.8.5claws13
8302
8303         * src/quote_fmt_parse.y
8304                 Fixed a yacc/bison syntax error
8305         * src/matcher.c
8306                 Escaping of string is fixed.
8307
8308 2002-10-11 [colin]      0.8.5claws12
8309
8310         * src/imageview.c
8311                 Resize images to fit
8312
8313 2002-10-11 [paul]       0.8.5claws11
8314
8315         * po/es.po
8316                 updated by Ricardo Mones Lastra
8317
8318 2002-10-10 [alfons]     0.8.5claws10
8319
8320         * src/compose.c
8321                 allow dropping files by "moving" files from a file manager,
8322                 not only by the more cumbersome "copying". the latter 
8323                 mostly implies holding down the Control button
8324
8325 2002-10-10 [christoph]  0.8.5claws9
8326
8327         * src/summaryview.c
8328                 update folders after thread building for ignored threads
8329
8330 2002-10-10 [christoph]  0.8.5claws8
8331
8332         * config/.cvsignore
8333                 added Makefile
8334         * src/filtering.[ch]
8335         * src/folder.[ch]
8336         * src/folderview.[ch]
8337         * src/import.c
8338         * src/inc.[ch]
8339         * src/mbox.[ch]
8340         * src/procmsg.c
8341         * src/summaryview.[ch]
8342                 o added new flag need_update to FolderItem
8343                 o removed folder_table from various functions from tracking
8344                   folder updates
8345                 o set need_update flags in folder.c's move, copy and delete
8346                   functions and procmsg's flags functions
8347                 o added function folderview_update_items_when_required that
8348                   updates all folders with need_update set
8349                 o call folderview_update_items_when_required instead of
8350                   folderview_update_item_foreach
8351
8352 2002-10-09 [sergey]     0.8.5claws7
8353
8354         * src/compose.c
8355                 Strip CRs whel loading the text into editor in reedit mode.
8356
8357 2002-10-09 [colin]      0.8.5claws6
8358
8359         * src/mainwindow.c
8360                 Make Space work when no mail is selected
8361
8362 2002-10-09 [colin]      0.8.5claws5
8363
8364         * src/gtksctree.[ch]
8365                 Fix range_select
8366                 Add gtk_sctree_reanchor() 
8367         * src/summaryview.c
8368                 Use gtk_sctree_reanchor() - better fix for 
8369                 bug 60413
8370
8371 2002-10-09 [colin]      0.8.5claws4
8372
8373         * src/summaryview.c
8374                 Fix shift-click select after delete problem
8375                 (closes bug 60413)
8376
8377 2002-10-08 [thorsten]   0.8.5claws3
8378
8379         * src/summaryview.c
8380                 exclude current msg from -hide read messages-
8381
8382 2002-10-08 [colin]      0.8.5claws2
8383
8384         * src/inc.[ch]
8385           src/pop.c
8386           src/recv.c
8387                 Differentiate socket errors from disk full
8388                 errors
8389
8390 2002-10-08 [christoph]  0.8.5claws1
8391
8392         * Makefile.am
8393         * configure.in
8394                 modifications for new config directory
8395
8396         * config.guess  ** REMOVED **
8397         * config.sub    ** REMOVED **
8398         * install-sh    ** REMOVED **
8399         * ltmain.sh     ** REMOVED **
8400         * missing       ** REMOVED **
8401         * mkinstalldirs ** REMOVED **
8402                 these files are autogenerated by automake
8403                 when you run autogen.sh
8404
8405         * config/.cvsignore     ** NEW FILE **
8406         * config/Makefile.am    ** NEW FILE **
8407                 ignore autogenerated files
8408                 create a Makefile in this directory
8409
8410 2002-10-08 [paul]       0.8.5claws
8411
8412         * 0.8.5claws release
8413         
8414         * src/compose.c
8415           src/procheader.c
8416           src/procmsg.c
8417                 fix quote reply format for newsgroups reply bug
8418                 (thanks to Hoa)
8419                 
8420         * po/en_GB.po
8421           po/pl.po
8422                 updated by me and Witold Wladyslaw Wojciech Wilk
8423                 repectively
8424
8425 2002-10-07 [paul]       0.8.3claws53
8426
8427         * po/it.po
8428           po/pt_BR.po
8429           po/sr.po
8430                 updated messages catalogs, submitted by
8431                 Alessandro Maestri, Fabio Jr.Beneditto 
8432                 and Urke MMI, respectively.
8433
8434 2002-10-07 [christoph]  0.8.3claws52
8435
8436         * src/folder.[ch]
8437         * src/folderview.c
8438         * src/mainwindow.c
8439                 fix new folder ghost message bug
8440                 (closes bug [ 619722 ] wrong count for newly created folders)
8441
8442 2002-10-07 [christoph]  0.8.3claws51
8443
8444         * src/compose.c
8445                 fix news posting problem
8446
8447 2002-10-07 [melvin]     0.8.3claws50
8448
8449         * po/fr.po
8450                 Updated French translation
8451
8452 2002-10-05 [christoph]  0.8.3claws49
8453
8454         * src/gtkstext.c
8455                 check if line_start_cache is set in gtk_stext_update_text
8456                 (closes bug [ 618119 ] crash while doing search in folder)
8457
8458 2002-10-05 [christoph]  0.8.3claws48
8459
8460         * src/imap.c
8461         * src/news.c
8462         * src/utils.c
8463         * src/utils.h
8464                 implement cache cleanups for claws' folder system
8465                 (closes bug [ 595916 ] imapcache not cleaned up)
8466
8467 2002-10-05 [melvin]     0.8.3claws47
8468
8469         * src/prefs_actions.c
8470                 Made the help text more clear for the %p token
8471
8472 2002-10-04 [paul]       0.8.3claws46
8473
8474         * sync with 0.8.5
8475                 see ChangeLog 2002-10-02 and 2002-10-03
8476
8477 2002-10-04 [christoph]  0.8.3claws45
8478
8479         * src/inc.c
8480                 fix segfault caused by pop before smtp
8481                 call to inc_account_mail with NULL
8482                 pointer for mainwin
8483
8484 2002-10-04 [paul]       0.8.3claws44
8485
8486         * configure.in
8487                 sync the LDAP detection from 0.8.5cvs1
8488
8489 2002-10-02 [christoph]  0.8.3claws43
8490
8491         * po/de.po
8492                 fix small spelling error
8493
8494 2002-10-02 [melvin]     0.8.3claws42
8495
8496         * ac/aspell.m4
8497                 Behave better and say "no" when test program cannot be run.
8498
8499 2002-10-02 [paul]       0.8.3claws41
8500
8501         * sync with 0.8.4cvs1
8502                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8503                 
8504         * src/summaryview.c
8505                 toggle the behavior of Reply menuitem between
8506                 normal reply and reply-to-list
8507
8508 2002-10-01 [sergey]     0.8.3claws40
8509
8510         * src/compose.c
8511                 Convert newlines in the message text to the canonical form
8512                 before base64 encoding (RFC2045 compliance, fixes some
8513                 interoperability issues with Evolution 1.0.3)
8514
8515 2002-09-29 [colin]      0.8.3claws39
8516
8517         * src/summaryview.c
8518                 Fix an unwanted copy/paste
8519
8520 2002-09-29 [colin]      0.8.3claws38
8521
8522         * src/mainwindow.c
8523                 Renamed "Custom toolbar" to "Customize toolbar"
8524                 Renamed "Show all header" to "Show all headers"
8525                 Renamed "Set diplay item" to "Set displayed items"
8526         * src/prefs_common.c
8527                 Renamed "Show all header" to "Show all headers"
8528         * src/prefs_summary_column.c
8529                 Renamed "diplay item" to "displayed items"
8530
8531 2002-09-29 [colin]      0.8.3claws37
8532
8533         * src/mainwindow.[ch]
8534                 online/offline status pixmaps follow theme
8535                 changes
8536         * src/summaryview.[ch]
8537                 quicksearch pixmap follows theme changes
8538
8539 2002-09-29 [thorsten]   0.8.3claws36
8540
8541         * src/compose.c
8542           src/prefs_folder_item.[ch]
8543                 add default_reply_to folder option (closes patch 581044)
8544
8545 2002-09-29 [christoph]  0.8.3claws35
8546
8547         * acconfig.h    ** REMOVED **
8548         * configure.in
8549         * ac/aspell.m4
8550         * ac/check-type.m4
8551         * ac/gnupg-check-typedef.m4
8552                 fix autoheader 2.50 warning
8553
8554 2002-09-29 [christoph]  0.8.3claws34
8555
8556         * major code cleanup (part 2)
8557         
8558                 - unused variables removed
8559                 - unused functions removed
8560                 - uninitialized variables checked
8561                 - missing return statements added
8562                 - missing function return types added
8563                 - added parentheses around assignment
8564                   when suggested by gcc
8565
8566 2002-09-29 [alfons]     0.8.3claws33
8567
8568         * src/logwindow.c
8569                 log_window_clear(): only bracket gtk_text_forward_delete() 
8570                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8571                 works around GTK text bug)
8572
8573 2002-09-29 [paul]       0.8.3claws32
8574
8575         * po/bg.po
8576           po/sr.po
8577                 updated by George Danchev and Urke MMI
8578                 respectively
8579
8580 2002-09-27 [christoph]  0.8.3claws31
8581
8582         * doc-src/readme.txt
8583         * doc-src/rfc1806.txt   ** REMOVED **
8584         * doc-src/rfc2183.txt   ** NEW FILE **
8585         * doc-src/rfc2980.txt   ** NEW FILE **
8586                 update rfcs
8587
8588 2002-09-27 [melvin]     0.8.3claws30
8589
8590         * ac/aspell.m4
8591                 Fixed typo which could break linking
8592
8593 2002-09-27 [melvin]     0.8.3claws29
8594
8595         * ac/aspell.m4
8596                 Improved GNU/aspell checking. 
8597                 Fixed bug #614490
8598
8599 2002-09-27 [paul]       0.8.3claws28
8600
8601         * sync with 0.8.3cvs8
8602                 see ChangeLog 2002-09-27
8603
8604 2002-09-26 [colin]      0.8.3claws27
8605
8606         * src/toolbar.[ch]
8607           src/mainwindow.[ch]
8608                 Add "Reply to Mailing-list" to the toolbar
8609
8610 2002-09-26 [christoph]  0.8.3claws26
8611
8612         * src/summaryview.c
8613                 Fix wrong message counts in summaryview status
8614
8615 2002-09-26 [paul]       0.8.3claws25
8616
8617         * sync with 0.8.3cvs7
8618                 see ChangeLog 2002-09-26
8619
8620 2002-09-26 [paul]       0.8.3claws24
8621
8622         * sync with 0.8.3cvs6
8623                 see ChangeLog 2002-09-25
8624
8625 2002-09-25 [christoph]  0.8.3claws23
8626
8627         * src/prefs_common.c
8628         * src/prefs_folder_item.c
8629         * src/prefs_scoring.c
8630                 Renamed "kill score" to "hide score" in GUI
8631                 and prefs files
8632
8633 2002-09-25 [paul]       0.8.3claws22
8634
8635         * sync with 0.8.3cvs5
8636                 see ChangeLog 2002-09-24
8637
8638 2002-09-24 [alfons]     0.8.3claws21
8639
8640         patch by Satoshi Nagayasu: allows appending / saving multiple 
8641         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8642         'Save as ...'")
8643
8644         * AUTHORS
8645                 add Satoshi Nagayasu
8646         * src/summaryview.c
8647                 summary_save_as(): allow saving selected files to
8648                 one file
8649                 summary_set_menu_sensitive: enable "Save As..." when
8650                 multiple files are selected
8651         * src/utils.[ch]
8652                 append_file(): new function
8653
8654 2002-09-24 [colin]      0.8.3claws20
8655
8656         * src/procmime.c
8657                 Fix segfault when mimeinfo doesn't have a 
8658                 content_type. 
8659
8660 2002-09-24 [colin]      0.8.3claws19
8661
8662         * src/prefs_common.[ch]
8663                 Add a preference to display send dialog or not
8664         * src/send.c
8665                 Display send dialog according to preference
8666
8667 2002-09-24 [colin]      0.8.3claws18
8668
8669         * src/compose.[ch]
8670                 Disable user actions when sending
8671
8672 2002-09-24 [colin]      0.8.3claws17
8673
8674         * src/procmime.c
8675                 Do not display name or filename for attachments
8676                 with an application/pgp-signature type
8677                 (security flaw, see bug 537413)
8678
8679 2002-09-23 [colin]      0.8.3claws16
8680
8681         * src/editaddress.c
8682                 Initialize entry_email, entry_alias and 
8683                 entry_remarks to first email address of the list
8684
8685 2002-09-23 [colin]      0.83claws15
8686
8687         * src/compose.c
8688                 Drop pgp-signature when reediting a signed queued
8689                 message
8690
8691 2002-09-23 [melvin]     0.8.3claws14
8692
8693         * po/fr.po
8694                 Updated French translation
8695
8696 2002-09-23 [melvin]     0.8.3claws13
8697
8698         * src/mainwindow.c
8699                 Made custom toolbar menu labels more consistent
8700         * src/prefs_toolbar.c
8701                 Made custom toolbar window title more consistent
8702
8703 2002-09-22 [colin]      0.8.3claws12
8704
8705         * src/inc.c
8706                 Initialize session type to normal before getting 
8707                 mail (fixes strange Get behaviour)
8708         * src/prefs_account.h
8709                 Move STYPE_POP_BEFORE_SMTP to last position to 
8710                 avoid other side-effects
8711
8712 2002-09-22 [colin]      0.8.3claws11
8713
8714         * src/prefs_account.c
8715                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8716                 from pop3 to apop or vice-versa
8717
8718 2002-09-22 [colin]      0.8.3claws10
8719         
8720         * src/prefs_account.[ch]
8721                 Add an option for the POP before SMTP timeout
8722         * src/inc.c
8723                 Remember time of last POP connection
8724         * src/send.c
8725                 Do POP before SMTP only if timeout reached
8726
8727 2002-09-22 [oliver]     0.8.3claws9
8728         
8729         * README.claws
8730                 explain custom toolbar
8731
8732 2002-09-22 [oliver]     0.8.3claws8
8733
8734         * src/prefs_actions.[ch]
8735         custom toolbar for compose      
8736                 actions callback from compose toolbar
8737         * src/folderview.c
8738                 remove include toolbar.h
8739
8740 2002-09-22 [oliver]     0.8.3claws7
8741         
8742         * src/prefs_toolbar.[ch]
8743                 custom toolbar for compose
8744                 - generic prefs_toolbar handles both
8745                   Mainwin's toolbar as well as Compose toolbar          
8746
8747 2002-09-22 [oliver]     0.8.3claws6
8748         
8749         * src/toolbar.[ch]
8750                 custom toolbar for compose
8751                 restructure toolbar.[ch]
8752
8753 2002-09-22 [oliver]     0.8.3claws5
8754
8755         * src/compose.[ch]
8756                 custom toolbar for compose
8757
8758 2002-09-22 [oliver]     0.8.3claws4
8759         
8760         * src/mainwindow.[ch]
8761                 custom toolbar for compose 
8762                 move mainwin toolbar back to mainwindow
8763
8764 2002-09-22 [alfons]     0.8.3claws3
8765
8766         * src/procmsg.c
8767                 :%sno/if(/if (/gc
8768                 :%sno/for(/for (/gc
8769                 (beautify)
8770
8771 2002-09-22 [alfons]     0.8.3claws2
8772         
8773         * src/procmsg.c
8774                 procmsg_save_to_outbox(): don't unlink message file from queue;
8775                 callers should do it using folder_item_remove_msg()
8776
8777 2002-09-22 [colin]      0.8.3claws1
8778
8779         * src/mimeview.[ch]
8780                 Made mimeview_check_signature() public
8781         * src/textview.c
8782                 Made GPG signatures verifiable by clicking
8783                 the [application/pgp-signature] in the Text
8784                 view
8785
8786 2002-09-22 [paul]       0.8.3claws
8787
8788         * po/bg.po
8789           po/en_GB.po
8790           po/es.po
8791           po/it.po
8792           po/pl.po
8793           po/pt_BR.po
8794           po/sr.po
8795                 updated translations, submitted by George Danchev,
8796                 me, Ricardo Mones Lastra, Alessandro Maestri,
8797                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8798                 and Urke MMI, respectively.     
8799
8800 2002-09-22 [alfons]     0.8.2claws65
8801
8802         * src/procmsg.c
8803         * src/pgptext.c
8804                 no furry valgrinds have been used to plug these memleaks
8805
8806 2002-09-20 [paul]       0.8.2claws64
8807
8808         * sync with 0.8.3cvs4
8809                 'Select thread' re-implemented 
8810                 see ChangeLog 2002-09-20
8811
8812 2002-09-21 [alfons]     0.8.2claws63
8813
8814         * src/compose.c
8815                 compose_send(): plug unnoticed memleak
8816
8817 2002-09-20 [alfons]     0.8.2claws62
8818
8819         * src/addr_compl.c
8820                 replace_address_in_edit(): strict check for NULL address to
8821                 fix "[ 607348 ] Segfault in address completion". My guess is
8822                 that this happens with an empty address book, but it's good
8823                 to have this check here anyway
8824                 
8825                 completion_window_button_press(): free string returned 
8826                 from the internal cache
8827
8828 2002-09-20 [christoph]  0.8.2claws61
8829
8830         * src/procmime.h
8831                 added ENC_BINARY to EncodingType
8832         * src/procmime.c
8833                 the string returned by procmime_get_encoding_str
8834                 should not depend on the order of values in the
8835                 EncodingType definition
8836         * doc-src/rfc1806.txt   ** NEW FILE **
8837                 Added rfc1806 about MIME Content-Disposition
8838                 Extension
8839
8840 2002-09-19 [paul]       0.8.2claws60
8841
8842         * sync with 0.8.2cvs3
8843                 see ChangeLog 2002-09-19
8844
8845 2002-09-19 [paul]       0.8.2claws59
8846
8847         * src/prefs_folder_item.c
8848                 revert to Darko's original alignment of colour
8849                 selector button
8850                 add a colon to folder_color label
8851                 
8852         * src/compose.c
8853                 add Colin's patch (with Hiro's modifications) to 
8854                 force BASE64 encoding for 8-bit text when signing
8855                 (sync with 0.8.3cvs2)
8856
8857 2002-09-18 [alfons]     0.8.2claws58
8858
8859         * src/compose.c
8860                 :%sno/if(/if (/gc
8861                 :%sno/for(/for (/gc
8862                 (beautify a little bit)
8863
8864 2002-09-18 [christoph]  0.8.2claws57
8865
8866         * src/pine.c
8867                 fix handling of fgetc return value
8868
8869 2002-09-17 [alfons]     0.8.2claws56
8870         
8871         * src/summaryview.c
8872                 summary_sort(): check non-NULL summaryview->folder_item when no 
8873                 folder is selected at all
8874                 (closes "[ 610344 ] sort label make syl Crash")
8875
8876 2002-09-17 [alfons]     0.8.2claws55
8877         
8878         * src/compose.c
8879                 beautify a little bit
8880
8881 2002-09-17 [christoph]  0.8.2claws54
8882
8883         * src/folder.c
8884                 initialize max values for cache and folder
8885                 when cache or folder is empty
8886
8887 2002-09-15 [colin]      0.8.2claws53
8888
8889         * src/compose.c
8890                 Fix a leak (thanks Alfons!) and cleaned
8891                 variables names for custom headers
8892
8893 2002-09-15 [colin]      0.8.2claws52
8894
8895         * src/compose.c
8896                 Fix custom headers recognition when
8897                 prefs_common.trans_hdr is on
8898
8899 2002-09-15 [colin]      0.8.2claws51
8900
8901         * src/compose.c
8902                 Allow dynamically-added custom headers
8903                 Yet not reparsed if reedited
8904
8905 2002-09-15 [alfons]     0.8.2claws50
8906
8907         * src/prefs_account.c
8908                 fix warnings
8909
8910 2002-09-15 [colin]      0.8.2claws49
8911         
8912         * src/prefs_account.c
8913                 fix pop_before_smtp sensitivity
8914
8915 2002-09-15 [colin]      0.8.2claws48
8916
8917         * src/inc.[ch]
8918                 add inc_pop_before_smtp()
8919                 allow MainWindow to be undefined in 
8920                 inc_account_mail() and inc_start()
8921         * src/pop.c
8922           src/prefs_account.h
8923                 add STYPE_POP_BEFORE_SMTP session type
8924         * src/prefs_account.c
8925                 activated pop before smtp option
8926         * src/send.c
8927                 do pop before smtp if the relevant option 
8928                 is set
8929
8930 2002-09-15 [paul]       0.8.2claws47
8931
8932         * sync with 0.8.3
8933                 see ChangeLog 2002-09-15
8934
8935 2002-09-14 [paul]       0.8.2claws46
8936
8937         * po/bg.po
8938                 updated Bulgarian translation, submitted by
8939                 George Danchev
8940
8941 2002-09-13 [paul]       0.8.2claws45
8942
8943         * src/compose.c
8944                 merge claws' select_account() with main's
8945                 (new) compose_select_account(). [sync with
8946                 0.8.2cvs15, see ChangeLog 2002-09-11]
8947
8948 2002-09-12 [christoph]  0.8.2claws44
8949
8950         * src/filter.c
8951                 allocate 1 elements of FolderItem not 0
8952
8953 2002-09-12 [colin]      0.8.2claws43
8954
8955         * src/compose.c
8956                 Fix bug #590825 (obey Follow-up: poster)
8957
8958 2002-09-12 [colin]      0.8.2claws42
8959
8960         * src/procmime.c
8961                 Fix bug #557009 (wrong headers for messages 
8962                 forwarded as attachments)
8963
8964 2002-09-11 [colin]      0.8.2claws41
8965         
8966         * src/compose.c
8967                 Put SCF: pseudo-header on top of message
8968                 Set draft tmp_flag when saved as draft
8969
8970         * src/procmsg.c
8971           src/procheader.c
8972                 Skip after first \n\n for beginning of real message
8973                 for drafts too
8974
8975 2002-09-11 [christoph]  0.8.2claws40
8976
8977         * src/filtering.c
8978                 use procmsg flag functions in filtering or processing
8979                 will cause incorrect folder message counts
8980
8981 2002-09-11 [colin]      0.8.2claws39
8982
8983         * src/compose.c
8984                 Fix bug #550175 - wrong save folder when reediting
8985                 drafts
8986
8987 2002-09-11 [paul]       0.8.2claws38
8988
8989         * sync with 0.8.2cvs14
8990                 see ChangeLog 2002-09-11
8991
8992 2002-09-11 [colin]      0.8.2claws37
8993
8994         * src/folder.c
8995                 Fix a typo (seeming to cause new/unread status to
8996                 be lost)
8997
8998 2002-09-10 [christoph]  0.8.2claws36
8999
9000         * src/compose.c
9001                 compose_redirect should not use compose_generic_new
9002                 because that does more stuff than expected including
9003                 opening the external editor
9004                 (closes bug "[ 526608 ] bounced messages appear blank
9005                  in editor")
9006
9007 2002-09-10 [christoph]  0.8.2claws35
9008
9009         * src/folder.c
9010                 fix problem with too large message number range
9011                 causing a crash in folder_item_scan
9012
9013 2002-09-10 [paul]       0.8.2claws34
9014
9015         * sync with 0.8.2cvs13
9016                 see ChangeLog 2002-09-10
9017
9018 2002-09-10 [christoph]  0.8.2claws33
9019
9020         * src/msgcache.c
9021                 set MsgInfo TmpFlags for queue and draft folders
9022                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9023
9024 2002-09-10 [paul]       0.8.2claws32
9025
9026         * AUTHORS
9027           po/bg.po      ** NEW FILE **
9028                 new Bulgarian translation submitted by
9029                 George Danchev <danchev@spnet.net>
9030                 
9031         * tools/Makefile.am
9032           tools/README
9033           tools/tb2sylpheed     ** NEW FILE **
9034                 add script that converts an addressbook exported
9035                 from The Bat! into a Sylpheed addressbook. Submitted
9036                 by Urke MMI <urke-kg@eunet.yu>
9037
9038 2002-09-10 [paul]       0.8.2claws31
9039
9040         * sync with 0.8.2cvs12
9041                 see ChangeLog 2002-09-10
9042
9043 2002-09-06 [paul]       0.8.2claws30
9044
9045         * src/prefs_common.c
9046                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9047                 
9048         * tools/Makefile.am
9049           tools/README
9050           tools/ldif-to-xml.py  ** REMOVED **
9051                 remove obsolete python script
9052
9053 2002-09-06 [paul]       0.8.2claws29
9054
9055         * sync with 0.8.2cvs10
9056                 see ChangeLog 2002-09-06
9057
9058 2002-09-04 [paul]       0.8.2claws28
9059
9060         * sync with 0.8.2cvs9
9061                 see ChangeLog 2002-08-04
9062
9063 2002-09-04 [colin]      0.8.2claws27 
9064
9065         * src/prefs_common.[ch]
9066                 Added signature color configuration
9067         * src/textview.c
9068                 Use user-specified signature color
9069
9070 2002-09-03 [colin]      0.8.2claws26
9071
9072         * src/prefs_common.[ch]
9073                 Added autosave and autosave_length prefs
9074         * src/compose.c
9075                 Added compose_remove_draft()
9076                 Auto-save drafts according to the prefs
9077         * src/main.c
9078                 Added a crash-indicator file, allowing to check
9079                 for new messages on startup if Sylpheed crashed
9080                 (makes saved drafts "reappear")
9081
9082 2002-09-03 [colin]      0.8.2claws25
9083
9084         * src/textview.[ch]
9085                 Grey the signature
9086
9087 2002-09-03 [paul]       0.8.2claws24
9088
9089         * sync with 0.8.2cvs8
9090                 see ChangeLog 2002-09-02 and 2002-09-03
9091
9092 2002-09-03 [darko]      0.8.2claws23
9093
9094         * src/folderview.c
9095                 use normal style when creating new folder to pick
9096                 proper font size 
9097
9098 2002-09-02 [melvin]     0.8.2claws22
9099
9100         * src/gtkaspell.m4
9101                 removed some obsolete code
9102
9103 2002-09-02 [melvin]     0.8.2claws21
9104
9105         * ac/aspell.m4
9106                 fixed test's equality sign (== to =)
9107
9108 2002-09-02 [alfons]     0.8.2claws20
9109
9110         * src/folder.c
9111         * src/mh.c
9112                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9113                 as folder->destroy virtual as suggested by Hiro
9114                 (the mh.c code seems to have been lost around mh.c.1.21)
9115
9116 2002-09-02 [paul]       0.8.2claws19
9117
9118         * po/pt_BR.po
9119                 updated by Fabio Jr. Beneditto
9120                 
9121         * src/defs.h
9122                 use 'http://claws.sylpheed.org' for homepage link. 
9123                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9124
9125 2002-09-01 [alfons]     0.8.2claws18
9126
9127         * src/mh.c
9128                 plug memleak related to one Martin Kluge found
9129
9130 2002-08-31 [paul]       0.8.2claws17
9131
9132         * sync with 0.8.2cvs6
9133                 see ChangeLog 2002-08-30
9134
9135 2002-08-31 [alfons]     0.8.2claws16
9136
9137         * src/folder.c
9138                 folder_destroy(): remove mailbox from folderlist even if it has
9139                 no destroy virtual
9140
9141 2002-08-31 [alfons]     0.8.2claws15
9142
9143         * src/folder.c
9144                 :%sno/if(/if (/gc
9145                 :%sno/for(/for (/gc
9146                 (being pedantic I know)
9147
9148 2002-08-31 [alfons]     0.8.2claws14
9149
9150         * src/folder.c
9151                 check for NULL pointers returned from folder->fetch_msginfo virtual
9152                 (should solve some reported crashes)
9153
9154 2002-08-30 [alfons]     0.8.2claws13
9155
9156         * acconfig.h
9157         * configure.in
9158         * src/crash.c
9159                 enable crash dialog on compilation time
9160                 (--enable-crash-dialog configure option)
9161
9162 2002-08-30 [alfons]     0.8.2claws12
9163
9164         * AUTHORS
9165                 add Martin Kluge
9166         * src/mh.c
9167                 apply memory leak plug patch by Martin Kluge
9168                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9169                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9170                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9171
9172 2002-08-30 [darko]      0.8.2claws11
9173
9174         * src/folderview.c
9175                 copy Gtk style from normal style to match
9176                 font size for coloured folders
9177
9178 2002-08-29 [alfons]     0.8.2claws10
9179
9180         * sylpheed.desktop
9181                 Type=Internet <- Type=Application
9182                 (reported by Michael Schwendt, see:
9183                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9184                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9185
9186 2002-08-29 [paul]       0.8.2claws9
9187
9188         * sync with 0.8.2cvs5
9189                 see ChangeLog 2002-08-29
9190
9191 2002-08-29 [colin]      0.8.2claws8
9192
9193         * src/summaryview.c
9194                 Added a sanity check in summary_select_thread
9195                 Should fix bug 601605
9196
9197 2002-08-29 [colin]      0.8.2claws7
9198
9199         * src/main.c
9200                 Revert claws6 changes regarding bug #591676
9201
9202 2002-08-28 [colin]      0.8.2claws6
9203         
9204         * src/main.c
9205                 Ignore cache for queue folderitems
9206                 Fix bug #591676
9207
9208 2002-08-28 [melvin]     0.8.2claws5
9209
9210         * README.claws
9211                 Fixed typos.
9212
9213 2002-08-28 [melvin]     0.8.2claws4
9214
9215         * README.claws
9216                 Updated a bit the text concerning the spell checker
9217
9218 2002-08-28 [melvin]     0.8.2claws3
9219
9220         Merged the GNU_aspell_branch:
9221                 Support of new GNU/aspell is now included and the old pspell
9222                 is not supported anymore.
9223                 See README.claws
9224
9225         * README.claws
9226                 Updated spell checker text to reflect the switch to GNU/aspell
9227
9228         * ac/aspell.m4          *** NEW ***
9229         * src/gtkaspell.[ch]    *** NEW *** 
9230         * ac/pspell.m4          *** DELETED *** 
9231         * src/gtkspell.[ch]     *** DELETED ***
9232
9233         * ac/Makefile.am
9234                 Updated for GNU/aspell support
9235
9236         * po/POTFILES.in
9237                 Replaced gtkspell.c by gtkaspell.c
9238
9239         * acconfig.h
9240         * src/Makefile.am
9241         * src/about.c
9242         * src/compose.[ch]
9243         * src/crash.c
9244         * src/main.c
9245         * src/prefs_common.[ch]
9246                 Updated for GNU/aspell support
9247
9248 2002-08-28 [paul]       0.8.2claws2
9249
9250         * sync with 0.8.2cvs4
9251                 see ChangeLog 2002-08-27 and 2002-08-28
9252
9253 2002-08-28 [colin]      0.8.2claws1
9254
9255         * src/summary_search.c
9256                 Added "AND search"
9257
9258 2002-08-28 [jens]       0.8.2claws
9259
9260         *po/de.po
9261                 Updated German translations
9262
9263 2002-08-27 [melvin]     0.8.2claws
9264
9265         * po/fr.po
9266                 Updated French translations
9267
9268 2002-08-27 [paul]       0.8.2claws
9269
9270         * sync with 0.8.2 main release
9271
9272         * po/en_GB.po
9273           po/es.po
9274           po/it.po
9275           po/pl.po
9276           po/pt_BR.po
9277           po/sr.po
9278                 updated message catalogs submitted by
9279                 Ricardo Mones Lastra, Alessandro Maestri,
9280                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9281                 Beneditto and Urke MMI  
9282
9283 2002-08-27 [hoa]        0.8.1claws123
9284
9285         * src/mainwindow.[ch]
9286         * src/summaryview.[ch]
9287                 removed the "filter setting" menu option.
9288                 add a "cancel a news message" menu option.
9289
9290 2002-08-26 [martin]     0.8.1claws122
9291
9292         * ChangeLog.claws
9293                 changed string under 0.8.1claws79 changed by myself
9294                 i'm sorry alfons :(
9295
9296 2002-08-26 [martin]     0.8.1claws121
9297
9298         * src/crash.c
9299                 added kill command to debuggerrc to start crash dialog
9300
9301 2002-08-26 [paul]       0.8.1claws120
9302
9303         * sync with 0.8.1cvs31
9304                 see ChangeLog 2002-08-26
9305
9306 2002-08-25 [alfons]     0.8.1claws119
9307
9308         * src/procmsg.c
9309                 fix bug that didn't send out correct headers to news server
9310                 when sending news article and email from queue (bug reported
9311                 and patch provided by Tim Mann; closes bug 
9312                 "[ 583196 ] 0.7.8claws can't post news")
9313
9314 2002-08-25 [alfons]     0.8.1claws118
9315
9316         * src/selective_download.c
9317                 mark two strings as translatable
9318                 (thanks to Urke MMI for pointing this out)
9319
9320 2002-08-25 [alfons]     0.8.1claws117
9321
9322         * src/summaryview.c
9323                 treat sent boxes as special and allow sorting them by addressee
9324                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9325                 submitted by Steve Lamb)
9326
9327 2002-08-24 [alfons]     0.8.1claws116
9328
9329         * src/matcher.c
9330                 fix memleak reported by Martin Kluge
9331                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9332
9333 2002-08-24 [oliver]     0.8.1claws115
9334
9335         * src/prefs_toolbar.c
9336                 o code cleanup as suggested by Alfons
9337                 o memleak fix
9338
9339 2002-08-24 [alfons]     0.8.1claws114
9340
9341         * src/summaryview.c
9342                 o fix another memory leak reported by Martin Kluge
9343                   (see "[ 599568 ] Small Memory Leak")
9344                 o remove 'from' variable from 'summary_set_header()'; we can
9345                   do with just 'to' 
9346
9347 2002-08-24 [paul]       0.8.1claws113
9348
9349         * sync with 0.8.1cvs30
9350                 see ChangeLog 2002-08-23
9351
9352 2002-08-24 [alfons]     0.8.1claws112
9353
9354         * src/summaryview.c
9355                 remove unnecessary allocations for search bar fixing leaks
9356                 reported by Martin Kluge
9357                 (see "[ 599451 ] Further memory leaks?")
9358
9359 2002-08-24 [alfons]     0.8.1claws111
9360
9361         * src/main.c
9362                 make get_socket_name() public for crash.c
9363         * src/crash.c
9364                 o make report bug button work (goes to claws' 
9365                   bug tracker at sf.net)
9366                 o introduce function for doing important stuff just
9367                   before claws goes down
9368                 o clean up code 
9369
9370 2002-08-24 [alfons]     0.8.1claws110
9371
9372         * src/compose.c
9373                 move cursor to "To" entry when forwarding as attachment
9374                 (reported and solved by Steve Lamb, closes bug report
9375                 "[ 592880 ] Forward as attachment; cursor not in to")
9376
9377 2002-08-24 [colin]      0.8.1claws109
9378
9379         * src/mainwindow.c
9380                 fix quick search visibility after GUI (de)separations.
9381
9382 2002-08-23 [colin]      0.8.1claws108
9383
9384         * src/mainwindow.c
9385                 fix header pane visibility after folderview or
9386                 messageview (de)separation
9387
9388 2002-08-23 [paul]       0.8.1claws107
9389
9390         * src/mainwindow.[ch]
9391           src/toolbar.c
9392                 give full control of display or non-display 
9393                 of the Execute icon to Custom toolbar settings.
9394                 add new sensitivity condition to maninwindow.h: 
9395                 M_DELAY_EXEC
9396
9397         * ChangeLog
9398           ChangeLog.jp
9399           NEWS
9400                 more sync with 0.8.1cvs29
9401
9402 2002-08-23 [melvin]     0.8.1claws106
9403
9404         * src/alertpanel.c
9405                 Readded support for custom widget in alertpanel lost in last
9406                 sync.
9407
9408 2002-08-23 [paul]       0.8.1claws105
9409
9410         * sync with 0.8.1cvs29
9411                 see ChangeLog 2002-08-23
9412
9413 2002-08-23 [colin]      0.8.1claws104
9414
9415         * src/summaryview.c
9416                 Fix folder and search pixmaps exchanging positions
9417                 after theme or toolbar changes. Thank to Oliver for 
9418                 reporting this.
9419
9420 2002-08-23 [colin]      0.8.1claws103
9421
9422         * src/mainwindow.c
9423           src/messageview.[ch]
9424           src/noticeview.[ch]
9425           src/summaryview.c
9426                 Changed messageview_create() and noticeview_create()
9427                 to avoid the last gdk_warning
9428
9429 2002-08-22 [colin]      0.8.1claws102
9430
9431         * src/summaryview.c
9432                 Fix my new `Creating pixmap from xpm' warning
9433
9434 2002-08-22 [colin]      0.8.1claws101
9435
9436         * src/mainwindow.c
9437                 Fix some of the gdk warnings
9438
9439 2002-08-22 [colin]      0.8.1claws100
9440
9441         * src/Makefile.am
9442         * src/stock_pixmap.c
9443         * src/stock_pixmap.h
9444         * src/pixmaps/quicksearch.xpm *ADDED*
9445                 Add the quicksearch pixmap
9446         * src/mainwindow.c
9447         * src/summaryview.c
9448         * src/summaryview.h
9449                 Make quicksearch bar visible/hidden via a button
9450
9451 2002-08-22 [christoph]  0.8.1claws99
9452
9453         * src/folder.c
9454                 fix folder update for newsgroups with message
9455                 numbers below minimum number of articles to fetch
9456                 (closes bug #598445)
9457
9458 2002-08-22 [paul]       0.8.1claws98
9459
9460         * sync with 0.8.1cvs28
9461                 see ChangeLog 2002-08-22
9462
9463 2002-08-21 [alfons]     0.8.1claws97
9464
9465         * src/crash.c
9466                 use bt instead of bt full which seems to work 
9467                 better, and bt full doesn't give a great deal 
9468                 of information anyway
9469
9470 2002-08-21 [colin]      0.8.1claws96
9471
9472         * src/summaryview.c
9473                 fix summaryview_searchtype_changed prototype
9474
9475 2002-08-21 [christoph]  0.8.1claws95
9476
9477         * src/mainwindow.c
9478                 o fix broken menu update for sorting type, we have to
9479                   get this info from the summaryview now
9480                 o removed setting of threaded state in menu callback
9481         * src/summaryview.[ch]
9482                 more summaryview/folderitem seperation for
9483                 threading option
9484         * configure.in
9485                 removed not required --with-compiler-flags option
9486
9487 2002-08-21 [oliver]     0.8.1claws94
9488         
9489         * src/toolbar.h 
9490                 o rename toolbar.xml to toolbar_main.xml
9491                   since toolbar_compose.xml might come up 
9492                   any time soon
9493         * README.claws
9494                 add custom toolbar              
9495
9496 2002-08-21 [darko]      0.8.1claws93
9497
9498         * src/procmsg.c
9499                 don't reset tmp flags for messages copied
9500                 to sent folder
9501
9502 2002-08-21 [colin]      0.8.1claws92
9503         
9504         * src/prefs_filtering.c
9505                 fix renaming rules on folder rename 
9506                 when folder is not a leaf folder
9507
9508 2002-08-21 [paul]       0.8.1claws91
9509
9510         * src/prefs_folder_item.c
9511                 fix alignment of colour selector
9512
9513 2002-08-21 [paul]       0.8.1claws90
9514
9515         * sync with 0.8.1cvs27
9516                 see ChangeLog 2002-08-21
9517
9518 2002-08-21 [paul]       0.8.1claws89
9519
9520         * src/summaryview.c
9521                 fix crash when changing field type in
9522                 Quick search bar
9523
9524 2002-08-21 [colin]      0.8.1claws88
9525
9526         * src/summaryview.c
9527                 Made quick search case-insensitive
9528
9529 2002-08-21 [paul]       0.8.1claws87
9530
9531         * sync with 0.8.1cvs26
9532                 see ChangeLog 2002-08-21
9533
9534 2002-08-20 [christoph]  0.8.1claws86
9535
9536         * src/folderview.c
9537         * src/main.c
9538         * src/summaryview.[ch]
9539                 more summaryview/folderitem seperation for
9540                 sort_key and sort_type
9541         * src/procmsg.c
9542                 added missing return statement
9543
9544 2002-08-20 [colin]      0.8.1claws85
9545
9546         * src/summaryview.[ch]
9547                 Added a quick search box
9548         * src/mainwindow.c
9549         * src/prefs_common.[ch]
9550                 Added a show/hide option for the quick search
9551
9552 2002-08-20 [oliver]     0.8.1claws84
9553         
9554         * src/mainwindow.c
9555                 remove toolbar_create_popups
9556         * src/toolbar.[ch]
9557                 o remove toolbar_create_popups
9558                 o fix toolbar_set_sensitive 
9559                   (Bug reports #596834 and #596832)     
9560         * src/prefs_toolbar.c
9561                 o add "Set default" button
9562                 o align label and text + combo widgets
9563
9564 2002-08-20 [hoa]        0.8.1claws83bis
9565
9566         * src/imap.c
9567                 fixed a bug in imap_fetch_msginfo() in case there is no
9568                 current folder.
9569
9570 2002-08-20 [darko]      0.8.1claws83
9571
9572         * src/folderview.c
9573                 copy the color style of folder view so it
9574                 works with GTK themes
9575
9576 2002-08-20 [darko]      0.8.1claws82
9577
9578         * src/folder.h
9579         * src/folderview.c
9580         * src/prefs_folder_item.[hc]
9581                 don't use UI stuff in folder.h
9582
9583 2002-08-20 [darko]      0.8.1claws81
9584
9585         * src/folder.h
9586         * src/prefs_folder_item.h
9587         * src/folderview.c
9588         * src/prefs_folder_item.c
9589                 ability to set folder color in folderview
9590
9591 2002-08-19 [alfons]     0.8.1claws80
9592
9593         * src/summaryview.c
9594                 fix one of the earlier memleaks reported by Martin Kluge
9595
9596 2002-08-19 [alfons]     0.8.1claws79
9597
9598         * src/mainwindow.c
9599                 hide notice view when selecting seperate folder
9600                 view (reported by Urke MMI)
9601
9602 2002-08-19 [christoph]  0.8.1claws78
9603
9604         * src/folderview.c
9605         * src/prefs_folder_item.h
9606         * src/summaryview.[ch]
9607                 o add summary_set_prefs_from_folderitem to set
9608                   summaryview prefs (first step to remove all
9609                   references to the folderitem in summaryview)
9610                 o moved compiled regex stuff from folderitem prefs
9611                   to summaryview code
9612
9613 2002-08-19 [paul]       0.8.1claws77
9614
9615         * src/compose.c
9616                 add check for '.' to QUOTE_IF_REQUIRED
9617
9618 2002-08-19 [paul]       0.8.1claws76
9619
9620         * src/inc.c
9621                 sync with 0.8.1cvs25 (plug memory leak)
9622
9623         * src/prefs_toolbar.c
9624                 re-order prefs_toolbar_cancel()
9625
9626 2002-08-18 [alfons]     0.8.1claws75
9627
9628         * src/inc.c
9629         * src/matcher.c
9630                 plug other memleaks reported by Martin Kluge
9631
9632 2002-08-18 [paul]       0.8.1claws74
9633
9634         * po/pt_BR.po
9635                 updated by Fabio Jr. Beneditto
9636
9637 2002-08-18 [paul]       0.8.1claws73
9638
9639         * src/toolbar.[ch]
9640                 fix bug where tooltips were displayed untranslated              
9641
9642         * src/prefs_toolbar.c
9643                 fix bug where clicking 'Cancel' creates an icon & text
9644                 toolbar regardless of prefs
9645         
9646
9647 2002-08-17 [oliver]     0.8.1claws72
9648
9649         * src/prefs_toolbar.c
9650                 update toolbar on CANCEL
9651                 bug reported by Martin Kluge
9652         * src/toolbar.c
9653                 toolbar_destroy memleak fixed           
9654
9655 2002-08-17 [alfons]     0.8.1claws71
9656
9657         * src/toolbar.c
9658                 plug another memleak reported by Martin Kluge
9659
9660 2002-08-16 [alfons]     0.8.1claws70
9661
9662         * src/crash.c
9663                 use execvp() correctly (suggested by wwp; thanks!)
9664
9665 2002-08-16 [alfons]     0.8.1claws69
9666
9667         * src/gtksctree.c
9668                 plug memory leak reported by Kim Schultz & Martin Kluge
9669
9670 2002-08-16 [paul]       0.8.1claws68
9671
9672         * po/es.po
9673                 updated by Ricardo Mones Lastra
9674
9675 2002-08-16 [paul]       0.8.1claws67
9676
9677         * src/toolbar.h
9678                 fix bug where 'Compose News' icon showed wrong
9679                 tooltip
9680
9681 2002-08-16 [paul]       0.8.1claws66
9682
9683         * sync with 0.8.1cvs24
9684                 see ChangeLog 2002-08-16
9685
9686         * po/it.po
9687                 updated by Alessandro Maestri
9688
9689 2002-08-15 [paul]       0.8.1claws65
9690
9691         * po/sr.po
9692                 updated by Urke MMI
9693
9694 2002-08-15 [paul]       0.8.1claws64
9695
9696         * src/*.c
9697                 don't translate debug info
9698
9699         * src/matcher.[ch]
9700                 add copyright info
9701
9702 2002-08-15 [paul]       0.8.1claws63
9703
9704         * src/prefs_toolbar.c
9705                 fix bug where clicking 'OK' creates an icon & text
9706                 toolbar regardless of prefs
9707
9708 2002-08-14 [alfons]     0.8.1claws62
9709
9710         * src/main.c
9711                 add global var that has the full argv[0]
9712         * src/crash.c
9713                 o execvp the correct sylpheed by using argv0
9714                   and setting the correct work dir
9715                 o other tweaks  
9716
9717 2002-08-14 [oliver]     0.8.1claws61
9718         
9719         * enable/disable Toolbar Action Buttons 
9720         * code cleanups
9721         * src/mainwindow.c
9722         * src/toolbar.[ch]      
9723         * src/prefs_toolbar.c   
9724
9725 2002-08-14 [melvin]     0.8.1claws60
9726
9727         * po/fr.po
9728                 Updated French translations
9729
9730 2002-08-14 [melvin]     0.8.1claws59
9731
9732         * src/crash.c
9733                 Made bug report not translatable
9734         * src/exporthtml.c
9735                 Fixed exporthtml_build_filespec() return value
9736         * src/foldersel.c
9737                 Fixed incorrect include file
9738         * src/gtkspell.c
9739         * src/prefs_actions.c
9740         * src/prefs_toolbar.c
9741                 Made debug info not translatable
9742         * src/mutt.c
9743         * src/quote_fmt.c
9744                 Added missing includes
9745         * src/prefs_common.c
9746                 Fixed typo
9747
9748 2002-08-14 [paul]       0.8.1claws58
9749
9750         * faq/es/sylpheed-faq.html
9751           faq/es/sylpheed-faq-[1-3].html
9752           faq/es/sylpheed-faq-4.html     **NEW FILE **
9753                 update Spanish FAQ
9754
9755 2002-08-13 [christoph]  0.8.1claws57
9756
9757         * src/procmsg.c
9758                 ignore thread fix that did not mark all
9759                 child nodes of a ignored thread as
9760                 ignored. Does not work perfectly yet,
9761                 but it is better now
9762
9763 2002-08-13 [alfons]     0.8.1claws56
9764
9765         * src/crash.c
9766                 o implement 'save crash log'
9767                 o some tweaks
9768
9769 2002-08-13 [melvin]     0.8.1claws55
9770
9771         * src/main.c
9772                 removed unrequired "execinfo.h" header
9773
9774 2002-08-12 [paul]       0.8.1claws54
9775
9776         * faq/en/sylpheed-faq.html
9777           faq/en/sylpheed-faq-[1-3].html
9778           faq/en/sylpheed-faq-4.html     **NEW FILE **
9779                 update English FAQ
9780
9781 2002-08-12 [alfons]     0.8.1claws53
9782
9783         * po/POTFILES.in
9784                 add crash.c to translatables
9785         * src/crash.c
9786                 bring in Leandro's crash dialog
9787
9788 2002-08-11 [alfons]     0.8.1claws52
9789
9790         * src/crash.c
9791                 clean up some warnings
9792
9793 2002-08-11 [alfons]     0.8.1claws51
9794
9795         * acconfig.h
9796         * configure.in
9797         * src/crash.[ch]        ** NEW FILES **
9798         * src/main.c            
9799                 initial gdb crash handler
9800
9801 2002-08-11 [paul]       0.8.1claws50
9802
9803         * src/prefs_toolbar.c
9804                 replace Up/Down arrow pixmaps with text to be
9805                 consistent across icon themes
9806
9807 2002-08-11 [paul]       0.8.1claws49
9808
9809         * src/prefs_common.c
9810           src/prefs_toolbar.c
9811                 rename 'Pixmap' -> 'Icon'
9812
9813         * src/toolbar.[ch]
9814                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9815
9816 2002-08-10 [paul]       0.8.1claws48
9817
9818         * src/prefs_toolbar.c
9819                 re-work the UI
9820
9821 2002-08-10 [paul]       0.8.1claws47
9822
9823         * src/main.c
9824                 don't write Processing progress to status bar
9825                 patch submitted by Alexander Evseev
9826
9827         * src/prefs_toolbar.c
9828                 re-position and resize window
9829                 make window assume correct size on first call
9830
9831 2002-08-10 [paul]       0.8.1claws46
9832
9833         * src/mainwindow.c
9834           src/prefs_toolbar.c
9835           src/toolbar.c
9836           src/toolbar.h
9837                 obey coding style
9838                 follow UI text conventions
9839
9840 2002-08-10 [alfons]     0.8.1claws45
9841
9842         * src/toolbar.c
9843                 correct pixmap for delete action
9844
9845 2002-08-10 [paul]       0.8.1claws44
9846
9847         * po/pt_BR.po
9848                 updated by Fabio Jr. Beneditto
9849
9850 2002-08-10 [paul]       0.8.1claws43
9851
9852         * po/POTFILES.in
9853                 add custom toolbar files
9854
9855 2002-08-10 [paul]       0.8.1claws42
9856
9857         * sync with 0.8.1cvs22
9858                 see ChangeLog 2002-08-09
9859
9860 2002-08-09 [paul]       0.8.1claws41
9861
9862         * tools/Makefile.am
9863           tools/README
9864           tools/outlook2sylpheed.pl     ** NEW FILE **
9865                 add script to convert exported Outlook
9866                 contacts list to a Sylpheed addressbook.
9867                 Submitted by Ricardo Mones Lastra.
9868
9869 2002-08-09 [paul]       0.8.1claws40
9870
9871         * AUTHORS
9872           configure.in
9873           po/sr.po      ** NEW FILE **
9874                 add Serbian message catalog. Submitted by
9875                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9876
9877 2002-08-09 [paul]       0.8.1claws39
9878
9879         * sync with 0.8.1cvs21
9880                 see ChangeLog 2002-08-08
9881
9882 2002-08-08 [oliver]     0.8.1claws38
9883
9884         * src/mainwindow.c
9885                 move Custom Toolbar to Configuration menu
9886
9887 2002-08-08 [oliver]     0.8.1claws37
9888
9889         * src/prefs_toolbar.c
9890                 fix substitute pixmap bug
9891
9892 2002-08-08 [paul]       0.8.1claws36
9893
9894         * sync with 0.8.1cvs19
9895                 see ChangeLog 2002-08-08
9896
9897 2002-08-07 [christoph]  0.8.1claws35
9898
9899         * src/utils.c
9900                 fixed a memory leak in new canonicalize_file_replace
9901
9902 2002-08-07 [christoph]  0.8.1claws34
9903
9904         * src/utils.[ch]
9905                 o canonicalize_file_replace should create the temporary
9906                   file in the same directory as the original file.
9907                 o added get_tmpfile_in_dir that creates a temorary file
9908                   in a specified directory.
9909
9910 2002-08-07 [melvin]     0.8.1claws33
9911
9912         * src/toolbar.c
9913                 fixed bug where 'Article' button acted as 'Email' button.
9914
9915 2002-08-07 [paul]       0.8.1claws32
9916
9917         * sync with 0.8.1.cvs17
9918                 see ChangeLog 2002-08-07
9919
9920 2002-08-07 [colin]      0.8.1claws31
9921         
9922         * src/news.c
9923                 fix mass-cancel problem
9924
9925 2002-08-07 [thorsten]   0.8.1claws30
9926
9927         * src/prefs_toolbar.c
9928                 fix: crash on replace or add new button
9929         * src/toolbar.c
9930                 fix: close xmlfile after reading
9931         * src/utils.c
9932                 fix: unlink() file before rename()
9933
9934 2002-08-06 [paul]       0.8.1claws29
9935
9936         * sync with 0.8.cvs15
9937                 see ChangeLog 2002-08-06
9938
9939 2002-08-06 [oliver]     0.8.1claws28
9940
9941         * src/toolbar.c
9942         * src/prefs_toolbar.c
9943                 fixed empty toolbar issue
9944
9945 2002-08-06 [oliver]     0.8.1claws27
9946
9947         * Custom Toolbar Final 
9948         * src/folderview.c
9949         * src/inc.c
9950         * src/summaryview.c
9951                 o toolbar stuff now lives in src/toolbar.[ch]
9952                 o main_window_toolbar_* functions are renamed to
9953                   toolbar_* reflecting their new source file
9954         * src/mainwindow.[ch]
9955                 o remove toolbar stuff  
9956
9957 2002-08-06 [oliver]     0.8.1claws26
9958         
9959         * src/Makefile.am
9960         * src/prefs_toolbar.[ch]        **New File**
9961         * src/toolbar.[ch]              **New File**
9962                 o prefs_toolbar.[ch] custom toolbar frontend
9963                 o toolbar.[ch]       backend 
9964
9965 2002-08-06 [oliver]     0.8.1claws25
9966
9967         * src/prefs_actions.[ch]
9968                 o new exported function actions_execute
9969
9970 2002-08-06 [paul]       0.8.1claws24
9971
9972         * sync with 0.8.1cvs4
9973                 see ChangeLog 2002-08-06
9974
9975 2002-08-06 [paul]       0.8.1claws23
9976
9977         * sync with 0.8.1cvs13
9978                 see ChangeLog 2002-08-06
9979
9980 2002-08-06 [paul]       0.8.1claws22
9981
9982         * sync with 0.8.1cvs12
9983                 see ChangeLog 2002-08-05 and 2002-08-06
9984
9985 2002-08-06 [match]      0.8.1claws21
9986
9987         * src/addrclip.c
9988                 improvements to cut/copy/paste address
9989
9990 2002-08-05 [match]      0.8.1claws20
9991
9992         * src/addritem.[ch]
9993         * src/addrcache.c
9994         * src/addrbook.c
9995         * src/editaddress.c
9996         * src/addressbook.c
9997                 fixes to improve cut/copy/paste
9998
9999 2002-08-06 [melvin]     0.8.1claws19
10000
10001         * src/account.[ch]
10002                 account_find_all_from_address(): new function that returns the
10003                 list of all accounts that are matched in an address.
10004         * src/alertpanel.[ch]
10005                 alertpanel() now accepts a custom widget
10006                 alertpanel_with_widget(): new function that pops up a panel with
10007                 a custom widget in it 
10008         * src/gtkutils.[ch]
10009                 gtkut_account_menu_new(): new function that allows the selection
10010                 of an account from a list of accounts.
10011         * src/messageview.c
10012                 Extended Return Receipt notification to select the correct 
10013                 account and to make a security test on the Delivery-Notification
10014                 address which should be the same as the Return-Path.
10015
10016 2002-08-06 [thorsten]   0.8.1claws18
10017
10018         * src/mimeview.c
10019                 attach_all: save unnamed as "noname.%d",
10020                 dont free static dirname
10021
10022 2002-08-05 [alfons]     0.8.1claws17
10023
10024         * configure.in
10025                 detect XIM by trying to link rather than compile a XIM program
10026
10027 2002-08-05 [oliver]     0.8.1claws16
10028                 
10029         * src/stock_pixmap.[ch]
10030                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10031                 o new func to retrieve pixmaps
10032
10033 2002-08-05 [paul]       0.8.1claws15
10034
10035         * sync with 0.8.1cvs10
10036                 see ChangeLog 2002-08-05
10037
10038 2002-08-04 [alfons]     0.8.1claws14
10039
10040         * src/textview.c
10041                 see if this plugs memleak
10042
10043 2002-08-04 [melvin]     0.8.1claws13
10044
10045         * src/gtkspell.c
10046                 fixed bug that could crash Sylpheed when highlighting
10047                 all misspelled words.
10048
10049 2002-08-03 [melvin]     0.8.1claws12
10050
10051         * src/prefs_actions.c
10052                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10053         * src/messageview.c
10054                 fixed bug where the Return Receipt was sent to
10055                 Delivery-Notification-To address even if it was not present
10056
10057 2002-08-02 [alfons]     0.8.1claws11
10058
10059         * src/prefs_actions.c
10060                 o more check for NULLs
10061                 o put create_io_dialog() in right conditional block
10062
10063 2002-08-02 [paul]       0.8.1claws10
10064
10065         * po/es.po
10066                 updated by Ricardo Mones Lastra
10067
10068 2002-08-01 [christoph]  0.8.1claws9
10069
10070         * src/folder.c
10071                 don't free the cache of the opened
10072                 folder in the summaryview
10073         * src/summaryview.c
10074                 don't unset flags, if it is not required
10075
10076 2002-08-01 [paul]       0.8.1claws8
10077
10078         * sync with 0.8.1cvs8
10079                 see ChangeLog entry 2002-08-01
10080
10081 2002-08-01 [paul]       0.8.1claws7
10082
10083         * sync with 0.8.1cvs7
10084                 see ChangeLog 2002-07-31 and 2002-08-01
10085
10086 2002-07-31 [christoph]  0.8.1claws6
10087
10088         * src/mainwindow.c
10089                 forgot to update menu sensitivity
10090                 function for new menu entry
10091
10092 2002-07-31 [alfons]     0.8.1claws5
10093
10094         * src/main.c
10095                 check folder item and its path for NULL on
10096                 initial processing
10097
10098 2002-07-31 [christoph]  0.8.1claws4
10099
10100         * src/folder.c
10101                 check if folder_item_get_msginfo in
10102                 folder_item_remove_msg returned NULL
10103         * src/imap.c
10104                 better clear the uid cache in the
10105                 uid validity check function and delete
10106                 cached messages
10107
10108 2002-07-31 [paul]       0.8.1claws3
10109
10110         * man/sylpheed.1
10111                 add the '--attach' option and a few other
10112                 minor changes
10113
10114 2002-07-31 [paul]       0.8.1claws2
10115
10116         * sync with 0.8.1cvs5
10117                 see ChangeLog 2002-07-31
10118
10119 2002-07-31 [christoph]  0.8.1claws1
10120
10121         * src/folderview.[ch]
10122         * src/mainwindow.c
10123                 replace "Rescan all folders..." with
10124                 "Check all folders for new messages..."
10125
10126 2002-07-30 [paul]       0.8.1claws
10127
10128         * version 0.8.1claws released
10129
10130 2002-07-30 [paul]       0.8.0claws29
10131
10132         * tools/OOo2sylpheed.pl ** NEW FILE **
10133           tools/README
10134                 add script to enable sending documents as
10135                 attachments from OpenOffice.org
10136
10137 2002-07-30 [melvin]     0.8.0claws28
10138
10139         * src/prefs_actions.c
10140                 Made the actions' input/output dialog display
10141                 without delay.
10142
10143 2002-07-30 [christoph]  0.8.0claws27
10144
10145         * src/procmsg.c
10146                 check if folder_item_get_msginfo in
10147                 procmsg_save_to_outbox returned NULL
10148
10149 2002-07-30 [paul]       0.8.0claws26
10150
10151         * sync with 0.8.1cvs4
10152                 see ChangeLog 2002-07-29
10153
10154 2002-07-29 [thorsten]   0.8.0claws25
10155
10156         * README.claws
10157                 added selective download, delete on server
10158
10159 2002-07-29 [paul]       0.8.0claws24
10160
10161         * sync with 0.8.1cvs3
10162                 see ChangeLog 2002-07-29
10163
10164 2002-07-27 [christoph]  0.8.0claws23
10165
10166         * src/folder.c
10167                 add extra check if fetching the msginfo
10168                 returned NULL
10169
10170 2002-07-27 [paul]       0.8.0claws22
10171
10172         * sync with 0.8.1cvs2
10173                 see ChangeLog 2002-07-26
10174
10175 2002-07-27 [christoph]  0.8.0claws21
10176
10177         * src/imap.c
10178                 add another check if a valid msginfo
10179                 was returned
10180
10181 2002-07-26 [hoa]        0.8.0claws20
10182
10183         * src/folder.c
10184                 Fixed a condition in folder_item_destroy()
10185
10186         * src/imap.c
10187                 Fixed an error in IMAP protocol
10188
10189 2002-07-26 [alfons]     0.8.0claws19
10190
10191         * src/folder.c
10192                 ofcourse compare with identifier, not the path
10193
10194 2002-07-26 [alfons]     0.8.0claws18
10195
10196         * src/folder.c
10197                 use folder item identifier for saving / restoring
10198                 preferences because folder->path might not be unique
10199
10200 2002-07-26 [melvin]     0.8.0claws17
10201
10202         * src/logwindow.c
10203                 Fixed a crash introduced in 0.8.0claws5 when log is 
10204                 cut under 80 characters.
10205
10206 2002-07-26 [paul]       0.8.0claws16
10207
10208         * sync with 0.8.1cvs1
10209                 see ChangeLog 2002-07-26
10210
10211 2002-07-26 [christoph]  0.8.0claws15
10212
10213         * src/imap.[ch]
10214                 imap folder now remembers the last selected
10215                 folder and imap_fetch_msginfo skips selecting
10216                 the folder if it is already selected
10217
10218 2002-07-26 [christoph]  0.8.0claws14
10219
10220         * src/folder.c
10221         * src/folderview.c
10222         * src/imap.c
10223                 fix imap folder rescanning
10224
10225 2002-07-25 [christoph]  0.8.0claws13
10226
10227         * src/filter.c
10228         * src/folder.[ch]
10229         * src/folderview.c
10230         * src/imap.[ch]
10231         * src/mainwindow.c
10232         * src/mbox_folder.c
10233         * src/mh.c
10234         * src/news.c
10235                 implement imap uid cache and uid validity check
10236
10237 2002-07-25 [alfons]     0.8.0claws12
10238
10239         * src/summaryview.c
10240                 fix a brown paper bag bug, and also add some more
10241                 checks
10242
10243 2002-07-25 [christoph]  0.8.0claws11
10244
10245         * src/folder.c
10246                 don't mix copy, fetch_msginfo and remove
10247                 operations in folder item copy and move
10248                 operations
10249
10250 2002-07-25 [christoph]  0.8.0claws10
10251
10252         * src/folderview.c
10253         * src/mainwindow.c
10254         * src/prefs_folder_item.c
10255         * src/summaryview.[ch]
10256                 remove no longer required parameter update_cache from
10257                 summary_show
10258
10259 2002-07-25 [paul]       0.8.0claws9
10260
10261         * sync with 0.8.1
10262         
10263         * AUTHORS
10264                 a few corrections
10265
10266 2002-07-24 [alfons]     0.8.0claws8
10267
10268         * src/summaryview.c
10269                 sort correctly when using simplified subject line
10270                 (closes feature request "[ 585141 ] applying regexp to subject 
10271                 before sort" submitted by Alexandra Walford)
10272
10273 2002-07-24 [paul]       0.8.0claws7
10274
10275         * sync with 0.8.0cvs3
10276                 see ChangeLog 2002-07-24
10277
10278 2002-07-23 [christoph]  0.8.0claws6
10279
10280         * src/folder.c
10281         * src/folder.h
10282         * src/summaryview.c
10283         * src/summaryview.h
10284         * src/main.c
10285                 o separate processing and summaryview
10286                 o removed summary_write_cache from summaryview
10287                 o removed summaryview->killed_messages, because we don't have
10288                   to keep a list of killed messages anymore. New cache will
10289                   keep the hidden messages in cache anyway
10290         * src/folderview.c
10291         * src/inc.c
10292         * src/selective_download.c
10293                 o removed unnecessary summary_write_cache calls
10294         * src/procmsg.c
10295                 o don't set ignore thread flag in procmsg_get_thread_tree
10296                   if it is already set
10297         * src/mainwindow.c
10298         * src/statusbar.h
10299                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10300                   they are used in different files
10301
10302 2002-07-23 [melvin]     0.8.0claws5
10303
10304         * src/addressbook.c
10305         * src/addrgather.c
10306         * src/editaddress.c
10307         * src/editgroup.c
10308         * src/editldap_basedn.c
10309         * src/importldif.c
10310         * src/prefs_common.c
10311                 Fixed few memory leak (gtk_editable_get_chars returns
10312                 an allocated string)
10313         * src/logwindow.c
10314                 Fixed few memory leak (gtk_editable_get_chars returns
10315                 an allocated string) and modified a little the log cutting
10316                 loop.
10317         * src/compose.c
10318                 Replaced a call to an obsolete function gtk_entry_get_text()
10319                 by gtk_editable_get_chars()
10320         * src/send.c
10321                 Removed a debug printf
10322
10323 2002-07-23 [christoph]  0.8.0claws4
10324
10325         * src/filesel.c
10326                 fix another g_dirname memory leak
10327
10328 2002-07-23 [christoph]  0.8.0claws3
10329
10330         * src/mh.c
10331                 fixed a memory leak in mh_fetch_msginfo
10332                 fixed crash when message header could not be
10333                 parsed
10334
10335 2002-07-23 [paul]       0.8.0claws2
10336
10337         * sync with 0.8.0cvs2
10338                 see ChangeLog 2002-07-23
10339
10340 2002-07-23 [paul]       0.8.0claws1
10341
10342         * sync with 0.8.0cvs1
10343                 see ChangeLog 2002-07-23
10344
10345 2002-07-23 [paul]       0.8.0claws
10346
10347         * release of 0.8.0claws
10348
10349 2002-07-23 [paul]       0.7.8claws99
10350
10351         * po/ru.po
10352                 new Russian translation, submitted by
10353                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10354
10355 2002-07-22 [jens]       0.7.8claws98
10356
10357         * po/de.po
10358                 Updated German translations.
10359
10360 2002-07-22 [paul]       0.7.8claws97
10361
10362         * po/es.po
10363           po/it.po
10364           po/nl.po
10365           po/pt_BR.po
10366                 updated translations by Ricardo Mones Lastra,
10367                 Alessandro Maestri, Wilbert Berendsen and 
10368                 Fabio Jr. Beneditto respectively
10369
10370 2002-07-22 [christoph]  0.7.8claws96
10371
10372         * src/mimeview.c
10373                 fix memory leak caused by wrong g_dirname usage
10374
10375 2002-07-22 [christoph]  0.7.8claws95
10376
10377         * src/summaryview.c
10378                 update new and unread message counts for summaryview
10379                 summaryview does not get it from the folder anymore
10380                 and has to update the values itself
10381
10382 2002-07-22 [melvin]     0.7.8claws94
10383
10384         * po/fr.po
10385                 Updated French translations.
10386
10387 2002-07-22 [christoph]  0.7.8claws93
10388
10389         * src/matcher.c
10390                 set prop->preg pointer to NULL or following check
10391                 will not fail and regexec will be called with
10392                 invalid pointer
10393
10394 2002-07-21 [alfons]     0.7.8claws92
10395         
10396         * src/prefs_common.[ch]
10397                 remove option "Send return receipt on request"
10398
10399 2002-07-21 [thorsten]   0.7.8claws91
10400
10401         * src/mimeview.c
10402                 fixed memleaks, coding style as pointed out by alfons
10403
10404 2002-07-21 [alfons]     0.7.8claws90
10405
10406         * src/messageview.c
10407         * src/noticeview.[ch]
10408                 o fix bug notice view being displayed when going to empty folder 
10409                   (noticed by Christoph)
10410                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10411                   (noticed by Thorsten)
10412
10413 2002-07-21 [thorsten]   0.7.8claws89
10414
10415         * src/mimeview.c
10416                 Included save_all patch from Xaview FACQ
10417                 added support for pathnames
10418
10419 2002-07-21 [alfons]     0.7.8claws88
10420
10421         * po/POTFILES.in
10422         * src/Makefile.am
10423         * src/mainwindow.c
10424         * src/messageview.[ch]
10425         * src/noticeview.c      ** NEW FILE **
10426         * src/noticeview.h      ** NEW FILE **
10427                 make return receipts work again
10428                 (UI idea by Leandro Pereira)
10429
10430 2002-07-21 [paul]       0.7.8claws87
10431
10432         * src/summaryview.c
10433                 fix sensitivity of 'Select thread'
10434
10435 2002-07-21 [paul]       0.7.8claws86
10436
10437         * src/prefs_common.c
10438                 add browser command line for Galeon
10439
10440 2002-07-21 [paul]       0.7.8claws85
10441
10442         * Makefile.am
10443                 fix 'EXTRA_DIST': remove README.README, add TODO
10444                 and TODO.claws
10445
10446 2002-07-21 [alfons]     0.7.8claws84
10447
10448         * src/gtkstext.c
10449                 make enter clear selection
10450                 (closes "[ 579888 ] Editor selection/entry error"
10451                 reported by Steve Lamb)
10452
10453 2002-07-21 [alfons]     0.7.8claws83
10454         
10455         * src/summaryview.c
10456                 sort message list when selecting unthread messages
10457                 (closes "[ 501593 ] switching threaded view doesn't sort"
10458                 reported by Simon Schubert)
10459
10460 2002-07-20 [alfons]     0.7.8claws82
10461         
10462         * src/matcher.c
10463                 const-correctness
10464
10465 2002-07-20 [thorsten]   0.7.8claws81
10466
10467         * src/matcher.c
10468                 Fixed expansion of empty fields in matchactions
10469
10470 2002-07-19 [melvin]     0.7.8claws80
10471
10472         * src/gtkspell.c
10473                 Removed a duplicate menu entry (fast mode) introduced during
10474                 the new cache merge
10475                 Added a menu separator between 'Use alternate' and 'Fast mode'
10476
10477 2002-07-19 [paul]       0.7.8claws79
10478
10479         * tools/Makefile.am
10480           tools/README
10481                 correct typos
10482
10483 2002-07-19 [thorsten]   0.7.8claws78
10484
10485         * tools/calypso_convert.pl      ** NEW FILE **
10486           tools/README
10487           tools/Makefile.am
10488                 script to import mbox files exported
10489                 by calypso
10490                 o generates folder structure
10491                 o includes attachments
10492
10493 2002-07-19 [melvin]     0.7.8claws77
10494
10495         * src/selective_download.[ch]
10496                 Fixed bug where closing the dialog with the window manager's
10497                 close button will not unlock the summary
10498                 Corrected some function declarations that missed a return value
10499                 Made the source code comply better with coding style.
10500         * src/prefs_common.c
10501                 Added new browser command line for Mozilla.
10502
10503 2002-07-18 [paul]       0.7.8claws76
10504
10505         * src/mainwindow.c
10506           src/selective_download.[ch]
10507                 reflect theme changes, fix Gdk Warning when creating 
10508                 pixmap from NULL window, and minor clean up.
10509                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10510
10511         * po/en_GB.po
10512                 updated
10513
10514 2002-07-17 [paul]       0.7.8claws75
10515
10516         * INSTALL[.jp]
10517                 sync with 0.8.0
10518         
10519         * po/en_GB.po
10520                 updated
10521
10522 2002-07-16 [paul]       0.7.8claws74
10523
10524         * tools/filter_conv.pl
10525           tools/README
10526                 replace conversion script with reimplemented version, 
10527                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10528
10529 2002-07-16 [colin]      0.7.8claws73
10530
10531         * src/summaryview.c
10532                 remove forgotten debug messages - sorry ;-)
10533
10534 2002-07-16 [colin]      0.7.8claws72
10535
10536         * src/mimeview.c
10537           src/summaryview.c
10538           src/textview.c
10539           src/textview.h
10540                 add the ability to select part of a text mime-part 
10541                 to reply.
10542
10543 2002-07-15 [christoph]  0.7.8claws71
10544
10545         * src/folder.c
10546                 fix folder message count for folders without
10547                 msg_is_changed (includes news folders)
10548
10549 2002-07-15 [martin]     0.7.8claws70
10550
10551         * src/summaryview.c
10552                 option "display recipient on 'From'..." now works
10553                 without the need of enabling the option
10554                 "display  sender  using  address  book".
10555
10556 2002-07-15 [christoph]  0.7.8claws69
10557
10558         * src/summaryview.c
10559                 removed setting folder status from summaryview.
10560                 folder.c should update all message counts correctly.
10561
10562 2002-07-15 [paul]       0.7.8claws68
10563
10564         * po/pt_BR.po
10565                 updated by Fabio Junior Beneditto
10566
10567 2002-07-15 [darko]      0.7.8claws67
10568
10569         * src/mh.c
10570                 Fixed target folder colorization, don't decrease op
10571                 number twice
10572
10573 2002-07-14 [paul]       0.7.8claws66
10574
10575         * sync with main 0.8.0
10576                 see ChangeLog 2002-07-14
10577
10578 2002-07-13 [melvin]     0.7.8claws65
10579         
10580         * src/addrbook.c
10581         * src/addressbook.c
10582         * src/addrindex.c
10583                 Replaced sprintf by g_snprintf to prevent possible buffer
10584                 overflow.
10585         * src/news.c
10586                 Corrected a log message output format.
10587                 Added a missing "done" debug output.
10588         * src/compose.c
10589                 Added keyboard accelerator for Priority menu items
10590                 Added missing \n in debug output
10591         * src/logwindow.c
10592         * src/gtkspell.c
10593         * src/rfc2015.c
10594                 Added missing \n in debug output
10595
10596 2002-07-13 [paul]       0.7.8claws64
10597
10598         * man/sylpheed.1
10599                 change Sergey's email address to the sf address
10600
10601         * src/textview.c
10602                 increase show_url_timeout (more useful for long
10603                 urls)
10604
10605 2002-07-12 [sergey]     0.7.8claws63
10606
10607         * src/rfc2015.c
10608                 applied (with some modifications) patch to set the
10609                 micalg parameter for signatures
10610                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10611
10612 2002-07-12 [sergey]     0.7.8claws62
10613
10614         * man/Makefile.am
10615         * configure.in
10616                 fixed man page installation
10617
10618 2002-07-12 [paul]       0.7.8claws61
10619
10620         * sync with 0.7.8cvs26
10621                 see ChangeLog 2002-07-11 and 2002-07-12
10622
10623 2002-07-11 [christoph]  0.7.8claws60
10624
10625         * src/compose.c
10626         * src/procmsg.c
10627                 first use the message number to find the message
10628                 to mark with a reply flag but check the
10629                 message-id if we got the correct message, if not
10630                 try to find it by message-id.
10631                 use new string seperator that is not allowed
10632                 in message-ids.
10633
10634 2002-07-11 [paul]       0.7.8claws59
10635
10636         * sync with 0.7.8cvs23
10637                 see ChangeLog 2002-07-10
10638
10639 2002-07-10 [christoph]  0.7.8claws58
10640
10641         * src/folder.[ch]
10642         * src/msgcache.[ch]
10643                 Added message-id table to the cache in memory
10644                 and functions to msgcache.c and folder.c to
10645                 fetch MsgInfos by message id
10646         * src/compose.c
10647         * src/procmsg.c
10648                 store folder and message-id of message replying
10649                 to in queue header and set reply flag after sending
10650                 (Closes bug #469498)
10651
10652 2002-07-10 [paul]       0.7.8claws57
10653
10654         * AUTHORS
10655           man/sylpheed.1.gz
10656                 add Martin to the list of authors
10657
10658 2002-07-09 [martin]     0.7.8claws56
10659         * src/gtksctree.c
10660                 Added gtk_ctree_last_visible(), tree_update_level(),
10661                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10662                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10663                 from gtk+ to gtksctree.c for the new sorting code
10664                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10665                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10666         * src/gtksctree.h
10667                 Added declaration for gtk_sctree_sort_recursive() and
10668                 gtk_sctree_sort_node
10669         * src/addressbook.c
10670         * src/foldersel.c
10671         * src/folderview.c
10672         * src/summaryview.c
10673                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10674                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10675
10676 2002-07-08 [paul]       0.7.8claws55
10677
10678         * more sync with 0.7.8cvs21
10679                 see ChangeLog 2002-07-08
10680
10681 2002-07-08 [paul]       0.7.8claws54
10682
10683         * sync with 0.7.8cvs21
10684                 see ChangeLog 2002-07-08
10685
10686 2002-07-07 [alfons]     0.7.8claws53
10687
10688         * src/Makefile.am
10689         * src/stock_pixmap.[ch]
10690         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10691         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10692         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10693                 add new pixmaps for upcoming notice pane
10694
10695 2002-07-06 [melvin]     0.7.8claws52
10696
10697         * src/gtkspell.[ch]
10698                 Made them a bit closer to Sylpheed's coding style.
10699                 Removed old code.
10700                 Removed possible memory leaks when some errors occurs.
10701
10702 2002-07-06 [melvin]     0.7.8claws51
10703
10704         * po/Makefile.in.in
10705                 Removed --no-location in xgettext command line to help
10706                 translators that use Emacs' po-mode
10707         * src/quote_fmt.c
10708                 Removed unnecessary comments that messed up sylpheed.pot
10709
10710 2002-07-06 [paul]       0.7.8claws50
10711
10712         * sync with 0.7.8cvs19
10713                 see ChangeLog 2002-07-05
10714
10715 2002-07-06 [christoph]  0.7.8claws49
10716
10717         * src/folder.c
10718         * src/mainwindow.c
10719                 fix folder_item_remove_all_msg and folderview
10720                 status for trash folders after emptying trash
10721
10722 2002-07-05 [paul]       0.7.8claws48
10723
10724         * sync with 0.7.8cvs16
10725                 see ChangeLog 2002-07-04 and 2002-07-05
10726
10727 2002-07-04 [paul]       0.7.8claws47
10728
10729         * sync with 0.7.8cvs14
10730                 see  ChangeLog 2002-07-04
10731
10732 2002-07-03 [alfons]     0.7.8claws46
10733
10734         * src/folder.c
10735                 dupe folder item's path because it's being reallocated
10736                 by new folder scanning code
10737
10738 2002-07-03 [christoph]  0.7.8claws45
10739
10740         * src/imap.c
10741                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10742         * src/msgcache.c
10743                 add missing return in msgcache_write
10744
10745 2002-07-02 [thorsten]   0.7.8claws44
10746
10747         * src/jpilot.c
10748         * src/msgcache.c
10749         * src/rfc2015.c
10750                 use binary mode for file access
10751
10752 2002-07-02 [christoph]  0.7.8claws43
10753
10754         * major code cleanup (part 1)
10755         
10756                 - unused variables removed
10757                 - unused functions removed
10758                 - uninitialized variables checked
10759                 - missing return statements added
10760                 - missing function return types added
10761                 - added parentheses around assignment and
10762                   && in || when suggested by gcc
10763               
10764         * src/mh.c
10765         * src/folder.c
10766                 replaced direct calls to folder->scan_tree
10767                 with folder_scan_tree and restore folder
10768                 prefs in this function. The folder should
10769                 not have to deal with them.
10770                 ( Should now work for all folder types )
10771
10772 2002-07-02 [paul]       0.7.8claws42
10773
10774         * sync with 0.7.8cvs13
10775                 see ChangeLog 2002-07-01 and 2002-07-02
10776
10777 2002-07-01 [christoph]  0.7.8claws41
10778
10779         * src/summaryview.c
10780                 fix "goto next/prev unread message" with
10781                 ignored threads
10782
10783 2002-07-01 [paul]       0.7.8claws40
10784
10785         * po/es.po
10786                 updated by Ricardo Mones Lastra
10787
10788 2002-06-30 [match]      0.7.8claws39
10789
10790         * src/jpilot.c
10791                 applied variation of leonerd's patch (566661) to
10792                 allow multiple email addresses per JPilot entry.
10793                 addresses may be separated by space, comma, pipe,
10794                 semi-colon, new-line.
10795
10796 2002-06-30 [alfons]     0.7.8claws38
10797
10798         * src/procmsg.c
10799                 simple fix for putting older nodes before
10800                 newer nodes when threading by subject
10801
10802 2002-06-30 [christoph]  0.7.8claws37
10803
10804         * src/folder.c
10805         * src/folderview.c
10806         * src/mh.c
10807         * src/news.c
10808         * src/procmsg.c
10809                 fix broken folder tree rescaning
10810                 and don't use procmsg_get_mark_sum
10811                 anymore
10812
10813 2002-06-30 [christoph]  0.7.8claws36
10814
10815         * merge new cache branch
10816         * src/imap.c
10817                 fix new cache imap copy bug
10818         * src/folder.c
10819                 improved folder_item_scan
10820                 it should now always set the correct
10821                 new, unread and total message counts
10822
10823 2002-06-29 [paul]       0.7.8claws35
10824
10825         * configure.in
10826                 correct syntax error
10827
10828 2002-06-29 [paul]       0.7.8claws34
10829
10830         * configure.in
10831           Makefile.am
10832           man/Makefile.am       ** NEW FILE **
10833           man/sylpheed.1.gz     ** NEW FILE **
10834                 add Sylpheed man page
10835
10836 2002-06-29 [paul]       0.7.8claws33
10837
10838         * po/pt_BR.po
10839                 updated by Fabio Junior Beneditto
10840
10841 2002-06-28 [jens]       0.7.8claws32
10842
10843         * po/de.po
10844                 translation updated
10845
10846         * src/selective_download.c
10847                 removed gettext for space " "
10848
10849         * src/imap.c
10850                 removed wrong space
10851
10852 2002-06-28 [paul]       0.7.8claws31
10853
10854         * sync with 0.7.8cvs11
10855                 see ChangeLog 2002-06-28
10856
10857 2002-06-28 [paul]       0.7.8claws30
10858
10859         * sync with 0.7.8cvs10
10860                 see ChangeLog 2002-06-27 and 2002-06-28
10861
10862 2002-06-26 [paul]       0.7.8claws29
10863
10864         * src/addrgather.c
10865           src/selective_download.c
10866                 don't gettextise empty strings.
10867                 reserved by gettext. gettext("") returns 
10868                 the header entry with meta information, 
10869                 not the empty string
10870
10871         * po/en_GB.po
10872                 updated
10873
10874 2002-06-26 [paul]       0.7.8claws28
10875
10876         * sync with 0.7.8cvs7
10877                 see ChangeLog 2002-06-25
10878
10879         * src/prefs_common.c
10880                 ...and in the process, tweak the gui a little
10881
10882 2002-06-25 [alfons]     0.7.8claws27
10883         
10884         * configure.in
10885         * src/Makefile.am
10886                 fine tune ldap library detection
10887
10888 2002-06-25 [alfons]     0.7.8claws26
10889
10890         * src/compose.c
10891                 don't allow return receipts when composing a news article
10892
10893 2002-06-25 [paul]       0.7.8claws25
10894
10895         * Makefile.am
10896                 add '$(AMTAR)' to 'release' section to allow for
10897                 new and older autotools
10898
10899 2002-06-25 [paul]       0.7.8claws24
10900
10901         * src/summaryview.c
10902                 fix "No more unread messages" persistant pop-up
10903                 window bug
10904
10905 2002-06-25 [paul]       0.7.8claws23
10906
10907         * po/it.po
10908                 updated by Alessandro Maestri
10909
10910 2002-06-25 [paul]       0.7.8claws22
10911
10912         * sync with 0.7.8cvs6
10913                 see ChangeLog 2002-06-25
10914
10915 2002-06-24 [paul]       0.7.8claws21
10916
10917         * tools/update-po
10918                 add GPL copyright information
10919
10920 2002-06-24 [paul]       0.7.8claws20
10921
10922         * tools/Makefile.am
10923           tools/README
10924           tools/update-po       ** NEW FILE **
10925                 add script that eases the creation of *.po files
10926                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10927
10928 2002-06-23 [alfons]     0.7.8claws19
10929
10930         * src/messageview.c
10931                 make notification_convert_header obey const correctness
10932                 (next step will be fixing the broken return receipt)
10933
10934 2002-06-23 [paul]       0.7.8claws18
10935
10936         * src/messageview.c
10937                 fix bug introduced in last commit:
10938                 removed too much code in last commit - put back what's
10939                 needed
10940
10941 2002-06-23 [paul]       0.7.8claws17
10942
10943         * src/messageview.[ch]
10944                 remove code committed in error from locally patched
10945                 source
10946
10947 2002-06-23 [colin]      0.7.8claws16
10948
10949         * src/compose.[ch]
10950                 add compose_entry_select(), used to select the default_to
10951                 email address - hopefully avoiding people sending mails to
10952                 wrong recipients.
10953
10954 2002-06-22 [alfons]     0.7.8claws15
10955
10956         * AUTHORS
10957                 add Bram Metsch & Stanislav Karchebny
10958         * src/smtp.[ch]
10959         * src/prefs_account.[ch]
10960         * src/send.c
10961                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10962                   options.  (see <http://sourceforge.net/tracker/index.php
10963                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10964
10965                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10966                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10967
10968 2002-06-22 [paul]       0.7.8claws14
10969
10970         * sync with 0.7.8cvs5
10971                 see ChangeLog 2002-06-19 and 2002-06-20
10972
10973 2002-06-22 [alfons]     0.7.8claws13
10974
10975         * src/selective_download.c
10976                 fix a stupid mistake I made
10977
10978 2002-06-22 [alfons]     0.7.8claws12
10979
10980         * src/selective_download.[ch]
10981                 fix another unnoticed leak; cleanup code
10982
10983 2002-06-21 [alfons]
10984
10985         * tools/Makefile.am
10986                 gpg-sign <-- gpg-sign-syl
10987
10988 2002-06-21 [alfons]     0.7.8claws11
10989
10990         * src/selective_download.c
10991         * src/selective_download.h
10992                 fix assorted mix of allocation errors (should solve
10993                 problem reported by Philippe Gramoullé, see:
10994                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10995
10996 2002-06-20 [melvin]     0.7.8claws10
10997
10998         * tools/gpg-sign *REMOVED*
10999           tools/gpg-sign-syl *ADDED*
11000                 Replaced the gpg clearsigning script with the version using
11001                 xterm instead of ssh-askpass and changed its name.
11002
11003         * README.claws
11004                 Updated actions example to reflect the renaming of the
11005                 gpg clearsigning script.
11006
11007 2002-06-19 [paul]       0.7.8claws9
11008
11009         * sync with 0.7.8claws9
11010                 see ChangeLog 2002-06-18 and 2002-06-19
11011
11012 2002-06-19 [paul]       0.7.8claws8
11013
11014         * sync with 0.7.8cvs1
11015                 see ChangeLog 2002-06-18
11016
11017 2002-06-18 [alfons]     0.7.8claws7
11018
11019         * src/mainwindow.h
11020                 add omitted prototype
11021
11022 2002-06-17 [paul]       0.7.8claws6
11023
11024         * src/mainwindow.c
11025                 fix hiding of exec_btn
11026
11027 2002-06-17 [paul]       0.7.8claws5
11028
11029         * src/pop.c
11030                 remove unneeded code: should_delete() 
11031                 and Pop3State::uidl_todelete_list
11032
11033 2002-06-17 [paul]       0.7.8claws4
11034
11035         * sync with 0.7.8
11036                 see ChangeLog 2002-06-11 and 2002-06-13
11037
11038 2002-06-16 [alfons]     0.7.8claws3
11039         
11040         * src/folder.c
11041                 make sure lock sort mode (claws specific) is
11042                 also persists after a tree rescan
11043
11044 2002-06-16 [alfons]     0.7.8claws2
11045
11046         * src/prefs_folder_item.c
11047         * src/folder.[ch]
11048                 fix persistence of folder sort mode (broken
11049                 by adapting Hiro's new folder persistence code)
11050
11051 2002-06-16 [alfons]     0.7.8claws1
11052
11053         * AUTHORS
11054         * src/logwindow.c
11055         * src/prefscommon.[ch]
11056                 control size of log text in log window; 
11057                 closes patch #569155 submitted by Mitko Haralanov.
11058
11059 2002-06-15 [paul]       0.7.8claws
11060
11061         * release of 0.7.8claws
11062
11063 2002-06-15 [paul]       0.7.7claws
11064
11065         * po/pt_BR.po
11066                 updated by Fabio Junior Beneditto
11067
11068 2002-06-14 [paul]       0.7.6claws49
11069
11070         * po/es.po
11071                 updated by Ricardo Mones Lastra
11072
11073 2002-06-14 [paul]       0.7.6claws48
11074
11075         * po/nl.po
11076                 updated translation by Wilbert Berendsen
11077
11078 2002-06-14 [melvin]     0.7.6claws47
11079
11080         * po/fr.po
11081                 Updated French translation
11082
11083 2002-06-13 [paul]       0.7.6claws46
11084
11085         * src/filesel.c
11086                 allow filename to be typed in, rather than just
11087                 selected by the mouse. Patch by Gustavo Noronha Silva.
11088
11089 2002-06-13 [alfons]     0.7.6claws45
11090
11091         * src/mainwindow.[ch]
11092                 more cleanups (removing unnecessary menu items Expand 
11093                 summary / message view)
11094
11095 2002-06-13 [melvin]     0.7.6claws44
11096
11097         * po/POTFILES.in
11098                 Added src/string_match.c
11099         * src/string_match.c
11100                 Fixed possible buffer overflow.
11101                 Corrected typo.
11102                 Added missing config.h header.
11103         * src/prefs_common.c
11104           src/prefs_matcher.c
11105           src/prefs_scoring.c
11106                 Made some strings translatable (missing _(..)).
11107
11108 2002-06-13 [melvin]     0.7.6claws43
11109
11110         * README.claws
11111                 Corrected action example (verifying clearsigned mail).
11112         * src/prefs_account.c
11113                 Corrected typo.
11114         * src/prefs_common.c
11115                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11116
11117 2002-06-12 [alfons]     0.7.6claws42
11118
11119         * src/summaryview.c
11120                 add init of score column lost in 0.7.6claws42
11121
11122 2002-06-12 [paul]       0.7.6claws41
11123
11124         * src/prefs_account.c
11125                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11126                 behavior of the radio buttons, (from 0.7.7cvs2)
11127
11128 2002-06-11 [alfons]     0.7.6claws40
11129
11130         * src/messageview.[ch]
11131         * src/summaryview.[ch]
11132         * src/summary_search.c
11133         * src/mainwindow.c
11134                 perform a sync to bring in Hiro's separate view implementation 
11135
11136                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11137
11138 2002-06-11 [paul]       0.7.6claws39
11139         
11140         * src/prefs_account.c
11141                 correct a typo on the Receive tab
11142
11143 2002-06-10 [match]      0.7.6claws38
11144
11145         * src/addressbook.c
11146                 Included address completion patch from Gustavo Noronha.
11147
11148 2002-06-10 [paul]       0.7.6claws37
11149
11150         * src/inc.[ch]
11151           src/pop.c
11152           src/prefs_account.[ch]
11153           src/selective_download.[ch]
11154                 apply PATCH #561712
11155                  NEW:
11156                 - check if POP Account
11157                 - Receive Button renamed to Preview
11158                 - Preview Button Popup: preview new/all messages
11159                 - Download Button
11160                 - Account Preferences-->Receive tab checkbutton if you
11161                   want to remove Mail after Download
11162                 -: default YES
11163                 - Account Preferences-->Receive tab checkbutton use
11164                   filtering rules on preview
11165                   (think of delete_on_server)
11166                 -: default YES
11167                 - Account selectable from SD dialog
11168                 - checkbutton to show already downloaded messages if
11169                   all messages are previewed
11170                 - new clist column showing Date
11171                 - ESC KEY close
11172                 FIXES:
11173                 - play ball with UIDL
11174                 - fault tolerant (?) 
11175                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11176
11177 2002-06-10 [melvin]     0.7.6claws36
11178
11179         * README.claws
11180                 Added a hint to ac/README in cvs instructions.
11181
11182         * src/prefs_actions.c
11183                 Made it possible to use a more elaborate command line
11184                 for asynchronous actions, too.
11185
11186 2002-06-10 [melvin]     0.7.6claws35
11187         
11188         * src/prefs_actions.c
11189                 Make it possible to use a more elaborate command line
11190                 (e.g. |foo|bar|cat>there;echo Done|)
11191                 Corrected error message when calling %f, %F and %p commands
11192                 from the compose window.
11193
11194 2002-06-09 [colin]      0.7.6claws34
11195
11196         * src/summaryview.c
11197                 Automatically find unread messages in current folder
11198                 before annoying the user.
11199
11200 2002-06-08 [alfons]     0.7.6claws33
11201
11202         * po/it.po
11203                 remove bad formatting string in it.po translation
11204                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11205
11206 2002-06-08 [paul]       0.7.6claws32
11207
11208         * sync with 0.7.6cvs25
11209                 see ChangeLog 2002-06-07
11210
11211 2002-06-05 [paul]       0.7.6claws31
11212
11213         * src/mainwindow.c
11214                 add 'Sort by locked' and 'Sort by score'
11215
11216 2002-06-05 [paul]       0.7.6claws30
11217
11218         * sync with 0.7.6cvs24
11219                 see ChangeLog 2002-06-04
11220
11221 2002-06-04 [paul]       0.7.6claws29
11222
11223         * po/pt_BR.po
11224                 updated by Fabio Junior Beneditto
11225
11226 2002-06-03 [thorsten]   0.7.6claws28
11227
11228         * src/matcher.c
11229                 fclose() matcherrc after reading
11230
11231 2002-06-03 [paul]       0.7.6claws27
11232
11233         * sync with 0.7.6cvs21
11234                 see ChangeLog 2002-05-31
11235
11236 2002-05-31 [paul]       0.7.6claws26
11237
11238         * sync with 0.7.6cvs20
11239                 see ChangeLog 2002-05-29 and 2002-05-30
11240
11241 2002-05-31 [paul]       0.7.6claws25
11242
11243         * src/imap.c
11244                 hopefully fix last buggy sync
11245
11246         * README.claws
11247                 correct typo in 'Actions' examples
11248
11249 2002-05-29 [paul]       0.7.6claws24
11250
11251         * sync with 0.7.6cvs18
11252                 see ChangeLog 2002-05-28 and 2002-05-29
11253
11254         * src/news.c
11255           src/nntp.[ch]
11256                 sync with above 
11257
11258 2002-05-28 [paul]       0.7.6claws23
11259
11260         * sync with 0.7.6cvs16
11261                 see ChangeLog 2002-05-28
11262
11263 2002-05-27 [thorsten]   0.7.6claws22 
11264
11265         * faq/it/sylpheed-faq-1.html
11266           faq/it/sylpheed-faq-2.html
11267           faq/it/sylpheed-faq-3.html
11268           faq/it/sylpheed-faq.html
11269                 corrected DOS lineendings
11270         * faq/de/sylpheed-faq-1.html
11271           faq/de/sylpheed-faq-2.html
11272           faq/en/sylpheed-faq-1.html
11273           faq/en/sylpheed-faq-2.html
11274           faq/en/sylpheed-faq-3.html
11275           faq/es/sylpheed-faq-1.html
11276           faq/es/sylpheed-faq-2.html
11277           faq/es/sylpheed-faq-3.html
11278           faq/fr/sylpheed-faq-1.html
11279           faq/it/sylpheed-faq-1.html
11280           faq/it/sylpheed-faq-2.html
11281           faq/it/sylpheed-faq-3.html
11282           faq/it/sylpheed-faq.html
11283                 changed ">" to &quot;
11284
11285 2002-05-27 [paul]       0.7.6claws21
11286         
11287         * sync with 0.7.6cvs15
11288                 see ChangeLog 2002-05-27
11289
11290 2002-05-27 [paul]       0.7.6claws20
11291
11292         * src/prefs_account.c
11293                 correct a typo
11294
11295 2002-05-26 [paul]       0.7.6claws19
11296
11297         * tools/README
11298                 correct a typo
11299
11300 2002-05-25 [paul]       0.7.6claws18
11301
11302         * tools/README
11303                 add description of kmail2sylpheed.pl
11304
11305 2002-05-25 [paul]       0.7.6claws17
11306
11307         * tools/kmail2sylpheed.pl       ** NEW FILE **
11308                 perl script that converts an exported Kmail address
11309                 book, converts it to sylpheed addressbook file,
11310                 writes the file to .sylpheed, and updates
11311                 addrbook--index.xml 
11312
11313 2002-05-25 [paul]       0.7.6claws16
11314
11315         * sync with 0.7.6cvs14
11316                 see ChangeLog 2002-05-23
11317
11318 2002-05-24 [paul]       0.7.6claws15
11319
11320         * README.claws
11321                 make a correction and add some more info
11322
11323 2002-05-24 [paul]       0.7.6claws14
11324
11325         * src/compose.c
11326                 fix memory leak in 
11327                 compose_redirect_write_headers_from_headerlist()
11328                 add Subject and Resent-Message-ID to
11329                 compose_redirect_write_headers()
11330                 Received, Subject, and X-UIDL are filtered out in 
11331                 compose_redirect_write_to_file()
11332
11333 2002-05-23 [paul]       0.7.6claws13
11334
11335         * src/compose.[ch]
11336           src/filtering.c
11337           src/mainwindow.c
11338           src/matcher.[ch]
11339           src/matcher_parser_lex.l
11340           src/matcher_parser_parse.y
11341           src/prefs_common.[ch]
11342           src/prefs_filtering.c
11343           src/summaryview.c
11344                 rename 'Bounce' to 'Redirect'
11345
11346 2002-05-23 [paul]       0.7.6claws12
11347
11348         * more sync with 0.7.6cvs13
11349           src/compose.c
11350                 see ChangeLog 2002-05-22
11351
11352 2002-05-22 [paul]       0.7.6claws11
11353
11354         * sync with 0.7.6cvs13
11355           src/codeconv.c
11356                 see ChangeLog 2002-05-20
11357           src/prefs_common.c
11358                 see ChangeLog 2002-05-22
11359
11360 2002-05-21 [melvin]     0.7.6claws10
11361
11362         * src/folderview.c
11363                 Added missing filtering and scoring headers
11364                 Fixed bad function call that showed garbage 
11365                 in Folder->Processing
11366
11367 2002-05-21 [paul]       0.7.6claws9
11368
11369         * tools/Makefile.am
11370                 make all tools executable, (patch by Alfons).
11371
11372 2002-05-20 [alfons]     0.7.6claws8
11373
11374         * src/procheader.c
11375                 don't forget to call mktime() so we have a valid week 
11376                 and year day
11377                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11378
11379 2002-05-20 [paul]       0.7.6claws7
11380
11381         * src/html.c
11382                 fix broken parsing of urls
11383         * src/textview.c
11384                 fix displaying of urls
11385
11386                 both fixes from the patch [547855] by Eugene 
11387                 Brevdo (zonem)
11388
11389 2002-05-19 [alfons]     0.7.6claws6
11390
11391         * configure.in
11392                 make sylpheed configure correctly with the latest
11393                 and greatest of automake / autoconf / gettext
11394
11395 2002-05-19 [alfons]     0.7.6claws5
11396
11397         * src/procheader.c
11398         * src/procheader.h
11399                 add function for returning ime zone offset
11400         * src/quote_fmt.c
11401         * src/quote_fmt_parse.y
11402                 better quotation formatting - does not convert
11403                 to local time, but uses the original date string.
11404                 
11405                 Note: %z inserts the timezone offset (should 
11406                 work also on platforms where strftime does not
11407                 support %z).
11408
11409 2002-05-18 [christoph]  0.7.6claws4
11410
11411         * src/summaryview.c
11412                 fix indentation of some code
11413         * tools/Makefile.am
11414                 fix spaces after \
11415         * src/Makefile.am
11416                 add missing \
11417                 correct path for ignorethread.xpm
11418                 incorrect filename for sylpheed_logo.xpm
11419                 add missing include matcher_parser_parse.h
11420
11421 2002-05-18 [paul]       0.7.6claws3
11422
11423         * sync with 0.7.6cvs8
11424                 see ChangeLog 2002-05-16 and 2002-05-17
11425
11426 2002-05-18 [melvin]     0.7.6claws2
11427
11428         * README.claws
11429                 Corrected an action's definition and fixed some misspellings.
11430
11431 2002-05-18 [paul]       0.7.6claws1
11432
11433         * tools/Makefile.am
11434           tools/gpg-sign        ** new file **
11435           tools/uudec           ** new file **
11436                 add Melvin's Actions scripts
11437
11438         * README.claws
11439                 add Melvin's descriptions for Actions
11440
11441 2002-05-18 [paul]       0.7.6claws
11442
11443         * Version 0.7.6claws released
11444
11445 2002-05-17 [paul]       0.7.5claws32
11446
11447         * po/es.po
11448                 updated by Ricardo Mones Lastra
11449
11450 2002-05-17 [paul]       0.7.5claws31
11451
11452         * src/compose.c
11453                 fix Account prefs default folder for sent/draft/deleted
11454                 messages bug
11455
11456         * po/it.po
11457           po/nl.po
11458                 updated translation by Alessandro Maestri and
11459                 Wilbert Berendsen
11460
11461 2002-05-17 [melvin]     0.7.5claws30
11462
11463         * src/prefs_actions.c
11464                 Fixed bug where using %F not at the end of the command 
11465                 resulted in an additional empty argument being created.
11466                 Thanks to Darko Koruga for reporting the bug.
11467
11468 2002-05-17 [melvin]     0.7.5claws29
11469
11470         * po/fr.po
11471                 Updated French translations.
11472
11473 2002-05-15 [paul]       0.7.5claws28
11474         
11475         * po/es.po
11476                 updated by Ricardo Mones Lastra
11477
11478 2002-05-15 [paul]       0.7.5claws27
11479
11480         * sync with 0.7.6cvs4
11481                 see ChangeLog 2002-05-14 and 2002-05-15
11482
11483 2002-05-14 [paul]       0.7.5claws26
11484
11485         * sync with 0.7.6cvs1
11486                 see ChangeLog 2002-05-13
11487
11488 2002-05-13 [thorsten]   0.7.5claws25
11489
11490         * src/messageview.c
11491                 fix select_all and copy in multipart messages
11492         * src/mainwindow.c
11493                 fix select_all and copy in multipart messages
11494
11495 2002-05-12 [paul]       0.7.5claws24
11496
11497         * src/summaryview.c
11498                 reverse last commit, bug already fixed in 0.7.5claws3
11499
11500 2002-05-12 [netztorte]  0.7.5claws23
11501
11502         * src/summaryview.c
11503                 dont parse empty addressbook (checked in before claws20)
11504
11505 2002-05-12 [melvin]     0.7.5claws22
11506
11507         * src/procmsg.[ch]
11508                 Removed unneeded priority code introduced by the previous 
11509                 commit.
11510
11511 2002-05-12 [melvin]     0.7.5claws21
11512
11513         * src/compose.[ch]
11514                 Added possibility to set message's priority.
11515         * src/procmsg.[ch]
11516                 Added possibility to set message's priority.
11517                 Added missing headers
11518
11519 2002-05-12 [melvin]     0.7.5claws20
11520
11521         * src/prefs_actions.c
11522                 Removed implicitely added quotes around the name
11523                 of the temporary files of mime parts.
11524
11525 2002-05-12 [paul]       0.7.5claws19
11526
11527         * sync with 0.7.5cvs20
11528                 see ChangeLog 2002-05-11
11529
11530 2002-05-12 [alfons]     0.7.5claws18
11531
11532         * src/quote_fmt_lex.l
11533         * src/quote_fmt_parse.y
11534                 allow quote / reply date & time format to be set using
11535                 %D{format}. format is a format string you'd pass to
11536                 strftime() (see man strftime, or the Display tab |
11537                 Date format setting).
11538
11539                 Currently %D converts the date to local time. 
11540
11541 2002-05-11 [paul]       0.7.5claws17
11542
11543         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11544                 see ChangeLog 2002-05-10 and 2002-05-11
11545
11546 2002-05-10 [paul]       0.7.5claws16
11547
11548         * sync with 0.7.5cvs16
11549                 see ChangeLog entries 2002-05-09 and 
11550                 2002-05-10
11551
11552 2002-05-10 [colin]      0.7.5claws15
11553
11554         * src/textview.c
11555                 Corrected a bug that prevented sylpheed to open
11556                 double-clicked URIs.
11557
11558 2002-05-09 [paul]       0.7.5claws14
11559
11560         * sync with 0.7.5cvs14
11561                 see ChangeLog 2002-05-08 and 2002-05-09
11562
11563 2002-05-08 [paul]       0.7.5claws13
11564
11565         * sync with 0.7.5cvs11
11566                 see ChangeLog entry 2002-05-08
11567
11568 2002-05-08 [paul]       0.7.5claws12
11569
11570         * src/mainwindow.c
11571           src/textview.[ch]
11572                 fix segfault on View->Open in new window
11573                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11574
11575 2002-05-07 [paul]       0.7.5claws11
11576
11577         * sync with 0.7.5cvs9
11578                 see ChangeLog entry 2002-05-07
11579
11580 2002-05-06 [paul]       0.7.5claws10
11581
11582         * src/messageview.c
11583           src/textview.c
11584                 display url in statusbar on single-click
11585                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11586
11587 2002-05-06 [match]      0.7.5claws9
11588
11589         * src/addritem.[ch]
11590                 new functions.
11591         * src/addrcache.c
11592                 tidy up.
11593         * src/xmlprops.[ch]
11594                 XML implementation of properties file.
11595         * src/exporthtml.[ch]
11596         * src/expthtmldlg.[ch]
11597         * src/addressbook.c
11598                 export to HTML.
11599
11600 2002-05-02 [sergey]     0.7.5claws8
11601
11602         * src/mainwindow.c (mainwin_entries),
11603           src/prefs_common.c (prefs_send_create()),
11604           src/codeconv.c (locale_table):
11605                 use charset name "Windows-1251" instead of "CP1251".
11606
11607 2002-05-02 [colin]      0.7.5claws7
11608         
11609         * src/compose.c
11610           src/prefs_common.c
11611           src/prefs_folder_item.c
11612                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11613
11614 2002-05-02 [hiro]       0.7.5claws6
11615
11616         * src/imap.c
11617                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11618
11619 2002-05-02 [paul]       0.7.5claws5
11620
11621         * src/compose.c
11622                 more sync with 0.7.5cvs7, see ChangeLog entry
11623                 2002-05-02
11624
11625 2002-05-02 [hiro]       0.7.5claws4
11626
11627         * src/compose.c
11628                 compose_queue_sub():
11629                 check if queue folder exists (closes #550397).
11630                 removed directory creation since it should be handled
11631                 transparently.
11632         * src/imap.c
11633                 imap_add_msg(): return UID for appended message
11634                 (closes #548842).
11635
11636 2002-04-30 [paul]       0.7.5claws3
11637
11638         * src/summaryview.c
11639                 fix account_find_from_address() bug
11640
11641 2002-04-28 [colin]      0.7.5claws2
11642
11643         * src/compose.c
11644           src/textview.c
11645           src/prefs_common.[ch]
11646           src/utils.[ch]
11647                 Added user-definable quotation characters recognition.
11648
11649 2002-04-28 [paul]       0.7.5claws1
11650
11651         * sync with 0.7.5cvs4
11652                 see ChangeLog entry  2002-04-25
11653
11654 2002-04-28 [paul]       0.7.5claws
11655
11656         * po/es.po
11657           po/nl.po
11658           po/pt_BR.po
11659                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11660                 Fabio Junior Beneditto
11661
11662 2002-04-27 [jens]       0.7.4claws103
11663
11664         * po/de.po
11665                 updated German translation.
11666
11667 2002-04-27 [hiro]       0.7.4claws102
11668
11669         * src/summaryview.c
11670                 summary_write_cache(): fixed the mark loss of hidden messages.
11671
11672 2002-04-26 [melvin]     0.7.4claws101
11673
11674         * src/procmsg.c
11675                 fixed a second typo (same one)
11676         * po/fr.po
11677           po/it.po
11678           po/pt_BR.po
11679                 fixed the type again...
11680
11681 2002-04-26 [melvin]     0.7.4claws100
11682
11683         * src/procmsg.c
11684                 fixed a typo in an alert message ("temorary").
11685         * po/it.po
11686         * po/pt_BR.po
11687                 corrected the typo  described above.
11688         * po/fr.po
11689                 updated French translation.
11690
11691 2002-04-26 [darko]      0.7.4claws99
11692
11693         * src/summaryview.c
11694                 fix target folder colorization
11695
11696 2002-04-25 [paul]       0.7.4claws98
11697
11698         * po/it.po
11699                 updated by Alessandro Maestri
11700
11701 2002-04-24 [colin]      0.7.4claws97
11702         
11703         * src/compose.c
11704                 Fixed double "subject is empty" question.
11705
11706 2002-04-23 [colin]      0.7.4claws96
11707         
11708         * src/mimeview.c
11709                 Corrected issue when "automatically display images" was
11710                 not set : first image remained after selecting second.
11711
11712 2002-04-23 [melvin]     0.7.4claws95
11713
11714         * src/prefs_actions.c
11715                 Don't display in/out dialog if there is nothing to show.
11716
11717 2002-04-23 [paul]       0.7.4claws94
11718
11719         * sync with 0.7.5cvs3
11720                 bug fixes: see ChangeLog entry 2002-04-23
11721
11722 2002-04-22 [darko]      0.7.4claws93
11723
11724         * src/compose.c
11725                 fix previous check-in which changed code after
11726                 merge from main
11727
11728 2002-04-22 [paul]       0.7.4claws92
11729
11730         * faq/de/*
11731                 add German FAQ
11732         * faq/en/*
11733           faq/es/*
11734           faq/fr/*
11735                 update English, Spanish and French FAQs
11736         * manual/de/*
11737           manual/es/*
11738                 add German and Spanish manuals
11739         * manual/en/*
11740           manual/fr/*
11741                 update English and French manuals
11742
11743         * src/Makefile.am
11744                 add to and re-arrange the pixmap entries
11745
11746 2002-04-22 [darko]      0.7.4claws91
11747
11748         * src/compose.c
11749                 fix sender initials recognition to only allow
11750                 '>' after the initials
11751
11752 2002-04-21 [paul]       0.7.4claws90
11753
11754         * sync with 0.7.5 release
11755                 see ChangeLog entry 2002-04-21
11756
11757 2002-04-21 [alfons]
11758
11759         * src/Makefile.am
11760                 add colin's new pixmaps to EXTRA_DIST
11761
11762 2002-04-21 [colin]      0.7.4claws89
11763         * src/compose.c
11764         * src/inc.c
11765         * src/mainwindow.[ch]
11766         * src/prefs_common.[ch]
11767         * src/stock_pixmap.[ch]
11768                 Added "Work offline" ability.
11769
11770 2002-04-21 [colin]      0.7.4claws88
11771         
11772         * src/mimeview.c
11773         * src/prefs_common.c
11774         * src/prefs_common.h
11775         * src/textview.c : Added an option to common preferences -> display
11776           to allow user not to automatically display images.
11777
11778 2002-04-21 [paul]       0.7.4claws87
11779
11780         * sync with 0.7.4cvs52
11781                 see ChangeLog entry 2002-04-21 (src/imap.c)
11782
11783 2002-04-21 [paul]       0.7.4claws86
11784
11785         * sync with 0.7.4cvs51
11786                 see ChangeLog entry 2002-04-21
11787
11788 2002-04-21 [paul]       0.7.4claws85
11789
11790         * sync with 0.7.4cvs49
11791                 see ChangeLog entries 2002-04-20 and 2002-04-21
11792
11793         * src/Makefile.am
11794                 clean up: remove old 'stock_' element from xpm 
11795                 filenames.
11796
11797 2002-04-21 [alfons]     0.7.4claws84
11798
11799         apply sync patch from Paul
11800
11801         * src/folderview.c
11802                 use old claws prefs_folder_item_create() for now
11803
11804 2002-04-19 [match]      0.7.4claws83
11805
11806         * src/addressbook.[ch]
11807         * src/addrharvest.[ch]
11808         * src/addrgather.[ch]
11809                 recurse folders.
11810         * src/mainwindow.c
11811         * src/summaryview.[ch]
11812                 change menu option.
11813
11814 2002-04-19 [paul]       0.7.4claws82
11815
11816         * po/pt_BR.po
11817                 updated by Fabio Junior Beneditto
11818
11819 2002-04-14 [alfons]     0.7.4claws81
11820
11821         * src/passphrase.c
11822                 add #include <sys/types.h> for mode_t and off_t 
11823
11824 2002-04-13 [paul]       0.7.4claws80
11825         
11826         * src/main.c
11827           src/passphrase.[ch]
11828           src/pgptext.c
11829           src/prefs_common.[ch]
11830           src/rfc2015.c
11831                 enable storing of GnuPG passphrase for the whole 
11832                 session or a user-defined number of minutes. patch 
11833                 submitted by Ravemax <ravemax@dextrose.com>
11834
11835 2002-04-13 [alfons]     0.7.4claws79
11836
11837         * src/textview.c
11838                 make email parser also stop scanning when encountering separators
11839                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11840
11841 2002-04-13 [paul]       0.7.4claws78
11842
11843         * sync with 0.7.4cvs39
11844                 see ChangeLog entry 2002-04-12
11845
11846 2002-04-11 [paul]       0.7.4claws77
11847
11848         * sync with 0.7.4cvs37
11849                 see ChangeLog entry 2002-04-11
11850
11851 2002-04-11 [paul]       0.7.4claws76
11852
11853         * COPYING 
11854                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11855                 the clause for OpenSSL). sync with sylpheed main
11856
11857 2002-04-09 [melvin]     0.7.4claws75
11858
11859         * src/compose.c
11860                 Made 'Ctrl-Enter' on send ignore some modifiers 
11861                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11862                 to bind other *-Enter (but not Alt-Enter).
11863
11864 2002-04-09 [paul]       0.7.4claws74
11865
11866         * sync with 0.7.4cvs35
11867                 see ChangeLog entries 2002-04-09
11868
11869 2002-04-08 [paul]       0.7.4claws73
11870
11871         * sync with 0.7.4cvs33
11872                 see ChangeLog entry 200-04-08
11873
11874 2002-04-07 [match]      0.7.4claws72
11875
11876         * src/addrharvest.[ch]
11877                 fixed to read all addresses in header, regardless
11878                 of header size. improved name parsing. accommodate
11879                 harvest from folders and selected message.
11880         * src/addritem.[ch]
11881                 included new address parsing function.
11882         * src/addrgather.[ch]
11883         * src/addressbook.[ch]
11884         * src/summaryview.[ch]
11885         * src/mainwindow.c
11886                 allow address harvest of folder as well as selected
11887                 messages.
11888
11889 2002-04-07 [paul]       0.7.4claws71
11890
11891         * src/esmtp.[ch]
11892           src/smtp.c
11893                 don't try to authenticate with CRAM-MD5 in SMTP when 
11894                 SMTP-AUTH enabled if MTA doesn't issue this 
11895                 auth-method in it's ehlo-response. bug item #531364,
11896                 patch item #938910. patch submitted by Colin Leroy 
11897                 <colin@colino.net>
11898
11899 2002-04-07 [paul]       0.7.4claws70
11900
11901         * src/nntp.c
11902                 fix missing MODE_READER bug. patch submitted by
11903                 Colin Leroy <colin@colino.net>
11904
11905 2002-04-07 [alfons]     0.7.4claws69
11906
11907         * src/matcher.[ch]
11908         * src/prefs_filtering.c
11909         * src/summaryview.c
11910                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11911                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11912
11913 2002-04-07 [paul]       0.7.4claws68
11914
11915         * sync with 0.7.4cvs32
11916                 see ChangeLog entry 2002-04-06
11917
11918         * tools/filter_conv.pl
11919                 more bug fixes
11920
11921 2002-04-06 [paul]       0.7.4claws67
11922
11923         * tools/filter_conv.pl
11924                 modify to be able to find the name of the first
11925                 mailbox and use that. main's filter does not
11926                 record the full path to the mailbox and therefore
11927                 can only filter to the first mailbox.
11928
11929 2002-04-05 [paul]       0.7.4claws66
11930
11931         * tools/filter_conv.pl
11932                 attempt to make the script all-encompassing and
11933                 be able to convert any main 'filter' rule thrown
11934                 at it
11935
11936 2002-04-05 [paul]       0.7.4claws65
11937
11938         * tools/filter_conv.pl
11939                 allow for collapsed folder trees
11940
11941 2002-04-05 [paul]       0.7.4claws64
11942
11943         * sync with 0.7.4cvs31
11944                 see ChangeLog entries 2002-04-05
11945
11946 2002-04-03 [paul]       0.7.4claws63
11947
11948         * sync with 0.7.4cvs29
11949                 see ChangeLog entries 2002-04-02 and 2002-04-03
11950
11951 2002-04-02 [paul]       0.7.4claws62
11952
11953         * sync with 0.7.4cvs26
11954                 see ChangeLog entry 2002-04-01
11955
11956 2002-04-02 [match]      0.7.4claws61
11957
11958         * src/pine.[ch]
11959         * src/importpine.[ch]
11960         * src/addressbook.c
11961                 import Pine address book.
11962
11963 2002-04-02 [match]      0.7.4claws60
11964
11965         * src/addrharvest.[ch]
11966                 improve address parsing of funky addresses.
11967
11968 2002-04-02 [darko]      0.7.4claws59
11969
11970         * src/compose.c
11971                 wrap on send improvements, it now recognizes quoted
11972                 initials as part of the quotation string, and it
11973                 does not join lines separated by CR
11974
11975 2002-04-01 [match]      0.7.4claws58
11976
11977         * src/mgutils.[ch]
11978                 added new functions.
11979         * src/mutt.[ch]
11980                 remove excessive duplicate address generation
11981                 on import.
11982
11983 2002-04-01 [alfons]     0.7.4claws57
11984         
11985         * src/summaryview.c
11986                 put back g_free() 
11987
11988 2002-04-01 [paul]       0.7.4claws56
11989
11990         * sync with 0.7.4cvs25
11991                 see ChangeLog entry 2002-04-01
11992
11993 2002-04-01 [alfons]     0.7.4aprilfool55
11994
11995         * src/summaryview.c
11996                 honour feature request item #537427 to allow for
11997                 displaying names from address book for sent mail also
11998
11999 2002-03-29 [paul]       0.7.4claws54
12000
12001         * src/mainwindow.c
12002           src/prefs_filtering.[ch]
12003           src/prefs_matcher.c
12004           src/summaryview.c
12005                 add 'fast filter' for claws' filtering,
12006                 /Tools/Create filter rule/... patch submitted
12007                 by Neill Miller <neillm@thecodefactory.org>
12008
12009 2002-03-29 [paul]       0.7.4claws53
12010
12011         * sync with 0.7.4cvs24
12012                 see ChangeLog entry 2002-03-29
12013
12014 2002-03-28 [paul]       0.7.4claws52
12015
12016         * sync with 0.7.4cvs23
12017                 see ChangeLog entry 2002-03-28
12018
12019 2002-03-27 [melvin]     0.7.4claws51
12020
12021         * src/prefs_actions.c
12022                 Added support to pass only one message part (as a
12023                 file) to the command using '%p'. No quotes are needed
12024                 because doubles quotes are automatically added.
12025                 Fixed bug where Sylpheed could block when waiting for
12026                 a child process to finish.
12027                 Changed the help menu to remove quotes around symbols to 
12028                 avoid misinterpretation (they must not be used).
12029
12030 2002-03-27 [melvin]     0.7.4claws50
12031
12032         * src/inc.c
12033                 Made the new mail notification command always 
12034                 execute asynchronously.
12035
12036 2002-03-27 [paul]       0.7.4claws49
12037
12038         * src/compose.c
12039                 fix bug introduced in last commit
12040
12041 2002-03-27 [paul]       0.7.4claws48
12042
12043         * sync with 0.7.4cvs21
12044                 see ChangeLog 2002-03-26 and 2002-03-27
12045
12046 2002-03-26 [hoa]        0.7.4claws47
12047
12048         * src/prefs_folder_item.c
12049                 really fixed the bug #516442 with folder rescan.
12050
12051 2002-03-26 [paul]       0.7.4claws46
12052
12053         * sync with 0.7.4cvs19
12054                 see ChangeLog entries 2002-03-25 and 2002-03-26
12055
12056 2002-03-25 [hoa]        0.7.4claws45
12057
12058         * src/matcher.c
12059         * src/mh.c
12060                 fix the bug #516442 with folder rescan.
12061
12062         * src/prefs_common.[ch]
12063         * src/compose.c
12064                 added an option to enable two different behaviours
12065                 for bounce.
12066
12067
12068 2002-03-25 [paul]       0.7.4claws44
12069
12070         * src/mainwindow.c
12071           src/selective_download.c
12072                 correct a few menuitem labels
12073
12074 2002-03-25 [christoph]  0.7.4claws43
12075
12076         * src/procmsg.c
12077                 fix non deleted tmp message in
12078                 procmsg_save_to_outbox
12079                 fix problems caused by sync with
12080                 main branch's procmsg_send_queue
12081
12082 2002-03-25 [paul]       0.7.4claws42
12083
12084         * src/quote_fmt.c
12085           src/quote_fmt_lex.l
12086           src/quote_fmt_parse.y
12087                 add Last name (%L) placeholder for quoting. 
12088                 patch submitted by Thorsten Thielen 
12089                 <thth@users.sourceforge.net>
12090
12091 2002-03-25 [paul]       0.7.4claws41
12092
12093         * src/utils.c
12094                 get full hostname. patch submitted by
12095                 Bob Woodside <rwoodside1@comcast.net>
12096
12097 2002-03-25 [paul]       0.7.4claws40
12098
12099         * src/account.c
12100           src/news.c
12101           src/nntp.[ch]
12102           src/prefs_account.[ch]
12103                 enable NNTP over SSL. patch submitted by
12104                 Pascal Jermini <pascal@infinity.hn.org>
12105
12106 2002-03-24 [paul]       0.7.4claws39
12107
12108         * src/prefs_common.c
12109                 make the arrangement of the Compose tab more
12110                 coherent
12111
12112         * src/mainwindow.c
12113                 fix some irregularities of style
12114
12115         * po/de.po
12116                 updated by Kilian Krause
12117
12118 2002-03-23 [paul]       0.7.4claws38
12119
12120         * po/pt_BR.po
12121                 updated by Fabio Junior Beneditto
12122
12123 2002-03-23 [paul]       0.7.4claws37
12124
12125         * src/mainwindow.c
12126                 move 'Gather addresses' to 'Tools' menu
12127                 make 'Selective download' sensitive
12128
12129 2002-03-23 [paul]       0.7.4claws36
12130
12131         * sync with 0.7.4cvs16
12132                 see ChangeLog entries 2002-03-23
12133
12134 2002-03-22 [christoph]  0.7.4claws35
12135
12136         * src/quote_fmt_parse.y
12137                 fix include program output
12138
12139 2002-03-22 [alfons]     0.7.4claws34
12140
12141         * src/pop.c
12142                 initialize GDate stack variable correctly (sorry!)
12143
12144 2002-03-22 [paul]       0.7.4claws33
12145
12146         * src/compose.c
12147           src/mainwindow.c
12148           src/prefs_actions.c
12149           src/prefs_common.c
12150                 rename 'Tool' to 'Tools'
12151
12152         * src/mainwindow.c
12153                 move 'Delete duplicated messages' from
12154                 'Message/' to 'Tools/'
12155                 re-arrange the order of 'Tools/' items
12156
12157 2002-03-22 [paul]       0.7.4claws32
12158
12159         * src/addr_compl.c
12160           src/addressbook.[ch]
12161                 auto-address completion now also matches on
12162                 Nickname. patch submitted by Bob Forsman 
12163                 <hammor@users.sourceforge.net>
12164
12165         * src/editaddress.c
12166                 correct a spelling mistake
12167
12168 2002-03-22 [alfons]     0.7.4claws31
12169
12170         * src/pop.c
12171                 fix getting uidl from incorrect string 
12172                 (spotted by Colin)
12173
12174 2002-03-21 [alfons]     0.7.4claws30
12175
12176         * src/pop.c
12177                 more code refactoring
12178                 plug mem leak introduced by delete on server
12179
12180 2002-03-21 [paul]       0.7.4claws29
12181
12182         * sync with 0.7.4cvs11
12183                 see ChangeLog entries 2002-03-20
12184
12185 2002-03-20 [alfons]     0.7.4claws28
12186
12187         * src/inc.c
12188                 apply Colin's patch and refactor
12189
12190 2002-03-20 [paul]       0.7.4claws27
12191
12192         * sync with sylpheed 0.7.4cvs9
12193                 see ChangeLog entry 2002-03-20
12194
12195 2002-03-19 [christoph]  0.7.4claws26
12196
12197         * src/mh.c
12198         * src/procmsg.[ch]
12199         * src/summaryview.c
12200                 revert changes for flag updates
12201                 (does not work correctly and no time to debug)
12202
12203 2002-03-20 [alfons]     0.7.4claws25
12204
12205         * src/pop.c
12206                 refactor should_delete() a little bit 
12207
12208 2002-03-19 [paul]       0.7.4claws24
12209
12210         * src/inc.[ch]
12211           src/pop.c
12212           src/prefs_account.[ch]
12213                 allow the user to leave downloaded mail on the 
12214                 server for n days. Patch submitted by Colin Leroy 
12215                 <colin@colino.net>
12216
12217 2002-02-19 [paul]       0.7.4claws23
12218
12219         * sync with sylpheed 0.7.4cvs8
12220                 see ChangeLog entries 2002-03-19
12221
12222 2002-03-18 [paul]       0.7.4claws22
12223
12224         * sync with sylpheed 0.7.4cvs6
12225                 see ChangeLog entry 2002-03-18
12226
12227 2002-03-18 [paul]       0.7.4claws21
12228
12229         * po/en_GB.po
12230                 add en_GB message catalogue
12231
12232         * src/mbox_folder.c
12233           src/prefs_account.c
12234           src/prefs_actions.c
12235                 correct a few spelling mistakes
12236
12237 2002-03-17 [alfons]     0.7.4claws20
12238
12239         * src/matcher.c
12240                 more stringent checks for NULL params when writing
12241                 filtering actions to a file
12242                 
12243 2002-03-17 [hoa]        0.7.3claws20
12244
12245         * src/news.c
12246                 fixed the count of new messages
12247
12248         * src/compose.c
12249                 fixed the "attachment properties" window
12250
12251 2002-03-17 [paul]       0.7.4claws19
12252
12253         * src/defs.h
12254           src/folder.h
12255           src/news.c
12256           src/prefs_account.[ch]
12257           src/procmsg.[ch]
12258           src/summaryview.c
12259                 automatically mark cross-posted messages as read 
12260                 and (optionally) give them a colour label
12261                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12262                 
12263
12264 2002-03-17 [paul]       0.7.4claws18
12265
12266         * sync with sylpheed 0.7.4cvs5
12267                 see ChangeLog entry 2002-03-17
12268
12269 2002-03-17 [melvin]     0.7.4claws17
12270         
12271         * src/textview.c
12272                 Worked around a gtktext 'bug': when searching for 
12273                 a text in a long message it was scrolling slowly
12274                 line by line until it hit the searched text.
12275         * po/fr.po
12276                 Updated French translation
12277
12278 2002-03-17 [melvin]     0.7.4claws16
12279
12280         * src/mainwindow.c
12281         * src/compose.c
12282         * src/prefs_actions.c
12283                 Moved "Edit/Actions" to "Tool/Actions"
12284                 Made mainwindow/compose window sensitive as soon as
12285                 no child process is running anymore even if the io dialog
12286                 is open.
12287                 Fixed a struct being initialized with a non constant char*
12288
12289 2002-03-16 [christoph]  0.7.4claws15
12290
12291         * configure.in
12292                 add --with-compiler-flags option
12293                 (only for developer hacking)
12294         * src/mh.c
12295         * src/procmsg.[ch]
12296         * src/summaryview.c
12297                 try to make folder-stats and flag handling more
12298                 independent from the summaryview. msgcounts
12299                 are only set when the folder is opened and
12300                 procmsg_msginfo_(un)set_flags will handle it
12301                 later and summaryview will get the values
12302                 from the folder.
12303
12304 2002-03-16 [paul]       0.7.4claws14
12305
12306         * src/messageview.c
12307                 fix Return-receipt. Patch submitted by Bob
12308                 Woodside <rwoodside1@comcast.net>
12309
12310 2002-03-16 [paul]       0.7.4claws13
12311
12312         * src/compose.c
12313                 fix 'dynamic' signatures, make it work again
12314                 broken during sync on 2002-03-14 (0.7.4claws2)
12315
12316 2002-03-15 [match]      0.7.4claws12
12317
12318         * src/addrharvest.[ch]
12319         * src/addrgather.[ch]
12320         * src/addressbook.[ch]
12321         * src/mainwindow.c
12322                 included address harvester feature. still some
12323                 issues with address parsing that I will fix.
12324
12325 2002-03-15 [match]      0.7.4claws11
12326
12327         * src/addrbook.[ch]
12328         * src/addrcache.[ch]
12329         * src/addressbook.[ch]
12330         * src/addrindex.c
12331         * src/editbook.c
12332         * src/importldif.c
12333         * src/importmutt.c
12334         * src/jpilot.[ch]
12335         * src/main.c
12336         * src/syldap.[ch]
12337         * src/vcard.[ch]
12338                 tidy up. fix memory leaks. moved attribs and methods
12339                 from individual interfaces to addrcache object. prep
12340                 for new stuff to come in.
12341
12342 2002-03-15 [alfons]     0.7.4claws10
12343
12344         * src/matcher.[ch]
12345         * src/matcher_parser_parse.y
12346         * src/matcher_parser_lex.l
12347         * src/prefs_matcher.c
12348                 add filtering conditions message greater than, smaller 
12349                 than, and exactly matching a size in bytes
12350                 (does not work with delete from POP3 server yet)
12351
12352                 this should also give others an idea what you should
12353                 do to add new criterions to claws filtering system
12354                 
12355
12356 2002-03-15 [paul]       0.7.4claws9
12357
12358         * tools/filter_conv.pl
12359                 exit if there are no filter rules to convert
12360                 rename filterrc to filterrc.old after completion
12361
12362 2002-03-15 [paul]       0.7.4claws8
12363
12364         * sync with sylpheed 0.7.4cvs3
12365                 see ChangeLog entry 2002-03-14
12366
12367 2002-03-14 [paul]       0.7.4claws7
12368
12369         * src/compose.c
12370                 clean up the last commit (ahem)
12371
12372 2002-03-14 [paul]       0.7.4claws6
12373
12374         * src/compose.c
12375                 fix bug #515655. honour account preferences
12376                 regarding gpg default signing/encryption when 
12377                 changing account from the compose window.
12378
12379 2002-03-14 [paul]       0.7.4claws5
12380
12381         * src/folderview.c
12382                 remove unnecessary curly brackets
12383
12384 2002-03-14 [paul]       0.7.4claws4
12385
12386         * src/folderview.c
12387           src/prefs_filtering.[ch]
12388                 add filter rename on folder rename and filter
12389                 delete on folder delete. Patch submitted by
12390                 Neill Miller <neillm@thecodefactory.org> 
12391
12392 2002-03-14 [christoph]  0.7.4claws3
12393
12394         * src/procmsg.c
12395         * src/send.c
12396                 fix local delivery
12397                 (patch submitted by "Simon 'corecode' Schubert")
12398         * src/prefs_common.c
12399         * src/procmsg.c
12400                 fix gcc 3.0 warning
12401
12402 2002-03-14 [paul]       0.7.4claws2
12403
12404         * sync with sylpheed 0.7.4cvs2
12405                 see ChangeLog entry 2002-03-13
12406
12407 2002-03-12 [darko]      0.7.4claws1
12408
12409         * src/mainwindow.c
12410                 fix what seems to be a copy and paste error
12411                 when setting color for important messages
12412                 (reported by wwp)
12413
12414 2002-03-11 [paul]       version 0.7.4claws released
12415
12416 2002-03-11 [paul]       0.7.4claws
12417
12418         * po/es.po
12419           po/it.po
12420           po/nl.po
12421           po/pt_BR.po
12422                 update message catalogs. Submitted by Ricardo Mones 
12423                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12424                 Fabio Junior Beneditto
12425
12426         * configure.in
12427           faq/Makefile.am
12428           faq/it/Makefile
12429           faq/it/sylpheed-faq*
12430           src/mainwindow.c
12431           src/manual.[ch]
12432                 add FAQ in Italian
12433         
12434
12435 2002-03-11 [jens]       0.7.3claws7
12436
12437         * po/de.po
12438                 updated German translation
12439
12440 2002-03-11 [melvin]     0.7.3claws6
12441
12442         * po/fr.po
12443                 updated and corrected French translation
12444
12445 2002-03-10 [hoa]        0.7.3claws5
12446
12447         * src/account.c
12448         * src/inc.c
12449         * src/prefs_account.c
12450         * src/procmsg.c
12451         * src/send.[ch]
12452                 fixed the local account.
12453                 you have to change the default "/usr/sbin/sendmail"
12454                 to "/usr/sbin/sendmail -t" in the preferences of
12455                 the local account.
12456
12457         * src/procmime.c
12458                 removed some debug display for renderer
12459
12460 2002-03-10 [paul]       0.7.3claws4
12461
12462         * faq/en/sylpheed-faq-1.html
12463           faq/en/sylpheed-faq-2.html
12464                 update
12465
12466 2002-03-09 [paul]       0.7.3claws3
12467
12468         * sync with sylpheed 0.7.4
12469                 see ChangeLog entry 2002-03-09
12470
12471 2002-03-08 [paul]       0.7.3claws2
12472
12473         * faq/en/sylpheed-faq*
12474           faq/es/sylpheed-faq*
12475           faq/fr/sylpheed-faq*
12476                 update the FAQs
12477
12478         * manual/fr/.cvsignore
12479           manual/fr/Makefilea.am
12480           manual/fr/sylpheed*
12481           src/mainwindow.c
12482           src/manual.[ch]
12483                 add the French manual
12484
12485 2002-03-07 [paul]       0.7.3claws1
12486
12487         * sync with sylpheed 0.7.3cvs4
12488                 see ChangeLog entries  2002-03-06 and 2002-03-07
12489         
12490         * po/nl.po
12491                 updated by Wilbert Berendsen
12492
12493 2002-03-07 [melvin]     0.7.2claws34
12494
12495         * src/selective_download.c
12496                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12497
12498 2002-03-06 [paul]       0.7.2claws33
12499
12500         * sync with sylpheed 0.7.3cvs1
12501                 bug fix, see ChangeLog entry 2002-03-05
12502
12503 2002-03-05 [paul]       0.7.2claws32
12504
12505         * src/mimeview.c
12506           src/pgptext.[ch]
12507           src/procmsg.c
12508                 reverse the pgp ascii-armored code implemented in 
12509                 0.7.2claws16. removal of this code until it matures.
12510                 this means that verifying ascii-armored pgp sigs and
12511                 automatic decryption of ascii-armored encrypted
12512                 messages no longer works.
12513
12514 2002-03-05 [paul]       0.7.2claws31
12515
12516         * configure.in
12517           Makefile.am
12518         * faq/Makefile.am
12519         * faq/en/Makefile.am
12520           faq/en/sylpheed-faq.html
12521           faq/en/sylpheed-faq-1.html
12522           faq/en/sylpheed-faq-2.html
12523           faq/en/sylpheed-faq-3.html
12524         * faq/es/Makefile.am
12525           faq/es/sylpheed-faq.html
12526           faq/es/sylpheed-faq-1.html
12527           faq/es/sylpheed-faq-2.html
12528           faq/es/sylpheed-faq-3.html
12529           faq/es/sylpheed-faq-4.html
12530         * faq/fr/Makefile.am
12531           faq/fr/sylpheed-faq.html
12532           faq/fr/sylpheed-faq-1.html
12533           faq/fr/sylpheed-faq-2.html
12534           faq/fr/sylpheed-faq-3.html
12535         * src/Makefile.am
12536           src/defs.h
12537           src/mainwindow.c
12538           src/manual.[ch]
12539                 add FAQs in English, Spanish and French
12540
12541
12542 2002-03-05 [paul]       0.7.2claws30
12543
12544         * manual/en/sylpheed.html
12545           manual/en/sylpheed-XX.html
12546                 updated the English manual
12547
12548 2002-03-05 [hoa]        
12549
12550         * src/summaryview.c
12551                 dialog box pops up if the article can't be deleted.
12552
12553 2002-03-04 [paul]       
12554         
12555         * po/pt_BR.po
12556                 updated by Fabio Junior Benedito
12557
12558 2002-03-04 [hoa]
12559
12560         * removed ac/gpgme.m4
12561                 to avoid autogen common problem
12562                 developers have to install gpgme development package now
12563
12564         * src/compose.c
12565                 encoding to 7bit or 8bit is enabled.
12566
12567 2002-03-03 [alfons]     0.7.2claws29
12568
12569         * src/pop.c
12570                 merge fix by Oliver Haertel for selective
12571                 download buglet
12572
12573 2002-03-03 [paul]       0.7.2claws28
12574         
12575         * sync with sylpheed 0.7.3
12576
12577 2002-03-03 [paul]       0.7.2claws27
12578
12579         * sync with sylpheed 0.7.2cvs24
12580                 see ChangeLog entries 2002-03-02 and 2002-03-03
12581
12582 2002-03-02 [melvin]     0.7.2claws26
12583
12584         * src/inc.[ch]
12585         * src/main.c
12586         * src/mainwindow.c
12587         * src/prefs_common.[ch]
12588                 Added user definable notification on new mail arrival.
12589                 Removed unused variables in spell checker prefs code.
12590
12591 2002-03-02 [melvin]     0.7.2claws25
12592
12593         * src/quote_fmt.c
12594                 Removed unnecessary escape sequences.
12595                 Changed 'Initial...' to 'Initials of Sender'
12596
12597 2002-03-02 [paul]       0.7.2claws24
12598
12599         * sync with sylpheed 0.7.2cvs22
12600                 see ChangeLog entry 2002-03-01
12601
12602 2002-03-01 [hoa]        0.7.2claws23
12603
12604         * src/mainwindow.c
12605                 Set sensitivity of delete actions to active
12606                 even if the folder is a newsgroup.
12607
12608         * src/summaryview.c
12609                 - Set sensitivity of delete actions
12610                 - Added function check_permission() that will check if the
12611                   user is authorized to delete a message. For news, it
12612                   will check if the author is the same.
12613                 - Enabled deletion when there is no trash folder.
12614
12615         * src/news.[ch]
12616                 - Added news_cancel_article() to cancel articles
12617                 - Implemented news_remove_message() (public function)
12618
12619 2002-03-01 [paul]       0.7.2claws22
12620
12621         * src/gtkutils.c
12622           src/textview.c
12623                 recognise urls that that don't include 'http://' and
12624                 simply begin 'www.' 
12625
12626         * AUTHORS
12627                 remove duplicated name
12628
12629 2002-02-28 [paul]       0.7.2claws21
12630
12631         * src/mainwindow.c
12632           src/summaryview.[ch]
12633                 add ability to 'Select thread'
12634                 combines Melvin's "Select thread's head" patch (#510907)
12635                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12636                 patch (#518514) 
12637
12638 2002-02-28 [paul]       0.7.2claws20
12639
12640         * src/mimeview.c
12641                 hopefully fix segfault on right-clicking a mime part
12642                 that some people have experienced.      
12643                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12644
12645 2002-02-28 [paul]       0.7.2claws19
12646
12647         * sync with sylpheed 0.7.2cvs21
12648                 see ChangeLog entries 2002-02-27 and 2002-02-28
12649
12650 2002-02-27 [paul]       0.7.2claws18
12651
12652         * sync with sylpheed 0.7.2cvs18
12653                 see ChangeLog entries 2002-02-26 and 2002-02-27
12654
12655 2002-02-26 [alfons]     0.7.2claws17
12656
12657         * src/procheader.c
12658                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12659                 (spotted by Chris Hessman <idatech@gmx.net>)
12660
12661 2002-02-26 [paul]       0.7.2claws16
12662
12663         * src/mimeview.c
12664           src/pgptext.[ch]
12665           src/procmsg.c
12666                 make decryption of ascii-armored pgp encrypted messages
12667                 and verification of ascii-armored signatures work again.
12668                 slightly altered from the patch by Jens Jahnke 
12669                 <jan0sch@gmx.net>
12670
12671                 ##FIX ME##
12672                 * the checking of plaintext signatures always comes up in 
12673                   a popup box
12674                 * it doesn't work for multipart messages 
12675                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12676                   including the msg headers and these 2 line themselves, are 
12677                   not displayed
12678
12679         * src/mainwindow.c
12680                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12681                 "View/Message View" becomes "View/Separate Message View"
12682                 because its less ambiguous.
12683
12684         * po/es.po
12685                 updated by Ricardo Mones Lastra
12686
12687 2002-02-26 [paul]       0.7.2claws15
12688
12689         * sync with sylpheed 0.7.2cvs17
12690                 see ChangeLog entries 2002-02-25 and 2002-02-26
12691
12692 2002-02-25 [christoph]  0.7.2claws14
12693
12694         * src/filtering.[ch]
12695         * src/inc.c
12696                 do filtering stuff after all messages have been received
12697                   1. drop all messages to .processing
12698                   2. scan processing folder for messages
12699                   3. filter messages or move to inbox
12700                 this will also find old messages left in processing after
12701                 a crash or something like that and we get a real msginfo
12702                 from folder->get_msg_list and do not have to create our
12703                 own in filter_message
12704         * src/matcher_parser_parse.y
12705                 remove MIX/MAX warning (reordered includes)
12706
12707 2002-02-25 [paul]       0.7.2claws13
12708
12709         * sync with sylpheed 0.7.2cvs15
12710                 see ChangeLog entry 2002-02-24
12711
12712 2002-02-24 [alfons]     0.7.2claws12
12713
12714         * src/filtering.c
12715                 clear old color flags first when applying a new color to
12716                 a message info. 
12717                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12718
12719 2002-02-24 [alfons]     0.7.2.claws11
12720         
12721         * AUTHORS
12722         * src/prefs_common.c
12723                 add presets for Opera and Konqueror, closes patch #517261,
12724                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12725
12726 2002-02-24 [alfons]     0.7.2.claws10
12727
12728         * AUTHORS
12729         * src/summaryview.c
12730                 fix threading for null message ids, closes patch #521601,
12731                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12732
12733 2002-02-24 [alfons]     0.7.2claws9
12734
12735         * src/summaryview.c
12736         * src/filtering.c
12737                 make Tool | Filter Message work with filtering system so
12738                 setting flags also works
12739
12740                 TODO:
12741
12742                 - Processing uses the same function as Tool | Filter
12743                   Message, but doesn't use the same update proc yet
12744
12745 2002-02-23 [paul]       0.7.2claws8
12746
12747         * sync with sylpheed 0.7.2cvs14
12748                 see ChangeLog entries 2002-02-22 and 2002-02-23
12749
12750 2002-02-22 [christoph]  0.7.2claws7
12751
12752         * src/quote_fmt.c
12753                 Add column space to table
12754         * src/quote_fmt_parse.y
12755                 Close files
12756
12757 2002-02-22 [paul]       0.7.2claws6
12758
12759         * src/Makefile.am
12760           src/defs.h
12761           src/filtering.c
12762           src/inc.[ch]
12763           src/mainwindow.c
12764           src/matcher.[ch]
12765           src/matcher_parser_lex.l
12766           src/matcher_parser_parse.y
12767           src/pop.[ch]
12768           src/prefs_account.h
12769           src/prefs_filtering.c
12770           src/selective_download.[ch]   *** NEW FILES ***
12771           src/utils.[ch]
12772           po/POTFILES.in
12773                 Selective Download added to 'Tool' menu. 
12774                 Retrieves email headers of the currently selected pop3 
12775                 account and allows the user to mark emails for deletion 
12776                 right on the pop3 server. Patch submitted by Oliver Haertel 
12777                 <oha@users.sourceforge.net>.
12778         
12779         * po/POTFILES.in
12780                 add 'src/quote_fmt.c'           
12781
12782 2002-02-22 [christoph]  0.7.2claws5
12783
12784         * src/Makefile.am
12785                 added quote_fmt.c
12786         * src/prefs_common.[ch]
12787         * src/prefs_template.c
12788         * src/quote_fmt.c               *** NEW FILE ***
12789         * src/quote_fmt.h
12790                 move quote format symbol description code
12791                 to it's own file because it is used from
12792                 differnent code parts
12793                 Rewrote symbol description GUI
12794                   + use table
12795                   + add separators
12796                   + get data from array (no more long constant strings)
12797         * src/quote_fmt_lex.l
12798         * src/quote_fmt_parse.y
12799                 Symbol for Literal % changed to \% instead of %%
12800                 (More logical as \ is used for quoting for other symbols)
12801                 Add |f and |p to include files and program output
12802                 Examples:
12803                     |f{/home/.../.signature}
12804                     |p{date}
12805         * po/de.po
12806                 Correct wrong spelling for "Referenzen"
12807
12808 2002-02-21 [paul]       0.7.2claws4
12809
12810         * src/procmsg.c
12811                 forgotten during sync
12812
12813 2002-02-21 [paul]       0.7.2claws3
12814
12815         * sync with sylpheed 0.7.2cvs11
12816                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12817                 2002-02-20 and 2002-02-21
12818
12819 2002-02-20 [melvin]     0.7.2claws2
12820
12821         * src/prefs_actions.c
12822                 Added error report when child cannot fork or when execvp 
12823                 returns with an error.
12824
12825 2002-02-19 [christoph]  0.7.2claws1
12826
12827         * src/codeconv.c
12828                 return unconverted text if conde conversion is not possible
12829                 when libjconv is used.
12830                 (patch submitted by "Simon 'corecode' Schubert")
12831
12832 2002-02-19 [paul]       
12833
12834         * version 0.7.2claws release
12835
12836 2002-02-19 [paul]       0.7.2claws
12837
12838         * po/nl.po
12839                 updated by Wilbert Berendsen
12840
12841
12842 2002-02-18 [alfons]     0.7.1claws13
12843
12844         * src/syldap.c
12845         * src/jpilot.c
12846                 remove references to dlfcn and explicitly loading functions
12847                 from dynalink libs, because libs linked anyway, and functions
12848                 are loaded explicitly
12849
12850 2002-02-17 [melvin]     0.7.1claws12
12851
12852         * src/prefs_actions.c
12853                 Replaced children wait loop with double fork technique.
12854                 Now, input/output window updated at each new output.
12855                 free_children(): Fixed a memory leak.
12856                 Made input/output window non closable if running children
12857                 still exist.
12858                 Added missing <unistd.h> include.
12859                 Added some --debug outputs.
12860
12861 2002-02-17 [melvin]     0.7.1claws11
12862
12863         * src/summaryview.c
12864                 Fixed bug where descending sort order did not select top
12865                 message.
12866
12867 2002-02-17 [melvin]     0.7.1claws10
12868
12869         * acconfig.h
12870                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12871         * src/prefs_common.c
12872                 Pspell data package directory no more hard coded but
12873                 set during configuration (PSPELL_PATH). (Thanks to 
12874                                 Gustavo Noronha Silva.)
12875
12876 2002-02-17 [melvin]     0.7.1claws9
12877
12878         * configure.in
12879                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12880         * src/gtkspell.c
12881                 Fixed compile-time warnings.
12882
12883 2002-02-16 [alfons]     0.7.1claws8
12884
12885         * src/filesel.c
12886                 fix inadvertent free of NULL pointer which caused
12887                 sylpheed to crash when closing the save-as dialog
12888                 using the window close button
12889
12890 2002-02-16 [carsten]    0.7.1claws7
12891         * src/mainwindow.[ch]
12892           src/summaryview.c
12893           src/prefs_common.c
12894                 fixes for pixmap theming code:
12895                         - recently changed mail attributes shouldn't get
12896                           lost any longer
12897                         - theme is only reloaded iff another theme was
12898                           selected
12899
12900 2002-02-16 [paul]       0.7.1claws6
12901
12902         * sync with sylpheed 0.7.2 release
12903                 see ChangeLog entry 2002-02-15 and 2002-02-16
12904
12905 2002-02-15 [paul]       0.7.1claws5
12906
12907         * sync with sylpheed 0.7.1cvs9
12908                 see ChangeLog entry 2002-02-15
12909
12910         * po/POTFILES.in
12911                 remove unneeded headerwindow.c entry
12912
12913 2002-02-14 [carsten]    0.7.1claws4
12914         * src/summaryview.c
12915                 fixed a bug for "Go to next unread message": there was
12916                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12917                 in the prefs, because of doing "Search again" instead
12918                 "No"
12919
12920 2002-02-14 [carsten]    0.7.1claws3
12921         * src/stock_pixmap.c
12922                 removed 2 more mem leaks; following memprof,
12923                 this code is "leak free" now :)
12924
12925 2002-02-14 [carsten]    0.7.1claws2
12926         * src/stock_pixmap.c
12927                 used opendir/readdir/closedir instead of scandir
12928                 -> code should work now on Solaris
12929
12930 2002-02-14 [paul]       0.7.1claws1
12931
12932         * sync with sylpheed 0.7.1cvs8
12933                 see ChangeLog entries 2002-02-13 and 2002-02-14
12934
12935         * README.claws
12936                 add some description of Actions and Pixmap Themes
12937
12938 2002-02-13 [paul]       
12939
12940         * version 0.7.1claws release
12941
12942 2002-02-13 [paul]       0.7.1claws
12943
12944         * po/es.po
12945           po/it.po
12946           po/pt_BR.po
12947                 updated translations, submitted by Ricardo Mones Lastra,
12948                 Alessandro Maestri and Fabio Junior Beneditto
12949
12950 2002-02-13 [melvin]     0.7.0claws75
12951
12952         * src/prefs_actions.c
12953                 Added missing "signal.h" include
12954
12955 2002-02-13 [melvin]     0.7.0claws74
12956
12957         * src/prefs_folder_item.c
12958                 Added missing "config.h" include
12959         * po/fr.po
12960                 Updated French translation for folder propriety.
12961
12962 2002-02-13 [jens]       0.7.0claws73
12963
12964         * po/POTFILES.in
12965                 Added missing src/prefs_folder_item.c [log added by melvin]
12966         * po/de.po
12967                 Updated German translation.
12968
12969 2002-02-13 [melvin]     0.7.0claws72
12970
12971         * po/fr.po
12972                 Updated French translation.
12973
12974 2002-02-13 [melvin]     0.7.0claws71
12975
12976         * src/gtkutils.c
12977                 Made gtkut_editable_get_selection return NULL if selection
12978                 is of length zero.
12979                 This fixes a bug where selecting part of message A then
12980                 switching to message B and replying to it will not
12981                 quote the message's body.
12982
12983 2002-02-12 [paul]       0.7.0claws70
12984
12985         * src/mainwindow.c
12986                 cosmetic, relating to pixmap themes: on toolbar make 
12987                 updating of 'Exec' and 'Compose news/Compose email'
12988                 icons faster.
12989
12990 2002-02-12 [carsten]    0.7.0claws69
12991         * src/folderview.c
12992           src/mainwindow.[ch]
12993           src/stock_pixmap.c
12994           src/summaryview.c
12995           src/prefs_common.c
12996                 - refreshing after changing pixmap theme better
12997                   now (thanks Paul)
12998                 - wanted to remove some mem leaks, but alfons was
12999                   faster (and had the better solution ;)
13000
13001 2002-02-12 [alfons]     0.7.0claws68
13002
13003         * src/prefs_common.c
13004         * src/stock_pixmap.[ch]
13005                 plug mem leaks, refactor code a little bit
13006
13007
13008 2002-02-12 [sergey]     0.7.0claws67
13009
13010         * src/imap.c
13011                 Fixed problem with copying messages to IMAP folders when the
13012                 server uses something other than '/' as a namespace separator
13013                 (cyrus-imapd uses '.').
13014
13015 2002-02-12 [jens]       0.7.0claws66
13016
13017         * po/de.po
13018                 Updated German Translation
13019
13020 2002-02-12 [paul]       0.7.0claws65
13021
13022         * sync with sylpheed 0.7.1cvs1
13023                 see ChangeLog entry 2002-02-12
13024
13025 2002-02-12 [melvin]     0.7.0claws64
13026
13027         * src/prefs_actions.c
13028                 Fixed "feature" where children's output was duplicated 
13029                 instead of refreshed while monitoring.
13030                 Removed some debug code.
13031
13032 2002-02-12 [christoph]  0.7.0claws63
13033
13034         * src/compose.c
13035                 always delete message from queue after sending/send error
13036                 (closes bug #509601)
13037
13038 2002-02-12 [melvin]     0.7.0claws62
13039
13040         * src/prefs_actions.c
13041                 Children wait loop is now triggered with a timeout of 1s
13042                 Added %F which is replaced with the list of filenames 
13043                 of all selected messages (as suggested by Ricardo Mones Lestra)
13044                 Pipe syntax changed. Prefix with | to send selection, postfix
13045                 with | to retrieve output. Prefix with > or * to send
13046                 user definable input to the command (*: input is hidden)
13047                 Old pipe action should now be postfixed with |, too.
13048
13049 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13050         * src/stock_pixmap.c
13051                 fixed a bug: if there's no theme directory don't
13052                 throw an error, just do "nothing" (thanks Alfons)
13053
13054 2002-02-12 [carsten]    0.7.0claws60
13055         * src/folderview.c
13056           src/summaryview.c
13057                 had to write the cache twice (nasty!); some marks would 
13058                 get lost if not
13059
13060 2002-02-11 [carsten]    0.7.0claws59
13061         * acconfig.h
13062           configure.in
13063           doc-src/maintainer_guide.txt
13064           src/compose.[ch]
13065           src/defs.h
13066           src/folderview.[ch]
13067           src/gtkutils.[ch]
13068           src/mainwindow.[ch]
13069           src/prefs_common.[ch]
13070           src/stock_pixmap.[ch]
13071           src/summaryview.[ch]
13072                 pixmap theming and related work on pixmap
13073                 handling on some other places
13074                 (e.g. hrm features for all folder)
13075           src/pixmap/stock_*.xpm -> the stock_ was removed
13076         
13077 2002-02-11 [paul]       0.7.0claws58
13078
13079         * sync with sylpheed 0.7.1 release
13080                 see ChangeLog entries 2002-02-11
13081
13082 2002-02-08 [paul]       0.7.0claws57
13083
13084         * sync with sylpheed 0.7.0cvs39
13085                 see ChangeLog entry 2002-02-07 (last entry) 
13086
13087         * src/prefs_actions.c
13088           src/prefs_filtering.c
13089           src/prefs_matcher.c
13090           src/prefs_scoring.c
13091                 sync: made it compile with C compilers other than gcc
13092
13093 2002-02-07 [paul]       0.7.0claws56
13094
13095         * sync with sylpheed 0.7.0cvs38
13096                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13097                 2002-02-07
13098
13099 2002-02-07 [darko]      0.7.0claws55
13100
13101         * src/gtkutils.[ch]
13102         * src/summaryview.c
13103                 Fix const gchar */gchar * issue (thanks Hiro)
13104
13105 2002-02-07 [darko]      0.7.0claws54
13106
13107         * src/compose.[ch]
13108         * src/filtering.c
13109         * src/gtkutils.[ch]
13110         * src/prefs_template.c
13111         * src/quote_fmt.h
13112         * src/quote_fmt_parse.y
13113         * src/summaryview.c
13114         * src/utils.[ch]
13115                 When replying or forwarding an email don't quote the entire
13116                 mail body but use the part of the message text that is selected
13117
13118 2002-02-06 [melvin]     0.7.0claws53
13119
13120         * src/prefs_common.[ch]
13121         * src/gtkspell.[ch]
13122         * src/compose.c
13123                 Made possible to switch quickly to last used dictionary
13124                 which makes checking bilingual documents easier.
13125
13126 2002-02-06 [melvin]     0.7.0claws52
13127         
13128         * po/POTFILES.in
13129                 Added forgotten new file src/prefs_actions.c
13130
13131 2002-02-06 [melvin]     0.7.0claws51
13132
13133         * src/prefs_actions.c   ** NEW FILE **
13134         * src/prefs_actions.h   ** NEW FILE **
13135                 Added actions to execute on message text view, or on the
13136                         message's file.
13137         * src/Makefile.am
13138                 Added src/prefs_actions.[ch]
13139         * src/compose.c
13140                 Added new menu "Edit/Actions"
13141         * src/defs.h
13142                 Added new actionsrc file.
13143         * src/main.c
13144                 Added actionsrc reading.
13145         * src/mainwindow.c
13146                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13147         * src/prefs_common.h
13148                 Added new element actionslst element to prefs_common.
13149
13150 2002-02-06 [paul]       0.7.0claws50
13151
13152         * sync with sylpheed 0.7.0cvs36
13153                 see ChangeLog entry 2002-02-06
13154
13155 2002-02-05 [paul]
13156
13157         * po/es.po
13158                 updated by Ricardo Mones Lastra
13159
13160 2002-02-05 [paul]       0.7.0claws49
13161
13162         * sync with sylpheed 0.7.0cvs33
13163                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13164
13165 2002-02-05 [paul]       0.7.0claws48
13166
13167         * src/compose.c
13168                 re-add 'Edit/Advanced/Delete entire line', previously named
13169                 'Delete Line+'
13170
13171 2002-02-04 [paul]       0.7.0claws47
13172
13173         * src/compose.c
13174           src/summaryview.c
13175                 fix bug #494993 (Reply All not taking Reply-To into consi)
13176                 eliminate differences in behaviour of right-click 'Reply to all' 
13177                 in summary view and 'Reply to all' on the toolbar. 
13178                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13179                 view and From gets ignored by 'Reply to all' on toolbar.
13180                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13181                 From when no Reply-To header is present.
13182
13183 2002-02-04 [paul]       0.7.0claws46
13184
13185         * sync with sylpheed 0.7.0cvs30
13186                 see ChangeLog entries 2002-02-03 and 2002-02-04
13187
13188 2002-02-03 [melvin]     0.7.0claws45
13189
13190         * src/gtkspell.[ch]
13191                 Readded function to highlight all misspelled words.
13192                 Fixed bug where user-provided-words did not replace
13193                         correctly the misspelled word when using the mouse.
13194                 Fixed bug where checking a region selected from right to left did
13195                         not check the region at all.
13196                 Fixed bug where 'Check backwards' may not check at all. 
13197                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13198                 Fixed possible buffer overflow when checking for long strings (>1k).
13199                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13200                 Accelerators code uses now gtk_widget_add_accel.
13201                 Removed and disabled obsolete and unfinished code.
13202                 Cleaning up.
13203
13204         * src/compose.c
13205                 Added menu item to Highlight all misspelled words.
13206
13207 2002-02-01 [paul]       0.7.0claws44
13208
13209         * src/mainwindow.c
13210                 fix '/View/Hide read messages' sensitivity when all
13211                 messages in a folder are hidden
13212
13213 2002-02-01 [paul]       0.7.0claws43
13214
13215         * src/main.c
13216                 add --send option to command line interface, sends all
13217                 queued mail. Patch submitted by Ricardo Mones Lastra.
13218
13219 2002-01-31 [paul]       0.7.0claws42
13220
13221         * src/mainwindow.c
13222                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13223
13224 2002-01-31 [paul]       0.7.0claws41
13225
13226         * sync with sylpheed 0.7.0cvs27
13227                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13228                 and 2002-01-31
13229
13230         * src/textview.c
13231                 comment out elements of textview_show_part() as temporary
13232                 workaround for attachment 'Display as text' bug 
13233
13234         * po/pt_BR.po
13235                 updated by Fabio Junior Beneditto
13236
13237 2002-01-30 [paul]       0.7.0claws40
13238
13239         * sync with sylpheed 0.7.0cvs24
13240                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13241                 and 2002-01-30
13242
13243         * src/compose.c
13244                 add {N_("/_Spelling"), ... "<Branch>"} to 
13245                 GtkItemFactoryEntry compose_entries[]
13246
13247         * src/prefs_common.c
13248                 add claws menu items to prefs_keybind_apply_clicked()
13249                 and remove non-claws menu items
13250
13251 2002-01-29 [paul]       0.7.0claws39
13252
13253         * sync with sylpheed 0.7.0cvs22
13254                 see ChangeLog entries 2002-01-28 and 2002-01-29
13255
13256 2002-01-28 [melvin]     0.7.0claws38
13257
13258         * src/compose.c
13259                 Added the declartion of compose_send_control_enter.
13260
13261         * src/compose.c
13262         * src/gtkspell.[ch]
13263                 Added in a 'Spelling' menu which includes the configuration menu. 
13264                 Added a real 'Check all' and got rid from the old one which only
13265                 highlited misspelled word.
13266                 Made 'Check while typing' a disableable option.
13267                 Added a dialog when there are no more misspelled word.
13268                 Added a dialog if error occurs when switching to a dictionary.
13269         
13270         * src/prefs_common.[ch]
13271                 Added option for the default 'Check while typing' option.
13272
13273
13274 2002-01-28 [alfons]     0.7.0claws37
13275
13276         * src/compose.c
13277                 fix buglet and make code comply with sylpheed code style
13278
13279 2002-01-28 [paul]       0.7.0claws36
13280
13281         * sync with sylpheed 0.7.0cvs19
13282                 see ChangeLog entries for 2002-01-28
13283
13284 2002-01-28 [hoa]        0.7.0claws35
13285
13286         * src/defs.h
13287                 added rendererrc
13288
13289         * src/main.c
13290                 read the renderer config
13291
13292         * src/procmime.[ch]
13293                 use the renderer config to convert mime attachments
13294
13295         * src/textview.c
13296                 don't use textview_show_html/ertf,
13297                 use get_text_content instead
13298
13299 2002-01-27 [alfons]     0.7.0claws34
13300         
13301         * src/news.c
13302                 make sylpheed believe it can delete a news message...
13303                 (messages are NOT deleted, maybe we should remove
13304                 processing from the folder properties after all.)
13305
13306 2002-01-27 [alfons]     0.7.0claws33
13307
13308         * src/folder.c
13309                 add extra checks
13310         * src/news.c
13311                 implement remove_msg() 
13312
13313 2002-01-27 [alfons]     0.7.0claws32
13314
13315         * src/procmsg.h
13316         * src/procheader.c
13317         * src/messageview.c
13318                 fix return receipt / disposition notification again. this
13319                 stuff seems to break on _every_ major summary UI change, so
13320                 it's now implemented using a flag which is saved in the
13321                 marks cache
13322                 
13323 2002-01-26 [alfons]     0.7.0claws31
13324
13325         * src/import.c
13326                 let import dialog show the destination folder identifier
13327
13328 2002-01-26 [melvin]     0.7.0claws30
13329
13330         * src/folderview.c
13331         * src/summaryview.c
13332                 Readded 'Mark all read' into summary view popup menu
13333                 Added 'Mark all read' in folder view popup menu for IMAP
13334                 and NNTP.
13335                 Made it insensitive if the selected folder is not the shown
13336                 one to avoid 'Mark all read' on the wrong folder.
13337                 
13338 2002-01-26 [paul]       0.7.0claws29
13339
13340         * src/folderview.c
13341           src/summaryview.c
13342                 move 'Mark all read' from summary view to folder view
13343                 menu. (adapted from) patch submitted by Jeremy Andrews,
13344                 <lists@kerneltrap.com>
13345
13346 2002-01-25 [alfons]     0.7.0claws28
13347
13348         * src/gtkstext.c
13349                 put the gtk class name back so GtkSText adapts the 
13350                 settings of GtkText
13351
13352 2002-01-25 [alfons]     0.7.0claws27
13353
13354         * src/folderview.c 
13355                 assimilate Ricardo's patch that shows pixmaps instead of
13356                 plain "new" and "unread" texts in the folder view column
13357                 headers 
13358
13359 2002-01-25 [paul]       0.7.0claws26
13360
13361         * src/Makefile.am
13362                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13363                 be found in non-standard locations. 
13364                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13365
13366 2002-01-25 [paul]       0.7.0claws25
13367
13368         * sync with sylpheed 0.7.0cvs16
13369                 see ChangeLog entry 2002-01-25
13370
13371 2002-01-24 [paul]       0.7.0claws24
13372
13373         * more sync with sylpheed 0.7.0cvs15
13374                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13375
13376 2002-01-23 [sergey]     0.7.0claws23
13377
13378         * src/importldif.c
13379                 Fixed segfault when closing LDIF import wizard with
13380                 the window manager.
13381         * src/imageview.c
13382         * src/imageview.h
13383         * src/messageview.c
13384         * src/mimeview.c
13385                 Fixed wrong scrolling position after switching between
13386                 text and image parts.
13387
13388 2002-01-23 [paul]       0.7.0claws22
13389
13390         * sync with sylpheed 0.7.0cvs15
13391                 see ChangeLog entries 2002-01-22 and 2002-01-23
13392
13393 2002-01-21 [melvin]     0.7.0claws21
13394
13395         * src/prefs_scoring.c
13396         * src/prefs_filtering.c
13397                 Fixed bug where scoring and filtering windows stopped
13398                 autochecking.
13399
13400 2002-01-21 [paul]       0.7.0claws20
13401
13402         * sync with sylpheed 0.7.0cvs12
13403                 see ChangeLog entries 2002-01-20 and 2002-01-21
13404
13405 2002-01-21 [carsten]    0.7.0claws19
13406         * src/mainwindow.c
13407         * src/menu.[ch]
13408         * src/messageview.[ch]
13409         * src/summaryview.[ch]
13410                 changes to shortcuts handling again:
13411                         + "Q" now controled by mainwin
13412                         + v/V are now customizable and have slightly
13413                           different meanings
13414                 the "button" to minimize the messageview (and maximize
13415                 the summary view) is a real button now
13416         * src/compose.c
13417                 "Delete Line+" added to Edit/Advanced (this will also
13418                 delete the '\n')
13419
13420 2002-01-20 [melvin] 0.7.0claws18
13421
13422         * src/addressbook.c
13423                 Made "Bcc" sensitive when addressbook is called from
13424                 compose window (it was a Claws only bug).
13425
13426 2002-01-19 [alfons] 0.7.0claws17
13427
13428         * src/inc.c
13429                 prevent unnecessary updates when currently selected folder has
13430                 no new messages 
13431
13432 2002-01-19 [alfons] 0.7.0claws16
13433         
13434         * src/summaryview.c
13435                 prevent writing the cache based on current message list in summary 
13436                 view when filtering also put messages in currently selected folder
13437
13438 2002-01-19 [paul]
13439
13440         * po/it.po
13441                 Italian translation submitted by Alessandro Maestri
13442                 <a.maestri@cs.tin.it>
13443
13444 2002-01-18 [melvin]     0.7.0claws15
13445
13446         * src/prefs_filters.c
13447                 fixed bug where 'cancel' from 'filters' window stops autochecking
13448                 if the timer timed out  when the window was open.
13449
13450 2002-01-18 [match]      0.7.0claws14
13451
13452         * src/addrclip.[ch]     ** NEW FILE **
13453         * src/addrselect.[ch]   ** NEW FILE **
13454         * src/adbookbase.h      ** NEW FILE **
13455                 addressbook cut, copy and paste
13456         * src/addrbook.[ch]
13457         * src/addrcache.[ch]
13458         * src/addressitem.h
13459         * src/addrindex.[ch]
13460         * src/addritem.[ch]
13461         * src/importldif.c
13462         * src/importmutt.c
13463         * src/jpilot.[ch]
13464         * src/syldap.[ch]
13465         * src/vcard.[ch]
13466         * src/jpilot.[ch]
13467         * src/editbook.c
13468         * src/editjpilot.c
13469         * src/editldap.c
13470         * src/editvcard.c
13471                 support for copy/paste
13472         * src/addressbook.c
13473                 support for copy/paste
13474                 tidy up menu option processing
13475                 correct address list function arguments
13476         * src/editaddress.c
13477                 sort user attributes
13478         * src/ldif.h
13479         * src/mutt.h
13480                 tidy up
13481
13482         * src/addrbook.[ch]
13483         * src/addrbook.[ch]
13484         * src/addrbook.[ch]
13485                 
13486
13487 2002-01-18 [paul]       0.7.0claws13
13488
13489         * sync with sylpheed 0.7.0cvs8
13490                 configure.in: support Mac OS X (Darwin)
13491
13492 2002-01-18 [carsten]    0.7.0claws12
13493         * src/html.c
13494                 small hack to fix a segfault with an empty href
13495                 (reported by Alexandra Walford <deeni@altern.org>)
13496         * src/mainwindow.c
13497         * src/summaryview.c
13498                 the shortcuts for Mark und Mark as unread are hardcoded
13499                 again
13500         * src/compose.c
13501         * src/gtkstext.[ch]
13502                 readded the shortcuts in gtkstext but made them
13503                 customizeable (simply by adding a menu plus a wrapper
13504                 to compose.c)
13505
13506 2002-01-17 [melvin]     0.7.0claws11
13507
13508         * src/gtkspell.c
13509                 fix default dictionary not being saved.
13510
13511 2002-01-16 [darko]      0.7.0claws10
13512
13513         * src/compose.c
13514                 fix wrapping crash with URL longer than wrapping margin
13515
13516 2002-12-08 [hoa]        0.7.0claws10
13517
13518         * src/matcher_parser_parse.y
13519                 fixed some bugs
13520
13521         * src/prefs_filtering.c
13522                 now, we can use bounce action in the dialog box.
13523
13524 2002-01-16 [carsten]    0.7.0claws9
13525         * src/gtkstext.c
13526                 removed the <control> and <alt> shortcuts because they're
13527                 not needed and interefered with the "normal" shortcuts
13528         * src/mainwindow.c
13529         * src/summaryview.c
13530                 removed most of the hardcoded shortcuts and assigned
13531                 them to menu entries making them easy customizable by
13532                 that
13533
13534 2002-01-16 |melvin]     0.7.0claws8
13535
13536         * src/gtkspell.c
13537                 fixed bug where using the mouse and when the compose
13538                 window is not on top may result in a crash.
13539
13540 2002-01-16 [melvin]     0.7.0claws7
13541
13542         * src/compose.c
13543                 fixed a long standingspell checker bug which could 
13544                 cause a crash after sending a message.
13545
13546 2002-01-16 [paul]       0.7.0claws6
13547
13548         * sync with sylpheed 0.7.0cvs7
13549                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13550                 2002-01-15, and 2002-01-16
13551
13552 2002-01-16 [melvin]     0.7.0claws5
13553
13554         * README.claws
13555         * src/compose.c
13556         * src/gtkspell.[ch]
13557         * src/main.c
13558                 Heavily modified spell checker code to work around
13559                 ispell bug, to add keyboard shortcuts and for future
13560                 enhancements. See README.claws for usage information.
13561
13562 2002-01-15 [alfons]     0.7.0claws4
13563         
13564         * src/summaryview.c
13565                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13566                 so sorting within threads reflects sort mode
13567
13568 2002-01-15 [christoph]  0.7.0claws3
13569
13570         * src/procmsg.c
13571                 added alertpanel if mail sending failed
13572
13573 2002-01-15 [alfons]     0.7.0claws2
13574         
13575         * src/prefs_filtering.c
13576                 don't stop timer when prefs filtering dialog is opened
13577
13578 2002-01-14 [alfons]     0.7.0claws1
13579
13580         * src/addr_compl.c
13581         * src/prefs.c
13582                 remove debug_print()s for privacy reasons
13583
13584 2002-01-14 [darko]      0.7.0claws
13585
13586         * README.claws
13587                 quotation wrapping is now also in the main branch
13588
13589 2002-01-14 [paul]
13590
13591         * tools/filter_conv.pl
13592                 allow for Boolean Op and case-sensitivity
13593                 this file is included in the release and tagged
13594                 'rel_0_7_0'
13595
13596 2002-01-13 [paul]       0.7.0claws
13597
13598         * release 0.7.0, with cvs tag 'rel_0_7_0'
13599
13600 2002-01-13 [paul]
13601
13602         * tools/filter_conv.pl
13603         * tools/README
13604                 rewritten to output to matcherrc instead of filteringrc
13605
13606         * po/es.po
13607                 updated Spanish translation by Ricardo Mones Lastra
13608
13609 2002-01-13 [alfons]
13610
13611         * po/nl.po
13612                 update dutch translation
13613
13614 2002-01-13 [paul]
13615
13616         * po/pt_BR.po
13617                 Updated by Fabio Junior Beneditto 
13618
13619 2002-01-13 [melvin]     0.6.6claws53
13620
13621         * po/fr.po
13622                 Updated french translation
13623
13624 2002-01-12 [alfons]     0.6.6claws52
13625
13626         * src/filtering.c
13627                 plug mem leak that has been sitting there for ages              
13628
13629 2002-01-12 [alfons]     0.6.6claws51
13630
13631         * src/summaryview.c
13632                 undo melvin's changes from 0.6.6claws48 because summary
13633                 view now refuses to select first unread message when
13634                 selecting a folder 
13635
13636 2002-01-11 [alfons]     0.6.6claws50
13637
13638         * src/import.c
13639                 use claws' semantics for getting folder item when
13640                 importing an mbox file into a folder 
13641                 (submitted by Dale P. Smith)
13642
13643 2002-01-11 [christoph]  0.6.6claws49
13644
13645         * src/prefs.h
13646                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13647                 toggle widget, because non static prefs can not use
13648                 prefs_set_* functions
13649         * src/prefs_account.c
13650                 toggle smtp auth password field sensitivity if
13651                 user id is empty and add descrition of usage for
13652                 these fields
13653         * src/prefs_folder_item.c
13654                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13655                 callbacks
13656
13657 2002-01-11 [melvin]     0.6.6claws48
13658
13659         * src/compose.c
13660                 fix the 'Ctrl-Enter' feature for sending and test really
13661                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13662                 editables which was not documented in Gtk)
13663
13664         * src/summaryview.c
13665                 Made summaryview refresh after sorting and not before.
13666
13667 2002-01-11 [christoph]  0.6.6claws47
13668
13669         * src/compose.c
13670                 select account from account ids if possible and
13671                 correctly set save folder for copy in reedit
13672
13673 2002-01-10 [paul]       0.6.6claws46
13674
13675         * sync with sylpheed 0.7.0 release
13676                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13677                 2002-01-09
13678
13679 2002-01-09 [alfons]
13680
13681         * src/summaryview.c
13682                 remove more dirt traces...
13683
13684 2002-01-09 [alfons]
13685         
13686         * src/summaryview.c
13687                 clean up some traces of my debugging stuff
13688
13689 2002-01-09 [alfons]     0.6.6claws45
13690
13691         * src/filtering.c
13692                 break up filteringprop_apply() in three separate pieces
13693                 so we can drop messages that failed processing in the
13694                 inbox
13695
13696         * src/summaryview.c
13697                 fix bug #469598 "no refresh of inbox after filter" which 
13698                 was introduced by the new summary view locking, and which 
13699                 prevented the summary view to update after a manual filter 
13700                 message. claw's filter message requires a summary_show().
13701                 (aargh, summary_show() again! :-)
13702                 
13703 2002-01-07 [alfons]     0.6.6claws44
13704
13705         * src/headerwindow.c
13706         * src/logwindow.c
13707         * src/messageview.c
13708         * src/sourcewindow.c
13709                 bring in Hiro's last 0.7.0 wm class fixes
13710
13711         * tools/sylprint.pl
13712                 bring in Ricardo's fix for sylprint script
13713
13714         * AUTHORS       
13715         * src/rfc2015.[ch]
13716         * src/prefs_common.[ch]
13717         * src/prefs_account.[ch]
13718         * src/compose.c
13719                 clean up account preference poison in rfc2015,
13720                 and preparation to fix double sign bug 
13721                 (patch submitted by Simon 'corecode' Schubert)
13722
13723 2002-01-07 [christoph]  0.6.6claws43
13724
13725         * src/mh.c
13726                 search for free message number, do not only rely
13727                 on last_num
13728         * src/send.c
13729                 fix smtp auth and use extra account information
13730                 if available, if not use pop3 data instead
13731                 (closes bug #500341)            
13732         * src/ssl.[ch]
13733                 match coding style
13734
13735 2002-01-06 [alfons]     0.6.6claws42
13736
13737         * src/mainwindow.c
13738                 try making the separate windows work again...
13739
13740 2002-01-06 [alfons]     0.6.6claws41
13741
13742         * src/mainwindow.c
13743                 adapt Hiro's separate window menu (to get rid of the funny
13744                 duplicate menu items), and make it work again
13745
13746 2002-01-06 [alfons]     0.6.6claws40
13747
13748         * tools/Makefile.am
13749         * tools/sylprint.rc
13750         * tools/sylprint.pl
13751         * tools/README.sylprint
13752                 add sylprint script for printing mails from Sylpheed
13753                 (contributed by Ricardo Mones Lastra)
13754
13755         * src/acount.c
13756                 clean up
13757
13758 2002-01-06 [melvin]     0.6.6claws39
13759
13760         * src/mainwindow.c
13761         * src/summaryview.c
13762                 Fixed crash introduced in 0.6.6claws38 by the menu
13763                 reorganisation (Hide read messages)
13764         
13765         * ChangeLog.claws 
13766                 Fixed typo (we are now in 2002, alfons ;) )
13767
13768 2002-01-05 [alfons]     0.6.6claws38
13769
13770         * sync with sylpheed 0.6.6cvs10-17
13771                 (last stuff marked as LAST_STABLE)
13772
13773 2002-01-04 [melvin]     0.6.6claws37
13774
13775         * src/account.c
13776                 Made account selection code use strcasestr again instead of
13777                 g_strcasecmp (fixes bug where reediting queued messages
13778                 did not select proper account reported by T. Link).
13779         
13780         * src/folderview.c
13781                 Fix bug where folder icons are not shown when 'hide read messages'
13782                 is on.
13783         
13784         * src/stock_pixmaps.[ch]
13785                 Added folder icons for 'hide read messages'.
13786         
13787         * src/compose.c
13788                 Fixed bug where 'Enter' in a header entry will send the message 
13789                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13790
13791 2002-01-03 [melvin]     0.6.6claws36
13792         
13793         * src/prefs.[ch]
13794                 Added popup menu for common preferences and
13795                 account preferences (right click on tab displays
13796                                 a menu of all tabs.)
13797
13798 2002-01-02 [melvin]     0.6.6claws35
13799
13800         * src/gtkspell.[ch]
13801                 Made spelling code compatible with undo/redo feature.
13802                 Added creation of suggestion mode menu for the general
13803                         preferences.
13804         
13805         * src/prefs_common.[ch]
13806                 Added option menu for the speller's suggestion mode.
13807                 Added missing spaces in "..." buttons and made a "..."
13808                         button non translatable!
13809         
13810         * src/compose.c
13811                 Made speller use the default suggestion mode.
13812                 Hack to make it possible to choose 'CTRL-Enter' as a
13813                         shortcut for sending (and only for sending).
13814
13815         * src/prefs_folder_item.c
13816                 Changing subject simplification does not update cache 
13817                         anymore (because it is unnecessary).
13818                 Fixed bug where changing subject simplification updated the 
13819                         summaryview even when the viewed folder is not the
13820                         folder which properties are being changed. (E.g. 
13821                                         viewing folder A and changing
13822                                         the subject simplification of 
13823                                         folder B -not being viewed- updated the 
13824                                         summaryview of folder A with data of
13825                                         folder B). (Hope this is clear... )
13826
13827 2001-12-31 [alfons]     0.6.6claws34
13828         
13829         * src/ldif.c
13830         * src/mutt.c
13831                 fgetc() returns a signed integer which doesn't
13832                 fit in a char. so c truncates this to a char
13833                 but we may lose significant bits. i.e. we may
13834                 comparing 0xFF which may not be equal to -1
13835                 unless properly casted to signed char which
13836                 we won't do because fgetc() returns a signed
13837                 integer which doesn't fit in a char. so c 
13838                 truncates this to a char but we may lose 
13839                 significat bits. (you got the idea, thanks
13840                 to Gustavo Noronha Silva <kov@debian.org>
13841                 and the Debian folks!)
13842
13843 2001-12-30 [alfons]     0.6.6claws33
13844
13845         * src/prefs_common.c
13846                 add #ifdef USE_PSPELLs that Melvin forgot               
13847
13848 2001-12-30 [melvin]     0.6.6claws32
13849         
13850         * src/prefs_common.[ch]
13851                 Added configurable color for misspelled words.
13852
13853         * src/gtkspell.[ch]
13854                 Fixed bug of foreground text color (reported by David
13855                                 Mehrmann)
13856                 Added configurable color for misspelled words.
13857
13858 2001-12-30 [alfons]     0.6.6claws31
13859
13860         * src/folder.c
13861                 remove unnecessary things someone put there
13862
13863         * src/mh.c
13864         * src/folder.[ch]
13865                 make folder properties (like threading and sorting) persistent
13866                 (closes bug #497424 "rescan folder tree resets proprieties")
13867                 currently this is only for MH folders. 
13868
13869 2001-12-29 [melvin]     0.6.6claws30
13870
13871         * src/string_match.[ch]
13872                 Optimized a bit: regexp pattern buffer compiled only once, and
13873                   one subroutine call removed. Fixed ^ regexp search: Now, 
13874                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13875         
13876         * src/summaryview.c
13877                 Subject filtering changed to filter summary columns and
13878                   not directly the messages subject cache. The loss in 
13879                   performance is balanced by the improvement of string_match.
13880                 Added an alert panel if there is an error in the regexp.
13881
13882         * src/src/prefs_folder_item.h
13883                 Added a regexp pattern buffer.
13884
13885 2001-12-28 [alfons]     0.6.6claws29
13886
13887         * src/string_match.[ch]
13888                 clean up name space
13889                 allow compilation *BSD
13890
13891 2001-12-27 [alfons]     0.6.6claws28
13892
13893         * src/filter.c
13894                 sync the Hiro's bug fix for BSD
13895
13896 2001-12-27 [melvin]     0.6.6claws27
13897         
13898         * src/compose.c
13899                 Simplify focus to subject entry code.
13900
13901 2001-12-27 [darko]      0.6.6claws26
13902
13903         * src/filtering.c
13904         * src/mbox_folder.c
13905         * src/messageview.c
13906         * src/mh.c
13907         * src/procheader.[ch]
13908         * src/procmsg.h
13909         * src/stock_pixmap.[ch]
13910         * src/summaryview.c
13911                 Show key icon for encrypted mails in summary view
13912
13913         * src/pixmaps/clip.xpm
13914         * src/pixmaps/clipkey.xpm
13915         * src/pixmaps/key.xpm
13916                 New/modified icons for the above
13917
13918 2001-12-27 [melvin]     0.6.6claws25
13919
13920         * src/prefs_common.c
13921                 Put spell checker options in a separate tab to decrease
13922                 the Common Preferences window height.
13923
13924         * README.claws  
13925                 Update spell checker usage instruction about its options
13926                 location.
13927
13928 2001-12-27 [melvin]     0.6.6claws24
13929
13930         * src/compose.c
13931                 Changed subject entry widget position. Initial focus is
13932                 on the To header instead of the subject entry.
13933                 Creating a new header scrolls the header list to make the
13934                 created one visible. Nevertheless, when automatically filling
13935                 headers, the first one is shown.
13936                 A Tab key press in the last empty header entry zips the 
13937                 focus to the subject entry.
13938                 (I did not change the combo boxes, yet)
13939
13940 2001-12-26 [alfons]     0.6.6claws23
13941
13942         * src/prefs_account.c
13943         * src/inc.c
13944                 allow default inbox to reside in another mailbox (only
13945                 works for POP3 accounts)
13946
13947 2001-12-26 [alfons]     0.6.6claws22
13948         
13949         * src/textview.c
13950                 make reply-on-click work with the account of the selected folder
13951         * src/compose.c
13952                 put a fixme here to remind me to fix finding correct default
13953                 account for nested folders
13954
13955 2001-12-25 [alfons]     0.6.6claws21
13956
13957         * src/summaryview.c
13958                 make column headers display locked and mark pixmaps (idea by Melvin) 
13959                 fix bug by adding score and locked column type to sort array
13960
13961 2001-12-25 [alfons]     0.6.6claws20
13962         
13963         * src/summaryview.c
13964                 catch a *potentially* inadvertent write back of  
13965                 the message cache(s) introduced by 0.6.5claws37
13966
13967 2001-12-25 [christoph]  0.6.6claws19
13968
13969         * src/stock_pixmap.[ch]
13970         * src/summaryview.c
13971                 add ignore thread pixmap
13972                 (can someone draw a better icon for this?)
13973
13974 2001-12-24 [alfons]     0.6.6claws18
13975
13976         * src/prefs_folder_item.c
13977                 make address completion actually work for the
13978                 Default To address in the Folder Property dialog.
13979
13980 2001-12-24 [alfons]     0.6.6claws17
13981         
13982         * src/summaryview.c
13983                 use new style regexp for subject stripping 
13984                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13985
13986 2001-12-24 [darko]      0.6.6claws16
13987
13988         * src/pgptext.c
13989         * src/rfc2015.c
13990                 move GPG related informational messages to debug mode
13991
13992 2001-12-23 [alfons]     0.6.6claws15
13993
13994         * src/stock_pixmap.[ch]
13995         * src/summaryview.c
13996                 add the forgotten Claws' locked pixmap
13997
13998 2001-12-23 [alfons]     0.6.6claws14
13999
14000         * src/filesel.c
14001                 accept file name typed in entry in multi file
14002                 selector (patch submitted by Gustavo Noronha Silva 
14003                 <kov@debian.org>)
14004
14005 2001-12-23 [alfons]     0.6.6claws13
14006
14007         * src/prefs_filter.c
14008         * src/prefs_filtering.c
14009         * src/matcher.c
14010         * src/importmutt.c
14011                 clean up a little bit
14012         
14013         * src/string_match.c
14014                 validate input strings a little bit more
14015
14016 2001-12-23 [alfons]     0.6.6claws12
14017
14018         * src/Makefile.am
14019         * src/summaryview.c
14020         * src/string_match.[ch]         ** NEW **
14021         * src/folderview.[ch]
14022         * src/headerview.h
14023         * src/folder.[ch]
14024         * src/prefs_folder_item.[ch]
14025                 add subject simplification to strip out strings from
14026                 a subject line (esp. handy for mailing lists). 
14027                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14028                 but slightly changed things for better integration.)
14029
14030 2001-12-23 [alfons]     0.6.6claws11
14031
14032         * src/mainwindow.c
14033                 fix bug introduced by submission included in 0.6.5claws52.
14034                 ideally this submission should clean the trash if any trash
14035                 folder has a message. however, the hasTrash variable was
14036                 set to false whenever a trash folder was empty (discarding
14037                 a previously found *filled* trash folder.)
14038
14039                 also edited the code a little bit and made it more safe.
14040
14041 2001-12-22 [alfons]     0.6.6claws10
14042
14043         * src/imap.c
14044                 quick fix for Martin Pool's omission of an account
14045                 specific SSL setting
14046
14047 2001-12-22 [alfons]     0.6.6claws9
14048
14049         * src/compose.c
14050         * src/messageview.c
14051         * src/mimeview.c
14052         * src/pgptext.c
14053         * src/procmime.[ch]
14054                 better support for multipart/digest (submitted
14055                 by Fredrik <e98fo@efd.lth.se>)
14056
14057 2001-12-22 [alfons]     0.6.6claws8
14058
14059         * src/addressbook.c
14060                 correct function signature
14061         * src/socket.[ch]
14062         * src/imap.[ch]
14063         * src/prefs_account.[ch]
14064                 allow IMAP over SSH tunnel (patch submitted by 
14065                 Martin Pool <mbp@samba.org>)
14066
14067 2001-12-21 [alfons]     0.6.6claws7
14068
14069         * sync with sylpheed 0.6.6cvs4-9
14070                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14071
14072 2001-12-21 [christoph]  0.6.6claws6
14073
14074         * src/compose.c
14075         * src/prefs_folder_item.[ch]
14076                 implement saving of outgoing messages to current folder.
14077                 fix segfault when no default outbox is available
14078                 (closes bug #495683)
14079
14080 2001-12-21 [carsten]    0.6.6claws5
14081         * src/folderview.c
14082         * src/summaryview.c
14083                 pressing CTRL while DND does now the expected thing and
14084                 copies the mail (moving is still the default, as this
14085                 seam more appropriate for handling mails by DND)
14086
14087 2001-12-18 [paul]       0.6.6claws4
14088
14089         * sync with sylpheed 0.6.6cvs3
14090                 see ChangeLog entries 2001-12-18
14091
14092 2001-12-18 [hiro]       0.6.6claws3
14093
14094         * src/undo.c
14095                 fix for multibyte characters (obtain the number of letters
14096                 instead of bytes).
14097
14098 2001-12-17 [paul]       0.6.6claws2
14099
14100         * sync with sylpheed 0.6.6cvs1
14101                 see ChangeLog entry 2001-12-16
14102
14103 2000-12-17 [alfons]     0.6.6claws1
14104
14105         * src/filtering.c
14106                 clean up
14107
14108 2001-12-16 [paul]       0.6.6claws
14109 2001-12-15
14110
14111         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14112
14113         * src/mimeview.c
14114                 last minute sync with main 0.6.6
14115
14116         * po/es.po
14117                 updated by Ricardo Mones Lastra
14118                 update for last minute sync
14119         * po/fr.po
14120         * po/nl.po
14121                 update for last minute sync
14122         * po/de.po
14123                 updated by Jens Oberender
14124         * po/pt_BR.po
14125                 updated by Fabio Junior Beneditto
14126
14127         * src/prefs_common.[ch]
14128         * src/undo.c
14129                 number of undo levels is user configurable
14130                 (squeeze it into the release in the dying
14131                 moments) Submitted by Jens Oberender    
14132
14133 2001-12-15 [melvin]
14134
14135         * po/fr.po
14136                 updated french translation
14137
14138 2001-12-15 [paul]       0.6.5claws92
14139
14140         * sync with sylpheed 0.6.5cvs28
14141                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14142
14143         * po/nl.po
14144                 update to allow for sync
14145
14146 2001-12-15 [alfons]
14147         
14148         * po/nl.po
14149                 update dutch translation
14150
14151 2001-12-14 [carsten]    0.6.5claws91
14152         * src/summaryview.c
14153                 fixed bug #473785; also after changing the column order
14154                 the same message will be selected and displayed as before
14155                 the reordering
14156
14157 2001-12-14 [carsten]    0.6.5claws90
14158         * src/folderview.c
14159                 probably found the bug reported by wwb opening or closing
14160                 a folder tree just before dnd (found the solution in the
14161                 balsa source -- thanks to them)
14162
14163 2001-12-14 [carsten]    0.6.5claws89
14164         * src/gtkutils.c
14165         * src/account.c
14166                 moved gtk_clist_moveto to the right place, so that
14167                 only the accounts dialog is effected on opening
14168
14169 2001-12-14 [carsten]    0.6.5claws88
14170         * src/gtkutils.c
14171                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14172                 now, so that the focused row will be seen in any case
14173                 (reported by wwp on sf-claws-user)
14174
14175 2001-12-14 [darko]      0.6.5claws87
14176
14177         * src/compose.c
14178                 remove unnecessary line
14179
14180 2001-12-14 [paul]       0.6.5claws86
14181
14182         * sync with sylpheed 0.6.5cvs27
14183                 see ChangeLog entries 2001-12-14
14184
14185 2001-12-14 [carsten]    0.6.5claws85
14186         * src/mainwindow.c
14187                 following a suggestion of Melvin the rcoabm pops up
14188                 right under the button now and the button is reliefed
14189                 while the popup is open
14190
14191 2001-12-14 [darko]      0.6.5claws84
14192
14193         * src/compose.c
14194                 fix crash when wrapping long lines if linewrap quotation
14195                 is disabled and wrapper encounters a word spanning more
14196                 than one line
14197
14198 2001-12-13 [paul]       0.6.5claws83
14199
14200         * src/compose.c
14201                 prefer 'Reply-To' header over mailing list header when
14202                 replying to a message. Finally prevent all those confirmation 
14203                 messages being sent to the list itself.
14204
14205         * src/summaryview.c
14206                 remove unused summary_set_menu_sensitive() entry
14207
14208 2001-12-13 [paul]       0.6.5claws82
14209
14210         * src/folderview.c
14211         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14212         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14213         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14214                 improvements to 'Hide read messages': Inbox, Outbox,
14215                 Trash, Queue, and Draft icons now reveal presence of hidden 
14216                 messages
14217
14218 2001-12-12 [alfons]     0.6.5claws81
14219
14220         0.6.5claws80 was tagged as LAST_STABLE
14221
14222         * src/filtering.[ch]
14223         * src/matcher.[ch]
14224         * src/matcher_parser_lex.c
14225                 fix the filtering; my last attempt to get it right, 
14226                 if it does not work, it's Hoa's turn. ;-)
14227
14228                 for my honourable peers:
14229                 
14230                 the code now makes a clear distinction between
14231                 rules as they are displayed (probably escaped),
14232                 and as they are executed (probably unescaped). the
14233                 parser does *NOT* do any unescaping, this is
14234                 the task of the matcher.c (which breaks up a
14235                 rule into condition) and the filtering.c (which
14236                 breaks up the rule's action). to make this
14237                 run happily we provide an unescaped copy of
14238                 crucial strings to the MatcherProp and 
14239                 FilteringAction structures. note that the only
14240                 exception to this is any REGEXP string. those
14241                 are directly passed to regcomp() and regexp()
14242                 (who have much more powerful unescape functions).
14243                 
14244                 for everyone else:
14245         
14246                 you can escape tab (\t), carriage return (\r),
14247                 linefeed (\n), form feed (\f), quote (\"), 
14248                 single quote (\'), bell (\b) in all the entry
14249                 lines in the scoring & filtering dialogs.
14250                 as an added bonus this should not affect
14251                 existing filtering rules.
14252
14253 2001-12-12 [carsten]    0.6.5claws80
14254
14255         * src/summaryview.c
14256         * po/de.po
14257                 "item(s) selected" is now sensitive to 1 or more
14258                 than one selected (nice for language where simple
14259                 adding of a "s" is not possible as German (Eintrag
14260                 ->Eintr"age)
14261                 
14262                 the "forward as attachment" entry from the right
14263                 click menu removed, "forward" acts following the
14264                 prefs
14265         
14266         * src/textview.c
14267                 reverted my former changes; so compiler warning again
14268                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14269                 nevertheless
14270
14271         * src/messageview.c
14272                 "search in message" does now *not* only work in MVIEW_TEXT
14273                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14274                 message
14275
14276         * src/mainwindow.c
14277                 removed "/File/_Close" as it was the same as "/File/E_xit"
14278                 and we don't need it two times
14279
14280                 the separate folder view and message view now get a distinct
14281                 WMCLASS, just in case someone is using sawfish ;-)
14282
14283                 as the menu entries "/View/Message view" and "/View/Folder tree"
14284                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14285                 make them sensitive accordingly and as these two are "shown"
14286                 after startup anytime check this menuitem at startup
14287
14288 2001-12-12 [paul]       0.6.5claws79
14289
14290         * src/folderview.c
14291                 fix sensitivity of 'Search folder...', broken in
14292                 0.6.5claws75
14293
14294         * src/mainwindow.c
14295                 fix dodgy English
14296
14297 2001-12-11 [carsten]    0.6.5claws78
14298         * src/filtering.c
14299                 fixed two typos returning a wrong FALSE/TRUE
14300         * src/mainwindow.[ch]
14301                 extra menu for email/news button removed
14302
14303 2001-12-11 [alfons]     0.6.5claws77
14304         
14305         * src/matcher.c                 (1.3)
14306         * src/matcher_parser_lex.l      (1.28)
14307                 revert for another attempt
14308                 mark 0.6.5claws77 as LAST_STABLE
14309
14310 2001-12-11 [christoph]  0.6.5claws76
14311
14312         * po/de.po
14313                 fixed wrong translation for prev. unread msg
14314
14315 2001-12-11 [paul]       0.6.5claws75
14316
14317         * src/folder.[ch]
14318         * src/folderview.c
14319         * src/mainwindow.c
14320         * src/summaryview.[ch]
14321         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14322                 enable ability to hide read messages on per folder basis via 
14323                 '/Summary/Hide read messages'; when selected, a folder will 
14324                 have a red open folder icon, instead of a blue icon, if the 
14325                 folder contains hidden messges
14326                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14327
14328         * src/mainwindow.c
14329                 remove '/Message/Forward as attachment' from 
14330                 main_window_set_menu_sensitive() to prevent debug warning
14331
14332         * src/folderview.c
14333         * src/mainwindow.c
14334                 Clean up some of the English
14335
14336         * tools/newscache_clean.pl
14337                 allow for new 'hidereadmsgs' entry in folderlist.xml
14338
14339         * po/es.po
14340                 updated translation, submitted by Ricardo Mones Lastra
14341
14342 2001-12-11 [paul]       0.6.5claws74
14343
14344         * sync with sylpheed 0.6.5cvs25
14345                 see ChangeLog entry 2001-12-11
14346
14347 2001-12-10 [alfons]     0.6.5claws73
14348
14349         * src/matcher.c
14350                 add more control characters
14351         * src/matcher_parser_lex.l
14352                 make escaping / unescaping work again
14353
14354 2001-12-10 [alfons]     0.6.5claws72
14355
14356         * src/imap.c
14357                 clean up warnings "returning value for void function" 
14358         * src/prefs_filtering.c
14359                 make info button for execute action sensitive
14360
14361 2001-12-10 [paul]       0.6.5claws71
14362
14363         * src/compose.c
14364         * src/imap.[ch]
14365         * src/summaryview.c
14366                 fix: imap server now gets informed of MARKED, UNMARKED
14367                 and REPLY events. Now people can use different IMAP-Mail
14368                 clients and have the exact same information about MARKED,
14369                 UNMARKED and REPLY status with all of them. Especially
14370                 useful for imap servers with a web-frontend.
14371                 submitted by Tobias Sandhaas <medlor@web.de>
14372
14373 2001-12-09 [melvin]     0.6.5claws70
14374         
14375         * src/textview.[ch]
14376                 fixed bug #490076 (hunted down by Alfons who implemented
14377                 a workaround in 0.6.5claws65)
14378
14379 2001-12-09 [christoph]  0.6.5claws69
14380
14381         * src/summaryview.c
14382                 set pointer to string in LOCKED column to NULL
14383                 (might fix bug #490800)
14384
14385 2001-12-09 [carsten]    0.6.5claws68
14386
14387         * po/de.po
14388                 resolved some cluttered menu shortcuts 
14389                 ('creating new email' and 'creating news message'
14390                 hade the same)
14391         * src/compose.c
14392                 wmclass now distinc from main window
14393         * src/mainwindow.c
14394           src/mainwindow.h
14395                 email/news and forward button functionality similar
14396                 to the reply buttons; removed the ugly dropdown arrows
14397                 and use instead the right mouse button
14398
14399 2001-12-09 [paul]       0.6.5claws67
14400
14401         * src/imap.c
14402         * src/utils.h
14403                 allow spaces in imap folder names
14404                 submitted by Willem van Engen <wvengen@stack.nl>
14405
14406 2001-12-09 [paul]       0.6.5claws66
14407
14408         * sync with sylpheed 0.6.5cvs24
14409                 see ChangeLog entry 2001-12-09
14410
14411 2001-12-08 [alfons]     0.6.5claws65
14412
14413         * src/textview.c
14414                 prevent secondary selection claim after "add to sender" dialog
14415                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14416                 we trick GTK by simulating a click at (0, 0) in the textview.
14417
14418 2001-12-08 [hoa]        0.6.5claws64
14419
14420         * src/folder.c
14421                 fixed a bug about the .processing folder name while filtering
14422
14423 2001-12-08 [alfons]     0.6.5claws63
14424
14425         * src/folderview.c 
14426                 work around problem of not correctly updating folder stats
14427                 when deleting messages. there's some folder scanning evil
14428                 going so the folderview_update_msg_num() does not work
14429                 correctly. need to investigate this.
14430
14431 2001-12-08 [paul]       0.6.5claws62
14432
14433         * sync with sylpheed 0.6.5cvs23
14434                 see ChangeLog entry 2001-12-08
14435
14436 2001-12-07 [christoph]  0.6.5claws61
14437
14438         * src/compose.c
14439                 fix another header translation problem
14440
14441 2001-12-07 [alfons]     0.6.5claws60
14442
14443         * src/mbox.c
14444                 make filtering also work on local spool mbox
14445
14446 2001-12-07 [carsten]    0.6.5claws59
14447         * src/addressbook.c
14448                 addressbook window gets a wmclass distinct from the main
14449                 sylpheed window
14450         * src/compose.h
14451         * src/mainwindow.[ch]
14452                   forward menu item will use mode selected in prefs, forward 
14453                 as attatchment in menu removed (will be substituted in the
14454                 toolbar similar to reply buttons)
14455                   create news message menu entry and news button is now 
14456                 sensitive to the existance of a news account
14457         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14458         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14459         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14460                 these are removed because the toolbar buttons don't show
14461                 the quoting modus any longer
14462
14463 2001-12-07 [paul]
14464
14465         * tools/newscache_clean.pl      ** NEW FILE **
14466                 perl script to do some tidying up in the newscache directory 
14467                 
14468         * tools/sylpheed-switcher       ** NEW FILE **
14469                 perl script to enable easy switching between main and claws
14470                 
14471         * tools/README
14472                 added descriptions of the two new perl scripts          
14473
14474
14475 2001-12-07 [melvin]     0.6.5claws58
14476
14477         * src/messageview.c
14478                 fixed a warning during compilation introduced in 0.6.5claws56
14479
14480 2001-12-07 [paul]       0.6.5claws57
14481
14482         * src/mainwindow.[ch]
14483         * src/menu.[ch]
14484                 further usability enhancements to replying with or without 
14485                 quoting via the toolbar, use of Ctrl key is replaced by 
14486                 drop down menu 
14487                 Submitted by Carsten Schurig            
14488
14489 2001-12-07 [melvin]     0.6.5claws56
14490
14491         * src/messageview.c
14492                 hack to fix bug that prevented to make/paste selections
14493                 after switching between MVIEW_TEXT and MVIEW_MIME views
14494                 without deselecting the selection first.
14495
14496 2001-12-06 [alfons]     0.6.5claws55
14497
14498         * src/filtering.[ch]
14499         * src/inc.c
14500                 revise filtering a little bit more, and make sure
14501                 messages are delivered to the appropriate inbox
14502                 (perhaps set per account)
14503
14504 2001-12-06 [paul]       0.6.5claws54
14505
14506         * sync with sylpheed 0.6.5cvs22
14507                 see ChangeLog entry 2001-12-06
14508
14509 2001-12-05 [alfons]     0.6.5claws53
14510
14511         * src/inc.c
14512         * src/folder.[ch]
14513         * src/procmsg.c
14514         * src/filtering.c
14515                 more revisions of filtering system
14516                 (last stable version is marked as LAST_STABLE)
14517                 
14518                 | NOTE 1): the filtering system now uses a local folder called
14519                 | .processing. if filtering fails, check this directory
14520                 | for missing messages.
14521                 |
14522                 | NOTE 2): help us find the filtering actions still missing
14523
14524 2001-12-05 [paul]       0.6.5claws52
14525
14526         * src/mainwindow.c
14527                 fix bug where 'Empty Trash?' pop-up window appears even
14528                 when Trash is empty, submitted by Jesse Skinner         
14529
14530 2001-12-05 [melvin]     0.6.5claws51
14531
14532         * src/compose.c
14533                 fixed bug #486106 to select correct account when reediting 
14534                 a queued message
14535         
14536 2001-12-04 [alfons]     0.6.5claws50
14537
14538         * src/mh.c
14539                 declare markfile in appropriate functions when
14540                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14541                 for spotting this)
14542
14543 2001-12-04 [paul]       0.6.5claws49
14544
14545         * sync with sylpheed 0.6.5cvs21
14546                 see ChangeLog entry 2001-12-04
14547
14548 2001-12-03 [christoph]  0.6.5claws48
14549
14550         * po/de.po
14551                 changed translation of undo
14552         * src/account.c
14553         * src/folder.c
14554                 don't reinvent the wheel to traverse a GNode
14555         * src/compose.[ch]
14556                 seperate code to create the compose gui into functions
14557                 add "Others" page with folder selection for saving copy
14558                 of the message.
14559                 the folder identifier is saved to queue header
14560         * src/procmsg.c
14561                 save message to folder in queue header
14562
14563 2001-12-03 [paul]       0.6.5claws47
14564
14565         * sync with sylpheed 0.6.5cvs20
14566                 see ChangeLog entry 2001-12-03
14567
14568 2001-12-01 [paul]
14569
14570         * more sync with sylpheed 0.6.5cvs19
14571                 see ChangeLog entry 2001-11-29
14572
14573 2001-11-30 [paul]       0.6.5claws46
14574         
14575         * src/compose.c
14576                 remove conflicts introduced by Hoa's last commit
14577          
14578         * src/mainwindow.c
14579                 make 'Message/Bounce' sensitive
14580
14581 2001-11-30 [hoa]        0.6.5claws45
14582
14583         * src/compose.c
14584                 slightly change bounce function to add
14585                 information about the user that bounced the mail
14586                 in the From header line.
14587
14588         * src/folderview.c
14589                 permit the use of processing in outbox folder.
14590
14591 2001-11-29 [paul]       0.6.5claws44
14592
14593         * src/mainwindow.[ch]
14594         * src/prefs_common.c
14595         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14596         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14597         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14598                 usability enhancements to the quoting, implements
14599                 use of Ctrl key to toggle quoting settings
14600                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14601
14602 2001-11-29 [paul]       0.6.5claws43
14603         
14604         * sync with sylpheed 0.6.5cvs19
14605                 see ChangeLog entry 2001-11-28
14606
14607 2001-11-29 [melvin]     0.6.5claws42
14608         * src/Makefile.am
14609                 added enriched.[ch] to the list of files
14610
14611         * src/textview.c
14612         * src/mimeview.c
14613         * src/procmime.[ch]
14614         * src/enriched.[ch]
14615                 added support to view text/enriched
14616                 added support to show headers in message view for text/enriched and text/html
14617                         in non multipart messages
14618
14619 2001-11-28 [paul]       0.6.5claws41
14620
14621         * more sync with sylpheed 0.6.5cvs18
14622                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14623
14624 2001-11-27 [paul]       0.6.5claws40
14625         
14626         * po/pt_BR.po
14627                 updated translation, submitted by Fabio Junior Beneditto
14628                 
14629         * sync with sylpheed 0.6.5cvs18
14630                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14631                 2001-11-27
14632
14633
14634 2001-11-26 [paul]
14635
14636         * po/es.po
14637                 updated translation, submitted by Ricardo Mones Lastra
14638
14639 2001-11-26 [alfons]
14640
14641         * src/matcher.c
14642                 add more translatable strings
14643
14644 2001-11-26 [christoph]  0.6.5claws39
14645
14646         * po/de.po      
14647                 fixed one more umlaut
14648         * src/compose.c
14649                 fix translated header when it should not be translated
14650
14651 2001-11-26 [paul]       0.6.5claws38
14652
14653         * src/mainwindow.c
14654                 remove '/Message/Add Sender to address book' from 
14655                 main_window_set_menu_sensitive(), prevent debug warning
14656                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14657
14658 2001-11-26 [paul]       0.6.5claws37
14659
14660         * src/summaryview.c
14661                 fix 'recurring unread state' bug 
14662
14663         * tools/README 
14664         * tools/filter_conv.pl
14665                 read name of top level mailbox from folderlist.xml
14666                 and presume nothing about its name              
14667
14668 2001-11-26 [darko]      0.6.5claws36
14669
14670         * src/gtkstext.[ch]
14671                 removed functions that are now in gtkutils.c
14672                 use gtkut_text_is_uri_string() from gtkutils.c
14673         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14674
14675 2001-11-26 [paul]       0.6.5claws35
14676
14677         * sync with sylpheed 0.6.5cvs16
14678                 see ChangeLog entries 2001-11-25 and 2001-11-26
14679
14680 2001-11-25 [alfons]     0.6.5claws34
14681
14682         EXPERIMENTAL!!! Please checkout the last stable version using: 
14683           
14684         % cvs update -r LAST_STABLE -dRAP
14685
14686         (Or help us testing this stuff.)
14687
14688         * src/filtering.c               (1.14)
14689         * src/filtering.h               (1.6)
14690         * src/inc.c                     (1.28)
14691         * src/matcher.c                 (1.20)
14692         * src/mbox.c                    (1.9)
14693         * src/procmsg.h                 (1.14)
14694         * src/summaryview.c             (1.59)
14695         * src/summaryview.h             (dunno)
14696                 revert/merge/sync to as it was before commit 
14697                 on Thu, 19 Jul 2001 10:15:51 -0700.
14698
14699 2001-11-25 [hoa]        0.6.5claws33
14700
14701         * src/main.c
14702                 processing mails at startup
14703
14704         * src/folderview.c
14705         * src/summaryview.[ch]
14706                 processing mails when entering folder
14707
14708         * src/prefs_filtering.c
14709                 fixed some UI bugs
14710
14711 2001-11-24 [alfons]     0.6.5claws32
14712
14713         * src/summaryview.[ch]
14714                 make summary sort headers work, and also make
14715                 sure the sort type is stored
14716
14717 2001-11-23 [alfons]     0.6.5claws31
14718
14719         * src/summaryview.[ch]
14720                 make lock work like mark
14721                 disallow deleting messages marked as locked
14722
14723 2001-11-23 [alfons]     0.6.5claws30
14724
14725         * src/gtkstext.c
14726         * src/compose.[ch]
14727         * src/Makefile.am
14728         * src/undo.[ch]
14729                 merge undo patch submitted by Jens
14730
14731 2001-11-23 [christoph]  0.6.5claws29
14732
14733         * src/.cvsignore
14734                 added ylwrap
14735         * src/compose.c
14736                 fixed gpg signing and encoding
14737         * src/folder.[ch]
14738         * src/main.c
14739                 added --status option to get new, unread and total
14740                 message count from a running sylpheed
14741         * src/prefs_common.c
14742                 temporary fix for reply_with_quote problem
14743                 (don't call functions for non existing widget)
14744         * src/procmsg.c
14745                 one more check for ignored threads but still not
14746                 always working correctly. probably a recursive
14747                 check for all parents is needed
14748
14749 2001-11-23 [darko]      0.6.5claws28
14750
14751         * src/compose.c
14752                 wrapping on send improvements
14753         * src/gtkutils.[ch]
14754                 fix for GtkSText after last sync with main branch
14755                 GTK_TEXT -> GTK_STEXT
14756
14757 2001-11-23 [paul]       0.6.5claws27
14758
14759         * sync with sylpheed 0.6.5cvs14
14760                 see ChangeLog entries 2001-11-22 and 2001-11-23
14761                 
14762         * po/de.po
14763                 fixed the scrambled umlauts 
14764                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14765
14766 2001-11-21 [paul]       0.6.5claws26
14767
14768         * sync with sylpheed 0.6.5cvs12
14769                 see 2nd ChangeLog entry dated 2001-11-20
14770
14771 2001-11-20 [paul]       0.6.5claws25
14772
14773         * sync with sylpheed 0.6.5cvs11
14774                 see ChangeLog entry 2001-11-19 (src/utils.c)
14775
14776 2001-11-20 [hiro]
14777
14778         * src/compose.c
14779                 GTK_TEXT -> GTK_STEXT
14780                 fix for wrong comment
14781
14782 2001-11-20 [hiro]       0.6.5claws24
14783
14784         * src/compose.[ch]
14785                 more merges from main branch
14786                 removed fatal warnings (uninitialized variables etc.)
14787                 some coding style fix
14788         * src/gtkutils.h
14789                 fixed typo.
14790         * src/addressbook.c
14791           src/addrindex.c
14792                 V-Card -> vCard
14793
14794 2001-11-19 [hoa]        0.6.5claws23
14795
14796         * src/filtering.c
14797         * src/prefs_scoring.c
14798         * src/matcher.[ch]
14799         * src/scoring.c
14800                 cleaning code
14801
14802         * src/matcher_parser_parse.y
14803         * src/prefs_filtering.c
14804                 bouncing
14805
14806 2001-11-19 [alfons]     0.6.5claws22
14807
14808         more of my old things into claws
14809
14810         * src/Makefile.am
14811         * src/prefs_common.c
14812         * src/procmsg.h
14813         * src/summaryview.[ch]
14814         * src/prefs_summary_column.c
14815         * src/pixmaps/locked.xpm
14816                 add indicators for locking of message in summary view
14817                 (does not work yet, only visual indicator)
14818
14819 2001-11-19 [paul]       0.6.5claws21
14820
14821         * sync with sylpheed 0.6.5cvs10
14822                 see ChangeLog entry 2001-11-19
14823
14824 2001-11-18 [alfons]     0.6.5claws20
14825         
14826         * src/filtering.c
14827                 remove an inadvertent free I forgot in previous clean up 
14828
14829 2001-11-18 [alfons]     0.6.5claws19
14830
14831         * src/filtering.[ch]
14832                 clean up & plug leaks
14833
14834 2001-11-18 [paul]       0.6.5claws18
14835
14836         * sync with sylpheed 0.6.5cvs9
14837                 see ChangeLog entries 2001-11-17 and 2001-11-18
14838
14839 2001-11-16 [paul]       0.6.5claws17
14840
14841         * sync with sylpheed 0.6.5cvs8
14842                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14843
14844 2001-11-16 [paul]       0.6.5claws16
14845
14846         * sync with sylpheed 0.6.5cvs7
14847                 see ChangeLog entries 2001-11-15 and 2001-11-16
14848
14849 2001-11-15 [hoa]        0.6.5claws15
14850
14851         * src/compose.c
14852                 fix bounce, mails we received couln't be bounced to ourself.
14853
14854         * src/defs.h
14855         * src/filtering.[ch]
14856         * src/matcher.[ch]
14857         * src/matcher_parser.h
14858         * src/matcher_parser_lex.l
14859         * src/matcher_parser_parse.y
14860         * src/inc.c
14861         * src/main.c
14862         * src/mbox.c
14863         * src/prefs_filtering.[ch]
14864         * src/mainwindow.c
14865         * src/prefs_matcher.c
14866         * src/prefs_scoring.c
14867         * src/scoring.[ch]
14868         * src/summaryview.c
14869                 new matcher/filter/score configuration file parser
14870                 one unique configuration file => ~/.sylpheed/matcherrc
14871                 import in currently automatic, then save are made
14872                 in this new file.
14873                 one filter per folder and one global filter
14874                 (filter of a folder will be used as folder processing)
14875
14876         * src/folder.c
14877                 fix a bug in folder_item_get_identifier
14878                 
14879         * src/messageview.c
14880                 receive receipt return are fixed.
14881
14882 2001-11-14 [alfons]     0.6.5claws14
14883
14884         * src/session.h
14885                 add things from main branch to make claws compile
14886
14887 2001-11-14 [paul]       0.6.5claws13
14888
14889         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14890                 see ChangeLog entries 2001-11-08 to 2001-11-14
14891
14892 2001-11-14 [hoa] 0.6.5claws12
14893
14894         * src/compose.[ch]
14895         * src/mainwindow.c
14896         * src/summaryview.c
14897                 add "bounce mail" option
14898
14899 2001-11-13 [christoph]  0.6.5claws11
14900
14901         * src/compose.c
14902                 Cleanup a mess i add before commiting
14903
14904 2001-11-13 [hoa]        0.6.5claws10
14905
14906         * src/compose.c
14907                 some fixes when mail are sent or
14908                 for crossposts
14909
14910 2001-11-13 [christoph]  0.6.5claws9
14911
14912         * po/de.po
14913                 Changed two string with the same translation
14914         * src/compose.c
14915         * src/procmsg.[ch]
14916         * src/send.[ch]
14917                 New mailsending process:
14918                   - Always queue message before sending
14919                     (message will be saved if sylpheed crashed or
14920                      freezes while sending)
14921                   - Allow queuing of newspostings
14922                   - No copy in outbox before sending
14923                     (closes bug #469501)
14924                   - No more redundant code for send and send_later
14925         * src/summaryview.c
14926                 Applied wwp <subscript@free.fr>'s patch that fixes
14927                 marks for multiple forwarded messages (+compose.c)
14928
14929 2001-11-12 [alfons]
14930
14931         * README.claws
14932                 remove things that are now in main branch
14933         
14934         * po/nl.po
14935                 update Dutch translation
14936
14937 2001-11-12 [mhadasht]   0.6.5.claws8
14938
14939         * src/prefs_common.c
14940                 re-enabled account autoselection feature for forward
14941                 and reedit lost during the branch point for SYNC-B4-REL
14942         * src/gtkspell.c
14943                 gtkpspell_get_dict(): more readable code (even if function is
14944                 not used yet)
14945         * ChangeLog.claws
14946                 added version number info to 2001-11-12 [hiro] comment.
14947
14948 2001-11-12 [hiro]       0.6.5.claws7
14949
14950         * src/compose.c
14951                 compose_forward(): fixed a bug that forward quote mark
14952                 wasn't used.
14953                 removed unnecessary code.
14954         * src/template_select.[ch]: removed.
14955
14956 2001-11-11 [alfons]
14957
14958         * src/compose.c
14959                 :%s/GTK_TEXT/GTK_STEXT/g
14960         
14961         * src/compose.[ch]
14962         * src/undo.[ch]
14963         * src/Makefile.am
14964                 revert the undo stuff (this is 0.6.6claws stuff)
14965
14966 2001-11-11 [hoa]        0.6.5.claws6
14967
14968         * src/compose.[ch]
14969                 Insert signature at the end of the text.
14970                 Added undo patch but currently disabled
14971
14972         * src/procmsg.c
14973                 Threading by subject improved.
14974
14975         * added src/undo.[ch]
14976                 Undo module for compose dialog box.
14977
14978 2001-11-11 [alfons]     0.6.5.claws5
14979
14980         * src/procmsg.c
14981                 prevent threading by subject on nodes that have already been
14982                 threaded by in-reply-to (as in "circular references in a tree
14983                 result in a dead branch")
14984
14985 2001-11-09 [hoa]        0.6.5.claws4
14986         
14987         * src/folderview.c
14988                 allows creation of mbox folder item from any files.
14989
14990 2001-11-09 [alfons]     0.6.5.claws3
14991         
14992         * src/utils.c
14993         * src/procmsg.c
14994                 do what I mean and correct threading by subject so it really
14995                 ignores attracting lines without "Re: "
14996
14997 2001-11-07 [alfons]     0.6.5.claws2
14998
14999         * src/procmsg.c
15000         * src/utils.[ch]
15001                 only attract by subject if a subject line starts with a "Re: "
15002         * src/syldap.c
15003                 remove warning
15004
15005 2001-11-07 [paul]       0.6.5claws1
15006
15007         * sync with sylpheed 0.6.5. release
15008                 see ChangeLog entry 2001-11-07
15009
15010 2001-11-07 [paul]       0.6.4claws31
15011
15012         * sync with sylpheed 0.6.4cvs18
15013                 see ChangeLog entries 2001-10-30 to 2001-11-07
15014                 prefs_templates.[ch] renamed prefs_template.[ch]
15015
15016 2001-11-06 [alfons]
15017         
15018         * src/utils.h
15019                 add semicolon Hoa forgot ;-)
15020                 
15021
15022 2001-11-06 [hoa]        0.6.4claws30
15023         
15024         * src/procmsg.c
15025         * src/summaryview.c
15026         * src/utils.c
15027         * src/utils.h
15028                 threading by subject - empty subject are ignored
15029
15030 2001-11-06 [christoph]  0.6.4claws29
15031
15032         * src/socket.c
15033                 use SSL_peek for sock_gets
15034         * src/utils.c
15035                 removed unneeded pointer in extracting quoted
15036                 names implementation
15037
15038 2001-11-06 [melvin]     0.6.4claws28
15039
15040         * src/gtkspell.c
15041                 fixed bug #476792 Selection overtyping with spell checker
15042                 fixed bug which could cause a buffer overflow
15043                 fixed a memory leak
15044
15045 2001-11-06 [hoa]        0.6.4claws27
15046         
15047         * src/procmsg.c
15048         * src/summaryview.c
15049                 threading by subject
15050
15051 2001-11-05 [alfons]     0.6.4claws26
15052         
15053         * README.claws
15054                 Claws -> Sylpheed (vice versa)
15055
15056         * src/compose.c
15057                 :%s/gtk_text/gtk_stext/g
15058                 :%s/GTK_TEXT/GTK_STEXT/g
15059                 (thanks to Jonathan Ware for spotting this)
15060
15061 2001-11-04 [christoph]  0.6.4claws25
15062
15063         * src/summaryview.c
15064                 replace Xalloca + strdup with Xstrdup_a
15065         * src/utils.c
15066                 better implementation of extracting quoted names
15067                 from addresses (remove backlashes and ignore
15068                 quotes after them)
15069
15070 2001-11-04 [alfons]     0.6.4claws24
15071
15072         * src/utils.[ch]
15073                 edit to comply more with coding style
15074
15075         * src/textview.c
15076                 fix bug reported by Kim Schulz. introduced by the patch integrated
15077                 in 0.6.4claws15. the code did not check the return value of
15078                 the html parser.
15079
15080         * AUTHORS
15081                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15082
15083 2001-11-04 [christoph]  0.6.4claws23
15084
15085         * src/main.c
15086         * src/prefs_common.[ch]
15087                 init some pointers that possibly caused a segfault
15088                 reported in the claws-users ML
15089
15090 2001-11-04 [hoa]        0.6.4claws22
15091
15092         * src/grouplistdialog.c
15093                 change the names of the nodes in the tree
15094
15095         * src/compose.c
15096                 enhanced mailto syntax as described in
15097                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15098                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15099
15100         * src/utils.c
15101                 encode and decode URI (useful when opening URL into
15102                 netscape).
15103
15104 2001-11-03 [hoa]        0.6.4claws21
15105
15106         * src/grouplistdialog.c
15107                 a new newsgroups list selection dialog box
15108                 with a CTree instead of a CList
15109
15110 2001-11-03 [hoa]        0.6.4claws20
15111
15112         * src/folderview.c
15113                 enable property and scoring options when right
15114                 click on "inbox"
15115
15116         * src/summaryview.c
15117                 fixed bug when nickname were displayed using
15118                 the address book.
15119
15120 2001-11-02 [darko]      0.6.4claws19
15121
15122         * src/compose.c
15123                 new wrap quotation and URL/long words wrapping implementation
15124         * src/compose.c src/gtkstext.[ch]
15125                 move gtkstext_strncmp() to gtkstext.c
15126
15127 2001-11-01 [christoph]  0.6.4claws18
15128
15129         * src/prefs_account.c
15130                 fixed mess in account settings dialog
15131         * src/prefs_folder_item.c
15132                 added label with folder path to dialog
15133
15134 2001-10-31 [match]      0.6.4claws17
15135
15136         * src/vcard.c
15137                 fix memory leak.
15138         * src/addrbook.c
15139                 fix generation of spurious address book file names.
15140                 remove redundant functions.
15141         * po/POTFILES.in
15142                 added missing file names.
15143
15144 2001-10-30 [paul]       0.6.4claws16
15145
15146         * sync with sylpheed 0.6.4cvs6
15147                 see ChangeLog entries 2001-10-26 to 2001-10-30
15148
15149         * tools/filter_conv.pl
15150                 read folderlist.xml to discover whether the top-level
15151                 folder is called 'Mailbox' or 'Mail' 
15152
15153 2001-10-29 [paul]       0.6.4claws15
15154
15155         * src/html.c, src/textview.c
15156                 activate links in html mail and fix clickable parts
15157                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15158
15159 2001-10-29 [paul]
15160
15161         * po/de.po, po/es.po, po/pt_BR/po
15162                 updated translations, submitted by Jens Oberender,
15163                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15164
15165 2001-10-29 [darko]      0.6.4claws14
15166
15167         * src/compose.c
15168                 fix wrapping for good
15169
15170 2001-10-29 [darko]
15171
15172         * src/compose.c
15173                 undo previous change as it broke the smart wrapping
15174
15175 2001-10-29 [darko]      0.6.4claws13
15176
15177         * src/compose.c
15178                 fix infinite loop when long URL is quoted
15179                 (closes bug #475122.
15180
15181 2001-10-28 [match]
15182
15183         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15184                 import Mutt address book
15185         * src/ldif.[ch] src/importldif.h
15186                 modified import LDIF handle user attributes
15187
15188 2001-10-28 [christoph]  0.6.4claws12
15189
15190         * src/summaryview.c
15191                 fixed that filtering did not work if there
15192                 were no filter rules
15193                 (closes bug #472003 and better implementation
15194                  of patch #474644)
15195
15196 2001-10-27 [christoph]  0.6.4claws11
15197
15198         * src/compose.c
15199                 make the folder's default account to be used when
15200                 replying. (patch by wwp <subscript@free.fr>)
15201         * src/compose.c
15202                 code cleanup, nearly killed all of wwp's patch
15203                 for folder's default account in compose
15204         * src/folderview.c
15205                 error panel when a folder could not be created
15206                 (closes bug #471080 new folder name & already
15207                  existing file)
15208
15209 2001-10-26 [alfons]
15210
15211         * src/utils.h
15212                 change prototype of strstr2() that Christoph forgot about
15213
15214 2001-10-26 [christoph]  0.6.4claws10
15215
15216         * src/account.c
15217                 made search for accounts by email address not case
15218                 sensitive
15219         * src/folder.c
15220                 fixed memory leak in folder_item_get_identifier
15221         * src/gtkspell.c
15222         * src/utils.c
15223                 fixed wrong strstr2 (should work like strstr)
15224
15225 2001-10-26 [darko]      0.6.4claws9
15226
15227         * src/compose.c src/gtkstext.[ch]
15228         * src/gtkstext.c
15229                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15230
15231 2001-10-26 [paul]       0.6.4claws8
15232
15233         * src/html.c
15234                 ignore css and javascript tags in html mail
15235                 case-insensitive, with or without double-quoted
15236                 strings
15237
15238 2001-10-26 [paul]       0.6.4claws7
15239
15240         * sync with sylpheed 0.6.4cvs1
15241                 see ChangeLog entry 2001-10-26
15242
15243         * src/prefs_account.c, src/prefs_common.c,
15244           src/prefs_summary_column.c
15245                 minor improvements to the English
15246
15247 2001-10-25 [alfons]     0.6.4claws6
15248
15249         * src/gtkstext.c
15250         
15251                 make GtkSText follow style of GtkText (closes bug 
15252                 #469211 "text selection while writing message")
15253                 
15254                 do sync with GTK 1.2.10
15255
15256 2001-10-25 [paul]       0.6.4claws5
15257
15258         * src/html.c
15259                 ignore css tags in html mail
15260
15261 2001-10-25 [darko]      0.6.4claws4
15262
15263         * src/compose.c
15264                 don't declare is_url_string as static function since
15265                 we need it in gtkstext.c
15266         * src/gtkstext.c
15267                 remove unused variable
15268                 don't wrap long URLs while composing a message
15269
15270 2001-10-24 [christoph]  0.6.4claws3
15271
15272         * src/socket.c
15273                 fix ssl deadlock, when peer closes connection
15274
15275 2001-10-24 [paul]       0.6.4claws2
15276
15277         * src/prefs_common.c
15278                 gettextize the gpg ascii-armored warning message
15279
15280         * src/compose.c
15281                 insert a DOS/MAC file into the composed message
15282                 (improvements)
15283
15284         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15285
15286 2001-10-22 [paul]       0.6.4claws1
15287
15288         * sync with sylpheed 0.6.4 release
15289                 see ChangeLog entries 2001-10-21
15290
15291         * po/fr.po, po/pt_BR.po
15292                 updated by Melvin Hadasht and Fabio Junior Beneditto
15293
15294 2001-10-21 [paul]       0.6.3claws30
15295
15296         * src/compose.c
15297                 insert a DOS text file from the compose window
15298                 into the composed message text (removes CRs characters)
15299                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15300
15301         * tools/filter_conv.pl, tools/README
15302                 automatically use ~/.sylpheed as working directory
15303                 print out confirmation message on completion
15304
15305         * correct Hoa's last ChangeLog.claws entry
15306
15307 2001-10-20 [hoa]        0.6.3claws29
15308
15309         * src/grouplistdialog.c
15310                 bugfix (another ?) to give the right
15311                 newsgroups list for each news server.
15312
15313         * src/news.c
15314         * src/news.h
15315                 improve the newsgroups list cache
15316
15317 2001-10-20 [paul]       0.6.3claws28
15318
15319         * sync with sylpheed 0.6.3cvs9
15320                 see ChangeLog entry 2001-10-19
15321
15322         * correct Alfons' last ChangeLog.claws entry
15323
15324 2001-10-19 [alfons]
15325
15326         * src/pgptext.[ch]
15327                 fix compilation problems (part of bug #472895)
15328
15329 2001-10-18 [hoa]        0.6.3claws27
15330
15331         * src/grouplistdialog.c
15332                 bugfix when we refresh was clicked (bug 472701)
15333
15334 2001-10-19 [christoph]  0.6.3claws26
15335
15336         * src/compose.c
15337                 last header entry should default to "To:" or
15338                 "Newsgroups:" and not copy the last entry line
15339                 in a new compose window
15340                 (closes bug #472686, #470792)
15341
15342 2001-10-19 [paul]       0.6.3claws25
15343
15344         * sync with Sylpheed 0.6.3cvs8
15345                 see ChangeLog entries 2001-10-18 and 2001-10-19
15346
15347 2001-10-18 [christoph]  0.6.3claws24
15348
15349         * src/procmsg.c
15350                 reimplement ignore thread
15351         
15352 2001-10-18 [hoa]        0.6.3claws23
15353
15354         * src/folderview.c
15355         * src/grouplistdialog.[ch]
15356                 enhanced news subscription interface (feature 469113)
15357
15358         * src/news.c
15359         * src/news.h
15360                 enchanced newsgroup listing,
15361                 now, we can get groups informations
15362                 (NNTPGroupInfo)
15363
15364 2001-10-18 [paul]       0.6.3claws22
15365
15366         * src/summaryview.c
15367                 remove comment (sync with main branch)
15368         * src/mainwindow.c
15369                 fix 'Re-edit' bug in 'Message' menu
15370
15371 2001-10-17 [christoph]  0.6.3claws21
15372
15373         * src/compose.c
15374                 ignore empty or whitespace only header lines
15375
15376 2001-10-17 [paul]       0.6.3claws20
15377
15378         * sync with sylpheed 0.6.3cvs7
15379                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15380                 2001-10-17
15381
15382 2001-10-17 [darko]
15383
15384         * src/compose.c
15385                 wrap long lines without spaces
15386                 don't wrap URLs
15387
15388 2001-10-16 [paul]
15389
15390         * po/es.po, po/nl.po, po/pt_BR.po
15391                 updated by Ricardo Mones Lastra, Alfons,
15392                 and Fabio Junior Beneditto
15393
15394         * sylpheed-0.6.3claws released
15395
15396 2001-10-15 [melvin] 0.6.3claws18
15397
15398         * README.claws
15399                 added summary and detailed installation instructions
15400                 for spell checker
15401         * po/fr.po
15402                 Updated, corrected and completed french translation
15403
15404 2001-10-15 [hoa] 0.6.3claws17
15405         * src/grouplistdialog.c
15406                 we can choose the newsgroups to display with wildcards
15407
15408 2001-10-15 [christoph]  0.6.3claws16
15409
15410         * src/account.c
15411         * src/compose.c
15412         * src/prefs_folder_item.[ch]
15413                 applied wwp <subscript@free.fr>'s folder
15414                 default account patch
15415         * po/de.po
15416                 Fixed wrong translation
15417
15418 2001-10-13 [alfons, christoph, melvin]  
15419                         0.6.3claws15
15420
15421         solution #2 to solve MT-safety problems defers all GUI related calls
15422         to the main thread using a gtk_idle_add() callback. discussed on
15423         ircnet #sylpheed, with christoph spotting some issues with the
15424         original code, and melvin allowing us to lobotomize his sylpheed.
15425
15426         * src/syldap.[ch], src/main.c
15427                 fix race problem in ldap search thread by deferring GUI 
15428                 stuff to main thread using gtk_idle_add()
15429
15430 2001-10-13 [paul]       0.6.3claws14
15431
15432         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15433                 add Sergey's smtpcred.patch
15434                 adds separate username/password setting for SMTP Auth
15435                 needed by some servers
15436                 (closes feature request #471659)
15437
15438 2001-10-13 [paul]       0.6.3claws13
15439
15440         * src/pgptext.[ch] **NEW FILES**
15441         * src/Makefile.am, src/messageview.c, src/mimeview.c
15442                 decrypt ascii-armored gpg text embedded in
15443                 the message body.
15444                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15445
15446 2001-10-13 [christoph]  0.6.3claws12
15447
15448         * README.claws
15449                 some more details on default to and
15450                 feature requests
15451         * src/main.c
15452                 init glib threading when ldap is used
15453         * src/syldap.c
15454                 threading fixes
15455         * po/de.po
15456                 fixed a typo
15457
15458 2001-10-12 [paul]       0.6.3claws11
15459
15460         * src/prefs_common.[ch], src/rfc2015.c
15461                 enable ascii-armored gpg text to be embedded in the
15462                 message body, selectable through the 'Privacy'
15463                 preferences. Supports encrypting only.
15464                 Submitted by Ravemax <ravemax@dextrose.com>
15465
15466 2001-10-12 [paul]       0.6.3claws10
15467
15468         * sync with sylpheed 0.6.3cvs6
15469                 see ChangeLog entries 2001-10-11 and 2001-11-12
15470
15471         * src/folderview.c
15472                 incorporated mbox folders, scoring, and folder
15473                 properties into the sync
15474
15475 2001-10-12 [darko]      0.6.3claws9
15476
15477         * README.claws
15478                 describe quotation wrapping
15479         * src/compose.c
15480                 don't treat tab as space to calculate line length properly
15481
15482 2001-10-11 [alfons]
15483
15484         * README.claws
15485                 correct description of how to make new filtering system work,
15486                 add some other things
15487                 
15488         * src/syldap.c
15489                 remove sched_yield() (not necessary / unportable)
15490
15491 2001-10-11 [paul]       0.6.3claws8
15492
15493         * sync with sylpheed 0.6.3cvs3
15494                 see ChangeLog entry 2001-10-10
15495
15496 2001-10-10 [christoph]  0.6.3claws7
15497
15498         * .cvsignore
15499                 ignore 2 files created by newer autotools
15500         * src/prefs_folder_item.c
15501                 using table for widget alignment
15502                 fixed memory leak and broken octal display
15503         * src/filesel.c
15504                 fixed segfault caused by lost filename
15505                 workaround (closes bug #469551)
15506
15507 2001-10-10 [paul]       0.6.3claws6
15508
15509         * sync with sylpheed 0.6.3cvs2
15510                 see ChangeLog entries 2001-10-09 and 2001-10-10
15511
15512 2001-10-10 [darko]      0.6.3.claws5
15513
15514         * src/gtkstext.c
15515                 proper calculation of right margin if smart wrapping is enabled
15516         * src/compose.c
15517                 automatically wrap long lines if wrap quotation is enabled
15518
15519 2001-10-09 [alfons]     0.6.3.claws4
15520
15521         * src/summaryview.c
15522                 select correct row when deleting last row in the summary view (and
15523                 close bug "[ #469104 ] select second last in list when deleting")
15524
15525 2001-10-09 [paul]       0.6.3claws3
15526
15527         * sync with sylpheed 0.6.3cvs1
15528                 updated some autotool scripts
15529
15530 2001-10-09 [darko]      0.6.3claws2
15531
15532         * src/gtkstext.[ch]
15533                 new name and mark with Sylpheed comment
15534         * src/compose.c
15535                 smart quotation wrapping a-la VIM
15536
15537 2001-10-08 [paul]       0.6.3claws1
15538
15539         * sync with sylpheed 0.6.3 release
15540                 see ChangeLog entry 2001-10-08
15541
15542 2001-10-08 [paul]       0.6.2claws24
15543
15544         * src/summaryview.c
15545                 more sync with sylpheed 0.6.2cvs12
15546                 Fixed the bug that didn't select the last row correctly
15547
15548
15549 2001-10-07 [paul]       0.6.2claws23
15550
15551         * sync with sylpheed 0.6.2cvs12
15552                 see ChangeLog entry 2001-10-07
15553
15554 2001-10-06 [match]
15555         * src/jpilot.[ch]
15556                 enable jpilot to read unsynch'ed addresses.
15557
15558         * src/editldap_basedn.c
15559                 fix segfault when opening dialog.
15560
15561 2001-10-06 [alfons]     0.6.2.claws22
15562
15563         * src/summaryview.c
15564                 fix bug with summary view selecting last *inserted*
15565                 node instead of last *visible* node. remember we
15566                 work with a tree
15567
15568 2001-10-06 [paul]       0.6.2claws21
15569
15570         * po/pt_BR.po
15571                 updated translation, contains some fixes and new
15572                 translations, submitted by Gustavo Noronha Silva
15573                 <kov@debian.org>
15574
15575         * src/prefs_common.c
15576                 change 'each' to 'every' - fix dubious English
15577
15578         * sync with sylpheed 0.6.2cvs11
15579
15580 2001-10-05 [alfons]     0.6.2claws20
15581
15582         * src/mainwindow.[ch], src/folderview.c
15583                 make composite tool button switch between "Compose News"
15584                 and "Compose Mail" depending on selected folder
15585                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15586
15587 2001-10-05 [paul]       0.6.2claws19
15588
15589         * src/mainwindow.c, src/summaryview.c
15590                 fix 'Message/Reply to all', broken in last commit
15591
15592         * src/compose.c
15593                 fix X_BEENTHERE seg fault, thanks to Alfons
15594
15595 2001-10-04 [paul]       0.6.2claws18
15596
15597         * src/compose.[ch], src/mainwindow.c
15598                 make "Message/Reply" reply to mailing lists; matches
15599                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15600                 based on portions of the patch submitted by
15601                 Junichi Uekawa <dancer@netfort.gr.jp>
15602
15603 2001-10-04 [darko]      0.6.2claws17
15604
15605         * src/compose.c
15606                 better smart wrapping
15607         * src/gtkstext.[hc]
15608                 a function to make text buffer contiguous
15609
15610 2001-10-03 [paul]       0.6.2claws16
15611
15612         * sync with sylpheed 0.6.2cvs10
15613
15614 2001-10-02 [alfons]
15615
15616         * configure.in
15617         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15618                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15619                 references to chinese translations (hope someone picks up
15620                 this)
15621
15622 2001-10-02 [christoph]  0.6.2claws15
15623
15624         * src/compose.c
15625                 fixed non translated header bug
15626         * ChangeLog.claws
15627                 fixed wrong date in alfons last entry ;)
15628
15629 2001-10-02 [alfons]     0.6.2claws14
15630
15631         * src/compose.c, src/prefs_common.[ch]
15632                 add block cursor option
15633
15634 2001-10-02 [paul]       0.6.2claws13
15635
15636         * sync with sylpheed 0.6.2cvs9
15637
15638 2001-09-30 [paul]       0.6.2claws12
15639
15640         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15641                 updated translations
15642
15643         * po/POTFILES.in
15644                 add 'src/importldif.c'
15645
15646         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15647                 added eudora-to-vCard conversion tool
15648                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15649
15650         * sync with sylpheed 0.6.2cvs8
15651
15652 2001-09-30 [paul]
15653
15654         * sylpheed-0.6.2claws released
15655
15656 2001-09-27 [melvin]     0.6.2claws11
15657
15658         * src/gtkspell.c
15659                 fixed crash when using default path (introduced 
15660                 in 0.6.2claws10)
15661                 fixed tiny bug for initial suggestion mode
15662
15663 2001-09-27 [melvin]     0.6.2claws10
15664         
15665         * src/gtkspell.c
15666                 fixed bug where gtkpspell didn't set the path correctly
15667
15668         * README.claws
15669                 added a paragraph about spell checking
15670                 
15671
15672
15673 2001-09-27 [paul]       0.6.2claws9
15674
15675         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15676                 replace '// comments' with '/* comments */' to prevent
15677                 some compiler warnings 
15678
15679         * sync with sylpheed 0.6.2cvs6
15680
15681 2001-09-26 [alfons]     0.6.2claws8
15682
15683         * src/messageview.c
15684                 introduce return receipt request notification again,
15685                 which was lost because of other semantics in 
15686                 procheader_parse() (???)
15687
15688 2001-09-26 [christoph]  0.6.2claws7
15689
15690         * src/compose.c
15691                 replace comments for old code with #if 0
15692                 readded auto cc, bcc and reply-to
15693         * src/prefs_matcher.c
15694         * src/prefs_scoring.c
15695                 removed some definition (was moved to
15696                 prefs.h)
15697
15698 2001-09-26 [paul]       0.6.2claws6
15699
15700         * src/mainwindow.c
15701                 make 'Follow-up and reply to' sensitive
15702
15703         * more sync with sylpheed 0.6.2cvs5
15704
15705 2001-09-25 [melvin]
15706
15707         * 0.6.2claws5
15708
15709         * src/gtkspell.c
15710                 fixed bug for "US-ASCII" introduced by the encoding code
15711
15712 2001-09-25 [paul]
15713
15714         * 0.6.2claws4
15715
15716         * src/prefs_common.[ch], src/summaryview.c
15717                 'next unread msg' 'go to next folder?' dialog can be
15718                 given default behaviour, either always show dialog,
15719                 or assume 'yes', or assume 'no'
15720                 Submitted by wwp <subscript@free.fr>
15721
15722 2001-09-25 [melvin]
15723                 
15724         * src/compose.c src/gtkspell.[ch]
15725                 added support for different encodings
15726
15727 2001-09-25 [paul]
15728
15729         * more sync with sylpheed 0.6.2cvs5
15730
15731 2001-09-24 [alfons]
15732         
15733         * src/prefs_folder_item.c
15734                 add check for item->prefs->default_to string is NULL and
15735                 add another check when freeing this string
15736
15737 2001-09-24 [paul]
15738
15739         * configure.in
15740                 change to version 0.6.2claws3
15741
15742         * sync with sylpheed 0.6.2cvs5 
15743
15744 2001-09-24 [match]
15745         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15746                 import LDIF files.
15747         * src/addrcache.[ch], addrindex.[ch]
15748                 small update for future
15749         * src/addrbook.c
15750                 fix test XML file.
15751
15752 2001-09-24 [melvin]
15753         * src/gtkspell.[ch]
15754                 added 'Learn from mistakes' option
15755                 better handling of quotes in checked words
15756                 sorted dict list
15757         * po/fr.po
15758                 small update for spell checking stuff
15759
15760 2001-09-23 [alfons]
15761         
15762         * src/gtkspell.c
15763                 edit a little bit so it complies more with main coding style
15764
15765 2001-09-23 [alfons]
15766
15767         * src/folder.[ch], prefs_folder_item.c, compose.c
15768                 migrate "request return receipt" folder property
15769                 to folderlist.xml
15770
15771 2001-09-22 [alfons]
15772
15773         * README.claws **NEW**
15774                 (add things of interest for users of main branch 
15775                 and claws here)
15776
15777         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15778                 re-implement threading per folder option, but store 
15779                 the setting in folderlist.xml (where it belongs)
15780
15781 2001-09-21 [melvin]
15782
15783         * src/gtkspell.[ch]
15784                 fixed bug when compose window is under another window
15785         * src/prefs_common.[ch] src/compose.c
15786                 changed 'dictionary_path' to 'dictionary' to be consistent
15787                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15788         * ac/pspell.m4 src/Makefile.am 
15789                 dropped PSPELL_PATH macro
15790         * po/fr.po
15791                 updated translations
15792
15793 2001-09-21 [christoph]
15794
15795         * src/compose.c
15796                 added border around header fields
15797                 keep header type when new field is added
15798
15799 2001-09-20 [christoph]
15800
15801         * src/utils.[ch]
15802                 more portable debug_print with source filename
15803                 and linenumber
15804         * src/procmsg.c
15805                 more newlines after debug messages
15806
15807 2001-09-20 [paul]
15808
15809         * configure.in
15810                 change to version 0.6.2claws2
15811
15812         * sync with sylpheed 0.6.2cvs3
15813
15814 2001-09-19 [melvin]
15815
15816         * src/gtkspell.c
15817                 fixed the post-right-click focus pb
15818                 fixed crash when 'Spell check all' after dict change 
15819                         and when cursor is at the end of the text
15820                 shift-right-click pops up config menu even on misspelled words.
15821         * po/POTFILES.in
15822                 added gtkspell.c
15823
15824 2001-09-19 [melvin]
15825
15826         * src/about.c
15827                 added pspell to compiled-in features list
15828
15829 2001-09-18 [melvin]
15830
15831         * switched to pspell and dropped ispell
15832         * ac/pspell.m4
15833                 new file. autoconf macro for pspell
15834         * ac/Makefile.am 
15835         * configure.in acconfig.h
15836                 added pspell support
15837         * src/Makefile.am
15838         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15839         * src/prefs_common.[ch] 
15840                 added pspell support
15841
15842 2001-09-18 [christoph]
15843
15844         * src/addr_compl.c
15845         * src/template.[ch]
15846                 replace LOG_MESSAGE with debug_print
15847         * src/compose.[ch]
15848                 gui improvements
15849         * src/menu.c
15850                 added newline after debug message
15851         * src/utils.h
15852                 using __VA_ARGS__ for debug_print macro
15853         * tools/.cvsignore
15854                 ignore Makefile and Makefile.in
15855
15856 2001-09-18 [paul]
15857
15858         * configure.in
15859                 change to version 0.6.2claws1
15860         * sync with sylpheed 0.6.2cvs1
15861
15862         * src/matcher.c 
15863         * src/prefs_matcher.c
15864                 add 'score equal to' option, submitted by
15865                 Paul Evans <nerd@freeuk.com>
15866
15867 2001-09-15 [christoph]
15868
15869         * src/mainwindow.c
15870                 comment out menu entry not existing in claws
15871         * src/menu.c
15872                 add debug output for non existing menu entries
15873         * src/summaryview.c
15874                 fix next/prev unread message for ignored threads
15875         * src/utils.[ch]
15876                 add sourcefile and line number to debug output
15877                 otherwise it is sometimes hard to find the
15878                 source code part if debug messages are translated
15879
15880 2001-09-14 [darko]
15881         
15882         * src/folderview.c
15883                 refresh target folder style after colour is changed
15884
15885 2001-09-13 [paul]
15886
15887         * configure.in
15888                 change to version 0.6.1claws3
15889
15890         * sync with sylpheed 0.6.1cvs6
15891
15892 2001-09-13 [darko]
15893         
15894         * src/folderview.c
15895                 fix target folder colourization to use user selected colour
15896
15897 2001-09-12 [darko]
15898         
15899         * src/summaryview.c
15900                 fix crash when message that is marked for copy/move is unmarked
15901
15902 2001-09-09 [paul]
15903
15904         * configure.in
15905                 change to version 0.6.1claws2
15906
15907         * sync with sylpheed 0.6.1cvs3
15908
15909 2001-09-09 [alfons]
15910         
15911         * src/folderview.c
15912                 fix bug with default font used for trash folder text
15913
15914 2001-09-06 [paul]
15915
15916         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15917                 updated translations
15918
15919         * configure.in
15920                 change to version 0.6.1claws1
15921
15922         * sync with sylpheed 0.6.1cvs2
15923
15924 2001-09-03 [paul]
15925
15926         * po/POTFILES.in
15927                 add Match's new addressbook
15928
15929         * po/de.po
15930                 updated translation submitted by Jens Oberender
15931
15932 2001-09-02 [paul]
15933
15934         * configure.in
15935                 change to 0.6.1claws
15936         * sync with sylpheed 0.6.1 release
15937
15938 2001-09-02 [paul]
15939
15940         * configure.in
15941                 change to 0.6.0claws2
15942
15943         * sync with sylpheed 0.6.0cvs4
15944
15945         * po/pt_BR.po
15946                 updated translation submitted by Fabio Junior Beneditto
15947
15948 2001-09-01 [match]
15949         * pixmaps/
15950                 interface.xpm
15951                 book.xpm
15952                 address.xpm
15953         * src/
15954                 Makefile.am
15955                 a ton of new files
15956
15957 2001-08-31 [paul]
15958
15959         * configure.in
15960                 change to version 0.6.0claws1
15961
15962         * sync with sylpheed 0.6.0cvs1
15963
15964         * po/es.po
15965                 updated translation submitted by Ricardo Mones Lastra
15966
15967         * po/POTFILES.in
15968                 add 'src/prefs_templates.c'
15969
15970         * src/compose.c, src/summaryview.c
15971                 fix segfault on 'Re_edit'               
15972
15973 2001-08-30 [alfons]
15974
15975         * configure.in, Makefile.am
15976         * tools/Makefile.am
15977                 add tools directory to source distribution
15978
15979 2001-08-30 [paul]
15980
15981         * configure.in
15982                 change to version 0.6.0claws
15983
15984         * sync with sylpheed 0.6.0 release
15985
15986 2001-08-30 [christoph]
15987
15988         * configure.in
15989                 removed autoconf version check
15990
15991 2001-08-30 [paul]
15992
15993         * src/account.c, src/compose.c, src/prefs_common.[ch]
15994         * src/procheader.[ch] src/utils.[ch]
15995                 Enhanced automatic account selection on replies
15996                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15997
15998         * configure.in
15999                 add LDAP and JPilot to the configuration results output.
16000
16001 2001-08-29 [christoph]
16002
16003         * src/summeryview.c
16004                 no bold font for ignored threads
16005
16006 2001-08-29 [paul]
16007
16008         * configure.in
16009                 change to version 0.5.3claws6
16010
16011         * sync with sylpheed 0.5.3cvs10
16012                 src/stringtable.[ch]: New Files
16013
16014         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16015         * src/pixmaps/sylpheed.xpm
16016                 add mini-icons to windows (by Alfons)
16017
16018 2001-08-27 [paul]
16019
16020         * src/mainwindow.c
16021                 new functions: next_labeled_cb(), prev_labeled_cb()
16022
16023         * src/summaryview.c
16024                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16025                 summary_select_next_labeled(), summary_select_prev_labeled()
16026
16027         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16028                 give claws blue folders and a blue trash can
16029
16030 2001-08-27 [paul]
16031
16032         * configure.in
16033                 change to version 0.5.3claws5
16034
16035         * sync with sylpheed 0.5.3cvs9
16036                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16037
16038 2001-08-24 [christoph]
16039
16040         * src/filesel.c
16041                 keep filename when browsing directories
16042                 (not working for user entered filename, but
16043                  for default name and selected filename from
16044                  file list)
16045         * src/mainwindow.c
16046                 fixed wrong spelling "Folllow-up"
16047         * src/mbox_folder.c
16048         * src/procmsg.c
16049         * src/summaryview.c
16050                 fixed new/unread message count with ignored
16051                 threads (2 commits, first didn't notice no
16052                 longer needed decreasing)
16053         * src/inc.c
16054                 readded scrolling of progress dialog
16055                 (lost in sync)
16056
16057 2001-08-24 [paul]
16058
16059         * configure.in
16060                 change to 0.5.3claws4
16061
16062         * sync with sylpheed 0.5.3cvs7
16063
16064 2001-08-24 [christoph]
16065
16066         * src/compose.c
16067                 set request return receipt when replying
16068                 if it is set is the folder prefs of the
16069                 message
16070         * src/inc.c
16071                 disable final error popup if popups are
16072                 disabled in config (again)
16073
16074 2001-08-23 [paul]
16075
16076         * configure.in
16077                 Change version number to 0.5.3claws3
16078
16079         * sync with sylpheed 0.5.3cvs5
16080
16081         * src/mimeview.c
16082                 double quote '%s' in 'gedit %s' to fix bug when
16083                 opening attachment with spaces in the name
16084
16085 2001-08-22 [alte]
16086         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16087           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16088                 initial message templates support
16089
16090
16091 2001-08-22 [paul]
16092
16093         * configure.in
16094                 change version number to 0.5.3claws2
16095
16096         * sync with sylpheed 0.5.3cvs4
16097
16098         * src/procmsg.h src/summaryview.c
16099                 re-implement (un)ignore thread
16100
16101 2001-08-21 [paul]
16102
16103         * src/summaryview.c
16104                 remove unnecessary code
16105         * src/compose.c
16106                 enable 'dynamic' signatures (submitted by
16107                 Eric Limpens <eric@hscg-internet.nl>)
16108
16109 2001-08-21 [paul]
16110
16111         clean up after sync with sylpheed 0.5.3 release
16112
16113         * src/folderview.c
16114                 fix re-introduced font mess, see Christoph's
16115                 entry 2001-06-24
16116
16117         * src/summaryview.c
16118                 remove prev_msgnum
16119                 use sylpheed's small font instead of
16120                 gtk default font for summary view
16121
16122
16123 2001-08-17 [paul]
16124
16125         * configure.in
16126                 add pl to ALL_LINGUAS - sync with main branch
16127
16128         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16129                 Updated. Translations by Jens Oberender, Ricardo Mones
16130                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16131
16132         * po/pl.po  ** NEW FILE **
16133                 sync with the main branch
16134
16135         * src/folderview.c
16136                 fix target folder colorizing and refresh problem
16137
16138
16139 2001-08-17 [christoph]
16140
16141         * src/mainwindow.c
16142                 claws uses 4 colors for target folder coloring.
16143                 arrays were not long enough and destroyed the
16144                 stack causing a segfault.
16145                 target folder colorizing does not work anymore
16146                 for me
16147
16148 2001-08-16 [paul]
16149
16150         * configure.in
16151                 change to version 0.5.3claws1
16152
16153         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16154           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16155           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16156
16157                 sync with sylpheed 0.5.3 release, but keep claws method of
16158                 configuring/saving fonts
16159
16160         * src/addressbook.[ch]
16161                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16162                 in line with a similar change in Hiroyuki's branch
16163
16164         * src/mainwindow.[ch]
16165                 disable main_window_set_thread_option()
16166         * src/prefs_folder_item.c
16167                 comment out &tmps_prefs.enable_thread,
16168         * src/mbox_folder.c, src/procmsg.[ch]
16169                 comment out MSG_IS_IGNORE_THREAD
16170         * src/summaryview.c
16171                 comment out summary_ignore_thread() and summary_unignore_thread()
16172                 comment out MSG_IS_IGNORE_THREAD
16173
16174                 use Hiroyuki's threading instead.
16175
16176
16177
16178 2001-08-15 [paul]
16179
16180         * src/account.c
16181                 use Hiroyuki's 0.5.3 column scheme but also
16182                 include the enable/disable button.
16183         * src/pixmaps/mark.xpm
16184                 add Hiroyuki's amended pixmap
16185
16186 2001-08-13 [christoph]
16187
16188         * src/account.c
16189                 receive at get all column showed wrong state for APOP
16190                 button should only work for POP3 and APOP accounts
16191         * src/prefs_account.c
16192                 added missing preprocessor statement for SSL
16193
16194 2001-08-12 [paul]
16195
16196         * src/account.[ch]
16197                 add 'receive at get all' column and enable/disable
16198                 button.
16199
16200 2001-08-06 [christoph]
16201
16202         * src/account.c
16203                 show usage of SSL in protocol column
16204
16205         * src/imap.c
16206         * src/inc.c
16207                 renamed ssl options
16208
16209         * src/prefs_account.[ch]
16210                 moved ssl options to a new page
16211
16212         * src/send.c
16213         * src/smtp.c
16214         * src/ssl.[ch]
16215                 renamed ssl options
16216                 added support for SMTP STARTTLS command
16217
16218 2001-08-05 [christoph]
16219
16220         * configure.in
16221                 debian autoconf needs version check to find
16222                 correct autoconf version. if the file is
16223                 named configure.in 2.13 is used, which does
16224                 not work with this configure.in script.
16225                 other solution would be to rename the script
16226                 to configure.ac as suggested in the autoconf
16227                 manual.
16228
16229         * src/inc.c
16230                 disable final error popup if popups are
16231                 diabled in config
16232
16233         * src/socket.c
16234                 bugfix in ssl_gets
16235                 fixes IMAP over SSL problem
16236
16237 2001-08-03 [paul]
16238
16239         * configure.in
16240                 change to 0.5.2claws1
16241
16242         * sync with sylpheed 0.5.2cvs1
16243
16244 2001-08-02 [alfons]
16245
16246         * configure.in
16247                 quick fix for ispell detection...
16248
16249 2001-08-01 [paul]
16250
16251         * configure.in
16252                 change to 0.5.1claws4
16253
16254         * sync with sylpheed 0.5.1cvs7
16255
16256 2001-07-31 [alfons]
16257
16258         * src/prefs_common.c, src/prefs_common.h, 
16259           src/gtkspell.c, src/gtkspell.h
16260                 add global spelling checker settings (compose tab) +
16261                 selection of dictionary 
16262           
16263         * configure.in  
16264                 guess valid ispell location
16265
16266 2001-07-31 [paul]
16267
16268         * po/POTFILES.in
16269                 removal of 'src/quote_fmt_parse.c'
16270         * po/de.po
16271                 Updated de.po
16272                 (submitted by Jens Oberender <didge@suse.de>)
16273
16274 2001-07-31 [darko]
16275
16276         * src/folder.[ch]
16277         * src/folderview.[ch]
16278         * src/mainwindow.c
16279         * src/mh.c
16280         * src/prefs_common.[ch]
16281         * src/summaryview.c
16282                 target folder colourization
16283
16284 2001-07-30 [paul]
16285
16286         more sync with Sylpheed 0.5.1cvs6 
16287
16288 2001-07-30 [darko]
16289
16290         * src/mh.c
16291         * src/prefs_folder_item.[hc]
16292         * src/summaryview.c
16293                 shared folders support with a GUI
16294
16295 2001-07-29 [paul]
16296
16297         0.5.1claws3
16298
16299         * sync with Sylpheed 0.5.1cvs6
16300
16301 2001-07-29 [paul]
16302
16303         * po/pt_BR.po
16304                 updated
16305                 (submitted by Fabio Junior Beneditto)
16306
16307 2001-07-28 [paul]
16308
16309         * src/procmime.c
16310         * AUTHORS
16311                 patch to correct bad image mime headers
16312                 (submitted by Don Quijote <dq@searchlores.org>)
16313
16314 2001-07-28 [paul]
16315
16316         * tools/gif2xface.pl   **NEW FILE**
16317         * tools/README
16318                 script to convert file.gif to file.xface for
16319                 use in a custom header.
16320                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16321
16322 2001-07-27 [alfons]
16323         
16324         * configure.in
16325                 change macros for detecting JPilot and LDAP
16326
16327 2001-07-27 [christoph]
16328
16329         * src/filtering.c
16330                 code cleanup (MIN / MAX warning, needed casting)
16331
16332 2001-07-27 [alfons]
16333
16334         * procheader.c
16335                 disallow setting flags when detecting certain headers
16336                 (X-Status, Status, Seen, X-Seen). 
16337         
16338         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16339
16340 2001-07-27 [christoph]
16341
16342         * src/prefs_filter.c
16343         * src/prefs_filtering.c
16344         * src/prefs_matcher.c
16345         * src/prefs_scoring.c
16346                 scroll list when moving rows up or down
16347
16348         * src/imap.c
16349         * src/imap.h
16350         * src/prefs_account.c
16351         * src/prefs_account.h
16352         * src/send.c
16353                 SMTP over SSL (untested, feedback requested)
16354                 IMAP over SSL
16355
16356         * src/ssl.c
16357                 code cleanup
16358
16359 2001-07-26 [alfons]
16360         
16361         * configure.in, acconfig.h
16362                 define CLAWS (need this for main / claws detection)
16363
16364 2001-07-25 [alfons]
16365
16366         * configure.in
16367                 Sylpheed 0.5.1claws2
16368                 
16369         * sync with Sylpheed 0.5.1cvs4
16370
16371 2001-07-25 [christoph]
16372
16373         * src/scoring.c
16374                 fixed segfault
16375                 item->prefs == NULL (don't know why)
16376
16377 2001-07-25 [alfons]
16378
16379         * configure.in
16380                 Sylpheed 0.5.1claws1
16381
16382         * sync with Sylpheed 0.5.1cvs1-3
16383
16384 2001-07-24 [christoph]
16385
16386         * src/folderview.c
16387         * src/prefs_folder_item.[ch]
16388                 added folderitem preferences dialog with
16389                 default To: and auto request return receipt
16390
16391         * src/compose.[ch]
16392         * src/menu.[ch]
16393                 changes to handle new folderitem preferences
16394
16395         * src/mainwindow.c
16396         * src/summaryview.c
16397                 call compose new mail with current folderitem
16398
16399 2001-07-24 [alfons]
16400
16401         Release Sylpheed 0.5.1claws
16402
16403         * configure.in
16404                 change to release version 0.5.1claws
16405
16406 2001-07-24 [christoph]
16407
16408         * src/summaryview.c
16409                 fixed segfault that happend when the selected
16410                 message was removed while retrieving new messages.
16411
16412         * po/es.po
16413                 updated translation
16414                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16415
16416 2001-07-22 [alfons]
16417
16418         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16419         this is a work in progress, for more information: http://nlpagan.net/sylman 
16420         
16421         * configure.in, src/mainwindow.c, manual/Makefile.am
16422                 add support for English manual
16423
16424         * AUTHORS
16425                 add authors of user manuals
16426
16427         * manual/en/sylpheed*.html
16428                 add English documentation
16429
16430 2001-07-22 [christoph]
16431
16432         * po/POTFILES.in
16433                 added src/ssl.c
16434         * src/ssl.c
16435                 changed a wrong debug message
16436
16437 2001-07-22 [alfons]
16438
16439         * po/nl.po
16440                 update Dutch translation
16441
16442         * src/prefs_filtering.c, 
16443           src/prefs_matcher.c
16444                 add more translatable strings           
16445
16446 2001-07-21 [alfons]
16447
16448         0.5.0claws7
16449
16450         * configure.in
16451                 change version
16452
16453         * src/inc.c, src/summaryview.[ch]
16454                 prevent update of mark file when filtering has done, by
16455                 using a variable; this affects two functions:
16456                         inc.c::inc_finished()
16457                         summaryview.c::summary_show()
16458
16459 2001-07-20 [alfons]
16460
16461         * src/filtering.[ch], src/prefs_filtering.c, 
16462           src/matcher.[ch]
16463                 add filtering action for label coloring 
16464
16465         * po/POTFILES.in
16466                 add labelcolors.c
16467
16468         * added src/labelcolors.c
16469         * added src/labelcolors.h
16470         * src/Makefile.am, src/summaryview.c
16471                 rearrange label coloring code
16472
16473         * src/procmsg.h
16474                 add more parentheses so label colouring works correctly
16475
16476         * src/filtering.c
16477                 don't really delete message, but move it to Trash
16478
16479         * src/prefs_matcher.c
16480                 add quote options to info dialog
16481
16482 2001-07-20 [christoph]
16483
16484         * src/Makefile.am
16485         * src/inc.c
16486         * src/main.[ch]
16487         * src/socket.h
16488         * src/ssl.[ch] (new)
16489                 moved ssl stuff to a seperate file
16490
16491 2001-07-20 [darko]
16492
16493         * src/summaryview.c
16494                 fix show sender using address book with no e-mail
16495                 address in From: field
16496
16497 2001-07-19 [alfons]
16498
16499         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16500                 fix messy handling of escaping... now at least the
16501                 execute command is useful. escape char is '\', we
16502                 accept \n and \r too. 
16503
16504                 Real life example:
16505                 
16506                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16507                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16508
16509 2001-07-18 [alfons]
16510
16511         0.5.0claws6
16512
16513         * src/summaryview.c
16514                 clean up
16515
16516         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16517           src/procmsg.[ch]
16518                 revise filtering; currently move, copy, marking have
16519                 been tested. if you like bleeding edge stuff, you
16520                 should definitely go for this version :)
16521
16522         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16523
16524 2001-07-17 [christoph]
16525
16526         * src/utils.c
16527                 timestamp log
16528
16529 2001-07-17 [alfons]
16530
16531         0.5.0claws5
16532
16533         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16534           bits in the mark file, without affecting either branch. Lots of
16535           files changed, also in claws branch.
16536
16537           UNTESTED: use of mbox folders
16538
16539         * src/summaryview.c
16540                 added mark all read; however this was a quick hack used for
16541                 cleaning up mess after initial merge with Hiroyuki
16542
16543         * configure.in
16544                 change claws version number back to 0.5.0claws5 to clear up 
16545                 confusion & pretension (recent release was technically 
16546                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16547
16548 2001-07-16 [alfons]
16549
16550         sync with Hiroyuki's 0.5.0cvs4
16551
16552 2001-07-16 [alfons]
16553
16554         0.5.1claws3
16555
16556         * src/filtering.[ch]
16557                 remove invalid updating of mark files for 
16558                 filter actions MATCHING_ACTION_MOVE and 
16559                 MATCHING_ACTION_DELETE; this should fix the
16560                 folder update bug
16561                 
16562         * src/procmsg.c
16563                 revert Christoph's stab at fixing the folder 
16564                 update bug
16565
16566         * po/POTFILES.in
16567                 add missing files with translatable strings
16568
16569         * src/summaryview.c
16570                 remove debug print
16571
16572 2001-07-15 [alfons]
16573
16574         * src/addr_compl.[ch], src/prefs_filtering.c
16575                 make "filtering pref dialog's destination entry" an
16576                 "address completable entry", if filter destination is 
16577                 an email address
16578
16579         0.5.1claws2
16580         
16581         sync with Hiroyuki's 0.5.0cvs2-3
16582
16583 2001-07-15 [christoph]
16584
16585         * src/procmsg.c
16586                 fixed folder stats update after incorporation
16587
16588 2001-07-15 [alfons]
16589
16590         * src/summaryview.c
16591                 * finish label colouring stuff (for now)
16592                 * fix incorrect colour bug (off by one) 
16593
16594 2001-07-14 [alfons]
16595
16596         * src/mainwindow.c
16597                 change text labels for news and mail message so there's
16598                 plenty of toolbar estate left
16599
16600         * configure.in
16601                 0.5.1claws1
16602
16603         * src/folderview.c
16604           src/folder.[ch]
16605                 sync with Hiroyuki's 0.5.0cvs1
16606
16607         * src/summaryview.c
16608                 more rewrite label colouring
16609
16610 2001-07-14 [alfons]
16611
16612         * src/summaryview.[ch]
16613                 * start rewrite label colouring 
16614                 * fix proper location "Add Sender To Addressbook" menu item
16615
16616 2001-07-13
16617
16618         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16619         (actually this is 0.5.0claws4)
16620
16621 2001-07-13 [alfons]
16622
16623         * po/pt_BR.po
16624                 * fix duplicate message
16625                 * add updated Portugese / Brazilian translation
16626                   submitted by Fabio Junior Beneditto
16627
16628 2001-07-12 [alfons]
16629
16630         * AUTHORS
16631                 add Jens
16632
16633         * po/nl.po
16634                 add updated Dutch translation
16635
16636         * po/de.po
16637                 add updated German translation submitted by Jens
16638
16639 2001-07-11 [alfons]
16640
16641         Prerelease before 0.5.0claws. Please test.
16642         This version is temporarily tagged as VERSION_0_5_0_TEST
16643
16644         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16645           src/prefs_scoring.c, src/prefs_matcher.c, 
16646           src/prefs_filtering.c, src/mbox.c, 
16647           src/main.c, src/inc.c, src/filtering.[ch]
16648                 revert new Hoa's new matcher (does not work yet)
16649
16650         * src/Makefile.am
16651                 clean up
16652
16653 2001-07-10
16654
16655         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16656
16657
16658 2001-07-10 [alfons]
16659
16660         * Makefile.am
16661                 add ChangeLog.claws to EXTRA_DIST
16662         * src/Makefile.am
16663                 add matcher_parser_parse.h to EXTRA_DIST
16664
16665 2001-07-10 [christoph]
16666
16667         * src/inc.c
16668                 add destination folder to table of
16669                 folders that need to be updated after
16670                 incorporation
16671
16672 2001-07-10 [alfons]
16673
16674         * folder.[ch]
16675           folderview.c
16676                 make collapse state of folders and folder items persistent, i.e.
16677                 if you collapse a folder tree, the next time sylpheed-claws starts 
16678                 up the folder tree remains collapsed.  
16679                 
16680 2001-07-10 [christoph]
16681
16682         * acconfig.h
16683         * configure.in
16684                 added --enable-ssl
16685         * src/md5.[ch]
16686                 renamed MD5_CTX to MD5_CTX_syl
16687                 conflicts with a struct in openssl
16688         * src/inc.c
16689         * src/main.[ch]
16690         * src/prefs_account.[ch]
16691         * src/socket.[ch]
16692                 SSL support for POP
16693         * src/mainwindow.c
16694                 fixed compose with current account
16695                 broken by new compose button stuff
16696
16697 2001-07-09 [hoa]
16698
16699         * AUTHORS
16700                 changed my email address
16701
16702         * src/matcher_parser_parse.y
16703                 clean the parser to remove conflicts
16704
16705 2001-07-09 [alfons]
16706
16707         * AUTHORS
16708                 add Match Grun
16709
16710         * configure.in
16711                 fix incorrect description of --enable-ldap parameter
16712
16713         * src/prefs_common.[ch]
16714           src/compose.c
16715                 add experimental option "smart wrapping" which makes the
16716                 compose editor auto wrap.
16717                 
16718                 | TODO: the problem with the buggy cursor handling is caused |
16719                 | by the GtkText. when deleting / backspacing text its       |
16720                 | wrapping algorithm does not take in account the previous   |
16721                 | line. should find a way to hack this in.                   |
16722                 | or should perhaps combine this with the word wrapping      |
16723                 | patch i wrote in january.                                  |
16724
16725         * src/about.c
16726                 show build parameters for LDAP and JPilot
16727
16728         * src/summaryview.c
16729                 revert Christoph's bugfix for selecting next unread message, 
16730                 because folder stats aren't updated correctly
16731
16732 2001-07-08 [hoa]
16733
16734         * src/filtering.c
16735         * src/mainwindow.c
16736         * src/matcher.c
16737         * src/matcher_parser_lex.l
16738         * src/matcher_parser_parse.y
16739         * src/prefs_filtering.c
16740         * src/prefs_scoring.c
16741         * src/scoring.c
16742                 bugfix of the config file parser
16743
16744 2001-07-08 [alfons]
16745
16746         * src/Makefile.am
16747                 added generated matcher sources to BUILT_SOURCES
16748
16749 2001-07-08 [hoa]
16750
16751         * src/Makefile.am
16752         * src/.cvsignore
16753                 added new config file parser
16754
16755         * src/scoring.[ch]
16756         * src/filtering.[ch]
16757         * src/matcher.[ch]
16758         * src/prefs_filtering.c
16759         * src/prefs_matcher.c
16760         * src/prefs_scoring.c
16761         * added src/matcher_parser.h
16762         * added src/matcher_parser_lex.h
16763         * added src/matcher_parser_lex.l
16764         * added src/matcher_parser_parse.y
16765                 lex & yacc config file parser
16766
16767         * src/mbox.c
16768         * src/inc.c
16769         * src/main.c
16770                 changes prefs_filtering into global_filtering           
16771
16772         * src/summaryview.c
16773                 build threads with subjects only if "Re: " is at the
16774                 beginning of the subject
16775
16776 2001-07-07 [paul]
16777
16778         0.5.0claws
16779
16780         sync with sylpheed 0.5.0
16781                 change of version number only
16782
16783 2001-07-06 [paul]
16784
16785         0.5.0claws5
16786
16787         sync with sylpheed 0.5.0pre5
16788
16789 2001-07-05 [paul]
16790
16791         sync with sylpheed 0.5.0pre4 release
16792                 /po and /manual/ja not sync'ed
16793
16794 2001-07-04 [paul]
16795
16796         more sync with sylpheed 0.5.0pre4
16797
16798 2001-07-03 [christoph]
16799
16800         * src/addressbook.c
16801                 fixed address book broken by address book
16802                 for VCard, JPilot, LDAP
16803
16804 2001-07-03 [alfons]
16805
16806         * src/matcher.c
16807         * src/textview.c
16808                 stopped memory leaks
16809
16810 2001-07-03 [paul]
16811
16812         more sync with sylpheed 0.5.0pre4
16813
16814 2001-07-02 [match]
16815
16816         * included address book patch for VCard, JPilot, LDAP
16817         * pref_common.c - fixed Font options on Display tab (cosmetic)
16818         * alertpanel.c - fixed truncated message
16819
16820 2001-07-02 [christoph]
16821
16822         * src/mbox_folder.c
16823         * src/procmsg.[ch]
16824         * src/summaryview.c
16825                 mark threads for ignoring
16826
16827 2001-07-02 [paul]
16828
16829         0.5.0claws4
16830
16831         * sync with sylpheed 0.5.0pre4
16832                 updated gettext to 0.10.38.
16833
16834 2001-07-01 [paul]
16835
16836         * src/ mainwindow.c
16837         * src/procmsg.h
16838         * src/summaryview.[ch]
16839                 new right-click option: Label.
16840                 substitute for 'Mark-->Mark/Unmark', colours the line.
16841                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16842
16843 2001-07-01 [christoph]
16844
16845         * src/folderview.c
16846                 fixed font for trash
16847         * src/summaryview.c
16848                 move ctree to unread message
16849
16850 2001-07-01 [paul]
16851
16852         * sync with sylpheed 0.5.0pre3 release
16853
16854 2001-06-30 [alfons]
16855
16856         * src/filesel.[ch]
16857         * src/compose.c
16858                 allow inserting / attaching multiple files in
16859                 the composer window
16860
16861 2001-06-30 [paul]
16862
16863         * src/codeconv.c
16864                 small change to Alfons' previous stuff so that it
16865                 actually makes
16866
16867 2001-06-30 [alfons]
16868
16869         * lots of files changed; first attempt to merge the changes
16870           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16871
16872 2001-06-30 [paul]
16873
16874         * po/pt_BR.po
16875                 updated and completed, translations by Fabio
16876                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16877
16878 2001-06-29 [alfons]
16879
16880         * src/compose.c
16881         * src/mimeproc.[ch]
16882                 allow selecting an attached files' mime type from a 
16883                 list of types.
16884
16885 2001-06-29 [paul]
16886
16887         * more sync with sylpheed 0.5.0pre3
16888
16889 2001-06-29 [paul]
16890
16891         * po/pt_BR.po
16892                 merge with sylpheed.pot and pt_BR.po provided by
16893                 Fabio Junior Beneditto.
16894
16895 2001-06-29 [darko]
16896
16897         * src/procmime.c
16898                 make MIME types case insensitive
16899
16900 2001-06-28 [alfons]
16901
16902         * po/nl.po
16903                 merge with sylpheed.pot and old nl.po; translations added.
16904
16905 2001-06-28 [paul]
16906
16907         * more sync with sylpheed 0.5.0pre3
16908
16909 2001-06-27 [alfons]
16910
16911         * src/summaryview.c
16912                 don't crash when removing parent node of messages
16913                 attracted by subject. this was caused by not deleting
16914                 the parent node from the subject line hash table.
16915
16916 2001-06-27 [alfons]
16917
16918         * src/summaryview.c
16919         * src/compose.[ch]
16920         * src/mainwindow.c
16921                 if there are multiple messages selected, allow forwarding
16922                 them as attachments.
16923
16924 2001-06-27 [paul]
16925
16926         * more sync with sylpheed 0.5.0pre3
16927
16928 2001-06-26 [paul]
16929
16930         0.5.0claws3
16931
16932         * sync with sylpheed 0.5.0pre3
16933
16934 2001-06-25 [paul]
16935
16936         * src/mainwindow.c
16937                 fixed 'compose news article' bug
16938                 from icon-and-text toolbar
16939
16940 2001-06-25 [paul]
16941
16942         * sync with sylpheed 0.5.0pre2 release
16943
16944 2001-06-24 [christoph]
16945
16946         * src/prefs_common.c
16947                 bug fix in font selection
16948         * src/folderview.c
16949                 use sylpheed's normal font instead of
16950                 gtk default font for folders without
16951                 new messages
16952
16953 2001-06-24 [alfons]
16954
16955         * src/mainwindow.[ch]
16956                 added composite compose mail / news button (an idea by Leandro
16957                 Pereira <leandro@linuxmag.com.br>)
16958
16959 2001-06-24 [paul]
16960
16961         Added instructions for ldif-to-xml.py
16962
16963         * tools/README
16964
16965 2001-06-23 [alfons]
16966
16967         Some minor things.
16968
16969         * src/pixmaps/stock_news_compose.xpm
16970                 added pixmap by Leandro
16971         * src/prefs_common.c
16972                 tested built-in spelling checker of GCC 3.0 :)
16973         * po/nl.po
16974                 merged dutch translation of sylpheed-main with
16975                 sylpheed.pot
16976
16977 2001-06-23 [paul]
16978
16979         Added tools directory and files.
16980
16981         * tools/filter_conv.pl
16982                 converts old filter system to new filtering system
16983         * tools/ldif-to-xml.py
16984                 converts netscape addressbook to sylpheed addressbook
16985         * tools/README
16986                 descriptions/instructions for above two files
16987
16988 2001-06-23 [christoph]
16989
16990         * src/inc.c
16991         * src/manage_window.[ch]
16992         * src/prefs_common.[ch]
16993                 mail retrieval dialog can be enabled, disabled
16994                 or hidden if non of sylpheed's windows is active
16995
16996 2001-06-22 [paul]
16997
16998         0.5.0claws2
16999
17000         * sync with sylpheed 0.5.0pre2
17001
17002 2001-06-21 [christoph]
17003
17004         * src/summaryview.c
17005                 show recipient on 'from' for all accounts
17006                 
17007         * src/inc.c
17008         * src/prefs_common.[ch]
17009                 disable error popup on mail receive errors
17010
17011 2001-06-21 [alfons]
17012
17013         * src/compose.c
17014                 made the ruler correctly appear and disappear.
17015
17016         * src/Makefile.am
17017                 removed Hoa's work-in-progress-stuff (interesting!) so 
17018                 claws compiles ok.
17019
17020 2001-06-20 [christoph]
17021
17022         * src/inc.c
17023         * src/progressdialog.c
17024                 added scrolled window for list in progressdialog
17025
17026 2001-06-20 [paul]
17027
17028         sync with sylpheed 0.5.0pre1 release
17029
17030 2001-06-20 [christoph]
17031
17032         * src/summeryview.c
17033                 make building threads by subject work when
17034                 thread view is enabled
17035                 
17036         * src/compose.c
17037         * src/prefs_common.[ch]
17038                 automatically select account for mail replys
17039
17040 2001-06-19 [sergey]
17041
17042         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17043         they are filled in from the account settings.
17044
17045 2001-06-19 [paul]
17046
17047         * more sync with sylpheed 0.5.0pre1
17048
17049 2001-06-18 [alfons]
17050
17051         * src/Makefile.am,
17052           src/procmime.c
17053                 added --sysconfdir to CPPFLAGS for pointing to the correct
17054                 location of mime.types. 
17055
17056                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17057                 or ./configure!
17058
17059 2001-06-18 [hoa]
17060
17061         * src/summaryview.c
17062                 fixed some bug when building threads
17063
17064 2001-06-18 [pau]l
17065
17066         * src/prefs_account.c
17067                 UI stuff: More changes to the English
17068
17069 2001-06-18 [paul]
17070
17071         * src/pixmaps/stock_news_compose.xpm: new file
17072         * src/Makefile.am
17073         * src/mainwindow.c
17074         * src/summaryview.c
17075                 Added new icon for Hoa's 'compose a news
17076                 message', plus minor improvements to the
17077                 English
17078
17079         * po/ja.po
17080         * ChangeLog
17081         * ChangeLog.jp
17082                 more sync with sylpheed 0.5.0pre1
17083
17084 2001-06-18 [hoa]
17085
17086         * src/compose.[ch]
17087         * src/mainwindow.c
17088                 Follow-up and reply to
17089
17090         * src/summaryview.[ch]
17091                 Build threads also with subjects
17092
17093 2001-06-17 [hoa]
17094
17095         * src/compose.c
17096                 forwarding use the current account.
17097
17098         * src/mainwindow.c
17099                 the "compose message" button has been replaced with
17100                 "new mail" and "new news" buttons
17101
17102         * src/prefs_common.[ch]
17103                 added a configuration option to use the forward button
17104                 as "forward as attachment"
17105                 changed reply and forward format description
17106
17107         * src/quote_fmt_lex.l
17108         * src/quote_fmt_parse.y
17109                 added message with no signature in format for reply
17110                 and forward.
17111
17112 2001-06-17 [paul]
17113
17114         Minor UI stuff
17115
17116         * src/mainwindow.c
17117         * src/summaryview.c
17118                 Improvements to the English
17119
17120         * src/prefs_common.c
17121                 Improvements to the English and some
17122                 clarity/continuity improvements in the
17123                 description of Quote symbols.
17124
17125 2001-06-17 [paul]
17126
17127         0.5.0claws1
17128
17129         * sync with sylpheed 0.5.0pre1
17130
17131 2001-06-17 [hoa]
17132
17133         * src/compose.c
17134                 Better interface for compose, displayed fields
17135                 are updated whenever we change account.
17136                 Newsgroups field is automatically filled.
17137
17138         * src/mainwindow.c
17139                 Newsgroups field is automatically filled.
17140
17141         * src/prefs_account.c
17142                 Some interface stuff when fields appear and
17143                 disappear.
17144
17145 2001-06-16 [paul]
17146
17147         0.4.99claws
17148
17149         * sync with sylpheed 0.4.99
17150
17151 2001-06-16 [sergey]
17152
17153         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17154         base64_decoder_free, base64_decoder_decode): new object and
17155         functions for decoding base64 streams.
17156         * src/procmime.c (procmime_decode_content): modified to use the
17157         new base64 decoder.
17158
17159 2001-06-15 [paul]
17160
17161         0.4.99claws10
17162
17163         * sync with sylpheed 0.4.99cvs11
17164
17165 2001-06-13 [paul]
17166
17167         0.4.99claws9
17168
17169         * sync with sylpheed 0.4.99cvs9
17170
17171 2001-06-13 [hoa]
17172
17173         * src/compose.c
17174         * src/prefs_account.c
17175
17176                 SMTP server can be defined in the news account
17177                 mime type of attachment are kept.
17178
17179         * src/summaryview.c
17180
17181                 now choose the highest important score between default
17182                 and important score of folder.
17183
17184 2001-06-09 [alfons]
17185         
17186         * src/prefs_common.c: 
17187
17188                 (prefs_quote_description_create): corrected description of 
17189                 quote format characters
17190
17191 2001-06-09 [paul]
17192
17193         0.4.99claws8
17194
17195         * sync with sylpheed 0.4.99cvs8
17196
17197 2001-06-08 [sergey]
17198
17199         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17200         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17201
17202 2001-06-08 [paul]
17203
17204         0.4.99claws7
17205
17206         * sync with sylpheed 0.4.99cvs7
17207
17208 2001-06-06 [sergey]
17209
17210         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17211         clashes with autogenerated header).
17212         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17213         * src/Makefile.am: added quote_fmt.h.
17214         * src/.cvsignore: added lex/yacc autogenerated files
17215         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17216
17217 2001-06-06 [paul]
17218
17219         0.4.99claws6
17220
17221         * sync with sylpheed 0.4.99cvs6
17222
17223 2001-06-06 [hoa]
17224
17225         * added src/quote_fmt_parse.h
17226         * src/compose.c
17227                 removed warnings
17228
17229         * src/prefs.[ch]
17230                 don't modify readonly configuration files
17231
17232         * src/prefs_account.c
17233         * src/prefs_common.c
17234         * src/prefs_customheader.c
17235         * src/prefs_display_header.c
17236         * src/prefs_filter.c
17237         * src/prefs_filtering.c
17238         * src/prefs_scoring.c
17239                 don't open dialog box when configuration files
17240                 are readonly
17241
17242 2001-06-05 [sergey]
17243
17244         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17245
17246         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17247         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17248         BUILT_SOURCES to make all files rebuild properly.
17249
17250         * src/compose.c: removed #include "quote_fmt.tab.h".
17251
17252         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17253         CHARACTER value in yylval.
17254
17255         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17256         receive CHARACTER value by documented means (yylval).
17257
17258         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17259
17260 2001-06-05 [hoa]
17261
17262         * src/Makefile.am
17263                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17264
17265         * src/filtering.c
17266         * src/matcher.c
17267         * src/matcher.h
17268         * src/prefs_filtering.c
17269                 now keep the configuration for execute action
17270
17271         * src/mbox_folder.c
17272                 fixed a warning
17273
17274 2001-06-05 [paul]
17275
17276         * sync with sylpheed 0.4.99cvs5
17277
17278 2001-06-05 [hoa]
17279
17280         * src/Makefile.am
17281                 added quote_fmt.[ch]
17282
17283         * added src/quote_fmt.y
17284         * added src/quote_fmt.l
17285         * added src/quote_fmt.tab.h
17286         * added src/quote_fmt.tab.c
17287         * added src/lex.quote_fmt.c
17288                 parsing configuration for replying
17289                 and forwarding
17290
17291         * src/prefs_common.[ch]
17292                 added configuration UI for replying
17293                 and forwarding
17294
17295         * src/compose.c
17296                 using configuration for replying
17297                 and forwarding
17298
17299 2001-06-04 [hoa]
17300
17301         * src/filtering.c
17302         * src/matcher.c
17303         * src/matcher.h
17304         * src/prefs_filtering.c
17305         * src/prefs_matcher.c
17306         * src/prefs_matcher.h
17307                 action "run a command" for filtering
17308                 and matching with a command.
17309                 fixed the "whole message" matching
17310
17311         * src/mbox_folder.c
17312                 changed temporary filename for security
17313
17314         * src/messageview.c
17315                 queue the notification if it fails to send.
17316
17317         * src/prefs_common.c
17318         * src/prefs_folder_item.c
17319                 changed the default important score             
17320
17321         * src/prefs_scoring.c
17322         * src/scoring.c
17323                 hide kill score input when the folder is not
17324                 a newsgroup
17325
17326 2001-06-03 [alfons]
17327
17328         * src/prefs_common.c:
17329
17330                 (prefs_font_select): pass font name in font entry box to font
17331                 selection dialog.
17332
17333 2001-06-03 [sergey]
17334
17335         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17336
17337 2001-06-03 [paul]
17338
17339         * sync with sylpheed 0.4.99cvs4
17340
17341 2001-06-03 [alfons]
17342
17343         * src/headerwindow.c:
17344
17345                 (headerwindow_show_cb): use the selected summary view item, not
17346                 the displayed item.
17347
17348 2001-06-02 [alfons]
17349
17350         * src/headerwindow.c:
17351
17352                 (headerwindow_show_cb): always try to show msginfo
17353
17354 2001-06-02 [hoa]
17355
17356         * src/compose.c
17357                 keep attached parts when reediting or forwarding.
17358
17359 2001-06-01 [hoa]
17360
17361         * src/folderview.c
17362         * src/prefs_folder_item.[ch]
17363         * src/prefs_scoring.[ch]
17364         * src/scoring.[ch]
17365         * src/summaryview.[ch]
17366         * src/main.c
17367         * src/mainwindow.c
17368         * src/prefs_common.[ch]
17369                 support for folder scoring
17370                 kill score and important score for messages
17371         
17372         * src/prefs_account.c
17373                 some display bug fixed for local account
17374                 preferences
17375
17376 2001-05-31 [alfons]
17377
17378         * src/summaryview.c:
17379
17380                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17381                 sender to address book menu item is disabled.
17382
17383 2001-05-30 [hoa]
17384
17385         * src/filtering.[ch]
17386         * src/summaryview.c
17387                 handling summary menu / filter messages
17388
17389         * src/folder.[ch]
17390                 add some stuff
17391
17392         * src/foldersel.c
17393                 imap folders now appears in list
17394
17395         * src/mbox_folder.c
17396                 doesn't crash if destination mail is not writeable
17397
17398 2001-05-29 [hoa]
17399
17400         * src/compose.c
17401                 removed some warnings
17402
17403         * src/filtering.c
17404         * src/folder.[ch]
17405         * src/prefs_filtering.c
17406                 global string to identify any folders           
17407                 removed some debug info
17408                 filtering to mbox folders is now possible
17409
17410         * src/mainwindow.c
17411                 removed some warnings
17412
17413         * src/mbox_folder.c
17414                 permission on files are changed to read/write for user only,
17415                 nothing for other.
17416                 creation of subfolder is handled better.
17417
17418 2001-05-28 [alfons]
17419
17420         Verified the sync for src/prefs_common.[ch] and
17421         src/prefs_account.[ch]. I believe there were some
17422         minor indentation differences.
17423
17424 2001-05-28 [paul]
17425
17426         0.4.99claws3
17427
17428         * sync with 0.4.99cvs3
17429
17430 2001-05-28 [hoa]
17431
17432         * src/compose.c
17433                 handling flags for mbox format
17434
17435         * src/filtering.c
17436                 use of mark file only for MH format
17437                 handling flags for mbox format
17438                 filtering cannot yet move or copy mails to mbox folders.
17439
17440         * src/folder.[ch]
17441                 changed move_msg, copy_msg,
17442                 move_msgs_with_dest, copy_msgs_with_dest functions
17443                 uses only folder->copy_msg() function
17444                 uses folder->finished_copy() to handle the destination
17445                 folder at the end of the copy or move operation.
17446
17447         * src/foldersel.c
17448                 included mbox directories.
17449
17450         * src/folderview.[ch]
17451         * src/mainwindow.c
17452                 handle folders operation for mbox format
17453
17454         * src/mbox.c
17455                 disable conversion of "From " header
17456
17457         * src/mbox_folder.[ch]
17458                 completion of mbox format handling
17459
17460         * src/mh.c
17461                 changed mh_copy_msg() function and
17462                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17463                 mh_copy_msgs_with_dest()
17464
17465         * src/prefs_filtering.c
17466                 removed some warnings
17467
17468         * src/prefs_matcher.c
17469                 default boolean operation is AND
17470
17471         * src/procheader.c
17472                 handling flags for mbox format
17473                 handling of "From " header
17474
17475         * src/procmsg.[ch]
17476                 removed data field
17477                 added MSG_REALLY_DELETED flags to handle deletion of
17478                 messages in mbox format.
17479
17480         * src/summaryview.c
17481                 handling flags for mbox format
17482                 disable the MSG_DELETED flags when messages
17483                 are deleted in mbox format
17484
17485         * src/textview.c
17486                 "From " headers display fixed.
17487
17488 2001-05-27 [alfons]
17489
17490         * src/textview.c:
17491                 
17492                 (get_email_part): skip quoted email addresses, like in e.g.
17493                 "'alfons@proteus.demon.nl'".
17494
17495 2001-05-26 [alfons]
17496
17497         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17498         and fixing the persistence troubles when using separate windows.
17499
17500         * src/mainwindow.c:
17501         
17502             Added #define SEPARATE_ACTION used in the gtk item factory for 
17503             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17504                 use gtk_item_factory_get_widget_by_action() to get the items.
17505                 
17506             Removed separate_widget_cb from the gtk item factory data   
17507           
17508             (mainwindow_create): connect separate_widget_cb() to check
17509             menu item "toggled" signal. also passing a MainWindow pointer
17510                 as object data for both check menu items.
17511                 
17512             (separate_widget_cb): definition of separate_widget_cb() to match
17513             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17514                 window using gtk_object_get_data(). The type of window separation 
17515                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17516         
17517         * src/prefs_filtering.c,
17518           src/prefs_matcher.c: added horizontal scrollbars
17519
17520 2001-05-25 [darko]
17521
17522         * src/headerview.c
17523                 fix segfault with invalid bold font
17524         * src/summaryview.c
17525                 correctly display summary stats after row is marked
17526
17527 2001-05-23 [sergey]
17528
17529         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17530         encodings with libjconv.
17531
17532 2001-05-23 [hoa]
17533
17534         * src/Makefile.am
17535                 added mbox_folder.[ch]
17536         * src/defs.h
17537                 mbox temporary folder
17538         * src/folder.[ch]
17539         * added src/mbox_folder.[ch]
17540         * src/folderview.c
17541         * src/procheader.[ch]
17542                 added mbox support
17543         * src/mbox.c
17544                 bugfix for file incorporation filtering
17545         * src/imap.c
17546                 enable creation of MBOX
17547         * src/prefs_display_header.c
17548                 enable use of headers like "From "
17549                 something that should be fixed :
17550                         displaying of such headers add an extra space
17551         * src/prefs_folder_item.c
17552                 don't create folders because it is not necessary
17553         * src/procmsg.h
17554                 added data field to MsgInfo for mbox internal use
17555         * src/summaryview.c
17556                 added some support for mbox
17557         * src/utils.[ch]
17558                 added get_mbox_cache_dir() function
17559
17560 2001-05-23 [hiroyuki]
17561
17562         * src/headerwindow.c
17563           src/inc.c
17564           src/main.c
17565           src/mh.c
17566           src/nntp.c
17567           src/procmsg.h
17568           src/session.h
17569           src/socket.[ch]
17570           src/summaryview.c
17571           src/textview.c
17572           src/automaton.c
17573           src/folderview.c: more sync with 0.4.99cvs2.
17574
17575         * src/headerwindow.c: reverted.
17576
17577 2001-05-22 [paul]
17578
17579         0.4.99claws2
17580
17581         * sync with sylpheed 0.4.99cvs2
17582                 * src/news.[ch]
17583                 * src/nntp.[ch]
17584                 * INSTALL
17585                 * INSTALL.jp
17586
17587 2001-05-22 [alfons]
17588
17589         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17590
17591 2001-05-21 [alfons]
17592
17593         Minor things:
17594
17595         * configure.in: if gnome-config not found, "no" is displayed
17596         
17597         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17598
17599         * src/textview.c: now also possible to add mail addresses by right
17600           clicking in the text view
17601
17602         * src/codeconv.c: merged patch which fixes endless loop when encountering
17603           invalid wide characters; from Alte <010@imis.ru>  
17604
17605 2001-05-20 [alfons]
17606
17607         Added installation of gnome specific things:
17608
17609         * Makefile.am: gnome conditional
17610
17611         * configure.in: check for installed gnome
17612
17613         * added sylpheed.png, sylpheed.desktop
17614
17615 2001-05-20 [sergey]
17616
17617         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17618
17619         * src/mainwindow.h (main_window_toolbar_create): created a button
17620         for "Reply to all".
17621         (main_window_set_toolbar_sensitive): enable/disable the new button
17622         appropriately.
17623         (toolbar_reply_to_author_cb): handle the new button.
17624
17625         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17626         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17627         failure).
17628
17629 2001-05-19 [sergey]
17630
17631         * src/compose.h (ComposeReplyMode): new modes
17632         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17633         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17634
17635         * src/compose.c
17636         (compose_send): move some code into a new function:
17637         (compose_current_mail_account): new function.
17638         (compose_reply): new argument to_author, all callers changed; if
17639         to_author==TRUE and account->protocol==A_NNTP, find and use an
17640         appropriate mail account for replying.
17641         (compose_reply_set_entry): new argument to_author; ignore
17642         compose->replyto if to_author==TRUE.
17643
17644         * src/mainwindow.c: new command "Message/Reply to author".
17645         (main_window_set_menu_sensitive): enable/disable it.
17646         (reply_cb): handle it.
17647
17648         * src/summaryview.c: new command "Reply to author".
17649         (summary_set_menu_sensitive): enable/disable it.
17650         (summary_reply_cb): handle it.
17651
17652         * src/account.c (account_find_mail_from_address): new function.
17653
17654 2001-05-18 [paul]
17655
17656         0.4.99claws1
17657
17658         * sync with sylpheed 0.4.99cvs1
17659
17660 2001-05-18 [hoa]
17661
17662         * src/compose.[ch]
17663         * src/filtering.c
17664         * src/summaryview.c
17665                 new filtering action : forward and forward as attachment
17666
17667         * src/main.c
17668                 no need for $DISPLAY when we run sylpheed --help
17669                 call to parse_cmd_opt() is moved
17670
17671         * src/mainwindow.[ch]
17672                 execute button is hidden when immediate execute
17673                 is chosen
17674
17675         * src/mh.c
17676         * src/news.c
17677         * src/prefs_folder_item.c
17678         * src/procmsg.c
17679                 better handling of missing directories
17680
17681         * src/summaryview.c
17682                 reedit is enabled in outbox
17683                 reedit is enabled in queue
17684
17685 2001-05-17 [hoa]
17686
17687         * src/filtering.c
17688         * src/matcher.[ch]
17689         * src/prefs_filtering.c
17690                 changed attachement into attachment
17691
17692 2001-05-17 [alfons]
17693
17694         0.4.67claws4    
17695
17696         * sync with sylpheed 0.4.67cvs9
17697         * sync with sylpheed 0.4.67cvs7-8
17698
17699 2001-05-17 [hoa]
17700
17701         * src/Makefile.am
17702                 added prefs_filtering.c
17703
17704         * src/filtering.[ch]
17705         * src/matcher.[ch]
17706                 removed action : forward_news and forward_news_as_attachement
17707                 (forward and forward_as_attachement can be used instead)
17708
17709         * src/mainwindow.c
17710                 added menu option to access filtering configuration
17711
17712         * src/prefs_account.c
17713                 changed mail_command default to /usr/sbin/sendmail
17714
17715         * added src/prefs_filtering.[ch]
17716                 dialog box for filtering configuration
17717
17718         * src/prefs_matcher.c
17719                 added function prefs_matcher_get_criteria_from_matching()
17720
17721         * src/prefs_scoring.c
17722                 reset the dialog when register or substitute is clicked
17723
17724 2001-05-15 [hoa]
17725
17726         * src/Makefile.am
17727                 added filtering.[ch]
17728         * src/inc.c
17729                 using filering.[ch] instead of filter.[ch]
17730         * src/main.c
17731                 reading new filtering configuration
17732         * src/matcher.[ch]
17733                 added some filtering actions
17734                 and fixed a bug for headers and mail body matching
17735         * src/mbox.c
17736                 using filering.[ch] instead of filter.[ch]
17737         * src/mh.c
17738                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17739         * src/summaryview.c
17740                 some fixes for filtering
17741
17742 2001-05-14 [hiroyuki]
17743
17744         * src/send.c: fixed some weird indentations.
17745           send_message_with_command(): call pclose() only if p != NULL.
17746         * src/textview.c: get_email_part(): modified the code for readability.
17747
17748 2001-05-14 [hiroyuki]
17749
17750         * src/md5global.h
17751           src/md5ify.c
17752           src/md5ify.h: removed from the cvs.
17753
17754 2001-05-13 [sergey]
17755
17756         * src/main.c: include rfc2015.h to avoid compiler warnings.
17757         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17758         the panel is already on screen.
17759         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17760         closing the alert window by ESC as "No".
17761         * src/prefs_common.c (prefs_interface_create): moved return
17762         receipt check button to the correct place.
17763
17764 2001-03-13 [alfons]
17765
17766         * src/prefs_common.c: 
17767                 moved return receipt check button to the Send tab. (prefs_send_create)
17768                 removed the date format ui related globals. (prefs_display_create)
17769
17770         0.4.67claws3
17771         
17772         * sync with sylpheed 0.4.67cvs5-6
17773
17774 2001-05-13 [paul]
17775
17776         * added Alfons' font selection patch
17777
17778         * src/defs.h
17779         * src/headerwindow.c
17780         * src/prefs_common.c
17781         * src/prefs_common.h
17782
17783 2001-05-13 [hoa]
17784         * src/defs.h
17785                 changed version of cache
17786         * src/matcher.[ch]
17787         * src/prefs_matcher.c
17788                 added additionnal matching criteria
17789         * src/procheader.c
17790         * src/procmsg.[ch]
17791         * src/news.c
17792                 added references in MsgInfo
17793
17794 2001-05-12 [hoa]
17795
17796         * src/defs.h
17797                 prepared some things for new filtering
17798         * src/matcher.[ch]
17799                 added some matching properties
17800                 inreplyto need to be enhanced
17801                 prepared some things for new filtering
17802         * src/messageview.c
17803                 added Return-Receipt-To handling
17804         * src/prefs_folder_item.c
17805                 changed default value to TRUE
17806         * src/prefs_matcher.c
17807                 added some matching properties
17808         * src/prefs_scoring.[ch]
17809                 the scoring dialog is finished
17810         * src/procheader.c
17811                 added Return-Receipt-To handling
17812                 Reference need to be added
17813         * src/procmsg.[ch]
17814                 added Return-Receipt-To handling
17815                 added threadscore to get a better score sorting when
17816                 threads are enabled
17817         * src/summaryview.c
17818                 suppressed a bug when we sort the list
17819                 when no folder is opened.
17820                 better score sorting when threads are enabled
17821
17822 2001-05-12 [alfons]
17823
17824         * reverted previous patch because of potential errors 
17825
17826         0.4.67claws2
17827         
17828         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17829                 applied "toggle mail-retrieval dialog window" patch submitted 
17830                 by Eric Limpens <eric@qnt.net>
17831
17832         * sync with sylpheed 0.4.67cvs4
17833
17834 2001-05-12 [sergey]
17835
17836         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17837         some picky compilers.
17838         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17839         * src/grouplist_dialog.c: include alertpanel.h.
17840         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17841         fix compile warning.
17842         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17843         #include "defs.h" before others to prevent the warning of `MIN'
17844         and `MAX' redefinition.
17845
17846 2001-05-11 [hoa]
17847
17848         * src/main.c
17849         * src/messageview.c
17850         * src/prefs_account.c
17851         * src/prefs_display_header.c
17852                 removed warning
17853         * src/Makefile.am
17854                 added prefs_scoring.[ch]
17855         * src/grouplist_dialog.c
17856                 display an error dialog box if the group list
17857                 cannot be fetched.
17858         * src/mainwindow.[ch]
17859                 added main_window_set_thread_option() function
17860                 scoring dialog box enabled
17861         * src/matcher.[ch]
17862                 added flags matching unread /new / marked
17863                 / deleted / replied / forwarded
17864         * src/news.c
17865                 newsgroups are now finally in newscache
17866         * src/prefs_matcher.[ch]
17867                 finished preferences for matching dialog
17868         * added src/prefs_scoring.[ch]
17869                 scoring dialog box completed
17870         * src/scoring.[ch]
17871                 conversion to string : added scoringprop_to_string()
17872                 write config for preferences :
17873                 added prefs_scoring_write_config()
17874         * src/summaryview.c
17875                 threads can be enabled/disabled independently
17876                 for each folder
17877
17878 2001-05-10 [alfons]
17879
17880         0.4.67claws1
17881         
17882         * AUTHORS: 
17883                 thought it would be nice to have a list of all
17884                 contributors (used Changelog as a reference)
17885         
17886         * configure.in: 
17887                 messed up version numbering...
17888
17889         0.4.66claws1
17890
17891         * sync with sylpheed 0.4.67cvs1-3
17892
17893 2001-05-10 [darko]
17894
17895         * src/prefs_common.c:
17896                 better UI for strftime format, double clicking
17897                 on format now inserts the format in text entry
17898                 replaced close button with standard OK/Cancel
17899                 moved date format button to the right of the
17900                 text entry field
17901
17902 2001-05-09 [alfons]
17903
17904         * src/gtkstext.c:
17905                 Ctrl-Home / Ctrl-End have proper cursor navigation
17906
17907 2001-05-09 [hoa]
17908
17909         * src/prefs_matcher.c
17910                 finished UI to define matching properties
17911                 added ok and cancel button
17912         * src/prefs_filter.c
17913                 added ok and cancel button
17914         * src/news.c
17915                 fixed some bug in xhdr parsing
17916
17917 2001-05-08 [alfons]
17918
17919         * src/textview.c: 
17920                 fixed a bug in textview_show_header(), which displayed two colons (':');
17921                 cleaned up some warnings
17922
17923 2001-05-08 [hoa]
17924
17925         * src/Makefile.am
17926                 added prefs_matcher.[ch]
17927                 compilation with -W -Wall
17928         * src/alertpanel.c
17929                 ungrab the mouse events if grabbed - does it
17930                 fix the bug for disposition notification ?
17931         * src/mainwindow.c
17932                 added a menu option to open the matching dialog.
17933         * src/matcher.[ch]
17934                 added matcherprop_to_string() and matcherlist_to_string()
17935                 fixed some bugs, changed the name of some options
17936                 age_sup and age_inf becomes age_greater and age_lower,
17937                 body and messageheaders becomes body_part and headers_part,
17938                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17939         * src/prefs_display_header.c
17940         * src/prefs_headers.c
17941                 fixed a bug that accidentally destroyed dialogs
17942                 when closed them with delete_event
17943                 Added *_deleted() which handle delete_event signal correctly.
17944         * src/prefs_folder_item.[ch]
17945                 added "enable_thread" field for future customization
17946         * added src/prefs_matcher.[ch]
17947                 sample of the UI to define matching properties
17948         * src/procheader.c
17949                 using procheader_headername_equal instead of str*cmp functions
17950                 using procheader_parse_header() function
17951         * src/scoring.c
17952                 using MATCHING_XXX instead of SCORING_XXX
17953         * src/summaryview.c
17954                 display the sender of the news even if this is ourself
17955                 when this is a news message.
17956         * src/textview.c
17957                 using headername_equal() instead of str*cmp functions
17958
17959 2001-05-08 [alfons]
17960
17961         0.4.66claws
17962
17963         * sync with sylpheed 0.4.66
17964         * src/gtkstext.c: trace logs added 
17965
17966 2001-05-08 [sergey]
17967
17968         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17969         signature check popup.
17970         * src/rfc2015.c (check_signature): show signature check popup only
17971         if it is enabled in preferences.
17972
17973 2001-05-07 [alfons]
17974
17975         0.4.66claws4
17976         
17977         * sync with sylpheed 0.4.66cvs6
17978
17979 2001-05-07 [darko]
17980
17981         * src/prefs_common.[ch]: added option to enable/disable
17982           looking up sender name in address book for summary pane
17983         * src/summaryview.c: look up sender in the address book
17984           by using Alfons' address completion code
17985
17986 2001-05-07 [hiroyuki]
17987
17988         * src/inc.h
17989           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17990           member of Pop3State.
17991         * src/news.c: brought #include "defs.h" before #include <glib.h>
17992           to prevent the warning of `MIN' and `MAX' redefinition.
17993
17994 2001-05-06 [hoa]
17995
17996         * removed src/headers_display.[ch]
17997         * removed src/prefs_display_headers.[ch]
17998         * src/inc.c
17999                 use a temporary file in the user directory for mbox import
18000         * src/news.c
18001                 added XHDR support to get "To" and "Cc" headers
18002                 (in order to match news with to or cc field for
18003                 scoring)
18004                 added function news_parse_xhdr() to get XHDR response
18005         * src/nntp.[ch]
18006                 added function nntp_xhdr()
18007         * src/matcher.c
18008                 fetch the message if necessary
18009
18010 2001-05-06 [alfons]
18011
18012         0.4.66claws3
18013
18014         * sync with sylpheed 0.4.66cvs3-5
18015
18016 2001-05-06 [hoa]
18017
18018         * src/utils.[ch]
18019                 added function itos_buf() to enable use of several buffers
18020         * src/summaryview.c
18021                 use of itos_buf() instead of itos() in summary list
18022                 to fix the broken display of message number.
18023
18024 2001-05-06 [alfons]
18025
18026         * src/gtkstext.c: bug in cursor up navigation fixed,
18027                 fixed another unsigned / signed comparison (we're getting there :-)
18028
18029 2001-05-06 [hoa]
18030
18031         * src/Makefile.am
18032                 added scoring.c scoring.h
18033                 prefs_folder_item.c prefs_folder_item.h
18034                 matcher.c matcher.h
18035         * src/defs.h
18036                 added FOLDERITEM_RC SCORING_RC
18037         * src/folder.[ch]
18038                 added prefs field in FolderItem :
18039                 properties for each folder (PrefsFolderItem),
18040                 sorting type and mode were added as the first properties.
18041         * src/main.c
18042                 read config for scoring
18043         * added src/matcher.[ch]
18044                 gives functions to parse configuration file to do
18045                 matching on mails with a list of conditions.
18046         * src/mainwindow.c
18047                 add option to sort by score
18048         * src/prefs_common.[ch]
18049                 added preference option to show score and for
18050                 the score column size
18051         * added src/prefs_folder_item.[ch]
18052                 properties for each folder (PrefsFolderItem),
18053                 sorting type and mode were added as the first properties.
18054         * src/procheader.[ch]
18055                 added procheader_parse_header()
18056                 added procheader_header_free()
18057                 added procheader_headername_equal()
18058                 and made modification to use them.
18059         * src/procmsg.[ch]
18060                 added score field to MsgInfo structure
18061         * added src/scoring.[ch]
18062                 gives functions to parse configuration file to do
18063                 scoring on mails with a list of conditions.
18064         * src/summaryview.[ch]
18065                 save the sorting type and mode for the folder
18066                 added column to display the score of the mail
18067                 added function summary_score_clicked()
18068                 sorting type and mode are restored to the folder
18069                 when it is reopen
18070         * src/textview.c
18071                 use procheader_parse_header(), procheader_headername_equal()
18072                 removed memory leak in text_scan_header when freeing headers
18073         * src/filter.c
18074                 changed the function to match names of headers
18075                 using procheader_headername_equal()
18076
18077         Scoring functions are implemented, an interface is needed
18078         to configure that.
18079
18080 2001-05-04 [alfons]
18081
18082         * src/gtkstext.c: 
18083                 hopefully fixed the row up navigation bug,
18084                 removed adding back / forward lines to cache
18085
18086 2001-05-04 [sergey]
18087
18088         * src/prefs_display_headers.c: user interface changes:
18089         (prefs_display_headers_create): remove unused "Show" check button;
18090         allow reordering of headers by dragging.
18091         (prefs_display_headers_write_config): remove unused variables.
18092         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18093         of lists (not needed with the new UI).
18094         (prefs_display_headers_set_list): scan lists starting from row 0,
18095         not 1 (do not skip "(New)").
18096         (prefs_display_headers_find_header): new function.
18097         (prefs_display_headers_clist_set_row): do not allow duplicates.
18098         (prefs_display_headers_delete_cb): do not skip row 0; treat
18099         closing the alert window by ESC as "No".
18100         (prefs_display_headers_up): do not protect row 0.
18101         (prefs_display_headers_down): do not protect row 0.
18102
18103 2001-05-04 [sergey]
18104
18105         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18106         functions.
18107
18108         * src/summaryview.c
18109         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18110         summary_select_next_marked, summary_select_prev_marked): new
18111         functions.
18112
18113 2001-05-03 [sergey]
18114
18115         * src/news.c: fixed a bug when no article can be fetched after
18116         server timeout if the connection was restored by news_post():
18117         (news_select_group): new function.
18118         (news_fetch_msg): call news_select_group() before fetching
18119         article.
18120         (news_get_uncached_articles): set session->group after successful
18121         GROUP command.
18122
18123 2001-05-03 [hoa]
18124
18125         * src/defs.h
18126         * src/procmsg.[ch]
18127         * src/procheader.c
18128                  changed version of cache, added cc field
18129
18130         * src/prefs_display_headers.c
18131                 the interface was changed
18132
18133         * src/prefs_headers.c
18134                 added cancel button
18135
18136 2001-05-03 [alfons]
18137
18138         * completed sync of sylpheed cvs2
18139         * src/gtkstext.c: updated row up / down cursor navigation
18140         * src/textview.c: re-edited, prepared for fixing the email address
18141                 scanner.
18142
18143 2001-05-03 [darko]
18144
18145         * src/prefs_common.c: use alfons' strftime ui code
18146         entry_datefmt and datefmt_sample widgets have to be
18147         global in this module because of this change
18148
18149 2001-05-03 [hoa]
18150
18151         * src/messageview.c
18152         * src/prefs_common.[ch] added option to activate the return receipt
18153                 feature.
18154
18155 2001-05-02 [alfons]
18156
18157         * src/gtkstext.c: fix for row up/down cursor navigation. 
18158
18159         0.4.66claws2
18160         
18161         * sync with 0.4.66cvs2
18162
18163 2001-05-02 [paul]
18164
18165         added add-sender-to-addressbook patch
18166
18167         * src/addressbook.c
18168         * src/addressbook.h
18169         * src/summaryview.c
18170
18171 2001-05-02 [sergey]
18172
18173         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18174         G_ALERTDISABLE.
18175
18176         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18177         all existing callers changed to pass FALSE; create a check button
18178         to disable the message.
18179         (alertpanel_message_with_disable): new function.
18180         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18181         (alertpanel_button_toggled): new function.
18182         (alertpanel_button_clicked, alertpanel_close): set value using
18183         G_ALERT_VALUE_MASK.
18184
18185         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18186
18187         * src/prefs_common.c (prefs_privacy_create): new check button
18188         checkbtn_gpgme_warning.
18189
18190         * src/main.c (main): moved preferences reading before gpgme
18191         initialization; check prefs_common.gpgme_warning before giving the
18192         GnuPG warning and set it to FALSE if the user wants to disable the
18193         warning.
18194
18195 2001-05-02 [hiroyuki]
18196
18197         * src/prefs_display_headers.c: modified the layout and some labels.
18198
18199 2001-05-02 [sergey]
18200
18201         * src/prefs_account.c (prefs_account_fix_size): new function.
18202         (prefs_account_create): call prefs_account_fix_size(); use
18203         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18204         size when the window is shown for the first time).
18205         (prefs_account_basic_create): changed layout of serv_table; moved
18206         localmbox_entry above smtpserv_entry (logically it replaces
18207         POP3/IMAP server).
18208         (prefs_account_protocol_activated): set sensitivity of
18209         nntpauth_chkbtn according to the protocol (in addition to
18210         hide/show); commented out gtk_table_set_row_spacing() calls.
18211         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18212         not sensitive (fixes a bug with disabled username/password boxes
18213         when editing POP3 account after NNTP with authentication).
18214
18215 2001-05-02 [hoa]
18216
18217         * src/account.c
18218         * src/inc.c
18219         * src/prefs_account.[ch]
18220         * src/send.c
18221                 removed local account without SMTP server
18222                 added option to use mail command instead of a connexion
18223                 to SMTP server when a local account is used
18224         * src/prefs_headers.c
18225                 fixed a bug
18226         * src/news.c
18227                 fixed a bug when connexion immediately closed
18228
18229 2001-05-01 [alfons]
18230
18231         0.4.66claws1
18232         
18233         * sync with 0.4.65
18234
18235 2001-05-01 [sergey]
18236
18237         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18238         widget nntpauth_chkbtn.
18239         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18240         visibility.
18241         (prefs_account_nntpauth_toggled): new function.
18242
18243         * src/news.c (news_session_new_for_folder): use NNTP
18244         authentication only if ac->use_nntp_auth is set.
18245
18246 2001-05-01 [hoa]
18247
18248         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18249         * src/prefs_display_headers.c changed the UI
18250         * src/prefs_headers.c changed account_name to account_id
18251         * src/compose.c using customheader.h
18252
18253 2001-05-01 [hiroyuki]
18254
18255         * src/esmtp.c
18256           src/news.c
18257           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18258           unsynched.
18259
18260 2001-05-01 [hoa]
18261
18262         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18263         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18264                 for displaying of headers
18265         * src/grouplist_dialog.[ch] minor changes to remove warnings
18266         * src/prefs_display_headers.[ch] dialog to choose the
18267         headers to display in the mail viewer.
18268         * src/headers.h correction of #define
18269         * src/headers_display.[ch] configuration for displaying of headers.
18270         * src/main.c read config of displaying of headers
18271         * src/prefs_common.c add a button to access the config dialog
18272                 for displaying of headers
18273         * src/prefs_display_headers.[ch] dialog for configuration for
18274                 displaying of the headers.
18275         * src/prefs_headers.c cleaning of code
18276         * src/procheader.c comments added to code
18277         * src/textview.c changes to reorder the headers depending
18278                 on the config for displaying of headers
18279
18280 2001-04-30 [alfons]
18281
18282         0.4.65claws7
18283
18284         * sync with 0.4.65cvs12
18285
18286         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18287
18288 2001-04-30 [sergey]
18289
18290         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18291
18292         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18293         is set to force reconnection after authentication failure.
18294         (nntp_gen_command): set sock->auth_failed on authentication
18295         failure, or if sock->userid and sock->passwd are not set.
18296
18297         * src/news.c (news_session_new_for_folder): set userid=NULL if
18298         password dialog is cancelled.
18299
18300 2001-04-30 [sergey]
18301
18302         * src/nntp.h (NNTPSockInfo): new type.
18303
18304         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18305         SockInfo.
18306         (nntp_open_auth, nntp_close): new functions.
18307         (nntp_gen_command): new function to handle authentication; all
18308         NNTP command functions updated to use it.
18309         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18310         (nntp_list): removed old useless code.
18311
18312         * src/news.h (NNTPSession): new field nntp_sock.
18313
18314         * src/news.c: all functions updated to use NNTPSockInfo instead of
18315         SockInfo.
18316         (news_session_new): new arguments (userid, passwd); made static;
18317         use nntp_open_auth() if needed.
18318         (news_session_destroy): use nntp_close() instead of sock_close().
18319         (news_query_password): changed arguments.
18320         (news_session_new_for_folder): new function.
18321         (news_session_get): use news_session_new_for_folder().
18322         (news_authenticate): deleted.
18323         (news_get_uncached_articles): removed old authentication code.
18324
18325 2001-04-30 [sergey]
18326
18327         * src/news.c: reverted my previous changes (need to do NNTP
18328         authentication in a cleaner way).
18329         
18330 2001-04-29 [sergey]
18331
18332         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18333         news_nntp_post, news_nntp_mode): new functions (wrappers with
18334         authentication support).
18335         (news_get_article_cmd, news_get_article, news_get_header): new
18336         argument "folder"; all callers changed.
18337         (news_get_article_cmd): added authentication support.
18338         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18339         (news_post): use news_nntp_post() instead of nntp_post().
18340         (news_get_uncached_articles): use news_nntp_group() instead of
18341         nntp_group() and news_nntp_xover() instead of nntp_xover();
18342         removed old authentication code.
18343         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18344
18345         * src/nntp.c (nntp_list): return real error code instead of
18346         hardcoded NN_ERROR.
18347
18348 2001-04-29 [sergey]
18349
18350         * configure.in: fixed wint_t typedef detection again
18351
18352 2001-04-28 [hoa]
18353
18354         * src/prefs_account.[ch], added A_LOCAL_CMD
18355                 (send mail with mail command)
18356         * src/send.c added function send_message_with_command()
18357         * src/inc.c made a more secure get_spool() function with
18358                 mktemp() but maybe mkstemp() or something more
18359                 secure can be used.
18360
18361 2001-04-28 [alfons]
18362
18363         * src/textview.c, colorization of email addresses in headers
18364
18365         0.4.65claws6
18366
18367         * bug sync with sylpheed
18368         * prefs_common.c: created date format ui for darko
18369         * sync with 0.4.65cvs11
18370         * configure.in: corrected to have the new gpg checks
18371
18372 2001-04-27 [alfons]
18373
18374         * completed sync with 0.4.65cvs10
18375         * minor debug things added to gtkstext.c
18376
18377 2001-04-27 [darko]
18378
18379         * configure.in: remove check for availability of
18380           strftime() as advised by Hiroyuki
18381         * src/prefs_common.[ch], src/procheader.c:
18382           synch strftime() code with Hiroyki's main branch
18383
18384 2001-04-26 [sergey]
18385
18386         * src/news.c: news_query_password(), news_authenticate(): new
18387           functions.
18388           news_get_uncached_articles(): added NNTP authentication
18389           handling.
18390         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18391           new functions.
18392         * src/prefs_account.c: prefs_account_protocol_activated():
18393           enable userid and password fields for NNTP.
18394
18395 2001-04-26
18396
18397         * configure.in: check for availability of strftime()
18398           [darko]
18399         * src/prefs_common.[ch], src/procheader.c: use
18400           strftime() for displaying date in summary pane if it
18401           is available
18402
18403 2001-04-25
18404
18405         * more .cvsignore cleanups [alfons]
18406
18407 2001-04-25
18408
18409         * ac/sv-check-type.m4: new autoconf macro.
18410         * configure.in: fixed wint_t typedef detection (did not work
18411           with gcc-2.96).
18412
18413 2001-04-25
18414
18415         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18416           [hiroyuki]
18417
18418 2001-04-24
18419         * modified gtkstext.c : buggy cursor navigation fixed, 
18420           and font descent also taken in account when drawing
18421           cursor. [alfons]
18422
18423 2001-04-24 [hoa]
18424         * added comments in src/news.c src/nntp.c
18425         * added src/prefs_headers.[ch]
18426         * added src/headers.[ch]
18427         * modified compose.c to activate custom headers
18428                 added function is_in_custom_headers
18429         * modified prefs_account.[ch]
18430                 added function prefs_account_customhdr_edit
18431         * modified src/defs.h :
18432                 added HEADERS_RC : name of the config file
18433                 for the custom headers
18434
18435 2001-04-24
18436
18437     0.4.65claws5
18438
18439         * configure.in
18440           src/gtkstext.[ch]
18441           src/compose.c
18442           src/Makefile.am
18443           
18444           added gtkstext with configure.in patch by Hiroyuki which
18445           should fix the XIM detection [alfons]
18446
18447         * more clean up of cvs [alfons]
18448
18449                  * removed all Makefile.in files to attic.
18450
18451                  * updated all .cvsignores to really ignore things that could
18452                    be unintentionally committed by a recursive commit.
18453
18454 2001-04-23 [hoa]
18455         * added src/grouplist_dialog.[ch]
18456         * changed src/folderview.c to call grouplist_dialog instead
18457                 of inputdialog
18458         * src/news.c :
18459                 added functions news_reset_group_list
18460                 and news_get_group_list
18461         * src/nntp.c :
18462                 added function nntp_list
18463         * src/defs.h :
18464                 added GROUPLIST_FILE : name of the newsgroup list cache file
18465
18466 2001-04-21
18467
18468         * added option to warn about queued messages on exit [sergey]:
18469
18470           * src/compose.c: compose_queue(): call folder_item_scan()
18471             and folderview_update_item() after queueing.
18472           * src/folderview.c: folderview_update_node(): draw the queue
18473             folder in bold font if there are queued messages.
18474           * src/mainwindow.c: queued_messages(): new function.
18475             app_exit_cb(): display warning if there are queued messages
18476             if warn_queued_on_exit is set.
18477           * prefs_common.[ch]: add warn_queued_on_exit option.
18478
18479         * enhanced GnuPG key selection support [sergey]:
18480
18481           * src/select-keys.c: updated to newer version from Win32
18482             branch with support for selecting arbitrary keys.
18483           * src/prefs_account.c: added the Privacy tab to the account
18484             options window.
18485             prefs_account_privacy_create(),
18486             prefs_account_sign_key_set_data_from_radiobtn(),
18487             prefs_account_sign_key_set_radiobtn(): new functions.
18488           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18489           * src/rfc2015.c: set_signers(): new function.
18490             pgp_sign(): add the account parameter, call set_signers().
18491             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18492           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18493           * src/compose.c: pass the current account to rfc2015_sign().
18494
18495         * tag name claws added to prevent confusion with main branch [alfons]
18496
18497         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18498
18499         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18500
18501         * sync with recent sylpheed cvs. Untested though. [alfons]
18502