finish the sync with 0.9.5cvs2
[claws.git] / ChangeLog.claws
1 2003-09-11 [paul]       0.9.5claws5
2
3         * src/rfc2015.c
4           src/common/utils.h
5                 more sync'ing from 0.9.5cvs2
6
7         fixes bug 197 'Header lines encrypted by GPG'
8
9 2003-09-11 [christoph]  0.9.5claws4
10
11         * src/compose.c
12         * src/rfc2015.c
13         * src/common/utils.h
14                 fix sync with 0.9.5cvs2
15
16 2003-09-11 [paul]       0.9.5claws3
17
18         * sync with 0.9.5cvs4
19                 see ChangeLog 2003-09-11
20
21 2003-09-11 [paul]       0.9.5claws2
22
23         * sync with 0.9.5cvs2
24                 see ChangeLog 2003-09-05
25                 
26 2003-09-11 [paul]       0.9.5claws1
27
28         * sync with 0.9.5cvs3
29                 see ChangeLog 2003-09-10
30
31 2003-09-10 [paul]       0.9.5claws
32
33         * 0.9.5claws released
34
35 2003-09-10 [paul]       0.9.4claws78
36
37         * src/Makefile.am
38                 add missing files
39
40 2003-09-10 [melvin]     0.9.4claws77
41
42         * po/fr.po
43                 Updated French translations
44
45 2003-09-10 [paul]       0.9.4claws76
46
47         * po/es.po
48           po/sk.po
49           po/sr.po
50                 update Spanish, Slovak, and Serbian translations.
51                 submitted by Ricardo Mones Lastra, Andrej Kacian,
52                 and Urke MMI
53                 
54         * AUTHORS
55                 add translation team section
56
57 2003-09-09 [christoph]  0.9.4claws75
58
59         * src/folder.c
60                 free item->prefs in folder_item_destroy
61
62 2003-09-09 [alfons]     0.9.4claws74
63
64         * src/folderview.c
65                 o proper check for root node sorting
66                 o remove unnecessary gtk_ctree_remove_node 
67
68         (should fix bug #300, "crash while moving folder")      
69
70 2003-09-08 [christoph]  0.9.4claws73
71
72         * src/folderview.c
73                 o fix double adding of IMAP FolderItems to GtkCTree
74                 o fix crash then mbox folder is removed
75
76 2003-09-08 [christoph]  0.9.4claws72
77
78         * src/folder.c
79         * src/folderview.c
80         * src/mainwindow.c
81                 fix new folder notification
82
83         * src/mbox_folder.c
84                 fix cache path
85
86 2003-09-08 [christoph]  0.9.4claws71
87
88         * src/compose.c
89                 replace '\n' and '\r' before removing trailing spaces
90
91         * src/folder.[ch]
92         * src/folderview.c
93                 add information about new or removed items in folder tree change
94                 notification and use this in folderview to add and remove only
95                 the appected items and not refresh the whole tree
96
97 2003-09-07 [match]      0.9.4claws70
98
99         * src/Makefile.am
100         * src/addr_compl.c
101         * src/addressbook.c
102         * src/addressitem.h
103         * src/addrindex.c
104         * src/addritem.c
105         * src/addritem.h
106         * src/addrquery.c                       ** NEW **
107         * src/addrquery.h
108         * src/ldapquery.c
109         * src/ldapserver.c
110         * src/stock_pixmap.c
111         * src/stock_pixmap.h
112         * src/pixmaps/address_search.xpm        ** NEW **
113                 re-introduce Lookup button for LDAP 'static' searches.
114
115 2003-09-07 [alfons]     0.9.4claws69
116         
117         * src/summaryview.c
118                 abandon setting usize for messageview because it gives layout problems
119                 with the quick search bar and the headerview; fixes assorted UI glitches:
120                 
121                 o bug #148, "Toggling of quick-search bar reduces index view area" 
122                 o bug #280, "Window resiizes for line length but does not revert"
123
124 2003-09-07 [christoph]  0.9.4claws68
125
126         * src/compose.c
127                 o make sure we don't have any newlines in header values
128                 o check custom headers for spaces and newlines and ignore
129                   malformed header names
130
131 2003-09-06 [christoph]  0.9.4claws67
132
133         * src/folder.c
134         * src/folderview.c
135                 invoke notification hook for folder tree changes after append
136                 and remove folder
137
138         (closes Bug 294 Crash while moving folder with many subdirectories)
139
140 2003-09-06 [christoph]  0.9.4claws66
141
142         * src/folder.c
143                 destroy folder's MsgCache if FolderItem is removed to make sure
144                 it is not saved when the FolderItem is destroyed
145
146 2003-09-06 [christoph]  0.9.4claws65
147
148         * src/plugins/clamav/clamav_plugin.c
149                 fix copy & paste bug
150
151 2003-09-05 [christoph]  0.9.4claws64
152
153         * src/folder.c
154         * src/messageview.[ch]
155         * src/procmsg.[ch]
156         * src/summaryview.c
157                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
158                 by MessageView to clear it when the message is deleted. Should
159                 work even if messages are deleted in MainWindow or by
160                 processing.
161
162 2003-09-05 [alfons]     0.9.4claws63
163
164         * src/messageview.c
165                 deleting a message in a message view frees its msginfo, make 
166                 messageview_update_all() aware of that (should fix bug #293,
167                 "deleting message caused crash")
168
169 2003-09-05 [melvin]     0.9.4claws62
170
171         * src/action.c
172                 Improve synchronous action exit code (fixes 
173                 a ~5 seconds delay after action exit on RedHat 9)
174
175 2003-09-04 [christoph]  0.9.4claws61
176
177         * src/compose.c
178         * src/rfc2015.c
179         * src/common/utils.[ch]
180                 add util function to create mime boundary and use it
181                 in compose and gpg code
182
183 2003-09-04 [alfons]     0.9.4claws60
184
185         * src/folder.c
186                 source folder item's GNode should already have been freed in 
187                 a previous call to src->folder->klass->remove_folder()
188                 (should fix bug #287, "crash when moving folders")
189
190 2003-09-03 [thorsten]   0.9.4claws59
191
192         * src/plugins/spamassassin/spamassassin_gtk.c
193                 fix compile error
194
195 2003-09-03 [christoph]  0.9.4claws58
196
197         * src/plugins/spamassassin/spamassassin.[ch]
198         * src/plugins/spamassassin/spamassassin_gtk.c
199                 add timeout config option
200
201 2003-09-03 [paul]       0.9.4claws57
202
203         * po/sk.po      ** NEW FILE **
204                 add Slovak translation. Submitted by Andrej Kacian 
205                 <andrej@kacian.sk>
206
207 2003-09-03 [paul]       0.9.4claws56
208
209         * src/plugins/clamav/clamav_plugin_gtk.c
210                 gui tweaks: replace a label with a tooltip, modify the
211                 text, use gtk_check_button_new(); instead of
212                 gtk_check_button_new_with_label("");
213
214 2003-09-02 [alfons]     0.9.4claws55
215
216         * src/gtk/filesel.c
217                 remember last used dir when attaching multiple files (should fix
218                 bug #290, "Attach File does not remember directory")
219
220 2003-09-01 [paul]       0.9.4claws54
221
222         * po/es.po
223                 updated by Ricardo Mones Lastra
224
225 2003-09-01 [alfons]     0.9.4claws53
226
227         * src/gtk/gtkaspell.[ch]
228                 be pedantic and strict and use const gchar * instead of guchar *
229
230 2003-09-01 [alfons]     0.9.4claws52
231
232         * src/mainwindow.c
233         * src/summaryviewc.
234                 re-enable Save As when multiple messages are selected
235
236 2003-09-01 [paul]       0.9.4claws51
237
238         * src/textview.c
239                 g_free(trimmed_uri);
240
241 2003-09-01 [paul]       0.9.4claws50
242
243         * sync with 0.9.4cvs13
244                 see ChangeLog 2003-09-01
245
246 2003-09-01 [paul]       0.9.4claws49
247
248         * src/textview.c
249                 trim uri before sending to the statusbar
250                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
251                 in the message window causes main S-C window to enlarge 
252                 past screen edges'
253
254 2003-09-01 [paul]       0.9.4claws48
255
256         * sync with 0.9.4cvs12
257                 see ChangeLog 2003-09-01
258
259 2003-08-30 [christoph]  0.9.4claws47
260
261         * src/compose.c
262         * src/folder_item_prefs.[ch]
263         * src/prefs_folder_item.c
264         * src/gtk/gtkaspell.[ch]
265                 commit per folder dictionary patch by
266                 Paul Evans <nerd@freeuk.com>
267
268 2003-08-30 [christoph]  0.9.4claws46
269
270         * src/plugins/spamassassin/spamassassin_gtk.c
271         * src/plugins/spamassassin/spamassassin_gtk.glade
272                 reduce GUI clutter by placing hints into tooltips
273
274 2003-08-30 [paul]       0.9.4claws45
275
276         * src/compose.c
277                 add 'Content-Disposition: inline' to a text/plain
278                 part when using PGP/MIME signing
279
280 2003-08-30 [paul]       0.9.4claws44
281
282         * src/prefs_common.c
283           src/prefs_spelling.c
284           src/prefs_spelling.glade
285                 reduce GUI clutter by placing hints into tooltips
286
287 2003-08-29 [christoph]  0.9.4claws43
288
289         * configure.ac
290                 fix bug found by Ivan Rayner <ivanr@sgi.com>
291
292         * src/stock_pixmap.c
293                 change unecessary warning into a debug message
294
295         * src/plugins/clamav/Makefile.am
296                 Fix error "-I$(CLAMAV_LIBS)"
297
298 2003-08-29 [christoph]  0.9.4claws42
299
300         * intl/Makefile.in
301         * src/Makefile.am
302         * src/matcher.h
303         * src/common/Makefile.am
304         * src/common/passcrypt.c
305                 commit fixes and patches for some of the IRIX problems found by
306                 Ivan Rayner <ivanr@sgi.com>
307
308 2003-08-29 [paul]       0.9.4claws41
309
310         * src/prefs_filtering.c
311                 add 'Top' and 'Bottom' buttons, based on changes in
312                 src/prefs_filter.c in 0.9.4cvs11.
313
314 2003-08-27 [christoph]  0.9.4claws40
315
316         * src/folderview.c
317                 fix bug that the current summary settings were copied to the
318                 wrong folder item, when the folder item prefs are opened.
319                 Copying is not required because summary settings and
320                 folder_item_prefs do not contain the same settings
321
322 2003-08-27 [thorsten]   0.9.4claws39
323
324         * src/imap.c
325                 fix compile error
326
327 2003-08-26 [paul]       0.9.4claws38
328
329         * sync with 0.9.4cvs9
330                 see ChangeLog 2003-08-26
331
332 2003-08-25 [paul]       0.9.4claws37
333
334         * sync with 0.9.4cvs8
335                 see ChangeLog 2003-08-25
336
337 2003-08-24 [christoph]  0.9.4claws36
338
339         * src/prefs_filtering.c
340                 shouldn't remove items from a GSList while iterating over the
341                 list (makes cur invalid and cur->next not accessable)
342
343         (closes Bug 272 i deleted an folder and some seconds later sylpheed
344          crashed)
345
346 2003-08-23 [christoph]  0.9.4claws35
347
348         * src/news.c
349                 news folders should be scanned when opened
350
351 2003-08-22 [christoph]  0.9.4claws34
352
353         * src/prefs_folder_item.c
354                 use macro to assign strings that always frees the old string
355
356         * src/gtk/gtkaspell.[ch]
357                 add gtkaspell_set_dictionary_menu_active_item() to set active
358                 item in dictionary option menu
359
360         * src/prefs_spelling.c
361                 use gtkaspell_set_dictionary_menu_active_item() to select
362                 dictionary
363
364 2003-08-21 [christoph]  0.9.4claws33
365
366         * src/folder.[ch]
367         * src/imap.c
368         * src/mbox_folder.c
369         * src/mh.c
370         * src/news.c
371                 optimize folder system
372
373         * src/gtk/gtkstext.c
374                 fix division by zero when font has 0 width for ' '
375
376 2003-08-21 [paul]       0.9.4claws32
377
378         * sync with 0.9.4cvs7
379                 see ChangeLog 2003-08-20
380
381 2003-08-19 [paul]       0.9.4claws31
382
383         * src/common/defs.h
384                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
385                 SYLDOC_FAQ_HTML_INDEX.
386         * src/manual.c
387                 use LC_MESSAGES instead of LC_ALL to find the current
388                 language
389
390           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
391
392 2003-08-19 [paul]       0.9.4claws30
393
394         * po/bg.po
395                 updated by George Danchev
396
397 2003-08-18 [luke]       0.9.4claws29
398         * src/mimeview.[ch]
399         * src/gtk/gtkvscrollbutton.[ch]
400                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
401                   dependencies; do it the GTK way; reduce code -14/+2 lines)
402                 o removed horizontal separator between icons
403
404 2003-08-17 [christoph]  0.9.4claws28
405
406         * src/procmsg.c
407                 no subject threading when the subject has no reply prefix
408
409 2003-08-16 [christoph]  0.9.4claws27
410
411         * src/mainwindow.c
412                 remember and restore window sizes and position when the main
413                 window is hidden or shown
414
415         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
416          minimised/reopened using trayicon)
417
418 2003-08-16 [paul]       0.9.4claws26
419
420         * src/crash.c
421                 add #include "defs.h"
422
423 2003-08-16 [paul]       0.9.4claws25
424
425         * src/plugins/clamav/clamav_plugin.c
426                 reword a debug_print
427                 
428         * src/plugins/dillo_viewer/dillo_prefs.c
429                 cosmetic: change the labels' text, add tooltips, and
430                 left-align the hint
431
432 2003-08-15 [christoph]  0.9.4claws24
433
434         * src/news.c
435                 complete last change (forgot some changes)
436
437 2003-08-15 [christoph]  0.9.4claws23
438
439         * src/news.c
440                 o check number of messages and don't return a 0 message
441                   when no messages are available
442                 o don't parse xref header anymore
443
444         (closes Bug 203 I'm not getting any news)
445
446 2003-08-15 [paul]       0.9.4claws22
447
448         * src/common/defs.h
449           src/crash.c
450                 update and define claws bugzilla location
451
452 2003-08-15 [paul]       0.9.4claws21
453
454         * po/ru.po
455                 update submitted by Ruslan N. Balkin
456
457 2003-08-14 [christoph]  0.9.4claws20
458
459         * src/procmsg.c
460                 fix search for oldest node in subject threading
461
462 2003-08-14 [christoph]  0.9.4claws19
463
464         * src/procmsg.c
465         * src/common/utils.h
466                 add possibility to check all nodes with the same subject for
467                 subject threading, not only the oldest node. Should not break
468                 threads anymore if the oldest node is thread_by_subject_max_age
469                 days older then parent, because it can now find a child of
470                 oldest node as new parent.
471
472 2003-08-11 [christoph]  0.9.4claws18
473
474         * src/plugins/spamassassin/spamassassin.c
475                 run spam check in background process
476
477 2003-08-10 [alfons]     0.9.4claws17
478
479         * src/summaryview.c
480                 make `Select All' sensitive too
481
482 2003-08-10 [christoph]  0.9.4claws16
483
484         * src/imap.c
485                 add more checks in imap_close
486
487 2003-08-09 [alfons]     0.9.4claws15
488
489         * src/prefs_spelling.c
490                 no spell checking UI if not requested
491
492 2003-08-09 [alfons]     0.9.4claws14
493
494         * src/gtk/prefswindow.c
495                 make it compile
496
497 2003-08-09 [christoph]  0.9.4claws13
498
499         * src/prefs_spelling.c
500         * src/gtk/prefswindow.[ch]
501         * src/plugins/clamav/clamav_plugin_gtk.c
502         * src/plugins/spamassassin/spamassassin_gtk.c
503                 sort prefs pages by heighest weight in tree
504
505 2003-08-09 [paul]       0.9.4claws12
506
507         * sync with 0.9.4cvs6
508                 see ChangeLog 2003-08-07
509                 
510         * AUTHORS
511                 add Leandro and Luke to claws-branch section
512
513 2003-08-09 [christoph]  0.9.4claws11
514
515         * src/gtk/Makefile.am
516         * src/gtk/colorsel.[ch]                 ** NEW **
517                 create a color selection dialog that can be used as a simple
518                 function call with it's own gtk main loop like filesel.[ch]
519
520         * src/Makefile.am
521         * src/main.c
522         * src/prefs_common.c
523         * src/prefs_spelling.[ch]               ** NEW **
524         * src/prefs_spelling.glade              ** NEW **
525         * src/gtk/gtkutils.[ch]
526                 move "Spell Checker" prefs to new prefs dialog
527
528         * src/prefs_folder_item.c
529                 use new colorsel dialog
530
531 2003-08-08 [paul]       0.9.4claws10
532
533         * src/inc.c
534                 clear the progress bar unconditionally
535
536 2003-08-08 [paul]       0.9.4claws9
537
538         * sync with 0.9.4cvs4
539                 see ChangeLog 2003-07-31
540
541 2003-08-07 [christoph]  0.9.4claws8
542
543         * configure.ac
544                 fix bug in image viewer plugin part
545
546         * src/imap.c
547                 don't execute close command if the folder item is not selected
548
549 2003-08-07 [hoa]        0.9.4claws7
550
551         * src/filtering.[ch]
552         * src/matcher_parser.h
553         * src/matcher_parser_parse.y
554                 can define several actions for each filtering rule
555                 can import old versions of filtering rules
556
557         * src/prefs_filtering.c
558                 call to a new dialog box to define actions
559
560         * src/prefs_filtering_action.[ch]
561                 dialog box to define actions for filtering rules
562
563 2003-08-06 [christoph]  0.9.4claws6
564
565         * src/imap.c
566                 make sure source folder is selected when copying messages
567
568 2003-08-06 [christoph]  0.9.4claws5
569
570         * sync with 0.9.4cvs2
571                 see ChangeLog 2003-07-29                
572
573 2003-08-05 [paul]       0.9.4claws4
574
575         * sync with 0.9.4cvs3
576                 see ChangeLog 2003-07-30
577
578 2003-08-04 [match]      0.9.4claws3
579
580         * po/POTFILES.in
581                 export of LDIF files.
582
583 2003-08-04 [match]      0.9.4claws2
584
585         * src/ldif.[ch]
586                 support for export LDIF. documented.
587         * src/importldif.[ch]
588         * src/exportldif.[ch]
589                 add tooltips. documented.
590         * src/exphtmldlg.[ch]
591         * src/common/xmlprops.[ch]
592                 documented.
593         * src/exportldif.[ch]                   ** NEW **
594         * src/expldifdlg.[ch]                   ** NEW **
595         * src/addressbook.[ch]
596         * src/Makefile.am
597                 export of LDIF files.
598                 documented.
599
600 2003-08-04 [christoph]  0.9.4claws1
601
602         * .cvsignore
603         * Makefile.am
604         * configure.ac
605         * sylpheed-claws.pc.in                  ** NEW **
606         * src/Makefile.am
607         * src/common/Makefile.am
608         * src/gtk/Makefile.am
609                 install sylpheed header files in $(pkgincludedir) and create a
610                 pkg-config file to allow building a plugin without the source
611                 package
612
613 2003-08-04 [paul]       0.9.4claws
614
615         * version 0.9.4claws
616
617 2003-08-04 [paul]       0.9.3claws97
618
619         * po/es.po
620                 update Spanish translation. Submitted by Ricardo
621                 Mones Lastra.
622
623 2003-08-03 [paul]       0.9.3claws96
624
625         * po/hr.po
626           po/sr.po
627                 update Croatian and Serbian translations. Submitted by
628                 Dragan and Urke MMI respectively
629
630 2003-08-03 [alfons]     0.9.3claws95
631
632         * src/summaryview.c
633                 mark flag has precedence over important flag - seems
634                 to have been changed in sync of 0.9.3claws45. this fixes
635                 a regression where messages that were scored as important
636                 don't show their mark flags. (using the same column for
637                 both importance as mark flags is the real problem
638                 ofcourse)
639
640 2003-08-03 [melvin]     0.9.3claws94
641
642         * po/fr.po
643                 Updated French translations.
644
645 2003-08-03 [melvin]     0.9.3claws93
646
647         * src/Makefile.am
648                 Fixed typo introduced after 0.9.3claws92 
649                 that prevented compilation
650                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
651                 CPPFLAGS and YFLAGS to allow user setting these.
652         * src/common/Makefile.am
653         * src/gtk/Makefile.am
654         * src/plugins/clamav/Makefile.am
655         * src/plugins/demo/Makefile.am
656         * src/plugins/dillo_viewer/Makefile.am
657         * src/plugins/image_viewer/Makefile.am
658         * src/plugins/mathml_viewer/Makefile.am
659         * src/plugins/spamassassin/Makefile.am
660         * src/plugins/trayicon/Makefile.am
661         * src/plugins/trayicon/libeggtrayicon/Makefile.am
662                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
663                 CPPFLAGS and YFLAGS to allow user setting these.
664
665 2003-08-02 [christoph]  0.9.3claws92
666
667         * configure.ac
668                 o rearrange plugin tests
669                 o add test for clamav.h to ClamAV tests
670
671 2003-08-02 [luke]       0.9.3claws91
672
673         * src/mimeview.c
674                 o fixed appearance of icon list when toggling back from the 
675                   ctree
676                 o toggling of icons using the keyboard works correctly
677                 o fixed all other keyboard shortcuts to work when icons are
678                   active
679         
680         * src/messageview.c
681                 o fixed bug 4 - focus lost when changing messageview view type
682
683 2003-08-02 [christoph]  0.9.3claws90
684
685         * src/common/hooks.c
686                 fix crash when pointer stored in hash table could get invalid
687                 when a plugin is unloaded
688
689 2003-08-01 [christoph]  0.9.3claws89
690
691         * configure.ac
692                 o try to build all plugins (except spamassassin) by default
693                 o don't build a plugin if a dependency check fails
694
695         * src/common/hooks.c
696                 fix warning
697
698 2003-08-01 [match]      0.9.3claws88
699
700         * src/importldif.c
701                 allow single click field selection. document code.
702
703 2003-08-01 [christoph]  0.9.3claws87
704
705         * src/plugins/clamav/clamav_plugin.c
706         * src/plugins/clamav/clamav_plugin_gtk.c
707         * src/plugins/dillo_viewer/dillo_viewer.c
708         * src/plugins/image_viewer/plugin.c
709         * src/plugins/mathml_viewer/mathml_viewer.c
710         * src/plugins/spamassassin/spamassassin.c
711         * src/plugins/spamassassin/spamassassin_gtk.c
712         * src/plugins/trayicon/trayicon.c
713                 add version check to all plugins
714
715 2003-08-01 [hoa]        0.9.3claws86
716
717         * src/prefs_filtering.c
718                 fixed a cosmetic bug, during creation of dialog box,
719                 wrong widgets were shown after creation.
720
721 2003-08-01 [luke]       0.9.3claws85
722
723         * src/mainwindow.c
724                 o fixed visibility of icons/mimeview after toggling separate
725                   message/folder view (factored out some similar code too).
726
727
728 2003-07-31 [alfons]     0.9.3claws84
729
730         * src/mimeview.c
731                 tweak icon box UI a bit more, now allowing right-clicks actions
732                 getting the relevant mime data too; should fix #250, "Can't save 
733                 attachments sometimes".
734
735 2003-07-30 [alfons]     0.9.3claws83
736
737         * src/compose.c
738                 don't do auto-save-draft inside key press handler, but rather
739                 schedule it half of a second later; should fix #67, "autosave 
740                 make re-rediting message crazy"
741
742 2003-07-30 [christoph]  0.9.3claws82
743
744         * src/plugins/trayicon/trayicon.c
745                 process pending events before unloading the plugin
746
747         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
748
749 2003-07-30 [alfons]     0.9.3claws81
750
751         * src/common/hooks.c
752                 parameter 2 of g_hook_destroy() should really be a hook id
753
754 2003-07-30 [alfons]     0.9.3claws80
755
756         * src/common/plugin.c
757                 fix a possibly harmful function signature mismatch 
758                 for plugin_done
759
760 2003-07-30 [alfons]     0.9.3claws79
761
762         * src/common/hooks[.ch]
763                 const correctness
764
765 2003-07-30 [darko]      0.9.3claws78
766
767         * src/summaryview.c
768                 make it compile again
769
770 2003-07-30 [luke]       0.9.3claws77
771
772         * src/crash.c
773         * src/main.c
774                 o added/moved signal handlers for SIGTERM (normal kill command) 
775                   and SIGINT (ctl-c) to be used even without 
776                   --enable-crash-dialog, fixing bug 166
777
778         * src/summaryview.c
779                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
780                   bug 227
781
782         * src/mainwindow.c
783                 o changed sensitivity condition for 'Next new' and 'Next 
784                   unread', fixing bug 8
785
786 2003-07-29 [alfons]     0.9.3claws76
787
788         * src/common/utils.[ch]
789                 add generate_msgid()
790         * src/messageview.c
791                 save ack'ed RRR; fixes #205, "return receipt is not saved in
792                 sent folder".
793
794 2003-07-29 [alfons]     0.9.3claws75
795
796         * src/messageview.c
797                 fix a memleak (claws-only)
798
799 2003-07-29 [alfons]     0.9.3claws74
800
801         * src/mimeview.[ch]
802         * src/gtk/gtkvscrollbutton.[ch]
803                 fix UI glitch where mime icon toolbox' scroll position is not 
804                 reset after switching to another message
805                 
806
807 2003-07-29 [paul]       0.9.3claws73
808
809         * src/prefs_folder_item.c
810                 split the prefs into 2 separate pages
811
812 2003-07-29 [paul]       0.9.3claws72
813
814         * src/compose.c
815                 prepend "\n\n" to a signature without a separator too
816
817 2003-07-29 [paul]       0.9.3claws71
818
819         * src/compose.c
820                 fix bug where changing to an account without an auto-sig
821                 from an initial account without an auto-sig would insert 
822                 2 blank lines at the cursor point
823                 fix bug where changing to an account with an auto-sig
824                 from an initial account without an auto-sig would insert
825                 the sig at the cursor point
826
827 2003-07-29 [paul]       0.9.3claws70
828
829         * src/folderview.c
830                 use the colour from the folder pref unless the folder
831                 has new messages
832
833 2003-07-29 [alfons]     0.9.3claws69
834
835         * src/procmsg.[ch]
836         * src/messageview.c
837         * src/procheader.c
838                 rewrite return receipt request work a little bit (the former 
839                 implementation presumably depended too much on the UI setting
840                 flags). (we're losing the old pending flag.) 
841
842 2003-07-28 [christoph]  0.9.3claws68
843
844         * src/folder.c
845         * src/imap.c
846         * src/mh.c
847         * src/procmsg.[ch]
848                 fix copy to IMAP folder from other folder
849
850 2003-07-28 [christoph]  0.9.3claws67
851
852         * src/procmsg.c
853                 fix sync of procmsg_get_message_file_list
854
855 2003-07-28 [christoph]  0.9.3claws66
856
857         * sync with 0.9.3cvs14
858                 see ChangeLog 2003-07-18
859         * sync with 0.9.3cvs17
860                 see ChangeLog 2003-07-23
861
862         (closes Bug 234 segmentation fault after sending out mail via
863          smtp(auth))
864
865 2003-07-28 [paul]       0.9.3claws65
866
867         * po/es.po
868                 update Spanish translation, submitted by Ricardo Mones
869                 Lastra
870
871 2003-07-28 [christoph]  0.9.3claws64
872
873         * src/folder.[ch]
874         * src/imap.c
875         * src/mh.c
876                 return new message numbers as a GRelation instead of a GSList
877                 that has to be in the same order as the input list. A list
878                 would make it hard for IMAP to optimize oepration by sorting
879                 the input list. The returned list would have to be reordered
880                 to match the same order that input list has.
881
882         * src/gtk/gtkaspell.c
883                 fix missing return value, could cause a crash when garbage is
884                 on the stack that is used as the expected return value
885
886 2003-07-28 [paul]       0.9.3claws63
887
888         * sync with 0.9.4cvs1
889                 see ChangeLog 2003-07-28
890
891 2003-07-27 [alfons]     0.9.3claws62
892
893         * src/mimeview.c
894                 tweak it more to make icon list act like a check button group
895
896 2003-07-27 [christoph]  0.9.3claws61
897
898         * sync with 0.9.3cvs20
899                 see ChangeLog 2003-07-25
900
901 2003-07-27 [paul]       0.9.3claws60
902
903         * src/procmsg.c
904                 re-commit changes from 0.9.3claws58 -
905                 accidently removed in 0.9.3claws59
906
907 2003-07-27 [paul]       0.9.3claws59
908
909         * src/procmsg.[ch]
910                 a sync from 0.9.3cvs17
911                 see ChangeLog 2003-07-23
912
913 2003-07-27 [alfons]     0.9.3claws58
914
915         * src/procmsg.c
916                 add missing header members to MsgInfo; fixes the problem of 
917                 not displaying X-Faces, as noticed by Ricardo Mones
918
919 2003-07-26 [christoph]  0.9.3claws57
920
921         * sync with 0.9.3cvs18
922                 see ChangeLog 2003-07-24
923
924 2003-07-26 [christoph]  0.9.3claws56
925
926         * sync with 0.9.3cvs17
927                 see ChangeLog 2003-07-23
928
929 2003-07-26 [christoph]  0.9.3claws55
930
931         * src/folder.[ch]
932         * src/imap.c
933         * src/mbox_folder.c
934         * src/mh.c
935         * src/news.c
936                 add support for copy function that copy multiple messages
937                 (not implemented yet)
938
939         * src/summaryview.c
940                 add missing return value
941
942 2003-07-26 [paul]       0.9.3claws54
943
944         * tools/multiwebsearch.pl
945                 do whitespace substitution before passing the string
946                 to the browser. fixes bug with browsers that don't
947                 do whitespace conversion themselves.
948
949 2003-07-25 [christoph]  0.9.3claws53
950
951         * src/folder.[ch]
952         * src/imap.c
953         * src/mh.c
954                 rewrite adding of multiple messages to a folder for
955                 claws' folder system
956
957 2003-07-25 [luke]       0.9.3claws52
958
959         * src/mimeview.c
960                 o icon toggles set correctly on leaving ctree mimeview
961
962 2003-07-25 [paul]       0.9.3claws51
963
964         * partial sync with 0.9.3cvs21 [src/main.c]
965                 see ChangeLog 2003-07-25
966
967 2003-07-24 [paul]       0.9.3claws50
968
969         * tools/maildir2sylpheed.pl
970                 fix typo
971
972 2003-07-24 [paul]       0.9.3claws49
973
974         * src/mimeview.c
975                 increase the gutter size of paned so that the panes
976                 can be resized
977                 
978         * src/plugins/demo/demo.c
979                 squeeze in another typo fix
980
981 2003-07-24 [paul]       0.9.3claws48
982
983         * src/plugins/demo/demo.c
984           src/prefs_account.c
985                 small changes to the English
986                 
987         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
988           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
989           src/Makefile.am
990           src/stock_pixmap.c
991                 rename the misspelled icon
992
993 2003-07-23 [alfons]     0.9.3claws47
994
995         * src/mimeview.c
996                 make icon list look like a list of toggles
997
998 2003-07-23 [luke]       0.9.3claws46
999
1000         * src/pixmaps/mimeview_gpg_expired.xpm
1001         * src/pixmaps/mimeview_gpg_failed.xpm
1002         * src/pixmaps/mimeview_gpg_passed.xpm
1003         * src/pixmaps/mimeview_text_html.xpm
1004         * src/pixmaps/mimeview_image.xpm
1005                 o all icons the same size
1006
1007         * src/mimeview.[ch]
1008                 o mimeview ctree arranged vertically above the viewer
1009                 o icons changed to buttons
1010                 o can use keyboard to select an icon (Enter)
1011                 o resize icon list to width of icons
1012
1013         *  src/gtk/gtkvscrollbutton.c
1014                 o sensitivity of buttons reacts to position
1015
1016 2003-07-23 [christoph]  0.9.3claws45
1017
1018         * sync with 0.9.3cvs14 (incomplete)
1019                 see ChangeLog 2003-07-17
1020
1021 2003-07-23 [alfons]     0.9.3claws44
1022
1023         * src/folder.c
1024         * src/procmsg.h
1025                 sync with my local tree to restore some claws-only things
1026
1027 2003-07-23 [paul]       0.9.3claws43
1028
1029         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1030           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1031           src/Makefile.am
1032           src/mimeview.c
1033           src/procmime.h
1034           src/rfc2015.c
1035           src/stock_pixmap.[ch]
1036                 indicate missing keys and expired sigs/keys
1037                 in mime view column
1038
1039 2003-07-23 [paul]       0.9.3claws42
1040
1041         * src/compose.c
1042                 Redirect fixes: enable automatic account selection and
1043                 do not append signature to message on changing account
1044                 fixes Bug[s] #248
1045
1046 2003-07-23 [paul]       0.9.3claws41
1047
1048         * sync with 0.9.3cvs16
1049                 see ChangeLog 2003-07-23
1050
1051 2003-07-23 [alfons]     0.9.3claws40
1052
1053         * src/inc.c
1054                 give progress dialog a main window, and give it the first 
1055                 one (presumably the only one). fixes bug #247, "segfault on 
1056                 pop-before-smtp" 
1057
1058 2003-07-22 [alfons]     0.9.3claws39
1059
1060         * src/summaryview.c
1061                 shift-space scrolls up
1062
1063 2003-07-22 [paul]       0.9.3claws38
1064
1065         * sync with 0.9.3cvs15
1066                 see ChangeLog 2003-07-22
1067
1068 2003-07-20 [alfons]     0.9.3claws37
1069
1070         * src/compose.c
1071                 put menu inside #ifdef USE_ASPELL..#endif
1072
1073 2003-07-20 [christoph]  0.9.3claws36
1074
1075         * src/procmsg.c
1076                 fix wrong flags in MsgInfo returned by
1077                 procmsg_msginfo_get_full_info()
1078
1079         (closes Bug 221 Deleting messages from the Message View gives incorrect
1080          new/unread message counts in the folder view)
1081
1082         * src/plugins/spamassassin/spamassassin_gtk.c
1083                 add gettext macro for prefs page title
1084
1085 2003-07-20 [paul]       0.9.3claws35
1086
1087         * src/mimeview.c
1088                 redraw icon list on signature check
1089
1090 2003-07-20 [christoph]  0.9.3claws34
1091
1092         * src/Makefile.am
1093         * src/account.c
1094         * src/folder.[ch]
1095         * src/folder_item_prefs.[ch]            ** NEW **
1096         * src/folderview.c
1097         * src/mainwindow.c
1098         * src/mh.c
1099         * src/prefs_gtk.c
1100         * src/prefs_scoring.c
1101         * src/summaryview.c
1102         * src/prefs_folder_item.[ch]
1103                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1104                   Properties dialog
1105                 o use prefswindow for folder properties
1106
1107         * src/gtk/prefswindow.[ch]
1108                 change implementation to use an invisible notebook instead
1109                 of unparenting widgets
1110
1111 2003-07-20 [christoph]  0.9.3claws33
1112
1113         * src/compose.h
1114         * src/folder.c
1115         * src/folderview.h
1116         * src/headerview.h
1117         * src/prefs_filtering.h
1118         * src/prefs_folder_item.[ch]
1119         * src/procmime.h
1120         * src/procmsg.h
1121         * src/summaryview.h
1122                 clean up header mess
1123                 (always use 1. typedefs, 2. #includes, 3. structures)
1124
1125         * src/common/version.h.in
1126                 add casts for constants
1127
1128         * src/plugins/demo/demo.c
1129                 fix typo
1130
1131         * src/plugins/spamassassin/spamassassin.c
1132                 remove unused variable
1133
1134 2003-07-20 [alfons]     0.9.3claws32
1135
1136         * src/mimeview.c
1137                 o make icon buttons respond on left click
1138                 o minor cosmetic change
1139
1140 2003-07-19 [luke]       0.9.3claws31
1141
1142         * src/mimeview.[ch]
1143         * src/gtk/gtkvscrollbutton.c
1144         * src/messageview.c
1145                 o improved mimeview behaviour when selecting a new message
1146                 o plus code cleanups to remove compile warnings
1147
1148
1149 2003-07-19 [alfons]     0.9.3claws30
1150
1151         * src/procmsg.c
1152         * src/compose.c
1153         * src/common/utils.[ch]
1154                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1155
1156 2003-07-19 [alfons]     0.9.3claws29
1157
1158         * src/prefs_folder_item.c
1159                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1160                 string pointers
1161
1162 2003-07-19 [luke]       0.9.3claws28
1163
1164         * src/messageview.c
1165         * src/mimeview.[ch]
1166         * src/procmime.h
1167         * src/rfc2015.c
1168         * src/stock_pixmap.[ch]
1169         * src/gtk/Makefile.am
1170         * src/Makefile.am
1171         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1172         * src/pixmaps/mime_*.xpm                ** NEW **
1173                 o mimeview rearrangement with a new icon shortcut bar
1174
1175 2003-07-19 [alfons]     0.9.3claws27
1176
1177         * src/folderview.c
1178                 o plug leaking nodes_to_recollapse
1179                 o add folderview_recollapse_all_nodes() (not used yet)
1180
1181 2003-07-19 [alfons]     0.9.3claws26
1182
1183         * src/compose.c
1184         * src/common/utils.c
1185                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1186                 for both forwarding as replying
1187
1188 2003-07-18 [christoph]  0.9.3claws25
1189
1190         * configure.ac
1191         * src/common/sylpheed.[ch]
1192         * src/common/version.h.in
1193                 add version in numeric form to allow easy comparison
1194
1195         * src/plugins/demo/demo.c
1196                 add version check
1197                 - sylpheed version > plugin version => never allowed, sylpheed
1198                   could contain unknown API changes
1199                 - sylpheed version < minimum version required => don't load,
1200                   API required not available (if linking does not fail)
1201
1202 2003-07-18 [alfons]     0.9.3claws24
1203         
1204         * src/common/plugin.[ch]
1205                 const correctness
1206
1207 2003-07-18 [christoph]  0.9.3claws23
1208
1209         * src/common/hooks.c
1210                 fix crash when hooks where unregisted
1211
1212         * src/plugins/trayicon/trayicon.c
1213                 unregister detroy signal before destroying the widget
1214                 (still crashes when the plugin is unloaded)
1215
1216 2003-07-18 [alfons]     0.9.3claws22
1217         
1218         * src/folderview.c
1219                 delay expanding folder tree during drags until timeout triggered
1220                 (needs perhaps some tweaking, so testing is welcome)
1221
1222 2003-07-17 [alfons]     0.9.3claws21
1223
1224         * src/folderview.c
1225                 clean up cruft
1226
1227 2003-07-17 [christoph]  0.9.3claws20
1228
1229         * src/common/session.c
1230                 fix opening of SSL connections
1231
1232         * src/plugins/image_viewer/Makefile.am
1233                 add OPENSSL_CFLAGS (we should find a better solution to remove
1234                 this dependencies if they are not required)
1235
1236         * src/plugins/spamassassin/spamassassin.c
1237                 remove setlocale workaround (fixed in libspamc)
1238
1239         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1240          if spell checking enabled)
1241
1242 2003-07-17 [alfons]     0.9.3claws19
1243
1244         * src/common/hooks.[ch]
1245         * src/plugins/clamav/clamav_plugin.c
1246         * src/plugins/spamassassin/spamassassin.c
1247         * src/plugins/trayicon/trayicon.c
1248                 fix signedness muck 
1249
1250 2003-07-17 [alfons]     0.9.3claws18
1251
1252         * src/procmime.c
1253                 plug memleak
1254
1255 2003-07-17 [alfons]     0.9.3claws17
1256
1257         * src/inc.c
1258                 plug memleak
1259
1260 2003-07-17 [paul]       0.9.3claws16
1261
1262         * src/common/defs.h
1263           src/mainwindow.c
1264           src/manual.[ch]
1265                 add link to the Claws site's FAQ page, after the suggestion
1266                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1267                 Move url strings to defs.h
1268                 
1269         * src/mainwindow.c
1270                 fix typo to prevent "unknown menu entry" warnings
1271
1272 2003-07-17 [alfons]     0.9.3claws15
1273
1274         * src/folderview.[ch]
1275         * src/summaryview.[ch]
1276         * src/mimeview.[ch]
1277                 plug DnD leaks 
1278
1279 2003-07-17 [paul]       0.9.3claws14
1280
1281         * src/inc.c
1282                 remove two instances of 'GTK_EVENTS_FLUSH' because
1283                 they are unnecessary and probably cause a stack overflow
1284
1285 2003-07-16 [christoph]  0.9.3claws13
1286
1287         * src/mimeview.[ch]
1288                 use an invisible GTK notebook to switch between viewers
1289                 instead of reparenting widgets
1290
1291 2003-07-16 [christoph]  0.9.3claws12
1292
1293         * src/folder.c
1294                 move folder_item_update_freeze() to correct place in
1295                 folder_item_scan_full()
1296
1297 2003-07-16 [paul]       0.9.3claws11
1298
1299         * sync with 0.9.3cvs12
1300                 see ChangeLog 2003-07-14 and 2003-07-15
1301
1302 2003-07-16 [christoph]  0.9.3claws10
1303
1304         * src/imap.[ch]
1305         * src/prefs_account.[ch]
1306                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1307
1308 2003-07-15 [alfons]     0.9.3claws9
1309
1310         * src/main.c
1311                 make --config-dir do something useful
1312
1313 2003-07-15 [alfons]     0.9.3claws8
1314
1315         * src/procmsg.c
1316                 o fix a bug where 'last' didn't really point to the last message
1317                   in the top level list of children, but to the last threaded
1318                   message. 
1319                 
1320                 o clean up and make it easier to sync
1321
1322 2003-07-15 [alfons]     0.9.3claws7
1323
1324         * src/mainwindow.c
1325                 make correct menu items sensitive       
1326
1327 2003-07-14 [alfons]     0.9.3claws6
1328
1329         * src/procmsg.c
1330                 tune the threader so it will not subject-thread any message
1331                 without a subject prefix (this will not thread correctly if 
1332                 a parent is delivered after their childs, but it looks 
1333                 better right now)
1334
1335 2003-07-13 [christoph]  0.9.3claws5
1336
1337         * src/mainwindow.c
1338                 group "Add mailbox *..." menu items in submenu
1339
1340 2003-07-13 [alfons]     0.9.3claws4
1341
1342         * src/summaryview.c
1343                 correct summary_toggle_pressed() signature and make sure
1344                 signal is not passed on
1345
1346 2003-07-13 [alfons]     0.9.3claws3
1347
1348         * src/summaryview.c
1349                 o for now don't pass on keys when they we're handled by 
1350                   ctree::key_press_event
1351                 o clean up
1352
1353 2003-07-13 [alfons]     0.9.3claws2
1354         
1355         * src/main.c
1356                 add command line option "--config-dir" to get the current 
1357                 configuration dir
1358
1359 2003-07-12 [alfons]     0.9.3claws1
1360
1361         * src/matcher.[ch]
1362         * src/matcher_parser_parse.y
1363         * src/prefs_filtering.c
1364         * src/filtering.c
1365                 add "Lock" filter action to lock messages;
1366
1367         * src/filtering.c       
1368                 remove debug_print()    
1369         * src/prefs_filtering.c
1370                 re-organize matcher part 9: 
1371                 make action text entries easily extendible;
1372                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1373                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1374
1375 2003-07-12 [paul]
1376
1377         * tools/README
1378                 update old information and add missing
1379                 information
1380
1381 2003-07-12 [paul]       0.9.3claws
1382
1383         * 0.9.3claws released
1384         
1385 2003-07-12 [paul]       0.9.0claws103
1386
1387         * src/Makefile.am
1388                 add addrquery.h
1389
1390 2003-07-12 [melvin]     0.9.0claws102
1391
1392         * src/messageview.c
1393                 Fixed bug #215: Show MIME tab for single text/html messages. 
1394                 
1395 2003-07-12 [paul]       0.9.0claws101
1396
1397         * man/sylpheed.1
1398                 updated
1399
1400 2003-07-12 [paul]       0.9.0claws100
1401
1402         * po/es.po
1403           po/hr.po
1404           po/pl.po
1405           po/sr.po
1406                 update Spanish, Croatian, Polish, Serbian translations.
1407                 submitted by Ricardo Mones Lastra, Dragan, Witold
1408                 Wladyslaw Wojciech Wilk, Urke MMI
1409
1410 2003-07-12 [melvin]     0.9.0claws99
1411
1412         * po/fr.po
1413                 Updated French translations.
1414
1415 2003-07-12 [paul]       0.9.0claws98
1416
1417         * src/addressbook.c
1418                 disable 'Lookup' button as it has no effect
1419
1420 2003-07-11 [alfons]     0.9.0claws97
1421         
1422         * src/summaryview.c
1423                 summary_searchbar_pressed() should return TRUE to signal that
1424                 event was handled. when returning void, the return value passed
1425                 to GTK is actually random, but maybe FALSE, in which case the
1426                 event is handled by parent
1427                 
1428 2003-07-10 [paul]       0.9.0claws96
1429
1430         * ac/missing/gettext.m4
1431                 update to version 0.12
1432
1433 2003-07-10 [paul]       0.9.0claws95
1434
1435         * src/plugins/clamav/clamav_plugin.c
1436                 fix bug where multipart/alternative messages
1437                 would slip through without being scanned
1438
1439 2003-07-10 [christoph]  0.9.0claws94
1440
1441         * src/folder.c
1442                 correct check if folder supports removing when a message is
1443                 moved. if not the message is only copied.
1444
1445         (closes Bug 132 crash on startup in newsgroups folders)
1446
1447 2003-07-09 [alfons]     0.9.0claws93
1448
1449         * configure.ac
1450         * src/common/defs.h
1451                 --with-config-dir (default .sylpheed)
1452
1453 2003-07-09 [christoph]  0.9.0claws92
1454
1455         * configure.ac
1456                 use PKG_CHECK_MODULES to check for gtkmathview
1457                 (version 0.4.2 now required)
1458
1459 2003-07-08 [melvin]     0.9.0claws91
1460
1461         * src/action.c
1462                 Implemented a progress bar that counts the number of completed
1463                 tasks when the action runs more than one command.
1464
1465 2003-07-08 [alfons]     0.9.0claws90
1466
1467         * src/procmsg.c
1468                 if queued message has an invalid Message-Id, don't try to
1469                 find message it refers to (fixes #209 "crash when processing 
1470                 in folder")
1471
1472 2003-07-08 [paul]       0.9.0claws89
1473
1474         * sync with 0.9.3cvs2
1475                 see ChangeLog 2003-07-08
1476
1477 2003-07-08 [match]      0.9.0claws88
1478
1479         * src/ldapctrl.c
1480                 extend LDAP search for first/last name by parsing search term.
1481
1482 2003-07-08 [alfons]     0.9.0claws87
1483
1484         * src/send_message.c
1485                 fix bug #208 "Status message stuck when sending on POP3 account"
1486
1487 2003-07-07 [paul]       0.9.0claws86
1488
1489         * po/hr.po
1490                 new Croatian translation, submitted by
1491                 Dragan <drleskov@inet.hr>
1492
1493 2003-07-07 [paul]       0.9.0claws85
1494
1495         * sync with 0.9.3cvs1
1496                 see ChangeLog 2003-07-07
1497
1498 2003-07-05 [christoph]  0.9.0claws84
1499
1500         * src/Makefile.am
1501         * src/messageview.c
1502         * src/mimeview.[ch]
1503         * src/stock_pixmap.[ch]
1504         * src/pixmaps/messageview_text.xpm              ** NEW **
1505                 move mimeview tabs to the right side and use icons
1506                 instead of text to save some space
1507
1508         (patch by Luke Plant <lukeplant@softhome.net>)
1509
1510 2003-07-05 [christoph]  0.9.0claws83
1511
1512         * src/inc.c
1513                 add NULL pointer checks
1514
1515         (patch by Luke Plant <lukeplant@softhome.net>)
1516         (closes Bug 204 0.9.0 quits on authentication error?!)
1517
1518 2003-07-05 [alfons]     0.9.0claws82
1519
1520         * configure.ac
1521                 take the clue in bug #202 "./configure script - 
1522                 'if test' comparison failure" reported by John Kristoff. 
1523
1524 2003-07-04 [christoph]  0.9.0claws81
1525
1526         * src/plugins/spamassassin/spamassassin.c
1527                 set timeout for spam check
1528
1529 2003-07-04 [christoph]  0.9.0claws80
1530
1531         * src/main.c
1532                 destroy all FolderItems when shutting down to
1533                 allow folders to clean up
1534
1535 2003-07-04 [melvin]     0.9.0claws79
1536
1537         * src/gtk/gtkaspell.c
1538                 Fixed bug #184 "Entering non-ascii character deletes
1539                 previous char if spell checking enabled": this makes
1540                 the spell checking in multibytes (e.g. UTF-8)locales work.
1541                 (Patch by Luke Plant).
1542                 
1543 2003-07-04 [christoph]  0.9.0claws78
1544
1545         * sync with 0.9.2cvs1
1546                 see ChangeLog 2003-06-10
1547
1548 2003-07-04 [paul]       0.9.0claws77
1549
1550         * sync with 0.9.3 release
1551                 see ChangeLog 2003-07-04
1552
1553 2003-07-03 [christoph]  0.9.0claws76
1554
1555         * src/folder.[ch]
1556         * src/imap.c
1557         * src/mbox_folder.c
1558         * src/mh.c
1559         * src/news.c
1560                 move folder_item_get_path() stuff into a folder virtual function
1561
1562         * src/procmsg.c
1563                 use folder_item_fetch_msg() to get message and do not contruct
1564                 the filename from path and number
1565
1566 2003-07-03 [paul]       0.9.0claws75
1567
1568         * sync with 0.9.2cvs12
1569                 see ChangeLog 2003-07-03
1570
1571 2003-07-02 [paul]       0.9.0claws74
1572
1573         * src/messageview.c
1574                 fix text-selection for replying
1575
1576 2003-07-02 [paul]       0.9.0claws73
1577
1578         * sync with 0.9.2cvs11
1579                 see ChangeLog 2003-07-02
1580
1581 2003-07-02 [paul]       0.9.0claws72
1582
1583         * src/procmsg.c
1584                 revert last commit because it breaks more
1585                 than it fixes
1586
1587 2003-07-02 [paul]       0.9.0claws71
1588
1589         * src/procmsg.c
1590                 fix thread by subject/sort by date
1591
1592 2003-07-01 [paul]       0.9.0claws70
1593
1594         * sync with 0.9.2cvs10
1595                 see ChangeLog 2003-07-01
1596
1597 2003-06-30 [paul]       0.9.0claws69
1598
1599         * sync with 0.9.2cvs9
1600                 see ChangeLog 2003-06-30
1601
1602 2003-06-28 [match]      0.9.0claws68
1603
1604         * src/addressbook.c
1605                 fix null ptr.
1606
1607 2003-06-27 [paul]       0.9.0claws67
1608
1609         * sync with 0.9.2cvs7
1610                 see ChangeLog 2003-06-27
1611
1612 2003-06-26 [christoph]  0.9.0claws66
1613
1614         * src/folder.c
1615                 freeze folder updates while a folder is scanned
1616
1617         (closes Bug 185 New message counter)
1618
1619 2003-06-26 [darko]      0.9.0claws65
1620
1621         * src/ldapserver.c
1622                 fix infinite loop when adding a new LDAP server
1623
1624 2003-06-26 [paul]       0.9.0claws64
1625
1626         * sync with 0.9.2cvs6
1627                 see ChangeLog 2003-06-26
1628
1629 2003-06-26 [paul]       0.9.0claws63
1630
1631         * sync with 0.9.2cvs5
1632                 see ChangeLog 2003-06-25 and 2003-06-26
1633
1634 2003-06-25 [match]      0.9.0claws62
1635
1636         * src/addr_compl.c
1637                 Fixed tab/backtab for dropped-down completion list to
1638                 move next/previous field. (close bug 147)
1639
1640 2003-06-25 [christoph]  0.9.0claws61
1641
1642         * src/addr_compl.[ch]
1643         * src/addrindex.[ch]
1644         * src/folderview.c
1645         * src/inc.c
1646         * src/news.c
1647         * src/summaryview.c
1648         * src/toolbar.c
1649                 fix warnings
1650
1651 2003-06-25 [leandro]    0.9.0claws60
1652
1653         * src/compose.c
1654                 o cleanups
1655                 o gray out "Message/Remove references" menu item if not
1656                   replying to a message
1657
1658 2003-06-24 [leandro]    0.9.0claws59
1659
1660         * src/compose.[ch]
1661                 o removed "Message/Create new thread" menu item
1662                 o added "Message/Remove references" menu item
1663                   (it's off by default and will not check anymore
1664                    if the subject changed)
1665
1666 2003-06-23 [alfons]     0.9.0claws58
1667
1668         * src/procmsg.c
1669                 try better grouping messages threaded by subject based on their age.
1670                 still not perfect - because the message tree is not sorted by date.  
1671
1672 2003-06-23 [thorsten]   0.9.0claws57
1673
1674         * src/pop.[ch]
1675                 added mail_receive_hook to allow modifications
1676                 directly after retrieval (e.g. adding headers).
1677
1678 2003-06-23 [paul]       0.9.0claws56
1679
1680         * src/sourcewindow.c
1681                  enable the use of Ctrl+A to select all text in
1682                  the sourcewindow
1683                  Patch submitted by Ivan Francolin Martinez
1684                  <ivanfm@users.sourceforge.net>
1685
1686 2003-06-22 [christoph]  0.9.0claws55
1687
1688         * src/folder.[ch]
1689                 o add notification hook for folder tree changes
1690                 o invoke hooks after folder tree scanning
1691
1692         * src/folderview.[ch]
1693                 register hook for folder tree changes that
1694                 updates the ctree
1695
1696         (there are more places that should be updated, like add, remove 
1697          or move folder)
1698
1699         (closes Bug 164 Crash on rebuild folder tree)
1700         (closes Bug 190 Crash on 'rebuilding folder tree')
1701
1702 2003-06-21 [leandro]    0.9.0claws54
1703
1704         * src/compose.[ch]
1705                 create a new thread if subject changes
1706                 (it's on by default, can be disabled in Message menu)
1707
1708 2003-06-21 [alfons]     0.9.0claws53
1709
1710         * src/summaryview.c
1711                 quiet little compiler
1712
1713 2003-06-21 [christoph]  0.9.0claws52
1714
1715         update gettext stuff to version 0.12
1716
1717 2003-06-19 [alfons]     0.9.0claws51
1718
1719         * src/common/log.c
1720         * src/common/plugin.c
1721                 move defs.h before glib.h to prevent MIN/MAX redefs
1722
1723 2003-06-19 [alfons]
1724
1725         * src/addressbook.c
1726                 translatable
1727
1728 2003-06-19 [match]      0.9.0claws50
1729
1730         * src/addressbook.[ch]
1731         * src/addrindex.[ch]
1732         * src/addr_compl.[ch]
1733         * src/editldap.[ch]
1734         * src/editldap_basedn.[ch]
1735         * src/addritem.[ch]
1736         * src/ldapquery.h
1737                 re-implemented dynamic LDAP search. works without
1738                 slowdown on display sender with addressbook
1739                 option.
1740         * src/addrbook.c
1741                 documented code.
1742
1743 2003-06-19 [paul]       0.9.0claws49
1744
1745         * src/compose.c
1746                 fix Bug #136 'Nonprovided quotation marks crash claws'
1747                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1748
1749 2003-06-19 [alfons]     0.9.0claws48
1750
1751         * src/prefs_common.[ch]
1752         * src/procmsg.c
1753                 restrict threading by subject by checking thread for
1754                 age (prefs_common.thread_by_subject_max_age)
1755
1756 2003-06-18 [christoph]  0.9.0claws47
1757
1758         * src/imap.c
1759                 fix memory leak in imap_cmd_fetch()
1760
1761 2003-06-18 [christoph]  0.9.0claws46
1762
1763         * src/prefs_gtk.c
1764                 fix memory leak in prefs_set_default() when used multiple
1765                 times or after prefs have been read
1766
1767 2003-06-18 [christoph]  0.9.0claws45
1768
1769         * src/common/plugin.c
1770                 fix memory leak in plugin_unload()
1771
1772 2003-06-18 [christoph]  0.9.0claws44
1773
1774         * src/imap.c
1775                 fix memory leak in imap_cmd_ok()
1776
1777 2003-06-18 [christoph]  0.9.0claws43
1778
1779         * src/folder.c
1780                 stop messages that are downloaded from POP3 and added to
1781                 an IMAP inbox from being filtered twice (first by POP3
1782                 and again when IMAP folder is scaned to get the UID of
1783                 the APPEND operation when no UIDPLUS is available)
1784
1785 2003-06-18 [alfons]
1786
1787         * tools/Makefile.am
1788                 phoenix <- firebird     
1789
1790 2003-06-18 [paul]
1791
1792         * tools/launch_phoenix          ** REMOVED **
1793           tools/launch_firebird         ** NEW **
1794                 renamed and edited to reflect the browser's name change from
1795                 'phoenix' to 'firebird'
1796
1797 2003-06-18 [paul]       0.9.0claws42
1798
1799         * sync with 0.9.2cvs2
1800                 see ChangeLog 2003-06-16
1801
1802 2003-06-17 [alfons]     0.9.0claws41
1803
1804         * src/procmsg.c
1805                 prevent threading problems when a node is an ancestor (parent / great parent),
1806                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1807                 for finding an sample set of messages)
1808
1809 2003-06-16 [christoph]  0.9.0claws40
1810
1811         * src/main.c
1812                 don't popup main window on --receive or --receive-all
1813
1814         * src/mainwindow.[ch]
1815         * src/plugins/trayicon/trayicon.c
1816                 allow hiding of main window by clicking on the trayicon
1817                 (doesn't work correctly in seperate window mode and may
1818                  cause unexpected GTK problems I couldn't find yet)
1819
1820         * src/common/ssl.c
1821                 remove incorrect warning
1822
1823 2003-06-15 [alfons]     0.9.0claws39
1824
1825         * src/gtk/gtkstext.c
1826                 don't output debug text;
1827                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1828                 for pointing this out);
1829
1830 2003-06-14 [alfons]     0.9.0claws38
1831         
1832         * src/messageview.c
1833                 remove printf() and make one if..else comply with coding style
1834
1835 2003-06-14 [alfons]     0.9.0claws37
1836
1837         * AUTHORS
1838                 add Martin Wicke
1839         * src/action.c
1840         * src/messageview.[ch]
1841         * src/summaryview.c
1842                 apply patch #754162 "Quoting messages filtered by actions" submitted
1843                 by Martin Wicke, which allows quoting message body changed by an
1844                 action (Thanks!).
1845
1846 2003-06-13 [alfons]     0.9.0claws36
1847
1848         * src/utils.c
1849                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1850                 use case insensitive regexp (suggested by Ivan Martinez)
1851
1852 2003-06-13 [christoph]  0.9.0claws35
1853
1854         * configure.ac
1855         * src/plugins/trayicon/Makefile.am
1856         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1857         * src/plugins/trayicon/trayicon.c
1858         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1859         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1860         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1861         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1862         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1863         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1864                 replace my own EggTrayIcon backport with the backport
1865                 used by (l|x)mule and gabber.
1866
1867 2003-06-13 [alfons]     0.9.0claws34
1868
1869         * AUTHORS
1870         * src/common/utils.c
1871                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1872
1873 2003-06-13 [alfons]     0.9.0claws33
1874
1875         * src/compose.c
1876                 clean up a little bit
1877
1878 2003-06-12 [alfons]     0.9.0claws32
1879
1880         * src/compose.c
1881                 const correctness fix
1882
1883         * src/common/sylpheed.[ch]
1884                 () -> (void)
1885                 prevent redef MIN/MAX
1886                 
1887         * src/common/utils.[ch]
1888                 () -> (void)
1889
1890 2003-06-12 [melvin]     0.9.0claws31
1891
1892         * src/compose.c
1893                 Updated to take into accounts changes in GtkAspell.
1894
1895 2003-06-12 [alfons]     0.9.0claws30
1896
1897         * src/compose.c
1898         * src/procmsg.c
1899         * src/common/utils.[ch]
1900                 handle reply subject prefixes better (initial 
1901                 suggestion by Robert Story adapted and enhanced 
1902                 using regexps)
1903
1904 2003-06-12 [melvin]     0.9.0claws29
1905
1906         * src/compose.c
1907                 Use new gtkaspell_checkers_strerror() to get the speller's
1908                 error message instead of accessing the (now private)
1909                 checkers structure.
1910                 Minor code clean up
1911
1912         * src/main.c
1913                 Use #ifdef instead of #if for USE_ASPELL
1914                 Use the new spell checkers init/quit functions 
1915
1916         * src/gtk/gtkaspell.c
1917                 Use #ifdef instead of #if for USE_ASPELL
1918                 Moved in the majority of GtkAspell structures that were
1919                 exported before by gtkaspell.h
1920         
1921         * src/gtk/gktaspell.h
1922                 Made gtkaspell.h contain only the necessary data to be
1923                 publicized by moving many structures to gtkaspell.c.
1924                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1925                 gtkaspell_checkers_new(): replaced by...
1926                 gtkaspell_checkers_init(): new function for initialization
1927                 gtkaspell_checkers_delete(): replaced by...
1928                 gtkaspell_checkers_quit(): new function
1929                 gtkaspell_checkers_strerror(): new function that returns
1930                 the checker's last error message.
1931                 
1932 2003-06-11 [melvin]     0.9.0claws28
1933
1934         * po/POTFILES.in
1935                 Updated to take into account gtkaspell.c migration to
1936                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1937
1938 2003-06-10 [alfons]     0.9.0claws27
1939
1940         * src/filtering.[ch]
1941         * src/folder.c
1942         * src/matcher.c
1943         * src/scoring.[ch]
1944                 - try fixing bug #18 (any brave testers?)
1945                 - add more robustness by refusing previously 
1946                   unchecked NULL pointers 
1947
1948 2003-06-10 [alfons]     0.9.0claws26
1949
1950         * src/procmsg.c
1951                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1952
1953 2003-06-09 [alfons]     0.9.0claws25
1954
1955         * src/prefs_common.c
1956                 fix bug #163 "Icon switching doesnt work properly" by 
1957                 preventing early freeing of prefs_common.pixmap_theme_path.
1958
1959 2003-06-09 [christoph]  0.9.0claws24
1960
1961         * src/gtk/gtkaspell.c
1962                 revert Thorsten's fix and add forgotten g_strdup for
1963                 aspell path (it should not be possible to alter the path a
1964                 GtkASpell uses from outside)
1965
1966 2003-06-09 [thorsten]   0.9.0claws23
1967
1968         * src/gtk/gtkaspell.c
1969                 dont free prefs_common.aspell_path when closing compose
1970
1971 2003-06-08 [colin]      0.9.0claws22
1972
1973         * src/plugins/spamassassin/spamassassin.c
1974                 fix prefs types
1975
1976 2003-06-07 [christoph]  0.9.0claws21
1977
1978         * src/Makefile.am
1979         * src/compose.c
1980         * src/gtkaspell.[ch]            ** REMOVE **
1981         * src/gtk/Makefile.am
1982         * src/gtk/gtkaspell.[ch]        ** NEW **
1983                 o make gtkaspell independent from sylpheed's prefs
1984                 o move gtkaspell.[ch] to gtk directory
1985
1986 2003-06-07 [christoph]  0.9.0claws20
1987
1988         * src/Makefile.am
1989         * src/crash.c
1990         * src/export.c
1991         * src/filesel.[ch]              ** REMOVE **
1992         * src/folder.c
1993         * src/main.[ch]
1994         * src/common/sylpheed.[ch]
1995         * src/gtk/Makefile.am
1996         * src/gtk/filesel.[ch]          ** NEW **
1997         * src/gtk/pluginwindow.c
1998         * src/gtk/sslcertwindow.c
1999                 move filesel.[ch] to gtk directory
2000
2001 2003-06-07 [alfons]     0.9.0claws19
2002
2003         * src/filesel.c
2004                 make (multi) file selection dialog work again (Claws-only)
2005
2006 2003-06-07 [thorsten]   0.9.0claws18
2007
2008         * po/de.po
2009                 fix typos
2010
2011 2003-06-07 [alfons]     0.9.0claws17
2012
2013         * configure.ac
2014         * src/mimeview.c
2015                 detect apache mishap in which case don't include fnmatch.h
2016                 if regex.h is already included
2017
2018 2003-06-06 [christoph]  0.9.0claws16
2019
2020         * configure.ac
2021         * src/mimeview.h
2022                 add check for fnmatch.h and include it when available
2023
2024         * src/mimeview.[ch]
2025                 fix wrong case sensitivity of Content-Types
2026
2027         * src/gtk/Makefile.am
2028                 need the same include paths in gtk directory as in
2029                 common directory because .h files in common can
2030                 include files from these directories, when included
2031                 in gtk's .h or .c files
2032
2033 2003-06-06 [alfons]     0.9.0claws15
2034
2035         * src/mimeview.c
2036         * src/summaryview.c
2037                 make it compile again because of regex.h / fnmatch.h 
2038                 include problems (related to recent mime stuff, can
2039                 someone check this?)
2040
2041 2003-06-06 [thorsten]   0.9.0claws14
2042
2043         * src/folderview.c
2044                 possible use of uninitialized pointer while dragging
2045
2046 2003-06-06 [paul]       0.9.0claws13
2047
2048         * src/compose.c
2049                 fix bug where the insert sig button would be effective
2050                 only when auto_sig was set
2051
2052 2003-06-06 [paul]       0.9.0claws12
2053
2054         * sync with 0.9.2 release
2055
2056 2003-06-02 [paul]       0.9.0claws11
2057
2058         * sync with 0.9.1cvs1
2059                 see ChangeLog 2003-06-02
2060                 
2061         * po/de.po
2062                 update by Jens
2063
2064 2003-06-01 [christoph]  0.9.0claws10
2065
2066         * src/account.c
2067                 don't use substring search to find accounts by email address
2068
2069         (closes Bug 169 Overly loose matching of "From" address)
2070
2071 2003-05-31 [christoph]  0.9.0claws9
2072
2073         * doc-src/rfc2683.txt
2074         * src/imap.c
2075                 limit IMAP command length as recommended in RFC2683
2076                 (message number lists will be split into multiple imap
2077                 sets, the limit of 1000 octets is not a hard limit)
2078
2079         (closes Bug 161 sylpheed-claws exits with segfault when logging
2080          in to certain imap-servers)
2081
2082 2003-05-29 [alfons]     0.9.0claws8
2083
2084         * src/toolbar.[ch]
2085                 add print button (calling summary_print());
2086                 fine tune setting tooltip text;
2087                 (if someone needs other buttons, please take these 
2088                 commits as a guide, instead of bothering us - also
2089                 see 0.8.11claws150) 
2090
2091 2003-05-29 [darko]      0.9.0claws7
2092
2093         * src/compose.c
2094                 fix crash when word wrapping kicks in due to
2095                 changed text by spell checker
2096
2097 2003-05-29 [paul]       0.9.0claws6
2098
2099         * src/compose.c
2100                 fix bug where changing account would insert
2101                 sig even if auto_sig was FALSE
2102                 
2103         * ChangeLog
2104           ChangeLog.jp
2105           INSTALL
2106                 sync with 0.9.1 release
2107
2108 2003-05-28 [christoph]  0.9.0claws5
2109
2110         * src/imap.c
2111                 fix truncation of too long commands
2112
2113         (closes Bug 167 IMAP hangs trying to get envelope
2114          information in imap_get_uncached_messages)
2115
2116 2003-05-27 [paul]       0.9.0claws4
2117
2118         * tools/Makefile.am
2119           tools/maildir2sylpheed.pl     ** NEW FILE **
2120                 add kmail to sylpheed mailbox conversion script
2121
2122 2003-05-27 [paul]       0.9.0claws3
2123
2124         * sync with 0.9.0cvs10
2125                 see ChangeLog 2003-05-26
2126
2127 2003-05-26 [paul]       0.9.0claws2
2128
2129         * sync with 0.9.0cvs9
2130                 see ChangeLog 2003-05-26
2131
2132 2003-05-24 [paul]       0.9.0claws1
2133
2134         * sync with 0.9.0cvs8
2135                 see ChangeLog 2003-05-23
2136
2137 2003-05-24 [paul]       0.9.0claws
2138
2139         * version 0.9.0claws released
2140
2141 2003-05-24 [paul]       0.8.11claws177
2142
2143         * src/plugins/dillo-viewer/Makefile.am
2144           src/plugins/traycon/Makefile.am
2145                 add missing files
2146                 
2147         * po/bg.po
2148           po/en_GB.po
2149           po/es.po
2150           po/it.po
2151           po/pt_BR.po
2152           po/ru.po
2153           po/sr.po
2154                 update Bulgarian, British English, Spanish, Italian, 
2155                 Brazilian Portuguese, Russian, and Serbian translations, 
2156                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2157                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2158                 Ruslan N. Balkin, and Urke MMI
2159
2160 2003-05-23 [melvin]     0.8.11claws176
2161
2162         * po/fr.po
2163                 Updated French translations
2164
2165 2003-05-22 [paul]       0.8.11claws175
2166
2167         * src/Makefile.am
2168           src/addrbook.[ch]
2169           src/addrcache.[ch]
2170           src/addr_compl.[ch]
2171           src/adressbook.[ch]
2172           src/addrindex.[ch]
2173           src/addritem.[ch]
2174           src/editaddress.c
2175           src/editgroup.c
2176           src/editldap_basedn.c
2177           src/editldap.c
2178           src/jpilot.c
2179           src/vcard.c
2180                 revert to get ldap into it previous working state
2181                 
2182         * po/zh_TW.Big5.po
2183                 new Taiwanese translation,
2184                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2185
2186 2003-05-22 [christoph]  0.8.11claws174
2187
2188         * src/plugins/spamassassin/libspamc.[ch]
2189                 sync libspamc with SpamAssaain release 2.55
2190
2191 2003-05-22 [paul]       0.8.11claws173
2192
2193         * sync with 0.9.0cvs7
2194                 see ChangeLog 2003-05-22
2195                 
2196         * src/summaryview.c
2197                 revert change in 0.8.11claws172: follow
2198                 Hiroyuki's decision and that's the end of it.
2199
2200 2003-05-21 [paul]       0.8.11claws172
2201
2202         * src/summaryview.c
2203                 fix discrepency between open_unread_on_enter
2204                 and always_show_msg
2205
2206 2003-05-21 [paul]       0.8.11claws171
2207
2208         * sync with 0.9.0cvs6
2209                 see ChangeLog 2003-05-21
2210
2211 2003-05-21 [paul]       0.8.11claws170
2212
2213         * sync with 0.9.0cvs5
2214                 see ChangeLog 2003-05-21
2215
2216 2003-05-20 [paul]       0.8.11claws169
2217
2218         * sync with 0.9.0cvs4
2219                 see ChangeLog 2003-05-20
2220                 fixes bug #152, 'encoding of IMAP folders names'
2221
2222 2003-05-20 [paul]       0.8.11claws168
2223
2224         * sync with 0.9.0cvs3
2225                 see ChangeLog 2003-05-20
2226                 
2227         * src/tools/convert_mbox.pl
2228                 minor change in the comments, submitted by Fred Marton
2229
2230 2003-05-19 [paul]       0.8.11claws167
2231
2232         * src/plugins/clamav/Makefile.am
2233           configure.ac
2234                 link clamav_lib to the plugin and not to the main program
2235
2236 2003-05-19 [christoph]
2237
2238         * src/Makefile.am
2239                 add -export-dynamic for linking
2240
2241 2003-05-19 [paul]       0.8.11claws166
2242
2243         * sync with 0.9.0cvs1
2244                 see ChangeLog 2003-05-19
2245
2246 2003-05-19 [paul]       0.8.11claws165
2247
2248         * src/inc.c
2249                 fix 'pop before smtp' timeout
2250
2251 2003-05-18 [alfons]     0.8.11claws164
2252
2253         * src/prefs_matcher.c
2254                 put "execute" action command line ("expression") in edit box
2255
2256 2003-05-18 [christoph]  0.8.11claws163
2257
2258         * src/mimeview.[ch]
2259         * src/plugins/dillo_viewer/dillo_viewer.c
2260         * src/plugins/image_viewer/viewer.c
2261         * src/plugins/mathml_viewer/mathml_viewer.c
2262                 let a viewer have a list of Content-Types
2263
2264 2003-05-18 [paul]       0.8.11claws162
2265
2266         * src/prefs_filtering.c
2267                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2268                 and REDIRECT actions
2269
2270 2003-05-17 [christoph]
2271
2272         * README.claws
2273                 o remove dynamic signatures that was syned with main
2274                 o add infos about no longer "build in" image viewer
2275                 o update bugtracker URL
2276
2277 2003-05-17 [christoph]  0.8.11claws161
2278
2279         * src/folder.c
2280         * src/folderview.c
2281         * src/imap.c
2282                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2283                 for every folder after rebuilding the folder tree.
2284
2285         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2286          messages)
2287
2288 2003-05-17 [christoph]  0.8.11claws160
2289
2290         * src/imap.c
2291                 don't use STATUS command on current folder to check for
2292                 content changes. imap_cmd_ok() now tracks changes to
2293                 folder and number of existing messages.
2294
2295 2003-05-17 [paul]       0.8.11claws159
2296
2297         * src/plugins/clamav/clamav_plugin.c
2298                 remove unnecessary debug_print
2299
2300 2003-05-16 [thorsten]   0.8.11claws158
2301
2302         * src/plugins/demo.c
2303                 included missing intl.h
2304
2305 2003-05-16 [paul]       0.8.11claws157
2306
2307         * po/POTFILES.in
2308                 remove non-existant entries
2309         
2310         * src/plugins/clamav/clamav_plugin.c
2311           src/plugins/clamav/clamav_plugin_gtk.c
2312           src/plugins/dillo_viewer/dillo_prefs.c
2313           src/plugins/dillo_viewer/dillo_viewer.c
2314                 gettextise
2315
2316 2003-05-16 [christoph]  0.8.11claws156
2317
2318         * po/POTFILES.in
2319                 include plugin .c files for translation until I
2320                 find a better solution to have plugins have their
2321                 own textdomain
2322         * src/plugins/demo/demo.c
2323         * src/plugins/image_viewer/plugin.c
2324         * src/plugins/mathml_viewer/mathml_viewer.c
2325         * src/plugins/spamassassin/spamassassin.c
2326         * src/plugins/spamassassin/spamassassin_gtk.c
2327         * src/plugins/trayicon/trayicon.c
2328                 add gettext macros for plugin name and description
2329
2330 2003-05-16 [paul]
2331
2332         * sync with 0.9.0
2333
2334 2003-05-16 [paul]       0.8.11claws155
2335
2336         * sync with lastest 0.9.0pre1
2337                 see ChangeLog 2003-05-16
2338
2339 2003-05-15 [paul]       0.8.11claws154
2340
2341         * sync with latest 0.9.0pre1
2342                 see ChangeLog 2003-05-14 and 2003-05-15
2343
2344 2003-05-14 [christoph]  0.8.11claws153
2345
2346         * src/plugins/image_viewer/viewer.c
2347         * src/plugins/image_viewer/viewer.glade         ** NEW **
2348         * src/plugins/image_viewer/viewerprefs.c
2349                 make it possible to disable the autoload function in the
2350                 imageviewer again
2351
2352 2003-05-14 [christoph]  0.8.11claws152
2353
2354         * src/folder.c
2355                 fix folder update after adding a message
2356
2357 2003-05-13 [alfons]     0.8.11claws151
2358
2359         * src/common/session.c
2360                 remove debug traces
2361                 
2362         * src/addrcache.[ch]
2363         * src/filtering.[ch]
2364         * src/folder.[c]
2365         * src/gtkaspell.[ch]
2366         * src/imap.[ch]
2367         * src/mbox_folder.[ch]
2368         * src/mh.[ch]
2369         * src/mimeview.h
2370         * src/msgcache.[ch]
2371         * src/news.[ch]
2372         * src/passphrase.[ch]
2373         * src/prefs_common.[ch]
2374         * src/prefs_gtk.[ch]
2375         * src/procmsg.c
2376         * src/scoring.[ch]
2377                 be pedantic; (in prototypes () implies (int))
2378
2379 2003-05-13 [alfons]     0.8.11claws150
2380
2381         * src/prefs_toolbar.[ch]
2382         * src/summaryview.[ch]
2383         * src/toolbar.[ch]
2384                 change misleading text in toolbar prefs;
2385                 add toolbar action for ignore thread (toggles ignore thread flag);
2386                 clean up a little bit;
2387
2388 2003-05-12 [paul]
2389
2390         * tools/convert_mbox.pl
2391                 bug fixed by Fred Marton
2392
2393 2003-05-12 [paul]
2394
2395         * sync with 0.9.0pre1
2396
2397 2003-05-09 [paul]       0.8.11claws149
2398
2399         * sync with 0.8.11cvs43
2400                 see ChangeLog 2003-05-09
2401
2402 2003-05-08 [christoph]  0.8.11claws148
2403
2404         * src/imap.[ch]
2405                 o use CAPABILIY as first command and check for PREAUTH
2406                   information in the response to it
2407                 o rewrite all imap_cmd_* functions to use an IMAPSession
2408                   instead of a SockInfo as parameter
2409                 o do STARTTLS after fetching and checking the server
2410                   capabilities
2411
2412 2003-05-08 [paul]       0.8.11claws147
2413
2414         * tools/Makefile.am
2415           tools/README
2416           tools/convert_mbox.pl         ** NEW FILE **
2417                 add mbox conversion script. Submitted by 
2418                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2419
2420 2003-05-07 [christoph]
2421
2422         * doc-src/glade.txt
2423         * src/gtk/pluginwindow.glade
2424         * src/plugins/image_viewer/viewerprefs.glade
2425         * src/plugins/spamassassin/spamassassin_gtk.glade
2426                 add glade files for user interfaces and a description how
2427                 to use glade to create the sylpheed code
2428
2429 2003-05-07 [paul]       0.8.11claws146
2430
2431         * sync with 0.8.11cvs41
2432                 see ChangeLog 2003-05-07
2433
2434 2003-05-06 [christoph]  0.8.11claws145
2435
2436         * src/main.c
2437         * src/plugins/image_viewer/viewer.c
2438                 fix usage of imlib in imageviewer plugin
2439
2440         * src/gtk/prefswindow.c
2441                 handle window close event correctly
2442
2443 2003-05-06 [paul]       0.8.11claws144
2444
2445         * src/common/ssl.c
2446                 fix typo introduced in sync
2447
2448 2003-05-06 [paul]       0.8.11claws143
2449
2450         * sync with 0.8.11cvs39
2451                 see ChangeLog 2003-05-06
2452
2453 2003-05-06 [paul]       0.8.11claws142
2454
2455         * AUTHORS
2456           po/cs.po
2457                 updated Czech translation, submitted by 
2458                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2459                 
2460         * src/plugins/clamav/clamav_plugin_gtk.c
2461                 clean up
2462
2463 2003-05-03 [alfons]     0.8.11claws141
2464
2465         * src/compose.[ch]
2466                 make paste as quotation work even when the call to 
2467                 text_inserted() was deferred (fixes bug #140 "Paste 
2468                 as quotation does not work when using "external" 
2469                 clipboard")
2470
2471 2003-05-03 [thorsten]   0.8.11claws140
2472
2473         * src/addrquery.h
2474           src/ldapquery.h
2475           src/mainwindow.c
2476                 removed C++ comments
2477         * src/addr_compl.c
2478                 function with non-int retval/param used before
2479                 implementation/declaration
2480
2481 2003-05-02 [paul]       0.8.11claws139
2482
2483         * src/addr_compl.[ch]
2484           src/addressbook.[ch]
2485           src/addrindex.c
2486           src/summaryview.c
2487                 revert match's changes to (finally) remove the bug where
2488                 opening a folder causes massive slowdown when using the 
2489                 'Display sender using address book' option
2490
2491 2003-05-01 [melvin]     0.8.11claws138
2492
2493         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2494         * src/plugins/dillo_viewer/dillo_viewer.c
2495                 Fixed bug where "Cancel" button from prefs issued
2496                 warnings.
2497                 Comply a little more to coding style
2498
2499 2003-05-01 [paul]       0.8.11claws137
2500
2501         * sync with 0.8.11cvs38
2502                 see ChangeLog 2003-05-01
2503
2504 2003-05-01 [paul]       0.8.11claws136
2505
2506         * po/bg.po
2507                 updated by George Danchev
2508
2509 2003-04-30 [christoph]  0.8.11claws135
2510
2511         * src/plugins/dillo_viewer/dillo_prefs.c
2512         * src/plugins/image_viewer/viewerprefs.c
2513         * src/plugins/spamassassin/spamassassin_gtk.c
2514                 remove gtk_widget_ref() calls for widgets in
2515                 glade code
2516
2517 2003-04-30 [paul]       0.8.11claws134
2518
2519         * src/addrindex.c
2520                 ok, this time a better fix for the bug where opening folder
2521                 has massive slowdown when using the 'Display sender using 
2522                 address book' option
2523
2524 2003-04-30 [paul]       0.8.11claws133
2525
2526         * src/addrindex.c
2527                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2528         
2529 2003-04-30 [melvin]     0.8.11claws132
2530
2531         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2532
2533         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2534                 Preferences for the dillo plugin
2535         * src/plugins/dillo_viewer/dillo_viewer.c
2536                 Support for preferences
2537         * src/plugins/dillo_viewer/Makefile.am
2538                 Added dillo_prefs.[ch]
2539
2540 2003-04-30 [alfons]     0.8.11claws131
2541
2542         * src/common/plugin.[ch]
2543                 see? this ANSI C'fication immediately gives us type
2544                 checking for free.
2545
2546 2003-04-30 [alfons]     0.8.11claws130
2547
2548         * src/common/plugin.[ch]
2549         * src/plugins/clamav/clamav_plugin.[ch]
2550         * src/plugins/clamav/clamav_plugin_gtk.c
2551         * src/plugins/demo/demo.c
2552         * src/plugins/dillo_viewer/dillo_viewer.c
2553         * src/plugins/image_viewer/plugin.c
2554         * src/plugins/image_viewer/viewer.[ch]
2555         * src/plugins/image_viewer/viewerprefs.[ch]
2556         * src/plugins/mathml_viewer/mathml_viewer.c
2557         * src/plugins/spamassassin/spamassassin.[ch]
2558         * src/plugins/spamassassin/spamassassin_gtk.c
2559         * src/plugins/trayicon/trayicon.c
2560                 clean up
2561
2562 2003-04-30 [alfons]     0.8.11claws129
2563
2564         * src/common/utils.c
2565                 make is_ascii_str() fail gracefully when NULL pointer
2566                 is passed
2567
2568 2003-04-30 [paul]       0.8.11claws128
2569
2570         * src/addrindex.c
2571                 fix bug where opening folder has massive slowdown when
2572                 using the 'Display sender using address book' option
2573
2574 2003-04-30 [paul]       0.8.11claws127
2575
2576         * src/plugins/clamav/clamav_plugin.c
2577           src/plugins/clamav/clamav_plugin_gtk.c
2578           src/plugins/demo/demo.c
2579           src/plugins/dillo_viewer/dillo_viewer.c
2580           src/plugins/image_viewer/plugin.c
2581           src/plugins/mathml_viewer/mathml_viewer.c
2582           src/plugins/spamassassin/spamassassin.c
2583           src/plugins/spamassassin/spamassassin_gtk.c
2584           src/plugins/trayicon/trayicon.c
2585                 get rid of eye-hurting function signatures
2586
2587 2003-04-30 [paul]       0.8.11claws126
2588
2589         * src/plugins/trayicon/trayicon.c
2590                 add description
2591                 
2592         * src/mimeview.c
2593                 be more descriptive
2594
2595 2003-04-30 [paul]       0.8.11claws125
2596
2597         * configure.ac
2598                 arrange the plugins in reverse alphabetical order
2599                 
2600         * src/plugins/clamav/clamav_plugin.[ch]
2601           src/plugins/clamav/clamav_plugin_gtk.c
2602                 rename some params
2603                 resize max_size window
2604                 re-arrange the order of some gui elements
2605                 improve descriptions
2606         
2607         * src/plugins/image_viewer/plugin.c
2608           src/plugins/mathml_viewer/mathml_viewer.c
2609                 add descriptions
2610                 
2611         * src/plugins/spamassassin/spamassassin_gtk.c
2612                 resize max_size window
2613                 re-arrange the order of some gui elements
2614                 
2615         * src/messageview.c
2616           src/mimeview.c
2617                 correct typos
2618
2619 2003-04-30 [alfons]     0.8.11claws124
2620
2621         * src/imap.c
2622                 fix a leak found while browsing Martin Kluge's 
2623                 valgrind log (Claws only)
2624
2625 2003-04-29 [darko]      0.8.11claws123
2626
2627         * src/gtk/gtkstext.h
2628                 include wchar.h if it is available, fixes compilation
2629                 on HP-UX systems
2630
2631 2003-04-29 [melvin]     0.8.11claws122
2632
2633         * src/prefs_actions.c
2634                 Improved help text of Actions' syntax
2635
2636 2003-04-28 [paul]       0.8.11claws121
2637
2638         * src/action.c
2639                 a better fix for the crash when performing an action
2640                 on a mime part
2641
2642 2003-04-28 [paul]       0.8.11claws120
2643
2644         * src/action.c
2645                 fix crash when performing an action on a
2646                 mime part
2647
2648 2003-04-28 [paul]       0.8.11claws119
2649
2650         * sync with 0.8.11cvs36
2651                 see ChangeLog 2003-04-28
2652
2653 2003-04-27 [paul]       0.8.11claws118
2654
2655         * more sync with 0.8.11cvs35
2656                 see ChangeLog 2003-04-25
2657
2658 2003-04-26 [christoph]  0.8.11claws117
2659
2660         * src/folder.c
2661                 fix remove virtual check
2662
2663 2003-04-26 [paul]       0.8.11claws116
2664
2665         * src/messageview.c
2666                 fix return-receipt, make it work again
2667
2668 2003-04-26 [paul]       0.8.11claws115
2669
2670         * src/mimeview.c
2671                 restore double-clicking of the [application/pgp-signature 
2672                 (Select "Check signature" to check)] line in the message view,
2673                 broken in recent sync
2674
2675 2003-04-26 [christoph]  0.8.11claws114
2676
2677         * src/folder.c
2678                 check if remove virtual really exists before
2679                 calling the function
2680
2681 2003-04-25 [match]      0.8.11claws113
2682
2683         * src/addrindex.c
2684         * src/addrbook.c
2685         * src/ldapquery.[ch]
2686         * src/ldapctrl.[ch]
2687                 fix memleak.
2688         * src/ldapserver.[ch]
2689                 fix memleak. fix segfault.
2690                 plug a Claws memleak
2691
2692 2003-04-25 [alfons]     0.8.11claws112
2693
2694         * src/folder.c
2695                 plug a Claws memleak
2696
2697 2003-04-25 [alfons]     0.8.11claws111
2698
2699         * src/common/session.c
2700                 plug a memleak
2701
2702 2003-04-25 [paul]       0.8.11claws110
2703
2704         * sync with 0.8.11cvs35
2705                 see ChangeLog 2003-04-24 and 2003-04-25
2706                 
2707         * src/gtk/pluginwindow.c
2708                 correct another strange float value
2709
2710 2003-04-24 [christoph]  0.8.11claws109
2711
2712         * src/folder.c
2713                 freeze folder item updates when unsetting new flags
2714
2715         * src/gtk/pluginwindow.c
2716                 correct strange float value
2717
2718 2003-04-23 [paul]       0.8.11claws108
2719
2720         * sync with 0.8.11cvs33
2721                 see ChangeLog 2003-04-23
2722
2723 2003-04-22 [paul]       0.8.11claws107
2724
2725         * src/Makefile.am
2726           src/messageview.c
2727           src/mimeview.c
2728           src/pgptext.[ch]      ** REMOVED **
2729                 remove pgptext.[ch] as its not used any more
2730
2731 2003-04-22 [paul]       0.8.11claws106
2732
2733         * sync with 0.8.11cvs31
2734                 see ChangeLog 2003-04-21 and 2003-04-22
2735
2736 2003-04-21 [alfons]     0.8.11claws105
2737
2738         * src/main.c
2739                 No access to GTK structures if we're a spawned child
2740                 (and clean up code a little bit...) Should fix #126.
2741
2742 2003-04-21 [melvin]     0.8.11claws104
2743
2744         * src/plugins/dillo_viewer/README
2745                 Improved slightly the text.
2746
2747 2003-04-21 [melvin]     0.8.11claws103
2748
2749         * src/plugins/dillo_viewer/README *** NEW ***
2750                 Added a README file for the Dillo plugin
2751
2752 2003-04-20 [paul]
2753
2754         * tools/README
2755           tools/outlook2sylpheed.pl
2756                 updated and improved by Ricardo Mones Lastra
2757
2758 2003-04-18 [oliver]     0.8.11claws102
2759
2760         * src/inc.c 
2761         * src/prefs_account.h
2762                 remove Pop3SessionType (used by selective download)
2763         * src/prefs_toolbar.c
2764                 enable set Default Toolbar button
2765
2766 2003-04-18 [paul]       0.8.11claws101
2767
2768         * sync with 0.8.11cvs29
2769                 see ChangeLog 2003-04-18
2770
2771 2003-04-17 [paul]       0.8.11claws100
2772
2773         * src/prefs_common.[ch]
2774           src/summaryview.c
2775                 remove 'Open next message on deletion' option,
2776                 as the same effect can now be achieved via the
2777                 'Always open messages in summary when selected'
2778                 option.
2779
2780 2003-04-17 [paul]       0.8.11claws99
2781
2782         * sync with 0.8.11cvs28
2783                 see ChangeLog 2003-04-17
2784
2785 2003-04-17 [christoph]  0.8.11claws98
2786
2787         * ac/spamassassin.m4
2788         * src/plugins/spamassassin/libspamc.[ch]
2789         * src/plugins/spamassassin/utils.[ch]
2790                 sync libspamc with SpamAssassin project
2791
2792 2003-04-17 [christoph]  0.8.11claws97
2793
2794         * src/common/socket.h
2795         * src/gtk/sslcertwindow.h
2796                 rename old USE_SSL to USE_OPENSSL
2797
2798 2003-04-17 [paul]       0.8.11claws96
2799
2800         * src/prefs_common.h
2801                 use gulong for P_COLOR so that it compiles/runs on
2802                 64-bit systems. Patch submitted by James Noyes
2803                 <jnoyes-claws@retrogeeks.com>
2804                 
2805         * po/de.po
2806                 updated by Jens
2807
2808 2003-04-17 [paul]       0.8.11claws95
2809
2810         * sync with 0.8.11cvs27
2811                 see ChangeLog 2003-04-16
2812
2813 2003-04-15 [paul]       0.8.11claws94
2814
2815         * src/prefs_common.[ch]
2816                 rearrange to stop the window getting too long:
2817                         move Receive dialog stuff to Receive tab
2818                         move Send dialog to Send tab
2819                         remove Dialogs frame
2820                 rename 'Open messages in summary with cursor keys' to
2821                 'Always open messages in summary when selected', as its
2822                 more appropriate
2823
2824 2003-04-15 [paul]       0.8.11claws93
2825
2826         * src/prefs_common.[ch]
2827           src/summaryview.c
2828                 add new option '/Interface/Open next message on deletion'
2829
2830 2003-04-15 [paul]       0.8.11claws92
2831
2832         * src/summaryview.[ch]
2833                 add /Mark/Lock and /Mark/Unlock to the pop-up
2834                 menu. Patch submitted by Ivan Francolin Martinez
2835                 <ivanfm@users.sourceforge.net>
2836
2837 2003-04-15 [paul]       0.8.11claws91
2838
2839         * sync with 0.8.11cvs24
2840                 see ChangeLog 2003-04-15
2841
2842 2003-04-14 [jens]       0.8.11claws90
2843
2844         * updated German translation and some corrections from
2845                 Roland Bless <bless@tm.uka.de>
2846
2847 2003-04-14 [paul]       0.8.11claws89
2848
2849         * sync with 0.8.11cvs22
2850                 see ChangeLog 2003-04-14
2851
2852 2003-04-13 [paul]       0.8.11claws88
2853
2854         * src/plugins/clamav/clamav_plugin.c
2855                 fix memory leaks
2856                 clean up
2857
2858 2003-04-12 [paul]       0.8.11claws87
2859
2860         * src/plugins/clamav/clamav_plugin.c
2861                 activate enable/disable archive scanning option
2862                 
2863         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2864
2865 2003-04-12 [paul]       0.8.11claws86
2866
2867         * src/plugins/Makefile.am
2868           src/plugins/clamav/Makefile.am                ** NEW FILE **
2869           src/plugins/clamav/README                     ** NEW FILE ** 
2870           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2871           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2872                 add Clam AntiVirus plugin
2873
2874 2003-04-12 [paul]       0.8.11claws85
2875
2876         * sync with 0.8.11cvs21
2877                 see ChangeLog 2003-04-11
2878
2879 2003-04-11 [paul]       0.8.11claws84
2880
2881         * po/es.po
2882                 update Spanish translation. Submitted by Ricardo
2883                 Mones Lastra.
2884
2885 2003-04-10 [christoph]  0.8.11claws83
2886
2887         * src/mbox.c
2888                 fix typo that did not move unfiltered mails to destination
2889                 folder
2890
2891         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2892          when filtering from spool)
2893
2894 2003-04-10 [christoph]  0.8.11claws82
2895
2896         * src/imap.c
2897                 use BODY.PEEK instead of BODY in in message fetch operation
2898                 to make sure the IMAP server does not set the \Seen flag for
2899                 messages. Sylpheed does that later itself, when the message
2900                 is opened in sylpheed
2901
2902         (closes Bug 111 Claws destroys unread marks)
2903
2904 2003-04-09 [oliver]     0.8.11claws81
2905         
2906         * src/folder.c
2907                 fix crash in folder_destroy
2908         * README.claws
2909                 remove selective download
2910
2911 2003-04-09 [christoph]  0.8.11claws80
2912
2913         * src/imap.c
2914                 fix crash in imap_get_msginfo() when then fetched message
2915                 is not found
2916
2917         (closes Bug 110 Crash during mail composition)
2918
2919 2003-04-08 [christoph]  0.8.11claws79
2920
2921         * src/folder.c
2922         * src/prefs_account.c
2923                 Filter new messages that are found in an INBOX folder
2924                 when 'Filter messages on receiving' is enabled in the
2925                 Folder's AccountPrefs. This allows to use Sylpheed's
2926                 filtering engine for IMAP folders where messages are
2927                 added to the INBOX by a MTA
2928
2929 2003-04-08 [paul]       0.8.11claws78
2930
2931         * src/procmsg.h
2932                 clean up after last commit
2933
2934 2003-04-08 [paul]       0.8.11claws77
2935
2936         * sync with 0.8.11cvs20
2937                 see ChangeLog 2003-04-07 and 2003-04-08
2938
2939 2003-04-07 [christoph]  0.8.11claws76
2940
2941         * src/filtering.[ch]
2942         * src/inc.[ch]
2943         * src/mbox.c
2944         * src/procmsg.[ch]
2945                 add procmsg_msginfo_filter() to execute filtering actions
2946
2947 2003-04-06 [christoph]  0.8.11claws75
2948
2949         * src/imap.c
2950                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2951
2952 2003-04-06 [christoph]  0.8.11claws74
2953
2954         * src/common/utils.[ch]
2955                 add g_int_compare() function for slist sorting
2956
2957         * src/imap.c
2958                 fetch all MsgInfos with one command in imap_get_msginfos()
2959                 using an imap set with a list of ranges
2960
2961         * src/news.c
2962                 use new g_int_compare() function
2963
2964 2003-04-06 [thorsten]   0.8.11claws73
2965
2966         * src/mh.c
2967                 corrected implementation of mh_folder_destroy()
2968
2969 2003-04-05 [christoph]  0.8.11claws72
2970
2971         * src/account.c
2972         * src/folder.[ch]
2973         * src/folderview.c
2974         * src/imap.c
2975         * src/inc.c
2976         * src/main.c
2977         * src/mainwindow.c
2978         * src/mbox_folder.c
2979         * src/mh.c
2980         * src/mimeview.h
2981         * src/msgcache.[ch]
2982         * src/news.c
2983         * src/procmime.h
2984         * src/procmsg.[ch]
2985         * src/setup.c
2986         * src/gtk/gtkutils.c
2987                 o rename structure field names class and new to klass and
2988                   new_msgs, to allow including files in C++
2989                 o add 'extern "C"' block to some header files
2990                 o add MsgInfoList and MsgNumberList as alias for GSList for
2991                   developers to know what type of list is expected
2992
2993         * src/plugins/image_viewer/plugin.c
2994         * src/plugins/image_viewer/viewer.[ch]
2995         * src/plugins/image_viewer/viewerprefs.[ch]
2996                 rename function names to prevent conflicts
2997
2998 2003-04-05 [paul]       0.8.11claws71
2999
3000         * sync with 0.8.11cvs18
3001                 see ChangeLog 2003-04-03 and 2003-04-04
3002
3003 2003-04-02 [christoph]  0.8.11claws70
3004
3005         * src/folder.[ch]
3006         * src/imap.[ch]
3007         * src/mbox_folder.[ch]
3008         * src/mh.[ch]
3009         * src/news.[ch]
3010                 o Make all virtual folder functions private
3011                 o remove unused folder code
3012
3013         * src/common/socket.[ch]
3014         * src/summaryview.c
3015                 fix warnings
3016
3017 2003-03-30 [alfons]     0.8.11claws69
3018
3019         * src/send_message.c
3020                 remove two debug traces and see if people still report
3021                 errors
3022
3023 2003-03-30 [alfons]     0.8.11claws68
3024
3025         * src/send_message.c
3026         * src/commons/session.c
3027                 add more debug traces
3028
3029 2003-03-30 [christoph]  0.8.11claws67
3030
3031         * src/folder.c
3032                 change processing folder name from .processing to processing
3033
3034         * src/common/ssl.c
3035                 disable SSL certificate check because it causes Xlib error
3036                 when the child process want's to open an GTK window
3037
3038 2003-03-30 [christoph]  0.8.11claws66
3039
3040         * src/folder.c
3041                 don't use default folder for processing folder item because
3042                 it can be a non local folder
3043
3044         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3045
3046 2003-03-30 [alfons]     0.8.11claws65
3047
3048         * src/send_message.c
3049                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3050                 to generate bad code for 'send_send_data_progressive': When
3051                 called from 'send_send_data_finished', the 'data' pointer is
3052                 cleared just before the assignment to the dialog pointer
3053
3054 2003-03-29 [christoph]  0.8.11claws64
3055
3056         * src/common/prefs.h
3057         * src/plugins/image_viewer/Makefile.am
3058         * src/plugins/image_viewer/plugin.c
3059         * src/plugins/image_viewer/viewer.[ch]
3060         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3061                 add PrefsPage for ImageViewer
3062
3063 2003-03-28 [thorsten]   0.8.11claws63
3064
3065         * src/common/session.c
3066                 added some comments
3067
3068 2003-03-28 [paul]       0.8.11claws62
3069
3070         * sync with 0.8.11cvs16
3071                 see ChangeLog 2003-03-28
3072
3073 2003-03-28 [paul]       0.8.11claws61
3074
3075         * sync with 0.8.11cvs15
3076                 see ChangeLog 2003-03-28
3077
3078 2003-03-27 [christoph]  0.8.11claws60
3079
3080         * src/folder.c
3081         * src/imap.c
3082         * src/common/socket.[ch]
3083                 set socket state to DISCONNECTED when any operation
3084                 fails to allow reconnecting in IMAP code without
3085                 checking the return code of all calls to the command
3086                 functions
3087
3088         * src/folderview.c
3089         * src/summaryview.c
3090                 remove some more stuff that depends on specific
3091                 folder types
3092
3093 2003-03-27 [paul]       0.8.11claws59
3094
3095         * sync with 0.8.11cvs14
3096                 see ChangeLog 2003-03-27
3097                 
3098         * src/selective_download.[ch]   ** REMOVED **
3099                 really removed
3100
3101 2003-03-27 [christoph]  0.8.11claws58
3102
3103         * src/folder.c
3104                 fix handling of tmp_flags in flag copy function
3105
3106 2003-03-27 [paul]       0.8.11claws57
3107
3108         * sync with 0.8.11cvs13
3109                 see ChangeLog 2003-03-27
3110
3111 2003-03-27 [oliver]     0.8.11claws56
3112
3113         * src/maiwindow.c
3114                 remove sel_download_cb
3115
3116 2003-03-27 [oliver]     0.8.11claws55
3117         
3118         * src/inc.c
3119                 remove POP3_TOP
3120         
3121 2003-03-26 [oliver]     0.8.11claws54
3122
3123         *src/pop.h
3124                 remove POP3_TOP*
3125         * README.claws
3126                 remove selective donwload readme
3127
3128 2003-03-26 [oliver]     0.8.11claws53
3129         * src/matcher.[ch]
3130         * src/matcher_parser_parse.y 
3131         * src/pop.c 
3132         * src/prefs_account.[ch]
3133         * src/prefs_filtering.c
3134                 remove selective donwload
3135
3136 2003-03-26 [oliver]     0.8.11claws52
3137
3138         * src/inc.[ch] 
3139         * src/filtering.c 
3140         * src/mainwindow.c 
3141                 remove selective donwload
3142
3143 2003-03-26 [oliver]     0.8.11claws51
3144         
3145         * src/Makefile.am
3146         * src/selective_download.[ch]   ** REMOVE **    
3147
3148 2003-03-26 [christoph]  0.8.11claws50
3149
3150         * src/news.c
3151                 fix NEWS that got broken by a sync with sylpheed-main
3152
3153 2003-03-26 [christoph]  0.8.11claws49
3154
3155         * src/mimeview.c
3156                 fix mime type guessing when no mime type is found for a file
3157
3158 2003-03-25 [christoph]  0.8.11claws48
3159
3160         * src/mimeview.c
3161         * src/procmime.c
3162                 remove mime type guessing from mime parser and use
3163                 name based mime types in viewer lookup for mime type
3164                 application/octet-stream
3165
3166 2003-03-25 [christoph]  0.8.11claws47
3167
3168         * doc-src/readme.txt
3169         * doc-src/rfc2554.txt
3170                 add RFC about SMTP AUTH
3171
3172         * src/send_message.c
3173         * src/common/smtp.[ch]
3174                 add extra error code for authentication errors and
3175                 clear temporary password when this error occurs
3176
3177         (closes Bug 84 authentication failure while sending should
3178          prompt for password again)
3179
3180 2003-03-25 [christoph]  0.8.11claws46
3181
3182         * configure.ac
3183         * src/Makefile.am
3184         * src/imageview.[ch]                            ** REMOVE **
3185         * src/messageview.[ch]
3186         * src/mimeview.[ch]
3187         * src/prefs_common.[ch]
3188         * src/textview.c
3189         * src/plugins/Makefile.am
3190         * src/plugins/image_viewer/.cvsignore           ** NEW **
3191         * src/plugins/image_viewer/Makefile.am          ** NEW **
3192         * src/plugins/image_viewer/plugin.c             ** NEW **
3193         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3194                 move image viewer into a plugin (building is enabled by default)
3195                 [ToDo: Prefs for resize and autoview]
3196
3197 2003-03-25 [paul]       0.8.11claws45
3198
3199         * sync with 0.8.11cvs12
3200                 see ChangeLog 2003-03-26
3201
3202 2003-03-25 [paul]       0.8.11claws44
3203
3204         * sync with 0.8.11cvs11
3205                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3206                 
3207         Note: Selective Download is broken.
3208                 
3209 2003-03-22 [christoph]  0.8.11claws43
3210
3211         * src/folder.c
3212                 code cleanup for flags copying
3213
3214 2003-03-22 [christoph]  0.8.11claws42
3215
3216         * src/plugins/trayicon/trayicon.c
3217                 fix setting the transparent area when the window size
3218                 is forced by the system tray
3219
3220 2003-03-22 [christoph]  0.8.11claws41
3221
3222         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3223         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3224         * src/plugins/trayicon/newmail.xpm              ** NEW **
3225         * src/plugins/trayicon/nomail.xpm               ** NEW **
3226         * src/plugins/trayicon/trayicon.c
3227         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3228                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3229                 o add icon for unread mails
3230                 o set transparency for window
3231
3232 2003-03-22 [christoph]  0.8.11claws40
3233
3234         * src/news.c
3235                 init news session to prevent crash when session is closed
3236
3237 2003-03-22 [christoph]  0.8.11claws39
3238
3239         * src/imap.c
3240         * src/common/session.[ch]
3241                 Init session data to make sure we don't have invalid pointers
3242                 for read_ch and write_ch when new multi process sessions are
3243                 not used
3244
3245         * src/main.c
3246         * src/common/plugin.c
3247         * src/common/sylpheed.c
3248         * src/plugins/demo/demo.c
3249         * src/plugins/dillo_viewer/dillo_viewer.c
3250         * src/plugins/mathml_viewer/mathml_viewer.c
3251         * src/plugins/spamassassin/spamassassin.c
3252         * src/plugins/spamassassin/spamassassin_gtk.c
3253                 add plugin types to allow loading plugins at different times
3254                 (and maybe for different frontends), because it's not good to
3255                 load GTK-Plugins gefore gtk_init was called
3256
3257         * configure.ac
3258         * src/plugins/Makefile.am
3259         * src/plugins/trayicon/.cvsignore               ** NEW **
3260         * src/plugins/trayicon/Makefile.am              ** NEW **
3261         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3262         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3263         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3264         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3265         * src/plugins/trayicon/trayicon.c               ** NEW **
3266                 New Trayicon plugin that shows an icon in a systray that uses
3267                 XEMBED protocol like Gnome's systray. Icon shows if there
3268                 are new mails and a tooltip shows information about new,
3269                 unread and total messages.
3270
3271 2003-03-22 [paul]       0.8.11claws38
3272
3273         * src/common/smtp.c
3274                 fix ESMTP AUTH CRAM-MD5
3275                 [sync with main (still version 0.8.11cvs6), see
3276                  ChangeLog 2003-03-22]
3277
3278 2003-03-21 [colin]      0.8.11claws37
3279
3280         * src/send_message.c
3281                 Fix USE_SSL => USE_OPENSSL
3282
3283 2003-03-21 [colin]      0.8.11claws36
3284
3285         * src/folderview.c
3286                 Fix counts in drag and dropped subfolders
3287
3288 2003-03-21 [colin]      0.8.11claws35
3289
3290         * src/folder.c 
3291         * src/folderview.c
3292                 speed up a bit folder dnd
3293
3294 2003-03-20 [alfons]     0.8.11claws34
3295
3296         * src/main.c
3297         * src/toolbar.c
3298         * src/procmsg.c
3299                 don't send locked queue messages
3300                 (feature request "[ 705245 ] Locking message in outbox 
3301                  should prevent sending")
3302
3303 2003-03-20 [christoph]  0.8.11claws33
3304
3305         * src/folder.c
3306                 remove NEW and UNREAD flag in special folders when scanning
3307                 
3308         * src/common/smtp.c
3309                 fix ESMTP AUTH CRAM-MD5
3310
3311 2003-03-20 [paul]       0.8.11claws32
3312
3313         * src/prefs_account.c
3314                 Re-write 'Tunnel command to open connection' as
3315                 'Use command to communicate with server', and disable
3316                 it for all except IMAP accounts
3317
3318 2003-03-20 [paul]       0.8.11claws31
3319
3320         * sync with 0.8.11cvs6
3321                 see ChangeLog 2003-03-20
3322
3323 2003-03-19 [match]      0.8.11claws30
3324
3325         * src/addritem.[ch]
3326                 include documentation. minor refactoring.
3327         * src/addr_compl.[ch]
3328         * src/addrindex.[ch]
3329         * src/addresbook.[ch]
3330         * src/summaryview.c
3331                 re-enable address lookup (was disabled in
3332                 0.8.11claws20).
3333
3334 2003-03-19 [christoph]  0.8.11claws29
3335
3336         * src/procmsg.c
3337                 add temp flag handling, will make moving and copying
3338                 messages possible again
3339
3340         * src/folder.c
3341                 correct calulation of folder stats
3342
3343 2003-03-18 [match]      0.8.11claws28
3344
3345         * src/editgroup.h
3346                 remove case sensitive comparison (closes bug 80).
3347
3348 2003-03-18 [christoph]  0.8.11claws27
3349
3350         * src/imap.c
3351                 fix imap using a tunnel command
3352
3353         (closes bug 87)
3354
3355 2003-03-18 [christoph]  0.8.11claws26
3356
3357         * src/folder.[ch]
3358         * src/imap.c
3359         * src/procmsg.[ch]
3360                 rewrite flag handling for folders
3361
3362 2003-03-18 [christoph]  0.8.11claws25
3363
3364         * src/folder.c
3365         * src/procmsg.c
3366         * src/summaryview.c
3367                 unset NEW and UNREAD flags when message is ignored, to make
3368                 sure messages don't show up as unread on other IMAP clients,
3369                 because the IGNORE_THREAD flag can not be syncronized through
3370                 the IMAP folder
3371
3372 2003-03-17 [christoph]  0.8.11claws24
3373
3374         * src/imap.c
3375                 don't use recursion to fetch uids when the number of messages
3376                 does not match. Moved code into subfunction that is used
3377                 again when needed, to prevent an endless loop.
3378
3379 2003-03-17 [thorsten]   0.8.11claws23
3380
3381         * src/imageview.[ch]
3382                 export imageview_get_resized_size() (for plugins)
3383         * src/prefs_common.[ch]
3384                 added prefs_common_get() (for plugins)
3385
3386 2003-03-17 [christoph]  0.8.11claws22
3387
3388         * src/imap.c
3389                 o remove UID guessing from copy code
3390                 o support UIDPLUS extension for APPEND command
3391
3392 2003-03-17 [paul]       0.8.11claws21
3393
3394         * src/gtk/about.c
3395                 remove 'Compiled-plugins' section.
3396                 
3397         * src/plugins/dillo_viewer/dillo_viewer.c
3398                 slight change to description text
3399
3400 2003-03-16 [match]      0.8.11claws20
3401         * src/ldapserver.[ch]           ** NEW **
3402         * src/ldapctrl.[ch]             ** NEW **
3403         * src/ldapquery.[ch]            ** NEW **
3404         * src/ldaputil.[ch]             ** NEW **
3405         * src/addrcindex.[ch]           ** NEW **
3406         * src/addrquery.h               ** NEW **
3407         * src/addritem.[ch]
3408         * src/addrcache.[ch]
3409         * src/addrindex.[ch]
3410         * src/addr_compl.[ch]
3411         * src/addressbook.[ch]
3412         * src/addrbook.[ch]
3413         * src/editgroup.c
3414         * src/editaddress.c
3415         * src/editldap.c
3416         * src/editldap_basedn.c
3417         * src/vcard.c
3418         * src/jpilot.c
3419         * src/Makefile.am
3420                 included dynamic LDAP queries. improved address
3421                 completion.
3422
3423 2003-03-16 [paul]       0.8.11claws19
3424
3425         * tools/multiwebsearch.pl
3426                 fix a fatal typo
3427
3428 2003-03-16 [christoph]  0.8.11claws18
3429
3430         * src/mimeview.c
3431         * src/plugins/dillo_viewer/dillo_viewer.c
3432         * src/plugins/mathml_viewer/mathml_viewer.c
3433                 make unregistering of MimeViewerFactorys possible
3434
3435 2003-03-16 [alfons]     0.8.11claws17
3436
3437         * configure.ac
3438                 correct typo
3439
3440 2003-03-16 [melvin]     0.8.11claws16
3441
3442         * src/plugins/dillo_viewer.c
3443                 Fixed bug where it was not possible to view more than
3444                 one text/html attachment per message (bug discovered
3445                 by Christoph Hohmann).
3446
3447 2003-03-15 [melvin]     0.8.11claws15
3448
3449         * src/prefs_actions.c
3450                 Fixed compilation warnings.
3451
3452 2003-03-15 [melvin]     0.8.11claws14
3453
3454         * src/plugins/Makefile.am
3455         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3456         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3457         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3458                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3459                 newer (http://dillo.auriga.wearlab.de/).
3460
3461 2003-03-15 [christoph]  0.8.11claws13
3462
3463         * src/imap.c
3464                 don't query imap folder for attributes because we already
3465                 for them from imap_status
3466
3467         * src/mimeview.[ch]
3468                 add support for plugable MimeViewers (unloading Viewers
3469                 not yet complete)
3470
3471         * src/plugins/Makefile.am
3472         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3473         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3474         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3475                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3476                 widget from http://helm.cs.unibo.it/mml-widget/
3477
3478 2003-03-14 [christoph]  0.8.11claws12
3479
3480         * src/folder.[ch]
3481                 o error return code's should better be negative
3482                 o replace printf with debug_print
3483
3484         * src/imap.c
3485                 improve IMAP folder scan by checking UID-NEXT
3486
3487         * src/summaryview.c
3488                 remove check that are unnecessary in my opinion
3489
3490 2003-03-13 [christoph]  0.8.11claws11
3491
3492         * src/folder.[ch]
3493         * src/foldersel.c
3494         * src/folderview.c
3495         * src/imap.c
3496         * src/mbox_folder.c
3497         * src/mh.c
3498         * src/news.c
3499         * src/prefs_scoring.c
3500         * src/summaryview.c
3501                 use a common function to get a displayable name
3502                 for a FolderItem
3503
3504 2003-03-13 [paul]       0.8.11claws10
3505
3506         * tools/Makefile.am
3507           tools/README
3508           tools/multiwebsearch.conf     ** NEW FILE **
3509           tools/multiwebsearch.pl       ** NEW FILE **
3510                 add multiwebsearch Actions script
3511
3512 2003-03-13 [colin]      0.8.11claws9
3513
3514         * src/compose.c
3515                 Remove leading emtpy lines from quoted text
3516                 before quoting it
3517
3518 2003-03-13 [melvin]     0.8.11claws8
3519
3520         * src/prefs_actions.c
3521                 Fixed a memory leak
3522                 Code clean ups
3523                 Added Cancel and OK buttons
3524                 Corrected help text
3525
3526 2003-03-13 [christoph]  0.8.11claws7
3527
3528         * src/account.c
3529         * src/folder.[ch]
3530         * src/imap.c
3531         * src/mainwindow.c
3532         * src/mbox_folder.c
3533         * src/mh.c
3534         * src/news.c
3535         * src/setup.c
3536                 replace more folder type stuff with folder class stuff
3537
3538 2003-03-13 [melvin]     0.8.11claws6
3539
3540         * src/prefs_actions.c
3541                 Added new tokens:
3542                 %u: user provided argument
3543                 %h: user provided argument (hidden on input)
3544                 %s: current text selection in the message view 
3545
3546 2003-03-13 [paul]       0.8.11claws5
3547
3548         * sync with 0.8.11cvs5
3549                 see ChangeLog 2003-03-11, 2003-03-12
3550
3551 2003-03-12 [christoph]  0.8.11claws4
3552
3553         * src/folder.c
3554                 use folder class idstr when writing folderlist.xml
3555
3556         * src/folder.h
3557         * src/imap.c
3558         * src/news.c
3559                 replace folder type checks with folder class checks
3560
3561 2003-03-12 [christoph]  0.8.11claws3
3562
3563         * src/folder.[ch]
3564         * src/imap.[ch]
3565         * src/main.c
3566         * src/mbox_folder.[ch]
3567         * src/mh.[ch]
3568         * src/news.[ch]
3569                 o create a list of known folder classes in the folder system
3570                 o use folder class id strings for folder item identifiers
3571
3572 2003-03-12 [christoph]  0.8.11claws2
3573
3574         * src/imap.c
3575                 fix imap uid validity check
3576
3577 2003-03-12 [christoph]  0.8.11claws1
3578
3579         * src/account.c
3580         * src/folder.[ch]
3581         * src/foldersel.c
3582         * src/folderview.c
3583         * src/imap.c
3584         * src/mainwindow.c
3585         * src/mbox_folder.c
3586         * src/mh.c
3587         * src/news.c
3588         * src/prefs_scoring.c
3589         * src/procmsg.c
3590         * src/setup.c
3591         * src/summaryview.c
3592                 initial restructuring of folder system, seperating
3593                 folders and folder classes
3594
3595 2003-03-12 [paul]       0.8.11claws
3596
3597         0.8.11claws release
3598
3599 2003-03-12 [christoph]
3600
3601         * src/gtk/prefswindow.c
3602                 fix translation of "Page Index"
3603
3604 2003-03-12 [paul]       0.8.10claws110
3605
3606         a sync from 0.8.11cvs4 before the release
3607
3608         * src/common/utils.c
3609                 subject_compare_for_sort(): allow null strings (fixes
3610                 summary sorting).
3611
3612 2003-03-11 [paul]       0.8.10claws109
3613
3614         * po/es.po
3615                 update Spanish translation, submitted by
3616                 Ricardo Mones Lastra
3617
3618 2003-03-11 [melvin]     0.8.10claws108
3619
3620         * po/fr.po
3621                 Updated French translations
3622
3623 2003-03-11 [paul]       0.8.10claws107
3624
3625         * manual/en/Makefile.am
3626           manual/en/*.html
3627                 update English manual, add a new page
3628                 updated by Francois Barriere <fbarriere@atmel.fr>
3629                 
3630         * po/bg.po
3631           po/it.po
3632           po/sr.po
3633                 update Bulgarian, Italian, and Serbian translations
3634                 submitted by George Danchev, Alessandro Maestri, and
3635                 Urke MMI
3636
3637 2003-03-10 [paul]       0.8.10claws106
3638
3639         * src/gtk/about.c
3640           src/gtk/prefswindow.c
3641                 make some strings translatable
3642
3643 2003-03-10 [darko]      0.8.10claws105
3644
3645         * src/compose.c
3646                 code cleanup to make Hiro happy
3647
3648 2003-03-10 [paul]       0.8.10claws104
3649
3650         * sync with 0.8.11cvs2
3651                 see ChangeLog 2003-03-10
3652
3653 2003-03-09 [melvin]     0.8.10claws103
3654
3655         * src/textview.c
3656                 textview_set_font(): fix for message display in
3657                 UTF-8 locales (thanks to Sergey Vlasov).
3658                 (was unintentionnaly reverted in 0.8.6claws6)   
3659
3660 2003-03-08 [darko]      0.8.10claws102
3661
3662         * src/compose.c
3663                 fix infinite loop in wrapping as reported
3664                 by happycactus
3665                 obsoletes patch #696482
3666
3667 2003-03-08 [christoph]  0.8.10claws101
3668
3669         * src/imap.c
3670                 add workaround for IMAP servers that do not
3671                 support the "UID SEARCH UID" command
3672
3673 2003-03-07 [christoph]  0.8.10claws100
3674
3675         * src/plugins/spamassassin/spamassassin.[ch]
3676         * src/plugins/spamassassin/spamassassin_gtk.c
3677                 code cleanup
3678
3679 2003-03-07 [paul]       0.8.10claws99
3680
3681         * po/es.po
3682                 updated Spanish translation, submitted by
3683                 Ricardo Mones Lastra
3684
3685 2003-03-07 [christoph]  0.8.10claws98
3686
3687         * src/send.c
3688                 fix in 0.8.10claws94 was wrong
3689                 local delivery does not require escaping, remove escaping
3690                 code to make signatures of mails with "." lines valid
3691                 
3692                 NOTE: requires that sendmail is executed with "-i" option,
3693                       what is the default now, but has to be changed in all
3694                       exsiting accounts)
3695
3696 2003-03-07 [paul]       0.8.10claws97
3697
3698         * sync with 0.8.11 release
3699                 see ChangeLog 2003-03-07
3700
3701 2003-03-06 [paul]       0.8.10claws96
3702
3703         * src/compose.c
3704                 revert commit 0.8.10claws92
3705
3706 2003-03-06 [paul]       0.8.10claws95
3707
3708         * src/folderview.c
3709                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3710
3711         * src/gtkaspell.c
3712                 fix bug 74, 'Crash opening editor window with pseudo-color
3713                 display'
3714                 
3715         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3716
3717 2003-03-06 [christoph]  0.8.10claws94
3718
3719         * src/send.c
3720                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3721                 all lines starting with a period get an extra period
3722                 inserted
3723                 (found by Simon 'corecode' Schubert)
3724
3725 2003-03-06 [paul]       0.8.10claws93
3726
3727         * src/folderview.c
3728                 if configured font can't be loaded fall back to gtk
3729                 default. (with thanks to Christoph)
3730                 
3731                 closes long-standing bug 15 'Crashes on startup'
3732
3733 2003-03-06 [paul]       0.8.10claws92
3734
3735         * src/compose.c
3736                 freeze text before autosave and thaw afterwards
3737                 fixes bug 67 'autosave make re-rediting message crazy'
3738
3739 2003-03-06 [christoph]  0.8.10claws91
3740
3741         * src/compose.c
3742                 ignore address comment in dupe check for Cc-list
3743
3744         (closes reopened bug 47 Replying to message strips name part of
3745          e-mail addresses of Cc: lines)
3746
3747 2003-03-06 [paul]       0.8.10claws90
3748
3749         * src/Makefile.am
3750                 remove reference to gtkxtext.h as its no longer in
3751                 the repository
3752
3753 2003-03-06 [paul]       0.8.10claws89
3754
3755         * sync with 0.8.10cvs25
3756                 see ChangeLog 2003-03-06
3757
3758 2003-03-06 [oliver]     0.8.10claws88
3759         
3760         * src/messageview.c
3761                 remove include
3762
3763 2003-03-06 [oliver]     0.8.10claws87
3764         
3765         * src/folderview.c 
3766                 remove changes introduced inclaws74
3767         * src/messageview.c
3768                 another attempt to sanely delete and update
3769                 messages deleted in separate messageview
3770
3771 2003-03-05 [christoph]  0.8.10claws86
3772
3773         * src/summaryview.c
3774                 check if "From" matches any account's address if
3775                 addressbook completion of addresses is disabled too
3776
3777         (closes Bug 70 "Display recipient in from" doesn't check
3778          folder's default account)
3779
3780 2003-03-05 [christoph]  0.8.10claws85
3781
3782         * src/compose.c
3783         * src/common/utils.[ch]
3784                 don't strip address comments when building Cc lists
3785
3786         (closes Bug 47 Replying to message strips name part of e-mail addresses
3787          of Cc: lines)
3788
3789         * src/folder.c
3790                 fix return value of copy function
3791
3792 2003-03-05 [christoph]  0.8.10claws84
3793
3794         * src/imap.c
3795                 don't ask imap server for non rfc822 headers
3796
3797         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3798
3799         * src/imap.c
3800                 destroy session on socket error to allow reconnecting
3801
3802 2003-03-05 [christoph]  0.8.10claws83
3803
3804         * configure.ac
3805                 fix building with gnome when no prefix is set
3806
3807         (closes bug 66 Gnome directory is set to NONE)
3808
3809 2003-03-05 [paul]       0.8.10claws82
3810
3811         * sync with 0.8.10cvs23
3812                 see ChangeLog 2003-03-05
3813
3814 2003-03-04 [christoph]  0.8.10claws81
3815
3816         * src/folder.c
3817                 o fix moving and copying when folder returns 0 for new
3818                   message number
3819                 o remove some code for single message copy and move
3820                   operations and use functions for multiple messages
3821
3822         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3823
3824         * src/news.c
3825                 remove unused include
3826
3827 2003-03-04 [paul]       0.8.10claws80
3828
3829         * src/gtk/about.c
3830                 list 'Compiled plugins'
3831
3832 2003-03-03 [christoph]  0.8.10claws79
3833
3834         * src/news.[ch]
3835                 have to multiply the percentage of the current fetch with
3836                 the percentage that it has of the total fetch operation
3837                 for correct values
3838
3839 2003-03-03 [christoph]  0.8.10claws78
3840
3841         * src/news.c
3842                 fix calculation of expected lines for progress indicator
3843
3844 2003-03-03 [christoph]  0.8.10claws77
3845
3846         * src/summaryview.c
3847         * src/common/utils.c
3848                 fix segfault when opening the root news folder
3849
3850 2003-03-03 [christoph]  0.8.10claws76
3851
3852         * src/mainwindow.[ch]
3853         * src/common/Makefile.am
3854         * src/common/progressindicator.[ch]
3855                 add UI independent progress indicator handling
3856
3857         * src/news.[ch]
3858                 use new progress indicator for message info fetching
3859
3860         * src/common/hooks.h
3861                 code cleanup
3862
3863 2003-03-03 [oliver]     0.8.10claws75
3864
3865         * src/toolbar.c
3866         * src/compose.c
3867                 removed commented code
3868
3869 2003-03-03 [oliver]     0.8.10claws74
3870
3871         * src/toolbar.[ch]
3872                 cleanups and refactoring
3873         * src/compose.[ch]
3874                 compose_reply_mode reply & forwarding interface for
3875                 toolbar buttons
3876         * src/folderview.c
3877                 act on messages marked for deletion in folderview_selected
3878                 based on prefs_common.immediate_exec since a message might 
3879                 have been deleted by messageview in a folder we are changing 
3880                 to (does anybody understand what I'm on about ?)
3881
3882 2003-03-03 [oliver]     0.8.10claws73
3883         
3884         * src/messageview.[ch]
3885                 new functions
3886                 - messageview_delete: delete message shown in messagview
3887                 - messageview_update_view: update messageview to currently 
3888                   selected summaryview message
3889                 - add separate messageview to msgview_list in order to update 
3890                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3891         * src/summaryview.[ch]
3892                 summary_get_selection returns a list of selected msgs
3893                 in summaryview
3894         * src/mainwindow.c
3895                 toolbar reply refactoring
3896
3897 2003-03-03 [paul]       0.8.10claws72
3898
3899         * sync with 0.8.10cvs21
3900                 see ChangeLog 2003-03-03
3901
3902 2003-03-02 [christoph]  0.8.10claws71
3903
3904         * src/common/passcrypt.c
3905                 use POSIX includes
3906
3907 2003-03-02 [christoph]  0.8.10claws70
3908
3909         * configure.ac
3910         * src/prefs_account.c
3911         * src/prefs_gtk.[ch]
3912         * src/common/.cvsignore
3913         * src/common/Makefile.am
3914         * src/common/passcrypt.c                ** NEW **
3915         * src/common/passcrypt.h.in             ** NEW **
3916                 Implement password encryption in config files
3917                 using unix encrypt and setkey functions. The crypt
3918                 key can be set as a configure parameter. Old
3919                 passwords will be converted if they do not begin
3920                 with '!'
3921
3922 2003-03-02 [paul]       0.8.10claws69
3923
3924         * src/prefs_account.c
3925                 fix compile error
3926
3927 2003-03-01 [thorsten]   0.8.10claws68
3928
3929         * po/el.po
3930           po/hr.po
3931           po/it.po
3932           po/nl.po
3933           po/sr.po
3934           po/sv.po
3935                 corrected format strings
3936         * po/en_GB.po
3937                 corrected headers
3938                 (fix compile errors with GNU gettext-0.11.5)
3939
3940 2003-03-01 [oliver]     0.8.10claws67
3941
3942         * src/summaryview.c
3943                 menu callbacks call toolbar_menu_reply
3944
3945 2003-03-01 [oliver]     0.8.10claws66
3946
3947         * src/mainwindow.c
3948         * src/messageview.c
3949                 menu callbacks call toolbar_menu_reply
3950         * src/toolbar.[ch]
3951                 callbacks from menu handled by toolbar_menu_reply
3952
3953 2003-03-01 [paul]       0.8.10claws65
3954
3955         * src/addressbook.c
3956                 revert commit 0.8.10claws54 - breaks editing of
3957                 addressbook.
3958                 
3959         * po/bg.po
3960                 update Bulgarian translation, submitted by
3961                 George Danchev
3962
3963 2003-02-28 [christoph]  0.8.10claws64
3964
3965         * src/account.c
3966         * src/addressadd.c
3967         * src/compose.c
3968         * src/gtkaspell.c
3969         * src/gtkxtext.h                ** REMOVE **
3970         * src/imap.c
3971         * src/matcher.[ch]
3972         * src/mh.c
3973         * src/news.c
3974         * src/pine.c
3975         * src/prefs_common.c
3976         * src/prefs_matcher.c
3977         * src/procheader.[ch]
3978         * src/procmsg.[ch]
3979         * src/toolbar.c
3980         * src/common/ssl_certificate.c
3981         * src/gtk/colorlabel.c
3982         * src/gtk/menu.c
3983                 o fix warnings
3984                 o remove code obsoleted by new cache and folder system rework
3985
3986 2003-02-28 [oliver]     0.8.10claws63
3987         
3988         * src/toolbar.[ch]
3989                 * fix bug where reply in Messageview replied to 
3990                 Message displayed in summaryview
3991                 (reportedd via ML by chinatinte at gmx dot ch)
3992                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3993                 didn't work in separate MessageView Toolbar
3994                 (wondering if anybody uses this at all ?)
3995         * src/summaryview.[ch]
3996                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3997                 (generalize reply and forward code);
3998         * src/messageview.c 
3999                 remove focus_in event which updated summaryview to messageview
4000
4001 2003-02-28 [paul]       0.8.10claws62
4002
4003         * po/Makefile.in.in
4004                 add the --check option
4005                 Patch submitted by Ricardo Mones Lastra
4006
4007 2003-02-28 [paul]       0.8.10claws61
4008
4009         * src/prefs_account.c
4010                 re-order 'Signature' items
4011
4012 2003-02-28 [paul]       0.8.10claws60
4013
4014         * sync with 0.8.10cvs20
4015                 see ChangeLog 2003-02-28
4016
4017 2003-02-28 [paul]       0.8.10claws59
4018
4019         * po/POTFILES.in
4020                 update to reflect recent movement of files
4021
4022 2003-02-28 [paul]       0.8.10claws58
4023
4024         * sync with 0.8.10cvs19
4025                 see ChangeLog 2003-02-28
4026
4027 2003-02-27 [martin]     0.8.10claws57
4028
4029         * src/prefs_matcher.c 
4030                 fix segfault in prefs_matcher_ok() when the
4031                 last entry is deleted and prevents that the
4032                 message "entry not saved" comes up after deleting
4033                 an entry
4034
4035 2003-02-27 [martin]     0.8.10claws56
4036
4037         * src/prefs_filtering.c 
4038                 fix segfault in prefs_filtering_ok() when the
4039                 last entry is deleted and prevents that the
4040                 message "entry not saved" comes up after deleting
4041                 an entry
4042
4043 2003-02-27 [paul]       0.8.10claws55
4044
4045         * sync with 0.8.10cvs18
4046                 see ChangeLog 2003-02-27
4047
4048 2003-02-27 [paul]       0.8.10claws54
4049
4050         * src/addressbook.c
4051                 fix bug where the address book crashes with 
4052                 multiple lookups.
4053                 Patch [687729] submitted by David Frager 
4054                 <dbfrager@users.sourceforge.net>
4055
4056 2003-02-25 [christoph]  0.8.10claws53
4057
4058         * src/Makefile.am
4059         * src/colorlabel.[ch]           ** REMOVE **
4060         * src/gtk/Makefile.am
4061         * src/gtk/colorlabel.[ch]       ** NEW **
4062                 move colorlabel files to gtk directory
4063
4064         * src/esmtp.[ch]                ** REMOVE **
4065                 has been merged into smtp.[ch] in 0.7.5
4066
4067 2003-02-25 [christoph]  0.8.10claws52
4068
4069         * src/Makefile.am
4070         * src/about.[ch]                ** REMOVE **
4071         * src/gtk/Makefile.am
4072         * src/gtk/about.[ch]            ** NEW **
4073                 move about files to gtk directory
4074
4075 2003-02-25 [christoph]  0.8.10claws51
4076
4077         * src/folder.c
4078                 some code optimization of folder scanning code
4079
4080         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4081
4082 2003-02-25 [christoph]  0.8.10claws50
4083
4084         * src/main.c
4085         * src/common/sylpheed.c
4086                 add command line parameter parsing to common code
4087
4088 2003-02-24 [christoph]
4089
4090         * Makefile.am
4091         * configure.ac
4092                 fix gnome prefix problems, the configure script now removed
4093                 `gnome-config --prefix` from `gnome-config --datadir`
4094                 and adds $(prefix} instead
4095
4096         (closes Bug 24 Makefile does not respect prefix when installing
4097          GNOME data)
4098
4099 2003-02-24 [christoph]  0.8.10claws49
4100
4101         * src/news.c
4102                 check for valid session before trying to authenticate
4103
4104         (closes Bug 60 crash if "authenticate on logon" is activated
4105          and newsserver-hostname is not valid)
4106
4107 2003-02-24 [melvin]     0.8.10claws48
4108
4109         * src/prefs_actions.c
4110                 Make sure all user's input is sent to the action and then
4111                 close the socket..
4112
4113 2003-02-23 [alfons]     0.8.10claws46
4114
4115         * src/summaryview.c
4116                 also wait cursor when deleting files
4117
4118 2003-02-23 [paul]
4119
4120         * tools/freshmeat_search.pl
4121           tools/google_search.pl
4122                 scripts should now work for any browser/browser command line
4123
4124 2003-02-22 [christoph]  0.8.10claws45
4125
4126         * src/procmsg.c
4127                 fix IMAP flag setting, IMAP flag is not handled correctly
4128                 anymore by the folder system and information about the
4129                 folder should not be saved in the MsgInfo (in my opinion)
4130
4131         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4132
4133 2003-02-22 [christoph]  0.8.10claws44
4134
4135         * src/summaryview.c
4136                 fix spelling of "label" ;-)
4137
4138 2003-02-22 [thorsten]   0.8.10claws43
4139
4140         * src/mimeview.c
4141           src/prefs_common.[ch]
4142           src/procmime.[ch]
4143                 do not use description as attachment name
4144
4145 2003-02-22 [alfons]     0.8.10claws42
4146
4147         * src/summaryview.c
4148                 freeze/thaw folder item updates when changing color labels,
4149                 and put a wait cursors on
4150
4151 2003-02-22 [thorsten]   0.8.10claws41
4152
4153         * src/mimeview.c
4154                 save-all fixes: crash if invoked on multipart container,
4155                 mimeinfo access, pathseparators, error dialog
4156
4157 2003-02-21 [alfons]     0.8.10claws40
4158
4159         * src/prefs_gtk.c
4160                 remove unused var
4161
4162 2003-02-21 [colin]      0.8.10claws39
4163
4164         * src/send.c
4165                 Fix smtp logging
4166
4167 2003-02-21 [colin]      0.8.10claws38
4168
4169         * src/summaryview.c
4170                 Freeze/thaw folderItem updates when filtering messages 
4171                 via Tools/Filter messages
4172
4173 2003-02-21 [paul]       0.8.10claws37
4174
4175         * src/compose.c
4176                 revert commit 0.8.10claws26, there are ulterior motives
4177                 for users to set a Reply-To header when posting to
4178                 newsgroups
4179
4180 2003-02-21 [paul]       0.8.10claws36
4181
4182         * sync with 0.8.10cvs17
4183                 see ChangeLog 2003-02-21
4184
4185 2003-02-20 [christoph]  0.8.10claws35
4186
4187         * src/imap.c
4188                 IMAP UID fetch speedup using SEARCH
4189
4190         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4191
4192         * src/imap.c
4193                 fix problem with UIDs in IMAP UID cache that no longer existed
4194
4195 2003-02-20 [christoph]  0.8.10claws34
4196
4197         * src/imap.c
4198         * src/procheader.c
4199         * src/procheader.h
4200                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4201
4202         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4203
4204         * src/imap.c
4205                 Rewrite imap_cmd_gen_recv use sock_getline instead
4206                 of sock_gets to avoid problems with too long reply
4207                 lines
4208     
4209 2003-02-20 [colin]      0.8.10claws33
4210         
4211         * src/prefs_account.c
4212                 Better wording
4213
4214 2003-02-20 [colin]      0.8.10claws32
4215
4216         * src/compose.c
4217                 Remove useless '&& !to_sender' 
4218
4219 2003-02-20 [darko]
4220
4221         * AUTHORS
4222                 change my e-mail address
4223
4224 2003-02-19 [colin]      0.8.10claws31
4225
4226         * src/prefs_common.c
4227                 X11 style colors for every configurable color
4228
4229 2003-02-19 [alfons]     0.8.10claws30
4230
4231         * src/prefs_gtk.[ch]
4232         * src/prefs_common.c
4233                 for color_new accept both plain integers and X11 style color
4234                 names (as found in /usr/lib/X11/rgb.txt)
4235
4236 2003-02-19 [paul]       0.8.10claws29
4237
4238         * src/mainwindow.c
4239                 add tooltips to online/offline button and account selector
4240                 button
4241
4242 2003-02-19 [paul]       0.8.10claws28
4243
4244         * src/folder.c
4245           src/news.c
4246           src/prefs_account.[ch]
4247           src/prefs_common.[ch]
4248                 move 'Maximum number of articles to download' to
4249                 account prefs.
4250                 clean up account prefs gui a little by hiding entries
4251                 rather then greying out entries
4252
4253 2003-02-19 [hiro]       0.8.10claws27
4254
4255         * src/common/utils.c
4256                 fix bug #54 'yesterdays date is displayed in the message 
4257                 summary window'
4258
4259 2003-02-19 [paul]       0.8.10claws26
4260
4261         * src/compose.c
4262                 fix bug reported in Feature Request [688596] 
4263                 'Reply-to header in news'
4264
4265 2003-02-18 [paul]       0.8.10claws25
4266
4267         * src/select-keys.c
4268                 add a 'List all keys' button to key selection dialog
4269
4270 2003-02-18 [colin]      0.8.10claws24
4271         
4272         * src/stock_pixmap.c
4273                 fix compile error
4274
4275 2003-02-18 [colin]      0.8.10claws23
4276
4277         * src/common/smtp.[ch]
4278           src/prefs_account.c
4279                 Try to starttls if it seems to be the only
4280                 way to authenticate a user
4281
4282 2003-02-18 [paul]       0.8.10claws22
4283
4284         * src/Makefile.am
4285           src/folderview.c
4286           src/stock_pixmap.[ch]
4287           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4288           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4289                 as a Drafts folder is a special folder allow it to have
4290                 its own unique icons
4291
4292 2003-02-18 [colin]      0.8.10claws21
4293
4294         * src/imap.c
4295                 Fix port selection when using starttls
4296
4297 2003-02-18 [paul]       0.8.10claws20
4298
4299         * src/mainwindow.c
4300           src/prefs_common.[ch]
4301                 make blue the default new mail colour
4302
4303 2003-02-18 [paul]       0.8.10claws19
4304
4305         * sync with 0.8.10cvs14
4306                 see ChangeLog 2003-02-18
4307
4308 2003-02-17 [jens]       0.8.10claws18
4309
4310         * src/common/md5.c
4311                 fixed a compile problem with gcc 3.3
4312                 works on 2.95.3 too (testet on PPC as it is big endian)
4313
4314 2003-02-17 [paul]       0.8.10claws17
4315
4316         * sync with 0.8.10cvs13
4317                 see ChangeLog 2003-02-17
4318
4319 2003-02-17 [paul]       0.8.10claws16
4320
4321         * sync with 0.8.10cvs12
4322                 see ChangeLog 2003-02-17
4323
4324 2003-02-16 [match]      0.8.10claws15
4325
4326         * src/addressbook.c
4327                 Eliminates reloading of address data when items
4328                 deleted or added. Applied submitted by
4329                 Luke Plant <lukeplant@softhome.net>
4330
4331 2003-02-16 [paul]       0.8.10claws14
4332
4333         * src/news.c
4334                 when a 'protocol error' is encountered disconnect from
4335                 the server. This means that the user can carry on viewing
4336                 other articles and doesn't have to either wait until the
4337                 server timesout or quit sylpheed.
4338                 Fixes bug #53 'Unable to read messages in newsgroups, 
4339                 displayed message doesn't change'
4340
4341 2003-02-15 [christoph]  0.8.10claws13
4342
4343         * src/imap.c
4344                 fix bug that stopped scanning of folders when an
4345                 IMAP folder was empty
4346
4347         (closes bug 46 stop scan messages in folders after empty folder)
4348
4349 2003-02-15 [paul]
4350
4351         * tools/Makefile.am
4352           tools/README
4353           tools/freshmeat_search.pl     ** NEW FILE **
4354           tools/google_search.pl        ** NEW FILE **
4355                 Add 2 Actions scripts which search freshmeat/google
4356                 for the selected text using the browser configured
4357                 in sylpheedrc.
4358                 
4359         Note: These scripts are very dependent on the format of the
4360         browser command and may not work on every occasion. Testing
4361         is welcome. 
4362
4363 2003-02-14 [alfons]     0.8.10claws12
4364
4365         * src/compose.c
4366                 fix breakage because of uninitialized account pointer.
4367                 please verify.
4368
4369 2003-02-14 [paul]       0.8.10claws11
4370
4371         * src/compose.c
4372           src/prefs_account.[ch]
4373           src/prefs_common.[ch]
4374                 move signature settings to Account Prefs
4375
4376 2003-02-14 [paul]       0.8.10claws10
4377
4378         * sync with 0.8.10cvs11
4379                 see ChangeLog 2003-02-14
4380
4381 2003-02-13 [thorsten]   0.8.10claws9
4382
4383         * src/news.c
4384                 revert news progressbar (GUI separation)
4385
4386 2003-02-13 [paul]       0.8.10claws8
4387
4388         * src/compose.c
4389                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4390                 paragraph 1
4391
4392 2003-02-13 [paul]       0.8.10claws7
4393
4394         * src/compose.[ch]
4395           src/summaryview.c
4396                 fix 'Follow-up and Reply-to' so that it creates a reply to
4397                 the newsgroup and the sender. If the message has the keyword
4398                 'poster' in the Followup-To header, all replies go to the
4399                 sender, re: RFC 1036, Section 2.2.3
4400                 rename all instances of 'ignore_replyto' to 'to_sender', both
4401                 were previously used, now we use just one.
4402
4403 2003-02-13 [paul]       0.8.10claws6
4404
4405         * sync with 0.8.10cvs9
4406                 see ChangeLog 2003-02-13
4407
4408 2003-02-13 [paul]       0.8.10claws5
4409
4410         * configure.ac
4411                 show which plugins are configured in the configure
4412                 output.
4413
4414 2003-02-12 [thorsten]   0.8.10claws4
4415
4416         * src/news.c
4417                 show progress while fetching news headers
4418
4419 2003-02-12 [christoph]  0.8.10claws3
4420
4421         * configure.ac
4422         * src/plugins/Makefile.am
4423                 use AM_CONDITIONAL to enable plugins, automake correctly
4424                 manages this when creating distdir
4425
4426 2003-02-12 [christoph]  0.8.10claws2
4427
4428         * ac/spamassassin.m4
4429         * src/plugins/spamassassin/Makefile.am
4430                 fix building SpamAssassin plugin without OpenSSL
4431
4432 2003-02-12 [paul]       0.8.10claws1
4433
4434         * ac/Makefile.am
4435           src/Makefile.am
4436           src/plugins/Makefile.am
4437                 fix failure of 'make release'
4438
4439 2003-02-12 [paul]       0.8.10claws
4440
4441         * 0.8.10claws released
4442
4443 2003-02-12 [paul]       0.8.9claws56
4444
4445         * po/bg.po
4446           po/es.po
4447           po/it.po
4448           po/ru.po
4449           po/sr.po
4450                 updated translations by George Danchev, Ricardo Mones Lastra,
4451                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4452                 
4453         * sylpheed.spec.in
4454                 Allow the building of RPMs by a regular user. Submitted
4455                 by Sergei Astanin
4456
4457 2003-02-11 [alfons]     0.8.9claws55
4458
4459         * src/colorlabel.c
4460                 don't use pixmaps for label color rect but draw rectangles
4461                 so we can respect the color map of palette based visuals
4462                 (fixes the long time crashes on Suns - thanks to Andreas
4463                 Engel and Steve O'Hara-Smith for testing)
4464
4465 2003-02-11 [christoph]  0.8.9claws54
4466
4467         * src/matcher_parser_parse.y
4468                 correct bug where filering rules of not existing folders in
4469                 matcherrc were added to global filtering
4470                 
4471         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4472          main filter-rules after removing directory, http://bugs.debian.org/180253)
4473         
4474 2003-02-11 [paul]       0.8.9claws53
4475
4476         * sync with 0.8.10cvs7
4477                 see ChangeLog 2003-02-09
4478
4479 2003-02-11 [melvin]     0.8.9claws52
4480
4481         * po/fr.po
4482                 Updated French tranlsations
4483
4484 2003-02-10 [paul]       0.8.9claws51
4485
4486         * sylpheed.spec.in
4487                 correct --enable-openssl
4488                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4489
4490 2003-02-09 [martin]     0.8.9claws50
4491
4492         * src/prefs_matcher.c
4493                 fix segfault in prefs_matcher_substitute_cb() when
4494                 no row is selected
4495
4496 2003-02-09 [paul]       0.8.9claws49
4497
4498         * src/folderview.c
4499                 fix bug where a newsgroup folder's processing rules were
4500                 merged with the global filtering rules when the newsgroup
4501                 folder was deleted, causing some seriously bad results,
4502                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4503
4504 2003-02-08 [melvin]     0.8.9claws48
4505
4506         * src/compose.c
4507                 Corrected and modified an alert message.
4508
4509 2003-02-07 [paul]       0.8.9claws47
4510
4511         * src/folderview.c
4512                 fix bug where both an 'Account properties' window and a
4513                 'Folder properties' window were opened when clicking on
4514                 'Properties' in an NNTP or IMAP folder's popup menu.
4515
4516 2003-02-07 [paul]       0.8.9claws46
4517
4518         * sync with 0.8.10cvs6
4519                 see ChangeLog 2003-02-06
4520
4521 2003-02-06 [christoph]  0.8.9claws45
4522
4523         * src/mbox.c
4524                 freeze folder updates while importing mbox files
4525                 (closes bug 43 importing mbox took hours)
4526                 
4527         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4528
4529 2003-02-06 [thorsten]   0.8.9claws44
4530
4531         * po/de.po
4532                 Updated german translations
4533
4534 2003-02-06 [thorsten]   0.8.9claws43
4535
4536         * src/news.h
4537                 use guint for message numbers (fix count in grouplist dialog)
4538
4539 2003-02-05 [paul]       0.8.9claws42
4540
4541         * sync with 0.8.10cvs2
4542                 see ChangeLog 2003-02-05
4543
4544 2003-02-04 [colin]      0.8.9claws41
4545
4546         * src/prefs_common.[ch]
4547           src/procmsg.c
4548           src/summaryview.c
4549                 Add an option to disable threading by subject
4550
4551 2003-02-04 [christoph]  0.8.9claws40
4552
4553         * src/inc.c
4554                 only abort fetching mails from multiple accounts when the
4555                 error is fatal and does not allow to check any more accounts
4556                 (currently only disk full error)
4557
4558         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4559          receive mails for other accouts)
4560
4561 2003-02-04 [christoph]  0.8.9claws39
4562
4563         * src/folder.c
4564                 first add the new message to the cache, then
4565                 send the update notification
4566
4567         (closes bug 39 after sending message folderview doesnt get updated)
4568
4569 2003-02-04 [colin]      0.8.9claws38
4570
4571         * src/inc.c
4572                 _really_ fix this Connecting... status
4573
4574 2003-02-04 [paul]       0.8.9claws37
4575
4576         * sync with 0.8.10
4577                 see ChangeLog 2003-02-04
4578
4579 2003-02-04 [paul]       0.8.9claws36
4580
4581         * sync with 0.8.9cvs6
4582                 see ChangeLog 2003-02-03
4583
4584 2003-02-04 [paul]       0.8.9claws35
4585
4586         * po/pt_BR.po
4587                 updated by André Filipe de Assunção e Brito 
4588                 <bedecko@netsite.com.br>
4589
4590 2003-02-03 [thorsten]   0.8.9claws34
4591
4592         * po/de.po
4593                 Updated german translations
4594
4595 2003-02-02 [paul]       0.8.9claws33
4596
4597         * po/es.po
4598                 updated by Ricardo Mones Lastra
4599
4600 2003-02-02 [thorsten]   0.8.9claws32
4601
4602         * src/mh.c
4603                 Fix mh_get_msginfo() segfault if file is inaccessible
4604
4605 2003-01-31 [colin]      0.8.9claws31
4606
4607         * src/procheader.c
4608                 Fix last commit's bug
4609
4610 2003-01-31 [colin]      0.8.9claws30
4611
4612         * src/procheader.c
4613                 Missing a change for gpg-signed messages
4614
4615 2003-01-31 [paul]       0.8.9claws29
4616
4617         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4618           src/procheader.c
4619           src/stock_pixmap.[ch]
4620           src/summaryview.c
4621                 indicate GnuPG signed messages by displaying an icon
4622                 in the Attachment column.
4623
4624 2003-01-31 [paul]       0.8.9claws28
4625
4626         * sync with 0.8.9cvs4
4627                 see ChangeLog 2003-01-31
4628
4629 2003-01-31 [alfons]     0.8.9claws27
4630
4631         * src/textview.c
4632                 tune URI parser to accept mailto URLs with a '?'
4633                 (patch from Ruslan Balkin)
4634
4635 2003-01-31 [colin]      0.8.9claws26
4636
4637         * src/summaryview.c
4638                 Fix a leak introduced in claws24
4639
4640 2003-01-31 [colin]      0.8.9claws25
4641
4642         * src/summaryview.c
4643                 Freeze/Thaw folder updates when deleting dups
4644
4645 2003-01-31 [colin]      0.8.9claws24
4646         
4647         * src/addr_compl.c
4648           src/summaryview.c
4649           src/msgcache.c
4650                 little speed improvements
4651
4652 2003-01-31 [colin]      0.8.9claws23
4653
4654         * src/summaryview.c
4655                 Fix segfault when forwarding nothing
4656                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4657                 
4658 2003-01-30 [paul]       0.8.9claws22
4659
4660         * sync with 0.8.9cvs3
4661                 see ChangeLog 2003-01-30
4662
4663 2003-01-30 [paul]       0.8.9claws21
4664
4665         * sync with 0.8.9cvs2
4666                 see ChangeLog 2003-01-30
4667
4668 2003-01-29 [paul]       0.8.9claws20
4669
4670         * sync with 0.8.9cvs1
4671                 see ChangeLog 2003-01-29
4672
4673 2003-01-28 [paul]       0.8.9claws19
4674
4675         * po/POTFILES.in
4676                 update to reflect changes. 
4677                 thanks to Ricardo Mones Lastra
4678
4679 2003-01-27 [christoph]  0.8.9claws18
4680
4681         * ac/openssl.m4
4682         * ac/spamassassin.m4
4683         * src/plugins/spamassassin/README
4684         * src/plugins/spamassassin/libspamc.[ch]
4685         * src/plugins/spamassassin/utils.[ch]
4686                 updated to latest libspamc
4687
4688 2003-01-27 [christoph]  0.8.9claws17
4689
4690         * src/folder.c
4691                 fix wrong use of procheader_get_header_fields
4692
4693 2003-01-27 [christoph]  0.8.9claws16
4694
4695         * src/news.c
4696         * src/prefs_account.[ch]
4697         * src/common/nntp.[ch]
4698                 allow to force authentication for NNTP servers
4699
4700         Patch submitted by Florian Mickler <dmk@d-labs.de>
4701
4702 2003-01-26 [paul]       0.8.9claws15
4703
4704         * src/summaryview.c
4705                 speed up of marking messages as read
4706                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4707
4708 2003-01-26 [christoph]  0.8.9claws14
4709
4710         * src/Makefile.am
4711         * src/mgutils.[ch]              ** REMOVE **
4712         * src/xml.[ch]                  ** REMOVE **
4713         * src/xmlprops.[ch]             ** REMOVE **
4714         * src/common/Makefile.am
4715         * src/common/mgutils.[ch]       ** NEW **
4716         * src/common/xml.[ch]           ** NEW **
4717         * src/common/xmlprops.[ch]      ** NEW **
4718                 move xml files to common directory
4719
4720 2003-01-26 [christoph]  0.8.9claws13
4721
4722         * src/plugins/spamassassin/spamassassin_gtk.c
4723                 only set gtk entry text if string is available
4724
4725 2003-01-26 [melvin]     0.8.9claws12
4726
4727         * src/description_window.c
4728                 Allow resizing of the window
4729                 Allow automatic horizontal scroll bar
4730                 Do not vertically expand and fill
4731
4732 2003-01-26 [christoph]  0.8.9claws11
4733
4734         * src/Makefile.am
4735         * src/gtkutils.[ch]             ** REMOVE **
4736         * src/common/sylpheed.c
4737         * src/gtk/Makefile.am
4738         * src/gtk/description_window.c
4739         * src/gtk/gtkutils.[ch]         ** NEW **
4740         * src/gtk/prefswindow.c
4741                 move gtkutils to gtk directory
4742
4743 2003-01-26 [paul]       0.8.9claws10
4744
4745         * src/summaryview.c
4746                 rename summary_unread_clicked() to summary_status_clicked()
4747
4748 2003-01-26 [melvin]     0.8.9claws9
4749
4750         * src/prefs_actions.c
4751                 Cosmetical changes to the help text
4752
4753 2003-01-26 [paul]       0.8.9claws8
4754
4755         * src/folder.[ch]
4756           src/mainwindow.c
4757           src/prefs_common.c
4758           src/prefs_sumamry_column.c
4759           summaryview.[ch]
4760                 rename the 'Unread' column to 'Status'
4761
4762 2003-01-25 [match]      0.8.9claws7
4763
4764         * src/mgutils.[ch]
4765                 removed reference to LDAP constants. removed error2string.
4766                 included functions to support LDAP dynamic queries.
4767         * src/syldap.h
4768                 moved LDAP constants here.
4769         * src/addressbook.c
4770         * src/addrindex.c
4771         * src/importldif.c
4772                 removed references to LDAP constants and references to
4773                 error2string.
4774
4775 2003-01-25 [paul]       0.8.9claws6
4776
4777         * src/summaryview.c
4778                 summary_thread_build(), summary_thread_init(): remove 
4779                 unneeded reference to summaryview->folder_item
4780
4781 2003-01-25 [christoph]  0.8.9claws5
4782
4783         * src/gtk/description_window.c
4784                 o allow description texts to expand over multiple columns
4785                 o translate all columns
4786         * src/prefs_actions.c
4787                 change syntax description to use new multi column feature
4788
4789         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4790
4791 2003-01-25 [match]      0.8.9claws4
4792
4793         * src/vcard.c
4794                 fixed bug with Quoted-Printable
4795
4796 2003-01-25 [paul]       0.8.9claws3
4797
4798         * src/folder.[ch]
4799           src/summaryview.[ch]
4800                 implement per-folder collapsed/expanded threads setting
4801                 
4802         * src/prefs_common.c
4803                 remove global collapsed/expanded threads option
4804
4805 2003-01-25 [christoph]  0.8.9claws2
4806
4807         * po/POTFILES.in
4808                 add pluginwindow and prefswindow
4809         * src/compose.c
4810                 make send respond correctly to messages that could be added
4811                 to the queue folder, but the UID of the message is unknown
4812         * src/folder.c
4813         * src/imap.c
4814                 don't return guessed UIDs in imap_add_msg anymore. We return
4815                 0 to tell the folder system it was appened but the UID is
4816                 unknown. Folder system now get's the UID by scaning the folder
4817                 and searching the cache for the Message-ID
4818                 (closes bug #29 Messages queued, but not sent)
4819
4820 2003-01-25 [paul]       0.8.9claws1
4821
4822         * src/codeconv.c
4823                 conv_encode_header():  fix bug when long headers with 8-bit
4824                 characters are used, so that the encoded words are wrapped.
4825                 If the space in the original text falls on the wrap boundary,
4826                 it can be lost.
4827                 Patch by Sergey Vlasov.
4828                 
4829         * src/folderview.c
4830                  fix bug where a change to the sorting method or thread view
4831                  of a folder's messages is lost if simpify-subject is set and
4832                  toggled on or off.
4833                  Patch by Luke Plant.
4834
4835 2003-01-24 [paul]       0.8.9claws
4836
4837         * sylpheed-0.8.9claws released
4838         
4839         * Makefile.am
4840           sylpheed.spec.in
4841                 remove reference to 'INSTALL.jp'
4842
4843 2003-01-23 [paul]       0.8.8claws128
4844
4845         * po/es.po
4846           po/it.po
4847           po/ru.po
4848           po/sr.po
4849                 updated translations. submitted by Ricardo Mones Lastra,
4850                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4851
4852 2003-01-23 [colin]      0.8.8claws127
4853
4854         * src/compose.c
4855                 Fix drafted and queued news articles re-edition
4856
4857 2003-01-23 [melvin]     0.8.8claws126
4858
4859         * po/fr.po
4860                 Updated French translations
4861
4862 2003-01-23 [colin]      0.8.8claws125
4863
4864         * src/inc.c
4865                 Fix "Connecting to..." status message
4866
4867 2003-01-22 [paul]       0.8.8claws124
4868
4869         * po/bg.po
4870                 updated by George Danchev
4871                 
4872         * src/folder.c
4873                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4874                 and folder deletion
4875
4876 2003-01-21 [paul]       0.8.8claws123
4877
4878         * po/bg.po
4879                 updated by George Danchev
4880                 
4881         * src/about.c
4882                 its now 2003
4883                 
4884         * src/toolbar.c
4885                 don't translate 'Separator'
4886                 
4887         * src/plugins/spamassassin/Makefile.am
4888                 add aspell to CPPFLAGS
4889                 
4890         * src/plugins/spamassassin/spamassassin.c
4891           src/plugins/spamassassin/spamassassin_gtk.c
4892                 set correct default for spamassassin_receive_spam
4893                 slightly re-word descriptions and some
4894                 other minor changes
4895
4896 2003-01-19 [alfons]     0.8.8claws122
4897                 
4898         * src/mimeview.c
4899                 mimeview_save_as(): we might as well show the file name for
4900                 the single case "Save As" too
4901
4902 2003-01-19 [alfons]     0.8.8claws121
4903
4904         * src/crash.c
4905                 change bug tracker URL to bugzilla URL
4906
4907 2003-01-19 [alfons]     0.8.8claws120
4908
4909         * src/mimeview.c
4910                 mimeview_save_all(): display name of file before overwriting;
4911                 continue saving all, even when one overwrite was cancelled
4912
4913 2003-01-19 [christoph]  0.8.8claws119
4914
4915         * src/summaryview.c
4916         * src/procmsg.[ch]
4917                 fix wrong usage of procmsg_find_children in summaryview
4918                 by using procmsg_update_unread_children instead of
4919                 summaryview_update_unread_children
4920
4921 2003-01-19 [christoph]  0.8.8claws118
4922
4923         * src/procmsg.c
4924                 fix infinite loop in procmsg_find_children
4925                  (closes bug #25 sylpheed crashes on delete.)
4926
4927         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4928
4929 2003-01-19 [paul]       0.8.8claws117
4930
4931         * po/pt_BR.po
4932                 updated by Ivan Francolin Martinez
4933
4934 2003-01-18 [melvin]     0.8.8claws116
4935
4936         * src/prefs_actions.c
4937                 Removed syntax limitation of only one '&' at the end of command.
4938                         Now actions that contain '>/dev/null 2>&1' are possible.
4939
4940 2003-01-18 [melvin]     0.8.8claws115
4941
4942         * src/prefs_actions.c
4943                 Actions IO dialog: when the action ends
4944                 the "Close" button now has focus and [Escape] closes the
4945                 window.
4946
4947 2003-01-18 [christoph]  0.8.8claws114
4948
4949         * src/procmsg.c
4950                 o add debug output when MsgInfos are really freed
4951                 o free GSLists in procmsg_find_children and
4952                   procmsg_update_unread_children
4953
4954 2003-01-18 [christoph]  0.8.8claws113
4955
4956         * src/mainwindow.c
4957                 reorder Configuration menu
4958
4959 2003-01-18 [christoph]  0.8.8claws112
4960
4961         * src/compose.c
4962                 fix applying templates to forwarded messages
4963
4964         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4965
4966 2003-01-17 [christoph]  0.8.8claws111
4967
4968         * src/folder.c
4969                 destroy folder items, when a folder item is removed
4970
4971 2003-01-17 [christoph]  0.8.8claws110
4972
4973         * src/folder.c
4974                 fix wrong folder stats update when ignored message is
4975                 deleted
4976
4977 2003-01-17 [colin]      0.8.8claws109
4978         
4979         * src/mainwindow.c
4980         * src/summaryview.c
4981                 Quicksearch bugfixes: 
4982                 - hide help button at startup if not extended
4983                 - switch to extended when looking for replies
4984
4985 2003-01-17 [paul]
4986
4987         * sync with 0.8.9 release
4988
4989 2003-01-17 [paul]       0.8.8claws108
4990
4991         * sync with 0.8.8cvs11
4992                 see ChangeLog 2003-01-17
4993
4994 2003-01-16 [colin]      0.8.8claws107
4995
4996         * src/procmsg.c
4997                 Changed encryption test to re-ask passphrase
4998                 if an encrypted message hasn't been decrypted
4999                 Fixes bug #5
5000
5001 2003-01-16 [christoph]  0.8.8claws106
5002
5003         * src/prefs_gtk.c
5004         * src/prefs_toolbar.c
5005         * src/gtk/prefswindow.h
5006         * src/plugins/spamassassin/spamassassin_gtk.c
5007                 remove page destroy function that is not used anymore
5008
5009 2003-01-16 [paul]       0.8.8claws105
5010
5011         * sync with 0.8.8cvs9
5012                 see ChangeLog 2002-01-16
5013
5014 2003-01-16 [colin]      0.8.8claws104
5015
5016         * src/compose.[ch]
5017                 Fix bug with autosaved drafts for IMAP, when draft
5018                 folder is specified - fixes bugzilla bug #20
5019
5020 2003-01-15 [paul]       0.8.8claws103
5021
5022         * src/compose.[ch]
5023           src/procmsg.c
5024                 store folder and message-id of message forwarding
5025                 in queue header and set forward flag after sending
5026
5027 2003-01-15 [paul]       0.8.8claws102
5028
5029         * sync with 0.8.8cvs8
5030                 see ChangeLog 2002-01-15
5031
5032 2003-01-15 [colin]      0.8.8claws101
5033
5034         * src/Makefile.am
5035                 Fix linking with GNU libiconv
5036
5037 2003-01-15 [darko]      0.8.8claws100
5038
5039         * src/pine.c
5040                 fix crash when importing pine address book
5041                 entry with an empty name (reported by DY
5042                 <dybulk at tri8.net>)
5043
5044 2003-01-14 [paul]       0.8.8claws99
5045
5046         * configure.in  ** REMOVED **
5047           configure.ac  ** NEW FILE **
5048                 rename configure.in to configure.ac, as it is now
5049                 preferred
5050
5051 2003-01-14 [melvin]     0.8.8claws98
5052
5053         * src/folderview.c
5054                 folderview_check_new(): More precise function description
5055
5056 2003-01-14 [melvin]     0.8.8claws97
5057
5058         * src/folderview.c
5059                 folderview_check_new(): return the number of new messages 
5060                         since last check.
5061         * src/inc.c
5062                 inc_account_mail(): Disable counting of new messages for IMAP
5063                         and NNTP until bug [19] and [14] are fixed.
5064
5065 2003-01-14 [paul]       0.8.8claws96
5066
5067         * sync with 0.8.8cvs6
5068                 see ChangeLog 2003-01-14
5069
5070 2003-01-13 [alfons]     0.8.8claws95
5071
5072         * src/textview.c
5073                 tune email address validation (c. 0.8.8claws89): if . is 
5074                 just one char away from @, the address is invalid too 
5075                 (correctly rejects addresses like foo@.com)
5076
5077 2003-01-13 [paul]       0.8.8claws94
5078
5079         * src/messageview.c
5080           src/toolbar.c
5081                 fixes to the Message View toolbar and menu:
5082                 fix non-functioning Forward button
5083                 make Reply button consider default_reply_list
5084                 remove 'Follow-up...' menu entry
5085                 add 'Forward' and 'Redirect' menu entries
5086
5087 2003-01-13 [melvin]     0.8.8claws93
5088
5089         * src/inc.c
5090                 Fixed typo that could make new messages count incorrect.
5091
5092 2003-01-13 [melvin]     0.8.8claws92
5093
5094         * src/folderview.[ch]
5095                 folderview_check_new(): return the number of new messages.
5096         * src/inc.c
5097                 Should fix bug [14] where new mail notification worked 
5098                         incorrectly with IMAP accounts.
5099                 inc_spool_account(): return number of new msgs, or -1 on error
5100                 inc_all_spool(): return number of new msgs
5101                 
5102 2003-01-13 [melvin]     0.8.8claws91
5103
5104         * src/prefs_actions.c
5105                 Justify help text.
5106
5107 2003-01-12 [thorsten]   0.8.8claws90
5108
5109         * src/common/prefs.c
5110                 close file before rename
5111
5112 2003-01-12 [alfons]     0.8.8claws89
5113
5114         * AUTHORS
5115                 add Christian Mertes
5116         * src/common/utils.[ch]
5117                 g_stricase_hash(), g_stricase_equal(): functions for 
5118                 case insensitive hash tables
5119         * src/textview.c
5120                 use top level domain names to validate email address, based
5121                 on a patch by Christian Mertes (thanks!), but changed 
5122                 implementation to use a hash table 
5123
5124 2003-01-12 [paul]       0.8.8claws88
5125
5126         * po/bg.po
5127                 updated by George Danchev
5128
5129 2003-01-12 [alfons]     0.8.8claws87
5130
5131         * src/summaryview.c
5132                 delete / execute performance: use new style folder update
5133
5134 2003-01-12 [paul]       0.8.8claws86
5135
5136         * sync with 0.8.8cvs5
5137                 see ChangeLog 2003-01-13 (!)
5138
5139 2003-01-12 [alfons]     0.8.8claws85
5140
5141         * src/filtering.c
5142         * src/matcher_parser_parse.y
5143                 prepare change_score filtering action
5144         * src/matcher.[ch]
5145                 give up const-correctness on functions that call non-const-correct functions;
5146                 several casts to gpointer in g_free();
5147                 add change_score;
5148
5149 2003-01-12 [christoph]  0.8.8claws84
5150
5151         * src/compose.c
5152                 fix 2 warnings
5153
5154         * src/gtk/prefswindow.[ch]
5155         * src/plugins/spamassassin/spamassassin_gtk.c
5156                 changed the call of the widget create function
5157                 for PrefsPages, because sometimes the widget
5158                 create function needs a widget that already has
5159                 been attached to a window (to create GDK pixmaps
5160                 for exmaple). So we simply pass the GtkWindow as
5161                 the second parameter now.
5162
5163         * src/main.c
5164         * src/mainwindow.c
5165         * src/prefs_toolbar.[ch]
5166                 rewrite Toolbar Preferences using the new
5167                 prefs window
5168
5169 2003-01-11 [alfons]     0.8.8claws83
5170
5171         * src/addressadd.c
5172                 fix crash when adding sender to addressbook because status bar
5173                 isn't there (the status bar doesn't seem to be used though,
5174                 but I'll let Match decide what to do with it)
5175
5176 2003-01-11 [colin]      0.8.8claws82
5177
5178         * src/main.c
5179           src/toolbar.c
5180                 Two useless changes reversed
5181
5182 2003-01-11 [colin]      0.8.8claws81
5183
5184         * src/mainwindow.c
5185           src/mainwindow.h
5186                 Add mainwindow_get_mainwindow()
5187         * src/alertpanel.c
5188           src/alertpanel.h
5189                 Add alertpanel_error_log() 
5190         * src/compose.c
5191           src/inc.c
5192           src/messageview.c
5193           src/toolbar.c
5194           src/main.c
5195           src/procmsg.c
5196                 Network errors get a View Log button
5197
5198 2003-01-10 [alfons]     0.8.8claws80
5199
5200         * src/prefs_toolbar.c
5201         * src/toolbar.c
5202                 use the translatable string for "Separator" as file name for
5203                 separator toolbar items (probably make this uppercase?)
5204
5205 2003-01-10 [alfons]     0.8.8claws79
5206
5207         * src/prefs_toolbar.c
5208                 put right A_SEPARATOR description string in "displayed
5209                 toolbar items list" so manually added separators are
5210                 saved correctly (bug #10, "Adding a separator to the main 
5211                 toolbar fails, entry in xml file is wrong")
5212
5213 2003-01-10 [christoph]  0.8.8claws78
5214
5215         * src/imap.c
5216                 o fix warnings
5217                 o use CAPABILITY to check if NAMESPACE is available
5218
5219 2003-01-10 [christoph]  0.8.8claws77
5220
5221         * src/imap.[ch]
5222                 apply UIDPLUS IMAP extension support patch
5223
5224         Patch submitted by Simon 'corecode' Schubert
5225
5226 2003-01-10 [paul]       0.8.8claws76
5227
5228         * src/folderview.c
5229                 a sync from main which fixes the news account folders'
5230                 Properties bug
5231
5232 2003-01-10 [christoph]  0.8.8claws75
5233
5234         * src/folder.c
5235                 don't accept 0 as a valid uid returned by copy and move
5236                 functions. 0 means the message was copied or moved but the
5237                 new uid could not be fetched. It is not an error condition
5238                 for the copy or move operation.
5239
5240 2003-01-10 [paul]       0.8.8claws74
5241
5242         * src/prefs_filtering.c
5243                 change English used in Alert when entry is not
5244                 saved.
5245                 
5246         * sync with 0.8.8cvs4
5247                 see ChangeLog 2003-01-10
5248
5249 2003-01-10 [darko]      0.8.8claws73
5250
5251         * src/pine.c
5252                 fix crash when importing address book entry
5253                 without a valid address
5254
5255 2003-01-09 [alfons]     0.8.8claws72
5256
5257         * src/inc.c
5258                 filtering performance: use new style folder update
5259
5260 2003-01-09 [christoph]  0.8.8claws71
5261
5262         * src/compose.c
5263         * src/gtk/menu.[ch]
5264                 fix wrong selecting of mime encoding type, when
5265                 opening property dialog of attachments in the
5266                 compose window. 7bit was always selected and that
5267                 destoryed files with 8bit data.
5268                 (closes bug #9 Sylpheed-claws destroys attachments when
5269                  changing MIME-types)
5270
5271 2003-01-09 [paul]       0.8.8claws70
5272
5273         * sync with 0.8.8cvs3
5274                 see ChangeLog 2003-01-09
5275
5276 2003-01-08 [alfons]     0.8.8claws69
5277         
5278         * src/addressadd.c
5279                 apply patch by Kim Schulz to fix build breakage
5280                 because of missing variable
5281
5282 2003-01-08 [paul]       0.8.8claws68
5283
5284         * sync with 0.8.8cvs2
5285                 see ChangeLog 2002-01-08
5286
5287 2003-01-08 [paul]       0.8.8claws67
5288
5289         * po/it.po
5290                 updated by Alessandro Maestri
5291                 
5292         * src/addressadd.c
5293                 when using 'Add sender to addressbook' allow
5294                 name to be edited and remarks to be entered
5295                 Patch submitted by Luke Plant
5296
5297 2003-01-08 [darko]      0.8.8claws66
5298
5299         * README.claws, src/summaryview.c
5300                 fix description for marked messages
5301
5302 2003-01-08 [paul]
5303
5304         * tools/Makefile.am
5305           tools/launch_phoenix  ** NEW FILE **
5306                 add script that enables using Phoenix as the default
5307                 web browser. 
5308                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5309                 
5310         * tools/OOo2sylpheed.pl
5311                 remove full path to sylpheed executable, just 'sylpheed'
5312                 will do
5313                 
5314         * tools/README
5315                 add launch_phoenix informtion and re-arrange and compress
5316                 the data a little
5317
5318 2003-01-07 [christoph]  0.8.8claws65
5319
5320         * src/folder.c
5321                 fix update for source folder when moving messages
5322         * src/procmsg.[ch]
5323         * src/summaryview.c
5324                 use function to set to_folder for message infos and
5325                 automatically update the op_count for old and new
5326                 folder
5327
5328 2003-01-07 [melvin]     0.8.8claws64
5329
5330         * src/prefs_actions.c
5331                 Fixed bug where an '%p' Action on a displayed image crashed 
5332                         Sylpheed
5333                 Code clean up (get rid of duplicated code and removed unnecessary 
5334                                 structure member)
5335
5336 2003-01-07 [christoph]  0.8.8claws63
5337
5338         * src/compose.c
5339         * src/folder.[ch]
5340         * src/folderview.c
5341         * src/import.c
5342         * src/inc.c
5343         * src/main.c
5344         * src/mainwindow.c
5345         * src/messageview.c
5346         * src/prefs_folder_item.c
5347         * src/procmsg.c
5348         * src/summaryview.c
5349         * src/toolbar.c
5350                 o remove all folder update triggering from the UI code. The folder
5351                   system should know much better when a folder needs an update.
5352                 o to prevent multiple updates in a row the folder updates can be
5353                   frozen for some time.
5354
5355                 Note: - Please verify that no updates are missing
5356                       - Check where freeze/thaws should be added
5357
5358 2003-01-07 [christoph]  0.8.8claws62
5359
5360         * src/prefs_actions.c
5361                 don't translate empty strings
5362
5363         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5364
5365 2003-01-06 [christoph]  0.8.8claws61
5366
5367         * src/prefs_actions.c
5368                 mark strings for gettext
5369         * src/prefs_matcher.c
5370                 use new description window for Execute action and
5371                 match condition in Filtering
5372
5373         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5374
5375 2003-01-06 [alfons]     0.8.8claws60
5376
5377         keep myself inspired to re-organize matcher part 8; 
5378         yes, more to come (I need to move out the descriptive
5379         text for actions to matcher.c, or at least make it not
5380         depend on the wicked ordering)
5381
5382         * src/prefs_matcher.c
5383                 add documentation so others may comprehend the
5384                 UI part of the conditions
5385                 
5386 2003-01-06 [christoph]  0.8.8claws59
5387
5388         * src/prefs_actions.c
5389                 use new description window for syntax help
5390         * src/gtk/description_window.c
5391                 fix display of descriptions with column count != 2
5392
5393         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5394
5395 2003-01-06 [christoph]  0.8.8claws58
5396
5397         * src/quote_fmt.c
5398         * src/summaryview.[ch]
5399         * src/gtk/Makefile.am
5400         * src/gtk/description_window.[ch]       ** NEW **
5401                 use a generic window to display syntax descriptions
5402                 currently used in quote_fmt and summaryview (new description
5403                 for extended quick search)
5404
5405         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5406
5407 2003-01-06 [paul]       0.8.8claws57
5408
5409         * sync with 0.8.8cvs1
5410                 see ChangeLog 2003-01-06
5411
5412 2003-01-06 [christoph]  0.8.8claws56
5413
5414         * src/mainwindow.c
5415         * src/prefs_gtk.[ch]
5416         * src/gtk/prefswindow.[ch]
5417         * src/plugins/spamassassin/spamassassin_gtk.c
5418                 o remove page management from prefswindow, pages
5419                   will be an argument to prefswindow_open
5420                 o prefswindow_open gets a datapointer that is
5421                   passed to the widget_create function to allow
5422                   creation of prefswindow for specific items
5423
5424 2003-01-06 [colin]      0.8.8claws55
5425         
5426         * src/summaryview.c
5427                 We don't want regexp in the reply-finder, 
5428                 because MIDs can contain !,$,. and so on
5429
5430 2003-01-06 [jens]       0.8.8claws54
5431
5432         * src/jpilot.c
5433                 fixed a wrong free in jpilot_read_db_files
5434
5435 2003-01-06 [alfons]     0.8.8claws53
5436
5437         re-organize matcher part 8; more to come
5438        
5439         * src/matcher.c
5440                 matcherprop_to_string(): put g_free()s before the
5441                 switch-case break to fix memleaks                
5442
5443 2003-01-06 [colin]      0.8.8claws52
5444
5445         * src/summaryview.c
5446                 cleanup & reply-finder now displays the first 
5447                 matching message
5448
5449 2003-01-05 [alfons]     0.8.8claws51
5450
5451         re-organize matcher part 7; more to come
5452
5453         * src/matcher.[ch]
5454                 fixes for constant correctness;
5455                 more documentation;
5456
5457 2003-01-05 [alfons]     0.8.8claws50
5458
5459         re-organize matcher part 6; more to come
5460         
5461         * src/matcher.[ch]
5462                 fixes for constant correctness;
5463                 more documentation;
5464         * src/filtering.c
5465                 fix for constant correctness
5466
5467 2003-01-05 [colin]      0.8.8claws49
5468
5469         * src/account.[ch]
5470                 Add account_get_reply_account function
5471         * src/compose.c
5472                 Use account_get_reply_account function 
5473         * src/summaryview.c
5474                 Basic reply-finder - click on the replied
5475                 icon gets you to the outbox using quick-search
5476
5477 2003-01-05 [paul]       0.8.8claws48
5478
5479         * src/prefs_common.c
5480                 small change to English
5481                 
5482         * src/prefs_filtering.c
5483                 prefs_filtering_action_select(): improve logic and uniformity
5484                 of gui
5485
5486 2003-01-05 [alfons]     0.8.8claws47
5487
5488         fine tune solution to focus problems (bug #7)
5489
5490         * src/mainwindow.c
5491                 mainwindow_focus_in_event(): remove grab event check
5492         * src/summaryview.c
5493                 summary_button_pressed(): move selection on right-click
5494                 too. we can't possibly move the selection back after
5495                 canceling a dialog, because gtk's incomplete focus 
5496                 management. whether this is a good solution, only time
5497                 will tell.
5498
5499 2003-01-05 [christoph]  0.8.8claws46
5500
5501         * src/imap.c
5502                 fix crash when no imap connection could be established
5503
5504 2003-01-05 [paul]       0.8.8claws45
5505
5506         * src/mainwindow.c
5507           src/sumamryview.c
5508           src/gtk/menu.[ch]
5509                 fix bug 605957 'shortcuts in popup-menu'
5510                 make user-defined shortcuts work
5511                 show shortcuts that are already defined
5512                 in the main menu
5513                 Patch submitted by Luke Plant
5514
5515 2003-01-05 [alfons]     0.8.8claws44
5516
5517         * src/mainwindow.c
5518                 focus_in_event handler should not select summary view row 
5519                 when another window (menu, dialog) grabbed for events 
5520                 (bug #7, "[0.8.8claws42] Message summary focus") 
5521
5522 2003-01-04 [christoph]  0.8.8claws43
5523
5524         * src/procmsg.c
5525                 update save folder after adding the sent message
5526                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5527
5528 2003-01-02 [christoph]  0.8.8claws42
5529
5530         * src/common/plugin.c
5531                 fix unloading of all plugins and unload
5532                 plugins in reverse order
5533                 
5534         * src/gtk/pluginwindow.c
5535                 implement function of load and unload button
5536
5537         * src/gtk/prefswindow.c
5538         * src/gtk/prefswindow.h
5539                 rename register function and add new unregister
5540                 function
5541
5542         * src/plugins/spamassassin/spamassassin_gtk.c
5543                 unregister prefs page and update for changes in
5544                 src/gtk/prefswindow.c
5545
5546 2003-01-02 [paul]       0.8.8claws41
5547
5548         * po/es.po
5549                 updated by Ricardo Mones Lastra
5550
5551 2003-01-02 [paul]
5552
5553         * tools/tb2sylpheed
5554                 fixes and improvements by Urke MMI
5555
5556 2003-01-02 [thorsten]   0.8.8claws40
5557
5558         * src/procmsg.c
5559                 fixed wrong return value
5560
5561 2003-01-02 [thorsten]   0.8.8claws39
5562
5563         * src/prefs.c
5564                 fixed printing wrong variable
5565
5566 2003-01-02 [thorsten]   0.8.8claws38
5567
5568         * src/prefs.c
5569                 fixed acessing members of freed pfile struct
5570
5571 2003-01-02 [thorsten]   0.8.8claws37
5572
5573         * src/procmsg.c
5574                 detect loops across several messages
5575                 as suggested by Christoph Hohmann
5576
5577 2003-01-01 [match]      0.8.8claws36
5578
5579         * src/addrindex.c
5580                 fixed another memory leak.
5581
5582 2003-01-01 [match]      0.8.8claws35
5583
5584         * src/jpilot.[ch]
5585                 fixed memory leaks. applied Doxygen comments.
5586
5587 2003-01-01 [thorsten]   0.8.8claws34
5588
5589         * src/procmsg.c
5590                 inhibit endless loop if msg references itself
5591                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5592
5593 2003-01-01 [christoph]  0.8.8claws33
5594
5595         * src/mainwindow.c
5596         * src/gtk/Makefile.am
5597         * src/gtk/pluginwindow.c                ** NEW **
5598         * src/gtk/pluginwindow.h                ** NEW **
5599                 add plugin window
5600
5601         * src/plugins/demo/demo.c
5602         * src/plugins/spamassassin/spamassassin.c
5603         * src/plugins/spamassassin/spamassassin_gtk.c
5604                 write better plugin descriptions
5605
5606 2002-12-31 [christoph]  0.8.8claws32
5607
5608         * src/gtk/prefswindow.c
5609         * src/plugins/spamassassin/spamassassin_gtk.c
5610                 some small improvements to GTK code
5611
5612 2002-12-31 [christoph]  0.8.8claws31
5613
5614         * src/plugins/spamassassin/spamassassin_gtk.c
5615                 enable folder select button
5616
5617 2002-12-31 [christoph]  0.8.8claws30
5618
5619         * src/mainwindow.c
5620         * src/gtk/Makefile.am
5621         * src/gtk/prefswindow.c                         ** NEW **
5622         * src/gtk/prefswindow.h                         ** NEW **
5623                 add new prefs window
5624
5625         * src/common/plugin.c
5626                 don't try to load empty config lines
5627         
5628         * src/plugins/spamassassin/Makefile.am
5629         * src/plugins/spamassassin/spamassassin.c
5630         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5631         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5632                 GTK config for SpamAssassin Plugin using
5633                 the new prefs window
5634
5635 2002-12-31 [paul]       0.8.8claws29
5636
5637         * po/POTFILES.in
5638                 remove obsolete entry 'src/menu.c'
5639
5640 2002-12-31 [alfons]     0.8.8claws28
5641
5642         * src/matcher.[ch]
5643         * src/matcher_parser_parse.y
5644         * src/prefs_matcher.c
5645                 add "ignore_thread" and "~ignore_thread" condition so it's
5646                 possible to make the actions / scoring operate on the ignore
5647                 thread flag
5648
5649 2002-12-31 [christoph]  0.8.8claws27
5650
5651         * src/addrbook.c
5652         * src/addrindex.c
5653         * src/folder.c
5654         * src/matcher.c
5655         * src/prefs_account.c
5656         * src/prefs_actions.c
5657         * src/prefs_customheader.c
5658         * src/prefs_display_header.c
5659         * src/prefs_gtk.c
5660         * src/procmime.c
5661         * src/toolbar.c
5662         * src/xmlprops.c
5663         * src/common/prefs.[ch]
5664                 extend prefs file handling for reading and automatic handling
5665                 of blocks. When reading prefs_set_block_label will automatically
5666                 move on to the block. When writing it will copy all other blocks
5667                 automatically
5668
5669         * src/common/plugin.c
5670                 Now loading plugin filenames from [Plugins] block in
5671                 sylpheed rc file
5672
5673 2002-12-30 [christoph]  0.8.8claws26
5674
5675         * src/common/hooks.[ch]
5676                 return abort status to caller of hooks_invoke
5677                 
5678         * src/inc.[ch]
5679                 invoke message filtering hook and stop
5680                 default handling when filter returns abort
5681
5682         * src/common/plugin.[ch]
5683         * src/plugins/demo/demo.c
5684                 modify plugin loader, because resolving symbols for strings
5685                 does not work correctly
5686         
5687         * configure.in
5688         * ac/spamassassin.m4                            ** NEW **
5689         * src/plugins/spamassassin/.cvsignore           ** NEW **
5690         * src/plugins/spamassassin/Makefile.am          ** NEW **
5691         * src/plugins/spamassassin/README               ** NEW **
5692         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5693         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5694         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5695                 add spamassassin plugin, see src/plugins/spamassassin/README
5696                 for details
5697
5698 2002-12-29 [alfons]     0.8.8claws25
5699
5700         * src/mainwindow.c
5701                 when moving focus from a message view to the main 
5702                 window, don't forget to select the summary node
5703                 of the displayed message. should fix "[ 659103 ] 
5704                 focus-follows-mouse confuses sylpheed"
5705
5706 2002-12-29 [christoph]  0.8.8claws24
5707
5708         * src/Makefile.am
5709         * src/stringtable.[ch]          ** REMOVE **
5710         * src/common/Makefile.am
5711         * src/common/stringtable.[ch]   ** NEW **
5712                 move stringtable files to common directory
5713
5714 2002-12-29 [christoph]  0.8.8claws23
5715
5716         * src/Makefile.am
5717         * src/menu.[ch]                 ** REMOVE **
5718         * src/gtk/Makefile.am
5719         * src/gtk/menu.[ch]             ** NEW **
5720                 move menu files to gtk directory
5721
5722 2002-12-29 [match]      0.8.8claws22
5723
5724         * src/addressbook.c
5725         * src/syldap.c
5726                 moved UI specific code out of LDAP code into addressbook
5727                 UI code. fixed memory leak.
5728
5729 2002-12-29 [christoph]  0.8.8claws21
5730
5731         * src/folder.c
5732                 only check for IGNORED parent message when message is
5733                 not IGNORED itself
5734
5735 2002-12-29 [alfons]     0.8.8claws20
5736
5737         * src/summaryview.c
5738                 set gtksctree's anchor correct (immediate execute
5739                 changes the tree's layout, and anchor points at 
5740                 the incorrect row). fixes "[ 657233 ] multiple msg 
5741                 delete sometimes off by 1".
5742                 we probably have to look for more tree layout /
5743                 anchor glitches.
5744
5745 2002-12-29 [paul]       0.8.8claws19
5746
5747         * src/summaryview.c
5748                 fix bug [ 659054 ] incorrect sorting of 'From' column
5749                 when using 'display sender using address book'
5750                 thanks to Alfons and Luke Plant
5751
5752 2002-12-29 [christoph]  0.8.8claws18
5753
5754         * src/folder.c
5755         * src/procmsg.[ch]
5756                 check parent messages for IGNORE THREAD flag, when adding,
5757                 moving or copying messages to a folder
5758
5759 2002-12-27 [alfons]     0.8.8claws17
5760
5761         re-organize matcher part 5; more to come
5762
5763         * src/matcher.c
5764                 hash keywords in matchparser_tab 
5765
5766 2002-12-27 [alfons]     0.8.8claws16
5767
5768         re-organize matcher part 4; more to come
5769
5770         * src/matcher_parser.h
5771         * src/matcher_parser_lex.l
5772         * src/matcher_parser_parse.y
5773                 cleanup
5774
5775 2002-12-27 [alfons]     0.8.8claws15
5776
5777         re-organize matcher part 3; more to come
5778
5779         * src/matcher.[ch]
5780                 cleanup
5781
5782 2002-12-27 [alfons]     0.8.8claws14
5783
5784         re-organize matcher part 2; more to come but this should
5785         work. cc me if there are any regressions.
5786
5787         * src/matcher.h
5788                 add prototype for get_matchparser_tab_id()
5789         * src/matcher_parser_lex.l
5790                 look up keywords using matchparser_tab_id();
5791
5792 2002-12-27 [alfons]     0.8.8claws12
5793
5794         re-organize matcher part 1
5795
5796         * src/matcher.h
5797                 map yacc generated constants to sylpheed matcher constants
5798         * src/matcher.c
5799                 add function to find a matcher constant from a string
5800
5801 2002-12-27 [christoph]  0.8.8claws11
5802
5803         * src/compose.c
5804                 MENUITEM_ADD casts the 4th argument from integer to pointer
5805                 so it probably should not be a pointer, this means we
5806                 should use account id for it and not the account's pointer
5807
5808 2002-12-27 [paul]       0.8.8claws10
5809
5810         * src/mainwindow.c
5811                 remove unneeded 'GtkWidget *vbox'
5812                 
5813         * src/summaryview.c
5814                 further sync with 0.8.8 - make sort
5815                 by recipient work as expected
5816                 
5817         * NEWS
5818                 sync with 0.8.8
5819
5820 2002-12-27 [paul]       0.8.8claws9
5821
5822         * po/pt_BR.po
5823                 updated by Ivan F. Martinez
5824                 
5825 2002-12-27 [darko]      0.8.8claws8
5826
5827         * src/common/utils.c
5828                 added locked pattern to extended search
5829
5830 2002-12-27 [alfons]     0.8.8claws7
5831
5832         * src/prefs_matcher.[ch]
5833                 clean up
5834
5835 2002-12-26 [alfons]     0.8.8claws6
5836
5837         * src/matcher.[ch]
5838         * src/matcher_parser_lex.l
5839         * src/matcher_parser_parse.y
5840         * src/prefs_matcher.c
5841                 allow color label as a condition in the matcher
5842
5843 2002-12-26 [oliver]     0.8.8claws5
5844         
5845         * src/toolbar.c 
5846                 enable Addressbook for Main and Messageview
5847         * src/prefs_actions.c
5848                 enable actions in Messageview
5849
5850 2002-12-26 [christoph]  0.8.8claws4
5851
5852         * src/common/plugin.c
5853                 add a little debug output
5854         * configure.in
5855         * src/plugins/demo/Makefile.am
5856                 better use of automake
5857
5858 2002-12-26 [christoph]  0.8.8claws3
5859
5860         * src/Makefile.am
5861         * src/common/Makefile.am
5862                 fix "make distdir"
5863
5864 2002-12-26 [christoph]  0.8.8claws2
5865
5866         * configure.in
5867                 sort configure checks into common / gtk / plugins
5868         * po/POTFILES.in
5869                 add src/prefs_gtk.c
5870         * src/Makefile.am
5871                 add plugins SUBDIR
5872         * src/main.c
5873         * src/common/sylpheed.[ch]
5874                 added now sylpheed_done function for shutdown
5875         * src/common/Makefile.am
5876         * src/common/plugin.[ch]                ** NEW **
5877                 plugin loader and unloader
5878         * src/plugins/.cvsignore                ** NEW **
5879         * src/plugins/Makefile.am               ** NEW **
5880                 build plugins
5881         * src/plugins/demo/.cvsignore           ** NEW **
5882         * src/plugins/demo/Makefile.am          ** NEW **
5883         * src/plugins/demo/demo.c               ** NEW **
5884                 small demo plugin that installs a logtext hook and
5885                 outputs the log text to stdout
5886
5887 2002-12-26 [paul]       0.8.8claws1
5888
5889         * po/es.po
5890                 updated by Ricardo Mones Lastra
5891
5892 2002-12-26 [paul]       0.8.8claws
5893
5894         * 0.8.8claws released
5895
5896 2002-12-26 [paul]       0.8.7claws12
5897
5898         * po/bg.po
5899                 updated by George Danchev
5900
5901 2002-12-26 [paul]       0.8.7claws11
5902
5903         * po/POTFILES.in
5904                 remove unneeded 'src/prefs.c' entry 
5905
5906 2002-12-26 [paul]       0.8.7claws10
5907
5908         * src/codeconv.c
5909           src/mainwindow.c
5910                 sync with 0.8.8 release
5911         
5912         * src/folder.[ch]
5913           src/mh.c
5914           src/summaryview.c
5915                 partial sync with 0.8.8 release
5916         
5917
5918 2002-12-25 [alfons]     0.8.7claws9
5919
5920         * src/matcher.[ch]
5921         * src/matcher_parser_lex.l
5922         * src/matcher_parser_parse.y
5923         * src/prefs_matcher.c
5924                 add locked flag to possible filtering / matcher 
5925                 conditions (also a good example what should be
5926                 done to add a simple boolean condition)
5927
5928 2002-12-25 [christoph]  0.8.7claws8
5929
5930         * src/Makefile.am
5931         * src/account.[ch]
5932         * src/addrbook.c
5933         * src/addressbook.c
5934         * src/addrindex.c
5935         * src/filtering.c
5936         * src/folder.c
5937         * src/matcher.c
5938         * src/prefs.[ch]                ** REMOVE **
5939         * src/prefs_account.c
5940         * src/prefs_actions.c
5941         * src/prefs_common.c
5942         * src/prefs_customheader.c
5943         * src/prefs_display_header.c
5944         * src/prefs_filtering.c
5945         * src/prefs_folder_item.c
5946         * src/prefs_gtk.[ch]            ** NEW **
5947         * src/prefs_matcher.c
5948         * src/prefs_scoring.c
5949         * src/prefs_summary_column.c
5950         * src/procmime.c
5951         * src/selective_download.c
5952         * src/toolbar.c
5953         * src/common/Makefile.am
5954         * src/common/prefs.[ch]         ** NEW **
5955                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5956
5957 2002-12-24 [alfons]     0.8.7claws7
5958
5959         * src/summaryview.c
5960                 summary_thread_build(): fix real cause of the crash mentioned in
5961                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5962                 this way we get meaningful ctree nodes 
5963
5964 2002-12-24 [oliver]     0.8.7claws6
5965
5966         * src/mainwindow.[ch]
5967         * src/messageview.[ch]
5968         * src/compose.[ch]
5969         * src/inc.c
5970         * src/summaryview.c
5971                 changes to use updated toolbar handling
5972                 
5973 2002-12-24 [oliver]     0.8.7claws5
5974
5975         * src/toolbar.[ch]
5976                 generic toolbar handling
5977                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5978         * src/prefs_toolbar.[ch]
5979                 adjust to handling
5980         
5981 2002-12-24 [oliver]     0.8.7claws4
5982         
5983         * src/stock_pixmap.[ch]
5984                 move SYLPHEED_LOGO to end of list in order 
5985                 to remove it from Custom Toolbar`s Icon View
5986
5987 2002-12-24 [alfons]     0.8.7claws3
5988
5989         * src/summaryview.c
5990                 summary_thread_build(): fix crash because of focus != selection 
5991                 after threading. when deleting the selection, gtk tries but fails 
5992                 to find the correct focusable element. we now force the selection
5993                 to be focused. this should solve the infamous bug reported by 
5994                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5995                 a test case is available. 
5996
5997 2002-12-24 [darko]      0.8.7claws2
5998
5999         * src/summaryview.c
6000                 don't crash when unmarking message with unread children
6001
6002 2002-12-23 [christoph]  0.8.7claws1
6003
6004         * src/Makefile.am
6005         * src/common/Makefile.am
6006                 update Makefiles for moved intl.h, version.h and defs.h
6007         * src/imap.c
6008                 rewrite imap_session_get to avoid duplicate code
6009
6010 2002-12-23 [paul]       0.8.7claws
6011
6012         * Santa-Claws released
6013         
6014         * po/hu.po
6015           po/ru.po
6016                 squeeze in updated Hungarian and Russian translations.
6017                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6018
6019 2002-12-23 [paul]       0.8.6claws129
6020
6021         * po/pl.po
6022                 updated by Witold Wladyslaw Wojciech Wilk
6023
6024 2002-12-23 [paul]       0.8.6claws128
6025
6026         * src/quote_fmt_parse.y
6027                 fix typo and add licence header
6028
6029 2002-12-23 [paul]       0.8.6claws127
6030
6031         * po/en_GB.po
6032                 updated
6033
6034 2002-12-23 [paul]       0.8.6claws126
6035
6036         * po/it.po
6037                 updated translation, submitted by Alessandro Maestri
6038                 
6039 2002-12-23 [paul]       0.8.6claws125
6040
6041         * src/quote_fmt_parse.y
6042                 fix signature-stripping on replies bug. match
6043                 '-- \n' and not '-- '.
6044
6045 2002-12-22 [paul]       0.8.6claws124
6046
6047         * po/bg.po
6048           po/es.po
6049           po/sr.po
6050                 updated translations. submitted by George Danchev,
6051                 Ricardo Mones Lastra, and Urke MMI respectively
6052
6053 2002-12-21 [paul]       0.8.6claws123
6054
6055         * src/addrbook.c
6056                 fix coding style
6057
6058 2002-12-21 [paul]       0.8.6claws122
6059
6060         * src/addrbook.c
6061                 fix bug [643638] where if a person is in one or more
6062                 addressbook groups editing that person's email 
6063                 address results in removal from those groups.
6064                 Patch submitted by Luke Plant.
6065
6066 2002-12-20 [christoph]  0.8.6claws121
6067
6068         * src/common/utils.c
6069         * src/summaryview.c
6070                 reimplement expand_search_string using GString to
6071                 prevent crashs caused by miscalculated string
6072                 lengths reported by Paul
6073
6074 2002-12-20 [christoph]  0.8.6claws120
6075
6076         * src/summaryview.c
6077                 don't use "changed" to check if op_count has to be changed as it
6078                 is also set when the message has unread children
6079                 (closes bug [ 653221 ] crash while deleting duplicates)
6080
6081 2002-12-20 [paul]       0.8.6claws119
6082
6083         * sync with 0.8.6cvs27
6084                 see ChangeLog 2002-12-20
6085
6086 2002-12-20 [paul]       0.8.6claws118
6087
6088         * sync with 0.8.6cvs26
6089                 see ChangeLog 2002-12-19 and 2002-12-20
6090
6091 2002-12-19 [alfons]     0.8.6claws117
6092
6093         * src/textview.c
6094                 fix incorrect parsing of email addresses, submitted by 
6095                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6096                 name display if it contains @".
6097
6098 2002-12-18 [paul]       0.8.6claws116
6099
6100         * sync with 0.8.6cvs23
6101                 see ChangeLog 2002-12-18
6102
6103 2002-12-18 [paul]       0.8.6claws115
6104
6105         * src/Makefile.am
6106         * src/account.c
6107         * src/codeconv.c
6108         * src/gtkutils.[ch]
6109         * src/imap.c
6110                 sync with 0.8.6cvs22.
6111                 see ChangeLog 2002-12-17 and 2002-12-18
6112
6113 2002-12-17 [christoph]  0.8.6claws114
6114
6115         * src/imap.c
6116                 o don't create a session if imap greeting fails
6117                 o don't close socket when authentication fails
6118                   this is done by imap_session_destroy
6119
6120 2002-12-17 [thorsten]   0.8.6claws113
6121
6122         * tools/Makefile.am
6123           tools/README
6124           tools/google_msgid.pl ** NEW FILE **
6125                 Added "search for message-id" script and doc
6126
6127 2002-12-17 [thorsten]   0.8.6claws112
6128
6129         * po/hu.po
6130                 Updated hungarian translation
6131                 (updated by Gal Zoltan)
6132
6133 2002-12-16 [christoph]  0.8.6claws111
6134
6135         * src/addr_compl.c
6136                 remove stupid addressbook dump to debug output
6137         * src/mh.c
6138                 fix memory leak found by Hiro
6139
6140 2002-12-14 [paul]       0.8.6claws110
6141
6142         * src/compose.c
6143                 fix menubar sensitivity on send
6144                 
6145         * src/prefs_filtering.c
6146         * src/prefs_matcher.c
6147         * src/prefs_scoring.c
6148                 Fix english ;)
6149                 
6150         * src/common/quoted-printable.h
6151                 sync: fix typo
6152         
6153 2002-12-13 [christoph]  0.8.6claws109
6154
6155         * src/Makefile.am
6156         * src/manage_window.[ch]        ** REMOVE **
6157         * src/gtk/Makefile.am
6158         * src/gtk/manage_window.[ch]    ** NEW **
6159                 move manage_window files to gtk directory
6160
6161 2002-12-13 [christoph]  0.8.6claws108
6162
6163         * src/Makefile.am
6164         * src/gtkshruler.[ch]           ** REMOVE **
6165         * src/gtk/Makefile.am
6166         * src/gtk/gtkshruler.[ch]       ** NEW **
6167                 move gtkshruler files to gtk directory
6168
6169 2002-12-13 [christoph]  0.8.6claws107
6170
6171         * src/Makefile.am
6172         * src/compose.c
6173         * src/gtkstext.[ch]             ** REMOVE **
6174         * src/gtkutils.[ch]
6175         * src/textview.c
6176         * src/gtk/gtkstext.[ch]         ** NEW **
6177         * src/gtk/Makefile.am
6178                 o move stext functions to gtkstext.c to remove
6179                   dependency of gtkutils
6180                 o move gtkstext files to gtk directory
6181
6182         * src/gtk/Makefile.am
6183         * src/gtk/sslcertwindow.[ch]
6184                 UI stuff can always depend on common code so
6185                 it's ok to add ../common to include path
6186
6187 2002-12-13 [colin]      0.8.6claws106
6188
6189         * src/summaryview.c
6190                 Disconnect sighandlers for mainwindow when
6191                 quicksearch has the focus
6192                 Fix bug #653231
6193         * src/mainwindow.[ch]
6194                 Make key_pressed callback public, to be able
6195                 to disconnect it
6196
6197 2002-12-13 [christoph]  0.8.6claws105
6198
6199         * src/mh.c
6200                 create .mh_sequences file in new MH folders
6201                 (closes feature request [ 523162 ] MH folders should
6202                  get a .mh_sequences)
6203
6204 2002-12-13 [colin]      0.8.6claws104
6205
6206         * src/summaryview.c
6207                 Better handling of quicksearch show/hide
6208                 (basically the button stays under the mouse 
6209                  when toggled)
6210
6211 2002-12-13 [paul]       0.8.6claws103
6212
6213         * sync with 0.8.6cvs17
6214                 see ChangeLog 2002-12-13
6215
6216 2002-12-13 [paul]       0.8.6claws102
6217
6218         * po/es.po
6219                 updated by Ricardo Mones Lastra
6220
6221 2002-12-11 [colin]       0.8.6claws101
6222
6223         * src/folder.c
6224                 remove statusbar stuff
6225           src/folderview.c
6226                 set statusbar verbosity when moving folders
6227
6228 2002-12-11 [colin]       0.8.6claws100
6229         * src/prefs_filtering.c
6230         * src/prefs_matcher.c
6231         * src/prefs_scoring.c
6232                 Fix english ;)
6233
6234 2002-12-11 [colin]       0.8.6claws99
6235
6236         * src/prefs_common.[ch]
6237                 Add summary_quicksearch_type
6238         * src/summaryview.c
6239                 Save last used quicksearch type
6240
6241 2002-12-11 [jens]       0.8.6claws98
6242         * src/prefs_filtering.c
6243         * src/prefs_matcher.c
6244         * src/prefs_scoring.c
6245                 added dialog for incomplete rules in scoring, filtering and
6246                 matcher to ask wheather really close
6247
6248 2002-12-11 [colin]      0.8.6claws97
6249
6250         * src/folder.c
6251                 Fix folder dnd statusbar logging
6252
6253 2002-12-10 [christoph]  0.8.6claws96
6254
6255         * src/compose.c
6256         * src/folder.c
6257         * src/imap.c
6258         * src/inc.c
6259         * src/main.c
6260         * src/mainwindow.c
6261         * src/news.c
6262         * src/send.c
6263         * src/statusbar.[ch]
6264         * src/common/hooks.c
6265         * src/common/log.[ch]
6266                 o handle verbose logging in statusbar directly in statusbar code
6267                   and common code does not need any knowledge about a statusbar
6268                 o remove direct calls to statusbar_(puts|pop)_all functions
6269
6270 2002-12-10 [jens]       0.8.6claws95
6271
6272         * src/*.c
6273                 removed gettext from g_warnings
6274         * po/POTFILES.in
6275                 cleaned and updated
6276         * po/de.po
6277                 updated
6278
6279 2002-12-10 [colin]      0.8.6claws94
6280
6281         * src/main.c
6282                 finish crash dialog fix
6283
6284 2002-12-10 [colin]      0.8.6claws93
6285
6286         * src/main.c
6287                 "Fix" "sylpheed already running" instead of
6288                 crash dialog appearing after a crash
6289
6290 2002-12-10 [colin]      0.8.6claws92
6291
6292         * po/POTFILES.in
6293                 add src/gtk/sslcertwindow.c
6294
6295 2002-12-10 [paul]       0.8.6claws91
6296
6297         * po/POTFILES.in
6298                 updated to reflect recent changes
6299                 submitted by Alessandro Maestri
6300
6301 2002-12-09 [christoph]  0.8.6claws90
6302
6303         * src/Makefile.am
6304         * src/smtp.[ch]                 ** REMOVE **
6305         * src/common/Makefile.am
6306         * src/common/smtp.[ch]          ** NEW **
6307                 move smtp files to common directory
6308
6309 2002-12-09 [christoph]  0.8.6claws89
6310
6311         * src/Makefile.am
6312         * src/session.[ch]              ** REMOVE **
6313         * src/common/Makefile.am
6314         * src/common/session.[ch]       ** NEW **
6315                 move session files to common directory
6316
6317 2002-12-09 [paul]       0.8.6claws88
6318
6319         * src/account.c
6320                 fix bug [649746] edit accounts: move account reverted
6321                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6322
6323 2002-12-09 [colin]      0.8.6claws87
6324
6325         * src/ssl_certificate.c
6326                 cleanup
6327
6328 2002-12-09 [colin]      0.8.6claws86
6329
6330         * src/ssl.c
6331                 Try to open the cert.pem database and 
6332                 issue a warning if it isn't there
6333
6334 2002-12-09 [colin]      0.8.6claws85
6335
6336         * src/common/ssl_certificate.c
6337         * src/gtk/sslcertwindow.c
6338                 Warning fixes
6339
6340 2002-12-09 [colin]      0.8.6claws84
6341
6342         * src/ssl_certificate.[ch] ** REMOVED **
6343         * src/common/ssl_certificate.[ch] ** NEW **
6344         * src/Makefile.am
6345         * src/common/Makefile.am
6346                 Moved ssl_certificate.[ch] to common
6347         * src/common/ssl.c 
6348                 Put back needed include
6349         * src/gtk/sslcertwindow.[ch]
6350                 Changed ssl_certificate.h include
6351         
6352 2002-12-09 [colin]      0.8.6claws83
6353
6354         * src/gtk/sslcertwindow.[ch]
6355                 Implement hook for certificate acception
6356         * src/ssl_certificate.[ch]
6357                 Implement hook for certificate acception
6358         * src/common/ssl.c
6359                 Reenable certificate acception check
6360         * src/mainwindow.c
6361                 Register sslcertwindow's hook
6362         
6363 2002-12-08 [christoph]  0.8.6claws82
6364
6365         * src/about.c
6366         * src/addr_compl.c
6367         * src/codeconv.c
6368         * src/manual.c
6369         * src/undo.c
6370         * src/common/utils.c
6371                 o add missing includes
6372                 o fix warnings
6373         * src/.cvsignore
6374         * src/common/.cvsignore
6375         * src/common/version.h          ** REMOVE **
6376                 remove autogenerated file
6377
6378 2002-12-08 [paul]       0.8.6claws81
6379
6380         * src/stringtable.c
6381                 put back needed include
6382
6383 2002-12-08 [colin]      0.8.6claws80
6384         
6385         * src/gtk/sslcertwindow.c
6386                 Cleaner popups when asking
6387         * src/ssl_certificate.c
6388         * src/prefs_common.[ch]
6389                 remove ssl certificate pref
6390                 put back needed include
6391         * src/undo.c
6392                 put back needed include
6393
6394 2002-12-08 [christoph]  0.8.6claws79
6395
6396         * src/folderview.c
6397         * src/logwindow.c
6398         * src/statusbar.c
6399         * src/summaryview.c
6400                 only abort hook invokation if required data is missing not
6401                 if our own data pointer is NULL, update hookfunction for
6402                 log window
6403
6404 2002-12-08 [paul]       0.8.6claws78
6405
6406         * src/about.c
6407         * src/addrcache.c
6408         * src/addrclip.c
6409         * src/addr_compl.c
6410         * src/addrselect.c
6411         * src/codeconv.c
6412         * src/colorlabel.c
6413         * src/enriched.c
6414         * src/esmtp.c
6415         * src/exporthtml.c
6416         * src/headerview.c
6417         * src/imageview.c
6418         * src/manual.c
6419         * src/noticeview.c
6420         * src/pgptext.c
6421         * src/scoring.c
6422         * src/sourcewindow.c
6423         * src/stringtable.c
6424         * src/undo.c
6425                 clean up: remove unneccesary includes
6426
6427 2002-12-08 [christoph]  0.8.6claws77
6428
6429         * src/folderview.c
6430         * src/statusbar.c
6431         * src/summaryview.c
6432         * src/common/hooks.[ch]
6433                 hook functions now have a gboolean return value, if a hook
6434                 returns TRUE it will stop executing of any more hooks in
6435                 the same hooklist for this invokation
6436
6437 2002-12-08 [colin]      0.8.6claws76
6438         
6439         * src/main.c
6440                 put back argv0 for CRASH_DIALOG
6441
6442 2002-12-08 [christoph]  0.8.6claws75
6443
6444         * src/Makefile.am
6445         * src/about.c
6446         * src/account.c
6447         * src/crash.c
6448         * src/esmtp.h
6449         * src/imap.[ch]
6450         * src/inc.c
6451         * src/main.c
6452         * src/mainwindow.c
6453         * src/news.c
6454         * src/pop.[ch]
6455         * src/prefs_account.[ch]
6456         * src/prefs_common.[ch]
6457         * src/send.[ch]
6458         * src/smtp.[ch]
6459         * src/ssl_certificate.[ch]
6460         * src/ssl_manager.[ch]
6461         * src/common/Makefile.am
6462         * src/common/log.c
6463         * src/common/nntp.[ch]
6464         * src/common/socket.[ch]
6465         * src/common/ssl.[ch]
6466         * src/gtk/sslcertwindow.[ch]
6467         * ac/openssl.m4
6468                 use new autoconf script to detect OpenSSL with extra parameters
6469                 to specify the location of libs and includes, also remove USE_SSL
6470                 to USE_OPENSSL
6471
6472         * src/common/sylpheed.[ch]
6473         * src/common/version.h.in
6474                 start seperation of common code initialization seperated from gui
6475
6476         * src/summaryview.c
6477                 The function that is called when a color label changes
6478                 should not change the color lable again
6479
6480 2002-12-08 [colin]      0.8.6claws74
6481
6482         * src/gtk/sslcertwindow.c
6483                 warning fixes
6484
6485 2002-12-08 [colin]      0.8.6claws73
6486
6487         * src/statusbar.c
6488           src/common/log.h
6489                 Register a hook for statusbar_puts_all
6490         * src/common/log.c
6491                 invoke statusbar_puts_all's hook
6492         
6493 2002-12-08 [colin]      0.8.6claws72
6494
6495         * src/ssl_certificate.c
6496                 Put back a badly-removed include
6497
6498 2002-12-08 [colin]      0.8.6claws71
6499
6500         * src/gtk/sslcertwindow.[ch]    ** NEW **
6501                 new certificate presentation
6502         * src/gtk/Makefile.am
6503                 add new files
6504         * src/ssl_certificate.[ch]
6505                 gtk cleanup, made utility functions public
6506         * src/ssl_manager.c
6507                 use new cert presentation
6508
6509 2002-12-07 [christoph]  0.8.6claws70
6510
6511         * src/Makefile.am
6512         * src/nntp.[ch]                 ** REMOVE **
6513         * src/common/Makefile.am
6514         * src/common/nntp.[ch]          ** NEW **
6515                 move nntp files to common directory
6516
6517 2002-12-07 [christoph]  0.8.6claws69
6518
6519         * src/procmsg.[ch]
6520         * src/summaryview.c
6521                 implement msginfo update callback using sylpheed's new
6522                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6523
6524 2002-12-06 [christoph]  0.8.6claws68
6525
6526         * src/editgroup.c
6527                 This patch changes the 'Edit Group Details' dialog to
6528                 allow extended selections in either pane, so that
6529                 addresses can be added or removed from a group more
6530                 quickly and easily. (it actually is a net decrease in
6531                 file size, as some unnecessary functions have been
6532                 removed). 
6533                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6534
6535 2002-12-06 [christoph]  0.8.6claws67
6536
6537         * src/Makefile.am
6538         * src/template.[ch]             ** REMOVE **
6539         * src/common/Makefile.am
6540         * src/common/template.[ch]      ** NEW **
6541                 move template files to common directory
6542
6543         * src/nntp.c
6544                 add missing log.h include
6545
6546 2002-12-06 [melvin]     0.8.6claws66
6547
6548         * src/prefs_actions.c
6549                 Added the trailing ">" syntax to insert command's output
6550                 without replacing old text (in contrast to trailing "|").
6551
6552 2002-12-05 [colin]      0.8.6claws65
6553         
6554         * src/common/utils.c
6555                 Don't modify original search_string or it'll change
6556                 the next iterations in the for()
6557
6558 2002-12-05 [darko]      0.8.6claws64
6559
6560         * src/common/utils.c
6561                 proper check for filtering commands, found by Colin
6562
6563 2002-12-05 [darko]      0.8.6claws63
6564
6565         * src/common/utils.c
6566                 check proper string for NULL pointer, found by Colin
6567
6568 2002-12-05 [darko]      0.8.6claws62
6569
6570         * src/common/utils.[ch]
6571                 expand_search_string(): new function
6572                 converts Mutt-like patterns to Sylpheed's
6573                 filtering engine
6574         * src/summaryview.c
6575                 use expand_search_string() to allow Mutt-like
6576                 patterns in extended search
6577         * README.claws
6578                 document extended option in quick search
6579
6580 2002-12-05 [paul]       0.8.6claws61
6581
6582         * sync with 0.8.6cvs16
6583                 see ChangeLog 2002-12-05
6584                 
6585         * po/POTFILES.in
6586                 clean up
6587
6588 2002-12-04 [christoph]  0.8.6claws60
6589
6590         * src/imap.[ch]
6591                 put imap authentication code into a new function and
6592                 remove it from imap_session_new that will allow to
6593                 send other commands before authentication
6594
6595 2002-12-04 [christoph]  0.8.6claws59
6596
6597         * src/imap.[ch]
6598                 use already existing method to prevent unneeded IMAP
6599                 folder selects. Set imap_select parameters to NULL
6600                 in some functions if the values are not required.
6601
6602         * src/xml.h
6603                 remove no longer required include
6604
6605 2002-12-04 [paul]       0.8.6claws58
6606
6607         * po/es.po
6608                 updated by Ricardo Mones Lastra
6609                 
6610         * configure.in
6611           po/hu.po      ** NEW FILE **
6612                 initial Hungarian translation, submitted
6613                 by Gál Zoltán <galzoli@hu.inter.net>
6614
6615 2002-12-03 [christoph]  0.8.6claws57
6616
6617         * src/Makefile.am
6618         * src/gtksctree.[ch]            ** REMOVE **
6619         * src/gtk/Makefile.am
6620         * src/gtk/gtksctree.[ch]        ** NEW **
6621                 move gtksctree files to gtk directory
6622
6623 2002-12-03 [christoph]  0.8.6claws56
6624
6625         * src/Makefile.am
6626         * src/md5.[ch]                  ** REMOVE **
6627         * srm/common/Makefile.am
6628         * src/common/md5.[ch]           ** NEW **
6629                 move md5 files to common directory
6630
6631         * src/gtkstext.c
6632                 remove not required #include
6633
6634 2002-12-03 [sergey]     0.8.6claws55
6635
6636         * src/gtkutils.c
6637         * src/gtkutils.h
6638                 gtkut_window_popup(): new function.
6639         * src/mainwindow.c
6640                 main_window_popup(): use gtkut_window_popup() to raise
6641                 window without changing its position.
6642                 (see sylpheed-main ML message [sylpheed:17247])
6643
6644 2002-12-03 [sergey]     0.8.6claws54
6645
6646         * src/send.c
6647                 send_message_local(): removed first-dot escaping
6648                 (SMTP-only, not needed for sending through pipe)
6649
6650 2002-12-03 [paul]       0.8.6claws53
6651
6652         * po/POTFILES.in
6653                 update to reflect recent changes (thanks
6654                 to Ricardo Mones Lastra)
6655                 
6656         * tools/filter_conv.pl
6657                  fix problem with quoted strings. Patch submitted
6658                  by Luke Plant <lukeplant@softhome.net>
6659
6660 2002-12-03 [paul]       0.8.6claws52
6661
6662         * sync with 0.8.6cvs15
6663                 see ChangeLog 2002-12-03
6664
6665 2002-12-02 [christoph]  0.8.6claws51
6666
6667         * src/logwindow.[ch]
6668         * src/common/log.[ch]
6669                 implement logging using a hook function
6670
6671         * src/folderview.c
6672         * src/folder.[ch]
6673                 define hooklist name in header file to avoid
6674                 errors caused by wrong spelling of hooklist names
6675
6676         * src/toolbar.c
6677                 fix warnings
6678
6679 2002-12-02 [christoph]  0.8.6claws50
6680
6681         * src/common/Makefile.am
6682                 add src/common/hooks.[ch]
6683
6684         * src/common/hooks.[ch]
6685                 implement a simple hook system using glib's hook functions
6686
6687         * src/folder.[ch]
6688         * src/folderview.c
6689                 use new hook system for folder item updates
6690
6691 2002-12-02 [christoph]  0.8.6claws49
6692
6693         * doc-src/ui_seperation.txt     ** NEW **
6694                 information for ui seperation
6695
6696         * src/Makefile.am
6697                 remove files that were moved to common
6698                 include common directory by default for the header files
6699
6700         * src/inc.c
6701         * src/common/socket.c
6702         * src/automaton.[ch]
6703                 implement automaton using g_io_*-functions instead of
6704                 gdk_input_add to make it ui independent
6705
6706         * src/codeconv.c
6707         * src/compose.c
6708         * src/ldif.c
6709         * src/pgptext.c
6710         * src/procmime.c
6711         * src/rfc2015.c
6712         * src/smtp.c
6713         * src/unmime.c
6714                 remove common/ prefix because directory is now in
6715                 include path
6716
6717         * src/compose.c
6718         * src/folder.c
6719         * src/folderview.c
6720         * src/mainwindow.c
6721         * src/messageview.c
6722         * src/prefs_common.c
6723         * src/procmsg.c
6724         * src/rfc2015.c
6725                 fix warnings
6726
6727         * src/imap.c
6728         * src/inc.c
6729         * src/news.c
6730         * src/pop.c
6731         * src/send.c
6732         * src/smtp.c
6733         * src/ssl_certificate.c
6734                 add log.h header file for logging functions
6735
6736         * src/main.c
6737         * src/common/utils.c
6738         * src/summaryview.c
6739         * src/xml.c
6740                 o move debug_mode to common/utils.c
6741                 o add functions to set and get debug_mode
6742
6743         * src/defs.h                    ** REMOVE **
6744         * src/intl.h                    ** REMOVE **
6745         * src/socket.[ch]               ** REMOVE **
6746         * src/ssl.[ch]                  ** REMOVE **
6747         * src/utils.[ch]                ** REMOVE **
6748                 replaced by new files in src/common/
6749         
6750         * src/common/Makefile.am
6751                 add new files in src/common/
6752
6753         * src/common/defs.h             ** NEW **
6754         * src/common/intl.h             ** NEW **
6755         * src/common/log.[ch]           ** NEW **
6756         * src/common/socket.[ch]        ** NEW **
6757         * src/common/ssl.[ch]           ** NEW **
6758         * src/common/utils.[ch]         ** NEW **
6759                 replacement for files in src/
6760
6761 2002-12-02 [colin]      0.8.6claws48
6762
6763         * src/folderview.c
6764                 Scroll folderview if necessary during dnd
6765
6766 2002-12-02 [colin]      0.8.6claws47
6767
6768         * src/folder.[ch]
6769                 Add check to verify a move is within a single mailbox
6770         * src/folderview.c
6771                 Add specific error string for this check
6772
6773 2002-12-02 [colin]      0.8.6claws46
6774
6775         * src/folder.c
6776                 Add a test to folder moving, remove a statusbar_print
6777         * src/folderview.c
6778                 Add Move folder... context-menu item
6779                 Factorize folder moving code
6780                 Enable folder DND for mbox
6781
6782 2002-12-01 [christoph]  0.8.6claws45
6783
6784         * ac/aspell.m4
6785                 remove conf.aspelltest if the version check fails
6786
6787 2002-11-30 [christoph]  0.8.6claws44
6788
6789         * autogen.sh
6790                 run libtoolize --force in autogen to create missing
6791                 libtool scripts
6792
6793 2002-11-30 [christoph]  0.8.6claws43
6794
6795         * src/Makefile.am
6796         * src/pgptext.c
6797         * src/procmime.c
6798         * src/rfc2015.c
6799         * src/uuencode.[ch]             ** REMOVED **
6800         * src/common/Makefile.am
6801         * src/common/uuencode.[ch]      ** NEW **
6802                 move uuen/decoder to common directory
6803
6804 2002-11-30 [christoph]  0.8.6claws42
6805
6806         * src/Makefile.am
6807         * src/base64.[ch]               ** REMOVED **
6808         * src/codeconv.c
6809         * src/compose.c
6810         * src/ldif.c
6811         * src/pgptext.c
6812         * src/procmime.c
6813         * src/rfc2015.c
6814         * src/smtp.c
6815         * src/unmime.c
6816         * src/common/Makefile.am
6817         * src/common/base64.[ch]        ** NEW **
6818                 move base64 en/decoder to common directory
6819
6820 2002-11-30 [christoph]  0.8.6claws41
6821
6822         * src/common                    ** NEW **
6823                 new directory for UI independent code
6824         * src/gtk                       ** NEW **
6825                 new directory for GTK frontend
6826         * src/common/.cvsignore         ** NEW **
6827         * src/gtk/.cvsignore            ** NEW **
6828                 ignore build files
6829         * src/common/Makefile.am        ** NEW **
6830         * src/gtk/Makefile.am           ** NEW **
6831                 automake files to build new seperated stuff
6832         * src/Makefile.am
6833                 the binary will currently still be build with the
6834                 files in src, so we include the code from the
6835                 subdirs for now after building the libs there
6836
6837 2002-11-30 [paul]       0.8.6claws40
6838
6839         * src/compose.c
6840                 fix bug [642731] 'Wrong selected account with drafted mail'
6841
6842 2002-11-29 [oliver]     0.8.6claws39
6843         
6844         * src/messageview.c
6845                 o update summaryview when switching between different
6846                   messageviews          
6847         * src/toolbar.c  
6848                 o check if messageview holds already removed msg
6849                   from summaryview
6850                 
6851
6852 2002-11-29 [oliver]     0.8.6claws38
6853
6854         * src/toolbar.c 
6855                 remove not needed variables and includes
6856                 make messageview stay opened and move to next when msgs are deleted 
6857
6858 2002-11-29 [oliver]     0.8.6claws37
6859         
6860         * src/toolbar.c 
6861                 disable compose button (messageview toolbar) by default
6862                 deleted msgs are moved to trash
6863         
6864 2002-11-29 [melvin]     0.8.6claws36
6865
6866         * configure.in
6867                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6868                 and to detect signatures expirations (gpgme 0.3.6)
6869
6870         * src/main.c
6871                 Use non obsolescent function for Gpgme engine checking.
6872
6873         * src/rfc2015.c
6874                 Inform about expired signatures or signatures which key
6875                 has expired. Expiration date is displayed.
6876
6877         * src/sigstatus.c
6878                 Inform about expired signatures or signatures which key
6879                 has expired.
6880
6881 2002-11-28 [paul]       0.8.6claws35
6882
6883         * src/folderview.c
6884                 re-instate 'Check for new messages' in Newsgroup
6885                 folders right-click menu, after a suggestion from
6886                 Tim Mann <timmann@users.sourceforge.net>
6887
6888         * src/main.c
6889                 after a crash check only local folders for new
6890                 messages
6891
6892 2002-11-28 [paul]       0.8.6claws34
6893
6894         * configure.in
6895                 apply patch that fixes the checking of GTK with XIM 
6896                 support on different OSs, such as FreeBSD. Patch 
6897                 submitted by Topia <topia@users.sourceforge.net>
6898                 
6899 2002-11-28 [paul]       0.8.6claws33
6900
6901         * src/mainwindow.c
6902           src/prefs_common.c
6903           src/prefs_toolbar.c
6904                 more changes to the English
6905
6906 2002-11-28 [paul]       0.8.6claws32
6907
6908         * sync with 0.8.6cvs13
6909                 see ChangeLog 2002-11-28 (no sync needed
6910                 for src/compose.c)
6911
6912 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6913         
6914         * src/mainwindow.[ch]
6915                 add patch by Ivan F. Martinez introducing messageview Toolbar
6916                 some changes and committed by oliver    
6917
6918 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6919
6920         * src/messageview.[ch]
6921                 add patch by Ivan F. Martinez introducing messageview Toolbar
6922                 some changes and committed by oliver    
6923
6924 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6925
6926         * src/compose.[ch]
6927                 add patch by Ivan F. Martinez introducing messageview Toolbar
6928                 some changes and committed by oliver    
6929
6930 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6931         
6932         * src/toolbar.[ch]
6933                 add patch by Ivan F. Martinez introducing messageview Toolbar
6934                 some changes and committed by oliver
6935
6936 2002-11-28 [oliver]     0.8.6claws27
6937         
6938         * src/prefs_toolbar.[ch]
6939                 getting ready for messageview toolbar
6940                 free mem allocated by gettext
6941                 change prefs_toolbar to prefs_toolbar_open
6942  
6943 2002-11-28 [thorsten]   0.8.6claws26
6944
6945         * src/imageview.[ch]
6946                 cleaned up conflicting declarations of
6947                 imageview_show_image()
6948
6949 2002-11-28 [paul]       0.8.6claws25
6950
6951         * src/grouplistdialog.c
6952           src/prefs_common.c
6953           src/prefs_summary_column.c
6954                 a few more improvements to the English
6955
6956 2002-11-28 [colin]      0.8.6claws24
6957
6958         * man/sylpheed.1
6959                 A few updates to command-line parameters
6960
6961 2002-11-28 [colin]      0.8.6claws23
6962
6963         * src/prefs_filtering.c
6964                 Fix problems with prefs_filtering_delete_path:
6965                 a) if the first rule is removed, original pointers
6966                    weren't updated (leading to segfaults)
6967                 b) it was always global_processing updated in case
6968                    of removed path was parent of rule path
6969
6970 2002-11-27 [paul]       0.8.6claws22
6971
6972         * src/mainwindow.c
6973           src/prefs_account.c
6974           src/prefs_actions.c
6975           src/prefs_common.c
6976           src/prefs_customheader.c
6977           src/prefs_display_header.c
6978           src/prefs_filtering.c
6979           src/prefs_folder_item.c
6980           src/prefs_matcher.c
6981           src/prefs_scoring.c
6982           src/prefs_summary_column.c
6983           src/prefs_template.c
6984           src/prefs_toolbar.c
6985                  improve the English in the GUI
6986
6987 2002-11-27 [colin]      0.8.6claws21
6988
6989         * src/folder.c
6990                 Fix processing renaming problems happening after
6991                 last commit
6992
6993 2002-11-27 [colin]      0.8.6claws20
6994
6995         * src/folder.c
6996                 recursive move now deletes src each subfolder after 
6997                 having moved it
6998         * src/folderview.c
6999                 Use identifier instead of path during dnd (enables
7000                 IMAP folder dnd)
7001
7002 2002-11-27 [paul]       0.8.6claws19
7003
7004         * src/main.c
7005                 apply patch that does command-line processing 
7006                 BEFORE gtk_init, allowing claws to run from 
7007                 shell-scripts in non-X environment (e.g. crontab 
7008                 or ip-up, ip-down scripts). Patch submitted by
7009                 Ruslan N. Balkin <baron@dartel.ru>
7010                 
7011         * po/it.po
7012                 updated by Alessandro Maestri
7013
7014 2002-11-27 [paul]       0.8.6claws18
7015
7016         * sync with 0.8.6cvs12
7017           src/prefs_common.c
7018                 Differences are that main uses a 'Receive dialog'
7019                 frame on the Interface tab, whereas claws groups all 
7020                 the dialogs together in a 'Dialogs' frame.
7021
7022 2002-11-27 [colin]      0.8.6claws17
7023
7024         * src/prefs_matcher.c
7025                 Fix Execute criteria's NOT flag
7026
7027
7028 2002-11-26 [christoph]  0.8.6claws16
7029
7030         * src/ssl.c
7031                 rewrite the ssl code a little bit, only use one
7032                 SSL context, set default certificates' file/path
7033
7034 2002-11-26 [thorsten]   0.8.6claws15
7035
7036         * src/compose.c
7037                 default-reply-to didn't work for ml-reply
7038
7039 2002-11-26 [melvin]     0.8.6claws14
7040
7041         * src/prefs_actions.c
7042                 Made pipe-actions ignore short headers in message view
7043                 Made trailing-pipe-actions write in the message view with
7044                 the same font as the original message
7045
7046 2002-11-26 [paul]       0.8.6claws13
7047
7048         * src/compose.c
7049                 this time commit the correct file
7050
7051 2002-11-26 [paul]       0.8.6claws12
7052
7053         * sync with 0.8.6cvs11
7054           src/quote_fmt_parse.y  
7055                 no sync needed
7056           src/account.[ch]       
7057                 not sync'ed
7058           src/compose.c
7059                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7060                 on draft mode.
7061                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7062                 header
7063                 
7064         see ChangeLog 2002-11-25 and 2002-11-26
7065
7066 2002-11-26 [colin]      0.8.6claws11
7067
7068         * src/folderview.c
7069                 Fix collapsed folder not auto-expanding during
7070                 mail dnd, if it was the source folder.
7071
7072 2002-11-25 [colin]      0.8.6claws10
7073
7074         * src/folderview.[ch]
7075                 Variable renaming and cleaning (slist of nodes 
7076                 to be re-collapsed is stored in FolderView)
7077
7078 2002-11-25 [paul]       0.8.6claws9
7079
7080         * src/prefs_common.[ch]
7081                 fix breakage caused by last commit
7082
7083 2002-11-25 [paul]       0.8.6claws8
7084
7085         * sync with 0.8.6cvs4
7086                 see ChangeLog 2002-11-21
7087
7088 2002-11-25 [paul]       0.8.6claws7
7089
7090         * sync with 0.8.6cvs4
7091                 see ChangeLog 2002-11-20
7092
7093 2002-11-25 [paul]       0.8.6claws6
7094
7095         * sync with 0.8.6cvs3
7096                 see ChangeLog 2002-11-18
7097
7098 2002-11-25 [colin]      0.8.6claws5
7099
7100         * src/gtkutils.[ch]
7101                 Add gtkut_ctree_node_is_parent()
7102         * src/folderview.c
7103                 Spring-loaded folders
7104
7105 2002-11-25 [colin]      0.8.6claws4
7106
7107         * src/utils.[ch]
7108                 Add slist_concat_unique(), function to merge
7109                 two GSList filtering dups
7110         * src/folder.[ch]
7111         * src/summaryview.[ch]
7112         * src/folderview.c
7113         * src/main.c
7114                 Add detection/update/display of unread answers
7115                 to marked mails
7116         * src/procmsg.[ch]
7117                 Add procmsg_find_children()
7118                 Add procmsg_msg_has_marked_parent()
7119
7120 2002-11-25 [colin]      0.8.6claws3
7121
7122         * src/ssl_certificate.[ch]
7123                 Allow checking a certificate without a DNS
7124                 lookup
7125                 Allow to forget a cert (by deleting it)
7126                 Make ssl_certificate_destroy_public
7127         * src/ssl_manager.[ch] ** NEW FILES **
7128                 Gui to manage (display/remove) certificates
7129         * src/prefs_common.[ch]
7130                 Add a pref to allow silent acceptation of
7131                 trusted certificates or not (based on the
7132                 "I want to know what's going on" principle)
7133         * src/mainwindow.c
7134                 Add SSL manager in Tools menu
7135         * src/Makefile.am
7136                 Add the new files to the build
7137         * po/POTFILES.in
7138                 Add ssl_manager.c to translations
7139
7140 2002-11-25 [colin]      0.8.6claws2
7141
7142         * src/summaryview.[ch]
7143                 Add S_SEARCH_EXTENDED to the quick search, which 
7144                 allows to search using filtering syntax.
7145
7146 2002-11-25 [colin]      0.8.6claws1
7147
7148         * src/summaryview.c
7149                 Deletion of duplicates now prefer deleting
7150                 the unread dup (fixes feature-request 638989).
7151
7152 2002-11-24 [paul]       0.8.6claws
7153
7154         * po/es.po
7155           po/pl.po
7156           po/ru.po
7157           po/sr.po
7158                 updated by Ricardo Mones Lastra,
7159                 Witold Wladyslaw Wojciech Wilk,
7160                 Ruslan N. Balkin, and  Urke MMI 
7161                 respectively
7162
7163 2002-11-24 [paul]       0.8.5claws182
7164
7165         * po/bg.po
7166                 updated by George Danchev
7167
7168 2002-11-23 [alfons]     0.8.5claws181
7169
7170         * src/imap.c
7171                 tiny memory leak found by browsing Dimitar's 
7172                 valgrind report
7173
7174 2002-11-23 [paul]       0.8.5claws180
7175
7176         * po/it.po
7177                 updated by Alessandro Maestri
7178
7179 2002-11-22 [christoph]  0.8.5claws179
7180
7181         * src/compose.c
7182         * src/inc.c
7183         * src/prefs_filtering.c
7184         * src/summaryview.c
7185                 more warning fixes
7186
7187 2002-11-22 [alfons]     0.8.5claws178
7188
7189         * src/summaryview.c
7190                 summary_execute_delete_func(): if message is deleted, make 
7191                 sure to also remove its entry in the subject hash table. 
7192                 fixes a corner case bug.
7193
7194 2002-11-22 [paul]       0.8.5claws177
7195
7196         * .cvsignore
7197                 add 'autom4te.cache'
7198                 
7199         * ltconfig      ** REMOVED **
7200                 not needed
7201
7202 2002-11-22 [paul]       0.8.5claws176
7203
7204         * src/textview.c
7205                 textview_set_font(): fix for message display in
7206                 UTF-8 locales (thanks to Sergey Vlasov).
7207                 
7208         * AUTHORS
7209                 add new team members and contributors
7210
7211
7212 2002-11-21 [colin]      0.8.5claws175
7213
7214         * src/procmsg.[ch]
7215                 Add procmsg_remove_special_headers()
7216         * src/mh.c
7217                 Use procmsg_remove_special_headers() for 
7218                 previous fix
7219
7220 2002-11-21 [colin]      0.8.5claws174
7221
7222         * src/mh.c
7223                 Fix moving/copying from queue/draft folders
7224                 for MH folders
7225
7226 2002-11-21 [christoph]  0.8.5claws173
7227
7228         * src/crash.c
7229         * src/filtering.c
7230         * src/logwindow.c
7231         * src/main.c
7232         * src/matcher_parser_lex.[hl]
7233         * src/mbox.c
7234         * src/mbox_folder.[ch]
7235         * src/prefs_filtering.c
7236         * src/procheader.c
7237         * src/quote_fmt_lex.l
7238         * src/ssl.c
7239                 fix all warnings except the warnings in lex and yacc files
7240
7241 2002-11-20 [christoph]  0.8.5claws172
7242
7243         * src/imap.c
7244                 fix MsgInfo retrieval for IMAP draft and queue folders
7245                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7246
7247 2002-11-19 [christoph]  0.8.5claws171
7248
7249         * src/compose.c
7250                 fix segfault, when draft saving does not get
7251                 the MsgInfo of the new message
7252                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7253
7254 2002-11-19 [christoph]  0.8.5claws170
7255
7256         * src/procmsg.c
7257                 add parameter check for flag setting function
7258                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7259
7260 2002-11-18 [paul]       0.8.5claws169
7261
7262         * src/compose.c
7263                 more sensitivity fixes to redirect mode:
7264                 * disable toolbar draft button
7265                 * allow only Address book in the Tools menu
7266                 * disable editing of message by the spell
7267                   checker
7268
7269 2002-11-18 [paul]       0.8.5claws168
7270
7271         * src/compose.c
7272                 fix sensitivity of menu items in compose_redirect():
7273                 allow only the necessary items 
7274
7275 2002-11-18 [paul]       0.8.5claws167
7276
7277         * src/compose.c
7278                 fix bug [ 603259 ] 'attachment got lost on bounce'
7279
7280 2002-11-18 [paul]       0.8.5claws166
7281
7282         * po/ru.po
7283                 updated by Ruslan N. Balkin <baron@dartel.ru>
7284
7285 2002-11-18 [colin]      0.8.5claws165
7286
7287         * src/main.c
7288           src/defs.h
7289                 Remove old filtering stuff
7290
7291
7292 2002-11-17 [oliver]     0.8.5claws164
7293
7294         * src/toolbar.h
7295                 remove not needed typedef 
7296
7297 2002-11-17 [oliver]     0.8.5claws163
7298
7299         * src/toolbar.c
7300                 make toolbar's on click events translatable
7301
7302 2002-11-15 [colin]      0.8.5claws162
7303
7304         * src/summaryview.c
7305                 Revert too-soon integration of a feature
7306
7307 2002-11-15 [christoph]  0.8.5claws161
7308
7309         * src/imap.c
7310                 use main's implementation of imap_get_msginfo
7311
7312 2002-11-15 [christoph]  0.8.5claws160
7313
7314         * src/compose.c
7315         * src/folder.[ch]
7316         * src/imap.c
7317         * src/mbox_folder.c
7318         * src/mh.c
7319         * src/news.c
7320         * src/procmsg.c
7321         * src/summaryview.c
7322                 replace claws' fetch_msginfo with main's get_msginfo
7323                 (use main's implementation where possible)
7324
7325 2002-11-15 [colin]      0.8.5claws159
7326
7327         * src/ssl_certificate.c
7328                 Missed a check
7329
7330 2002-11-16 [melvin]     0.8.5claws158
7331
7332         * po/fr.po
7333                 Updated French translations.
7334
7335 2002-11-16 [colin]      0.8.5claws157
7336
7337         * src/ssl_certificate.c
7338                 Check for missing parts in the certificates
7339
7340 2002-11-15 [colin]      0.8.5claws156
7341
7342         * src/folderview.c
7343                 Preventive fix (missing check) found by
7344                 Alfons
7345
7346 2002-11-15 [paul]
7347
7348         * NEWS
7349                 sync with 0.8.6 release
7350
7351 2002-11-15 [colin]      0.8.5claws155
7352
7353         * src/folder.[ch]
7354           src/folderview.c
7355                 Fix error handling of folder_item_move_to()
7356                 (thanks to Alfons!)
7357
7358 2002-11-15 [colin]      0.8.5claws154
7359
7360         * src/folder.[ch]
7361           src/folderview.c
7362                 folder_item_move_to() sets an error message instead
7363                 of having GUI stuff in folder.c
7364
7365 2002-11-15 [colin]      0.8.5claws153
7366
7367         * src/procmsg.[ch]
7368                 Implemented a callback for MsgInfo updates, 
7369                 heavily copy/pasted from Christoph's folder 
7370                 callback system
7371         * src/summaryview.[ch]
7372                 Register summary_update_msg as callback
7373
7374 2002-11-14 [colin]      0.8.5claws152
7375         
7376         * src/procmsg.c
7377                 Update the FolderItem after sending (fixes 617593)
7378
7379 2002-11-14 [christoph]  0.8.5claws151
7380
7381         * src/folder.c
7382                 fix wrong position of NULL pointer check found
7383                 by Sergey
7384
7385 2002-11-14 [christoph]  0.8.5claws150
7386
7387         * src/folder.c
7388                 fix segfault when deleting messages from IMAP folders
7389                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7390
7391 2002-11-14 [colin]      0.8.5claws149
7392
7393         * src/compose.c
7394                 Forwarding was also ignoring the folder's default account.
7395
7396 2002-11-14 [colin]      0.8.5claws148
7397
7398         * src/compose.c
7399                 Fix sent folder not set to folder properties when 
7400                 forwarding.
7401
7402 2002-11-14 [thorsten]   0.8.5claws147
7403
7404         * src/inc.c
7405                 inc_start(): Files were not moved from .processing to inbox,
7406                 if no global processing rule existed
7407
7408 2002-11-14 [colin]      0.8.5claws146
7409
7410         * src/ssl_certificate
7411                 Fix file operations
7412
7413 2002-11-14 [paul]       0.8.5claws145
7414
7415         * po/it.po
7416                 updated by Alessandro Maestri
7417
7418 2002-11-13 [alfons]     0.8.5claws144
7419
7420         * src/folder.c
7421                 folder_item_close(): only mark messages unread
7422                 when a folder has new messages 
7423
7424 2002-11-13 [keith]      0.8.5claws143
7425
7426         * src/imap.c
7427                 Fix problem moving or copying between
7428                 IMAP folders
7429
7430 2002-11-13 [colin]      0.8.5claws142
7431
7432         * src/matcher_parser_parse.y
7433                 Fix rule problem when " don't match
7434
7435 2002-11-13 [christoph]  0.8.5claws141
7436
7437         * src/folder.c
7438         * src/folderview.c
7439                 moved cache saving to folder_item_close
7440                 the folderview should not have to deal with
7441                 this things
7442
7443 2002-11-13 [christoph]  0.8.5claws140
7444
7445         * src/summaryview.c
7446                 moved setting of important score to
7447                 summary_set_prefs_from_folderitem
7448
7449 2002-11-13 [colin]      0.8.5claws139
7450
7451         * src/matcher_parser_parse.y
7452                 Fix a segfault in the parser (happening when
7453                 a good expression had been tested and a bad 
7454                 one arrives)
7455
7456 2002-11-13 [paul]       0.8.5claws138
7457
7458         * sync with 0.8.5cvs24
7459                 see ChangeLog 2002-11-13
7460                 
7461         * po/pt_BR.po
7462                 updated by Fabio Jr. Beneditto
7463
7464 2002-11-13 [colin]      0.8.5claws137
7465         
7466         * src/msgcache.c
7467           src/defs.h
7468           src/procmsg.[ch]
7469                 Revert last commit, problem
7470
7471 2002-11-13 [colin]      0.8.5claws136
7472
7473         * src/msgcache.c
7474                 Remove duplicated code
7475         * src/defs.h
7476                 Bumped CACHE_VERSION and MARK_VERSION
7477         * src/procmsg.[ch]
7478                 Network endian for cache and mark files
7479
7480 2002-11-12 [colin]      0.8.5claws135
7481
7482         * src/inc.c
7483                 Fix the "socket error" dialog which disappeared
7484
7485 2002-11-12 [colin]      0.8.5claws134
7486
7487         * src/msgcache.c
7488                 Reverse last commit which had performance 
7489                 problems, but still reverse the list
7490
7491 2002-11-12 [colin]      0.8.5claws133
7492
7493         * src/msgcache.c
7494                 Reverse list order
7495
7496 2002-11-12 [melvin]     0.8.5claws132
7497
7498         * src/compose.c
7499                 Added a check for a NULL prefs_common.dictionary
7500
7501 2002-11-12 [colin]      0.8.5claws131
7502
7503         * src/ssl_certificate.[ch]
7504                 Use FQDN hostname
7505
7506 2002-11-12 [colin]      0.8.5claws130
7507
7508         * src/ssl_certificate.[ch]
7509                 Take connection port into account for 
7510                 checking certificates (a single hostname
7511                 could have multiple servers with multiple
7512                 certificates)
7513         * src/ssl.c
7514                 Pass the port to ssl_certificate_check
7515
7516 2002-11-12 [paul]       0.8.5claws129
7517
7518         * src/folder.c
7519                 fix a typo in last commit
7520
7521 2002-11-12 [paul]       0.8.5claws128
7522
7523         * sync with 0.8.5cvs23
7524                 see ChangeLog entry 2002-11-12
7525
7526 2002-11-11 [colin]      0.8.5claws127
7527
7528         * src/ssl_certificate.c
7529                 Cleaner messages
7530                 Don't popup, instead log error, if the 
7531                 corresponding pref is checked
7532         * src/ssl_certificate.h
7533                 include <openssl/objects/h>
7534
7535 2002-11-11 [colin]      0.8.5claws126
7536
7537         * src/ssl_certificate.h
7538                 _Really_ clean it
7539
7540 2002-11-11 [colin]      0.8.5claws125
7541         
7542         * src/ssl_certificate.c
7543                 Fixed leak
7544
7545 2002-11-11 [colin]      0.8.5claws124
7546
7547         * src/ssl.c
7548                 Cleaned a bit
7549         * src/ssl_certificate.[ch]
7550                 Cleaned a bit (better use of SSL API)
7551                 (This will cause non-recognition of saved 
7552                  certificates of claws12[23]...)
7553
7554 2002-11-11 [paul]       0.8.5claws123
7555         
7556         * po/es.po
7557                 updated by Ricardo Mones Lastra
7558
7559 2002-11-11 [colin]      0.8.5claws122
7560
7561         * src/ssl.c
7562                 Fix a typo
7563
7564 2002-11-11 [colin]      0.8.5claws121
7565
7566         * src/ssl_certificate.[ch] ** NEW FILES **
7567         * src/ssl.[ch]
7568                 Check SSL certificates presented to us
7569         * src/Makefile.am
7570                 Add ssl_certificate.[ch]
7571         * po/POTFILES.in
7572                 Add ssl_certificate.c
7573
7574 2002-11-11 [paul]       0.8.5claws120
7575
7576         * sync with 0.8.5cvs22
7577                 see ChangeLog 2002-11-11
7578
7579 2002-11-11 [paul]       0.8.5claws119
7580
7581         * sync with 0.8.5cvs21
7582                 see ChangeLog 2002-11-11
7583
7584 2002-11-10 [jens]       0.8.5claws118
7585
7586         * src/folder.c
7587         * src/folderview.c
7588                 corrected some typing
7589         * po/de.po
7590                 updated german translation
7591         * sylpheed.spec.in
7592                 cleaned up specfile and adjusted it for claws
7593
7594 2002-11-10 [colin]      0.8.5claws117
7595
7596         * src/summaryview.c
7597                 a STATUSBAR_PUSH/POP fix
7598
7599 2002-11-10 [colin]      0.8.5claws116
7600
7601         * src/prefs_folder_item.c
7602                 Fix hanging after opening folder properties
7603
7604 2002-11-10 [hoa]        0.8.5claws115
7605
7606         * src/matcher_parser_lex.l
7607         * src/matcher_parser_parse.y
7608                 config file for scoring and filtering is no more trashed
7609                 when there is a syntax error in a filtering rule when
7610                 editing it in a dialog.
7611
7612 2002-11-09 [colin]      0.8.5claws114
7613
7614         * src/mbox_folder.c
7615                 Added missing initialisation of folder->destroy()
7616
7617 2002-11-09 [colin]      0.8.5claws113
7618
7619         * src/folder.c
7620           src/folderview.c
7621                 Fix the status bar messages
7622
7623 2002-11-09 [colin]      0.8.5claws112
7624
7625         * src/folderview.c
7626                 Fix hangs after folder dnd, happening after 
7627                 claws109.
7628
7629 2002-11-09 [christoph]  0.8.5claws111
7630
7631         * src/folderview.c
7632                 just changed order of calls (reverse order of
7633                 associated calls)
7634         * src/inc.c
7635                 lock inc when checking only one account, otherwise
7636                 inc all could be executed at the same time
7637
7638 2002-11-09 [christoph]  0.8.5claws110
7639
7640         * src/folderview.c
7641                 better unlock the mouse cursor before calling
7642                 summary_show because it changes the cursor too
7643
7644 2002-11-09 [christoph]  0.8.5claws109
7645
7646         * src/folder.[ch]
7647         * src/folderview.c
7648                 add functions to open and close a folder
7649                 o opending will execute scanning for remote folders
7650                   and processing
7651                 o closing will unset new flag for messages
7652
7653 2002-11-09 [colin]      0.8.5claws108
7654
7655         * src/folder.c
7656                 Add a call to prefs_matcher_write_config to 
7657                 avoid non-leaf folders filtering settings to be
7658                 lost
7659
7660 2002-11-09 [paul]       0.8.5claws107
7661
7662         * src/prefs_account.c
7663                 re-word a label
7664
7665 2002-11-09 [colin]      0.8.5claws106
7666
7667         * src/folderview.c
7668                 Minor esthetic fix
7669
7670 2002-11-09 [colin]      0.8.5claws105
7671
7672         * src/folderview.c
7673                 Fix prefs_filtering deletion for MH folders (same
7674                 reason as below)
7675         * src/prefs_filtering.c
7676                 Fix prefs_filtering renaming and deletion for 
7677                 folder-based processing rules.  
7678
7679 2002-11-09 [christoph]  0.8.5claws104
7680
7681         * src/compose.c
7682         * src/folder.[ch]
7683         * src/folderview.[ch]
7684         * src/import.c
7685         * src/inc.c
7686         * src/main.c
7687         * src/mainwindow.c
7688         * src/messageview.c
7689         * src/prefs_folder_item.c
7690         * src/procmsg.c
7691         * src/summaryview.c
7692                 implement a callback system for folder item updates
7693
7694 2002-11-09 [colin]      0.8.5claws103
7695
7696         * src/folderview.c
7697                 Fix prefs_filtering renaming for MH folders (we
7698                 shouldn't rename by path as another folder could
7699                 have the same hierarchy).
7700
7701 2002-11-09 [colin]      0.8.5claws102
7702
7703         * src/folder.c
7704                 Fix a leak found by Christoph, use better variable
7705                 names
7706
7707 2002-11-09 [colin]      0.8.5claws101
7708
7709         * src/folder.c
7710                 One more fix for processing rules
7711
7712 2002-11-08 [colin]      0.8.5claws100
7713         
7714         * src/matcher.c
7715                 Don't copy the compiled regexp (will be reevaluated)
7716         * src/folderview.c
7717                 Lock folderview while moving
7718         * src/folder.c
7719                 Provide info on what's happening to the user
7720
7721 2002-11-08 [colin]      0.8.5claws99
7722
7723         * src/folderview.c
7724                 Fix folder reordering after a move if parent is 
7725                 root
7726         * src/scoring.[ch]
7727                 Add function to copy a ScoringProp
7728         * src/prefs_folder_item.c
7729                 Copy scoring rules when copying a folder prefs
7730
7731 2002-11-08 [colin]      0.8.5claws98
7732
7733         * src/folderview.c
7734                 Fixes in case of failure
7735         * src/filtering.[ch]    
7736                 Add function to duplicate a FilteringProp
7737         * src/matcher.[ch]
7738                 Add function to duplicate a MatcherProp
7739         * src/prefs_folder_item.c
7740                 Save folder's processing rules when copying 
7741                 its prefs
7742
7743 2002-11-08 [colin]      0.8.5claws97
7744         
7745         * src/folderview.c
7746                 Sort after move
7747         * src/folder.c 
7748                 Change a printf to debug_print
7749
7750 2002-11-08 [colin]      0.8.5claws96
7751
7752         * src/folder.c
7753           src/folderview.c
7754                 Fix segfaults, call me stupido
7755         
7756
7757 2002-11-08 [colin]      0.8.5claws95
7758
7759         *src/folder.c
7760                 Added forgotten prefs to save when moving folders
7761
7762 2002-11-08 [colin]      0.8.5claws94
7763
7764         * src/folder.c
7765                 Fixes to folder DND (prefs copy)
7766         * src/folderview.c
7767                 Optimization for folder DND (don't rescan whole tree)
7768                 Added folderview_create_folder_node() for this 
7769                 optimization, so de-duped a bit the code
7770         * src/prefs_folder_item.[ch]
7771                 Added prefs_folder_item_copy_prefs()    
7772           
7773 2002-11-08 [paul]       0.8.5claws93
7774
7775         * src/prefs_account.c
7776           tools/README
7777           tools/kmail2sylpheed_v2.pl
7778                 correct some typos
7779
7780 2002-11-08 [paul]       0.8.5claws92
7781
7782         * src/compose.c
7783           src/prefs_account.[ch]
7784                 remove account options 'clearsign' and 'ascii_armored',
7785                 replace with 'default_gnupg_mode' to prevent mixed-mode
7786                 Privacy settings
7787
7788 2002-11-08 [paul]       0.8.5claws91
7789
7790         * src/compose.[ch]
7791                 re-implement GnuPG 'on-the-fly' mode selection,
7792                 disallow mixed-mode
7793
7794 2002-11-08 [colin]      0.8.5claws90
7795
7796         * src/folderview.c
7797           src/prefs_folder_item.c
7798                 Change "Property" to "Properties"
7799
7800 2002-11-07 [colin]      0.8.5claws89
7801
7802         * src/folderview.c
7803           src/folder.c
7804                 Allow folder dropping to a root folder
7805
7806 2002-11-07 [paul]       0.8.5claws88
7807
7808         * src/compose.c
7809                 revert last commit
7810
7811 2002-11-07 [paul]       0.8.5claws87
7812
7813         * src/compose.c
7814                 fix reply-to-list bug. closes bug report
7815                 "[633382] reply-to-list broken in recent cvs"
7816
7817 2002-11-07 [paul]       0.8.5claws86
7818
7819         * src/compose.c
7820                 add a forgotten '#if USE_GPGME ... #endif'
7821
7822 2002-11-07 [paul]       0.8.5claws85
7823
7824         * sync with 0.8.5cvs20
7825                 see ChangeLog 2002-11-07
7826
7827 2002-11-07 [colin]      0.8.5claws84
7828
7829         * src/folder.[ch]
7830                 Change folder_item_move_to to return the newly 
7831                 created folderitem.
7832         * src/folderview.c
7833                 Select the new folderitem after moving.
7834
7835 2002-11-07 [colin]      0.8.5claws83
7836
7837         * src/prefs_filtering.c
7838                 Fix rule rewriting when moving a leaf folder to a 
7839                 shorter path
7840
7841 2002-11-07 [colin]      0.8.5claws82
7842
7843         * src/prefs_filtering.c
7844                 fix a leak
7845
7846 2002-11-07 [colin]      0.8.5claws81
7847
7848         * src/folder.[ch]
7849                 Add folder_item_move_to() function to move a 
7850                 folderitem into another one (updates matcher etc)
7851         * src/folderview.c
7852                 Add folder drag'n drop (context menu to come)
7853                 [Should be dataloss free, but Please backup before 
7854                  trying !]
7855
7856 2002-11-06 [colin]      0.8.5claws80
7857
7858         * src/mh.c
7859                 mh_create_folder() returns NULL if can't create
7860                 directory hierarchy
7861
7862 2002-11-06 [paul]       0.8.5claws79
7863
7864         * src/compose.[ch]
7865                 allow 'on-the-fly' changing of the type of encryption 
7866                 and/or signing used (mime/ascii) via the compose window
7867
7868 2002-11-06 [paul]       0.8.5claws78
7869
7870         * sync with 0.8.5cvs19
7871                 see ChangeLog 2002-11-06 for src/account.c: 
7872                 account_get_special_folder()
7873                 
7874 2002-11-05 [alfons]     0.8.5claws77
7875
7876         * src/crash.c
7877                 very minor cleanups: nothing to see here, move on. :-)
7878
7879 2002-11-05 [colin]      0.8.5claws76
7880
7881         * src/main.c
7882                 Changes choices if compose windows are opened to
7883                 Discard, Draft, Don't quit
7884
7885 2002-11-05 [thorsten]   0.8.5claws75
7886
7887         * src/compose.c
7888                 reenabled default_reply_to folder option
7889
7890 2002-11-05 [colin]      0.8.5claws74
7891
7892         * src/compose.[ch] 
7893                 add compose_draft()
7894         * src/crash.c
7895                 add SIGTERM handler
7896         * src/main.[ch]
7897                 add clean_quit() for the SIGTERM handler
7898
7899 2002-11-05 [paul]       0.8.5claws73
7900         
7901         * po/es.po
7902                 updated by Ricardo Mones Lastra
7903
7904 2002-11-05 [melvin]     0.8.5claws72
7905
7906         * src/logwindow.c
7907                 Fixed log-clipping bug #616795.
7908                 To stop logging in the log window use 0 length.
7909         * src/prefs_common.c
7910                 Added a label to inform about the 0 log length behaviour.
7911
7912 2002-11-05 [paul]       0.8.5claws71
7913
7914         * sync with 0.8.5cvs17
7915                 see ChangeLog 2002-11-05
7916
7917 2002-11-04 [paul]       0.8.5claws70
7918
7919         * sylpheed-128x128.png
7920           sylpheed-64x64.png
7921           sylpheed.png
7922                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7923                 <nikai@users.sourceforge.net>
7924                 
7925         * po/bg.po
7926                 updated by George Danchev
7927
7928 2002-11-03 [thorsten]   0.8.5claws69
7929
7930         * src/main.c
7931           src/mimeview.c
7932           src/rfc2015.h
7933                 add check if gpg is active
7934
7935 2002-11-03 [thorsten]   0.8.5claws68
7936
7937         * src/toolbar.h
7938                 removed GSList declaration causing trouble on MacOS-X
7939                 (submitted by alfons, reported by xfesty)
7940
7941 2002-11-01 [paul]       0.8.5claws67
7942
7943         * src/mainwindow.c
7944                 remove last remnants of main's filter code
7945
7946 2002-11-01 [paul]       0.8.5claws66
7947
7948         * tools/filter_conv.pl
7949                 fix bug where user-defined headers were ignored
7950
7951 2002-11-01 [paul]       0.8.5claws65
7952
7953         * src/logwindow.c
7954                 make a debug_print() not translatable
7955
7956 2002-10-31 [melvin]     0.8.5claws64
7957
7958         * ac/aspell.m4
7959                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7960                 not run any GNU/aspell test.  The dictionary path will
7961                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7962                 was given, in which case, it will be $prefix/lib/aspell/
7963         * configure.in
7964                 Fixed typo in commentary (Aspell code).
7965
7966 2002-10-31 [paul]       0.8.5claws63
7967
7968         * po/POTFILES.in
7969                 remove src/filter.c and src/prefs_filter.c
7970                 thanks to Ricardo for reminding me
7971
7972 2002-10-31 [colin]      0.8.5claws62
7973
7974         * src/mbox_folder.c
7975                 Plug some leaks
7976
7977 2002-10-31 [paul]       0.8.5claws61
7978
7979         * src/prefs_filter.[ch] ** REMOVED **
7980           src/filter.[ch]       ** REMOVED **
7981           
7982         * src/Makefile.am
7983           src/folderview.c
7984           src/inc.c
7985           src/main.c
7986           src/mainwindow.c
7987           src/mbox.c
7988           src/prefs_common.c
7989           src/prefs_filtering.c
7990           src/summaryview.[ch]
7991                 remove main's 'filter' code
7992                 
7993         README.claws
7994                 update to reflect removal of main's filter
7995
7996 2002-10-31 [paul]       0.8.5claws60
7997
7998         * src/summaryview.c
7999                 remove check for global_processing in summary_filter_open(). 
8000                 This fixes the bug where if the user uses the right-click 
8001                 'Create filter rule...' and doesn't have any filter rules 
8002                 already defined in claws' advanced filtering, the newly 
8003                 created filter rule goes to main's filtering which is 
8004                 inaccessible through the gui. Now the filter rule gets added
8005                 to claws' filtering by default.
8006
8007 2002-10-28 [melvin]     0.8.5claws59
8008
8009         * src/prefs_actions.c
8010                 Fixed bug #627322 where MIME parts were not always
8011                 correctly passed to a %p action
8012                 Display an error dialog when message filename is not found.
8013
8014 2002-10-28 [melvin]     0.8.5claws58
8015
8016         * src/prefs_common.c
8017                 Readded a missing function declaration lost in 0.8.3claws34
8018
8019 2002-10-28 [paul]       0.8.5claws57
8020
8021         * sync with 0.8.5cvs15
8022                 see ChangeLog 2002-10-28 and 2002-10-25
8023                 
8024         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8025
8026 2002-10-27 [oliver]     0.8.5claws56
8027
8028         * src/pop.c
8029                 plug leak in pop3_top_recv
8030
8031 2002-10-26 [christoph]  0.8.5claws55
8032
8033         * src/folder.c
8034                 set need_update folder flag when messages are added
8035                 (closes bug [ 626922 ] folder not updated after receiving)
8036
8037 2002-10-25 [melvin]     0.8.5claws54
8038
8039         * src/imageview.c
8040                 Fixed a memleak introduced in the scaling code.
8041
8042 2002-10-24 [alfons]     0.8.5claws53
8043
8044         * src/filtering.c
8045                 make filtering's forward message action forward from the 
8046                 correct account
8047                 (closes bug [628089 ] Filter -> Forward from address problem
8048                 reported by Oktay)
8049
8050 2002-10-24 [christoph]  0.8.5claws52
8051
8052         * src/mainwindow.c
8053         * src/manual.[ch]
8054                 o use manual of current locale or english if current
8055                   locale is not available (and english is available)
8056                 o also link to sylpheed doc project manuals
8057
8058 2002-10-23 [paul]       0.8.5claws51
8059
8060         * tools/README
8061           tools/kmail2sylpheed_v2.pl
8062                 add new version of kmail addressbook importer script.
8063                 works with newer versions of Kmail/KAddressBook which
8064                 have new and rearranged data.
8065
8066 2002-10-23 [martin]     0.8.5claws50
8067
8068         * src/folderview.c
8069         * src/summaryview.c
8070         * src/utils.h
8071         * src/utils.c
8072                 added length parameter to get_abbrev_newsgroup_name()
8073                 changed this function so that it abbreviates the newsgroup
8074                 names only so long it is smaller than the length parameter
8075                 (for better reading of some newsgroup names and space efficiency)
8076
8077 2002-10-22 [colin]      0.8.5claws49
8078
8079         *src/foldersel.c
8080                 Revert Alfons' last modification (after voting ;-))
8081
8082 2002-10-21 [alfons]     0.8.5claws48
8083
8084         * src/foldersel.c
8085                 folder view in folder selection dialog reflects state of
8086                 folder view in main window
8087
8088 2002-10-18 [alfons]     0.8.5claws47
8089
8090         * src/mbox.c
8091                 drop imported messages in folder selected by user,
8092                 and not in the inbox
8093                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8094
8095 2002-10-18 [alfons]     0.8.5claws46
8096
8097         * src/compose.c
8098                 make automagic reply work correctly for email accounts 
8099                 (whether it's viable to do a full sync with Hiro's 
8100                 compose.c is still under discussion)
8101
8102 2002-10-18 [melvin]     0.8.5claws45
8103
8104         * src/prefs_actions.c
8105                 Fixed bug #622275 where asynchroneous actions left 
8106                 zombies processes
8107                 Made (synchroneous) actions' input be displayed live.
8108
8109 2002-10-18 [christoph]  0.8.5claws44
8110
8111         * src/textview.c
8112                 don't add a newline in the textview in front of the
8113                 first textpart if header display is disabled
8114                 (closes bug [ 603385 ] disabled header display leaves blank
8115                  lin)
8116
8117 2002-10-18 [christoph]  0.8.5claws43
8118
8119         * src/folder.[ch]
8120         * src/imap.c
8121         * src/mbox_folder.c
8122         * src/mh.c
8123         * src/news.c
8124                 folder->get_num_list now returns an error code
8125                 (closes bug [ 609424 ] News cache cleared on failure)
8126                 
8127 2002-10-17 [colin]      0.8.5claws42
8128         
8129         * src/news.c
8130                 Changed a printf by debug_print
8131
8132 2002-10-16 [paul]       
8133
8134         * tools/OOo2sylpheed.pl
8135                 allow for spaces in the name of the
8136                 file to be attached.
8137
8138 2002-10-16 [colin]      0.8.5claws41
8139
8140         * src/main.c
8141                 Use a tristate to change online mode
8142
8143 2002-10-16 [paul]       0.8.5claws40
8144
8145         * po/es.po
8146                 updated by Ricardo Mones Lastra
8147
8148 2002-10-16 [colin]      0.8.5claws39
8149
8150         * src/main.c
8151           src/mainwindow.[ch]
8152                 Added --online and --offline command-line
8153                 switches
8154
8155 2002-10-15 [christoph]  0.8.5claws38
8156
8157         * src/procmime.c
8158                 set mimeinfo->name to NULL after g_free to
8159                 avoid double freeing with g_free
8160
8161 2002-10-14 [christoph]  0.8.5claws37
8162
8163         * src/compose.c
8164         * src/filtering.c
8165         * src/summaryview.c
8166                 remove calls to folder->change_flags that are now
8167                 done by procmsg flag functions (seems it is not
8168                 used by any foldertype anyway)
8169         * src/folder.c
8170                 init folder->change_flags with NULL
8171
8172 2002-10-14 [christoph]  0.8.5claws36
8173
8174         * src/folder.[ch]
8175         * src/imap.[ch]
8176                 use virtual functions for folder item new and destroy
8177                 functions
8178
8179 2002-10-14 [melvin]     0.8.5claws35
8180
8181         * src/compose.c
8182                 Added a test to not run the spell checker if no default
8183                 dictionary is available. No dialog is displayed though.
8184
8185 2002-10-14 [melvin]     0.8.5claws34
8186
8187         * src/gtkaspell.c
8188                 Fixed bug in dictionary list context menu where
8189                 "More..." pointed to an emtpy submenu if the
8190                 number of dictionaries is a multiple of 15
8191                 Removed unneeded code in suggestions list creation
8192
8193 2002-10-14 [paul]       0.8.5claws33
8194
8195         * po/bg.po
8196                 updated by George Danchev
8197
8198 2002-10-13 [hoa]        0.8.5claws32
8199
8200         * src/matcher.[ch]
8201           src/matcher_parser_parser.y
8202                 removed the escaped string from internal structure
8203                 of matcher.
8204
8205 2002-10-12 [colin]      0.8.5claws31
8206
8207         * src/gtksctree.[ch]
8208           src/summaryview.c
8209                 Removed useless function gtksctree_reanchor
8210
8211 2002-10-12 [alfons]     0.8.5claws30
8212         
8213         * sync with remaining main changes 2002-10-09 - 2002-10-11
8214         - drop changes to src/compose.c (requires claws specific changes)
8215         
8216 2002-10-12 [alfons]     0.8.5claws29
8217         
8218         * sync with main changes of 2002-10-08
8219         - drop changes to src/compose.c (requires claws specific changes)
8220         - drop changes to src/summaryview.c (requires changes to compose.c)     
8221
8222 2002-10-12 [alfons]     0.8.5claws28
8223         
8224         * sync with main changes of 2002-10-07
8225
8226 2002-10-12 [alfons]     0.8.5claws27
8227
8228         * sync with main changes of 2002-10-04
8229         - drop changes to src/compose.c (requires claws specific changes)
8230         - drop changes to src/prefs_folder_item.c (claws implementation
8231           seems to be working)
8232
8233 2002-10-12 [colin]      0.8.5claws26
8234
8235         * src/mainwindow.c
8236                 Fix folder-flicker when space-reading, introduced 
8237                 in claws22.
8238
8239 2002-10-12 [colin]      0.8.5claws25
8240
8241         * src/compose.c
8242                 Save account address when saving as draft.
8243                 (closes bug 621838)
8244
8245 2002-10-12 [colin]      0.8.5claws24
8246
8247         * src/summaryview.c
8248                 Fix the problem consisting of no message selected
8249                 after the last message in a folder has been moved.
8250
8251 2002-10-12 [paul]       0.8.5claws23
8252
8253         * src/compose.c
8254           src/prefs_template.c
8255           src/template.[ch]
8256                 add Cc and Bcc to templates. Patch submitted by
8257                 John L. Males.
8258
8259 2002-10-12 [colin]      0.8.5claws22
8260
8261         * src/folderview.c
8262                 Fix a bug after "Check for new messages":
8263                 If a folder was opened, it was still selected at
8264                 the end of the check, but displayed empty.
8265         * src/mainwindow.c
8266                 Remove unnecessary check
8267
8268 2002-10-12 [paul]
8269
8270         * tools/README
8271                 be more verbose in the description of
8272                 OOo2sylpheed.pl
8273                 
8274
8275 2002-10-11 [colin]      0.8.5claws21
8276
8277         * src/mainwindow.c
8278                 Make space work (better) when no mail is selected
8279
8280 2002-10-11 [colin]      0.8.5claws20
8281
8282         * src/inc.c
8283           src/news.c
8284                 fix warnings
8285
8286 2002-10-11 [colin]      0.8.5claws19
8287
8288         * src/mainwindow.c
8289                 revert 0.8.5claws6 changes as i couldn't get to
8290                 anything satisfying
8291
8292 2002-10-11 [melvin]     0.8.5claws18
8293
8294         * src/compose.c
8295                 Removed buggy and unused macro (should have been committed in
8296                 0.8.5claws17)
8297
8298 2002-10-11 [melvin]     0.8.5claws17
8299
8300         * src/compose.c
8301                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8302
8303 2002-10-11 [thorsten]   0.8.5claws16 
8304
8305         * src/folderview.c
8306                 remove rescan warning
8307
8308 2002-10-11 [colin]      0.8.5claws15 
8309
8310         * src/procheader.c
8311                 fix a segfault that happens if conv_unmime_header
8312                 fails (should be better to find out why it fails)
8313
8314 2002-10-11 [christoph]  0.8.5claws14
8315
8316         * src/summaryview.c
8317                 update folderview stats after ignore/unignore thread
8318
8319 2002-10-11 [hoa]        0.8.5claws13
8320
8321         * src/quote_fmt_parse.y
8322                 Fixed a yacc/bison syntax error
8323         * src/matcher.c
8324                 Escaping of string is fixed.
8325
8326 2002-10-11 [colin]      0.8.5claws12
8327
8328         * src/imageview.c
8329                 Resize images to fit
8330
8331 2002-10-11 [paul]       0.8.5claws11
8332
8333         * po/es.po
8334                 updated by Ricardo Mones Lastra
8335
8336 2002-10-10 [alfons]     0.8.5claws10
8337
8338         * src/compose.c
8339                 allow dropping files by "moving" files from a file manager,
8340                 not only by the more cumbersome "copying". the latter 
8341                 mostly implies holding down the Control button
8342
8343 2002-10-10 [christoph]  0.8.5claws9
8344
8345         * src/summaryview.c
8346                 update folders after thread building for ignored threads
8347
8348 2002-10-10 [christoph]  0.8.5claws8
8349
8350         * config/.cvsignore
8351                 added Makefile
8352         * src/filtering.[ch]
8353         * src/folder.[ch]
8354         * src/folderview.[ch]
8355         * src/import.c
8356         * src/inc.[ch]
8357         * src/mbox.[ch]
8358         * src/procmsg.c
8359         * src/summaryview.[ch]
8360                 o added new flag need_update to FolderItem
8361                 o removed folder_table from various functions from tracking
8362                   folder updates
8363                 o set need_update flags in folder.c's move, copy and delete
8364                   functions and procmsg's flags functions
8365                 o added function folderview_update_items_when_required that
8366                   updates all folders with need_update set
8367                 o call folderview_update_items_when_required instead of
8368                   folderview_update_item_foreach
8369
8370 2002-10-09 [sergey]     0.8.5claws7
8371
8372         * src/compose.c
8373                 Strip CRs whel loading the text into editor in reedit mode.
8374
8375 2002-10-09 [colin]      0.8.5claws6
8376
8377         * src/mainwindow.c
8378                 Make Space work when no mail is selected
8379
8380 2002-10-09 [colin]      0.8.5claws5
8381
8382         * src/gtksctree.[ch]
8383                 Fix range_select
8384                 Add gtk_sctree_reanchor() 
8385         * src/summaryview.c
8386                 Use gtk_sctree_reanchor() - better fix for 
8387                 bug 60413
8388
8389 2002-10-09 [colin]      0.8.5claws4
8390
8391         * src/summaryview.c
8392                 Fix shift-click select after delete problem
8393                 (closes bug 60413)
8394
8395 2002-10-08 [thorsten]   0.8.5claws3
8396
8397         * src/summaryview.c
8398                 exclude current msg from -hide read messages-
8399
8400 2002-10-08 [colin]      0.8.5claws2
8401
8402         * src/inc.[ch]
8403           src/pop.c
8404           src/recv.c
8405                 Differentiate socket errors from disk full
8406                 errors
8407
8408 2002-10-08 [christoph]  0.8.5claws1
8409
8410         * Makefile.am
8411         * configure.in
8412                 modifications for new config directory
8413
8414         * config.guess  ** REMOVED **
8415         * config.sub    ** REMOVED **
8416         * install-sh    ** REMOVED **
8417         * ltmain.sh     ** REMOVED **
8418         * missing       ** REMOVED **
8419         * mkinstalldirs ** REMOVED **
8420                 these files are autogenerated by automake
8421                 when you run autogen.sh
8422
8423         * config/.cvsignore     ** NEW FILE **
8424         * config/Makefile.am    ** NEW FILE **
8425                 ignore autogenerated files
8426                 create a Makefile in this directory
8427
8428 2002-10-08 [paul]       0.8.5claws
8429
8430         * 0.8.5claws release
8431         
8432         * src/compose.c
8433           src/procheader.c
8434           src/procmsg.c
8435                 fix quote reply format for newsgroups reply bug
8436                 (thanks to Hoa)
8437                 
8438         * po/en_GB.po
8439           po/pl.po
8440                 updated by me and Witold Wladyslaw Wojciech Wilk
8441                 repectively
8442
8443 2002-10-07 [paul]       0.8.3claws53
8444
8445         * po/it.po
8446           po/pt_BR.po
8447           po/sr.po
8448                 updated messages catalogs, submitted by
8449                 Alessandro Maestri, Fabio Jr.Beneditto 
8450                 and Urke MMI, respectively.
8451
8452 2002-10-07 [christoph]  0.8.3claws52
8453
8454         * src/folder.[ch]
8455         * src/folderview.c
8456         * src/mainwindow.c
8457                 fix new folder ghost message bug
8458                 (closes bug [ 619722 ] wrong count for newly created folders)
8459
8460 2002-10-07 [christoph]  0.8.3claws51
8461
8462         * src/compose.c
8463                 fix news posting problem
8464
8465 2002-10-07 [melvin]     0.8.3claws50
8466
8467         * po/fr.po
8468                 Updated French translation
8469
8470 2002-10-05 [christoph]  0.8.3claws49
8471
8472         * src/gtkstext.c
8473                 check if line_start_cache is set in gtk_stext_update_text
8474                 (closes bug [ 618119 ] crash while doing search in folder)
8475
8476 2002-10-05 [christoph]  0.8.3claws48
8477
8478         * src/imap.c
8479         * src/news.c
8480         * src/utils.c
8481         * src/utils.h
8482                 implement cache cleanups for claws' folder system
8483                 (closes bug [ 595916 ] imapcache not cleaned up)
8484
8485 2002-10-05 [melvin]     0.8.3claws47
8486
8487         * src/prefs_actions.c
8488                 Made the help text more clear for the %p token
8489
8490 2002-10-04 [paul]       0.8.3claws46
8491
8492         * sync with 0.8.5
8493                 see ChangeLog 2002-10-02 and 2002-10-03
8494
8495 2002-10-04 [christoph]  0.8.3claws45
8496
8497         * src/inc.c
8498                 fix segfault caused by pop before smtp
8499                 call to inc_account_mail with NULL
8500                 pointer for mainwin
8501
8502 2002-10-04 [paul]       0.8.3claws44
8503
8504         * configure.in
8505                 sync the LDAP detection from 0.8.5cvs1
8506
8507 2002-10-02 [christoph]  0.8.3claws43
8508
8509         * po/de.po
8510                 fix small spelling error
8511
8512 2002-10-02 [melvin]     0.8.3claws42
8513
8514         * ac/aspell.m4
8515                 Behave better and say "no" when test program cannot be run.
8516
8517 2002-10-02 [paul]       0.8.3claws41
8518
8519         * sync with 0.8.4cvs1
8520                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8521                 
8522         * src/summaryview.c
8523                 toggle the behavior of Reply menuitem between
8524                 normal reply and reply-to-list
8525
8526 2002-10-01 [sergey]     0.8.3claws40
8527
8528         * src/compose.c
8529                 Convert newlines in the message text to the canonical form
8530                 before base64 encoding (RFC2045 compliance, fixes some
8531                 interoperability issues with Evolution 1.0.3)
8532
8533 2002-09-29 [colin]      0.8.3claws39
8534
8535         * src/summaryview.c
8536                 Fix an unwanted copy/paste
8537
8538 2002-09-29 [colin]      0.8.3claws38
8539
8540         * src/mainwindow.c
8541                 Renamed "Custom toolbar" to "Customize toolbar"
8542                 Renamed "Show all header" to "Show all headers"
8543                 Renamed "Set diplay item" to "Set displayed items"
8544         * src/prefs_common.c
8545                 Renamed "Show all header" to "Show all headers"
8546         * src/prefs_summary_column.c
8547                 Renamed "diplay item" to "displayed items"
8548
8549 2002-09-29 [colin]      0.8.3claws37
8550
8551         * src/mainwindow.[ch]
8552                 online/offline status pixmaps follow theme
8553                 changes
8554         * src/summaryview.[ch]
8555                 quicksearch pixmap follows theme changes
8556
8557 2002-09-29 [thorsten]   0.8.3claws36
8558
8559         * src/compose.c
8560           src/prefs_folder_item.[ch]
8561                 add default_reply_to folder option (closes patch 581044)
8562
8563 2002-09-29 [christoph]  0.8.3claws35
8564
8565         * acconfig.h    ** REMOVED **
8566         * configure.in
8567         * ac/aspell.m4
8568         * ac/check-type.m4
8569         * ac/gnupg-check-typedef.m4
8570                 fix autoheader 2.50 warning
8571
8572 2002-09-29 [christoph]  0.8.3claws34
8573
8574         * major code cleanup (part 2)
8575         
8576                 - unused variables removed
8577                 - unused functions removed
8578                 - uninitialized variables checked
8579                 - missing return statements added
8580                 - missing function return types added
8581                 - added parentheses around assignment
8582                   when suggested by gcc
8583
8584 2002-09-29 [alfons]     0.8.3claws33
8585
8586         * src/logwindow.c
8587                 log_window_clear(): only bracket gtk_text_forward_delete() 
8588                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8589                 works around GTK text bug)
8590
8591 2002-09-29 [paul]       0.8.3claws32
8592
8593         * po/bg.po
8594           po/sr.po
8595                 updated by George Danchev and Urke MMI
8596                 respectively
8597
8598 2002-09-27 [christoph]  0.8.3claws31
8599
8600         * doc-src/readme.txt
8601         * doc-src/rfc1806.txt   ** REMOVED **
8602         * doc-src/rfc2183.txt   ** NEW FILE **
8603         * doc-src/rfc2980.txt   ** NEW FILE **
8604                 update rfcs
8605
8606 2002-09-27 [melvin]     0.8.3claws30
8607
8608         * ac/aspell.m4
8609                 Fixed typo which could break linking
8610
8611 2002-09-27 [melvin]     0.8.3claws29
8612
8613         * ac/aspell.m4
8614                 Improved GNU/aspell checking. 
8615                 Fixed bug #614490
8616
8617 2002-09-27 [paul]       0.8.3claws28
8618
8619         * sync with 0.8.3cvs8
8620                 see ChangeLog 2002-09-27
8621
8622 2002-09-26 [colin]      0.8.3claws27
8623
8624         * src/toolbar.[ch]
8625           src/mainwindow.[ch]
8626                 Add "Reply to Mailing-list" to the toolbar
8627
8628 2002-09-26 [christoph]  0.8.3claws26
8629
8630         * src/summaryview.c
8631                 Fix wrong message counts in summaryview status
8632
8633 2002-09-26 [paul]       0.8.3claws25
8634
8635         * sync with 0.8.3cvs7
8636                 see ChangeLog 2002-09-26
8637
8638 2002-09-26 [paul]       0.8.3claws24
8639
8640         * sync with 0.8.3cvs6
8641                 see ChangeLog 2002-09-25
8642
8643 2002-09-25 [christoph]  0.8.3claws23
8644
8645         * src/prefs_common.c
8646         * src/prefs_folder_item.c
8647         * src/prefs_scoring.c
8648                 Renamed "kill score" to "hide score" in GUI
8649                 and prefs files
8650
8651 2002-09-25 [paul]       0.8.3claws22
8652
8653         * sync with 0.8.3cvs5
8654                 see ChangeLog 2002-09-24
8655
8656 2002-09-24 [alfons]     0.8.3claws21
8657
8658         patch by Satoshi Nagayasu: allows appending / saving multiple 
8659         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8660         'Save as ...'")
8661
8662         * AUTHORS
8663                 add Satoshi Nagayasu
8664         * src/summaryview.c
8665                 summary_save_as(): allow saving selected files to
8666                 one file
8667                 summary_set_menu_sensitive: enable "Save As..." when
8668                 multiple files are selected
8669         * src/utils.[ch]
8670                 append_file(): new function
8671
8672 2002-09-24 [colin]      0.8.3claws20
8673
8674         * src/procmime.c
8675                 Fix segfault when mimeinfo doesn't have a 
8676                 content_type. 
8677
8678 2002-09-24 [colin]      0.8.3claws19
8679
8680         * src/prefs_common.[ch]
8681                 Add a preference to display send dialog or not
8682         * src/send.c
8683                 Display send dialog according to preference
8684
8685 2002-09-24 [colin]      0.8.3claws18
8686
8687         * src/compose.[ch]
8688                 Disable user actions when sending
8689
8690 2002-09-24 [colin]      0.8.3claws17
8691
8692         * src/procmime.c
8693                 Do not display name or filename for attachments
8694                 with an application/pgp-signature type
8695                 (security flaw, see bug 537413)
8696
8697 2002-09-23 [colin]      0.8.3claws16
8698
8699         * src/editaddress.c
8700                 Initialize entry_email, entry_alias and 
8701                 entry_remarks to first email address of the list
8702
8703 2002-09-23 [colin]      0.83claws15
8704
8705         * src/compose.c
8706                 Drop pgp-signature when reediting a signed queued
8707                 message
8708
8709 2002-09-23 [melvin]     0.8.3claws14
8710
8711         * po/fr.po
8712                 Updated French translation
8713
8714 2002-09-23 [melvin]     0.8.3claws13
8715
8716         * src/mainwindow.c
8717                 Made custom toolbar menu labels more consistent
8718         * src/prefs_toolbar.c
8719                 Made custom toolbar window title more consistent
8720
8721 2002-09-22 [colin]      0.8.3claws12
8722
8723         * src/inc.c
8724                 Initialize session type to normal before getting 
8725                 mail (fixes strange Get behaviour)
8726         * src/prefs_account.h
8727                 Move STYPE_POP_BEFORE_SMTP to last position to 
8728                 avoid other side-effects
8729
8730 2002-09-22 [colin]      0.8.3claws11
8731
8732         * src/prefs_account.c
8733                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8734                 from pop3 to apop or vice-versa
8735
8736 2002-09-22 [colin]      0.8.3claws10
8737         
8738         * src/prefs_account.[ch]
8739                 Add an option for the POP before SMTP timeout
8740         * src/inc.c
8741                 Remember time of last POP connection
8742         * src/send.c
8743                 Do POP before SMTP only if timeout reached
8744
8745 2002-09-22 [oliver]     0.8.3claws9
8746         
8747         * README.claws
8748                 explain custom toolbar
8749
8750 2002-09-22 [oliver]     0.8.3claws8
8751
8752         * src/prefs_actions.[ch]
8753         custom toolbar for compose      
8754                 actions callback from compose toolbar
8755         * src/folderview.c
8756                 remove include toolbar.h
8757
8758 2002-09-22 [oliver]     0.8.3claws7
8759         
8760         * src/prefs_toolbar.[ch]
8761                 custom toolbar for compose
8762                 - generic prefs_toolbar handles both
8763                   Mainwin's toolbar as well as Compose toolbar          
8764
8765 2002-09-22 [oliver]     0.8.3claws6
8766         
8767         * src/toolbar.[ch]
8768                 custom toolbar for compose
8769                 restructure toolbar.[ch]
8770
8771 2002-09-22 [oliver]     0.8.3claws5
8772
8773         * src/compose.[ch]
8774                 custom toolbar for compose
8775
8776 2002-09-22 [oliver]     0.8.3claws4
8777         
8778         * src/mainwindow.[ch]
8779                 custom toolbar for compose 
8780                 move mainwin toolbar back to mainwindow
8781
8782 2002-09-22 [alfons]     0.8.3claws3
8783
8784         * src/procmsg.c
8785                 :%sno/if(/if (/gc
8786                 :%sno/for(/for (/gc
8787                 (beautify)
8788
8789 2002-09-22 [alfons]     0.8.3claws2
8790         
8791         * src/procmsg.c
8792                 procmsg_save_to_outbox(): don't unlink message file from queue;
8793                 callers should do it using folder_item_remove_msg()
8794
8795 2002-09-22 [colin]      0.8.3claws1
8796
8797         * src/mimeview.[ch]
8798                 Made mimeview_check_signature() public
8799         * src/textview.c
8800                 Made GPG signatures verifiable by clicking
8801                 the [application/pgp-signature] in the Text
8802                 view
8803
8804 2002-09-22 [paul]       0.8.3claws
8805
8806         * po/bg.po
8807           po/en_GB.po
8808           po/es.po
8809           po/it.po
8810           po/pl.po
8811           po/pt_BR.po
8812           po/sr.po
8813                 updated translations, submitted by George Danchev,
8814                 me, Ricardo Mones Lastra, Alessandro Maestri,
8815                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8816                 and Urke MMI, respectively.     
8817
8818 2002-09-22 [alfons]     0.8.2claws65
8819
8820         * src/procmsg.c
8821         * src/pgptext.c
8822                 no furry valgrinds have been used to plug these memleaks
8823
8824 2002-09-20 [paul]       0.8.2claws64
8825
8826         * sync with 0.8.3cvs4
8827                 'Select thread' re-implemented 
8828                 see ChangeLog 2002-09-20
8829
8830 2002-09-21 [alfons]     0.8.2claws63
8831
8832         * src/compose.c
8833                 compose_send(): plug unnoticed memleak
8834
8835 2002-09-20 [alfons]     0.8.2claws62
8836
8837         * src/addr_compl.c
8838                 replace_address_in_edit(): strict check for NULL address to
8839                 fix "[ 607348 ] Segfault in address completion". My guess is
8840                 that this happens with an empty address book, but it's good
8841                 to have this check here anyway
8842                 
8843                 completion_window_button_press(): free string returned 
8844                 from the internal cache
8845
8846 2002-09-20 [christoph]  0.8.2claws61
8847
8848         * src/procmime.h
8849                 added ENC_BINARY to EncodingType
8850         * src/procmime.c
8851                 the string returned by procmime_get_encoding_str
8852                 should not depend on the order of values in the
8853                 EncodingType definition
8854         * doc-src/rfc1806.txt   ** NEW FILE **
8855                 Added rfc1806 about MIME Content-Disposition
8856                 Extension
8857
8858 2002-09-19 [paul]       0.8.2claws60
8859
8860         * sync with 0.8.2cvs3
8861                 see ChangeLog 2002-09-19
8862
8863 2002-09-19 [paul]       0.8.2claws59
8864
8865         * src/prefs_folder_item.c
8866                 revert to Darko's original alignment of colour
8867                 selector button
8868                 add a colon to folder_color label
8869                 
8870         * src/compose.c
8871                 add Colin's patch (with Hiro's modifications) to 
8872                 force BASE64 encoding for 8-bit text when signing
8873                 (sync with 0.8.3cvs2)
8874
8875 2002-09-18 [alfons]     0.8.2claws58
8876
8877         * src/compose.c
8878                 :%sno/if(/if (/gc
8879                 :%sno/for(/for (/gc
8880                 (beautify a little bit)
8881
8882 2002-09-18 [christoph]  0.8.2claws57
8883
8884         * src/pine.c
8885                 fix handling of fgetc return value
8886
8887 2002-09-17 [alfons]     0.8.2claws56
8888         
8889         * src/summaryview.c
8890                 summary_sort(): check non-NULL summaryview->folder_item when no 
8891                 folder is selected at all
8892                 (closes "[ 610344 ] sort label make syl Crash")
8893
8894 2002-09-17 [alfons]     0.8.2claws55
8895         
8896         * src/compose.c
8897                 beautify a little bit
8898
8899 2002-09-17 [christoph]  0.8.2claws54
8900
8901         * src/folder.c
8902                 initialize max values for cache and folder
8903                 when cache or folder is empty
8904
8905 2002-09-15 [colin]      0.8.2claws53
8906
8907         * src/compose.c
8908                 Fix a leak (thanks Alfons!) and cleaned
8909                 variables names for custom headers
8910
8911 2002-09-15 [colin]      0.8.2claws52
8912
8913         * src/compose.c
8914                 Fix custom headers recognition when
8915                 prefs_common.trans_hdr is on
8916
8917 2002-09-15 [colin]      0.8.2claws51
8918
8919         * src/compose.c
8920                 Allow dynamically-added custom headers
8921                 Yet not reparsed if reedited
8922
8923 2002-09-15 [alfons]     0.8.2claws50
8924
8925         * src/prefs_account.c
8926                 fix warnings
8927
8928 2002-09-15 [colin]      0.8.2claws49
8929         
8930         * src/prefs_account.c
8931                 fix pop_before_smtp sensitivity
8932
8933 2002-09-15 [colin]      0.8.2claws48
8934
8935         * src/inc.[ch]
8936                 add inc_pop_before_smtp()
8937                 allow MainWindow to be undefined in 
8938                 inc_account_mail() and inc_start()
8939         * src/pop.c
8940           src/prefs_account.h
8941                 add STYPE_POP_BEFORE_SMTP session type
8942         * src/prefs_account.c
8943                 activated pop before smtp option
8944         * src/send.c
8945                 do pop before smtp if the relevant option 
8946                 is set
8947
8948 2002-09-15 [paul]       0.8.2claws47
8949
8950         * sync with 0.8.3
8951                 see ChangeLog 2002-09-15
8952
8953 2002-09-14 [paul]       0.8.2claws46
8954
8955         * po/bg.po
8956                 updated Bulgarian translation, submitted by
8957                 George Danchev
8958
8959 2002-09-13 [paul]       0.8.2claws45
8960
8961         * src/compose.c
8962                 merge claws' select_account() with main's
8963                 (new) compose_select_account(). [sync with
8964                 0.8.2cvs15, see ChangeLog 2002-09-11]
8965
8966 2002-09-12 [christoph]  0.8.2claws44
8967
8968         * src/filter.c
8969                 allocate 1 elements of FolderItem not 0
8970
8971 2002-09-12 [colin]      0.8.2claws43
8972
8973         * src/compose.c
8974                 Fix bug #590825 (obey Follow-up: poster)
8975
8976 2002-09-12 [colin]      0.8.2claws42
8977
8978         * src/procmime.c
8979                 Fix bug #557009 (wrong headers for messages 
8980                 forwarded as attachments)
8981
8982 2002-09-11 [colin]      0.8.2claws41
8983         
8984         * src/compose.c
8985                 Put SCF: pseudo-header on top of message
8986                 Set draft tmp_flag when saved as draft
8987
8988         * src/procmsg.c
8989           src/procheader.c
8990                 Skip after first \n\n for beginning of real message
8991                 for drafts too
8992
8993 2002-09-11 [christoph]  0.8.2claws40
8994
8995         * src/filtering.c
8996                 use procmsg flag functions in filtering or processing
8997                 will cause incorrect folder message counts
8998
8999 2002-09-11 [colin]      0.8.2claws39
9000
9001         * src/compose.c
9002                 Fix bug #550175 - wrong save folder when reediting
9003                 drafts
9004
9005 2002-09-11 [paul]       0.8.2claws38
9006
9007         * sync with 0.8.2cvs14
9008                 see ChangeLog 2002-09-11
9009
9010 2002-09-11 [colin]      0.8.2claws37
9011
9012         * src/folder.c
9013                 Fix a typo (seeming to cause new/unread status to
9014                 be lost)
9015
9016 2002-09-10 [christoph]  0.8.2claws36
9017
9018         * src/compose.c
9019                 compose_redirect should not use compose_generic_new
9020                 because that does more stuff than expected including
9021                 opening the external editor
9022                 (closes bug "[ 526608 ] bounced messages appear blank
9023                  in editor")
9024
9025 2002-09-10 [christoph]  0.8.2claws35
9026
9027         * src/folder.c
9028                 fix problem with too large message number range
9029                 causing a crash in folder_item_scan
9030
9031 2002-09-10 [paul]       0.8.2claws34
9032
9033         * sync with 0.8.2cvs13
9034                 see ChangeLog 2002-09-10
9035
9036 2002-09-10 [christoph]  0.8.2claws33
9037
9038         * src/msgcache.c
9039                 set MsgInfo TmpFlags for queue and draft folders
9040                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9041
9042 2002-09-10 [paul]       0.8.2claws32
9043
9044         * AUTHORS
9045           po/bg.po      ** NEW FILE **
9046                 new Bulgarian translation submitted by
9047                 George Danchev <danchev@spnet.net>
9048                 
9049         * tools/Makefile.am
9050           tools/README
9051           tools/tb2sylpheed     ** NEW FILE **
9052                 add script that converts an addressbook exported
9053                 from The Bat! into a Sylpheed addressbook. Submitted
9054                 by Urke MMI <urke-kg@eunet.yu>
9055
9056 2002-09-10 [paul]       0.8.2claws31
9057
9058         * sync with 0.8.2cvs12
9059                 see ChangeLog 2002-09-10
9060
9061 2002-09-06 [paul]       0.8.2claws30
9062
9063         * src/prefs_common.c
9064                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9065                 
9066         * tools/Makefile.am
9067           tools/README
9068           tools/ldif-to-xml.py  ** REMOVED **
9069                 remove obsolete python script
9070
9071 2002-09-06 [paul]       0.8.2claws29
9072
9073         * sync with 0.8.2cvs10
9074                 see ChangeLog 2002-09-06
9075
9076 2002-09-04 [paul]       0.8.2claws28
9077
9078         * sync with 0.8.2cvs9
9079                 see ChangeLog 2002-08-04
9080
9081 2002-09-04 [colin]      0.8.2claws27 
9082
9083         * src/prefs_common.[ch]
9084                 Added signature color configuration
9085         * src/textview.c
9086                 Use user-specified signature color
9087
9088 2002-09-03 [colin]      0.8.2claws26
9089
9090         * src/prefs_common.[ch]
9091                 Added autosave and autosave_length prefs
9092         * src/compose.c
9093                 Added compose_remove_draft()
9094                 Auto-save drafts according to the prefs
9095         * src/main.c
9096                 Added a crash-indicator file, allowing to check
9097                 for new messages on startup if Sylpheed crashed
9098                 (makes saved drafts "reappear")
9099
9100 2002-09-03 [colin]      0.8.2claws25
9101
9102         * src/textview.[ch]
9103                 Grey the signature
9104
9105 2002-09-03 [paul]       0.8.2claws24
9106
9107         * sync with 0.8.2cvs8
9108                 see ChangeLog 2002-09-02 and 2002-09-03
9109
9110 2002-09-03 [darko]      0.8.2claws23
9111
9112         * src/folderview.c
9113                 use normal style when creating new folder to pick
9114                 proper font size 
9115
9116 2002-09-02 [melvin]     0.8.2claws22
9117
9118         * src/gtkaspell.m4
9119                 removed some obsolete code
9120
9121 2002-09-02 [melvin]     0.8.2claws21
9122
9123         * ac/aspell.m4
9124                 fixed test's equality sign (== to =)
9125
9126 2002-09-02 [alfons]     0.8.2claws20
9127
9128         * src/folder.c
9129         * src/mh.c
9130                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9131                 as folder->destroy virtual as suggested by Hiro
9132                 (the mh.c code seems to have been lost around mh.c.1.21)
9133
9134 2002-09-02 [paul]       0.8.2claws19
9135
9136         * po/pt_BR.po
9137                 updated by Fabio Jr. Beneditto
9138                 
9139         * src/defs.h
9140                 use 'http://claws.sylpheed.org' for homepage link. 
9141                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9142
9143 2002-09-01 [alfons]     0.8.2claws18
9144
9145         * src/mh.c
9146                 plug memleak related to one Martin Kluge found
9147
9148 2002-08-31 [paul]       0.8.2claws17
9149
9150         * sync with 0.8.2cvs6
9151                 see ChangeLog 2002-08-30
9152
9153 2002-08-31 [alfons]     0.8.2claws16
9154
9155         * src/folder.c
9156                 folder_destroy(): remove mailbox from folderlist even if it has
9157                 no destroy virtual
9158
9159 2002-08-31 [alfons]     0.8.2claws15
9160
9161         * src/folder.c
9162                 :%sno/if(/if (/gc
9163                 :%sno/for(/for (/gc
9164                 (being pedantic I know)
9165
9166 2002-08-31 [alfons]     0.8.2claws14
9167
9168         * src/folder.c
9169                 check for NULL pointers returned from folder->fetch_msginfo virtual
9170                 (should solve some reported crashes)
9171
9172 2002-08-30 [alfons]     0.8.2claws13
9173
9174         * acconfig.h
9175         * configure.in
9176         * src/crash.c
9177                 enable crash dialog on compilation time
9178                 (--enable-crash-dialog configure option)
9179
9180 2002-08-30 [alfons]     0.8.2claws12
9181
9182         * AUTHORS
9183                 add Martin Kluge
9184         * src/mh.c
9185                 apply memory leak plug patch by Martin Kluge
9186                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9187                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9188                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9189
9190 2002-08-30 [darko]      0.8.2claws11
9191
9192         * src/folderview.c
9193                 copy Gtk style from normal style to match
9194                 font size for coloured folders
9195
9196 2002-08-29 [alfons]     0.8.2claws10
9197
9198         * sylpheed.desktop
9199                 Type=Internet <- Type=Application
9200                 (reported by Michael Schwendt, see:
9201                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9202                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9203
9204 2002-08-29 [paul]       0.8.2claws9
9205
9206         * sync with 0.8.2cvs5
9207                 see ChangeLog 2002-08-29
9208
9209 2002-08-29 [colin]      0.8.2claws8
9210
9211         * src/summaryview.c
9212                 Added a sanity check in summary_select_thread
9213                 Should fix bug 601605
9214
9215 2002-08-29 [colin]      0.8.2claws7
9216
9217         * src/main.c
9218                 Revert claws6 changes regarding bug #591676
9219
9220 2002-08-28 [colin]      0.8.2claws6
9221         
9222         * src/main.c
9223                 Ignore cache for queue folderitems
9224                 Fix bug #591676
9225
9226 2002-08-28 [melvin]     0.8.2claws5
9227
9228         * README.claws
9229                 Fixed typos.
9230
9231 2002-08-28 [melvin]     0.8.2claws4
9232
9233         * README.claws
9234                 Updated a bit the text concerning the spell checker
9235
9236 2002-08-28 [melvin]     0.8.2claws3
9237
9238         Merged the GNU_aspell_branch:
9239                 Support of new GNU/aspell is now included and the old pspell
9240                 is not supported anymore.
9241                 See README.claws
9242
9243         * README.claws
9244                 Updated spell checker text to reflect the switch to GNU/aspell
9245
9246         * ac/aspell.m4          *** NEW ***
9247         * src/gtkaspell.[ch]    *** NEW *** 
9248         * ac/pspell.m4          *** DELETED *** 
9249         * src/gtkspell.[ch]     *** DELETED ***
9250
9251         * ac/Makefile.am
9252                 Updated for GNU/aspell support
9253
9254         * po/POTFILES.in
9255                 Replaced gtkspell.c by gtkaspell.c
9256
9257         * acconfig.h
9258         * src/Makefile.am
9259         * src/about.c
9260         * src/compose.[ch]
9261         * src/crash.c
9262         * src/main.c
9263         * src/prefs_common.[ch]
9264                 Updated for GNU/aspell support
9265
9266 2002-08-28 [paul]       0.8.2claws2
9267
9268         * sync with 0.8.2cvs4
9269                 see ChangeLog 2002-08-27 and 2002-08-28
9270
9271 2002-08-28 [colin]      0.8.2claws1
9272
9273         * src/summary_search.c
9274                 Added "AND search"
9275
9276 2002-08-28 [jens]       0.8.2claws
9277
9278         *po/de.po
9279                 Updated German translations
9280
9281 2002-08-27 [melvin]     0.8.2claws
9282
9283         * po/fr.po
9284                 Updated French translations
9285
9286 2002-08-27 [paul]       0.8.2claws
9287
9288         * sync with 0.8.2 main release
9289
9290         * po/en_GB.po
9291           po/es.po
9292           po/it.po
9293           po/pl.po
9294           po/pt_BR.po
9295           po/sr.po
9296                 updated message catalogs submitted by
9297                 Ricardo Mones Lastra, Alessandro Maestri,
9298                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9299                 Beneditto and Urke MMI  
9300
9301 2002-08-27 [hoa]        0.8.1claws123
9302
9303         * src/mainwindow.[ch]
9304         * src/summaryview.[ch]
9305                 removed the "filter setting" menu option.
9306                 add a "cancel a news message" menu option.
9307
9308 2002-08-26 [martin]     0.8.1claws122
9309
9310         * ChangeLog.claws
9311                 changed string under 0.8.1claws79 changed by myself
9312                 i'm sorry alfons :(
9313
9314 2002-08-26 [martin]     0.8.1claws121
9315
9316         * src/crash.c
9317                 added kill command to debuggerrc to start crash dialog
9318
9319 2002-08-26 [paul]       0.8.1claws120
9320
9321         * sync with 0.8.1cvs31
9322                 see ChangeLog 2002-08-26
9323
9324 2002-08-25 [alfons]     0.8.1claws119
9325
9326         * src/procmsg.c
9327                 fix bug that didn't send out correct headers to news server
9328                 when sending news article and email from queue (bug reported
9329                 and patch provided by Tim Mann; closes bug 
9330                 "[ 583196 ] 0.7.8claws can't post news")
9331
9332 2002-08-25 [alfons]     0.8.1claws118
9333
9334         * src/selective_download.c
9335                 mark two strings as translatable
9336                 (thanks to Urke MMI for pointing this out)
9337
9338 2002-08-25 [alfons]     0.8.1claws117
9339
9340         * src/summaryview.c
9341                 treat sent boxes as special and allow sorting them by addressee
9342                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9343                 submitted by Steve Lamb)
9344
9345 2002-08-24 [alfons]     0.8.1claws116
9346
9347         * src/matcher.c
9348                 fix memleak reported by Martin Kluge
9349                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9350
9351 2002-08-24 [oliver]     0.8.1claws115
9352
9353         * src/prefs_toolbar.c
9354                 o code cleanup as suggested by Alfons
9355                 o memleak fix
9356
9357 2002-08-24 [alfons]     0.8.1claws114
9358
9359         * src/summaryview.c
9360                 o fix another memory leak reported by Martin Kluge
9361                   (see "[ 599568 ] Small Memory Leak")
9362                 o remove 'from' variable from 'summary_set_header()'; we can
9363                   do with just 'to' 
9364
9365 2002-08-24 [paul]       0.8.1claws113
9366
9367         * sync with 0.8.1cvs30
9368                 see ChangeLog 2002-08-23
9369
9370 2002-08-24 [alfons]     0.8.1claws112
9371
9372         * src/summaryview.c
9373                 remove unnecessary allocations for search bar fixing leaks
9374                 reported by Martin Kluge
9375                 (see "[ 599451 ] Further memory leaks?")
9376
9377 2002-08-24 [alfons]     0.8.1claws111
9378
9379         * src/main.c
9380                 make get_socket_name() public for crash.c
9381         * src/crash.c
9382                 o make report bug button work (goes to claws' 
9383                   bug tracker at sf.net)
9384                 o introduce function for doing important stuff just
9385                   before claws goes down
9386                 o clean up code 
9387
9388 2002-08-24 [alfons]     0.8.1claws110
9389
9390         * src/compose.c
9391                 move cursor to "To" entry when forwarding as attachment
9392                 (reported and solved by Steve Lamb, closes bug report
9393                 "[ 592880 ] Forward as attachment; cursor not in to")
9394
9395 2002-08-24 [colin]      0.8.1claws109
9396
9397         * src/mainwindow.c
9398                 fix quick search visibility after GUI (de)separations.
9399
9400 2002-08-23 [colin]      0.8.1claws108
9401
9402         * src/mainwindow.c
9403                 fix header pane visibility after folderview or
9404                 messageview (de)separation
9405
9406 2002-08-23 [paul]       0.8.1claws107
9407
9408         * src/mainwindow.[ch]
9409           src/toolbar.c
9410                 give full control of display or non-display 
9411                 of the Execute icon to Custom toolbar settings.
9412                 add new sensitivity condition to maninwindow.h: 
9413                 M_DELAY_EXEC
9414
9415         * ChangeLog
9416           ChangeLog.jp
9417           NEWS
9418                 more sync with 0.8.1cvs29
9419
9420 2002-08-23 [melvin]     0.8.1claws106
9421
9422         * src/alertpanel.c
9423                 Readded support for custom widget in alertpanel lost in last
9424                 sync.
9425
9426 2002-08-23 [paul]       0.8.1claws105
9427
9428         * sync with 0.8.1cvs29
9429                 see ChangeLog 2002-08-23
9430
9431 2002-08-23 [colin]      0.8.1claws104
9432
9433         * src/summaryview.c
9434                 Fix folder and search pixmaps exchanging positions
9435                 after theme or toolbar changes. Thank to Oliver for 
9436                 reporting this.
9437
9438 2002-08-23 [colin]      0.8.1claws103
9439
9440         * src/mainwindow.c
9441           src/messageview.[ch]
9442           src/noticeview.[ch]
9443           src/summaryview.c
9444                 Changed messageview_create() and noticeview_create()
9445                 to avoid the last gdk_warning
9446
9447 2002-08-22 [colin]      0.8.1claws102
9448
9449         * src/summaryview.c
9450                 Fix my new `Creating pixmap from xpm' warning
9451
9452 2002-08-22 [colin]      0.8.1claws101
9453
9454         * src/mainwindow.c
9455                 Fix some of the gdk warnings
9456
9457 2002-08-22 [colin]      0.8.1claws100
9458
9459         * src/Makefile.am
9460         * src/stock_pixmap.c
9461         * src/stock_pixmap.h
9462         * src/pixmaps/quicksearch.xpm *ADDED*
9463                 Add the quicksearch pixmap
9464         * src/mainwindow.c
9465         * src/summaryview.c
9466         * src/summaryview.h
9467                 Make quicksearch bar visible/hidden via a button
9468
9469 2002-08-22 [christoph]  0.8.1claws99
9470
9471         * src/folder.c
9472                 fix folder update for newsgroups with message
9473                 numbers below minimum number of articles to fetch
9474                 (closes bug #598445)
9475
9476 2002-08-22 [paul]       0.8.1claws98
9477
9478         * sync with 0.8.1cvs28
9479                 see ChangeLog 2002-08-22
9480
9481 2002-08-21 [alfons]     0.8.1claws97
9482
9483         * src/crash.c
9484                 use bt instead of bt full which seems to work 
9485                 better, and bt full doesn't give a great deal 
9486                 of information anyway
9487
9488 2002-08-21 [colin]      0.8.1claws96
9489
9490         * src/summaryview.c
9491                 fix summaryview_searchtype_changed prototype
9492
9493 2002-08-21 [christoph]  0.8.1claws95
9494
9495         * src/mainwindow.c
9496                 o fix broken menu update for sorting type, we have to
9497                   get this info from the summaryview now
9498                 o removed setting of threaded state in menu callback
9499         * src/summaryview.[ch]
9500                 more summaryview/folderitem seperation for
9501                 threading option
9502         * configure.in
9503                 removed not required --with-compiler-flags option
9504
9505 2002-08-21 [oliver]     0.8.1claws94
9506         
9507         * src/toolbar.h 
9508                 o rename toolbar.xml to toolbar_main.xml
9509                   since toolbar_compose.xml might come up 
9510                   any time soon
9511         * README.claws
9512                 add custom toolbar              
9513
9514 2002-08-21 [darko]      0.8.1claws93
9515
9516         * src/procmsg.c
9517                 don't reset tmp flags for messages copied
9518                 to sent folder
9519
9520 2002-08-21 [colin]      0.8.1claws92
9521         
9522         * src/prefs_filtering.c
9523                 fix renaming rules on folder rename 
9524                 when folder is not a leaf folder
9525
9526 2002-08-21 [paul]       0.8.1claws91
9527
9528         * src/prefs_folder_item.c
9529                 fix alignment of colour selector
9530
9531 2002-08-21 [paul]       0.8.1claws90
9532
9533         * sync with 0.8.1cvs27
9534                 see ChangeLog 2002-08-21
9535
9536 2002-08-21 [paul]       0.8.1claws89
9537
9538         * src/summaryview.c
9539                 fix crash when changing field type in
9540                 Quick search bar
9541
9542 2002-08-21 [colin]      0.8.1claws88
9543
9544         * src/summaryview.c
9545                 Made quick search case-insensitive
9546
9547 2002-08-21 [paul]       0.8.1claws87
9548
9549         * sync with 0.8.1cvs26
9550                 see ChangeLog 2002-08-21
9551
9552 2002-08-20 [christoph]  0.8.1claws86
9553
9554         * src/folderview.c
9555         * src/main.c
9556         * src/summaryview.[ch]
9557                 more summaryview/folderitem seperation for
9558                 sort_key and sort_type
9559         * src/procmsg.c
9560                 added missing return statement
9561
9562 2002-08-20 [colin]      0.8.1claws85
9563
9564         * src/summaryview.[ch]
9565                 Added a quick search box
9566         * src/mainwindow.c
9567         * src/prefs_common.[ch]
9568                 Added a show/hide option for the quick search
9569
9570 2002-08-20 [oliver]     0.8.1claws84
9571         
9572         * src/mainwindow.c
9573                 remove toolbar_create_popups
9574         * src/toolbar.[ch]
9575                 o remove toolbar_create_popups
9576                 o fix toolbar_set_sensitive 
9577                   (Bug reports #596834 and #596832)     
9578         * src/prefs_toolbar.c
9579                 o add "Set default" button
9580                 o align label and text + combo widgets
9581
9582 2002-08-20 [hoa]        0.8.1claws83bis
9583
9584         * src/imap.c
9585                 fixed a bug in imap_fetch_msginfo() in case there is no
9586                 current folder.
9587
9588 2002-08-20 [darko]      0.8.1claws83
9589
9590         * src/folderview.c
9591                 copy the color style of folder view so it
9592                 works with GTK themes
9593
9594 2002-08-20 [darko]      0.8.1claws82
9595
9596         * src/folder.h
9597         * src/folderview.c
9598         * src/prefs_folder_item.[hc]
9599                 don't use UI stuff in folder.h
9600
9601 2002-08-20 [darko]      0.8.1claws81
9602
9603         * src/folder.h
9604         * src/prefs_folder_item.h
9605         * src/folderview.c
9606         * src/prefs_folder_item.c
9607                 ability to set folder color in folderview
9608
9609 2002-08-19 [alfons]     0.8.1claws80
9610
9611         * src/summaryview.c
9612                 fix one of the earlier memleaks reported by Martin Kluge
9613
9614 2002-08-19 [alfons]     0.8.1claws79
9615
9616         * src/mainwindow.c
9617                 hide notice view when selecting seperate folder
9618                 view (reported by Urke MMI)
9619
9620 2002-08-19 [christoph]  0.8.1claws78
9621
9622         * src/folderview.c
9623         * src/prefs_folder_item.h
9624         * src/summaryview.[ch]
9625                 o add summary_set_prefs_from_folderitem to set
9626                   summaryview prefs (first step to remove all
9627                   references to the folderitem in summaryview)
9628                 o moved compiled regex stuff from folderitem prefs
9629                   to summaryview code
9630
9631 2002-08-19 [paul]       0.8.1claws77
9632
9633         * src/compose.c
9634                 add check for '.' to QUOTE_IF_REQUIRED
9635
9636 2002-08-19 [paul]       0.8.1claws76
9637
9638         * src/inc.c
9639                 sync with 0.8.1cvs25 (plug memory leak)
9640
9641         * src/prefs_toolbar.c
9642                 re-order prefs_toolbar_cancel()
9643
9644 2002-08-18 [alfons]     0.8.1claws75
9645
9646         * src/inc.c
9647         * src/matcher.c
9648                 plug other memleaks reported by Martin Kluge
9649
9650 2002-08-18 [paul]       0.8.1claws74
9651
9652         * po/pt_BR.po
9653                 updated by Fabio Jr. Beneditto
9654
9655 2002-08-18 [paul]       0.8.1claws73
9656
9657         * src/toolbar.[ch]
9658                 fix bug where tooltips were displayed untranslated              
9659
9660         * src/prefs_toolbar.c
9661                 fix bug where clicking 'Cancel' creates an icon & text
9662                 toolbar regardless of prefs
9663         
9664
9665 2002-08-17 [oliver]     0.8.1claws72
9666
9667         * src/prefs_toolbar.c
9668                 update toolbar on CANCEL
9669                 bug reported by Martin Kluge
9670         * src/toolbar.c
9671                 toolbar_destroy memleak fixed           
9672
9673 2002-08-17 [alfons]     0.8.1claws71
9674
9675         * src/toolbar.c
9676                 plug another memleak reported by Martin Kluge
9677
9678 2002-08-16 [alfons]     0.8.1claws70
9679
9680         * src/crash.c
9681                 use execvp() correctly (suggested by wwp; thanks!)
9682
9683 2002-08-16 [alfons]     0.8.1claws69
9684
9685         * src/gtksctree.c
9686                 plug memory leak reported by Kim Schultz & Martin Kluge
9687
9688 2002-08-16 [paul]       0.8.1claws68
9689
9690         * po/es.po
9691                 updated by Ricardo Mones Lastra
9692
9693 2002-08-16 [paul]       0.8.1claws67
9694
9695         * src/toolbar.h
9696                 fix bug where 'Compose News' icon showed wrong
9697                 tooltip
9698
9699 2002-08-16 [paul]       0.8.1claws66
9700
9701         * sync with 0.8.1cvs24
9702                 see ChangeLog 2002-08-16
9703
9704         * po/it.po
9705                 updated by Alessandro Maestri
9706
9707 2002-08-15 [paul]       0.8.1claws65
9708
9709         * po/sr.po
9710                 updated by Urke MMI
9711
9712 2002-08-15 [paul]       0.8.1claws64
9713
9714         * src/*.c
9715                 don't translate debug info
9716
9717         * src/matcher.[ch]
9718                 add copyright info
9719
9720 2002-08-15 [paul]       0.8.1claws63
9721
9722         * src/prefs_toolbar.c
9723                 fix bug where clicking 'OK' creates an icon & text
9724                 toolbar regardless of prefs
9725
9726 2002-08-14 [alfons]     0.8.1claws62
9727
9728         * src/main.c
9729                 add global var that has the full argv[0]
9730         * src/crash.c
9731                 o execvp the correct sylpheed by using argv0
9732                   and setting the correct work dir
9733                 o other tweaks  
9734
9735 2002-08-14 [oliver]     0.8.1claws61
9736         
9737         * enable/disable Toolbar Action Buttons 
9738         * code cleanups
9739         * src/mainwindow.c
9740         * src/toolbar.[ch]      
9741         * src/prefs_toolbar.c   
9742
9743 2002-08-14 [melvin]     0.8.1claws60
9744
9745         * po/fr.po
9746                 Updated French translations
9747
9748 2002-08-14 [melvin]     0.8.1claws59
9749
9750         * src/crash.c
9751                 Made bug report not translatable
9752         * src/exporthtml.c
9753                 Fixed exporthtml_build_filespec() return value
9754         * src/foldersel.c
9755                 Fixed incorrect include file
9756         * src/gtkspell.c
9757         * src/prefs_actions.c
9758         * src/prefs_toolbar.c
9759                 Made debug info not translatable
9760         * src/mutt.c
9761         * src/quote_fmt.c
9762                 Added missing includes
9763         * src/prefs_common.c
9764                 Fixed typo
9765
9766 2002-08-14 [paul]       0.8.1claws58
9767
9768         * faq/es/sylpheed-faq.html
9769           faq/es/sylpheed-faq-[1-3].html
9770           faq/es/sylpheed-faq-4.html     **NEW FILE **
9771                 update Spanish FAQ
9772
9773 2002-08-13 [christoph]  0.8.1claws57
9774
9775         * src/procmsg.c
9776                 ignore thread fix that did not mark all
9777                 child nodes of a ignored thread as
9778                 ignored. Does not work perfectly yet,
9779                 but it is better now
9780
9781 2002-08-13 [alfons]     0.8.1claws56
9782
9783         * src/crash.c
9784                 o implement 'save crash log'
9785                 o some tweaks
9786
9787 2002-08-13 [melvin]     0.8.1claws55
9788
9789         * src/main.c
9790                 removed unrequired "execinfo.h" header
9791
9792 2002-08-12 [paul]       0.8.1claws54
9793
9794         * faq/en/sylpheed-faq.html
9795           faq/en/sylpheed-faq-[1-3].html
9796           faq/en/sylpheed-faq-4.html     **NEW FILE **
9797                 update English FAQ
9798
9799 2002-08-12 [alfons]     0.8.1claws53
9800
9801         * po/POTFILES.in
9802                 add crash.c to translatables
9803         * src/crash.c
9804                 bring in Leandro's crash dialog
9805
9806 2002-08-11 [alfons]     0.8.1claws52
9807
9808         * src/crash.c
9809                 clean up some warnings
9810
9811 2002-08-11 [alfons]     0.8.1claws51
9812
9813         * acconfig.h
9814         * configure.in
9815         * src/crash.[ch]        ** NEW FILES **
9816         * src/main.c            
9817                 initial gdb crash handler
9818
9819 2002-08-11 [paul]       0.8.1claws50
9820
9821         * src/prefs_toolbar.c
9822                 replace Up/Down arrow pixmaps with text to be
9823                 consistent across icon themes
9824
9825 2002-08-11 [paul]       0.8.1claws49
9826
9827         * src/prefs_common.c
9828           src/prefs_toolbar.c
9829                 rename 'Pixmap' -> 'Icon'
9830
9831         * src/toolbar.[ch]
9832                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9833
9834 2002-08-10 [paul]       0.8.1claws48
9835
9836         * src/prefs_toolbar.c
9837                 re-work the UI
9838
9839 2002-08-10 [paul]       0.8.1claws47
9840
9841         * src/main.c
9842                 don't write Processing progress to status bar
9843                 patch submitted by Alexander Evseev
9844
9845         * src/prefs_toolbar.c
9846                 re-position and resize window
9847                 make window assume correct size on first call
9848
9849 2002-08-10 [paul]       0.8.1claws46
9850
9851         * src/mainwindow.c
9852           src/prefs_toolbar.c
9853           src/toolbar.c
9854           src/toolbar.h
9855                 obey coding style
9856                 follow UI text conventions
9857
9858 2002-08-10 [alfons]     0.8.1claws45
9859
9860         * src/toolbar.c
9861                 correct pixmap for delete action
9862
9863 2002-08-10 [paul]       0.8.1claws44
9864
9865         * po/pt_BR.po
9866                 updated by Fabio Jr. Beneditto
9867
9868 2002-08-10 [paul]       0.8.1claws43
9869
9870         * po/POTFILES.in
9871                 add custom toolbar files
9872
9873 2002-08-10 [paul]       0.8.1claws42
9874
9875         * sync with 0.8.1cvs22
9876                 see ChangeLog 2002-08-09
9877
9878 2002-08-09 [paul]       0.8.1claws41
9879
9880         * tools/Makefile.am
9881           tools/README
9882           tools/outlook2sylpheed.pl     ** NEW FILE **
9883                 add script to convert exported Outlook
9884                 contacts list to a Sylpheed addressbook.
9885                 Submitted by Ricardo Mones Lastra.
9886
9887 2002-08-09 [paul]       0.8.1claws40
9888
9889         * AUTHORS
9890           configure.in
9891           po/sr.po      ** NEW FILE **
9892                 add Serbian message catalog. Submitted by
9893                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9894
9895 2002-08-09 [paul]       0.8.1claws39
9896
9897         * sync with 0.8.1cvs21
9898                 see ChangeLog 2002-08-08
9899
9900 2002-08-08 [oliver]     0.8.1claws38
9901
9902         * src/mainwindow.c
9903                 move Custom Toolbar to Configuration menu
9904
9905 2002-08-08 [oliver]     0.8.1claws37
9906
9907         * src/prefs_toolbar.c
9908                 fix substitute pixmap bug
9909
9910 2002-08-08 [paul]       0.8.1claws36
9911
9912         * sync with 0.8.1cvs19
9913                 see ChangeLog 2002-08-08
9914
9915 2002-08-07 [christoph]  0.8.1claws35
9916
9917         * src/utils.c
9918                 fixed a memory leak in new canonicalize_file_replace
9919
9920 2002-08-07 [christoph]  0.8.1claws34
9921
9922         * src/utils.[ch]
9923                 o canonicalize_file_replace should create the temporary
9924                   file in the same directory as the original file.
9925                 o added get_tmpfile_in_dir that creates a temorary file
9926                   in a specified directory.
9927
9928 2002-08-07 [melvin]     0.8.1claws33
9929
9930         * src/toolbar.c
9931                 fixed bug where 'Article' button acted as 'Email' button.
9932
9933 2002-08-07 [paul]       0.8.1claws32
9934
9935         * sync with 0.8.1.cvs17
9936                 see ChangeLog 2002-08-07
9937
9938 2002-08-07 [colin]      0.8.1claws31
9939         
9940         * src/news.c
9941                 fix mass-cancel problem
9942
9943 2002-08-07 [thorsten]   0.8.1claws30
9944
9945         * src/prefs_toolbar.c
9946                 fix: crash on replace or add new button
9947         * src/toolbar.c
9948                 fix: close xmlfile after reading
9949         * src/utils.c
9950                 fix: unlink() file before rename()
9951
9952 2002-08-06 [paul]       0.8.1claws29
9953
9954         * sync with 0.8.cvs15
9955                 see ChangeLog 2002-08-06
9956
9957 2002-08-06 [oliver]     0.8.1claws28
9958
9959         * src/toolbar.c
9960         * src/prefs_toolbar.c
9961                 fixed empty toolbar issue
9962
9963 2002-08-06 [oliver]     0.8.1claws27
9964
9965         * Custom Toolbar Final 
9966         * src/folderview.c
9967         * src/inc.c
9968         * src/summaryview.c
9969                 o toolbar stuff now lives in src/toolbar.[ch]
9970                 o main_window_toolbar_* functions are renamed to
9971                   toolbar_* reflecting their new source file
9972         * src/mainwindow.[ch]
9973                 o remove toolbar stuff  
9974
9975 2002-08-06 [oliver]     0.8.1claws26
9976         
9977         * src/Makefile.am
9978         * src/prefs_toolbar.[ch]        **New File**
9979         * src/toolbar.[ch]              **New File**
9980                 o prefs_toolbar.[ch] custom toolbar frontend
9981                 o toolbar.[ch]       backend 
9982
9983 2002-08-06 [oliver]     0.8.1claws25
9984
9985         * src/prefs_actions.[ch]
9986                 o new exported function actions_execute
9987
9988 2002-08-06 [paul]       0.8.1claws24
9989
9990         * sync with 0.8.1cvs4
9991                 see ChangeLog 2002-08-06
9992
9993 2002-08-06 [paul]       0.8.1claws23
9994
9995         * sync with 0.8.1cvs13
9996                 see ChangeLog 2002-08-06
9997
9998 2002-08-06 [paul]       0.8.1claws22
9999
10000         * sync with 0.8.1cvs12
10001                 see ChangeLog 2002-08-05 and 2002-08-06
10002
10003 2002-08-06 [match]      0.8.1claws21
10004
10005         * src/addrclip.c
10006                 improvements to cut/copy/paste address
10007
10008 2002-08-05 [match]      0.8.1claws20
10009
10010         * src/addritem.[ch]
10011         * src/addrcache.c
10012         * src/addrbook.c
10013         * src/editaddress.c
10014         * src/addressbook.c
10015                 fixes to improve cut/copy/paste
10016
10017 2002-08-06 [melvin]     0.8.1claws19
10018
10019         * src/account.[ch]
10020                 account_find_all_from_address(): new function that returns the
10021                 list of all accounts that are matched in an address.
10022         * src/alertpanel.[ch]
10023                 alertpanel() now accepts a custom widget
10024                 alertpanel_with_widget(): new function that pops up a panel with
10025                 a custom widget in it 
10026         * src/gtkutils.[ch]
10027                 gtkut_account_menu_new(): new function that allows the selection
10028                 of an account from a list of accounts.
10029         * src/messageview.c
10030                 Extended Return Receipt notification to select the correct 
10031                 account and to make a security test on the Delivery-Notification
10032                 address which should be the same as the Return-Path.
10033
10034 2002-08-06 [thorsten]   0.8.1claws18
10035
10036         * src/mimeview.c
10037                 attach_all: save unnamed as "noname.%d",
10038                 dont free static dirname
10039
10040 2002-08-05 [alfons]     0.8.1claws17
10041
10042         * configure.in
10043                 detect XIM by trying to link rather than compile a XIM program
10044
10045 2002-08-05 [oliver]     0.8.1claws16
10046                 
10047         * src/stock_pixmap.[ch]
10048                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10049                 o new func to retrieve pixmaps
10050
10051 2002-08-05 [paul]       0.8.1claws15
10052
10053         * sync with 0.8.1cvs10
10054                 see ChangeLog 2002-08-05
10055
10056 2002-08-04 [alfons]     0.8.1claws14
10057
10058         * src/textview.c
10059                 see if this plugs memleak
10060
10061 2002-08-04 [melvin]     0.8.1claws13
10062
10063         * src/gtkspell.c
10064                 fixed bug that could crash Sylpheed when highlighting
10065                 all misspelled words.
10066
10067 2002-08-03 [melvin]     0.8.1claws12
10068
10069         * src/prefs_actions.c
10070                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10071         * src/messageview.c
10072                 fixed bug where the Return Receipt was sent to
10073                 Delivery-Notification-To address even if it was not present
10074
10075 2002-08-02 [alfons]     0.8.1claws11
10076
10077         * src/prefs_actions.c
10078                 o more check for NULLs
10079                 o put create_io_dialog() in right conditional block
10080
10081 2002-08-02 [paul]       0.8.1claws10
10082
10083         * po/es.po
10084                 updated by Ricardo Mones Lastra
10085
10086 2002-08-01 [christoph]  0.8.1claws9
10087
10088         * src/folder.c
10089                 don't free the cache of the opened
10090                 folder in the summaryview
10091         * src/summaryview.c
10092                 don't unset flags, if it is not required
10093
10094 2002-08-01 [paul]       0.8.1claws8
10095
10096         * sync with 0.8.1cvs8
10097                 see ChangeLog entry 2002-08-01
10098
10099 2002-08-01 [paul]       0.8.1claws7
10100
10101         * sync with 0.8.1cvs7
10102                 see ChangeLog 2002-07-31 and 2002-08-01
10103
10104 2002-07-31 [christoph]  0.8.1claws6
10105
10106         * src/mainwindow.c
10107                 forgot to update menu sensitivity
10108                 function for new menu entry
10109
10110 2002-07-31 [alfons]     0.8.1claws5
10111
10112         * src/main.c
10113                 check folder item and its path for NULL on
10114                 initial processing
10115
10116 2002-07-31 [christoph]  0.8.1claws4
10117
10118         * src/folder.c
10119                 check if folder_item_get_msginfo in
10120                 folder_item_remove_msg returned NULL
10121         * src/imap.c
10122                 better clear the uid cache in the
10123                 uid validity check function and delete
10124                 cached messages
10125
10126 2002-07-31 [paul]       0.8.1claws3
10127
10128         * man/sylpheed.1
10129                 add the '--attach' option and a few other
10130                 minor changes
10131
10132 2002-07-31 [paul]       0.8.1claws2
10133
10134         * sync with 0.8.1cvs5
10135                 see ChangeLog 2002-07-31
10136
10137 2002-07-31 [christoph]  0.8.1claws1
10138
10139         * src/folderview.[ch]
10140         * src/mainwindow.c
10141                 replace "Rescan all folders..." with
10142                 "Check all folders for new messages..."
10143
10144 2002-07-30 [paul]       0.8.1claws
10145
10146         * version 0.8.1claws released
10147
10148 2002-07-30 [paul]       0.8.0claws29
10149
10150         * tools/OOo2sylpheed.pl ** NEW FILE **
10151           tools/README
10152                 add script to enable sending documents as
10153                 attachments from OpenOffice.org
10154
10155 2002-07-30 [melvin]     0.8.0claws28
10156
10157         * src/prefs_actions.c
10158                 Made the actions' input/output dialog display
10159                 without delay.
10160
10161 2002-07-30 [christoph]  0.8.0claws27
10162
10163         * src/procmsg.c
10164                 check if folder_item_get_msginfo in
10165                 procmsg_save_to_outbox returned NULL
10166
10167 2002-07-30 [paul]       0.8.0claws26
10168
10169         * sync with 0.8.1cvs4
10170                 see ChangeLog 2002-07-29
10171
10172 2002-07-29 [thorsten]   0.8.0claws25
10173
10174         * README.claws
10175                 added selective download, delete on server
10176
10177 2002-07-29 [paul]       0.8.0claws24
10178
10179         * sync with 0.8.1cvs3
10180                 see ChangeLog 2002-07-29
10181
10182 2002-07-27 [christoph]  0.8.0claws23
10183
10184         * src/folder.c
10185                 add extra check if fetching the msginfo
10186                 returned NULL
10187
10188 2002-07-27 [paul]       0.8.0claws22
10189
10190         * sync with 0.8.1cvs2
10191                 see ChangeLog 2002-07-26
10192
10193 2002-07-27 [christoph]  0.8.0claws21
10194
10195         * src/imap.c
10196                 add another check if a valid msginfo
10197                 was returned
10198
10199 2002-07-26 [hoa]        0.8.0claws20
10200
10201         * src/folder.c
10202                 Fixed a condition in folder_item_destroy()
10203
10204         * src/imap.c
10205                 Fixed an error in IMAP protocol
10206
10207 2002-07-26 [alfons]     0.8.0claws19
10208
10209         * src/folder.c
10210                 ofcourse compare with identifier, not the path
10211
10212 2002-07-26 [alfons]     0.8.0claws18
10213
10214         * src/folder.c
10215                 use folder item identifier for saving / restoring
10216                 preferences because folder->path might not be unique
10217
10218 2002-07-26 [melvin]     0.8.0claws17
10219
10220         * src/logwindow.c
10221                 Fixed a crash introduced in 0.8.0claws5 when log is 
10222                 cut under 80 characters.
10223
10224 2002-07-26 [paul]       0.8.0claws16
10225
10226         * sync with 0.8.1cvs1
10227                 see ChangeLog 2002-07-26
10228
10229 2002-07-26 [christoph]  0.8.0claws15
10230
10231         * src/imap.[ch]
10232                 imap folder now remembers the last selected
10233                 folder and imap_fetch_msginfo skips selecting
10234                 the folder if it is already selected
10235
10236 2002-07-26 [christoph]  0.8.0claws14
10237
10238         * src/folder.c
10239         * src/folderview.c
10240         * src/imap.c
10241                 fix imap folder rescanning
10242
10243 2002-07-25 [christoph]  0.8.0claws13
10244
10245         * src/filter.c
10246         * src/folder.[ch]
10247         * src/folderview.c
10248         * src/imap.[ch]
10249         * src/mainwindow.c
10250         * src/mbox_folder.c
10251         * src/mh.c
10252         * src/news.c
10253                 implement imap uid cache and uid validity check
10254
10255 2002-07-25 [alfons]     0.8.0claws12
10256
10257         * src/summaryview.c
10258                 fix a brown paper bag bug, and also add some more
10259                 checks
10260
10261 2002-07-25 [christoph]  0.8.0claws11
10262
10263         * src/folder.c
10264                 don't mix copy, fetch_msginfo and remove
10265                 operations in folder item copy and move
10266                 operations
10267
10268 2002-07-25 [christoph]  0.8.0claws10
10269
10270         * src/folderview.c
10271         * src/mainwindow.c
10272         * src/prefs_folder_item.c
10273         * src/summaryview.[ch]
10274                 remove no longer required parameter update_cache from
10275                 summary_show
10276
10277 2002-07-25 [paul]       0.8.0claws9
10278
10279         * sync with 0.8.1
10280         
10281         * AUTHORS
10282                 a few corrections
10283
10284 2002-07-24 [alfons]     0.8.0claws8
10285
10286         * src/summaryview.c
10287                 sort correctly when using simplified subject line
10288                 (closes feature request "[ 585141 ] applying regexp to subject 
10289                 before sort" submitted by Alexandra Walford)
10290
10291 2002-07-24 [paul]       0.8.0claws7
10292
10293         * sync with 0.8.0cvs3
10294                 see ChangeLog 2002-07-24
10295
10296 2002-07-23 [christoph]  0.8.0claws6
10297
10298         * src/folder.c
10299         * src/folder.h
10300         * src/summaryview.c
10301         * src/summaryview.h
10302         * src/main.c
10303                 o separate processing and summaryview
10304                 o removed summary_write_cache from summaryview
10305                 o removed summaryview->killed_messages, because we don't have
10306                   to keep a list of killed messages anymore. New cache will
10307                   keep the hidden messages in cache anyway
10308         * src/folderview.c
10309         * src/inc.c
10310         * src/selective_download.c
10311                 o removed unnecessary summary_write_cache calls
10312         * src/procmsg.c
10313                 o don't set ignore thread flag in procmsg_get_thread_tree
10314                   if it is already set
10315         * src/mainwindow.c
10316         * src/statusbar.h
10317                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10318                   they are used in different files
10319
10320 2002-07-23 [melvin]     0.8.0claws5
10321
10322         * src/addressbook.c
10323         * src/addrgather.c
10324         * src/editaddress.c
10325         * src/editgroup.c
10326         * src/editldap_basedn.c
10327         * src/importldif.c
10328         * src/prefs_common.c
10329                 Fixed few memory leak (gtk_editable_get_chars returns
10330                 an allocated string)
10331         * src/logwindow.c
10332                 Fixed few memory leak (gtk_editable_get_chars returns
10333                 an allocated string) and modified a little the log cutting
10334                 loop.
10335         * src/compose.c
10336                 Replaced a call to an obsolete function gtk_entry_get_text()
10337                 by gtk_editable_get_chars()
10338         * src/send.c
10339                 Removed a debug printf
10340
10341 2002-07-23 [christoph]  0.8.0claws4
10342
10343         * src/filesel.c
10344                 fix another g_dirname memory leak
10345
10346 2002-07-23 [christoph]  0.8.0claws3
10347
10348         * src/mh.c
10349                 fixed a memory leak in mh_fetch_msginfo
10350                 fixed crash when message header could not be
10351                 parsed
10352
10353 2002-07-23 [paul]       0.8.0claws2
10354
10355         * sync with 0.8.0cvs2
10356                 see ChangeLog 2002-07-23
10357
10358 2002-07-23 [paul]       0.8.0claws1
10359
10360         * sync with 0.8.0cvs1
10361                 see ChangeLog 2002-07-23
10362
10363 2002-07-23 [paul]       0.8.0claws
10364
10365         * release of 0.8.0claws
10366
10367 2002-07-23 [paul]       0.7.8claws99
10368
10369         * po/ru.po
10370                 new Russian translation, submitted by
10371                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10372
10373 2002-07-22 [jens]       0.7.8claws98
10374
10375         * po/de.po
10376                 Updated German translations.
10377
10378 2002-07-22 [paul]       0.7.8claws97
10379
10380         * po/es.po
10381           po/it.po
10382           po/nl.po
10383           po/pt_BR.po
10384                 updated translations by Ricardo Mones Lastra,
10385                 Alessandro Maestri, Wilbert Berendsen and 
10386                 Fabio Jr. Beneditto respectively
10387
10388 2002-07-22 [christoph]  0.7.8claws96
10389
10390         * src/mimeview.c
10391                 fix memory leak caused by wrong g_dirname usage
10392
10393 2002-07-22 [christoph]  0.7.8claws95
10394
10395         * src/summaryview.c
10396                 update new and unread message counts for summaryview
10397                 summaryview does not get it from the folder anymore
10398                 and has to update the values itself
10399
10400 2002-07-22 [melvin]     0.7.8claws94
10401
10402         * po/fr.po
10403                 Updated French translations.
10404
10405 2002-07-22 [christoph]  0.7.8claws93
10406
10407         * src/matcher.c
10408                 set prop->preg pointer to NULL or following check
10409                 will not fail and regexec will be called with
10410                 invalid pointer
10411
10412 2002-07-21 [alfons]     0.7.8claws92
10413         
10414         * src/prefs_common.[ch]
10415                 remove option "Send return receipt on request"
10416
10417 2002-07-21 [thorsten]   0.7.8claws91
10418
10419         * src/mimeview.c
10420                 fixed memleaks, coding style as pointed out by alfons
10421
10422 2002-07-21 [alfons]     0.7.8claws90
10423
10424         * src/messageview.c
10425         * src/noticeview.[ch]
10426                 o fix bug notice view being displayed when going to empty folder 
10427                   (noticed by Christoph)
10428                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10429                   (noticed by Thorsten)
10430
10431 2002-07-21 [thorsten]   0.7.8claws89
10432
10433         * src/mimeview.c
10434                 Included save_all patch from Xaview FACQ
10435                 added support for pathnames
10436
10437 2002-07-21 [alfons]     0.7.8claws88
10438
10439         * po/POTFILES.in
10440         * src/Makefile.am
10441         * src/mainwindow.c
10442         * src/messageview.[ch]
10443         * src/noticeview.c      ** NEW FILE **
10444         * src/noticeview.h      ** NEW FILE **
10445                 make return receipts work again
10446                 (UI idea by Leandro Pereira)
10447
10448 2002-07-21 [paul]       0.7.8claws87
10449
10450         * src/summaryview.c
10451                 fix sensitivity of 'Select thread'
10452
10453 2002-07-21 [paul]       0.7.8claws86
10454
10455         * src/prefs_common.c
10456                 add browser command line for Galeon
10457
10458 2002-07-21 [paul]       0.7.8claws85
10459
10460         * Makefile.am
10461                 fix 'EXTRA_DIST': remove README.README, add TODO
10462                 and TODO.claws
10463
10464 2002-07-21 [alfons]     0.7.8claws84
10465
10466         * src/gtkstext.c
10467                 make enter clear selection
10468                 (closes "[ 579888 ] Editor selection/entry error"
10469                 reported by Steve Lamb)
10470
10471 2002-07-21 [alfons]     0.7.8claws83
10472         
10473         * src/summaryview.c
10474                 sort message list when selecting unthread messages
10475                 (closes "[ 501593 ] switching threaded view doesn't sort"
10476                 reported by Simon Schubert)
10477
10478 2002-07-20 [alfons]     0.7.8claws82
10479         
10480         * src/matcher.c
10481                 const-correctness
10482
10483 2002-07-20 [thorsten]   0.7.8claws81
10484
10485         * src/matcher.c
10486                 Fixed expansion of empty fields in matchactions
10487
10488 2002-07-19 [melvin]     0.7.8claws80
10489
10490         * src/gtkspell.c
10491                 Removed a duplicate menu entry (fast mode) introduced during
10492                 the new cache merge
10493                 Added a menu separator between 'Use alternate' and 'Fast mode'
10494
10495 2002-07-19 [paul]       0.7.8claws79
10496
10497         * tools/Makefile.am
10498           tools/README
10499                 correct typos
10500
10501 2002-07-19 [thorsten]   0.7.8claws78
10502
10503         * tools/calypso_convert.pl      ** NEW FILE **
10504           tools/README
10505           tools/Makefile.am
10506                 script to import mbox files exported
10507                 by calypso
10508                 o generates folder structure
10509                 o includes attachments
10510
10511 2002-07-19 [melvin]     0.7.8claws77
10512
10513         * src/selective_download.[ch]
10514                 Fixed bug where closing the dialog with the window manager's
10515                 close button will not unlock the summary
10516                 Corrected some function declarations that missed a return value
10517                 Made the source code comply better with coding style.
10518         * src/prefs_common.c
10519                 Added new browser command line for Mozilla.
10520
10521 2002-07-18 [paul]       0.7.8claws76
10522
10523         * src/mainwindow.c
10524           src/selective_download.[ch]
10525                 reflect theme changes, fix Gdk Warning when creating 
10526                 pixmap from NULL window, and minor clean up.
10527                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10528
10529         * po/en_GB.po
10530                 updated
10531
10532 2002-07-17 [paul]       0.7.8claws75
10533
10534         * INSTALL[.jp]
10535                 sync with 0.8.0
10536         
10537         * po/en_GB.po
10538                 updated
10539
10540 2002-07-16 [paul]       0.7.8claws74
10541
10542         * tools/filter_conv.pl
10543           tools/README
10544                 replace conversion script with reimplemented version, 
10545                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10546
10547 2002-07-16 [colin]      0.7.8claws73
10548
10549         * src/summaryview.c
10550                 remove forgotten debug messages - sorry ;-)
10551
10552 2002-07-16 [colin]      0.7.8claws72
10553
10554         * src/mimeview.c
10555           src/summaryview.c
10556           src/textview.c
10557           src/textview.h
10558                 add the ability to select part of a text mime-part 
10559                 to reply.
10560
10561 2002-07-15 [christoph]  0.7.8claws71
10562
10563         * src/folder.c
10564                 fix folder message count for folders without
10565                 msg_is_changed (includes news folders)
10566
10567 2002-07-15 [martin]     0.7.8claws70
10568
10569         * src/summaryview.c
10570                 option "display recipient on 'From'..." now works
10571                 without the need of enabling the option
10572                 "display  sender  using  address  book".
10573
10574 2002-07-15 [christoph]  0.7.8claws69
10575
10576         * src/summaryview.c
10577                 removed setting folder status from summaryview.
10578                 folder.c should update all message counts correctly.
10579
10580 2002-07-15 [paul]       0.7.8claws68
10581
10582         * po/pt_BR.po
10583                 updated by Fabio Junior Beneditto
10584
10585 2002-07-15 [darko]      0.7.8claws67
10586
10587         * src/mh.c
10588                 Fixed target folder colorization, don't decrease op
10589                 number twice
10590
10591 2002-07-14 [paul]       0.7.8claws66
10592
10593         * sync with main 0.8.0
10594                 see ChangeLog 2002-07-14
10595
10596 2002-07-13 [melvin]     0.7.8claws65
10597         
10598         * src/addrbook.c
10599         * src/addressbook.c
10600         * src/addrindex.c
10601                 Replaced sprintf by g_snprintf to prevent possible buffer
10602                 overflow.
10603         * src/news.c
10604                 Corrected a log message output format.
10605                 Added a missing "done" debug output.
10606         * src/compose.c
10607                 Added keyboard accelerator for Priority menu items
10608                 Added missing \n in debug output
10609         * src/logwindow.c
10610         * src/gtkspell.c
10611         * src/rfc2015.c
10612                 Added missing \n in debug output
10613
10614 2002-07-13 [paul]       0.7.8claws64
10615
10616         * man/sylpheed.1
10617                 change Sergey's email address to the sf address
10618
10619         * src/textview.c
10620                 increase show_url_timeout (more useful for long
10621                 urls)
10622
10623 2002-07-12 [sergey]     0.7.8claws63
10624
10625         * src/rfc2015.c
10626                 applied (with some modifications) patch to set the
10627                 micalg parameter for signatures
10628                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10629
10630 2002-07-12 [sergey]     0.7.8claws62
10631
10632         * man/Makefile.am
10633         * configure.in
10634                 fixed man page installation
10635
10636 2002-07-12 [paul]       0.7.8claws61
10637
10638         * sync with 0.7.8cvs26
10639                 see ChangeLog 2002-07-11 and 2002-07-12
10640
10641 2002-07-11 [christoph]  0.7.8claws60
10642
10643         * src/compose.c
10644         * src/procmsg.c
10645                 first use the message number to find the message
10646                 to mark with a reply flag but check the
10647                 message-id if we got the correct message, if not
10648                 try to find it by message-id.
10649                 use new string seperator that is not allowed
10650                 in message-ids.
10651
10652 2002-07-11 [paul]       0.7.8claws59
10653
10654         * sync with 0.7.8cvs23
10655                 see ChangeLog 2002-07-10
10656
10657 2002-07-10 [christoph]  0.7.8claws58
10658
10659         * src/folder.[ch]
10660         * src/msgcache.[ch]
10661                 Added message-id table to the cache in memory
10662                 and functions to msgcache.c and folder.c to
10663                 fetch MsgInfos by message id
10664         * src/compose.c
10665         * src/procmsg.c
10666                 store folder and message-id of message replying
10667                 to in queue header and set reply flag after sending
10668                 (Closes bug #469498)
10669
10670 2002-07-10 [paul]       0.7.8claws57
10671
10672         * AUTHORS
10673           man/sylpheed.1.gz
10674                 add Martin to the list of authors
10675
10676 2002-07-09 [martin]     0.7.8claws56
10677         * src/gtksctree.c
10678                 Added gtk_ctree_last_visible(), tree_update_level(),
10679                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10680                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10681                 from gtk+ to gtksctree.c for the new sorting code
10682                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10683                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10684         * src/gtksctree.h
10685                 Added declaration for gtk_sctree_sort_recursive() and
10686                 gtk_sctree_sort_node
10687         * src/addressbook.c
10688         * src/foldersel.c
10689         * src/folderview.c
10690         * src/summaryview.c
10691                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10692                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10693
10694 2002-07-08 [paul]       0.7.8claws55
10695
10696         * more sync with 0.7.8cvs21
10697                 see ChangeLog 2002-07-08
10698
10699 2002-07-08 [paul]       0.7.8claws54
10700
10701         * sync with 0.7.8cvs21
10702                 see ChangeLog 2002-07-08
10703
10704 2002-07-07 [alfons]     0.7.8claws53
10705
10706         * src/Makefile.am
10707         * src/stock_pixmap.[ch]
10708         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10709         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10710         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10711                 add new pixmaps for upcoming notice pane
10712
10713 2002-07-06 [melvin]     0.7.8claws52
10714
10715         * src/gtkspell.[ch]
10716                 Made them a bit closer to Sylpheed's coding style.
10717                 Removed old code.
10718                 Removed possible memory leaks when some errors occurs.
10719
10720 2002-07-06 [melvin]     0.7.8claws51
10721
10722         * po/Makefile.in.in
10723                 Removed --no-location in xgettext command line to help
10724                 translators that use Emacs' po-mode
10725         * src/quote_fmt.c
10726                 Removed unnecessary comments that messed up sylpheed.pot
10727
10728 2002-07-06 [paul]       0.7.8claws50
10729
10730         * sync with 0.7.8cvs19
10731                 see ChangeLog 2002-07-05
10732
10733 2002-07-06 [christoph]  0.7.8claws49
10734
10735         * src/folder.c
10736         * src/mainwindow.c
10737                 fix folder_item_remove_all_msg and folderview
10738                 status for trash folders after emptying trash
10739
10740 2002-07-05 [paul]       0.7.8claws48
10741
10742         * sync with 0.7.8cvs16
10743                 see ChangeLog 2002-07-04 and 2002-07-05
10744
10745 2002-07-04 [paul]       0.7.8claws47
10746
10747         * sync with 0.7.8cvs14
10748                 see  ChangeLog 2002-07-04
10749
10750 2002-07-03 [alfons]     0.7.8claws46
10751
10752         * src/folder.c
10753                 dupe folder item's path because it's being reallocated
10754                 by new folder scanning code
10755
10756 2002-07-03 [christoph]  0.7.8claws45
10757
10758         * src/imap.c
10759                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10760         * src/msgcache.c
10761                 add missing return in msgcache_write
10762
10763 2002-07-02 [thorsten]   0.7.8claws44
10764
10765         * src/jpilot.c
10766         * src/msgcache.c
10767         * src/rfc2015.c
10768                 use binary mode for file access
10769
10770 2002-07-02 [christoph]  0.7.8claws43
10771
10772         * major code cleanup (part 1)
10773         
10774                 - unused variables removed
10775                 - unused functions removed
10776                 - uninitialized variables checked
10777                 - missing return statements added
10778                 - missing function return types added
10779                 - added parentheses around assignment and
10780                   && in || when suggested by gcc
10781               
10782         * src/mh.c
10783         * src/folder.c
10784                 replaced direct calls to folder->scan_tree
10785                 with folder_scan_tree and restore folder
10786                 prefs in this function. The folder should
10787                 not have to deal with them.
10788                 ( Should now work for all folder types )
10789
10790 2002-07-02 [paul]       0.7.8claws42
10791
10792         * sync with 0.7.8cvs13
10793                 see ChangeLog 2002-07-01 and 2002-07-02
10794
10795 2002-07-01 [christoph]  0.7.8claws41
10796
10797         * src/summaryview.c
10798                 fix "goto next/prev unread message" with
10799                 ignored threads
10800
10801 2002-07-01 [paul]       0.7.8claws40
10802
10803         * po/es.po
10804                 updated by Ricardo Mones Lastra
10805
10806 2002-06-30 [match]      0.7.8claws39
10807
10808         * src/jpilot.c
10809                 applied variation of leonerd's patch (566661) to
10810                 allow multiple email addresses per JPilot entry.
10811                 addresses may be separated by space, comma, pipe,
10812                 semi-colon, new-line.
10813
10814 2002-06-30 [alfons]     0.7.8claws38
10815
10816         * src/procmsg.c
10817                 simple fix for putting older nodes before
10818                 newer nodes when threading by subject
10819
10820 2002-06-30 [christoph]  0.7.8claws37
10821
10822         * src/folder.c
10823         * src/folderview.c
10824         * src/mh.c
10825         * src/news.c
10826         * src/procmsg.c
10827                 fix broken folder tree rescaning
10828                 and don't use procmsg_get_mark_sum
10829                 anymore
10830
10831 2002-06-30 [christoph]  0.7.8claws36
10832
10833         * merge new cache branch
10834         * src/imap.c
10835                 fix new cache imap copy bug
10836         * src/folder.c
10837                 improved folder_item_scan
10838                 it should now always set the correct
10839                 new, unread and total message counts
10840
10841 2002-06-29 [paul]       0.7.8claws35
10842
10843         * configure.in
10844                 correct syntax error
10845
10846 2002-06-29 [paul]       0.7.8claws34
10847
10848         * configure.in
10849           Makefile.am
10850           man/Makefile.am       ** NEW FILE **
10851           man/sylpheed.1.gz     ** NEW FILE **
10852                 add Sylpheed man page
10853
10854 2002-06-29 [paul]       0.7.8claws33
10855
10856         * po/pt_BR.po
10857                 updated by Fabio Junior Beneditto
10858
10859 2002-06-28 [jens]       0.7.8claws32
10860
10861         * po/de.po
10862                 translation updated
10863
10864         * src/selective_download.c
10865                 removed gettext for space " "
10866
10867         * src/imap.c
10868                 removed wrong space
10869
10870 2002-06-28 [paul]       0.7.8claws31
10871
10872         * sync with 0.7.8cvs11
10873                 see ChangeLog 2002-06-28
10874
10875 2002-06-28 [paul]       0.7.8claws30
10876
10877         * sync with 0.7.8cvs10
10878                 see ChangeLog 2002-06-27 and 2002-06-28
10879
10880 2002-06-26 [paul]       0.7.8claws29
10881
10882         * src/addrgather.c
10883           src/selective_download.c
10884                 don't gettextise empty strings.
10885                 reserved by gettext. gettext("") returns 
10886                 the header entry with meta information, 
10887                 not the empty string
10888
10889         * po/en_GB.po
10890                 updated
10891
10892 2002-06-26 [paul]       0.7.8claws28
10893
10894         * sync with 0.7.8cvs7
10895                 see ChangeLog 2002-06-25
10896
10897         * src/prefs_common.c
10898                 ...and in the process, tweak the gui a little
10899
10900 2002-06-25 [alfons]     0.7.8claws27
10901         
10902         * configure.in
10903         * src/Makefile.am
10904                 fine tune ldap library detection
10905
10906 2002-06-25 [alfons]     0.7.8claws26
10907
10908         * src/compose.c
10909                 don't allow return receipts when composing a news article
10910
10911 2002-06-25 [paul]       0.7.8claws25
10912
10913         * Makefile.am
10914                 add '$(AMTAR)' to 'release' section to allow for
10915                 new and older autotools
10916
10917 2002-06-25 [paul]       0.7.8claws24
10918
10919         * src/summaryview.c
10920                 fix "No more unread messages" persistant pop-up
10921                 window bug
10922
10923 2002-06-25 [paul]       0.7.8claws23
10924
10925         * po/it.po
10926                 updated by Alessandro Maestri
10927
10928 2002-06-25 [paul]       0.7.8claws22
10929
10930         * sync with 0.7.8cvs6
10931                 see ChangeLog 2002-06-25
10932
10933 2002-06-24 [paul]       0.7.8claws21
10934
10935         * tools/update-po
10936                 add GPL copyright information
10937
10938 2002-06-24 [paul]       0.7.8claws20
10939
10940         * tools/Makefile.am
10941           tools/README
10942           tools/update-po       ** NEW FILE **
10943                 add script that eases the creation of *.po files
10944                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10945
10946 2002-06-23 [alfons]     0.7.8claws19
10947
10948         * src/messageview.c
10949                 make notification_convert_header obey const correctness
10950                 (next step will be fixing the broken return receipt)
10951
10952 2002-06-23 [paul]       0.7.8claws18
10953
10954         * src/messageview.c
10955                 fix bug introduced in last commit:
10956                 removed too much code in last commit - put back what's
10957                 needed
10958
10959 2002-06-23 [paul]       0.7.8claws17
10960
10961         * src/messageview.[ch]
10962                 remove code committed in error from locally patched
10963                 source
10964
10965 2002-06-23 [colin]      0.7.8claws16
10966
10967         * src/compose.[ch]
10968                 add compose_entry_select(), used to select the default_to
10969                 email address - hopefully avoiding people sending mails to
10970                 wrong recipients.
10971
10972 2002-06-22 [alfons]     0.7.8claws15
10973
10974         * AUTHORS
10975                 add Bram Metsch & Stanislav Karchebny
10976         * src/smtp.[ch]
10977         * src/prefs_account.[ch]
10978         * src/send.c
10979                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10980                   options.  (see <http://sourceforge.net/tracker/index.php
10981                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10982
10983                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10984                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10985
10986 2002-06-22 [paul]       0.7.8claws14
10987
10988         * sync with 0.7.8cvs5
10989                 see ChangeLog 2002-06-19 and 2002-06-20
10990
10991 2002-06-22 [alfons]     0.7.8claws13
10992
10993         * src/selective_download.c
10994                 fix a stupid mistake I made
10995
10996 2002-06-22 [alfons]     0.7.8claws12
10997
10998         * src/selective_download.[ch]
10999                 fix another unnoticed leak; cleanup code
11000
11001 2002-06-21 [alfons]
11002
11003         * tools/Makefile.am
11004                 gpg-sign <-- gpg-sign-syl
11005
11006 2002-06-21 [alfons]     0.7.8claws11
11007
11008         * src/selective_download.c
11009         * src/selective_download.h
11010                 fix assorted mix of allocation errors (should solve
11011                 problem reported by Philippe Gramoullé, see:
11012                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11013
11014 2002-06-20 [melvin]     0.7.8claws10
11015
11016         * tools/gpg-sign *REMOVED*
11017           tools/gpg-sign-syl *ADDED*
11018                 Replaced the gpg clearsigning script with the version using
11019                 xterm instead of ssh-askpass and changed its name.
11020
11021         * README.claws
11022                 Updated actions example to reflect the renaming of the
11023                 gpg clearsigning script.
11024
11025 2002-06-19 [paul]       0.7.8claws9
11026
11027         * sync with 0.7.8claws9
11028                 see ChangeLog 2002-06-18 and 2002-06-19
11029
11030 2002-06-19 [paul]       0.7.8claws8
11031
11032         * sync with 0.7.8cvs1
11033                 see ChangeLog 2002-06-18
11034
11035 2002-06-18 [alfons]     0.7.8claws7
11036
11037         * src/mainwindow.h
11038                 add omitted prototype
11039
11040 2002-06-17 [paul]       0.7.8claws6
11041
11042         * src/mainwindow.c
11043                 fix hiding of exec_btn
11044
11045 2002-06-17 [paul]       0.7.8claws5
11046
11047         * src/pop.c
11048                 remove unneeded code: should_delete() 
11049                 and Pop3State::uidl_todelete_list
11050
11051 2002-06-17 [paul]       0.7.8claws4
11052
11053         * sync with 0.7.8
11054                 see ChangeLog 2002-06-11 and 2002-06-13
11055
11056 2002-06-16 [alfons]     0.7.8claws3
11057         
11058         * src/folder.c
11059                 make sure lock sort mode (claws specific) is
11060                 also persists after a tree rescan
11061
11062 2002-06-16 [alfons]     0.7.8claws2
11063
11064         * src/prefs_folder_item.c
11065         * src/folder.[ch]
11066                 fix persistence of folder sort mode (broken
11067                 by adapting Hiro's new folder persistence code)
11068
11069 2002-06-16 [alfons]     0.7.8claws1
11070
11071         * AUTHORS
11072         * src/logwindow.c
11073         * src/prefscommon.[ch]
11074                 control size of log text in log window; 
11075                 closes patch #569155 submitted by Mitko Haralanov.
11076
11077 2002-06-15 [paul]       0.7.8claws
11078
11079         * release of 0.7.8claws
11080
11081 2002-06-15 [paul]       0.7.7claws
11082
11083         * po/pt_BR.po
11084                 updated by Fabio Junior Beneditto
11085
11086 2002-06-14 [paul]       0.7.6claws49
11087
11088         * po/es.po
11089                 updated by Ricardo Mones Lastra
11090
11091 2002-06-14 [paul]       0.7.6claws48
11092
11093         * po/nl.po
11094                 updated translation by Wilbert Berendsen
11095
11096 2002-06-14 [melvin]     0.7.6claws47
11097
11098         * po/fr.po
11099                 Updated French translation
11100
11101 2002-06-13 [paul]       0.7.6claws46
11102
11103         * src/filesel.c
11104                 allow filename to be typed in, rather than just
11105                 selected by the mouse. Patch by Gustavo Noronha Silva.
11106
11107 2002-06-13 [alfons]     0.7.6claws45
11108
11109         * src/mainwindow.[ch]
11110                 more cleanups (removing unnecessary menu items Expand 
11111                 summary / message view)
11112
11113 2002-06-13 [melvin]     0.7.6claws44
11114
11115         * po/POTFILES.in
11116                 Added src/string_match.c
11117         * src/string_match.c
11118                 Fixed possible buffer overflow.
11119                 Corrected typo.
11120                 Added missing config.h header.
11121         * src/prefs_common.c
11122           src/prefs_matcher.c
11123           src/prefs_scoring.c
11124                 Made some strings translatable (missing _(..)).
11125
11126 2002-06-13 [melvin]     0.7.6claws43
11127
11128         * README.claws
11129                 Corrected action example (verifying clearsigned mail).
11130         * src/prefs_account.c
11131                 Corrected typo.
11132         * src/prefs_common.c
11133                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11134
11135 2002-06-12 [alfons]     0.7.6claws42
11136
11137         * src/summaryview.c
11138                 add init of score column lost in 0.7.6claws42
11139
11140 2002-06-12 [paul]       0.7.6claws41
11141
11142         * src/prefs_account.c
11143                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11144                 behavior of the radio buttons, (from 0.7.7cvs2)
11145
11146 2002-06-11 [alfons]     0.7.6claws40
11147
11148         * src/messageview.[ch]
11149         * src/summaryview.[ch]
11150         * src/summary_search.c
11151         * src/mainwindow.c
11152                 perform a sync to bring in Hiro's separate view implementation 
11153
11154                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11155
11156 2002-06-11 [paul]       0.7.6claws39
11157         
11158         * src/prefs_account.c
11159                 correct a typo on the Receive tab
11160
11161 2002-06-10 [match]      0.7.6claws38
11162
11163         * src/addressbook.c
11164                 Included address completion patch from Gustavo Noronha.
11165
11166 2002-06-10 [paul]       0.7.6claws37
11167
11168         * src/inc.[ch]
11169           src/pop.c
11170           src/prefs_account.[ch]
11171           src/selective_download.[ch]
11172                 apply PATCH #561712
11173                  NEW:
11174                 - check if POP Account
11175                 - Receive Button renamed to Preview
11176                 - Preview Button Popup: preview new/all messages
11177                 - Download Button
11178                 - Account Preferences-->Receive tab checkbutton if you
11179                   want to remove Mail after Download
11180                 -: default YES
11181                 - Account Preferences-->Receive tab checkbutton use
11182                   filtering rules on preview
11183                   (think of delete_on_server)
11184                 -: default YES
11185                 - Account selectable from SD dialog
11186                 - checkbutton to show already downloaded messages if
11187                   all messages are previewed
11188                 - new clist column showing Date
11189                 - ESC KEY close
11190                 FIXES:
11191                 - play ball with UIDL
11192                 - fault tolerant (?) 
11193                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11194
11195 2002-06-10 [melvin]     0.7.6claws36
11196
11197         * README.claws
11198                 Added a hint to ac/README in cvs instructions.
11199
11200         * src/prefs_actions.c
11201                 Made it possible to use a more elaborate command line
11202                 for asynchronous actions, too.
11203
11204 2002-06-10 [melvin]     0.7.6claws35
11205         
11206         * src/prefs_actions.c
11207                 Make it possible to use a more elaborate command line
11208                 (e.g. |foo|bar|cat>there;echo Done|)
11209                 Corrected error message when calling %f, %F and %p commands
11210                 from the compose window.
11211
11212 2002-06-09 [colin]      0.7.6claws34
11213
11214         * src/summaryview.c
11215                 Automatically find unread messages in current folder
11216                 before annoying the user.
11217
11218 2002-06-08 [alfons]     0.7.6claws33
11219
11220         * po/it.po
11221                 remove bad formatting string in it.po translation
11222                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11223
11224 2002-06-08 [paul]       0.7.6claws32
11225
11226         * sync with 0.7.6cvs25
11227                 see ChangeLog 2002-06-07
11228
11229 2002-06-05 [paul]       0.7.6claws31
11230
11231         * src/mainwindow.c
11232                 add 'Sort by locked' and 'Sort by score'
11233
11234 2002-06-05 [paul]       0.7.6claws30
11235
11236         * sync with 0.7.6cvs24
11237                 see ChangeLog 2002-06-04
11238
11239 2002-06-04 [paul]       0.7.6claws29
11240
11241         * po/pt_BR.po
11242                 updated by Fabio Junior Beneditto
11243
11244 2002-06-03 [thorsten]   0.7.6claws28
11245
11246         * src/matcher.c
11247                 fclose() matcherrc after reading
11248
11249 2002-06-03 [paul]       0.7.6claws27
11250
11251         * sync with 0.7.6cvs21
11252                 see ChangeLog 2002-05-31
11253
11254 2002-05-31 [paul]       0.7.6claws26
11255
11256         * sync with 0.7.6cvs20
11257                 see ChangeLog 2002-05-29 and 2002-05-30
11258
11259 2002-05-31 [paul]       0.7.6claws25
11260
11261         * src/imap.c
11262                 hopefully fix last buggy sync
11263
11264         * README.claws
11265                 correct typo in 'Actions' examples
11266
11267 2002-05-29 [paul]       0.7.6claws24
11268
11269         * sync with 0.7.6cvs18
11270                 see ChangeLog 2002-05-28 and 2002-05-29
11271
11272         * src/news.c
11273           src/nntp.[ch]
11274                 sync with above 
11275
11276 2002-05-28 [paul]       0.7.6claws23
11277
11278         * sync with 0.7.6cvs16
11279                 see ChangeLog 2002-05-28
11280
11281 2002-05-27 [thorsten]   0.7.6claws22 
11282
11283         * faq/it/sylpheed-faq-1.html
11284           faq/it/sylpheed-faq-2.html
11285           faq/it/sylpheed-faq-3.html
11286           faq/it/sylpheed-faq.html
11287                 corrected DOS lineendings
11288         * faq/de/sylpheed-faq-1.html
11289           faq/de/sylpheed-faq-2.html
11290           faq/en/sylpheed-faq-1.html
11291           faq/en/sylpheed-faq-2.html
11292           faq/en/sylpheed-faq-3.html
11293           faq/es/sylpheed-faq-1.html
11294           faq/es/sylpheed-faq-2.html
11295           faq/es/sylpheed-faq-3.html
11296           faq/fr/sylpheed-faq-1.html
11297           faq/it/sylpheed-faq-1.html
11298           faq/it/sylpheed-faq-2.html
11299           faq/it/sylpheed-faq-3.html
11300           faq/it/sylpheed-faq.html
11301                 changed ">" to &quot;
11302
11303 2002-05-27 [paul]       0.7.6claws21
11304         
11305         * sync with 0.7.6cvs15
11306                 see ChangeLog 2002-05-27
11307
11308 2002-05-27 [paul]       0.7.6claws20
11309
11310         * src/prefs_account.c
11311                 correct a typo
11312
11313 2002-05-26 [paul]       0.7.6claws19
11314
11315         * tools/README
11316                 correct a typo
11317
11318 2002-05-25 [paul]       0.7.6claws18
11319
11320         * tools/README
11321                 add description of kmail2sylpheed.pl
11322
11323 2002-05-25 [paul]       0.7.6claws17
11324
11325         * tools/kmail2sylpheed.pl       ** NEW FILE **
11326                 perl script that converts an exported Kmail address
11327                 book, converts it to sylpheed addressbook file,
11328                 writes the file to .sylpheed, and updates
11329                 addrbook--index.xml 
11330
11331 2002-05-25 [paul]       0.7.6claws16
11332
11333         * sync with 0.7.6cvs14
11334                 see ChangeLog 2002-05-23
11335
11336 2002-05-24 [paul]       0.7.6claws15
11337
11338         * README.claws
11339                 make a correction and add some more info
11340
11341 2002-05-24 [paul]       0.7.6claws14
11342
11343         * src/compose.c
11344                 fix memory leak in 
11345                 compose_redirect_write_headers_from_headerlist()
11346                 add Subject and Resent-Message-ID to
11347                 compose_redirect_write_headers()
11348                 Received, Subject, and X-UIDL are filtered out in 
11349                 compose_redirect_write_to_file()
11350
11351 2002-05-23 [paul]       0.7.6claws13
11352
11353         * src/compose.[ch]
11354           src/filtering.c
11355           src/mainwindow.c
11356           src/matcher.[ch]
11357           src/matcher_parser_lex.l
11358           src/matcher_parser_parse.y
11359           src/prefs_common.[ch]
11360           src/prefs_filtering.c
11361           src/summaryview.c
11362                 rename 'Bounce' to 'Redirect'
11363
11364 2002-05-23 [paul]       0.7.6claws12
11365
11366         * more sync with 0.7.6cvs13
11367           src/compose.c
11368                 see ChangeLog 2002-05-22
11369
11370 2002-05-22 [paul]       0.7.6claws11
11371
11372         * sync with 0.7.6cvs13
11373           src/codeconv.c
11374                 see ChangeLog 2002-05-20
11375           src/prefs_common.c
11376                 see ChangeLog 2002-05-22
11377
11378 2002-05-21 [melvin]     0.7.6claws10
11379
11380         * src/folderview.c
11381                 Added missing filtering and scoring headers
11382                 Fixed bad function call that showed garbage 
11383                 in Folder->Processing
11384
11385 2002-05-21 [paul]       0.7.6claws9
11386
11387         * tools/Makefile.am
11388                 make all tools executable, (patch by Alfons).
11389
11390 2002-05-20 [alfons]     0.7.6claws8
11391
11392         * src/procheader.c
11393                 don't forget to call mktime() so we have a valid week 
11394                 and year day
11395                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11396
11397 2002-05-20 [paul]       0.7.6claws7
11398
11399         * src/html.c
11400                 fix broken parsing of urls
11401         * src/textview.c
11402                 fix displaying of urls
11403
11404                 both fixes from the patch [547855] by Eugene 
11405                 Brevdo (zonem)
11406
11407 2002-05-19 [alfons]     0.7.6claws6
11408
11409         * configure.in
11410                 make sylpheed configure correctly with the latest
11411                 and greatest of automake / autoconf / gettext
11412
11413 2002-05-19 [alfons]     0.7.6claws5
11414
11415         * src/procheader.c
11416         * src/procheader.h
11417                 add function for returning ime zone offset
11418         * src/quote_fmt.c
11419         * src/quote_fmt_parse.y
11420                 better quotation formatting - does not convert
11421                 to local time, but uses the original date string.
11422                 
11423                 Note: %z inserts the timezone offset (should 
11424                 work also on platforms where strftime does not
11425                 support %z).
11426
11427 2002-05-18 [christoph]  0.7.6claws4
11428
11429         * src/summaryview.c
11430                 fix indentation of some code
11431         * tools/Makefile.am
11432                 fix spaces after \
11433         * src/Makefile.am
11434                 add missing \
11435                 correct path for ignorethread.xpm
11436                 incorrect filename for sylpheed_logo.xpm
11437                 add missing include matcher_parser_parse.h
11438
11439 2002-05-18 [paul]       0.7.6claws3
11440
11441         * sync with 0.7.6cvs8
11442                 see ChangeLog 2002-05-16 and 2002-05-17
11443
11444 2002-05-18 [melvin]     0.7.6claws2
11445
11446         * README.claws
11447                 Corrected an action's definition and fixed some misspellings.
11448
11449 2002-05-18 [paul]       0.7.6claws1
11450
11451         * tools/Makefile.am
11452           tools/gpg-sign        ** new file **
11453           tools/uudec           ** new file **
11454                 add Melvin's Actions scripts
11455
11456         * README.claws
11457                 add Melvin's descriptions for Actions
11458
11459 2002-05-18 [paul]       0.7.6claws
11460
11461         * Version 0.7.6claws released
11462
11463 2002-05-17 [paul]       0.7.5claws32
11464
11465         * po/es.po
11466                 updated by Ricardo Mones Lastra
11467
11468 2002-05-17 [paul]       0.7.5claws31
11469
11470         * src/compose.c
11471                 fix Account prefs default folder for sent/draft/deleted
11472                 messages bug
11473
11474         * po/it.po
11475           po/nl.po
11476                 updated translation by Alessandro Maestri and
11477                 Wilbert Berendsen
11478
11479 2002-05-17 [melvin]     0.7.5claws30
11480
11481         * src/prefs_actions.c
11482                 Fixed bug where using %F not at the end of the command 
11483                 resulted in an additional empty argument being created.
11484                 Thanks to Darko Koruga for reporting the bug.
11485
11486 2002-05-17 [melvin]     0.7.5claws29
11487
11488         * po/fr.po
11489                 Updated French translations.
11490
11491 2002-05-15 [paul]       0.7.5claws28
11492         
11493         * po/es.po
11494                 updated by Ricardo Mones Lastra
11495
11496 2002-05-15 [paul]       0.7.5claws27
11497
11498         * sync with 0.7.6cvs4
11499                 see ChangeLog 2002-05-14 and 2002-05-15
11500
11501 2002-05-14 [paul]       0.7.5claws26
11502
11503         * sync with 0.7.6cvs1
11504                 see ChangeLog 2002-05-13
11505
11506 2002-05-13 [thorsten]   0.7.5claws25
11507
11508         * src/messageview.c
11509                 fix select_all and copy in multipart messages
11510         * src/mainwindow.c
11511                 fix select_all and copy in multipart messages
11512
11513 2002-05-12 [paul]       0.7.5claws24
11514
11515         * src/summaryview.c
11516                 reverse last commit, bug already fixed in 0.7.5claws3
11517
11518 2002-05-12 [netztorte]  0.7.5claws23
11519
11520         * src/summaryview.c
11521                 dont parse empty addressbook (checked in before claws20)
11522
11523 2002-05-12 [melvin]     0.7.5claws22
11524
11525         * src/procmsg.[ch]
11526                 Removed unneeded priority code introduced by the previous 
11527                 commit.
11528
11529 2002-05-12 [melvin]     0.7.5claws21
11530
11531         * src/compose.[ch]
11532                 Added possibility to set message's priority.
11533         * src/procmsg.[ch]
11534                 Added possibility to set message's priority.
11535                 Added missing headers
11536
11537 2002-05-12 [melvin]     0.7.5claws20
11538
11539         * src/prefs_actions.c
11540                 Removed implicitely added quotes around the name
11541                 of the temporary files of mime parts.
11542
11543 2002-05-12 [paul]       0.7.5claws19
11544
11545         * sync with 0.7.5cvs20
11546                 see ChangeLog 2002-05-11
11547
11548 2002-05-12 [alfons]     0.7.5claws18
11549
11550         * src/quote_fmt_lex.l
11551         * src/quote_fmt_parse.y
11552                 allow quote / reply date & time format to be set using
11553                 %D{format}. format is a format string you'd pass to
11554                 strftime() (see man strftime, or the Display tab |
11555                 Date format setting).
11556
11557                 Currently %D converts the date to local time. 
11558
11559 2002-05-11 [paul]       0.7.5claws17
11560
11561         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11562                 see ChangeLog 2002-05-10 and 2002-05-11
11563
11564 2002-05-10 [paul]       0.7.5claws16
11565
11566         * sync with 0.7.5cvs16
11567                 see ChangeLog entries 2002-05-09 and 
11568                 2002-05-10
11569
11570 2002-05-10 [colin]      0.7.5claws15
11571
11572         * src/textview.c
11573                 Corrected a bug that prevented sylpheed to open
11574                 double-clicked URIs.
11575
11576 2002-05-09 [paul]       0.7.5claws14
11577
11578         * sync with 0.7.5cvs14
11579                 see ChangeLog 2002-05-08 and 2002-05-09
11580
11581 2002-05-08 [paul]       0.7.5claws13
11582
11583         * sync with 0.7.5cvs11
11584                 see ChangeLog entry 2002-05-08
11585
11586 2002-05-08 [paul]       0.7.5claws12
11587
11588         * src/mainwindow.c
11589           src/textview.[ch]
11590                 fix segfault on View->Open in new window
11591                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11592
11593 2002-05-07 [paul]       0.7.5claws11
11594
11595         * sync with 0.7.5cvs9
11596                 see ChangeLog entry 2002-05-07
11597
11598 2002-05-06 [paul]       0.7.5claws10
11599
11600         * src/messageview.c
11601           src/textview.c
11602                 display url in statusbar on single-click
11603                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11604
11605 2002-05-06 [match]      0.7.5claws9
11606
11607         * src/addritem.[ch]
11608                 new functions.
11609         * src/addrcache.c
11610                 tidy up.
11611         * src/xmlprops.[ch]
11612                 XML implementation of properties file.
11613         * src/exporthtml.[ch]
11614         * src/expthtmldlg.[ch]
11615         * src/addressbook.c
11616                 export to HTML.
11617
11618 2002-05-02 [sergey]     0.7.5claws8
11619
11620         * src/mainwindow.c (mainwin_entries),
11621           src/prefs_common.c (prefs_send_create()),
11622           src/codeconv.c (locale_table):
11623                 use charset name "Windows-1251" instead of "CP1251".
11624
11625 2002-05-02 [colin]      0.7.5claws7
11626         
11627         * src/compose.c
11628           src/prefs_common.c
11629           src/prefs_folder_item.c
11630                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11631
11632 2002-05-02 [hiro]       0.7.5claws6
11633
11634         * src/imap.c
11635                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11636
11637 2002-05-02 [paul]       0.7.5claws5
11638
11639         * src/compose.c
11640                 more sync with 0.7.5cvs7, see ChangeLog entry
11641                 2002-05-02
11642
11643 2002-05-02 [hiro]       0.7.5claws4
11644
11645         * src/compose.c
11646                 compose_queue_sub():
11647                 check if queue folder exists (closes #550397).
11648                 removed directory creation since it should be handled
11649                 transparently.
11650         * src/imap.c
11651                 imap_add_msg(): return UID for appended message
11652                 (closes #548842).
11653
11654 2002-04-30 [paul]       0.7.5claws3
11655
11656         * src/summaryview.c
11657                 fix account_find_from_address() bug
11658
11659 2002-04-28 [colin]      0.7.5claws2
11660
11661         * src/compose.c
11662           src/textview.c
11663           src/prefs_common.[ch]
11664           src/utils.[ch]
11665                 Added user-definable quotation characters recognition.
11666
11667 2002-04-28 [paul]       0.7.5claws1
11668
11669         * sync with 0.7.5cvs4
11670                 see ChangeLog entry  2002-04-25
11671
11672 2002-04-28 [paul]       0.7.5claws
11673
11674         * po/es.po
11675           po/nl.po
11676           po/pt_BR.po
11677                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11678                 Fabio Junior Beneditto
11679
11680 2002-04-27 [jens]       0.7.4claws103
11681
11682         * po/de.po
11683                 updated German translation.
11684
11685 2002-04-27 [hiro]       0.7.4claws102
11686
11687         * src/summaryview.c
11688                 summary_write_cache(): fixed the mark loss of hidden messages.
11689
11690 2002-04-26 [melvin]     0.7.4claws101
11691
11692         * src/procmsg.c
11693                 fixed a second typo (same one)
11694         * po/fr.po
11695           po/it.po
11696           po/pt_BR.po
11697                 fixed the type again...
11698
11699 2002-04-26 [melvin]     0.7.4claws100
11700
11701         * src/procmsg.c
11702                 fixed a typo in an alert message ("temorary").
11703         * po/it.po
11704         * po/pt_BR.po
11705                 corrected the typo  described above.
11706         * po/fr.po
11707                 updated French translation.
11708
11709 2002-04-26 [darko]      0.7.4claws99
11710
11711         * src/summaryview.c
11712                 fix target folder colorization
11713
11714 2002-04-25 [paul]       0.7.4claws98
11715
11716         * po/it.po
11717                 updated by Alessandro Maestri
11718
11719 2002-04-24 [colin]      0.7.4claws97
11720         
11721         * src/compose.c
11722                 Fixed double "subject is empty" question.
11723
11724 2002-04-23 [colin]      0.7.4claws96
11725         
11726         * src/mimeview.c
11727                 Corrected issue when "automatically display images" was
11728                 not set : first image remained after selecting second.
11729
11730 2002-04-23 [melvin]     0.7.4claws95
11731
11732         * src/prefs_actions.c
11733                 Don't display in/out dialog if there is nothing to show.
11734
11735 2002-04-23 [paul]       0.7.4claws94
11736
11737         * sync with 0.7.5cvs3
11738                 bug fixes: see ChangeLog entry 2002-04-23
11739
11740 2002-04-22 [darko]      0.7.4claws93
11741
11742         * src/compose.c
11743                 fix previous check-in which changed code after
11744                 merge from main
11745
11746 2002-04-22 [paul]       0.7.4claws92
11747
11748         * faq/de/*
11749                 add German FAQ
11750         * faq/en/*
11751           faq/es/*
11752           faq/fr/*
11753                 update English, Spanish and French FAQs
11754         * manual/de/*
11755           manual/es/*
11756                 add German and Spanish manuals
11757         * manual/en/*
11758           manual/fr/*
11759                 update English and French manuals
11760
11761         * src/Makefile.am
11762                 add to and re-arrange the pixmap entries
11763
11764 2002-04-22 [darko]      0.7.4claws91
11765
11766         * src/compose.c
11767                 fix sender initials recognition to only allow
11768                 '>' after the initials
11769
11770 2002-04-21 [paul]       0.7.4claws90
11771
11772         * sync with 0.7.5 release
11773                 see ChangeLog entry 2002-04-21
11774
11775 2002-04-21 [alfons]
11776
11777         * src/Makefile.am
11778                 add colin's new pixmaps to EXTRA_DIST
11779
11780 2002-04-21 [colin]      0.7.4claws89
11781         * src/compose.c
11782         * src/inc.c
11783         * src/mainwindow.[ch]
11784         * src/prefs_common.[ch]
11785         * src/stock_pixmap.[ch]
11786                 Added "Work offline" ability.
11787
11788 2002-04-21 [colin]      0.7.4claws88
11789         
11790         * src/mimeview.c
11791         * src/prefs_common.c
11792         * src/prefs_common.h
11793         * src/textview.c : Added an option to common preferences -> display
11794           to allow user not to automatically display images.
11795
11796 2002-04-21 [paul]       0.7.4claws87
11797
11798         * sync with 0.7.4cvs52
11799                 see ChangeLog entry 2002-04-21 (src/imap.c)
11800
11801 2002-04-21 [paul]       0.7.4claws86
11802
11803         * sync with 0.7.4cvs51
11804                 see ChangeLog entry 2002-04-21
11805
11806 2002-04-21 [paul]       0.7.4claws85
11807
11808         * sync with 0.7.4cvs49
11809                 see ChangeLog entries 2002-04-20 and 2002-04-21
11810
11811         * src/Makefile.am
11812                 clean up: remove old 'stock_' element from xpm 
11813                 filenames.
11814
11815 2002-04-21 [alfons]     0.7.4claws84
11816
11817         apply sync patch from Paul
11818
11819         * src/folderview.c
11820                 use old claws prefs_folder_item_create() for now
11821
11822 2002-04-19 [match]      0.7.4claws83
11823
11824         * src/addressbook.[ch]
11825         * src/addrharvest.[ch]
11826         * src/addrgather.[ch]
11827                 recurse folders.
11828         * src/mainwindow.c
11829         * src/summaryview.[ch]
11830                 change menu option.
11831
11832 2002-04-19 [paul]       0.7.4claws82
11833
11834         * po/pt_BR.po
11835                 updated by Fabio Junior Beneditto
11836
11837 2002-04-14 [alfons]     0.7.4claws81
11838
11839         * src/passphrase.c
11840                 add #include <sys/types.h> for mode_t and off_t 
11841
11842 2002-04-13 [paul]       0.7.4claws80
11843         
11844         * src/main.c
11845           src/passphrase.[ch]
11846           src/pgptext.c
11847           src/prefs_common.[ch]
11848           src/rfc2015.c
11849                 enable storing of GnuPG passphrase for the whole 
11850                 session or a user-defined number of minutes. patch 
11851                 submitted by Ravemax <ravemax@dextrose.com>
11852
11853 2002-04-13 [alfons]     0.7.4claws79
11854
11855         * src/textview.c
11856                 make email parser also stop scanning when encountering separators
11857                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11858
11859 2002-04-13 [paul]       0.7.4claws78
11860
11861         * sync with 0.7.4cvs39
11862                 see ChangeLog entry 2002-04-12
11863
11864 2002-04-11 [paul]       0.7.4claws77
11865
11866         * sync with 0.7.4cvs37
11867                 see ChangeLog entry 2002-04-11
11868
11869 2002-04-11 [paul]       0.7.4claws76
11870
11871         * COPYING 
11872                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11873                 the clause for OpenSSL). sync with sylpheed main
11874
11875 2002-04-09 [melvin]     0.7.4claws75
11876
11877         * src/compose.c
11878                 Made 'Ctrl-Enter' on send ignore some modifiers 
11879                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11880                 to bind other *-Enter (but not Alt-Enter).
11881
11882 2002-04-09 [paul]       0.7.4claws74
11883
11884         * sync with 0.7.4cvs35
11885                 see ChangeLog entries 2002-04-09
11886
11887 2002-04-08 [paul]       0.7.4claws73
11888
11889         * sync with 0.7.4cvs33
11890                 see ChangeLog entry 200-04-08
11891
11892 2002-04-07 [match]      0.7.4claws72
11893
11894         * src/addrharvest.[ch]
11895                 fixed to read all addresses in header, regardless
11896                 of header size. improved name parsing. accommodate
11897                 harvest from folders and selected message.
11898         * src/addritem.[ch]
11899                 included new address parsing function.
11900         * src/addrgather.[ch]
11901         * src/addressbook.[ch]
11902         * src/summaryview.[ch]
11903         * src/mainwindow.c
11904                 allow address harvest of folder as well as selected
11905                 messages.
11906
11907 2002-04-07 [paul]       0.7.4claws71
11908
11909         * src/esmtp.[ch]
11910           src/smtp.c
11911                 don't try to authenticate with CRAM-MD5 in SMTP when 
11912                 SMTP-AUTH enabled if MTA doesn't issue this 
11913                 auth-method in it's ehlo-response. bug item #531364,
11914                 patch item #938910. patch submitted by Colin Leroy 
11915                 <colin@colino.net>
11916
11917 2002-04-07 [paul]       0.7.4claws70
11918
11919         * src/nntp.c
11920                 fix missing MODE_READER bug. patch submitted by
11921                 Colin Leroy <colin@colino.net>
11922
11923 2002-04-07 [alfons]     0.7.4claws69
11924
11925         * src/matcher.[ch]
11926         * src/prefs_filtering.c
11927         * src/summaryview.c
11928                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11929                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11930
11931 2002-04-07 [paul]       0.7.4claws68
11932
11933         * sync with 0.7.4cvs32
11934                 see ChangeLog entry 2002-04-06
11935
11936         * tools/filter_conv.pl
11937                 more bug fixes
11938
11939 2002-04-06 [paul]       0.7.4claws67
11940
11941         * tools/filter_conv.pl
11942                 modify to be able to find the name of the first
11943                 mailbox and use that. main's filter does not
11944                 record the full path to the mailbox and therefore
11945                 can only filter to the first mailbox.
11946
11947 2002-04-05 [paul]       0.7.4claws66
11948
11949         * tools/filter_conv.pl
11950                 attempt to make the script all-encompassing and
11951                 be able to convert any main 'filter' rule thrown
11952                 at it
11953
11954 2002-04-05 [paul]       0.7.4claws65
11955
11956         * tools/filter_conv.pl
11957                 allow for collapsed folder trees
11958
11959 2002-04-05 [paul]       0.7.4claws64
11960
11961         * sync with 0.7.4cvs31
11962                 see ChangeLog entries 2002-04-05
11963
11964 2002-04-03 [paul]       0.7.4claws63
11965
11966         * sync with 0.7.4cvs29
11967                 see ChangeLog entries 2002-04-02 and 2002-04-03
11968
11969 2002-04-02 [paul]       0.7.4claws62
11970
11971         * sync with 0.7.4cvs26
11972                 see ChangeLog entry 2002-04-01
11973
11974 2002-04-02 [match]      0.7.4claws61
11975
11976         * src/pine.[ch]
11977         * src/importpine.[ch]
11978         * src/addressbook.c
11979                 import Pine address book.
11980
11981 2002-04-02 [match]      0.7.4claws60
11982
11983         * src/addrharvest.[ch]
11984                 improve address parsing of funky addresses.
11985
11986 2002-04-02 [darko]      0.7.4claws59
11987
11988         * src/compose.c
11989                 wrap on send improvements, it now recognizes quoted
11990                 initials as part of the quotation string, and it
11991                 does not join lines separated by CR
11992
11993 2002-04-01 [match]      0.7.4claws58
11994
11995         * src/mgutils.[ch]
11996                 added new functions.
11997         * src/mutt.[ch]
11998                 remove excessive duplicate address generation
11999                 on import.
12000
12001 2002-04-01 [alfons]     0.7.4claws57
12002         
12003         * src/summaryview.c
12004                 put back g_free() 
12005
12006 2002-04-01 [paul]       0.7.4claws56
12007
12008         * sync with 0.7.4cvs25
12009                 see ChangeLog entry 2002-04-01
12010
12011 2002-04-01 [alfons]     0.7.4aprilfool55
12012
12013         * src/summaryview.c
12014                 honour feature request item #537427 to allow for
12015                 displaying names from address book for sent mail also
12016
12017 2002-03-29 [paul]       0.7.4claws54
12018
12019         * src/mainwindow.c
12020           src/prefs_filtering.[ch]
12021           src/prefs_matcher.c
12022           src/summaryview.c
12023                 add 'fast filter' for claws' filtering,
12024                 /Tools/Create filter rule/... patch submitted
12025                 by Neill Miller <neillm@thecodefactory.org>
12026
12027 2002-03-29 [paul]       0.7.4claws53
12028
12029         * sync with 0.7.4cvs24
12030                 see ChangeLog entry 2002-03-29
12031
12032 2002-03-28 [paul]       0.7.4claws52
12033
12034         * sync with 0.7.4cvs23
12035                 see ChangeLog entry 2002-03-28
12036
12037 2002-03-27 [melvin]     0.7.4claws51
12038
12039         * src/prefs_actions.c
12040                 Added support to pass only one message part (as a
12041                 file) to the command using '%p'. No quotes are needed
12042                 because doubles quotes are automatically added.
12043                 Fixed bug where Sylpheed could block when waiting for
12044                 a child process to finish.
12045                 Changed the help menu to remove quotes around symbols to 
12046                 avoid misinterpretation (they must not be used).
12047
12048 2002-03-27 [melvin]     0.7.4claws50
12049
12050         * src/inc.c
12051                 Made the new mail notification command always 
12052                 execute asynchronously.
12053
12054 2002-03-27 [paul]       0.7.4claws49
12055
12056         * src/compose.c
12057                 fix bug introduced in last commit
12058
12059 2002-03-27 [paul]       0.7.4claws48
12060
12061         * sync with 0.7.4cvs21
12062                 see ChangeLog 2002-03-26 and 2002-03-27
12063
12064 2002-03-26 [hoa]        0.7.4claws47
12065
12066         * src/prefs_folder_item.c
12067                 really fixed the bug #516442 with folder rescan.
12068
12069 2002-03-26 [paul]       0.7.4claws46
12070
12071         * sync with 0.7.4cvs19
12072                 see ChangeLog entries 2002-03-25 and 2002-03-26
12073
12074 2002-03-25 [hoa]        0.7.4claws45
12075
12076         * src/matcher.c
12077         * src/mh.c
12078                 fix the bug #516442 with folder rescan.
12079
12080         * src/prefs_common.[ch]
12081         * src/compose.c
12082                 added an option to enable two different behaviours
12083                 for bounce.
12084
12085
12086 2002-03-25 [paul]       0.7.4claws44
12087
12088         * src/mainwindow.c
12089           src/selective_download.c
12090                 correct a few menuitem labels
12091
12092 2002-03-25 [christoph]  0.7.4claws43
12093
12094         * src/procmsg.c
12095                 fix non deleted tmp message in
12096                 procmsg_save_to_outbox
12097                 fix problems caused by sync with
12098                 main branch's procmsg_send_queue
12099
12100 2002-03-25 [paul]       0.7.4claws42
12101
12102         * src/quote_fmt.c
12103           src/quote_fmt_lex.l
12104           src/quote_fmt_parse.y
12105                 add Last name (%L) placeholder for quoting. 
12106                 patch submitted by Thorsten Thielen 
12107                 <thth@users.sourceforge.net>
12108
12109 2002-03-25 [paul]       0.7.4claws41
12110
12111         * src/utils.c
12112                 get full hostname. patch submitted by
12113                 Bob Woodside <rwoodside1@comcast.net>
12114
12115 2002-03-25 [paul]       0.7.4claws40
12116
12117         * src/account.c
12118           src/news.c
12119           src/nntp.[ch]
12120           src/prefs_account.[ch]
12121                 enable NNTP over SSL. patch submitted by
12122                 Pascal Jermini <pascal@infinity.hn.org>
12123
12124 2002-03-24 [paul]       0.7.4claws39
12125
12126         * src/prefs_common.c
12127                 make the arrangement of the Compose tab more
12128                 coherent
12129
12130         * src/mainwindow.c
12131                 fix some irregularities of style
12132
12133         * po/de.po
12134                 updated by Kilian Krause
12135
12136 2002-03-23 [paul]       0.7.4claws38
12137
12138         * po/pt_BR.po
12139                 updated by Fabio Junior Beneditto
12140
12141 2002-03-23 [paul]       0.7.4claws37
12142
12143         * src/mainwindow.c
12144                 move 'Gather addresses' to 'Tools' menu
12145                 make 'Selective download' sensitive
12146
12147 2002-03-23 [paul]       0.7.4claws36
12148
12149         * sync with 0.7.4cvs16
12150                 see ChangeLog entries 2002-03-23
12151
12152 2002-03-22 [christoph]  0.7.4claws35
12153
12154         * src/quote_fmt_parse.y
12155                 fix include program output
12156
12157 2002-03-22 [alfons]     0.7.4claws34
12158
12159         * src/pop.c
12160                 initialize GDate stack variable correctly (sorry!)
12161
12162 2002-03-22 [paul]       0.7.4claws33
12163
12164         * src/compose.c
12165           src/mainwindow.c
12166           src/prefs_actions.c
12167           src/prefs_common.c
12168                 rename 'Tool' to 'Tools'
12169
12170         * src/mainwindow.c
12171                 move 'Delete duplicated messages' from
12172                 'Message/' to 'Tools/'
12173                 re-arrange the order of 'Tools/' items
12174
12175 2002-03-22 [paul]       0.7.4claws32
12176
12177         * src/addr_compl.c
12178           src/addressbook.[ch]
12179                 auto-address completion now also matches on
12180                 Nickname. patch submitted by Bob Forsman 
12181                 <hammor@users.sourceforge.net>
12182
12183         * src/editaddress.c
12184                 correct a spelling mistake
12185
12186 2002-03-22 [alfons]     0.7.4claws31
12187
12188         * src/pop.c
12189                 fix getting uidl from incorrect string 
12190                 (spotted by Colin)
12191
12192 2002-03-21 [alfons]     0.7.4claws30
12193
12194         * src/pop.c
12195                 more code refactoring
12196                 plug mem leak introduced by delete on server
12197
12198 2002-03-21 [paul]       0.7.4claws29
12199
12200         * sync with 0.7.4cvs11
12201                 see ChangeLog entries 2002-03-20
12202
12203 2002-03-20 [alfons]     0.7.4claws28
12204
12205         * src/inc.c
12206                 apply Colin's patch and refactor
12207
12208 2002-03-20 [paul]       0.7.4claws27
12209
12210         * sync with sylpheed 0.7.4cvs9
12211                 see ChangeLog entry 2002-03-20
12212
12213 2002-03-19 [christoph]  0.7.4claws26
12214
12215         * src/mh.c
12216         * src/procmsg.[ch]
12217         * src/summaryview.c
12218                 revert changes for flag updates
12219                 (does not work correctly and no time to debug)
12220
12221 2002-03-20 [alfons]     0.7.4claws25
12222
12223         * src/pop.c
12224                 refactor should_delete() a little bit 
12225
12226 2002-03-19 [paul]       0.7.4claws24
12227
12228         * src/inc.[ch]
12229           src/pop.c
12230           src/prefs_account.[ch]
12231                 allow the user to leave downloaded mail on the 
12232                 server for n days. Patch submitted by Colin Leroy 
12233                 <colin@colino.net>
12234
12235 2002-02-19 [paul]       0.7.4claws23
12236
12237         * sync with sylpheed 0.7.4cvs8
12238                 see ChangeLog entries 2002-03-19
12239
12240 2002-03-18 [paul]       0.7.4claws22
12241
12242         * sync with sylpheed 0.7.4cvs6
12243                 see ChangeLog entry 2002-03-18
12244
12245 2002-03-18 [paul]       0.7.4claws21
12246
12247         * po/en_GB.po
12248                 add en_GB message catalogue
12249
12250         * src/mbox_folder.c
12251           src/prefs_account.c
12252           src/prefs_actions.c
12253                 correct a few spelling mistakes
12254
12255 2002-03-17 [alfons]     0.7.4claws20
12256
12257         * src/matcher.c
12258                 more stringent checks for NULL params when writing
12259                 filtering actions to a file
12260                 
12261 2002-03-17 [hoa]        0.7.3claws20
12262
12263         * src/news.c
12264                 fixed the count of new messages
12265
12266         * src/compose.c
12267                 fixed the "attachment properties" window
12268
12269 2002-03-17 [paul]       0.7.4claws19
12270
12271         * src/defs.h
12272           src/folder.h
12273           src/news.c
12274           src/prefs_account.[ch]
12275           src/procmsg.[ch]
12276           src/summaryview.c
12277                 automatically mark cross-posted messages as read 
12278                 and (optionally) give them a colour label
12279                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12280                 
12281
12282 2002-03-17 [paul]       0.7.4claws18
12283
12284         * sync with sylpheed 0.7.4cvs5
12285                 see ChangeLog entry 2002-03-17
12286
12287 2002-03-17 [melvin]     0.7.4claws17
12288         
12289         * src/textview.c
12290                 Worked around a gtktext 'bug': when searching for 
12291                 a text in a long message it was scrolling slowly
12292                 line by line until it hit the searched text.
12293         * po/fr.po
12294                 Updated French translation
12295
12296 2002-03-17 [melvin]     0.7.4claws16
12297
12298         * src/mainwindow.c
12299         * src/compose.c
12300         * src/prefs_actions.c
12301                 Moved "Edit/Actions" to "Tool/Actions"
12302                 Made mainwindow/compose window sensitive as soon as
12303                 no child process is running anymore even if the io dialog
12304                 is open.
12305                 Fixed a struct being initialized with a non constant char*
12306
12307 2002-03-16 [christoph]  0.7.4claws15
12308
12309         * configure.in
12310                 add --with-compiler-flags option
12311                 (only for developer hacking)
12312         * src/mh.c
12313         * src/procmsg.[ch]
12314         * src/summaryview.c
12315                 try to make folder-stats and flag handling more
12316                 independent from the summaryview. msgcounts
12317                 are only set when the folder is opened and
12318                 procmsg_msginfo_(un)set_flags will handle it
12319                 later and summaryview will get the values
12320                 from the folder.
12321
12322 2002-03-16 [paul]       0.7.4claws14
12323
12324         * src/messageview.c
12325                 fix Return-receipt. Patch submitted by Bob
12326                 Woodside <rwoodside1@comcast.net>
12327
12328 2002-03-16 [paul]       0.7.4claws13
12329
12330         * src/compose.c
12331                 fix 'dynamic' signatures, make it work again
12332                 broken during sync on 2002-03-14 (0.7.4claws2)
12333
12334 2002-03-15 [match]      0.7.4claws12
12335
12336         * src/addrharvest.[ch]
12337         * src/addrgather.[ch]
12338         * src/addressbook.[ch]
12339         * src/mainwindow.c
12340                 included address harvester feature. still some
12341                 issues with address parsing that I will fix.
12342
12343 2002-03-15 [match]      0.7.4claws11
12344
12345         * src/addrbook.[ch]
12346         * src/addrcache.[ch]
12347         * src/addressbook.[ch]
12348         * src/addrindex.c
12349         * src/editbook.c
12350         * src/importldif.c
12351         * src/importmutt.c
12352         * src/jpilot.[ch]
12353         * src/main.c
12354         * src/syldap.[ch]
12355         * src/vcard.[ch]
12356                 tidy up. fix memory leaks. moved attribs and methods
12357                 from individual interfaces to addrcache object. prep
12358                 for new stuff to come in.
12359
12360 2002-03-15 [alfons]     0.7.4claws10
12361
12362         * src/matcher.[ch]
12363         * src/matcher_parser_parse.y
12364         * src/matcher_parser_lex.l
12365         * src/prefs_matcher.c
12366                 add filtering conditions message greater than, smaller 
12367                 than, and exactly matching a size in bytes
12368                 (does not work with delete from POP3 server yet)
12369
12370                 this should also give others an idea what you should
12371                 do to add new criterions to claws filtering system
12372                 
12373
12374 2002-03-15 [paul]       0.7.4claws9
12375
12376         * tools/filter_conv.pl
12377                 exit if there are no filter rules to convert
12378                 rename filterrc to filterrc.old after completion
12379
12380 2002-03-15 [paul]       0.7.4claws8
12381
12382         * sync with sylpheed 0.7.4cvs3
12383                 see ChangeLog entry 2002-03-14
12384
12385 2002-03-14 [paul]       0.7.4claws7
12386
12387         * src/compose.c
12388                 clean up the last commit (ahem)
12389
12390 2002-03-14 [paul]       0.7.4claws6
12391
12392         * src/compose.c
12393                 fix bug #515655. honour account preferences
12394                 regarding gpg default signing/encryption when 
12395                 changing account from the compose window.
12396
12397 2002-03-14 [paul]       0.7.4claws5
12398
12399         * src/folderview.c
12400                 remove unnecessary curly brackets
12401
12402 2002-03-14 [paul]       0.7.4claws4
12403
12404         * src/folderview.c
12405           src/prefs_filtering.[ch]
12406                 add filter rename on folder rename and filter
12407                 delete on folder delete. Patch submitted by
12408                 Neill Miller <neillm@thecodefactory.org> 
12409
12410 2002-03-14 [christoph]  0.7.4claws3
12411
12412         * src/procmsg.c
12413         * src/send.c
12414                 fix local delivery
12415                 (patch submitted by "Simon 'corecode' Schubert")
12416         * src/prefs_common.c
12417         * src/procmsg.c
12418                 fix gcc 3.0 warning
12419
12420 2002-03-14 [paul]       0.7.4claws2
12421
12422         * sync with sylpheed 0.7.4cvs2
12423                 see ChangeLog entry 2002-03-13
12424
12425 2002-03-12 [darko]      0.7.4claws1
12426
12427         * src/mainwindow.c
12428                 fix what seems to be a copy and paste error
12429                 when setting color for important messages
12430                 (reported by wwp)
12431
12432 2002-03-11 [paul]       version 0.7.4claws released
12433
12434 2002-03-11 [paul]       0.7.4claws
12435
12436         * po/es.po
12437           po/it.po
12438           po/nl.po
12439           po/pt_BR.po
12440                 update message catalogs. Submitted by Ricardo Mones 
12441                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12442                 Fabio Junior Beneditto
12443
12444         * configure.in
12445           faq/Makefile.am
12446           faq/it/Makefile
12447           faq/it/sylpheed-faq*
12448           src/mainwindow.c
12449           src/manual.[ch]
12450                 add FAQ in Italian
12451         
12452
12453 2002-03-11 [jens]       0.7.3claws7
12454
12455         * po/de.po
12456                 updated German translation
12457
12458 2002-03-11 [melvin]     0.7.3claws6
12459
12460         * po/fr.po
12461                 updated and corrected French translation
12462
12463 2002-03-10 [hoa]        0.7.3claws5
12464
12465         * src/account.c
12466         * src/inc.c
12467         * src/prefs_account.c
12468         * src/procmsg.c
12469         * src/send.[ch]
12470                 fixed the local account.
12471                 you have to change the default "/usr/sbin/sendmail"
12472                 to "/usr/sbin/sendmail -t" in the preferences of
12473                 the local account.
12474
12475         * src/procmime.c
12476                 removed some debug display for renderer
12477
12478 2002-03-10 [paul]       0.7.3claws4
12479
12480         * faq/en/sylpheed-faq-1.html
12481           faq/en/sylpheed-faq-2.html
12482                 update
12483
12484 2002-03-09 [paul]       0.7.3claws3
12485
12486         * sync with sylpheed 0.7.4
12487                 see ChangeLog entry 2002-03-09
12488
12489 2002-03-08 [paul]       0.7.3claws2
12490
12491         * faq/en/sylpheed-faq*
12492           faq/es/sylpheed-faq*
12493           faq/fr/sylpheed-faq*
12494                 update the FAQs
12495
12496         * manual/fr/.cvsignore
12497           manual/fr/Makefilea.am
12498           manual/fr/sylpheed*
12499           src/mainwindow.c
12500           src/manual.[ch]
12501                 add the French manual
12502
12503 2002-03-07 [paul]       0.7.3claws1
12504
12505         * sync with sylpheed 0.7.3cvs4
12506                 see ChangeLog entries  2002-03-06 and 2002-03-07
12507         
12508         * po/nl.po
12509                 updated by Wilbert Berendsen
12510
12511 2002-03-07 [melvin]     0.7.2claws34
12512
12513         * src/selective_download.c
12514                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12515
12516 2002-03-06 [paul]       0.7.2claws33
12517
12518         * sync with sylpheed 0.7.3cvs1
12519                 bug fix, see ChangeLog entry 2002-03-05
12520
12521 2002-03-05 [paul]       0.7.2claws32
12522
12523         * src/mimeview.c
12524           src/pgptext.[ch]
12525           src/procmsg.c
12526                 reverse the pgp ascii-armored code implemented in 
12527                 0.7.2claws16. removal of this code until it matures.
12528                 this means that verifying ascii-armored pgp sigs and
12529                 automatic decryption of ascii-armored encrypted
12530                 messages no longer works.
12531
12532 2002-03-05 [paul]       0.7.2claws31
12533
12534         * configure.in
12535           Makefile.am
12536         * faq/Makefile.am
12537         * faq/en/Makefile.am
12538           faq/en/sylpheed-faq.html
12539           faq/en/sylpheed-faq-1.html
12540           faq/en/sylpheed-faq-2.html
12541           faq/en/sylpheed-faq-3.html
12542         * faq/es/Makefile.am
12543           faq/es/sylpheed-faq.html
12544           faq/es/sylpheed-faq-1.html
12545           faq/es/sylpheed-faq-2.html
12546           faq/es/sylpheed-faq-3.html
12547           faq/es/sylpheed-faq-4.html
12548         * faq/fr/Makefile.am
12549           faq/fr/sylpheed-faq.html
12550           faq/fr/sylpheed-faq-1.html
12551           faq/fr/sylpheed-faq-2.html
12552           faq/fr/sylpheed-faq-3.html
12553         * src/Makefile.am
12554           src/defs.h
12555           src/mainwindow.c
12556           src/manual.[ch]
12557                 add FAQs in English, Spanish and French
12558
12559
12560 2002-03-05 [paul]       0.7.2claws30
12561
12562         * manual/en/sylpheed.html
12563           manual/en/sylpheed-XX.html
12564                 updated the English manual
12565
12566 2002-03-05 [hoa]        
12567
12568         * src/summaryview.c
12569                 dialog box pops up if the article can't be deleted.
12570
12571 2002-03-04 [paul]       
12572         
12573         * po/pt_BR.po
12574                 updated by Fabio Junior Benedito
12575
12576 2002-03-04 [hoa]
12577
12578         * removed ac/gpgme.m4
12579                 to avoid autogen common problem
12580                 developers have to install gpgme development package now
12581
12582         * src/compose.c
12583                 encoding to 7bit or 8bit is enabled.
12584
12585 2002-03-03 [alfons]     0.7.2claws29
12586
12587         * src/pop.c
12588                 merge fix by Oliver Haertel for selective
12589                 download buglet
12590
12591 2002-03-03 [paul]       0.7.2claws28
12592         
12593         * sync with sylpheed 0.7.3
12594
12595 2002-03-03 [paul]       0.7.2claws27
12596
12597         * sync with sylpheed 0.7.2cvs24
12598                 see ChangeLog entries 2002-03-02 and 2002-03-03
12599
12600 2002-03-02 [melvin]     0.7.2claws26
12601
12602         * src/inc.[ch]
12603         * src/main.c
12604         * src/mainwindow.c
12605         * src/prefs_common.[ch]
12606                 Added user definable notification on new mail arrival.
12607                 Removed unused variables in spell checker prefs code.
12608
12609 2002-03-02 [melvin]     0.7.2claws25
12610
12611         * src/quote_fmt.c
12612                 Removed unnecessary escape sequences.
12613                 Changed 'Initial...' to 'Initials of Sender'
12614
12615 2002-03-02 [paul]       0.7.2claws24
12616
12617         * sync with sylpheed 0.7.2cvs22
12618                 see ChangeLog entry 2002-03-01
12619
12620 2002-03-01 [hoa]        0.7.2claws23
12621
12622         * src/mainwindow.c
12623                 Set sensitivity of delete actions to active
12624                 even if the folder is a newsgroup.
12625
12626         * src/summaryview.c
12627                 - Set sensitivity of delete actions
12628                 - Added function check_permission() that will check if the
12629                   user is authorized to delete a message. For news, it
12630                   will check if the author is the same.
12631                 - Enabled deletion when there is no trash folder.
12632
12633         * src/news.[ch]
12634                 - Added news_cancel_article() to cancel articles
12635                 - Implemented news_remove_message() (public function)
12636
12637 2002-03-01 [paul]       0.7.2claws22
12638
12639         * src/gtkutils.c
12640           src/textview.c
12641                 recognise urls that that don't include 'http://' and
12642                 simply begin 'www.' 
12643
12644         * AUTHORS
12645                 remove duplicated name
12646
12647 2002-02-28 [paul]       0.7.2claws21
12648
12649         * src/mainwindow.c
12650           src/summaryview.[ch]
12651                 add ability to 'Select thread'
12652                 combines Melvin's "Select thread's head" patch (#510907)
12653                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12654                 patch (#518514) 
12655
12656 2002-02-28 [paul]       0.7.2claws20
12657
12658         * src/mimeview.c
12659                 hopefully fix segfault on right-clicking a mime part
12660                 that some people have experienced.      
12661                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12662
12663 2002-02-28 [paul]       0.7.2claws19
12664
12665         * sync with sylpheed 0.7.2cvs21
12666                 see ChangeLog entries 2002-02-27 and 2002-02-28
12667
12668 2002-02-27 [paul]       0.7.2claws18
12669
12670         * sync with sylpheed 0.7.2cvs18
12671                 see ChangeLog entries 2002-02-26 and 2002-02-27
12672
12673 2002-02-26 [alfons]     0.7.2claws17
12674
12675         * src/procheader.c
12676                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12677                 (spotted by Chris Hessman <idatech@gmx.net>)
12678
12679 2002-02-26 [paul]       0.7.2claws16
12680
12681         * src/mimeview.c
12682           src/pgptext.[ch]
12683           src/procmsg.c
12684                 make decryption of ascii-armored pgp encrypted messages
12685                 and verification of ascii-armored signatures work again.
12686                 slightly altered from the patch by Jens Jahnke 
12687                 <jan0sch@gmx.net>
12688
12689                 ##FIX ME##
12690                 * the checking of plaintext signatures always comes up in 
12691                   a popup box
12692                 * it doesn't work for multipart messages 
12693                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12694                   including the msg headers and these 2 line themselves, are 
12695                   not displayed
12696
12697         * src/mainwindow.c
12698                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12699                 "View/Message View" becomes "View/Separate Message View"
12700                 because its less ambiguous.
12701
12702         * po/es.po
12703                 updated by Ricardo Mones Lastra
12704
12705 2002-02-26 [paul]       0.7.2claws15
12706
12707         * sync with sylpheed 0.7.2cvs17
12708                 see ChangeLog entries 2002-02-25 and 2002-02-26
12709
12710 2002-02-25 [christoph]  0.7.2claws14
12711
12712         * src/filtering.[ch]
12713         * src/inc.c
12714                 do filtering stuff after all messages have been received
12715                   1. drop all messages to .processing
12716                   2. scan processing folder for messages
12717                   3. filter messages or move to inbox
12718                 this will also find old messages left in processing after
12719                 a crash or something like that and we get a real msginfo
12720                 from folder->get_msg_list and do not have to create our
12721                 own in filter_message
12722         * src/matcher_parser_parse.y
12723                 remove MIX/MAX warning (reordered includes)
12724
12725 2002-02-25 [paul]       0.7.2claws13
12726
12727         * sync with sylpheed 0.7.2cvs15
12728                 see ChangeLog entry 2002-02-24
12729
12730 2002-02-24 [alfons]     0.7.2claws12
12731
12732         * src/filtering.c
12733                 clear old color flags first when applying a new color to
12734                 a message info. 
12735                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12736
12737 2002-02-24 [alfons]     0.7.2.claws11
12738         
12739         * AUTHORS
12740         * src/prefs_common.c
12741                 add presets for Opera and Konqueror, closes patch #517261,
12742                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12743
12744 2002-02-24 [alfons]     0.7.2.claws10
12745
12746         * AUTHORS
12747         * src/summaryview.c
12748                 fix threading for null message ids, closes patch #521601,
12749                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12750
12751 2002-02-24 [alfons]     0.7.2claws9
12752
12753         * src/summaryview.c
12754         * src/filtering.c
12755                 make Tool | Filter Message work with filtering system so
12756                 setting flags also works
12757
12758                 TODO:
12759
12760                 - Processing uses the same function as Tool | Filter
12761                   Message, but doesn't use the same update proc yet
12762
12763 2002-02-23 [paul]       0.7.2claws8
12764
12765         * sync with sylpheed 0.7.2cvs14
12766                 see ChangeLog entries 2002-02-22 and 2002-02-23
12767
12768 2002-02-22 [christoph]  0.7.2claws7
12769
12770         * src/quote_fmt.c
12771                 Add column space to table
12772         * src/quote_fmt_parse.y
12773                 Close files
12774
12775 2002-02-22 [paul]       0.7.2claws6
12776
12777         * src/Makefile.am
12778           src/defs.h
12779           src/filtering.c
12780           src/inc.[ch]
12781           src/mainwindow.c
12782           src/matcher.[ch]
12783           src/matcher_parser_lex.l
12784           src/matcher_parser_parse.y
12785           src/pop.[ch]
12786           src/prefs_account.h
12787           src/prefs_filtering.c
12788           src/selective_download.[ch]   *** NEW FILES ***
12789           src/utils.[ch]
12790           po/POTFILES.in
12791                 Selective Download added to 'Tool' menu. 
12792                 Retrieves email headers of the currently selected pop3 
12793                 account and allows the user to mark emails for deletion 
12794                 right on the pop3 server. Patch submitted by Oliver Haertel 
12795                 <oha@users.sourceforge.net>.
12796         
12797         * po/POTFILES.in
12798                 add 'src/quote_fmt.c'           
12799
12800 2002-02-22 [christoph]  0.7.2claws5
12801
12802         * src/Makefile.am
12803                 added quote_fmt.c
12804         * src/prefs_common.[ch]
12805         * src/prefs_template.c
12806         * src/quote_fmt.c               *** NEW FILE ***
12807         * src/quote_fmt.h
12808                 move quote format symbol description code
12809                 to it's own file because it is used from
12810                 differnent code parts
12811                 Rewrote symbol description GUI
12812                   + use table
12813                   + add separators
12814                   + get data from array (no more long constant strings)
12815         * src/quote_fmt_lex.l
12816         * src/quote_fmt_parse.y
12817                 Symbol for Literal % changed to \% instead of %%
12818                 (More logical as \ is used for quoting for other symbols)
12819                 Add |f and |p to include files and program output
12820                 Examples:
12821                     |f{/home/.../.signature}
12822                     |p{date}
12823         * po/de.po
12824                 Correct wrong spelling for "Referenzen"
12825
12826 2002-02-21 [paul]       0.7.2claws4
12827
12828         * src/procmsg.c
12829                 forgotten during sync
12830
12831 2002-02-21 [paul]       0.7.2claws3
12832
12833         * sync with sylpheed 0.7.2cvs11
12834                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12835                 2002-02-20 and 2002-02-21
12836
12837 2002-02-20 [melvin]     0.7.2claws2
12838
12839         * src/prefs_actions.c
12840                 Added error report when child cannot fork or when execvp 
12841                 returns with an error.
12842
12843 2002-02-19 [christoph]  0.7.2claws1
12844
12845         * src/codeconv.c
12846                 return unconverted text if conde conversion is not possible
12847                 when libjconv is used.
12848                 (patch submitted by "Simon 'corecode' Schubert")
12849
12850 2002-02-19 [paul]       
12851
12852         * version 0.7.2claws release
12853
12854 2002-02-19 [paul]       0.7.2claws
12855
12856         * po/nl.po
12857                 updated by Wilbert Berendsen
12858
12859
12860 2002-02-18 [alfons]     0.7.1claws13
12861
12862         * src/syldap.c
12863         * src/jpilot.c
12864                 remove references to dlfcn and explicitly loading functions
12865                 from dynalink libs, because libs linked anyway, and functions
12866                 are loaded explicitly
12867
12868 2002-02-17 [melvin]     0.7.1claws12
12869
12870         * src/prefs_actions.c
12871                 Replaced children wait loop with double fork technique.
12872                 Now, input/output window updated at each new output.
12873                 free_children(): Fixed a memory leak.
12874                 Made input/output window non closable if running children
12875                 still exist.
12876                 Added missing <unistd.h> include.
12877                 Added some --debug outputs.
12878
12879 2002-02-17 [melvin]     0.7.1claws11
12880
12881         * src/summaryview.c
12882                 Fixed bug where descending sort order did not select top
12883                 message.
12884
12885 2002-02-17 [melvin]     0.7.1claws10
12886
12887         * acconfig.h
12888                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12889         * src/prefs_common.c
12890                 Pspell data package directory no more hard coded but
12891                 set during configuration (PSPELL_PATH). (Thanks to 
12892                                 Gustavo Noronha Silva.)
12893
12894 2002-02-17 [melvin]     0.7.1claws9
12895
12896         * configure.in
12897                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12898         * src/gtkspell.c
12899                 Fixed compile-time warnings.
12900
12901 2002-02-16 [alfons]     0.7.1claws8
12902
12903         * src/filesel.c
12904                 fix inadvertent free of NULL pointer which caused
12905                 sylpheed to crash when closing the save-as dialog
12906                 using the window close button
12907
12908 2002-02-16 [carsten]    0.7.1claws7
12909         * src/mainwindow.[ch]
12910           src/summaryview.c
12911           src/prefs_common.c
12912                 fixes for pixmap theming code:
12913                         - recently changed mail attributes shouldn't get
12914                           lost any longer
12915                         - theme is only reloaded iff another theme was
12916                           selected
12917
12918 2002-02-16 [paul]       0.7.1claws6
12919
12920         * sync with sylpheed 0.7.2 release
12921                 see ChangeLog entry 2002-02-15 and 2002-02-16
12922
12923 2002-02-15 [paul]       0.7.1claws5
12924
12925         * sync with sylpheed 0.7.1cvs9
12926                 see ChangeLog entry 2002-02-15
12927
12928         * po/POTFILES.in
12929                 remove unneeded headerwindow.c entry
12930
12931 2002-02-14 [carsten]    0.7.1claws4
12932         * src/summaryview.c
12933                 fixed a bug for "Go to next unread message": there was
12934                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12935                 in the prefs, because of doing "Search again" instead
12936                 "No"
12937
12938 2002-02-14 [carsten]    0.7.1claws3
12939         * src/stock_pixmap.c
12940                 removed 2 more mem leaks; following memprof,
12941                 this code is "leak free" now :)
12942
12943 2002-02-14 [carsten]    0.7.1claws2
12944         * src/stock_pixmap.c
12945                 used opendir/readdir/closedir instead of scandir
12946                 -> code should work now on Solaris
12947
12948 2002-02-14 [paul]       0.7.1claws1
12949
12950         * sync with sylpheed 0.7.1cvs8
12951                 see ChangeLog entries 2002-02-13 and 2002-02-14
12952
12953         * README.claws
12954                 add some description of Actions and Pixmap Themes
12955
12956 2002-02-13 [paul]       
12957
12958         * version 0.7.1claws release
12959
12960 2002-02-13 [paul]       0.7.1claws
12961
12962         * po/es.po
12963           po/it.po
12964           po/pt_BR.po
12965                 updated translations, submitted by Ricardo Mones Lastra,
12966                 Alessandro Maestri and Fabio Junior Beneditto
12967
12968 2002-02-13 [melvin]     0.7.0claws75
12969
12970         * src/prefs_actions.c
12971                 Added missing "signal.h" include
12972
12973 2002-02-13 [melvin]     0.7.0claws74
12974
12975         * src/prefs_folder_item.c
12976                 Added missing "config.h" include
12977         * po/fr.po
12978                 Updated French translation for folder propriety.
12979
12980 2002-02-13 [jens]       0.7.0claws73
12981
12982         * po/POTFILES.in
12983                 Added missing src/prefs_folder_item.c [log added by melvin]
12984         * po/de.po
12985                 Updated German translation.
12986
12987 2002-02-13 [melvin]     0.7.0claws72
12988
12989         * po/fr.po
12990                 Updated French translation.
12991
12992 2002-02-13 [melvin]     0.7.0claws71
12993
12994         * src/gtkutils.c
12995                 Made gtkut_editable_get_selection return NULL if selection
12996                 is of length zero.
12997                 This fixes a bug where selecting part of message A then
12998                 switching to message B and replying to it will not
12999                 quote the message's body.
13000
13001 2002-02-12 [paul]       0.7.0claws70
13002
13003         * src/mainwindow.c
13004                 cosmetic, relating to pixmap themes: on toolbar make 
13005                 updating of 'Exec' and 'Compose news/Compose email'
13006                 icons faster.
13007
13008 2002-02-12 [carsten]    0.7.0claws69
13009         * src/folderview.c
13010           src/mainwindow.[ch]
13011           src/stock_pixmap.c
13012           src/summaryview.c
13013           src/prefs_common.c
13014                 - refreshing after changing pixmap theme better
13015                   now (thanks Paul)
13016                 - wanted to remove some mem leaks, but alfons was
13017                   faster (and had the better solution ;)
13018
13019 2002-02-12 [alfons]     0.7.0claws68
13020
13021         * src/prefs_common.c
13022         * src/stock_pixmap.[ch]
13023                 plug mem leaks, refactor code a little bit
13024
13025
13026 2002-02-12 [sergey]     0.7.0claws67
13027
13028         * src/imap.c
13029                 Fixed problem with copying messages to IMAP folders when the
13030                 server uses something other than '/' as a namespace separator
13031                 (cyrus-imapd uses '.').
13032
13033 2002-02-12 [jens]       0.7.0claws66
13034
13035         * po/de.po
13036                 Updated German Translation
13037
13038 2002-02-12 [paul]       0.7.0claws65
13039
13040         * sync with sylpheed 0.7.1cvs1
13041                 see ChangeLog entry 2002-02-12
13042
13043 2002-02-12 [melvin]     0.7.0claws64
13044
13045         * src/prefs_actions.c
13046                 Fixed "feature" where children's output was duplicated 
13047                 instead of refreshed while monitoring.
13048                 Removed some debug code.
13049
13050 2002-02-12 [christoph]  0.7.0claws63
13051
13052         * src/compose.c
13053                 always delete message from queue after sending/send error
13054                 (closes bug #509601)
13055
13056 2002-02-12 [melvin]     0.7.0claws62
13057
13058         * src/prefs_actions.c
13059                 Children wait loop is now triggered with a timeout of 1s
13060                 Added %F which is replaced with the list of filenames 
13061                 of all selected messages (as suggested by Ricardo Mones Lestra)
13062                 Pipe syntax changed. Prefix with | to send selection, postfix
13063                 with | to retrieve output. Prefix with > or * to send
13064                 user definable input to the command (*: input is hidden)
13065                 Old pipe action should now be postfixed with |, too.
13066
13067 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13068         * src/stock_pixmap.c
13069                 fixed a bug: if there's no theme directory don't
13070                 throw an error, just do "nothing" (thanks Alfons)
13071
13072 2002-02-12 [carsten]    0.7.0claws60
13073         * src/folderview.c
13074           src/summaryview.c
13075                 had to write the cache twice (nasty!); some marks would 
13076                 get lost if not
13077
13078 2002-02-11 [carsten]    0.7.0claws59
13079         * acconfig.h
13080           configure.in
13081           doc-src/maintainer_guide.txt
13082           src/compose.[ch]
13083           src/defs.h
13084           src/folderview.[ch]
13085           src/gtkutils.[ch]
13086           src/mainwindow.[ch]
13087           src/prefs_common.[ch]
13088           src/stock_pixmap.[ch]
13089           src/summaryview.[ch]
13090                 pixmap theming and related work on pixmap
13091                 handling on some other places
13092                 (e.g. hrm features for all folder)
13093           src/pixmap/stock_*.xpm -> the stock_ was removed
13094         
13095 2002-02-11 [paul]       0.7.0claws58
13096
13097         * sync with sylpheed 0.7.1 release
13098                 see ChangeLog entries 2002-02-11
13099
13100 2002-02-08 [paul]       0.7.0claws57
13101
13102         * sync with sylpheed 0.7.0cvs39
13103                 see ChangeLog entry 2002-02-07 (last entry) 
13104
13105         * src/prefs_actions.c
13106           src/prefs_filtering.c
13107           src/prefs_matcher.c
13108           src/prefs_scoring.c
13109                 sync: made it compile with C compilers other than gcc
13110
13111 2002-02-07 [paul]       0.7.0claws56
13112
13113         * sync with sylpheed 0.7.0cvs38
13114                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13115                 2002-02-07
13116
13117 2002-02-07 [darko]      0.7.0claws55
13118
13119         * src/gtkutils.[ch]
13120         * src/summaryview.c
13121                 Fix const gchar */gchar * issue (thanks Hiro)
13122
13123 2002-02-07 [darko]      0.7.0claws54
13124
13125         * src/compose.[ch]
13126         * src/filtering.c
13127         * src/gtkutils.[ch]
13128         * src/prefs_template.c
13129         * src/quote_fmt.h
13130         * src/quote_fmt_parse.y
13131         * src/summaryview.c
13132         * src/utils.[ch]
13133                 When replying or forwarding an email don't quote the entire
13134                 mail body but use the part of the message text that is selected
13135
13136 2002-02-06 [melvin]     0.7.0claws53
13137
13138         * src/prefs_common.[ch]
13139         * src/gtkspell.[ch]
13140         * src/compose.c
13141                 Made possible to switch quickly to last used dictionary
13142                 which makes checking bilingual documents easier.
13143
13144 2002-02-06 [melvin]     0.7.0claws52
13145         
13146         * po/POTFILES.in
13147                 Added forgotten new file src/prefs_actions.c
13148
13149 2002-02-06 [melvin]     0.7.0claws51
13150
13151         * src/prefs_actions.c   ** NEW FILE **
13152         * src/prefs_actions.h   ** NEW FILE **
13153                 Added actions to execute on message text view, or on the
13154                         message's file.
13155         * src/Makefile.am
13156                 Added src/prefs_actions.[ch]
13157         * src/compose.c
13158                 Added new menu "Edit/Actions"
13159         * src/defs.h
13160                 Added new actionsrc file.
13161         * src/main.c
13162                 Added actionsrc reading.
13163         * src/mainwindow.c
13164                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13165         * src/prefs_common.h
13166                 Added new element actionslst element to prefs_common.
13167
13168 2002-02-06 [paul]       0.7.0claws50
13169
13170         * sync with sylpheed 0.7.0cvs36
13171                 see ChangeLog entry 2002-02-06
13172
13173 2002-02-05 [paul]
13174
13175         * po/es.po
13176                 updated by Ricardo Mones Lastra
13177
13178 2002-02-05 [paul]       0.7.0claws49
13179
13180         * sync with sylpheed 0.7.0cvs33
13181                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13182
13183 2002-02-05 [paul]       0.7.0claws48
13184
13185         * src/compose.c
13186                 re-add 'Edit/Advanced/Delete entire line', previously named
13187                 'Delete Line+'
13188
13189 2002-02-04 [paul]       0.7.0claws47
13190
13191         * src/compose.c
13192           src/summaryview.c
13193                 fix bug #494993 (Reply All not taking Reply-To into consi)
13194                 eliminate differences in behaviour of right-click 'Reply to all' 
13195                 in summary view and 'Reply to all' on the toolbar. 
13196                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13197                 view and From gets ignored by 'Reply to all' on toolbar.
13198                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13199                 From when no Reply-To header is present.
13200
13201 2002-02-04 [paul]       0.7.0claws46
13202
13203         * sync with sylpheed 0.7.0cvs30
13204                 see ChangeLog entries 2002-02-03 and 2002-02-04
13205
13206 2002-02-03 [melvin]     0.7.0claws45
13207
13208         * src/gtkspell.[ch]
13209                 Readded function to highlight all misspelled words.
13210                 Fixed bug where user-provided-words did not replace
13211                         correctly the misspelled word when using the mouse.
13212                 Fixed bug where checking a region selected from right to left did
13213                         not check the region at all.
13214                 Fixed bug where 'Check backwards' may not check at all. 
13215                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13216                 Fixed possible buffer overflow when checking for long strings (>1k).
13217                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13218                 Accelerators code uses now gtk_widget_add_accel.
13219                 Removed and disabled obsolete and unfinished code.
13220                 Cleaning up.
13221
13222         * src/compose.c
13223                 Added menu item to Highlight all misspelled words.
13224
13225 2002-02-01 [paul]       0.7.0claws44
13226
13227         * src/mainwindow.c
13228                 fix '/View/Hide read messages' sensitivity when all
13229                 messages in a folder are hidden
13230
13231 2002-02-01 [paul]       0.7.0claws43
13232
13233         * src/main.c
13234                 add --send option to command line interface, sends all
13235                 queued mail. Patch submitted by Ricardo Mones Lastra.
13236
13237 2002-01-31 [paul]       0.7.0claws42
13238
13239         * src/mainwindow.c
13240                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13241
13242 2002-01-31 [paul]       0.7.0claws41
13243
13244         * sync with sylpheed 0.7.0cvs27
13245                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13246                 and 2002-01-31
13247
13248         * src/textview.c
13249                 comment out elements of textview_show_part() as temporary
13250                 workaround for attachment 'Display as text' bug 
13251
13252         * po/pt_BR.po
13253                 updated by Fabio Junior Beneditto
13254
13255 2002-01-30 [paul]       0.7.0claws40
13256
13257         * sync with sylpheed 0.7.0cvs24
13258                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13259                 and 2002-01-30
13260
13261         * src/compose.c
13262                 add {N_("/_Spelling"), ... "<Branch>"} to 
13263                 GtkItemFactoryEntry compose_entries[]
13264
13265         * src/prefs_common.c
13266                 add claws menu items to prefs_keybind_apply_clicked()
13267                 and remove non-claws menu items
13268
13269 2002-01-29 [paul]       0.7.0claws39
13270
13271         * sync with sylpheed 0.7.0cvs22
13272                 see ChangeLog entries 2002-01-28 and 2002-01-29
13273
13274 2002-01-28 [melvin]     0.7.0claws38
13275
13276         * src/compose.c
13277                 Added the declartion of compose_send_control_enter.
13278
13279         * src/compose.c
13280         * src/gtkspell.[ch]
13281                 Added in a 'Spelling' menu which includes the configuration menu. 
13282                 Added a real 'Check all' and got rid from the old one which only
13283                 highlited misspelled word.
13284                 Made 'Check while typing' a disableable option.
13285                 Added a dialog when there are no more misspelled word.
13286                 Added a dialog if error occurs when switching to a dictionary.
13287         
13288         * src/prefs_common.[ch]
13289                 Added option for the default 'Check while typing' option.
13290
13291
13292 2002-01-28 [alfons]     0.7.0claws37
13293
13294         * src/compose.c
13295                 fix buglet and make code comply with sylpheed code style
13296
13297 2002-01-28 [paul]       0.7.0claws36
13298
13299         * sync with sylpheed 0.7.0cvs19
13300                 see ChangeLog entries for 2002-01-28
13301
13302 2002-01-28 [hoa]        0.7.0claws35
13303
13304         * src/defs.h
13305                 added rendererrc
13306
13307         * src/main.c
13308                 read the renderer config
13309
13310         * src/procmime.[ch]
13311                 use the renderer config to convert mime attachments
13312
13313         * src/textview.c
13314                 don't use textview_show_html/ertf,
13315                 use get_text_content instead
13316
13317 2002-01-27 [alfons]     0.7.0claws34
13318         
13319         * src/news.c
13320                 make sylpheed believe it can delete a news message...
13321                 (messages are NOT deleted, maybe we should remove
13322                 processing from the folder properties after all.)
13323
13324 2002-01-27 [alfons]     0.7.0claws33
13325
13326         * src/folder.c
13327                 add extra checks
13328         * src/news.c
13329                 implement remove_msg() 
13330
13331 2002-01-27 [alfons]     0.7.0claws32
13332
13333         * src/procmsg.h
13334         * src/procheader.c
13335         * src/messageview.c
13336                 fix return receipt / disposition notification again. this
13337                 stuff seems to break on _every_ major summary UI change, so
13338                 it's now implemented using a flag which is saved in the
13339                 marks cache
13340                 
13341 2002-01-26 [alfons]     0.7.0claws31
13342
13343         * src/import.c
13344                 let import dialog show the destination folder identifier
13345
13346 2002-01-26 [melvin]     0.7.0claws30
13347
13348         * src/folderview.c
13349         * src/summaryview.c
13350                 Readded 'Mark all read' into summary view popup menu
13351                 Added 'Mark all read' in folder view popup menu for IMAP
13352                 and NNTP.
13353                 Made it insensitive if the selected folder is not the shown
13354                 one to avoid 'Mark all read' on the wrong folder.
13355                 
13356 2002-01-26 [paul]       0.7.0claws29
13357
13358         * src/folderview.c
13359           src/summaryview.c
13360                 move 'Mark all read' from summary view to folder view
13361                 menu. (adapted from) patch submitted by Jeremy Andrews,
13362                 <lists@kerneltrap.com>
13363
13364 2002-01-25 [alfons]     0.7.0claws28
13365
13366         * src/gtkstext.c
13367                 put the gtk class name back so GtkSText adapts the 
13368                 settings of GtkText
13369
13370 2002-01-25 [alfons]     0.7.0claws27
13371
13372         * src/folderview.c 
13373                 assimilate Ricardo's patch that shows pixmaps instead of
13374                 plain "new" and "unread" texts in the folder view column
13375                 headers 
13376
13377 2002-01-25 [paul]       0.7.0claws26
13378
13379         * src/Makefile.am
13380                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13381                 be found in non-standard locations. 
13382                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13383
13384 2002-01-25 [paul]       0.7.0claws25
13385
13386         * sync with sylpheed 0.7.0cvs16
13387                 see ChangeLog entry 2002-01-25
13388
13389 2002-01-24 [paul]       0.7.0claws24
13390
13391         * more sync with sylpheed 0.7.0cvs15
13392                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13393
13394 2002-01-23 [sergey]     0.7.0claws23
13395
13396         * src/importldif.c
13397                 Fixed segfault when closing LDIF import wizard with
13398                 the window manager.
13399         * src/imageview.c
13400         * src/imageview.h
13401         * src/messageview.c
13402         * src/mimeview.c
13403                 Fixed wrong scrolling position after switching between
13404                 text and image parts.
13405
13406 2002-01-23 [paul]       0.7.0claws22
13407
13408         * sync with sylpheed 0.7.0cvs15
13409                 see ChangeLog entries 2002-01-22 and 2002-01-23
13410
13411 2002-01-21 [melvin]     0.7.0claws21
13412
13413         * src/prefs_scoring.c
13414         * src/prefs_filtering.c
13415                 Fixed bug where scoring and filtering windows stopped
13416                 autochecking.
13417
13418 2002-01-21 [paul]       0.7.0claws20
13419
13420         * sync with sylpheed 0.7.0cvs12
13421                 see ChangeLog entries 2002-01-20 and 2002-01-21
13422
13423 2002-01-21 [carsten]    0.7.0claws19
13424         * src/mainwindow.c
13425         * src/menu.[ch]
13426         * src/messageview.[ch]
13427         * src/summaryview.[ch]
13428                 changes to shortcuts handling again:
13429                         + "Q" now controled by mainwin
13430                         + v/V are now customizable and have slightly
13431                           different meanings
13432                 the "button" to minimize the messageview (and maximize
13433                 the summary view) is a real button now
13434         * src/compose.c
13435                 "Delete Line+" added to Edit/Advanced (this will also
13436                 delete the '\n')
13437
13438 2002-01-20 [melvin] 0.7.0claws18
13439
13440         * src/addressbook.c
13441                 Made "Bcc" sensitive when addressbook is called from
13442                 compose window (it was a Claws only bug).
13443
13444 2002-01-19 [alfons] 0.7.0claws17
13445
13446         * src/inc.c
13447                 prevent unnecessary updates when currently selected folder has
13448                 no new messages 
13449
13450 2002-01-19 [alfons] 0.7.0claws16
13451         
13452         * src/summaryview.c
13453                 prevent writing the cache based on current message list in summary 
13454                 view when filtering also put messages in currently selected folder
13455
13456 2002-01-19 [paul]
13457
13458         * po/it.po
13459                 Italian translation submitted by Alessandro Maestri
13460                 <a.maestri@cs.tin.it>
13461
13462 2002-01-18 [melvin]     0.7.0claws15
13463
13464         * src/prefs_filters.c
13465                 fixed bug where 'cancel' from 'filters' window stops autochecking
13466                 if the timer timed out  when the window was open.
13467
13468 2002-01-18 [match]      0.7.0claws14
13469
13470         * src/addrclip.[ch]     ** NEW FILE **
13471         * src/addrselect.[ch]   ** NEW FILE **
13472         * src/adbookbase.h      ** NEW FILE **
13473                 addressbook cut, copy and paste
13474         * src/addrbook.[ch]
13475         * src/addrcache.[ch]
13476         * src/addressitem.h
13477         * src/addrindex.[ch]
13478         * src/addritem.[ch]
13479         * src/importldif.c
13480         * src/importmutt.c
13481         * src/jpilot.[ch]
13482         * src/syldap.[ch]
13483         * src/vcard.[ch]
13484         * src/jpilot.[ch]
13485         * src/editbook.c
13486         * src/editjpilot.c
13487         * src/editldap.c
13488         * src/editvcard.c
13489                 support for copy/paste
13490         * src/addressbook.c
13491                 support for copy/paste
13492                 tidy up menu option processing
13493                 correct address list function arguments
13494         * src/editaddress.c
13495                 sort user attributes
13496         * src/ldif.h
13497         * src/mutt.h
13498                 tidy up
13499
13500         * src/addrbook.[ch]
13501         * src/addrbook.[ch]
13502         * src/addrbook.[ch]
13503                 
13504
13505 2002-01-18 [paul]       0.7.0claws13
13506
13507         * sync with sylpheed 0.7.0cvs8
13508                 configure.in: support Mac OS X (Darwin)
13509
13510 2002-01-18 [carsten]    0.7.0claws12
13511         * src/html.c
13512                 small hack to fix a segfault with an empty href
13513                 (reported by Alexandra Walford <deeni@altern.org>)
13514         * src/mainwindow.c
13515         * src/summaryview.c
13516                 the shortcuts for Mark und Mark as unread are hardcoded
13517                 again
13518         * src/compose.c
13519         * src/gtkstext.[ch]
13520                 readded the shortcuts in gtkstext but made them
13521                 customizeable (simply by adding a menu plus a wrapper
13522                 to compose.c)
13523
13524 2002-01-17 [melvin]     0.7.0claws11
13525
13526         * src/gtkspell.c
13527                 fix default dictionary not being saved.
13528
13529 2002-01-16 [darko]      0.7.0claws10
13530
13531         * src/compose.c
13532                 fix wrapping crash with URL longer than wrapping margin
13533
13534 2002-12-08 [hoa]        0.7.0claws10
13535
13536         * src/matcher_parser_parse.y
13537                 fixed some bugs
13538
13539         * src/prefs_filtering.c
13540                 now, we can use bounce action in the dialog box.
13541
13542 2002-01-16 [carsten]    0.7.0claws9
13543         * src/gtkstext.c
13544                 removed the <control> and <alt> shortcuts because they're
13545                 not needed and interefered with the "normal" shortcuts
13546         * src/mainwindow.c
13547         * src/summaryview.c
13548                 removed most of the hardcoded shortcuts and assigned
13549                 them to menu entries making them easy customizable by
13550                 that
13551
13552 2002-01-16 |melvin]     0.7.0claws8
13553
13554         * src/gtkspell.c
13555                 fixed bug where using the mouse and when the compose
13556                 window is not on top may result in a crash.
13557
13558 2002-01-16 [melvin]     0.7.0claws7
13559
13560         * src/compose.c
13561                 fixed a long standingspell checker bug which could 
13562                 cause a crash after sending a message.
13563
13564 2002-01-16 [paul]       0.7.0claws6
13565
13566         * sync with sylpheed 0.7.0cvs7
13567                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13568                 2002-01-15, and 2002-01-16
13569
13570 2002-01-16 [melvin]     0.7.0claws5
13571
13572         * README.claws
13573         * src/compose.c
13574         * src/gtkspell.[ch]
13575         * src/main.c
13576                 Heavily modified spell checker code to work around
13577                 ispell bug, to add keyboard shortcuts and for future
13578                 enhancements. See README.claws for usage information.
13579
13580 2002-01-15 [alfons]     0.7.0claws4
13581         
13582         * src/summaryview.c
13583                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13584                 so sorting within threads reflects sort mode
13585
13586 2002-01-15 [christoph]  0.7.0claws3
13587
13588         * src/procmsg.c
13589                 added alertpanel if mail sending failed
13590
13591 2002-01-15 [alfons]     0.7.0claws2
13592         
13593         * src/prefs_filtering.c
13594                 don't stop timer when prefs filtering dialog is opened
13595
13596 2002-01-14 [alfons]     0.7.0claws1
13597
13598         * src/addr_compl.c
13599         * src/prefs.c
13600                 remove debug_print()s for privacy reasons
13601
13602 2002-01-14 [darko]      0.7.0claws
13603
13604         * README.claws
13605                 quotation wrapping is now also in the main branch
13606
13607 2002-01-14 [paul]
13608
13609         * tools/filter_conv.pl
13610                 allow for Boolean Op and case-sensitivity
13611                 this file is included in the release and tagged
13612                 'rel_0_7_0'
13613
13614 2002-01-13 [paul]       0.7.0claws
13615
13616         * release 0.7.0, with cvs tag 'rel_0_7_0'
13617
13618 2002-01-13 [paul]
13619
13620         * tools/filter_conv.pl
13621         * tools/README
13622                 rewritten to output to matcherrc instead of filteringrc
13623
13624         * po/es.po
13625                 updated Spanish translation by Ricardo Mones Lastra
13626
13627 2002-01-13 [alfons]
13628
13629         * po/nl.po
13630                 update dutch translation
13631
13632 2002-01-13 [paul]
13633
13634         * po/pt_BR.po
13635                 Updated by Fabio Junior Beneditto 
13636
13637 2002-01-13 [melvin]     0.6.6claws53
13638
13639         * po/fr.po
13640                 Updated french translation
13641
13642 2002-01-12 [alfons]     0.6.6claws52
13643
13644         * src/filtering.c
13645                 plug mem leak that has been sitting there for ages              
13646
13647 2002-01-12 [alfons]     0.6.6claws51
13648
13649         * src/summaryview.c
13650                 undo melvin's changes from 0.6.6claws48 because summary
13651                 view now refuses to select first unread message when
13652                 selecting a folder 
13653
13654 2002-01-11 [alfons]     0.6.6claws50
13655
13656         * src/import.c
13657                 use claws' semantics for getting folder item when
13658                 importing an mbox file into a folder 
13659                 (submitted by Dale P. Smith)
13660
13661 2002-01-11 [christoph]  0.6.6claws49
13662
13663         * src/prefs.h
13664                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13665                 toggle widget, because non static prefs can not use
13666                 prefs_set_* functions
13667         * src/prefs_account.c
13668                 toggle smtp auth password field sensitivity if
13669                 user id is empty and add descrition of usage for
13670                 these fields
13671         * src/prefs_folder_item.c
13672                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13673                 callbacks
13674
13675 2002-01-11 [melvin]     0.6.6claws48
13676
13677         * src/compose.c
13678                 fix the 'Ctrl-Enter' feature for sending and test really
13679                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13680                 editables which was not documented in Gtk)
13681
13682         * src/summaryview.c
13683                 Made summaryview refresh after sorting and not before.
13684
13685 2002-01-11 [christoph]  0.6.6claws47
13686
13687         * src/compose.c
13688                 select account from account ids if possible and
13689                 correctly set save folder for copy in reedit
13690
13691 2002-01-10 [paul]       0.6.6claws46
13692
13693         * sync with sylpheed 0.7.0 release
13694                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13695                 2002-01-09
13696
13697 2002-01-09 [alfons]
13698
13699         * src/summaryview.c
13700                 remove more dirt traces...
13701
13702 2002-01-09 [alfons]
13703         
13704         * src/summaryview.c
13705                 clean up some traces of my debugging stuff
13706
13707 2002-01-09 [alfons]     0.6.6claws45
13708
13709         * src/filtering.c
13710                 break up filteringprop_apply() in three separate pieces
13711                 so we can drop messages that failed processing in the
13712                 inbox
13713
13714         * src/summaryview.c
13715                 fix bug #469598 "no refresh of inbox after filter" which 
13716                 was introduced by the new summary view locking, and which 
13717                 prevented the summary view to update after a manual filter 
13718                 message. claw's filter message requires a summary_show().
13719                 (aargh, summary_show() again! :-)
13720                 
13721 2002-01-07 [alfons]     0.6.6claws44
13722
13723         * src/headerwindow.c
13724         * src/logwindow.c
13725         * src/messageview.c
13726         * src/sourcewindow.c
13727                 bring in Hiro's last 0.7.0 wm class fixes
13728
13729         * tools/sylprint.pl
13730                 bring in Ricardo's fix for sylprint script
13731
13732         * AUTHORS       
13733         * src/rfc2015.[ch]
13734         * src/prefs_common.[ch]
13735         * src/prefs_account.[ch]
13736         * src/compose.c
13737                 clean up account preference poison in rfc2015,
13738                 and preparation to fix double sign bug 
13739                 (patch submitted by Simon 'corecode' Schubert)
13740
13741 2002-01-07 [christoph]  0.6.6claws43
13742
13743         * src/mh.c
13744                 search for free message number, do not only rely
13745                 on last_num
13746         * src/send.c
13747                 fix smtp auth and use extra account information
13748                 if available, if not use pop3 data instead
13749                 (closes bug #500341)            
13750         * src/ssl.[ch]
13751                 match coding style
13752
13753 2002-01-06 [alfons]     0.6.6claws42
13754
13755         * src/mainwindow.c
13756                 try making the separate windows work again...
13757
13758 2002-01-06 [alfons]     0.6.6claws41
13759
13760         * src/mainwindow.c
13761                 adapt Hiro's separate window menu (to get rid of the funny
13762                 duplicate menu items), and make it work again
13763
13764 2002-01-06 [alfons]     0.6.6claws40
13765
13766         * tools/Makefile.am
13767         * tools/sylprint.rc
13768         * tools/sylprint.pl
13769         * tools/README.sylprint
13770                 add sylprint script for printing mails from Sylpheed
13771                 (contributed by Ricardo Mones Lastra)
13772
13773         * src/acount.c
13774                 clean up
13775
13776 2002-01-06 [melvin]     0.6.6claws39
13777
13778         * src/mainwindow.c
13779         * src/summaryview.c
13780                 Fixed crash introduced in 0.6.6claws38 by the menu
13781                 reorganisation (Hide read messages)
13782         
13783         * ChangeLog.claws 
13784                 Fixed typo (we are now in 2002, alfons ;) )
13785
13786 2002-01-05 [alfons]     0.6.6claws38
13787
13788         * sync with sylpheed 0.6.6cvs10-17
13789                 (last stuff marked as LAST_STABLE)
13790
13791 2002-01-04 [melvin]     0.6.6claws37
13792
13793         * src/account.c
13794                 Made account selection code use strcasestr again instead of
13795                 g_strcasecmp (fixes bug where reediting queued messages
13796                 did not select proper account reported by T. Link).
13797         
13798         * src/folderview.c
13799                 Fix bug where folder icons are not shown when 'hide read messages'
13800                 is on.
13801         
13802         * src/stock_pixmaps.[ch]
13803                 Added folder icons for 'hide read messages'.
13804         
13805         * src/compose.c
13806                 Fixed bug where 'Enter' in a header entry will send the message 
13807                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13808
13809 2002-01-03 [melvin]     0.6.6claws36
13810         
13811         * src/prefs.[ch]
13812                 Added popup menu for common preferences and
13813                 account preferences (right click on tab displays
13814                                 a menu of all tabs.)
13815
13816 2002-01-02 [melvin]     0.6.6claws35
13817
13818         * src/gtkspell.[ch]
13819                 Made spelling code compatible with undo/redo feature.
13820                 Added creation of suggestion mode menu for the general
13821                         preferences.
13822         
13823         * src/prefs_common.[ch]
13824                 Added option menu for the speller's suggestion mode.
13825                 Added missing spaces in "..." buttons and made a "..."
13826                         button non translatable!
13827         
13828         * src/compose.c
13829                 Made speller use the default suggestion mode.
13830                 Hack to make it possible to choose 'CTRL-Enter' as a
13831                         shortcut for sending (and only for sending).
13832
13833         * src/prefs_folder_item.c
13834                 Changing subject simplification does not update cache 
13835                         anymore (because it is unnecessary).
13836                 Fixed bug where changing subject simplification updated the 
13837                         summaryview even when the viewed folder is not the
13838                         folder which properties are being changed. (E.g. 
13839                                         viewing folder A and changing
13840                                         the subject simplification of 
13841                                         folder B -not being viewed- updated the 
13842                                         summaryview of folder A with data of
13843                                         folder B). (Hope this is clear... )
13844
13845 2001-12-31 [alfons]     0.6.6claws34
13846         
13847         * src/ldif.c
13848         * src/mutt.c
13849                 fgetc() returns a signed integer which doesn't
13850                 fit in a char. so c truncates this to a char
13851                 but we may lose significant bits. i.e. we may
13852                 comparing 0xFF which may not be equal to -1
13853                 unless properly casted to signed char which
13854                 we won't do because fgetc() returns a signed
13855                 integer which doesn't fit in a char. so c 
13856                 truncates this to a char but we may lose 
13857                 significat bits. (you got the idea, thanks
13858                 to Gustavo Noronha Silva <kov@debian.org>
13859                 and the Debian folks!)
13860
13861 2001-12-30 [alfons]     0.6.6claws33
13862
13863         * src/prefs_common.c
13864                 add #ifdef USE_PSPELLs that Melvin forgot               
13865
13866 2001-12-30 [melvin]     0.6.6claws32
13867         
13868         * src/prefs_common.[ch]
13869                 Added configurable color for misspelled words.
13870
13871         * src/gtkspell.[ch]
13872                 Fixed bug of foreground text color (reported by David
13873                                 Mehrmann)
13874                 Added configurable color for misspelled words.
13875
13876 2001-12-30 [alfons]     0.6.6claws31
13877
13878         * src/folder.c
13879                 remove unnecessary things someone put there
13880
13881         * src/mh.c
13882         * src/folder.[ch]
13883                 make folder properties (like threading and sorting) persistent
13884                 (closes bug #497424 "rescan folder tree resets proprieties")
13885                 currently this is only for MH folders. 
13886
13887 2001-12-29 [melvin]     0.6.6claws30
13888
13889         * src/string_match.[ch]
13890                 Optimized a bit: regexp pattern buffer compiled only once, and
13891                   one subroutine call removed. Fixed ^ regexp search: Now, 
13892                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13893         
13894         * src/summaryview.c
13895                 Subject filtering changed to filter summary columns and
13896                   not directly the messages subject cache. The loss in 
13897                   performance is balanced by the improvement of string_match.
13898                 Added an alert panel if there is an error in the regexp.
13899
13900         * src/src/prefs_folder_item.h
13901                 Added a regexp pattern buffer.
13902
13903 2001-12-28 [alfons]     0.6.6claws29
13904
13905         * src/string_match.[ch]
13906                 clean up name space
13907                 allow compilation *BSD
13908
13909 2001-12-27 [alfons]     0.6.6claws28
13910
13911         * src/filter.c
13912                 sync the Hiro's bug fix for BSD
13913
13914 2001-12-27 [melvin]     0.6.6claws27
13915         
13916         * src/compose.c
13917                 Simplify focus to subject entry code.
13918
13919 2001-12-27 [darko]      0.6.6claws26
13920
13921         * src/filtering.c
13922         * src/mbox_folder.c
13923         * src/messageview.c
13924         * src/mh.c
13925         * src/procheader.[ch]
13926         * src/procmsg.h
13927         * src/stock_pixmap.[ch]
13928         * src/summaryview.c
13929                 Show key icon for encrypted mails in summary view
13930
13931         * src/pixmaps/clip.xpm
13932         * src/pixmaps/clipkey.xpm
13933         * src/pixmaps/key.xpm
13934                 New/modified icons for the above
13935
13936 2001-12-27 [melvin]     0.6.6claws25
13937
13938         * src/prefs_common.c
13939                 Put spell checker options in a separate tab to decrease
13940                 the Common Preferences window height.
13941
13942         * README.claws  
13943                 Update spell checker usage instruction about its options
13944                 location.
13945
13946 2001-12-27 [melvin]     0.6.6claws24
13947
13948         * src/compose.c
13949                 Changed subject entry widget position. Initial focus is
13950                 on the To header instead of the subject entry.
13951                 Creating a new header scrolls the header list to make the
13952                 created one visible. Nevertheless, when automatically filling
13953                 headers, the first one is shown.
13954                 A Tab key press in the last empty header entry zips the 
13955                 focus to the subject entry.
13956                 (I did not change the combo boxes, yet)
13957
13958 2001-12-26 [alfons]     0.6.6claws23
13959
13960         * src/prefs_account.c
13961         * src/inc.c
13962                 allow default inbox to reside in another mailbox (only
13963                 works for POP3 accounts)
13964
13965 2001-12-26 [alfons]     0.6.6claws22
13966         
13967         * src/textview.c
13968                 make reply-on-click work with the account of the selected folder
13969         * src/compose.c
13970                 put a fixme here to remind me to fix finding correct default
13971                 account for nested folders
13972
13973 2001-12-25 [alfons]     0.6.6claws21
13974
13975         * src/summaryview.c
13976                 make column headers display locked and mark pixmaps (idea by Melvin) 
13977                 fix bug by adding score and locked column type to sort array
13978
13979 2001-12-25 [alfons]     0.6.6claws20
13980         
13981         * src/summaryview.c
13982                 catch a *potentially* inadvertent write back of  
13983                 the message cache(s) introduced by 0.6.5claws37
13984
13985 2001-12-25 [christoph]  0.6.6claws19
13986
13987         * src/stock_pixmap.[ch]
13988         * src/summaryview.c
13989                 add ignore thread pixmap
13990                 (can someone draw a better icon for this?)
13991
13992 2001-12-24 [alfons]     0.6.6claws18
13993
13994         * src/prefs_folder_item.c
13995                 make address completion actually work for the
13996                 Default To address in the Folder Property dialog.
13997
13998 2001-12-24 [alfons]     0.6.6claws17
13999         
14000         * src/summaryview.c
14001                 use new style regexp for subject stripping 
14002                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14003
14004 2001-12-24 [darko]      0.6.6claws16
14005
14006         * src/pgptext.c
14007         * src/rfc2015.c
14008                 move GPG related informational messages to debug mode
14009
14010 2001-12-23 [alfons]     0.6.6claws15
14011
14012         * src/stock_pixmap.[ch]
14013         * src/summaryview.c
14014                 add the forgotten Claws' locked pixmap
14015
14016 2001-12-23 [alfons]     0.6.6claws14
14017
14018         * src/filesel.c
14019                 accept file name typed in entry in multi file
14020                 selector (patch submitted by Gustavo Noronha Silva 
14021                 <kov@debian.org>)
14022
14023 2001-12-23 [alfons]     0.6.6claws13
14024
14025         * src/prefs_filter.c
14026         * src/prefs_filtering.c
14027         * src/matcher.c
14028         * src/importmutt.c
14029                 clean up a little bit
14030         
14031         * src/string_match.c
14032                 validate input strings a little bit more
14033
14034 2001-12-23 [alfons]     0.6.6claws12
14035
14036         * src/Makefile.am
14037         * src/summaryview.c
14038         * src/string_match.[ch]         ** NEW **
14039         * src/folderview.[ch]
14040         * src/headerview.h
14041         * src/folder.[ch]
14042         * src/prefs_folder_item.[ch]
14043                 add subject simplification to strip out strings from
14044                 a subject line (esp. handy for mailing lists). 
14045                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14046                 but slightly changed things for better integration.)
14047
14048 2001-12-23 [alfons]     0.6.6claws11
14049
14050         * src/mainwindow.c
14051                 fix bug introduced by submission included in 0.6.5claws52.
14052                 ideally this submission should clean the trash if any trash
14053                 folder has a message. however, the hasTrash variable was
14054                 set to false whenever a trash folder was empty (discarding
14055                 a previously found *filled* trash folder.)
14056
14057                 also edited the code a little bit and made it more safe.
14058
14059 2001-12-22 [alfons]     0.6.6claws10
14060
14061         * src/imap.c
14062                 quick fix for Martin Pool's omission of an account
14063                 specific SSL setting
14064
14065 2001-12-22 [alfons]     0.6.6claws9
14066
14067         * src/compose.c
14068         * src/messageview.c
14069         * src/mimeview.c
14070         * src/pgptext.c
14071         * src/procmime.[ch]
14072                 better support for multipart/digest (submitted
14073                 by Fredrik <e98fo@efd.lth.se>)
14074
14075 2001-12-22 [alfons]     0.6.6claws8
14076
14077         * src/addressbook.c
14078                 correct function signature
14079         * src/socket.[ch]
14080         * src/imap.[ch]
14081         * src/prefs_account.[ch]
14082                 allow IMAP over SSH tunnel (patch submitted by 
14083                 Martin Pool <mbp@samba.org>)
14084
14085 2001-12-21 [alfons]     0.6.6claws7
14086
14087         * sync with sylpheed 0.6.6cvs4-9
14088                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14089
14090 2001-12-21 [christoph]  0.6.6claws6
14091
14092         * src/compose.c
14093         * src/prefs_folder_item.[ch]
14094                 implement saving of outgoing messages to current folder.
14095                 fix segfault when no default outbox is available
14096                 (closes bug #495683)
14097
14098 2001-12-21 [carsten]    0.6.6claws5
14099         * src/folderview.c
14100         * src/summaryview.c
14101                 pressing CTRL while DND does now the expected thing and
14102                 copies the mail (moving is still the default, as this
14103                 seam more appropriate for handling mails by DND)
14104
14105 2001-12-18 [paul]       0.6.6claws4
14106
14107         * sync with sylpheed 0.6.6cvs3
14108                 see ChangeLog entries 2001-12-18
14109
14110 2001-12-18 [hiro]       0.6.6claws3
14111
14112         * src/undo.c
14113                 fix for multibyte characters (obtain the number of letters
14114                 instead of bytes).
14115
14116 2001-12-17 [paul]       0.6.6claws2
14117
14118         * sync with sylpheed 0.6.6cvs1
14119                 see ChangeLog entry 2001-12-16
14120
14121 2000-12-17 [alfons]     0.6.6claws1
14122
14123         * src/filtering.c
14124                 clean up
14125
14126 2001-12-16 [paul]       0.6.6claws
14127 2001-12-15
14128
14129         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14130
14131         * src/mimeview.c
14132                 last minute sync with main 0.6.6
14133
14134         * po/es.po
14135                 updated by Ricardo Mones Lastra
14136                 update for last minute sync
14137         * po/fr.po
14138         * po/nl.po
14139                 update for last minute sync
14140         * po/de.po
14141                 updated by Jens Oberender
14142         * po/pt_BR.po
14143                 updated by Fabio Junior Beneditto
14144
14145         * src/prefs_common.[ch]
14146         * src/undo.c
14147                 number of undo levels is user configurable
14148                 (squeeze it into the release in the dying
14149                 moments) Submitted by Jens Oberender    
14150
14151 2001-12-15 [melvin]
14152
14153         * po/fr.po
14154                 updated french translation
14155
14156 2001-12-15 [paul]       0.6.5claws92
14157
14158         * sync with sylpheed 0.6.5cvs28
14159                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14160
14161         * po/nl.po
14162                 update to allow for sync
14163
14164 2001-12-15 [alfons]
14165         
14166         * po/nl.po
14167                 update dutch translation
14168
14169 2001-12-14 [carsten]    0.6.5claws91
14170         * src/summaryview.c
14171                 fixed bug #473785; also after changing the column order
14172                 the same message will be selected and displayed as before
14173                 the reordering
14174
14175 2001-12-14 [carsten]    0.6.5claws90
14176         * src/folderview.c
14177                 probably found the bug reported by wwb opening or closing
14178                 a folder tree just before dnd (found the solution in the
14179                 balsa source -- thanks to them)
14180
14181 2001-12-14 [carsten]    0.6.5claws89
14182         * src/gtkutils.c
14183         * src/account.c
14184                 moved gtk_clist_moveto to the right place, so that
14185                 only the accounts dialog is effected on opening
14186
14187 2001-12-14 [carsten]    0.6.5claws88
14188         * src/gtkutils.c
14189                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14190                 now, so that the focused row will be seen in any case
14191                 (reported by wwp on sf-claws-user)
14192
14193 2001-12-14 [darko]      0.6.5claws87
14194
14195         * src/compose.c
14196                 remove unnecessary line
14197
14198 2001-12-14 [paul]       0.6.5claws86
14199
14200         * sync with sylpheed 0.6.5cvs27
14201                 see ChangeLog entries 2001-12-14
14202
14203 2001-12-14 [carsten]    0.6.5claws85
14204         * src/mainwindow.c
14205                 following a suggestion of Melvin the rcoabm pops up
14206                 right under the button now and the button is reliefed
14207                 while the popup is open
14208
14209 2001-12-14 [darko]      0.6.5claws84
14210
14211         * src/compose.c
14212                 fix crash when wrapping long lines if linewrap quotation
14213                 is disabled and wrapper encounters a word spanning more
14214                 than one line
14215
14216 2001-12-13 [paul]       0.6.5claws83
14217
14218         * src/compose.c
14219                 prefer 'Reply-To' header over mailing list header when
14220                 replying to a message. Finally prevent all those confirmation 
14221                 messages being sent to the list itself.
14222
14223         * src/summaryview.c
14224                 remove unused summary_set_menu_sensitive() entry
14225
14226 2001-12-13 [paul]       0.6.5claws82
14227
14228         * src/folderview.c
14229         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14230         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14231         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14232                 improvements to 'Hide read messages': Inbox, Outbox,
14233                 Trash, Queue, and Draft icons now reveal presence of hidden 
14234                 messages
14235
14236 2001-12-12 [alfons]     0.6.5claws81
14237
14238         0.6.5claws80 was tagged as LAST_STABLE
14239
14240         * src/filtering.[ch]
14241         * src/matcher.[ch]
14242         * src/matcher_parser_lex.c
14243                 fix the filtering; my last attempt to get it right, 
14244                 if it does not work, it's Hoa's turn. ;-)
14245
14246                 for my honourable peers:
14247                 
14248                 the code now makes a clear distinction between
14249                 rules as they are displayed (probably escaped),
14250                 and as they are executed (probably unescaped). the
14251                 parser does *NOT* do any unescaping, this is
14252                 the task of the matcher.c (which breaks up a
14253                 rule into condition) and the filtering.c (which
14254                 breaks up the rule's action). to make this
14255                 run happily we provide an unescaped copy of
14256                 crucial strings to the MatcherProp and 
14257                 FilteringAction structures. note that the only
14258                 exception to this is any REGEXP string. those
14259                 are directly passed to regcomp() and regexp()
14260                 (who have much more powerful unescape functions).
14261                 
14262                 for everyone else:
14263         
14264                 you can escape tab (\t), carriage return (\r),
14265                 linefeed (\n), form feed (\f), quote (\"), 
14266                 single quote (\'), bell (\b) in all the entry
14267                 lines in the scoring & filtering dialogs.
14268                 as an added bonus this should not affect
14269                 existing filtering rules.
14270
14271 2001-12-12 [carsten]    0.6.5claws80
14272
14273         * src/summaryview.c
14274         * po/de.po
14275                 "item(s) selected" is now sensitive to 1 or more
14276                 than one selected (nice for language where simple
14277                 adding of a "s" is not possible as German (Eintrag
14278                 ->Eintr"age)
14279                 
14280                 the "forward as attachment" entry from the right
14281                 click menu removed, "forward" acts following the
14282                 prefs
14283         
14284         * src/textview.c
14285                 reverted my former changes; so compiler warning again
14286                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14287                 nevertheless
14288
14289         * src/messageview.c
14290                 "search in message" does now *not* only work in MVIEW_TEXT
14291                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14292                 message
14293
14294         * src/mainwindow.c
14295                 removed "/File/_Close" as it was the same as "/File/E_xit"
14296                 and we don't need it two times
14297
14298                 the separate folder view and message view now get a distinct
14299                 WMCLASS, just in case someone is using sawfish ;-)
14300
14301                 as the menu entries "/View/Message view" and "/View/Folder tree"
14302                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14303                 make them sensitive accordingly and as these two are "shown"
14304                 after startup anytime check this menuitem at startup
14305
14306 2001-12-12 [paul]       0.6.5claws79
14307
14308         * src/folderview.c
14309                 fix sensitivity of 'Search folder...', broken in
14310                 0.6.5claws75
14311
14312         * src/mainwindow.c
14313                 fix dodgy English
14314
14315 2001-12-11 [carsten]    0.6.5claws78
14316         * src/filtering.c
14317                 fixed two typos returning a wrong FALSE/TRUE
14318         * src/mainwindow.[ch]
14319                 extra menu for email/news button removed
14320
14321 2001-12-11 [alfons]     0.6.5claws77
14322         
14323         * src/matcher.c                 (1.3)
14324         * src/matcher_parser_lex.l      (1.28)
14325                 revert for another attempt
14326                 mark 0.6.5claws77 as LAST_STABLE
14327
14328 2001-12-11 [christoph]  0.6.5claws76
14329
14330         * po/de.po
14331                 fixed wrong translation for prev. unread msg
14332
14333 2001-12-11 [paul]       0.6.5claws75
14334
14335         * src/folder.[ch]
14336         * src/folderview.c
14337         * src/mainwindow.c
14338         * src/summaryview.[ch]
14339         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14340                 enable ability to hide read messages on per folder basis via 
14341                 '/Summary/Hide read messages'; when selected, a folder will 
14342                 have a red open folder icon, instead of a blue icon, if the 
14343                 folder contains hidden messges
14344                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14345
14346         * src/mainwindow.c
14347                 remove '/Message/Forward as attachment' from 
14348                 main_window_set_menu_sensitive() to prevent debug warning
14349
14350         * src/folderview.c
14351         * src/mainwindow.c
14352                 Clean up some of the English
14353
14354         * tools/newscache_clean.pl
14355                 allow for new 'hidereadmsgs' entry in folderlist.xml
14356
14357         * po/es.po
14358                 updated translation, submitted by Ricardo Mones Lastra
14359
14360 2001-12-11 [paul]       0.6.5claws74
14361
14362         * sync with sylpheed 0.6.5cvs25
14363                 see ChangeLog entry 2001-12-11
14364
14365 2001-12-10 [alfons]     0.6.5claws73
14366
14367         * src/matcher.c
14368                 add more control characters
14369         * src/matcher_parser_lex.l
14370                 make escaping / unescaping work again
14371
14372 2001-12-10 [alfons]     0.6.5claws72
14373
14374         * src/imap.c
14375                 clean up warnings "returning value for void function" 
14376         * src/prefs_filtering.c
14377                 make info button for execute action sensitive
14378
14379 2001-12-10 [paul]       0.6.5claws71
14380
14381         * src/compose.c
14382         * src/imap.[ch]
14383         * src/summaryview.c
14384                 fix: imap server now gets informed of MARKED, UNMARKED
14385                 and REPLY events. Now people can use different IMAP-Mail
14386                 clients and have the exact same information about MARKED,
14387                 UNMARKED and REPLY status with all of them. Especially
14388                 useful for imap servers with a web-frontend.
14389                 submitted by Tobias Sandhaas <medlor@web.de>
14390
14391 2001-12-09 [melvin]     0.6.5claws70
14392         
14393         * src/textview.[ch]
14394                 fixed bug #490076 (hunted down by Alfons who implemented
14395                 a workaround in 0.6.5claws65)
14396
14397 2001-12-09 [christoph]  0.6.5claws69
14398
14399         * src/summaryview.c
14400                 set pointer to string in LOCKED column to NULL
14401                 (might fix bug #490800)
14402
14403 2001-12-09 [carsten]    0.6.5claws68
14404
14405         * po/de.po
14406                 resolved some cluttered menu shortcuts 
14407                 ('creating new email' and 'creating news message'
14408                 hade the same)
14409         * src/compose.c
14410                 wmclass now distinc from main window
14411         * src/mainwindow.c
14412           src/mainwindow.h
14413                 email/news and forward button functionality similar
14414                 to the reply buttons; removed the ugly dropdown arrows
14415                 and use instead the right mouse button
14416
14417 2001-12-09 [paul]       0.6.5claws67
14418
14419         * src/imap.c
14420         * src/utils.h
14421                 allow spaces in imap folder names
14422                 submitted by Willem van Engen <wvengen@stack.nl>
14423
14424 2001-12-09 [paul]       0.6.5claws66
14425
14426         * sync with sylpheed 0.6.5cvs24
14427                 see ChangeLog entry 2001-12-09
14428
14429 2001-12-08 [alfons]     0.6.5claws65
14430
14431         * src/textview.c
14432                 prevent secondary selection claim after "add to sender" dialog
14433                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14434                 we trick GTK by simulating a click at (0, 0) in the textview.
14435
14436 2001-12-08 [hoa]        0.6.5claws64
14437
14438         * src/folder.c
14439                 fixed a bug about the .processing folder name while filtering
14440
14441 2001-12-08 [alfons]     0.6.5claws63
14442
14443         * src/folderview.c 
14444                 work around problem of not correctly updating folder stats
14445                 when deleting messages. there's some folder scanning evil
14446                 going so the folderview_update_msg_num() does not work
14447                 correctly. need to investigate this.
14448
14449 2001-12-08 [paul]       0.6.5claws62
14450
14451         * sync with sylpheed 0.6.5cvs23
14452                 see ChangeLog entry 2001-12-08
14453
14454 2001-12-07 [christoph]  0.6.5claws61
14455
14456         * src/compose.c
14457                 fix another header translation problem
14458
14459 2001-12-07 [alfons]     0.6.5claws60
14460
14461         * src/mbox.c
14462                 make filtering also work on local spool mbox
14463
14464 2001-12-07 [carsten]    0.6.5claws59
14465         * src/addressbook.c
14466                 addressbook window gets a wmclass distinct from the main
14467                 sylpheed window
14468         * src/compose.h
14469         * src/mainwindow.[ch]
14470                   forward menu item will use mode selected in prefs, forward 
14471                 as attatchment in menu removed (will be substituted in the
14472                 toolbar similar to reply buttons)
14473                   create news message menu entry and news button is now 
14474                 sensitive to the existance of a news account
14475         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14476         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14477         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14478                 these are removed because the toolbar buttons don't show
14479                 the quoting modus any longer
14480
14481 2001-12-07 [paul]
14482
14483         * tools/newscache_clean.pl      ** NEW FILE **
14484                 perl script to do some tidying up in the newscache directory 
14485                 
14486         * tools/sylpheed-switcher       ** NEW FILE **
14487                 perl script to enable easy switching between main and claws
14488                 
14489         * tools/README
14490                 added descriptions of the two new perl scripts          
14491
14492
14493 2001-12-07 [melvin]     0.6.5claws58
14494
14495         * src/messageview.c
14496                 fixed a warning during compilation introduced in 0.6.5claws56
14497
14498 2001-12-07 [paul]       0.6.5claws57
14499
14500         * src/mainwindow.[ch]
14501         * src/menu.[ch]
14502                 further usability enhancements to replying with or without 
14503                 quoting via the toolbar, use of Ctrl key is replaced by 
14504                 drop down menu 
14505                 Submitted by Carsten Schurig            
14506
14507 2001-12-07 [melvin]     0.6.5claws56
14508
14509         * src/messageview.c
14510                 hack to fix bug that prevented to make/paste selections
14511                 after switching between MVIEW_TEXT and MVIEW_MIME views
14512                 without deselecting the selection first.
14513
14514 2001-12-06 [alfons]     0.6.5claws55
14515
14516         * src/filtering.[ch]
14517         * src/inc.c
14518                 revise filtering a little bit more, and make sure
14519                 messages are delivered to the appropriate inbox
14520                 (perhaps set per account)
14521
14522 2001-12-06 [paul]       0.6.5claws54
14523
14524         * sync with sylpheed 0.6.5cvs22
14525                 see ChangeLog entry 2001-12-06
14526
14527 2001-12-05 [alfons]     0.6.5claws53
14528
14529         * src/inc.c
14530         * src/folder.[ch]
14531         * src/procmsg.c
14532         * src/filtering.c
14533                 more revisions of filtering system
14534                 (last stable version is marked as LAST_STABLE)
14535                 
14536                 | NOTE 1): the filtering system now uses a local folder called
14537                 | .processing. if filtering fails, check this directory
14538                 | for missing messages.
14539                 |
14540                 | NOTE 2): help us find the filtering actions still missing
14541
14542 2001-12-05 [paul]       0.6.5claws52
14543
14544         * src/mainwindow.c
14545                 fix bug where 'Empty Trash?' pop-up window appears even
14546                 when Trash is empty, submitted by Jesse Skinner         
14547
14548 2001-12-05 [melvin]     0.6.5claws51
14549
14550         * src/compose.c
14551                 fixed bug #486106 to select correct account when reediting 
14552                 a queued message
14553         
14554 2001-12-04 [alfons]     0.6.5claws50
14555
14556         * src/mh.c
14557                 declare markfile in appropriate functions when
14558                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14559                 for spotting this)
14560
14561 2001-12-04 [paul]       0.6.5claws49
14562
14563         * sync with sylpheed 0.6.5cvs21
14564                 see ChangeLog entry 2001-12-04
14565
14566 2001-12-03 [christoph]  0.6.5claws48
14567
14568         * po/de.po
14569                 changed translation of undo
14570         * src/account.c
14571         * src/folder.c
14572                 don't reinvent the wheel to traverse a GNode
14573         * src/compose.[ch]
14574                 seperate code to create the compose gui into functions
14575                 add "Others" page with folder selection for saving copy
14576                 of the message.
14577                 the folder identifier is saved to queue header
14578         * src/procmsg.c
14579                 save message to folder in queue header
14580
14581 2001-12-03 [paul]       0.6.5claws47
14582
14583         * sync with sylpheed 0.6.5cvs20
14584                 see ChangeLog entry 2001-12-03
14585
14586 2001-12-01 [paul]
14587
14588         * more sync with sylpheed 0.6.5cvs19
14589                 see ChangeLog entry 2001-11-29
14590
14591 2001-11-30 [paul]       0.6.5claws46
14592         
14593         * src/compose.c
14594                 remove conflicts introduced by Hoa's last commit
14595          
14596         * src/mainwindow.c
14597                 make 'Message/Bounce' sensitive
14598
14599 2001-11-30 [hoa]        0.6.5claws45
14600
14601         * src/compose.c
14602                 slightly change bounce function to add
14603                 information about the user that bounced the mail
14604                 in the From header line.
14605
14606         * src/folderview.c
14607                 permit the use of processing in outbox folder.
14608
14609 2001-11-29 [paul]       0.6.5claws44
14610
14611         * src/mainwindow.[ch]
14612         * src/prefs_common.c
14613         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14614         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14615         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14616                 usability enhancements to the quoting, implements
14617                 use of Ctrl key to toggle quoting settings
14618                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14619
14620 2001-11-29 [paul]       0.6.5claws43
14621         
14622         * sync with sylpheed 0.6.5cvs19
14623                 see ChangeLog entry 2001-11-28
14624
14625 2001-11-29 [melvin]     0.6.5claws42
14626         * src/Makefile.am
14627                 added enriched.[ch] to the list of files
14628
14629         * src/textview.c
14630         * src/mimeview.c
14631         * src/procmime.[ch]
14632         * src/enriched.[ch]
14633                 added support to view text/enriched
14634                 added support to show headers in message view for text/enriched and text/html
14635                         in non multipart messages
14636
14637 2001-11-28 [paul]       0.6.5claws41
14638
14639         * more sync with sylpheed 0.6.5cvs18
14640                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14641
14642 2001-11-27 [paul]       0.6.5claws40
14643         
14644         * po/pt_BR.po
14645                 updated translation, submitted by Fabio Junior Beneditto
14646                 
14647         * sync with sylpheed 0.6.5cvs18
14648                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14649                 2001-11-27
14650
14651
14652 2001-11-26 [paul]
14653
14654         * po/es.po
14655                 updated translation, submitted by Ricardo Mones Lastra
14656
14657 2001-11-26 [alfons]
14658
14659         * src/matcher.c
14660                 add more translatable strings
14661
14662 2001-11-26 [christoph]  0.6.5claws39
14663
14664         * po/de.po      
14665                 fixed one more umlaut
14666         * src/compose.c
14667                 fix translated header when it should not be translated
14668
14669 2001-11-26 [paul]       0.6.5claws38
14670
14671         * src/mainwindow.c
14672                 remove '/Message/Add Sender to address book' from 
14673                 main_window_set_menu_sensitive(), prevent debug warning
14674                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14675
14676 2001-11-26 [paul]       0.6.5claws37
14677
14678         * src/summaryview.c
14679                 fix 'recurring unread state' bug 
14680
14681         * tools/README 
14682         * tools/filter_conv.pl
14683                 read name of top level mailbox from folderlist.xml
14684                 and presume nothing about its name              
14685
14686 2001-11-26 [darko]      0.6.5claws36
14687
14688         * src/gtkstext.[ch]
14689                 removed functions that are now in gtkutils.c
14690                 use gtkut_text_is_uri_string() from gtkutils.c
14691         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14692
14693 2001-11-26 [paul]       0.6.5claws35
14694
14695         * sync with sylpheed 0.6.5cvs16
14696                 see ChangeLog entries 2001-11-25 and 2001-11-26
14697
14698 2001-11-25 [alfons]     0.6.5claws34
14699
14700         EXPERIMENTAL!!! Please checkout the last stable version using: 
14701           
14702         % cvs update -r LAST_STABLE -dRAP
14703
14704         (Or help us testing this stuff.)
14705
14706         * src/filtering.c               (1.14)
14707         * src/filtering.h               (1.6)
14708         * src/inc.c                     (1.28)
14709         * src/matcher.c                 (1.20)
14710         * src/mbox.c                    (1.9)
14711         * src/procmsg.h                 (1.14)
14712         * src/summaryview.c             (1.59)
14713         * src/summaryview.h             (dunno)
14714                 revert/merge/sync to as it was before commit 
14715                 on Thu, 19 Jul 2001 10:15:51 -0700.
14716
14717 2001-11-25 [hoa]        0.6.5claws33
14718
14719         * src/main.c
14720                 processing mails at startup
14721
14722         * src/folderview.c
14723         * src/summaryview.[ch]
14724                 processing mails when entering folder
14725
14726         * src/prefs_filtering.c
14727                 fixed some UI bugs
14728
14729 2001-11-24 [alfons]     0.6.5claws32
14730
14731         * src/summaryview.[ch]
14732                 make summary sort headers work, and also make
14733                 sure the sort type is stored
14734
14735 2001-11-23 [alfons]     0.6.5claws31
14736
14737         * src/summaryview.[ch]
14738                 make lock work like mark
14739                 disallow deleting messages marked as locked
14740
14741 2001-11-23 [alfons]     0.6.5claws30
14742
14743         * src/gtkstext.c
14744         * src/compose.[ch]
14745         * src/Makefile.am
14746         * src/undo.[ch]
14747                 merge undo patch submitted by Jens
14748
14749 2001-11-23 [christoph]  0.6.5claws29
14750
14751         * src/.cvsignore
14752                 added ylwrap
14753         * src/compose.c
14754                 fixed gpg signing and encoding
14755         * src/folder.[ch]
14756         * src/main.c
14757                 added --status option to get new, unread and total
14758                 message count from a running sylpheed
14759         * src/prefs_common.c
14760                 temporary fix for reply_with_quote problem
14761                 (don't call functions for non existing widget)
14762         * src/procmsg.c
14763                 one more check for ignored threads but still not
14764                 always working correctly. probably a recursive
14765                 check for all parents is needed
14766
14767 2001-11-23 [darko]      0.6.5claws28
14768
14769         * src/compose.c
14770                 wrapping on send improvements
14771         * src/gtkutils.[ch]
14772                 fix for GtkSText after last sync with main branch
14773                 GTK_TEXT -> GTK_STEXT
14774
14775 2001-11-23 [paul]       0.6.5claws27
14776
14777         * sync with sylpheed 0.6.5cvs14
14778                 see ChangeLog entries 2001-11-22 and 2001-11-23
14779                 
14780         * po/de.po
14781                 fixed the scrambled umlauts 
14782                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14783
14784 2001-11-21 [paul]       0.6.5claws26
14785
14786         * sync with sylpheed 0.6.5cvs12
14787                 see 2nd ChangeLog entry dated 2001-11-20
14788
14789 2001-11-20 [paul]       0.6.5claws25
14790
14791         * sync with sylpheed 0.6.5cvs11
14792                 see ChangeLog entry 2001-11-19 (src/utils.c)
14793
14794 2001-11-20 [hiro]
14795
14796         * src/compose.c
14797                 GTK_TEXT -> GTK_STEXT
14798                 fix for wrong comment
14799
14800 2001-11-20 [hiro]       0.6.5claws24
14801
14802         * src/compose.[ch]
14803                 more merges from main branch
14804                 removed fatal warnings (uninitialized variables etc.)
14805                 some coding style fix
14806         * src/gtkutils.h
14807                 fixed typo.
14808         * src/addressbook.c
14809           src/addrindex.c
14810                 V-Card -> vCard
14811
14812 2001-11-19 [hoa]        0.6.5claws23
14813
14814         * src/filtering.c
14815         * src/prefs_scoring.c
14816         * src/matcher.[ch]
14817         * src/scoring.c
14818                 cleaning code
14819
14820         * src/matcher_parser_parse.y
14821         * src/prefs_filtering.c
14822                 bouncing
14823
14824 2001-11-19 [alfons]     0.6.5claws22
14825
14826         more of my old things into claws
14827
14828         * src/Makefile.am
14829         * src/prefs_common.c
14830         * src/procmsg.h
14831         * src/summaryview.[ch]
14832         * src/prefs_summary_column.c
14833         * src/pixmaps/locked.xpm
14834                 add indicators for locking of message in summary view
14835                 (does not work yet, only visual indicator)
14836
14837 2001-11-19 [paul]       0.6.5claws21
14838
14839         * sync with sylpheed 0.6.5cvs10
14840                 see ChangeLog entry 2001-11-19
14841
14842 2001-11-18 [alfons]     0.6.5claws20
14843         
14844         * src/filtering.c
14845                 remove an inadvertent free I forgot in previous clean up 
14846
14847 2001-11-18 [alfons]     0.6.5claws19
14848
14849         * src/filtering.[ch]
14850                 clean up & plug leaks
14851
14852 2001-11-18 [paul]       0.6.5claws18
14853
14854         * sync with sylpheed 0.6.5cvs9
14855                 see ChangeLog entries 2001-11-17 and 2001-11-18
14856
14857 2001-11-16 [paul]       0.6.5claws17
14858
14859         * sync with sylpheed 0.6.5cvs8
14860                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14861
14862 2001-11-16 [paul]       0.6.5claws16
14863
14864         * sync with sylpheed 0.6.5cvs7
14865                 see ChangeLog entries 2001-11-15 and 2001-11-16
14866
14867 2001-11-15 [hoa]        0.6.5claws15
14868
14869         * src/compose.c
14870                 fix bounce, mails we received couln't be bounced to ourself.
14871
14872         * src/defs.h
14873         * src/filtering.[ch]
14874         * src/matcher.[ch]
14875         * src/matcher_parser.h
14876         * src/matcher_parser_lex.l
14877         * src/matcher_parser_parse.y
14878         * src/inc.c
14879         * src/main.c
14880         * src/mbox.c
14881         * src/prefs_filtering.[ch]
14882         * src/mainwindow.c
14883         * src/prefs_matcher.c
14884         * src/prefs_scoring.c
14885         * src/scoring.[ch]
14886         * src/summaryview.c
14887                 new matcher/filter/score configuration file parser
14888                 one unique configuration file => ~/.sylpheed/matcherrc
14889                 import in currently automatic, then save are made
14890                 in this new file.
14891                 one filter per folder and one global filter
14892                 (filter of a folder will be used as folder processing)
14893
14894         * src/folder.c
14895                 fix a bug in folder_item_get_identifier
14896                 
14897         * src/messageview.c
14898                 receive receipt return are fixed.
14899
14900 2001-11-14 [alfons]     0.6.5claws14
14901
14902         * src/session.h
14903                 add things from main branch to make claws compile
14904
14905 2001-11-14 [paul]       0.6.5claws13
14906
14907         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14908                 see ChangeLog entries 2001-11-08 to 2001-11-14
14909
14910 2001-11-14 [hoa] 0.6.5claws12
14911
14912         * src/compose.[ch]
14913         * src/mainwindow.c
14914         * src/summaryview.c
14915                 add "bounce mail" option
14916
14917 2001-11-13 [christoph]  0.6.5claws11
14918
14919         * src/compose.c
14920                 Cleanup a mess i add before commiting
14921
14922 2001-11-13 [hoa]        0.6.5claws10
14923
14924         * src/compose.c
14925                 some fixes when mail are sent or
14926                 for crossposts
14927
14928 2001-11-13 [christoph]  0.6.5claws9
14929
14930         * po/de.po
14931                 Changed two string with the same translation
14932         * src/compose.c
14933         * src/procmsg.[ch]
14934         * src/send.[ch]
14935                 New mailsending process:
14936                   - Always queue message before sending
14937                     (message will be saved if sylpheed crashed or
14938                      freezes while sending)
14939                   - Allow queuing of newspostings
14940                   - No copy in outbox before sending
14941                     (closes bug #469501)
14942                   - No more redundant code for send and send_later
14943         * src/summaryview.c
14944                 Applied wwp <subscript@free.fr>'s patch that fixes
14945                 marks for multiple forwarded messages (+compose.c)
14946
14947 2001-11-12 [alfons]
14948
14949         * README.claws
14950                 remove things that are now in main branch
14951         
14952         * po/nl.po
14953                 update Dutch translation
14954
14955 2001-11-12 [mhadasht]   0.6.5.claws8
14956
14957         * src/prefs_common.c
14958                 re-enabled account autoselection feature for forward
14959                 and reedit lost during the branch point for SYNC-B4-REL
14960         * src/gtkspell.c
14961                 gtkpspell_get_dict(): more readable code (even if function is
14962                 not used yet)
14963         * ChangeLog.claws
14964                 added version number info to 2001-11-12 [hiro] comment.
14965
14966 2001-11-12 [hiro]       0.6.5.claws7
14967
14968         * src/compose.c
14969                 compose_forward(): fixed a bug that forward quote mark
14970                 wasn't used.
14971                 removed unnecessary code.
14972         * src/template_select.[ch]: removed.
14973
14974 2001-11-11 [alfons]
14975
14976         * src/compose.c
14977                 :%s/GTK_TEXT/GTK_STEXT/g
14978         
14979         * src/compose.[ch]
14980         * src/undo.[ch]
14981         * src/Makefile.am
14982                 revert the undo stuff (this is 0.6.6claws stuff)
14983
14984 2001-11-11 [hoa]        0.6.5.claws6
14985
14986         * src/compose.[ch]
14987                 Insert signature at the end of the text.
14988                 Added undo patch but currently disabled
14989
14990         * src/procmsg.c
14991                 Threading by subject improved.
14992
14993         * added src/undo.[ch]
14994                 Undo module for compose dialog box.
14995
14996 2001-11-11 [alfons]     0.6.5.claws5
14997
14998         * src/procmsg.c
14999                 prevent threading by subject on nodes that have already been
15000                 threaded by in-reply-to (as in "circular references in a tree
15001                 result in a dead branch")
15002
15003 2001-11-09 [hoa]        0.6.5.claws4
15004         
15005         * src/folderview.c
15006                 allows creation of mbox folder item from any files.
15007
15008 2001-11-09 [alfons]     0.6.5.claws3
15009         
15010         * src/utils.c
15011         * src/procmsg.c
15012                 do what I mean and correct threading by subject so it really
15013                 ignores attracting lines without "Re: "
15014
15015 2001-11-07 [alfons]     0.6.5.claws2
15016
15017         * src/procmsg.c
15018         * src/utils.[ch]
15019                 only attract by subject if a subject line starts with a "Re: "
15020         * src/syldap.c
15021                 remove warning
15022
15023 2001-11-07 [paul]       0.6.5claws1
15024
15025         * sync with sylpheed 0.6.5. release
15026                 see ChangeLog entry 2001-11-07
15027
15028 2001-11-07 [paul]       0.6.4claws31
15029
15030         * sync with sylpheed 0.6.4cvs18
15031                 see ChangeLog entries 2001-10-30 to 2001-11-07
15032                 prefs_templates.[ch] renamed prefs_template.[ch]
15033
15034 2001-11-06 [alfons]
15035         
15036         * src/utils.h
15037                 add semicolon Hoa forgot ;-)
15038                 
15039
15040 2001-11-06 [hoa]        0.6.4claws30
15041         
15042         * src/procmsg.c
15043         * src/summaryview.c
15044         * src/utils.c
15045         * src/utils.h
15046                 threading by subject - empty subject are ignored
15047
15048 2001-11-06 [christoph]  0.6.4claws29
15049
15050         * src/socket.c
15051                 use SSL_peek for sock_gets
15052         * src/utils.c
15053                 removed unneeded pointer in extracting quoted
15054                 names implementation
15055
15056 2001-11-06 [melvin]     0.6.4claws28
15057
15058         * src/gtkspell.c
15059                 fixed bug #476792 Selection overtyping with spell checker
15060                 fixed bug which could cause a buffer overflow
15061                 fixed a memory leak
15062
15063 2001-11-06 [hoa]        0.6.4claws27
15064         
15065         * src/procmsg.c
15066         * src/summaryview.c
15067                 threading by subject
15068
15069 2001-11-05 [alfons]     0.6.4claws26
15070         
15071         * README.claws
15072                 Claws -> Sylpheed (vice versa)
15073
15074         * src/compose.c
15075                 :%s/gtk_text/gtk_stext/g
15076                 :%s/GTK_TEXT/GTK_STEXT/g
15077                 (thanks to Jonathan Ware for spotting this)
15078
15079 2001-11-04 [christoph]  0.6.4claws25
15080
15081         * src/summaryview.c
15082                 replace Xalloca + strdup with Xstrdup_a
15083         * src/utils.c
15084                 better implementation of extracting quoted names
15085                 from addresses (remove backlashes and ignore
15086                 quotes after them)
15087
15088 2001-11-04 [alfons]     0.6.4claws24
15089
15090         * src/utils.[ch]
15091                 edit to comply more with coding style
15092
15093         * src/textview.c
15094                 fix bug reported by Kim Schulz. introduced by the patch integrated
15095                 in 0.6.4claws15. the code did not check the return value of
15096                 the html parser.
15097
15098         * AUTHORS
15099                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15100
15101 2001-11-04 [christoph]  0.6.4claws23
15102
15103         * src/main.c
15104         * src/prefs_common.[ch]
15105                 init some pointers that possibly caused a segfault
15106                 reported in the claws-users ML
15107
15108 2001-11-04 [hoa]        0.6.4claws22
15109
15110         * src/grouplistdialog.c
15111                 change the names of the nodes in the tree
15112
15113         * src/compose.c
15114                 enhanced mailto syntax as described in
15115                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15116                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15117
15118         * src/utils.c
15119                 encode and decode URI (useful when opening URL into
15120                 netscape).
15121
15122 2001-11-03 [hoa]        0.6.4claws21
15123
15124         * src/grouplistdialog.c
15125                 a new newsgroups list selection dialog box
15126                 with a CTree instead of a CList
15127
15128 2001-11-03 [hoa]        0.6.4claws20
15129
15130         * src/folderview.c
15131                 enable property and scoring options when right
15132                 click on "inbox"
15133
15134         * src/summaryview.c
15135                 fixed bug when nickname were displayed using
15136                 the address book.
15137
15138 2001-11-02 [darko]      0.6.4claws19
15139
15140         * src/compose.c
15141                 new wrap quotation and URL/long words wrapping implementation
15142         * src/compose.c src/gtkstext.[ch]
15143                 move gtkstext_strncmp() to gtkstext.c
15144
15145 2001-11-01 [christoph]  0.6.4claws18
15146
15147         * src/prefs_account.c
15148                 fixed mess in account settings dialog
15149         * src/prefs_folder_item.c
15150                 added label with folder path to dialog
15151
15152 2001-10-31 [match]      0.6.4claws17
15153
15154         * src/vcard.c
15155                 fix memory leak.
15156         * src/addrbook.c
15157                 fix generation of spurious address book file names.
15158                 remove redundant functions.
15159         * po/POTFILES.in
15160                 added missing file names.
15161
15162 2001-10-30 [paul]       0.6.4claws16
15163
15164         * sync with sylpheed 0.6.4cvs6
15165                 see ChangeLog entries 2001-10-26 to 2001-10-30
15166
15167         * tools/filter_conv.pl
15168                 read folderlist.xml to discover whether the top-level
15169                 folder is called 'Mailbox' or 'Mail' 
15170
15171 2001-10-29 [paul]       0.6.4claws15
15172
15173         * src/html.c, src/textview.c
15174                 activate links in html mail and fix clickable parts
15175                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15176
15177 2001-10-29 [paul]
15178
15179         * po/de.po, po/es.po, po/pt_BR/po
15180                 updated translations, submitted by Jens Oberender,
15181                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15182
15183 2001-10-29 [darko]      0.6.4claws14
15184
15185         * src/compose.c
15186                 fix wrapping for good
15187
15188 2001-10-29 [darko]
15189
15190         * src/compose.c
15191                 undo previous change as it broke the smart wrapping
15192
15193 2001-10-29 [darko]      0.6.4claws13
15194
15195         * src/compose.c
15196                 fix infinite loop when long URL is quoted
15197                 (closes bug #475122.
15198
15199 2001-10-28 [match]
15200
15201         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15202                 import Mutt address book
15203         * src/ldif.[ch] src/importldif.h
15204                 modified import LDIF handle user attributes
15205
15206 2001-10-28 [christoph]  0.6.4claws12
15207
15208         * src/summaryview.c
15209                 fixed that filtering did not work if there
15210                 were no filter rules
15211                 (closes bug #472003 and better implementation
15212                  of patch #474644)
15213
15214 2001-10-27 [christoph]  0.6.4claws11
15215
15216         * src/compose.c
15217                 make the folder's default account to be used when
15218                 replying. (patch by wwp <subscript@free.fr>)
15219         * src/compose.c
15220                 code cleanup, nearly killed all of wwp's patch
15221                 for folder's default account in compose
15222         * src/folderview.c
15223                 error panel when a folder could not be created
15224                 (closes bug #471080 new folder name & already
15225                  existing file)
15226
15227 2001-10-26 [alfons]
15228
15229         * src/utils.h
15230                 change prototype of strstr2() that Christoph forgot about
15231
15232 2001-10-26 [christoph]  0.6.4claws10
15233
15234         * src/account.c
15235                 made search for accounts by email address not case
15236                 sensitive
15237         * src/folder.c
15238                 fixed memory leak in folder_item_get_identifier
15239         * src/gtkspell.c
15240         * src/utils.c
15241                 fixed wrong strstr2 (should work like strstr)
15242
15243 2001-10-26 [darko]      0.6.4claws9
15244
15245         * src/compose.c src/gtkstext.[ch]
15246         * src/gtkstext.c
15247                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15248
15249 2001-10-26 [paul]       0.6.4claws8
15250
15251         * src/html.c
15252                 ignore css and javascript tags in html mail
15253                 case-insensitive, with or without double-quoted
15254                 strings
15255
15256 2001-10-26 [paul]       0.6.4claws7
15257
15258         * sync with sylpheed 0.6.4cvs1
15259                 see ChangeLog entry 2001-10-26
15260
15261         * src/prefs_account.c, src/prefs_common.c,
15262           src/prefs_summary_column.c
15263                 minor improvements to the English
15264
15265 2001-10-25 [alfons]     0.6.4claws6
15266
15267         * src/gtkstext.c
15268         
15269                 make GtkSText follow style of GtkText (closes bug 
15270                 #469211 "text selection while writing message")
15271                 
15272                 do sync with GTK 1.2.10
15273
15274 2001-10-25 [paul]       0.6.4claws5
15275
15276         * src/html.c
15277                 ignore css tags in html mail
15278
15279 2001-10-25 [darko]      0.6.4claws4
15280
15281         * src/compose.c
15282                 don't declare is_url_string as static function since
15283                 we need it in gtkstext.c
15284         * src/gtkstext.c
15285                 remove unused variable
15286                 don't wrap long URLs while composing a message
15287
15288 2001-10-24 [christoph]  0.6.4claws3
15289
15290         * src/socket.c
15291                 fix ssl deadlock, when peer closes connection
15292
15293 2001-10-24 [paul]       0.6.4claws2
15294
15295         * src/prefs_common.c
15296                 gettextize the gpg ascii-armored warning message
15297
15298         * src/compose.c
15299                 insert a DOS/MAC file into the composed message
15300                 (improvements)
15301
15302         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15303
15304 2001-10-22 [paul]       0.6.4claws1
15305
15306         * sync with sylpheed 0.6.4 release
15307                 see ChangeLog entries 2001-10-21
15308
15309         * po/fr.po, po/pt_BR.po
15310                 updated by Melvin Hadasht and Fabio Junior Beneditto
15311
15312 2001-10-21 [paul]       0.6.3claws30
15313
15314         * src/compose.c
15315                 insert a DOS text file from the compose window
15316                 into the composed message text (removes CRs characters)
15317                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15318
15319         * tools/filter_conv.pl, tools/README
15320                 automatically use ~/.sylpheed as working directory
15321                 print out confirmation message on completion
15322
15323         * correct Hoa's last ChangeLog.claws entry
15324
15325 2001-10-20 [hoa]        0.6.3claws29
15326
15327         * src/grouplistdialog.c
15328                 bugfix (another ?) to give the right
15329                 newsgroups list for each news server.
15330
15331         * src/news.c
15332         * src/news.h
15333                 improve the newsgroups list cache
15334
15335 2001-10-20 [paul]       0.6.3claws28
15336
15337         * sync with sylpheed 0.6.3cvs9
15338                 see ChangeLog entry 2001-10-19
15339
15340         * correct Alfons' last ChangeLog.claws entry
15341
15342 2001-10-19 [alfons]
15343
15344         * src/pgptext.[ch]
15345                 fix compilation problems (part of bug #472895)
15346
15347 2001-10-18 [hoa]        0.6.3claws27
15348
15349         * src/grouplistdialog.c
15350                 bugfix when we refresh was clicked (bug 472701)
15351
15352 2001-10-19 [christoph]  0.6.3claws26
15353
15354         * src/compose.c
15355                 last header entry should default to "To:" or
15356                 "Newsgroups:" and not copy the last entry line
15357                 in a new compose window
15358                 (closes bug #472686, #470792)
15359
15360 2001-10-19 [paul]       0.6.3claws25
15361
15362         * sync with Sylpheed 0.6.3cvs8
15363                 see ChangeLog entries 2001-10-18 and 2001-10-19
15364
15365 2001-10-18 [christoph]  0.6.3claws24
15366
15367         * src/procmsg.c
15368                 reimplement ignore thread
15369         
15370 2001-10-18 [hoa]        0.6.3claws23
15371
15372         * src/folderview.c
15373         * src/grouplistdialog.[ch]
15374                 enhanced news subscription interface (feature 469113)
15375
15376         * src/news.c
15377         * src/news.h
15378                 enchanced newsgroup listing,
15379                 now, we can get groups informations
15380                 (NNTPGroupInfo)
15381
15382 2001-10-18 [paul]       0.6.3claws22
15383
15384         * src/summaryview.c
15385                 remove comment (sync with main branch)
15386         * src/mainwindow.c
15387                 fix 'Re-edit' bug in 'Message' menu
15388
15389 2001-10-17 [christoph]  0.6.3claws21
15390
15391         * src/compose.c
15392                 ignore empty or whitespace only header lines
15393
15394 2001-10-17 [paul]       0.6.3claws20
15395
15396         * sync with sylpheed 0.6.3cvs7
15397                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15398                 2001-10-17
15399
15400 2001-10-17 [darko]
15401
15402         * src/compose.c
15403                 wrap long lines without spaces
15404                 don't wrap URLs
15405
15406 2001-10-16 [paul]
15407
15408         * po/es.po, po/nl.po, po/pt_BR.po
15409                 updated by Ricardo Mones Lastra, Alfons,
15410                 and Fabio Junior Beneditto
15411
15412         * sylpheed-0.6.3claws released
15413
15414 2001-10-15 [melvin] 0.6.3claws18
15415
15416         * README.claws
15417                 added summary and detailed installation instructions
15418                 for spell checker
15419         * po/fr.po
15420                 Updated, corrected and completed french translation
15421
15422 2001-10-15 [hoa] 0.6.3claws17
15423         * src/grouplistdialog.c
15424                 we can choose the newsgroups to display with wildcards
15425
15426 2001-10-15 [christoph]  0.6.3claws16
15427
15428         * src/account.c
15429         * src/compose.c
15430         * src/prefs_folder_item.[ch]
15431                 applied wwp <subscript@free.fr>'s folder
15432                 default account patch
15433         * po/de.po
15434                 Fixed wrong translation
15435
15436 2001-10-13 [alfons, christoph, melvin]  
15437                         0.6.3claws15
15438
15439         solution #2 to solve MT-safety problems defers all GUI related calls
15440         to the main thread using a gtk_idle_add() callback. discussed on
15441         ircnet #sylpheed, with christoph spotting some issues with the
15442         original code, and melvin allowing us to lobotomize his sylpheed.
15443
15444         * src/syldap.[ch], src/main.c
15445                 fix race problem in ldap search thread by deferring GUI 
15446                 stuff to main thread using gtk_idle_add()
15447
15448 2001-10-13 [paul]       0.6.3claws14
15449
15450         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15451                 add Sergey's smtpcred.patch
15452                 adds separate username/password setting for SMTP Auth
15453                 needed by some servers
15454                 (closes feature request #471659)
15455
15456 2001-10-13 [paul]       0.6.3claws13
15457
15458         * src/pgptext.[ch] **NEW FILES**
15459         * src/Makefile.am, src/messageview.c, src/mimeview.c
15460                 decrypt ascii-armored gpg text embedded in
15461                 the message body.
15462                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15463
15464 2001-10-13 [christoph]  0.6.3claws12
15465
15466         * README.claws
15467                 some more details on default to and
15468                 feature requests
15469         * src/main.c
15470                 init glib threading when ldap is used
15471         * src/syldap.c
15472                 threading fixes
15473         * po/de.po
15474                 fixed a typo
15475
15476 2001-10-12 [paul]       0.6.3claws11
15477
15478         * src/prefs_common.[ch], src/rfc2015.c
15479                 enable ascii-armored gpg text to be embedded in the
15480                 message body, selectable through the 'Privacy'
15481                 preferences. Supports encrypting only.
15482                 Submitted by Ravemax <ravemax@dextrose.com>
15483
15484 2001-10-12 [paul]       0.6.3claws10
15485
15486         * sync with sylpheed 0.6.3cvs6
15487                 see ChangeLog entries 2001-10-11 and 2001-11-12
15488
15489         * src/folderview.c
15490                 incorporated mbox folders, scoring, and folder
15491                 properties into the sync
15492
15493 2001-10-12 [darko]      0.6.3claws9
15494
15495         * README.claws
15496                 describe quotation wrapping
15497         * src/compose.c
15498                 don't treat tab as space to calculate line length properly
15499
15500 2001-10-11 [alfons]
15501
15502         * README.claws
15503                 correct description of how to make new filtering system work,
15504                 add some other things
15505                 
15506         * src/syldap.c
15507                 remove sched_yield() (not necessary / unportable)
15508
15509 2001-10-11 [paul]       0.6.3claws8
15510
15511         * sync with sylpheed 0.6.3cvs3
15512                 see ChangeLog entry 2001-10-10
15513
15514 2001-10-10 [christoph]  0.6.3claws7
15515
15516         * .cvsignore
15517                 ignore 2 files created by newer autotools
15518         * src/prefs_folder_item.c
15519                 using table for widget alignment
15520                 fixed memory leak and broken octal display
15521         * src/filesel.c
15522                 fixed segfault caused by lost filename
15523                 workaround (closes bug #469551)
15524
15525 2001-10-10 [paul]       0.6.3claws6
15526
15527         * sync with sylpheed 0.6.3cvs2
15528                 see ChangeLog entries 2001-10-09 and 2001-10-10
15529
15530 2001-10-10 [darko]      0.6.3.claws5
15531
15532         * src/gtkstext.c
15533                 proper calculation of right margin if smart wrapping is enabled
15534         * src/compose.c
15535                 automatically wrap long lines if wrap quotation is enabled
15536
15537 2001-10-09 [alfons]     0.6.3.claws4
15538
15539         * src/summaryview.c
15540                 select correct row when deleting last row in the summary view (and
15541                 close bug "[ #469104 ] select second last in list when deleting")
15542
15543 2001-10-09 [paul]       0.6.3claws3
15544
15545         * sync with sylpheed 0.6.3cvs1
15546                 updated some autotool scripts
15547
15548 2001-10-09 [darko]      0.6.3claws2
15549
15550         * src/gtkstext.[ch]
15551                 new name and mark with Sylpheed comment
15552         * src/compose.c
15553                 smart quotation wrapping a-la VIM
15554
15555 2001-10-08 [paul]       0.6.3claws1
15556
15557         * sync with sylpheed 0.6.3 release
15558                 see ChangeLog entry 2001-10-08
15559
15560 2001-10-08 [paul]       0.6.2claws24
15561
15562         * src/summaryview.c
15563                 more sync with sylpheed 0.6.2cvs12
15564                 Fixed the bug that didn't select the last row correctly
15565
15566
15567 2001-10-07 [paul]       0.6.2claws23
15568
15569         * sync with sylpheed 0.6.2cvs12
15570                 see ChangeLog entry 2001-10-07
15571
15572 2001-10-06 [match]
15573         * src/jpilot.[ch]
15574                 enable jpilot to read unsynch'ed addresses.
15575
15576         * src/editldap_basedn.c
15577                 fix segfault when opening dialog.
15578
15579 2001-10-06 [alfons]     0.6.2.claws22
15580
15581         * src/summaryview.c
15582                 fix bug with summary view selecting last *inserted*
15583                 node instead of last *visible* node. remember we
15584                 work with a tree
15585
15586 2001-10-06 [paul]       0.6.2claws21
15587
15588         * po/pt_BR.po
15589                 updated translation, contains some fixes and new
15590                 translations, submitted by Gustavo Noronha Silva
15591                 <kov@debian.org>
15592
15593         * src/prefs_common.c
15594                 change 'each' to 'every' - fix dubious English
15595
15596         * sync with sylpheed 0.6.2cvs11
15597
15598 2001-10-05 [alfons]     0.6.2claws20
15599
15600         * src/mainwindow.[ch], src/folderview.c
15601                 make composite tool button switch between "Compose News"
15602                 and "Compose Mail" depending on selected folder
15603                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15604
15605 2001-10-05 [paul]       0.6.2claws19
15606
15607         * src/mainwindow.c, src/summaryview.c
15608                 fix 'Message/Reply to all', broken in last commit
15609
15610         * src/compose.c
15611                 fix X_BEENTHERE seg fault, thanks to Alfons
15612
15613 2001-10-04 [paul]       0.6.2claws18
15614
15615         * src/compose.[ch], src/mainwindow.c
15616                 make "Message/Reply" reply to mailing lists; matches
15617                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15618                 based on portions of the patch submitted by
15619                 Junichi Uekawa <dancer@netfort.gr.jp>
15620
15621 2001-10-04 [darko]      0.6.2claws17
15622
15623         * src/compose.c
15624                 better smart wrapping
15625         * src/gtkstext.[hc]
15626                 a function to make text buffer contiguous
15627
15628 2001-10-03 [paul]       0.6.2claws16
15629
15630         * sync with sylpheed 0.6.2cvs10
15631
15632 2001-10-02 [alfons]
15633
15634         * configure.in
15635         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15636                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15637                 references to chinese translations (hope someone picks up
15638                 this)
15639
15640 2001-10-02 [christoph]  0.6.2claws15
15641
15642         * src/compose.c
15643                 fixed non translated header bug
15644         * ChangeLog.claws
15645                 fixed wrong date in alfons last entry ;)
15646
15647 2001-10-02 [alfons]     0.6.2claws14
15648
15649         * src/compose.c, src/prefs_common.[ch]
15650                 add block cursor option
15651
15652 2001-10-02 [paul]       0.6.2claws13
15653
15654         * sync with sylpheed 0.6.2cvs9
15655
15656 2001-09-30 [paul]       0.6.2claws12
15657
15658         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15659                 updated translations
15660
15661         * po/POTFILES.in
15662                 add 'src/importldif.c'
15663
15664         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15665                 added eudora-to-vCard conversion tool
15666                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15667
15668         * sync with sylpheed 0.6.2cvs8
15669
15670 2001-09-30 [paul]
15671
15672         * sylpheed-0.6.2claws released
15673
15674 2001-09-27 [melvin]     0.6.2claws11
15675
15676         * src/gtkspell.c
15677                 fixed crash when using default path (introduced 
15678                 in 0.6.2claws10)
15679                 fixed tiny bug for initial suggestion mode
15680
15681 2001-09-27 [melvin]     0.6.2claws10
15682         
15683         * src/gtkspell.c
15684                 fixed bug where gtkpspell didn't set the path correctly
15685
15686         * README.claws
15687                 added a paragraph about spell checking
15688                 
15689
15690
15691 2001-09-27 [paul]       0.6.2claws9
15692
15693         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15694                 replace '// comments' with '/* comments */' to prevent
15695                 some compiler warnings 
15696
15697         * sync with sylpheed 0.6.2cvs6
15698
15699 2001-09-26 [alfons]     0.6.2claws8
15700
15701         * src/messageview.c
15702                 introduce return receipt request notification again,
15703                 which was lost because of other semantics in 
15704                 procheader_parse() (???)
15705
15706 2001-09-26 [christoph]  0.6.2claws7
15707
15708         * src/compose.c
15709                 replace comments for old code with #if 0
15710                 readded auto cc, bcc and reply-to
15711         * src/prefs_matcher.c
15712         * src/prefs_scoring.c
15713                 removed some definition (was moved to
15714                 prefs.h)
15715
15716 2001-09-26 [paul]       0.6.2claws6
15717
15718         * src/mainwindow.c
15719                 make 'Follow-up and reply to' sensitive
15720
15721         * more sync with sylpheed 0.6.2cvs5
15722
15723 2001-09-25 [melvin]
15724
15725         * 0.6.2claws5
15726
15727         * src/gtkspell.c
15728                 fixed bug for "US-ASCII" introduced by the encoding code
15729
15730 2001-09-25 [paul]
15731
15732         * 0.6.2claws4
15733
15734         * src/prefs_common.[ch], src/summaryview.c
15735                 'next unread msg' 'go to next folder?' dialog can be
15736                 given default behaviour, either always show dialog,
15737                 or assume 'yes', or assume 'no'
15738                 Submitted by wwp <subscript@free.fr>
15739
15740 2001-09-25 [melvin]
15741                 
15742         * src/compose.c src/gtkspell.[ch]
15743                 added support for different encodings
15744
15745 2001-09-25 [paul]
15746
15747         * more sync with sylpheed 0.6.2cvs5
15748
15749 2001-09-24 [alfons]
15750         
15751         * src/prefs_folder_item.c
15752                 add check for item->prefs->default_to string is NULL and
15753                 add another check when freeing this string
15754
15755 2001-09-24 [paul]
15756
15757         * configure.in
15758                 change to version 0.6.2claws3
15759
15760         * sync with sylpheed 0.6.2cvs5 
15761
15762 2001-09-24 [match]
15763         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15764                 import LDIF files.
15765         * src/addrcache.[ch], addrindex.[ch]
15766                 small update for future
15767         * src/addrbook.c
15768                 fix test XML file.
15769
15770 2001-09-24 [melvin]
15771         * src/gtkspell.[ch]
15772                 added 'Learn from mistakes' option
15773                 better handling of quotes in checked words
15774                 sorted dict list
15775         * po/fr.po
15776                 small update for spell checking stuff
15777
15778 2001-09-23 [alfons]
15779         
15780         * src/gtkspell.c
15781                 edit a little bit so it complies more with main coding style
15782
15783 2001-09-23 [alfons]
15784
15785         * src/folder.[ch], prefs_folder_item.c, compose.c
15786                 migrate "request return receipt" folder property
15787                 to folderlist.xml
15788
15789 2001-09-22 [alfons]
15790
15791         * README.claws **NEW**
15792                 (add things of interest for users of main branch 
15793                 and claws here)
15794
15795         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15796                 re-implement threading per folder option, but store 
15797                 the setting in folderlist.xml (where it belongs)
15798
15799 2001-09-21 [melvin]
15800
15801         * src/gtkspell.[ch]
15802                 fixed bug when compose window is under another window
15803         * src/prefs_common.[ch] src/compose.c
15804                 changed 'dictionary_path' to 'dictionary' to be consistent
15805                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15806         * ac/pspell.m4 src/Makefile.am 
15807                 dropped PSPELL_PATH macro
15808         * po/fr.po
15809                 updated translations
15810
15811 2001-09-21 [christoph]
15812
15813         * src/compose.c
15814                 added border around header fields
15815                 keep header type when new field is added
15816
15817 2001-09-20 [christoph]
15818
15819         * src/utils.[ch]
15820                 more portable debug_print with source filename
15821                 and linenumber
15822         * src/procmsg.c
15823                 more newlines after debug messages
15824
15825 2001-09-20 [paul]
15826
15827         * configure.in
15828                 change to version 0.6.2claws2
15829
15830         * sync with sylpheed 0.6.2cvs3
15831
15832 2001-09-19 [melvin]
15833
15834         * src/gtkspell.c
15835                 fixed the post-right-click focus pb
15836                 fixed crash when 'Spell check all' after dict change 
15837                         and when cursor is at the end of the text
15838                 shift-right-click pops up config menu even on misspelled words.
15839         * po/POTFILES.in
15840                 added gtkspell.c
15841
15842 2001-09-19 [melvin]
15843
15844         * src/about.c
15845                 added pspell to compiled-in features list
15846
15847 2001-09-18 [melvin]
15848
15849         * switched to pspell and dropped ispell
15850         * ac/pspell.m4
15851                 new file. autoconf macro for pspell
15852         * ac/Makefile.am 
15853         * configure.in acconfig.h
15854                 added pspell support
15855         * src/Makefile.am
15856         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15857         * src/prefs_common.[ch] 
15858                 added pspell support
15859
15860 2001-09-18 [christoph]
15861
15862         * src/addr_compl.c
15863         * src/template.[ch]
15864                 replace LOG_MESSAGE with debug_print
15865         * src/compose.[ch]
15866                 gui improvements
15867         * src/menu.c
15868                 added newline after debug message
15869         * src/utils.h
15870                 using __VA_ARGS__ for debug_print macro
15871         * tools/.cvsignore
15872                 ignore Makefile and Makefile.in
15873
15874 2001-09-18 [paul]
15875
15876         * configure.in
15877                 change to version 0.6.2claws1
15878         * sync with sylpheed 0.6.2cvs1
15879
15880         * src/matcher.c 
15881         * src/prefs_matcher.c
15882                 add 'score equal to' option, submitted by
15883                 Paul Evans <nerd@freeuk.com>
15884
15885 2001-09-15 [christoph]
15886
15887         * src/mainwindow.c
15888                 comment out menu entry not existing in claws
15889         * src/menu.c
15890                 add debug output for non existing menu entries
15891         * src/summaryview.c
15892                 fix next/prev unread message for ignored threads
15893         * src/utils.[ch]
15894                 add sourcefile and line number to debug output
15895                 otherwise it is sometimes hard to find the
15896                 source code part if debug messages are translated
15897
15898 2001-09-14 [darko]
15899         
15900         * src/folderview.c
15901                 refresh target folder style after colour is changed
15902
15903 2001-09-13 [paul]
15904
15905         * configure.in
15906                 change to version 0.6.1claws3
15907
15908         * sync with sylpheed 0.6.1cvs6
15909
15910 2001-09-13 [darko]
15911         
15912         * src/folderview.c
15913                 fix target folder colourization to use user selected colour
15914
15915 2001-09-12 [darko]
15916         
15917         * src/summaryview.c
15918                 fix crash when message that is marked for copy/move is unmarked
15919
15920 2001-09-09 [paul]
15921
15922         * configure.in
15923                 change to version 0.6.1claws2
15924
15925         * sync with sylpheed 0.6.1cvs3
15926
15927 2001-09-09 [alfons]
15928         
15929         * src/folderview.c
15930                 fix bug with default font used for trash folder text
15931
15932 2001-09-06 [paul]
15933
15934         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15935                 updated translations
15936
15937         * configure.in
15938                 change to version 0.6.1claws1
15939
15940         * sync with sylpheed 0.6.1cvs2
15941
15942 2001-09-03 [paul]
15943
15944         * po/POTFILES.in
15945                 add Match's new addressbook
15946
15947         * po/de.po
15948                 updated translation submitted by Jens Oberender
15949
15950 2001-09-02 [paul]
15951
15952         * configure.in
15953                 change to 0.6.1claws
15954         * sync with sylpheed 0.6.1 release
15955
15956 2001-09-02 [paul]
15957
15958         * configure.in
15959                 change to 0.6.0claws2
15960
15961         * sync with sylpheed 0.6.0cvs4
15962
15963         * po/pt_BR.po
15964                 updated translation submitted by Fabio Junior Beneditto
15965
15966 2001-09-01 [match]
15967         * pixmaps/
15968                 interface.xpm
15969                 book.xpm
15970                 address.xpm
15971         * src/
15972                 Makefile.am
15973                 a ton of new files
15974
15975 2001-08-31 [paul]
15976
15977         * configure.in
15978                 change to version 0.6.0claws1
15979
15980         * sync with sylpheed 0.6.0cvs1
15981
15982         * po/es.po
15983                 updated translation submitted by Ricardo Mones Lastra
15984
15985         * po/POTFILES.in
15986                 add 'src/prefs_templates.c'
15987
15988         * src/compose.c, src/summaryview.c
15989                 fix segfault on 'Re_edit'               
15990
15991 2001-08-30 [alfons]
15992
15993         * configure.in, Makefile.am
15994         * tools/Makefile.am
15995                 add tools directory to source distribution
15996
15997 2001-08-30 [paul]
15998
15999         * configure.in
16000                 change to version 0.6.0claws
16001
16002         * sync with sylpheed 0.6.0 release
16003
16004 2001-08-30 [christoph]
16005
16006         * configure.in
16007                 removed autoconf version check
16008
16009 2001-08-30 [paul]
16010
16011         * src/account.c, src/compose.c, src/prefs_common.[ch]
16012         * src/procheader.[ch] src/utils.[ch]
16013                 Enhanced automatic account selection on replies
16014                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16015
16016         * configure.in
16017                 add LDAP and JPilot to the configuration results output.
16018
16019 2001-08-29 [christoph]
16020
16021         * src/summeryview.c
16022                 no bold font for ignored threads
16023
16024 2001-08-29 [paul]
16025
16026         * configure.in
16027                 change to version 0.5.3claws6
16028
16029         * sync with sylpheed 0.5.3cvs10
16030                 src/stringtable.[ch]: New Files
16031
16032         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16033         * src/pixmaps/sylpheed.xpm
16034                 add mini-icons to windows (by Alfons)
16035
16036 2001-08-27 [paul]
16037
16038         * src/mainwindow.c
16039                 new functions: next_labeled_cb(), prev_labeled_cb()
16040
16041         * src/summaryview.c
16042                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16043                 summary_select_next_labeled(), summary_select_prev_labeled()
16044
16045         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16046                 give claws blue folders and a blue trash can
16047
16048 2001-08-27 [paul]
16049
16050         * configure.in
16051                 change to version 0.5.3claws5
16052
16053         * sync with sylpheed 0.5.3cvs9
16054                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16055
16056 2001-08-24 [christoph]
16057
16058         * src/filesel.c
16059                 keep filename when browsing directories
16060                 (not working for user entered filename, but
16061                  for default name and selected filename from
16062                  file list)
16063         * src/mainwindow.c
16064                 fixed wrong spelling "Folllow-up"
16065         * src/mbox_folder.c
16066         * src/procmsg.c
16067         * src/summaryview.c
16068                 fixed new/unread message count with ignored
16069                 threads (2 commits, first didn't notice no
16070                 longer needed decreasing)
16071         * src/inc.c
16072                 readded scrolling of progress dialog
16073                 (lost in sync)
16074
16075 2001-08-24 [paul]
16076
16077         * configure.in
16078                 change to 0.5.3claws4
16079
16080         * sync with sylpheed 0.5.3cvs7
16081
16082 2001-08-24 [christoph]
16083
16084         * src/compose.c
16085                 set request return receipt when replying
16086                 if it is set is the folder prefs of the
16087                 message
16088         * src/inc.c
16089                 disable final error popup if popups are
16090                 disabled in config (again)
16091
16092 2001-08-23 [paul]
16093
16094         * configure.in
16095                 Change version number to 0.5.3claws3
16096
16097         * sync with sylpheed 0.5.3cvs5
16098
16099         * src/mimeview.c
16100                 double quote '%s' in 'gedit %s' to fix bug when
16101                 opening attachment with spaces in the name
16102
16103 2001-08-22 [alte]
16104         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16105           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16106                 initial message templates support
16107
16108
16109 2001-08-22 [paul]
16110
16111         * configure.in
16112                 change version number to 0.5.3claws2
16113
16114         * sync with sylpheed 0.5.3cvs4
16115
16116         * src/procmsg.h src/summaryview.c
16117                 re-implement (un)ignore thread
16118
16119 2001-08-21 [paul]
16120
16121         * src/summaryview.c
16122                 remove unnecessary code
16123         * src/compose.c
16124                 enable 'dynamic' signatures (submitted by
16125                 Eric Limpens <eric@hscg-internet.nl>)
16126
16127 2001-08-21 [paul]
16128
16129         clean up after sync with sylpheed 0.5.3 release
16130
16131         * src/folderview.c
16132                 fix re-introduced font mess, see Christoph's
16133                 entry 2001-06-24
16134
16135         * src/summaryview.c
16136                 remove prev_msgnum
16137                 use sylpheed's small font instead of
16138                 gtk default font for summary view
16139
16140
16141 2001-08-17 [paul]
16142
16143         * configure.in
16144                 add pl to ALL_LINGUAS - sync with main branch
16145
16146         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16147                 Updated. Translations by Jens Oberender, Ricardo Mones
16148                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16149
16150         * po/pl.po  ** NEW FILE **
16151                 sync with the main branch
16152
16153         * src/folderview.c
16154                 fix target folder colorizing and refresh problem
16155
16156
16157 2001-08-17 [christoph]
16158
16159         * src/mainwindow.c
16160                 claws uses 4 colors for target folder coloring.
16161                 arrays were not long enough and destroyed the
16162                 stack causing a segfault.
16163                 target folder colorizing does not work anymore
16164                 for me
16165
16166 2001-08-16 [paul]
16167
16168         * configure.in
16169                 change to version 0.5.3claws1
16170
16171         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16172           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16173           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16174
16175                 sync with sylpheed 0.5.3 release, but keep claws method of
16176                 configuring/saving fonts
16177
16178         * src/addressbook.[ch]
16179                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16180                 in line with a similar change in Hiroyuki's branch
16181
16182         * src/mainwindow.[ch]
16183                 disable main_window_set_thread_option()
16184         * src/prefs_folder_item.c
16185                 comment out &tmps_prefs.enable_thread,
16186         * src/mbox_folder.c, src/procmsg.[ch]
16187                 comment out MSG_IS_IGNORE_THREAD
16188         * src/summaryview.c
16189                 comment out summary_ignore_thread() and summary_unignore_thread()
16190                 comment out MSG_IS_IGNORE_THREAD
16191
16192                 use Hiroyuki's threading instead.
16193
16194
16195
16196 2001-08-15 [paul]
16197
16198         * src/account.c
16199                 use Hiroyuki's 0.5.3 column scheme but also
16200                 include the enable/disable button.
16201         * src/pixmaps/mark.xpm
16202                 add Hiroyuki's amended pixmap
16203
16204 2001-08-13 [christoph]
16205
16206         * src/account.c
16207                 receive at get all column showed wrong state for APOP
16208                 button should only work for POP3 and APOP accounts
16209         * src/prefs_account.c
16210                 added missing preprocessor statement for SSL
16211
16212 2001-08-12 [paul]
16213
16214         * src/account.[ch]
16215                 add 'receive at get all' column and enable/disable
16216                 button.
16217
16218 2001-08-06 [christoph]
16219
16220         * src/account.c
16221                 show usage of SSL in protocol column
16222
16223         * src/imap.c
16224         * src/inc.c
16225                 renamed ssl options
16226
16227         * src/prefs_account.[ch]
16228                 moved ssl options to a new page
16229
16230         * src/send.c
16231         * src/smtp.c
16232         * src/ssl.[ch]
16233                 renamed ssl options
16234                 added support for SMTP STARTTLS command
16235
16236 2001-08-05 [christoph]
16237
16238         * configure.in
16239                 debian autoconf needs version check to find
16240                 correct autoconf version. if the file is
16241                 named configure.in 2.13 is used, which does
16242                 not work with this configure.in script.
16243                 other solution would be to rename the script
16244                 to configure.ac as suggested in the autoconf
16245                 manual.
16246
16247         * src/inc.c
16248                 disable final error popup if popups are
16249                 diabled in config
16250
16251         * src/socket.c
16252                 bugfix in ssl_gets
16253                 fixes IMAP over SSL problem
16254
16255 2001-08-03 [paul]
16256
16257         * configure.in
16258                 change to 0.5.2claws1
16259
16260         * sync with sylpheed 0.5.2cvs1
16261
16262 2001-08-02 [alfons]
16263
16264         * configure.in
16265                 quick fix for ispell detection...
16266
16267 2001-08-01 [paul]
16268
16269         * configure.in
16270                 change to 0.5.1claws4
16271
16272         * sync with sylpheed 0.5.1cvs7
16273
16274 2001-07-31 [alfons]
16275
16276         * src/prefs_common.c, src/prefs_common.h, 
16277           src/gtkspell.c, src/gtkspell.h
16278                 add global spelling checker settings (compose tab) +
16279                 selection of dictionary 
16280           
16281         * configure.in  
16282                 guess valid ispell location
16283
16284 2001-07-31 [paul]
16285
16286         * po/POTFILES.in
16287                 removal of 'src/quote_fmt_parse.c'
16288         * po/de.po
16289                 Updated de.po
16290                 (submitted by Jens Oberender <didge@suse.de>)
16291
16292 2001-07-31 [darko]
16293
16294         * src/folder.[ch]
16295         * src/folderview.[ch]
16296         * src/mainwindow.c
16297         * src/mh.c
16298         * src/prefs_common.[ch]
16299         * src/summaryview.c
16300                 target folder colourization
16301
16302 2001-07-30 [paul]
16303
16304         more sync with Sylpheed 0.5.1cvs6 
16305
16306 2001-07-30 [darko]
16307
16308         * src/mh.c
16309         * src/prefs_folder_item.[hc]
16310         * src/summaryview.c
16311                 shared folders support with a GUI
16312
16313 2001-07-29 [paul]
16314
16315         0.5.1claws3
16316
16317         * sync with Sylpheed 0.5.1cvs6
16318
16319 2001-07-29 [paul]
16320
16321         * po/pt_BR.po
16322                 updated
16323                 (submitted by Fabio Junior Beneditto)
16324
16325 2001-07-28 [paul]
16326
16327         * src/procmime.c
16328         * AUTHORS
16329                 patch to correct bad image mime headers
16330                 (submitted by Don Quijote <dq@searchlores.org>)
16331
16332 2001-07-28 [paul]
16333
16334         * tools/gif2xface.pl   **NEW FILE**
16335         * tools/README
16336                 script to convert file.gif to file.xface for
16337                 use in a custom header.
16338                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16339
16340 2001-07-27 [alfons]
16341         
16342         * configure.in
16343                 change macros for detecting JPilot and LDAP
16344
16345 2001-07-27 [christoph]
16346
16347         * src/filtering.c
16348                 code cleanup (MIN / MAX warning, needed casting)
16349
16350 2001-07-27 [alfons]
16351
16352         * procheader.c
16353                 disallow setting flags when detecting certain headers
16354                 (X-Status, Status, Seen, X-Seen). 
16355         
16356         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16357
16358 2001-07-27 [christoph]
16359
16360         * src/prefs_filter.c
16361         * src/prefs_filtering.c
16362         * src/prefs_matcher.c
16363         * src/prefs_scoring.c
16364                 scroll list when moving rows up or down
16365
16366         * src/imap.c
16367         * src/imap.h
16368         * src/prefs_account.c
16369         * src/prefs_account.h
16370         * src/send.c
16371                 SMTP over SSL (untested, feedback requested)
16372                 IMAP over SSL
16373
16374         * src/ssl.c
16375                 code cleanup
16376
16377 2001-07-26 [alfons]
16378         
16379         * configure.in, acconfig.h
16380                 define CLAWS (need this for main / claws detection)
16381
16382 2001-07-25 [alfons]
16383
16384         * configure.in
16385                 Sylpheed 0.5.1claws2
16386                 
16387         * sync with Sylpheed 0.5.1cvs4
16388
16389 2001-07-25 [christoph]
16390
16391         * src/scoring.c
16392                 fixed segfault
16393                 item->prefs == NULL (don't know why)
16394
16395 2001-07-25 [alfons]
16396
16397         * configure.in
16398                 Sylpheed 0.5.1claws1
16399
16400         * sync with Sylpheed 0.5.1cvs1-3
16401
16402 2001-07-24 [christoph]
16403
16404         * src/folderview.c
16405         * src/prefs_folder_item.[ch]
16406                 added folderitem preferences dialog with
16407                 default To: and auto request return receipt
16408
16409         * src/compose.[ch]
16410         * src/menu.[ch]
16411                 changes to handle new folderitem preferences
16412
16413         * src/mainwindow.c
16414         * src/summaryview.c
16415                 call compose new mail with current folderitem
16416
16417 2001-07-24 [alfons]
16418
16419         Release Sylpheed 0.5.1claws
16420
16421         * configure.in
16422                 change to release version 0.5.1claws
16423
16424 2001-07-24 [christoph]
16425
16426         * src/summaryview.c
16427                 fixed segfault that happend when the selected
16428                 message was removed while retrieving new messages.
16429
16430         * po/es.po
16431                 updated translation
16432                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16433
16434 2001-07-22 [alfons]
16435
16436         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16437         this is a work in progress, for more information: http://nlpagan.net/sylman 
16438         
16439         * configure.in, src/mainwindow.c, manual/Makefile.am
16440                 add support for English manual
16441
16442         * AUTHORS
16443                 add authors of user manuals
16444
16445         * manual/en/sylpheed*.html
16446                 add English documentation
16447
16448 2001-07-22 [christoph]
16449
16450         * po/POTFILES.in
16451                 added src/ssl.c
16452         * src/ssl.c
16453                 changed a wrong debug message
16454
16455 2001-07-22 [alfons]
16456
16457         * po/nl.po
16458                 update Dutch translation
16459
16460         * src/prefs_filtering.c, 
16461           src/prefs_matcher.c
16462                 add more translatable strings           
16463
16464 2001-07-21 [alfons]
16465
16466         0.5.0claws7
16467
16468         * configure.in
16469                 change version
16470
16471         * src/inc.c, src/summaryview.[ch]
16472                 prevent update of mark file when filtering has done, by
16473                 using a variable; this affects two functions:
16474                         inc.c::inc_finished()
16475                         summaryview.c::summary_show()
16476
16477 2001-07-20 [alfons]
16478
16479         * src/filtering.[ch], src/prefs_filtering.c, 
16480           src/matcher.[ch]
16481                 add filtering action for label coloring 
16482
16483         * po/POTFILES.in
16484                 add labelcolors.c
16485
16486         * added src/labelcolors.c
16487         * added src/labelcolors.h
16488         * src/Makefile.am, src/summaryview.c
16489                 rearrange label coloring code
16490
16491         * src/procmsg.h
16492                 add more parentheses so label colouring works correctly
16493
16494         * src/filtering.c
16495                 don't really delete message, but move it to Trash
16496
16497         * src/prefs_matcher.c
16498                 add quote options to info dialog
16499
16500 2001-07-20 [christoph]
16501
16502         * src/Makefile.am
16503         * src/inc.c
16504         * src/main.[ch]
16505         * src/socket.h
16506         * src/ssl.[ch] (new)
16507                 moved ssl stuff to a seperate file
16508
16509 2001-07-20 [darko]
16510
16511         * src/summaryview.c
16512                 fix show sender using address book with no e-mail
16513                 address in From: field
16514
16515 2001-07-19 [alfons]
16516
16517         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16518                 fix messy handling of escaping... now at least the
16519                 execute command is useful. escape char is '\', we
16520                 accept \n and \r too. 
16521
16522                 Real life example:
16523                 
16524                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16525                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16526
16527 2001-07-18 [alfons]
16528
16529         0.5.0claws6
16530
16531         * src/summaryview.c
16532                 clean up
16533
16534         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16535           src/procmsg.[ch]
16536                 revise filtering; currently move, copy, marking have
16537                 been tested. if you like bleeding edge stuff, you
16538                 should definitely go for this version :)
16539
16540         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16541
16542 2001-07-17 [christoph]
16543
16544         * src/utils.c
16545                 timestamp log
16546
16547 2001-07-17 [alfons]
16548
16549         0.5.0claws5
16550
16551         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16552           bits in the mark file, without affecting either branch. Lots of
16553           files changed, also in claws branch.
16554
16555           UNTESTED: use of mbox folders
16556
16557         * src/summaryview.c
16558                 added mark all read; however this was a quick hack used for
16559                 cleaning up mess after initial merge with Hiroyuki
16560
16561         * configure.in
16562                 change claws version number back to 0.5.0claws5 to clear up 
16563                 confusion & pretension (recent release was technically 
16564                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16565
16566 2001-07-16 [alfons]
16567
16568         sync with Hiroyuki's 0.5.0cvs4
16569
16570 2001-07-16 [alfons]
16571
16572         0.5.1claws3
16573
16574         * src/filtering.[ch]
16575                 remove invalid updating of mark files for 
16576                 filter actions MATCHING_ACTION_MOVE and 
16577                 MATCHING_ACTION_DELETE; this should fix the
16578                 folder update bug
16579                 
16580         * src/procmsg.c
16581                 revert Christoph's stab at fixing the folder 
16582                 update bug
16583
16584         * po/POTFILES.in
16585                 add missing files with translatable strings
16586
16587         * src/summaryview.c
16588                 remove debug print
16589
16590 2001-07-15 [alfons]
16591
16592         * src/addr_compl.[ch], src/prefs_filtering.c
16593                 make "filtering pref dialog's destination entry" an
16594                 "address completable entry", if filter destination is 
16595                 an email address
16596
16597         0.5.1claws2
16598         
16599         sync with Hiroyuki's 0.5.0cvs2-3
16600
16601 2001-07-15 [christoph]
16602
16603         * src/procmsg.c
16604                 fixed folder stats update after incorporation
16605
16606 2001-07-15 [alfons]
16607
16608         * src/summaryview.c
16609                 * finish label colouring stuff (for now)
16610                 * fix incorrect colour bug (off by one) 
16611
16612 2001-07-14 [alfons]
16613
16614         * src/mainwindow.c
16615                 change text labels for news and mail message so there's
16616                 plenty of toolbar estate left
16617
16618         * configure.in
16619                 0.5.1claws1
16620
16621         * src/folderview.c
16622           src/folder.[ch]
16623                 sync with Hiroyuki's 0.5.0cvs1
16624
16625         * src/summaryview.c
16626                 more rewrite label colouring
16627
16628 2001-07-14 [alfons]
16629
16630         * src/summaryview.[ch]
16631                 * start rewrite label colouring 
16632                 * fix proper location "Add Sender To Addressbook" menu item
16633
16634 2001-07-13
16635
16636         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16637         (actually this is 0.5.0claws4)
16638
16639 2001-07-13 [alfons]
16640
16641         * po/pt_BR.po
16642                 * fix duplicate message
16643                 * add updated Portugese / Brazilian translation
16644                   submitted by Fabio Junior Beneditto
16645
16646 2001-07-12 [alfons]
16647
16648         * AUTHORS
16649                 add Jens
16650
16651         * po/nl.po
16652                 add updated Dutch translation
16653
16654         * po/de.po
16655                 add updated German translation submitted by Jens
16656
16657 2001-07-11 [alfons]
16658
16659         Prerelease before 0.5.0claws. Please test.
16660         This version is temporarily tagged as VERSION_0_5_0_TEST
16661
16662         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16663           src/prefs_scoring.c, src/prefs_matcher.c, 
16664           src/prefs_filtering.c, src/mbox.c, 
16665           src/main.c, src/inc.c, src/filtering.[ch]
16666                 revert new Hoa's new matcher (does not work yet)
16667
16668         * src/Makefile.am
16669                 clean up
16670
16671 2001-07-10
16672
16673         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16674
16675
16676 2001-07-10 [alfons]
16677
16678         * Makefile.am
16679                 add ChangeLog.claws to EXTRA_DIST
16680         * src/Makefile.am
16681                 add matcher_parser_parse.h to EXTRA_DIST
16682
16683 2001-07-10 [christoph]
16684
16685         * src/inc.c
16686                 add destination folder to table of
16687                 folders that need to be updated after
16688                 incorporation
16689
16690 2001-07-10 [alfons]
16691
16692         * folder.[ch]
16693           folderview.c
16694                 make collapse state of folders and folder items persistent, i.e.
16695                 if you collapse a folder tree, the next time sylpheed-claws starts 
16696                 up the folder tree remains collapsed.  
16697                 
16698 2001-07-10 [christoph]
16699
16700         * acconfig.h
16701         * configure.in
16702                 added --enable-ssl
16703         * src/md5.[ch]
16704                 renamed MD5_CTX to MD5_CTX_syl
16705                 conflicts with a struct in openssl
16706         * src/inc.c
16707         * src/main.[ch]
16708         * src/prefs_account.[ch]
16709         * src/socket.[ch]
16710                 SSL support for POP
16711         * src/mainwindow.c
16712                 fixed compose with current account
16713                 broken by new compose button stuff
16714
16715 2001-07-09 [hoa]
16716
16717         * AUTHORS
16718                 changed my email address
16719
16720         * src/matcher_parser_parse.y
16721                 clean the parser to remove conflicts
16722
16723 2001-07-09 [alfons]
16724
16725         * AUTHORS
16726                 add Match Grun
16727
16728         * configure.in
16729                 fix incorrect description of --enable-ldap parameter
16730
16731         * src/prefs_common.[ch]
16732           src/compose.c
16733                 add experimental option "smart wrapping" which makes the
16734                 compose editor auto wrap.
16735                 
16736                 | TODO: the problem with the buggy cursor handling is caused |
16737                 | by the GtkText. when deleting / backspacing text its       |
16738                 | wrapping algorithm does not take in account the previous   |
16739                 | line. should find a way to hack this in.                   |
16740                 | or should perhaps combine this with the word wrapping      |
16741                 | patch i wrote in january.                                  |
16742
16743         * src/about.c
16744                 show build parameters for LDAP and JPilot
16745
16746         * src/summaryview.c
16747                 revert Christoph's bugfix for selecting next unread message, 
16748                 because folder stats aren't updated correctly
16749
16750 2001-07-08 [hoa]
16751
16752         * src/filtering.c
16753         * src/mainwindow.c
16754         * src/matcher.c
16755         * src/matcher_parser_lex.l
16756         * src/matcher_parser_parse.y
16757         * src/prefs_filtering.c
16758         * src/prefs_scoring.c
16759         * src/scoring.c
16760                 bugfix of the config file parser
16761
16762 2001-07-08 [alfons]
16763
16764         * src/Makefile.am
16765                 added generated matcher sources to BUILT_SOURCES
16766
16767 2001-07-08 [hoa]
16768
16769         * src/Makefile.am
16770         * src/.cvsignore
16771                 added new config file parser
16772
16773         * src/scoring.[ch]
16774         * src/filtering.[ch]
16775         * src/matcher.[ch]
16776         * src/prefs_filtering.c
16777         * src/prefs_matcher.c
16778         * src/prefs_scoring.c
16779         * added src/matcher_parser.h
16780         * added src/matcher_parser_lex.h
16781         * added src/matcher_parser_lex.l
16782         * added src/matcher_parser_parse.y
16783                 lex & yacc config file parser
16784
16785         * src/mbox.c
16786         * src/inc.c
16787         * src/main.c
16788                 changes prefs_filtering into global_filtering           
16789
16790         * src/summaryview.c
16791                 build threads with subjects only if "Re: " is at the
16792                 beginning of the subject
16793
16794 2001-07-07 [paul]
16795
16796         0.5.0claws
16797
16798         sync with sylpheed 0.5.0
16799                 change of version number only
16800
16801 2001-07-06 [paul]
16802
16803         0.5.0claws5
16804
16805         sync with sylpheed 0.5.0pre5
16806
16807 2001-07-05 [paul]
16808
16809         sync with sylpheed 0.5.0pre4 release
16810                 /po and /manual/ja not sync'ed
16811
16812 2001-07-04 [paul]
16813
16814         more sync with sylpheed 0.5.0pre4
16815
16816 2001-07-03 [christoph]
16817
16818         * src/addressbook.c
16819                 fixed address book broken by address book
16820                 for VCard, JPilot, LDAP
16821
16822 2001-07-03 [alfons]
16823
16824         * src/matcher.c
16825         * src/textview.c
16826                 stopped memory leaks
16827
16828 2001-07-03 [paul]
16829
16830         more sync with sylpheed 0.5.0pre4
16831
16832 2001-07-02 [match]
16833
16834         * included address book patch for VCard, JPilot, LDAP
16835         * pref_common.c - fixed Font options on Display tab (cosmetic)
16836         * alertpanel.c - fixed truncated message
16837
16838 2001-07-02 [christoph]
16839
16840         * src/mbox_folder.c
16841         * src/procmsg.[ch]
16842         * src/summaryview.c
16843                 mark threads for ignoring
16844
16845 2001-07-02 [paul]
16846
16847         0.5.0claws4
16848
16849         * sync with sylpheed 0.5.0pre4
16850                 updated gettext to 0.10.38.
16851
16852 2001-07-01 [paul]
16853
16854         * src/ mainwindow.c
16855         * src/procmsg.h
16856         * src/summaryview.[ch]
16857                 new right-click option: Label.
16858                 substitute for 'Mark-->Mark/Unmark', colours the line.
16859                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16860
16861 2001-07-01 [christoph]
16862
16863         * src/folderview.c
16864                 fixed font for trash
16865         * src/summaryview.c
16866                 move ctree to unread message
16867
16868 2001-07-01 [paul]
16869
16870         * sync with sylpheed 0.5.0pre3 release
16871
16872 2001-06-30 [alfons]
16873
16874         * src/filesel.[ch]
16875         * src/compose.c
16876                 allow inserting / attaching multiple files in
16877                 the composer window
16878
16879 2001-06-30 [paul]
16880
16881         * src/codeconv.c
16882                 small change to Alfons' previous stuff so that it
16883                 actually makes
16884
16885 2001-06-30 [alfons]
16886
16887         * lots of files changed; first attempt to merge the changes
16888           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16889
16890 2001-06-30 [paul]
16891
16892         * po/pt_BR.po
16893                 updated and completed, translations by Fabio
16894                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16895
16896 2001-06-29 [alfons]
16897
16898         * src/compose.c
16899         * src/mimeproc.[ch]
16900                 allow selecting an attached files' mime type from a 
16901                 list of types.
16902
16903 2001-06-29 [paul]
16904
16905         * more sync with sylpheed 0.5.0pre3
16906
16907 2001-06-29 [paul]
16908
16909         * po/pt_BR.po
16910                 merge with sylpheed.pot and pt_BR.po provided by
16911                 Fabio Junior Beneditto.
16912
16913 2001-06-29 [darko]
16914
16915         * src/procmime.c
16916                 make MIME types case insensitive
16917
16918 2001-06-28 [alfons]
16919
16920         * po/nl.po
16921                 merge with sylpheed.pot and old nl.po; translations added.
16922
16923 2001-06-28 [paul]
16924
16925         * more sync with sylpheed 0.5.0pre3
16926
16927 2001-06-27 [alfons]
16928
16929         * src/summaryview.c
16930                 don't crash when removing parent node of messages
16931                 attracted by subject. this was caused by not deleting
16932                 the parent node from the subject line hash table.
16933
16934 2001-06-27 [alfons]
16935
16936         * src/summaryview.c
16937         * src/compose.[ch]
16938         * src/mainwindow.c
16939                 if there are multiple messages selected, allow forwarding
16940                 them as attachments.
16941
16942 2001-06-27 [paul]
16943
16944         * more sync with sylpheed 0.5.0pre3
16945
16946 2001-06-26 [paul]
16947
16948         0.5.0claws3
16949
16950         * sync with sylpheed 0.5.0pre3
16951
16952 2001-06-25 [paul]
16953
16954         * src/mainwindow.c
16955                 fixed 'compose news article' bug
16956                 from icon-and-text toolbar
16957
16958 2001-06-25 [paul]
16959
16960         * sync with sylpheed 0.5.0pre2 release
16961
16962 2001-06-24 [christoph]
16963
16964         * src/prefs_common.c
16965                 bug fix in font selection
16966         * src/folderview.c
16967                 use sylpheed's normal font instead of
16968                 gtk default font for folders without
16969                 new messages
16970
16971 2001-06-24 [alfons]
16972
16973         * src/mainwindow.[ch]
16974                 added composite compose mail / news button (an idea by Leandro
16975                 Pereira <leandro@linuxmag.com.br>)
16976
16977 2001-06-24 [paul]
16978
16979         Added instructions for ldif-to-xml.py
16980
16981         * tools/README
16982
16983 2001-06-23 [alfons]
16984
16985         Some minor things.
16986
16987         * src/pixmaps/stock_news_compose.xpm
16988                 added pixmap by Leandro
16989         * src/prefs_common.c
16990                 tested built-in spelling checker of GCC 3.0 :)
16991         * po/nl.po
16992                 merged dutch translation of sylpheed-main with
16993                 sylpheed.pot
16994
16995 2001-06-23 [paul]
16996
16997         Added tools directory and files.
16998
16999         * tools/filter_conv.pl
17000                 converts old filter system to new filtering system
17001         * tools/ldif-to-xml.py
17002                 converts netscape addressbook to sylpheed addressbook
17003         * tools/README
17004                 descriptions/instructions for above two files
17005
17006 2001-06-23 [christoph]
17007
17008         * src/inc.c
17009         * src/manage_window.[ch]
17010         * src/prefs_common.[ch]
17011                 mail retrieval dialog can be enabled, disabled
17012                 or hidden if non of sylpheed's windows is active
17013
17014 2001-06-22 [paul]
17015
17016         0.5.0claws2
17017
17018         * sync with sylpheed 0.5.0pre2
17019
17020 2001-06-21 [christoph]
17021
17022         * src/summaryview.c
17023                 show recipient on 'from' for all accounts
17024                 
17025         * src/inc.c
17026         * src/prefs_common.[ch]
17027                 disable error popup on mail receive errors
17028
17029 2001-06-21 [alfons]
17030
17031         * src/compose.c
17032                 made the ruler correctly appear and disappear.
17033
17034         * src/Makefile.am
17035                 removed Hoa's work-in-progress-stuff (interesting!) so 
17036                 claws compiles ok.
17037
17038 2001-06-20 [christoph]
17039
17040         * src/inc.c
17041         * src/progressdialog.c
17042                 added scrolled window for list in progressdialog
17043
17044 2001-06-20 [paul]
17045
17046         sync with sylpheed 0.5.0pre1 release
17047
17048 2001-06-20 [christoph]
17049
17050         * src/summeryview.c
17051                 make building threads by subject work when
17052                 thread view is enabled
17053                 
17054         * src/compose.c
17055         * src/prefs_common.[ch]
17056                 automatically select account for mail replys
17057
17058 2001-06-19 [sergey]
17059
17060         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17061         they are filled in from the account settings.
17062
17063 2001-06-19 [paul]
17064
17065         * more sync with sylpheed 0.5.0pre1
17066
17067 2001-06-18 [alfons]
17068
17069         * src/Makefile.am,
17070           src/procmime.c
17071                 added --sysconfdir to CPPFLAGS for pointing to the correct
17072                 location of mime.types. 
17073
17074                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17075                 or ./configure!
17076
17077 2001-06-18 [hoa]
17078
17079         * src/summaryview.c
17080                 fixed some bug when building threads
17081
17082 2001-06-18 [pau]l
17083
17084         * src/prefs_account.c
17085                 UI stuff: More changes to the English
17086
17087 2001-06-18 [paul]
17088
17089         * src/pixmaps/stock_news_compose.xpm: new file
17090         * src/Makefile.am
17091         * src/mainwindow.c
17092         * src/summaryview.c
17093                 Added new icon for Hoa's 'compose a news
17094                 message', plus minor improvements to the
17095                 English
17096
17097         * po/ja.po
17098         * ChangeLog
17099         * ChangeLog.jp
17100                 more sync with sylpheed 0.5.0pre1
17101
17102 2001-06-18 [hoa]
17103
17104         * src/compose.[ch]
17105         * src/mainwindow.c
17106                 Follow-up and reply to
17107
17108         * src/summaryview.[ch]
17109                 Build threads also with subjects
17110
17111 2001-06-17 [hoa]
17112
17113         * src/compose.c
17114                 forwarding use the current account.
17115
17116         * src/mainwindow.c
17117                 the "compose message" button has been replaced with
17118                 "new mail" and "new news" buttons
17119
17120         * src/prefs_common.[ch]
17121                 added a configuration option to use the forward button
17122                 as "forward as attachment"
17123                 changed reply and forward format description
17124
17125         * src/quote_fmt_lex.l
17126         * src/quote_fmt_parse.y
17127                 added message with no signature in format for reply
17128                 and forward.
17129
17130 2001-06-17 [paul]
17131
17132         Minor UI stuff
17133
17134         * src/mainwindow.c
17135         * src/summaryview.c
17136                 Improvements to the English
17137
17138         * src/prefs_common.c
17139                 Improvements to the English and some
17140                 clarity/continuity improvements in the
17141                 description of Quote symbols.
17142
17143 2001-06-17 [paul]
17144
17145         0.5.0claws1
17146
17147         * sync with sylpheed 0.5.0pre1
17148
17149 2001-06-17 [hoa]
17150
17151         * src/compose.c
17152                 Better interface for compose, displayed fields
17153                 are updated whenever we change account.
17154                 Newsgroups field is automatically filled.
17155
17156         * src/mainwindow.c
17157                 Newsgroups field is automatically filled.
17158
17159         * src/prefs_account.c
17160                 Some interface stuff when fields appear and
17161                 disappear.
17162
17163 2001-06-16 [paul]
17164
17165         0.4.99claws
17166
17167         * sync with sylpheed 0.4.99
17168
17169 2001-06-16 [sergey]
17170
17171         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17172         base64_decoder_free, base64_decoder_decode): new object and
17173         functions for decoding base64 streams.
17174         * src/procmime.c (procmime_decode_content): modified to use the
17175         new base64 decoder.
17176
17177 2001-06-15 [paul]
17178
17179         0.4.99claws10
17180
17181         * sync with sylpheed 0.4.99cvs11
17182
17183 2001-06-13 [paul]
17184
17185         0.4.99claws9
17186
17187         * sync with sylpheed 0.4.99cvs9
17188
17189 2001-06-13 [hoa]
17190
17191         * src/compose.c
17192         * src/prefs_account.c
17193
17194                 SMTP server can be defined in the news account
17195                 mime type of attachment are kept.
17196
17197         * src/summaryview.c
17198
17199                 now choose the highest important score between default
17200                 and important score of folder.
17201
17202 2001-06-09 [alfons]
17203         
17204         * src/prefs_common.c: 
17205
17206                 (prefs_quote_description_create): corrected description of 
17207                 quote format characters
17208
17209 2001-06-09 [paul]
17210
17211         0.4.99claws8
17212
17213         * sync with sylpheed 0.4.99cvs8
17214
17215 2001-06-08 [sergey]
17216
17217         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17218         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17219
17220 2001-06-08 [paul]
17221
17222         0.4.99claws7
17223
17224         * sync with sylpheed 0.4.99cvs7
17225
17226 2001-06-06 [sergey]
17227
17228         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17229         clashes with autogenerated header).
17230         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17231         * src/Makefile.am: added quote_fmt.h.
17232         * src/.cvsignore: added lex/yacc autogenerated files
17233         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17234
17235 2001-06-06 [paul]
17236
17237         0.4.99claws6
17238
17239         * sync with sylpheed 0.4.99cvs6
17240
17241 2001-06-06 [hoa]
17242
17243         * added src/quote_fmt_parse.h
17244         * src/compose.c
17245                 removed warnings
17246
17247         * src/prefs.[ch]
17248                 don't modify readonly configuration files
17249
17250         * src/prefs_account.c
17251         * src/prefs_common.c
17252         * src/prefs_customheader.c
17253         * src/prefs_display_header.c
17254         * src/prefs_filter.c
17255         * src/prefs_filtering.c
17256         * src/prefs_scoring.c
17257                 don't open dialog box when configuration files
17258                 are readonly
17259
17260 2001-06-05 [sergey]
17261
17262         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17263
17264         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17265         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17266         BUILT_SOURCES to make all files rebuild properly.
17267
17268         * src/compose.c: removed #include "quote_fmt.tab.h".
17269
17270         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17271         CHARACTER value in yylval.
17272
17273         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17274         receive CHARACTER value by documented means (yylval).
17275
17276         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17277
17278 2001-06-05 [hoa]
17279
17280         * src/Makefile.am
17281                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17282
17283         * src/filtering.c
17284         * src/matcher.c
17285         * src/matcher.h
17286         * src/prefs_filtering.c
17287                 now keep the configuration for execute action
17288
17289         * src/mbox_folder.c
17290                 fixed a warning
17291
17292 2001-06-05 [paul]
17293
17294         * sync with sylpheed 0.4.99cvs5
17295
17296 2001-06-05 [hoa]
17297
17298         * src/Makefile.am
17299                 added quote_fmt.[ch]
17300
17301         * added src/quote_fmt.y
17302         * added src/quote_fmt.l
17303         * added src/quote_fmt.tab.h
17304         * added src/quote_fmt.tab.c
17305         * added src/lex.quote_fmt.c
17306                 parsing configuration for replying
17307                 and forwarding
17308
17309         * src/prefs_common.[ch]
17310                 added configuration UI for replying
17311                 and forwarding
17312
17313         * src/compose.c
17314                 using configuration for replying
17315                 and forwarding
17316
17317 2001-06-04 [hoa]
17318
17319         * src/filtering.c
17320         * src/matcher.c
17321         * src/matcher.h
17322         * src/prefs_filtering.c
17323         * src/prefs_matcher.c
17324         * src/prefs_matcher.h
17325                 action "run a command" for filtering
17326                 and matching with a command.
17327                 fixed the "whole message" matching
17328
17329         * src/mbox_folder.c
17330                 changed temporary filename for security
17331
17332         * src/messageview.c
17333                 queue the notification if it fails to send.
17334
17335         * src/prefs_common.c
17336         * src/prefs_folder_item.c
17337                 changed the default important score             
17338
17339         * src/prefs_scoring.c
17340         * src/scoring.c
17341                 hide kill score input when the folder is not
17342                 a newsgroup
17343
17344 2001-06-03 [alfons]
17345
17346         * src/prefs_common.c:
17347
17348                 (prefs_font_select): pass font name in font entry box to font
17349                 selection dialog.
17350
17351 2001-06-03 [sergey]
17352
17353         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17354
17355 2001-06-03 [paul]
17356
17357         * sync with sylpheed 0.4.99cvs4
17358
17359 2001-06-03 [alfons]
17360
17361         * src/headerwindow.c:
17362
17363                 (headerwindow_show_cb): use the selected summary view item, not
17364                 the displayed item.
17365
17366 2001-06-02 [alfons]
17367
17368         * src/headerwindow.c:
17369
17370                 (headerwindow_show_cb): always try to show msginfo
17371
17372 2001-06-02 [hoa]
17373
17374         * src/compose.c
17375                 keep attached parts when reediting or forwarding.
17376
17377 2001-06-01 [hoa]
17378
17379         * src/folderview.c
17380         * src/prefs_folder_item.[ch]
17381         * src/prefs_scoring.[ch]
17382         * src/scoring.[ch]
17383         * src/summaryview.[ch]
17384         * src/main.c
17385         * src/mainwindow.c
17386         * src/prefs_common.[ch]
17387                 support for folder scoring
17388                 kill score and important score for messages
17389         
17390         * src/prefs_account.c
17391                 some display bug fixed for local account
17392                 preferences
17393
17394 2001-05-31 [alfons]
17395
17396         * src/summaryview.c:
17397
17398                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17399                 sender to address book menu item is disabled.
17400
17401 2001-05-30 [hoa]
17402
17403         * src/filtering.[ch]
17404         * src/summaryview.c
17405                 handling summary menu / filter messages
17406
17407         * src/folder.[ch]
17408                 add some stuff
17409
17410         * src/foldersel.c
17411                 imap folders now appears in list
17412
17413         * src/mbox_folder.c
17414                 doesn't crash if destination mail is not writeable
17415
17416 2001-05-29 [hoa]
17417
17418         * src/compose.c
17419                 removed some warnings
17420
17421         * src/filtering.c
17422         * src/folder.[ch]
17423         * src/prefs_filtering.c
17424                 global string to identify any folders           
17425                 removed some debug info
17426                 filtering to mbox folders is now possible
17427
17428         * src/mainwindow.c
17429                 removed some warnings
17430
17431         * src/mbox_folder.c
17432                 permission on files are changed to read/write for user only,
17433                 nothing for other.
17434                 creation of subfolder is handled better.
17435
17436 2001-05-28 [alfons]
17437
17438         Verified the sync for src/prefs_common.[ch] and
17439         src/prefs_account.[ch]. I believe there were some
17440         minor indentation differences.
17441
17442 2001-05-28 [paul]
17443
17444         0.4.99claws3
17445
17446         * sync with 0.4.99cvs3
17447
17448 2001-05-28 [hoa]
17449
17450         * src/compose.c
17451                 handling flags for mbox format
17452
17453         * src/filtering.c
17454                 use of mark file only for MH format
17455                 handling flags for mbox format
17456                 filtering cannot yet move or copy mails to mbox folders.
17457
17458         * src/folder.[ch]
17459                 changed move_msg, copy_msg,
17460                 move_msgs_with_dest, copy_msgs_with_dest functions
17461                 uses only folder->copy_msg() function
17462                 uses folder->finished_copy() to handle the destination
17463                 folder at the end of the copy or move operation.
17464
17465         * src/foldersel.c
17466                 included mbox directories.
17467
17468         * src/folderview.[ch]
17469         * src/mainwindow.c
17470                 handle folders operation for mbox format
17471
17472         * src/mbox.c
17473                 disable conversion of "From " header
17474
17475         * src/mbox_folder.[ch]
17476                 completion of mbox format handling
17477
17478         * src/mh.c
17479                 changed mh_copy_msg() function and
17480                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17481                 mh_copy_msgs_with_dest()
17482
17483         * src/prefs_filtering.c
17484                 removed some warnings
17485
17486         * src/prefs_matcher.c
17487                 default boolean operation is AND
17488
17489         * src/procheader.c
17490                 handling flags for mbox format
17491                 handling of "From " header
17492
17493         * src/procmsg.[ch]
17494                 removed data field
17495                 added MSG_REALLY_DELETED flags to handle deletion of
17496                 messages in mbox format.
17497
17498         * src/summaryview.c
17499                 handling flags for mbox format
17500                 disable the MSG_DELETED flags when messages
17501                 are deleted in mbox format
17502
17503         * src/textview.c
17504                 "From " headers display fixed.
17505
17506 2001-05-27 [alfons]
17507
17508         * src/textview.c:
17509                 
17510                 (get_email_part): skip quoted email addresses, like in e.g.
17511                 "'alfons@proteus.demon.nl'".
17512
17513 2001-05-26 [alfons]
17514
17515         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17516         and fixing the persistence troubles when using separate windows.
17517
17518         * src/mainwindow.c:
17519         
17520             Added #define SEPARATE_ACTION used in the gtk item factory for 
17521             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17522                 use gtk_item_factory_get_widget_by_action() to get the items.
17523                 
17524             Removed separate_widget_cb from the gtk item factory data   
17525           
17526             (mainwindow_create): connect separate_widget_cb() to check
17527             menu item "toggled" signal. also passing a MainWindow pointer
17528                 as object data for both check menu items.
17529                 
17530             (separate_widget_cb): definition of separate_widget_cb() to match
17531             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17532                 window using gtk_object_get_data(). The type of window separation 
17533                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17534         
17535         * src/prefs_filtering.c,
17536           src/prefs_matcher.c: added horizontal scrollbars
17537
17538 2001-05-25 [darko]
17539
17540         * src/headerview.c
17541                 fix segfault with invalid bold font
17542         * src/summaryview.c
17543                 correctly display summary stats after row is marked
17544
17545 2001-05-23 [sergey]
17546
17547         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17548         encodings with libjconv.
17549
17550 2001-05-23 [hoa]
17551
17552         * src/Makefile.am
17553                 added mbox_folder.[ch]
17554         * src/defs.h
17555                 mbox temporary folder
17556         * src/folder.[ch]
17557         * added src/mbox_folder.[ch]
17558         * src/folderview.c
17559         * src/procheader.[ch]
17560                 added mbox support
17561         * src/mbox.c
17562                 bugfix for file incorporation filtering
17563         * src/imap.c
17564                 enable creation of MBOX
17565         * src/prefs_display_header.c
17566                 enable use of headers like "From "
17567                 something that should be fixed :
17568                         displaying of such headers add an extra space
17569         * src/prefs_folder_item.c
17570                 don't create folders because it is not necessary
17571         * src/procmsg.h
17572                 added data field to MsgInfo for mbox internal use
17573         * src/summaryview.c
17574                 added some support for mbox
17575         * src/utils.[ch]
17576                 added get_mbox_cache_dir() function
17577
17578 2001-05-23 [hiroyuki]
17579
17580         * src/headerwindow.c
17581           src/inc.c
17582           src/main.c
17583           src/mh.c
17584           src/nntp.c
17585           src/procmsg.h
17586           src/session.h
17587           src/socket.[ch]
17588           src/summaryview.c
17589           src/textview.c
17590           src/automaton.c
17591           src/folderview.c: more sync with 0.4.99cvs2.
17592
17593         * src/headerwindow.c: reverted.
17594
17595 2001-05-22 [paul]
17596
17597         0.4.99claws2
17598
17599         * sync with sylpheed 0.4.99cvs2
17600                 * src/news.[ch]
17601                 * src/nntp.[ch]
17602                 * INSTALL
17603                 * INSTALL.jp
17604
17605 2001-05-22 [alfons]
17606
17607         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17608
17609 2001-05-21 [alfons]
17610
17611         Minor things:
17612
17613         * configure.in: if gnome-config not found, "no" is displayed
17614         
17615         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17616
17617         * src/textview.c: now also possible to add mail addresses by right
17618           clicking in the text view
17619
17620         * src/codeconv.c: merged patch which fixes endless loop when encountering
17621           invalid wide characters; from Alte <010@imis.ru>  
17622
17623 2001-05-20 [alfons]
17624
17625         Added installation of gnome specific things:
17626
17627         * Makefile.am: gnome conditional
17628
17629         * configure.in: check for installed gnome
17630
17631         * added sylpheed.png, sylpheed.desktop
17632
17633 2001-05-20 [sergey]
17634
17635         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17636
17637         * src/mainwindow.h (main_window_toolbar_create): created a button
17638         for "Reply to all".
17639         (main_window_set_toolbar_sensitive): enable/disable the new button
17640         appropriately.
17641         (toolbar_reply_to_author_cb): handle the new button.
17642
17643         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17644         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17645         failure).
17646
17647 2001-05-19 [sergey]
17648
17649         * src/compose.h (ComposeReplyMode): new modes
17650         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17651         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17652
17653         * src/compose.c
17654         (compose_send): move some code into a new function:
17655         (compose_current_mail_account): new function.
17656         (compose_reply): new argument to_author, all callers changed; if
17657         to_author==TRUE and account->protocol==A_NNTP, find and use an
17658         appropriate mail account for replying.
17659         (compose_reply_set_entry): new argument to_author; ignore
17660         compose->replyto if to_author==TRUE.
17661
17662         * src/mainwindow.c: new command "Message/Reply to author".
17663         (main_window_set_menu_sensitive): enable/disable it.
17664         (reply_cb): handle it.
17665
17666         * src/summaryview.c: new command "Reply to author".
17667         (summary_set_menu_sensitive): enable/disable it.
17668         (summary_reply_cb): handle it.
17669
17670         * src/account.c (account_find_mail_from_address): new function.
17671
17672 2001-05-18 [paul]
17673
17674         0.4.99claws1
17675
17676         * sync with sylpheed 0.4.99cvs1
17677
17678 2001-05-18 [hoa]
17679
17680         * src/compose.[ch]
17681         * src/filtering.c
17682         * src/summaryview.c
17683                 new filtering action : forward and forward as attachment
17684
17685         * src/main.c
17686                 no need for $DISPLAY when we run sylpheed --help
17687                 call to parse_cmd_opt() is moved
17688
17689         * src/mainwindow.[ch]
17690                 execute button is hidden when immediate execute
17691                 is chosen
17692
17693         * src/mh.c
17694         * src/news.c
17695         * src/prefs_folder_item.c
17696         * src/procmsg.c
17697                 better handling of missing directories
17698
17699         * src/summaryview.c
17700                 reedit is enabled in outbox
17701                 reedit is enabled in queue
17702
17703 2001-05-17 [hoa]
17704
17705         * src/filtering.c
17706         * src/matcher.[ch]
17707         * src/prefs_filtering.c
17708                 changed attachement into attachment
17709
17710 2001-05-17 [alfons]
17711
17712         0.4.67claws4    
17713
17714         * sync with sylpheed 0.4.67cvs9
17715         * sync with sylpheed 0.4.67cvs7-8
17716
17717 2001-05-17 [hoa]
17718
17719         * src/Makefile.am
17720                 added prefs_filtering.c
17721
17722         * src/filtering.[ch]
17723         * src/matcher.[ch]
17724                 removed action : forward_news and forward_news_as_attachement
17725                 (forward and forward_as_attachement can be used instead)
17726
17727         * src/mainwindow.c
17728                 added menu option to access filtering configuration
17729
17730         * src/prefs_account.c
17731                 changed mail_command default to /usr/sbin/sendmail
17732
17733         * added src/prefs_filtering.[ch]
17734                 dialog box for filtering configuration
17735
17736         * src/prefs_matcher.c
17737                 added function prefs_matcher_get_criteria_from_matching()
17738
17739         * src/prefs_scoring.c
17740                 reset the dialog when register or substitute is clicked
17741
17742 2001-05-15 [hoa]
17743
17744         * src/Makefile.am
17745                 added filtering.[ch]
17746         * src/inc.c
17747                 using filering.[ch] instead of filter.[ch]
17748         * src/main.c
17749                 reading new filtering configuration
17750         * src/matcher.[ch]
17751                 added some filtering actions
17752                 and fixed a bug for headers and mail body matching
17753         * src/mbox.c
17754                 using filering.[ch] instead of filter.[ch]
17755         * src/mh.c
17756                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17757         * src/summaryview.c
17758                 some fixes for filtering
17759
17760 2001-05-14 [hiroyuki]
17761
17762         * src/send.c: fixed some weird indentations.
17763           send_message_with_command(): call pclose() only if p != NULL.
17764         * src/textview.c: get_email_part(): modified the code for readability.
17765
17766 2001-05-14 [hiroyuki]
17767
17768         * src/md5global.h
17769           src/md5ify.c
17770           src/md5ify.h: removed from the cvs.
17771
17772 2001-05-13 [sergey]
17773
17774         * src/main.c: include rfc2015.h to avoid compiler warnings.
17775         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17776         the panel is already on screen.
17777         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17778         closing the alert window by ESC as "No".
17779         * src/prefs_common.c (prefs_interface_create): moved return
17780         receipt check button to the correct place.
17781
17782 2001-03-13 [alfons]
17783
17784         * src/prefs_common.c: 
17785                 moved return receipt check button to the Send tab. (prefs_send_create)
17786                 removed the date format ui related globals. (prefs_display_create)
17787
17788         0.4.67claws3
17789         
17790         * sync with sylpheed 0.4.67cvs5-6
17791
17792 2001-05-13 [paul]
17793
17794         * added Alfons' font selection patch
17795
17796         * src/defs.h
17797         * src/headerwindow.c
17798         * src/prefs_common.c
17799         * src/prefs_common.h
17800
17801 2001-05-13 [hoa]
17802         * src/defs.h
17803                 changed version of cache
17804         * src/matcher.[ch]
17805         * src/prefs_matcher.c
17806                 added additionnal matching criteria
17807         * src/procheader.c
17808         * src/procmsg.[ch]
17809         * src/news.c
17810                 added references in MsgInfo
17811
17812 2001-05-12 [hoa]
17813
17814         * src/defs.h
17815                 prepared some things for new filtering
17816         * src/matcher.[ch]
17817                 added some matching properties
17818                 inreplyto need to be enhanced
17819                 prepared some things for new filtering
17820         * src/messageview.c
17821                 added Return-Receipt-To handling
17822         * src/prefs_folder_item.c
17823                 changed default value to TRUE
17824         * src/prefs_matcher.c
17825                 added some matching properties
17826         * src/prefs_scoring.[ch]
17827                 the scoring dialog is finished
17828         * src/procheader.c
17829                 added Return-Receipt-To handling
17830                 Reference need to be added
17831         * src/procmsg.[ch]
17832                 added Return-Receipt-To handling
17833                 added threadscore to get a better score sorting when
17834                 threads are enabled
17835         * src/summaryview.c
17836                 suppressed a bug when we sort the list
17837                 when no folder is opened.
17838                 better score sorting when threads are enabled
17839
17840 2001-05-12 [alfons]
17841
17842         * reverted previous patch because of potential errors 
17843
17844         0.4.67claws2
17845         
17846         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17847                 applied "toggle mail-retrieval dialog window" patch submitted 
17848                 by Eric Limpens <eric@qnt.net>
17849
17850         * sync with sylpheed 0.4.67cvs4
17851
17852 2001-05-12 [sergey]
17853
17854         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17855         some picky compilers.
17856         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17857         * src/grouplist_dialog.c: include alertpanel.h.
17858         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17859         fix compile warning.
17860         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17861         #include "defs.h" before others to prevent the warning of `MIN'
17862         and `MAX' redefinition.
17863
17864 2001-05-11 [hoa]
17865
17866         * src/main.c
17867         * src/messageview.c
17868         * src/prefs_account.c
17869         * src/prefs_display_header.c
17870                 removed warning
17871         * src/Makefile.am
17872                 added prefs_scoring.[ch]
17873         * src/grouplist_dialog.c
17874                 display an error dialog box if the group list
17875                 cannot be fetched.
17876         * src/mainwindow.[ch]
17877                 added main_window_set_thread_option() function
17878                 scoring dialog box enabled
17879         * src/matcher.[ch]
17880                 added flags matching unread /new / marked
17881                 / deleted / replied / forwarded
17882         * src/news.c
17883                 newsgroups are now finally in newscache
17884         * src/prefs_matcher.[ch]
17885                 finished preferences for matching dialog
17886         * added src/prefs_scoring.[ch]
17887                 scoring dialog box completed
17888         * src/scoring.[ch]
17889                 conversion to string : added scoringprop_to_string()
17890                 write config for preferences :
17891                 added prefs_scoring_write_config()
17892         * src/summaryview.c
17893                 threads can be enabled/disabled independently
17894                 for each folder
17895
17896 2001-05-10 [alfons]
17897
17898         0.4.67claws1
17899         
17900         * AUTHORS: 
17901                 thought it would be nice to have a list of all
17902                 contributors (used Changelog as a reference)
17903         
17904         * configure.in: 
17905                 messed up version numbering...
17906
17907         0.4.66claws1
17908
17909         * sync with sylpheed 0.4.67cvs1-3
17910
17911 2001-05-10 [darko]
17912
17913         * src/prefs_common.c:
17914                 better UI for strftime format, double clicking
17915                 on format now inserts the format in text entry
17916                 replaced close button with standard OK/Cancel
17917                 moved date format button to the right of the
17918                 text entry field
17919
17920 2001-05-09 [alfons]
17921
17922         * src/gtkstext.c:
17923                 Ctrl-Home / Ctrl-End have proper cursor navigation
17924
17925 2001-05-09 [hoa]
17926
17927         * src/prefs_matcher.c
17928                 finished UI to define matching properties
17929                 added ok and cancel button
17930         * src/prefs_filter.c
17931                 added ok and cancel button
17932         * src/news.c
17933                 fixed some bug in xhdr parsing
17934
17935 2001-05-08 [alfons]
17936
17937         * src/textview.c: 
17938                 fixed a bug in textview_show_header(), which displayed two colons (':');
17939                 cleaned up some warnings
17940
17941 2001-05-08 [hoa]
17942
17943         * src/Makefile.am
17944                 added prefs_matcher.[ch]
17945                 compilation with -W -Wall
17946         * src/alertpanel.c
17947                 ungrab the mouse events if grabbed - does it
17948                 fix the bug for disposition notification ?
17949         * src/mainwindow.c
17950                 added a menu option to open the matching dialog.
17951         * src/matcher.[ch]
17952                 added matcherprop_to_string() and matcherlist_to_string()
17953                 fixed some bugs, changed the name of some options
17954                 age_sup and age_inf becomes age_greater and age_lower,
17955                 body and messageheaders becomes body_part and headers_part,
17956                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17957         * src/prefs_display_header.c
17958         * src/prefs_headers.c
17959                 fixed a bug that accidentally destroyed dialogs
17960                 when closed them with delete_event
17961                 Added *_deleted() which handle delete_event signal correctly.
17962         * src/prefs_folder_item.[ch]
17963                 added "enable_thread" field for future customization
17964         * added src/prefs_matcher.[ch]
17965                 sample of the UI to define matching properties
17966         * src/procheader.c
17967                 using procheader_headername_equal instead of str*cmp functions
17968                 using procheader_parse_header() function
17969         * src/scoring.c
17970                 using MATCHING_XXX instead of SCORING_XXX
17971         * src/summaryview.c
17972                 display the sender of the news even if this is ourself
17973                 when this is a news message.
17974         * src/textview.c
17975                 using headername_equal() instead of str*cmp functions
17976
17977 2001-05-08 [alfons]
17978
17979         0.4.66claws
17980
17981         * sync with sylpheed 0.4.66
17982         * src/gtkstext.c: trace logs added 
17983
17984 2001-05-08 [sergey]
17985
17986         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17987         signature check popup.
17988         * src/rfc2015.c (check_signature): show signature check popup only
17989         if it is enabled in preferences.
17990
17991 2001-05-07 [alfons]
17992
17993         0.4.66claws4
17994         
17995         * sync with sylpheed 0.4.66cvs6
17996
17997 2001-05-07 [darko]
17998
17999         * src/prefs_common.[ch]: added option to enable/disable
18000           looking up sender name in address book for summary pane
18001         * src/summaryview.c: look up sender in the address book
18002           by using Alfons' address completion code
18003
18004 2001-05-07 [hiroyuki]
18005
18006         * src/inc.h
18007           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18008           member of Pop3State.
18009         * src/news.c: brought #include "defs.h" before #include <glib.h>
18010           to prevent the warning of `MIN' and `MAX' redefinition.
18011
18012 2001-05-06 [hoa]
18013
18014         * removed src/headers_display.[ch]
18015         * removed src/prefs_display_headers.[ch]
18016         * src/inc.c
18017                 use a temporary file in the user directory for mbox import
18018         * src/news.c
18019                 added XHDR support to get "To" and "Cc" headers
18020                 (in order to match news with to or cc field for
18021                 scoring)
18022                 added function news_parse_xhdr() to get XHDR response
18023         * src/nntp.[ch]
18024                 added function nntp_xhdr()
18025         * src/matcher.c
18026                 fetch the message if necessary
18027
18028 2001-05-06 [alfons]
18029
18030         0.4.66claws3
18031
18032         * sync with sylpheed 0.4.66cvs3-5
18033
18034 2001-05-06 [hoa]
18035
18036         * src/utils.[ch]
18037                 added function itos_buf() to enable use of several buffers
18038         * src/summaryview.c
18039                 use of itos_buf() instead of itos() in summary list
18040                 to fix the broken display of message number.
18041
18042 2001-05-06 [alfons]
18043
18044         * src/gtkstext.c: bug in cursor up navigation fixed,
18045                 fixed another unsigned / signed comparison (we're getting there :-)
18046
18047 2001-05-06 [hoa]
18048
18049         * src/Makefile.am
18050                 added scoring.c scoring.h
18051                 prefs_folder_item.c prefs_folder_item.h
18052                 matcher.c matcher.h
18053         * src/defs.h
18054                 added FOLDERITEM_RC SCORING_RC
18055         * src/folder.[ch]
18056                 added prefs field in FolderItem :
18057                 properties for each folder (PrefsFolderItem),
18058                 sorting type and mode were added as the first properties.
18059         * src/main.c
18060                 read config for scoring
18061         * added src/matcher.[ch]
18062                 gives functions to parse configuration file to do
18063                 matching on mails with a list of conditions.
18064         * src/mainwindow.c
18065                 add option to sort by score
18066         * src/prefs_common.[ch]
18067                 added preference option to show score and for
18068                 the score column size
18069         * added src/prefs_folder_item.[ch]
18070                 properties for each folder (PrefsFolderItem),
18071                 sorting type and mode were added as the first properties.
18072         * src/procheader.[ch]
18073                 added procheader_parse_header()
18074                 added procheader_header_free()
18075                 added procheader_headername_equal()
18076                 and made modification to use them.
18077         * src/procmsg.[ch]
18078                 added score field to MsgInfo structure
18079         * added src/scoring.[ch]
18080                 gives functions to parse configuration file to do
18081                 scoring on mails with a list of conditions.
18082         * src/summaryview.[ch]
18083                 save the sorting type and mode for the folder
18084                 added column to display the score of the mail
18085                 added function summary_score_clicked()
18086                 sorting type and mode are restored to the folder
18087                 when it is reopen
18088         * src/textview.c
18089                 use procheader_parse_header(), procheader_headername_equal()
18090                 removed memory leak in text_scan_header when freeing headers
18091         * src/filter.c
18092                 changed the function to match names of headers
18093                 using procheader_headername_equal()
18094
18095         Scoring functions are implemented, an interface is needed
18096         to configure that.
18097
18098 2001-05-04 [alfons]
18099
18100         * src/gtkstext.c: 
18101                 hopefully fixed the row up navigation bug,
18102                 removed adding back / forward lines to cache
18103
18104 2001-05-04 [sergey]
18105
18106         * src/prefs_display_headers.c: user interface changes:
18107         (prefs_display_headers_create): remove unused "Show" check button;
18108         allow reordering of headers by dragging.
18109         (prefs_display_headers_write_config): remove unused variables.
18110         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18111         of lists (not needed with the new UI).
18112         (prefs_display_headers_set_list): scan lists starting from row 0,
18113         not 1 (do not skip "(New)").
18114         (prefs_display_headers_find_header): new function.
18115         (prefs_display_headers_clist_set_row): do not allow duplicates.
18116         (prefs_display_headers_delete_cb): do not skip row 0; treat
18117         closing the alert window by ESC as "No".
18118         (prefs_display_headers_up): do not protect row 0.
18119         (prefs_display_headers_down): do not protect row 0.
18120
18121 2001-05-04 [sergey]
18122
18123         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18124         functions.
18125
18126         * src/summaryview.c
18127         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18128         summary_select_next_marked, summary_select_prev_marked): new
18129         functions.
18130
18131 2001-05-03 [sergey]
18132
18133         * src/news.c: fixed a bug when no article can be fetched after
18134         server timeout if the connection was restored by news_post():
18135         (news_select_group): new function.
18136         (news_fetch_msg): call news_select_group() before fetching
18137         article.
18138         (news_get_uncached_articles): set session->group after successful
18139         GROUP command.
18140
18141 2001-05-03 [hoa]
18142
18143         * src/defs.h
18144         * src/procmsg.[ch]
18145         * src/procheader.c
18146                  changed version of cache, added cc field
18147
18148         * src/prefs_display_headers.c
18149                 the interface was changed
18150
18151         * src/prefs_headers.c
18152                 added cancel button
18153
18154 2001-05-03 [alfons]
18155
18156         * completed sync of sylpheed cvs2
18157         * src/gtkstext.c: updated row up / down cursor navigation
18158         * src/textview.c: re-edited, prepared for fixing the email address
18159                 scanner.
18160
18161 2001-05-03 [darko]
18162
18163         * src/prefs_common.c: use alfons' strftime ui code
18164         entry_datefmt and datefmt_sample widgets have to be
18165         global in this module because of this change
18166
18167 2001-05-03 [hoa]
18168
18169         * src/messageview.c
18170         * src/prefs_common.[ch] added option to activate the return receipt
18171                 feature.
18172
18173 2001-05-02 [alfons]
18174
18175         * src/gtkstext.c: fix for row up/down cursor navigation. 
18176
18177         0.4.66claws2
18178         
18179         * sync with 0.4.66cvs2
18180
18181 2001-05-02 [paul]
18182
18183         added add-sender-to-addressbook patch
18184
18185         * src/addressbook.c
18186         * src/addressbook.h
18187         * src/summaryview.c
18188
18189 2001-05-02 [sergey]
18190
18191         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18192         G_ALERTDISABLE.
18193
18194         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18195         all existing callers changed to pass FALSE; create a check button
18196         to disable the message.
18197         (alertpanel_message_with_disable): new function.
18198         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18199         (alertpanel_button_toggled): new function.
18200         (alertpanel_button_clicked, alertpanel_close): set value using
18201         G_ALERT_VALUE_MASK.
18202
18203         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18204
18205         * src/prefs_common.c (prefs_privacy_create): new check button
18206         checkbtn_gpgme_warning.
18207
18208         * src/main.c (main): moved preferences reading before gpgme
18209         initialization; check prefs_common.gpgme_warning before giving the
18210         GnuPG warning and set it to FALSE if the user wants to disable the
18211         warning.
18212
18213 2001-05-02 [hiroyuki]
18214
18215         * src/prefs_display_headers.c: modified the layout and some labels.
18216
18217 2001-05-02 [sergey]
18218
18219         * src/prefs_account.c (prefs_account_fix_size): new function.
18220         (prefs_account_create): call prefs_account_fix_size(); use
18221         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18222         size when the window is shown for the first time).
18223         (prefs_account_basic_create): changed layout of serv_table; moved
18224         localmbox_entry above smtpserv_entry (logically it replaces
18225         POP3/IMAP server).
18226         (prefs_account_protocol_activated): set sensitivity of
18227         nntpauth_chkbtn according to the protocol (in addition to
18228         hide/show); commented out gtk_table_set_row_spacing() calls.
18229         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18230         not sensitive (fixes a bug with disabled username/password boxes
18231         when editing POP3 account after NNTP with authentication).
18232
18233 2001-05-02 [hoa]
18234
18235         * src/account.c
18236         * src/inc.c
18237         * src/prefs_account.[ch]
18238         * src/send.c
18239                 removed local account without SMTP server
18240                 added option to use mail command instead of a connexion
18241                 to SMTP server when a local account is used
18242         * src/prefs_headers.c
18243                 fixed a bug
18244         * src/news.c
18245                 fixed a bug when connexion immediately closed
18246
18247 2001-05-01 [alfons]
18248
18249         0.4.66claws1
18250         
18251         * sync with 0.4.65
18252
18253 2001-05-01 [sergey]
18254
18255         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18256         widget nntpauth_chkbtn.
18257         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18258         visibility.
18259         (prefs_account_nntpauth_toggled): new function.
18260
18261         * src/news.c (news_session_new_for_folder): use NNTP
18262         authentication only if ac->use_nntp_auth is set.
18263
18264 2001-05-01 [hoa]
18265
18266         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18267         * src/prefs_display_headers.c changed the UI
18268         * src/prefs_headers.c changed account_name to account_id
18269         * src/compose.c using customheader.h
18270
18271 2001-05-01 [hiroyuki]
18272
18273         * src/esmtp.c
18274           src/news.c
18275           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18276           unsynched.
18277
18278 2001-05-01 [hoa]
18279
18280         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18281         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18282                 for displaying of headers
18283         * src/grouplist_dialog.[ch] minor changes to remove warnings
18284         * src/prefs_display_headers.[ch] dialog to choose the
18285         headers to display in the mail viewer.
18286         * src/headers.h correction of #define
18287         * src/headers_display.[ch] configuration for displaying of headers.
18288         * src/main.c read config of displaying of headers
18289         * src/prefs_common.c add a button to access the config dialog
18290                 for displaying of headers
18291         * src/prefs_display_headers.[ch] dialog for configuration for
18292                 displaying of the headers.
18293         * src/prefs_headers.c cleaning of code
18294         * src/procheader.c comments added to code
18295         * src/textview.c changes to reorder the headers depending
18296                 on the config for displaying of headers
18297
18298 2001-04-30 [alfons]
18299
18300         0.4.65claws7
18301
18302         * sync with 0.4.65cvs12
18303
18304         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18305
18306 2001-04-30 [sergey]
18307
18308         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18309
18310         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18311         is set to force reconnection after authentication failure.
18312         (nntp_gen_command): set sock->auth_failed on authentication
18313         failure, or if sock->userid and sock->passwd are not set.
18314
18315         * src/news.c (news_session_new_for_folder): set userid=NULL if
18316         password dialog is cancelled.
18317
18318 2001-04-30 [sergey]
18319
18320         * src/nntp.h (NNTPSockInfo): new type.
18321
18322         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18323         SockInfo.
18324         (nntp_open_auth, nntp_close): new functions.
18325         (nntp_gen_command): new function to handle authentication; all
18326         NNTP command functions updated to use it.
18327         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18328         (nntp_list): removed old useless code.
18329
18330         * src/news.h (NNTPSession): new field nntp_sock.
18331
18332         * src/news.c: all functions updated to use NNTPSockInfo instead of
18333         SockInfo.
18334         (news_session_new): new arguments (userid, passwd); made static;
18335         use nntp_open_auth() if needed.
18336         (news_session_destroy): use nntp_close() instead of sock_close().
18337         (news_query_password): changed arguments.
18338         (news_session_new_for_folder): new function.
18339         (news_session_get): use news_session_new_for_folder().
18340         (news_authenticate): deleted.
18341         (news_get_uncached_articles): removed old authentication code.
18342
18343 2001-04-30 [sergey]
18344
18345         * src/news.c: reverted my previous changes (need to do NNTP
18346         authentication in a cleaner way).
18347         
18348 2001-04-29 [sergey]
18349
18350         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18351         news_nntp_post, news_nntp_mode): new functions (wrappers with
18352         authentication support).
18353         (news_get_article_cmd, news_get_article, news_get_header): new
18354         argument "folder"; all callers changed.
18355         (news_get_article_cmd): added authentication support.
18356         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18357         (news_post): use news_nntp_post() instead of nntp_post().
18358         (news_get_uncached_articles): use news_nntp_group() instead of
18359         nntp_group() and news_nntp_xover() instead of nntp_xover();
18360         removed old authentication code.
18361         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18362
18363         * src/nntp.c (nntp_list): return real error code instead of
18364         hardcoded NN_ERROR.
18365
18366 2001-04-29 [sergey]
18367
18368         * configure.in: fixed wint_t typedef detection again
18369
18370 2001-04-28 [hoa]
18371
18372         * src/prefs_account.[ch], added A_LOCAL_CMD
18373                 (send mail with mail command)
18374         * src/send.c added function send_message_with_command()
18375         * src/inc.c made a more secure get_spool() function with
18376                 mktemp() but maybe mkstemp() or something more
18377                 secure can be used.
18378
18379 2001-04-28 [alfons]
18380
18381         * src/textview.c, colorization of email addresses in headers
18382
18383         0.4.65claws6
18384
18385         * bug sync with sylpheed
18386         * prefs_common.c: created date format ui for darko
18387         * sync with 0.4.65cvs11
18388         * configure.in: corrected to have the new gpg checks
18389
18390 2001-04-27 [alfons]
18391
18392         * completed sync with 0.4.65cvs10
18393         * minor debug things added to gtkstext.c
18394
18395 2001-04-27 [darko]
18396
18397         * configure.in: remove check for availability of
18398           strftime() as advised by Hiroyuki
18399         * src/prefs_common.[ch], src/procheader.c:
18400           synch strftime() code with Hiroyki's main branch
18401
18402 2001-04-26 [sergey]
18403
18404         * src/news.c: news_query_password(), news_authenticate(): new
18405           functions.
18406           news_get_uncached_articles(): added NNTP authentication
18407           handling.
18408         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18409           new functions.
18410         * src/prefs_account.c: prefs_account_protocol_activated():
18411           enable userid and password fields for NNTP.
18412
18413 2001-04-26
18414
18415         * configure.in: check for availability of strftime()
18416           [darko]
18417         * src/prefs_common.[ch], src/procheader.c: use
18418           strftime() for displaying date in summary pane if it
18419           is available
18420
18421 2001-04-25
18422
18423         * more .cvsignore cleanups [alfons]
18424
18425 2001-04-25
18426
18427         * ac/sv-check-type.m4: new autoconf macro.
18428         * configure.in: fixed wint_t typedef detection (did not work
18429           with gcc-2.96).
18430
18431 2001-04-25
18432
18433         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18434           [hiroyuki]
18435
18436 2001-04-24
18437         * modified gtkstext.c : buggy cursor navigation fixed, 
18438           and font descent also taken in account when drawing
18439           cursor. [alfons]
18440
18441 2001-04-24 [hoa]
18442         * added comments in src/news.c src/nntp.c
18443         * added src/prefs_headers.[ch]
18444         * added src/headers.[ch]
18445         * modified compose.c to activate custom headers
18446                 added function is_in_custom_headers
18447         * modified prefs_account.[ch]
18448                 added function prefs_account_customhdr_edit
18449         * modified src/defs.h :
18450                 added HEADERS_RC : name of the config file
18451                 for the custom headers
18452
18453 2001-04-24
18454
18455     0.4.65claws5
18456
18457         * configure.in
18458           src/gtkstext.[ch]
18459           src/compose.c
18460           src/Makefile.am
18461           
18462           added gtkstext with configure.in patch by Hiroyuki which
18463           should fix the XIM detection [alfons]
18464
18465         * more clean up of cvs [alfons]
18466
18467                  * removed all Makefile.in files to attic.
18468
18469                  * updated all .cvsignores to really ignore things that could
18470                    be unintentionally committed by a recursive commit.
18471
18472 2001-04-23 [hoa]
18473         * added src/grouplist_dialog.[ch]
18474         * changed src/folderview.c to call grouplist_dialog instead
18475                 of inputdialog
18476         * src/news.c :
18477                 added functions news_reset_group_list
18478                 and news_get_group_list
18479         * src/nntp.c :
18480                 added function nntp_list
18481         * src/defs.h :
18482                 added GROUPLIST_FILE : name of the newsgroup list cache file
18483
18484 2001-04-21
18485
18486         * added option to warn about queued messages on exit [sergey]:
18487
18488           * src/compose.c: compose_queue(): call folder_item_scan()
18489             and folderview_update_item() after queueing.
18490           * src/folderview.c: folderview_update_node(): draw the queue
18491             folder in bold font if there are queued messages.
18492           * src/mainwindow.c: queued_messages(): new function.
18493             app_exit_cb(): display warning if there are queued messages
18494             if warn_queued_on_exit is set.
18495           * prefs_common.[ch]: add warn_queued_on_exit option.
18496
18497         * enhanced GnuPG key selection support [sergey]:
18498
18499           * src/select-keys.c: updated to newer version from Win32
18500             branch with support for selecting arbitrary keys.
18501           * src/prefs_account.c: added the Privacy tab to the account
18502             options window.
18503             prefs_account_privacy_create(),
18504             prefs_account_sign_key_set_data_from_radiobtn(),
18505             prefs_account_sign_key_set_radiobtn(): new functions.
18506           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18507           * src/rfc2015.c: set_signers(): new function.
18508             pgp_sign(): add the account parameter, call set_signers().
18509             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18510           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18511           * src/compose.c: pass the current account to rfc2015_sign().
18512
18513         * tag name claws added to prevent confusion with main branch [alfons]
18514
18515         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18516
18517         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18518
18519         * sync with recent sylpheed cvs. Untested though. [alfons]
18520