24335478f4c5844a547a9b3b2de370333b6f178f
[claws.git] / ChangeLog.claws
1 2003-09-11 [alfons]     0.9.5claws7
2
3         * src/mainwindow.c
4                 make default message view, opened by View | Separate message 
5                 view, look like a claws message view (which includes a menu
6                 bar and a toolbar)
7                 (fixes bug #298, "message view loses tool bar") 
8
9 2003-09-11 [christoph]  0.9.5claws6
10
11         * src/folderview.c
12                 fix double deleting of newsgroup folders
13
14         (closes Bug 305 crash after deleting of a newsgroup)
15
16 2003-09-11 [paul]       0.9.5claws5
17
18         * src/rfc2015.c
19           src/common/utils.h
20                 more sync'ing from 0.9.5cvs2
21
22         fixes bug 197 'Header lines encrypted by GPG'
23
24 2003-09-11 [christoph]  0.9.5claws4
25
26         * src/compose.c
27         * src/rfc2015.c
28         * src/common/utils.h
29                 fix sync with 0.9.5cvs2
30
31 2003-09-11 [paul]       0.9.5claws3
32
33         * sync with 0.9.5cvs4
34                 see ChangeLog 2003-09-11
35
36 2003-09-11 [paul]       0.9.5claws2
37
38         * sync with 0.9.5cvs2
39                 see ChangeLog 2003-09-05
40                 
41 2003-09-11 [paul]       0.9.5claws1
42
43         * sync with 0.9.5cvs3
44                 see ChangeLog 2003-09-10
45
46 2003-09-10 [paul]       0.9.5claws
47
48         * 0.9.5claws released
49
50 2003-09-10 [paul]       0.9.4claws78
51
52         * src/Makefile.am
53                 add missing files
54
55 2003-09-10 [melvin]     0.9.4claws77
56
57         * po/fr.po
58                 Updated French translations
59
60 2003-09-10 [paul]       0.9.4claws76
61
62         * po/es.po
63           po/sk.po
64           po/sr.po
65                 update Spanish, Slovak, and Serbian translations.
66                 submitted by Ricardo Mones Lastra, Andrej Kacian,
67                 and Urke MMI
68                 
69         * AUTHORS
70                 add translation team section
71
72 2003-09-09 [christoph]  0.9.4claws75
73
74         * src/folder.c
75                 free item->prefs in folder_item_destroy
76
77 2003-09-09 [alfons]     0.9.4claws74
78
79         * src/folderview.c
80                 o proper check for root node sorting
81                 o remove unnecessary gtk_ctree_remove_node 
82
83         (should fix bug #300, "crash while moving folder")      
84
85 2003-09-08 [christoph]  0.9.4claws73
86
87         * src/folderview.c
88                 o fix double adding of IMAP FolderItems to GtkCTree
89                 o fix crash then mbox folder is removed
90
91 2003-09-08 [christoph]  0.9.4claws72
92
93         * src/folder.c
94         * src/folderview.c
95         * src/mainwindow.c
96                 fix new folder notification
97
98         * src/mbox_folder.c
99                 fix cache path
100
101 2003-09-08 [christoph]  0.9.4claws71
102
103         * src/compose.c
104                 replace '\n' and '\r' before removing trailing spaces
105
106         * src/folder.[ch]
107         * src/folderview.c
108                 add information about new or removed items in folder tree change
109                 notification and use this in folderview to add and remove only
110                 the appected items and not refresh the whole tree
111
112 2003-09-07 [match]      0.9.4claws70
113
114         * src/Makefile.am
115         * src/addr_compl.c
116         * src/addressbook.c
117         * src/addressitem.h
118         * src/addrindex.c
119         * src/addritem.c
120         * src/addritem.h
121         * src/addrquery.c                       ** NEW **
122         * src/addrquery.h
123         * src/ldapquery.c
124         * src/ldapserver.c
125         * src/stock_pixmap.c
126         * src/stock_pixmap.h
127         * src/pixmaps/address_search.xpm        ** NEW **
128                 re-introduce Lookup button for LDAP 'static' searches.
129
130 2003-09-07 [alfons]     0.9.4claws69
131         
132         * src/summaryview.c
133                 abandon setting usize for messageview because it gives layout problems
134                 with the quick search bar and the headerview; fixes assorted UI glitches:
135                 
136                 o bug #148, "Toggling of quick-search bar reduces index view area" 
137                 o bug #280, "Window resiizes for line length but does not revert"
138
139 2003-09-07 [christoph]  0.9.4claws68
140
141         * src/compose.c
142                 o make sure we don't have any newlines in header values
143                 o check custom headers for spaces and newlines and ignore
144                   malformed header names
145
146 2003-09-06 [christoph]  0.9.4claws67
147
148         * src/folder.c
149         * src/folderview.c
150                 invoke notification hook for folder tree changes after append
151                 and remove folder
152
153         (closes Bug 294 Crash while moving folder with many subdirectories)
154
155 2003-09-06 [christoph]  0.9.4claws66
156
157         * src/folder.c
158                 destroy folder's MsgCache if FolderItem is removed to make sure
159                 it is not saved when the FolderItem is destroyed
160
161 2003-09-06 [christoph]  0.9.4claws65
162
163         * src/plugins/clamav/clamav_plugin.c
164                 fix copy & paste bug
165
166 2003-09-05 [christoph]  0.9.4claws64
167
168         * src/folder.c
169         * src/messageview.[ch]
170         * src/procmsg.[ch]
171         * src/summaryview.c
172                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
173                 by MessageView to clear it when the message is deleted. Should
174                 work even if messages are deleted in MainWindow or by
175                 processing.
176
177 2003-09-05 [alfons]     0.9.4claws63
178
179         * src/messageview.c
180                 deleting a message in a message view frees its msginfo, make 
181                 messageview_update_all() aware of that (should fix bug #293,
182                 "deleting message caused crash")
183
184 2003-09-05 [melvin]     0.9.4claws62
185
186         * src/action.c
187                 Improve synchronous action exit code (fixes 
188                 a ~5 seconds delay after action exit on RedHat 9)
189
190 2003-09-04 [christoph]  0.9.4claws61
191
192         * src/compose.c
193         * src/rfc2015.c
194         * src/common/utils.[ch]
195                 add util function to create mime boundary and use it
196                 in compose and gpg code
197
198 2003-09-04 [alfons]     0.9.4claws60
199
200         * src/folder.c
201                 source folder item's GNode should already have been freed in 
202                 a previous call to src->folder->klass->remove_folder()
203                 (should fix bug #287, "crash when moving folders")
204
205 2003-09-03 [thorsten]   0.9.4claws59
206
207         * src/plugins/spamassassin/spamassassin_gtk.c
208                 fix compile error
209
210 2003-09-03 [christoph]  0.9.4claws58
211
212         * src/plugins/spamassassin/spamassassin.[ch]
213         * src/plugins/spamassassin/spamassassin_gtk.c
214                 add timeout config option
215
216 2003-09-03 [paul]       0.9.4claws57
217
218         * po/sk.po      ** NEW FILE **
219                 add Slovak translation. Submitted by Andrej Kacian 
220                 <andrej@kacian.sk>
221
222 2003-09-03 [paul]       0.9.4claws56
223
224         * src/plugins/clamav/clamav_plugin_gtk.c
225                 gui tweaks: replace a label with a tooltip, modify the
226                 text, use gtk_check_button_new(); instead of
227                 gtk_check_button_new_with_label("");
228
229 2003-09-02 [alfons]     0.9.4claws55
230
231         * src/gtk/filesel.c
232                 remember last used dir when attaching multiple files (should fix
233                 bug #290, "Attach File does not remember directory")
234
235 2003-09-01 [paul]       0.9.4claws54
236
237         * po/es.po
238                 updated by Ricardo Mones Lastra
239
240 2003-09-01 [alfons]     0.9.4claws53
241
242         * src/gtk/gtkaspell.[ch]
243                 be pedantic and strict and use const gchar * instead of guchar *
244
245 2003-09-01 [alfons]     0.9.4claws52
246
247         * src/mainwindow.c
248         * src/summaryviewc.
249                 re-enable Save As when multiple messages are selected
250
251 2003-09-01 [paul]       0.9.4claws51
252
253         * src/textview.c
254                 g_free(trimmed_uri);
255
256 2003-09-01 [paul]       0.9.4claws50
257
258         * sync with 0.9.4cvs13
259                 see ChangeLog 2003-09-01
260
261 2003-09-01 [paul]       0.9.4claws49
262
263         * src/textview.c
264                 trim uri before sending to the statusbar
265                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
266                 in the message window causes main S-C window to enlarge 
267                 past screen edges'
268
269 2003-09-01 [paul]       0.9.4claws48
270
271         * sync with 0.9.4cvs12
272                 see ChangeLog 2003-09-01
273
274 2003-08-30 [christoph]  0.9.4claws47
275
276         * src/compose.c
277         * src/folder_item_prefs.[ch]
278         * src/prefs_folder_item.c
279         * src/gtk/gtkaspell.[ch]
280                 commit per folder dictionary patch by
281                 Paul Evans <nerd@freeuk.com>
282
283 2003-08-30 [christoph]  0.9.4claws46
284
285         * src/plugins/spamassassin/spamassassin_gtk.c
286         * src/plugins/spamassassin/spamassassin_gtk.glade
287                 reduce GUI clutter by placing hints into tooltips
288
289 2003-08-30 [paul]       0.9.4claws45
290
291         * src/compose.c
292                 add 'Content-Disposition: inline' to a text/plain
293                 part when using PGP/MIME signing
294
295 2003-08-30 [paul]       0.9.4claws44
296
297         * src/prefs_common.c
298           src/prefs_spelling.c
299           src/prefs_spelling.glade
300                 reduce GUI clutter by placing hints into tooltips
301
302 2003-08-29 [christoph]  0.9.4claws43
303
304         * configure.ac
305                 fix bug found by Ivan Rayner <ivanr@sgi.com>
306
307         * src/stock_pixmap.c
308                 change unecessary warning into a debug message
309
310         * src/plugins/clamav/Makefile.am
311                 Fix error "-I$(CLAMAV_LIBS)"
312
313 2003-08-29 [christoph]  0.9.4claws42
314
315         * intl/Makefile.in
316         * src/Makefile.am
317         * src/matcher.h
318         * src/common/Makefile.am
319         * src/common/passcrypt.c
320                 commit fixes and patches for some of the IRIX problems found by
321                 Ivan Rayner <ivanr@sgi.com>
322
323 2003-08-29 [paul]       0.9.4claws41
324
325         * src/prefs_filtering.c
326                 add 'Top' and 'Bottom' buttons, based on changes in
327                 src/prefs_filter.c in 0.9.4cvs11.
328
329 2003-08-27 [christoph]  0.9.4claws40
330
331         * src/folderview.c
332                 fix bug that the current summary settings were copied to the
333                 wrong folder item, when the folder item prefs are opened.
334                 Copying is not required because summary settings and
335                 folder_item_prefs do not contain the same settings
336
337 2003-08-27 [thorsten]   0.9.4claws39
338
339         * src/imap.c
340                 fix compile error
341
342 2003-08-26 [paul]       0.9.4claws38
343
344         * sync with 0.9.4cvs9
345                 see ChangeLog 2003-08-26
346
347 2003-08-25 [paul]       0.9.4claws37
348
349         * sync with 0.9.4cvs8
350                 see ChangeLog 2003-08-25
351
352 2003-08-24 [christoph]  0.9.4claws36
353
354         * src/prefs_filtering.c
355                 shouldn't remove items from a GSList while iterating over the
356                 list (makes cur invalid and cur->next not accessable)
357
358         (closes Bug 272 i deleted an folder and some seconds later sylpheed
359          crashed)
360
361 2003-08-23 [christoph]  0.9.4claws35
362
363         * src/news.c
364                 news folders should be scanned when opened
365
366 2003-08-22 [christoph]  0.9.4claws34
367
368         * src/prefs_folder_item.c
369                 use macro to assign strings that always frees the old string
370
371         * src/gtk/gtkaspell.[ch]
372                 add gtkaspell_set_dictionary_menu_active_item() to set active
373                 item in dictionary option menu
374
375         * src/prefs_spelling.c
376                 use gtkaspell_set_dictionary_menu_active_item() to select
377                 dictionary
378
379 2003-08-21 [christoph]  0.9.4claws33
380
381         * src/folder.[ch]
382         * src/imap.c
383         * src/mbox_folder.c
384         * src/mh.c
385         * src/news.c
386                 optimize folder system
387
388         * src/gtk/gtkstext.c
389                 fix division by zero when font has 0 width for ' '
390
391 2003-08-21 [paul]       0.9.4claws32
392
393         * sync with 0.9.4cvs7
394                 see ChangeLog 2003-08-20
395
396 2003-08-19 [paul]       0.9.4claws31
397
398         * src/common/defs.h
399                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
400                 SYLDOC_FAQ_HTML_INDEX.
401         * src/manual.c
402                 use LC_MESSAGES instead of LC_ALL to find the current
403                 language
404
405           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
406
407 2003-08-19 [paul]       0.9.4claws30
408
409         * po/bg.po
410                 updated by George Danchev
411
412 2003-08-18 [luke]       0.9.4claws29
413         * src/mimeview.[ch]
414         * src/gtk/gtkvscrollbutton.[ch]
415                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
416                   dependencies; do it the GTK way; reduce code -14/+2 lines)
417                 o removed horizontal separator between icons
418
419 2003-08-17 [christoph]  0.9.4claws28
420
421         * src/procmsg.c
422                 no subject threading when the subject has no reply prefix
423
424 2003-08-16 [christoph]  0.9.4claws27
425
426         * src/mainwindow.c
427                 remember and restore window sizes and position when the main
428                 window is hidden or shown
429
430         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
431          minimised/reopened using trayicon)
432
433 2003-08-16 [paul]       0.9.4claws26
434
435         * src/crash.c
436                 add #include "defs.h"
437
438 2003-08-16 [paul]       0.9.4claws25
439
440         * src/plugins/clamav/clamav_plugin.c
441                 reword a debug_print
442                 
443         * src/plugins/dillo_viewer/dillo_prefs.c
444                 cosmetic: change the labels' text, add tooltips, and
445                 left-align the hint
446
447 2003-08-15 [christoph]  0.9.4claws24
448
449         * src/news.c
450                 complete last change (forgot some changes)
451
452 2003-08-15 [christoph]  0.9.4claws23
453
454         * src/news.c
455                 o check number of messages and don't return a 0 message
456                   when no messages are available
457                 o don't parse xref header anymore
458
459         (closes Bug 203 I'm not getting any news)
460
461 2003-08-15 [paul]       0.9.4claws22
462
463         * src/common/defs.h
464           src/crash.c
465                 update and define claws bugzilla location
466
467 2003-08-15 [paul]       0.9.4claws21
468
469         * po/ru.po
470                 update submitted by Ruslan N. Balkin
471
472 2003-08-14 [christoph]  0.9.4claws20
473
474         * src/procmsg.c
475                 fix search for oldest node in subject threading
476
477 2003-08-14 [christoph]  0.9.4claws19
478
479         * src/procmsg.c
480         * src/common/utils.h
481                 add possibility to check all nodes with the same subject for
482                 subject threading, not only the oldest node. Should not break
483                 threads anymore if the oldest node is thread_by_subject_max_age
484                 days older then parent, because it can now find a child of
485                 oldest node as new parent.
486
487 2003-08-11 [christoph]  0.9.4claws18
488
489         * src/plugins/spamassassin/spamassassin.c
490                 run spam check in background process
491
492 2003-08-10 [alfons]     0.9.4claws17
493
494         * src/summaryview.c
495                 make `Select All' sensitive too
496
497 2003-08-10 [christoph]  0.9.4claws16
498
499         * src/imap.c
500                 add more checks in imap_close
501
502 2003-08-09 [alfons]     0.9.4claws15
503
504         * src/prefs_spelling.c
505                 no spell checking UI if not requested
506
507 2003-08-09 [alfons]     0.9.4claws14
508
509         * src/gtk/prefswindow.c
510                 make it compile
511
512 2003-08-09 [christoph]  0.9.4claws13
513
514         * src/prefs_spelling.c
515         * src/gtk/prefswindow.[ch]
516         * src/plugins/clamav/clamav_plugin_gtk.c
517         * src/plugins/spamassassin/spamassassin_gtk.c
518                 sort prefs pages by heighest weight in tree
519
520 2003-08-09 [paul]       0.9.4claws12
521
522         * sync with 0.9.4cvs6
523                 see ChangeLog 2003-08-07
524                 
525         * AUTHORS
526                 add Leandro and Luke to claws-branch section
527
528 2003-08-09 [christoph]  0.9.4claws11
529
530         * src/gtk/Makefile.am
531         * src/gtk/colorsel.[ch]                 ** NEW **
532                 create a color selection dialog that can be used as a simple
533                 function call with it's own gtk main loop like filesel.[ch]
534
535         * src/Makefile.am
536         * src/main.c
537         * src/prefs_common.c
538         * src/prefs_spelling.[ch]               ** NEW **
539         * src/prefs_spelling.glade              ** NEW **
540         * src/gtk/gtkutils.[ch]
541                 move "Spell Checker" prefs to new prefs dialog
542
543         * src/prefs_folder_item.c
544                 use new colorsel dialog
545
546 2003-08-08 [paul]       0.9.4claws10
547
548         * src/inc.c
549                 clear the progress bar unconditionally
550
551 2003-08-08 [paul]       0.9.4claws9
552
553         * sync with 0.9.4cvs4
554                 see ChangeLog 2003-07-31
555
556 2003-08-07 [christoph]  0.9.4claws8
557
558         * configure.ac
559                 fix bug in image viewer plugin part
560
561         * src/imap.c
562                 don't execute close command if the folder item is not selected
563
564 2003-08-07 [hoa]        0.9.4claws7
565
566         * src/filtering.[ch]
567         * src/matcher_parser.h
568         * src/matcher_parser_parse.y
569                 can define several actions for each filtering rule
570                 can import old versions of filtering rules
571
572         * src/prefs_filtering.c
573                 call to a new dialog box to define actions
574
575         * src/prefs_filtering_action.[ch]
576                 dialog box to define actions for filtering rules
577
578 2003-08-06 [christoph]  0.9.4claws6
579
580         * src/imap.c
581                 make sure source folder is selected when copying messages
582
583 2003-08-06 [christoph]  0.9.4claws5
584
585         * sync with 0.9.4cvs2
586                 see ChangeLog 2003-07-29                
587
588 2003-08-05 [paul]       0.9.4claws4
589
590         * sync with 0.9.4cvs3
591                 see ChangeLog 2003-07-30
592
593 2003-08-04 [match]      0.9.4claws3
594
595         * po/POTFILES.in
596                 export of LDIF files.
597
598 2003-08-04 [match]      0.9.4claws2
599
600         * src/ldif.[ch]
601                 support for export LDIF. documented.
602         * src/importldif.[ch]
603         * src/exportldif.[ch]
604                 add tooltips. documented.
605         * src/exphtmldlg.[ch]
606         * src/common/xmlprops.[ch]
607                 documented.
608         * src/exportldif.[ch]                   ** NEW **
609         * src/expldifdlg.[ch]                   ** NEW **
610         * src/addressbook.[ch]
611         * src/Makefile.am
612                 export of LDIF files.
613                 documented.
614
615 2003-08-04 [christoph]  0.9.4claws1
616
617         * .cvsignore
618         * Makefile.am
619         * configure.ac
620         * sylpheed-claws.pc.in                  ** NEW **
621         * src/Makefile.am
622         * src/common/Makefile.am
623         * src/gtk/Makefile.am
624                 install sylpheed header files in $(pkgincludedir) and create a
625                 pkg-config file to allow building a plugin without the source
626                 package
627
628 2003-08-04 [paul]       0.9.4claws
629
630         * version 0.9.4claws
631
632 2003-08-04 [paul]       0.9.3claws97
633
634         * po/es.po
635                 update Spanish translation. Submitted by Ricardo
636                 Mones Lastra.
637
638 2003-08-03 [paul]       0.9.3claws96
639
640         * po/hr.po
641           po/sr.po
642                 update Croatian and Serbian translations. Submitted by
643                 Dragan and Urke MMI respectively
644
645 2003-08-03 [alfons]     0.9.3claws95
646
647         * src/summaryview.c
648                 mark flag has precedence over important flag - seems
649                 to have been changed in sync of 0.9.3claws45. this fixes
650                 a regression where messages that were scored as important
651                 don't show their mark flags. (using the same column for
652                 both importance as mark flags is the real problem
653                 ofcourse)
654
655 2003-08-03 [melvin]     0.9.3claws94
656
657         * po/fr.po
658                 Updated French translations.
659
660 2003-08-03 [melvin]     0.9.3claws93
661
662         * src/Makefile.am
663                 Fixed typo introduced after 0.9.3claws92 
664                 that prevented compilation
665                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
666                 CPPFLAGS and YFLAGS to allow user setting these.
667         * src/common/Makefile.am
668         * src/gtk/Makefile.am
669         * src/plugins/clamav/Makefile.am
670         * src/plugins/demo/Makefile.am
671         * src/plugins/dillo_viewer/Makefile.am
672         * src/plugins/image_viewer/Makefile.am
673         * src/plugins/mathml_viewer/Makefile.am
674         * src/plugins/spamassassin/Makefile.am
675         * src/plugins/trayicon/Makefile.am
676         * src/plugins/trayicon/libeggtrayicon/Makefile.am
677                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
678                 CPPFLAGS and YFLAGS to allow user setting these.
679
680 2003-08-02 [christoph]  0.9.3claws92
681
682         * configure.ac
683                 o rearrange plugin tests
684                 o add test for clamav.h to ClamAV tests
685
686 2003-08-02 [luke]       0.9.3claws91
687
688         * src/mimeview.c
689                 o fixed appearance of icon list when toggling back from the 
690                   ctree
691                 o toggling of icons using the keyboard works correctly
692                 o fixed all other keyboard shortcuts to work when icons are
693                   active
694         
695         * src/messageview.c
696                 o fixed bug 4 - focus lost when changing messageview view type
697
698 2003-08-02 [christoph]  0.9.3claws90
699
700         * src/common/hooks.c
701                 fix crash when pointer stored in hash table could get invalid
702                 when a plugin is unloaded
703
704 2003-08-01 [christoph]  0.9.3claws89
705
706         * configure.ac
707                 o try to build all plugins (except spamassassin) by default
708                 o don't build a plugin if a dependency check fails
709
710         * src/common/hooks.c
711                 fix warning
712
713 2003-08-01 [match]      0.9.3claws88
714
715         * src/importldif.c
716                 allow single click field selection. document code.
717
718 2003-08-01 [christoph]  0.9.3claws87
719
720         * src/plugins/clamav/clamav_plugin.c
721         * src/plugins/clamav/clamav_plugin_gtk.c
722         * src/plugins/dillo_viewer/dillo_viewer.c
723         * src/plugins/image_viewer/plugin.c
724         * src/plugins/mathml_viewer/mathml_viewer.c
725         * src/plugins/spamassassin/spamassassin.c
726         * src/plugins/spamassassin/spamassassin_gtk.c
727         * src/plugins/trayicon/trayicon.c
728                 add version check to all plugins
729
730 2003-08-01 [hoa]        0.9.3claws86
731
732         * src/prefs_filtering.c
733                 fixed a cosmetic bug, during creation of dialog box,
734                 wrong widgets were shown after creation.
735
736 2003-08-01 [luke]       0.9.3claws85
737
738         * src/mainwindow.c
739                 o fixed visibility of icons/mimeview after toggling separate
740                   message/folder view (factored out some similar code too).
741
742
743 2003-07-31 [alfons]     0.9.3claws84
744
745         * src/mimeview.c
746                 tweak icon box UI a bit more, now allowing right-clicks actions
747                 getting the relevant mime data too; should fix #250, "Can't save 
748                 attachments sometimes".
749
750 2003-07-30 [alfons]     0.9.3claws83
751
752         * src/compose.c
753                 don't do auto-save-draft inside key press handler, but rather
754                 schedule it half of a second later; should fix #67, "autosave 
755                 make re-rediting message crazy"
756
757 2003-07-30 [christoph]  0.9.3claws82
758
759         * src/plugins/trayicon/trayicon.c
760                 process pending events before unloading the plugin
761
762         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
763
764 2003-07-30 [alfons]     0.9.3claws81
765
766         * src/common/hooks.c
767                 parameter 2 of g_hook_destroy() should really be a hook id
768
769 2003-07-30 [alfons]     0.9.3claws80
770
771         * src/common/plugin.c
772                 fix a possibly harmful function signature mismatch 
773                 for plugin_done
774
775 2003-07-30 [alfons]     0.9.3claws79
776
777         * src/common/hooks[.ch]
778                 const correctness
779
780 2003-07-30 [darko]      0.9.3claws78
781
782         * src/summaryview.c
783                 make it compile again
784
785 2003-07-30 [luke]       0.9.3claws77
786
787         * src/crash.c
788         * src/main.c
789                 o added/moved signal handlers for SIGTERM (normal kill command) 
790                   and SIGINT (ctl-c) to be used even without 
791                   --enable-crash-dialog, fixing bug 166
792
793         * src/summaryview.c
794                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
795                   bug 227
796
797         * src/mainwindow.c
798                 o changed sensitivity condition for 'Next new' and 'Next 
799                   unread', fixing bug 8
800
801 2003-07-29 [alfons]     0.9.3claws76
802
803         * src/common/utils.[ch]
804                 add generate_msgid()
805         * src/messageview.c
806                 save ack'ed RRR; fixes #205, "return receipt is not saved in
807                 sent folder".
808
809 2003-07-29 [alfons]     0.9.3claws75
810
811         * src/messageview.c
812                 fix a memleak (claws-only)
813
814 2003-07-29 [alfons]     0.9.3claws74
815
816         * src/mimeview.[ch]
817         * src/gtk/gtkvscrollbutton.[ch]
818                 fix UI glitch where mime icon toolbox' scroll position is not 
819                 reset after switching to another message
820                 
821
822 2003-07-29 [paul]       0.9.3claws73
823
824         * src/prefs_folder_item.c
825                 split the prefs into 2 separate pages
826
827 2003-07-29 [paul]       0.9.3claws72
828
829         * src/compose.c
830                 prepend "\n\n" to a signature without a separator too
831
832 2003-07-29 [paul]       0.9.3claws71
833
834         * src/compose.c
835                 fix bug where changing to an account without an auto-sig
836                 from an initial account without an auto-sig would insert 
837                 2 blank lines at the cursor point
838                 fix bug where changing to an account with an auto-sig
839                 from an initial account without an auto-sig would insert
840                 the sig at the cursor point
841
842 2003-07-29 [paul]       0.9.3claws70
843
844         * src/folderview.c
845                 use the colour from the folder pref unless the folder
846                 has new messages
847
848 2003-07-29 [alfons]     0.9.3claws69
849
850         * src/procmsg.[ch]
851         * src/messageview.c
852         * src/procheader.c
853                 rewrite return receipt request work a little bit (the former 
854                 implementation presumably depended too much on the UI setting
855                 flags). (we're losing the old pending flag.) 
856
857 2003-07-28 [christoph]  0.9.3claws68
858
859         * src/folder.c
860         * src/imap.c
861         * src/mh.c
862         * src/procmsg.[ch]
863                 fix copy to IMAP folder from other folder
864
865 2003-07-28 [christoph]  0.9.3claws67
866
867         * src/procmsg.c
868                 fix sync of procmsg_get_message_file_list
869
870 2003-07-28 [christoph]  0.9.3claws66
871
872         * sync with 0.9.3cvs14
873                 see ChangeLog 2003-07-18
874         * sync with 0.9.3cvs17
875                 see ChangeLog 2003-07-23
876
877         (closes Bug 234 segmentation fault after sending out mail via
878          smtp(auth))
879
880 2003-07-28 [paul]       0.9.3claws65
881
882         * po/es.po
883                 update Spanish translation, submitted by Ricardo Mones
884                 Lastra
885
886 2003-07-28 [christoph]  0.9.3claws64
887
888         * src/folder.[ch]
889         * src/imap.c
890         * src/mh.c
891                 return new message numbers as a GRelation instead of a GSList
892                 that has to be in the same order as the input list. A list
893                 would make it hard for IMAP to optimize oepration by sorting
894                 the input list. The returned list would have to be reordered
895                 to match the same order that input list has.
896
897         * src/gtk/gtkaspell.c
898                 fix missing return value, could cause a crash when garbage is
899                 on the stack that is used as the expected return value
900
901 2003-07-28 [paul]       0.9.3claws63
902
903         * sync with 0.9.4cvs1
904                 see ChangeLog 2003-07-28
905
906 2003-07-27 [alfons]     0.9.3claws62
907
908         * src/mimeview.c
909                 tweak it more to make icon list act like a check button group
910
911 2003-07-27 [christoph]  0.9.3claws61
912
913         * sync with 0.9.3cvs20
914                 see ChangeLog 2003-07-25
915
916 2003-07-27 [paul]       0.9.3claws60
917
918         * src/procmsg.c
919                 re-commit changes from 0.9.3claws58 -
920                 accidently removed in 0.9.3claws59
921
922 2003-07-27 [paul]       0.9.3claws59
923
924         * src/procmsg.[ch]
925                 a sync from 0.9.3cvs17
926                 see ChangeLog 2003-07-23
927
928 2003-07-27 [alfons]     0.9.3claws58
929
930         * src/procmsg.c
931                 add missing header members to MsgInfo; fixes the problem of 
932                 not displaying X-Faces, as noticed by Ricardo Mones
933
934 2003-07-26 [christoph]  0.9.3claws57
935
936         * sync with 0.9.3cvs18
937                 see ChangeLog 2003-07-24
938
939 2003-07-26 [christoph]  0.9.3claws56
940
941         * sync with 0.9.3cvs17
942                 see ChangeLog 2003-07-23
943
944 2003-07-26 [christoph]  0.9.3claws55
945
946         * src/folder.[ch]
947         * src/imap.c
948         * src/mbox_folder.c
949         * src/mh.c
950         * src/news.c
951                 add support for copy function that copy multiple messages
952                 (not implemented yet)
953
954         * src/summaryview.c
955                 add missing return value
956
957 2003-07-26 [paul]       0.9.3claws54
958
959         * tools/multiwebsearch.pl
960                 do whitespace substitution before passing the string
961                 to the browser. fixes bug with browsers that don't
962                 do whitespace conversion themselves.
963
964 2003-07-25 [christoph]  0.9.3claws53
965
966         * src/folder.[ch]
967         * src/imap.c
968         * src/mh.c
969                 rewrite adding of multiple messages to a folder for
970                 claws' folder system
971
972 2003-07-25 [luke]       0.9.3claws52
973
974         * src/mimeview.c
975                 o icon toggles set correctly on leaving ctree mimeview
976
977 2003-07-25 [paul]       0.9.3claws51
978
979         * partial sync with 0.9.3cvs21 [src/main.c]
980                 see ChangeLog 2003-07-25
981
982 2003-07-24 [paul]       0.9.3claws50
983
984         * tools/maildir2sylpheed.pl
985                 fix typo
986
987 2003-07-24 [paul]       0.9.3claws49
988
989         * src/mimeview.c
990                 increase the gutter size of paned so that the panes
991                 can be resized
992                 
993         * src/plugins/demo/demo.c
994                 squeeze in another typo fix
995
996 2003-07-24 [paul]       0.9.3claws48
997
998         * src/plugins/demo/demo.c
999           src/prefs_account.c
1000                 small changes to the English
1001                 
1002         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1003           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1004           src/Makefile.am
1005           src/stock_pixmap.c
1006                 rename the misspelled icon
1007
1008 2003-07-23 [alfons]     0.9.3claws47
1009
1010         * src/mimeview.c
1011                 make icon list look like a list of toggles
1012
1013 2003-07-23 [luke]       0.9.3claws46
1014
1015         * src/pixmaps/mimeview_gpg_expired.xpm
1016         * src/pixmaps/mimeview_gpg_failed.xpm
1017         * src/pixmaps/mimeview_gpg_passed.xpm
1018         * src/pixmaps/mimeview_text_html.xpm
1019         * src/pixmaps/mimeview_image.xpm
1020                 o all icons the same size
1021
1022         * src/mimeview.[ch]
1023                 o mimeview ctree arranged vertically above the viewer
1024                 o icons changed to buttons
1025                 o can use keyboard to select an icon (Enter)
1026                 o resize icon list to width of icons
1027
1028         *  src/gtk/gtkvscrollbutton.c
1029                 o sensitivity of buttons reacts to position
1030
1031 2003-07-23 [christoph]  0.9.3claws45
1032
1033         * sync with 0.9.3cvs14 (incomplete)
1034                 see ChangeLog 2003-07-17
1035
1036 2003-07-23 [alfons]     0.9.3claws44
1037
1038         * src/folder.c
1039         * src/procmsg.h
1040                 sync with my local tree to restore some claws-only things
1041
1042 2003-07-23 [paul]       0.9.3claws43
1043
1044         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1045           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1046           src/Makefile.am
1047           src/mimeview.c
1048           src/procmime.h
1049           src/rfc2015.c
1050           src/stock_pixmap.[ch]
1051                 indicate missing keys and expired sigs/keys
1052                 in mime view column
1053
1054 2003-07-23 [paul]       0.9.3claws42
1055
1056         * src/compose.c
1057                 Redirect fixes: enable automatic account selection and
1058                 do not append signature to message on changing account
1059                 fixes Bug[s] #248
1060
1061 2003-07-23 [paul]       0.9.3claws41
1062
1063         * sync with 0.9.3cvs16
1064                 see ChangeLog 2003-07-23
1065
1066 2003-07-23 [alfons]     0.9.3claws40
1067
1068         * src/inc.c
1069                 give progress dialog a main window, and give it the first 
1070                 one (presumably the only one). fixes bug #247, "segfault on 
1071                 pop-before-smtp" 
1072
1073 2003-07-22 [alfons]     0.9.3claws39
1074
1075         * src/summaryview.c
1076                 shift-space scrolls up
1077
1078 2003-07-22 [paul]       0.9.3claws38
1079
1080         * sync with 0.9.3cvs15
1081                 see ChangeLog 2003-07-22
1082
1083 2003-07-20 [alfons]     0.9.3claws37
1084
1085         * src/compose.c
1086                 put menu inside #ifdef USE_ASPELL..#endif
1087
1088 2003-07-20 [christoph]  0.9.3claws36
1089
1090         * src/procmsg.c
1091                 fix wrong flags in MsgInfo returned by
1092                 procmsg_msginfo_get_full_info()
1093
1094         (closes Bug 221 Deleting messages from the Message View gives incorrect
1095          new/unread message counts in the folder view)
1096
1097         * src/plugins/spamassassin/spamassassin_gtk.c
1098                 add gettext macro for prefs page title
1099
1100 2003-07-20 [paul]       0.9.3claws35
1101
1102         * src/mimeview.c
1103                 redraw icon list on signature check
1104
1105 2003-07-20 [christoph]  0.9.3claws34
1106
1107         * src/Makefile.am
1108         * src/account.c
1109         * src/folder.[ch]
1110         * src/folder_item_prefs.[ch]            ** NEW **
1111         * src/folderview.c
1112         * src/mainwindow.c
1113         * src/mh.c
1114         * src/prefs_gtk.c
1115         * src/prefs_scoring.c
1116         * src/summaryview.c
1117         * src/prefs_folder_item.[ch]
1118                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1119                   Properties dialog
1120                 o use prefswindow for folder properties
1121
1122         * src/gtk/prefswindow.[ch]
1123                 change implementation to use an invisible notebook instead
1124                 of unparenting widgets
1125
1126 2003-07-20 [christoph]  0.9.3claws33
1127
1128         * src/compose.h
1129         * src/folder.c
1130         * src/folderview.h
1131         * src/headerview.h
1132         * src/prefs_filtering.h
1133         * src/prefs_folder_item.[ch]
1134         * src/procmime.h
1135         * src/procmsg.h
1136         * src/summaryview.h
1137                 clean up header mess
1138                 (always use 1. typedefs, 2. #includes, 3. structures)
1139
1140         * src/common/version.h.in
1141                 add casts for constants
1142
1143         * src/plugins/demo/demo.c
1144                 fix typo
1145
1146         * src/plugins/spamassassin/spamassassin.c
1147                 remove unused variable
1148
1149 2003-07-20 [alfons]     0.9.3claws32
1150
1151         * src/mimeview.c
1152                 o make icon buttons respond on left click
1153                 o minor cosmetic change
1154
1155 2003-07-19 [luke]       0.9.3claws31
1156
1157         * src/mimeview.[ch]
1158         * src/gtk/gtkvscrollbutton.c
1159         * src/messageview.c
1160                 o improved mimeview behaviour when selecting a new message
1161                 o plus code cleanups to remove compile warnings
1162
1163
1164 2003-07-19 [alfons]     0.9.3claws30
1165
1166         * src/procmsg.c
1167         * src/compose.c
1168         * src/common/utils.[ch]
1169                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1170
1171 2003-07-19 [alfons]     0.9.3claws29
1172
1173         * src/prefs_folder_item.c
1174                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1175                 string pointers
1176
1177 2003-07-19 [luke]       0.9.3claws28
1178
1179         * src/messageview.c
1180         * src/mimeview.[ch]
1181         * src/procmime.h
1182         * src/rfc2015.c
1183         * src/stock_pixmap.[ch]
1184         * src/gtk/Makefile.am
1185         * src/Makefile.am
1186         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1187         * src/pixmaps/mime_*.xpm                ** NEW **
1188                 o mimeview rearrangement with a new icon shortcut bar
1189
1190 2003-07-19 [alfons]     0.9.3claws27
1191
1192         * src/folderview.c
1193                 o plug leaking nodes_to_recollapse
1194                 o add folderview_recollapse_all_nodes() (not used yet)
1195
1196 2003-07-19 [alfons]     0.9.3claws26
1197
1198         * src/compose.c
1199         * src/common/utils.c
1200                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1201                 for both forwarding as replying
1202
1203 2003-07-18 [christoph]  0.9.3claws25
1204
1205         * configure.ac
1206         * src/common/sylpheed.[ch]
1207         * src/common/version.h.in
1208                 add version in numeric form to allow easy comparison
1209
1210         * src/plugins/demo/demo.c
1211                 add version check
1212                 - sylpheed version > plugin version => never allowed, sylpheed
1213                   could contain unknown API changes
1214                 - sylpheed version < minimum version required => don't load,
1215                   API required not available (if linking does not fail)
1216
1217 2003-07-18 [alfons]     0.9.3claws24
1218         
1219         * src/common/plugin.[ch]
1220                 const correctness
1221
1222 2003-07-18 [christoph]  0.9.3claws23
1223
1224         * src/common/hooks.c
1225                 fix crash when hooks where unregisted
1226
1227         * src/plugins/trayicon/trayicon.c
1228                 unregister detroy signal before destroying the widget
1229                 (still crashes when the plugin is unloaded)
1230
1231 2003-07-18 [alfons]     0.9.3claws22
1232         
1233         * src/folderview.c
1234                 delay expanding folder tree during drags until timeout triggered
1235                 (needs perhaps some tweaking, so testing is welcome)
1236
1237 2003-07-17 [alfons]     0.9.3claws21
1238
1239         * src/folderview.c
1240                 clean up cruft
1241
1242 2003-07-17 [christoph]  0.9.3claws20
1243
1244         * src/common/session.c
1245                 fix opening of SSL connections
1246
1247         * src/plugins/image_viewer/Makefile.am
1248                 add OPENSSL_CFLAGS (we should find a better solution to remove
1249                 this dependencies if they are not required)
1250
1251         * src/plugins/spamassassin/spamassassin.c
1252                 remove setlocale workaround (fixed in libspamc)
1253
1254         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1255          if spell checking enabled)
1256
1257 2003-07-17 [alfons]     0.9.3claws19
1258
1259         * src/common/hooks.[ch]
1260         * src/plugins/clamav/clamav_plugin.c
1261         * src/plugins/spamassassin/spamassassin.c
1262         * src/plugins/trayicon/trayicon.c
1263                 fix signedness muck 
1264
1265 2003-07-17 [alfons]     0.9.3claws18
1266
1267         * src/procmime.c
1268                 plug memleak
1269
1270 2003-07-17 [alfons]     0.9.3claws17
1271
1272         * src/inc.c
1273                 plug memleak
1274
1275 2003-07-17 [paul]       0.9.3claws16
1276
1277         * src/common/defs.h
1278           src/mainwindow.c
1279           src/manual.[ch]
1280                 add link to the Claws site's FAQ page, after the suggestion
1281                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1282                 Move url strings to defs.h
1283                 
1284         * src/mainwindow.c
1285                 fix typo to prevent "unknown menu entry" warnings
1286
1287 2003-07-17 [alfons]     0.9.3claws15
1288
1289         * src/folderview.[ch]
1290         * src/summaryview.[ch]
1291         * src/mimeview.[ch]
1292                 plug DnD leaks 
1293
1294 2003-07-17 [paul]       0.9.3claws14
1295
1296         * src/inc.c
1297                 remove two instances of 'GTK_EVENTS_FLUSH' because
1298                 they are unnecessary and probably cause a stack overflow
1299
1300 2003-07-16 [christoph]  0.9.3claws13
1301
1302         * src/mimeview.[ch]
1303                 use an invisible GTK notebook to switch between viewers
1304                 instead of reparenting widgets
1305
1306 2003-07-16 [christoph]  0.9.3claws12
1307
1308         * src/folder.c
1309                 move folder_item_update_freeze() to correct place in
1310                 folder_item_scan_full()
1311
1312 2003-07-16 [paul]       0.9.3claws11
1313
1314         * sync with 0.9.3cvs12
1315                 see ChangeLog 2003-07-14 and 2003-07-15
1316
1317 2003-07-16 [christoph]  0.9.3claws10
1318
1319         * src/imap.[ch]
1320         * src/prefs_account.[ch]
1321                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1322
1323 2003-07-15 [alfons]     0.9.3claws9
1324
1325         * src/main.c
1326                 make --config-dir do something useful
1327
1328 2003-07-15 [alfons]     0.9.3claws8
1329
1330         * src/procmsg.c
1331                 o fix a bug where 'last' didn't really point to the last message
1332                   in the top level list of children, but to the last threaded
1333                   message. 
1334                 
1335                 o clean up and make it easier to sync
1336
1337 2003-07-15 [alfons]     0.9.3claws7
1338
1339         * src/mainwindow.c
1340                 make correct menu items sensitive       
1341
1342 2003-07-14 [alfons]     0.9.3claws6
1343
1344         * src/procmsg.c
1345                 tune the threader so it will not subject-thread any message
1346                 without a subject prefix (this will not thread correctly if 
1347                 a parent is delivered after their childs, but it looks 
1348                 better right now)
1349
1350 2003-07-13 [christoph]  0.9.3claws5
1351
1352         * src/mainwindow.c
1353                 group "Add mailbox *..." menu items in submenu
1354
1355 2003-07-13 [alfons]     0.9.3claws4
1356
1357         * src/summaryview.c
1358                 correct summary_toggle_pressed() signature and make sure
1359                 signal is not passed on
1360
1361 2003-07-13 [alfons]     0.9.3claws3
1362
1363         * src/summaryview.c
1364                 o for now don't pass on keys when they we're handled by 
1365                   ctree::key_press_event
1366                 o clean up
1367
1368 2003-07-13 [alfons]     0.9.3claws2
1369         
1370         * src/main.c
1371                 add command line option "--config-dir" to get the current 
1372                 configuration dir
1373
1374 2003-07-12 [alfons]     0.9.3claws1
1375
1376         * src/matcher.[ch]
1377         * src/matcher_parser_parse.y
1378         * src/prefs_filtering.c
1379         * src/filtering.c
1380                 add "Lock" filter action to lock messages;
1381
1382         * src/filtering.c       
1383                 remove debug_print()    
1384         * src/prefs_filtering.c
1385                 re-organize matcher part 9: 
1386                 make action text entries easily extendible;
1387                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1388                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1389
1390 2003-07-12 [paul]
1391
1392         * tools/README
1393                 update old information and add missing
1394                 information
1395
1396 2003-07-12 [paul]       0.9.3claws
1397
1398         * 0.9.3claws released
1399         
1400 2003-07-12 [paul]       0.9.0claws103
1401
1402         * src/Makefile.am
1403                 add addrquery.h
1404
1405 2003-07-12 [melvin]     0.9.0claws102
1406
1407         * src/messageview.c
1408                 Fixed bug #215: Show MIME tab for single text/html messages. 
1409                 
1410 2003-07-12 [paul]       0.9.0claws101
1411
1412         * man/sylpheed.1
1413                 updated
1414
1415 2003-07-12 [paul]       0.9.0claws100
1416
1417         * po/es.po
1418           po/hr.po
1419           po/pl.po
1420           po/sr.po
1421                 update Spanish, Croatian, Polish, Serbian translations.
1422                 submitted by Ricardo Mones Lastra, Dragan, Witold
1423                 Wladyslaw Wojciech Wilk, Urke MMI
1424
1425 2003-07-12 [melvin]     0.9.0claws99
1426
1427         * po/fr.po
1428                 Updated French translations.
1429
1430 2003-07-12 [paul]       0.9.0claws98
1431
1432         * src/addressbook.c
1433                 disable 'Lookup' button as it has no effect
1434
1435 2003-07-11 [alfons]     0.9.0claws97
1436         
1437         * src/summaryview.c
1438                 summary_searchbar_pressed() should return TRUE to signal that
1439                 event was handled. when returning void, the return value passed
1440                 to GTK is actually random, but maybe FALSE, in which case the
1441                 event is handled by parent
1442                 
1443 2003-07-10 [paul]       0.9.0claws96
1444
1445         * ac/missing/gettext.m4
1446                 update to version 0.12
1447
1448 2003-07-10 [paul]       0.9.0claws95
1449
1450         * src/plugins/clamav/clamav_plugin.c
1451                 fix bug where multipart/alternative messages
1452                 would slip through without being scanned
1453
1454 2003-07-10 [christoph]  0.9.0claws94
1455
1456         * src/folder.c
1457                 correct check if folder supports removing when a message is
1458                 moved. if not the message is only copied.
1459
1460         (closes Bug 132 crash on startup in newsgroups folders)
1461
1462 2003-07-09 [alfons]     0.9.0claws93
1463
1464         * configure.ac
1465         * src/common/defs.h
1466                 --with-config-dir (default .sylpheed)
1467
1468 2003-07-09 [christoph]  0.9.0claws92
1469
1470         * configure.ac
1471                 use PKG_CHECK_MODULES to check for gtkmathview
1472                 (version 0.4.2 now required)
1473
1474 2003-07-08 [melvin]     0.9.0claws91
1475
1476         * src/action.c
1477                 Implemented a progress bar that counts the number of completed
1478                 tasks when the action runs more than one command.
1479
1480 2003-07-08 [alfons]     0.9.0claws90
1481
1482         * src/procmsg.c
1483                 if queued message has an invalid Message-Id, don't try to
1484                 find message it refers to (fixes #209 "crash when processing 
1485                 in folder")
1486
1487 2003-07-08 [paul]       0.9.0claws89
1488
1489         * sync with 0.9.3cvs2
1490                 see ChangeLog 2003-07-08
1491
1492 2003-07-08 [match]      0.9.0claws88
1493
1494         * src/ldapctrl.c
1495                 extend LDAP search for first/last name by parsing search term.
1496
1497 2003-07-08 [alfons]     0.9.0claws87
1498
1499         * src/send_message.c
1500                 fix bug #208 "Status message stuck when sending on POP3 account"
1501
1502 2003-07-07 [paul]       0.9.0claws86
1503
1504         * po/hr.po
1505                 new Croatian translation, submitted by
1506                 Dragan <drleskov@inet.hr>
1507
1508 2003-07-07 [paul]       0.9.0claws85
1509
1510         * sync with 0.9.3cvs1
1511                 see ChangeLog 2003-07-07
1512
1513 2003-07-05 [christoph]  0.9.0claws84
1514
1515         * src/Makefile.am
1516         * src/messageview.c
1517         * src/mimeview.[ch]
1518         * src/stock_pixmap.[ch]
1519         * src/pixmaps/messageview_text.xpm              ** NEW **
1520                 move mimeview tabs to the right side and use icons
1521                 instead of text to save some space
1522
1523         (patch by Luke Plant <lukeplant@softhome.net>)
1524
1525 2003-07-05 [christoph]  0.9.0claws83
1526
1527         * src/inc.c
1528                 add NULL pointer checks
1529
1530         (patch by Luke Plant <lukeplant@softhome.net>)
1531         (closes Bug 204 0.9.0 quits on authentication error?!)
1532
1533 2003-07-05 [alfons]     0.9.0claws82
1534
1535         * configure.ac
1536                 take the clue in bug #202 "./configure script - 
1537                 'if test' comparison failure" reported by John Kristoff. 
1538
1539 2003-07-04 [christoph]  0.9.0claws81
1540
1541         * src/plugins/spamassassin/spamassassin.c
1542                 set timeout for spam check
1543
1544 2003-07-04 [christoph]  0.9.0claws80
1545
1546         * src/main.c
1547                 destroy all FolderItems when shutting down to
1548                 allow folders to clean up
1549
1550 2003-07-04 [melvin]     0.9.0claws79
1551
1552         * src/gtk/gtkaspell.c
1553                 Fixed bug #184 "Entering non-ascii character deletes
1554                 previous char if spell checking enabled": this makes
1555                 the spell checking in multibytes (e.g. UTF-8)locales work.
1556                 (Patch by Luke Plant).
1557                 
1558 2003-07-04 [christoph]  0.9.0claws78
1559
1560         * sync with 0.9.2cvs1
1561                 see ChangeLog 2003-06-10
1562
1563 2003-07-04 [paul]       0.9.0claws77
1564
1565         * sync with 0.9.3 release
1566                 see ChangeLog 2003-07-04
1567
1568 2003-07-03 [christoph]  0.9.0claws76
1569
1570         * src/folder.[ch]
1571         * src/imap.c
1572         * src/mbox_folder.c
1573         * src/mh.c
1574         * src/news.c
1575                 move folder_item_get_path() stuff into a folder virtual function
1576
1577         * src/procmsg.c
1578                 use folder_item_fetch_msg() to get message and do not contruct
1579                 the filename from path and number
1580
1581 2003-07-03 [paul]       0.9.0claws75
1582
1583         * sync with 0.9.2cvs12
1584                 see ChangeLog 2003-07-03
1585
1586 2003-07-02 [paul]       0.9.0claws74
1587
1588         * src/messageview.c
1589                 fix text-selection for replying
1590
1591 2003-07-02 [paul]       0.9.0claws73
1592
1593         * sync with 0.9.2cvs11
1594                 see ChangeLog 2003-07-02
1595
1596 2003-07-02 [paul]       0.9.0claws72
1597
1598         * src/procmsg.c
1599                 revert last commit because it breaks more
1600                 than it fixes
1601
1602 2003-07-02 [paul]       0.9.0claws71
1603
1604         * src/procmsg.c
1605                 fix thread by subject/sort by date
1606
1607 2003-07-01 [paul]       0.9.0claws70
1608
1609         * sync with 0.9.2cvs10
1610                 see ChangeLog 2003-07-01
1611
1612 2003-06-30 [paul]       0.9.0claws69
1613
1614         * sync with 0.9.2cvs9
1615                 see ChangeLog 2003-06-30
1616
1617 2003-06-28 [match]      0.9.0claws68
1618
1619         * src/addressbook.c
1620                 fix null ptr.
1621
1622 2003-06-27 [paul]       0.9.0claws67
1623
1624         * sync with 0.9.2cvs7
1625                 see ChangeLog 2003-06-27
1626
1627 2003-06-26 [christoph]  0.9.0claws66
1628
1629         * src/folder.c
1630                 freeze folder updates while a folder is scanned
1631
1632         (closes Bug 185 New message counter)
1633
1634 2003-06-26 [darko]      0.9.0claws65
1635
1636         * src/ldapserver.c
1637                 fix infinite loop when adding a new LDAP server
1638
1639 2003-06-26 [paul]       0.9.0claws64
1640
1641         * sync with 0.9.2cvs6
1642                 see ChangeLog 2003-06-26
1643
1644 2003-06-26 [paul]       0.9.0claws63
1645
1646         * sync with 0.9.2cvs5
1647                 see ChangeLog 2003-06-25 and 2003-06-26
1648
1649 2003-06-25 [match]      0.9.0claws62
1650
1651         * src/addr_compl.c
1652                 Fixed tab/backtab for dropped-down completion list to
1653                 move next/previous field. (close bug 147)
1654
1655 2003-06-25 [christoph]  0.9.0claws61
1656
1657         * src/addr_compl.[ch]
1658         * src/addrindex.[ch]
1659         * src/folderview.c
1660         * src/inc.c
1661         * src/news.c
1662         * src/summaryview.c
1663         * src/toolbar.c
1664                 fix warnings
1665
1666 2003-06-25 [leandro]    0.9.0claws60
1667
1668         * src/compose.c
1669                 o cleanups
1670                 o gray out "Message/Remove references" menu item if not
1671                   replying to a message
1672
1673 2003-06-24 [leandro]    0.9.0claws59
1674
1675         * src/compose.[ch]
1676                 o removed "Message/Create new thread" menu item
1677                 o added "Message/Remove references" menu item
1678                   (it's off by default and will not check anymore
1679                    if the subject changed)
1680
1681 2003-06-23 [alfons]     0.9.0claws58
1682
1683         * src/procmsg.c
1684                 try better grouping messages threaded by subject based on their age.
1685                 still not perfect - because the message tree is not sorted by date.  
1686
1687 2003-06-23 [thorsten]   0.9.0claws57
1688
1689         * src/pop.[ch]
1690                 added mail_receive_hook to allow modifications
1691                 directly after retrieval (e.g. adding headers).
1692
1693 2003-06-23 [paul]       0.9.0claws56
1694
1695         * src/sourcewindow.c
1696                  enable the use of Ctrl+A to select all text in
1697                  the sourcewindow
1698                  Patch submitted by Ivan Francolin Martinez
1699                  <ivanfm@users.sourceforge.net>
1700
1701 2003-06-22 [christoph]  0.9.0claws55
1702
1703         * src/folder.[ch]
1704                 o add notification hook for folder tree changes
1705                 o invoke hooks after folder tree scanning
1706
1707         * src/folderview.[ch]
1708                 register hook for folder tree changes that
1709                 updates the ctree
1710
1711         (there are more places that should be updated, like add, remove 
1712          or move folder)
1713
1714         (closes Bug 164 Crash on rebuild folder tree)
1715         (closes Bug 190 Crash on 'rebuilding folder tree')
1716
1717 2003-06-21 [leandro]    0.9.0claws54
1718
1719         * src/compose.[ch]
1720                 create a new thread if subject changes
1721                 (it's on by default, can be disabled in Message menu)
1722
1723 2003-06-21 [alfons]     0.9.0claws53
1724
1725         * src/summaryview.c
1726                 quiet little compiler
1727
1728 2003-06-21 [christoph]  0.9.0claws52
1729
1730         update gettext stuff to version 0.12
1731
1732 2003-06-19 [alfons]     0.9.0claws51
1733
1734         * src/common/log.c
1735         * src/common/plugin.c
1736                 move defs.h before glib.h to prevent MIN/MAX redefs
1737
1738 2003-06-19 [alfons]
1739
1740         * src/addressbook.c
1741                 translatable
1742
1743 2003-06-19 [match]      0.9.0claws50
1744
1745         * src/addressbook.[ch]
1746         * src/addrindex.[ch]
1747         * src/addr_compl.[ch]
1748         * src/editldap.[ch]
1749         * src/editldap_basedn.[ch]
1750         * src/addritem.[ch]
1751         * src/ldapquery.h
1752                 re-implemented dynamic LDAP search. works without
1753                 slowdown on display sender with addressbook
1754                 option.
1755         * src/addrbook.c
1756                 documented code.
1757
1758 2003-06-19 [paul]       0.9.0claws49
1759
1760         * src/compose.c
1761                 fix Bug #136 'Nonprovided quotation marks crash claws'
1762                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1763
1764 2003-06-19 [alfons]     0.9.0claws48
1765
1766         * src/prefs_common.[ch]
1767         * src/procmsg.c
1768                 restrict threading by subject by checking thread for
1769                 age (prefs_common.thread_by_subject_max_age)
1770
1771 2003-06-18 [christoph]  0.9.0claws47
1772
1773         * src/imap.c
1774                 fix memory leak in imap_cmd_fetch()
1775
1776 2003-06-18 [christoph]  0.9.0claws46
1777
1778         * src/prefs_gtk.c
1779                 fix memory leak in prefs_set_default() when used multiple
1780                 times or after prefs have been read
1781
1782 2003-06-18 [christoph]  0.9.0claws45
1783
1784         * src/common/plugin.c
1785                 fix memory leak in plugin_unload()
1786
1787 2003-06-18 [christoph]  0.9.0claws44
1788
1789         * src/imap.c
1790                 fix memory leak in imap_cmd_ok()
1791
1792 2003-06-18 [christoph]  0.9.0claws43
1793
1794         * src/folder.c
1795                 stop messages that are downloaded from POP3 and added to
1796                 an IMAP inbox from being filtered twice (first by POP3
1797                 and again when IMAP folder is scaned to get the UID of
1798                 the APPEND operation when no UIDPLUS is available)
1799
1800 2003-06-18 [alfons]
1801
1802         * tools/Makefile.am
1803                 phoenix <- firebird     
1804
1805 2003-06-18 [paul]
1806
1807         * tools/launch_phoenix          ** REMOVED **
1808           tools/launch_firebird         ** NEW **
1809                 renamed and edited to reflect the browser's name change from
1810                 'phoenix' to 'firebird'
1811
1812 2003-06-18 [paul]       0.9.0claws42
1813
1814         * sync with 0.9.2cvs2
1815                 see ChangeLog 2003-06-16
1816
1817 2003-06-17 [alfons]     0.9.0claws41
1818
1819         * src/procmsg.c
1820                 prevent threading problems when a node is an ancestor (parent / great parent),
1821                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1822                 for finding an sample set of messages)
1823
1824 2003-06-16 [christoph]  0.9.0claws40
1825
1826         * src/main.c
1827                 don't popup main window on --receive or --receive-all
1828
1829         * src/mainwindow.[ch]
1830         * src/plugins/trayicon/trayicon.c
1831                 allow hiding of main window by clicking on the trayicon
1832                 (doesn't work correctly in seperate window mode and may
1833                  cause unexpected GTK problems I couldn't find yet)
1834
1835         * src/common/ssl.c
1836                 remove incorrect warning
1837
1838 2003-06-15 [alfons]     0.9.0claws39
1839
1840         * src/gtk/gtkstext.c
1841                 don't output debug text;
1842                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1843                 for pointing this out);
1844
1845 2003-06-14 [alfons]     0.9.0claws38
1846         
1847         * src/messageview.c
1848                 remove printf() and make one if..else comply with coding style
1849
1850 2003-06-14 [alfons]     0.9.0claws37
1851
1852         * AUTHORS
1853                 add Martin Wicke
1854         * src/action.c
1855         * src/messageview.[ch]
1856         * src/summaryview.c
1857                 apply patch #754162 "Quoting messages filtered by actions" submitted
1858                 by Martin Wicke, which allows quoting message body changed by an
1859                 action (Thanks!).
1860
1861 2003-06-13 [alfons]     0.9.0claws36
1862
1863         * src/utils.c
1864                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1865                 use case insensitive regexp (suggested by Ivan Martinez)
1866
1867 2003-06-13 [christoph]  0.9.0claws35
1868
1869         * configure.ac
1870         * src/plugins/trayicon/Makefile.am
1871         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1872         * src/plugins/trayicon/trayicon.c
1873         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1874         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1875         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1876         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1877         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1878         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1879                 replace my own EggTrayIcon backport with the backport
1880                 used by (l|x)mule and gabber.
1881
1882 2003-06-13 [alfons]     0.9.0claws34
1883
1884         * AUTHORS
1885         * src/common/utils.c
1886                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1887
1888 2003-06-13 [alfons]     0.9.0claws33
1889
1890         * src/compose.c
1891                 clean up a little bit
1892
1893 2003-06-12 [alfons]     0.9.0claws32
1894
1895         * src/compose.c
1896                 const correctness fix
1897
1898         * src/common/sylpheed.[ch]
1899                 () -> (void)
1900                 prevent redef MIN/MAX
1901                 
1902         * src/common/utils.[ch]
1903                 () -> (void)
1904
1905 2003-06-12 [melvin]     0.9.0claws31
1906
1907         * src/compose.c
1908                 Updated to take into accounts changes in GtkAspell.
1909
1910 2003-06-12 [alfons]     0.9.0claws30
1911
1912         * src/compose.c
1913         * src/procmsg.c
1914         * src/common/utils.[ch]
1915                 handle reply subject prefixes better (initial 
1916                 suggestion by Robert Story adapted and enhanced 
1917                 using regexps)
1918
1919 2003-06-12 [melvin]     0.9.0claws29
1920
1921         * src/compose.c
1922                 Use new gtkaspell_checkers_strerror() to get the speller's
1923                 error message instead of accessing the (now private)
1924                 checkers structure.
1925                 Minor code clean up
1926
1927         * src/main.c
1928                 Use #ifdef instead of #if for USE_ASPELL
1929                 Use the new spell checkers init/quit functions 
1930
1931         * src/gtk/gtkaspell.c
1932                 Use #ifdef instead of #if for USE_ASPELL
1933                 Moved in the majority of GtkAspell structures that were
1934                 exported before by gtkaspell.h
1935         
1936         * src/gtk/gktaspell.h
1937                 Made gtkaspell.h contain only the necessary data to be
1938                 publicized by moving many structures to gtkaspell.c.
1939                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1940                 gtkaspell_checkers_new(): replaced by...
1941                 gtkaspell_checkers_init(): new function for initialization
1942                 gtkaspell_checkers_delete(): replaced by...
1943                 gtkaspell_checkers_quit(): new function
1944                 gtkaspell_checkers_strerror(): new function that returns
1945                 the checker's last error message.
1946                 
1947 2003-06-11 [melvin]     0.9.0claws28
1948
1949         * po/POTFILES.in
1950                 Updated to take into account gtkaspell.c migration to
1951                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1952
1953 2003-06-10 [alfons]     0.9.0claws27
1954
1955         * src/filtering.[ch]
1956         * src/folder.c
1957         * src/matcher.c
1958         * src/scoring.[ch]
1959                 - try fixing bug #18 (any brave testers?)
1960                 - add more robustness by refusing previously 
1961                   unchecked NULL pointers 
1962
1963 2003-06-10 [alfons]     0.9.0claws26
1964
1965         * src/procmsg.c
1966                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1967
1968 2003-06-09 [alfons]     0.9.0claws25
1969
1970         * src/prefs_common.c
1971                 fix bug #163 "Icon switching doesnt work properly" by 
1972                 preventing early freeing of prefs_common.pixmap_theme_path.
1973
1974 2003-06-09 [christoph]  0.9.0claws24
1975
1976         * src/gtk/gtkaspell.c
1977                 revert Thorsten's fix and add forgotten g_strdup for
1978                 aspell path (it should not be possible to alter the path a
1979                 GtkASpell uses from outside)
1980
1981 2003-06-09 [thorsten]   0.9.0claws23
1982
1983         * src/gtk/gtkaspell.c
1984                 dont free prefs_common.aspell_path when closing compose
1985
1986 2003-06-08 [colin]      0.9.0claws22
1987
1988         * src/plugins/spamassassin/spamassassin.c
1989                 fix prefs types
1990
1991 2003-06-07 [christoph]  0.9.0claws21
1992
1993         * src/Makefile.am
1994         * src/compose.c
1995         * src/gtkaspell.[ch]            ** REMOVE **
1996         * src/gtk/Makefile.am
1997         * src/gtk/gtkaspell.[ch]        ** NEW **
1998                 o make gtkaspell independent from sylpheed's prefs
1999                 o move gtkaspell.[ch] to gtk directory
2000
2001 2003-06-07 [christoph]  0.9.0claws20
2002
2003         * src/Makefile.am
2004         * src/crash.c
2005         * src/export.c
2006         * src/filesel.[ch]              ** REMOVE **
2007         * src/folder.c
2008         * src/main.[ch]
2009         * src/common/sylpheed.[ch]
2010         * src/gtk/Makefile.am
2011         * src/gtk/filesel.[ch]          ** NEW **
2012         * src/gtk/pluginwindow.c
2013         * src/gtk/sslcertwindow.c
2014                 move filesel.[ch] to gtk directory
2015
2016 2003-06-07 [alfons]     0.9.0claws19
2017
2018         * src/filesel.c
2019                 make (multi) file selection dialog work again (Claws-only)
2020
2021 2003-06-07 [thorsten]   0.9.0claws18
2022
2023         * po/de.po
2024                 fix typos
2025
2026 2003-06-07 [alfons]     0.9.0claws17
2027
2028         * configure.ac
2029         * src/mimeview.c
2030                 detect apache mishap in which case don't include fnmatch.h
2031                 if regex.h is already included
2032
2033 2003-06-06 [christoph]  0.9.0claws16
2034
2035         * configure.ac
2036         * src/mimeview.h
2037                 add check for fnmatch.h and include it when available
2038
2039         * src/mimeview.[ch]
2040                 fix wrong case sensitivity of Content-Types
2041
2042         * src/gtk/Makefile.am
2043                 need the same include paths in gtk directory as in
2044                 common directory because .h files in common can
2045                 include files from these directories, when included
2046                 in gtk's .h or .c files
2047
2048 2003-06-06 [alfons]     0.9.0claws15
2049
2050         * src/mimeview.c
2051         * src/summaryview.c
2052                 make it compile again because of regex.h / fnmatch.h 
2053                 include problems (related to recent mime stuff, can
2054                 someone check this?)
2055
2056 2003-06-06 [thorsten]   0.9.0claws14
2057
2058         * src/folderview.c
2059                 possible use of uninitialized pointer while dragging
2060
2061 2003-06-06 [paul]       0.9.0claws13
2062
2063         * src/compose.c
2064                 fix bug where the insert sig button would be effective
2065                 only when auto_sig was set
2066
2067 2003-06-06 [paul]       0.9.0claws12
2068
2069         * sync with 0.9.2 release
2070
2071 2003-06-02 [paul]       0.9.0claws11
2072
2073         * sync with 0.9.1cvs1
2074                 see ChangeLog 2003-06-02
2075                 
2076         * po/de.po
2077                 update by Jens
2078
2079 2003-06-01 [christoph]  0.9.0claws10
2080
2081         * src/account.c
2082                 don't use substring search to find accounts by email address
2083
2084         (closes Bug 169 Overly loose matching of "From" address)
2085
2086 2003-05-31 [christoph]  0.9.0claws9
2087
2088         * doc-src/rfc2683.txt
2089         * src/imap.c
2090                 limit IMAP command length as recommended in RFC2683
2091                 (message number lists will be split into multiple imap
2092                 sets, the limit of 1000 octets is not a hard limit)
2093
2094         (closes Bug 161 sylpheed-claws exits with segfault when logging
2095          in to certain imap-servers)
2096
2097 2003-05-29 [alfons]     0.9.0claws8
2098
2099         * src/toolbar.[ch]
2100                 add print button (calling summary_print());
2101                 fine tune setting tooltip text;
2102                 (if someone needs other buttons, please take these 
2103                 commits as a guide, instead of bothering us - also
2104                 see 0.8.11claws150) 
2105
2106 2003-05-29 [darko]      0.9.0claws7
2107
2108         * src/compose.c
2109                 fix crash when word wrapping kicks in due to
2110                 changed text by spell checker
2111
2112 2003-05-29 [paul]       0.9.0claws6
2113
2114         * src/compose.c
2115                 fix bug where changing account would insert
2116                 sig even if auto_sig was FALSE
2117                 
2118         * ChangeLog
2119           ChangeLog.jp
2120           INSTALL
2121                 sync with 0.9.1 release
2122
2123 2003-05-28 [christoph]  0.9.0claws5
2124
2125         * src/imap.c
2126                 fix truncation of too long commands
2127
2128         (closes Bug 167 IMAP hangs trying to get envelope
2129          information in imap_get_uncached_messages)
2130
2131 2003-05-27 [paul]       0.9.0claws4
2132
2133         * tools/Makefile.am
2134           tools/maildir2sylpheed.pl     ** NEW FILE **
2135                 add kmail to sylpheed mailbox conversion script
2136
2137 2003-05-27 [paul]       0.9.0claws3
2138
2139         * sync with 0.9.0cvs10
2140                 see ChangeLog 2003-05-26
2141
2142 2003-05-26 [paul]       0.9.0claws2
2143
2144         * sync with 0.9.0cvs9
2145                 see ChangeLog 2003-05-26
2146
2147 2003-05-24 [paul]       0.9.0claws1
2148
2149         * sync with 0.9.0cvs8
2150                 see ChangeLog 2003-05-23
2151
2152 2003-05-24 [paul]       0.9.0claws
2153
2154         * version 0.9.0claws released
2155
2156 2003-05-24 [paul]       0.8.11claws177
2157
2158         * src/plugins/dillo-viewer/Makefile.am
2159           src/plugins/traycon/Makefile.am
2160                 add missing files
2161                 
2162         * po/bg.po
2163           po/en_GB.po
2164           po/es.po
2165           po/it.po
2166           po/pt_BR.po
2167           po/ru.po
2168           po/sr.po
2169                 update Bulgarian, British English, Spanish, Italian, 
2170                 Brazilian Portuguese, Russian, and Serbian translations, 
2171                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2172                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2173                 Ruslan N. Balkin, and Urke MMI
2174
2175 2003-05-23 [melvin]     0.8.11claws176
2176
2177         * po/fr.po
2178                 Updated French translations
2179
2180 2003-05-22 [paul]       0.8.11claws175
2181
2182         * src/Makefile.am
2183           src/addrbook.[ch]
2184           src/addrcache.[ch]
2185           src/addr_compl.[ch]
2186           src/adressbook.[ch]
2187           src/addrindex.[ch]
2188           src/addritem.[ch]
2189           src/editaddress.c
2190           src/editgroup.c
2191           src/editldap_basedn.c
2192           src/editldap.c
2193           src/jpilot.c
2194           src/vcard.c
2195                 revert to get ldap into it previous working state
2196                 
2197         * po/zh_TW.Big5.po
2198                 new Taiwanese translation,
2199                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2200
2201 2003-05-22 [christoph]  0.8.11claws174
2202
2203         * src/plugins/spamassassin/libspamc.[ch]
2204                 sync libspamc with SpamAssaain release 2.55
2205
2206 2003-05-22 [paul]       0.8.11claws173
2207
2208         * sync with 0.9.0cvs7
2209                 see ChangeLog 2003-05-22
2210                 
2211         * src/summaryview.c
2212                 revert change in 0.8.11claws172: follow
2213                 Hiroyuki's decision and that's the end of it.
2214
2215 2003-05-21 [paul]       0.8.11claws172
2216
2217         * src/summaryview.c
2218                 fix discrepency between open_unread_on_enter
2219                 and always_show_msg
2220
2221 2003-05-21 [paul]       0.8.11claws171
2222
2223         * sync with 0.9.0cvs6
2224                 see ChangeLog 2003-05-21
2225
2226 2003-05-21 [paul]       0.8.11claws170
2227
2228         * sync with 0.9.0cvs5
2229                 see ChangeLog 2003-05-21
2230
2231 2003-05-20 [paul]       0.8.11claws169
2232
2233         * sync with 0.9.0cvs4
2234                 see ChangeLog 2003-05-20
2235                 fixes bug #152, 'encoding of IMAP folders names'
2236
2237 2003-05-20 [paul]       0.8.11claws168
2238
2239         * sync with 0.9.0cvs3
2240                 see ChangeLog 2003-05-20
2241                 
2242         * src/tools/convert_mbox.pl
2243                 minor change in the comments, submitted by Fred Marton
2244
2245 2003-05-19 [paul]       0.8.11claws167
2246
2247         * src/plugins/clamav/Makefile.am
2248           configure.ac
2249                 link clamav_lib to the plugin and not to the main program
2250
2251 2003-05-19 [christoph]
2252
2253         * src/Makefile.am
2254                 add -export-dynamic for linking
2255
2256 2003-05-19 [paul]       0.8.11claws166
2257
2258         * sync with 0.9.0cvs1
2259                 see ChangeLog 2003-05-19
2260
2261 2003-05-19 [paul]       0.8.11claws165
2262
2263         * src/inc.c
2264                 fix 'pop before smtp' timeout
2265
2266 2003-05-18 [alfons]     0.8.11claws164
2267
2268         * src/prefs_matcher.c
2269                 put "execute" action command line ("expression") in edit box
2270
2271 2003-05-18 [christoph]  0.8.11claws163
2272
2273         * src/mimeview.[ch]
2274         * src/plugins/dillo_viewer/dillo_viewer.c
2275         * src/plugins/image_viewer/viewer.c
2276         * src/plugins/mathml_viewer/mathml_viewer.c
2277                 let a viewer have a list of Content-Types
2278
2279 2003-05-18 [paul]       0.8.11claws162
2280
2281         * src/prefs_filtering.c
2282                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2283                 and REDIRECT actions
2284
2285 2003-05-17 [christoph]
2286
2287         * README.claws
2288                 o remove dynamic signatures that was syned with main
2289                 o add infos about no longer "build in" image viewer
2290                 o update bugtracker URL
2291
2292 2003-05-17 [christoph]  0.8.11claws161
2293
2294         * src/folder.c
2295         * src/folderview.c
2296         * src/imap.c
2297                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2298                 for every folder after rebuilding the folder tree.
2299
2300         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2301          messages)
2302
2303 2003-05-17 [christoph]  0.8.11claws160
2304
2305         * src/imap.c
2306                 don't use STATUS command on current folder to check for
2307                 content changes. imap_cmd_ok() now tracks changes to
2308                 folder and number of existing messages.
2309
2310 2003-05-17 [paul]       0.8.11claws159
2311
2312         * src/plugins/clamav/clamav_plugin.c
2313                 remove unnecessary debug_print
2314
2315 2003-05-16 [thorsten]   0.8.11claws158
2316
2317         * src/plugins/demo.c
2318                 included missing intl.h
2319
2320 2003-05-16 [paul]       0.8.11claws157
2321
2322         * po/POTFILES.in
2323                 remove non-existant entries
2324         
2325         * src/plugins/clamav/clamav_plugin.c
2326           src/plugins/clamav/clamav_plugin_gtk.c
2327           src/plugins/dillo_viewer/dillo_prefs.c
2328           src/plugins/dillo_viewer/dillo_viewer.c
2329                 gettextise
2330
2331 2003-05-16 [christoph]  0.8.11claws156
2332
2333         * po/POTFILES.in
2334                 include plugin .c files for translation until I
2335                 find a better solution to have plugins have their
2336                 own textdomain
2337         * src/plugins/demo/demo.c
2338         * src/plugins/image_viewer/plugin.c
2339         * src/plugins/mathml_viewer/mathml_viewer.c
2340         * src/plugins/spamassassin/spamassassin.c
2341         * src/plugins/spamassassin/spamassassin_gtk.c
2342         * src/plugins/trayicon/trayicon.c
2343                 add gettext macros for plugin name and description
2344
2345 2003-05-16 [paul]
2346
2347         * sync with 0.9.0
2348
2349 2003-05-16 [paul]       0.8.11claws155
2350
2351         * sync with lastest 0.9.0pre1
2352                 see ChangeLog 2003-05-16
2353
2354 2003-05-15 [paul]       0.8.11claws154
2355
2356         * sync with latest 0.9.0pre1
2357                 see ChangeLog 2003-05-14 and 2003-05-15
2358
2359 2003-05-14 [christoph]  0.8.11claws153
2360
2361         * src/plugins/image_viewer/viewer.c
2362         * src/plugins/image_viewer/viewer.glade         ** NEW **
2363         * src/plugins/image_viewer/viewerprefs.c
2364                 make it possible to disable the autoload function in the
2365                 imageviewer again
2366
2367 2003-05-14 [christoph]  0.8.11claws152
2368
2369         * src/folder.c
2370                 fix folder update after adding a message
2371
2372 2003-05-13 [alfons]     0.8.11claws151
2373
2374         * src/common/session.c
2375                 remove debug traces
2376                 
2377         * src/addrcache.[ch]
2378         * src/filtering.[ch]
2379         * src/folder.[c]
2380         * src/gtkaspell.[ch]
2381         * src/imap.[ch]
2382         * src/mbox_folder.[ch]
2383         * src/mh.[ch]
2384         * src/mimeview.h
2385         * src/msgcache.[ch]
2386         * src/news.[ch]
2387         * src/passphrase.[ch]
2388         * src/prefs_common.[ch]
2389         * src/prefs_gtk.[ch]
2390         * src/procmsg.c
2391         * src/scoring.[ch]
2392                 be pedantic; (in prototypes () implies (int))
2393
2394 2003-05-13 [alfons]     0.8.11claws150
2395
2396         * src/prefs_toolbar.[ch]
2397         * src/summaryview.[ch]
2398         * src/toolbar.[ch]
2399                 change misleading text in toolbar prefs;
2400                 add toolbar action for ignore thread (toggles ignore thread flag);
2401                 clean up a little bit;
2402
2403 2003-05-12 [paul]
2404
2405         * tools/convert_mbox.pl
2406                 bug fixed by Fred Marton
2407
2408 2003-05-12 [paul]
2409
2410         * sync with 0.9.0pre1
2411
2412 2003-05-09 [paul]       0.8.11claws149
2413
2414         * sync with 0.8.11cvs43
2415                 see ChangeLog 2003-05-09
2416
2417 2003-05-08 [christoph]  0.8.11claws148
2418
2419         * src/imap.[ch]
2420                 o use CAPABILIY as first command and check for PREAUTH
2421                   information in the response to it
2422                 o rewrite all imap_cmd_* functions to use an IMAPSession
2423                   instead of a SockInfo as parameter
2424                 o do STARTTLS after fetching and checking the server
2425                   capabilities
2426
2427 2003-05-08 [paul]       0.8.11claws147
2428
2429         * tools/Makefile.am
2430           tools/README
2431           tools/convert_mbox.pl         ** NEW FILE **
2432                 add mbox conversion script. Submitted by 
2433                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2434
2435 2003-05-07 [christoph]
2436
2437         * doc-src/glade.txt
2438         * src/gtk/pluginwindow.glade
2439         * src/plugins/image_viewer/viewerprefs.glade
2440         * src/plugins/spamassassin/spamassassin_gtk.glade
2441                 add glade files for user interfaces and a description how
2442                 to use glade to create the sylpheed code
2443
2444 2003-05-07 [paul]       0.8.11claws146
2445
2446         * sync with 0.8.11cvs41
2447                 see ChangeLog 2003-05-07
2448
2449 2003-05-06 [christoph]  0.8.11claws145
2450
2451         * src/main.c
2452         * src/plugins/image_viewer/viewer.c
2453                 fix usage of imlib in imageviewer plugin
2454
2455         * src/gtk/prefswindow.c
2456                 handle window close event correctly
2457
2458 2003-05-06 [paul]       0.8.11claws144
2459
2460         * src/common/ssl.c
2461                 fix typo introduced in sync
2462
2463 2003-05-06 [paul]       0.8.11claws143
2464
2465         * sync with 0.8.11cvs39
2466                 see ChangeLog 2003-05-06
2467
2468 2003-05-06 [paul]       0.8.11claws142
2469
2470         * AUTHORS
2471           po/cs.po
2472                 updated Czech translation, submitted by 
2473                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2474                 
2475         * src/plugins/clamav/clamav_plugin_gtk.c
2476                 clean up
2477
2478 2003-05-03 [alfons]     0.8.11claws141
2479
2480         * src/compose.[ch]
2481                 make paste as quotation work even when the call to 
2482                 text_inserted() was deferred (fixes bug #140 "Paste 
2483                 as quotation does not work when using "external" 
2484                 clipboard")
2485
2486 2003-05-03 [thorsten]   0.8.11claws140
2487
2488         * src/addrquery.h
2489           src/ldapquery.h
2490           src/mainwindow.c
2491                 removed C++ comments
2492         * src/addr_compl.c
2493                 function with non-int retval/param used before
2494                 implementation/declaration
2495
2496 2003-05-02 [paul]       0.8.11claws139
2497
2498         * src/addr_compl.[ch]
2499           src/addressbook.[ch]
2500           src/addrindex.c
2501           src/summaryview.c
2502                 revert match's changes to (finally) remove the bug where
2503                 opening a folder causes massive slowdown when using the 
2504                 'Display sender using address book' option
2505
2506 2003-05-01 [melvin]     0.8.11claws138
2507
2508         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2509         * src/plugins/dillo_viewer/dillo_viewer.c
2510                 Fixed bug where "Cancel" button from prefs issued
2511                 warnings.
2512                 Comply a little more to coding style
2513
2514 2003-05-01 [paul]       0.8.11claws137
2515
2516         * sync with 0.8.11cvs38
2517                 see ChangeLog 2003-05-01
2518
2519 2003-05-01 [paul]       0.8.11claws136
2520
2521         * po/bg.po
2522                 updated by George Danchev
2523
2524 2003-04-30 [christoph]  0.8.11claws135
2525
2526         * src/plugins/dillo_viewer/dillo_prefs.c
2527         * src/plugins/image_viewer/viewerprefs.c
2528         * src/plugins/spamassassin/spamassassin_gtk.c
2529                 remove gtk_widget_ref() calls for widgets in
2530                 glade code
2531
2532 2003-04-30 [paul]       0.8.11claws134
2533
2534         * src/addrindex.c
2535                 ok, this time a better fix for the bug where opening folder
2536                 has massive slowdown when using the 'Display sender using 
2537                 address book' option
2538
2539 2003-04-30 [paul]       0.8.11claws133
2540
2541         * src/addrindex.c
2542                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2543         
2544 2003-04-30 [melvin]     0.8.11claws132
2545
2546         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2547
2548         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2549                 Preferences for the dillo plugin
2550         * src/plugins/dillo_viewer/dillo_viewer.c
2551                 Support for preferences
2552         * src/plugins/dillo_viewer/Makefile.am
2553                 Added dillo_prefs.[ch]
2554
2555 2003-04-30 [alfons]     0.8.11claws131
2556
2557         * src/common/plugin.[ch]
2558                 see? this ANSI C'fication immediately gives us type
2559                 checking for free.
2560
2561 2003-04-30 [alfons]     0.8.11claws130
2562
2563         * src/common/plugin.[ch]
2564         * src/plugins/clamav/clamav_plugin.[ch]
2565         * src/plugins/clamav/clamav_plugin_gtk.c
2566         * src/plugins/demo/demo.c
2567         * src/plugins/dillo_viewer/dillo_viewer.c
2568         * src/plugins/image_viewer/plugin.c
2569         * src/plugins/image_viewer/viewer.[ch]
2570         * src/plugins/image_viewer/viewerprefs.[ch]
2571         * src/plugins/mathml_viewer/mathml_viewer.c
2572         * src/plugins/spamassassin/spamassassin.[ch]
2573         * src/plugins/spamassassin/spamassassin_gtk.c
2574         * src/plugins/trayicon/trayicon.c
2575                 clean up
2576
2577 2003-04-30 [alfons]     0.8.11claws129
2578
2579         * src/common/utils.c
2580                 make is_ascii_str() fail gracefully when NULL pointer
2581                 is passed
2582
2583 2003-04-30 [paul]       0.8.11claws128
2584
2585         * src/addrindex.c
2586                 fix bug where opening folder has massive slowdown when
2587                 using the 'Display sender using address book' option
2588
2589 2003-04-30 [paul]       0.8.11claws127
2590
2591         * src/plugins/clamav/clamav_plugin.c
2592           src/plugins/clamav/clamav_plugin_gtk.c
2593           src/plugins/demo/demo.c
2594           src/plugins/dillo_viewer/dillo_viewer.c
2595           src/plugins/image_viewer/plugin.c
2596           src/plugins/mathml_viewer/mathml_viewer.c
2597           src/plugins/spamassassin/spamassassin.c
2598           src/plugins/spamassassin/spamassassin_gtk.c
2599           src/plugins/trayicon/trayicon.c
2600                 get rid of eye-hurting function signatures
2601
2602 2003-04-30 [paul]       0.8.11claws126
2603
2604         * src/plugins/trayicon/trayicon.c
2605                 add description
2606                 
2607         * src/mimeview.c
2608                 be more descriptive
2609
2610 2003-04-30 [paul]       0.8.11claws125
2611
2612         * configure.ac
2613                 arrange the plugins in reverse alphabetical order
2614                 
2615         * src/plugins/clamav/clamav_plugin.[ch]
2616           src/plugins/clamav/clamav_plugin_gtk.c
2617                 rename some params
2618                 resize max_size window
2619                 re-arrange the order of some gui elements
2620                 improve descriptions
2621         
2622         * src/plugins/image_viewer/plugin.c
2623           src/plugins/mathml_viewer/mathml_viewer.c
2624                 add descriptions
2625                 
2626         * src/plugins/spamassassin/spamassassin_gtk.c
2627                 resize max_size window
2628                 re-arrange the order of some gui elements
2629                 
2630         * src/messageview.c
2631           src/mimeview.c
2632                 correct typos
2633
2634 2003-04-30 [alfons]     0.8.11claws124
2635
2636         * src/imap.c
2637                 fix a leak found while browsing Martin Kluge's 
2638                 valgrind log (Claws only)
2639
2640 2003-04-29 [darko]      0.8.11claws123
2641
2642         * src/gtk/gtkstext.h
2643                 include wchar.h if it is available, fixes compilation
2644                 on HP-UX systems
2645
2646 2003-04-29 [melvin]     0.8.11claws122
2647
2648         * src/prefs_actions.c
2649                 Improved help text of Actions' syntax
2650
2651 2003-04-28 [paul]       0.8.11claws121
2652
2653         * src/action.c
2654                 a better fix for the crash when performing an action
2655                 on a mime part
2656
2657 2003-04-28 [paul]       0.8.11claws120
2658
2659         * src/action.c
2660                 fix crash when performing an action on a
2661                 mime part
2662
2663 2003-04-28 [paul]       0.8.11claws119
2664
2665         * sync with 0.8.11cvs36
2666                 see ChangeLog 2003-04-28
2667
2668 2003-04-27 [paul]       0.8.11claws118
2669
2670         * more sync with 0.8.11cvs35
2671                 see ChangeLog 2003-04-25
2672
2673 2003-04-26 [christoph]  0.8.11claws117
2674
2675         * src/folder.c
2676                 fix remove virtual check
2677
2678 2003-04-26 [paul]       0.8.11claws116
2679
2680         * src/messageview.c
2681                 fix return-receipt, make it work again
2682
2683 2003-04-26 [paul]       0.8.11claws115
2684
2685         * src/mimeview.c
2686                 restore double-clicking of the [application/pgp-signature 
2687                 (Select "Check signature" to check)] line in the message view,
2688                 broken in recent sync
2689
2690 2003-04-26 [christoph]  0.8.11claws114
2691
2692         * src/folder.c
2693                 check if remove virtual really exists before
2694                 calling the function
2695
2696 2003-04-25 [match]      0.8.11claws113
2697
2698         * src/addrindex.c
2699         * src/addrbook.c
2700         * src/ldapquery.[ch]
2701         * src/ldapctrl.[ch]
2702                 fix memleak.
2703         * src/ldapserver.[ch]
2704                 fix memleak. fix segfault.
2705                 plug a Claws memleak
2706
2707 2003-04-25 [alfons]     0.8.11claws112
2708
2709         * src/folder.c
2710                 plug a Claws memleak
2711
2712 2003-04-25 [alfons]     0.8.11claws111
2713
2714         * src/common/session.c
2715                 plug a memleak
2716
2717 2003-04-25 [paul]       0.8.11claws110
2718
2719         * sync with 0.8.11cvs35
2720                 see ChangeLog 2003-04-24 and 2003-04-25
2721                 
2722         * src/gtk/pluginwindow.c
2723                 correct another strange float value
2724
2725 2003-04-24 [christoph]  0.8.11claws109
2726
2727         * src/folder.c
2728                 freeze folder item updates when unsetting new flags
2729
2730         * src/gtk/pluginwindow.c
2731                 correct strange float value
2732
2733 2003-04-23 [paul]       0.8.11claws108
2734
2735         * sync with 0.8.11cvs33
2736                 see ChangeLog 2003-04-23
2737
2738 2003-04-22 [paul]       0.8.11claws107
2739
2740         * src/Makefile.am
2741           src/messageview.c
2742           src/mimeview.c
2743           src/pgptext.[ch]      ** REMOVED **
2744                 remove pgptext.[ch] as its not used any more
2745
2746 2003-04-22 [paul]       0.8.11claws106
2747
2748         * sync with 0.8.11cvs31
2749                 see ChangeLog 2003-04-21 and 2003-04-22
2750
2751 2003-04-21 [alfons]     0.8.11claws105
2752
2753         * src/main.c
2754                 No access to GTK structures if we're a spawned child
2755                 (and clean up code a little bit...) Should fix #126.
2756
2757 2003-04-21 [melvin]     0.8.11claws104
2758
2759         * src/plugins/dillo_viewer/README
2760                 Improved slightly the text.
2761
2762 2003-04-21 [melvin]     0.8.11claws103
2763
2764         * src/plugins/dillo_viewer/README *** NEW ***
2765                 Added a README file for the Dillo plugin
2766
2767 2003-04-20 [paul]
2768
2769         * tools/README
2770           tools/outlook2sylpheed.pl
2771                 updated and improved by Ricardo Mones Lastra
2772
2773 2003-04-18 [oliver]     0.8.11claws102
2774
2775         * src/inc.c 
2776         * src/prefs_account.h
2777                 remove Pop3SessionType (used by selective download)
2778         * src/prefs_toolbar.c
2779                 enable set Default Toolbar button
2780
2781 2003-04-18 [paul]       0.8.11claws101
2782
2783         * sync with 0.8.11cvs29
2784                 see ChangeLog 2003-04-18
2785
2786 2003-04-17 [paul]       0.8.11claws100
2787
2788         * src/prefs_common.[ch]
2789           src/summaryview.c
2790                 remove 'Open next message on deletion' option,
2791                 as the same effect can now be achieved via the
2792                 'Always open messages in summary when selected'
2793                 option.
2794
2795 2003-04-17 [paul]       0.8.11claws99
2796
2797         * sync with 0.8.11cvs28
2798                 see ChangeLog 2003-04-17
2799
2800 2003-04-17 [christoph]  0.8.11claws98
2801
2802         * ac/spamassassin.m4
2803         * src/plugins/spamassassin/libspamc.[ch]
2804         * src/plugins/spamassassin/utils.[ch]
2805                 sync libspamc with SpamAssassin project
2806
2807 2003-04-17 [christoph]  0.8.11claws97
2808
2809         * src/common/socket.h
2810         * src/gtk/sslcertwindow.h
2811                 rename old USE_SSL to USE_OPENSSL
2812
2813 2003-04-17 [paul]       0.8.11claws96
2814
2815         * src/prefs_common.h
2816                 use gulong for P_COLOR so that it compiles/runs on
2817                 64-bit systems. Patch submitted by James Noyes
2818                 <jnoyes-claws@retrogeeks.com>
2819                 
2820         * po/de.po
2821                 updated by Jens
2822
2823 2003-04-17 [paul]       0.8.11claws95
2824
2825         * sync with 0.8.11cvs27
2826                 see ChangeLog 2003-04-16
2827
2828 2003-04-15 [paul]       0.8.11claws94
2829
2830         * src/prefs_common.[ch]
2831                 rearrange to stop the window getting too long:
2832                         move Receive dialog stuff to Receive tab
2833                         move Send dialog to Send tab
2834                         remove Dialogs frame
2835                 rename 'Open messages in summary with cursor keys' to
2836                 'Always open messages in summary when selected', as its
2837                 more appropriate
2838
2839 2003-04-15 [paul]       0.8.11claws93
2840
2841         * src/prefs_common.[ch]
2842           src/summaryview.c
2843                 add new option '/Interface/Open next message on deletion'
2844
2845 2003-04-15 [paul]       0.8.11claws92
2846
2847         * src/summaryview.[ch]
2848                 add /Mark/Lock and /Mark/Unlock to the pop-up
2849                 menu. Patch submitted by Ivan Francolin Martinez
2850                 <ivanfm@users.sourceforge.net>
2851
2852 2003-04-15 [paul]       0.8.11claws91
2853
2854         * sync with 0.8.11cvs24
2855                 see ChangeLog 2003-04-15
2856
2857 2003-04-14 [jens]       0.8.11claws90
2858
2859         * updated German translation and some corrections from
2860                 Roland Bless <bless@tm.uka.de>
2861
2862 2003-04-14 [paul]       0.8.11claws89
2863
2864         * sync with 0.8.11cvs22
2865                 see ChangeLog 2003-04-14
2866
2867 2003-04-13 [paul]       0.8.11claws88
2868
2869         * src/plugins/clamav/clamav_plugin.c
2870                 fix memory leaks
2871                 clean up
2872
2873 2003-04-12 [paul]       0.8.11claws87
2874
2875         * src/plugins/clamav/clamav_plugin.c
2876                 activate enable/disable archive scanning option
2877                 
2878         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2879
2880 2003-04-12 [paul]       0.8.11claws86
2881
2882         * src/plugins/Makefile.am
2883           src/plugins/clamav/Makefile.am                ** NEW FILE **
2884           src/plugins/clamav/README                     ** NEW FILE ** 
2885           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2886           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2887                 add Clam AntiVirus plugin
2888
2889 2003-04-12 [paul]       0.8.11claws85
2890
2891         * sync with 0.8.11cvs21
2892                 see ChangeLog 2003-04-11
2893
2894 2003-04-11 [paul]       0.8.11claws84
2895
2896         * po/es.po
2897                 update Spanish translation. Submitted by Ricardo
2898                 Mones Lastra.
2899
2900 2003-04-10 [christoph]  0.8.11claws83
2901
2902         * src/mbox.c
2903                 fix typo that did not move unfiltered mails to destination
2904                 folder
2905
2906         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2907          when filtering from spool)
2908
2909 2003-04-10 [christoph]  0.8.11claws82
2910
2911         * src/imap.c
2912                 use BODY.PEEK instead of BODY in in message fetch operation
2913                 to make sure the IMAP server does not set the \Seen flag for
2914                 messages. Sylpheed does that later itself, when the message
2915                 is opened in sylpheed
2916
2917         (closes Bug 111 Claws destroys unread marks)
2918
2919 2003-04-09 [oliver]     0.8.11claws81
2920         
2921         * src/folder.c
2922                 fix crash in folder_destroy
2923         * README.claws
2924                 remove selective download
2925
2926 2003-04-09 [christoph]  0.8.11claws80
2927
2928         * src/imap.c
2929                 fix crash in imap_get_msginfo() when then fetched message
2930                 is not found
2931
2932         (closes Bug 110 Crash during mail composition)
2933
2934 2003-04-08 [christoph]  0.8.11claws79
2935
2936         * src/folder.c
2937         * src/prefs_account.c
2938                 Filter new messages that are found in an INBOX folder
2939                 when 'Filter messages on receiving' is enabled in the
2940                 Folder's AccountPrefs. This allows to use Sylpheed's
2941                 filtering engine for IMAP folders where messages are
2942                 added to the INBOX by a MTA
2943
2944 2003-04-08 [paul]       0.8.11claws78
2945
2946         * src/procmsg.h
2947                 clean up after last commit
2948
2949 2003-04-08 [paul]       0.8.11claws77
2950
2951         * sync with 0.8.11cvs20
2952                 see ChangeLog 2003-04-07 and 2003-04-08
2953
2954 2003-04-07 [christoph]  0.8.11claws76
2955
2956         * src/filtering.[ch]
2957         * src/inc.[ch]
2958         * src/mbox.c
2959         * src/procmsg.[ch]
2960                 add procmsg_msginfo_filter() to execute filtering actions
2961
2962 2003-04-06 [christoph]  0.8.11claws75
2963
2964         * src/imap.c
2965                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2966
2967 2003-04-06 [christoph]  0.8.11claws74
2968
2969         * src/common/utils.[ch]
2970                 add g_int_compare() function for slist sorting
2971
2972         * src/imap.c
2973                 fetch all MsgInfos with one command in imap_get_msginfos()
2974                 using an imap set with a list of ranges
2975
2976         * src/news.c
2977                 use new g_int_compare() function
2978
2979 2003-04-06 [thorsten]   0.8.11claws73
2980
2981         * src/mh.c
2982                 corrected implementation of mh_folder_destroy()
2983
2984 2003-04-05 [christoph]  0.8.11claws72
2985
2986         * src/account.c
2987         * src/folder.[ch]
2988         * src/folderview.c
2989         * src/imap.c
2990         * src/inc.c
2991         * src/main.c
2992         * src/mainwindow.c
2993         * src/mbox_folder.c
2994         * src/mh.c
2995         * src/mimeview.h
2996         * src/msgcache.[ch]
2997         * src/news.c
2998         * src/procmime.h
2999         * src/procmsg.[ch]
3000         * src/setup.c
3001         * src/gtk/gtkutils.c
3002                 o rename structure field names class and new to klass and
3003                   new_msgs, to allow including files in C++
3004                 o add 'extern "C"' block to some header files
3005                 o add MsgInfoList and MsgNumberList as alias for GSList for
3006                   developers to know what type of list is expected
3007
3008         * src/plugins/image_viewer/plugin.c
3009         * src/plugins/image_viewer/viewer.[ch]
3010         * src/plugins/image_viewer/viewerprefs.[ch]
3011                 rename function names to prevent conflicts
3012
3013 2003-04-05 [paul]       0.8.11claws71
3014
3015         * sync with 0.8.11cvs18
3016                 see ChangeLog 2003-04-03 and 2003-04-04
3017
3018 2003-04-02 [christoph]  0.8.11claws70
3019
3020         * src/folder.[ch]
3021         * src/imap.[ch]
3022         * src/mbox_folder.[ch]
3023         * src/mh.[ch]
3024         * src/news.[ch]
3025                 o Make all virtual folder functions private
3026                 o remove unused folder code
3027
3028         * src/common/socket.[ch]
3029         * src/summaryview.c
3030                 fix warnings
3031
3032 2003-03-30 [alfons]     0.8.11claws69
3033
3034         * src/send_message.c
3035                 remove two debug traces and see if people still report
3036                 errors
3037
3038 2003-03-30 [alfons]     0.8.11claws68
3039
3040         * src/send_message.c
3041         * src/commons/session.c
3042                 add more debug traces
3043
3044 2003-03-30 [christoph]  0.8.11claws67
3045
3046         * src/folder.c
3047                 change processing folder name from .processing to processing
3048
3049         * src/common/ssl.c
3050                 disable SSL certificate check because it causes Xlib error
3051                 when the child process want's to open an GTK window
3052
3053 2003-03-30 [christoph]  0.8.11claws66
3054
3055         * src/folder.c
3056                 don't use default folder for processing folder item because
3057                 it can be a non local folder
3058
3059         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3060
3061 2003-03-30 [alfons]     0.8.11claws65
3062
3063         * src/send_message.c
3064                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3065                 to generate bad code for 'send_send_data_progressive': When
3066                 called from 'send_send_data_finished', the 'data' pointer is
3067                 cleared just before the assignment to the dialog pointer
3068
3069 2003-03-29 [christoph]  0.8.11claws64
3070
3071         * src/common/prefs.h
3072         * src/plugins/image_viewer/Makefile.am
3073         * src/plugins/image_viewer/plugin.c
3074         * src/plugins/image_viewer/viewer.[ch]
3075         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3076                 add PrefsPage for ImageViewer
3077
3078 2003-03-28 [thorsten]   0.8.11claws63
3079
3080         * src/common/session.c
3081                 added some comments
3082
3083 2003-03-28 [paul]       0.8.11claws62
3084
3085         * sync with 0.8.11cvs16
3086                 see ChangeLog 2003-03-28
3087
3088 2003-03-28 [paul]       0.8.11claws61
3089
3090         * sync with 0.8.11cvs15
3091                 see ChangeLog 2003-03-28
3092
3093 2003-03-27 [christoph]  0.8.11claws60
3094
3095         * src/folder.c
3096         * src/imap.c
3097         * src/common/socket.[ch]
3098                 set socket state to DISCONNECTED when any operation
3099                 fails to allow reconnecting in IMAP code without
3100                 checking the return code of all calls to the command
3101                 functions
3102
3103         * src/folderview.c
3104         * src/summaryview.c
3105                 remove some more stuff that depends on specific
3106                 folder types
3107
3108 2003-03-27 [paul]       0.8.11claws59
3109
3110         * sync with 0.8.11cvs14
3111                 see ChangeLog 2003-03-27
3112                 
3113         * src/selective_download.[ch]   ** REMOVED **
3114                 really removed
3115
3116 2003-03-27 [christoph]  0.8.11claws58
3117
3118         * src/folder.c
3119                 fix handling of tmp_flags in flag copy function
3120
3121 2003-03-27 [paul]       0.8.11claws57
3122
3123         * sync with 0.8.11cvs13
3124                 see ChangeLog 2003-03-27
3125
3126 2003-03-27 [oliver]     0.8.11claws56
3127
3128         * src/maiwindow.c
3129                 remove sel_download_cb
3130
3131 2003-03-27 [oliver]     0.8.11claws55
3132         
3133         * src/inc.c
3134                 remove POP3_TOP
3135         
3136 2003-03-26 [oliver]     0.8.11claws54
3137
3138         *src/pop.h
3139                 remove POP3_TOP*
3140         * README.claws
3141                 remove selective donwload readme
3142
3143 2003-03-26 [oliver]     0.8.11claws53
3144         * src/matcher.[ch]
3145         * src/matcher_parser_parse.y 
3146         * src/pop.c 
3147         * src/prefs_account.[ch]
3148         * src/prefs_filtering.c
3149                 remove selective donwload
3150
3151 2003-03-26 [oliver]     0.8.11claws52
3152
3153         * src/inc.[ch] 
3154         * src/filtering.c 
3155         * src/mainwindow.c 
3156                 remove selective donwload
3157
3158 2003-03-26 [oliver]     0.8.11claws51
3159         
3160         * src/Makefile.am
3161         * src/selective_download.[ch]   ** REMOVE **    
3162
3163 2003-03-26 [christoph]  0.8.11claws50
3164
3165         * src/news.c
3166                 fix NEWS that got broken by a sync with sylpheed-main
3167
3168 2003-03-26 [christoph]  0.8.11claws49
3169
3170         * src/mimeview.c
3171                 fix mime type guessing when no mime type is found for a file
3172
3173 2003-03-25 [christoph]  0.8.11claws48
3174
3175         * src/mimeview.c
3176         * src/procmime.c
3177                 remove mime type guessing from mime parser and use
3178                 name based mime types in viewer lookup for mime type
3179                 application/octet-stream
3180
3181 2003-03-25 [christoph]  0.8.11claws47
3182
3183         * doc-src/readme.txt
3184         * doc-src/rfc2554.txt
3185                 add RFC about SMTP AUTH
3186
3187         * src/send_message.c
3188         * src/common/smtp.[ch]
3189                 add extra error code for authentication errors and
3190                 clear temporary password when this error occurs
3191
3192         (closes Bug 84 authentication failure while sending should
3193          prompt for password again)
3194
3195 2003-03-25 [christoph]  0.8.11claws46
3196
3197         * configure.ac
3198         * src/Makefile.am
3199         * src/imageview.[ch]                            ** REMOVE **
3200         * src/messageview.[ch]
3201         * src/mimeview.[ch]
3202         * src/prefs_common.[ch]
3203         * src/textview.c
3204         * src/plugins/Makefile.am
3205         * src/plugins/image_viewer/.cvsignore           ** NEW **
3206         * src/plugins/image_viewer/Makefile.am          ** NEW **
3207         * src/plugins/image_viewer/plugin.c             ** NEW **
3208         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3209                 move image viewer into a plugin (building is enabled by default)
3210                 [ToDo: Prefs for resize and autoview]
3211
3212 2003-03-25 [paul]       0.8.11claws45
3213
3214         * sync with 0.8.11cvs12
3215                 see ChangeLog 2003-03-26
3216
3217 2003-03-25 [paul]       0.8.11claws44
3218
3219         * sync with 0.8.11cvs11
3220                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3221                 
3222         Note: Selective Download is broken.
3223                 
3224 2003-03-22 [christoph]  0.8.11claws43
3225
3226         * src/folder.c
3227                 code cleanup for flags copying
3228
3229 2003-03-22 [christoph]  0.8.11claws42
3230
3231         * src/plugins/trayicon/trayicon.c
3232                 fix setting the transparent area when the window size
3233                 is forced by the system tray
3234
3235 2003-03-22 [christoph]  0.8.11claws41
3236
3237         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3238         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3239         * src/plugins/trayicon/newmail.xpm              ** NEW **
3240         * src/plugins/trayicon/nomail.xpm               ** NEW **
3241         * src/plugins/trayicon/trayicon.c
3242         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3243                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3244                 o add icon for unread mails
3245                 o set transparency for window
3246
3247 2003-03-22 [christoph]  0.8.11claws40
3248
3249         * src/news.c
3250                 init news session to prevent crash when session is closed
3251
3252 2003-03-22 [christoph]  0.8.11claws39
3253
3254         * src/imap.c
3255         * src/common/session.[ch]
3256                 Init session data to make sure we don't have invalid pointers
3257                 for read_ch and write_ch when new multi process sessions are
3258                 not used
3259
3260         * src/main.c
3261         * src/common/plugin.c
3262         * src/common/sylpheed.c
3263         * src/plugins/demo/demo.c
3264         * src/plugins/dillo_viewer/dillo_viewer.c
3265         * src/plugins/mathml_viewer/mathml_viewer.c
3266         * src/plugins/spamassassin/spamassassin.c
3267         * src/plugins/spamassassin/spamassassin_gtk.c
3268                 add plugin types to allow loading plugins at different times
3269                 (and maybe for different frontends), because it's not good to
3270                 load GTK-Plugins gefore gtk_init was called
3271
3272         * configure.ac
3273         * src/plugins/Makefile.am
3274         * src/plugins/trayicon/.cvsignore               ** NEW **
3275         * src/plugins/trayicon/Makefile.am              ** NEW **
3276         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3277         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3278         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3279         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3280         * src/plugins/trayicon/trayicon.c               ** NEW **
3281                 New Trayicon plugin that shows an icon in a systray that uses
3282                 XEMBED protocol like Gnome's systray. Icon shows if there
3283                 are new mails and a tooltip shows information about new,
3284                 unread and total messages.
3285
3286 2003-03-22 [paul]       0.8.11claws38
3287
3288         * src/common/smtp.c
3289                 fix ESMTP AUTH CRAM-MD5
3290                 [sync with main (still version 0.8.11cvs6), see
3291                  ChangeLog 2003-03-22]
3292
3293 2003-03-21 [colin]      0.8.11claws37
3294
3295         * src/send_message.c
3296                 Fix USE_SSL => USE_OPENSSL
3297
3298 2003-03-21 [colin]      0.8.11claws36
3299
3300         * src/folderview.c
3301                 Fix counts in drag and dropped subfolders
3302
3303 2003-03-21 [colin]      0.8.11claws35
3304
3305         * src/folder.c 
3306         * src/folderview.c
3307                 speed up a bit folder dnd
3308
3309 2003-03-20 [alfons]     0.8.11claws34
3310
3311         * src/main.c
3312         * src/toolbar.c
3313         * src/procmsg.c
3314                 don't send locked queue messages
3315                 (feature request "[ 705245 ] Locking message in outbox 
3316                  should prevent sending")
3317
3318 2003-03-20 [christoph]  0.8.11claws33
3319
3320         * src/folder.c
3321                 remove NEW and UNREAD flag in special folders when scanning
3322                 
3323         * src/common/smtp.c
3324                 fix ESMTP AUTH CRAM-MD5
3325
3326 2003-03-20 [paul]       0.8.11claws32
3327
3328         * src/prefs_account.c
3329                 Re-write 'Tunnel command to open connection' as
3330                 'Use command to communicate with server', and disable
3331                 it for all except IMAP accounts
3332
3333 2003-03-20 [paul]       0.8.11claws31
3334
3335         * sync with 0.8.11cvs6
3336                 see ChangeLog 2003-03-20
3337
3338 2003-03-19 [match]      0.8.11claws30
3339
3340         * src/addritem.[ch]
3341                 include documentation. minor refactoring.
3342         * src/addr_compl.[ch]
3343         * src/addrindex.[ch]
3344         * src/addresbook.[ch]
3345         * src/summaryview.c
3346                 re-enable address lookup (was disabled in
3347                 0.8.11claws20).
3348
3349 2003-03-19 [christoph]  0.8.11claws29
3350
3351         * src/procmsg.c
3352                 add temp flag handling, will make moving and copying
3353                 messages possible again
3354
3355         * src/folder.c
3356                 correct calulation of folder stats
3357
3358 2003-03-18 [match]      0.8.11claws28
3359
3360         * src/editgroup.h
3361                 remove case sensitive comparison (closes bug 80).
3362
3363 2003-03-18 [christoph]  0.8.11claws27
3364
3365         * src/imap.c
3366                 fix imap using a tunnel command
3367
3368         (closes bug 87)
3369
3370 2003-03-18 [christoph]  0.8.11claws26
3371
3372         * src/folder.[ch]
3373         * src/imap.c
3374         * src/procmsg.[ch]
3375                 rewrite flag handling for folders
3376
3377 2003-03-18 [christoph]  0.8.11claws25
3378
3379         * src/folder.c
3380         * src/procmsg.c
3381         * src/summaryview.c
3382                 unset NEW and UNREAD flags when message is ignored, to make
3383                 sure messages don't show up as unread on other IMAP clients,
3384                 because the IGNORE_THREAD flag can not be syncronized through
3385                 the IMAP folder
3386
3387 2003-03-17 [christoph]  0.8.11claws24
3388
3389         * src/imap.c
3390                 don't use recursion to fetch uids when the number of messages
3391                 does not match. Moved code into subfunction that is used
3392                 again when needed, to prevent an endless loop.
3393
3394 2003-03-17 [thorsten]   0.8.11claws23
3395
3396         * src/imageview.[ch]
3397                 export imageview_get_resized_size() (for plugins)
3398         * src/prefs_common.[ch]
3399                 added prefs_common_get() (for plugins)
3400
3401 2003-03-17 [christoph]  0.8.11claws22
3402
3403         * src/imap.c
3404                 o remove UID guessing from copy code
3405                 o support UIDPLUS extension for APPEND command
3406
3407 2003-03-17 [paul]       0.8.11claws21
3408
3409         * src/gtk/about.c
3410                 remove 'Compiled-plugins' section.
3411                 
3412         * src/plugins/dillo_viewer/dillo_viewer.c
3413                 slight change to description text
3414
3415 2003-03-16 [match]      0.8.11claws20
3416         * src/ldapserver.[ch]           ** NEW **
3417         * src/ldapctrl.[ch]             ** NEW **
3418         * src/ldapquery.[ch]            ** NEW **
3419         * src/ldaputil.[ch]             ** NEW **
3420         * src/addrcindex.[ch]           ** NEW **
3421         * src/addrquery.h               ** NEW **
3422         * src/addritem.[ch]
3423         * src/addrcache.[ch]
3424         * src/addrindex.[ch]
3425         * src/addr_compl.[ch]
3426         * src/addressbook.[ch]
3427         * src/addrbook.[ch]
3428         * src/editgroup.c
3429         * src/editaddress.c
3430         * src/editldap.c
3431         * src/editldap_basedn.c
3432         * src/vcard.c
3433         * src/jpilot.c
3434         * src/Makefile.am
3435                 included dynamic LDAP queries. improved address
3436                 completion.
3437
3438 2003-03-16 [paul]       0.8.11claws19
3439
3440         * tools/multiwebsearch.pl
3441                 fix a fatal typo
3442
3443 2003-03-16 [christoph]  0.8.11claws18
3444
3445         * src/mimeview.c
3446         * src/plugins/dillo_viewer/dillo_viewer.c
3447         * src/plugins/mathml_viewer/mathml_viewer.c
3448                 make unregistering of MimeViewerFactorys possible
3449
3450 2003-03-16 [alfons]     0.8.11claws17
3451
3452         * configure.ac
3453                 correct typo
3454
3455 2003-03-16 [melvin]     0.8.11claws16
3456
3457         * src/plugins/dillo_viewer.c
3458                 Fixed bug where it was not possible to view more than
3459                 one text/html attachment per message (bug discovered
3460                 by Christoph Hohmann).
3461
3462 2003-03-15 [melvin]     0.8.11claws15
3463
3464         * src/prefs_actions.c
3465                 Fixed compilation warnings.
3466
3467 2003-03-15 [melvin]     0.8.11claws14
3468
3469         * src/plugins/Makefile.am
3470         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3471         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3472         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3473                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3474                 newer (http://dillo.auriga.wearlab.de/).
3475
3476 2003-03-15 [christoph]  0.8.11claws13
3477
3478         * src/imap.c
3479                 don't query imap folder for attributes because we already
3480                 for them from imap_status
3481
3482         * src/mimeview.[ch]
3483                 add support for plugable MimeViewers (unloading Viewers
3484                 not yet complete)
3485
3486         * src/plugins/Makefile.am
3487         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3488         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3489         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3490                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3491                 widget from http://helm.cs.unibo.it/mml-widget/
3492
3493 2003-03-14 [christoph]  0.8.11claws12
3494
3495         * src/folder.[ch]
3496                 o error return code's should better be negative
3497                 o replace printf with debug_print
3498
3499         * src/imap.c
3500                 improve IMAP folder scan by checking UID-NEXT
3501
3502         * src/summaryview.c
3503                 remove check that are unnecessary in my opinion
3504
3505 2003-03-13 [christoph]  0.8.11claws11
3506
3507         * src/folder.[ch]
3508         * src/foldersel.c
3509         * src/folderview.c
3510         * src/imap.c
3511         * src/mbox_folder.c
3512         * src/mh.c
3513         * src/news.c
3514         * src/prefs_scoring.c
3515         * src/summaryview.c
3516                 use a common function to get a displayable name
3517                 for a FolderItem
3518
3519 2003-03-13 [paul]       0.8.11claws10
3520
3521         * tools/Makefile.am
3522           tools/README
3523           tools/multiwebsearch.conf     ** NEW FILE **
3524           tools/multiwebsearch.pl       ** NEW FILE **
3525                 add multiwebsearch Actions script
3526
3527 2003-03-13 [colin]      0.8.11claws9
3528
3529         * src/compose.c
3530                 Remove leading emtpy lines from quoted text
3531                 before quoting it
3532
3533 2003-03-13 [melvin]     0.8.11claws8
3534
3535         * src/prefs_actions.c
3536                 Fixed a memory leak
3537                 Code clean ups
3538                 Added Cancel and OK buttons
3539                 Corrected help text
3540
3541 2003-03-13 [christoph]  0.8.11claws7
3542
3543         * src/account.c
3544         * src/folder.[ch]
3545         * src/imap.c
3546         * src/mainwindow.c
3547         * src/mbox_folder.c
3548         * src/mh.c
3549         * src/news.c
3550         * src/setup.c
3551                 replace more folder type stuff with folder class stuff
3552
3553 2003-03-13 [melvin]     0.8.11claws6
3554
3555         * src/prefs_actions.c
3556                 Added new tokens:
3557                 %u: user provided argument
3558                 %h: user provided argument (hidden on input)
3559                 %s: current text selection in the message view 
3560
3561 2003-03-13 [paul]       0.8.11claws5
3562
3563         * sync with 0.8.11cvs5
3564                 see ChangeLog 2003-03-11, 2003-03-12
3565
3566 2003-03-12 [christoph]  0.8.11claws4
3567
3568         * src/folder.c
3569                 use folder class idstr when writing folderlist.xml
3570
3571         * src/folder.h
3572         * src/imap.c
3573         * src/news.c
3574                 replace folder type checks with folder class checks
3575
3576 2003-03-12 [christoph]  0.8.11claws3
3577
3578         * src/folder.[ch]
3579         * src/imap.[ch]
3580         * src/main.c
3581         * src/mbox_folder.[ch]
3582         * src/mh.[ch]
3583         * src/news.[ch]
3584                 o create a list of known folder classes in the folder system
3585                 o use folder class id strings for folder item identifiers
3586
3587 2003-03-12 [christoph]  0.8.11claws2
3588
3589         * src/imap.c
3590                 fix imap uid validity check
3591
3592 2003-03-12 [christoph]  0.8.11claws1
3593
3594         * src/account.c
3595         * src/folder.[ch]
3596         * src/foldersel.c
3597         * src/folderview.c
3598         * src/imap.c
3599         * src/mainwindow.c
3600         * src/mbox_folder.c
3601         * src/mh.c
3602         * src/news.c
3603         * src/prefs_scoring.c
3604         * src/procmsg.c
3605         * src/setup.c
3606         * src/summaryview.c
3607                 initial restructuring of folder system, seperating
3608                 folders and folder classes
3609
3610 2003-03-12 [paul]       0.8.11claws
3611
3612         0.8.11claws release
3613
3614 2003-03-12 [christoph]
3615
3616         * src/gtk/prefswindow.c
3617                 fix translation of "Page Index"
3618
3619 2003-03-12 [paul]       0.8.10claws110
3620
3621         a sync from 0.8.11cvs4 before the release
3622
3623         * src/common/utils.c
3624                 subject_compare_for_sort(): allow null strings (fixes
3625                 summary sorting).
3626
3627 2003-03-11 [paul]       0.8.10claws109
3628
3629         * po/es.po
3630                 update Spanish translation, submitted by
3631                 Ricardo Mones Lastra
3632
3633 2003-03-11 [melvin]     0.8.10claws108
3634
3635         * po/fr.po
3636                 Updated French translations
3637
3638 2003-03-11 [paul]       0.8.10claws107
3639
3640         * manual/en/Makefile.am
3641           manual/en/*.html
3642                 update English manual, add a new page
3643                 updated by Francois Barriere <fbarriere@atmel.fr>
3644                 
3645         * po/bg.po
3646           po/it.po
3647           po/sr.po
3648                 update Bulgarian, Italian, and Serbian translations
3649                 submitted by George Danchev, Alessandro Maestri, and
3650                 Urke MMI
3651
3652 2003-03-10 [paul]       0.8.10claws106
3653
3654         * src/gtk/about.c
3655           src/gtk/prefswindow.c
3656                 make some strings translatable
3657
3658 2003-03-10 [darko]      0.8.10claws105
3659
3660         * src/compose.c
3661                 code cleanup to make Hiro happy
3662
3663 2003-03-10 [paul]       0.8.10claws104
3664
3665         * sync with 0.8.11cvs2
3666                 see ChangeLog 2003-03-10
3667
3668 2003-03-09 [melvin]     0.8.10claws103
3669
3670         * src/textview.c
3671                 textview_set_font(): fix for message display in
3672                 UTF-8 locales (thanks to Sergey Vlasov).
3673                 (was unintentionnaly reverted in 0.8.6claws6)   
3674
3675 2003-03-08 [darko]      0.8.10claws102
3676
3677         * src/compose.c
3678                 fix infinite loop in wrapping as reported
3679                 by happycactus
3680                 obsoletes patch #696482
3681
3682 2003-03-08 [christoph]  0.8.10claws101
3683
3684         * src/imap.c
3685                 add workaround for IMAP servers that do not
3686                 support the "UID SEARCH UID" command
3687
3688 2003-03-07 [christoph]  0.8.10claws100
3689
3690         * src/plugins/spamassassin/spamassassin.[ch]
3691         * src/plugins/spamassassin/spamassassin_gtk.c
3692                 code cleanup
3693
3694 2003-03-07 [paul]       0.8.10claws99
3695
3696         * po/es.po
3697                 updated Spanish translation, submitted by
3698                 Ricardo Mones Lastra
3699
3700 2003-03-07 [christoph]  0.8.10claws98
3701
3702         * src/send.c
3703                 fix in 0.8.10claws94 was wrong
3704                 local delivery does not require escaping, remove escaping
3705                 code to make signatures of mails with "." lines valid
3706                 
3707                 NOTE: requires that sendmail is executed with "-i" option,
3708                       what is the default now, but has to be changed in all
3709                       exsiting accounts)
3710
3711 2003-03-07 [paul]       0.8.10claws97
3712
3713         * sync with 0.8.11 release
3714                 see ChangeLog 2003-03-07
3715
3716 2003-03-06 [paul]       0.8.10claws96
3717
3718         * src/compose.c
3719                 revert commit 0.8.10claws92
3720
3721 2003-03-06 [paul]       0.8.10claws95
3722
3723         * src/folderview.c
3724                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3725
3726         * src/gtkaspell.c
3727                 fix bug 74, 'Crash opening editor window with pseudo-color
3728                 display'
3729                 
3730         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3731
3732 2003-03-06 [christoph]  0.8.10claws94
3733
3734         * src/send.c
3735                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3736                 all lines starting with a period get an extra period
3737                 inserted
3738                 (found by Simon 'corecode' Schubert)
3739
3740 2003-03-06 [paul]       0.8.10claws93
3741
3742         * src/folderview.c
3743                 if configured font can't be loaded fall back to gtk
3744                 default. (with thanks to Christoph)
3745                 
3746                 closes long-standing bug 15 'Crashes on startup'
3747
3748 2003-03-06 [paul]       0.8.10claws92
3749
3750         * src/compose.c
3751                 freeze text before autosave and thaw afterwards
3752                 fixes bug 67 'autosave make re-rediting message crazy'
3753
3754 2003-03-06 [christoph]  0.8.10claws91
3755
3756         * src/compose.c
3757                 ignore address comment in dupe check for Cc-list
3758
3759         (closes reopened bug 47 Replying to message strips name part of
3760          e-mail addresses of Cc: lines)
3761
3762 2003-03-06 [paul]       0.8.10claws90
3763
3764         * src/Makefile.am
3765                 remove reference to gtkxtext.h as its no longer in
3766                 the repository
3767
3768 2003-03-06 [paul]       0.8.10claws89
3769
3770         * sync with 0.8.10cvs25
3771                 see ChangeLog 2003-03-06
3772
3773 2003-03-06 [oliver]     0.8.10claws88
3774         
3775         * src/messageview.c
3776                 remove include
3777
3778 2003-03-06 [oliver]     0.8.10claws87
3779         
3780         * src/folderview.c 
3781                 remove changes introduced inclaws74
3782         * src/messageview.c
3783                 another attempt to sanely delete and update
3784                 messages deleted in separate messageview
3785
3786 2003-03-05 [christoph]  0.8.10claws86
3787
3788         * src/summaryview.c
3789                 check if "From" matches any account's address if
3790                 addressbook completion of addresses is disabled too
3791
3792         (closes Bug 70 "Display recipient in from" doesn't check
3793          folder's default account)
3794
3795 2003-03-05 [christoph]  0.8.10claws85
3796
3797         * src/compose.c
3798         * src/common/utils.[ch]
3799                 don't strip address comments when building Cc lists
3800
3801         (closes Bug 47 Replying to message strips name part of e-mail addresses
3802          of Cc: lines)
3803
3804         * src/folder.c
3805                 fix return value of copy function
3806
3807 2003-03-05 [christoph]  0.8.10claws84
3808
3809         * src/imap.c
3810                 don't ask imap server for non rfc822 headers
3811
3812         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3813
3814         * src/imap.c
3815                 destroy session on socket error to allow reconnecting
3816
3817 2003-03-05 [christoph]  0.8.10claws83
3818
3819         * configure.ac
3820                 fix building with gnome when no prefix is set
3821
3822         (closes bug 66 Gnome directory is set to NONE)
3823
3824 2003-03-05 [paul]       0.8.10claws82
3825
3826         * sync with 0.8.10cvs23
3827                 see ChangeLog 2003-03-05
3828
3829 2003-03-04 [christoph]  0.8.10claws81
3830
3831         * src/folder.c
3832                 o fix moving and copying when folder returns 0 for new
3833                   message number
3834                 o remove some code for single message copy and move
3835                   operations and use functions for multiple messages
3836
3837         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3838
3839         * src/news.c
3840                 remove unused include
3841
3842 2003-03-04 [paul]       0.8.10claws80
3843
3844         * src/gtk/about.c
3845                 list 'Compiled plugins'
3846
3847 2003-03-03 [christoph]  0.8.10claws79
3848
3849         * src/news.[ch]
3850                 have to multiply the percentage of the current fetch with
3851                 the percentage that it has of the total fetch operation
3852                 for correct values
3853
3854 2003-03-03 [christoph]  0.8.10claws78
3855
3856         * src/news.c
3857                 fix calculation of expected lines for progress indicator
3858
3859 2003-03-03 [christoph]  0.8.10claws77
3860
3861         * src/summaryview.c
3862         * src/common/utils.c
3863                 fix segfault when opening the root news folder
3864
3865 2003-03-03 [christoph]  0.8.10claws76
3866
3867         * src/mainwindow.[ch]
3868         * src/common/Makefile.am
3869         * src/common/progressindicator.[ch]
3870                 add UI independent progress indicator handling
3871
3872         * src/news.[ch]
3873                 use new progress indicator for message info fetching
3874
3875         * src/common/hooks.h
3876                 code cleanup
3877
3878 2003-03-03 [oliver]     0.8.10claws75
3879
3880         * src/toolbar.c
3881         * src/compose.c
3882                 removed commented code
3883
3884 2003-03-03 [oliver]     0.8.10claws74
3885
3886         * src/toolbar.[ch]
3887                 cleanups and refactoring
3888         * src/compose.[ch]
3889                 compose_reply_mode reply & forwarding interface for
3890                 toolbar buttons
3891         * src/folderview.c
3892                 act on messages marked for deletion in folderview_selected
3893                 based on prefs_common.immediate_exec since a message might 
3894                 have been deleted by messageview in a folder we are changing 
3895                 to (does anybody understand what I'm on about ?)
3896
3897 2003-03-03 [oliver]     0.8.10claws73
3898         
3899         * src/messageview.[ch]
3900                 new functions
3901                 - messageview_delete: delete message shown in messagview
3902                 - messageview_update_view: update messageview to currently 
3903                   selected summaryview message
3904                 - add separate messageview to msgview_list in order to update 
3905                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3906         * src/summaryview.[ch]
3907                 summary_get_selection returns a list of selected msgs
3908                 in summaryview
3909         * src/mainwindow.c
3910                 toolbar reply refactoring
3911
3912 2003-03-03 [paul]       0.8.10claws72
3913
3914         * sync with 0.8.10cvs21
3915                 see ChangeLog 2003-03-03
3916
3917 2003-03-02 [christoph]  0.8.10claws71
3918
3919         * src/common/passcrypt.c
3920                 use POSIX includes
3921
3922 2003-03-02 [christoph]  0.8.10claws70
3923
3924         * configure.ac
3925         * src/prefs_account.c
3926         * src/prefs_gtk.[ch]
3927         * src/common/.cvsignore
3928         * src/common/Makefile.am
3929         * src/common/passcrypt.c                ** NEW **
3930         * src/common/passcrypt.h.in             ** NEW **
3931                 Implement password encryption in config files
3932                 using unix encrypt and setkey functions. The crypt
3933                 key can be set as a configure parameter. Old
3934                 passwords will be converted if they do not begin
3935                 with '!'
3936
3937 2003-03-02 [paul]       0.8.10claws69
3938
3939         * src/prefs_account.c
3940                 fix compile error
3941
3942 2003-03-01 [thorsten]   0.8.10claws68
3943
3944         * po/el.po
3945           po/hr.po
3946           po/it.po
3947           po/nl.po
3948           po/sr.po
3949           po/sv.po
3950                 corrected format strings
3951         * po/en_GB.po
3952                 corrected headers
3953                 (fix compile errors with GNU gettext-0.11.5)
3954
3955 2003-03-01 [oliver]     0.8.10claws67
3956
3957         * src/summaryview.c
3958                 menu callbacks call toolbar_menu_reply
3959
3960 2003-03-01 [oliver]     0.8.10claws66
3961
3962         * src/mainwindow.c
3963         * src/messageview.c
3964                 menu callbacks call toolbar_menu_reply
3965         * src/toolbar.[ch]
3966                 callbacks from menu handled by toolbar_menu_reply
3967
3968 2003-03-01 [paul]       0.8.10claws65
3969
3970         * src/addressbook.c
3971                 revert commit 0.8.10claws54 - breaks editing of
3972                 addressbook.
3973                 
3974         * po/bg.po
3975                 update Bulgarian translation, submitted by
3976                 George Danchev
3977
3978 2003-02-28 [christoph]  0.8.10claws64
3979
3980         * src/account.c
3981         * src/addressadd.c
3982         * src/compose.c
3983         * src/gtkaspell.c
3984         * src/gtkxtext.h                ** REMOVE **
3985         * src/imap.c
3986         * src/matcher.[ch]
3987         * src/mh.c
3988         * src/news.c
3989         * src/pine.c
3990         * src/prefs_common.c
3991         * src/prefs_matcher.c
3992         * src/procheader.[ch]
3993         * src/procmsg.[ch]
3994         * src/toolbar.c
3995         * src/common/ssl_certificate.c
3996         * src/gtk/colorlabel.c
3997         * src/gtk/menu.c
3998                 o fix warnings
3999                 o remove code obsoleted by new cache and folder system rework
4000
4001 2003-02-28 [oliver]     0.8.10claws63
4002         
4003         * src/toolbar.[ch]
4004                 * fix bug where reply in Messageview replied to 
4005                 Message displayed in summaryview
4006                 (reportedd via ML by chinatinte at gmx dot ch)
4007                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4008                 didn't work in separate MessageView Toolbar
4009                 (wondering if anybody uses this at all ?)
4010         * src/summaryview.[ch]
4011                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4012                 (generalize reply and forward code);
4013         * src/messageview.c 
4014                 remove focus_in event which updated summaryview to messageview
4015
4016 2003-02-28 [paul]       0.8.10claws62
4017
4018         * po/Makefile.in.in
4019                 add the --check option
4020                 Patch submitted by Ricardo Mones Lastra
4021
4022 2003-02-28 [paul]       0.8.10claws61
4023
4024         * src/prefs_account.c
4025                 re-order 'Signature' items
4026
4027 2003-02-28 [paul]       0.8.10claws60
4028
4029         * sync with 0.8.10cvs20
4030                 see ChangeLog 2003-02-28
4031
4032 2003-02-28 [paul]       0.8.10claws59
4033
4034         * po/POTFILES.in
4035                 update to reflect recent movement of files
4036
4037 2003-02-28 [paul]       0.8.10claws58
4038
4039         * sync with 0.8.10cvs19
4040                 see ChangeLog 2003-02-28
4041
4042 2003-02-27 [martin]     0.8.10claws57
4043
4044         * src/prefs_matcher.c 
4045                 fix segfault in prefs_matcher_ok() when the
4046                 last entry is deleted and prevents that the
4047                 message "entry not saved" comes up after deleting
4048                 an entry
4049
4050 2003-02-27 [martin]     0.8.10claws56
4051
4052         * src/prefs_filtering.c 
4053                 fix segfault in prefs_filtering_ok() when the
4054                 last entry is deleted and prevents that the
4055                 message "entry not saved" comes up after deleting
4056                 an entry
4057
4058 2003-02-27 [paul]       0.8.10claws55
4059
4060         * sync with 0.8.10cvs18
4061                 see ChangeLog 2003-02-27
4062
4063 2003-02-27 [paul]       0.8.10claws54
4064
4065         * src/addressbook.c
4066                 fix bug where the address book crashes with 
4067                 multiple lookups.
4068                 Patch [687729] submitted by David Frager 
4069                 <dbfrager@users.sourceforge.net>
4070
4071 2003-02-25 [christoph]  0.8.10claws53
4072
4073         * src/Makefile.am
4074         * src/colorlabel.[ch]           ** REMOVE **
4075         * src/gtk/Makefile.am
4076         * src/gtk/colorlabel.[ch]       ** NEW **
4077                 move colorlabel files to gtk directory
4078
4079         * src/esmtp.[ch]                ** REMOVE **
4080                 has been merged into smtp.[ch] in 0.7.5
4081
4082 2003-02-25 [christoph]  0.8.10claws52
4083
4084         * src/Makefile.am
4085         * src/about.[ch]                ** REMOVE **
4086         * src/gtk/Makefile.am
4087         * src/gtk/about.[ch]            ** NEW **
4088                 move about files to gtk directory
4089
4090 2003-02-25 [christoph]  0.8.10claws51
4091
4092         * src/folder.c
4093                 some code optimization of folder scanning code
4094
4095         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4096
4097 2003-02-25 [christoph]  0.8.10claws50
4098
4099         * src/main.c
4100         * src/common/sylpheed.c
4101                 add command line parameter parsing to common code
4102
4103 2003-02-24 [christoph]
4104
4105         * Makefile.am
4106         * configure.ac
4107                 fix gnome prefix problems, the configure script now removed
4108                 `gnome-config --prefix` from `gnome-config --datadir`
4109                 and adds $(prefix} instead
4110
4111         (closes Bug 24 Makefile does not respect prefix when installing
4112          GNOME data)
4113
4114 2003-02-24 [christoph]  0.8.10claws49
4115
4116         * src/news.c
4117                 check for valid session before trying to authenticate
4118
4119         (closes Bug 60 crash if "authenticate on logon" is activated
4120          and newsserver-hostname is not valid)
4121
4122 2003-02-24 [melvin]     0.8.10claws48
4123
4124         * src/prefs_actions.c
4125                 Make sure all user's input is sent to the action and then
4126                 close the socket..
4127
4128 2003-02-23 [alfons]     0.8.10claws46
4129
4130         * src/summaryview.c
4131                 also wait cursor when deleting files
4132
4133 2003-02-23 [paul]
4134
4135         * tools/freshmeat_search.pl
4136           tools/google_search.pl
4137                 scripts should now work for any browser/browser command line
4138
4139 2003-02-22 [christoph]  0.8.10claws45
4140
4141         * src/procmsg.c
4142                 fix IMAP flag setting, IMAP flag is not handled correctly
4143                 anymore by the folder system and information about the
4144                 folder should not be saved in the MsgInfo (in my opinion)
4145
4146         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4147
4148 2003-02-22 [christoph]  0.8.10claws44
4149
4150         * src/summaryview.c
4151                 fix spelling of "label" ;-)
4152
4153 2003-02-22 [thorsten]   0.8.10claws43
4154
4155         * src/mimeview.c
4156           src/prefs_common.[ch]
4157           src/procmime.[ch]
4158                 do not use description as attachment name
4159
4160 2003-02-22 [alfons]     0.8.10claws42
4161
4162         * src/summaryview.c
4163                 freeze/thaw folder item updates when changing color labels,
4164                 and put a wait cursors on
4165
4166 2003-02-22 [thorsten]   0.8.10claws41
4167
4168         * src/mimeview.c
4169                 save-all fixes: crash if invoked on multipart container,
4170                 mimeinfo access, pathseparators, error dialog
4171
4172 2003-02-21 [alfons]     0.8.10claws40
4173
4174         * src/prefs_gtk.c
4175                 remove unused var
4176
4177 2003-02-21 [colin]      0.8.10claws39
4178
4179         * src/send.c
4180                 Fix smtp logging
4181
4182 2003-02-21 [colin]      0.8.10claws38
4183
4184         * src/summaryview.c
4185                 Freeze/thaw folderItem updates when filtering messages 
4186                 via Tools/Filter messages
4187
4188 2003-02-21 [paul]       0.8.10claws37
4189
4190         * src/compose.c
4191                 revert commit 0.8.10claws26, there are ulterior motives
4192                 for users to set a Reply-To header when posting to
4193                 newsgroups
4194
4195 2003-02-21 [paul]       0.8.10claws36
4196
4197         * sync with 0.8.10cvs17
4198                 see ChangeLog 2003-02-21
4199
4200 2003-02-20 [christoph]  0.8.10claws35
4201
4202         * src/imap.c
4203                 IMAP UID fetch speedup using SEARCH
4204
4205         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4206
4207         * src/imap.c
4208                 fix problem with UIDs in IMAP UID cache that no longer existed
4209
4210 2003-02-20 [christoph]  0.8.10claws34
4211
4212         * src/imap.c
4213         * src/procheader.c
4214         * src/procheader.h
4215                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4216
4217         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4218
4219         * src/imap.c
4220                 Rewrite imap_cmd_gen_recv use sock_getline instead
4221                 of sock_gets to avoid problems with too long reply
4222                 lines
4223     
4224 2003-02-20 [colin]      0.8.10claws33
4225         
4226         * src/prefs_account.c
4227                 Better wording
4228
4229 2003-02-20 [colin]      0.8.10claws32
4230
4231         * src/compose.c
4232                 Remove useless '&& !to_sender' 
4233
4234 2003-02-20 [darko]
4235
4236         * AUTHORS
4237                 change my e-mail address
4238
4239 2003-02-19 [colin]      0.8.10claws31
4240
4241         * src/prefs_common.c
4242                 X11 style colors for every configurable color
4243
4244 2003-02-19 [alfons]     0.8.10claws30
4245
4246         * src/prefs_gtk.[ch]
4247         * src/prefs_common.c
4248                 for color_new accept both plain integers and X11 style color
4249                 names (as found in /usr/lib/X11/rgb.txt)
4250
4251 2003-02-19 [paul]       0.8.10claws29
4252
4253         * src/mainwindow.c
4254                 add tooltips to online/offline button and account selector
4255                 button
4256
4257 2003-02-19 [paul]       0.8.10claws28
4258
4259         * src/folder.c
4260           src/news.c
4261           src/prefs_account.[ch]
4262           src/prefs_common.[ch]
4263                 move 'Maximum number of articles to download' to
4264                 account prefs.
4265                 clean up account prefs gui a little by hiding entries
4266                 rather then greying out entries
4267
4268 2003-02-19 [hiro]       0.8.10claws27
4269
4270         * src/common/utils.c
4271                 fix bug #54 'yesterdays date is displayed in the message 
4272                 summary window'
4273
4274 2003-02-19 [paul]       0.8.10claws26
4275
4276         * src/compose.c
4277                 fix bug reported in Feature Request [688596] 
4278                 'Reply-to header in news'
4279
4280 2003-02-18 [paul]       0.8.10claws25
4281
4282         * src/select-keys.c
4283                 add a 'List all keys' button to key selection dialog
4284
4285 2003-02-18 [colin]      0.8.10claws24
4286         
4287         * src/stock_pixmap.c
4288                 fix compile error
4289
4290 2003-02-18 [colin]      0.8.10claws23
4291
4292         * src/common/smtp.[ch]
4293           src/prefs_account.c
4294                 Try to starttls if it seems to be the only
4295                 way to authenticate a user
4296
4297 2003-02-18 [paul]       0.8.10claws22
4298
4299         * src/Makefile.am
4300           src/folderview.c
4301           src/stock_pixmap.[ch]
4302           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4303           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4304                 as a Drafts folder is a special folder allow it to have
4305                 its own unique icons
4306
4307 2003-02-18 [colin]      0.8.10claws21
4308
4309         * src/imap.c
4310                 Fix port selection when using starttls
4311
4312 2003-02-18 [paul]       0.8.10claws20
4313
4314         * src/mainwindow.c
4315           src/prefs_common.[ch]
4316                 make blue the default new mail colour
4317
4318 2003-02-18 [paul]       0.8.10claws19
4319
4320         * sync with 0.8.10cvs14
4321                 see ChangeLog 2003-02-18
4322
4323 2003-02-17 [jens]       0.8.10claws18
4324
4325         * src/common/md5.c
4326                 fixed a compile problem with gcc 3.3
4327                 works on 2.95.3 too (testet on PPC as it is big endian)
4328
4329 2003-02-17 [paul]       0.8.10claws17
4330
4331         * sync with 0.8.10cvs13
4332                 see ChangeLog 2003-02-17
4333
4334 2003-02-17 [paul]       0.8.10claws16
4335
4336         * sync with 0.8.10cvs12
4337                 see ChangeLog 2003-02-17
4338
4339 2003-02-16 [match]      0.8.10claws15
4340
4341         * src/addressbook.c
4342                 Eliminates reloading of address data when items
4343                 deleted or added. Applied submitted by
4344                 Luke Plant <lukeplant@softhome.net>
4345
4346 2003-02-16 [paul]       0.8.10claws14
4347
4348         * src/news.c
4349                 when a 'protocol error' is encountered disconnect from
4350                 the server. This means that the user can carry on viewing
4351                 other articles and doesn't have to either wait until the
4352                 server timesout or quit sylpheed.
4353                 Fixes bug #53 'Unable to read messages in newsgroups, 
4354                 displayed message doesn't change'
4355
4356 2003-02-15 [christoph]  0.8.10claws13
4357
4358         * src/imap.c
4359                 fix bug that stopped scanning of folders when an
4360                 IMAP folder was empty
4361
4362         (closes bug 46 stop scan messages in folders after empty folder)
4363
4364 2003-02-15 [paul]
4365
4366         * tools/Makefile.am
4367           tools/README
4368           tools/freshmeat_search.pl     ** NEW FILE **
4369           tools/google_search.pl        ** NEW FILE **
4370                 Add 2 Actions scripts which search freshmeat/google
4371                 for the selected text using the browser configured
4372                 in sylpheedrc.
4373                 
4374         Note: These scripts are very dependent on the format of the
4375         browser command and may not work on every occasion. Testing
4376         is welcome. 
4377
4378 2003-02-14 [alfons]     0.8.10claws12
4379
4380         * src/compose.c
4381                 fix breakage because of uninitialized account pointer.
4382                 please verify.
4383
4384 2003-02-14 [paul]       0.8.10claws11
4385
4386         * src/compose.c
4387           src/prefs_account.[ch]
4388           src/prefs_common.[ch]
4389                 move signature settings to Account Prefs
4390
4391 2003-02-14 [paul]       0.8.10claws10
4392
4393         * sync with 0.8.10cvs11
4394                 see ChangeLog 2003-02-14
4395
4396 2003-02-13 [thorsten]   0.8.10claws9
4397
4398         * src/news.c
4399                 revert news progressbar (GUI separation)
4400
4401 2003-02-13 [paul]       0.8.10claws8
4402
4403         * src/compose.c
4404                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4405                 paragraph 1
4406
4407 2003-02-13 [paul]       0.8.10claws7
4408
4409         * src/compose.[ch]
4410           src/summaryview.c
4411                 fix 'Follow-up and Reply-to' so that it creates a reply to
4412                 the newsgroup and the sender. If the message has the keyword
4413                 'poster' in the Followup-To header, all replies go to the
4414                 sender, re: RFC 1036, Section 2.2.3
4415                 rename all instances of 'ignore_replyto' to 'to_sender', both
4416                 were previously used, now we use just one.
4417
4418 2003-02-13 [paul]       0.8.10claws6
4419
4420         * sync with 0.8.10cvs9
4421                 see ChangeLog 2003-02-13
4422
4423 2003-02-13 [paul]       0.8.10claws5
4424
4425         * configure.ac
4426                 show which plugins are configured in the configure
4427                 output.
4428
4429 2003-02-12 [thorsten]   0.8.10claws4
4430
4431         * src/news.c
4432                 show progress while fetching news headers
4433
4434 2003-02-12 [christoph]  0.8.10claws3
4435
4436         * configure.ac
4437         * src/plugins/Makefile.am
4438                 use AM_CONDITIONAL to enable plugins, automake correctly
4439                 manages this when creating distdir
4440
4441 2003-02-12 [christoph]  0.8.10claws2
4442
4443         * ac/spamassassin.m4
4444         * src/plugins/spamassassin/Makefile.am
4445                 fix building SpamAssassin plugin without OpenSSL
4446
4447 2003-02-12 [paul]       0.8.10claws1
4448
4449         * ac/Makefile.am
4450           src/Makefile.am
4451           src/plugins/Makefile.am
4452                 fix failure of 'make release'
4453
4454 2003-02-12 [paul]       0.8.10claws
4455
4456         * 0.8.10claws released
4457
4458 2003-02-12 [paul]       0.8.9claws56
4459
4460         * po/bg.po
4461           po/es.po
4462           po/it.po
4463           po/ru.po
4464           po/sr.po
4465                 updated translations by George Danchev, Ricardo Mones Lastra,
4466                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4467                 
4468         * sylpheed.spec.in
4469                 Allow the building of RPMs by a regular user. Submitted
4470                 by Sergei Astanin
4471
4472 2003-02-11 [alfons]     0.8.9claws55
4473
4474         * src/colorlabel.c
4475                 don't use pixmaps for label color rect but draw rectangles
4476                 so we can respect the color map of palette based visuals
4477                 (fixes the long time crashes on Suns - thanks to Andreas
4478                 Engel and Steve O'Hara-Smith for testing)
4479
4480 2003-02-11 [christoph]  0.8.9claws54
4481
4482         * src/matcher_parser_parse.y
4483                 correct bug where filering rules of not existing folders in
4484                 matcherrc were added to global filtering
4485                 
4486         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4487          main filter-rules after removing directory, http://bugs.debian.org/180253)
4488         
4489 2003-02-11 [paul]       0.8.9claws53
4490
4491         * sync with 0.8.10cvs7
4492                 see ChangeLog 2003-02-09
4493
4494 2003-02-11 [melvin]     0.8.9claws52
4495
4496         * po/fr.po
4497                 Updated French tranlsations
4498
4499 2003-02-10 [paul]       0.8.9claws51
4500
4501         * sylpheed.spec.in
4502                 correct --enable-openssl
4503                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4504
4505 2003-02-09 [martin]     0.8.9claws50
4506
4507         * src/prefs_matcher.c
4508                 fix segfault in prefs_matcher_substitute_cb() when
4509                 no row is selected
4510
4511 2003-02-09 [paul]       0.8.9claws49
4512
4513         * src/folderview.c
4514                 fix bug where a newsgroup folder's processing rules were
4515                 merged with the global filtering rules when the newsgroup
4516                 folder was deleted, causing some seriously bad results,
4517                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4518
4519 2003-02-08 [melvin]     0.8.9claws48
4520
4521         * src/compose.c
4522                 Corrected and modified an alert message.
4523
4524 2003-02-07 [paul]       0.8.9claws47
4525
4526         * src/folderview.c
4527                 fix bug where both an 'Account properties' window and a
4528                 'Folder properties' window were opened when clicking on
4529                 'Properties' in an NNTP or IMAP folder's popup menu.
4530
4531 2003-02-07 [paul]       0.8.9claws46
4532
4533         * sync with 0.8.10cvs6
4534                 see ChangeLog 2003-02-06
4535
4536 2003-02-06 [christoph]  0.8.9claws45
4537
4538         * src/mbox.c
4539                 freeze folder updates while importing mbox files
4540                 (closes bug 43 importing mbox took hours)
4541                 
4542         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4543
4544 2003-02-06 [thorsten]   0.8.9claws44
4545
4546         * po/de.po
4547                 Updated german translations
4548
4549 2003-02-06 [thorsten]   0.8.9claws43
4550
4551         * src/news.h
4552                 use guint for message numbers (fix count in grouplist dialog)
4553
4554 2003-02-05 [paul]       0.8.9claws42
4555
4556         * sync with 0.8.10cvs2
4557                 see ChangeLog 2003-02-05
4558
4559 2003-02-04 [colin]      0.8.9claws41
4560
4561         * src/prefs_common.[ch]
4562           src/procmsg.c
4563           src/summaryview.c
4564                 Add an option to disable threading by subject
4565
4566 2003-02-04 [christoph]  0.8.9claws40
4567
4568         * src/inc.c
4569                 only abort fetching mails from multiple accounts when the
4570                 error is fatal and does not allow to check any more accounts
4571                 (currently only disk full error)
4572
4573         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4574          receive mails for other accouts)
4575
4576 2003-02-04 [christoph]  0.8.9claws39
4577
4578         * src/folder.c
4579                 first add the new message to the cache, then
4580                 send the update notification
4581
4582         (closes bug 39 after sending message folderview doesnt get updated)
4583
4584 2003-02-04 [colin]      0.8.9claws38
4585
4586         * src/inc.c
4587                 _really_ fix this Connecting... status
4588
4589 2003-02-04 [paul]       0.8.9claws37
4590
4591         * sync with 0.8.10
4592                 see ChangeLog 2003-02-04
4593
4594 2003-02-04 [paul]       0.8.9claws36
4595
4596         * sync with 0.8.9cvs6
4597                 see ChangeLog 2003-02-03
4598
4599 2003-02-04 [paul]       0.8.9claws35
4600
4601         * po/pt_BR.po
4602                 updated by André Filipe de Assunção e Brito 
4603                 <bedecko@netsite.com.br>
4604
4605 2003-02-03 [thorsten]   0.8.9claws34
4606
4607         * po/de.po
4608                 Updated german translations
4609
4610 2003-02-02 [paul]       0.8.9claws33
4611
4612         * po/es.po
4613                 updated by Ricardo Mones Lastra
4614
4615 2003-02-02 [thorsten]   0.8.9claws32
4616
4617         * src/mh.c
4618                 Fix mh_get_msginfo() segfault if file is inaccessible
4619
4620 2003-01-31 [colin]      0.8.9claws31
4621
4622         * src/procheader.c
4623                 Fix last commit's bug
4624
4625 2003-01-31 [colin]      0.8.9claws30
4626
4627         * src/procheader.c
4628                 Missing a change for gpg-signed messages
4629
4630 2003-01-31 [paul]       0.8.9claws29
4631
4632         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4633           src/procheader.c
4634           src/stock_pixmap.[ch]
4635           src/summaryview.c
4636                 indicate GnuPG signed messages by displaying an icon
4637                 in the Attachment column.
4638
4639 2003-01-31 [paul]       0.8.9claws28
4640
4641         * sync with 0.8.9cvs4
4642                 see ChangeLog 2003-01-31
4643
4644 2003-01-31 [alfons]     0.8.9claws27
4645
4646         * src/textview.c
4647                 tune URI parser to accept mailto URLs with a '?'
4648                 (patch from Ruslan Balkin)
4649
4650 2003-01-31 [colin]      0.8.9claws26
4651
4652         * src/summaryview.c
4653                 Fix a leak introduced in claws24
4654
4655 2003-01-31 [colin]      0.8.9claws25
4656
4657         * src/summaryview.c
4658                 Freeze/Thaw folder updates when deleting dups
4659
4660 2003-01-31 [colin]      0.8.9claws24
4661         
4662         * src/addr_compl.c
4663           src/summaryview.c
4664           src/msgcache.c
4665                 little speed improvements
4666
4667 2003-01-31 [colin]      0.8.9claws23
4668
4669         * src/summaryview.c
4670                 Fix segfault when forwarding nothing
4671                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4672                 
4673 2003-01-30 [paul]       0.8.9claws22
4674
4675         * sync with 0.8.9cvs3
4676                 see ChangeLog 2003-01-30
4677
4678 2003-01-30 [paul]       0.8.9claws21
4679
4680         * sync with 0.8.9cvs2
4681                 see ChangeLog 2003-01-30
4682
4683 2003-01-29 [paul]       0.8.9claws20
4684
4685         * sync with 0.8.9cvs1
4686                 see ChangeLog 2003-01-29
4687
4688 2003-01-28 [paul]       0.8.9claws19
4689
4690         * po/POTFILES.in
4691                 update to reflect changes. 
4692                 thanks to Ricardo Mones Lastra
4693
4694 2003-01-27 [christoph]  0.8.9claws18
4695
4696         * ac/openssl.m4
4697         * ac/spamassassin.m4
4698         * src/plugins/spamassassin/README
4699         * src/plugins/spamassassin/libspamc.[ch]
4700         * src/plugins/spamassassin/utils.[ch]
4701                 updated to latest libspamc
4702
4703 2003-01-27 [christoph]  0.8.9claws17
4704
4705         * src/folder.c
4706                 fix wrong use of procheader_get_header_fields
4707
4708 2003-01-27 [christoph]  0.8.9claws16
4709
4710         * src/news.c
4711         * src/prefs_account.[ch]
4712         * src/common/nntp.[ch]
4713                 allow to force authentication for NNTP servers
4714
4715         Patch submitted by Florian Mickler <dmk@d-labs.de>
4716
4717 2003-01-26 [paul]       0.8.9claws15
4718
4719         * src/summaryview.c
4720                 speed up of marking messages as read
4721                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4722
4723 2003-01-26 [christoph]  0.8.9claws14
4724
4725         * src/Makefile.am
4726         * src/mgutils.[ch]              ** REMOVE **
4727         * src/xml.[ch]                  ** REMOVE **
4728         * src/xmlprops.[ch]             ** REMOVE **
4729         * src/common/Makefile.am
4730         * src/common/mgutils.[ch]       ** NEW **
4731         * src/common/xml.[ch]           ** NEW **
4732         * src/common/xmlprops.[ch]      ** NEW **
4733                 move xml files to common directory
4734
4735 2003-01-26 [christoph]  0.8.9claws13
4736
4737         * src/plugins/spamassassin/spamassassin_gtk.c
4738                 only set gtk entry text if string is available
4739
4740 2003-01-26 [melvin]     0.8.9claws12
4741
4742         * src/description_window.c
4743                 Allow resizing of the window
4744                 Allow automatic horizontal scroll bar
4745                 Do not vertically expand and fill
4746
4747 2003-01-26 [christoph]  0.8.9claws11
4748
4749         * src/Makefile.am
4750         * src/gtkutils.[ch]             ** REMOVE **
4751         * src/common/sylpheed.c
4752         * src/gtk/Makefile.am
4753         * src/gtk/description_window.c
4754         * src/gtk/gtkutils.[ch]         ** NEW **
4755         * src/gtk/prefswindow.c
4756                 move gtkutils to gtk directory
4757
4758 2003-01-26 [paul]       0.8.9claws10
4759
4760         * src/summaryview.c
4761                 rename summary_unread_clicked() to summary_status_clicked()
4762
4763 2003-01-26 [melvin]     0.8.9claws9
4764
4765         * src/prefs_actions.c
4766                 Cosmetical changes to the help text
4767
4768 2003-01-26 [paul]       0.8.9claws8
4769
4770         * src/folder.[ch]
4771           src/mainwindow.c
4772           src/prefs_common.c
4773           src/prefs_sumamry_column.c
4774           summaryview.[ch]
4775                 rename the 'Unread' column to 'Status'
4776
4777 2003-01-25 [match]      0.8.9claws7
4778
4779         * src/mgutils.[ch]
4780                 removed reference to LDAP constants. removed error2string.
4781                 included functions to support LDAP dynamic queries.
4782         * src/syldap.h
4783                 moved LDAP constants here.
4784         * src/addressbook.c
4785         * src/addrindex.c
4786         * src/importldif.c
4787                 removed references to LDAP constants and references to
4788                 error2string.
4789
4790 2003-01-25 [paul]       0.8.9claws6
4791
4792         * src/summaryview.c
4793                 summary_thread_build(), summary_thread_init(): remove 
4794                 unneeded reference to summaryview->folder_item
4795
4796 2003-01-25 [christoph]  0.8.9claws5
4797
4798         * src/gtk/description_window.c
4799                 o allow description texts to expand over multiple columns
4800                 o translate all columns
4801         * src/prefs_actions.c
4802                 change syntax description to use new multi column feature
4803
4804         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4805
4806 2003-01-25 [match]      0.8.9claws4
4807
4808         * src/vcard.c
4809                 fixed bug with Quoted-Printable
4810
4811 2003-01-25 [paul]       0.8.9claws3
4812
4813         * src/folder.[ch]
4814           src/summaryview.[ch]
4815                 implement per-folder collapsed/expanded threads setting
4816                 
4817         * src/prefs_common.c
4818                 remove global collapsed/expanded threads option
4819
4820 2003-01-25 [christoph]  0.8.9claws2
4821
4822         * po/POTFILES.in
4823                 add pluginwindow and prefswindow
4824         * src/compose.c
4825                 make send respond correctly to messages that could be added
4826                 to the queue folder, but the UID of the message is unknown
4827         * src/folder.c
4828         * src/imap.c
4829                 don't return guessed UIDs in imap_add_msg anymore. We return
4830                 0 to tell the folder system it was appened but the UID is
4831                 unknown. Folder system now get's the UID by scaning the folder
4832                 and searching the cache for the Message-ID
4833                 (closes bug #29 Messages queued, but not sent)
4834
4835 2003-01-25 [paul]       0.8.9claws1
4836
4837         * src/codeconv.c
4838                 conv_encode_header():  fix bug when long headers with 8-bit
4839                 characters are used, so that the encoded words are wrapped.
4840                 If the space in the original text falls on the wrap boundary,
4841                 it can be lost.
4842                 Patch by Sergey Vlasov.
4843                 
4844         * src/folderview.c
4845                  fix bug where a change to the sorting method or thread view
4846                  of a folder's messages is lost if simpify-subject is set and
4847                  toggled on or off.
4848                  Patch by Luke Plant.
4849
4850 2003-01-24 [paul]       0.8.9claws
4851
4852         * sylpheed-0.8.9claws released
4853         
4854         * Makefile.am
4855           sylpheed.spec.in
4856                 remove reference to 'INSTALL.jp'
4857
4858 2003-01-23 [paul]       0.8.8claws128
4859
4860         * po/es.po
4861           po/it.po
4862           po/ru.po
4863           po/sr.po
4864                 updated translations. submitted by Ricardo Mones Lastra,
4865                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4866
4867 2003-01-23 [colin]      0.8.8claws127
4868
4869         * src/compose.c
4870                 Fix drafted and queued news articles re-edition
4871
4872 2003-01-23 [melvin]     0.8.8claws126
4873
4874         * po/fr.po
4875                 Updated French translations
4876
4877 2003-01-23 [colin]      0.8.8claws125
4878
4879         * src/inc.c
4880                 Fix "Connecting to..." status message
4881
4882 2003-01-22 [paul]       0.8.8claws124
4883
4884         * po/bg.po
4885                 updated by George Danchev
4886                 
4887         * src/folder.c
4888                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4889                 and folder deletion
4890
4891 2003-01-21 [paul]       0.8.8claws123
4892
4893         * po/bg.po
4894                 updated by George Danchev
4895                 
4896         * src/about.c
4897                 its now 2003
4898                 
4899         * src/toolbar.c
4900                 don't translate 'Separator'
4901                 
4902         * src/plugins/spamassassin/Makefile.am
4903                 add aspell to CPPFLAGS
4904                 
4905         * src/plugins/spamassassin/spamassassin.c
4906           src/plugins/spamassassin/spamassassin_gtk.c
4907                 set correct default for spamassassin_receive_spam
4908                 slightly re-word descriptions and some
4909                 other minor changes
4910
4911 2003-01-19 [alfons]     0.8.8claws122
4912                 
4913         * src/mimeview.c
4914                 mimeview_save_as(): we might as well show the file name for
4915                 the single case "Save As" too
4916
4917 2003-01-19 [alfons]     0.8.8claws121
4918
4919         * src/crash.c
4920                 change bug tracker URL to bugzilla URL
4921
4922 2003-01-19 [alfons]     0.8.8claws120
4923
4924         * src/mimeview.c
4925                 mimeview_save_all(): display name of file before overwriting;
4926                 continue saving all, even when one overwrite was cancelled
4927
4928 2003-01-19 [christoph]  0.8.8claws119
4929
4930         * src/summaryview.c
4931         * src/procmsg.[ch]
4932                 fix wrong usage of procmsg_find_children in summaryview
4933                 by using procmsg_update_unread_children instead of
4934                 summaryview_update_unread_children
4935
4936 2003-01-19 [christoph]  0.8.8claws118
4937
4938         * src/procmsg.c
4939                 fix infinite loop in procmsg_find_children
4940                  (closes bug #25 sylpheed crashes on delete.)
4941
4942         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4943
4944 2003-01-19 [paul]       0.8.8claws117
4945
4946         * po/pt_BR.po
4947                 updated by Ivan Francolin Martinez
4948
4949 2003-01-18 [melvin]     0.8.8claws116
4950
4951         * src/prefs_actions.c
4952                 Removed syntax limitation of only one '&' at the end of command.
4953                         Now actions that contain '>/dev/null 2>&1' are possible.
4954
4955 2003-01-18 [melvin]     0.8.8claws115
4956
4957         * src/prefs_actions.c
4958                 Actions IO dialog: when the action ends
4959                 the "Close" button now has focus and [Escape] closes the
4960                 window.
4961
4962 2003-01-18 [christoph]  0.8.8claws114
4963
4964         * src/procmsg.c
4965                 o add debug output when MsgInfos are really freed
4966                 o free GSLists in procmsg_find_children and
4967                   procmsg_update_unread_children
4968
4969 2003-01-18 [christoph]  0.8.8claws113
4970
4971         * src/mainwindow.c
4972                 reorder Configuration menu
4973
4974 2003-01-18 [christoph]  0.8.8claws112
4975
4976         * src/compose.c
4977                 fix applying templates to forwarded messages
4978
4979         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4980
4981 2003-01-17 [christoph]  0.8.8claws111
4982
4983         * src/folder.c
4984                 destroy folder items, when a folder item is removed
4985
4986 2003-01-17 [christoph]  0.8.8claws110
4987
4988         * src/folder.c
4989                 fix wrong folder stats update when ignored message is
4990                 deleted
4991
4992 2003-01-17 [colin]      0.8.8claws109
4993         
4994         * src/mainwindow.c
4995         * src/summaryview.c
4996                 Quicksearch bugfixes: 
4997                 - hide help button at startup if not extended
4998                 - switch to extended when looking for replies
4999
5000 2003-01-17 [paul]
5001
5002         * sync with 0.8.9 release
5003
5004 2003-01-17 [paul]       0.8.8claws108
5005
5006         * sync with 0.8.8cvs11
5007                 see ChangeLog 2003-01-17
5008
5009 2003-01-16 [colin]      0.8.8claws107
5010
5011         * src/procmsg.c
5012                 Changed encryption test to re-ask passphrase
5013                 if an encrypted message hasn't been decrypted
5014                 Fixes bug #5
5015
5016 2003-01-16 [christoph]  0.8.8claws106
5017
5018         * src/prefs_gtk.c
5019         * src/prefs_toolbar.c
5020         * src/gtk/prefswindow.h
5021         * src/plugins/spamassassin/spamassassin_gtk.c
5022                 remove page destroy function that is not used anymore
5023
5024 2003-01-16 [paul]       0.8.8claws105
5025
5026         * sync with 0.8.8cvs9
5027                 see ChangeLog 2002-01-16
5028
5029 2003-01-16 [colin]      0.8.8claws104
5030
5031         * src/compose.[ch]
5032                 Fix bug with autosaved drafts for IMAP, when draft
5033                 folder is specified - fixes bugzilla bug #20
5034
5035 2003-01-15 [paul]       0.8.8claws103
5036
5037         * src/compose.[ch]
5038           src/procmsg.c
5039                 store folder and message-id of message forwarding
5040                 in queue header and set forward flag after sending
5041
5042 2003-01-15 [paul]       0.8.8claws102
5043
5044         * sync with 0.8.8cvs8
5045                 see ChangeLog 2002-01-15
5046
5047 2003-01-15 [colin]      0.8.8claws101
5048
5049         * src/Makefile.am
5050                 Fix linking with GNU libiconv
5051
5052 2003-01-15 [darko]      0.8.8claws100
5053
5054         * src/pine.c
5055                 fix crash when importing pine address book
5056                 entry with an empty name (reported by DY
5057                 <dybulk at tri8.net>)
5058
5059 2003-01-14 [paul]       0.8.8claws99
5060
5061         * configure.in  ** REMOVED **
5062           configure.ac  ** NEW FILE **
5063                 rename configure.in to configure.ac, as it is now
5064                 preferred
5065
5066 2003-01-14 [melvin]     0.8.8claws98
5067
5068         * src/folderview.c
5069                 folderview_check_new(): More precise function description
5070
5071 2003-01-14 [melvin]     0.8.8claws97
5072
5073         * src/folderview.c
5074                 folderview_check_new(): return the number of new messages 
5075                         since last check.
5076         * src/inc.c
5077                 inc_account_mail(): Disable counting of new messages for IMAP
5078                         and NNTP until bug [19] and [14] are fixed.
5079
5080 2003-01-14 [paul]       0.8.8claws96
5081
5082         * sync with 0.8.8cvs6
5083                 see ChangeLog 2003-01-14
5084
5085 2003-01-13 [alfons]     0.8.8claws95
5086
5087         * src/textview.c
5088                 tune email address validation (c. 0.8.8claws89): if . is 
5089                 just one char away from @, the address is invalid too 
5090                 (correctly rejects addresses like foo@.com)
5091
5092 2003-01-13 [paul]       0.8.8claws94
5093
5094         * src/messageview.c
5095           src/toolbar.c
5096                 fixes to the Message View toolbar and menu:
5097                 fix non-functioning Forward button
5098                 make Reply button consider default_reply_list
5099                 remove 'Follow-up...' menu entry
5100                 add 'Forward' and 'Redirect' menu entries
5101
5102 2003-01-13 [melvin]     0.8.8claws93
5103
5104         * src/inc.c
5105                 Fixed typo that could make new messages count incorrect.
5106
5107 2003-01-13 [melvin]     0.8.8claws92
5108
5109         * src/folderview.[ch]
5110                 folderview_check_new(): return the number of new messages.
5111         * src/inc.c
5112                 Should fix bug [14] where new mail notification worked 
5113                         incorrectly with IMAP accounts.
5114                 inc_spool_account(): return number of new msgs, or -1 on error
5115                 inc_all_spool(): return number of new msgs
5116                 
5117 2003-01-13 [melvin]     0.8.8claws91
5118
5119         * src/prefs_actions.c
5120                 Justify help text.
5121
5122 2003-01-12 [thorsten]   0.8.8claws90
5123
5124         * src/common/prefs.c
5125                 close file before rename
5126
5127 2003-01-12 [alfons]     0.8.8claws89
5128
5129         * AUTHORS
5130                 add Christian Mertes
5131         * src/common/utils.[ch]
5132                 g_stricase_hash(), g_stricase_equal(): functions for 
5133                 case insensitive hash tables
5134         * src/textview.c
5135                 use top level domain names to validate email address, based
5136                 on a patch by Christian Mertes (thanks!), but changed 
5137                 implementation to use a hash table 
5138
5139 2003-01-12 [paul]       0.8.8claws88
5140
5141         * po/bg.po
5142                 updated by George Danchev
5143
5144 2003-01-12 [alfons]     0.8.8claws87
5145
5146         * src/summaryview.c
5147                 delete / execute performance: use new style folder update
5148
5149 2003-01-12 [paul]       0.8.8claws86
5150
5151         * sync with 0.8.8cvs5
5152                 see ChangeLog 2003-01-13 (!)
5153
5154 2003-01-12 [alfons]     0.8.8claws85
5155
5156         * src/filtering.c
5157         * src/matcher_parser_parse.y
5158                 prepare change_score filtering action
5159         * src/matcher.[ch]
5160                 give up const-correctness on functions that call non-const-correct functions;
5161                 several casts to gpointer in g_free();
5162                 add change_score;
5163
5164 2003-01-12 [christoph]  0.8.8claws84
5165
5166         * src/compose.c
5167                 fix 2 warnings
5168
5169         * src/gtk/prefswindow.[ch]
5170         * src/plugins/spamassassin/spamassassin_gtk.c
5171                 changed the call of the widget create function
5172                 for PrefsPages, because sometimes the widget
5173                 create function needs a widget that already has
5174                 been attached to a window (to create GDK pixmaps
5175                 for exmaple). So we simply pass the GtkWindow as
5176                 the second parameter now.
5177
5178         * src/main.c
5179         * src/mainwindow.c
5180         * src/prefs_toolbar.[ch]
5181                 rewrite Toolbar Preferences using the new
5182                 prefs window
5183
5184 2003-01-11 [alfons]     0.8.8claws83
5185
5186         * src/addressadd.c
5187                 fix crash when adding sender to addressbook because status bar
5188                 isn't there (the status bar doesn't seem to be used though,
5189                 but I'll let Match decide what to do with it)
5190
5191 2003-01-11 [colin]      0.8.8claws82
5192
5193         * src/main.c
5194           src/toolbar.c
5195                 Two useless changes reversed
5196
5197 2003-01-11 [colin]      0.8.8claws81
5198
5199         * src/mainwindow.c
5200           src/mainwindow.h
5201                 Add mainwindow_get_mainwindow()
5202         * src/alertpanel.c
5203           src/alertpanel.h
5204                 Add alertpanel_error_log() 
5205         * src/compose.c
5206           src/inc.c
5207           src/messageview.c
5208           src/toolbar.c
5209           src/main.c
5210           src/procmsg.c
5211                 Network errors get a View Log button
5212
5213 2003-01-10 [alfons]     0.8.8claws80
5214
5215         * src/prefs_toolbar.c
5216         * src/toolbar.c
5217                 use the translatable string for "Separator" as file name for
5218                 separator toolbar items (probably make this uppercase?)
5219
5220 2003-01-10 [alfons]     0.8.8claws79
5221
5222         * src/prefs_toolbar.c
5223                 put right A_SEPARATOR description string in "displayed
5224                 toolbar items list" so manually added separators are
5225                 saved correctly (bug #10, "Adding a separator to the main 
5226                 toolbar fails, entry in xml file is wrong")
5227
5228 2003-01-10 [christoph]  0.8.8claws78
5229
5230         * src/imap.c
5231                 o fix warnings
5232                 o use CAPABILITY to check if NAMESPACE is available
5233
5234 2003-01-10 [christoph]  0.8.8claws77
5235
5236         * src/imap.[ch]
5237                 apply UIDPLUS IMAP extension support patch
5238
5239         Patch submitted by Simon 'corecode' Schubert
5240
5241 2003-01-10 [paul]       0.8.8claws76
5242
5243         * src/folderview.c
5244                 a sync from main which fixes the news account folders'
5245                 Properties bug
5246
5247 2003-01-10 [christoph]  0.8.8claws75
5248
5249         * src/folder.c
5250                 don't accept 0 as a valid uid returned by copy and move
5251                 functions. 0 means the message was copied or moved but the
5252                 new uid could not be fetched. It is not an error condition
5253                 for the copy or move operation.
5254
5255 2003-01-10 [paul]       0.8.8claws74
5256
5257         * src/prefs_filtering.c
5258                 change English used in Alert when entry is not
5259                 saved.
5260                 
5261         * sync with 0.8.8cvs4
5262                 see ChangeLog 2003-01-10
5263
5264 2003-01-10 [darko]      0.8.8claws73
5265
5266         * src/pine.c
5267                 fix crash when importing address book entry
5268                 without a valid address
5269
5270 2003-01-09 [alfons]     0.8.8claws72
5271
5272         * src/inc.c
5273                 filtering performance: use new style folder update
5274
5275 2003-01-09 [christoph]  0.8.8claws71
5276
5277         * src/compose.c
5278         * src/gtk/menu.[ch]
5279                 fix wrong selecting of mime encoding type, when
5280                 opening property dialog of attachments in the
5281                 compose window. 7bit was always selected and that
5282                 destoryed files with 8bit data.
5283                 (closes bug #9 Sylpheed-claws destroys attachments when
5284                  changing MIME-types)
5285
5286 2003-01-09 [paul]       0.8.8claws70
5287
5288         * sync with 0.8.8cvs3
5289                 see ChangeLog 2003-01-09
5290
5291 2003-01-08 [alfons]     0.8.8claws69
5292         
5293         * src/addressadd.c
5294                 apply patch by Kim Schulz to fix build breakage
5295                 because of missing variable
5296
5297 2003-01-08 [paul]       0.8.8claws68
5298
5299         * sync with 0.8.8cvs2
5300                 see ChangeLog 2002-01-08
5301
5302 2003-01-08 [paul]       0.8.8claws67
5303
5304         * po/it.po
5305                 updated by Alessandro Maestri
5306                 
5307         * src/addressadd.c
5308                 when using 'Add sender to addressbook' allow
5309                 name to be edited and remarks to be entered
5310                 Patch submitted by Luke Plant
5311
5312 2003-01-08 [darko]      0.8.8claws66
5313
5314         * README.claws, src/summaryview.c
5315                 fix description for marked messages
5316
5317 2003-01-08 [paul]
5318
5319         * tools/Makefile.am
5320           tools/launch_phoenix  ** NEW FILE **
5321                 add script that enables using Phoenix as the default
5322                 web browser. 
5323                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5324                 
5325         * tools/OOo2sylpheed.pl
5326                 remove full path to sylpheed executable, just 'sylpheed'
5327                 will do
5328                 
5329         * tools/README
5330                 add launch_phoenix informtion and re-arrange and compress
5331                 the data a little
5332
5333 2003-01-07 [christoph]  0.8.8claws65
5334
5335         * src/folder.c
5336                 fix update for source folder when moving messages
5337         * src/procmsg.[ch]
5338         * src/summaryview.c
5339                 use function to set to_folder for message infos and
5340                 automatically update the op_count for old and new
5341                 folder
5342
5343 2003-01-07 [melvin]     0.8.8claws64
5344
5345         * src/prefs_actions.c
5346                 Fixed bug where an '%p' Action on a displayed image crashed 
5347                         Sylpheed
5348                 Code clean up (get rid of duplicated code and removed unnecessary 
5349                                 structure member)
5350
5351 2003-01-07 [christoph]  0.8.8claws63
5352
5353         * src/compose.c
5354         * src/folder.[ch]
5355         * src/folderview.c
5356         * src/import.c
5357         * src/inc.c
5358         * src/main.c
5359         * src/mainwindow.c
5360         * src/messageview.c
5361         * src/prefs_folder_item.c
5362         * src/procmsg.c
5363         * src/summaryview.c
5364         * src/toolbar.c
5365                 o remove all folder update triggering from the UI code. The folder
5366                   system should know much better when a folder needs an update.
5367                 o to prevent multiple updates in a row the folder updates can be
5368                   frozen for some time.
5369
5370                 Note: - Please verify that no updates are missing
5371                       - Check where freeze/thaws should be added
5372
5373 2003-01-07 [christoph]  0.8.8claws62
5374
5375         * src/prefs_actions.c
5376                 don't translate empty strings
5377
5378         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5379
5380 2003-01-06 [christoph]  0.8.8claws61
5381
5382         * src/prefs_actions.c
5383                 mark strings for gettext
5384         * src/prefs_matcher.c
5385                 use new description window for Execute action and
5386                 match condition in Filtering
5387
5388         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5389
5390 2003-01-06 [alfons]     0.8.8claws60
5391
5392         keep myself inspired to re-organize matcher part 8; 
5393         yes, more to come (I need to move out the descriptive
5394         text for actions to matcher.c, or at least make it not
5395         depend on the wicked ordering)
5396
5397         * src/prefs_matcher.c
5398                 add documentation so others may comprehend the
5399                 UI part of the conditions
5400                 
5401 2003-01-06 [christoph]  0.8.8claws59
5402
5403         * src/prefs_actions.c
5404                 use new description window for syntax help
5405         * src/gtk/description_window.c
5406                 fix display of descriptions with column count != 2
5407
5408         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5409
5410 2003-01-06 [christoph]  0.8.8claws58
5411
5412         * src/quote_fmt.c
5413         * src/summaryview.[ch]
5414         * src/gtk/Makefile.am
5415         * src/gtk/description_window.[ch]       ** NEW **
5416                 use a generic window to display syntax descriptions
5417                 currently used in quote_fmt and summaryview (new description
5418                 for extended quick search)
5419
5420         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5421
5422 2003-01-06 [paul]       0.8.8claws57
5423
5424         * sync with 0.8.8cvs1
5425                 see ChangeLog 2003-01-06
5426
5427 2003-01-06 [christoph]  0.8.8claws56
5428
5429         * src/mainwindow.c
5430         * src/prefs_gtk.[ch]
5431         * src/gtk/prefswindow.[ch]
5432         * src/plugins/spamassassin/spamassassin_gtk.c
5433                 o remove page management from prefswindow, pages
5434                   will be an argument to prefswindow_open
5435                 o prefswindow_open gets a datapointer that is
5436                   passed to the widget_create function to allow
5437                   creation of prefswindow for specific items
5438
5439 2003-01-06 [colin]      0.8.8claws55
5440         
5441         * src/summaryview.c
5442                 We don't want regexp in the reply-finder, 
5443                 because MIDs can contain !,$,. and so on
5444
5445 2003-01-06 [jens]       0.8.8claws54
5446
5447         * src/jpilot.c
5448                 fixed a wrong free in jpilot_read_db_files
5449
5450 2003-01-06 [alfons]     0.8.8claws53
5451
5452         re-organize matcher part 8; more to come
5453        
5454         * src/matcher.c
5455                 matcherprop_to_string(): put g_free()s before the
5456                 switch-case break to fix memleaks                
5457
5458 2003-01-06 [colin]      0.8.8claws52
5459
5460         * src/summaryview.c
5461                 cleanup & reply-finder now displays the first 
5462                 matching message
5463
5464 2003-01-05 [alfons]     0.8.8claws51
5465
5466         re-organize matcher part 7; more to come
5467
5468         * src/matcher.[ch]
5469                 fixes for constant correctness;
5470                 more documentation;
5471
5472 2003-01-05 [alfons]     0.8.8claws50
5473
5474         re-organize matcher part 6; more to come
5475         
5476         * src/matcher.[ch]
5477                 fixes for constant correctness;
5478                 more documentation;
5479         * src/filtering.c
5480                 fix for constant correctness
5481
5482 2003-01-05 [colin]      0.8.8claws49
5483
5484         * src/account.[ch]
5485                 Add account_get_reply_account function
5486         * src/compose.c
5487                 Use account_get_reply_account function 
5488         * src/summaryview.c
5489                 Basic reply-finder - click on the replied
5490                 icon gets you to the outbox using quick-search
5491
5492 2003-01-05 [paul]       0.8.8claws48
5493
5494         * src/prefs_common.c
5495                 small change to English
5496                 
5497         * src/prefs_filtering.c
5498                 prefs_filtering_action_select(): improve logic and uniformity
5499                 of gui
5500
5501 2003-01-05 [alfons]     0.8.8claws47
5502
5503         fine tune solution to focus problems (bug #7)
5504
5505         * src/mainwindow.c
5506                 mainwindow_focus_in_event(): remove grab event check
5507         * src/summaryview.c
5508                 summary_button_pressed(): move selection on right-click
5509                 too. we can't possibly move the selection back after
5510                 canceling a dialog, because gtk's incomplete focus 
5511                 management. whether this is a good solution, only time
5512                 will tell.
5513
5514 2003-01-05 [christoph]  0.8.8claws46
5515
5516         * src/imap.c
5517                 fix crash when no imap connection could be established
5518
5519 2003-01-05 [paul]       0.8.8claws45
5520
5521         * src/mainwindow.c
5522           src/sumamryview.c
5523           src/gtk/menu.[ch]
5524                 fix bug 605957 'shortcuts in popup-menu'
5525                 make user-defined shortcuts work
5526                 show shortcuts that are already defined
5527                 in the main menu
5528                 Patch submitted by Luke Plant
5529
5530 2003-01-05 [alfons]     0.8.8claws44
5531
5532         * src/mainwindow.c
5533                 focus_in_event handler should not select summary view row 
5534                 when another window (menu, dialog) grabbed for events 
5535                 (bug #7, "[0.8.8claws42] Message summary focus") 
5536
5537 2003-01-04 [christoph]  0.8.8claws43
5538
5539         * src/procmsg.c
5540                 update save folder after adding the sent message
5541                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5542
5543 2003-01-02 [christoph]  0.8.8claws42
5544
5545         * src/common/plugin.c
5546                 fix unloading of all plugins and unload
5547                 plugins in reverse order
5548                 
5549         * src/gtk/pluginwindow.c
5550                 implement function of load and unload button
5551
5552         * src/gtk/prefswindow.c
5553         * src/gtk/prefswindow.h
5554                 rename register function and add new unregister
5555                 function
5556
5557         * src/plugins/spamassassin/spamassassin_gtk.c
5558                 unregister prefs page and update for changes in
5559                 src/gtk/prefswindow.c
5560
5561 2003-01-02 [paul]       0.8.8claws41
5562
5563         * po/es.po
5564                 updated by Ricardo Mones Lastra
5565
5566 2003-01-02 [paul]
5567
5568         * tools/tb2sylpheed
5569                 fixes and improvements by Urke MMI
5570
5571 2003-01-02 [thorsten]   0.8.8claws40
5572
5573         * src/procmsg.c
5574                 fixed wrong return value
5575
5576 2003-01-02 [thorsten]   0.8.8claws39
5577
5578         * src/prefs.c
5579                 fixed printing wrong variable
5580
5581 2003-01-02 [thorsten]   0.8.8claws38
5582
5583         * src/prefs.c
5584                 fixed acessing members of freed pfile struct
5585
5586 2003-01-02 [thorsten]   0.8.8claws37
5587
5588         * src/procmsg.c
5589                 detect loops across several messages
5590                 as suggested by Christoph Hohmann
5591
5592 2003-01-01 [match]      0.8.8claws36
5593
5594         * src/addrindex.c
5595                 fixed another memory leak.
5596
5597 2003-01-01 [match]      0.8.8claws35
5598
5599         * src/jpilot.[ch]
5600                 fixed memory leaks. applied Doxygen comments.
5601
5602 2003-01-01 [thorsten]   0.8.8claws34
5603
5604         * src/procmsg.c
5605                 inhibit endless loop if msg references itself
5606                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5607
5608 2003-01-01 [christoph]  0.8.8claws33
5609
5610         * src/mainwindow.c
5611         * src/gtk/Makefile.am
5612         * src/gtk/pluginwindow.c                ** NEW **
5613         * src/gtk/pluginwindow.h                ** NEW **
5614                 add plugin window
5615
5616         * src/plugins/demo/demo.c
5617         * src/plugins/spamassassin/spamassassin.c
5618         * src/plugins/spamassassin/spamassassin_gtk.c
5619                 write better plugin descriptions
5620
5621 2002-12-31 [christoph]  0.8.8claws32
5622
5623         * src/gtk/prefswindow.c
5624         * src/plugins/spamassassin/spamassassin_gtk.c
5625                 some small improvements to GTK code
5626
5627 2002-12-31 [christoph]  0.8.8claws31
5628
5629         * src/plugins/spamassassin/spamassassin_gtk.c
5630                 enable folder select button
5631
5632 2002-12-31 [christoph]  0.8.8claws30
5633
5634         * src/mainwindow.c
5635         * src/gtk/Makefile.am
5636         * src/gtk/prefswindow.c                         ** NEW **
5637         * src/gtk/prefswindow.h                         ** NEW **
5638                 add new prefs window
5639
5640         * src/common/plugin.c
5641                 don't try to load empty config lines
5642         
5643         * src/plugins/spamassassin/Makefile.am
5644         * src/plugins/spamassassin/spamassassin.c
5645         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5646         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5647                 GTK config for SpamAssassin Plugin using
5648                 the new prefs window
5649
5650 2002-12-31 [paul]       0.8.8claws29
5651
5652         * po/POTFILES.in
5653                 remove obsolete entry 'src/menu.c'
5654
5655 2002-12-31 [alfons]     0.8.8claws28
5656
5657         * src/matcher.[ch]
5658         * src/matcher_parser_parse.y
5659         * src/prefs_matcher.c
5660                 add "ignore_thread" and "~ignore_thread" condition so it's
5661                 possible to make the actions / scoring operate on the ignore
5662                 thread flag
5663
5664 2002-12-31 [christoph]  0.8.8claws27
5665
5666         * src/addrbook.c
5667         * src/addrindex.c
5668         * src/folder.c
5669         * src/matcher.c
5670         * src/prefs_account.c
5671         * src/prefs_actions.c
5672         * src/prefs_customheader.c
5673         * src/prefs_display_header.c
5674         * src/prefs_gtk.c
5675         * src/procmime.c
5676         * src/toolbar.c
5677         * src/xmlprops.c
5678         * src/common/prefs.[ch]
5679                 extend prefs file handling for reading and automatic handling
5680                 of blocks. When reading prefs_set_block_label will automatically
5681                 move on to the block. When writing it will copy all other blocks
5682                 automatically
5683
5684         * src/common/plugin.c
5685                 Now loading plugin filenames from [Plugins] block in
5686                 sylpheed rc file
5687
5688 2002-12-30 [christoph]  0.8.8claws26
5689
5690         * src/common/hooks.[ch]
5691                 return abort status to caller of hooks_invoke
5692                 
5693         * src/inc.[ch]
5694                 invoke message filtering hook and stop
5695                 default handling when filter returns abort
5696
5697         * src/common/plugin.[ch]
5698         * src/plugins/demo/demo.c
5699                 modify plugin loader, because resolving symbols for strings
5700                 does not work correctly
5701         
5702         * configure.in
5703         * ac/spamassassin.m4                            ** NEW **
5704         * src/plugins/spamassassin/.cvsignore           ** NEW **
5705         * src/plugins/spamassassin/Makefile.am          ** NEW **
5706         * src/plugins/spamassassin/README               ** NEW **
5707         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5708         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5709         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5710                 add spamassassin plugin, see src/plugins/spamassassin/README
5711                 for details
5712
5713 2002-12-29 [alfons]     0.8.8claws25
5714
5715         * src/mainwindow.c
5716                 when moving focus from a message view to the main 
5717                 window, don't forget to select the summary node
5718                 of the displayed message. should fix "[ 659103 ] 
5719                 focus-follows-mouse confuses sylpheed"
5720
5721 2002-12-29 [christoph]  0.8.8claws24
5722
5723         * src/Makefile.am
5724         * src/stringtable.[ch]          ** REMOVE **
5725         * src/common/Makefile.am
5726         * src/common/stringtable.[ch]   ** NEW **
5727                 move stringtable files to common directory
5728
5729 2002-12-29 [christoph]  0.8.8claws23
5730
5731         * src/Makefile.am
5732         * src/menu.[ch]                 ** REMOVE **
5733         * src/gtk/Makefile.am
5734         * src/gtk/menu.[ch]             ** NEW **
5735                 move menu files to gtk directory
5736
5737 2002-12-29 [match]      0.8.8claws22
5738
5739         * src/addressbook.c
5740         * src/syldap.c
5741                 moved UI specific code out of LDAP code into addressbook
5742                 UI code. fixed memory leak.
5743
5744 2002-12-29 [christoph]  0.8.8claws21
5745
5746         * src/folder.c
5747                 only check for IGNORED parent message when message is
5748                 not IGNORED itself
5749
5750 2002-12-29 [alfons]     0.8.8claws20
5751
5752         * src/summaryview.c
5753                 set gtksctree's anchor correct (immediate execute
5754                 changes the tree's layout, and anchor points at 
5755                 the incorrect row). fixes "[ 657233 ] multiple msg 
5756                 delete sometimes off by 1".
5757                 we probably have to look for more tree layout /
5758                 anchor glitches.
5759
5760 2002-12-29 [paul]       0.8.8claws19
5761
5762         * src/summaryview.c
5763                 fix bug [ 659054 ] incorrect sorting of 'From' column
5764                 when using 'display sender using address book'
5765                 thanks to Alfons and Luke Plant
5766
5767 2002-12-29 [christoph]  0.8.8claws18
5768
5769         * src/folder.c
5770         * src/procmsg.[ch]
5771                 check parent messages for IGNORE THREAD flag, when adding,
5772                 moving or copying messages to a folder
5773
5774 2002-12-27 [alfons]     0.8.8claws17
5775
5776         re-organize matcher part 5; more to come
5777
5778         * src/matcher.c
5779                 hash keywords in matchparser_tab 
5780
5781 2002-12-27 [alfons]     0.8.8claws16
5782
5783         re-organize matcher part 4; more to come
5784
5785         * src/matcher_parser.h
5786         * src/matcher_parser_lex.l
5787         * src/matcher_parser_parse.y
5788                 cleanup
5789
5790 2002-12-27 [alfons]     0.8.8claws15
5791
5792         re-organize matcher part 3; more to come
5793
5794         * src/matcher.[ch]
5795                 cleanup
5796
5797 2002-12-27 [alfons]     0.8.8claws14
5798
5799         re-organize matcher part 2; more to come but this should
5800         work. cc me if there are any regressions.
5801
5802         * src/matcher.h
5803                 add prototype for get_matchparser_tab_id()
5804         * src/matcher_parser_lex.l
5805                 look up keywords using matchparser_tab_id();
5806
5807 2002-12-27 [alfons]     0.8.8claws12
5808
5809         re-organize matcher part 1
5810
5811         * src/matcher.h
5812                 map yacc generated constants to sylpheed matcher constants
5813         * src/matcher.c
5814                 add function to find a matcher constant from a string
5815
5816 2002-12-27 [christoph]  0.8.8claws11
5817
5818         * src/compose.c
5819                 MENUITEM_ADD casts the 4th argument from integer to pointer
5820                 so it probably should not be a pointer, this means we
5821                 should use account id for it and not the account's pointer
5822
5823 2002-12-27 [paul]       0.8.8claws10
5824
5825         * src/mainwindow.c
5826                 remove unneeded 'GtkWidget *vbox'
5827                 
5828         * src/summaryview.c
5829                 further sync with 0.8.8 - make sort
5830                 by recipient work as expected
5831                 
5832         * NEWS
5833                 sync with 0.8.8
5834
5835 2002-12-27 [paul]       0.8.8claws9
5836
5837         * po/pt_BR.po
5838                 updated by Ivan F. Martinez
5839                 
5840 2002-12-27 [darko]      0.8.8claws8
5841
5842         * src/common/utils.c
5843                 added locked pattern to extended search
5844
5845 2002-12-27 [alfons]     0.8.8claws7
5846
5847         * src/prefs_matcher.[ch]
5848                 clean up
5849
5850 2002-12-26 [alfons]     0.8.8claws6
5851
5852         * src/matcher.[ch]
5853         * src/matcher_parser_lex.l
5854         * src/matcher_parser_parse.y
5855         * src/prefs_matcher.c
5856                 allow color label as a condition in the matcher
5857
5858 2002-12-26 [oliver]     0.8.8claws5
5859         
5860         * src/toolbar.c 
5861                 enable Addressbook for Main and Messageview
5862         * src/prefs_actions.c
5863                 enable actions in Messageview
5864
5865 2002-12-26 [christoph]  0.8.8claws4
5866
5867         * src/common/plugin.c
5868                 add a little debug output
5869         * configure.in
5870         * src/plugins/demo/Makefile.am
5871                 better use of automake
5872
5873 2002-12-26 [christoph]  0.8.8claws3
5874
5875         * src/Makefile.am
5876         * src/common/Makefile.am
5877                 fix "make distdir"
5878
5879 2002-12-26 [christoph]  0.8.8claws2
5880
5881         * configure.in
5882                 sort configure checks into common / gtk / plugins
5883         * po/POTFILES.in
5884                 add src/prefs_gtk.c
5885         * src/Makefile.am
5886                 add plugins SUBDIR
5887         * src/main.c
5888         * src/common/sylpheed.[ch]
5889                 added now sylpheed_done function for shutdown
5890         * src/common/Makefile.am
5891         * src/common/plugin.[ch]                ** NEW **
5892                 plugin loader and unloader
5893         * src/plugins/.cvsignore                ** NEW **
5894         * src/plugins/Makefile.am               ** NEW **
5895                 build plugins
5896         * src/plugins/demo/.cvsignore           ** NEW **
5897         * src/plugins/demo/Makefile.am          ** NEW **
5898         * src/plugins/demo/demo.c               ** NEW **
5899                 small demo plugin that installs a logtext hook and
5900                 outputs the log text to stdout
5901
5902 2002-12-26 [paul]       0.8.8claws1
5903
5904         * po/es.po
5905                 updated by Ricardo Mones Lastra
5906
5907 2002-12-26 [paul]       0.8.8claws
5908
5909         * 0.8.8claws released
5910
5911 2002-12-26 [paul]       0.8.7claws12
5912
5913         * po/bg.po
5914                 updated by George Danchev
5915
5916 2002-12-26 [paul]       0.8.7claws11
5917
5918         * po/POTFILES.in
5919                 remove unneeded 'src/prefs.c' entry 
5920
5921 2002-12-26 [paul]       0.8.7claws10
5922
5923         * src/codeconv.c
5924           src/mainwindow.c
5925                 sync with 0.8.8 release
5926         
5927         * src/folder.[ch]
5928           src/mh.c
5929           src/summaryview.c
5930                 partial sync with 0.8.8 release
5931         
5932
5933 2002-12-25 [alfons]     0.8.7claws9
5934
5935         * src/matcher.[ch]
5936         * src/matcher_parser_lex.l
5937         * src/matcher_parser_parse.y
5938         * src/prefs_matcher.c
5939                 add locked flag to possible filtering / matcher 
5940                 conditions (also a good example what should be
5941                 done to add a simple boolean condition)
5942
5943 2002-12-25 [christoph]  0.8.7claws8
5944
5945         * src/Makefile.am
5946         * src/account.[ch]
5947         * src/addrbook.c
5948         * src/addressbook.c
5949         * src/addrindex.c
5950         * src/filtering.c
5951         * src/folder.c
5952         * src/matcher.c
5953         * src/prefs.[ch]                ** REMOVE **
5954         * src/prefs_account.c
5955         * src/prefs_actions.c
5956         * src/prefs_common.c
5957         * src/prefs_customheader.c
5958         * src/prefs_display_header.c
5959         * src/prefs_filtering.c
5960         * src/prefs_folder_item.c
5961         * src/prefs_gtk.[ch]            ** NEW **
5962         * src/prefs_matcher.c
5963         * src/prefs_scoring.c
5964         * src/prefs_summary_column.c
5965         * src/procmime.c
5966         * src/selective_download.c
5967         * src/toolbar.c
5968         * src/common/Makefile.am
5969         * src/common/prefs.[ch]         ** NEW **
5970                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5971
5972 2002-12-24 [alfons]     0.8.7claws7
5973
5974         * src/summaryview.c
5975                 summary_thread_build(): fix real cause of the crash mentioned in
5976                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5977                 this way we get meaningful ctree nodes 
5978
5979 2002-12-24 [oliver]     0.8.7claws6
5980
5981         * src/mainwindow.[ch]
5982         * src/messageview.[ch]
5983         * src/compose.[ch]
5984         * src/inc.c
5985         * src/summaryview.c
5986                 changes to use updated toolbar handling
5987                 
5988 2002-12-24 [oliver]     0.8.7claws5
5989
5990         * src/toolbar.[ch]
5991                 generic toolbar handling
5992                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5993         * src/prefs_toolbar.[ch]
5994                 adjust to handling
5995         
5996 2002-12-24 [oliver]     0.8.7claws4
5997         
5998         * src/stock_pixmap.[ch]
5999                 move SYLPHEED_LOGO to end of list in order 
6000                 to remove it from Custom Toolbar`s Icon View
6001
6002 2002-12-24 [alfons]     0.8.7claws3
6003
6004         * src/summaryview.c
6005                 summary_thread_build(): fix crash because of focus != selection 
6006                 after threading. when deleting the selection, gtk tries but fails 
6007                 to find the correct focusable element. we now force the selection
6008                 to be focused. this should solve the infamous bug reported by 
6009                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6010                 a test case is available. 
6011
6012 2002-12-24 [darko]      0.8.7claws2
6013
6014         * src/summaryview.c
6015                 don't crash when unmarking message with unread children
6016
6017 2002-12-23 [christoph]  0.8.7claws1
6018
6019         * src/Makefile.am
6020         * src/common/Makefile.am
6021                 update Makefiles for moved intl.h, version.h and defs.h
6022         * src/imap.c
6023                 rewrite imap_session_get to avoid duplicate code
6024
6025 2002-12-23 [paul]       0.8.7claws
6026
6027         * Santa-Claws released
6028         
6029         * po/hu.po
6030           po/ru.po
6031                 squeeze in updated Hungarian and Russian translations.
6032                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6033
6034 2002-12-23 [paul]       0.8.6claws129
6035
6036         * po/pl.po
6037                 updated by Witold Wladyslaw Wojciech Wilk
6038
6039 2002-12-23 [paul]       0.8.6claws128
6040
6041         * src/quote_fmt_parse.y
6042                 fix typo and add licence header
6043
6044 2002-12-23 [paul]       0.8.6claws127
6045
6046         * po/en_GB.po
6047                 updated
6048
6049 2002-12-23 [paul]       0.8.6claws126
6050
6051         * po/it.po
6052                 updated translation, submitted by Alessandro Maestri
6053                 
6054 2002-12-23 [paul]       0.8.6claws125
6055
6056         * src/quote_fmt_parse.y
6057                 fix signature-stripping on replies bug. match
6058                 '-- \n' and not '-- '.
6059
6060 2002-12-22 [paul]       0.8.6claws124
6061
6062         * po/bg.po
6063           po/es.po
6064           po/sr.po
6065                 updated translations. submitted by George Danchev,
6066                 Ricardo Mones Lastra, and Urke MMI respectively
6067
6068 2002-12-21 [paul]       0.8.6claws123
6069
6070         * src/addrbook.c
6071                 fix coding style
6072
6073 2002-12-21 [paul]       0.8.6claws122
6074
6075         * src/addrbook.c
6076                 fix bug [643638] where if a person is in one or more
6077                 addressbook groups editing that person's email 
6078                 address results in removal from those groups.
6079                 Patch submitted by Luke Plant.
6080
6081 2002-12-20 [christoph]  0.8.6claws121
6082
6083         * src/common/utils.c
6084         * src/summaryview.c
6085                 reimplement expand_search_string using GString to
6086                 prevent crashs caused by miscalculated string
6087                 lengths reported by Paul
6088
6089 2002-12-20 [christoph]  0.8.6claws120
6090
6091         * src/summaryview.c
6092                 don't use "changed" to check if op_count has to be changed as it
6093                 is also set when the message has unread children
6094                 (closes bug [ 653221 ] crash while deleting duplicates)
6095
6096 2002-12-20 [paul]       0.8.6claws119
6097
6098         * sync with 0.8.6cvs27
6099                 see ChangeLog 2002-12-20
6100
6101 2002-12-20 [paul]       0.8.6claws118
6102
6103         * sync with 0.8.6cvs26
6104                 see ChangeLog 2002-12-19 and 2002-12-20
6105
6106 2002-12-19 [alfons]     0.8.6claws117
6107
6108         * src/textview.c
6109                 fix incorrect parsing of email addresses, submitted by 
6110                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6111                 name display if it contains @".
6112
6113 2002-12-18 [paul]       0.8.6claws116
6114
6115         * sync with 0.8.6cvs23
6116                 see ChangeLog 2002-12-18
6117
6118 2002-12-18 [paul]       0.8.6claws115
6119
6120         * src/Makefile.am
6121         * src/account.c
6122         * src/codeconv.c
6123         * src/gtkutils.[ch]
6124         * src/imap.c
6125                 sync with 0.8.6cvs22.
6126                 see ChangeLog 2002-12-17 and 2002-12-18
6127
6128 2002-12-17 [christoph]  0.8.6claws114
6129
6130         * src/imap.c
6131                 o don't create a session if imap greeting fails
6132                 o don't close socket when authentication fails
6133                   this is done by imap_session_destroy
6134
6135 2002-12-17 [thorsten]   0.8.6claws113
6136
6137         * tools/Makefile.am
6138           tools/README
6139           tools/google_msgid.pl ** NEW FILE **
6140                 Added "search for message-id" script and doc
6141
6142 2002-12-17 [thorsten]   0.8.6claws112
6143
6144         * po/hu.po
6145                 Updated hungarian translation
6146                 (updated by Gal Zoltan)
6147
6148 2002-12-16 [christoph]  0.8.6claws111
6149
6150         * src/addr_compl.c
6151                 remove stupid addressbook dump to debug output
6152         * src/mh.c
6153                 fix memory leak found by Hiro
6154
6155 2002-12-14 [paul]       0.8.6claws110
6156
6157         * src/compose.c
6158                 fix menubar sensitivity on send
6159                 
6160         * src/prefs_filtering.c
6161         * src/prefs_matcher.c
6162         * src/prefs_scoring.c
6163                 Fix english ;)
6164                 
6165         * src/common/quoted-printable.h
6166                 sync: fix typo
6167         
6168 2002-12-13 [christoph]  0.8.6claws109
6169
6170         * src/Makefile.am
6171         * src/manage_window.[ch]        ** REMOVE **
6172         * src/gtk/Makefile.am
6173         * src/gtk/manage_window.[ch]    ** NEW **
6174                 move manage_window files to gtk directory
6175
6176 2002-12-13 [christoph]  0.8.6claws108
6177
6178         * src/Makefile.am
6179         * src/gtkshruler.[ch]           ** REMOVE **
6180         * src/gtk/Makefile.am
6181         * src/gtk/gtkshruler.[ch]       ** NEW **
6182                 move gtkshruler files to gtk directory
6183
6184 2002-12-13 [christoph]  0.8.6claws107
6185
6186         * src/Makefile.am
6187         * src/compose.c
6188         * src/gtkstext.[ch]             ** REMOVE **
6189         * src/gtkutils.[ch]
6190         * src/textview.c
6191         * src/gtk/gtkstext.[ch]         ** NEW **
6192         * src/gtk/Makefile.am
6193                 o move stext functions to gtkstext.c to remove
6194                   dependency of gtkutils
6195                 o move gtkstext files to gtk directory
6196
6197         * src/gtk/Makefile.am
6198         * src/gtk/sslcertwindow.[ch]
6199                 UI stuff can always depend on common code so
6200                 it's ok to add ../common to include path
6201
6202 2002-12-13 [colin]      0.8.6claws106
6203
6204         * src/summaryview.c
6205                 Disconnect sighandlers for mainwindow when
6206                 quicksearch has the focus
6207                 Fix bug #653231
6208         * src/mainwindow.[ch]
6209                 Make key_pressed callback public, to be able
6210                 to disconnect it
6211
6212 2002-12-13 [christoph]  0.8.6claws105
6213
6214         * src/mh.c
6215                 create .mh_sequences file in new MH folders
6216                 (closes feature request [ 523162 ] MH folders should
6217                  get a .mh_sequences)
6218
6219 2002-12-13 [colin]      0.8.6claws104
6220
6221         * src/summaryview.c
6222                 Better handling of quicksearch show/hide
6223                 (basically the button stays under the mouse 
6224                  when toggled)
6225
6226 2002-12-13 [paul]       0.8.6claws103
6227
6228         * sync with 0.8.6cvs17
6229                 see ChangeLog 2002-12-13
6230
6231 2002-12-13 [paul]       0.8.6claws102
6232
6233         * po/es.po
6234                 updated by Ricardo Mones Lastra
6235
6236 2002-12-11 [colin]       0.8.6claws101
6237
6238         * src/folder.c
6239                 remove statusbar stuff
6240           src/folderview.c
6241                 set statusbar verbosity when moving folders
6242
6243 2002-12-11 [colin]       0.8.6claws100
6244         * src/prefs_filtering.c
6245         * src/prefs_matcher.c
6246         * src/prefs_scoring.c
6247                 Fix english ;)
6248
6249 2002-12-11 [colin]       0.8.6claws99
6250
6251         * src/prefs_common.[ch]
6252                 Add summary_quicksearch_type
6253         * src/summaryview.c
6254                 Save last used quicksearch type
6255
6256 2002-12-11 [jens]       0.8.6claws98
6257         * src/prefs_filtering.c
6258         * src/prefs_matcher.c
6259         * src/prefs_scoring.c
6260                 added dialog for incomplete rules in scoring, filtering and
6261                 matcher to ask wheather really close
6262
6263 2002-12-11 [colin]      0.8.6claws97
6264
6265         * src/folder.c
6266                 Fix folder dnd statusbar logging
6267
6268 2002-12-10 [christoph]  0.8.6claws96
6269
6270         * src/compose.c
6271         * src/folder.c
6272         * src/imap.c
6273         * src/inc.c
6274         * src/main.c
6275         * src/mainwindow.c
6276         * src/news.c
6277         * src/send.c
6278         * src/statusbar.[ch]
6279         * src/common/hooks.c
6280         * src/common/log.[ch]
6281                 o handle verbose logging in statusbar directly in statusbar code
6282                   and common code does not need any knowledge about a statusbar
6283                 o remove direct calls to statusbar_(puts|pop)_all functions
6284
6285 2002-12-10 [jens]       0.8.6claws95
6286
6287         * src/*.c
6288                 removed gettext from g_warnings
6289         * po/POTFILES.in
6290                 cleaned and updated
6291         * po/de.po
6292                 updated
6293
6294 2002-12-10 [colin]      0.8.6claws94
6295
6296         * src/main.c
6297                 finish crash dialog fix
6298
6299 2002-12-10 [colin]      0.8.6claws93
6300
6301         * src/main.c
6302                 "Fix" "sylpheed already running" instead of
6303                 crash dialog appearing after a crash
6304
6305 2002-12-10 [colin]      0.8.6claws92
6306
6307         * po/POTFILES.in
6308                 add src/gtk/sslcertwindow.c
6309
6310 2002-12-10 [paul]       0.8.6claws91
6311
6312         * po/POTFILES.in
6313                 updated to reflect recent changes
6314                 submitted by Alessandro Maestri
6315
6316 2002-12-09 [christoph]  0.8.6claws90
6317
6318         * src/Makefile.am
6319         * src/smtp.[ch]                 ** REMOVE **
6320         * src/common/Makefile.am
6321         * src/common/smtp.[ch]          ** NEW **
6322                 move smtp files to common directory
6323
6324 2002-12-09 [christoph]  0.8.6claws89
6325
6326         * src/Makefile.am
6327         * src/session.[ch]              ** REMOVE **
6328         * src/common/Makefile.am
6329         * src/common/session.[ch]       ** NEW **
6330                 move session files to common directory
6331
6332 2002-12-09 [paul]       0.8.6claws88
6333
6334         * src/account.c
6335                 fix bug [649746] edit accounts: move account reverted
6336                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6337
6338 2002-12-09 [colin]      0.8.6claws87
6339
6340         * src/ssl_certificate.c
6341                 cleanup
6342
6343 2002-12-09 [colin]      0.8.6claws86
6344
6345         * src/ssl.c
6346                 Try to open the cert.pem database and 
6347                 issue a warning if it isn't there
6348
6349 2002-12-09 [colin]      0.8.6claws85
6350
6351         * src/common/ssl_certificate.c
6352         * src/gtk/sslcertwindow.c
6353                 Warning fixes
6354
6355 2002-12-09 [colin]      0.8.6claws84
6356
6357         * src/ssl_certificate.[ch] ** REMOVED **
6358         * src/common/ssl_certificate.[ch] ** NEW **
6359         * src/Makefile.am
6360         * src/common/Makefile.am
6361                 Moved ssl_certificate.[ch] to common
6362         * src/common/ssl.c 
6363                 Put back needed include
6364         * src/gtk/sslcertwindow.[ch]
6365                 Changed ssl_certificate.h include
6366         
6367 2002-12-09 [colin]      0.8.6claws83
6368
6369         * src/gtk/sslcertwindow.[ch]
6370                 Implement hook for certificate acception
6371         * src/ssl_certificate.[ch]
6372                 Implement hook for certificate acception
6373         * src/common/ssl.c
6374                 Reenable certificate acception check
6375         * src/mainwindow.c
6376                 Register sslcertwindow's hook
6377         
6378 2002-12-08 [christoph]  0.8.6claws82
6379
6380         * src/about.c
6381         * src/addr_compl.c
6382         * src/codeconv.c
6383         * src/manual.c
6384         * src/undo.c
6385         * src/common/utils.c
6386                 o add missing includes
6387                 o fix warnings
6388         * src/.cvsignore
6389         * src/common/.cvsignore
6390         * src/common/version.h          ** REMOVE **
6391                 remove autogenerated file
6392
6393 2002-12-08 [paul]       0.8.6claws81
6394
6395         * src/stringtable.c
6396                 put back needed include
6397
6398 2002-12-08 [colin]      0.8.6claws80
6399         
6400         * src/gtk/sslcertwindow.c
6401                 Cleaner popups when asking
6402         * src/ssl_certificate.c
6403         * src/prefs_common.[ch]
6404                 remove ssl certificate pref
6405                 put back needed include
6406         * src/undo.c
6407                 put back needed include
6408
6409 2002-12-08 [christoph]  0.8.6claws79
6410
6411         * src/folderview.c
6412         * src/logwindow.c
6413         * src/statusbar.c
6414         * src/summaryview.c
6415                 only abort hook invokation if required data is missing not
6416                 if our own data pointer is NULL, update hookfunction for
6417                 log window
6418
6419 2002-12-08 [paul]       0.8.6claws78
6420
6421         * src/about.c
6422         * src/addrcache.c
6423         * src/addrclip.c
6424         * src/addr_compl.c
6425         * src/addrselect.c
6426         * src/codeconv.c
6427         * src/colorlabel.c
6428         * src/enriched.c
6429         * src/esmtp.c
6430         * src/exporthtml.c
6431         * src/headerview.c
6432         * src/imageview.c
6433         * src/manual.c
6434         * src/noticeview.c
6435         * src/pgptext.c
6436         * src/scoring.c
6437         * src/sourcewindow.c
6438         * src/stringtable.c
6439         * src/undo.c
6440                 clean up: remove unneccesary includes
6441
6442 2002-12-08 [christoph]  0.8.6claws77
6443
6444         * src/folderview.c
6445         * src/statusbar.c
6446         * src/summaryview.c
6447         * src/common/hooks.[ch]
6448                 hook functions now have a gboolean return value, if a hook
6449                 returns TRUE it will stop executing of any more hooks in
6450                 the same hooklist for this invokation
6451
6452 2002-12-08 [colin]      0.8.6claws76
6453         
6454         * src/main.c
6455                 put back argv0 for CRASH_DIALOG
6456
6457 2002-12-08 [christoph]  0.8.6claws75
6458
6459         * src/Makefile.am
6460         * src/about.c
6461         * src/account.c
6462         * src/crash.c
6463         * src/esmtp.h
6464         * src/imap.[ch]
6465         * src/inc.c
6466         * src/main.c
6467         * src/mainwindow.c
6468         * src/news.c
6469         * src/pop.[ch]
6470         * src/prefs_account.[ch]
6471         * src/prefs_common.[ch]
6472         * src/send.[ch]
6473         * src/smtp.[ch]
6474         * src/ssl_certificate.[ch]
6475         * src/ssl_manager.[ch]
6476         * src/common/Makefile.am
6477         * src/common/log.c
6478         * src/common/nntp.[ch]
6479         * src/common/socket.[ch]
6480         * src/common/ssl.[ch]
6481         * src/gtk/sslcertwindow.[ch]
6482         * ac/openssl.m4
6483                 use new autoconf script to detect OpenSSL with extra parameters
6484                 to specify the location of libs and includes, also remove USE_SSL
6485                 to USE_OPENSSL
6486
6487         * src/common/sylpheed.[ch]
6488         * src/common/version.h.in
6489                 start seperation of common code initialization seperated from gui
6490
6491         * src/summaryview.c
6492                 The function that is called when a color label changes
6493                 should not change the color lable again
6494
6495 2002-12-08 [colin]      0.8.6claws74
6496
6497         * src/gtk/sslcertwindow.c
6498                 warning fixes
6499
6500 2002-12-08 [colin]      0.8.6claws73
6501
6502         * src/statusbar.c
6503           src/common/log.h
6504                 Register a hook for statusbar_puts_all
6505         * src/common/log.c
6506                 invoke statusbar_puts_all's hook
6507         
6508 2002-12-08 [colin]      0.8.6claws72
6509
6510         * src/ssl_certificate.c
6511                 Put back a badly-removed include
6512
6513 2002-12-08 [colin]      0.8.6claws71
6514
6515         * src/gtk/sslcertwindow.[ch]    ** NEW **
6516                 new certificate presentation
6517         * src/gtk/Makefile.am
6518                 add new files
6519         * src/ssl_certificate.[ch]
6520                 gtk cleanup, made utility functions public
6521         * src/ssl_manager.c
6522                 use new cert presentation
6523
6524 2002-12-07 [christoph]  0.8.6claws70
6525
6526         * src/Makefile.am
6527         * src/nntp.[ch]                 ** REMOVE **
6528         * src/common/Makefile.am
6529         * src/common/nntp.[ch]          ** NEW **
6530                 move nntp files to common directory
6531
6532 2002-12-07 [christoph]  0.8.6claws69
6533
6534         * src/procmsg.[ch]
6535         * src/summaryview.c
6536                 implement msginfo update callback using sylpheed's new
6537                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6538
6539 2002-12-06 [christoph]  0.8.6claws68
6540
6541         * src/editgroup.c
6542                 This patch changes the 'Edit Group Details' dialog to
6543                 allow extended selections in either pane, so that
6544                 addresses can be added or removed from a group more
6545                 quickly and easily. (it actually is a net decrease in
6546                 file size, as some unnecessary functions have been
6547                 removed). 
6548                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6549
6550 2002-12-06 [christoph]  0.8.6claws67
6551
6552         * src/Makefile.am
6553         * src/template.[ch]             ** REMOVE **
6554         * src/common/Makefile.am
6555         * src/common/template.[ch]      ** NEW **
6556                 move template files to common directory
6557
6558         * src/nntp.c
6559                 add missing log.h include
6560
6561 2002-12-06 [melvin]     0.8.6claws66
6562
6563         * src/prefs_actions.c
6564                 Added the trailing ">" syntax to insert command's output
6565                 without replacing old text (in contrast to trailing "|").
6566
6567 2002-12-05 [colin]      0.8.6claws65
6568         
6569         * src/common/utils.c
6570                 Don't modify original search_string or it'll change
6571                 the next iterations in the for()
6572
6573 2002-12-05 [darko]      0.8.6claws64
6574
6575         * src/common/utils.c
6576                 proper check for filtering commands, found by Colin
6577
6578 2002-12-05 [darko]      0.8.6claws63
6579
6580         * src/common/utils.c
6581                 check proper string for NULL pointer, found by Colin
6582
6583 2002-12-05 [darko]      0.8.6claws62
6584
6585         * src/common/utils.[ch]
6586                 expand_search_string(): new function
6587                 converts Mutt-like patterns to Sylpheed's
6588                 filtering engine
6589         * src/summaryview.c
6590                 use expand_search_string() to allow Mutt-like
6591                 patterns in extended search
6592         * README.claws
6593                 document extended option in quick search
6594
6595 2002-12-05 [paul]       0.8.6claws61
6596
6597         * sync with 0.8.6cvs16
6598                 see ChangeLog 2002-12-05
6599                 
6600         * po/POTFILES.in
6601                 clean up
6602
6603 2002-12-04 [christoph]  0.8.6claws60
6604
6605         * src/imap.[ch]
6606                 put imap authentication code into a new function and
6607                 remove it from imap_session_new that will allow to
6608                 send other commands before authentication
6609
6610 2002-12-04 [christoph]  0.8.6claws59
6611
6612         * src/imap.[ch]
6613                 use already existing method to prevent unneeded IMAP
6614                 folder selects. Set imap_select parameters to NULL
6615                 in some functions if the values are not required.
6616
6617         * src/xml.h
6618                 remove no longer required include
6619
6620 2002-12-04 [paul]       0.8.6claws58
6621
6622         * po/es.po
6623                 updated by Ricardo Mones Lastra
6624                 
6625         * configure.in
6626           po/hu.po      ** NEW FILE **
6627                 initial Hungarian translation, submitted
6628                 by Gál Zoltán <galzoli@hu.inter.net>
6629
6630 2002-12-03 [christoph]  0.8.6claws57
6631
6632         * src/Makefile.am
6633         * src/gtksctree.[ch]            ** REMOVE **
6634         * src/gtk/Makefile.am
6635         * src/gtk/gtksctree.[ch]        ** NEW **
6636                 move gtksctree files to gtk directory
6637
6638 2002-12-03 [christoph]  0.8.6claws56
6639
6640         * src/Makefile.am
6641         * src/md5.[ch]                  ** REMOVE **
6642         * srm/common/Makefile.am
6643         * src/common/md5.[ch]           ** NEW **
6644                 move md5 files to common directory
6645
6646         * src/gtkstext.c
6647                 remove not required #include
6648
6649 2002-12-03 [sergey]     0.8.6claws55
6650
6651         * src/gtkutils.c
6652         * src/gtkutils.h
6653                 gtkut_window_popup(): new function.
6654         * src/mainwindow.c
6655                 main_window_popup(): use gtkut_window_popup() to raise
6656                 window without changing its position.
6657                 (see sylpheed-main ML message [sylpheed:17247])
6658
6659 2002-12-03 [sergey]     0.8.6claws54
6660
6661         * src/send.c
6662                 send_message_local(): removed first-dot escaping
6663                 (SMTP-only, not needed for sending through pipe)
6664
6665 2002-12-03 [paul]       0.8.6claws53
6666
6667         * po/POTFILES.in
6668                 update to reflect recent changes (thanks
6669                 to Ricardo Mones Lastra)
6670                 
6671         * tools/filter_conv.pl
6672                  fix problem with quoted strings. Patch submitted
6673                  by Luke Plant <lukeplant@softhome.net>
6674
6675 2002-12-03 [paul]       0.8.6claws52
6676
6677         * sync with 0.8.6cvs15
6678                 see ChangeLog 2002-12-03
6679
6680 2002-12-02 [christoph]  0.8.6claws51
6681
6682         * src/logwindow.[ch]
6683         * src/common/log.[ch]
6684                 implement logging using a hook function
6685
6686         * src/folderview.c
6687         * src/folder.[ch]
6688                 define hooklist name in header file to avoid
6689                 errors caused by wrong spelling of hooklist names
6690
6691         * src/toolbar.c
6692                 fix warnings
6693
6694 2002-12-02 [christoph]  0.8.6claws50
6695
6696         * src/common/Makefile.am
6697                 add src/common/hooks.[ch]
6698
6699         * src/common/hooks.[ch]
6700                 implement a simple hook system using glib's hook functions
6701
6702         * src/folder.[ch]
6703         * src/folderview.c
6704                 use new hook system for folder item updates
6705
6706 2002-12-02 [christoph]  0.8.6claws49
6707
6708         * doc-src/ui_seperation.txt     ** NEW **
6709                 information for ui seperation
6710
6711         * src/Makefile.am
6712                 remove files that were moved to common
6713                 include common directory by default for the header files
6714
6715         * src/inc.c
6716         * src/common/socket.c
6717         * src/automaton.[ch]
6718                 implement automaton using g_io_*-functions instead of
6719                 gdk_input_add to make it ui independent
6720
6721         * src/codeconv.c
6722         * src/compose.c
6723         * src/ldif.c
6724         * src/pgptext.c
6725         * src/procmime.c
6726         * src/rfc2015.c
6727         * src/smtp.c
6728         * src/unmime.c
6729                 remove common/ prefix because directory is now in
6730                 include path
6731
6732         * src/compose.c
6733         * src/folder.c
6734         * src/folderview.c
6735         * src/mainwindow.c
6736         * src/messageview.c
6737         * src/prefs_common.c
6738         * src/procmsg.c
6739         * src/rfc2015.c
6740                 fix warnings
6741
6742         * src/imap.c
6743         * src/inc.c
6744         * src/news.c
6745         * src/pop.c
6746         * src/send.c
6747         * src/smtp.c
6748         * src/ssl_certificate.c
6749                 add log.h header file for logging functions
6750
6751         * src/main.c
6752         * src/common/utils.c
6753         * src/summaryview.c
6754         * src/xml.c
6755                 o move debug_mode to common/utils.c
6756                 o add functions to set and get debug_mode
6757
6758         * src/defs.h                    ** REMOVE **
6759         * src/intl.h                    ** REMOVE **
6760         * src/socket.[ch]               ** REMOVE **
6761         * src/ssl.[ch]                  ** REMOVE **
6762         * src/utils.[ch]                ** REMOVE **
6763                 replaced by new files in src/common/
6764         
6765         * src/common/Makefile.am
6766                 add new files in src/common/
6767
6768         * src/common/defs.h             ** NEW **
6769         * src/common/intl.h             ** NEW **
6770         * src/common/log.[ch]           ** NEW **
6771         * src/common/socket.[ch]        ** NEW **
6772         * src/common/ssl.[ch]           ** NEW **
6773         * src/common/utils.[ch]         ** NEW **
6774                 replacement for files in src/
6775
6776 2002-12-02 [colin]      0.8.6claws48
6777
6778         * src/folderview.c
6779                 Scroll folderview if necessary during dnd
6780
6781 2002-12-02 [colin]      0.8.6claws47
6782
6783         * src/folder.[ch]
6784                 Add check to verify a move is within a single mailbox
6785         * src/folderview.c
6786                 Add specific error string for this check
6787
6788 2002-12-02 [colin]      0.8.6claws46
6789
6790         * src/folder.c
6791                 Add a test to folder moving, remove a statusbar_print
6792         * src/folderview.c
6793                 Add Move folder... context-menu item
6794                 Factorize folder moving code
6795                 Enable folder DND for mbox
6796
6797 2002-12-01 [christoph]  0.8.6claws45
6798
6799         * ac/aspell.m4
6800                 remove conf.aspelltest if the version check fails
6801
6802 2002-11-30 [christoph]  0.8.6claws44
6803
6804         * autogen.sh
6805                 run libtoolize --force in autogen to create missing
6806                 libtool scripts
6807
6808 2002-11-30 [christoph]  0.8.6claws43
6809
6810         * src/Makefile.am
6811         * src/pgptext.c
6812         * src/procmime.c
6813         * src/rfc2015.c
6814         * src/uuencode.[ch]             ** REMOVED **
6815         * src/common/Makefile.am
6816         * src/common/uuencode.[ch]      ** NEW **
6817                 move uuen/decoder to common directory
6818
6819 2002-11-30 [christoph]  0.8.6claws42
6820
6821         * src/Makefile.am
6822         * src/base64.[ch]               ** REMOVED **
6823         * src/codeconv.c
6824         * src/compose.c
6825         * src/ldif.c
6826         * src/pgptext.c
6827         * src/procmime.c
6828         * src/rfc2015.c
6829         * src/smtp.c
6830         * src/unmime.c
6831         * src/common/Makefile.am
6832         * src/common/base64.[ch]        ** NEW **
6833                 move base64 en/decoder to common directory
6834
6835 2002-11-30 [christoph]  0.8.6claws41
6836
6837         * src/common                    ** NEW **
6838                 new directory for UI independent code
6839         * src/gtk                       ** NEW **
6840                 new directory for GTK frontend
6841         * src/common/.cvsignore         ** NEW **
6842         * src/gtk/.cvsignore            ** NEW **
6843                 ignore build files
6844         * src/common/Makefile.am        ** NEW **
6845         * src/gtk/Makefile.am           ** NEW **
6846                 automake files to build new seperated stuff
6847         * src/Makefile.am
6848                 the binary will currently still be build with the
6849                 files in src, so we include the code from the
6850                 subdirs for now after building the libs there
6851
6852 2002-11-30 [paul]       0.8.6claws40
6853
6854         * src/compose.c
6855                 fix bug [642731] 'Wrong selected account with drafted mail'
6856
6857 2002-11-29 [oliver]     0.8.6claws39
6858         
6859         * src/messageview.c
6860                 o update summaryview when switching between different
6861                   messageviews          
6862         * src/toolbar.c  
6863                 o check if messageview holds already removed msg
6864                   from summaryview
6865                 
6866
6867 2002-11-29 [oliver]     0.8.6claws38
6868
6869         * src/toolbar.c 
6870                 remove not needed variables and includes
6871                 make messageview stay opened and move to next when msgs are deleted 
6872
6873 2002-11-29 [oliver]     0.8.6claws37
6874         
6875         * src/toolbar.c 
6876                 disable compose button (messageview toolbar) by default
6877                 deleted msgs are moved to trash
6878         
6879 2002-11-29 [melvin]     0.8.6claws36
6880
6881         * configure.in
6882                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6883                 and to detect signatures expirations (gpgme 0.3.6)
6884
6885         * src/main.c
6886                 Use non obsolescent function for Gpgme engine checking.
6887
6888         * src/rfc2015.c
6889                 Inform about expired signatures or signatures which key
6890                 has expired. Expiration date is displayed.
6891
6892         * src/sigstatus.c
6893                 Inform about expired signatures or signatures which key
6894                 has expired.
6895
6896 2002-11-28 [paul]       0.8.6claws35
6897
6898         * src/folderview.c
6899                 re-instate 'Check for new messages' in Newsgroup
6900                 folders right-click menu, after a suggestion from
6901                 Tim Mann <timmann@users.sourceforge.net>
6902
6903         * src/main.c
6904                 after a crash check only local folders for new
6905                 messages
6906
6907 2002-11-28 [paul]       0.8.6claws34
6908
6909         * configure.in
6910                 apply patch that fixes the checking of GTK with XIM 
6911                 support on different OSs, such as FreeBSD. Patch 
6912                 submitted by Topia <topia@users.sourceforge.net>
6913                 
6914 2002-11-28 [paul]       0.8.6claws33
6915
6916         * src/mainwindow.c
6917           src/prefs_common.c
6918           src/prefs_toolbar.c
6919                 more changes to the English
6920
6921 2002-11-28 [paul]       0.8.6claws32
6922
6923         * sync with 0.8.6cvs13
6924                 see ChangeLog 2002-11-28 (no sync needed
6925                 for src/compose.c)
6926
6927 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6928         
6929         * src/mainwindow.[ch]
6930                 add patch by Ivan F. Martinez introducing messageview Toolbar
6931                 some changes and committed by oliver    
6932
6933 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6934
6935         * src/messageview.[ch]
6936                 add patch by Ivan F. Martinez introducing messageview Toolbar
6937                 some changes and committed by oliver    
6938
6939 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6940
6941         * src/compose.[ch]
6942                 add patch by Ivan F. Martinez introducing messageview Toolbar
6943                 some changes and committed by oliver    
6944
6945 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6946         
6947         * src/toolbar.[ch]
6948                 add patch by Ivan F. Martinez introducing messageview Toolbar
6949                 some changes and committed by oliver
6950
6951 2002-11-28 [oliver]     0.8.6claws27
6952         
6953         * src/prefs_toolbar.[ch]
6954                 getting ready for messageview toolbar
6955                 free mem allocated by gettext
6956                 change prefs_toolbar to prefs_toolbar_open
6957  
6958 2002-11-28 [thorsten]   0.8.6claws26
6959
6960         * src/imageview.[ch]
6961                 cleaned up conflicting declarations of
6962                 imageview_show_image()
6963
6964 2002-11-28 [paul]       0.8.6claws25
6965
6966         * src/grouplistdialog.c
6967           src/prefs_common.c
6968           src/prefs_summary_column.c
6969                 a few more improvements to the English
6970
6971 2002-11-28 [colin]      0.8.6claws24
6972
6973         * man/sylpheed.1
6974                 A few updates to command-line parameters
6975
6976 2002-11-28 [colin]      0.8.6claws23
6977
6978         * src/prefs_filtering.c
6979                 Fix problems with prefs_filtering_delete_path:
6980                 a) if the first rule is removed, original pointers
6981                    weren't updated (leading to segfaults)
6982                 b) it was always global_processing updated in case
6983                    of removed path was parent of rule path
6984
6985 2002-11-27 [paul]       0.8.6claws22
6986
6987         * src/mainwindow.c
6988           src/prefs_account.c
6989           src/prefs_actions.c
6990           src/prefs_common.c
6991           src/prefs_customheader.c
6992           src/prefs_display_header.c
6993           src/prefs_filtering.c
6994           src/prefs_folder_item.c
6995           src/prefs_matcher.c
6996           src/prefs_scoring.c
6997           src/prefs_summary_column.c
6998           src/prefs_template.c
6999           src/prefs_toolbar.c
7000                  improve the English in the GUI
7001
7002 2002-11-27 [colin]      0.8.6claws21
7003
7004         * src/folder.c
7005                 Fix processing renaming problems happening after
7006                 last commit
7007
7008 2002-11-27 [colin]      0.8.6claws20
7009
7010         * src/folder.c
7011                 recursive move now deletes src each subfolder after 
7012                 having moved it
7013         * src/folderview.c
7014                 Use identifier instead of path during dnd (enables
7015                 IMAP folder dnd)
7016
7017 2002-11-27 [paul]       0.8.6claws19
7018
7019         * src/main.c
7020                 apply patch that does command-line processing 
7021                 BEFORE gtk_init, allowing claws to run from 
7022                 shell-scripts in non-X environment (e.g. crontab 
7023                 or ip-up, ip-down scripts). Patch submitted by
7024                 Ruslan N. Balkin <baron@dartel.ru>
7025                 
7026         * po/it.po
7027                 updated by Alessandro Maestri
7028
7029 2002-11-27 [paul]       0.8.6claws18
7030
7031         * sync with 0.8.6cvs12
7032           src/prefs_common.c
7033                 Differences are that main uses a 'Receive dialog'
7034                 frame on the Interface tab, whereas claws groups all 
7035                 the dialogs together in a 'Dialogs' frame.
7036
7037 2002-11-27 [colin]      0.8.6claws17
7038
7039         * src/prefs_matcher.c
7040                 Fix Execute criteria's NOT flag
7041
7042
7043 2002-11-26 [christoph]  0.8.6claws16
7044
7045         * src/ssl.c
7046                 rewrite the ssl code a little bit, only use one
7047                 SSL context, set default certificates' file/path
7048
7049 2002-11-26 [thorsten]   0.8.6claws15
7050
7051         * src/compose.c
7052                 default-reply-to didn't work for ml-reply
7053
7054 2002-11-26 [melvin]     0.8.6claws14
7055
7056         * src/prefs_actions.c
7057                 Made pipe-actions ignore short headers in message view
7058                 Made trailing-pipe-actions write in the message view with
7059                 the same font as the original message
7060
7061 2002-11-26 [paul]       0.8.6claws13
7062
7063         * src/compose.c
7064                 this time commit the correct file
7065
7066 2002-11-26 [paul]       0.8.6claws12
7067
7068         * sync with 0.8.6cvs11
7069           src/quote_fmt_parse.y  
7070                 no sync needed
7071           src/account.[ch]       
7072                 not sync'ed
7073           src/compose.c
7074                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7075                 on draft mode.
7076                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7077                 header
7078                 
7079         see ChangeLog 2002-11-25 and 2002-11-26
7080
7081 2002-11-26 [colin]      0.8.6claws11
7082
7083         * src/folderview.c
7084                 Fix collapsed folder not auto-expanding during
7085                 mail dnd, if it was the source folder.
7086
7087 2002-11-25 [colin]      0.8.6claws10
7088
7089         * src/folderview.[ch]
7090                 Variable renaming and cleaning (slist of nodes 
7091                 to be re-collapsed is stored in FolderView)
7092
7093 2002-11-25 [paul]       0.8.6claws9
7094
7095         * src/prefs_common.[ch]
7096                 fix breakage caused by last commit
7097
7098 2002-11-25 [paul]       0.8.6claws8
7099
7100         * sync with 0.8.6cvs4
7101                 see ChangeLog 2002-11-21
7102
7103 2002-11-25 [paul]       0.8.6claws7
7104
7105         * sync with 0.8.6cvs4
7106                 see ChangeLog 2002-11-20
7107
7108 2002-11-25 [paul]       0.8.6claws6
7109
7110         * sync with 0.8.6cvs3
7111                 see ChangeLog 2002-11-18
7112
7113 2002-11-25 [colin]      0.8.6claws5
7114
7115         * src/gtkutils.[ch]
7116                 Add gtkut_ctree_node_is_parent()
7117         * src/folderview.c
7118                 Spring-loaded folders
7119
7120 2002-11-25 [colin]      0.8.6claws4
7121
7122         * src/utils.[ch]
7123                 Add slist_concat_unique(), function to merge
7124                 two GSList filtering dups
7125         * src/folder.[ch]
7126         * src/summaryview.[ch]
7127         * src/folderview.c
7128         * src/main.c
7129                 Add detection/update/display of unread answers
7130                 to marked mails
7131         * src/procmsg.[ch]
7132                 Add procmsg_find_children()
7133                 Add procmsg_msg_has_marked_parent()
7134
7135 2002-11-25 [colin]      0.8.6claws3
7136
7137         * src/ssl_certificate.[ch]
7138                 Allow checking a certificate without a DNS
7139                 lookup
7140                 Allow to forget a cert (by deleting it)
7141                 Make ssl_certificate_destroy_public
7142         * src/ssl_manager.[ch] ** NEW FILES **
7143                 Gui to manage (display/remove) certificates
7144         * src/prefs_common.[ch]
7145                 Add a pref to allow silent acceptation of
7146                 trusted certificates or not (based on the
7147                 "I want to know what's going on" principle)
7148         * src/mainwindow.c
7149                 Add SSL manager in Tools menu
7150         * src/Makefile.am
7151                 Add the new files to the build
7152         * po/POTFILES.in
7153                 Add ssl_manager.c to translations
7154
7155 2002-11-25 [colin]      0.8.6claws2
7156
7157         * src/summaryview.[ch]
7158                 Add S_SEARCH_EXTENDED to the quick search, which 
7159                 allows to search using filtering syntax.
7160
7161 2002-11-25 [colin]      0.8.6claws1
7162
7163         * src/summaryview.c
7164                 Deletion of duplicates now prefer deleting
7165                 the unread dup (fixes feature-request 638989).
7166
7167 2002-11-24 [paul]       0.8.6claws
7168
7169         * po/es.po
7170           po/pl.po
7171           po/ru.po
7172           po/sr.po
7173                 updated by Ricardo Mones Lastra,
7174                 Witold Wladyslaw Wojciech Wilk,
7175                 Ruslan N. Balkin, and  Urke MMI 
7176                 respectively
7177
7178 2002-11-24 [paul]       0.8.5claws182
7179
7180         * po/bg.po
7181                 updated by George Danchev
7182
7183 2002-11-23 [alfons]     0.8.5claws181
7184
7185         * src/imap.c
7186                 tiny memory leak found by browsing Dimitar's 
7187                 valgrind report
7188
7189 2002-11-23 [paul]       0.8.5claws180
7190
7191         * po/it.po
7192                 updated by Alessandro Maestri
7193
7194 2002-11-22 [christoph]  0.8.5claws179
7195
7196         * src/compose.c
7197         * src/inc.c
7198         * src/prefs_filtering.c
7199         * src/summaryview.c
7200                 more warning fixes
7201
7202 2002-11-22 [alfons]     0.8.5claws178
7203
7204         * src/summaryview.c
7205                 summary_execute_delete_func(): if message is deleted, make 
7206                 sure to also remove its entry in the subject hash table. 
7207                 fixes a corner case bug.
7208
7209 2002-11-22 [paul]       0.8.5claws177
7210
7211         * .cvsignore
7212                 add 'autom4te.cache'
7213                 
7214         * ltconfig      ** REMOVED **
7215                 not needed
7216
7217 2002-11-22 [paul]       0.8.5claws176
7218
7219         * src/textview.c
7220                 textview_set_font(): fix for message display in
7221                 UTF-8 locales (thanks to Sergey Vlasov).
7222                 
7223         * AUTHORS
7224                 add new team members and contributors
7225
7226
7227 2002-11-21 [colin]      0.8.5claws175
7228
7229         * src/procmsg.[ch]
7230                 Add procmsg_remove_special_headers()
7231         * src/mh.c
7232                 Use procmsg_remove_special_headers() for 
7233                 previous fix
7234
7235 2002-11-21 [colin]      0.8.5claws174
7236
7237         * src/mh.c
7238                 Fix moving/copying from queue/draft folders
7239                 for MH folders
7240
7241 2002-11-21 [christoph]  0.8.5claws173
7242
7243         * src/crash.c
7244         * src/filtering.c
7245         * src/logwindow.c
7246         * src/main.c
7247         * src/matcher_parser_lex.[hl]
7248         * src/mbox.c
7249         * src/mbox_folder.[ch]
7250         * src/prefs_filtering.c
7251         * src/procheader.c
7252         * src/quote_fmt_lex.l
7253         * src/ssl.c
7254                 fix all warnings except the warnings in lex and yacc files
7255
7256 2002-11-20 [christoph]  0.8.5claws172
7257
7258         * src/imap.c
7259                 fix MsgInfo retrieval for IMAP draft and queue folders
7260                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7261
7262 2002-11-19 [christoph]  0.8.5claws171
7263
7264         * src/compose.c
7265                 fix segfault, when draft saving does not get
7266                 the MsgInfo of the new message
7267                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7268
7269 2002-11-19 [christoph]  0.8.5claws170
7270
7271         * src/procmsg.c
7272                 add parameter check for flag setting function
7273                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7274
7275 2002-11-18 [paul]       0.8.5claws169
7276
7277         * src/compose.c
7278                 more sensitivity fixes to redirect mode:
7279                 * disable toolbar draft button
7280                 * allow only Address book in the Tools menu
7281                 * disable editing of message by the spell
7282                   checker
7283
7284 2002-11-18 [paul]       0.8.5claws168
7285
7286         * src/compose.c
7287                 fix sensitivity of menu items in compose_redirect():
7288                 allow only the necessary items 
7289
7290 2002-11-18 [paul]       0.8.5claws167
7291
7292         * src/compose.c
7293                 fix bug [ 603259 ] 'attachment got lost on bounce'
7294
7295 2002-11-18 [paul]       0.8.5claws166
7296
7297         * po/ru.po
7298                 updated by Ruslan N. Balkin <baron@dartel.ru>
7299
7300 2002-11-18 [colin]      0.8.5claws165
7301
7302         * src/main.c
7303           src/defs.h
7304                 Remove old filtering stuff
7305
7306
7307 2002-11-17 [oliver]     0.8.5claws164
7308
7309         * src/toolbar.h
7310                 remove not needed typedef 
7311
7312 2002-11-17 [oliver]     0.8.5claws163
7313
7314         * src/toolbar.c
7315                 make toolbar's on click events translatable
7316
7317 2002-11-15 [colin]      0.8.5claws162
7318
7319         * src/summaryview.c
7320                 Revert too-soon integration of a feature
7321
7322 2002-11-15 [christoph]  0.8.5claws161
7323
7324         * src/imap.c
7325                 use main's implementation of imap_get_msginfo
7326
7327 2002-11-15 [christoph]  0.8.5claws160
7328
7329         * src/compose.c
7330         * src/folder.[ch]
7331         * src/imap.c
7332         * src/mbox_folder.c
7333         * src/mh.c
7334         * src/news.c
7335         * src/procmsg.c
7336         * src/summaryview.c
7337                 replace claws' fetch_msginfo with main's get_msginfo
7338                 (use main's implementation where possible)
7339
7340 2002-11-15 [colin]      0.8.5claws159
7341
7342         * src/ssl_certificate.c
7343                 Missed a check
7344
7345 2002-11-16 [melvin]     0.8.5claws158
7346
7347         * po/fr.po
7348                 Updated French translations.
7349
7350 2002-11-16 [colin]      0.8.5claws157
7351
7352         * src/ssl_certificate.c
7353                 Check for missing parts in the certificates
7354
7355 2002-11-15 [colin]      0.8.5claws156
7356
7357         * src/folderview.c
7358                 Preventive fix (missing check) found by
7359                 Alfons
7360
7361 2002-11-15 [paul]
7362
7363         * NEWS
7364                 sync with 0.8.6 release
7365
7366 2002-11-15 [colin]      0.8.5claws155
7367
7368         * src/folder.[ch]
7369           src/folderview.c
7370                 Fix error handling of folder_item_move_to()
7371                 (thanks to Alfons!)
7372
7373 2002-11-15 [colin]      0.8.5claws154
7374
7375         * src/folder.[ch]
7376           src/folderview.c
7377                 folder_item_move_to() sets an error message instead
7378                 of having GUI stuff in folder.c
7379
7380 2002-11-15 [colin]      0.8.5claws153
7381
7382         * src/procmsg.[ch]
7383                 Implemented a callback for MsgInfo updates, 
7384                 heavily copy/pasted from Christoph's folder 
7385                 callback system
7386         * src/summaryview.[ch]
7387                 Register summary_update_msg as callback
7388
7389 2002-11-14 [colin]      0.8.5claws152
7390         
7391         * src/procmsg.c
7392                 Update the FolderItem after sending (fixes 617593)
7393
7394 2002-11-14 [christoph]  0.8.5claws151
7395
7396         * src/folder.c
7397                 fix wrong position of NULL pointer check found
7398                 by Sergey
7399
7400 2002-11-14 [christoph]  0.8.5claws150
7401
7402         * src/folder.c
7403                 fix segfault when deleting messages from IMAP folders
7404                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7405
7406 2002-11-14 [colin]      0.8.5claws149
7407
7408         * src/compose.c
7409                 Forwarding was also ignoring the folder's default account.
7410
7411 2002-11-14 [colin]      0.8.5claws148
7412
7413         * src/compose.c
7414                 Fix sent folder not set to folder properties when 
7415                 forwarding.
7416
7417 2002-11-14 [thorsten]   0.8.5claws147
7418
7419         * src/inc.c
7420                 inc_start(): Files were not moved from .processing to inbox,
7421                 if no global processing rule existed
7422
7423 2002-11-14 [colin]      0.8.5claws146
7424
7425         * src/ssl_certificate
7426                 Fix file operations
7427
7428 2002-11-14 [paul]       0.8.5claws145
7429
7430         * po/it.po
7431                 updated by Alessandro Maestri
7432
7433 2002-11-13 [alfons]     0.8.5claws144
7434
7435         * src/folder.c
7436                 folder_item_close(): only mark messages unread
7437                 when a folder has new messages 
7438
7439 2002-11-13 [keith]      0.8.5claws143
7440
7441         * src/imap.c
7442                 Fix problem moving or copying between
7443                 IMAP folders
7444
7445 2002-11-13 [colin]      0.8.5claws142
7446
7447         * src/matcher_parser_parse.y
7448                 Fix rule problem when " don't match
7449
7450 2002-11-13 [christoph]  0.8.5claws141
7451
7452         * src/folder.c
7453         * src/folderview.c
7454                 moved cache saving to folder_item_close
7455                 the folderview should not have to deal with
7456                 this things
7457
7458 2002-11-13 [christoph]  0.8.5claws140
7459
7460         * src/summaryview.c
7461                 moved setting of important score to
7462                 summary_set_prefs_from_folderitem
7463
7464 2002-11-13 [colin]      0.8.5claws139
7465
7466         * src/matcher_parser_parse.y
7467                 Fix a segfault in the parser (happening when
7468                 a good expression had been tested and a bad 
7469                 one arrives)
7470
7471 2002-11-13 [paul]       0.8.5claws138
7472
7473         * sync with 0.8.5cvs24
7474                 see ChangeLog 2002-11-13
7475                 
7476         * po/pt_BR.po
7477                 updated by Fabio Jr. Beneditto
7478
7479 2002-11-13 [colin]      0.8.5claws137
7480         
7481         * src/msgcache.c
7482           src/defs.h
7483           src/procmsg.[ch]
7484                 Revert last commit, problem
7485
7486 2002-11-13 [colin]      0.8.5claws136
7487
7488         * src/msgcache.c
7489                 Remove duplicated code
7490         * src/defs.h
7491                 Bumped CACHE_VERSION and MARK_VERSION
7492         * src/procmsg.[ch]
7493                 Network endian for cache and mark files
7494
7495 2002-11-12 [colin]      0.8.5claws135
7496
7497         * src/inc.c
7498                 Fix the "socket error" dialog which disappeared
7499
7500 2002-11-12 [colin]      0.8.5claws134
7501
7502         * src/msgcache.c
7503                 Reverse last commit which had performance 
7504                 problems, but still reverse the list
7505
7506 2002-11-12 [colin]      0.8.5claws133
7507
7508         * src/msgcache.c
7509                 Reverse list order
7510
7511 2002-11-12 [melvin]     0.8.5claws132
7512
7513         * src/compose.c
7514                 Added a check for a NULL prefs_common.dictionary
7515
7516 2002-11-12 [colin]      0.8.5claws131
7517
7518         * src/ssl_certificate.[ch]
7519                 Use FQDN hostname
7520
7521 2002-11-12 [colin]      0.8.5claws130
7522
7523         * src/ssl_certificate.[ch]
7524                 Take connection port into account for 
7525                 checking certificates (a single hostname
7526                 could have multiple servers with multiple
7527                 certificates)
7528         * src/ssl.c
7529                 Pass the port to ssl_certificate_check
7530
7531 2002-11-12 [paul]       0.8.5claws129
7532
7533         * src/folder.c
7534                 fix a typo in last commit
7535
7536 2002-11-12 [paul]       0.8.5claws128
7537
7538         * sync with 0.8.5cvs23
7539                 see ChangeLog entry 2002-11-12
7540
7541 2002-11-11 [colin]      0.8.5claws127
7542
7543         * src/ssl_certificate.c
7544                 Cleaner messages
7545                 Don't popup, instead log error, if the 
7546                 corresponding pref is checked
7547         * src/ssl_certificate.h
7548                 include <openssl/objects/h>
7549
7550 2002-11-11 [colin]      0.8.5claws126
7551
7552         * src/ssl_certificate.h
7553                 _Really_ clean it
7554
7555 2002-11-11 [colin]      0.8.5claws125
7556         
7557         * src/ssl_certificate.c
7558                 Fixed leak
7559
7560 2002-11-11 [colin]      0.8.5claws124
7561
7562         * src/ssl.c
7563                 Cleaned a bit
7564         * src/ssl_certificate.[ch]
7565                 Cleaned a bit (better use of SSL API)
7566                 (This will cause non-recognition of saved 
7567                  certificates of claws12[23]...)
7568
7569 2002-11-11 [paul]       0.8.5claws123
7570         
7571         * po/es.po
7572                 updated by Ricardo Mones Lastra
7573
7574 2002-11-11 [colin]      0.8.5claws122
7575
7576         * src/ssl.c
7577                 Fix a typo
7578
7579 2002-11-11 [colin]      0.8.5claws121
7580
7581         * src/ssl_certificate.[ch] ** NEW FILES **
7582         * src/ssl.[ch]
7583                 Check SSL certificates presented to us
7584         * src/Makefile.am
7585                 Add ssl_certificate.[ch]
7586         * po/POTFILES.in
7587                 Add ssl_certificate.c
7588
7589 2002-11-11 [paul]       0.8.5claws120
7590
7591         * sync with 0.8.5cvs22
7592                 see ChangeLog 2002-11-11
7593
7594 2002-11-11 [paul]       0.8.5claws119
7595
7596         * sync with 0.8.5cvs21
7597                 see ChangeLog 2002-11-11
7598
7599 2002-11-10 [jens]       0.8.5claws118
7600
7601         * src/folder.c
7602         * src/folderview.c
7603                 corrected some typing
7604         * po/de.po
7605                 updated german translation
7606         * sylpheed.spec.in
7607                 cleaned up specfile and adjusted it for claws
7608
7609 2002-11-10 [colin]      0.8.5claws117
7610
7611         * src/summaryview.c
7612                 a STATUSBAR_PUSH/POP fix
7613
7614 2002-11-10 [colin]      0.8.5claws116
7615
7616         * src/prefs_folder_item.c
7617                 Fix hanging after opening folder properties
7618
7619 2002-11-10 [hoa]        0.8.5claws115
7620
7621         * src/matcher_parser_lex.l
7622         * src/matcher_parser_parse.y
7623                 config file for scoring and filtering is no more trashed
7624                 when there is a syntax error in a filtering rule when
7625                 editing it in a dialog.
7626
7627 2002-11-09 [colin]      0.8.5claws114
7628
7629         * src/mbox_folder.c
7630                 Added missing initialisation of folder->destroy()
7631
7632 2002-11-09 [colin]      0.8.5claws113
7633
7634         * src/folder.c
7635           src/folderview.c
7636                 Fix the status bar messages
7637
7638 2002-11-09 [colin]      0.8.5claws112
7639
7640         * src/folderview.c
7641                 Fix hangs after folder dnd, happening after 
7642                 claws109.
7643
7644 2002-11-09 [christoph]  0.8.5claws111
7645
7646         * src/folderview.c
7647                 just changed order of calls (reverse order of
7648                 associated calls)
7649         * src/inc.c
7650                 lock inc when checking only one account, otherwise
7651                 inc all could be executed at the same time
7652
7653 2002-11-09 [christoph]  0.8.5claws110
7654
7655         * src/folderview.c
7656                 better unlock the mouse cursor before calling
7657                 summary_show because it changes the cursor too
7658
7659 2002-11-09 [christoph]  0.8.5claws109
7660
7661         * src/folder.[ch]
7662         * src/folderview.c
7663                 add functions to open and close a folder
7664                 o opending will execute scanning for remote folders
7665                   and processing
7666                 o closing will unset new flag for messages
7667
7668 2002-11-09 [colin]      0.8.5claws108
7669
7670         * src/folder.c
7671                 Add a call to prefs_matcher_write_config to 
7672                 avoid non-leaf folders filtering settings to be
7673                 lost
7674
7675 2002-11-09 [paul]       0.8.5claws107
7676
7677         * src/prefs_account.c
7678                 re-word a label
7679
7680 2002-11-09 [colin]      0.8.5claws106
7681
7682         * src/folderview.c
7683                 Minor esthetic fix
7684
7685 2002-11-09 [colin]      0.8.5claws105
7686
7687         * src/folderview.c
7688                 Fix prefs_filtering deletion for MH folders (same
7689                 reason as below)
7690         * src/prefs_filtering.c
7691                 Fix prefs_filtering renaming and deletion for 
7692                 folder-based processing rules.  
7693
7694 2002-11-09 [christoph]  0.8.5claws104
7695
7696         * src/compose.c
7697         * src/folder.[ch]
7698         * src/folderview.[ch]
7699         * src/import.c
7700         * src/inc.c
7701         * src/main.c
7702         * src/mainwindow.c
7703         * src/messageview.c
7704         * src/prefs_folder_item.c
7705         * src/procmsg.c
7706         * src/summaryview.c
7707                 implement a callback system for folder item updates
7708
7709 2002-11-09 [colin]      0.8.5claws103
7710
7711         * src/folderview.c
7712                 Fix prefs_filtering renaming for MH folders (we
7713                 shouldn't rename by path as another folder could
7714                 have the same hierarchy).
7715
7716 2002-11-09 [colin]      0.8.5claws102
7717
7718         * src/folder.c
7719                 Fix a leak found by Christoph, use better variable
7720                 names
7721
7722 2002-11-09 [colin]      0.8.5claws101
7723
7724         * src/folder.c
7725                 One more fix for processing rules
7726
7727 2002-11-08 [colin]      0.8.5claws100
7728         
7729         * src/matcher.c
7730                 Don't copy the compiled regexp (will be reevaluated)
7731         * src/folderview.c
7732                 Lock folderview while moving
7733         * src/folder.c
7734                 Provide info on what's happening to the user
7735
7736 2002-11-08 [colin]      0.8.5claws99
7737
7738         * src/folderview.c
7739                 Fix folder reordering after a move if parent is 
7740                 root
7741         * src/scoring.[ch]
7742                 Add function to copy a ScoringProp
7743         * src/prefs_folder_item.c
7744                 Copy scoring rules when copying a folder prefs
7745
7746 2002-11-08 [colin]      0.8.5claws98
7747
7748         * src/folderview.c
7749                 Fixes in case of failure
7750         * src/filtering.[ch]    
7751                 Add function to duplicate a FilteringProp
7752         * src/matcher.[ch]
7753                 Add function to duplicate a MatcherProp
7754         * src/prefs_folder_item.c
7755                 Save folder's processing rules when copying 
7756                 its prefs
7757
7758 2002-11-08 [colin]      0.8.5claws97
7759         
7760         * src/folderview.c
7761                 Sort after move
7762         * src/folder.c 
7763                 Change a printf to debug_print
7764
7765 2002-11-08 [colin]      0.8.5claws96
7766
7767         * src/folder.c
7768           src/folderview.c
7769                 Fix segfaults, call me stupido
7770         
7771
7772 2002-11-08 [colin]      0.8.5claws95
7773
7774         *src/folder.c
7775                 Added forgotten prefs to save when moving folders
7776
7777 2002-11-08 [colin]      0.8.5claws94
7778
7779         * src/folder.c
7780                 Fixes to folder DND (prefs copy)
7781         * src/folderview.c
7782                 Optimization for folder DND (don't rescan whole tree)
7783                 Added folderview_create_folder_node() for this 
7784                 optimization, so de-duped a bit the code
7785         * src/prefs_folder_item.[ch]
7786                 Added prefs_folder_item_copy_prefs()    
7787           
7788 2002-11-08 [paul]       0.8.5claws93
7789
7790         * src/prefs_account.c
7791           tools/README
7792           tools/kmail2sylpheed_v2.pl
7793                 correct some typos
7794
7795 2002-11-08 [paul]       0.8.5claws92
7796
7797         * src/compose.c
7798           src/prefs_account.[ch]
7799                 remove account options 'clearsign' and 'ascii_armored',
7800                 replace with 'default_gnupg_mode' to prevent mixed-mode
7801                 Privacy settings
7802
7803 2002-11-08 [paul]       0.8.5claws91
7804
7805         * src/compose.[ch]
7806                 re-implement GnuPG 'on-the-fly' mode selection,
7807                 disallow mixed-mode
7808
7809 2002-11-08 [colin]      0.8.5claws90
7810
7811         * src/folderview.c
7812           src/prefs_folder_item.c
7813                 Change "Property" to "Properties"
7814
7815 2002-11-07 [colin]      0.8.5claws89
7816
7817         * src/folderview.c
7818           src/folder.c
7819                 Allow folder dropping to a root folder
7820
7821 2002-11-07 [paul]       0.8.5claws88
7822
7823         * src/compose.c
7824                 revert last commit
7825
7826 2002-11-07 [paul]       0.8.5claws87
7827
7828         * src/compose.c
7829                 fix reply-to-list bug. closes bug report
7830                 "[633382] reply-to-list broken in recent cvs"
7831
7832 2002-11-07 [paul]       0.8.5claws86
7833
7834         * src/compose.c
7835                 add a forgotten '#if USE_GPGME ... #endif'
7836
7837 2002-11-07 [paul]       0.8.5claws85
7838
7839         * sync with 0.8.5cvs20
7840                 see ChangeLog 2002-11-07
7841
7842 2002-11-07 [colin]      0.8.5claws84
7843
7844         * src/folder.[ch]
7845                 Change folder_item_move_to to return the newly 
7846                 created folderitem.
7847         * src/folderview.c
7848                 Select the new folderitem after moving.
7849
7850 2002-11-07 [colin]      0.8.5claws83
7851
7852         * src/prefs_filtering.c
7853                 Fix rule rewriting when moving a leaf folder to a 
7854                 shorter path
7855
7856 2002-11-07 [colin]      0.8.5claws82
7857
7858         * src/prefs_filtering.c
7859                 fix a leak
7860
7861 2002-11-07 [colin]      0.8.5claws81
7862
7863         * src/folder.[ch]
7864                 Add folder_item_move_to() function to move a 
7865                 folderitem into another one (updates matcher etc)
7866         * src/folderview.c
7867                 Add folder drag'n drop (context menu to come)
7868                 [Should be dataloss free, but Please backup before 
7869                  trying !]
7870
7871 2002-11-06 [colin]      0.8.5claws80
7872
7873         * src/mh.c
7874                 mh_create_folder() returns NULL if can't create
7875                 directory hierarchy
7876
7877 2002-11-06 [paul]       0.8.5claws79
7878
7879         * src/compose.[ch]
7880                 allow 'on-the-fly' changing of the type of encryption 
7881                 and/or signing used (mime/ascii) via the compose window
7882
7883 2002-11-06 [paul]       0.8.5claws78
7884
7885         * sync with 0.8.5cvs19
7886                 see ChangeLog 2002-11-06 for src/account.c: 
7887                 account_get_special_folder()
7888                 
7889 2002-11-05 [alfons]     0.8.5claws77
7890
7891         * src/crash.c
7892                 very minor cleanups: nothing to see here, move on. :-)
7893
7894 2002-11-05 [colin]      0.8.5claws76
7895
7896         * src/main.c
7897                 Changes choices if compose windows are opened to
7898                 Discard, Draft, Don't quit
7899
7900 2002-11-05 [thorsten]   0.8.5claws75
7901
7902         * src/compose.c
7903                 reenabled default_reply_to folder option
7904
7905 2002-11-05 [colin]      0.8.5claws74
7906
7907         * src/compose.[ch] 
7908                 add compose_draft()
7909         * src/crash.c
7910                 add SIGTERM handler
7911         * src/main.[ch]
7912                 add clean_quit() for the SIGTERM handler
7913
7914 2002-11-05 [paul]       0.8.5claws73
7915         
7916         * po/es.po
7917                 updated by Ricardo Mones Lastra
7918
7919 2002-11-05 [melvin]     0.8.5claws72
7920
7921         * src/logwindow.c
7922                 Fixed log-clipping bug #616795.
7923                 To stop logging in the log window use 0 length.
7924         * src/prefs_common.c
7925                 Added a label to inform about the 0 log length behaviour.
7926
7927 2002-11-05 [paul]       0.8.5claws71
7928
7929         * sync with 0.8.5cvs17
7930                 see ChangeLog 2002-11-05
7931
7932 2002-11-04 [paul]       0.8.5claws70
7933
7934         * sylpheed-128x128.png
7935           sylpheed-64x64.png
7936           sylpheed.png
7937                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7938                 <nikai@users.sourceforge.net>
7939                 
7940         * po/bg.po
7941                 updated by George Danchev
7942
7943 2002-11-03 [thorsten]   0.8.5claws69
7944
7945         * src/main.c
7946           src/mimeview.c
7947           src/rfc2015.h
7948                 add check if gpg is active
7949
7950 2002-11-03 [thorsten]   0.8.5claws68
7951
7952         * src/toolbar.h
7953                 removed GSList declaration causing trouble on MacOS-X
7954                 (submitted by alfons, reported by xfesty)
7955
7956 2002-11-01 [paul]       0.8.5claws67
7957
7958         * src/mainwindow.c
7959                 remove last remnants of main's filter code
7960
7961 2002-11-01 [paul]       0.8.5claws66
7962
7963         * tools/filter_conv.pl
7964                 fix bug where user-defined headers were ignored
7965
7966 2002-11-01 [paul]       0.8.5claws65
7967
7968         * src/logwindow.c
7969                 make a debug_print() not translatable
7970
7971 2002-10-31 [melvin]     0.8.5claws64
7972
7973         * ac/aspell.m4
7974                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7975                 not run any GNU/aspell test.  The dictionary path will
7976                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7977                 was given, in which case, it will be $prefix/lib/aspell/
7978         * configure.in
7979                 Fixed typo in commentary (Aspell code).
7980
7981 2002-10-31 [paul]       0.8.5claws63
7982
7983         * po/POTFILES.in
7984                 remove src/filter.c and src/prefs_filter.c
7985                 thanks to Ricardo for reminding me
7986
7987 2002-10-31 [colin]      0.8.5claws62
7988
7989         * src/mbox_folder.c
7990                 Plug some leaks
7991
7992 2002-10-31 [paul]       0.8.5claws61
7993
7994         * src/prefs_filter.[ch] ** REMOVED **
7995           src/filter.[ch]       ** REMOVED **
7996           
7997         * src/Makefile.am
7998           src/folderview.c
7999           src/inc.c
8000           src/main.c
8001           src/mainwindow.c
8002           src/mbox.c
8003           src/prefs_common.c
8004           src/prefs_filtering.c
8005           src/summaryview.[ch]
8006                 remove main's 'filter' code
8007                 
8008         README.claws
8009                 update to reflect removal of main's filter
8010
8011 2002-10-31 [paul]       0.8.5claws60
8012
8013         * src/summaryview.c
8014                 remove check for global_processing in summary_filter_open(). 
8015                 This fixes the bug where if the user uses the right-click 
8016                 'Create filter rule...' and doesn't have any filter rules 
8017                 already defined in claws' advanced filtering, the newly 
8018                 created filter rule goes to main's filtering which is 
8019                 inaccessible through the gui. Now the filter rule gets added
8020                 to claws' filtering by default.
8021
8022 2002-10-28 [melvin]     0.8.5claws59
8023
8024         * src/prefs_actions.c
8025                 Fixed bug #627322 where MIME parts were not always
8026                 correctly passed to a %p action
8027                 Display an error dialog when message filename is not found.
8028
8029 2002-10-28 [melvin]     0.8.5claws58
8030
8031         * src/prefs_common.c
8032                 Readded a missing function declaration lost in 0.8.3claws34
8033
8034 2002-10-28 [paul]       0.8.5claws57
8035
8036         * sync with 0.8.5cvs15
8037                 see ChangeLog 2002-10-28 and 2002-10-25
8038                 
8039         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8040
8041 2002-10-27 [oliver]     0.8.5claws56
8042
8043         * src/pop.c
8044                 plug leak in pop3_top_recv
8045
8046 2002-10-26 [christoph]  0.8.5claws55
8047
8048         * src/folder.c
8049                 set need_update folder flag when messages are added
8050                 (closes bug [ 626922 ] folder not updated after receiving)
8051
8052 2002-10-25 [melvin]     0.8.5claws54
8053
8054         * src/imageview.c
8055                 Fixed a memleak introduced in the scaling code.
8056
8057 2002-10-24 [alfons]     0.8.5claws53
8058
8059         * src/filtering.c
8060                 make filtering's forward message action forward from the 
8061                 correct account
8062                 (closes bug [628089 ] Filter -> Forward from address problem
8063                 reported by Oktay)
8064
8065 2002-10-24 [christoph]  0.8.5claws52
8066
8067         * src/mainwindow.c
8068         * src/manual.[ch]
8069                 o use manual of current locale or english if current
8070                   locale is not available (and english is available)
8071                 o also link to sylpheed doc project manuals
8072
8073 2002-10-23 [paul]       0.8.5claws51
8074
8075         * tools/README
8076           tools/kmail2sylpheed_v2.pl
8077                 add new version of kmail addressbook importer script.
8078                 works with newer versions of Kmail/KAddressBook which
8079                 have new and rearranged data.
8080
8081 2002-10-23 [martin]     0.8.5claws50
8082
8083         * src/folderview.c
8084         * src/summaryview.c
8085         * src/utils.h
8086         * src/utils.c
8087                 added length parameter to get_abbrev_newsgroup_name()
8088                 changed this function so that it abbreviates the newsgroup
8089                 names only so long it is smaller than the length parameter
8090                 (for better reading of some newsgroup names and space efficiency)
8091
8092 2002-10-22 [colin]      0.8.5claws49
8093
8094         *src/foldersel.c
8095                 Revert Alfons' last modification (after voting ;-))
8096
8097 2002-10-21 [alfons]     0.8.5claws48
8098
8099         * src/foldersel.c
8100                 folder view in folder selection dialog reflects state of
8101                 folder view in main window
8102
8103 2002-10-18 [alfons]     0.8.5claws47
8104
8105         * src/mbox.c
8106                 drop imported messages in folder selected by user,
8107                 and not in the inbox
8108                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8109
8110 2002-10-18 [alfons]     0.8.5claws46
8111
8112         * src/compose.c
8113                 make automagic reply work correctly for email accounts 
8114                 (whether it's viable to do a full sync with Hiro's 
8115                 compose.c is still under discussion)
8116
8117 2002-10-18 [melvin]     0.8.5claws45
8118
8119         * src/prefs_actions.c
8120                 Fixed bug #622275 where asynchroneous actions left 
8121                 zombies processes
8122                 Made (synchroneous) actions' input be displayed live.
8123
8124 2002-10-18 [christoph]  0.8.5claws44
8125
8126         * src/textview.c
8127                 don't add a newline in the textview in front of the
8128                 first textpart if header display is disabled
8129                 (closes bug [ 603385 ] disabled header display leaves blank
8130                  lin)
8131
8132 2002-10-18 [christoph]  0.8.5claws43
8133
8134         * src/folder.[ch]
8135         * src/imap.c
8136         * src/mbox_folder.c
8137         * src/mh.c
8138         * src/news.c
8139                 folder->get_num_list now returns an error code
8140                 (closes bug [ 609424 ] News cache cleared on failure)
8141                 
8142 2002-10-17 [colin]      0.8.5claws42
8143         
8144         * src/news.c
8145                 Changed a printf by debug_print
8146
8147 2002-10-16 [paul]       
8148
8149         * tools/OOo2sylpheed.pl
8150                 allow for spaces in the name of the
8151                 file to be attached.
8152
8153 2002-10-16 [colin]      0.8.5claws41
8154
8155         * src/main.c
8156                 Use a tristate to change online mode
8157
8158 2002-10-16 [paul]       0.8.5claws40
8159
8160         * po/es.po
8161                 updated by Ricardo Mones Lastra
8162
8163 2002-10-16 [colin]      0.8.5claws39
8164
8165         * src/main.c
8166           src/mainwindow.[ch]
8167                 Added --online and --offline command-line
8168                 switches
8169
8170 2002-10-15 [christoph]  0.8.5claws38
8171
8172         * src/procmime.c
8173                 set mimeinfo->name to NULL after g_free to
8174                 avoid double freeing with g_free
8175
8176 2002-10-14 [christoph]  0.8.5claws37
8177
8178         * src/compose.c
8179         * src/filtering.c
8180         * src/summaryview.c
8181                 remove calls to folder->change_flags that are now
8182                 done by procmsg flag functions (seems it is not
8183                 used by any foldertype anyway)
8184         * src/folder.c
8185                 init folder->change_flags with NULL
8186
8187 2002-10-14 [christoph]  0.8.5claws36
8188
8189         * src/folder.[ch]
8190         * src/imap.[ch]
8191                 use virtual functions for folder item new and destroy
8192                 functions
8193
8194 2002-10-14 [melvin]     0.8.5claws35
8195
8196         * src/compose.c
8197                 Added a test to not run the spell checker if no default
8198                 dictionary is available. No dialog is displayed though.
8199
8200 2002-10-14 [melvin]     0.8.5claws34
8201
8202         * src/gtkaspell.c
8203                 Fixed bug in dictionary list context menu where
8204                 "More..." pointed to an emtpy submenu if the
8205                 number of dictionaries is a multiple of 15
8206                 Removed unneeded code in suggestions list creation
8207
8208 2002-10-14 [paul]       0.8.5claws33
8209
8210         * po/bg.po
8211                 updated by George Danchev
8212
8213 2002-10-13 [hoa]        0.8.5claws32
8214
8215         * src/matcher.[ch]
8216           src/matcher_parser_parser.y
8217                 removed the escaped string from internal structure
8218                 of matcher.
8219
8220 2002-10-12 [colin]      0.8.5claws31
8221
8222         * src/gtksctree.[ch]
8223           src/summaryview.c
8224                 Removed useless function gtksctree_reanchor
8225
8226 2002-10-12 [alfons]     0.8.5claws30
8227         
8228         * sync with remaining main changes 2002-10-09 - 2002-10-11
8229         - drop changes to src/compose.c (requires claws specific changes)
8230         
8231 2002-10-12 [alfons]     0.8.5claws29
8232         
8233         * sync with main changes of 2002-10-08
8234         - drop changes to src/compose.c (requires claws specific changes)
8235         - drop changes to src/summaryview.c (requires changes to compose.c)     
8236
8237 2002-10-12 [alfons]     0.8.5claws28
8238         
8239         * sync with main changes of 2002-10-07
8240
8241 2002-10-12 [alfons]     0.8.5claws27
8242
8243         * sync with main changes of 2002-10-04
8244         - drop changes to src/compose.c (requires claws specific changes)
8245         - drop changes to src/prefs_folder_item.c (claws implementation
8246           seems to be working)
8247
8248 2002-10-12 [colin]      0.8.5claws26
8249
8250         * src/mainwindow.c
8251                 Fix folder-flicker when space-reading, introduced 
8252                 in claws22.
8253
8254 2002-10-12 [colin]      0.8.5claws25
8255
8256         * src/compose.c
8257                 Save account address when saving as draft.
8258                 (closes bug 621838)
8259
8260 2002-10-12 [colin]      0.8.5claws24
8261
8262         * src/summaryview.c
8263                 Fix the problem consisting of no message selected
8264                 after the last message in a folder has been moved.
8265
8266 2002-10-12 [paul]       0.8.5claws23
8267
8268         * src/compose.c
8269           src/prefs_template.c
8270           src/template.[ch]
8271                 add Cc and Bcc to templates. Patch submitted by
8272                 John L. Males.
8273
8274 2002-10-12 [colin]      0.8.5claws22
8275
8276         * src/folderview.c
8277                 Fix a bug after "Check for new messages":
8278                 If a folder was opened, it was still selected at
8279                 the end of the check, but displayed empty.
8280         * src/mainwindow.c
8281                 Remove unnecessary check
8282
8283 2002-10-12 [paul]
8284
8285         * tools/README
8286                 be more verbose in the description of
8287                 OOo2sylpheed.pl
8288                 
8289
8290 2002-10-11 [colin]      0.8.5claws21
8291
8292         * src/mainwindow.c
8293                 Make space work (better) when no mail is selected
8294
8295 2002-10-11 [colin]      0.8.5claws20
8296
8297         * src/inc.c
8298           src/news.c
8299                 fix warnings
8300
8301 2002-10-11 [colin]      0.8.5claws19
8302
8303         * src/mainwindow.c
8304                 revert 0.8.5claws6 changes as i couldn't get to
8305                 anything satisfying
8306
8307 2002-10-11 [melvin]     0.8.5claws18
8308
8309         * src/compose.c
8310                 Removed buggy and unused macro (should have been committed in
8311                 0.8.5claws17)
8312
8313 2002-10-11 [melvin]     0.8.5claws17
8314
8315         * src/compose.c
8316                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8317
8318 2002-10-11 [thorsten]   0.8.5claws16 
8319
8320         * src/folderview.c
8321                 remove rescan warning
8322
8323 2002-10-11 [colin]      0.8.5claws15 
8324
8325         * src/procheader.c
8326                 fix a segfault that happens if conv_unmime_header
8327                 fails (should be better to find out why it fails)
8328
8329 2002-10-11 [christoph]  0.8.5claws14
8330
8331         * src/summaryview.c
8332                 update folderview stats after ignore/unignore thread
8333
8334 2002-10-11 [hoa]        0.8.5claws13
8335
8336         * src/quote_fmt_parse.y
8337                 Fixed a yacc/bison syntax error
8338         * src/matcher.c
8339                 Escaping of string is fixed.
8340
8341 2002-10-11 [colin]      0.8.5claws12
8342
8343         * src/imageview.c
8344                 Resize images to fit
8345
8346 2002-10-11 [paul]       0.8.5claws11
8347
8348         * po/es.po
8349                 updated by Ricardo Mones Lastra
8350
8351 2002-10-10 [alfons]     0.8.5claws10
8352
8353         * src/compose.c
8354                 allow dropping files by "moving" files from a file manager,
8355                 not only by the more cumbersome "copying". the latter 
8356                 mostly implies holding down the Control button
8357
8358 2002-10-10 [christoph]  0.8.5claws9
8359
8360         * src/summaryview.c
8361                 update folders after thread building for ignored threads
8362
8363 2002-10-10 [christoph]  0.8.5claws8
8364
8365         * config/.cvsignore
8366                 added Makefile
8367         * src/filtering.[ch]
8368         * src/folder.[ch]
8369         * src/folderview.[ch]
8370         * src/import.c
8371         * src/inc.[ch]
8372         * src/mbox.[ch]
8373         * src/procmsg.c
8374         * src/summaryview.[ch]
8375                 o added new flag need_update to FolderItem
8376                 o removed folder_table from various functions from tracking
8377                   folder updates
8378                 o set need_update flags in folder.c's move, copy and delete
8379                   functions and procmsg's flags functions
8380                 o added function folderview_update_items_when_required that
8381                   updates all folders with need_update set
8382                 o call folderview_update_items_when_required instead of
8383                   folderview_update_item_foreach
8384
8385 2002-10-09 [sergey]     0.8.5claws7
8386
8387         * src/compose.c
8388                 Strip CRs whel loading the text into editor in reedit mode.
8389
8390 2002-10-09 [colin]      0.8.5claws6
8391
8392         * src/mainwindow.c
8393                 Make Space work when no mail is selected
8394
8395 2002-10-09 [colin]      0.8.5claws5
8396
8397         * src/gtksctree.[ch]
8398                 Fix range_select
8399                 Add gtk_sctree_reanchor() 
8400         * src/summaryview.c
8401                 Use gtk_sctree_reanchor() - better fix for 
8402                 bug 60413
8403
8404 2002-10-09 [colin]      0.8.5claws4
8405
8406         * src/summaryview.c
8407                 Fix shift-click select after delete problem
8408                 (closes bug 60413)
8409
8410 2002-10-08 [thorsten]   0.8.5claws3
8411
8412         * src/summaryview.c
8413                 exclude current msg from -hide read messages-
8414
8415 2002-10-08 [colin]      0.8.5claws2
8416
8417         * src/inc.[ch]
8418           src/pop.c
8419           src/recv.c
8420                 Differentiate socket errors from disk full
8421                 errors
8422
8423 2002-10-08 [christoph]  0.8.5claws1
8424
8425         * Makefile.am
8426         * configure.in
8427                 modifications for new config directory
8428
8429         * config.guess  ** REMOVED **
8430         * config.sub    ** REMOVED **
8431         * install-sh    ** REMOVED **
8432         * ltmain.sh     ** REMOVED **
8433         * missing       ** REMOVED **
8434         * mkinstalldirs ** REMOVED **
8435                 these files are autogenerated by automake
8436                 when you run autogen.sh
8437
8438         * config/.cvsignore     ** NEW FILE **
8439         * config/Makefile.am    ** NEW FILE **
8440                 ignore autogenerated files
8441                 create a Makefile in this directory
8442
8443 2002-10-08 [paul]       0.8.5claws
8444
8445         * 0.8.5claws release
8446         
8447         * src/compose.c
8448           src/procheader.c
8449           src/procmsg.c
8450                 fix quote reply format for newsgroups reply bug
8451                 (thanks to Hoa)
8452                 
8453         * po/en_GB.po
8454           po/pl.po
8455                 updated by me and Witold Wladyslaw Wojciech Wilk
8456                 repectively
8457
8458 2002-10-07 [paul]       0.8.3claws53
8459
8460         * po/it.po
8461           po/pt_BR.po
8462           po/sr.po
8463                 updated messages catalogs, submitted by
8464                 Alessandro Maestri, Fabio Jr.Beneditto 
8465                 and Urke MMI, respectively.
8466
8467 2002-10-07 [christoph]  0.8.3claws52
8468
8469         * src/folder.[ch]
8470         * src/folderview.c
8471         * src/mainwindow.c
8472                 fix new folder ghost message bug
8473                 (closes bug [ 619722 ] wrong count for newly created folders)
8474
8475 2002-10-07 [christoph]  0.8.3claws51
8476
8477         * src/compose.c
8478                 fix news posting problem
8479
8480 2002-10-07 [melvin]     0.8.3claws50
8481
8482         * po/fr.po
8483                 Updated French translation
8484
8485 2002-10-05 [christoph]  0.8.3claws49
8486
8487         * src/gtkstext.c
8488                 check if line_start_cache is set in gtk_stext_update_text
8489                 (closes bug [ 618119 ] crash while doing search in folder)
8490
8491 2002-10-05 [christoph]  0.8.3claws48
8492
8493         * src/imap.c
8494         * src/news.c
8495         * src/utils.c
8496         * src/utils.h
8497                 implement cache cleanups for claws' folder system
8498                 (closes bug [ 595916 ] imapcache not cleaned up)
8499
8500 2002-10-05 [melvin]     0.8.3claws47
8501
8502         * src/prefs_actions.c
8503                 Made the help text more clear for the %p token
8504
8505 2002-10-04 [paul]       0.8.3claws46
8506
8507         * sync with 0.8.5
8508                 see ChangeLog 2002-10-02 and 2002-10-03
8509
8510 2002-10-04 [christoph]  0.8.3claws45
8511
8512         * src/inc.c
8513                 fix segfault caused by pop before smtp
8514                 call to inc_account_mail with NULL
8515                 pointer for mainwin
8516
8517 2002-10-04 [paul]       0.8.3claws44
8518
8519         * configure.in
8520                 sync the LDAP detection from 0.8.5cvs1
8521
8522 2002-10-02 [christoph]  0.8.3claws43
8523
8524         * po/de.po
8525                 fix small spelling error
8526
8527 2002-10-02 [melvin]     0.8.3claws42
8528
8529         * ac/aspell.m4
8530                 Behave better and say "no" when test program cannot be run.
8531
8532 2002-10-02 [paul]       0.8.3claws41
8533
8534         * sync with 0.8.4cvs1
8535                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8536                 
8537         * src/summaryview.c
8538                 toggle the behavior of Reply menuitem between
8539                 normal reply and reply-to-list
8540
8541 2002-10-01 [sergey]     0.8.3claws40
8542
8543         * src/compose.c
8544                 Convert newlines in the message text to the canonical form
8545                 before base64 encoding (RFC2045 compliance, fixes some
8546                 interoperability issues with Evolution 1.0.3)
8547
8548 2002-09-29 [colin]      0.8.3claws39
8549
8550         * src/summaryview.c
8551                 Fix an unwanted copy/paste
8552
8553 2002-09-29 [colin]      0.8.3claws38
8554
8555         * src/mainwindow.c
8556                 Renamed "Custom toolbar" to "Customize toolbar"
8557                 Renamed "Show all header" to "Show all headers"
8558                 Renamed "Set diplay item" to "Set displayed items"
8559         * src/prefs_common.c
8560                 Renamed "Show all header" to "Show all headers"
8561         * src/prefs_summary_column.c
8562                 Renamed "diplay item" to "displayed items"
8563
8564 2002-09-29 [colin]      0.8.3claws37
8565
8566         * src/mainwindow.[ch]
8567                 online/offline status pixmaps follow theme
8568                 changes
8569         * src/summaryview.[ch]
8570                 quicksearch pixmap follows theme changes
8571
8572 2002-09-29 [thorsten]   0.8.3claws36
8573
8574         * src/compose.c
8575           src/prefs_folder_item.[ch]
8576                 add default_reply_to folder option (closes patch 581044)
8577
8578 2002-09-29 [christoph]  0.8.3claws35
8579
8580         * acconfig.h    ** REMOVED **
8581         * configure.in
8582         * ac/aspell.m4
8583         * ac/check-type.m4
8584         * ac/gnupg-check-typedef.m4
8585                 fix autoheader 2.50 warning
8586
8587 2002-09-29 [christoph]  0.8.3claws34
8588
8589         * major code cleanup (part 2)
8590         
8591                 - unused variables removed
8592                 - unused functions removed
8593                 - uninitialized variables checked
8594                 - missing return statements added
8595                 - missing function return types added
8596                 - added parentheses around assignment
8597                   when suggested by gcc
8598
8599 2002-09-29 [alfons]     0.8.3claws33
8600
8601         * src/logwindow.c
8602                 log_window_clear(): only bracket gtk_text_forward_delete() 
8603                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8604                 works around GTK text bug)
8605
8606 2002-09-29 [paul]       0.8.3claws32
8607
8608         * po/bg.po
8609           po/sr.po
8610                 updated by George Danchev and Urke MMI
8611                 respectively
8612
8613 2002-09-27 [christoph]  0.8.3claws31
8614
8615         * doc-src/readme.txt
8616         * doc-src/rfc1806.txt   ** REMOVED **
8617         * doc-src/rfc2183.txt   ** NEW FILE **
8618         * doc-src/rfc2980.txt   ** NEW FILE **
8619                 update rfcs
8620
8621 2002-09-27 [melvin]     0.8.3claws30
8622
8623         * ac/aspell.m4
8624                 Fixed typo which could break linking
8625
8626 2002-09-27 [melvin]     0.8.3claws29
8627
8628         * ac/aspell.m4
8629                 Improved GNU/aspell checking. 
8630                 Fixed bug #614490
8631
8632 2002-09-27 [paul]       0.8.3claws28
8633
8634         * sync with 0.8.3cvs8
8635                 see ChangeLog 2002-09-27
8636
8637 2002-09-26 [colin]      0.8.3claws27
8638
8639         * src/toolbar.[ch]
8640           src/mainwindow.[ch]
8641                 Add "Reply to Mailing-list" to the toolbar
8642
8643 2002-09-26 [christoph]  0.8.3claws26
8644
8645         * src/summaryview.c
8646                 Fix wrong message counts in summaryview status
8647
8648 2002-09-26 [paul]       0.8.3claws25
8649
8650         * sync with 0.8.3cvs7
8651                 see ChangeLog 2002-09-26
8652
8653 2002-09-26 [paul]       0.8.3claws24
8654
8655         * sync with 0.8.3cvs6
8656                 see ChangeLog 2002-09-25
8657
8658 2002-09-25 [christoph]  0.8.3claws23
8659
8660         * src/prefs_common.c
8661         * src/prefs_folder_item.c
8662         * src/prefs_scoring.c
8663                 Renamed "kill score" to "hide score" in GUI
8664                 and prefs files
8665
8666 2002-09-25 [paul]       0.8.3claws22
8667
8668         * sync with 0.8.3cvs5
8669                 see ChangeLog 2002-09-24
8670
8671 2002-09-24 [alfons]     0.8.3claws21
8672
8673         patch by Satoshi Nagayasu: allows appending / saving multiple 
8674         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8675         'Save as ...'")
8676
8677         * AUTHORS
8678                 add Satoshi Nagayasu
8679         * src/summaryview.c
8680                 summary_save_as(): allow saving selected files to
8681                 one file
8682                 summary_set_menu_sensitive: enable "Save As..." when
8683                 multiple files are selected
8684         * src/utils.[ch]
8685                 append_file(): new function
8686
8687 2002-09-24 [colin]      0.8.3claws20
8688
8689         * src/procmime.c
8690                 Fix segfault when mimeinfo doesn't have a 
8691                 content_type. 
8692
8693 2002-09-24 [colin]      0.8.3claws19
8694
8695         * src/prefs_common.[ch]
8696                 Add a preference to display send dialog or not
8697         * src/send.c
8698                 Display send dialog according to preference
8699
8700 2002-09-24 [colin]      0.8.3claws18
8701
8702         * src/compose.[ch]
8703                 Disable user actions when sending
8704
8705 2002-09-24 [colin]      0.8.3claws17
8706
8707         * src/procmime.c
8708                 Do not display name or filename for attachments
8709                 with an application/pgp-signature type
8710                 (security flaw, see bug 537413)
8711
8712 2002-09-23 [colin]      0.8.3claws16
8713
8714         * src/editaddress.c
8715                 Initialize entry_email, entry_alias and 
8716                 entry_remarks to first email address of the list
8717
8718 2002-09-23 [colin]      0.83claws15
8719
8720         * src/compose.c
8721                 Drop pgp-signature when reediting a signed queued
8722                 message
8723
8724 2002-09-23 [melvin]     0.8.3claws14
8725
8726         * po/fr.po
8727                 Updated French translation
8728
8729 2002-09-23 [melvin]     0.8.3claws13
8730
8731         * src/mainwindow.c
8732                 Made custom toolbar menu labels more consistent
8733         * src/prefs_toolbar.c
8734                 Made custom toolbar window title more consistent
8735
8736 2002-09-22 [colin]      0.8.3claws12
8737
8738         * src/inc.c
8739                 Initialize session type to normal before getting 
8740                 mail (fixes strange Get behaviour)
8741         * src/prefs_account.h
8742                 Move STYPE_POP_BEFORE_SMTP to last position to 
8743                 avoid other side-effects
8744
8745 2002-09-22 [colin]      0.8.3claws11
8746
8747         * src/prefs_account.c
8748                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8749                 from pop3 to apop or vice-versa
8750
8751 2002-09-22 [colin]      0.8.3claws10
8752         
8753         * src/prefs_account.[ch]
8754                 Add an option for the POP before SMTP timeout
8755         * src/inc.c
8756                 Remember time of last POP connection
8757         * src/send.c
8758                 Do POP before SMTP only if timeout reached
8759
8760 2002-09-22 [oliver]     0.8.3claws9
8761         
8762         * README.claws
8763                 explain custom toolbar
8764
8765 2002-09-22 [oliver]     0.8.3claws8
8766
8767         * src/prefs_actions.[ch]
8768         custom toolbar for compose      
8769                 actions callback from compose toolbar
8770         * src/folderview.c
8771                 remove include toolbar.h
8772
8773 2002-09-22 [oliver]     0.8.3claws7
8774         
8775         * src/prefs_toolbar.[ch]
8776                 custom toolbar for compose
8777                 - generic prefs_toolbar handles both
8778                   Mainwin's toolbar as well as Compose toolbar          
8779
8780 2002-09-22 [oliver]     0.8.3claws6
8781         
8782         * src/toolbar.[ch]
8783                 custom toolbar for compose
8784                 restructure toolbar.[ch]
8785
8786 2002-09-22 [oliver]     0.8.3claws5
8787
8788         * src/compose.[ch]
8789                 custom toolbar for compose
8790
8791 2002-09-22 [oliver]     0.8.3claws4
8792         
8793         * src/mainwindow.[ch]
8794                 custom toolbar for compose 
8795                 move mainwin toolbar back to mainwindow
8796
8797 2002-09-22 [alfons]     0.8.3claws3
8798
8799         * src/procmsg.c
8800                 :%sno/if(/if (/gc
8801                 :%sno/for(/for (/gc
8802                 (beautify)
8803
8804 2002-09-22 [alfons]     0.8.3claws2
8805         
8806         * src/procmsg.c
8807                 procmsg_save_to_outbox(): don't unlink message file from queue;
8808                 callers should do it using folder_item_remove_msg()
8809
8810 2002-09-22 [colin]      0.8.3claws1
8811
8812         * src/mimeview.[ch]
8813                 Made mimeview_check_signature() public
8814         * src/textview.c
8815                 Made GPG signatures verifiable by clicking
8816                 the [application/pgp-signature] in the Text
8817                 view
8818
8819 2002-09-22 [paul]       0.8.3claws
8820
8821         * po/bg.po
8822           po/en_GB.po
8823           po/es.po
8824           po/it.po
8825           po/pl.po
8826           po/pt_BR.po
8827           po/sr.po
8828                 updated translations, submitted by George Danchev,
8829                 me, Ricardo Mones Lastra, Alessandro Maestri,
8830                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8831                 and Urke MMI, respectively.     
8832
8833 2002-09-22 [alfons]     0.8.2claws65
8834
8835         * src/procmsg.c
8836         * src/pgptext.c
8837                 no furry valgrinds have been used to plug these memleaks
8838
8839 2002-09-20 [paul]       0.8.2claws64
8840
8841         * sync with 0.8.3cvs4
8842                 'Select thread' re-implemented 
8843                 see ChangeLog 2002-09-20
8844
8845 2002-09-21 [alfons]     0.8.2claws63
8846
8847         * src/compose.c
8848                 compose_send(): plug unnoticed memleak
8849
8850 2002-09-20 [alfons]     0.8.2claws62
8851
8852         * src/addr_compl.c
8853                 replace_address_in_edit(): strict check for NULL address to
8854                 fix "[ 607348 ] Segfault in address completion". My guess is
8855                 that this happens with an empty address book, but it's good
8856                 to have this check here anyway
8857                 
8858                 completion_window_button_press(): free string returned 
8859                 from the internal cache
8860
8861 2002-09-20 [christoph]  0.8.2claws61
8862
8863         * src/procmime.h
8864                 added ENC_BINARY to EncodingType
8865         * src/procmime.c
8866                 the string returned by procmime_get_encoding_str
8867                 should not depend on the order of values in the
8868                 EncodingType definition
8869         * doc-src/rfc1806.txt   ** NEW FILE **
8870                 Added rfc1806 about MIME Content-Disposition
8871                 Extension
8872
8873 2002-09-19 [paul]       0.8.2claws60
8874
8875         * sync with 0.8.2cvs3
8876                 see ChangeLog 2002-09-19
8877
8878 2002-09-19 [paul]       0.8.2claws59
8879
8880         * src/prefs_folder_item.c
8881                 revert to Darko's original alignment of colour
8882                 selector button
8883                 add a colon to folder_color label
8884                 
8885         * src/compose.c
8886                 add Colin's patch (with Hiro's modifications) to 
8887                 force BASE64 encoding for 8-bit text when signing
8888                 (sync with 0.8.3cvs2)
8889
8890 2002-09-18 [alfons]     0.8.2claws58
8891
8892         * src/compose.c
8893                 :%sno/if(/if (/gc
8894                 :%sno/for(/for (/gc
8895                 (beautify a little bit)
8896
8897 2002-09-18 [christoph]  0.8.2claws57
8898
8899         * src/pine.c
8900                 fix handling of fgetc return value
8901
8902 2002-09-17 [alfons]     0.8.2claws56
8903         
8904         * src/summaryview.c
8905                 summary_sort(): check non-NULL summaryview->folder_item when no 
8906                 folder is selected at all
8907                 (closes "[ 610344 ] sort label make syl Crash")
8908
8909 2002-09-17 [alfons]     0.8.2claws55
8910         
8911         * src/compose.c
8912                 beautify a little bit
8913
8914 2002-09-17 [christoph]  0.8.2claws54
8915
8916         * src/folder.c
8917                 initialize max values for cache and folder
8918                 when cache or folder is empty
8919
8920 2002-09-15 [colin]      0.8.2claws53
8921
8922         * src/compose.c
8923                 Fix a leak (thanks Alfons!) and cleaned
8924                 variables names for custom headers
8925
8926 2002-09-15 [colin]      0.8.2claws52
8927
8928         * src/compose.c
8929                 Fix custom headers recognition when
8930                 prefs_common.trans_hdr is on
8931
8932 2002-09-15 [colin]      0.8.2claws51
8933
8934         * src/compose.c
8935                 Allow dynamically-added custom headers
8936                 Yet not reparsed if reedited
8937
8938 2002-09-15 [alfons]     0.8.2claws50
8939
8940         * src/prefs_account.c
8941                 fix warnings
8942
8943 2002-09-15 [colin]      0.8.2claws49
8944         
8945         * src/prefs_account.c
8946                 fix pop_before_smtp sensitivity
8947
8948 2002-09-15 [colin]      0.8.2claws48
8949
8950         * src/inc.[ch]
8951                 add inc_pop_before_smtp()
8952                 allow MainWindow to be undefined in 
8953                 inc_account_mail() and inc_start()
8954         * src/pop.c
8955           src/prefs_account.h
8956                 add STYPE_POP_BEFORE_SMTP session type
8957         * src/prefs_account.c
8958                 activated pop before smtp option
8959         * src/send.c
8960                 do pop before smtp if the relevant option 
8961                 is set
8962
8963 2002-09-15 [paul]       0.8.2claws47
8964
8965         * sync with 0.8.3
8966                 see ChangeLog 2002-09-15
8967
8968 2002-09-14 [paul]       0.8.2claws46
8969
8970         * po/bg.po
8971                 updated Bulgarian translation, submitted by
8972                 George Danchev
8973
8974 2002-09-13 [paul]       0.8.2claws45
8975
8976         * src/compose.c
8977                 merge claws' select_account() with main's
8978                 (new) compose_select_account(). [sync with
8979                 0.8.2cvs15, see ChangeLog 2002-09-11]
8980
8981 2002-09-12 [christoph]  0.8.2claws44
8982
8983         * src/filter.c
8984                 allocate 1 elements of FolderItem not 0
8985
8986 2002-09-12 [colin]      0.8.2claws43
8987
8988         * src/compose.c
8989                 Fix bug #590825 (obey Follow-up: poster)
8990
8991 2002-09-12 [colin]      0.8.2claws42
8992
8993         * src/procmime.c
8994                 Fix bug #557009 (wrong headers for messages 
8995                 forwarded as attachments)
8996
8997 2002-09-11 [colin]      0.8.2claws41
8998         
8999         * src/compose.c
9000                 Put SCF: pseudo-header on top of message
9001                 Set draft tmp_flag when saved as draft
9002
9003         * src/procmsg.c
9004           src/procheader.c
9005                 Skip after first \n\n for beginning of real message
9006                 for drafts too
9007
9008 2002-09-11 [christoph]  0.8.2claws40
9009
9010         * src/filtering.c
9011                 use procmsg flag functions in filtering or processing
9012                 will cause incorrect folder message counts
9013
9014 2002-09-11 [colin]      0.8.2claws39
9015
9016         * src/compose.c
9017                 Fix bug #550175 - wrong save folder when reediting
9018                 drafts
9019
9020 2002-09-11 [paul]       0.8.2claws38
9021
9022         * sync with 0.8.2cvs14
9023                 see ChangeLog 2002-09-11
9024
9025 2002-09-11 [colin]      0.8.2claws37
9026
9027         * src/folder.c
9028                 Fix a typo (seeming to cause new/unread status to
9029                 be lost)
9030
9031 2002-09-10 [christoph]  0.8.2claws36
9032
9033         * src/compose.c
9034                 compose_redirect should not use compose_generic_new
9035                 because that does more stuff than expected including
9036                 opening the external editor
9037                 (closes bug "[ 526608 ] bounced messages appear blank
9038                  in editor")
9039
9040 2002-09-10 [christoph]  0.8.2claws35
9041
9042         * src/folder.c
9043                 fix problem with too large message number range
9044                 causing a crash in folder_item_scan
9045
9046 2002-09-10 [paul]       0.8.2claws34
9047
9048         * sync with 0.8.2cvs13
9049                 see ChangeLog 2002-09-10
9050
9051 2002-09-10 [christoph]  0.8.2claws33
9052
9053         * src/msgcache.c
9054                 set MsgInfo TmpFlags for queue and draft folders
9055                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9056
9057 2002-09-10 [paul]       0.8.2claws32
9058
9059         * AUTHORS
9060           po/bg.po      ** NEW FILE **
9061                 new Bulgarian translation submitted by
9062                 George Danchev <danchev@spnet.net>
9063                 
9064         * tools/Makefile.am
9065           tools/README
9066           tools/tb2sylpheed     ** NEW FILE **
9067                 add script that converts an addressbook exported
9068                 from The Bat! into a Sylpheed addressbook. Submitted
9069                 by Urke MMI <urke-kg@eunet.yu>
9070
9071 2002-09-10 [paul]       0.8.2claws31
9072
9073         * sync with 0.8.2cvs12
9074                 see ChangeLog 2002-09-10
9075
9076 2002-09-06 [paul]       0.8.2claws30
9077
9078         * src/prefs_common.c
9079                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9080                 
9081         * tools/Makefile.am
9082           tools/README
9083           tools/ldif-to-xml.py  ** REMOVED **
9084                 remove obsolete python script
9085
9086 2002-09-06 [paul]       0.8.2claws29
9087
9088         * sync with 0.8.2cvs10
9089                 see ChangeLog 2002-09-06
9090
9091 2002-09-04 [paul]       0.8.2claws28
9092
9093         * sync with 0.8.2cvs9
9094                 see ChangeLog 2002-08-04
9095
9096 2002-09-04 [colin]      0.8.2claws27 
9097
9098         * src/prefs_common.[ch]
9099                 Added signature color configuration
9100         * src/textview.c
9101                 Use user-specified signature color
9102
9103 2002-09-03 [colin]      0.8.2claws26
9104
9105         * src/prefs_common.[ch]
9106                 Added autosave and autosave_length prefs
9107         * src/compose.c
9108                 Added compose_remove_draft()
9109                 Auto-save drafts according to the prefs
9110         * src/main.c
9111                 Added a crash-indicator file, allowing to check
9112                 for new messages on startup if Sylpheed crashed
9113                 (makes saved drafts "reappear")
9114
9115 2002-09-03 [colin]      0.8.2claws25
9116
9117         * src/textview.[ch]
9118                 Grey the signature
9119
9120 2002-09-03 [paul]       0.8.2claws24
9121
9122         * sync with 0.8.2cvs8
9123                 see ChangeLog 2002-09-02 and 2002-09-03
9124
9125 2002-09-03 [darko]      0.8.2claws23
9126
9127         * src/folderview.c
9128                 use normal style when creating new folder to pick
9129                 proper font size 
9130
9131 2002-09-02 [melvin]     0.8.2claws22
9132
9133         * src/gtkaspell.m4
9134                 removed some obsolete code
9135
9136 2002-09-02 [melvin]     0.8.2claws21
9137
9138         * ac/aspell.m4
9139                 fixed test's equality sign (== to =)
9140
9141 2002-09-02 [alfons]     0.8.2claws20
9142
9143         * src/folder.c
9144         * src/mh.c
9145                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9146                 as folder->destroy virtual as suggested by Hiro
9147                 (the mh.c code seems to have been lost around mh.c.1.21)
9148
9149 2002-09-02 [paul]       0.8.2claws19
9150
9151         * po/pt_BR.po
9152                 updated by Fabio Jr. Beneditto
9153                 
9154         * src/defs.h
9155                 use 'http://claws.sylpheed.org' for homepage link. 
9156                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9157
9158 2002-09-01 [alfons]     0.8.2claws18
9159
9160         * src/mh.c
9161                 plug memleak related to one Martin Kluge found
9162
9163 2002-08-31 [paul]       0.8.2claws17
9164
9165         * sync with 0.8.2cvs6
9166                 see ChangeLog 2002-08-30
9167
9168 2002-08-31 [alfons]     0.8.2claws16
9169
9170         * src/folder.c
9171                 folder_destroy(): remove mailbox from folderlist even if it has
9172                 no destroy virtual
9173
9174 2002-08-31 [alfons]     0.8.2claws15
9175
9176         * src/folder.c
9177                 :%sno/if(/if (/gc
9178                 :%sno/for(/for (/gc
9179                 (being pedantic I know)
9180
9181 2002-08-31 [alfons]     0.8.2claws14
9182
9183         * src/folder.c
9184                 check for NULL pointers returned from folder->fetch_msginfo virtual
9185                 (should solve some reported crashes)
9186
9187 2002-08-30 [alfons]     0.8.2claws13
9188
9189         * acconfig.h
9190         * configure.in
9191         * src/crash.c
9192                 enable crash dialog on compilation time
9193                 (--enable-crash-dialog configure option)
9194
9195 2002-08-30 [alfons]     0.8.2claws12
9196
9197         * AUTHORS
9198                 add Martin Kluge
9199         * src/mh.c
9200                 apply memory leak plug patch by Martin Kluge
9201                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9202                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9203                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9204
9205 2002-08-30 [darko]      0.8.2claws11
9206
9207         * src/folderview.c
9208                 copy Gtk style from normal style to match
9209                 font size for coloured folders
9210
9211 2002-08-29 [alfons]     0.8.2claws10
9212
9213         * sylpheed.desktop
9214                 Type=Internet <- Type=Application
9215                 (reported by Michael Schwendt, see:
9216                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9217                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9218
9219 2002-08-29 [paul]       0.8.2claws9
9220
9221         * sync with 0.8.2cvs5
9222                 see ChangeLog 2002-08-29
9223
9224 2002-08-29 [colin]      0.8.2claws8
9225
9226         * src/summaryview.c
9227                 Added a sanity check in summary_select_thread
9228                 Should fix bug 601605
9229
9230 2002-08-29 [colin]      0.8.2claws7
9231
9232         * src/main.c
9233                 Revert claws6 changes regarding bug #591676
9234
9235 2002-08-28 [colin]      0.8.2claws6
9236         
9237         * src/main.c
9238                 Ignore cache for queue folderitems
9239                 Fix bug #591676
9240
9241 2002-08-28 [melvin]     0.8.2claws5
9242
9243         * README.claws
9244                 Fixed typos.
9245
9246 2002-08-28 [melvin]     0.8.2claws4
9247
9248         * README.claws
9249                 Updated a bit the text concerning the spell checker
9250
9251 2002-08-28 [melvin]     0.8.2claws3
9252
9253         Merged the GNU_aspell_branch:
9254                 Support of new GNU/aspell is now included and the old pspell
9255                 is not supported anymore.
9256                 See README.claws
9257
9258         * README.claws
9259                 Updated spell checker text to reflect the switch to GNU/aspell
9260
9261         * ac/aspell.m4          *** NEW ***
9262         * src/gtkaspell.[ch]    *** NEW *** 
9263         * ac/pspell.m4          *** DELETED *** 
9264         * src/gtkspell.[ch]     *** DELETED ***
9265
9266         * ac/Makefile.am
9267                 Updated for GNU/aspell support
9268
9269         * po/POTFILES.in
9270                 Replaced gtkspell.c by gtkaspell.c
9271
9272         * acconfig.h
9273         * src/Makefile.am
9274         * src/about.c
9275         * src/compose.[ch]
9276         * src/crash.c
9277         * src/main.c
9278         * src/prefs_common.[ch]
9279                 Updated for GNU/aspell support
9280
9281 2002-08-28 [paul]       0.8.2claws2
9282
9283         * sync with 0.8.2cvs4
9284                 see ChangeLog 2002-08-27 and 2002-08-28
9285
9286 2002-08-28 [colin]      0.8.2claws1
9287
9288         * src/summary_search.c
9289                 Added "AND search"
9290
9291 2002-08-28 [jens]       0.8.2claws
9292
9293         *po/de.po
9294                 Updated German translations
9295
9296 2002-08-27 [melvin]     0.8.2claws
9297
9298         * po/fr.po
9299                 Updated French translations
9300
9301 2002-08-27 [paul]       0.8.2claws
9302
9303         * sync with 0.8.2 main release
9304
9305         * po/en_GB.po
9306           po/es.po
9307           po/it.po
9308           po/pl.po
9309           po/pt_BR.po
9310           po/sr.po
9311                 updated message catalogs submitted by
9312                 Ricardo Mones Lastra, Alessandro Maestri,
9313                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9314                 Beneditto and Urke MMI  
9315
9316 2002-08-27 [hoa]        0.8.1claws123
9317
9318         * src/mainwindow.[ch]
9319         * src/summaryview.[ch]
9320                 removed the "filter setting" menu option.
9321                 add a "cancel a news message" menu option.
9322
9323 2002-08-26 [martin]     0.8.1claws122
9324
9325         * ChangeLog.claws
9326                 changed string under 0.8.1claws79 changed by myself
9327                 i'm sorry alfons :(
9328
9329 2002-08-26 [martin]     0.8.1claws121
9330
9331         * src/crash.c
9332                 added kill command to debuggerrc to start crash dialog
9333
9334 2002-08-26 [paul]       0.8.1claws120
9335
9336         * sync with 0.8.1cvs31
9337                 see ChangeLog 2002-08-26
9338
9339 2002-08-25 [alfons]     0.8.1claws119
9340
9341         * src/procmsg.c
9342                 fix bug that didn't send out correct headers to news server
9343                 when sending news article and email from queue (bug reported
9344                 and patch provided by Tim Mann; closes bug 
9345                 "[ 583196 ] 0.7.8claws can't post news")
9346
9347 2002-08-25 [alfons]     0.8.1claws118
9348
9349         * src/selective_download.c
9350                 mark two strings as translatable
9351                 (thanks to Urke MMI for pointing this out)
9352
9353 2002-08-25 [alfons]     0.8.1claws117
9354
9355         * src/summaryview.c
9356                 treat sent boxes as special and allow sorting them by addressee
9357                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9358                 submitted by Steve Lamb)
9359
9360 2002-08-24 [alfons]     0.8.1claws116
9361
9362         * src/matcher.c
9363                 fix memleak reported by Martin Kluge
9364                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9365
9366 2002-08-24 [oliver]     0.8.1claws115
9367
9368         * src/prefs_toolbar.c
9369                 o code cleanup as suggested by Alfons
9370                 o memleak fix
9371
9372 2002-08-24 [alfons]     0.8.1claws114
9373
9374         * src/summaryview.c
9375                 o fix another memory leak reported by Martin Kluge
9376                   (see "[ 599568 ] Small Memory Leak")
9377                 o remove 'from' variable from 'summary_set_header()'; we can
9378                   do with just 'to' 
9379
9380 2002-08-24 [paul]       0.8.1claws113
9381
9382         * sync with 0.8.1cvs30
9383                 see ChangeLog 2002-08-23
9384
9385 2002-08-24 [alfons]     0.8.1claws112
9386
9387         * src/summaryview.c
9388                 remove unnecessary allocations for search bar fixing leaks
9389                 reported by Martin Kluge
9390                 (see "[ 599451 ] Further memory leaks?")
9391
9392 2002-08-24 [alfons]     0.8.1claws111
9393
9394         * src/main.c
9395                 make get_socket_name() public for crash.c
9396         * src/crash.c
9397                 o make report bug button work (goes to claws' 
9398                   bug tracker at sf.net)
9399                 o introduce function for doing important stuff just
9400                   before claws goes down
9401                 o clean up code 
9402
9403 2002-08-24 [alfons]     0.8.1claws110
9404
9405         * src/compose.c
9406                 move cursor to "To" entry when forwarding as attachment
9407                 (reported and solved by Steve Lamb, closes bug report
9408                 "[ 592880 ] Forward as attachment; cursor not in to")
9409
9410 2002-08-24 [colin]      0.8.1claws109
9411
9412         * src/mainwindow.c
9413                 fix quick search visibility after GUI (de)separations.
9414
9415 2002-08-23 [colin]      0.8.1claws108
9416
9417         * src/mainwindow.c
9418                 fix header pane visibility after folderview or
9419                 messageview (de)separation
9420
9421 2002-08-23 [paul]       0.8.1claws107
9422
9423         * src/mainwindow.[ch]
9424           src/toolbar.c
9425                 give full control of display or non-display 
9426                 of the Execute icon to Custom toolbar settings.
9427                 add new sensitivity condition to maninwindow.h: 
9428                 M_DELAY_EXEC
9429
9430         * ChangeLog
9431           ChangeLog.jp
9432           NEWS
9433                 more sync with 0.8.1cvs29
9434
9435 2002-08-23 [melvin]     0.8.1claws106
9436
9437         * src/alertpanel.c
9438                 Readded support for custom widget in alertpanel lost in last
9439                 sync.
9440
9441 2002-08-23 [paul]       0.8.1claws105
9442
9443         * sync with 0.8.1cvs29
9444                 see ChangeLog 2002-08-23
9445
9446 2002-08-23 [colin]      0.8.1claws104
9447
9448         * src/summaryview.c
9449                 Fix folder and search pixmaps exchanging positions
9450                 after theme or toolbar changes. Thank to Oliver for 
9451                 reporting this.
9452
9453 2002-08-23 [colin]      0.8.1claws103
9454
9455         * src/mainwindow.c
9456           src/messageview.[ch]
9457           src/noticeview.[ch]
9458           src/summaryview.c
9459                 Changed messageview_create() and noticeview_create()
9460                 to avoid the last gdk_warning
9461
9462 2002-08-22 [colin]      0.8.1claws102
9463
9464         * src/summaryview.c
9465                 Fix my new `Creating pixmap from xpm' warning
9466
9467 2002-08-22 [colin]      0.8.1claws101
9468
9469         * src/mainwindow.c
9470                 Fix some of the gdk warnings
9471
9472 2002-08-22 [colin]      0.8.1claws100
9473
9474         * src/Makefile.am
9475         * src/stock_pixmap.c
9476         * src/stock_pixmap.h
9477         * src/pixmaps/quicksearch.xpm *ADDED*
9478                 Add the quicksearch pixmap
9479         * src/mainwindow.c
9480         * src/summaryview.c
9481         * src/summaryview.h
9482                 Make quicksearch bar visible/hidden via a button
9483
9484 2002-08-22 [christoph]  0.8.1claws99
9485
9486         * src/folder.c
9487                 fix folder update for newsgroups with message
9488                 numbers below minimum number of articles to fetch
9489                 (closes bug #598445)
9490
9491 2002-08-22 [paul]       0.8.1claws98
9492
9493         * sync with 0.8.1cvs28
9494                 see ChangeLog 2002-08-22
9495
9496 2002-08-21 [alfons]     0.8.1claws97
9497
9498         * src/crash.c
9499                 use bt instead of bt full which seems to work 
9500                 better, and bt full doesn't give a great deal 
9501                 of information anyway
9502
9503 2002-08-21 [colin]      0.8.1claws96
9504
9505         * src/summaryview.c
9506                 fix summaryview_searchtype_changed prototype
9507
9508 2002-08-21 [christoph]  0.8.1claws95
9509
9510         * src/mainwindow.c
9511                 o fix broken menu update for sorting type, we have to
9512                   get this info from the summaryview now
9513                 o removed setting of threaded state in menu callback
9514         * src/summaryview.[ch]
9515                 more summaryview/folderitem seperation for
9516                 threading option
9517         * configure.in
9518                 removed not required --with-compiler-flags option
9519
9520 2002-08-21 [oliver]     0.8.1claws94
9521         
9522         * src/toolbar.h 
9523                 o rename toolbar.xml to toolbar_main.xml
9524                   since toolbar_compose.xml might come up 
9525                   any time soon
9526         * README.claws
9527                 add custom toolbar              
9528
9529 2002-08-21 [darko]      0.8.1claws93
9530
9531         * src/procmsg.c
9532                 don't reset tmp flags for messages copied
9533                 to sent folder
9534
9535 2002-08-21 [colin]      0.8.1claws92
9536         
9537         * src/prefs_filtering.c
9538                 fix renaming rules on folder rename 
9539                 when folder is not a leaf folder
9540
9541 2002-08-21 [paul]       0.8.1claws91
9542
9543         * src/prefs_folder_item.c
9544                 fix alignment of colour selector
9545
9546 2002-08-21 [paul]       0.8.1claws90
9547
9548         * sync with 0.8.1cvs27
9549                 see ChangeLog 2002-08-21
9550
9551 2002-08-21 [paul]       0.8.1claws89
9552
9553         * src/summaryview.c
9554                 fix crash when changing field type in
9555                 Quick search bar
9556
9557 2002-08-21 [colin]      0.8.1claws88
9558
9559         * src/summaryview.c
9560                 Made quick search case-insensitive
9561
9562 2002-08-21 [paul]       0.8.1claws87
9563
9564         * sync with 0.8.1cvs26
9565                 see ChangeLog 2002-08-21
9566
9567 2002-08-20 [christoph]  0.8.1claws86
9568
9569         * src/folderview.c
9570         * src/main.c
9571         * src/summaryview.[ch]
9572                 more summaryview/folderitem seperation for
9573                 sort_key and sort_type
9574         * src/procmsg.c
9575                 added missing return statement
9576
9577 2002-08-20 [colin]      0.8.1claws85
9578
9579         * src/summaryview.[ch]
9580                 Added a quick search box
9581         * src/mainwindow.c
9582         * src/prefs_common.[ch]
9583                 Added a show/hide option for the quick search
9584
9585 2002-08-20 [oliver]     0.8.1claws84
9586         
9587         * src/mainwindow.c
9588                 remove toolbar_create_popups
9589         * src/toolbar.[ch]
9590                 o remove toolbar_create_popups
9591                 o fix toolbar_set_sensitive 
9592                   (Bug reports #596834 and #596832)     
9593         * src/prefs_toolbar.c
9594                 o add "Set default" button
9595                 o align label and text + combo widgets
9596
9597 2002-08-20 [hoa]        0.8.1claws83bis
9598
9599         * src/imap.c
9600                 fixed a bug in imap_fetch_msginfo() in case there is no
9601                 current folder.
9602
9603 2002-08-20 [darko]      0.8.1claws83
9604
9605         * src/folderview.c
9606                 copy the color style of folder view so it
9607                 works with GTK themes
9608
9609 2002-08-20 [darko]      0.8.1claws82
9610
9611         * src/folder.h
9612         * src/folderview.c
9613         * src/prefs_folder_item.[hc]
9614                 don't use UI stuff in folder.h
9615
9616 2002-08-20 [darko]      0.8.1claws81
9617
9618         * src/folder.h
9619         * src/prefs_folder_item.h
9620         * src/folderview.c
9621         * src/prefs_folder_item.c
9622                 ability to set folder color in folderview
9623
9624 2002-08-19 [alfons]     0.8.1claws80
9625
9626         * src/summaryview.c
9627                 fix one of the earlier memleaks reported by Martin Kluge
9628
9629 2002-08-19 [alfons]     0.8.1claws79
9630
9631         * src/mainwindow.c
9632                 hide notice view when selecting seperate folder
9633                 view (reported by Urke MMI)
9634
9635 2002-08-19 [christoph]  0.8.1claws78
9636
9637         * src/folderview.c
9638         * src/prefs_folder_item.h
9639         * src/summaryview.[ch]
9640                 o add summary_set_prefs_from_folderitem to set
9641                   summaryview prefs (first step to remove all
9642                   references to the folderitem in summaryview)
9643                 o moved compiled regex stuff from folderitem prefs
9644                   to summaryview code
9645
9646 2002-08-19 [paul]       0.8.1claws77
9647
9648         * src/compose.c
9649                 add check for '.' to QUOTE_IF_REQUIRED
9650
9651 2002-08-19 [paul]       0.8.1claws76
9652
9653         * src/inc.c
9654                 sync with 0.8.1cvs25 (plug memory leak)
9655
9656         * src/prefs_toolbar.c
9657                 re-order prefs_toolbar_cancel()
9658
9659 2002-08-18 [alfons]     0.8.1claws75
9660
9661         * src/inc.c
9662         * src/matcher.c
9663                 plug other memleaks reported by Martin Kluge
9664
9665 2002-08-18 [paul]       0.8.1claws74
9666
9667         * po/pt_BR.po
9668                 updated by Fabio Jr. Beneditto
9669
9670 2002-08-18 [paul]       0.8.1claws73
9671
9672         * src/toolbar.[ch]
9673                 fix bug where tooltips were displayed untranslated              
9674
9675         * src/prefs_toolbar.c
9676                 fix bug where clicking 'Cancel' creates an icon & text
9677                 toolbar regardless of prefs
9678         
9679
9680 2002-08-17 [oliver]     0.8.1claws72
9681
9682         * src/prefs_toolbar.c
9683                 update toolbar on CANCEL
9684                 bug reported by Martin Kluge
9685         * src/toolbar.c
9686                 toolbar_destroy memleak fixed           
9687
9688 2002-08-17 [alfons]     0.8.1claws71
9689
9690         * src/toolbar.c
9691                 plug another memleak reported by Martin Kluge
9692
9693 2002-08-16 [alfons]     0.8.1claws70
9694
9695         * src/crash.c
9696                 use execvp() correctly (suggested by wwp; thanks!)
9697
9698 2002-08-16 [alfons]     0.8.1claws69
9699
9700         * src/gtksctree.c
9701                 plug memory leak reported by Kim Schultz & Martin Kluge
9702
9703 2002-08-16 [paul]       0.8.1claws68
9704
9705         * po/es.po
9706                 updated by Ricardo Mones Lastra
9707
9708 2002-08-16 [paul]       0.8.1claws67
9709
9710         * src/toolbar.h
9711                 fix bug where 'Compose News' icon showed wrong
9712                 tooltip
9713
9714 2002-08-16 [paul]       0.8.1claws66
9715
9716         * sync with 0.8.1cvs24
9717                 see ChangeLog 2002-08-16
9718
9719         * po/it.po
9720                 updated by Alessandro Maestri
9721
9722 2002-08-15 [paul]       0.8.1claws65
9723
9724         * po/sr.po
9725                 updated by Urke MMI
9726
9727 2002-08-15 [paul]       0.8.1claws64
9728
9729         * src/*.c
9730                 don't translate debug info
9731
9732         * src/matcher.[ch]
9733                 add copyright info
9734
9735 2002-08-15 [paul]       0.8.1claws63
9736
9737         * src/prefs_toolbar.c
9738                 fix bug where clicking 'OK' creates an icon & text
9739                 toolbar regardless of prefs
9740
9741 2002-08-14 [alfons]     0.8.1claws62
9742
9743         * src/main.c
9744                 add global var that has the full argv[0]
9745         * src/crash.c
9746                 o execvp the correct sylpheed by using argv0
9747                   and setting the correct work dir
9748                 o other tweaks  
9749
9750 2002-08-14 [oliver]     0.8.1claws61
9751         
9752         * enable/disable Toolbar Action Buttons 
9753         * code cleanups
9754         * src/mainwindow.c
9755         * src/toolbar.[ch]      
9756         * src/prefs_toolbar.c   
9757
9758 2002-08-14 [melvin]     0.8.1claws60
9759
9760         * po/fr.po
9761                 Updated French translations
9762
9763 2002-08-14 [melvin]     0.8.1claws59
9764
9765         * src/crash.c
9766                 Made bug report not translatable
9767         * src/exporthtml.c
9768                 Fixed exporthtml_build_filespec() return value
9769         * src/foldersel.c
9770                 Fixed incorrect include file
9771         * src/gtkspell.c
9772         * src/prefs_actions.c
9773         * src/prefs_toolbar.c
9774                 Made debug info not translatable
9775         * src/mutt.c
9776         * src/quote_fmt.c
9777                 Added missing includes
9778         * src/prefs_common.c
9779                 Fixed typo
9780
9781 2002-08-14 [paul]       0.8.1claws58
9782
9783         * faq/es/sylpheed-faq.html
9784           faq/es/sylpheed-faq-[1-3].html
9785           faq/es/sylpheed-faq-4.html     **NEW FILE **
9786                 update Spanish FAQ
9787
9788 2002-08-13 [christoph]  0.8.1claws57
9789
9790         * src/procmsg.c
9791                 ignore thread fix that did not mark all
9792                 child nodes of a ignored thread as
9793                 ignored. Does not work perfectly yet,
9794                 but it is better now
9795
9796 2002-08-13 [alfons]     0.8.1claws56
9797
9798         * src/crash.c
9799                 o implement 'save crash log'
9800                 o some tweaks
9801
9802 2002-08-13 [melvin]     0.8.1claws55
9803
9804         * src/main.c
9805                 removed unrequired "execinfo.h" header
9806
9807 2002-08-12 [paul]       0.8.1claws54
9808
9809         * faq/en/sylpheed-faq.html
9810           faq/en/sylpheed-faq-[1-3].html
9811           faq/en/sylpheed-faq-4.html     **NEW FILE **
9812                 update English FAQ
9813
9814 2002-08-12 [alfons]     0.8.1claws53
9815
9816         * po/POTFILES.in
9817                 add crash.c to translatables
9818         * src/crash.c
9819                 bring in Leandro's crash dialog
9820
9821 2002-08-11 [alfons]     0.8.1claws52
9822
9823         * src/crash.c
9824                 clean up some warnings
9825
9826 2002-08-11 [alfons]     0.8.1claws51
9827
9828         * acconfig.h
9829         * configure.in
9830         * src/crash.[ch]        ** NEW FILES **
9831         * src/main.c            
9832                 initial gdb crash handler
9833
9834 2002-08-11 [paul]       0.8.1claws50
9835
9836         * src/prefs_toolbar.c
9837                 replace Up/Down arrow pixmaps with text to be
9838                 consistent across icon themes
9839
9840 2002-08-11 [paul]       0.8.1claws49
9841
9842         * src/prefs_common.c
9843           src/prefs_toolbar.c
9844                 rename 'Pixmap' -> 'Icon'
9845
9846         * src/toolbar.[ch]
9847                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9848
9849 2002-08-10 [paul]       0.8.1claws48
9850
9851         * src/prefs_toolbar.c
9852                 re-work the UI
9853
9854 2002-08-10 [paul]       0.8.1claws47
9855
9856         * src/main.c
9857                 don't write Processing progress to status bar
9858                 patch submitted by Alexander Evseev
9859
9860         * src/prefs_toolbar.c
9861                 re-position and resize window
9862                 make window assume correct size on first call
9863
9864 2002-08-10 [paul]       0.8.1claws46
9865
9866         * src/mainwindow.c
9867           src/prefs_toolbar.c
9868           src/toolbar.c
9869           src/toolbar.h
9870                 obey coding style
9871                 follow UI text conventions
9872
9873 2002-08-10 [alfons]     0.8.1claws45
9874
9875         * src/toolbar.c
9876                 correct pixmap for delete action
9877
9878 2002-08-10 [paul]       0.8.1claws44
9879
9880         * po/pt_BR.po
9881                 updated by Fabio Jr. Beneditto
9882
9883 2002-08-10 [paul]       0.8.1claws43
9884
9885         * po/POTFILES.in
9886                 add custom toolbar files
9887
9888 2002-08-10 [paul]       0.8.1claws42
9889
9890         * sync with 0.8.1cvs22
9891                 see ChangeLog 2002-08-09
9892
9893 2002-08-09 [paul]       0.8.1claws41
9894
9895         * tools/Makefile.am
9896           tools/README
9897           tools/outlook2sylpheed.pl     ** NEW FILE **
9898                 add script to convert exported Outlook
9899                 contacts list to a Sylpheed addressbook.
9900                 Submitted by Ricardo Mones Lastra.
9901
9902 2002-08-09 [paul]       0.8.1claws40
9903
9904         * AUTHORS
9905           configure.in
9906           po/sr.po      ** NEW FILE **
9907                 add Serbian message catalog. Submitted by
9908                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9909
9910 2002-08-09 [paul]       0.8.1claws39
9911
9912         * sync with 0.8.1cvs21
9913                 see ChangeLog 2002-08-08
9914
9915 2002-08-08 [oliver]     0.8.1claws38
9916
9917         * src/mainwindow.c
9918                 move Custom Toolbar to Configuration menu
9919
9920 2002-08-08 [oliver]     0.8.1claws37
9921
9922         * src/prefs_toolbar.c
9923                 fix substitute pixmap bug
9924
9925 2002-08-08 [paul]       0.8.1claws36
9926
9927         * sync with 0.8.1cvs19
9928                 see ChangeLog 2002-08-08
9929
9930 2002-08-07 [christoph]  0.8.1claws35
9931
9932         * src/utils.c
9933                 fixed a memory leak in new canonicalize_file_replace
9934
9935 2002-08-07 [christoph]  0.8.1claws34
9936
9937         * src/utils.[ch]
9938                 o canonicalize_file_replace should create the temporary
9939                   file in the same directory as the original file.
9940                 o added get_tmpfile_in_dir that creates a temorary file
9941                   in a specified directory.
9942
9943 2002-08-07 [melvin]     0.8.1claws33
9944
9945         * src/toolbar.c
9946                 fixed bug where 'Article' button acted as 'Email' button.
9947
9948 2002-08-07 [paul]       0.8.1claws32
9949
9950         * sync with 0.8.1.cvs17
9951                 see ChangeLog 2002-08-07
9952
9953 2002-08-07 [colin]      0.8.1claws31
9954         
9955         * src/news.c
9956                 fix mass-cancel problem
9957
9958 2002-08-07 [thorsten]   0.8.1claws30
9959
9960         * src/prefs_toolbar.c
9961                 fix: crash on replace or add new button
9962         * src/toolbar.c
9963                 fix: close xmlfile after reading
9964         * src/utils.c
9965                 fix: unlink() file before rename()
9966
9967 2002-08-06 [paul]       0.8.1claws29
9968
9969         * sync with 0.8.cvs15
9970                 see ChangeLog 2002-08-06
9971
9972 2002-08-06 [oliver]     0.8.1claws28
9973
9974         * src/toolbar.c
9975         * src/prefs_toolbar.c
9976                 fixed empty toolbar issue
9977
9978 2002-08-06 [oliver]     0.8.1claws27
9979
9980         * Custom Toolbar Final 
9981         * src/folderview.c
9982         * src/inc.c
9983         * src/summaryview.c
9984                 o toolbar stuff now lives in src/toolbar.[ch]
9985                 o main_window_toolbar_* functions are renamed to
9986                   toolbar_* reflecting their new source file
9987         * src/mainwindow.[ch]
9988                 o remove toolbar stuff  
9989
9990 2002-08-06 [oliver]     0.8.1claws26
9991         
9992         * src/Makefile.am
9993         * src/prefs_toolbar.[ch]        **New File**
9994         * src/toolbar.[ch]              **New File**
9995                 o prefs_toolbar.[ch] custom toolbar frontend
9996                 o toolbar.[ch]       backend 
9997
9998 2002-08-06 [oliver]     0.8.1claws25
9999
10000         * src/prefs_actions.[ch]
10001                 o new exported function actions_execute
10002
10003 2002-08-06 [paul]       0.8.1claws24
10004
10005         * sync with 0.8.1cvs4
10006                 see ChangeLog 2002-08-06
10007
10008 2002-08-06 [paul]       0.8.1claws23
10009
10010         * sync with 0.8.1cvs13
10011                 see ChangeLog 2002-08-06
10012
10013 2002-08-06 [paul]       0.8.1claws22
10014
10015         * sync with 0.8.1cvs12
10016                 see ChangeLog 2002-08-05 and 2002-08-06
10017
10018 2002-08-06 [match]      0.8.1claws21
10019
10020         * src/addrclip.c
10021                 improvements to cut/copy/paste address
10022
10023 2002-08-05 [match]      0.8.1claws20
10024
10025         * src/addritem.[ch]
10026         * src/addrcache.c
10027         * src/addrbook.c
10028         * src/editaddress.c
10029         * src/addressbook.c
10030                 fixes to improve cut/copy/paste
10031
10032 2002-08-06 [melvin]     0.8.1claws19
10033
10034         * src/account.[ch]
10035                 account_find_all_from_address(): new function that returns the
10036                 list of all accounts that are matched in an address.
10037         * src/alertpanel.[ch]
10038                 alertpanel() now accepts a custom widget
10039                 alertpanel_with_widget(): new function that pops up a panel with
10040                 a custom widget in it 
10041         * src/gtkutils.[ch]
10042                 gtkut_account_menu_new(): new function that allows the selection
10043                 of an account from a list of accounts.
10044         * src/messageview.c
10045                 Extended Return Receipt notification to select the correct 
10046                 account and to make a security test on the Delivery-Notification
10047                 address which should be the same as the Return-Path.
10048
10049 2002-08-06 [thorsten]   0.8.1claws18
10050
10051         * src/mimeview.c
10052                 attach_all: save unnamed as "noname.%d",
10053                 dont free static dirname
10054
10055 2002-08-05 [alfons]     0.8.1claws17
10056
10057         * configure.in
10058                 detect XIM by trying to link rather than compile a XIM program
10059
10060 2002-08-05 [oliver]     0.8.1claws16
10061                 
10062         * src/stock_pixmap.[ch]
10063                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10064                 o new func to retrieve pixmaps
10065
10066 2002-08-05 [paul]       0.8.1claws15
10067
10068         * sync with 0.8.1cvs10
10069                 see ChangeLog 2002-08-05
10070
10071 2002-08-04 [alfons]     0.8.1claws14
10072
10073         * src/textview.c
10074                 see if this plugs memleak
10075
10076 2002-08-04 [melvin]     0.8.1claws13
10077
10078         * src/gtkspell.c
10079                 fixed bug that could crash Sylpheed when highlighting
10080                 all misspelled words.
10081
10082 2002-08-03 [melvin]     0.8.1claws12
10083
10084         * src/prefs_actions.c
10085                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10086         * src/messageview.c
10087                 fixed bug where the Return Receipt was sent to
10088                 Delivery-Notification-To address even if it was not present
10089
10090 2002-08-02 [alfons]     0.8.1claws11
10091
10092         * src/prefs_actions.c
10093                 o more check for NULLs
10094                 o put create_io_dialog() in right conditional block
10095
10096 2002-08-02 [paul]       0.8.1claws10
10097
10098         * po/es.po
10099                 updated by Ricardo Mones Lastra
10100
10101 2002-08-01 [christoph]  0.8.1claws9
10102
10103         * src/folder.c
10104                 don't free the cache of the opened
10105                 folder in the summaryview
10106         * src/summaryview.c
10107                 don't unset flags, if it is not required
10108
10109 2002-08-01 [paul]       0.8.1claws8
10110
10111         * sync with 0.8.1cvs8
10112                 see ChangeLog entry 2002-08-01
10113
10114 2002-08-01 [paul]       0.8.1claws7
10115
10116         * sync with 0.8.1cvs7
10117                 see ChangeLog 2002-07-31 and 2002-08-01
10118
10119 2002-07-31 [christoph]  0.8.1claws6
10120
10121         * src/mainwindow.c
10122                 forgot to update menu sensitivity
10123                 function for new menu entry
10124
10125 2002-07-31 [alfons]     0.8.1claws5
10126
10127         * src/main.c
10128                 check folder item and its path for NULL on
10129                 initial processing
10130
10131 2002-07-31 [christoph]  0.8.1claws4
10132
10133         * src/folder.c
10134                 check if folder_item_get_msginfo in
10135                 folder_item_remove_msg returned NULL
10136         * src/imap.c
10137                 better clear the uid cache in the
10138                 uid validity check function and delete
10139                 cached messages
10140
10141 2002-07-31 [paul]       0.8.1claws3
10142
10143         * man/sylpheed.1
10144                 add the '--attach' option and a few other
10145                 minor changes
10146
10147 2002-07-31 [paul]       0.8.1claws2
10148
10149         * sync with 0.8.1cvs5
10150                 see ChangeLog 2002-07-31
10151
10152 2002-07-31 [christoph]  0.8.1claws1
10153
10154         * src/folderview.[ch]
10155         * src/mainwindow.c
10156                 replace "Rescan all folders..." with
10157                 "Check all folders for new messages..."
10158
10159 2002-07-30 [paul]       0.8.1claws
10160
10161         * version 0.8.1claws released
10162
10163 2002-07-30 [paul]       0.8.0claws29
10164
10165         * tools/OOo2sylpheed.pl ** NEW FILE **
10166           tools/README
10167                 add script to enable sending documents as
10168                 attachments from OpenOffice.org
10169
10170 2002-07-30 [melvin]     0.8.0claws28
10171
10172         * src/prefs_actions.c
10173                 Made the actions' input/output dialog display
10174                 without delay.
10175
10176 2002-07-30 [christoph]  0.8.0claws27
10177
10178         * src/procmsg.c
10179                 check if folder_item_get_msginfo in
10180                 procmsg_save_to_outbox returned NULL
10181
10182 2002-07-30 [paul]       0.8.0claws26
10183
10184         * sync with 0.8.1cvs4
10185                 see ChangeLog 2002-07-29
10186
10187 2002-07-29 [thorsten]   0.8.0claws25
10188
10189         * README.claws
10190                 added selective download, delete on server
10191
10192 2002-07-29 [paul]       0.8.0claws24
10193
10194         * sync with 0.8.1cvs3
10195                 see ChangeLog 2002-07-29
10196
10197 2002-07-27 [christoph]  0.8.0claws23
10198
10199         * src/folder.c
10200                 add extra check if fetching the msginfo
10201                 returned NULL
10202
10203 2002-07-27 [paul]       0.8.0claws22
10204
10205         * sync with 0.8.1cvs2
10206                 see ChangeLog 2002-07-26
10207
10208 2002-07-27 [christoph]  0.8.0claws21
10209
10210         * src/imap.c
10211                 add another check if a valid msginfo
10212                 was returned
10213
10214 2002-07-26 [hoa]        0.8.0claws20
10215
10216         * src/folder.c
10217                 Fixed a condition in folder_item_destroy()
10218
10219         * src/imap.c
10220                 Fixed an error in IMAP protocol
10221
10222 2002-07-26 [alfons]     0.8.0claws19
10223
10224         * src/folder.c
10225                 ofcourse compare with identifier, not the path
10226
10227 2002-07-26 [alfons]     0.8.0claws18
10228
10229         * src/folder.c
10230                 use folder item identifier for saving / restoring
10231                 preferences because folder->path might not be unique
10232
10233 2002-07-26 [melvin]     0.8.0claws17
10234
10235         * src/logwindow.c
10236                 Fixed a crash introduced in 0.8.0claws5 when log is 
10237                 cut under 80 characters.
10238
10239 2002-07-26 [paul]       0.8.0claws16
10240
10241         * sync with 0.8.1cvs1
10242                 see ChangeLog 2002-07-26
10243
10244 2002-07-26 [christoph]  0.8.0claws15
10245
10246         * src/imap.[ch]
10247                 imap folder now remembers the last selected
10248                 folder and imap_fetch_msginfo skips selecting
10249                 the folder if it is already selected
10250
10251 2002-07-26 [christoph]  0.8.0claws14
10252
10253         * src/folder.c
10254         * src/folderview.c
10255         * src/imap.c
10256                 fix imap folder rescanning
10257
10258 2002-07-25 [christoph]  0.8.0claws13
10259
10260         * src/filter.c
10261         * src/folder.[ch]
10262         * src/folderview.c
10263         * src/imap.[ch]
10264         * src/mainwindow.c
10265         * src/mbox_folder.c
10266         * src/mh.c
10267         * src/news.c
10268                 implement imap uid cache and uid validity check
10269
10270 2002-07-25 [alfons]     0.8.0claws12
10271
10272         * src/summaryview.c
10273                 fix a brown paper bag bug, and also add some more
10274                 checks
10275
10276 2002-07-25 [christoph]  0.8.0claws11
10277
10278         * src/folder.c
10279                 don't mix copy, fetch_msginfo and remove
10280                 operations in folder item copy and move
10281                 operations
10282
10283 2002-07-25 [christoph]  0.8.0claws10
10284
10285         * src/folderview.c
10286         * src/mainwindow.c
10287         * src/prefs_folder_item.c
10288         * src/summaryview.[ch]
10289                 remove no longer required parameter update_cache from
10290                 summary_show
10291
10292 2002-07-25 [paul]       0.8.0claws9
10293
10294         * sync with 0.8.1
10295         
10296         * AUTHORS
10297                 a few corrections
10298
10299 2002-07-24 [alfons]     0.8.0claws8
10300
10301         * src/summaryview.c
10302                 sort correctly when using simplified subject line
10303                 (closes feature request "[ 585141 ] applying regexp to subject 
10304                 before sort" submitted by Alexandra Walford)
10305
10306 2002-07-24 [paul]       0.8.0claws7
10307
10308         * sync with 0.8.0cvs3
10309                 see ChangeLog 2002-07-24
10310
10311 2002-07-23 [christoph]  0.8.0claws6
10312
10313         * src/folder.c
10314         * src/folder.h
10315         * src/summaryview.c
10316         * src/summaryview.h
10317         * src/main.c
10318                 o separate processing and summaryview
10319                 o removed summary_write_cache from summaryview
10320                 o removed summaryview->killed_messages, because we don't have
10321                   to keep a list of killed messages anymore. New cache will
10322                   keep the hidden messages in cache anyway
10323         * src/folderview.c
10324         * src/inc.c
10325         * src/selective_download.c
10326                 o removed unnecessary summary_write_cache calls
10327         * src/procmsg.c
10328                 o don't set ignore thread flag in procmsg_get_thread_tree
10329                   if it is already set
10330         * src/mainwindow.c
10331         * src/statusbar.h
10332                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10333                   they are used in different files
10334
10335 2002-07-23 [melvin]     0.8.0claws5
10336
10337         * src/addressbook.c
10338         * src/addrgather.c
10339         * src/editaddress.c
10340         * src/editgroup.c
10341         * src/editldap_basedn.c
10342         * src/importldif.c
10343         * src/prefs_common.c
10344                 Fixed few memory leak (gtk_editable_get_chars returns
10345                 an allocated string)
10346         * src/logwindow.c
10347                 Fixed few memory leak (gtk_editable_get_chars returns
10348                 an allocated string) and modified a little the log cutting
10349                 loop.
10350         * src/compose.c
10351                 Replaced a call to an obsolete function gtk_entry_get_text()
10352                 by gtk_editable_get_chars()
10353         * src/send.c
10354                 Removed a debug printf
10355
10356 2002-07-23 [christoph]  0.8.0claws4
10357
10358         * src/filesel.c
10359                 fix another g_dirname memory leak
10360
10361 2002-07-23 [christoph]  0.8.0claws3
10362
10363         * src/mh.c
10364                 fixed a memory leak in mh_fetch_msginfo
10365                 fixed crash when message header could not be
10366                 parsed
10367
10368 2002-07-23 [paul]       0.8.0claws2
10369
10370         * sync with 0.8.0cvs2
10371                 see ChangeLog 2002-07-23
10372
10373 2002-07-23 [paul]       0.8.0claws1
10374
10375         * sync with 0.8.0cvs1
10376                 see ChangeLog 2002-07-23
10377
10378 2002-07-23 [paul]       0.8.0claws
10379
10380         * release of 0.8.0claws
10381
10382 2002-07-23 [paul]       0.7.8claws99
10383
10384         * po/ru.po
10385                 new Russian translation, submitted by
10386                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10387
10388 2002-07-22 [jens]       0.7.8claws98
10389
10390         * po/de.po
10391                 Updated German translations.
10392
10393 2002-07-22 [paul]       0.7.8claws97
10394
10395         * po/es.po
10396           po/it.po
10397           po/nl.po
10398           po/pt_BR.po
10399                 updated translations by Ricardo Mones Lastra,
10400                 Alessandro Maestri, Wilbert Berendsen and 
10401                 Fabio Jr. Beneditto respectively
10402
10403 2002-07-22 [christoph]  0.7.8claws96
10404
10405         * src/mimeview.c
10406                 fix memory leak caused by wrong g_dirname usage
10407
10408 2002-07-22 [christoph]  0.7.8claws95
10409
10410         * src/summaryview.c
10411                 update new and unread message counts for summaryview
10412                 summaryview does not get it from the folder anymore
10413                 and has to update the values itself
10414
10415 2002-07-22 [melvin]     0.7.8claws94
10416
10417         * po/fr.po
10418                 Updated French translations.
10419
10420 2002-07-22 [christoph]  0.7.8claws93
10421
10422         * src/matcher.c
10423                 set prop->preg pointer to NULL or following check
10424                 will not fail and regexec will be called with
10425                 invalid pointer
10426
10427 2002-07-21 [alfons]     0.7.8claws92
10428         
10429         * src/prefs_common.[ch]
10430                 remove option "Send return receipt on request"
10431
10432 2002-07-21 [thorsten]   0.7.8claws91
10433
10434         * src/mimeview.c
10435                 fixed memleaks, coding style as pointed out by alfons
10436
10437 2002-07-21 [alfons]     0.7.8claws90
10438
10439         * src/messageview.c
10440         * src/noticeview.[ch]
10441                 o fix bug notice view being displayed when going to empty folder 
10442                   (noticed by Christoph)
10443                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10444                   (noticed by Thorsten)
10445
10446 2002-07-21 [thorsten]   0.7.8claws89
10447
10448         * src/mimeview.c
10449                 Included save_all patch from Xaview FACQ
10450                 added support for pathnames
10451
10452 2002-07-21 [alfons]     0.7.8claws88
10453
10454         * po/POTFILES.in
10455         * src/Makefile.am
10456         * src/mainwindow.c
10457         * src/messageview.[ch]
10458         * src/noticeview.c      ** NEW FILE **
10459         * src/noticeview.h      ** NEW FILE **
10460                 make return receipts work again
10461                 (UI idea by Leandro Pereira)
10462
10463 2002-07-21 [paul]       0.7.8claws87
10464
10465         * src/summaryview.c
10466                 fix sensitivity of 'Select thread'
10467
10468 2002-07-21 [paul]       0.7.8claws86
10469
10470         * src/prefs_common.c
10471                 add browser command line for Galeon
10472
10473 2002-07-21 [paul]       0.7.8claws85
10474
10475         * Makefile.am
10476                 fix 'EXTRA_DIST': remove README.README, add TODO
10477                 and TODO.claws
10478
10479 2002-07-21 [alfons]     0.7.8claws84
10480
10481         * src/gtkstext.c
10482                 make enter clear selection
10483                 (closes "[ 579888 ] Editor selection/entry error"
10484                 reported by Steve Lamb)
10485
10486 2002-07-21 [alfons]     0.7.8claws83
10487         
10488         * src/summaryview.c
10489                 sort message list when selecting unthread messages
10490                 (closes "[ 501593 ] switching threaded view doesn't sort"
10491                 reported by Simon Schubert)
10492
10493 2002-07-20 [alfons]     0.7.8claws82
10494         
10495         * src/matcher.c
10496                 const-correctness
10497
10498 2002-07-20 [thorsten]   0.7.8claws81
10499
10500         * src/matcher.c
10501                 Fixed expansion of empty fields in matchactions
10502
10503 2002-07-19 [melvin]     0.7.8claws80
10504
10505         * src/gtkspell.c
10506                 Removed a duplicate menu entry (fast mode) introduced during
10507                 the new cache merge
10508                 Added a menu separator between 'Use alternate' and 'Fast mode'
10509
10510 2002-07-19 [paul]       0.7.8claws79
10511
10512         * tools/Makefile.am
10513           tools/README
10514                 correct typos
10515
10516 2002-07-19 [thorsten]   0.7.8claws78
10517
10518         * tools/calypso_convert.pl      ** NEW FILE **
10519           tools/README
10520           tools/Makefile.am
10521                 script to import mbox files exported
10522                 by calypso
10523                 o generates folder structure
10524                 o includes attachments
10525
10526 2002-07-19 [melvin]     0.7.8claws77
10527
10528         * src/selective_download.[ch]
10529                 Fixed bug where closing the dialog with the window manager's
10530                 close button will not unlock the summary
10531                 Corrected some function declarations that missed a return value
10532                 Made the source code comply better with coding style.
10533         * src/prefs_common.c
10534                 Added new browser command line for Mozilla.
10535
10536 2002-07-18 [paul]       0.7.8claws76
10537
10538         * src/mainwindow.c
10539           src/selective_download.[ch]
10540                 reflect theme changes, fix Gdk Warning when creating 
10541                 pixmap from NULL window, and minor clean up.
10542                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10543
10544         * po/en_GB.po
10545                 updated
10546
10547 2002-07-17 [paul]       0.7.8claws75
10548
10549         * INSTALL[.jp]
10550                 sync with 0.8.0
10551         
10552         * po/en_GB.po
10553                 updated
10554
10555 2002-07-16 [paul]       0.7.8claws74
10556
10557         * tools/filter_conv.pl
10558           tools/README
10559                 replace conversion script with reimplemented version, 
10560                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10561
10562 2002-07-16 [colin]      0.7.8claws73
10563
10564         * src/summaryview.c
10565                 remove forgotten debug messages - sorry ;-)
10566
10567 2002-07-16 [colin]      0.7.8claws72
10568
10569         * src/mimeview.c
10570           src/summaryview.c
10571           src/textview.c
10572           src/textview.h
10573                 add the ability to select part of a text mime-part 
10574                 to reply.
10575
10576 2002-07-15 [christoph]  0.7.8claws71
10577
10578         * src/folder.c
10579                 fix folder message count for folders without
10580                 msg_is_changed (includes news folders)
10581
10582 2002-07-15 [martin]     0.7.8claws70
10583
10584         * src/summaryview.c
10585                 option "display recipient on 'From'..." now works
10586                 without the need of enabling the option
10587                 "display  sender  using  address  book".
10588
10589 2002-07-15 [christoph]  0.7.8claws69
10590
10591         * src/summaryview.c
10592                 removed setting folder status from summaryview.
10593                 folder.c should update all message counts correctly.
10594
10595 2002-07-15 [paul]       0.7.8claws68
10596
10597         * po/pt_BR.po
10598                 updated by Fabio Junior Beneditto
10599
10600 2002-07-15 [darko]      0.7.8claws67
10601
10602         * src/mh.c
10603                 Fixed target folder colorization, don't decrease op
10604                 number twice
10605
10606 2002-07-14 [paul]       0.7.8claws66
10607
10608         * sync with main 0.8.0
10609                 see ChangeLog 2002-07-14
10610
10611 2002-07-13 [melvin]     0.7.8claws65
10612         
10613         * src/addrbook.c
10614         * src/addressbook.c
10615         * src/addrindex.c
10616                 Replaced sprintf by g_snprintf to prevent possible buffer
10617                 overflow.
10618         * src/news.c
10619                 Corrected a log message output format.
10620                 Added a missing "done" debug output.
10621         * src/compose.c
10622                 Added keyboard accelerator for Priority menu items
10623                 Added missing \n in debug output
10624         * src/logwindow.c
10625         * src/gtkspell.c
10626         * src/rfc2015.c
10627                 Added missing \n in debug output
10628
10629 2002-07-13 [paul]       0.7.8claws64
10630
10631         * man/sylpheed.1
10632                 change Sergey's email address to the sf address
10633
10634         * src/textview.c
10635                 increase show_url_timeout (more useful for long
10636                 urls)
10637
10638 2002-07-12 [sergey]     0.7.8claws63
10639
10640         * src/rfc2015.c
10641                 applied (with some modifications) patch to set the
10642                 micalg parameter for signatures
10643                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10644
10645 2002-07-12 [sergey]     0.7.8claws62
10646
10647         * man/Makefile.am
10648         * configure.in
10649                 fixed man page installation
10650
10651 2002-07-12 [paul]       0.7.8claws61
10652
10653         * sync with 0.7.8cvs26
10654                 see ChangeLog 2002-07-11 and 2002-07-12
10655
10656 2002-07-11 [christoph]  0.7.8claws60
10657
10658         * src/compose.c
10659         * src/procmsg.c
10660                 first use the message number to find the message
10661                 to mark with a reply flag but check the
10662                 message-id if we got the correct message, if not
10663                 try to find it by message-id.
10664                 use new string seperator that is not allowed
10665                 in message-ids.
10666
10667 2002-07-11 [paul]       0.7.8claws59
10668
10669         * sync with 0.7.8cvs23
10670                 see ChangeLog 2002-07-10
10671
10672 2002-07-10 [christoph]  0.7.8claws58
10673
10674         * src/folder.[ch]
10675         * src/msgcache.[ch]
10676                 Added message-id table to the cache in memory
10677                 and functions to msgcache.c and folder.c to
10678                 fetch MsgInfos by message id
10679         * src/compose.c
10680         * src/procmsg.c
10681                 store folder and message-id of message replying
10682                 to in queue header and set reply flag after sending
10683                 (Closes bug #469498)
10684
10685 2002-07-10 [paul]       0.7.8claws57
10686
10687         * AUTHORS
10688           man/sylpheed.1.gz
10689                 add Martin to the list of authors
10690
10691 2002-07-09 [martin]     0.7.8claws56
10692         * src/gtksctree.c
10693                 Added gtk_ctree_last_visible(), tree_update_level(),
10694                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10695                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10696                 from gtk+ to gtksctree.c for the new sorting code
10697                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10698                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10699         * src/gtksctree.h
10700                 Added declaration for gtk_sctree_sort_recursive() and
10701                 gtk_sctree_sort_node
10702         * src/addressbook.c
10703         * src/foldersel.c
10704         * src/folderview.c
10705         * src/summaryview.c
10706                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10707                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10708
10709 2002-07-08 [paul]       0.7.8claws55
10710
10711         * more sync with 0.7.8cvs21
10712                 see ChangeLog 2002-07-08
10713
10714 2002-07-08 [paul]       0.7.8claws54
10715
10716         * sync with 0.7.8cvs21
10717                 see ChangeLog 2002-07-08
10718
10719 2002-07-07 [alfons]     0.7.8claws53
10720
10721         * src/Makefile.am
10722         * src/stock_pixmap.[ch]
10723         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10724         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10725         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10726                 add new pixmaps for upcoming notice pane
10727
10728 2002-07-06 [melvin]     0.7.8claws52
10729
10730         * src/gtkspell.[ch]
10731                 Made them a bit closer to Sylpheed's coding style.
10732                 Removed old code.
10733                 Removed possible memory leaks when some errors occurs.
10734
10735 2002-07-06 [melvin]     0.7.8claws51
10736
10737         * po/Makefile.in.in
10738                 Removed --no-location in xgettext command line to help
10739                 translators that use Emacs' po-mode
10740         * src/quote_fmt.c
10741                 Removed unnecessary comments that messed up sylpheed.pot
10742
10743 2002-07-06 [paul]       0.7.8claws50
10744
10745         * sync with 0.7.8cvs19
10746                 see ChangeLog 2002-07-05
10747
10748 2002-07-06 [christoph]  0.7.8claws49
10749
10750         * src/folder.c
10751         * src/mainwindow.c
10752                 fix folder_item_remove_all_msg and folderview
10753                 status for trash folders after emptying trash
10754
10755 2002-07-05 [paul]       0.7.8claws48
10756
10757         * sync with 0.7.8cvs16
10758                 see ChangeLog 2002-07-04 and 2002-07-05
10759
10760 2002-07-04 [paul]       0.7.8claws47
10761
10762         * sync with 0.7.8cvs14
10763                 see  ChangeLog 2002-07-04
10764
10765 2002-07-03 [alfons]     0.7.8claws46
10766
10767         * src/folder.c
10768                 dupe folder item's path because it's being reallocated
10769                 by new folder scanning code
10770
10771 2002-07-03 [christoph]  0.7.8claws45
10772
10773         * src/imap.c
10774                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10775         * src/msgcache.c
10776                 add missing return in msgcache_write
10777
10778 2002-07-02 [thorsten]   0.7.8claws44
10779
10780         * src/jpilot.c
10781         * src/msgcache.c
10782         * src/rfc2015.c
10783                 use binary mode for file access
10784
10785 2002-07-02 [christoph]  0.7.8claws43
10786
10787         * major code cleanup (part 1)
10788         
10789                 - unused variables removed
10790                 - unused functions removed
10791                 - uninitialized variables checked
10792                 - missing return statements added
10793                 - missing function return types added
10794                 - added parentheses around assignment and
10795                   && in || when suggested by gcc
10796               
10797         * src/mh.c
10798         * src/folder.c
10799                 replaced direct calls to folder->scan_tree
10800                 with folder_scan_tree and restore folder
10801                 prefs in this function. The folder should
10802                 not have to deal with them.
10803                 ( Should now work for all folder types )
10804
10805 2002-07-02 [paul]       0.7.8claws42
10806
10807         * sync with 0.7.8cvs13
10808                 see ChangeLog 2002-07-01 and 2002-07-02
10809
10810 2002-07-01 [christoph]  0.7.8claws41
10811
10812         * src/summaryview.c
10813                 fix "goto next/prev unread message" with
10814                 ignored threads
10815
10816 2002-07-01 [paul]       0.7.8claws40
10817
10818         * po/es.po
10819                 updated by Ricardo Mones Lastra
10820
10821 2002-06-30 [match]      0.7.8claws39
10822
10823         * src/jpilot.c
10824                 applied variation of leonerd's patch (566661) to
10825                 allow multiple email addresses per JPilot entry.
10826                 addresses may be separated by space, comma, pipe,
10827                 semi-colon, new-line.
10828
10829 2002-06-30 [alfons]     0.7.8claws38
10830
10831         * src/procmsg.c
10832                 simple fix for putting older nodes before
10833                 newer nodes when threading by subject
10834
10835 2002-06-30 [christoph]  0.7.8claws37
10836
10837         * src/folder.c
10838         * src/folderview.c
10839         * src/mh.c
10840         * src/news.c
10841         * src/procmsg.c
10842                 fix broken folder tree rescaning
10843                 and don't use procmsg_get_mark_sum
10844                 anymore
10845
10846 2002-06-30 [christoph]  0.7.8claws36
10847
10848         * merge new cache branch
10849         * src/imap.c
10850                 fix new cache imap copy bug
10851         * src/folder.c
10852                 improved folder_item_scan
10853                 it should now always set the correct
10854                 new, unread and total message counts
10855
10856 2002-06-29 [paul]       0.7.8claws35
10857
10858         * configure.in
10859                 correct syntax error
10860
10861 2002-06-29 [paul]       0.7.8claws34
10862
10863         * configure.in
10864           Makefile.am
10865           man/Makefile.am       ** NEW FILE **
10866           man/sylpheed.1.gz     ** NEW FILE **
10867                 add Sylpheed man page
10868
10869 2002-06-29 [paul]       0.7.8claws33
10870
10871         * po/pt_BR.po
10872                 updated by Fabio Junior Beneditto
10873
10874 2002-06-28 [jens]       0.7.8claws32
10875
10876         * po/de.po
10877                 translation updated
10878
10879         * src/selective_download.c
10880                 removed gettext for space " "
10881
10882         * src/imap.c
10883                 removed wrong space
10884
10885 2002-06-28 [paul]       0.7.8claws31
10886
10887         * sync with 0.7.8cvs11
10888                 see ChangeLog 2002-06-28
10889
10890 2002-06-28 [paul]       0.7.8claws30
10891
10892         * sync with 0.7.8cvs10
10893                 see ChangeLog 2002-06-27 and 2002-06-28
10894
10895 2002-06-26 [paul]       0.7.8claws29
10896
10897         * src/addrgather.c
10898           src/selective_download.c
10899                 don't gettextise empty strings.
10900                 reserved by gettext. gettext("") returns 
10901                 the header entry with meta information, 
10902                 not the empty string
10903
10904         * po/en_GB.po
10905                 updated
10906
10907 2002-06-26 [paul]       0.7.8claws28
10908
10909         * sync with 0.7.8cvs7
10910                 see ChangeLog 2002-06-25
10911
10912         * src/prefs_common.c
10913                 ...and in the process, tweak the gui a little
10914
10915 2002-06-25 [alfons]     0.7.8claws27
10916         
10917         * configure.in
10918         * src/Makefile.am
10919                 fine tune ldap library detection
10920
10921 2002-06-25 [alfons]     0.7.8claws26
10922
10923         * src/compose.c
10924                 don't allow return receipts when composing a news article
10925
10926 2002-06-25 [paul]       0.7.8claws25
10927
10928         * Makefile.am
10929                 add '$(AMTAR)' to 'release' section to allow for
10930                 new and older autotools
10931
10932 2002-06-25 [paul]       0.7.8claws24
10933
10934         * src/summaryview.c
10935                 fix "No more unread messages" persistant pop-up
10936                 window bug
10937
10938 2002-06-25 [paul]       0.7.8claws23
10939
10940         * po/it.po
10941                 updated by Alessandro Maestri
10942
10943 2002-06-25 [paul]       0.7.8claws22
10944
10945         * sync with 0.7.8cvs6
10946                 see ChangeLog 2002-06-25
10947
10948 2002-06-24 [paul]       0.7.8claws21
10949
10950         * tools/update-po
10951                 add GPL copyright information
10952
10953 2002-06-24 [paul]       0.7.8claws20
10954
10955         * tools/Makefile.am
10956           tools/README
10957           tools/update-po       ** NEW FILE **
10958                 add script that eases the creation of *.po files
10959                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10960
10961 2002-06-23 [alfons]     0.7.8claws19
10962
10963         * src/messageview.c
10964                 make notification_convert_header obey const correctness
10965                 (next step will be fixing the broken return receipt)
10966
10967 2002-06-23 [paul]       0.7.8claws18
10968
10969         * src/messageview.c
10970                 fix bug introduced in last commit:
10971                 removed too much code in last commit - put back what's
10972                 needed
10973
10974 2002-06-23 [paul]       0.7.8claws17
10975
10976         * src/messageview.[ch]
10977                 remove code committed in error from locally patched
10978                 source
10979
10980 2002-06-23 [colin]      0.7.8claws16
10981
10982         * src/compose.[ch]
10983                 add compose_entry_select(), used to select the default_to
10984                 email address - hopefully avoiding people sending mails to
10985                 wrong recipients.
10986
10987 2002-06-22 [alfons]     0.7.8claws15
10988
10989         * AUTHORS
10990                 add Bram Metsch & Stanislav Karchebny
10991         * src/smtp.[ch]
10992         * src/prefs_account.[ch]
10993         * src/send.c
10994                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10995                   options.  (see <http://sourceforge.net/tracker/index.php
10996                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10997
10998                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10999                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11000
11001 2002-06-22 [paul]       0.7.8claws14
11002
11003         * sync with 0.7.8cvs5
11004                 see ChangeLog 2002-06-19 and 2002-06-20
11005
11006 2002-06-22 [alfons]     0.7.8claws13
11007
11008         * src/selective_download.c
11009                 fix a stupid mistake I made
11010
11011 2002-06-22 [alfons]     0.7.8claws12
11012
11013         * src/selective_download.[ch]
11014                 fix another unnoticed leak; cleanup code
11015
11016 2002-06-21 [alfons]
11017
11018         * tools/Makefile.am
11019                 gpg-sign <-- gpg-sign-syl
11020
11021 2002-06-21 [alfons]     0.7.8claws11
11022
11023         * src/selective_download.c
11024         * src/selective_download.h
11025                 fix assorted mix of allocation errors (should solve
11026                 problem reported by Philippe Gramoullé, see:
11027                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11028
11029 2002-06-20 [melvin]     0.7.8claws10
11030
11031         * tools/gpg-sign *REMOVED*
11032           tools/gpg-sign-syl *ADDED*
11033                 Replaced the gpg clearsigning script with the version using
11034                 xterm instead of ssh-askpass and changed its name.
11035
11036         * README.claws
11037                 Updated actions example to reflect the renaming of the
11038                 gpg clearsigning script.
11039
11040 2002-06-19 [paul]       0.7.8claws9
11041
11042         * sync with 0.7.8claws9
11043                 see ChangeLog 2002-06-18 and 2002-06-19
11044
11045 2002-06-19 [paul]       0.7.8claws8
11046
11047         * sync with 0.7.8cvs1
11048                 see ChangeLog 2002-06-18
11049
11050 2002-06-18 [alfons]     0.7.8claws7
11051
11052         * src/mainwindow.h
11053                 add omitted prototype
11054
11055 2002-06-17 [paul]       0.7.8claws6
11056
11057         * src/mainwindow.c
11058                 fix hiding of exec_btn
11059
11060 2002-06-17 [paul]       0.7.8claws5
11061
11062         * src/pop.c
11063                 remove unneeded code: should_delete() 
11064                 and Pop3State::uidl_todelete_list
11065
11066 2002-06-17 [paul]       0.7.8claws4
11067
11068         * sync with 0.7.8
11069                 see ChangeLog 2002-06-11 and 2002-06-13
11070
11071 2002-06-16 [alfons]     0.7.8claws3
11072         
11073         * src/folder.c
11074                 make sure lock sort mode (claws specific) is
11075                 also persists after a tree rescan
11076
11077 2002-06-16 [alfons]     0.7.8claws2
11078
11079         * src/prefs_folder_item.c
11080         * src/folder.[ch]
11081                 fix persistence of folder sort mode (broken
11082                 by adapting Hiro's new folder persistence code)
11083
11084 2002-06-16 [alfons]     0.7.8claws1
11085
11086         * AUTHORS
11087         * src/logwindow.c
11088         * src/prefscommon.[ch]
11089                 control size of log text in log window; 
11090                 closes patch #569155 submitted by Mitko Haralanov.
11091
11092 2002-06-15 [paul]       0.7.8claws
11093
11094         * release of 0.7.8claws
11095
11096 2002-06-15 [paul]       0.7.7claws
11097
11098         * po/pt_BR.po
11099                 updated by Fabio Junior Beneditto
11100
11101 2002-06-14 [paul]       0.7.6claws49
11102
11103         * po/es.po
11104                 updated by Ricardo Mones Lastra
11105
11106 2002-06-14 [paul]       0.7.6claws48
11107
11108         * po/nl.po
11109                 updated translation by Wilbert Berendsen
11110
11111 2002-06-14 [melvin]     0.7.6claws47
11112
11113         * po/fr.po
11114                 Updated French translation
11115
11116 2002-06-13 [paul]       0.7.6claws46
11117
11118         * src/filesel.c
11119                 allow filename to be typed in, rather than just
11120                 selected by the mouse. Patch by Gustavo Noronha Silva.
11121
11122 2002-06-13 [alfons]     0.7.6claws45
11123
11124         * src/mainwindow.[ch]
11125                 more cleanups (removing unnecessary menu items Expand 
11126                 summary / message view)
11127
11128 2002-06-13 [melvin]     0.7.6claws44
11129
11130         * po/POTFILES.in
11131                 Added src/string_match.c
11132         * src/string_match.c
11133                 Fixed possible buffer overflow.
11134                 Corrected typo.
11135                 Added missing config.h header.
11136         * src/prefs_common.c
11137           src/prefs_matcher.c
11138           src/prefs_scoring.c
11139                 Made some strings translatable (missing _(..)).
11140
11141 2002-06-13 [melvin]     0.7.6claws43
11142
11143         * README.claws
11144                 Corrected action example (verifying clearsigned mail).
11145         * src/prefs_account.c
11146                 Corrected typo.
11147         * src/prefs_common.c
11148                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11149
11150 2002-06-12 [alfons]     0.7.6claws42
11151
11152         * src/summaryview.c
11153                 add init of score column lost in 0.7.6claws42
11154
11155 2002-06-12 [paul]       0.7.6claws41
11156
11157         * src/prefs_account.c
11158                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11159                 behavior of the radio buttons, (from 0.7.7cvs2)
11160
11161 2002-06-11 [alfons]     0.7.6claws40
11162
11163         * src/messageview.[ch]
11164         * src/summaryview.[ch]
11165         * src/summary_search.c
11166         * src/mainwindow.c
11167                 perform a sync to bring in Hiro's separate view implementation 
11168
11169                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11170
11171 2002-06-11 [paul]       0.7.6claws39
11172         
11173         * src/prefs_account.c
11174                 correct a typo on the Receive tab
11175
11176 2002-06-10 [match]      0.7.6claws38
11177
11178         * src/addressbook.c
11179                 Included address completion patch from Gustavo Noronha.
11180
11181 2002-06-10 [paul]       0.7.6claws37
11182
11183         * src/inc.[ch]
11184           src/pop.c
11185           src/prefs_account.[ch]
11186           src/selective_download.[ch]
11187                 apply PATCH #561712
11188                  NEW:
11189                 - check if POP Account
11190                 - Receive Button renamed to Preview
11191                 - Preview Button Popup: preview new/all messages
11192                 - Download Button
11193                 - Account Preferences-->Receive tab checkbutton if you
11194                   want to remove Mail after Download
11195                 -: default YES
11196                 - Account Preferences-->Receive tab checkbutton use
11197                   filtering rules on preview
11198                   (think of delete_on_server)
11199                 -: default YES
11200                 - Account selectable from SD dialog
11201                 - checkbutton to show already downloaded messages if
11202                   all messages are previewed
11203                 - new clist column showing Date
11204                 - ESC KEY close
11205                 FIXES:
11206                 - play ball with UIDL
11207                 - fault tolerant (?) 
11208                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11209
11210 2002-06-10 [melvin]     0.7.6claws36
11211
11212         * README.claws
11213                 Added a hint to ac/README in cvs instructions.
11214
11215         * src/prefs_actions.c
11216                 Made it possible to use a more elaborate command line
11217                 for asynchronous actions, too.
11218
11219 2002-06-10 [melvin]     0.7.6claws35
11220         
11221         * src/prefs_actions.c
11222                 Make it possible to use a more elaborate command line
11223                 (e.g. |foo|bar|cat>there;echo Done|)
11224                 Corrected error message when calling %f, %F and %p commands
11225                 from the compose window.
11226
11227 2002-06-09 [colin]      0.7.6claws34
11228
11229         * src/summaryview.c
11230                 Automatically find unread messages in current folder
11231                 before annoying the user.
11232
11233 2002-06-08 [alfons]     0.7.6claws33
11234
11235         * po/it.po
11236                 remove bad formatting string in it.po translation
11237                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11238
11239 2002-06-08 [paul]       0.7.6claws32
11240
11241         * sync with 0.7.6cvs25
11242                 see ChangeLog 2002-06-07
11243
11244 2002-06-05 [paul]       0.7.6claws31
11245
11246         * src/mainwindow.c
11247                 add 'Sort by locked' and 'Sort by score'
11248
11249 2002-06-05 [paul]       0.7.6claws30
11250
11251         * sync with 0.7.6cvs24
11252                 see ChangeLog 2002-06-04
11253
11254 2002-06-04 [paul]       0.7.6claws29
11255
11256         * po/pt_BR.po
11257                 updated by Fabio Junior Beneditto
11258
11259 2002-06-03 [thorsten]   0.7.6claws28
11260
11261         * src/matcher.c
11262                 fclose() matcherrc after reading
11263
11264 2002-06-03 [paul]       0.7.6claws27
11265
11266         * sync with 0.7.6cvs21
11267                 see ChangeLog 2002-05-31
11268
11269 2002-05-31 [paul]       0.7.6claws26
11270
11271         * sync with 0.7.6cvs20
11272                 see ChangeLog 2002-05-29 and 2002-05-30
11273
11274 2002-05-31 [paul]       0.7.6claws25
11275
11276         * src/imap.c
11277                 hopefully fix last buggy sync
11278
11279         * README.claws
11280                 correct typo in 'Actions' examples
11281
11282 2002-05-29 [paul]       0.7.6claws24
11283
11284         * sync with 0.7.6cvs18
11285                 see ChangeLog 2002-05-28 and 2002-05-29
11286
11287         * src/news.c
11288           src/nntp.[ch]
11289                 sync with above 
11290
11291 2002-05-28 [paul]       0.7.6claws23
11292
11293         * sync with 0.7.6cvs16
11294                 see ChangeLog 2002-05-28
11295
11296 2002-05-27 [thorsten]   0.7.6claws22 
11297
11298         * faq/it/sylpheed-faq-1.html
11299           faq/it/sylpheed-faq-2.html
11300           faq/it/sylpheed-faq-3.html
11301           faq/it/sylpheed-faq.html
11302                 corrected DOS lineendings
11303         * faq/de/sylpheed-faq-1.html
11304           faq/de/sylpheed-faq-2.html
11305           faq/en/sylpheed-faq-1.html
11306           faq/en/sylpheed-faq-2.html
11307           faq/en/sylpheed-faq-3.html
11308           faq/es/sylpheed-faq-1.html
11309           faq/es/sylpheed-faq-2.html
11310           faq/es/sylpheed-faq-3.html
11311           faq/fr/sylpheed-faq-1.html
11312           faq/it/sylpheed-faq-1.html
11313           faq/it/sylpheed-faq-2.html
11314           faq/it/sylpheed-faq-3.html
11315           faq/it/sylpheed-faq.html
11316                 changed ">" to &quot;
11317
11318 2002-05-27 [paul]       0.7.6claws21
11319         
11320         * sync with 0.7.6cvs15
11321                 see ChangeLog 2002-05-27
11322
11323 2002-05-27 [paul]       0.7.6claws20
11324
11325         * src/prefs_account.c
11326                 correct a typo
11327
11328 2002-05-26 [paul]       0.7.6claws19
11329
11330         * tools/README
11331                 correct a typo
11332
11333 2002-05-25 [paul]       0.7.6claws18
11334
11335         * tools/README
11336                 add description of kmail2sylpheed.pl
11337
11338 2002-05-25 [paul]       0.7.6claws17
11339
11340         * tools/kmail2sylpheed.pl       ** NEW FILE **
11341                 perl script that converts an exported Kmail address
11342                 book, converts it to sylpheed addressbook file,
11343                 writes the file to .sylpheed, and updates
11344                 addrbook--index.xml 
11345
11346 2002-05-25 [paul]       0.7.6claws16
11347
11348         * sync with 0.7.6cvs14
11349                 see ChangeLog 2002-05-23
11350
11351 2002-05-24 [paul]       0.7.6claws15
11352
11353         * README.claws
11354                 make a correction and add some more info
11355
11356 2002-05-24 [paul]       0.7.6claws14
11357
11358         * src/compose.c
11359                 fix memory leak in 
11360                 compose_redirect_write_headers_from_headerlist()
11361                 add Subject and Resent-Message-ID to
11362                 compose_redirect_write_headers()
11363                 Received, Subject, and X-UIDL are filtered out in 
11364                 compose_redirect_write_to_file()
11365
11366 2002-05-23 [paul]       0.7.6claws13
11367
11368         * src/compose.[ch]
11369           src/filtering.c
11370           src/mainwindow.c
11371           src/matcher.[ch]
11372           src/matcher_parser_lex.l
11373           src/matcher_parser_parse.y
11374           src/prefs_common.[ch]
11375           src/prefs_filtering.c
11376           src/summaryview.c
11377                 rename 'Bounce' to 'Redirect'
11378
11379 2002-05-23 [paul]       0.7.6claws12
11380
11381         * more sync with 0.7.6cvs13
11382           src/compose.c
11383                 see ChangeLog 2002-05-22
11384
11385 2002-05-22 [paul]       0.7.6claws11
11386
11387         * sync with 0.7.6cvs13
11388           src/codeconv.c
11389                 see ChangeLog 2002-05-20
11390           src/prefs_common.c
11391                 see ChangeLog 2002-05-22
11392
11393 2002-05-21 [melvin]     0.7.6claws10
11394
11395         * src/folderview.c
11396                 Added missing filtering and scoring headers
11397                 Fixed bad function call that showed garbage 
11398                 in Folder->Processing
11399
11400 2002-05-21 [paul]       0.7.6claws9
11401
11402         * tools/Makefile.am
11403                 make all tools executable, (patch by Alfons).
11404
11405 2002-05-20 [alfons]     0.7.6claws8
11406
11407         * src/procheader.c
11408                 don't forget to call mktime() so we have a valid week 
11409                 and year day
11410                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11411
11412 2002-05-20 [paul]       0.7.6claws7
11413
11414         * src/html.c
11415                 fix broken parsing of urls
11416         * src/textview.c
11417                 fix displaying of urls
11418
11419                 both fixes from the patch [547855] by Eugene 
11420                 Brevdo (zonem)
11421
11422 2002-05-19 [alfons]     0.7.6claws6
11423
11424         * configure.in
11425                 make sylpheed configure correctly with the latest
11426                 and greatest of automake / autoconf / gettext
11427
11428 2002-05-19 [alfons]     0.7.6claws5
11429
11430         * src/procheader.c
11431         * src/procheader.h
11432                 add function for returning ime zone offset
11433         * src/quote_fmt.c
11434         * src/quote_fmt_parse.y
11435                 better quotation formatting - does not convert
11436                 to local time, but uses the original date string.
11437                 
11438                 Note: %z inserts the timezone offset (should 
11439                 work also on platforms where strftime does not
11440                 support %z).
11441
11442 2002-05-18 [christoph]  0.7.6claws4
11443
11444         * src/summaryview.c
11445                 fix indentation of some code
11446         * tools/Makefile.am
11447                 fix spaces after \
11448         * src/Makefile.am
11449                 add missing \
11450                 correct path for ignorethread.xpm
11451                 incorrect filename for sylpheed_logo.xpm
11452                 add missing include matcher_parser_parse.h
11453
11454 2002-05-18 [paul]       0.7.6claws3
11455
11456         * sync with 0.7.6cvs8
11457                 see ChangeLog 2002-05-16 and 2002-05-17
11458
11459 2002-05-18 [melvin]     0.7.6claws2
11460
11461         * README.claws
11462                 Corrected an action's definition and fixed some misspellings.
11463
11464 2002-05-18 [paul]       0.7.6claws1
11465
11466         * tools/Makefile.am
11467           tools/gpg-sign        ** new file **
11468           tools/uudec           ** new file **
11469                 add Melvin's Actions scripts
11470
11471         * README.claws
11472                 add Melvin's descriptions for Actions
11473
11474 2002-05-18 [paul]       0.7.6claws
11475
11476         * Version 0.7.6claws released
11477
11478 2002-05-17 [paul]       0.7.5claws32
11479
11480         * po/es.po
11481                 updated by Ricardo Mones Lastra
11482
11483 2002-05-17 [paul]       0.7.5claws31
11484
11485         * src/compose.c
11486                 fix Account prefs default folder for sent/draft/deleted
11487                 messages bug
11488
11489         * po/it.po
11490           po/nl.po
11491                 updated translation by Alessandro Maestri and
11492                 Wilbert Berendsen
11493
11494 2002-05-17 [melvin]     0.7.5claws30
11495
11496         * src/prefs_actions.c
11497                 Fixed bug where using %F not at the end of the command 
11498                 resulted in an additional empty argument being created.
11499                 Thanks to Darko Koruga for reporting the bug.
11500
11501 2002-05-17 [melvin]     0.7.5claws29
11502
11503         * po/fr.po
11504                 Updated French translations.
11505
11506 2002-05-15 [paul]       0.7.5claws28
11507         
11508         * po/es.po
11509                 updated by Ricardo Mones Lastra
11510
11511 2002-05-15 [paul]       0.7.5claws27
11512
11513         * sync with 0.7.6cvs4
11514                 see ChangeLog 2002-05-14 and 2002-05-15
11515
11516 2002-05-14 [paul]       0.7.5claws26
11517
11518         * sync with 0.7.6cvs1
11519                 see ChangeLog 2002-05-13
11520
11521 2002-05-13 [thorsten]   0.7.5claws25
11522
11523         * src/messageview.c
11524                 fix select_all and copy in multipart messages
11525         * src/mainwindow.c
11526                 fix select_all and copy in multipart messages
11527
11528 2002-05-12 [paul]       0.7.5claws24
11529
11530         * src/summaryview.c
11531                 reverse last commit, bug already fixed in 0.7.5claws3
11532
11533 2002-05-12 [netztorte]  0.7.5claws23
11534
11535         * src/summaryview.c
11536                 dont parse empty addressbook (checked in before claws20)
11537
11538 2002-05-12 [melvin]     0.7.5claws22
11539
11540         * src/procmsg.[ch]
11541                 Removed unneeded priority code introduced by the previous 
11542                 commit.
11543
11544 2002-05-12 [melvin]     0.7.5claws21
11545
11546         * src/compose.[ch]
11547                 Added possibility to set message's priority.
11548         * src/procmsg.[ch]
11549                 Added possibility to set message's priority.
11550                 Added missing headers
11551
11552 2002-05-12 [melvin]     0.7.5claws20
11553
11554         * src/prefs_actions.c
11555                 Removed implicitely added quotes around the name
11556                 of the temporary files of mime parts.
11557
11558 2002-05-12 [paul]       0.7.5claws19
11559
11560         * sync with 0.7.5cvs20
11561                 see ChangeLog 2002-05-11
11562
11563 2002-05-12 [alfons]     0.7.5claws18
11564
11565         * src/quote_fmt_lex.l
11566         * src/quote_fmt_parse.y
11567                 allow quote / reply date & time format to be set using
11568                 %D{format}. format is a format string you'd pass to
11569                 strftime() (see man strftime, or the Display tab |
11570                 Date format setting).
11571
11572                 Currently %D converts the date to local time. 
11573
11574 2002-05-11 [paul]       0.7.5claws17
11575
11576         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11577                 see ChangeLog 2002-05-10 and 2002-05-11
11578
11579 2002-05-10 [paul]       0.7.5claws16
11580
11581         * sync with 0.7.5cvs16
11582                 see ChangeLog entries 2002-05-09 and 
11583                 2002-05-10
11584
11585 2002-05-10 [colin]      0.7.5claws15
11586
11587         * src/textview.c
11588                 Corrected a bug that prevented sylpheed to open
11589                 double-clicked URIs.
11590
11591 2002-05-09 [paul]       0.7.5claws14
11592
11593         * sync with 0.7.5cvs14
11594                 see ChangeLog 2002-05-08 and 2002-05-09
11595
11596 2002-05-08 [paul]       0.7.5claws13
11597
11598         * sync with 0.7.5cvs11
11599                 see ChangeLog entry 2002-05-08
11600
11601 2002-05-08 [paul]       0.7.5claws12
11602
11603         * src/mainwindow.c
11604           src/textview.[ch]
11605                 fix segfault on View->Open in new window
11606                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11607
11608 2002-05-07 [paul]       0.7.5claws11
11609
11610         * sync with 0.7.5cvs9
11611                 see ChangeLog entry 2002-05-07
11612
11613 2002-05-06 [paul]       0.7.5claws10
11614
11615         * src/messageview.c
11616           src/textview.c
11617                 display url in statusbar on single-click
11618                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11619
11620 2002-05-06 [match]      0.7.5claws9
11621
11622         * src/addritem.[ch]
11623                 new functions.
11624         * src/addrcache.c
11625                 tidy up.
11626         * src/xmlprops.[ch]
11627                 XML implementation of properties file.
11628         * src/exporthtml.[ch]
11629         * src/expthtmldlg.[ch]
11630         * src/addressbook.c
11631                 export to HTML.
11632
11633 2002-05-02 [sergey]     0.7.5claws8
11634
11635         * src/mainwindow.c (mainwin_entries),
11636           src/prefs_common.c (prefs_send_create()),
11637           src/codeconv.c (locale_table):
11638                 use charset name "Windows-1251" instead of "CP1251".
11639
11640 2002-05-02 [colin]      0.7.5claws7
11641         
11642         * src/compose.c
11643           src/prefs_common.c
11644           src/prefs_folder_item.c
11645                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11646
11647 2002-05-02 [hiro]       0.7.5claws6
11648
11649         * src/imap.c
11650                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11651
11652 2002-05-02 [paul]       0.7.5claws5
11653
11654         * src/compose.c
11655                 more sync with 0.7.5cvs7, see ChangeLog entry
11656                 2002-05-02
11657
11658 2002-05-02 [hiro]       0.7.5claws4
11659
11660         * src/compose.c
11661                 compose_queue_sub():
11662                 check if queue folder exists (closes #550397).
11663                 removed directory creation since it should be handled
11664                 transparently.
11665         * src/imap.c
11666                 imap_add_msg(): return UID for appended message
11667                 (closes #548842).
11668
11669 2002-04-30 [paul]       0.7.5claws3
11670
11671         * src/summaryview.c
11672                 fix account_find_from_address() bug
11673
11674 2002-04-28 [colin]      0.7.5claws2
11675
11676         * src/compose.c
11677           src/textview.c
11678           src/prefs_common.[ch]
11679           src/utils.[ch]
11680                 Added user-definable quotation characters recognition.
11681
11682 2002-04-28 [paul]       0.7.5claws1
11683
11684         * sync with 0.7.5cvs4
11685                 see ChangeLog entry  2002-04-25
11686
11687 2002-04-28 [paul]       0.7.5claws
11688
11689         * po/es.po
11690           po/nl.po
11691           po/pt_BR.po
11692                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11693                 Fabio Junior Beneditto
11694
11695 2002-04-27 [jens]       0.7.4claws103
11696
11697         * po/de.po
11698                 updated German translation.
11699
11700 2002-04-27 [hiro]       0.7.4claws102
11701
11702         * src/summaryview.c
11703                 summary_write_cache(): fixed the mark loss of hidden messages.
11704
11705 2002-04-26 [melvin]     0.7.4claws101
11706
11707         * src/procmsg.c
11708                 fixed a second typo (same one)
11709         * po/fr.po
11710           po/it.po
11711           po/pt_BR.po
11712                 fixed the type again...
11713
11714 2002-04-26 [melvin]     0.7.4claws100
11715
11716         * src/procmsg.c
11717                 fixed a typo in an alert message ("temorary").
11718         * po/it.po
11719         * po/pt_BR.po
11720                 corrected the typo  described above.
11721         * po/fr.po
11722                 updated French translation.
11723
11724 2002-04-26 [darko]      0.7.4claws99
11725
11726         * src/summaryview.c
11727                 fix target folder colorization
11728
11729 2002-04-25 [paul]       0.7.4claws98
11730
11731         * po/it.po
11732                 updated by Alessandro Maestri
11733
11734 2002-04-24 [colin]      0.7.4claws97
11735         
11736         * src/compose.c
11737                 Fixed double "subject is empty" question.
11738
11739 2002-04-23 [colin]      0.7.4claws96
11740         
11741         * src/mimeview.c
11742                 Corrected issue when "automatically display images" was
11743                 not set : first image remained after selecting second.
11744
11745 2002-04-23 [melvin]     0.7.4claws95
11746
11747         * src/prefs_actions.c
11748                 Don't display in/out dialog if there is nothing to show.
11749
11750 2002-04-23 [paul]       0.7.4claws94
11751
11752         * sync with 0.7.5cvs3
11753                 bug fixes: see ChangeLog entry 2002-04-23
11754
11755 2002-04-22 [darko]      0.7.4claws93
11756
11757         * src/compose.c
11758                 fix previous check-in which changed code after
11759                 merge from main
11760
11761 2002-04-22 [paul]       0.7.4claws92
11762
11763         * faq/de/*
11764                 add German FAQ
11765         * faq/en/*
11766           faq/es/*
11767           faq/fr/*
11768                 update English, Spanish and French FAQs
11769         * manual/de/*
11770           manual/es/*
11771                 add German and Spanish manuals
11772         * manual/en/*
11773           manual/fr/*
11774                 update English and French manuals
11775
11776         * src/Makefile.am
11777                 add to and re-arrange the pixmap entries
11778
11779 2002-04-22 [darko]      0.7.4claws91
11780
11781         * src/compose.c
11782                 fix sender initials recognition to only allow
11783                 '>' after the initials
11784
11785 2002-04-21 [paul]       0.7.4claws90
11786
11787         * sync with 0.7.5 release
11788                 see ChangeLog entry 2002-04-21
11789
11790 2002-04-21 [alfons]
11791
11792         * src/Makefile.am
11793                 add colin's new pixmaps to EXTRA_DIST
11794
11795 2002-04-21 [colin]      0.7.4claws89
11796         * src/compose.c
11797         * src/inc.c
11798         * src/mainwindow.[ch]
11799         * src/prefs_common.[ch]
11800         * src/stock_pixmap.[ch]
11801                 Added "Work offline" ability.
11802
11803 2002-04-21 [colin]      0.7.4claws88
11804         
11805         * src/mimeview.c
11806         * src/prefs_common.c
11807         * src/prefs_common.h
11808         * src/textview.c : Added an option to common preferences -> display
11809           to allow user not to automatically display images.
11810
11811 2002-04-21 [paul]       0.7.4claws87
11812
11813         * sync with 0.7.4cvs52
11814                 see ChangeLog entry 2002-04-21 (src/imap.c)
11815
11816 2002-04-21 [paul]       0.7.4claws86
11817
11818         * sync with 0.7.4cvs51
11819                 see ChangeLog entry 2002-04-21
11820
11821 2002-04-21 [paul]       0.7.4claws85
11822
11823         * sync with 0.7.4cvs49
11824                 see ChangeLog entries 2002-04-20 and 2002-04-21
11825
11826         * src/Makefile.am
11827                 clean up: remove old 'stock_' element from xpm 
11828                 filenames.
11829
11830 2002-04-21 [alfons]     0.7.4claws84
11831
11832         apply sync patch from Paul
11833
11834         * src/folderview.c
11835                 use old claws prefs_folder_item_create() for now
11836
11837 2002-04-19 [match]      0.7.4claws83
11838
11839         * src/addressbook.[ch]
11840         * src/addrharvest.[ch]
11841         * src/addrgather.[ch]
11842                 recurse folders.
11843         * src/mainwindow.c
11844         * src/summaryview.[ch]
11845                 change menu option.
11846
11847 2002-04-19 [paul]       0.7.4claws82
11848
11849         * po/pt_BR.po
11850                 updated by Fabio Junior Beneditto
11851
11852 2002-04-14 [alfons]     0.7.4claws81
11853
11854         * src/passphrase.c
11855                 add #include <sys/types.h> for mode_t and off_t 
11856
11857 2002-04-13 [paul]       0.7.4claws80
11858         
11859         * src/main.c
11860           src/passphrase.[ch]
11861           src/pgptext.c
11862           src/prefs_common.[ch]
11863           src/rfc2015.c
11864                 enable storing of GnuPG passphrase for the whole 
11865                 session or a user-defined number of minutes. patch 
11866                 submitted by Ravemax <ravemax@dextrose.com>
11867
11868 2002-04-13 [alfons]     0.7.4claws79
11869
11870         * src/textview.c
11871                 make email parser also stop scanning when encountering separators
11872                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11873
11874 2002-04-13 [paul]       0.7.4claws78
11875
11876         * sync with 0.7.4cvs39
11877                 see ChangeLog entry 2002-04-12
11878
11879 2002-04-11 [paul]       0.7.4claws77
11880
11881         * sync with 0.7.4cvs37
11882                 see ChangeLog entry 2002-04-11
11883
11884 2002-04-11 [paul]       0.7.4claws76
11885
11886         * COPYING 
11887                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11888                 the clause for OpenSSL). sync with sylpheed main
11889
11890 2002-04-09 [melvin]     0.7.4claws75
11891
11892         * src/compose.c
11893                 Made 'Ctrl-Enter' on send ignore some modifiers 
11894                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11895                 to bind other *-Enter (but not Alt-Enter).
11896
11897 2002-04-09 [paul]       0.7.4claws74
11898
11899         * sync with 0.7.4cvs35
11900                 see ChangeLog entries 2002-04-09
11901
11902 2002-04-08 [paul]       0.7.4claws73
11903
11904         * sync with 0.7.4cvs33
11905                 see ChangeLog entry 200-04-08
11906
11907 2002-04-07 [match]      0.7.4claws72
11908
11909         * src/addrharvest.[ch]
11910                 fixed to read all addresses in header, regardless
11911                 of header size. improved name parsing. accommodate
11912                 harvest from folders and selected message.
11913         * src/addritem.[ch]
11914                 included new address parsing function.
11915         * src/addrgather.[ch]
11916         * src/addressbook.[ch]
11917         * src/summaryview.[ch]
11918         * src/mainwindow.c
11919                 allow address harvest of folder as well as selected
11920                 messages.
11921
11922 2002-04-07 [paul]       0.7.4claws71
11923
11924         * src/esmtp.[ch]
11925           src/smtp.c
11926                 don't try to authenticate with CRAM-MD5 in SMTP when 
11927                 SMTP-AUTH enabled if MTA doesn't issue this 
11928                 auth-method in it's ehlo-response. bug item #531364,
11929                 patch item #938910. patch submitted by Colin Leroy 
11930                 <colin@colino.net>
11931
11932 2002-04-07 [paul]       0.7.4claws70
11933
11934         * src/nntp.c
11935                 fix missing MODE_READER bug. patch submitted by
11936                 Colin Leroy <colin@colino.net>
11937
11938 2002-04-07 [alfons]     0.7.4claws69
11939
11940         * src/matcher.[ch]
11941         * src/prefs_filtering.c
11942         * src/summaryview.c
11943                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11944                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11945
11946 2002-04-07 [paul]       0.7.4claws68
11947
11948         * sync with 0.7.4cvs32
11949                 see ChangeLog entry 2002-04-06
11950
11951         * tools/filter_conv.pl
11952                 more bug fixes
11953
11954 2002-04-06 [paul]       0.7.4claws67
11955
11956         * tools/filter_conv.pl
11957                 modify to be able to find the name of the first
11958                 mailbox and use that. main's filter does not
11959                 record the full path to the mailbox and therefore
11960                 can only filter to the first mailbox.
11961
11962 2002-04-05 [paul]       0.7.4claws66
11963
11964         * tools/filter_conv.pl
11965                 attempt to make the script all-encompassing and
11966                 be able to convert any main 'filter' rule thrown
11967                 at it
11968
11969 2002-04-05 [paul]       0.7.4claws65
11970
11971         * tools/filter_conv.pl
11972                 allow for collapsed folder trees
11973
11974 2002-04-05 [paul]       0.7.4claws64
11975
11976         * sync with 0.7.4cvs31
11977                 see ChangeLog entries 2002-04-05
11978
11979 2002-04-03 [paul]       0.7.4claws63
11980
11981         * sync with 0.7.4cvs29
11982                 see ChangeLog entries 2002-04-02 and 2002-04-03
11983
11984 2002-04-02 [paul]       0.7.4claws62
11985
11986         * sync with 0.7.4cvs26
11987                 see ChangeLog entry 2002-04-01
11988
11989 2002-04-02 [match]      0.7.4claws61
11990
11991         * src/pine.[ch]
11992         * src/importpine.[ch]
11993         * src/addressbook.c
11994                 import Pine address book.
11995
11996 2002-04-02 [match]      0.7.4claws60
11997
11998         * src/addrharvest.[ch]
11999                 improve address parsing of funky addresses.
12000
12001 2002-04-02 [darko]      0.7.4claws59
12002
12003         * src/compose.c
12004                 wrap on send improvements, it now recognizes quoted
12005                 initials as part of the quotation string, and it
12006                 does not join lines separated by CR
12007
12008 2002-04-01 [match]      0.7.4claws58
12009
12010         * src/mgutils.[ch]
12011                 added new functions.
12012         * src/mutt.[ch]
12013                 remove excessive duplicate address generation
12014                 on import.
12015
12016 2002-04-01 [alfons]     0.7.4claws57
12017         
12018         * src/summaryview.c
12019                 put back g_free() 
12020
12021 2002-04-01 [paul]       0.7.4claws56
12022
12023         * sync with 0.7.4cvs25
12024                 see ChangeLog entry 2002-04-01
12025
12026 2002-04-01 [alfons]     0.7.4aprilfool55
12027
12028         * src/summaryview.c
12029                 honour feature request item #537427 to allow for
12030                 displaying names from address book for sent mail also
12031
12032 2002-03-29 [paul]       0.7.4claws54
12033
12034         * src/mainwindow.c
12035           src/prefs_filtering.[ch]
12036           src/prefs_matcher.c
12037           src/summaryview.c
12038                 add 'fast filter' for claws' filtering,
12039                 /Tools/Create filter rule/... patch submitted
12040                 by Neill Miller <neillm@thecodefactory.org>
12041
12042 2002-03-29 [paul]       0.7.4claws53
12043
12044         * sync with 0.7.4cvs24
12045                 see ChangeLog entry 2002-03-29
12046
12047 2002-03-28 [paul]       0.7.4claws52
12048
12049         * sync with 0.7.4cvs23
12050                 see ChangeLog entry 2002-03-28
12051
12052 2002-03-27 [melvin]     0.7.4claws51
12053
12054         * src/prefs_actions.c
12055                 Added support to pass only one message part (as a
12056                 file) to the command using '%p'. No quotes are needed
12057                 because doubles quotes are automatically added.
12058                 Fixed bug where Sylpheed could block when waiting for
12059                 a child process to finish.
12060                 Changed the help menu to remove quotes around symbols to 
12061                 avoid misinterpretation (they must not be used).
12062
12063 2002-03-27 [melvin]     0.7.4claws50
12064
12065         * src/inc.c
12066                 Made the new mail notification command always 
12067                 execute asynchronously.
12068
12069 2002-03-27 [paul]       0.7.4claws49
12070
12071         * src/compose.c
12072                 fix bug introduced in last commit
12073
12074 2002-03-27 [paul]       0.7.4claws48
12075
12076         * sync with 0.7.4cvs21
12077                 see ChangeLog 2002-03-26 and 2002-03-27
12078
12079 2002-03-26 [hoa]        0.7.4claws47
12080
12081         * src/prefs_folder_item.c
12082                 really fixed the bug #516442 with folder rescan.
12083
12084 2002-03-26 [paul]       0.7.4claws46
12085
12086         * sync with 0.7.4cvs19
12087                 see ChangeLog entries 2002-03-25 and 2002-03-26
12088
12089 2002-03-25 [hoa]        0.7.4claws45
12090
12091         * src/matcher.c
12092         * src/mh.c
12093                 fix the bug #516442 with folder rescan.
12094
12095         * src/prefs_common.[ch]
12096         * src/compose.c
12097                 added an option to enable two different behaviours
12098                 for bounce.
12099
12100
12101 2002-03-25 [paul]       0.7.4claws44
12102
12103         * src/mainwindow.c
12104           src/selective_download.c
12105                 correct a few menuitem labels
12106
12107 2002-03-25 [christoph]  0.7.4claws43
12108
12109         * src/procmsg.c
12110                 fix non deleted tmp message in
12111                 procmsg_save_to_outbox
12112                 fix problems caused by sync with
12113                 main branch's procmsg_send_queue
12114
12115 2002-03-25 [paul]       0.7.4claws42
12116
12117         * src/quote_fmt.c
12118           src/quote_fmt_lex.l
12119           src/quote_fmt_parse.y
12120                 add Last name (%L) placeholder for quoting. 
12121                 patch submitted by Thorsten Thielen 
12122                 <thth@users.sourceforge.net>
12123
12124 2002-03-25 [paul]       0.7.4claws41
12125
12126         * src/utils.c
12127                 get full hostname. patch submitted by
12128                 Bob Woodside <rwoodside1@comcast.net>
12129
12130 2002-03-25 [paul]       0.7.4claws40
12131
12132         * src/account.c
12133           src/news.c
12134           src/nntp.[ch]
12135           src/prefs_account.[ch]
12136                 enable NNTP over SSL. patch submitted by
12137                 Pascal Jermini <pascal@infinity.hn.org>
12138
12139 2002-03-24 [paul]       0.7.4claws39
12140
12141         * src/prefs_common.c
12142                 make the arrangement of the Compose tab more
12143                 coherent
12144
12145         * src/mainwindow.c
12146                 fix some irregularities of style
12147
12148         * po/de.po
12149                 updated by Kilian Krause
12150
12151 2002-03-23 [paul]       0.7.4claws38
12152
12153         * po/pt_BR.po
12154                 updated by Fabio Junior Beneditto
12155
12156 2002-03-23 [paul]       0.7.4claws37
12157
12158         * src/mainwindow.c
12159                 move 'Gather addresses' to 'Tools' menu
12160                 make 'Selective download' sensitive
12161
12162 2002-03-23 [paul]       0.7.4claws36
12163
12164         * sync with 0.7.4cvs16
12165                 see ChangeLog entries 2002-03-23
12166
12167 2002-03-22 [christoph]  0.7.4claws35
12168
12169         * src/quote_fmt_parse.y
12170                 fix include program output
12171
12172 2002-03-22 [alfons]     0.7.4claws34
12173
12174         * src/pop.c
12175                 initialize GDate stack variable correctly (sorry!)
12176
12177 2002-03-22 [paul]       0.7.4claws33
12178
12179         * src/compose.c
12180           src/mainwindow.c
12181           src/prefs_actions.c
12182           src/prefs_common.c
12183                 rename 'Tool' to 'Tools'
12184
12185         * src/mainwindow.c
12186                 move 'Delete duplicated messages' from
12187                 'Message/' to 'Tools/'
12188                 re-arrange the order of 'Tools/' items
12189
12190 2002-03-22 [paul]       0.7.4claws32
12191
12192         * src/addr_compl.c
12193           src/addressbook.[ch]
12194                 auto-address completion now also matches on
12195                 Nickname. patch submitted by Bob Forsman 
12196                 <hammor@users.sourceforge.net>
12197
12198         * src/editaddress.c
12199                 correct a spelling mistake
12200
12201 2002-03-22 [alfons]     0.7.4claws31
12202
12203         * src/pop.c
12204                 fix getting uidl from incorrect string 
12205                 (spotted by Colin)
12206
12207 2002-03-21 [alfons]     0.7.4claws30
12208
12209         * src/pop.c
12210                 more code refactoring
12211                 plug mem leak introduced by delete on server
12212
12213 2002-03-21 [paul]       0.7.4claws29
12214
12215         * sync with 0.7.4cvs11
12216                 see ChangeLog entries 2002-03-20
12217
12218 2002-03-20 [alfons]     0.7.4claws28
12219
12220         * src/inc.c
12221                 apply Colin's patch and refactor
12222
12223 2002-03-20 [paul]       0.7.4claws27
12224
12225         * sync with sylpheed 0.7.4cvs9
12226                 see ChangeLog entry 2002-03-20
12227
12228 2002-03-19 [christoph]  0.7.4claws26
12229
12230         * src/mh.c
12231         * src/procmsg.[ch]
12232         * src/summaryview.c
12233                 revert changes for flag updates
12234                 (does not work correctly and no time to debug)
12235
12236 2002-03-20 [alfons]     0.7.4claws25
12237
12238         * src/pop.c
12239                 refactor should_delete() a little bit 
12240
12241 2002-03-19 [paul]       0.7.4claws24
12242
12243         * src/inc.[ch]
12244           src/pop.c
12245           src/prefs_account.[ch]
12246                 allow the user to leave downloaded mail on the 
12247                 server for n days. Patch submitted by Colin Leroy 
12248                 <colin@colino.net>
12249
12250 2002-02-19 [paul]       0.7.4claws23
12251
12252         * sync with sylpheed 0.7.4cvs8
12253                 see ChangeLog entries 2002-03-19
12254
12255 2002-03-18 [paul]       0.7.4claws22
12256
12257         * sync with sylpheed 0.7.4cvs6
12258                 see ChangeLog entry 2002-03-18
12259
12260 2002-03-18 [paul]       0.7.4claws21
12261
12262         * po/en_GB.po
12263                 add en_GB message catalogue
12264
12265         * src/mbox_folder.c
12266           src/prefs_account.c
12267           src/prefs_actions.c
12268                 correct a few spelling mistakes
12269
12270 2002-03-17 [alfons]     0.7.4claws20
12271
12272         * src/matcher.c
12273                 more stringent checks for NULL params when writing
12274                 filtering actions to a file
12275                 
12276 2002-03-17 [hoa]        0.7.3claws20
12277
12278         * src/news.c
12279                 fixed the count of new messages
12280
12281         * src/compose.c
12282                 fixed the "attachment properties" window
12283
12284 2002-03-17 [paul]       0.7.4claws19
12285
12286         * src/defs.h
12287           src/folder.h
12288           src/news.c
12289           src/prefs_account.[ch]
12290           src/procmsg.[ch]
12291           src/summaryview.c
12292                 automatically mark cross-posted messages as read 
12293                 and (optionally) give them a colour label
12294                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12295                 
12296
12297 2002-03-17 [paul]       0.7.4claws18
12298
12299         * sync with sylpheed 0.7.4cvs5
12300                 see ChangeLog entry 2002-03-17
12301
12302 2002-03-17 [melvin]     0.7.4claws17
12303         
12304         * src/textview.c
12305                 Worked around a gtktext 'bug': when searching for 
12306                 a text in a long message it was scrolling slowly
12307                 line by line until it hit the searched text.
12308         * po/fr.po
12309                 Updated French translation
12310
12311 2002-03-17 [melvin]     0.7.4claws16
12312
12313         * src/mainwindow.c
12314         * src/compose.c
12315         * src/prefs_actions.c
12316                 Moved "Edit/Actions" to "Tool/Actions"
12317                 Made mainwindow/compose window sensitive as soon as
12318                 no child process is running anymore even if the io dialog
12319                 is open.
12320                 Fixed a struct being initialized with a non constant char*
12321
12322 2002-03-16 [christoph]  0.7.4claws15
12323
12324         * configure.in
12325                 add --with-compiler-flags option
12326                 (only for developer hacking)
12327         * src/mh.c
12328         * src/procmsg.[ch]
12329         * src/summaryview.c
12330                 try to make folder-stats and flag handling more
12331                 independent from the summaryview. msgcounts
12332                 are only set when the folder is opened and
12333                 procmsg_msginfo_(un)set_flags will handle it
12334                 later and summaryview will get the values
12335                 from the folder.
12336
12337 2002-03-16 [paul]       0.7.4claws14
12338
12339         * src/messageview.c
12340                 fix Return-receipt. Patch submitted by Bob
12341                 Woodside <rwoodside1@comcast.net>
12342
12343 2002-03-16 [paul]       0.7.4claws13
12344
12345         * src/compose.c
12346                 fix 'dynamic' signatures, make it work again
12347                 broken during sync on 2002-03-14 (0.7.4claws2)
12348
12349 2002-03-15 [match]      0.7.4claws12
12350
12351         * src/addrharvest.[ch]
12352         * src/addrgather.[ch]
12353         * src/addressbook.[ch]
12354         * src/mainwindow.c
12355                 included address harvester feature. still some
12356                 issues with address parsing that I will fix.
12357
12358 2002-03-15 [match]      0.7.4claws11
12359
12360         * src/addrbook.[ch]
12361         * src/addrcache.[ch]
12362         * src/addressbook.[ch]
12363         * src/addrindex.c
12364         * src/editbook.c
12365         * src/importldif.c
12366         * src/importmutt.c
12367         * src/jpilot.[ch]
12368         * src/main.c
12369         * src/syldap.[ch]
12370         * src/vcard.[ch]
12371                 tidy up. fix memory leaks. moved attribs and methods
12372                 from individual interfaces to addrcache object. prep
12373                 for new stuff to come in.
12374
12375 2002-03-15 [alfons]     0.7.4claws10
12376
12377         * src/matcher.[ch]
12378         * src/matcher_parser_parse.y
12379         * src/matcher_parser_lex.l
12380         * src/prefs_matcher.c
12381                 add filtering conditions message greater than, smaller 
12382                 than, and exactly matching a size in bytes
12383                 (does not work with delete from POP3 server yet)
12384
12385                 this should also give others an idea what you should
12386                 do to add new criterions to claws filtering system
12387                 
12388
12389 2002-03-15 [paul]       0.7.4claws9
12390
12391         * tools/filter_conv.pl
12392                 exit if there are no filter rules to convert
12393                 rename filterrc to filterrc.old after completion
12394
12395 2002-03-15 [paul]       0.7.4claws8
12396
12397         * sync with sylpheed 0.7.4cvs3
12398                 see ChangeLog entry 2002-03-14
12399
12400 2002-03-14 [paul]       0.7.4claws7
12401
12402         * src/compose.c
12403                 clean up the last commit (ahem)
12404
12405 2002-03-14 [paul]       0.7.4claws6
12406
12407         * src/compose.c
12408                 fix bug #515655. honour account preferences
12409                 regarding gpg default signing/encryption when 
12410                 changing account from the compose window.
12411
12412 2002-03-14 [paul]       0.7.4claws5
12413
12414         * src/folderview.c
12415                 remove unnecessary curly brackets
12416
12417 2002-03-14 [paul]       0.7.4claws4
12418
12419         * src/folderview.c
12420           src/prefs_filtering.[ch]
12421                 add filter rename on folder rename and filter
12422                 delete on folder delete. Patch submitted by
12423                 Neill Miller <neillm@thecodefactory.org> 
12424
12425 2002-03-14 [christoph]  0.7.4claws3
12426
12427         * src/procmsg.c
12428         * src/send.c
12429                 fix local delivery
12430                 (patch submitted by "Simon 'corecode' Schubert")
12431         * src/prefs_common.c
12432         * src/procmsg.c
12433                 fix gcc 3.0 warning
12434
12435 2002-03-14 [paul]       0.7.4claws2
12436
12437         * sync with sylpheed 0.7.4cvs2
12438                 see ChangeLog entry 2002-03-13
12439
12440 2002-03-12 [darko]      0.7.4claws1
12441
12442         * src/mainwindow.c
12443                 fix what seems to be a copy and paste error
12444                 when setting color for important messages
12445                 (reported by wwp)
12446
12447 2002-03-11 [paul]       version 0.7.4claws released
12448
12449 2002-03-11 [paul]       0.7.4claws
12450
12451         * po/es.po
12452           po/it.po
12453           po/nl.po
12454           po/pt_BR.po
12455                 update message catalogs. Submitted by Ricardo Mones 
12456                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12457                 Fabio Junior Beneditto
12458
12459         * configure.in
12460           faq/Makefile.am
12461           faq/it/Makefile
12462           faq/it/sylpheed-faq*
12463           src/mainwindow.c
12464           src/manual.[ch]
12465                 add FAQ in Italian
12466         
12467
12468 2002-03-11 [jens]       0.7.3claws7
12469
12470         * po/de.po
12471                 updated German translation
12472
12473 2002-03-11 [melvin]     0.7.3claws6
12474
12475         * po/fr.po
12476                 updated and corrected French translation
12477
12478 2002-03-10 [hoa]        0.7.3claws5
12479
12480         * src/account.c
12481         * src/inc.c
12482         * src/prefs_account.c
12483         * src/procmsg.c
12484         * src/send.[ch]
12485                 fixed the local account.
12486                 you have to change the default "/usr/sbin/sendmail"
12487                 to "/usr/sbin/sendmail -t" in the preferences of
12488                 the local account.
12489
12490         * src/procmime.c
12491                 removed some debug display for renderer
12492
12493 2002-03-10 [paul]       0.7.3claws4
12494
12495         * faq/en/sylpheed-faq-1.html
12496           faq/en/sylpheed-faq-2.html
12497                 update
12498
12499 2002-03-09 [paul]       0.7.3claws3
12500
12501         * sync with sylpheed 0.7.4
12502                 see ChangeLog entry 2002-03-09
12503
12504 2002-03-08 [paul]       0.7.3claws2
12505
12506         * faq/en/sylpheed-faq*
12507           faq/es/sylpheed-faq*
12508           faq/fr/sylpheed-faq*
12509                 update the FAQs
12510
12511         * manual/fr/.cvsignore
12512           manual/fr/Makefilea.am
12513           manual/fr/sylpheed*
12514           src/mainwindow.c
12515           src/manual.[ch]
12516                 add the French manual
12517
12518 2002-03-07 [paul]       0.7.3claws1
12519
12520         * sync with sylpheed 0.7.3cvs4
12521                 see ChangeLog entries  2002-03-06 and 2002-03-07
12522         
12523         * po/nl.po
12524                 updated by Wilbert Berendsen
12525
12526 2002-03-07 [melvin]     0.7.2claws34
12527
12528         * src/selective_download.c
12529                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12530
12531 2002-03-06 [paul]       0.7.2claws33
12532
12533         * sync with sylpheed 0.7.3cvs1
12534                 bug fix, see ChangeLog entry 2002-03-05
12535
12536 2002-03-05 [paul]       0.7.2claws32
12537
12538         * src/mimeview.c
12539           src/pgptext.[ch]
12540           src/procmsg.c
12541                 reverse the pgp ascii-armored code implemented in 
12542                 0.7.2claws16. removal of this code until it matures.
12543                 this means that verifying ascii-armored pgp sigs and
12544                 automatic decryption of ascii-armored encrypted
12545                 messages no longer works.
12546
12547 2002-03-05 [paul]       0.7.2claws31
12548
12549         * configure.in
12550           Makefile.am
12551         * faq/Makefile.am
12552         * faq/en/Makefile.am
12553           faq/en/sylpheed-faq.html
12554           faq/en/sylpheed-faq-1.html
12555           faq/en/sylpheed-faq-2.html
12556           faq/en/sylpheed-faq-3.html
12557         * faq/es/Makefile.am
12558           faq/es/sylpheed-faq.html
12559           faq/es/sylpheed-faq-1.html
12560           faq/es/sylpheed-faq-2.html
12561           faq/es/sylpheed-faq-3.html
12562           faq/es/sylpheed-faq-4.html
12563         * faq/fr/Makefile.am
12564           faq/fr/sylpheed-faq.html
12565           faq/fr/sylpheed-faq-1.html
12566           faq/fr/sylpheed-faq-2.html
12567           faq/fr/sylpheed-faq-3.html
12568         * src/Makefile.am
12569           src/defs.h
12570           src/mainwindow.c
12571           src/manual.[ch]
12572                 add FAQs in English, Spanish and French
12573
12574
12575 2002-03-05 [paul]       0.7.2claws30
12576
12577         * manual/en/sylpheed.html
12578           manual/en/sylpheed-XX.html
12579                 updated the English manual
12580
12581 2002-03-05 [hoa]        
12582
12583         * src/summaryview.c
12584                 dialog box pops up if the article can't be deleted.
12585
12586 2002-03-04 [paul]       
12587         
12588         * po/pt_BR.po
12589                 updated by Fabio Junior Benedito
12590
12591 2002-03-04 [hoa]
12592
12593         * removed ac/gpgme.m4
12594                 to avoid autogen common problem
12595                 developers have to install gpgme development package now
12596
12597         * src/compose.c
12598                 encoding to 7bit or 8bit is enabled.
12599
12600 2002-03-03 [alfons]     0.7.2claws29
12601
12602         * src/pop.c
12603                 merge fix by Oliver Haertel for selective
12604                 download buglet
12605
12606 2002-03-03 [paul]       0.7.2claws28
12607         
12608         * sync with sylpheed 0.7.3
12609
12610 2002-03-03 [paul]       0.7.2claws27
12611
12612         * sync with sylpheed 0.7.2cvs24
12613                 see ChangeLog entries 2002-03-02 and 2002-03-03
12614
12615 2002-03-02 [melvin]     0.7.2claws26
12616
12617         * src/inc.[ch]
12618         * src/main.c
12619         * src/mainwindow.c
12620         * src/prefs_common.[ch]
12621                 Added user definable notification on new mail arrival.
12622                 Removed unused variables in spell checker prefs code.
12623
12624 2002-03-02 [melvin]     0.7.2claws25
12625
12626         * src/quote_fmt.c
12627                 Removed unnecessary escape sequences.
12628                 Changed 'Initial...' to 'Initials of Sender'
12629
12630 2002-03-02 [paul]       0.7.2claws24
12631
12632         * sync with sylpheed 0.7.2cvs22
12633                 see ChangeLog entry 2002-03-01
12634
12635 2002-03-01 [hoa]        0.7.2claws23
12636
12637         * src/mainwindow.c
12638                 Set sensitivity of delete actions to active
12639                 even if the folder is a newsgroup.
12640
12641         * src/summaryview.c
12642                 - Set sensitivity of delete actions
12643                 - Added function check_permission() that will check if the
12644                   user is authorized to delete a message. For news, it
12645                   will check if the author is the same.
12646                 - Enabled deletion when there is no trash folder.
12647
12648         * src/news.[ch]
12649                 - Added news_cancel_article() to cancel articles
12650                 - Implemented news_remove_message() (public function)
12651
12652 2002-03-01 [paul]       0.7.2claws22
12653
12654         * src/gtkutils.c
12655           src/textview.c
12656                 recognise urls that that don't include 'http://' and
12657                 simply begin 'www.' 
12658
12659         * AUTHORS
12660                 remove duplicated name
12661
12662 2002-02-28 [paul]       0.7.2claws21
12663
12664         * src/mainwindow.c
12665           src/summaryview.[ch]
12666                 add ability to 'Select thread'
12667                 combines Melvin's "Select thread's head" patch (#510907)
12668                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12669                 patch (#518514) 
12670
12671 2002-02-28 [paul]       0.7.2claws20
12672
12673         * src/mimeview.c
12674                 hopefully fix segfault on right-clicking a mime part
12675                 that some people have experienced.      
12676                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12677
12678 2002-02-28 [paul]       0.7.2claws19
12679
12680         * sync with sylpheed 0.7.2cvs21
12681                 see ChangeLog entries 2002-02-27 and 2002-02-28
12682
12683 2002-02-27 [paul]       0.7.2claws18
12684
12685         * sync with sylpheed 0.7.2cvs18
12686                 see ChangeLog entries 2002-02-26 and 2002-02-27
12687
12688 2002-02-26 [alfons]     0.7.2claws17
12689
12690         * src/procheader.c
12691                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12692                 (spotted by Chris Hessman <idatech@gmx.net>)
12693
12694 2002-02-26 [paul]       0.7.2claws16
12695
12696         * src/mimeview.c
12697           src/pgptext.[ch]
12698           src/procmsg.c
12699                 make decryption of ascii-armored pgp encrypted messages
12700                 and verification of ascii-armored signatures work again.
12701                 slightly altered from the patch by Jens Jahnke 
12702                 <jan0sch@gmx.net>
12703
12704                 ##FIX ME##
12705                 * the checking of plaintext signatures always comes up in 
12706                   a popup box
12707                 * it doesn't work for multipart messages 
12708                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12709                   including the msg headers and these 2 line themselves, are 
12710                   not displayed
12711
12712         * src/mainwindow.c
12713                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12714                 "View/Message View" becomes "View/Separate Message View"
12715                 because its less ambiguous.
12716
12717         * po/es.po
12718                 updated by Ricardo Mones Lastra
12719
12720 2002-02-26 [paul]       0.7.2claws15
12721
12722         * sync with sylpheed 0.7.2cvs17
12723                 see ChangeLog entries 2002-02-25 and 2002-02-26
12724
12725 2002-02-25 [christoph]  0.7.2claws14
12726
12727         * src/filtering.[ch]
12728         * src/inc.c
12729                 do filtering stuff after all messages have been received
12730                   1. drop all messages to .processing
12731                   2. scan processing folder for messages
12732                   3. filter messages or move to inbox
12733                 this will also find old messages left in processing after
12734                 a crash or something like that and we get a real msginfo
12735                 from folder->get_msg_list and do not have to create our
12736                 own in filter_message
12737         * src/matcher_parser_parse.y
12738                 remove MIX/MAX warning (reordered includes)
12739
12740 2002-02-25 [paul]       0.7.2claws13
12741
12742         * sync with sylpheed 0.7.2cvs15
12743                 see ChangeLog entry 2002-02-24
12744
12745 2002-02-24 [alfons]     0.7.2claws12
12746
12747         * src/filtering.c
12748                 clear old color flags first when applying a new color to
12749                 a message info. 
12750                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12751
12752 2002-02-24 [alfons]     0.7.2.claws11
12753         
12754         * AUTHORS
12755         * src/prefs_common.c
12756                 add presets for Opera and Konqueror, closes patch #517261,
12757                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12758
12759 2002-02-24 [alfons]     0.7.2.claws10
12760
12761         * AUTHORS
12762         * src/summaryview.c
12763                 fix threading for null message ids, closes patch #521601,
12764                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12765
12766 2002-02-24 [alfons]     0.7.2claws9
12767
12768         * src/summaryview.c
12769         * src/filtering.c
12770                 make Tool | Filter Message work with filtering system so
12771                 setting flags also works
12772
12773                 TODO:
12774
12775                 - Processing uses the same function as Tool | Filter
12776                   Message, but doesn't use the same update proc yet
12777
12778 2002-02-23 [paul]       0.7.2claws8
12779
12780         * sync with sylpheed 0.7.2cvs14
12781                 see ChangeLog entries 2002-02-22 and 2002-02-23
12782
12783 2002-02-22 [christoph]  0.7.2claws7
12784
12785         * src/quote_fmt.c
12786                 Add column space to table
12787         * src/quote_fmt_parse.y
12788                 Close files
12789
12790 2002-02-22 [paul]       0.7.2claws6
12791
12792         * src/Makefile.am
12793           src/defs.h
12794           src/filtering.c
12795           src/inc.[ch]
12796           src/mainwindow.c
12797           src/matcher.[ch]
12798           src/matcher_parser_lex.l
12799           src/matcher_parser_parse.y
12800           src/pop.[ch]
12801           src/prefs_account.h
12802           src/prefs_filtering.c
12803           src/selective_download.[ch]   *** NEW FILES ***
12804           src/utils.[ch]
12805           po/POTFILES.in
12806                 Selective Download added to 'Tool' menu. 
12807                 Retrieves email headers of the currently selected pop3 
12808                 account and allows the user to mark emails for deletion 
12809                 right on the pop3 server. Patch submitted by Oliver Haertel 
12810                 <oha@users.sourceforge.net>.
12811         
12812         * po/POTFILES.in
12813                 add 'src/quote_fmt.c'           
12814
12815 2002-02-22 [christoph]  0.7.2claws5
12816
12817         * src/Makefile.am
12818                 added quote_fmt.c
12819         * src/prefs_common.[ch]
12820         * src/prefs_template.c
12821         * src/quote_fmt.c               *** NEW FILE ***
12822         * src/quote_fmt.h
12823                 move quote format symbol description code
12824                 to it's own file because it is used from
12825                 differnent code parts
12826                 Rewrote symbol description GUI
12827                   + use table
12828                   + add separators
12829                   + get data from array (no more long constant strings)
12830         * src/quote_fmt_lex.l
12831         * src/quote_fmt_parse.y
12832                 Symbol for Literal % changed to \% instead of %%
12833                 (More logical as \ is used for quoting for other symbols)
12834                 Add |f and |p to include files and program output
12835                 Examples:
12836                     |f{/home/.../.signature}
12837                     |p{date}
12838         * po/de.po
12839                 Correct wrong spelling for "Referenzen"
12840
12841 2002-02-21 [paul]       0.7.2claws4
12842
12843         * src/procmsg.c
12844                 forgotten during sync
12845
12846 2002-02-21 [paul]       0.7.2claws3
12847
12848         * sync with sylpheed 0.7.2cvs11
12849                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12850                 2002-02-20 and 2002-02-21
12851
12852 2002-02-20 [melvin]     0.7.2claws2
12853
12854         * src/prefs_actions.c
12855                 Added error report when child cannot fork or when execvp 
12856                 returns with an error.
12857
12858 2002-02-19 [christoph]  0.7.2claws1
12859
12860         * src/codeconv.c
12861                 return unconverted text if conde conversion is not possible
12862                 when libjconv is used.
12863                 (patch submitted by "Simon 'corecode' Schubert")
12864
12865 2002-02-19 [paul]       
12866
12867         * version 0.7.2claws release
12868
12869 2002-02-19 [paul]       0.7.2claws
12870
12871         * po/nl.po
12872                 updated by Wilbert Berendsen
12873
12874
12875 2002-02-18 [alfons]     0.7.1claws13
12876
12877         * src/syldap.c
12878         * src/jpilot.c
12879                 remove references to dlfcn and explicitly loading functions
12880                 from dynalink libs, because libs linked anyway, and functions
12881                 are loaded explicitly
12882
12883 2002-02-17 [melvin]     0.7.1claws12
12884
12885         * src/prefs_actions.c
12886                 Replaced children wait loop with double fork technique.
12887                 Now, input/output window updated at each new output.
12888                 free_children(): Fixed a memory leak.
12889                 Made input/output window non closable if running children
12890                 still exist.
12891                 Added missing <unistd.h> include.
12892                 Added some --debug outputs.
12893
12894 2002-02-17 [melvin]     0.7.1claws11
12895
12896         * src/summaryview.c
12897                 Fixed bug where descending sort order did not select top
12898                 message.
12899
12900 2002-02-17 [melvin]     0.7.1claws10
12901
12902         * acconfig.h
12903                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12904         * src/prefs_common.c
12905                 Pspell data package directory no more hard coded but
12906                 set during configuration (PSPELL_PATH). (Thanks to 
12907                                 Gustavo Noronha Silva.)
12908
12909 2002-02-17 [melvin]     0.7.1claws9
12910
12911         * configure.in
12912                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12913         * src/gtkspell.c
12914                 Fixed compile-time warnings.
12915
12916 2002-02-16 [alfons]     0.7.1claws8
12917
12918         * src/filesel.c
12919                 fix inadvertent free of NULL pointer which caused
12920                 sylpheed to crash when closing the save-as dialog
12921                 using the window close button
12922
12923 2002-02-16 [carsten]    0.7.1claws7
12924         * src/mainwindow.[ch]
12925           src/summaryview.c
12926           src/prefs_common.c
12927                 fixes for pixmap theming code:
12928                         - recently changed mail attributes shouldn't get
12929                           lost any longer
12930                         - theme is only reloaded iff another theme was
12931                           selected
12932
12933 2002-02-16 [paul]       0.7.1claws6
12934
12935         * sync with sylpheed 0.7.2 release
12936                 see ChangeLog entry 2002-02-15 and 2002-02-16
12937
12938 2002-02-15 [paul]       0.7.1claws5
12939
12940         * sync with sylpheed 0.7.1cvs9
12941                 see ChangeLog entry 2002-02-15
12942
12943         * po/POTFILES.in
12944                 remove unneeded headerwindow.c entry
12945
12946 2002-02-14 [carsten]    0.7.1claws4
12947         * src/summaryview.c
12948                 fixed a bug for "Go to next unread message": there was
12949                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12950                 in the prefs, because of doing "Search again" instead
12951                 "No"
12952
12953 2002-02-14 [carsten]    0.7.1claws3
12954         * src/stock_pixmap.c
12955                 removed 2 more mem leaks; following memprof,
12956                 this code is "leak free" now :)
12957
12958 2002-02-14 [carsten]    0.7.1claws2
12959         * src/stock_pixmap.c
12960                 used opendir/readdir/closedir instead of scandir
12961                 -> code should work now on Solaris
12962
12963 2002-02-14 [paul]       0.7.1claws1
12964
12965         * sync with sylpheed 0.7.1cvs8
12966                 see ChangeLog entries 2002-02-13 and 2002-02-14
12967
12968         * README.claws
12969                 add some description of Actions and Pixmap Themes
12970
12971 2002-02-13 [paul]       
12972
12973         * version 0.7.1claws release
12974
12975 2002-02-13 [paul]       0.7.1claws
12976
12977         * po/es.po
12978           po/it.po
12979           po/pt_BR.po
12980                 updated translations, submitted by Ricardo Mones Lastra,
12981                 Alessandro Maestri and Fabio Junior Beneditto
12982
12983 2002-02-13 [melvin]     0.7.0claws75
12984
12985         * src/prefs_actions.c
12986                 Added missing "signal.h" include
12987
12988 2002-02-13 [melvin]     0.7.0claws74
12989
12990         * src/prefs_folder_item.c
12991                 Added missing "config.h" include
12992         * po/fr.po
12993                 Updated French translation for folder propriety.
12994
12995 2002-02-13 [jens]       0.7.0claws73
12996
12997         * po/POTFILES.in
12998                 Added missing src/prefs_folder_item.c [log added by melvin]
12999         * po/de.po
13000                 Updated German translation.
13001
13002 2002-02-13 [melvin]     0.7.0claws72
13003
13004         * po/fr.po
13005                 Updated French translation.
13006
13007 2002-02-13 [melvin]     0.7.0claws71
13008
13009         * src/gtkutils.c
13010                 Made gtkut_editable_get_selection return NULL if selection
13011                 is of length zero.
13012                 This fixes a bug where selecting part of message A then
13013                 switching to message B and replying to it will not
13014                 quote the message's body.
13015
13016 2002-02-12 [paul]       0.7.0claws70
13017
13018         * src/mainwindow.c
13019                 cosmetic, relating to pixmap themes: on toolbar make 
13020                 updating of 'Exec' and 'Compose news/Compose email'
13021                 icons faster.
13022
13023 2002-02-12 [carsten]    0.7.0claws69
13024         * src/folderview.c
13025           src/mainwindow.[ch]
13026           src/stock_pixmap.c
13027           src/summaryview.c
13028           src/prefs_common.c
13029                 - refreshing after changing pixmap theme better
13030                   now (thanks Paul)
13031                 - wanted to remove some mem leaks, but alfons was
13032                   faster (and had the better solution ;)
13033
13034 2002-02-12 [alfons]     0.7.0claws68
13035
13036         * src/prefs_common.c
13037         * src/stock_pixmap.[ch]
13038                 plug mem leaks, refactor code a little bit
13039
13040
13041 2002-02-12 [sergey]     0.7.0claws67
13042
13043         * src/imap.c
13044                 Fixed problem with copying messages to IMAP folders when the
13045                 server uses something other than '/' as a namespace separator
13046                 (cyrus-imapd uses '.').
13047
13048 2002-02-12 [jens]       0.7.0claws66
13049
13050         * po/de.po
13051                 Updated German Translation
13052
13053 2002-02-12 [paul]       0.7.0claws65
13054
13055         * sync with sylpheed 0.7.1cvs1
13056                 see ChangeLog entry 2002-02-12
13057
13058 2002-02-12 [melvin]     0.7.0claws64
13059
13060         * src/prefs_actions.c
13061                 Fixed "feature" where children's output was duplicated 
13062                 instead of refreshed while monitoring.
13063                 Removed some debug code.
13064
13065 2002-02-12 [christoph]  0.7.0claws63
13066
13067         * src/compose.c
13068                 always delete message from queue after sending/send error
13069                 (closes bug #509601)
13070
13071 2002-02-12 [melvin]     0.7.0claws62
13072
13073         * src/prefs_actions.c
13074                 Children wait loop is now triggered with a timeout of 1s
13075                 Added %F which is replaced with the list of filenames 
13076                 of all selected messages (as suggested by Ricardo Mones Lestra)
13077                 Pipe syntax changed. Prefix with | to send selection, postfix
13078                 with | to retrieve output. Prefix with > or * to send
13079                 user definable input to the command (*: input is hidden)
13080                 Old pipe action should now be postfixed with |, too.
13081
13082 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13083         * src/stock_pixmap.c
13084                 fixed a bug: if there's no theme directory don't
13085                 throw an error, just do "nothing" (thanks Alfons)
13086
13087 2002-02-12 [carsten]    0.7.0claws60
13088         * src/folderview.c
13089           src/summaryview.c
13090                 had to write the cache twice (nasty!); some marks would 
13091                 get lost if not
13092
13093 2002-02-11 [carsten]    0.7.0claws59
13094         * acconfig.h
13095           configure.in
13096           doc-src/maintainer_guide.txt
13097           src/compose.[ch]
13098           src/defs.h
13099           src/folderview.[ch]
13100           src/gtkutils.[ch]
13101           src/mainwindow.[ch]
13102           src/prefs_common.[ch]
13103           src/stock_pixmap.[ch]
13104           src/summaryview.[ch]
13105                 pixmap theming and related work on pixmap
13106                 handling on some other places
13107                 (e.g. hrm features for all folder)
13108           src/pixmap/stock_*.xpm -> the stock_ was removed
13109         
13110 2002-02-11 [paul]       0.7.0claws58
13111
13112         * sync with sylpheed 0.7.1 release
13113                 see ChangeLog entries 2002-02-11
13114
13115 2002-02-08 [paul]       0.7.0claws57
13116
13117         * sync with sylpheed 0.7.0cvs39
13118                 see ChangeLog entry 2002-02-07 (last entry) 
13119
13120         * src/prefs_actions.c
13121           src/prefs_filtering.c
13122           src/prefs_matcher.c
13123           src/prefs_scoring.c
13124                 sync: made it compile with C compilers other than gcc
13125
13126 2002-02-07 [paul]       0.7.0claws56
13127
13128         * sync with sylpheed 0.7.0cvs38
13129                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13130                 2002-02-07
13131
13132 2002-02-07 [darko]      0.7.0claws55
13133
13134         * src/gtkutils.[ch]
13135         * src/summaryview.c
13136                 Fix const gchar */gchar * issue (thanks Hiro)
13137
13138 2002-02-07 [darko]      0.7.0claws54
13139
13140         * src/compose.[ch]
13141         * src/filtering.c
13142         * src/gtkutils.[ch]
13143         * src/prefs_template.c
13144         * src/quote_fmt.h
13145         * src/quote_fmt_parse.y
13146         * src/summaryview.c
13147         * src/utils.[ch]
13148                 When replying or forwarding an email don't quote the entire
13149                 mail body but use the part of the message text that is selected
13150
13151 2002-02-06 [melvin]     0.7.0claws53
13152
13153         * src/prefs_common.[ch]
13154         * src/gtkspell.[ch]
13155         * src/compose.c
13156                 Made possible to switch quickly to last used dictionary
13157                 which makes checking bilingual documents easier.
13158
13159 2002-02-06 [melvin]     0.7.0claws52
13160         
13161         * po/POTFILES.in
13162                 Added forgotten new file src/prefs_actions.c
13163
13164 2002-02-06 [melvin]     0.7.0claws51
13165
13166         * src/prefs_actions.c   ** NEW FILE **
13167         * src/prefs_actions.h   ** NEW FILE **
13168                 Added actions to execute on message text view, or on the
13169                         message's file.
13170         * src/Makefile.am
13171                 Added src/prefs_actions.[ch]
13172         * src/compose.c
13173                 Added new menu "Edit/Actions"
13174         * src/defs.h
13175                 Added new actionsrc file.
13176         * src/main.c
13177                 Added actionsrc reading.
13178         * src/mainwindow.c
13179                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13180         * src/prefs_common.h
13181                 Added new element actionslst element to prefs_common.
13182
13183 2002-02-06 [paul]       0.7.0claws50
13184
13185         * sync with sylpheed 0.7.0cvs36
13186                 see ChangeLog entry 2002-02-06
13187
13188 2002-02-05 [paul]
13189
13190         * po/es.po
13191                 updated by Ricardo Mones Lastra
13192
13193 2002-02-05 [paul]       0.7.0claws49
13194
13195         * sync with sylpheed 0.7.0cvs33
13196                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13197
13198 2002-02-05 [paul]       0.7.0claws48
13199
13200         * src/compose.c
13201                 re-add 'Edit/Advanced/Delete entire line', previously named
13202                 'Delete Line+'
13203
13204 2002-02-04 [paul]       0.7.0claws47
13205
13206         * src/compose.c
13207           src/summaryview.c
13208                 fix bug #494993 (Reply All not taking Reply-To into consi)
13209                 eliminate differences in behaviour of right-click 'Reply to all' 
13210                 in summary view and 'Reply to all' on the toolbar. 
13211                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13212                 view and From gets ignored by 'Reply to all' on toolbar.
13213                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13214                 From when no Reply-To header is present.
13215
13216 2002-02-04 [paul]       0.7.0claws46
13217
13218         * sync with sylpheed 0.7.0cvs30
13219                 see ChangeLog entries 2002-02-03 and 2002-02-04
13220
13221 2002-02-03 [melvin]     0.7.0claws45
13222
13223         * src/gtkspell.[ch]
13224                 Readded function to highlight all misspelled words.
13225                 Fixed bug where user-provided-words did not replace
13226                         correctly the misspelled word when using the mouse.
13227                 Fixed bug where checking a region selected from right to left did
13228                         not check the region at all.
13229                 Fixed bug where 'Check backwards' may not check at all. 
13230                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13231                 Fixed possible buffer overflow when checking for long strings (>1k).
13232                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13233                 Accelerators code uses now gtk_widget_add_accel.
13234                 Removed and disabled obsolete and unfinished code.
13235                 Cleaning up.
13236
13237         * src/compose.c
13238                 Added menu item to Highlight all misspelled words.
13239
13240 2002-02-01 [paul]       0.7.0claws44
13241
13242         * src/mainwindow.c
13243                 fix '/View/Hide read messages' sensitivity when all
13244                 messages in a folder are hidden
13245
13246 2002-02-01 [paul]       0.7.0claws43
13247
13248         * src/main.c
13249                 add --send option to command line interface, sends all
13250                 queued mail. Patch submitted by Ricardo Mones Lastra.
13251
13252 2002-01-31 [paul]       0.7.0claws42
13253
13254         * src/mainwindow.c
13255                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13256
13257 2002-01-31 [paul]       0.7.0claws41
13258
13259         * sync with sylpheed 0.7.0cvs27
13260                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13261                 and 2002-01-31
13262
13263         * src/textview.c
13264                 comment out elements of textview_show_part() as temporary
13265                 workaround for attachment 'Display as text' bug 
13266
13267         * po/pt_BR.po
13268                 updated by Fabio Junior Beneditto
13269
13270 2002-01-30 [paul]       0.7.0claws40
13271
13272         * sync with sylpheed 0.7.0cvs24
13273                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13274                 and 2002-01-30
13275
13276         * src/compose.c
13277                 add {N_("/_Spelling"), ... "<Branch>"} to 
13278                 GtkItemFactoryEntry compose_entries[]
13279
13280         * src/prefs_common.c
13281                 add claws menu items to prefs_keybind_apply_clicked()
13282                 and remove non-claws menu items
13283
13284 2002-01-29 [paul]       0.7.0claws39
13285
13286         * sync with sylpheed 0.7.0cvs22
13287                 see ChangeLog entries 2002-01-28 and 2002-01-29
13288
13289 2002-01-28 [melvin]     0.7.0claws38
13290
13291         * src/compose.c
13292                 Added the declartion of compose_send_control_enter.
13293
13294         * src/compose.c
13295         * src/gtkspell.[ch]
13296                 Added in a 'Spelling' menu which includes the configuration menu. 
13297                 Added a real 'Check all' and got rid from the old one which only
13298                 highlited misspelled word.
13299                 Made 'Check while typing' a disableable option.
13300                 Added a dialog when there are no more misspelled word.
13301                 Added a dialog if error occurs when switching to a dictionary.
13302         
13303         * src/prefs_common.[ch]
13304                 Added option for the default 'Check while typing' option.
13305
13306
13307 2002-01-28 [alfons]     0.7.0claws37
13308
13309         * src/compose.c
13310                 fix buglet and make code comply with sylpheed code style
13311
13312 2002-01-28 [paul]       0.7.0claws36
13313
13314         * sync with sylpheed 0.7.0cvs19
13315                 see ChangeLog entries for 2002-01-28
13316
13317 2002-01-28 [hoa]        0.7.0claws35
13318
13319         * src/defs.h
13320                 added rendererrc
13321
13322         * src/main.c
13323                 read the renderer config
13324
13325         * src/procmime.[ch]
13326                 use the renderer config to convert mime attachments
13327
13328         * src/textview.c
13329                 don't use textview_show_html/ertf,
13330                 use get_text_content instead
13331
13332 2002-01-27 [alfons]     0.7.0claws34
13333         
13334         * src/news.c
13335                 make sylpheed believe it can delete a news message...
13336                 (messages are NOT deleted, maybe we should remove
13337                 processing from the folder properties after all.)
13338
13339 2002-01-27 [alfons]     0.7.0claws33
13340
13341         * src/folder.c
13342                 add extra checks
13343         * src/news.c
13344                 implement remove_msg() 
13345
13346 2002-01-27 [alfons]     0.7.0claws32
13347
13348         * src/procmsg.h
13349         * src/procheader.c
13350         * src/messageview.c
13351                 fix return receipt / disposition notification again. this
13352                 stuff seems to break on _every_ major summary UI change, so
13353                 it's now implemented using a flag which is saved in the
13354                 marks cache
13355                 
13356 2002-01-26 [alfons]     0.7.0claws31
13357
13358         * src/import.c
13359                 let import dialog show the destination folder identifier
13360
13361 2002-01-26 [melvin]     0.7.0claws30
13362
13363         * src/folderview.c
13364         * src/summaryview.c
13365                 Readded 'Mark all read' into summary view popup menu
13366                 Added 'Mark all read' in folder view popup menu for IMAP
13367                 and NNTP.
13368                 Made it insensitive if the selected folder is not the shown
13369                 one to avoid 'Mark all read' on the wrong folder.
13370                 
13371 2002-01-26 [paul]       0.7.0claws29
13372
13373         * src/folderview.c
13374           src/summaryview.c
13375                 move 'Mark all read' from summary view to folder view
13376                 menu. (adapted from) patch submitted by Jeremy Andrews,
13377                 <lists@kerneltrap.com>
13378
13379 2002-01-25 [alfons]     0.7.0claws28
13380
13381         * src/gtkstext.c
13382                 put the gtk class name back so GtkSText adapts the 
13383                 settings of GtkText
13384
13385 2002-01-25 [alfons]     0.7.0claws27
13386
13387         * src/folderview.c 
13388                 assimilate Ricardo's patch that shows pixmaps instead of
13389                 plain "new" and "unread" texts in the folder view column
13390                 headers 
13391
13392 2002-01-25 [paul]       0.7.0claws26
13393
13394         * src/Makefile.am
13395                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13396                 be found in non-standard locations. 
13397                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13398
13399 2002-01-25 [paul]       0.7.0claws25
13400
13401         * sync with sylpheed 0.7.0cvs16
13402                 see ChangeLog entry 2002-01-25
13403
13404 2002-01-24 [paul]       0.7.0claws24
13405
13406         * more sync with sylpheed 0.7.0cvs15
13407                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13408
13409 2002-01-23 [sergey]     0.7.0claws23
13410
13411         * src/importldif.c
13412                 Fixed segfault when closing LDIF import wizard with
13413                 the window manager.
13414         * src/imageview.c
13415         * src/imageview.h
13416         * src/messageview.c
13417         * src/mimeview.c
13418                 Fixed wrong scrolling position after switching between
13419                 text and image parts.
13420
13421 2002-01-23 [paul]       0.7.0claws22
13422
13423         * sync with sylpheed 0.7.0cvs15
13424                 see ChangeLog entries 2002-01-22 and 2002-01-23
13425
13426 2002-01-21 [melvin]     0.7.0claws21
13427
13428         * src/prefs_scoring.c
13429         * src/prefs_filtering.c
13430                 Fixed bug where scoring and filtering windows stopped
13431                 autochecking.
13432
13433 2002-01-21 [paul]       0.7.0claws20
13434
13435         * sync with sylpheed 0.7.0cvs12
13436                 see ChangeLog entries 2002-01-20 and 2002-01-21
13437
13438 2002-01-21 [carsten]    0.7.0claws19
13439         * src/mainwindow.c
13440         * src/menu.[ch]
13441         * src/messageview.[ch]
13442         * src/summaryview.[ch]
13443                 changes to shortcuts handling again:
13444                         + "Q" now controled by mainwin
13445                         + v/V are now customizable and have slightly
13446                           different meanings
13447                 the "button" to minimize the messageview (and maximize
13448                 the summary view) is a real button now
13449         * src/compose.c
13450                 "Delete Line+" added to Edit/Advanced (this will also
13451                 delete the '\n')
13452
13453 2002-01-20 [melvin] 0.7.0claws18
13454
13455         * src/addressbook.c
13456                 Made "Bcc" sensitive when addressbook is called from
13457                 compose window (it was a Claws only bug).
13458
13459 2002-01-19 [alfons] 0.7.0claws17
13460
13461         * src/inc.c
13462                 prevent unnecessary updates when currently selected folder has
13463                 no new messages 
13464
13465 2002-01-19 [alfons] 0.7.0claws16
13466         
13467         * src/summaryview.c
13468                 prevent writing the cache based on current message list in summary 
13469                 view when filtering also put messages in currently selected folder
13470
13471 2002-01-19 [paul]
13472
13473         * po/it.po
13474                 Italian translation submitted by Alessandro Maestri
13475                 <a.maestri@cs.tin.it>
13476
13477 2002-01-18 [melvin]     0.7.0claws15
13478
13479         * src/prefs_filters.c
13480                 fixed bug where 'cancel' from 'filters' window stops autochecking
13481                 if the timer timed out  when the window was open.
13482
13483 2002-01-18 [match]      0.7.0claws14
13484
13485         * src/addrclip.[ch]     ** NEW FILE **
13486         * src/addrselect.[ch]   ** NEW FILE **
13487         * src/adbookbase.h      ** NEW FILE **
13488                 addressbook cut, copy and paste
13489         * src/addrbook.[ch]
13490         * src/addrcache.[ch]
13491         * src/addressitem.h
13492         * src/addrindex.[ch]
13493         * src/addritem.[ch]
13494         * src/importldif.c
13495         * src/importmutt.c
13496         * src/jpilot.[ch]
13497         * src/syldap.[ch]
13498         * src/vcard.[ch]
13499         * src/jpilot.[ch]
13500         * src/editbook.c
13501         * src/editjpilot.c
13502         * src/editldap.c
13503         * src/editvcard.c
13504                 support for copy/paste
13505         * src/addressbook.c
13506                 support for copy/paste
13507                 tidy up menu option processing
13508                 correct address list function arguments
13509         * src/editaddress.c
13510                 sort user attributes
13511         * src/ldif.h
13512         * src/mutt.h
13513                 tidy up
13514
13515         * src/addrbook.[ch]
13516         * src/addrbook.[ch]
13517         * src/addrbook.[ch]
13518                 
13519
13520 2002-01-18 [paul]       0.7.0claws13
13521
13522         * sync with sylpheed 0.7.0cvs8
13523                 configure.in: support Mac OS X (Darwin)
13524
13525 2002-01-18 [carsten]    0.7.0claws12
13526         * src/html.c
13527                 small hack to fix a segfault with an empty href
13528                 (reported by Alexandra Walford <deeni@altern.org>)
13529         * src/mainwindow.c
13530         * src/summaryview.c
13531                 the shortcuts for Mark und Mark as unread are hardcoded
13532                 again
13533         * src/compose.c
13534         * src/gtkstext.[ch]
13535                 readded the shortcuts in gtkstext but made them
13536                 customizeable (simply by adding a menu plus a wrapper
13537                 to compose.c)
13538
13539 2002-01-17 [melvin]     0.7.0claws11
13540
13541         * src/gtkspell.c
13542                 fix default dictionary not being saved.
13543
13544 2002-01-16 [darko]      0.7.0claws10
13545
13546         * src/compose.c
13547                 fix wrapping crash with URL longer than wrapping margin
13548
13549 2002-12-08 [hoa]        0.7.0claws10
13550
13551         * src/matcher_parser_parse.y
13552                 fixed some bugs
13553
13554         * src/prefs_filtering.c
13555                 now, we can use bounce action in the dialog box.
13556
13557 2002-01-16 [carsten]    0.7.0claws9
13558         * src/gtkstext.c
13559                 removed the <control> and <alt> shortcuts because they're
13560                 not needed and interefered with the "normal" shortcuts
13561         * src/mainwindow.c
13562         * src/summaryview.c
13563                 removed most of the hardcoded shortcuts and assigned
13564                 them to menu entries making them easy customizable by
13565                 that
13566
13567 2002-01-16 |melvin]     0.7.0claws8
13568
13569         * src/gtkspell.c
13570                 fixed bug where using the mouse and when the compose
13571                 window is not on top may result in a crash.
13572
13573 2002-01-16 [melvin]     0.7.0claws7
13574
13575         * src/compose.c
13576                 fixed a long standingspell checker bug which could 
13577                 cause a crash after sending a message.
13578
13579 2002-01-16 [paul]       0.7.0claws6
13580
13581         * sync with sylpheed 0.7.0cvs7
13582                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13583                 2002-01-15, and 2002-01-16
13584
13585 2002-01-16 [melvin]     0.7.0claws5
13586
13587         * README.claws
13588         * src/compose.c
13589         * src/gtkspell.[ch]
13590         * src/main.c
13591                 Heavily modified spell checker code to work around
13592                 ispell bug, to add keyboard shortcuts and for future
13593                 enhancements. See README.claws for usage information.
13594
13595 2002-01-15 [alfons]     0.7.0claws4
13596         
13597         * src/summaryview.c
13598                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13599                 so sorting within threads reflects sort mode
13600
13601 2002-01-15 [christoph]  0.7.0claws3
13602
13603         * src/procmsg.c
13604                 added alertpanel if mail sending failed
13605
13606 2002-01-15 [alfons]     0.7.0claws2
13607         
13608         * src/prefs_filtering.c
13609                 don't stop timer when prefs filtering dialog is opened
13610
13611 2002-01-14 [alfons]     0.7.0claws1
13612
13613         * src/addr_compl.c
13614         * src/prefs.c
13615                 remove debug_print()s for privacy reasons
13616
13617 2002-01-14 [darko]      0.7.0claws
13618
13619         * README.claws
13620                 quotation wrapping is now also in the main branch
13621
13622 2002-01-14 [paul]
13623
13624         * tools/filter_conv.pl
13625                 allow for Boolean Op and case-sensitivity
13626                 this file is included in the release and tagged
13627                 'rel_0_7_0'
13628
13629 2002-01-13 [paul]       0.7.0claws
13630
13631         * release 0.7.0, with cvs tag 'rel_0_7_0'
13632
13633 2002-01-13 [paul]
13634
13635         * tools/filter_conv.pl
13636         * tools/README
13637                 rewritten to output to matcherrc instead of filteringrc
13638
13639         * po/es.po
13640                 updated Spanish translation by Ricardo Mones Lastra
13641
13642 2002-01-13 [alfons]
13643
13644         * po/nl.po
13645                 update dutch translation
13646
13647 2002-01-13 [paul]
13648
13649         * po/pt_BR.po
13650                 Updated by Fabio Junior Beneditto 
13651
13652 2002-01-13 [melvin]     0.6.6claws53
13653
13654         * po/fr.po
13655                 Updated french translation
13656
13657 2002-01-12 [alfons]     0.6.6claws52
13658
13659         * src/filtering.c
13660                 plug mem leak that has been sitting there for ages              
13661
13662 2002-01-12 [alfons]     0.6.6claws51
13663
13664         * src/summaryview.c
13665                 undo melvin's changes from 0.6.6claws48 because summary
13666                 view now refuses to select first unread message when
13667                 selecting a folder 
13668
13669 2002-01-11 [alfons]     0.6.6claws50
13670
13671         * src/import.c
13672                 use claws' semantics for getting folder item when
13673                 importing an mbox file into a folder 
13674                 (submitted by Dale P. Smith)
13675
13676 2002-01-11 [christoph]  0.6.6claws49
13677
13678         * src/prefs.h
13679                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13680                 toggle widget, because non static prefs can not use
13681                 prefs_set_* functions
13682         * src/prefs_account.c
13683                 toggle smtp auth password field sensitivity if
13684                 user id is empty and add descrition of usage for
13685                 these fields
13686         * src/prefs_folder_item.c
13687                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13688                 callbacks
13689
13690 2002-01-11 [melvin]     0.6.6claws48
13691
13692         * src/compose.c
13693                 fix the 'Ctrl-Enter' feature for sending and test really
13694                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13695                 editables which was not documented in Gtk)
13696
13697         * src/summaryview.c
13698                 Made summaryview refresh after sorting and not before.
13699
13700 2002-01-11 [christoph]  0.6.6claws47
13701
13702         * src/compose.c
13703                 select account from account ids if possible and
13704                 correctly set save folder for copy in reedit
13705
13706 2002-01-10 [paul]       0.6.6claws46
13707
13708         * sync with sylpheed 0.7.0 release
13709                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13710                 2002-01-09
13711
13712 2002-01-09 [alfons]
13713
13714         * src/summaryview.c
13715                 remove more dirt traces...
13716
13717 2002-01-09 [alfons]
13718         
13719         * src/summaryview.c
13720                 clean up some traces of my debugging stuff
13721
13722 2002-01-09 [alfons]     0.6.6claws45
13723
13724         * src/filtering.c
13725                 break up filteringprop_apply() in three separate pieces
13726                 so we can drop messages that failed processing in the
13727                 inbox
13728
13729         * src/summaryview.c
13730                 fix bug #469598 "no refresh of inbox after filter" which 
13731                 was introduced by the new summary view locking, and which 
13732                 prevented the summary view to update after a manual filter 
13733                 message. claw's filter message requires a summary_show().
13734                 (aargh, summary_show() again! :-)
13735                 
13736 2002-01-07 [alfons]     0.6.6claws44
13737
13738         * src/headerwindow.c
13739         * src/logwindow.c
13740         * src/messageview.c
13741         * src/sourcewindow.c
13742                 bring in Hiro's last 0.7.0 wm class fixes
13743
13744         * tools/sylprint.pl
13745                 bring in Ricardo's fix for sylprint script
13746
13747         * AUTHORS       
13748         * src/rfc2015.[ch]
13749         * src/prefs_common.[ch]
13750         * src/prefs_account.[ch]
13751         * src/compose.c
13752                 clean up account preference poison in rfc2015,
13753                 and preparation to fix double sign bug 
13754                 (patch submitted by Simon 'corecode' Schubert)
13755
13756 2002-01-07 [christoph]  0.6.6claws43
13757
13758         * src/mh.c
13759                 search for free message number, do not only rely
13760                 on last_num
13761         * src/send.c
13762                 fix smtp auth and use extra account information
13763                 if available, if not use pop3 data instead
13764                 (closes bug #500341)            
13765         * src/ssl.[ch]
13766                 match coding style
13767
13768 2002-01-06 [alfons]     0.6.6claws42
13769
13770         * src/mainwindow.c
13771                 try making the separate windows work again...
13772
13773 2002-01-06 [alfons]     0.6.6claws41
13774
13775         * src/mainwindow.c
13776                 adapt Hiro's separate window menu (to get rid of the funny
13777                 duplicate menu items), and make it work again
13778
13779 2002-01-06 [alfons]     0.6.6claws40
13780
13781         * tools/Makefile.am
13782         * tools/sylprint.rc
13783         * tools/sylprint.pl
13784         * tools/README.sylprint
13785                 add sylprint script for printing mails from Sylpheed
13786                 (contributed by Ricardo Mones Lastra)
13787
13788         * src/acount.c
13789                 clean up
13790
13791 2002-01-06 [melvin]     0.6.6claws39
13792
13793         * src/mainwindow.c
13794         * src/summaryview.c
13795                 Fixed crash introduced in 0.6.6claws38 by the menu
13796                 reorganisation (Hide read messages)
13797         
13798         * ChangeLog.claws 
13799                 Fixed typo (we are now in 2002, alfons ;) )
13800
13801 2002-01-05 [alfons]     0.6.6claws38
13802
13803         * sync with sylpheed 0.6.6cvs10-17
13804                 (last stuff marked as LAST_STABLE)
13805
13806 2002-01-04 [melvin]     0.6.6claws37
13807
13808         * src/account.c
13809                 Made account selection code use strcasestr again instead of
13810                 g_strcasecmp (fixes bug where reediting queued messages
13811                 did not select proper account reported by T. Link).
13812         
13813         * src/folderview.c
13814                 Fix bug where folder icons are not shown when 'hide read messages'
13815                 is on.
13816         
13817         * src/stock_pixmaps.[ch]
13818                 Added folder icons for 'hide read messages'.
13819         
13820         * src/compose.c
13821                 Fixed bug where 'Enter' in a header entry will send the message 
13822                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13823
13824 2002-01-03 [melvin]     0.6.6claws36
13825         
13826         * src/prefs.[ch]
13827                 Added popup menu for common preferences and
13828                 account preferences (right click on tab displays
13829                                 a menu of all tabs.)
13830
13831 2002-01-02 [melvin]     0.6.6claws35
13832
13833         * src/gtkspell.[ch]
13834                 Made spelling code compatible with undo/redo feature.
13835                 Added creation of suggestion mode menu for the general
13836                         preferences.
13837         
13838         * src/prefs_common.[ch]
13839                 Added option menu for the speller's suggestion mode.
13840                 Added missing spaces in "..." buttons and made a "..."
13841                         button non translatable!
13842         
13843         * src/compose.c
13844                 Made speller use the default suggestion mode.
13845                 Hack to make it possible to choose 'CTRL-Enter' as a
13846                         shortcut for sending (and only for sending).
13847
13848         * src/prefs_folder_item.c
13849                 Changing subject simplification does not update cache 
13850                         anymore (because it is unnecessary).
13851                 Fixed bug where changing subject simplification updated the 
13852                         summaryview even when the viewed folder is not the
13853                         folder which properties are being changed. (E.g. 
13854                                         viewing folder A and changing
13855                                         the subject simplification of 
13856                                         folder B -not being viewed- updated the 
13857                                         summaryview of folder A with data of
13858                                         folder B). (Hope this is clear... )
13859
13860 2001-12-31 [alfons]     0.6.6claws34
13861         
13862         * src/ldif.c
13863         * src/mutt.c
13864                 fgetc() returns a signed integer which doesn't
13865                 fit in a char. so c truncates this to a char
13866                 but we may lose significant bits. i.e. we may
13867                 comparing 0xFF which may not be equal to -1
13868                 unless properly casted to signed char which
13869                 we won't do because fgetc() returns a signed
13870                 integer which doesn't fit in a char. so c 
13871                 truncates this to a char but we may lose 
13872                 significat bits. (you got the idea, thanks
13873                 to Gustavo Noronha Silva <kov@debian.org>
13874                 and the Debian folks!)
13875
13876 2001-12-30 [alfons]     0.6.6claws33
13877
13878         * src/prefs_common.c
13879                 add #ifdef USE_PSPELLs that Melvin forgot               
13880
13881 2001-12-30 [melvin]     0.6.6claws32
13882         
13883         * src/prefs_common.[ch]
13884                 Added configurable color for misspelled words.
13885
13886         * src/gtkspell.[ch]
13887                 Fixed bug of foreground text color (reported by David
13888                                 Mehrmann)
13889                 Added configurable color for misspelled words.
13890
13891 2001-12-30 [alfons]     0.6.6claws31
13892
13893         * src/folder.c
13894                 remove unnecessary things someone put there
13895
13896         * src/mh.c
13897         * src/folder.[ch]
13898                 make folder properties (like threading and sorting) persistent
13899                 (closes bug #497424 "rescan folder tree resets proprieties")
13900                 currently this is only for MH folders. 
13901
13902 2001-12-29 [melvin]     0.6.6claws30
13903
13904         * src/string_match.[ch]
13905                 Optimized a bit: regexp pattern buffer compiled only once, and
13906                   one subroutine call removed. Fixed ^ regexp search: Now, 
13907                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13908         
13909         * src/summaryview.c
13910                 Subject filtering changed to filter summary columns and
13911                   not directly the messages subject cache. The loss in 
13912                   performance is balanced by the improvement of string_match.
13913                 Added an alert panel if there is an error in the regexp.
13914
13915         * src/src/prefs_folder_item.h
13916                 Added a regexp pattern buffer.
13917
13918 2001-12-28 [alfons]     0.6.6claws29
13919
13920         * src/string_match.[ch]
13921                 clean up name space
13922                 allow compilation *BSD
13923
13924 2001-12-27 [alfons]     0.6.6claws28
13925
13926         * src/filter.c
13927                 sync the Hiro's bug fix for BSD
13928
13929 2001-12-27 [melvin]     0.6.6claws27
13930         
13931         * src/compose.c
13932                 Simplify focus to subject entry code.
13933
13934 2001-12-27 [darko]      0.6.6claws26
13935
13936         * src/filtering.c
13937         * src/mbox_folder.c
13938         * src/messageview.c
13939         * src/mh.c
13940         * src/procheader.[ch]
13941         * src/procmsg.h
13942         * src/stock_pixmap.[ch]
13943         * src/summaryview.c
13944                 Show key icon for encrypted mails in summary view
13945
13946         * src/pixmaps/clip.xpm
13947         * src/pixmaps/clipkey.xpm
13948         * src/pixmaps/key.xpm
13949                 New/modified icons for the above
13950
13951 2001-12-27 [melvin]     0.6.6claws25
13952
13953         * src/prefs_common.c
13954                 Put spell checker options in a separate tab to decrease
13955                 the Common Preferences window height.
13956
13957         * README.claws  
13958                 Update spell checker usage instruction about its options
13959                 location.
13960
13961 2001-12-27 [melvin]     0.6.6claws24
13962
13963         * src/compose.c
13964                 Changed subject entry widget position. Initial focus is
13965                 on the To header instead of the subject entry.
13966                 Creating a new header scrolls the header list to make the
13967                 created one visible. Nevertheless, when automatically filling
13968                 headers, the first one is shown.
13969                 A Tab key press in the last empty header entry zips the 
13970                 focus to the subject entry.
13971                 (I did not change the combo boxes, yet)
13972
13973 2001-12-26 [alfons]     0.6.6claws23
13974
13975         * src/prefs_account.c
13976         * src/inc.c
13977                 allow default inbox to reside in another mailbox (only
13978                 works for POP3 accounts)
13979
13980 2001-12-26 [alfons]     0.6.6claws22
13981         
13982         * src/textview.c
13983                 make reply-on-click work with the account of the selected folder
13984         * src/compose.c
13985                 put a fixme here to remind me to fix finding correct default
13986                 account for nested folders
13987
13988 2001-12-25 [alfons]     0.6.6claws21
13989
13990         * src/summaryview.c
13991                 make column headers display locked and mark pixmaps (idea by Melvin) 
13992                 fix bug by adding score and locked column type to sort array
13993
13994 2001-12-25 [alfons]     0.6.6claws20
13995         
13996         * src/summaryview.c
13997                 catch a *potentially* inadvertent write back of  
13998                 the message cache(s) introduced by 0.6.5claws37
13999
14000 2001-12-25 [christoph]  0.6.6claws19
14001
14002         * src/stock_pixmap.[ch]
14003         * src/summaryview.c
14004                 add ignore thread pixmap
14005                 (can someone draw a better icon for this?)
14006
14007 2001-12-24 [alfons]     0.6.6claws18
14008
14009         * src/prefs_folder_item.c
14010                 make address completion actually work for the
14011                 Default To address in the Folder Property dialog.
14012
14013 2001-12-24 [alfons]     0.6.6claws17
14014         
14015         * src/summaryview.c
14016                 use new style regexp for subject stripping 
14017                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14018
14019 2001-12-24 [darko]      0.6.6claws16
14020
14021         * src/pgptext.c
14022         * src/rfc2015.c
14023                 move GPG related informational messages to debug mode
14024
14025 2001-12-23 [alfons]     0.6.6claws15
14026
14027         * src/stock_pixmap.[ch]
14028         * src/summaryview.c
14029                 add the forgotten Claws' locked pixmap
14030
14031 2001-12-23 [alfons]     0.6.6claws14
14032
14033         * src/filesel.c
14034                 accept file name typed in entry in multi file
14035                 selector (patch submitted by Gustavo Noronha Silva 
14036                 <kov@debian.org>)
14037
14038 2001-12-23 [alfons]     0.6.6claws13
14039
14040         * src/prefs_filter.c
14041         * src/prefs_filtering.c
14042         * src/matcher.c
14043         * src/importmutt.c
14044                 clean up a little bit
14045         
14046         * src/string_match.c
14047                 validate input strings a little bit more
14048
14049 2001-12-23 [alfons]     0.6.6claws12
14050
14051         * src/Makefile.am
14052         * src/summaryview.c
14053         * src/string_match.[ch]         ** NEW **
14054         * src/folderview.[ch]
14055         * src/headerview.h
14056         * src/folder.[ch]
14057         * src/prefs_folder_item.[ch]
14058                 add subject simplification to strip out strings from
14059                 a subject line (esp. handy for mailing lists). 
14060                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14061                 but slightly changed things for better integration.)
14062
14063 2001-12-23 [alfons]     0.6.6claws11
14064
14065         * src/mainwindow.c
14066                 fix bug introduced by submission included in 0.6.5claws52.
14067                 ideally this submission should clean the trash if any trash
14068                 folder has a message. however, the hasTrash variable was
14069                 set to false whenever a trash folder was empty (discarding
14070                 a previously found *filled* trash folder.)
14071
14072                 also edited the code a little bit and made it more safe.
14073
14074 2001-12-22 [alfons]     0.6.6claws10
14075
14076         * src/imap.c
14077                 quick fix for Martin Pool's omission of an account
14078                 specific SSL setting
14079
14080 2001-12-22 [alfons]     0.6.6claws9
14081
14082         * src/compose.c
14083         * src/messageview.c
14084         * src/mimeview.c
14085         * src/pgptext.c
14086         * src/procmime.[ch]
14087                 better support for multipart/digest (submitted
14088                 by Fredrik <e98fo@efd.lth.se>)
14089
14090 2001-12-22 [alfons]     0.6.6claws8
14091
14092         * src/addressbook.c
14093                 correct function signature
14094         * src/socket.[ch]
14095         * src/imap.[ch]
14096         * src/prefs_account.[ch]
14097                 allow IMAP over SSH tunnel (patch submitted by 
14098                 Martin Pool <mbp@samba.org>)
14099
14100 2001-12-21 [alfons]     0.6.6claws7
14101
14102         * sync with sylpheed 0.6.6cvs4-9
14103                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14104
14105 2001-12-21 [christoph]  0.6.6claws6
14106
14107         * src/compose.c
14108         * src/prefs_folder_item.[ch]
14109                 implement saving of outgoing messages to current folder.
14110                 fix segfault when no default outbox is available
14111                 (closes bug #495683)
14112
14113 2001-12-21 [carsten]    0.6.6claws5
14114         * src/folderview.c
14115         * src/summaryview.c
14116                 pressing CTRL while DND does now the expected thing and
14117                 copies the mail (moving is still the default, as this
14118                 seam more appropriate for handling mails by DND)
14119
14120 2001-12-18 [paul]       0.6.6claws4
14121
14122         * sync with sylpheed 0.6.6cvs3
14123                 see ChangeLog entries 2001-12-18
14124
14125 2001-12-18 [hiro]       0.6.6claws3
14126
14127         * src/undo.c
14128                 fix for multibyte characters (obtain the number of letters
14129                 instead of bytes).
14130
14131 2001-12-17 [paul]       0.6.6claws2
14132
14133         * sync with sylpheed 0.6.6cvs1
14134                 see ChangeLog entry 2001-12-16
14135
14136 2000-12-17 [alfons]     0.6.6claws1
14137
14138         * src/filtering.c
14139                 clean up
14140
14141 2001-12-16 [paul]       0.6.6claws
14142 2001-12-15
14143
14144         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14145
14146         * src/mimeview.c
14147                 last minute sync with main 0.6.6
14148
14149         * po/es.po
14150                 updated by Ricardo Mones Lastra
14151                 update for last minute sync
14152         * po/fr.po
14153         * po/nl.po
14154                 update for last minute sync
14155         * po/de.po
14156                 updated by Jens Oberender
14157         * po/pt_BR.po
14158                 updated by Fabio Junior Beneditto
14159
14160         * src/prefs_common.[ch]
14161         * src/undo.c
14162                 number of undo levels is user configurable
14163                 (squeeze it into the release in the dying
14164                 moments) Submitted by Jens Oberender    
14165
14166 2001-12-15 [melvin]
14167
14168         * po/fr.po
14169                 updated french translation
14170
14171 2001-12-15 [paul]       0.6.5claws92
14172
14173         * sync with sylpheed 0.6.5cvs28
14174                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14175
14176         * po/nl.po
14177                 update to allow for sync
14178
14179 2001-12-15 [alfons]
14180         
14181         * po/nl.po
14182                 update dutch translation
14183
14184 2001-12-14 [carsten]    0.6.5claws91
14185         * src/summaryview.c
14186                 fixed bug #473785; also after changing the column order
14187                 the same message will be selected and displayed as before
14188                 the reordering
14189
14190 2001-12-14 [carsten]    0.6.5claws90
14191         * src/folderview.c
14192                 probably found the bug reported by wwb opening or closing
14193                 a folder tree just before dnd (found the solution in the
14194                 balsa source -- thanks to them)
14195
14196 2001-12-14 [carsten]    0.6.5claws89
14197         * src/gtkutils.c
14198         * src/account.c
14199                 moved gtk_clist_moveto to the right place, so that
14200                 only the accounts dialog is effected on opening
14201
14202 2001-12-14 [carsten]    0.6.5claws88
14203         * src/gtkutils.c
14204                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14205                 now, so that the focused row will be seen in any case
14206                 (reported by wwp on sf-claws-user)
14207
14208 2001-12-14 [darko]      0.6.5claws87
14209
14210         * src/compose.c
14211                 remove unnecessary line
14212
14213 2001-12-14 [paul]       0.6.5claws86
14214
14215         * sync with sylpheed 0.6.5cvs27
14216                 see ChangeLog entries 2001-12-14
14217
14218 2001-12-14 [carsten]    0.6.5claws85
14219         * src/mainwindow.c
14220                 following a suggestion of Melvin the rcoabm pops up
14221                 right under the button now and the button is reliefed
14222                 while the popup is open
14223
14224 2001-12-14 [darko]      0.6.5claws84
14225
14226         * src/compose.c
14227                 fix crash when wrapping long lines if linewrap quotation
14228                 is disabled and wrapper encounters a word spanning more
14229                 than one line
14230
14231 2001-12-13 [paul]       0.6.5claws83
14232
14233         * src/compose.c
14234                 prefer 'Reply-To' header over mailing list header when
14235                 replying to a message. Finally prevent all those confirmation 
14236                 messages being sent to the list itself.
14237
14238         * src/summaryview.c
14239                 remove unused summary_set_menu_sensitive() entry
14240
14241 2001-12-13 [paul]       0.6.5claws82
14242
14243         * src/folderview.c
14244         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14245         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14246         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14247                 improvements to 'Hide read messages': Inbox, Outbox,
14248                 Trash, Queue, and Draft icons now reveal presence of hidden 
14249                 messages
14250
14251 2001-12-12 [alfons]     0.6.5claws81
14252
14253         0.6.5claws80 was tagged as LAST_STABLE
14254
14255         * src/filtering.[ch]
14256         * src/matcher.[ch]
14257         * src/matcher_parser_lex.c
14258                 fix the filtering; my last attempt to get it right, 
14259                 if it does not work, it's Hoa's turn. ;-)
14260
14261                 for my honourable peers:
14262                 
14263                 the code now makes a clear distinction between
14264                 rules as they are displayed (probably escaped),
14265                 and as they are executed (probably unescaped). the
14266                 parser does *NOT* do any unescaping, this is
14267                 the task of the matcher.c (which breaks up a
14268                 rule into condition) and the filtering.c (which
14269                 breaks up the rule's action). to make this
14270                 run happily we provide an unescaped copy of
14271                 crucial strings to the MatcherProp and 
14272                 FilteringAction structures. note that the only
14273                 exception to this is any REGEXP string. those
14274                 are directly passed to regcomp() and regexp()
14275                 (who have much more powerful unescape functions).
14276                 
14277                 for everyone else:
14278         
14279                 you can escape tab (\t), carriage return (\r),
14280                 linefeed (\n), form feed (\f), quote (\"), 
14281                 single quote (\'), bell (\b) in all the entry
14282                 lines in the scoring & filtering dialogs.
14283                 as an added bonus this should not affect
14284                 existing filtering rules.
14285
14286 2001-12-12 [carsten]    0.6.5claws80
14287
14288         * src/summaryview.c
14289         * po/de.po
14290                 "item(s) selected" is now sensitive to 1 or more
14291                 than one selected (nice for language where simple
14292                 adding of a "s" is not possible as German (Eintrag
14293                 ->Eintr"age)
14294                 
14295                 the "forward as attachment" entry from the right
14296                 click menu removed, "forward" acts following the
14297                 prefs
14298         
14299         * src/textview.c
14300                 reverted my former changes; so compiler warning again
14301                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14302                 nevertheless
14303
14304         * src/messageview.c
14305                 "search in message" does now *not* only work in MVIEW_TEXT
14306                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14307                 message
14308
14309         * src/mainwindow.c
14310                 removed "/File/_Close" as it was the same as "/File/E_xit"
14311                 and we don't need it two times
14312
14313                 the separate folder view and message view now get a distinct
14314                 WMCLASS, just in case someone is using sawfish ;-)
14315
14316                 as the menu entries "/View/Message view" and "/View/Folder tree"
14317                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14318                 make them sensitive accordingly and as these two are "shown"
14319                 after startup anytime check this menuitem at startup
14320
14321 2001-12-12 [paul]       0.6.5claws79
14322
14323         * src/folderview.c
14324                 fix sensitivity of 'Search folder...', broken in
14325                 0.6.5claws75
14326
14327         * src/mainwindow.c
14328                 fix dodgy English
14329
14330 2001-12-11 [carsten]    0.6.5claws78
14331         * src/filtering.c
14332                 fixed two typos returning a wrong FALSE/TRUE
14333         * src/mainwindow.[ch]
14334                 extra menu for email/news button removed
14335
14336 2001-12-11 [alfons]     0.6.5claws77
14337         
14338         * src/matcher.c                 (1.3)
14339         * src/matcher_parser_lex.l      (1.28)
14340                 revert for another attempt
14341                 mark 0.6.5claws77 as LAST_STABLE
14342
14343 2001-12-11 [christoph]  0.6.5claws76
14344
14345         * po/de.po
14346                 fixed wrong translation for prev. unread msg
14347
14348 2001-12-11 [paul]       0.6.5claws75
14349
14350         * src/folder.[ch]
14351         * src/folderview.c
14352         * src/mainwindow.c
14353         * src/summaryview.[ch]
14354         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14355                 enable ability to hide read messages on per folder basis via 
14356                 '/Summary/Hide read messages'; when selected, a folder will 
14357                 have a red open folder icon, instead of a blue icon, if the 
14358                 folder contains hidden messges
14359                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14360
14361         * src/mainwindow.c
14362                 remove '/Message/Forward as attachment' from 
14363                 main_window_set_menu_sensitive() to prevent debug warning
14364
14365         * src/folderview.c
14366         * src/mainwindow.c
14367                 Clean up some of the English
14368
14369         * tools/newscache_clean.pl
14370                 allow for new 'hidereadmsgs' entry in folderlist.xml
14371
14372         * po/es.po
14373                 updated translation, submitted by Ricardo Mones Lastra
14374
14375 2001-12-11 [paul]       0.6.5claws74
14376
14377         * sync with sylpheed 0.6.5cvs25
14378                 see ChangeLog entry 2001-12-11
14379
14380 2001-12-10 [alfons]     0.6.5claws73
14381
14382         * src/matcher.c
14383                 add more control characters
14384         * src/matcher_parser_lex.l
14385                 make escaping / unescaping work again
14386
14387 2001-12-10 [alfons]     0.6.5claws72
14388
14389         * src/imap.c
14390                 clean up warnings "returning value for void function" 
14391         * src/prefs_filtering.c
14392                 make info button for execute action sensitive
14393
14394 2001-12-10 [paul]       0.6.5claws71
14395
14396         * src/compose.c
14397         * src/imap.[ch]
14398         * src/summaryview.c
14399                 fix: imap server now gets informed of MARKED, UNMARKED
14400                 and REPLY events. Now people can use different IMAP-Mail
14401                 clients and have the exact same information about MARKED,
14402                 UNMARKED and REPLY status with all of them. Especially
14403                 useful for imap servers with a web-frontend.
14404                 submitted by Tobias Sandhaas <medlor@web.de>
14405
14406 2001-12-09 [melvin]     0.6.5claws70
14407         
14408         * src/textview.[ch]
14409                 fixed bug #490076 (hunted down by Alfons who implemented
14410                 a workaround in 0.6.5claws65)
14411
14412 2001-12-09 [christoph]  0.6.5claws69
14413
14414         * src/summaryview.c
14415                 set pointer to string in LOCKED column to NULL
14416                 (might fix bug #490800)
14417
14418 2001-12-09 [carsten]    0.6.5claws68
14419
14420         * po/de.po
14421                 resolved some cluttered menu shortcuts 
14422                 ('creating new email' and 'creating news message'
14423                 hade the same)
14424         * src/compose.c
14425                 wmclass now distinc from main window
14426         * src/mainwindow.c
14427           src/mainwindow.h
14428                 email/news and forward button functionality similar
14429                 to the reply buttons; removed the ugly dropdown arrows
14430                 and use instead the right mouse button
14431
14432 2001-12-09 [paul]       0.6.5claws67
14433
14434         * src/imap.c
14435         * src/utils.h
14436                 allow spaces in imap folder names
14437                 submitted by Willem van Engen <wvengen@stack.nl>
14438
14439 2001-12-09 [paul]       0.6.5claws66
14440
14441         * sync with sylpheed 0.6.5cvs24
14442                 see ChangeLog entry 2001-12-09
14443
14444 2001-12-08 [alfons]     0.6.5claws65
14445
14446         * src/textview.c
14447                 prevent secondary selection claim after "add to sender" dialog
14448                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14449                 we trick GTK by simulating a click at (0, 0) in the textview.
14450
14451 2001-12-08 [hoa]        0.6.5claws64
14452
14453         * src/folder.c
14454                 fixed a bug about the .processing folder name while filtering
14455
14456 2001-12-08 [alfons]     0.6.5claws63
14457
14458         * src/folderview.c 
14459                 work around problem of not correctly updating folder stats
14460                 when deleting messages. there's some folder scanning evil
14461                 going so the folderview_update_msg_num() does not work
14462                 correctly. need to investigate this.
14463
14464 2001-12-08 [paul]       0.6.5claws62
14465
14466         * sync with sylpheed 0.6.5cvs23
14467                 see ChangeLog entry 2001-12-08
14468
14469 2001-12-07 [christoph]  0.6.5claws61
14470
14471         * src/compose.c
14472                 fix another header translation problem
14473
14474 2001-12-07 [alfons]     0.6.5claws60
14475
14476         * src/mbox.c
14477                 make filtering also work on local spool mbox
14478
14479 2001-12-07 [carsten]    0.6.5claws59
14480         * src/addressbook.c
14481                 addressbook window gets a wmclass distinct from the main
14482                 sylpheed window
14483         * src/compose.h
14484         * src/mainwindow.[ch]
14485                   forward menu item will use mode selected in prefs, forward 
14486                 as attatchment in menu removed (will be substituted in the
14487                 toolbar similar to reply buttons)
14488                   create news message menu entry and news button is now 
14489                 sensitive to the existance of a news account
14490         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14491         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14492         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14493                 these are removed because the toolbar buttons don't show
14494                 the quoting modus any longer
14495
14496 2001-12-07 [paul]
14497
14498         * tools/newscache_clean.pl      ** NEW FILE **
14499                 perl script to do some tidying up in the newscache directory 
14500                 
14501         * tools/sylpheed-switcher       ** NEW FILE **
14502                 perl script to enable easy switching between main and claws
14503                 
14504         * tools/README
14505                 added descriptions of the two new perl scripts          
14506
14507
14508 2001-12-07 [melvin]     0.6.5claws58
14509
14510         * src/messageview.c
14511                 fixed a warning during compilation introduced in 0.6.5claws56
14512
14513 2001-12-07 [paul]       0.6.5claws57
14514
14515         * src/mainwindow.[ch]
14516         * src/menu.[ch]
14517                 further usability enhancements to replying with or without 
14518                 quoting via the toolbar, use of Ctrl key is replaced by 
14519                 drop down menu 
14520                 Submitted by Carsten Schurig            
14521
14522 2001-12-07 [melvin]     0.6.5claws56
14523
14524         * src/messageview.c
14525                 hack to fix bug that prevented to make/paste selections
14526                 after switching between MVIEW_TEXT and MVIEW_MIME views
14527                 without deselecting the selection first.
14528
14529 2001-12-06 [alfons]     0.6.5claws55
14530
14531         * src/filtering.[ch]
14532         * src/inc.c
14533                 revise filtering a little bit more, and make sure
14534                 messages are delivered to the appropriate inbox
14535                 (perhaps set per account)
14536
14537 2001-12-06 [paul]       0.6.5claws54
14538
14539         * sync with sylpheed 0.6.5cvs22
14540                 see ChangeLog entry 2001-12-06
14541
14542 2001-12-05 [alfons]     0.6.5claws53
14543
14544         * src/inc.c
14545         * src/folder.[ch]
14546         * src/procmsg.c
14547         * src/filtering.c
14548                 more revisions of filtering system
14549                 (last stable version is marked as LAST_STABLE)
14550                 
14551                 | NOTE 1): the filtering system now uses a local folder called
14552                 | .processing. if filtering fails, check this directory
14553                 | for missing messages.
14554                 |
14555                 | NOTE 2): help us find the filtering actions still missing
14556
14557 2001-12-05 [paul]       0.6.5claws52
14558
14559         * src/mainwindow.c
14560                 fix bug where 'Empty Trash?' pop-up window appears even
14561                 when Trash is empty, submitted by Jesse Skinner         
14562
14563 2001-12-05 [melvin]     0.6.5claws51
14564
14565         * src/compose.c
14566                 fixed bug #486106 to select correct account when reediting 
14567                 a queued message
14568         
14569 2001-12-04 [alfons]     0.6.5claws50
14570
14571         * src/mh.c
14572                 declare markfile in appropriate functions when
14573                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14574                 for spotting this)
14575
14576 2001-12-04 [paul]       0.6.5claws49
14577
14578         * sync with sylpheed 0.6.5cvs21
14579                 see ChangeLog entry 2001-12-04
14580
14581 2001-12-03 [christoph]  0.6.5claws48
14582
14583         * po/de.po
14584                 changed translation of undo
14585         * src/account.c
14586         * src/folder.c
14587                 don't reinvent the wheel to traverse a GNode
14588         * src/compose.[ch]
14589                 seperate code to create the compose gui into functions
14590                 add "Others" page with folder selection for saving copy
14591                 of the message.
14592                 the folder identifier is saved to queue header
14593         * src/procmsg.c
14594                 save message to folder in queue header
14595
14596 2001-12-03 [paul]       0.6.5claws47
14597
14598         * sync with sylpheed 0.6.5cvs20
14599                 see ChangeLog entry 2001-12-03
14600
14601 2001-12-01 [paul]
14602
14603         * more sync with sylpheed 0.6.5cvs19
14604                 see ChangeLog entry 2001-11-29
14605
14606 2001-11-30 [paul]       0.6.5claws46
14607         
14608         * src/compose.c
14609                 remove conflicts introduced by Hoa's last commit
14610          
14611         * src/mainwindow.c
14612                 make 'Message/Bounce' sensitive
14613
14614 2001-11-30 [hoa]        0.6.5claws45
14615
14616         * src/compose.c
14617                 slightly change bounce function to add
14618                 information about the user that bounced the mail
14619                 in the From header line.
14620
14621         * src/folderview.c
14622                 permit the use of processing in outbox folder.
14623
14624 2001-11-29 [paul]       0.6.5claws44
14625
14626         * src/mainwindow.[ch]
14627         * src/prefs_common.c
14628         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14629         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14630         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14631                 usability enhancements to the quoting, implements
14632                 use of Ctrl key to toggle quoting settings
14633                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14634
14635 2001-11-29 [paul]       0.6.5claws43
14636         
14637         * sync with sylpheed 0.6.5cvs19
14638                 see ChangeLog entry 2001-11-28
14639
14640 2001-11-29 [melvin]     0.6.5claws42
14641         * src/Makefile.am
14642                 added enriched.[ch] to the list of files
14643
14644         * src/textview.c
14645         * src/mimeview.c
14646         * src/procmime.[ch]
14647         * src/enriched.[ch]
14648                 added support to view text/enriched
14649                 added support to show headers in message view for text/enriched and text/html
14650                         in non multipart messages
14651
14652 2001-11-28 [paul]       0.6.5claws41
14653
14654         * more sync with sylpheed 0.6.5cvs18
14655                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14656
14657 2001-11-27 [paul]       0.6.5claws40
14658         
14659         * po/pt_BR.po
14660                 updated translation, submitted by Fabio Junior Beneditto
14661                 
14662         * sync with sylpheed 0.6.5cvs18
14663                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14664                 2001-11-27
14665
14666
14667 2001-11-26 [paul]
14668
14669         * po/es.po
14670                 updated translation, submitted by Ricardo Mones Lastra
14671
14672 2001-11-26 [alfons]
14673
14674         * src/matcher.c
14675                 add more translatable strings
14676
14677 2001-11-26 [christoph]  0.6.5claws39
14678
14679         * po/de.po      
14680                 fixed one more umlaut
14681         * src/compose.c
14682                 fix translated header when it should not be translated
14683
14684 2001-11-26 [paul]       0.6.5claws38
14685
14686         * src/mainwindow.c
14687                 remove '/Message/Add Sender to address book' from 
14688                 main_window_set_menu_sensitive(), prevent debug warning
14689                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14690
14691 2001-11-26 [paul]       0.6.5claws37
14692
14693         * src/summaryview.c
14694                 fix 'recurring unread state' bug 
14695
14696         * tools/README 
14697         * tools/filter_conv.pl
14698                 read name of top level mailbox from folderlist.xml
14699                 and presume nothing about its name              
14700
14701 2001-11-26 [darko]      0.6.5claws36
14702
14703         * src/gtkstext.[ch]
14704                 removed functions that are now in gtkutils.c
14705                 use gtkut_text_is_uri_string() from gtkutils.c
14706         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14707
14708 2001-11-26 [paul]       0.6.5claws35
14709
14710         * sync with sylpheed 0.6.5cvs16
14711                 see ChangeLog entries 2001-11-25 and 2001-11-26
14712
14713 2001-11-25 [alfons]     0.6.5claws34
14714
14715         EXPERIMENTAL!!! Please checkout the last stable version using: 
14716           
14717         % cvs update -r LAST_STABLE -dRAP
14718
14719         (Or help us testing this stuff.)
14720
14721         * src/filtering.c               (1.14)
14722         * src/filtering.h               (1.6)
14723         * src/inc.c                     (1.28)
14724         * src/matcher.c                 (1.20)
14725         * src/mbox.c                    (1.9)
14726         * src/procmsg.h                 (1.14)
14727         * src/summaryview.c             (1.59)
14728         * src/summaryview.h             (dunno)
14729                 revert/merge/sync to as it was before commit 
14730                 on Thu, 19 Jul 2001 10:15:51 -0700.
14731
14732 2001-11-25 [hoa]        0.6.5claws33
14733
14734         * src/main.c
14735                 processing mails at startup
14736
14737         * src/folderview.c
14738         * src/summaryview.[ch]
14739                 processing mails when entering folder
14740
14741         * src/prefs_filtering.c
14742                 fixed some UI bugs
14743
14744 2001-11-24 [alfons]     0.6.5claws32
14745
14746         * src/summaryview.[ch]
14747                 make summary sort headers work, and also make
14748                 sure the sort type is stored
14749
14750 2001-11-23 [alfons]     0.6.5claws31
14751
14752         * src/summaryview.[ch]
14753                 make lock work like mark
14754                 disallow deleting messages marked as locked
14755
14756 2001-11-23 [alfons]     0.6.5claws30
14757
14758         * src/gtkstext.c
14759         * src/compose.[ch]
14760         * src/Makefile.am
14761         * src/undo.[ch]
14762                 merge undo patch submitted by Jens
14763
14764 2001-11-23 [christoph]  0.6.5claws29
14765
14766         * src/.cvsignore
14767                 added ylwrap
14768         * src/compose.c
14769                 fixed gpg signing and encoding
14770         * src/folder.[ch]
14771         * src/main.c
14772                 added --status option to get new, unread and total
14773                 message count from a running sylpheed
14774         * src/prefs_common.c
14775                 temporary fix for reply_with_quote problem
14776                 (don't call functions for non existing widget)
14777         * src/procmsg.c
14778                 one more check for ignored threads but still not
14779                 always working correctly. probably a recursive
14780                 check for all parents is needed
14781
14782 2001-11-23 [darko]      0.6.5claws28
14783
14784         * src/compose.c
14785                 wrapping on send improvements
14786         * src/gtkutils.[ch]
14787                 fix for GtkSText after last sync with main branch
14788                 GTK_TEXT -> GTK_STEXT
14789
14790 2001-11-23 [paul]       0.6.5claws27
14791
14792         * sync with sylpheed 0.6.5cvs14
14793                 see ChangeLog entries 2001-11-22 and 2001-11-23
14794                 
14795         * po/de.po
14796                 fixed the scrambled umlauts 
14797                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14798
14799 2001-11-21 [paul]       0.6.5claws26
14800
14801         * sync with sylpheed 0.6.5cvs12
14802                 see 2nd ChangeLog entry dated 2001-11-20
14803
14804 2001-11-20 [paul]       0.6.5claws25
14805
14806         * sync with sylpheed 0.6.5cvs11
14807                 see ChangeLog entry 2001-11-19 (src/utils.c)
14808
14809 2001-11-20 [hiro]
14810
14811         * src/compose.c
14812                 GTK_TEXT -> GTK_STEXT
14813                 fix for wrong comment
14814
14815 2001-11-20 [hiro]       0.6.5claws24
14816
14817         * src/compose.[ch]
14818                 more merges from main branch
14819                 removed fatal warnings (uninitialized variables etc.)
14820                 some coding style fix
14821         * src/gtkutils.h
14822                 fixed typo.
14823         * src/addressbook.c
14824           src/addrindex.c
14825                 V-Card -> vCard
14826
14827 2001-11-19 [hoa]        0.6.5claws23
14828
14829         * src/filtering.c
14830         * src/prefs_scoring.c
14831         * src/matcher.[ch]
14832         * src/scoring.c
14833                 cleaning code
14834
14835         * src/matcher_parser_parse.y
14836         * src/prefs_filtering.c
14837                 bouncing
14838
14839 2001-11-19 [alfons]     0.6.5claws22
14840
14841         more of my old things into claws
14842
14843         * src/Makefile.am
14844         * src/prefs_common.c
14845         * src/procmsg.h
14846         * src/summaryview.[ch]
14847         * src/prefs_summary_column.c
14848         * src/pixmaps/locked.xpm
14849                 add indicators for locking of message in summary view
14850                 (does not work yet, only visual indicator)
14851
14852 2001-11-19 [paul]       0.6.5claws21
14853
14854         * sync with sylpheed 0.6.5cvs10
14855                 see ChangeLog entry 2001-11-19
14856
14857 2001-11-18 [alfons]     0.6.5claws20
14858         
14859         * src/filtering.c
14860                 remove an inadvertent free I forgot in previous clean up 
14861
14862 2001-11-18 [alfons]     0.6.5claws19
14863
14864         * src/filtering.[ch]
14865                 clean up & plug leaks
14866
14867 2001-11-18 [paul]       0.6.5claws18
14868
14869         * sync with sylpheed 0.6.5cvs9
14870                 see ChangeLog entries 2001-11-17 and 2001-11-18
14871
14872 2001-11-16 [paul]       0.6.5claws17
14873
14874         * sync with sylpheed 0.6.5cvs8
14875                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14876
14877 2001-11-16 [paul]       0.6.5claws16
14878
14879         * sync with sylpheed 0.6.5cvs7
14880                 see ChangeLog entries 2001-11-15 and 2001-11-16
14881
14882 2001-11-15 [hoa]        0.6.5claws15
14883
14884         * src/compose.c
14885                 fix bounce, mails we received couln't be bounced to ourself.
14886
14887         * src/defs.h
14888         * src/filtering.[ch]
14889         * src/matcher.[ch]
14890         * src/matcher_parser.h
14891         * src/matcher_parser_lex.l
14892         * src/matcher_parser_parse.y
14893         * src/inc.c
14894         * src/main.c
14895         * src/mbox.c
14896         * src/prefs_filtering.[ch]
14897         * src/mainwindow.c
14898         * src/prefs_matcher.c
14899         * src/prefs_scoring.c
14900         * src/scoring.[ch]
14901         * src/summaryview.c
14902                 new matcher/filter/score configuration file parser
14903                 one unique configuration file => ~/.sylpheed/matcherrc
14904                 import in currently automatic, then save are made
14905                 in this new file.
14906                 one filter per folder and one global filter
14907                 (filter of a folder will be used as folder processing)
14908
14909         * src/folder.c
14910                 fix a bug in folder_item_get_identifier
14911                 
14912         * src/messageview.c
14913                 receive receipt return are fixed.
14914
14915 2001-11-14 [alfons]     0.6.5claws14
14916
14917         * src/session.h
14918                 add things from main branch to make claws compile
14919
14920 2001-11-14 [paul]       0.6.5claws13
14921
14922         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14923                 see ChangeLog entries 2001-11-08 to 2001-11-14
14924
14925 2001-11-14 [hoa] 0.6.5claws12
14926
14927         * src/compose.[ch]
14928         * src/mainwindow.c
14929         * src/summaryview.c
14930                 add "bounce mail" option
14931
14932 2001-11-13 [christoph]  0.6.5claws11
14933
14934         * src/compose.c
14935                 Cleanup a mess i add before commiting
14936
14937 2001-11-13 [hoa]        0.6.5claws10
14938
14939         * src/compose.c
14940                 some fixes when mail are sent or
14941                 for crossposts
14942
14943 2001-11-13 [christoph]  0.6.5claws9
14944
14945         * po/de.po
14946                 Changed two string with the same translation
14947         * src/compose.c
14948         * src/procmsg.[ch]
14949         * src/send.[ch]
14950                 New mailsending process:
14951                   - Always queue message before sending
14952                     (message will be saved if sylpheed crashed or
14953                      freezes while sending)
14954                   - Allow queuing of newspostings
14955                   - No copy in outbox before sending
14956                     (closes bug #469501)
14957                   - No more redundant code for send and send_later
14958         * src/summaryview.c
14959                 Applied wwp <subscript@free.fr>'s patch that fixes
14960                 marks for multiple forwarded messages (+compose.c)
14961
14962 2001-11-12 [alfons]
14963
14964         * README.claws
14965                 remove things that are now in main branch
14966         
14967         * po/nl.po
14968                 update Dutch translation
14969
14970 2001-11-12 [mhadasht]   0.6.5.claws8
14971
14972         * src/prefs_common.c
14973                 re-enabled account autoselection feature for forward
14974                 and reedit lost during the branch point for SYNC-B4-REL
14975         * src/gtkspell.c
14976                 gtkpspell_get_dict(): more readable code (even if function is
14977                 not used yet)
14978         * ChangeLog.claws
14979                 added version number info to 2001-11-12 [hiro] comment.
14980
14981 2001-11-12 [hiro]       0.6.5.claws7
14982
14983         * src/compose.c
14984                 compose_forward(): fixed a bug that forward quote mark
14985                 wasn't used.
14986                 removed unnecessary code.
14987         * src/template_select.[ch]: removed.
14988
14989 2001-11-11 [alfons]
14990
14991         * src/compose.c
14992                 :%s/GTK_TEXT/GTK_STEXT/g
14993         
14994         * src/compose.[ch]
14995         * src/undo.[ch]
14996         * src/Makefile.am
14997                 revert the undo stuff (this is 0.6.6claws stuff)
14998
14999 2001-11-11 [hoa]        0.6.5.claws6
15000
15001         * src/compose.[ch]
15002                 Insert signature at the end of the text.
15003                 Added undo patch but currently disabled
15004
15005         * src/procmsg.c
15006                 Threading by subject improved.
15007
15008         * added src/undo.[ch]
15009                 Undo module for compose dialog box.
15010
15011 2001-11-11 [alfons]     0.6.5.claws5
15012
15013         * src/procmsg.c
15014                 prevent threading by subject on nodes that have already been
15015                 threaded by in-reply-to (as in "circular references in a tree
15016                 result in a dead branch")
15017
15018 2001-11-09 [hoa]        0.6.5.claws4
15019         
15020         * src/folderview.c
15021                 allows creation of mbox folder item from any files.
15022
15023 2001-11-09 [alfons]     0.6.5.claws3
15024         
15025         * src/utils.c
15026         * src/procmsg.c
15027                 do what I mean and correct threading by subject so it really
15028                 ignores attracting lines without "Re: "
15029
15030 2001-11-07 [alfons]     0.6.5.claws2
15031
15032         * src/procmsg.c
15033         * src/utils.[ch]
15034                 only attract by subject if a subject line starts with a "Re: "
15035         * src/syldap.c
15036                 remove warning
15037
15038 2001-11-07 [paul]       0.6.5claws1
15039
15040         * sync with sylpheed 0.6.5. release
15041                 see ChangeLog entry 2001-11-07
15042
15043 2001-11-07 [paul]       0.6.4claws31
15044
15045         * sync with sylpheed 0.6.4cvs18
15046                 see ChangeLog entries 2001-10-30 to 2001-11-07
15047                 prefs_templates.[ch] renamed prefs_template.[ch]
15048
15049 2001-11-06 [alfons]
15050         
15051         * src/utils.h
15052                 add semicolon Hoa forgot ;-)
15053                 
15054
15055 2001-11-06 [hoa]        0.6.4claws30
15056         
15057         * src/procmsg.c
15058         * src/summaryview.c
15059         * src/utils.c
15060         * src/utils.h
15061                 threading by subject - empty subject are ignored
15062
15063 2001-11-06 [christoph]  0.6.4claws29
15064
15065         * src/socket.c
15066                 use SSL_peek for sock_gets
15067         * src/utils.c
15068                 removed unneeded pointer in extracting quoted
15069                 names implementation
15070
15071 2001-11-06 [melvin]     0.6.4claws28
15072
15073         * src/gtkspell.c
15074                 fixed bug #476792 Selection overtyping with spell checker
15075                 fixed bug which could cause a buffer overflow
15076                 fixed a memory leak
15077
15078 2001-11-06 [hoa]        0.6.4claws27
15079         
15080         * src/procmsg.c
15081         * src/summaryview.c
15082                 threading by subject
15083
15084 2001-11-05 [alfons]     0.6.4claws26
15085         
15086         * README.claws
15087                 Claws -> Sylpheed (vice versa)
15088
15089         * src/compose.c
15090                 :%s/gtk_text/gtk_stext/g
15091                 :%s/GTK_TEXT/GTK_STEXT/g
15092                 (thanks to Jonathan Ware for spotting this)
15093
15094 2001-11-04 [christoph]  0.6.4claws25
15095
15096         * src/summaryview.c
15097                 replace Xalloca + strdup with Xstrdup_a
15098         * src/utils.c
15099                 better implementation of extracting quoted names
15100                 from addresses (remove backlashes and ignore
15101                 quotes after them)
15102
15103 2001-11-04 [alfons]     0.6.4claws24
15104
15105         * src/utils.[ch]
15106                 edit to comply more with coding style
15107
15108         * src/textview.c
15109                 fix bug reported by Kim Schulz. introduced by the patch integrated
15110                 in 0.6.4claws15. the code did not check the return value of
15111                 the html parser.
15112
15113         * AUTHORS
15114                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15115
15116 2001-11-04 [christoph]  0.6.4claws23
15117
15118         * src/main.c
15119         * src/prefs_common.[ch]
15120                 init some pointers that possibly caused a segfault
15121                 reported in the claws-users ML
15122
15123 2001-11-04 [hoa]        0.6.4claws22
15124
15125         * src/grouplistdialog.c
15126                 change the names of the nodes in the tree
15127
15128         * src/compose.c
15129                 enhanced mailto syntax as described in
15130                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15131                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15132
15133         * src/utils.c
15134                 encode and decode URI (useful when opening URL into
15135                 netscape).
15136
15137 2001-11-03 [hoa]        0.6.4claws21
15138
15139         * src/grouplistdialog.c
15140                 a new newsgroups list selection dialog box
15141                 with a CTree instead of a CList
15142
15143 2001-11-03 [hoa]        0.6.4claws20
15144
15145         * src/folderview.c
15146                 enable property and scoring options when right
15147                 click on "inbox"
15148
15149         * src/summaryview.c
15150                 fixed bug when nickname were displayed using
15151                 the address book.
15152
15153 2001-11-02 [darko]      0.6.4claws19
15154
15155         * src/compose.c
15156                 new wrap quotation and URL/long words wrapping implementation
15157         * src/compose.c src/gtkstext.[ch]
15158                 move gtkstext_strncmp() to gtkstext.c
15159
15160 2001-11-01 [christoph]  0.6.4claws18
15161
15162         * src/prefs_account.c
15163                 fixed mess in account settings dialog
15164         * src/prefs_folder_item.c
15165                 added label with folder path to dialog
15166
15167 2001-10-31 [match]      0.6.4claws17
15168
15169         * src/vcard.c
15170                 fix memory leak.
15171         * src/addrbook.c
15172                 fix generation of spurious address book file names.
15173                 remove redundant functions.
15174         * po/POTFILES.in
15175                 added missing file names.
15176
15177 2001-10-30 [paul]       0.6.4claws16
15178
15179         * sync with sylpheed 0.6.4cvs6
15180                 see ChangeLog entries 2001-10-26 to 2001-10-30
15181
15182         * tools/filter_conv.pl
15183                 read folderlist.xml to discover whether the top-level
15184                 folder is called 'Mailbox' or 'Mail' 
15185
15186 2001-10-29 [paul]       0.6.4claws15
15187
15188         * src/html.c, src/textview.c
15189                 activate links in html mail and fix clickable parts
15190                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15191
15192 2001-10-29 [paul]
15193
15194         * po/de.po, po/es.po, po/pt_BR/po
15195                 updated translations, submitted by Jens Oberender,
15196                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15197
15198 2001-10-29 [darko]      0.6.4claws14
15199
15200         * src/compose.c
15201                 fix wrapping for good
15202
15203 2001-10-29 [darko]
15204
15205         * src/compose.c
15206                 undo previous change as it broke the smart wrapping
15207
15208 2001-10-29 [darko]      0.6.4claws13
15209
15210         * src/compose.c
15211                 fix infinite loop when long URL is quoted
15212                 (closes bug #475122.
15213
15214 2001-10-28 [match]
15215
15216         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15217                 import Mutt address book
15218         * src/ldif.[ch] src/importldif.h
15219                 modified import LDIF handle user attributes
15220
15221 2001-10-28 [christoph]  0.6.4claws12
15222
15223         * src/summaryview.c
15224                 fixed that filtering did not work if there
15225                 were no filter rules
15226                 (closes bug #472003 and better implementation
15227                  of patch #474644)
15228
15229 2001-10-27 [christoph]  0.6.4claws11
15230
15231         * src/compose.c
15232                 make the folder's default account to be used when
15233                 replying. (patch by wwp <subscript@free.fr>)
15234         * src/compose.c
15235                 code cleanup, nearly killed all of wwp's patch
15236                 for folder's default account in compose
15237         * src/folderview.c
15238                 error panel when a folder could not be created
15239                 (closes bug #471080 new folder name & already
15240                  existing file)
15241
15242 2001-10-26 [alfons]
15243
15244         * src/utils.h
15245                 change prototype of strstr2() that Christoph forgot about
15246
15247 2001-10-26 [christoph]  0.6.4claws10
15248
15249         * src/account.c
15250                 made search for accounts by email address not case
15251                 sensitive
15252         * src/folder.c
15253                 fixed memory leak in folder_item_get_identifier
15254         * src/gtkspell.c
15255         * src/utils.c
15256                 fixed wrong strstr2 (should work like strstr)
15257
15258 2001-10-26 [darko]      0.6.4claws9
15259
15260         * src/compose.c src/gtkstext.[ch]
15261         * src/gtkstext.c
15262                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15263
15264 2001-10-26 [paul]       0.6.4claws8
15265
15266         * src/html.c
15267                 ignore css and javascript tags in html mail
15268                 case-insensitive, with or without double-quoted
15269                 strings
15270
15271 2001-10-26 [paul]       0.6.4claws7
15272
15273         * sync with sylpheed 0.6.4cvs1
15274                 see ChangeLog entry 2001-10-26
15275
15276         * src/prefs_account.c, src/prefs_common.c,
15277           src/prefs_summary_column.c
15278                 minor improvements to the English
15279
15280 2001-10-25 [alfons]     0.6.4claws6
15281
15282         * src/gtkstext.c
15283         
15284                 make GtkSText follow style of GtkText (closes bug 
15285                 #469211 "text selection while writing message")
15286                 
15287                 do sync with GTK 1.2.10
15288
15289 2001-10-25 [paul]       0.6.4claws5
15290
15291         * src/html.c
15292                 ignore css tags in html mail
15293
15294 2001-10-25 [darko]      0.6.4claws4
15295
15296         * src/compose.c
15297                 don't declare is_url_string as static function since
15298                 we need it in gtkstext.c
15299         * src/gtkstext.c
15300                 remove unused variable
15301                 don't wrap long URLs while composing a message
15302
15303 2001-10-24 [christoph]  0.6.4claws3
15304
15305         * src/socket.c
15306                 fix ssl deadlock, when peer closes connection
15307
15308 2001-10-24 [paul]       0.6.4claws2
15309
15310         * src/prefs_common.c
15311                 gettextize the gpg ascii-armored warning message
15312
15313         * src/compose.c
15314                 insert a DOS/MAC file into the composed message
15315                 (improvements)
15316
15317         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15318
15319 2001-10-22 [paul]       0.6.4claws1
15320
15321         * sync with sylpheed 0.6.4 release
15322                 see ChangeLog entries 2001-10-21
15323
15324         * po/fr.po, po/pt_BR.po
15325                 updated by Melvin Hadasht and Fabio Junior Beneditto
15326
15327 2001-10-21 [paul]       0.6.3claws30
15328
15329         * src/compose.c
15330                 insert a DOS text file from the compose window
15331                 into the composed message text (removes CRs characters)
15332                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15333
15334         * tools/filter_conv.pl, tools/README
15335                 automatically use ~/.sylpheed as working directory
15336                 print out confirmation message on completion
15337
15338         * correct Hoa's last ChangeLog.claws entry
15339
15340 2001-10-20 [hoa]        0.6.3claws29
15341
15342         * src/grouplistdialog.c
15343                 bugfix (another ?) to give the right
15344                 newsgroups list for each news server.
15345
15346         * src/news.c
15347         * src/news.h
15348                 improve the newsgroups list cache
15349
15350 2001-10-20 [paul]       0.6.3claws28
15351
15352         * sync with sylpheed 0.6.3cvs9
15353                 see ChangeLog entry 2001-10-19
15354
15355         * correct Alfons' last ChangeLog.claws entry
15356
15357 2001-10-19 [alfons]
15358
15359         * src/pgptext.[ch]
15360                 fix compilation problems (part of bug #472895)
15361
15362 2001-10-18 [hoa]        0.6.3claws27
15363
15364         * src/grouplistdialog.c
15365                 bugfix when we refresh was clicked (bug 472701)
15366
15367 2001-10-19 [christoph]  0.6.3claws26
15368
15369         * src/compose.c
15370                 last header entry should default to "To:" or
15371                 "Newsgroups:" and not copy the last entry line
15372                 in a new compose window
15373                 (closes bug #472686, #470792)
15374
15375 2001-10-19 [paul]       0.6.3claws25
15376
15377         * sync with Sylpheed 0.6.3cvs8
15378                 see ChangeLog entries 2001-10-18 and 2001-10-19
15379
15380 2001-10-18 [christoph]  0.6.3claws24
15381
15382         * src/procmsg.c
15383                 reimplement ignore thread
15384         
15385 2001-10-18 [hoa]        0.6.3claws23
15386
15387         * src/folderview.c
15388         * src/grouplistdialog.[ch]
15389                 enhanced news subscription interface (feature 469113)
15390
15391         * src/news.c
15392         * src/news.h
15393                 enchanced newsgroup listing,
15394                 now, we can get groups informations
15395                 (NNTPGroupInfo)
15396
15397 2001-10-18 [paul]       0.6.3claws22
15398
15399         * src/summaryview.c
15400                 remove comment (sync with main branch)
15401         * src/mainwindow.c
15402                 fix 'Re-edit' bug in 'Message' menu
15403
15404 2001-10-17 [christoph]  0.6.3claws21
15405
15406         * src/compose.c
15407                 ignore empty or whitespace only header lines
15408
15409 2001-10-17 [paul]       0.6.3claws20
15410
15411         * sync with sylpheed 0.6.3cvs7
15412                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15413                 2001-10-17
15414
15415 2001-10-17 [darko]
15416
15417         * src/compose.c
15418                 wrap long lines without spaces
15419                 don't wrap URLs
15420
15421 2001-10-16 [paul]
15422
15423         * po/es.po, po/nl.po, po/pt_BR.po
15424                 updated by Ricardo Mones Lastra, Alfons,
15425                 and Fabio Junior Beneditto
15426
15427         * sylpheed-0.6.3claws released
15428
15429 2001-10-15 [melvin] 0.6.3claws18
15430
15431         * README.claws
15432                 added summary and detailed installation instructions
15433                 for spell checker
15434         * po/fr.po
15435                 Updated, corrected and completed french translation
15436
15437 2001-10-15 [hoa] 0.6.3claws17
15438         * src/grouplistdialog.c
15439                 we can choose the newsgroups to display with wildcards
15440
15441 2001-10-15 [christoph]  0.6.3claws16
15442
15443         * src/account.c
15444         * src/compose.c
15445         * src/prefs_folder_item.[ch]
15446                 applied wwp <subscript@free.fr>'s folder
15447                 default account patch
15448         * po/de.po
15449                 Fixed wrong translation
15450
15451 2001-10-13 [alfons, christoph, melvin]  
15452                         0.6.3claws15
15453
15454         solution #2 to solve MT-safety problems defers all GUI related calls
15455         to the main thread using a gtk_idle_add() callback. discussed on
15456         ircnet #sylpheed, with christoph spotting some issues with the
15457         original code, and melvin allowing us to lobotomize his sylpheed.
15458
15459         * src/syldap.[ch], src/main.c
15460                 fix race problem in ldap search thread by deferring GUI 
15461                 stuff to main thread using gtk_idle_add()
15462
15463 2001-10-13 [paul]       0.6.3claws14
15464
15465         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15466                 add Sergey's smtpcred.patch
15467                 adds separate username/password setting for SMTP Auth
15468                 needed by some servers
15469                 (closes feature request #471659)
15470
15471 2001-10-13 [paul]       0.6.3claws13
15472
15473         * src/pgptext.[ch] **NEW FILES**
15474         * src/Makefile.am, src/messageview.c, src/mimeview.c
15475                 decrypt ascii-armored gpg text embedded in
15476                 the message body.
15477                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15478
15479 2001-10-13 [christoph]  0.6.3claws12
15480
15481         * README.claws
15482                 some more details on default to and
15483                 feature requests
15484         * src/main.c
15485                 init glib threading when ldap is used
15486         * src/syldap.c
15487                 threading fixes
15488         * po/de.po
15489                 fixed a typo
15490
15491 2001-10-12 [paul]       0.6.3claws11
15492
15493         * src/prefs_common.[ch], src/rfc2015.c
15494                 enable ascii-armored gpg text to be embedded in the
15495                 message body, selectable through the 'Privacy'
15496                 preferences. Supports encrypting only.
15497                 Submitted by Ravemax <ravemax@dextrose.com>
15498
15499 2001-10-12 [paul]       0.6.3claws10
15500
15501         * sync with sylpheed 0.6.3cvs6
15502                 see ChangeLog entries 2001-10-11 and 2001-11-12
15503
15504         * src/folderview.c
15505                 incorporated mbox folders, scoring, and folder
15506                 properties into the sync
15507
15508 2001-10-12 [darko]      0.6.3claws9
15509
15510         * README.claws
15511                 describe quotation wrapping
15512         * src/compose.c
15513                 don't treat tab as space to calculate line length properly
15514
15515 2001-10-11 [alfons]
15516
15517         * README.claws
15518                 correct description of how to make new filtering system work,
15519                 add some other things
15520                 
15521         * src/syldap.c
15522                 remove sched_yield() (not necessary / unportable)
15523
15524 2001-10-11 [paul]       0.6.3claws8
15525
15526         * sync with sylpheed 0.6.3cvs3
15527                 see ChangeLog entry 2001-10-10
15528
15529 2001-10-10 [christoph]  0.6.3claws7
15530
15531         * .cvsignore
15532                 ignore 2 files created by newer autotools
15533         * src/prefs_folder_item.c
15534                 using table for widget alignment
15535                 fixed memory leak and broken octal display
15536         * src/filesel.c
15537                 fixed segfault caused by lost filename
15538                 workaround (closes bug #469551)
15539
15540 2001-10-10 [paul]       0.6.3claws6
15541
15542         * sync with sylpheed 0.6.3cvs2
15543                 see ChangeLog entries 2001-10-09 and 2001-10-10
15544
15545 2001-10-10 [darko]      0.6.3.claws5
15546
15547         * src/gtkstext.c
15548                 proper calculation of right margin if smart wrapping is enabled
15549         * src/compose.c
15550                 automatically wrap long lines if wrap quotation is enabled
15551
15552 2001-10-09 [alfons]     0.6.3.claws4
15553
15554         * src/summaryview.c
15555                 select correct row when deleting last row in the summary view (and
15556                 close bug "[ #469104 ] select second last in list when deleting")
15557
15558 2001-10-09 [paul]       0.6.3claws3
15559
15560         * sync with sylpheed 0.6.3cvs1
15561                 updated some autotool scripts
15562
15563 2001-10-09 [darko]      0.6.3claws2
15564
15565         * src/gtkstext.[ch]
15566                 new name and mark with Sylpheed comment
15567         * src/compose.c
15568                 smart quotation wrapping a-la VIM
15569
15570 2001-10-08 [paul]       0.6.3claws1
15571
15572         * sync with sylpheed 0.6.3 release
15573                 see ChangeLog entry 2001-10-08
15574
15575 2001-10-08 [paul]       0.6.2claws24
15576
15577         * src/summaryview.c
15578                 more sync with sylpheed 0.6.2cvs12
15579                 Fixed the bug that didn't select the last row correctly
15580
15581
15582 2001-10-07 [paul]       0.6.2claws23
15583
15584         * sync with sylpheed 0.6.2cvs12
15585                 see ChangeLog entry 2001-10-07
15586
15587 2001-10-06 [match]
15588         * src/jpilot.[ch]
15589                 enable jpilot to read unsynch'ed addresses.
15590
15591         * src/editldap_basedn.c
15592                 fix segfault when opening dialog.
15593
15594 2001-10-06 [alfons]     0.6.2.claws22
15595
15596         * src/summaryview.c
15597                 fix bug with summary view selecting last *inserted*
15598                 node instead of last *visible* node. remember we
15599                 work with a tree
15600
15601 2001-10-06 [paul]       0.6.2claws21
15602
15603         * po/pt_BR.po
15604                 updated translation, contains some fixes and new
15605                 translations, submitted by Gustavo Noronha Silva
15606                 <kov@debian.org>
15607
15608         * src/prefs_common.c
15609                 change 'each' to 'every' - fix dubious English
15610
15611         * sync with sylpheed 0.6.2cvs11
15612
15613 2001-10-05 [alfons]     0.6.2claws20
15614
15615         * src/mainwindow.[ch], src/folderview.c
15616                 make composite tool button switch between "Compose News"
15617                 and "Compose Mail" depending on selected folder
15618                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15619
15620 2001-10-05 [paul]       0.6.2claws19
15621
15622         * src/mainwindow.c, src/summaryview.c
15623                 fix 'Message/Reply to all', broken in last commit
15624
15625         * src/compose.c
15626                 fix X_BEENTHERE seg fault, thanks to Alfons
15627
15628 2001-10-04 [paul]       0.6.2claws18
15629
15630         * src/compose.[ch], src/mainwindow.c
15631                 make "Message/Reply" reply to mailing lists; matches
15632                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15633                 based on portions of the patch submitted by
15634                 Junichi Uekawa <dancer@netfort.gr.jp>
15635
15636 2001-10-04 [darko]      0.6.2claws17
15637
15638         * src/compose.c
15639                 better smart wrapping
15640         * src/gtkstext.[hc]
15641                 a function to make text buffer contiguous
15642
15643 2001-10-03 [paul]       0.6.2claws16
15644
15645         * sync with sylpheed 0.6.2cvs10
15646
15647 2001-10-02 [alfons]
15648
15649         * configure.in
15650         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15651                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15652                 references to chinese translations (hope someone picks up
15653                 this)
15654
15655 2001-10-02 [christoph]  0.6.2claws15
15656
15657         * src/compose.c
15658                 fixed non translated header bug
15659         * ChangeLog.claws
15660                 fixed wrong date in alfons last entry ;)
15661
15662 2001-10-02 [alfons]     0.6.2claws14
15663
15664         * src/compose.c, src/prefs_common.[ch]
15665                 add block cursor option
15666
15667 2001-10-02 [paul]       0.6.2claws13
15668
15669         * sync with sylpheed 0.6.2cvs9
15670
15671 2001-09-30 [paul]       0.6.2claws12
15672
15673         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15674                 updated translations
15675
15676         * po/POTFILES.in
15677                 add 'src/importldif.c'
15678
15679         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15680                 added eudora-to-vCard conversion tool
15681                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15682
15683         * sync with sylpheed 0.6.2cvs8
15684
15685 2001-09-30 [paul]
15686
15687         * sylpheed-0.6.2claws released
15688
15689 2001-09-27 [melvin]     0.6.2claws11
15690
15691         * src/gtkspell.c
15692                 fixed crash when using default path (introduced 
15693                 in 0.6.2claws10)
15694                 fixed tiny bug for initial suggestion mode
15695
15696 2001-09-27 [melvin]     0.6.2claws10
15697         
15698         * src/gtkspell.c
15699                 fixed bug where gtkpspell didn't set the path correctly
15700
15701         * README.claws
15702                 added a paragraph about spell checking
15703                 
15704
15705
15706 2001-09-27 [paul]       0.6.2claws9
15707
15708         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15709                 replace '// comments' with '/* comments */' to prevent
15710                 some compiler warnings 
15711
15712         * sync with sylpheed 0.6.2cvs6
15713
15714 2001-09-26 [alfons]     0.6.2claws8
15715
15716         * src/messageview.c
15717                 introduce return receipt request notification again,
15718                 which was lost because of other semantics in 
15719                 procheader_parse() (???)
15720
15721 2001-09-26 [christoph]  0.6.2claws7
15722
15723         * src/compose.c
15724                 replace comments for old code with #if 0
15725                 readded auto cc, bcc and reply-to
15726         * src/prefs_matcher.c
15727         * src/prefs_scoring.c
15728                 removed some definition (was moved to
15729                 prefs.h)
15730
15731 2001-09-26 [paul]       0.6.2claws6
15732
15733         * src/mainwindow.c
15734                 make 'Follow-up and reply to' sensitive
15735
15736         * more sync with sylpheed 0.6.2cvs5
15737
15738 2001-09-25 [melvin]
15739
15740         * 0.6.2claws5
15741
15742         * src/gtkspell.c
15743                 fixed bug for "US-ASCII" introduced by the encoding code
15744
15745 2001-09-25 [paul]
15746
15747         * 0.6.2claws4
15748
15749         * src/prefs_common.[ch], src/summaryview.c
15750                 'next unread msg' 'go to next folder?' dialog can be
15751                 given default behaviour, either always show dialog,
15752                 or assume 'yes', or assume 'no'
15753                 Submitted by wwp <subscript@free.fr>
15754
15755 2001-09-25 [melvin]
15756                 
15757         * src/compose.c src/gtkspell.[ch]
15758                 added support for different encodings
15759
15760 2001-09-25 [paul]
15761
15762         * more sync with sylpheed 0.6.2cvs5
15763
15764 2001-09-24 [alfons]
15765         
15766         * src/prefs_folder_item.c
15767                 add check for item->prefs->default_to string is NULL and
15768                 add another check when freeing this string
15769
15770 2001-09-24 [paul]
15771
15772         * configure.in
15773                 change to version 0.6.2claws3
15774
15775         * sync with sylpheed 0.6.2cvs5 
15776
15777 2001-09-24 [match]
15778         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15779                 import LDIF files.
15780         * src/addrcache.[ch], addrindex.[ch]
15781                 small update for future
15782         * src/addrbook.c
15783                 fix test XML file.
15784
15785 2001-09-24 [melvin]
15786         * src/gtkspell.[ch]
15787                 added 'Learn from mistakes' option
15788                 better handling of quotes in checked words
15789                 sorted dict list
15790         * po/fr.po
15791                 small update for spell checking stuff
15792
15793 2001-09-23 [alfons]
15794         
15795         * src/gtkspell.c
15796                 edit a little bit so it complies more with main coding style
15797
15798 2001-09-23 [alfons]
15799
15800         * src/folder.[ch], prefs_folder_item.c, compose.c
15801                 migrate "request return receipt" folder property
15802                 to folderlist.xml
15803
15804 2001-09-22 [alfons]
15805
15806         * README.claws **NEW**
15807                 (add things of interest for users of main branch 
15808                 and claws here)
15809
15810         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15811                 re-implement threading per folder option, but store 
15812                 the setting in folderlist.xml (where it belongs)
15813
15814 2001-09-21 [melvin]
15815
15816         * src/gtkspell.[ch]
15817                 fixed bug when compose window is under another window
15818         * src/prefs_common.[ch] src/compose.c
15819                 changed 'dictionary_path' to 'dictionary' to be consistent
15820                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15821         * ac/pspell.m4 src/Makefile.am 
15822                 dropped PSPELL_PATH macro
15823         * po/fr.po
15824                 updated translations
15825
15826 2001-09-21 [christoph]
15827
15828         * src/compose.c
15829                 added border around header fields
15830                 keep header type when new field is added
15831
15832 2001-09-20 [christoph]
15833
15834         * src/utils.[ch]
15835                 more portable debug_print with source filename
15836                 and linenumber
15837         * src/procmsg.c
15838                 more newlines after debug messages
15839
15840 2001-09-20 [paul]
15841
15842         * configure.in
15843                 change to version 0.6.2claws2
15844
15845         * sync with sylpheed 0.6.2cvs3
15846
15847 2001-09-19 [melvin]
15848
15849         * src/gtkspell.c
15850                 fixed the post-right-click focus pb
15851                 fixed crash when 'Spell check all' after dict change 
15852                         and when cursor is at the end of the text
15853                 shift-right-click pops up config menu even on misspelled words.
15854         * po/POTFILES.in
15855                 added gtkspell.c
15856
15857 2001-09-19 [melvin]
15858
15859         * src/about.c
15860                 added pspell to compiled-in features list
15861
15862 2001-09-18 [melvin]
15863
15864         * switched to pspell and dropped ispell
15865         * ac/pspell.m4
15866                 new file. autoconf macro for pspell
15867         * ac/Makefile.am 
15868         * configure.in acconfig.h
15869                 added pspell support
15870         * src/Makefile.am
15871         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15872         * src/prefs_common.[ch] 
15873                 added pspell support
15874
15875 2001-09-18 [christoph]
15876
15877         * src/addr_compl.c
15878         * src/template.[ch]
15879                 replace LOG_MESSAGE with debug_print
15880         * src/compose.[ch]
15881                 gui improvements
15882         * src/menu.c
15883                 added newline after debug message
15884         * src/utils.h
15885                 using __VA_ARGS__ for debug_print macro
15886         * tools/.cvsignore
15887                 ignore Makefile and Makefile.in
15888
15889 2001-09-18 [paul]
15890
15891         * configure.in
15892                 change to version 0.6.2claws1
15893         * sync with sylpheed 0.6.2cvs1
15894
15895         * src/matcher.c 
15896         * src/prefs_matcher.c
15897                 add 'score equal to' option, submitted by
15898                 Paul Evans <nerd@freeuk.com>
15899
15900 2001-09-15 [christoph]
15901
15902         * src/mainwindow.c
15903                 comment out menu entry not existing in claws
15904         * src/menu.c
15905                 add debug output for non existing menu entries
15906         * src/summaryview.c
15907                 fix next/prev unread message for ignored threads
15908         * src/utils.[ch]
15909                 add sourcefile and line number to debug output
15910                 otherwise it is sometimes hard to find the
15911                 source code part if debug messages are translated
15912
15913 2001-09-14 [darko]
15914         
15915         * src/folderview.c
15916                 refresh target folder style after colour is changed
15917
15918 2001-09-13 [paul]
15919
15920         * configure.in
15921                 change to version 0.6.1claws3
15922
15923         * sync with sylpheed 0.6.1cvs6
15924
15925 2001-09-13 [darko]
15926         
15927         * src/folderview.c
15928                 fix target folder colourization to use user selected colour
15929
15930 2001-09-12 [darko]
15931         
15932         * src/summaryview.c
15933                 fix crash when message that is marked for copy/move is unmarked
15934
15935 2001-09-09 [paul]
15936
15937         * configure.in
15938                 change to version 0.6.1claws2
15939
15940         * sync with sylpheed 0.6.1cvs3
15941
15942 2001-09-09 [alfons]
15943         
15944         * src/folderview.c
15945                 fix bug with default font used for trash folder text
15946
15947 2001-09-06 [paul]
15948
15949         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15950                 updated translations
15951
15952         * configure.in
15953                 change to version 0.6.1claws1
15954
15955         * sync with sylpheed 0.6.1cvs2
15956
15957 2001-09-03 [paul]
15958
15959         * po/POTFILES.in
15960                 add Match's new addressbook
15961
15962         * po/de.po
15963                 updated translation submitted by Jens Oberender
15964
15965 2001-09-02 [paul]
15966
15967         * configure.in
15968                 change to 0.6.1claws
15969         * sync with sylpheed 0.6.1 release
15970
15971 2001-09-02 [paul]
15972
15973         * configure.in
15974                 change to 0.6.0claws2
15975
15976         * sync with sylpheed 0.6.0cvs4
15977
15978         * po/pt_BR.po
15979                 updated translation submitted by Fabio Junior Beneditto
15980
15981 2001-09-01 [match]
15982         * pixmaps/
15983                 interface.xpm
15984                 book.xpm
15985                 address.xpm
15986         * src/
15987                 Makefile.am
15988                 a ton of new files
15989
15990 2001-08-31 [paul]
15991
15992         * configure.in
15993                 change to version 0.6.0claws1
15994
15995         * sync with sylpheed 0.6.0cvs1
15996
15997         * po/es.po
15998                 updated translation submitted by Ricardo Mones Lastra
15999
16000         * po/POTFILES.in
16001                 add 'src/prefs_templates.c'
16002
16003         * src/compose.c, src/summaryview.c
16004                 fix segfault on 'Re_edit'               
16005
16006 2001-08-30 [alfons]
16007
16008         * configure.in, Makefile.am
16009         * tools/Makefile.am
16010                 add tools directory to source distribution
16011
16012 2001-08-30 [paul]
16013
16014         * configure.in
16015                 change to version 0.6.0claws
16016
16017         * sync with sylpheed 0.6.0 release
16018
16019 2001-08-30 [christoph]
16020
16021         * configure.in
16022                 removed autoconf version check
16023
16024 2001-08-30 [paul]
16025
16026         * src/account.c, src/compose.c, src/prefs_common.[ch]
16027         * src/procheader.[ch] src/utils.[ch]
16028                 Enhanced automatic account selection on replies
16029                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16030
16031         * configure.in
16032                 add LDAP and JPilot to the configuration results output.
16033
16034 2001-08-29 [christoph]
16035
16036         * src/summeryview.c
16037                 no bold font for ignored threads
16038
16039 2001-08-29 [paul]
16040
16041         * configure.in
16042                 change to version 0.5.3claws6
16043
16044         * sync with sylpheed 0.5.3cvs10
16045                 src/stringtable.[ch]: New Files
16046
16047         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16048         * src/pixmaps/sylpheed.xpm
16049                 add mini-icons to windows (by Alfons)
16050
16051 2001-08-27 [paul]
16052
16053         * src/mainwindow.c
16054                 new functions: next_labeled_cb(), prev_labeled_cb()
16055
16056         * src/summaryview.c
16057                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16058                 summary_select_next_labeled(), summary_select_prev_labeled()
16059
16060         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16061                 give claws blue folders and a blue trash can
16062
16063 2001-08-27 [paul]
16064
16065         * configure.in
16066                 change to version 0.5.3claws5
16067
16068         * sync with sylpheed 0.5.3cvs9
16069                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16070
16071 2001-08-24 [christoph]
16072
16073         * src/filesel.c
16074                 keep filename when browsing directories
16075                 (not working for user entered filename, but
16076                  for default name and selected filename from
16077                  file list)
16078         * src/mainwindow.c
16079                 fixed wrong spelling "Folllow-up"
16080         * src/mbox_folder.c
16081         * src/procmsg.c
16082         * src/summaryview.c
16083                 fixed new/unread message count with ignored
16084                 threads (2 commits, first didn't notice no
16085                 longer needed decreasing)
16086         * src/inc.c
16087                 readded scrolling of progress dialog
16088                 (lost in sync)
16089
16090 2001-08-24 [paul]
16091
16092         * configure.in
16093                 change to 0.5.3claws4
16094
16095         * sync with sylpheed 0.5.3cvs7
16096
16097 2001-08-24 [christoph]
16098
16099         * src/compose.c
16100                 set request return receipt when replying
16101                 if it is set is the folder prefs of the
16102                 message
16103         * src/inc.c
16104                 disable final error popup if popups are
16105                 disabled in config (again)
16106
16107 2001-08-23 [paul]
16108
16109         * configure.in
16110                 Change version number to 0.5.3claws3
16111
16112         * sync with sylpheed 0.5.3cvs5
16113
16114         * src/mimeview.c
16115                 double quote '%s' in 'gedit %s' to fix bug when
16116                 opening attachment with spaces in the name
16117
16118 2001-08-22 [alte]
16119         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16120           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16121                 initial message templates support
16122
16123
16124 2001-08-22 [paul]
16125
16126         * configure.in
16127                 change version number to 0.5.3claws2
16128
16129         * sync with sylpheed 0.5.3cvs4
16130
16131         * src/procmsg.h src/summaryview.c
16132                 re-implement (un)ignore thread
16133
16134 2001-08-21 [paul]
16135
16136         * src/summaryview.c
16137                 remove unnecessary code
16138         * src/compose.c
16139                 enable 'dynamic' signatures (submitted by
16140                 Eric Limpens <eric@hscg-internet.nl>)
16141
16142 2001-08-21 [paul]
16143
16144         clean up after sync with sylpheed 0.5.3 release
16145
16146         * src/folderview.c
16147                 fix re-introduced font mess, see Christoph's
16148                 entry 2001-06-24
16149
16150         * src/summaryview.c
16151                 remove prev_msgnum
16152                 use sylpheed's small font instead of
16153                 gtk default font for summary view
16154
16155
16156 2001-08-17 [paul]
16157
16158         * configure.in
16159                 add pl to ALL_LINGUAS - sync with main branch
16160
16161         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16162                 Updated. Translations by Jens Oberender, Ricardo Mones
16163                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16164
16165         * po/pl.po  ** NEW FILE **
16166                 sync with the main branch
16167
16168         * src/folderview.c
16169                 fix target folder colorizing and refresh problem
16170
16171
16172 2001-08-17 [christoph]
16173
16174         * src/mainwindow.c
16175                 claws uses 4 colors for target folder coloring.
16176                 arrays were not long enough and destroyed the
16177                 stack causing a segfault.
16178                 target folder colorizing does not work anymore
16179                 for me
16180
16181 2001-08-16 [paul]
16182
16183         * configure.in
16184                 change to version 0.5.3claws1
16185
16186         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16187           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16188           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16189
16190                 sync with sylpheed 0.5.3 release, but keep claws method of
16191                 configuring/saving fonts
16192
16193         * src/addressbook.[ch]
16194                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16195                 in line with a similar change in Hiroyuki's branch
16196
16197         * src/mainwindow.[ch]
16198                 disable main_window_set_thread_option()
16199         * src/prefs_folder_item.c
16200                 comment out &tmps_prefs.enable_thread,
16201         * src/mbox_folder.c, src/procmsg.[ch]
16202                 comment out MSG_IS_IGNORE_THREAD
16203         * src/summaryview.c
16204                 comment out summary_ignore_thread() and summary_unignore_thread()
16205                 comment out MSG_IS_IGNORE_THREAD
16206
16207                 use Hiroyuki's threading instead.
16208
16209
16210
16211 2001-08-15 [paul]
16212
16213         * src/account.c
16214                 use Hiroyuki's 0.5.3 column scheme but also
16215                 include the enable/disable button.
16216         * src/pixmaps/mark.xpm
16217                 add Hiroyuki's amended pixmap
16218
16219 2001-08-13 [christoph]
16220
16221         * src/account.c
16222                 receive at get all column showed wrong state for APOP
16223                 button should only work for POP3 and APOP accounts
16224         * src/prefs_account.c
16225                 added missing preprocessor statement for SSL
16226
16227 2001-08-12 [paul]
16228
16229         * src/account.[ch]
16230                 add 'receive at get all' column and enable/disable
16231                 button.
16232
16233 2001-08-06 [christoph]
16234
16235         * src/account.c
16236                 show usage of SSL in protocol column
16237
16238         * src/imap.c
16239         * src/inc.c
16240                 renamed ssl options
16241
16242         * src/prefs_account.[ch]
16243                 moved ssl options to a new page
16244
16245         * src/send.c
16246         * src/smtp.c
16247         * src/ssl.[ch]
16248                 renamed ssl options
16249                 added support for SMTP STARTTLS command
16250
16251 2001-08-05 [christoph]
16252
16253         * configure.in
16254                 debian autoconf needs version check to find
16255                 correct autoconf version. if the file is
16256                 named configure.in 2.13 is used, which does
16257                 not work with this configure.in script.
16258                 other solution would be to rename the script
16259                 to configure.ac as suggested in the autoconf
16260                 manual.
16261
16262         * src/inc.c
16263                 disable final error popup if popups are
16264                 diabled in config
16265
16266         * src/socket.c
16267                 bugfix in ssl_gets
16268                 fixes IMAP over SSL problem
16269
16270 2001-08-03 [paul]
16271
16272         * configure.in
16273                 change to 0.5.2claws1
16274
16275         * sync with sylpheed 0.5.2cvs1
16276
16277 2001-08-02 [alfons]
16278
16279         * configure.in
16280                 quick fix for ispell detection...
16281
16282 2001-08-01 [paul]
16283
16284         * configure.in
16285                 change to 0.5.1claws4
16286
16287         * sync with sylpheed 0.5.1cvs7
16288
16289 2001-07-31 [alfons]
16290
16291         * src/prefs_common.c, src/prefs_common.h, 
16292           src/gtkspell.c, src/gtkspell.h
16293                 add global spelling checker settings (compose tab) +
16294                 selection of dictionary 
16295           
16296         * configure.in  
16297                 guess valid ispell location
16298
16299 2001-07-31 [paul]
16300
16301         * po/POTFILES.in
16302                 removal of 'src/quote_fmt_parse.c'
16303         * po/de.po
16304                 Updated de.po
16305                 (submitted by Jens Oberender <didge@suse.de>)
16306
16307 2001-07-31 [darko]
16308
16309         * src/folder.[ch]
16310         * src/folderview.[ch]
16311         * src/mainwindow.c
16312         * src/mh.c
16313         * src/prefs_common.[ch]
16314         * src/summaryview.c
16315                 target folder colourization
16316
16317 2001-07-30 [paul]
16318
16319         more sync with Sylpheed 0.5.1cvs6 
16320
16321 2001-07-30 [darko]
16322
16323         * src/mh.c
16324         * src/prefs_folder_item.[hc]
16325         * src/summaryview.c
16326                 shared folders support with a GUI
16327
16328 2001-07-29 [paul]
16329
16330         0.5.1claws3
16331
16332         * sync with Sylpheed 0.5.1cvs6
16333
16334 2001-07-29 [paul]
16335
16336         * po/pt_BR.po
16337                 updated
16338                 (submitted by Fabio Junior Beneditto)
16339
16340 2001-07-28 [paul]
16341
16342         * src/procmime.c
16343         * AUTHORS
16344                 patch to correct bad image mime headers
16345                 (submitted by Don Quijote <dq@searchlores.org>)
16346
16347 2001-07-28 [paul]
16348
16349         * tools/gif2xface.pl   **NEW FILE**
16350         * tools/README
16351                 script to convert file.gif to file.xface for
16352                 use in a custom header.
16353                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16354
16355 2001-07-27 [alfons]
16356         
16357         * configure.in
16358                 change macros for detecting JPilot and LDAP
16359
16360 2001-07-27 [christoph]
16361
16362         * src/filtering.c
16363                 code cleanup (MIN / MAX warning, needed casting)
16364
16365 2001-07-27 [alfons]
16366
16367         * procheader.c
16368                 disallow setting flags when detecting certain headers
16369                 (X-Status, Status, Seen, X-Seen). 
16370         
16371         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16372
16373 2001-07-27 [christoph]
16374
16375         * src/prefs_filter.c
16376         * src/prefs_filtering.c
16377         * src/prefs_matcher.c
16378         * src/prefs_scoring.c
16379                 scroll list when moving rows up or down
16380
16381         * src/imap.c
16382         * src/imap.h
16383         * src/prefs_account.c
16384         * src/prefs_account.h
16385         * src/send.c
16386                 SMTP over SSL (untested, feedback requested)
16387                 IMAP over SSL
16388
16389         * src/ssl.c
16390                 code cleanup
16391
16392 2001-07-26 [alfons]
16393         
16394         * configure.in, acconfig.h
16395                 define CLAWS (need this for main / claws detection)
16396
16397 2001-07-25 [alfons]
16398
16399         * configure.in
16400                 Sylpheed 0.5.1claws2
16401                 
16402         * sync with Sylpheed 0.5.1cvs4
16403
16404 2001-07-25 [christoph]
16405
16406         * src/scoring.c
16407                 fixed segfault
16408                 item->prefs == NULL (don't know why)
16409
16410 2001-07-25 [alfons]
16411
16412         * configure.in
16413                 Sylpheed 0.5.1claws1
16414
16415         * sync with Sylpheed 0.5.1cvs1-3
16416
16417 2001-07-24 [christoph]
16418
16419         * src/folderview.c
16420         * src/prefs_folder_item.[ch]
16421                 added folderitem preferences dialog with
16422                 default To: and auto request return receipt
16423
16424         * src/compose.[ch]
16425         * src/menu.[ch]
16426                 changes to handle new folderitem preferences
16427
16428         * src/mainwindow.c
16429         * src/summaryview.c
16430                 call compose new mail with current folderitem
16431
16432 2001-07-24 [alfons]
16433
16434         Release Sylpheed 0.5.1claws
16435
16436         * configure.in
16437                 change to release version 0.5.1claws
16438
16439 2001-07-24 [christoph]
16440
16441         * src/summaryview.c
16442                 fixed segfault that happend when the selected
16443                 message was removed while retrieving new messages.
16444
16445         * po/es.po
16446                 updated translation
16447                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16448
16449 2001-07-22 [alfons]
16450
16451         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16452         this is a work in progress, for more information: http://nlpagan.net/sylman 
16453         
16454         * configure.in, src/mainwindow.c, manual/Makefile.am
16455                 add support for English manual
16456
16457         * AUTHORS
16458                 add authors of user manuals
16459
16460         * manual/en/sylpheed*.html
16461                 add English documentation
16462
16463 2001-07-22 [christoph]
16464
16465         * po/POTFILES.in
16466                 added src/ssl.c
16467         * src/ssl.c
16468                 changed a wrong debug message
16469
16470 2001-07-22 [alfons]
16471
16472         * po/nl.po
16473                 update Dutch translation
16474
16475         * src/prefs_filtering.c, 
16476           src/prefs_matcher.c
16477                 add more translatable strings           
16478
16479 2001-07-21 [alfons]
16480
16481         0.5.0claws7
16482
16483         * configure.in
16484                 change version
16485
16486         * src/inc.c, src/summaryview.[ch]
16487                 prevent update of mark file when filtering has done, by
16488                 using a variable; this affects two functions:
16489                         inc.c::inc_finished()
16490                         summaryview.c::summary_show()
16491
16492 2001-07-20 [alfons]
16493
16494         * src/filtering.[ch], src/prefs_filtering.c, 
16495           src/matcher.[ch]
16496                 add filtering action for label coloring 
16497
16498         * po/POTFILES.in
16499                 add labelcolors.c
16500
16501         * added src/labelcolors.c
16502         * added src/labelcolors.h
16503         * src/Makefile.am, src/summaryview.c
16504                 rearrange label coloring code
16505
16506         * src/procmsg.h
16507                 add more parentheses so label colouring works correctly
16508
16509         * src/filtering.c
16510                 don't really delete message, but move it to Trash
16511
16512         * src/prefs_matcher.c
16513                 add quote options to info dialog
16514
16515 2001-07-20 [christoph]
16516
16517         * src/Makefile.am
16518         * src/inc.c
16519         * src/main.[ch]
16520         * src/socket.h
16521         * src/ssl.[ch] (new)
16522                 moved ssl stuff to a seperate file
16523
16524 2001-07-20 [darko]
16525
16526         * src/summaryview.c
16527                 fix show sender using address book with no e-mail
16528                 address in From: field
16529
16530 2001-07-19 [alfons]
16531
16532         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16533                 fix messy handling of escaping... now at least the
16534                 execute command is useful. escape char is '\', we
16535                 accept \n and \r too. 
16536
16537                 Real life example:
16538                 
16539                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16540                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16541
16542 2001-07-18 [alfons]
16543
16544         0.5.0claws6
16545
16546         * src/summaryview.c
16547                 clean up
16548
16549         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16550           src/procmsg.[ch]
16551                 revise filtering; currently move, copy, marking have
16552                 been tested. if you like bleeding edge stuff, you
16553                 should definitely go for this version :)
16554
16555         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16556
16557 2001-07-17 [christoph]
16558
16559         * src/utils.c
16560                 timestamp log
16561
16562 2001-07-17 [alfons]
16563
16564         0.5.0claws5
16565
16566         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16567           bits in the mark file, without affecting either branch. Lots of
16568           files changed, also in claws branch.
16569
16570           UNTESTED: use of mbox folders
16571
16572         * src/summaryview.c
16573                 added mark all read; however this was a quick hack used for
16574                 cleaning up mess after initial merge with Hiroyuki
16575
16576         * configure.in
16577                 change claws version number back to 0.5.0claws5 to clear up 
16578                 confusion & pretension (recent release was technically 
16579                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16580
16581 2001-07-16 [alfons]
16582
16583         sync with Hiroyuki's 0.5.0cvs4
16584
16585 2001-07-16 [alfons]
16586
16587         0.5.1claws3
16588
16589         * src/filtering.[ch]
16590                 remove invalid updating of mark files for 
16591                 filter actions MATCHING_ACTION_MOVE and 
16592                 MATCHING_ACTION_DELETE; this should fix the
16593                 folder update bug
16594                 
16595         * src/procmsg.c
16596                 revert Christoph's stab at fixing the folder 
16597                 update bug
16598
16599         * po/POTFILES.in
16600                 add missing files with translatable strings
16601
16602         * src/summaryview.c
16603                 remove debug print
16604
16605 2001-07-15 [alfons]
16606
16607         * src/addr_compl.[ch], src/prefs_filtering.c
16608                 make "filtering pref dialog's destination entry" an
16609                 "address completable entry", if filter destination is 
16610                 an email address
16611
16612         0.5.1claws2
16613         
16614         sync with Hiroyuki's 0.5.0cvs2-3
16615
16616 2001-07-15 [christoph]
16617
16618         * src/procmsg.c
16619                 fixed folder stats update after incorporation
16620
16621 2001-07-15 [alfons]
16622
16623         * src/summaryview.c
16624                 * finish label colouring stuff (for now)
16625                 * fix incorrect colour bug (off by one) 
16626
16627 2001-07-14 [alfons]
16628
16629         * src/mainwindow.c
16630                 change text labels for news and mail message so there's
16631                 plenty of toolbar estate left
16632
16633         * configure.in
16634                 0.5.1claws1
16635
16636         * src/folderview.c
16637           src/folder.[ch]
16638                 sync with Hiroyuki's 0.5.0cvs1
16639
16640         * src/summaryview.c
16641                 more rewrite label colouring
16642
16643 2001-07-14 [alfons]
16644
16645         * src/summaryview.[ch]
16646                 * start rewrite label colouring 
16647                 * fix proper location "Add Sender To Addressbook" menu item
16648
16649 2001-07-13
16650
16651         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16652         (actually this is 0.5.0claws4)
16653
16654 2001-07-13 [alfons]
16655
16656         * po/pt_BR.po
16657                 * fix duplicate message
16658                 * add updated Portugese / Brazilian translation
16659                   submitted by Fabio Junior Beneditto
16660
16661 2001-07-12 [alfons]
16662
16663         * AUTHORS
16664                 add Jens
16665
16666         * po/nl.po
16667                 add updated Dutch translation
16668
16669         * po/de.po
16670                 add updated German translation submitted by Jens
16671
16672 2001-07-11 [alfons]
16673
16674         Prerelease before 0.5.0claws. Please test.
16675         This version is temporarily tagged as VERSION_0_5_0_TEST
16676
16677         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16678           src/prefs_scoring.c, src/prefs_matcher.c, 
16679           src/prefs_filtering.c, src/mbox.c, 
16680           src/main.c, src/inc.c, src/filtering.[ch]
16681                 revert new Hoa's new matcher (does not work yet)
16682
16683         * src/Makefile.am
16684                 clean up
16685
16686 2001-07-10
16687
16688         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16689
16690
16691 2001-07-10 [alfons]
16692
16693         * Makefile.am
16694                 add ChangeLog.claws to EXTRA_DIST
16695         * src/Makefile.am
16696                 add matcher_parser_parse.h to EXTRA_DIST
16697
16698 2001-07-10 [christoph]
16699
16700         * src/inc.c
16701                 add destination folder to table of
16702                 folders that need to be updated after
16703                 incorporation
16704
16705 2001-07-10 [alfons]
16706
16707         * folder.[ch]
16708           folderview.c
16709                 make collapse state of folders and folder items persistent, i.e.
16710                 if you collapse a folder tree, the next time sylpheed-claws starts 
16711                 up the folder tree remains collapsed.  
16712                 
16713 2001-07-10 [christoph]
16714
16715         * acconfig.h
16716         * configure.in
16717                 added --enable-ssl
16718         * src/md5.[ch]
16719                 renamed MD5_CTX to MD5_CTX_syl
16720                 conflicts with a struct in openssl
16721         * src/inc.c
16722         * src/main.[ch]
16723         * src/prefs_account.[ch]
16724         * src/socket.[ch]
16725                 SSL support for POP
16726         * src/mainwindow.c
16727                 fixed compose with current account
16728                 broken by new compose button stuff
16729
16730 2001-07-09 [hoa]
16731
16732         * AUTHORS
16733                 changed my email address
16734
16735         * src/matcher_parser_parse.y
16736                 clean the parser to remove conflicts
16737
16738 2001-07-09 [alfons]
16739
16740         * AUTHORS
16741                 add Match Grun
16742
16743         * configure.in
16744                 fix incorrect description of --enable-ldap parameter
16745
16746         * src/prefs_common.[ch]
16747           src/compose.c
16748                 add experimental option "smart wrapping" which makes the
16749                 compose editor auto wrap.
16750                 
16751                 | TODO: the problem with the buggy cursor handling is caused |
16752                 | by the GtkText. when deleting / backspacing text its       |
16753                 | wrapping algorithm does not take in account the previous   |
16754                 | line. should find a way to hack this in.                   |
16755                 | or should perhaps combine this with the word wrapping      |
16756                 | patch i wrote in january.                                  |
16757
16758         * src/about.c
16759                 show build parameters for LDAP and JPilot
16760
16761         * src/summaryview.c
16762                 revert Christoph's bugfix for selecting next unread message, 
16763                 because folder stats aren't updated correctly
16764
16765 2001-07-08 [hoa]
16766
16767         * src/filtering.c
16768         * src/mainwindow.c
16769         * src/matcher.c
16770         * src/matcher_parser_lex.l
16771         * src/matcher_parser_parse.y
16772         * src/prefs_filtering.c
16773         * src/prefs_scoring.c
16774         * src/scoring.c
16775                 bugfix of the config file parser
16776
16777 2001-07-08 [alfons]
16778
16779         * src/Makefile.am
16780                 added generated matcher sources to BUILT_SOURCES
16781
16782 2001-07-08 [hoa]
16783
16784         * src/Makefile.am
16785         * src/.cvsignore
16786                 added new config file parser
16787
16788         * src/scoring.[ch]
16789         * src/filtering.[ch]
16790         * src/matcher.[ch]
16791         * src/prefs_filtering.c
16792         * src/prefs_matcher.c
16793         * src/prefs_scoring.c
16794         * added src/matcher_parser.h
16795         * added src/matcher_parser_lex.h
16796         * added src/matcher_parser_lex.l
16797         * added src/matcher_parser_parse.y
16798                 lex & yacc config file parser
16799
16800         * src/mbox.c
16801         * src/inc.c
16802         * src/main.c
16803                 changes prefs_filtering into global_filtering           
16804
16805         * src/summaryview.c
16806                 build threads with subjects only if "Re: " is at the
16807                 beginning of the subject
16808
16809 2001-07-07 [paul]
16810
16811         0.5.0claws
16812
16813         sync with sylpheed 0.5.0
16814                 change of version number only
16815
16816 2001-07-06 [paul]
16817
16818         0.5.0claws5
16819
16820         sync with sylpheed 0.5.0pre5
16821
16822 2001-07-05 [paul]
16823
16824         sync with sylpheed 0.5.0pre4 release
16825                 /po and /manual/ja not sync'ed
16826
16827 2001-07-04 [paul]
16828
16829         more sync with sylpheed 0.5.0pre4
16830
16831 2001-07-03 [christoph]
16832
16833         * src/addressbook.c
16834                 fixed address book broken by address book
16835                 for VCard, JPilot, LDAP
16836
16837 2001-07-03 [alfons]
16838
16839         * src/matcher.c
16840         * src/textview.c
16841                 stopped memory leaks
16842
16843 2001-07-03 [paul]
16844
16845         more sync with sylpheed 0.5.0pre4
16846
16847 2001-07-02 [match]
16848
16849         * included address book patch for VCard, JPilot, LDAP
16850         * pref_common.c - fixed Font options on Display tab (cosmetic)
16851         * alertpanel.c - fixed truncated message
16852
16853 2001-07-02 [christoph]
16854
16855         * src/mbox_folder.c
16856         * src/procmsg.[ch]
16857         * src/summaryview.c
16858                 mark threads for ignoring
16859
16860 2001-07-02 [paul]
16861
16862         0.5.0claws4
16863
16864         * sync with sylpheed 0.5.0pre4
16865                 updated gettext to 0.10.38.
16866
16867 2001-07-01 [paul]
16868
16869         * src/ mainwindow.c
16870         * src/procmsg.h
16871         * src/summaryview.[ch]
16872                 new right-click option: Label.
16873                 substitute for 'Mark-->Mark/Unmark', colours the line.
16874                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16875
16876 2001-07-01 [christoph]
16877
16878         * src/folderview.c
16879                 fixed font for trash
16880         * src/summaryview.c
16881                 move ctree to unread message
16882
16883 2001-07-01 [paul]
16884
16885         * sync with sylpheed 0.5.0pre3 release
16886
16887 2001-06-30 [alfons]
16888
16889         * src/filesel.[ch]
16890         * src/compose.c
16891                 allow inserting / attaching multiple files in
16892                 the composer window
16893
16894 2001-06-30 [paul]
16895
16896         * src/codeconv.c
16897                 small change to Alfons' previous stuff so that it
16898                 actually makes
16899
16900 2001-06-30 [alfons]
16901
16902         * lots of files changed; first attempt to merge the changes
16903           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16904
16905 2001-06-30 [paul]
16906
16907         * po/pt_BR.po
16908                 updated and completed, translations by Fabio
16909                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16910
16911 2001-06-29 [alfons]
16912
16913         * src/compose.c
16914         * src/mimeproc.[ch]
16915                 allow selecting an attached files' mime type from a 
16916                 list of types.
16917
16918 2001-06-29 [paul]
16919
16920         * more sync with sylpheed 0.5.0pre3
16921
16922 2001-06-29 [paul]
16923
16924         * po/pt_BR.po
16925                 merge with sylpheed.pot and pt_BR.po provided by
16926                 Fabio Junior Beneditto.
16927
16928 2001-06-29 [darko]
16929
16930         * src/procmime.c
16931                 make MIME types case insensitive
16932
16933 2001-06-28 [alfons]
16934
16935         * po/nl.po
16936                 merge with sylpheed.pot and old nl.po; translations added.
16937
16938 2001-06-28 [paul]
16939
16940         * more sync with sylpheed 0.5.0pre3
16941
16942 2001-06-27 [alfons]
16943
16944         * src/summaryview.c
16945                 don't crash when removing parent node of messages
16946                 attracted by subject. this was caused by not deleting
16947                 the parent node from the subject line hash table.
16948
16949 2001-06-27 [alfons]
16950
16951         * src/summaryview.c
16952         * src/compose.[ch]
16953         * src/mainwindow.c
16954                 if there are multiple messages selected, allow forwarding
16955                 them as attachments.
16956
16957 2001-06-27 [paul]
16958
16959         * more sync with sylpheed 0.5.0pre3
16960
16961 2001-06-26 [paul]
16962
16963         0.5.0claws3
16964
16965         * sync with sylpheed 0.5.0pre3
16966
16967 2001-06-25 [paul]
16968
16969         * src/mainwindow.c
16970                 fixed 'compose news article' bug
16971                 from icon-and-text toolbar
16972
16973 2001-06-25 [paul]
16974
16975         * sync with sylpheed 0.5.0pre2 release
16976
16977 2001-06-24 [christoph]
16978
16979         * src/prefs_common.c
16980                 bug fix in font selection
16981         * src/folderview.c
16982                 use sylpheed's normal font instead of
16983                 gtk default font for folders without
16984                 new messages
16985
16986 2001-06-24 [alfons]
16987
16988         * src/mainwindow.[ch]
16989                 added composite compose mail / news button (an idea by Leandro
16990                 Pereira <leandro@linuxmag.com.br>)
16991
16992 2001-06-24 [paul]
16993
16994         Added instructions for ldif-to-xml.py
16995
16996         * tools/README
16997
16998 2001-06-23 [alfons]
16999
17000         Some minor things.
17001
17002         * src/pixmaps/stock_news_compose.xpm
17003                 added pixmap by Leandro
17004         * src/prefs_common.c
17005                 tested built-in spelling checker of GCC 3.0 :)
17006         * po/nl.po
17007                 merged dutch translation of sylpheed-main with
17008                 sylpheed.pot
17009
17010 2001-06-23 [paul]
17011
17012         Added tools directory and files.
17013
17014         * tools/filter_conv.pl
17015                 converts old filter system to new filtering system
17016         * tools/ldif-to-xml.py
17017                 converts netscape addressbook to sylpheed addressbook
17018         * tools/README
17019                 descriptions/instructions for above two files
17020
17021 2001-06-23 [christoph]
17022
17023         * src/inc.c
17024         * src/manage_window.[ch]
17025         * src/prefs_common.[ch]
17026                 mail retrieval dialog can be enabled, disabled
17027                 or hidden if non of sylpheed's windows is active
17028
17029 2001-06-22 [paul]
17030
17031         0.5.0claws2
17032
17033         * sync with sylpheed 0.5.0pre2
17034
17035 2001-06-21 [christoph]
17036
17037         * src/summaryview.c
17038                 show recipient on 'from' for all accounts
17039                 
17040         * src/inc.c
17041         * src/prefs_common.[ch]
17042                 disable error popup on mail receive errors
17043
17044 2001-06-21 [alfons]
17045
17046         * src/compose.c
17047                 made the ruler correctly appear and disappear.
17048
17049         * src/Makefile.am
17050                 removed Hoa's work-in-progress-stuff (interesting!) so 
17051                 claws compiles ok.
17052
17053 2001-06-20 [christoph]
17054
17055         * src/inc.c
17056         * src/progressdialog.c
17057                 added scrolled window for list in progressdialog
17058
17059 2001-06-20 [paul]
17060
17061         sync with sylpheed 0.5.0pre1 release
17062
17063 2001-06-20 [christoph]
17064
17065         * src/summeryview.c
17066                 make building threads by subject work when
17067                 thread view is enabled
17068                 
17069         * src/compose.c
17070         * src/prefs_common.[ch]
17071                 automatically select account for mail replys
17072
17073 2001-06-19 [sergey]
17074
17075         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17076         they are filled in from the account settings.
17077
17078 2001-06-19 [paul]
17079
17080         * more sync with sylpheed 0.5.0pre1
17081
17082 2001-06-18 [alfons]
17083
17084         * src/Makefile.am,
17085           src/procmime.c
17086                 added --sysconfdir to CPPFLAGS for pointing to the correct
17087                 location of mime.types. 
17088
17089                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17090                 or ./configure!
17091
17092 2001-06-18 [hoa]
17093
17094         * src/summaryview.c
17095                 fixed some bug when building threads
17096
17097 2001-06-18 [pau]l
17098
17099         * src/prefs_account.c
17100                 UI stuff: More changes to the English
17101
17102 2001-06-18 [paul]
17103
17104         * src/pixmaps/stock_news_compose.xpm: new file
17105         * src/Makefile.am
17106         * src/mainwindow.c
17107         * src/summaryview.c
17108                 Added new icon for Hoa's 'compose a news
17109                 message', plus minor improvements to the
17110                 English
17111
17112         * po/ja.po
17113         * ChangeLog
17114         * ChangeLog.jp
17115                 more sync with sylpheed 0.5.0pre1
17116
17117 2001-06-18 [hoa]
17118
17119         * src/compose.[ch]
17120         * src/mainwindow.c
17121                 Follow-up and reply to
17122
17123         * src/summaryview.[ch]
17124                 Build threads also with subjects
17125
17126 2001-06-17 [hoa]
17127
17128         * src/compose.c
17129                 forwarding use the current account.
17130
17131         * src/mainwindow.c
17132                 the "compose message" button has been replaced with
17133                 "new mail" and "new news" buttons
17134
17135         * src/prefs_common.[ch]
17136                 added a configuration option to use the forward button
17137                 as "forward as attachment"
17138                 changed reply and forward format description
17139
17140         * src/quote_fmt_lex.l
17141         * src/quote_fmt_parse.y
17142                 added message with no signature in format for reply
17143                 and forward.
17144
17145 2001-06-17 [paul]
17146
17147         Minor UI stuff
17148
17149         * src/mainwindow.c
17150         * src/summaryview.c
17151                 Improvements to the English
17152
17153         * src/prefs_common.c
17154                 Improvements to the English and some
17155                 clarity/continuity improvements in the
17156                 description of Quote symbols.
17157
17158 2001-06-17 [paul]
17159
17160         0.5.0claws1
17161
17162         * sync with sylpheed 0.5.0pre1
17163
17164 2001-06-17 [hoa]
17165
17166         * src/compose.c
17167                 Better interface for compose, displayed fields
17168                 are updated whenever we change account.
17169                 Newsgroups field is automatically filled.
17170
17171         * src/mainwindow.c
17172                 Newsgroups field is automatically filled.
17173
17174         * src/prefs_account.c
17175                 Some interface stuff when fields appear and
17176                 disappear.
17177
17178 2001-06-16 [paul]
17179
17180         0.4.99claws
17181
17182         * sync with sylpheed 0.4.99
17183
17184 2001-06-16 [sergey]
17185
17186         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17187         base64_decoder_free, base64_decoder_decode): new object and
17188         functions for decoding base64 streams.
17189         * src/procmime.c (procmime_decode_content): modified to use the
17190         new base64 decoder.
17191
17192 2001-06-15 [paul]
17193
17194         0.4.99claws10
17195
17196         * sync with sylpheed 0.4.99cvs11
17197
17198 2001-06-13 [paul]
17199
17200         0.4.99claws9
17201
17202         * sync with sylpheed 0.4.99cvs9
17203
17204 2001-06-13 [hoa]
17205
17206         * src/compose.c
17207         * src/prefs_account.c
17208
17209                 SMTP server can be defined in the news account
17210                 mime type of attachment are kept.
17211
17212         * src/summaryview.c
17213
17214                 now choose the highest important score between default
17215                 and important score of folder.
17216
17217 2001-06-09 [alfons]
17218         
17219         * src/prefs_common.c: 
17220
17221                 (prefs_quote_description_create): corrected description of 
17222                 quote format characters
17223
17224 2001-06-09 [paul]
17225
17226         0.4.99claws8
17227
17228         * sync with sylpheed 0.4.99cvs8
17229
17230 2001-06-08 [sergey]
17231
17232         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17233         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17234
17235 2001-06-08 [paul]
17236
17237         0.4.99claws7
17238
17239         * sync with sylpheed 0.4.99cvs7
17240
17241 2001-06-06 [sergey]
17242
17243         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17244         clashes with autogenerated header).
17245         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17246         * src/Makefile.am: added quote_fmt.h.
17247         * src/.cvsignore: added lex/yacc autogenerated files
17248         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17249
17250 2001-06-06 [paul]
17251
17252         0.4.99claws6
17253
17254         * sync with sylpheed 0.4.99cvs6
17255
17256 2001-06-06 [hoa]
17257
17258         * added src/quote_fmt_parse.h
17259         * src/compose.c
17260                 removed warnings
17261
17262         * src/prefs.[ch]
17263                 don't modify readonly configuration files
17264
17265         * src/prefs_account.c
17266         * src/prefs_common.c
17267         * src/prefs_customheader.c
17268         * src/prefs_display_header.c
17269         * src/prefs_filter.c
17270         * src/prefs_filtering.c
17271         * src/prefs_scoring.c
17272                 don't open dialog box when configuration files
17273                 are readonly
17274
17275 2001-06-05 [sergey]
17276
17277         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17278
17279         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17280         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17281         BUILT_SOURCES to make all files rebuild properly.
17282
17283         * src/compose.c: removed #include "quote_fmt.tab.h".
17284
17285         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17286         CHARACTER value in yylval.
17287
17288         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17289         receive CHARACTER value by documented means (yylval).
17290
17291         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17292
17293 2001-06-05 [hoa]
17294
17295         * src/Makefile.am
17296                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17297
17298         * src/filtering.c
17299         * src/matcher.c
17300         * src/matcher.h
17301         * src/prefs_filtering.c
17302                 now keep the configuration for execute action
17303
17304         * src/mbox_folder.c
17305                 fixed a warning
17306
17307 2001-06-05 [paul]
17308
17309         * sync with sylpheed 0.4.99cvs5
17310
17311 2001-06-05 [hoa]
17312
17313         * src/Makefile.am
17314                 added quote_fmt.[ch]
17315
17316         * added src/quote_fmt.y
17317         * added src/quote_fmt.l
17318         * added src/quote_fmt.tab.h
17319         * added src/quote_fmt.tab.c
17320         * added src/lex.quote_fmt.c
17321                 parsing configuration for replying
17322                 and forwarding
17323
17324         * src/prefs_common.[ch]
17325                 added configuration UI for replying
17326                 and forwarding
17327
17328         * src/compose.c
17329                 using configuration for replying
17330                 and forwarding
17331
17332 2001-06-04 [hoa]
17333
17334         * src/filtering.c
17335         * src/matcher.c
17336         * src/matcher.h
17337         * src/prefs_filtering.c
17338         * src/prefs_matcher.c
17339         * src/prefs_matcher.h
17340                 action "run a command" for filtering
17341                 and matching with a command.
17342                 fixed the "whole message" matching
17343
17344         * src/mbox_folder.c
17345                 changed temporary filename for security
17346
17347         * src/messageview.c
17348                 queue the notification if it fails to send.
17349
17350         * src/prefs_common.c
17351         * src/prefs_folder_item.c
17352                 changed the default important score             
17353
17354         * src/prefs_scoring.c
17355         * src/scoring.c
17356                 hide kill score input when the folder is not
17357                 a newsgroup
17358
17359 2001-06-03 [alfons]
17360
17361         * src/prefs_common.c:
17362
17363                 (prefs_font_select): pass font name in font entry box to font
17364                 selection dialog.
17365
17366 2001-06-03 [sergey]
17367
17368         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17369
17370 2001-06-03 [paul]
17371
17372         * sync with sylpheed 0.4.99cvs4
17373
17374 2001-06-03 [alfons]
17375
17376         * src/headerwindow.c:
17377
17378                 (headerwindow_show_cb): use the selected summary view item, not
17379                 the displayed item.
17380
17381 2001-06-02 [alfons]
17382
17383         * src/headerwindow.c:
17384
17385                 (headerwindow_show_cb): always try to show msginfo
17386
17387 2001-06-02 [hoa]
17388
17389         * src/compose.c
17390                 keep attached parts when reediting or forwarding.
17391
17392 2001-06-01 [hoa]
17393
17394         * src/folderview.c
17395         * src/prefs_folder_item.[ch]
17396         * src/prefs_scoring.[ch]
17397         * src/scoring.[ch]
17398         * src/summaryview.[ch]
17399         * src/main.c
17400         * src/mainwindow.c
17401         * src/prefs_common.[ch]
17402                 support for folder scoring
17403                 kill score and important score for messages
17404         
17405         * src/prefs_account.c
17406                 some display bug fixed for local account
17407                 preferences
17408
17409 2001-05-31 [alfons]
17410
17411         * src/summaryview.c:
17412
17413                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17414                 sender to address book menu item is disabled.
17415
17416 2001-05-30 [hoa]
17417
17418         * src/filtering.[ch]
17419         * src/summaryview.c
17420                 handling summary menu / filter messages
17421
17422         * src/folder.[ch]
17423                 add some stuff
17424
17425         * src/foldersel.c
17426                 imap folders now appears in list
17427
17428         * src/mbox_folder.c
17429                 doesn't crash if destination mail is not writeable
17430
17431 2001-05-29 [hoa]
17432
17433         * src/compose.c
17434                 removed some warnings
17435
17436         * src/filtering.c
17437         * src/folder.[ch]
17438         * src/prefs_filtering.c
17439                 global string to identify any folders           
17440                 removed some debug info
17441                 filtering to mbox folders is now possible
17442
17443         * src/mainwindow.c
17444                 removed some warnings
17445
17446         * src/mbox_folder.c
17447                 permission on files are changed to read/write for user only,
17448                 nothing for other.
17449                 creation of subfolder is handled better.
17450
17451 2001-05-28 [alfons]
17452
17453         Verified the sync for src/prefs_common.[ch] and
17454         src/prefs_account.[ch]. I believe there were some
17455         minor indentation differences.
17456
17457 2001-05-28 [paul]
17458
17459         0.4.99claws3
17460
17461         * sync with 0.4.99cvs3
17462
17463 2001-05-28 [hoa]
17464
17465         * src/compose.c
17466                 handling flags for mbox format
17467
17468         * src/filtering.c
17469                 use of mark file only for MH format
17470                 handling flags for mbox format
17471                 filtering cannot yet move or copy mails to mbox folders.
17472
17473         * src/folder.[ch]
17474                 changed move_msg, copy_msg,
17475                 move_msgs_with_dest, copy_msgs_with_dest functions
17476                 uses only folder->copy_msg() function
17477                 uses folder->finished_copy() to handle the destination
17478                 folder at the end of the copy or move operation.
17479
17480         * src/foldersel.c
17481                 included mbox directories.
17482
17483         * src/folderview.[ch]
17484         * src/mainwindow.c
17485                 handle folders operation for mbox format
17486
17487         * src/mbox.c
17488                 disable conversion of "From " header
17489
17490         * src/mbox_folder.[ch]
17491                 completion of mbox format handling
17492
17493         * src/mh.c
17494                 changed mh_copy_msg() function and
17495                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17496                 mh_copy_msgs_with_dest()
17497
17498         * src/prefs_filtering.c
17499                 removed some warnings
17500
17501         * src/prefs_matcher.c
17502                 default boolean operation is AND
17503
17504         * src/procheader.c
17505                 handling flags for mbox format
17506                 handling of "From " header
17507
17508         * src/procmsg.[ch]
17509                 removed data field
17510                 added MSG_REALLY_DELETED flags to handle deletion of
17511                 messages in mbox format.
17512
17513         * src/summaryview.c
17514                 handling flags for mbox format
17515                 disable the MSG_DELETED flags when messages
17516                 are deleted in mbox format
17517
17518         * src/textview.c
17519                 "From " headers display fixed.
17520
17521 2001-05-27 [alfons]
17522
17523         * src/textview.c:
17524                 
17525                 (get_email_part): skip quoted email addresses, like in e.g.
17526                 "'alfons@proteus.demon.nl'".
17527
17528 2001-05-26 [alfons]
17529
17530         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17531         and fixing the persistence troubles when using separate windows.
17532
17533         * src/mainwindow.c:
17534         
17535             Added #define SEPARATE_ACTION used in the gtk item factory for 
17536             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17537                 use gtk_item_factory_get_widget_by_action() to get the items.
17538                 
17539             Removed separate_widget_cb from the gtk item factory data   
17540           
17541             (mainwindow_create): connect separate_widget_cb() to check
17542             menu item "toggled" signal. also passing a MainWindow pointer
17543                 as object data for both check menu items.
17544                 
17545             (separate_widget_cb): definition of separate_widget_cb() to match
17546             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17547                 window using gtk_object_get_data(). The type of window separation 
17548                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17549         
17550         * src/prefs_filtering.c,
17551           src/prefs_matcher.c: added horizontal scrollbars
17552
17553 2001-05-25 [darko]
17554
17555         * src/headerview.c
17556                 fix segfault with invalid bold font
17557         * src/summaryview.c
17558                 correctly display summary stats after row is marked
17559
17560 2001-05-23 [sergey]
17561
17562         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17563         encodings with libjconv.
17564
17565 2001-05-23 [hoa]
17566
17567         * src/Makefile.am
17568                 added mbox_folder.[ch]
17569         * src/defs.h
17570                 mbox temporary folder
17571         * src/folder.[ch]
17572         * added src/mbox_folder.[ch]
17573         * src/folderview.c
17574         * src/procheader.[ch]
17575                 added mbox support
17576         * src/mbox.c
17577                 bugfix for file incorporation filtering
17578         * src/imap.c
17579                 enable creation of MBOX
17580         * src/prefs_display_header.c
17581                 enable use of headers like "From "
17582                 something that should be fixed :
17583                         displaying of such headers add an extra space
17584         * src/prefs_folder_item.c
17585                 don't create folders because it is not necessary
17586         * src/procmsg.h
17587                 added data field to MsgInfo for mbox internal use
17588         * src/summaryview.c
17589                 added some support for mbox
17590         * src/utils.[ch]
17591                 added get_mbox_cache_dir() function
17592
17593 2001-05-23 [hiroyuki]
17594
17595         * src/headerwindow.c
17596           src/inc.c
17597           src/main.c
17598           src/mh.c
17599           src/nntp.c
17600           src/procmsg.h
17601           src/session.h
17602           src/socket.[ch]
17603           src/summaryview.c
17604           src/textview.c
17605           src/automaton.c
17606           src/folderview.c: more sync with 0.4.99cvs2.
17607
17608         * src/headerwindow.c: reverted.
17609
17610 2001-05-22 [paul]
17611
17612         0.4.99claws2
17613
17614         * sync with sylpheed 0.4.99cvs2
17615                 * src/news.[ch]
17616                 * src/nntp.[ch]
17617                 * INSTALL
17618                 * INSTALL.jp
17619
17620 2001-05-22 [alfons]
17621
17622         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17623
17624 2001-05-21 [alfons]
17625
17626         Minor things:
17627
17628         * configure.in: if gnome-config not found, "no" is displayed
17629         
17630         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17631
17632         * src/textview.c: now also possible to add mail addresses by right
17633           clicking in the text view
17634
17635         * src/codeconv.c: merged patch which fixes endless loop when encountering
17636           invalid wide characters; from Alte <010@imis.ru>  
17637
17638 2001-05-20 [alfons]
17639
17640         Added installation of gnome specific things:
17641
17642         * Makefile.am: gnome conditional
17643
17644         * configure.in: check for installed gnome
17645
17646         * added sylpheed.png, sylpheed.desktop
17647
17648 2001-05-20 [sergey]
17649
17650         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17651
17652         * src/mainwindow.h (main_window_toolbar_create): created a button
17653         for "Reply to all".
17654         (main_window_set_toolbar_sensitive): enable/disable the new button
17655         appropriately.
17656         (toolbar_reply_to_author_cb): handle the new button.
17657
17658         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17659         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17660         failure).
17661
17662 2001-05-19 [sergey]
17663
17664         * src/compose.h (ComposeReplyMode): new modes
17665         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17666         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17667
17668         * src/compose.c
17669         (compose_send): move some code into a new function:
17670         (compose_current_mail_account): new function.
17671         (compose_reply): new argument to_author, all callers changed; if
17672         to_author==TRUE and account->protocol==A_NNTP, find and use an
17673         appropriate mail account for replying.
17674         (compose_reply_set_entry): new argument to_author; ignore
17675         compose->replyto if to_author==TRUE.
17676
17677         * src/mainwindow.c: new command "Message/Reply to author".
17678         (main_window_set_menu_sensitive): enable/disable it.
17679         (reply_cb): handle it.
17680
17681         * src/summaryview.c: new command "Reply to author".
17682         (summary_set_menu_sensitive): enable/disable it.
17683         (summary_reply_cb): handle it.
17684
17685         * src/account.c (account_find_mail_from_address): new function.
17686
17687 2001-05-18 [paul]
17688
17689         0.4.99claws1
17690
17691         * sync with sylpheed 0.4.99cvs1
17692
17693 2001-05-18 [hoa]
17694
17695         * src/compose.[ch]
17696         * src/filtering.c
17697         * src/summaryview.c
17698                 new filtering action : forward and forward as attachment
17699
17700         * src/main.c
17701                 no need for $DISPLAY when we run sylpheed --help
17702                 call to parse_cmd_opt() is moved
17703
17704         * src/mainwindow.[ch]
17705                 execute button is hidden when immediate execute
17706                 is chosen
17707
17708         * src/mh.c
17709         * src/news.c
17710         * src/prefs_folder_item.c
17711         * src/procmsg.c
17712                 better handling of missing directories
17713
17714         * src/summaryview.c
17715                 reedit is enabled in outbox
17716                 reedit is enabled in queue
17717
17718 2001-05-17 [hoa]
17719
17720         * src/filtering.c
17721         * src/matcher.[ch]
17722         * src/prefs_filtering.c
17723                 changed attachement into attachment
17724
17725 2001-05-17 [alfons]
17726
17727         0.4.67claws4    
17728
17729         * sync with sylpheed 0.4.67cvs9
17730         * sync with sylpheed 0.4.67cvs7-8
17731
17732 2001-05-17 [hoa]
17733
17734         * src/Makefile.am
17735                 added prefs_filtering.c
17736
17737         * src/filtering.[ch]
17738         * src/matcher.[ch]
17739                 removed action : forward_news and forward_news_as_attachement
17740                 (forward and forward_as_attachement can be used instead)
17741
17742         * src/mainwindow.c
17743                 added menu option to access filtering configuration
17744
17745         * src/prefs_account.c
17746                 changed mail_command default to /usr/sbin/sendmail
17747
17748         * added src/prefs_filtering.[ch]
17749                 dialog box for filtering configuration
17750
17751         * src/prefs_matcher.c
17752                 added function prefs_matcher_get_criteria_from_matching()
17753
17754         * src/prefs_scoring.c
17755                 reset the dialog when register or substitute is clicked
17756
17757 2001-05-15 [hoa]
17758
17759         * src/Makefile.am
17760                 added filtering.[ch]
17761         * src/inc.c
17762                 using filering.[ch] instead of filter.[ch]
17763         * src/main.c
17764                 reading new filtering configuration
17765         * src/matcher.[ch]
17766                 added some filtering actions
17767                 and fixed a bug for headers and mail body matching
17768         * src/mbox.c
17769                 using filering.[ch] instead of filter.[ch]
17770         * src/mh.c
17771                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17772         * src/summaryview.c
17773                 some fixes for filtering
17774
17775 2001-05-14 [hiroyuki]
17776
17777         * src/send.c: fixed some weird indentations.
17778           send_message_with_command(): call pclose() only if p != NULL.
17779         * src/textview.c: get_email_part(): modified the code for readability.
17780
17781 2001-05-14 [hiroyuki]
17782
17783         * src/md5global.h
17784           src/md5ify.c
17785           src/md5ify.h: removed from the cvs.
17786
17787 2001-05-13 [sergey]
17788
17789         * src/main.c: include rfc2015.h to avoid compiler warnings.
17790         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17791         the panel is already on screen.
17792         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17793         closing the alert window by ESC as "No".
17794         * src/prefs_common.c (prefs_interface_create): moved return
17795         receipt check button to the correct place.
17796
17797 2001-03-13 [alfons]
17798
17799         * src/prefs_common.c: 
17800                 moved return receipt check button to the Send tab. (prefs_send_create)
17801                 removed the date format ui related globals. (prefs_display_create)
17802
17803         0.4.67claws3
17804         
17805         * sync with sylpheed 0.4.67cvs5-6
17806
17807 2001-05-13 [paul]
17808
17809         * added Alfons' font selection patch
17810
17811         * src/defs.h
17812         * src/headerwindow.c
17813         * src/prefs_common.c
17814         * src/prefs_common.h
17815
17816 2001-05-13 [hoa]
17817         * src/defs.h
17818                 changed version of cache
17819         * src/matcher.[ch]
17820         * src/prefs_matcher.c
17821                 added additionnal matching criteria
17822         * src/procheader.c
17823         * src/procmsg.[ch]
17824         * src/news.c
17825                 added references in MsgInfo
17826
17827 2001-05-12 [hoa]
17828
17829         * src/defs.h
17830                 prepared some things for new filtering
17831         * src/matcher.[ch]
17832                 added some matching properties
17833                 inreplyto need to be enhanced
17834                 prepared some things for new filtering
17835         * src/messageview.c
17836                 added Return-Receipt-To handling
17837         * src/prefs_folder_item.c
17838                 changed default value to TRUE
17839         * src/prefs_matcher.c
17840                 added some matching properties
17841         * src/prefs_scoring.[ch]
17842                 the scoring dialog is finished
17843         * src/procheader.c
17844                 added Return-Receipt-To handling
17845                 Reference need to be added
17846         * src/procmsg.[ch]
17847                 added Return-Receipt-To handling
17848                 added threadscore to get a better score sorting when
17849                 threads are enabled
17850         * src/summaryview.c
17851                 suppressed a bug when we sort the list
17852                 when no folder is opened.
17853                 better score sorting when threads are enabled
17854
17855 2001-05-12 [alfons]
17856
17857         * reverted previous patch because of potential errors 
17858
17859         0.4.67claws2
17860         
17861         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17862                 applied "toggle mail-retrieval dialog window" patch submitted 
17863                 by Eric Limpens <eric@qnt.net>
17864
17865         * sync with sylpheed 0.4.67cvs4
17866
17867 2001-05-12 [sergey]
17868
17869         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17870         some picky compilers.
17871         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17872         * src/grouplist_dialog.c: include alertpanel.h.
17873         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17874         fix compile warning.
17875         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17876         #include "defs.h" before others to prevent the warning of `MIN'
17877         and `MAX' redefinition.
17878
17879 2001-05-11 [hoa]
17880
17881         * src/main.c
17882         * src/messageview.c
17883         * src/prefs_account.c
17884         * src/prefs_display_header.c
17885                 removed warning
17886         * src/Makefile.am
17887                 added prefs_scoring.[ch]
17888         * src/grouplist_dialog.c
17889                 display an error dialog box if the group list
17890                 cannot be fetched.
17891         * src/mainwindow.[ch]
17892                 added main_window_set_thread_option() function
17893                 scoring dialog box enabled
17894         * src/matcher.[ch]
17895                 added flags matching unread /new / marked
17896                 / deleted / replied / forwarded
17897         * src/news.c
17898                 newsgroups are now finally in newscache
17899         * src/prefs_matcher.[ch]
17900                 finished preferences for matching dialog
17901         * added src/prefs_scoring.[ch]
17902                 scoring dialog box completed
17903         * src/scoring.[ch]
17904                 conversion to string : added scoringprop_to_string()
17905                 write config for preferences :
17906                 added prefs_scoring_write_config()
17907         * src/summaryview.c
17908                 threads can be enabled/disabled independently
17909                 for each folder
17910
17911 2001-05-10 [alfons]
17912
17913         0.4.67claws1
17914         
17915         * AUTHORS: 
17916                 thought it would be nice to have a list of all
17917                 contributors (used Changelog as a reference)
17918         
17919         * configure.in: 
17920                 messed up version numbering...
17921
17922         0.4.66claws1
17923
17924         * sync with sylpheed 0.4.67cvs1-3
17925
17926 2001-05-10 [darko]
17927
17928         * src/prefs_common.c:
17929                 better UI for strftime format, double clicking
17930                 on format now inserts the format in text entry
17931                 replaced close button with standard OK/Cancel
17932                 moved date format button to the right of the
17933                 text entry field
17934
17935 2001-05-09 [alfons]
17936
17937         * src/gtkstext.c:
17938                 Ctrl-Home / Ctrl-End have proper cursor navigation
17939
17940 2001-05-09 [hoa]
17941
17942         * src/prefs_matcher.c
17943                 finished UI to define matching properties
17944                 added ok and cancel button
17945         * src/prefs_filter.c
17946                 added ok and cancel button
17947         * src/news.c
17948                 fixed some bug in xhdr parsing
17949
17950 2001-05-08 [alfons]
17951
17952         * src/textview.c: 
17953                 fixed a bug in textview_show_header(), which displayed two colons (':');
17954                 cleaned up some warnings
17955
17956 2001-05-08 [hoa]
17957
17958         * src/Makefile.am
17959                 added prefs_matcher.[ch]
17960                 compilation with -W -Wall
17961         * src/alertpanel.c
17962                 ungrab the mouse events if grabbed - does it
17963                 fix the bug for disposition notification ?
17964         * src/mainwindow.c
17965                 added a menu option to open the matching dialog.
17966         * src/matcher.[ch]
17967                 added matcherprop_to_string() and matcherlist_to_string()
17968                 fixed some bugs, changed the name of some options
17969                 age_sup and age_inf becomes age_greater and age_lower,
17970                 body and messageheaders becomes body_part and headers_part,
17971                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17972         * src/prefs_display_header.c
17973         * src/prefs_headers.c
17974                 fixed a bug that accidentally destroyed dialogs
17975                 when closed them with delete_event
17976                 Added *_deleted() which handle delete_event signal correctly.
17977         * src/prefs_folder_item.[ch]
17978                 added "enable_thread" field for future customization
17979         * added src/prefs_matcher.[ch]
17980                 sample of the UI to define matching properties
17981         * src/procheader.c
17982                 using procheader_headername_equal instead of str*cmp functions
17983                 using procheader_parse_header() function
17984         * src/scoring.c
17985                 using MATCHING_XXX instead of SCORING_XXX
17986         * src/summaryview.c
17987                 display the sender of the news even if this is ourself
17988                 when this is a news message.
17989         * src/textview.c
17990                 using headername_equal() instead of str*cmp functions
17991
17992 2001-05-08 [alfons]
17993
17994         0.4.66claws
17995
17996         * sync with sylpheed 0.4.66
17997         * src/gtkstext.c: trace logs added 
17998
17999 2001-05-08 [sergey]
18000
18001         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18002         signature check popup.
18003         * src/rfc2015.c (check_signature): show signature check popup only
18004         if it is enabled in preferences.
18005
18006 2001-05-07 [alfons]
18007
18008         0.4.66claws4
18009         
18010         * sync with sylpheed 0.4.66cvs6
18011
18012 2001-05-07 [darko]
18013
18014         * src/prefs_common.[ch]: added option to enable/disable
18015           looking up sender name in address book for summary pane
18016         * src/summaryview.c: look up sender in the address book
18017           by using Alfons' address completion code
18018
18019 2001-05-07 [hiroyuki]
18020
18021         * src/inc.h
18022           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18023           member of Pop3State.
18024         * src/news.c: brought #include "defs.h" before #include <glib.h>
18025           to prevent the warning of `MIN' and `MAX' redefinition.
18026
18027 2001-05-06 [hoa]
18028
18029         * removed src/headers_display.[ch]
18030         * removed src/prefs_display_headers.[ch]
18031         * src/inc.c
18032                 use a temporary file in the user directory for mbox import
18033         * src/news.c
18034                 added XHDR support to get "To" and "Cc" headers
18035                 (in order to match news with to or cc field for
18036                 scoring)
18037                 added function news_parse_xhdr() to get XHDR response
18038         * src/nntp.[ch]
18039                 added function nntp_xhdr()
18040         * src/matcher.c
18041                 fetch the message if necessary
18042
18043 2001-05-06 [alfons]
18044
18045         0.4.66claws3
18046
18047         * sync with sylpheed 0.4.66cvs3-5
18048
18049 2001-05-06 [hoa]
18050
18051         * src/utils.[ch]
18052                 added function itos_buf() to enable use of several buffers
18053         * src/summaryview.c
18054                 use of itos_buf() instead of itos() in summary list
18055                 to fix the broken display of message number.
18056
18057 2001-05-06 [alfons]
18058
18059         * src/gtkstext.c: bug in cursor up navigation fixed,
18060                 fixed another unsigned / signed comparison (we're getting there :-)
18061
18062 2001-05-06 [hoa]
18063
18064         * src/Makefile.am
18065                 added scoring.c scoring.h
18066                 prefs_folder_item.c prefs_folder_item.h
18067                 matcher.c matcher.h
18068         * src/defs.h
18069                 added FOLDERITEM_RC SCORING_RC
18070         * src/folder.[ch]
18071                 added prefs field in FolderItem :
18072                 properties for each folder (PrefsFolderItem),
18073                 sorting type and mode were added as the first properties.
18074         * src/main.c
18075                 read config for scoring
18076         * added src/matcher.[ch]
18077                 gives functions to parse configuration file to do
18078                 matching on mails with a list of conditions.
18079         * src/mainwindow.c
18080                 add option to sort by score
18081         * src/prefs_common.[ch]
18082                 added preference option to show score and for
18083                 the score column size
18084         * added src/prefs_folder_item.[ch]
18085                 properties for each folder (PrefsFolderItem),
18086                 sorting type and mode were added as the first properties.
18087         * src/procheader.[ch]
18088                 added procheader_parse_header()
18089                 added procheader_header_free()
18090                 added procheader_headername_equal()
18091                 and made modification to use them.
18092         * src/procmsg.[ch]
18093                 added score field to MsgInfo structure
18094         * added src/scoring.[ch]
18095                 gives functions to parse configuration file to do
18096                 scoring on mails with a list of conditions.
18097         * src/summaryview.[ch]
18098                 save the sorting type and mode for the folder
18099                 added column to display the score of the mail
18100                 added function summary_score_clicked()
18101                 sorting type and mode are restored to the folder
18102                 when it is reopen
18103         * src/textview.c
18104                 use procheader_parse_header(), procheader_headername_equal()
18105                 removed memory leak in text_scan_header when freeing headers
18106         * src/filter.c
18107                 changed the function to match names of headers
18108                 using procheader_headername_equal()
18109
18110         Scoring functions are implemented, an interface is needed
18111         to configure that.
18112
18113 2001-05-04 [alfons]
18114
18115         * src/gtkstext.c: 
18116                 hopefully fixed the row up navigation bug,
18117                 removed adding back / forward lines to cache
18118
18119 2001-05-04 [sergey]
18120
18121         * src/prefs_display_headers.c: user interface changes:
18122         (prefs_display_headers_create): remove unused "Show" check button;
18123         allow reordering of headers by dragging.
18124         (prefs_display_headers_write_config): remove unused variables.
18125         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18126         of lists (not needed with the new UI).
18127         (prefs_display_headers_set_list): scan lists starting from row 0,
18128         not 1 (do not skip "(New)").
18129         (prefs_display_headers_find_header): new function.
18130         (prefs_display_headers_clist_set_row): do not allow duplicates.
18131         (prefs_display_headers_delete_cb): do not skip row 0; treat
18132         closing the alert window by ESC as "No".
18133         (prefs_display_headers_up): do not protect row 0.
18134         (prefs_display_headers_down): do not protect row 0.
18135
18136 2001-05-04 [sergey]
18137
18138         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18139         functions.
18140
18141         * src/summaryview.c
18142         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18143         summary_select_next_marked, summary_select_prev_marked): new
18144         functions.
18145
18146 2001-05-03 [sergey]
18147
18148         * src/news.c: fixed a bug when no article can be fetched after
18149         server timeout if the connection was restored by news_post():
18150         (news_select_group): new function.
18151         (news_fetch_msg): call news_select_group() before fetching
18152         article.
18153         (news_get_uncached_articles): set session->group after successful
18154         GROUP command.
18155
18156 2001-05-03 [hoa]
18157
18158         * src/defs.h
18159         * src/procmsg.[ch]
18160         * src/procheader.c
18161                  changed version of cache, added cc field
18162
18163         * src/prefs_display_headers.c
18164                 the interface was changed
18165
18166         * src/prefs_headers.c
18167                 added cancel button
18168
18169 2001-05-03 [alfons]
18170
18171         * completed sync of sylpheed cvs2
18172         * src/gtkstext.c: updated row up / down cursor navigation
18173         * src/textview.c: re-edited, prepared for fixing the email address
18174                 scanner.
18175
18176 2001-05-03 [darko]
18177
18178         * src/prefs_common.c: use alfons' strftime ui code
18179         entry_datefmt and datefmt_sample widgets have to be
18180         global in this module because of this change
18181
18182 2001-05-03 [hoa]
18183
18184         * src/messageview.c
18185         * src/prefs_common.[ch] added option to activate the return receipt
18186                 feature.
18187
18188 2001-05-02 [alfons]
18189
18190         * src/gtkstext.c: fix for row up/down cursor navigation. 
18191
18192         0.4.66claws2
18193         
18194         * sync with 0.4.66cvs2
18195
18196 2001-05-02 [paul]
18197
18198         added add-sender-to-addressbook patch
18199
18200         * src/addressbook.c
18201         * src/addressbook.h
18202         * src/summaryview.c
18203
18204 2001-05-02 [sergey]
18205
18206         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18207         G_ALERTDISABLE.
18208
18209         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18210         all existing callers changed to pass FALSE; create a check button
18211         to disable the message.
18212         (alertpanel_message_with_disable): new function.
18213         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18214         (alertpanel_button_toggled): new function.
18215         (alertpanel_button_clicked, alertpanel_close): set value using
18216         G_ALERT_VALUE_MASK.
18217
18218         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18219
18220         * src/prefs_common.c (prefs_privacy_create): new check button
18221         checkbtn_gpgme_warning.
18222
18223         * src/main.c (main): moved preferences reading before gpgme
18224         initialization; check prefs_common.gpgme_warning before giving the
18225         GnuPG warning and set it to FALSE if the user wants to disable the
18226         warning.
18227
18228 2001-05-02 [hiroyuki]
18229
18230         * src/prefs_display_headers.c: modified the layout and some labels.
18231
18232 2001-05-02 [sergey]
18233
18234         * src/prefs_account.c (prefs_account_fix_size): new function.
18235         (prefs_account_create): call prefs_account_fix_size(); use
18236         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18237         size when the window is shown for the first time).
18238         (prefs_account_basic_create): changed layout of serv_table; moved
18239         localmbox_entry above smtpserv_entry (logically it replaces
18240         POP3/IMAP server).
18241         (prefs_account_protocol_activated): set sensitivity of
18242         nntpauth_chkbtn according to the protocol (in addition to
18243         hide/show); commented out gtk_table_set_row_spacing() calls.
18244         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18245         not sensitive (fixes a bug with disabled username/password boxes
18246         when editing POP3 account after NNTP with authentication).
18247
18248 2001-05-02 [hoa]
18249
18250         * src/account.c
18251         * src/inc.c
18252         * src/prefs_account.[ch]
18253         * src/send.c
18254                 removed local account without SMTP server
18255                 added option to use mail command instead of a connexion
18256                 to SMTP server when a local account is used
18257         * src/prefs_headers.c
18258                 fixed a bug
18259         * src/news.c
18260                 fixed a bug when connexion immediately closed
18261
18262 2001-05-01 [alfons]
18263
18264         0.4.66claws1
18265         
18266         * sync with 0.4.65
18267
18268 2001-05-01 [sergey]
18269
18270         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18271         widget nntpauth_chkbtn.
18272         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18273         visibility.
18274         (prefs_account_nntpauth_toggled): new function.
18275
18276         * src/news.c (news_session_new_for_folder): use NNTP
18277         authentication only if ac->use_nntp_auth is set.
18278
18279 2001-05-01 [hoa]
18280
18281         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18282         * src/prefs_display_headers.c changed the UI
18283         * src/prefs_headers.c changed account_name to account_id
18284         * src/compose.c using customheader.h
18285
18286 2001-05-01 [hiroyuki]
18287
18288         * src/esmtp.c
18289           src/news.c
18290           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18291           unsynched.
18292
18293 2001-05-01 [hoa]
18294
18295         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18296         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18297                 for displaying of headers
18298         * src/grouplist_dialog.[ch] minor changes to remove warnings
18299         * src/prefs_display_headers.[ch] dialog to choose the
18300         headers to display in the mail viewer.
18301         * src/headers.h correction of #define
18302         * src/headers_display.[ch] configuration for displaying of headers.
18303         * src/main.c read config of displaying of headers
18304         * src/prefs_common.c add a button to access the config dialog
18305                 for displaying of headers
18306         * src/prefs_display_headers.[ch] dialog for configuration for
18307                 displaying of the headers.
18308         * src/prefs_headers.c cleaning of code
18309         * src/procheader.c comments added to code
18310         * src/textview.c changes to reorder the headers depending
18311                 on the config for displaying of headers
18312
18313 2001-04-30 [alfons]
18314
18315         0.4.65claws7
18316
18317         * sync with 0.4.65cvs12
18318
18319         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18320
18321 2001-04-30 [sergey]
18322
18323         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18324
18325         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18326         is set to force reconnection after authentication failure.
18327         (nntp_gen_command): set sock->auth_failed on authentication
18328         failure, or if sock->userid and sock->passwd are not set.
18329
18330         * src/news.c (news_session_new_for_folder): set userid=NULL if
18331         password dialog is cancelled.
18332
18333 2001-04-30 [sergey]
18334
18335         * src/nntp.h (NNTPSockInfo): new type.
18336
18337         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18338         SockInfo.
18339         (nntp_open_auth, nntp_close): new functions.
18340         (nntp_gen_command): new function to handle authentication; all
18341         NNTP command functions updated to use it.
18342         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18343         (nntp_list): removed old useless code.
18344
18345         * src/news.h (NNTPSession): new field nntp_sock.
18346
18347         * src/news.c: all functions updated to use NNTPSockInfo instead of
18348         SockInfo.
18349         (news_session_new): new arguments (userid, passwd); made static;
18350         use nntp_open_auth() if needed.
18351         (news_session_destroy): use nntp_close() instead of sock_close().
18352         (news_query_password): changed arguments.
18353         (news_session_new_for_folder): new function.
18354         (news_session_get): use news_session_new_for_folder().
18355         (news_authenticate): deleted.
18356         (news_get_uncached_articles): removed old authentication code.
18357
18358 2001-04-30 [sergey]
18359
18360         * src/news.c: reverted my previous changes (need to do NNTP
18361         authentication in a cleaner way).
18362         
18363 2001-04-29 [sergey]
18364
18365         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18366         news_nntp_post, news_nntp_mode): new functions (wrappers with
18367         authentication support).
18368         (news_get_article_cmd, news_get_article, news_get_header): new
18369         argument "folder"; all callers changed.
18370         (news_get_article_cmd): added authentication support.
18371         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18372         (news_post): use news_nntp_post() instead of nntp_post().
18373         (news_get_uncached_articles): use news_nntp_group() instead of
18374         nntp_group() and news_nntp_xover() instead of nntp_xover();
18375         removed old authentication code.
18376         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18377
18378         * src/nntp.c (nntp_list): return real error code instead of
18379         hardcoded NN_ERROR.
18380
18381 2001-04-29 [sergey]
18382
18383         * configure.in: fixed wint_t typedef detection again
18384
18385 2001-04-28 [hoa]
18386
18387         * src/prefs_account.[ch], added A_LOCAL_CMD
18388                 (send mail with mail command)
18389         * src/send.c added function send_message_with_command()
18390         * src/inc.c made a more secure get_spool() function with
18391                 mktemp() but maybe mkstemp() or something more
18392                 secure can be used.
18393
18394 2001-04-28 [alfons]
18395
18396         * src/textview.c, colorization of email addresses in headers
18397
18398         0.4.65claws6
18399
18400         * bug sync with sylpheed
18401         * prefs_common.c: created date format ui for darko
18402         * sync with 0.4.65cvs11
18403         * configure.in: corrected to have the new gpg checks
18404
18405 2001-04-27 [alfons]
18406
18407         * completed sync with 0.4.65cvs10
18408         * minor debug things added to gtkstext.c
18409
18410 2001-04-27 [darko]
18411
18412         * configure.in: remove check for availability of
18413           strftime() as advised by Hiroyuki
18414         * src/prefs_common.[ch], src/procheader.c:
18415           synch strftime() code with Hiroyki's main branch
18416
18417 2001-04-26 [sergey]
18418
18419         * src/news.c: news_query_password(), news_authenticate(): new
18420           functions.
18421           news_get_uncached_articles(): added NNTP authentication
18422           handling.
18423         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18424           new functions.
18425         * src/prefs_account.c: prefs_account_protocol_activated():
18426           enable userid and password fields for NNTP.
18427
18428 2001-04-26
18429
18430         * configure.in: check for availability of strftime()
18431           [darko]
18432         * src/prefs_common.[ch], src/procheader.c: use
18433           strftime() for displaying date in summary pane if it
18434           is available
18435
18436 2001-04-25
18437
18438         * more .cvsignore cleanups [alfons]
18439
18440 2001-04-25
18441
18442         * ac/sv-check-type.m4: new autoconf macro.
18443         * configure.in: fixed wint_t typedef detection (did not work
18444           with gcc-2.96).
18445
18446 2001-04-25
18447
18448         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18449           [hiroyuki]
18450
18451 2001-04-24
18452         * modified gtkstext.c : buggy cursor navigation fixed, 
18453           and font descent also taken in account when drawing
18454           cursor. [alfons]
18455
18456 2001-04-24 [hoa]
18457         * added comments in src/news.c src/nntp.c
18458         * added src/prefs_headers.[ch]
18459         * added src/headers.[ch]
18460         * modified compose.c to activate custom headers
18461                 added function is_in_custom_headers
18462         * modified prefs_account.[ch]
18463                 added function prefs_account_customhdr_edit
18464         * modified src/defs.h :
18465                 added HEADERS_RC : name of the config file
18466                 for the custom headers
18467
18468 2001-04-24
18469
18470     0.4.65claws5
18471
18472         * configure.in
18473           src/gtkstext.[ch]
18474           src/compose.c
18475           src/Makefile.am
18476           
18477           added gtkstext with configure.in patch by Hiroyuki which
18478           should fix the XIM detection [alfons]
18479
18480         * more clean up of cvs [alfons]
18481
18482                  * removed all Makefile.in files to attic.
18483
18484                  * updated all .cvsignores to really ignore things that could
18485                    be unintentionally committed by a recursive commit.
18486
18487 2001-04-23 [hoa]
18488         * added src/grouplist_dialog.[ch]
18489         * changed src/folderview.c to call grouplist_dialog instead
18490                 of inputdialog
18491         * src/news.c :
18492                 added functions news_reset_group_list
18493                 and news_get_group_list
18494         * src/nntp.c :
18495                 added function nntp_list
18496         * src/defs.h :
18497                 added GROUPLIST_FILE : name of the newsgroup list cache file
18498
18499 2001-04-21
18500
18501         * added option to warn about queued messages on exit [sergey]:
18502
18503           * src/compose.c: compose_queue(): call folder_item_scan()
18504             and folderview_update_item() after queueing.
18505           * src/folderview.c: folderview_update_node(): draw the queue
18506             folder in bold font if there are queued messages.
18507           * src/mainwindow.c: queued_messages(): new function.
18508             app_exit_cb(): display warning if there are queued messages
18509             if warn_queued_on_exit is set.
18510           * prefs_common.[ch]: add warn_queued_on_exit option.
18511
18512         * enhanced GnuPG key selection support [sergey]:
18513
18514           * src/select-keys.c: updated to newer version from Win32
18515             branch with support for selecting arbitrary keys.
18516           * src/prefs_account.c: added the Privacy tab to the account
18517             options window.
18518             prefs_account_privacy_create(),
18519             prefs_account_sign_key_set_data_from_radiobtn(),
18520             prefs_account_sign_key_set_radiobtn(): new functions.
18521           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18522           * src/rfc2015.c: set_signers(): new function.
18523             pgp_sign(): add the account parameter, call set_signers().
18524             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18525           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18526           * src/compose.c: pass the current account to rfc2015_sign().
18527
18528         * tag name claws added to prevent confusion with main branch [alfons]
18529
18530         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18531
18532         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18533
18534         * sync with recent sylpheed cvs. Untested though. [alfons]
18535