* src/summaryview.c
[claws.git] / ChangeLog.claws
1 2003-09-11 [alfons]     0.9.5claws8
2
3         * src/summaryview.c
4                 don't open separate message views when View | Separate message view
5                 is active 
6                 (please look carefully for any navigation regressions)
7
8 2003-09-11 [alfons]     0.9.5claws7
9
10         * src/mainwindow.c
11                 make default message view, opened by View | Separate message 
12                 view, look like a claws message view (which includes a menu
13                 bar and a toolbar)
14                 (fixes bug #298, "message view loses tool bar") 
15
16 2003-09-11 [christoph]  0.9.5claws6
17
18         * src/folderview.c
19                 fix double deleting of newsgroup folders
20
21         (closes Bug 305 crash after deleting of a newsgroup)
22
23 2003-09-11 [paul]       0.9.5claws5
24
25         * src/rfc2015.c
26           src/common/utils.h
27                 more sync'ing from 0.9.5cvs2
28
29         fixes bug 197 'Header lines encrypted by GPG'
30
31 2003-09-11 [christoph]  0.9.5claws4
32
33         * src/compose.c
34         * src/rfc2015.c
35         * src/common/utils.h
36                 fix sync with 0.9.5cvs2
37
38 2003-09-11 [paul]       0.9.5claws3
39
40         * sync with 0.9.5cvs4
41                 see ChangeLog 2003-09-11
42
43 2003-09-11 [paul]       0.9.5claws2
44
45         * sync with 0.9.5cvs2
46                 see ChangeLog 2003-09-05
47                 
48 2003-09-11 [paul]       0.9.5claws1
49
50         * sync with 0.9.5cvs3
51                 see ChangeLog 2003-09-10
52
53 2003-09-10 [paul]       0.9.5claws
54
55         * 0.9.5claws released
56
57 2003-09-10 [paul]       0.9.4claws78
58
59         * src/Makefile.am
60                 add missing files
61
62 2003-09-10 [melvin]     0.9.4claws77
63
64         * po/fr.po
65                 Updated French translations
66
67 2003-09-10 [paul]       0.9.4claws76
68
69         * po/es.po
70           po/sk.po
71           po/sr.po
72                 update Spanish, Slovak, and Serbian translations.
73                 submitted by Ricardo Mones Lastra, Andrej Kacian,
74                 and Urke MMI
75                 
76         * AUTHORS
77                 add translation team section
78
79 2003-09-09 [christoph]  0.9.4claws75
80
81         * src/folder.c
82                 free item->prefs in folder_item_destroy
83
84 2003-09-09 [alfons]     0.9.4claws74
85
86         * src/folderview.c
87                 o proper check for root node sorting
88                 o remove unnecessary gtk_ctree_remove_node 
89
90         (should fix bug #300, "crash while moving folder")      
91
92 2003-09-08 [christoph]  0.9.4claws73
93
94         * src/folderview.c
95                 o fix double adding of IMAP FolderItems to GtkCTree
96                 o fix crash then mbox folder is removed
97
98 2003-09-08 [christoph]  0.9.4claws72
99
100         * src/folder.c
101         * src/folderview.c
102         * src/mainwindow.c
103                 fix new folder notification
104
105         * src/mbox_folder.c
106                 fix cache path
107
108 2003-09-08 [christoph]  0.9.4claws71
109
110         * src/compose.c
111                 replace '\n' and '\r' before removing trailing spaces
112
113         * src/folder.[ch]
114         * src/folderview.c
115                 add information about new or removed items in folder tree change
116                 notification and use this in folderview to add and remove only
117                 the appected items and not refresh the whole tree
118
119 2003-09-07 [match]      0.9.4claws70
120
121         * src/Makefile.am
122         * src/addr_compl.c
123         * src/addressbook.c
124         * src/addressitem.h
125         * src/addrindex.c
126         * src/addritem.c
127         * src/addritem.h
128         * src/addrquery.c                       ** NEW **
129         * src/addrquery.h
130         * src/ldapquery.c
131         * src/ldapserver.c
132         * src/stock_pixmap.c
133         * src/stock_pixmap.h
134         * src/pixmaps/address_search.xpm        ** NEW **
135                 re-introduce Lookup button for LDAP 'static' searches.
136
137 2003-09-07 [alfons]     0.9.4claws69
138         
139         * src/summaryview.c
140                 abandon setting usize for messageview because it gives layout problems
141                 with the quick search bar and the headerview; fixes assorted UI glitches:
142                 
143                 o bug #148, "Toggling of quick-search bar reduces index view area" 
144                 o bug #280, "Window resiizes for line length but does not revert"
145
146 2003-09-07 [christoph]  0.9.4claws68
147
148         * src/compose.c
149                 o make sure we don't have any newlines in header values
150                 o check custom headers for spaces and newlines and ignore
151                   malformed header names
152
153 2003-09-06 [christoph]  0.9.4claws67
154
155         * src/folder.c
156         * src/folderview.c
157                 invoke notification hook for folder tree changes after append
158                 and remove folder
159
160         (closes Bug 294 Crash while moving folder with many subdirectories)
161
162 2003-09-06 [christoph]  0.9.4claws66
163
164         * src/folder.c
165                 destroy folder's MsgCache if FolderItem is removed to make sure
166                 it is not saved when the FolderItem is destroyed
167
168 2003-09-06 [christoph]  0.9.4claws65
169
170         * src/plugins/clamav/clamav_plugin.c
171                 fix copy & paste bug
172
173 2003-09-05 [christoph]  0.9.4claws64
174
175         * src/folder.c
176         * src/messageview.[ch]
177         * src/procmsg.[ch]
178         * src/summaryview.c
179                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
180                 by MessageView to clear it when the message is deleted. Should
181                 work even if messages are deleted in MainWindow or by
182                 processing.
183
184 2003-09-05 [alfons]     0.9.4claws63
185
186         * src/messageview.c
187                 deleting a message in a message view frees its msginfo, make 
188                 messageview_update_all() aware of that (should fix bug #293,
189                 "deleting message caused crash")
190
191 2003-09-05 [melvin]     0.9.4claws62
192
193         * src/action.c
194                 Improve synchronous action exit code (fixes 
195                 a ~5 seconds delay after action exit on RedHat 9)
196
197 2003-09-04 [christoph]  0.9.4claws61
198
199         * src/compose.c
200         * src/rfc2015.c
201         * src/common/utils.[ch]
202                 add util function to create mime boundary and use it
203                 in compose and gpg code
204
205 2003-09-04 [alfons]     0.9.4claws60
206
207         * src/folder.c
208                 source folder item's GNode should already have been freed in 
209                 a previous call to src->folder->klass->remove_folder()
210                 (should fix bug #287, "crash when moving folders")
211
212 2003-09-03 [thorsten]   0.9.4claws59
213
214         * src/plugins/spamassassin/spamassassin_gtk.c
215                 fix compile error
216
217 2003-09-03 [christoph]  0.9.4claws58
218
219         * src/plugins/spamassassin/spamassassin.[ch]
220         * src/plugins/spamassassin/spamassassin_gtk.c
221                 add timeout config option
222
223 2003-09-03 [paul]       0.9.4claws57
224
225         * po/sk.po      ** NEW FILE **
226                 add Slovak translation. Submitted by Andrej Kacian 
227                 <andrej@kacian.sk>
228
229 2003-09-03 [paul]       0.9.4claws56
230
231         * src/plugins/clamav/clamav_plugin_gtk.c
232                 gui tweaks: replace a label with a tooltip, modify the
233                 text, use gtk_check_button_new(); instead of
234                 gtk_check_button_new_with_label("");
235
236 2003-09-02 [alfons]     0.9.4claws55
237
238         * src/gtk/filesel.c
239                 remember last used dir when attaching multiple files (should fix
240                 bug #290, "Attach File does not remember directory")
241
242 2003-09-01 [paul]       0.9.4claws54
243
244         * po/es.po
245                 updated by Ricardo Mones Lastra
246
247 2003-09-01 [alfons]     0.9.4claws53
248
249         * src/gtk/gtkaspell.[ch]
250                 be pedantic and strict and use const gchar * instead of guchar *
251
252 2003-09-01 [alfons]     0.9.4claws52
253
254         * src/mainwindow.c
255         * src/summaryviewc.
256                 re-enable Save As when multiple messages are selected
257
258 2003-09-01 [paul]       0.9.4claws51
259
260         * src/textview.c
261                 g_free(trimmed_uri);
262
263 2003-09-01 [paul]       0.9.4claws50
264
265         * sync with 0.9.4cvs13
266                 see ChangeLog 2003-09-01
267
268 2003-09-01 [paul]       0.9.4claws49
269
270         * src/textview.c
271                 trim uri before sending to the statusbar
272                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
273                 in the message window causes main S-C window to enlarge 
274                 past screen edges'
275
276 2003-09-01 [paul]       0.9.4claws48
277
278         * sync with 0.9.4cvs12
279                 see ChangeLog 2003-09-01
280
281 2003-08-30 [christoph]  0.9.4claws47
282
283         * src/compose.c
284         * src/folder_item_prefs.[ch]
285         * src/prefs_folder_item.c
286         * src/gtk/gtkaspell.[ch]
287                 commit per folder dictionary patch by
288                 Paul Evans <nerd@freeuk.com>
289
290 2003-08-30 [christoph]  0.9.4claws46
291
292         * src/plugins/spamassassin/spamassassin_gtk.c
293         * src/plugins/spamassassin/spamassassin_gtk.glade
294                 reduce GUI clutter by placing hints into tooltips
295
296 2003-08-30 [paul]       0.9.4claws45
297
298         * src/compose.c
299                 add 'Content-Disposition: inline' to a text/plain
300                 part when using PGP/MIME signing
301
302 2003-08-30 [paul]       0.9.4claws44
303
304         * src/prefs_common.c
305           src/prefs_spelling.c
306           src/prefs_spelling.glade
307                 reduce GUI clutter by placing hints into tooltips
308
309 2003-08-29 [christoph]  0.9.4claws43
310
311         * configure.ac
312                 fix bug found by Ivan Rayner <ivanr@sgi.com>
313
314         * src/stock_pixmap.c
315                 change unecessary warning into a debug message
316
317         * src/plugins/clamav/Makefile.am
318                 Fix error "-I$(CLAMAV_LIBS)"
319
320 2003-08-29 [christoph]  0.9.4claws42
321
322         * intl/Makefile.in
323         * src/Makefile.am
324         * src/matcher.h
325         * src/common/Makefile.am
326         * src/common/passcrypt.c
327                 commit fixes and patches for some of the IRIX problems found by
328                 Ivan Rayner <ivanr@sgi.com>
329
330 2003-08-29 [paul]       0.9.4claws41
331
332         * src/prefs_filtering.c
333                 add 'Top' and 'Bottom' buttons, based on changes in
334                 src/prefs_filter.c in 0.9.4cvs11.
335
336 2003-08-27 [christoph]  0.9.4claws40
337
338         * src/folderview.c
339                 fix bug that the current summary settings were copied to the
340                 wrong folder item, when the folder item prefs are opened.
341                 Copying is not required because summary settings and
342                 folder_item_prefs do not contain the same settings
343
344 2003-08-27 [thorsten]   0.9.4claws39
345
346         * src/imap.c
347                 fix compile error
348
349 2003-08-26 [paul]       0.9.4claws38
350
351         * sync with 0.9.4cvs9
352                 see ChangeLog 2003-08-26
353
354 2003-08-25 [paul]       0.9.4claws37
355
356         * sync with 0.9.4cvs8
357                 see ChangeLog 2003-08-25
358
359 2003-08-24 [christoph]  0.9.4claws36
360
361         * src/prefs_filtering.c
362                 shouldn't remove items from a GSList while iterating over the
363                 list (makes cur invalid and cur->next not accessable)
364
365         (closes Bug 272 i deleted an folder and some seconds later sylpheed
366          crashed)
367
368 2003-08-23 [christoph]  0.9.4claws35
369
370         * src/news.c
371                 news folders should be scanned when opened
372
373 2003-08-22 [christoph]  0.9.4claws34
374
375         * src/prefs_folder_item.c
376                 use macro to assign strings that always frees the old string
377
378         * src/gtk/gtkaspell.[ch]
379                 add gtkaspell_set_dictionary_menu_active_item() to set active
380                 item in dictionary option menu
381
382         * src/prefs_spelling.c
383                 use gtkaspell_set_dictionary_menu_active_item() to select
384                 dictionary
385
386 2003-08-21 [christoph]  0.9.4claws33
387
388         * src/folder.[ch]
389         * src/imap.c
390         * src/mbox_folder.c
391         * src/mh.c
392         * src/news.c
393                 optimize folder system
394
395         * src/gtk/gtkstext.c
396                 fix division by zero when font has 0 width for ' '
397
398 2003-08-21 [paul]       0.9.4claws32
399
400         * sync with 0.9.4cvs7
401                 see ChangeLog 2003-08-20
402
403 2003-08-19 [paul]       0.9.4claws31
404
405         * src/common/defs.h
406                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
407                 SYLDOC_FAQ_HTML_INDEX.
408         * src/manual.c
409                 use LC_MESSAGES instead of LC_ALL to find the current
410                 language
411
412           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
413
414 2003-08-19 [paul]       0.9.4claws30
415
416         * po/bg.po
417                 updated by George Danchev
418
419 2003-08-18 [luke]       0.9.4claws29
420         * src/mimeview.[ch]
421         * src/gtk/gtkvscrollbutton.[ch]
422                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
423                   dependencies; do it the GTK way; reduce code -14/+2 lines)
424                 o removed horizontal separator between icons
425
426 2003-08-17 [christoph]  0.9.4claws28
427
428         * src/procmsg.c
429                 no subject threading when the subject has no reply prefix
430
431 2003-08-16 [christoph]  0.9.4claws27
432
433         * src/mainwindow.c
434                 remember and restore window sizes and position when the main
435                 window is hidden or shown
436
437         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
438          minimised/reopened using trayicon)
439
440 2003-08-16 [paul]       0.9.4claws26
441
442         * src/crash.c
443                 add #include "defs.h"
444
445 2003-08-16 [paul]       0.9.4claws25
446
447         * src/plugins/clamav/clamav_plugin.c
448                 reword a debug_print
449                 
450         * src/plugins/dillo_viewer/dillo_prefs.c
451                 cosmetic: change the labels' text, add tooltips, and
452                 left-align the hint
453
454 2003-08-15 [christoph]  0.9.4claws24
455
456         * src/news.c
457                 complete last change (forgot some changes)
458
459 2003-08-15 [christoph]  0.9.4claws23
460
461         * src/news.c
462                 o check number of messages and don't return a 0 message
463                   when no messages are available
464                 o don't parse xref header anymore
465
466         (closes Bug 203 I'm not getting any news)
467
468 2003-08-15 [paul]       0.9.4claws22
469
470         * src/common/defs.h
471           src/crash.c
472                 update and define claws bugzilla location
473
474 2003-08-15 [paul]       0.9.4claws21
475
476         * po/ru.po
477                 update submitted by Ruslan N. Balkin
478
479 2003-08-14 [christoph]  0.9.4claws20
480
481         * src/procmsg.c
482                 fix search for oldest node in subject threading
483
484 2003-08-14 [christoph]  0.9.4claws19
485
486         * src/procmsg.c
487         * src/common/utils.h
488                 add possibility to check all nodes with the same subject for
489                 subject threading, not only the oldest node. Should not break
490                 threads anymore if the oldest node is thread_by_subject_max_age
491                 days older then parent, because it can now find a child of
492                 oldest node as new parent.
493
494 2003-08-11 [christoph]  0.9.4claws18
495
496         * src/plugins/spamassassin/spamassassin.c
497                 run spam check in background process
498
499 2003-08-10 [alfons]     0.9.4claws17
500
501         * src/summaryview.c
502                 make `Select All' sensitive too
503
504 2003-08-10 [christoph]  0.9.4claws16
505
506         * src/imap.c
507                 add more checks in imap_close
508
509 2003-08-09 [alfons]     0.9.4claws15
510
511         * src/prefs_spelling.c
512                 no spell checking UI if not requested
513
514 2003-08-09 [alfons]     0.9.4claws14
515
516         * src/gtk/prefswindow.c
517                 make it compile
518
519 2003-08-09 [christoph]  0.9.4claws13
520
521         * src/prefs_spelling.c
522         * src/gtk/prefswindow.[ch]
523         * src/plugins/clamav/clamav_plugin_gtk.c
524         * src/plugins/spamassassin/spamassassin_gtk.c
525                 sort prefs pages by heighest weight in tree
526
527 2003-08-09 [paul]       0.9.4claws12
528
529         * sync with 0.9.4cvs6
530                 see ChangeLog 2003-08-07
531                 
532         * AUTHORS
533                 add Leandro and Luke to claws-branch section
534
535 2003-08-09 [christoph]  0.9.4claws11
536
537         * src/gtk/Makefile.am
538         * src/gtk/colorsel.[ch]                 ** NEW **
539                 create a color selection dialog that can be used as a simple
540                 function call with it's own gtk main loop like filesel.[ch]
541
542         * src/Makefile.am
543         * src/main.c
544         * src/prefs_common.c
545         * src/prefs_spelling.[ch]               ** NEW **
546         * src/prefs_spelling.glade              ** NEW **
547         * src/gtk/gtkutils.[ch]
548                 move "Spell Checker" prefs to new prefs dialog
549
550         * src/prefs_folder_item.c
551                 use new colorsel dialog
552
553 2003-08-08 [paul]       0.9.4claws10
554
555         * src/inc.c
556                 clear the progress bar unconditionally
557
558 2003-08-08 [paul]       0.9.4claws9
559
560         * sync with 0.9.4cvs4
561                 see ChangeLog 2003-07-31
562
563 2003-08-07 [christoph]  0.9.4claws8
564
565         * configure.ac
566                 fix bug in image viewer plugin part
567
568         * src/imap.c
569                 don't execute close command if the folder item is not selected
570
571 2003-08-07 [hoa]        0.9.4claws7
572
573         * src/filtering.[ch]
574         * src/matcher_parser.h
575         * src/matcher_parser_parse.y
576                 can define several actions for each filtering rule
577                 can import old versions of filtering rules
578
579         * src/prefs_filtering.c
580                 call to a new dialog box to define actions
581
582         * src/prefs_filtering_action.[ch]
583                 dialog box to define actions for filtering rules
584
585 2003-08-06 [christoph]  0.9.4claws6
586
587         * src/imap.c
588                 make sure source folder is selected when copying messages
589
590 2003-08-06 [christoph]  0.9.4claws5
591
592         * sync with 0.9.4cvs2
593                 see ChangeLog 2003-07-29                
594
595 2003-08-05 [paul]       0.9.4claws4
596
597         * sync with 0.9.4cvs3
598                 see ChangeLog 2003-07-30
599
600 2003-08-04 [match]      0.9.4claws3
601
602         * po/POTFILES.in
603                 export of LDIF files.
604
605 2003-08-04 [match]      0.9.4claws2
606
607         * src/ldif.[ch]
608                 support for export LDIF. documented.
609         * src/importldif.[ch]
610         * src/exportldif.[ch]
611                 add tooltips. documented.
612         * src/exphtmldlg.[ch]
613         * src/common/xmlprops.[ch]
614                 documented.
615         * src/exportldif.[ch]                   ** NEW **
616         * src/expldifdlg.[ch]                   ** NEW **
617         * src/addressbook.[ch]
618         * src/Makefile.am
619                 export of LDIF files.
620                 documented.
621
622 2003-08-04 [christoph]  0.9.4claws1
623
624         * .cvsignore
625         * Makefile.am
626         * configure.ac
627         * sylpheed-claws.pc.in                  ** NEW **
628         * src/Makefile.am
629         * src/common/Makefile.am
630         * src/gtk/Makefile.am
631                 install sylpheed header files in $(pkgincludedir) and create a
632                 pkg-config file to allow building a plugin without the source
633                 package
634
635 2003-08-04 [paul]       0.9.4claws
636
637         * version 0.9.4claws
638
639 2003-08-04 [paul]       0.9.3claws97
640
641         * po/es.po
642                 update Spanish translation. Submitted by Ricardo
643                 Mones Lastra.
644
645 2003-08-03 [paul]       0.9.3claws96
646
647         * po/hr.po
648           po/sr.po
649                 update Croatian and Serbian translations. Submitted by
650                 Dragan and Urke MMI respectively
651
652 2003-08-03 [alfons]     0.9.3claws95
653
654         * src/summaryview.c
655                 mark flag has precedence over important flag - seems
656                 to have been changed in sync of 0.9.3claws45. this fixes
657                 a regression where messages that were scored as important
658                 don't show their mark flags. (using the same column for
659                 both importance as mark flags is the real problem
660                 ofcourse)
661
662 2003-08-03 [melvin]     0.9.3claws94
663
664         * po/fr.po
665                 Updated French translations.
666
667 2003-08-03 [melvin]     0.9.3claws93
668
669         * src/Makefile.am
670                 Fixed typo introduced after 0.9.3claws92 
671                 that prevented compilation
672                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
673                 CPPFLAGS and YFLAGS to allow user setting these.
674         * src/common/Makefile.am
675         * src/gtk/Makefile.am
676         * src/plugins/clamav/Makefile.am
677         * src/plugins/demo/Makefile.am
678         * src/plugins/dillo_viewer/Makefile.am
679         * src/plugins/image_viewer/Makefile.am
680         * src/plugins/mathml_viewer/Makefile.am
681         * src/plugins/spamassassin/Makefile.am
682         * src/plugins/trayicon/Makefile.am
683         * src/plugins/trayicon/libeggtrayicon/Makefile.am
684                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
685                 CPPFLAGS and YFLAGS to allow user setting these.
686
687 2003-08-02 [christoph]  0.9.3claws92
688
689         * configure.ac
690                 o rearrange plugin tests
691                 o add test for clamav.h to ClamAV tests
692
693 2003-08-02 [luke]       0.9.3claws91
694
695         * src/mimeview.c
696                 o fixed appearance of icon list when toggling back from the 
697                   ctree
698                 o toggling of icons using the keyboard works correctly
699                 o fixed all other keyboard shortcuts to work when icons are
700                   active
701         
702         * src/messageview.c
703                 o fixed bug 4 - focus lost when changing messageview view type
704
705 2003-08-02 [christoph]  0.9.3claws90
706
707         * src/common/hooks.c
708                 fix crash when pointer stored in hash table could get invalid
709                 when a plugin is unloaded
710
711 2003-08-01 [christoph]  0.9.3claws89
712
713         * configure.ac
714                 o try to build all plugins (except spamassassin) by default
715                 o don't build a plugin if a dependency check fails
716
717         * src/common/hooks.c
718                 fix warning
719
720 2003-08-01 [match]      0.9.3claws88
721
722         * src/importldif.c
723                 allow single click field selection. document code.
724
725 2003-08-01 [christoph]  0.9.3claws87
726
727         * src/plugins/clamav/clamav_plugin.c
728         * src/plugins/clamav/clamav_plugin_gtk.c
729         * src/plugins/dillo_viewer/dillo_viewer.c
730         * src/plugins/image_viewer/plugin.c
731         * src/plugins/mathml_viewer/mathml_viewer.c
732         * src/plugins/spamassassin/spamassassin.c
733         * src/plugins/spamassassin/spamassassin_gtk.c
734         * src/plugins/trayicon/trayicon.c
735                 add version check to all plugins
736
737 2003-08-01 [hoa]        0.9.3claws86
738
739         * src/prefs_filtering.c
740                 fixed a cosmetic bug, during creation of dialog box,
741                 wrong widgets were shown after creation.
742
743 2003-08-01 [luke]       0.9.3claws85
744
745         * src/mainwindow.c
746                 o fixed visibility of icons/mimeview after toggling separate
747                   message/folder view (factored out some similar code too).
748
749
750 2003-07-31 [alfons]     0.9.3claws84
751
752         * src/mimeview.c
753                 tweak icon box UI a bit more, now allowing right-clicks actions
754                 getting the relevant mime data too; should fix #250, "Can't save 
755                 attachments sometimes".
756
757 2003-07-30 [alfons]     0.9.3claws83
758
759         * src/compose.c
760                 don't do auto-save-draft inside key press handler, but rather
761                 schedule it half of a second later; should fix #67, "autosave 
762                 make re-rediting message crazy"
763
764 2003-07-30 [christoph]  0.9.3claws82
765
766         * src/plugins/trayicon/trayicon.c
767                 process pending events before unloading the plugin
768
769         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
770
771 2003-07-30 [alfons]     0.9.3claws81
772
773         * src/common/hooks.c
774                 parameter 2 of g_hook_destroy() should really be a hook id
775
776 2003-07-30 [alfons]     0.9.3claws80
777
778         * src/common/plugin.c
779                 fix a possibly harmful function signature mismatch 
780                 for plugin_done
781
782 2003-07-30 [alfons]     0.9.3claws79
783
784         * src/common/hooks[.ch]
785                 const correctness
786
787 2003-07-30 [darko]      0.9.3claws78
788
789         * src/summaryview.c
790                 make it compile again
791
792 2003-07-30 [luke]       0.9.3claws77
793
794         * src/crash.c
795         * src/main.c
796                 o added/moved signal handlers for SIGTERM (normal kill command) 
797                   and SIGINT (ctl-c) to be used even without 
798                   --enable-crash-dialog, fixing bug 166
799
800         * src/summaryview.c
801                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
802                   bug 227
803
804         * src/mainwindow.c
805                 o changed sensitivity condition for 'Next new' and 'Next 
806                   unread', fixing bug 8
807
808 2003-07-29 [alfons]     0.9.3claws76
809
810         * src/common/utils.[ch]
811                 add generate_msgid()
812         * src/messageview.c
813                 save ack'ed RRR; fixes #205, "return receipt is not saved in
814                 sent folder".
815
816 2003-07-29 [alfons]     0.9.3claws75
817
818         * src/messageview.c
819                 fix a memleak (claws-only)
820
821 2003-07-29 [alfons]     0.9.3claws74
822
823         * src/mimeview.[ch]
824         * src/gtk/gtkvscrollbutton.[ch]
825                 fix UI glitch where mime icon toolbox' scroll position is not 
826                 reset after switching to another message
827                 
828
829 2003-07-29 [paul]       0.9.3claws73
830
831         * src/prefs_folder_item.c
832                 split the prefs into 2 separate pages
833
834 2003-07-29 [paul]       0.9.3claws72
835
836         * src/compose.c
837                 prepend "\n\n" to a signature without a separator too
838
839 2003-07-29 [paul]       0.9.3claws71
840
841         * src/compose.c
842                 fix bug where changing to an account without an auto-sig
843                 from an initial account without an auto-sig would insert 
844                 2 blank lines at the cursor point
845                 fix bug where changing to an account with an auto-sig
846                 from an initial account without an auto-sig would insert
847                 the sig at the cursor point
848
849 2003-07-29 [paul]       0.9.3claws70
850
851         * src/folderview.c
852                 use the colour from the folder pref unless the folder
853                 has new messages
854
855 2003-07-29 [alfons]     0.9.3claws69
856
857         * src/procmsg.[ch]
858         * src/messageview.c
859         * src/procheader.c
860                 rewrite return receipt request work a little bit (the former 
861                 implementation presumably depended too much on the UI setting
862                 flags). (we're losing the old pending flag.) 
863
864 2003-07-28 [christoph]  0.9.3claws68
865
866         * src/folder.c
867         * src/imap.c
868         * src/mh.c
869         * src/procmsg.[ch]
870                 fix copy to IMAP folder from other folder
871
872 2003-07-28 [christoph]  0.9.3claws67
873
874         * src/procmsg.c
875                 fix sync of procmsg_get_message_file_list
876
877 2003-07-28 [christoph]  0.9.3claws66
878
879         * sync with 0.9.3cvs14
880                 see ChangeLog 2003-07-18
881         * sync with 0.9.3cvs17
882                 see ChangeLog 2003-07-23
883
884         (closes Bug 234 segmentation fault after sending out mail via
885          smtp(auth))
886
887 2003-07-28 [paul]       0.9.3claws65
888
889         * po/es.po
890                 update Spanish translation, submitted by Ricardo Mones
891                 Lastra
892
893 2003-07-28 [christoph]  0.9.3claws64
894
895         * src/folder.[ch]
896         * src/imap.c
897         * src/mh.c
898                 return new message numbers as a GRelation instead of a GSList
899                 that has to be in the same order as the input list. A list
900                 would make it hard for IMAP to optimize oepration by sorting
901                 the input list. The returned list would have to be reordered
902                 to match the same order that input list has.
903
904         * src/gtk/gtkaspell.c
905                 fix missing return value, could cause a crash when garbage is
906                 on the stack that is used as the expected return value
907
908 2003-07-28 [paul]       0.9.3claws63
909
910         * sync with 0.9.4cvs1
911                 see ChangeLog 2003-07-28
912
913 2003-07-27 [alfons]     0.9.3claws62
914
915         * src/mimeview.c
916                 tweak it more to make icon list act like a check button group
917
918 2003-07-27 [christoph]  0.9.3claws61
919
920         * sync with 0.9.3cvs20
921                 see ChangeLog 2003-07-25
922
923 2003-07-27 [paul]       0.9.3claws60
924
925         * src/procmsg.c
926                 re-commit changes from 0.9.3claws58 -
927                 accidently removed in 0.9.3claws59
928
929 2003-07-27 [paul]       0.9.3claws59
930
931         * src/procmsg.[ch]
932                 a sync from 0.9.3cvs17
933                 see ChangeLog 2003-07-23
934
935 2003-07-27 [alfons]     0.9.3claws58
936
937         * src/procmsg.c
938                 add missing header members to MsgInfo; fixes the problem of 
939                 not displaying X-Faces, as noticed by Ricardo Mones
940
941 2003-07-26 [christoph]  0.9.3claws57
942
943         * sync with 0.9.3cvs18
944                 see ChangeLog 2003-07-24
945
946 2003-07-26 [christoph]  0.9.3claws56
947
948         * sync with 0.9.3cvs17
949                 see ChangeLog 2003-07-23
950
951 2003-07-26 [christoph]  0.9.3claws55
952
953         * src/folder.[ch]
954         * src/imap.c
955         * src/mbox_folder.c
956         * src/mh.c
957         * src/news.c
958                 add support for copy function that copy multiple messages
959                 (not implemented yet)
960
961         * src/summaryview.c
962                 add missing return value
963
964 2003-07-26 [paul]       0.9.3claws54
965
966         * tools/multiwebsearch.pl
967                 do whitespace substitution before passing the string
968                 to the browser. fixes bug with browsers that don't
969                 do whitespace conversion themselves.
970
971 2003-07-25 [christoph]  0.9.3claws53
972
973         * src/folder.[ch]
974         * src/imap.c
975         * src/mh.c
976                 rewrite adding of multiple messages to a folder for
977                 claws' folder system
978
979 2003-07-25 [luke]       0.9.3claws52
980
981         * src/mimeview.c
982                 o icon toggles set correctly on leaving ctree mimeview
983
984 2003-07-25 [paul]       0.9.3claws51
985
986         * partial sync with 0.9.3cvs21 [src/main.c]
987                 see ChangeLog 2003-07-25
988
989 2003-07-24 [paul]       0.9.3claws50
990
991         * tools/maildir2sylpheed.pl
992                 fix typo
993
994 2003-07-24 [paul]       0.9.3claws49
995
996         * src/mimeview.c
997                 increase the gutter size of paned so that the panes
998                 can be resized
999                 
1000         * src/plugins/demo/demo.c
1001                 squeeze in another typo fix
1002
1003 2003-07-24 [paul]       0.9.3claws48
1004
1005         * src/plugins/demo/demo.c
1006           src/prefs_account.c
1007                 small changes to the English
1008                 
1009         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1010           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1011           src/Makefile.am
1012           src/stock_pixmap.c
1013                 rename the misspelled icon
1014
1015 2003-07-23 [alfons]     0.9.3claws47
1016
1017         * src/mimeview.c
1018                 make icon list look like a list of toggles
1019
1020 2003-07-23 [luke]       0.9.3claws46
1021
1022         * src/pixmaps/mimeview_gpg_expired.xpm
1023         * src/pixmaps/mimeview_gpg_failed.xpm
1024         * src/pixmaps/mimeview_gpg_passed.xpm
1025         * src/pixmaps/mimeview_text_html.xpm
1026         * src/pixmaps/mimeview_image.xpm
1027                 o all icons the same size
1028
1029         * src/mimeview.[ch]
1030                 o mimeview ctree arranged vertically above the viewer
1031                 o icons changed to buttons
1032                 o can use keyboard to select an icon (Enter)
1033                 o resize icon list to width of icons
1034
1035         *  src/gtk/gtkvscrollbutton.c
1036                 o sensitivity of buttons reacts to position
1037
1038 2003-07-23 [christoph]  0.9.3claws45
1039
1040         * sync with 0.9.3cvs14 (incomplete)
1041                 see ChangeLog 2003-07-17
1042
1043 2003-07-23 [alfons]     0.9.3claws44
1044
1045         * src/folder.c
1046         * src/procmsg.h
1047                 sync with my local tree to restore some claws-only things
1048
1049 2003-07-23 [paul]       0.9.3claws43
1050
1051         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1052           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1053           src/Makefile.am
1054           src/mimeview.c
1055           src/procmime.h
1056           src/rfc2015.c
1057           src/stock_pixmap.[ch]
1058                 indicate missing keys and expired sigs/keys
1059                 in mime view column
1060
1061 2003-07-23 [paul]       0.9.3claws42
1062
1063         * src/compose.c
1064                 Redirect fixes: enable automatic account selection and
1065                 do not append signature to message on changing account
1066                 fixes Bug[s] #248
1067
1068 2003-07-23 [paul]       0.9.3claws41
1069
1070         * sync with 0.9.3cvs16
1071                 see ChangeLog 2003-07-23
1072
1073 2003-07-23 [alfons]     0.9.3claws40
1074
1075         * src/inc.c
1076                 give progress dialog a main window, and give it the first 
1077                 one (presumably the only one). fixes bug #247, "segfault on 
1078                 pop-before-smtp" 
1079
1080 2003-07-22 [alfons]     0.9.3claws39
1081
1082         * src/summaryview.c
1083                 shift-space scrolls up
1084
1085 2003-07-22 [paul]       0.9.3claws38
1086
1087         * sync with 0.9.3cvs15
1088                 see ChangeLog 2003-07-22
1089
1090 2003-07-20 [alfons]     0.9.3claws37
1091
1092         * src/compose.c
1093                 put menu inside #ifdef USE_ASPELL..#endif
1094
1095 2003-07-20 [christoph]  0.9.3claws36
1096
1097         * src/procmsg.c
1098                 fix wrong flags in MsgInfo returned by
1099                 procmsg_msginfo_get_full_info()
1100
1101         (closes Bug 221 Deleting messages from the Message View gives incorrect
1102          new/unread message counts in the folder view)
1103
1104         * src/plugins/spamassassin/spamassassin_gtk.c
1105                 add gettext macro for prefs page title
1106
1107 2003-07-20 [paul]       0.9.3claws35
1108
1109         * src/mimeview.c
1110                 redraw icon list on signature check
1111
1112 2003-07-20 [christoph]  0.9.3claws34
1113
1114         * src/Makefile.am
1115         * src/account.c
1116         * src/folder.[ch]
1117         * src/folder_item_prefs.[ch]            ** NEW **
1118         * src/folderview.c
1119         * src/mainwindow.c
1120         * src/mh.c
1121         * src/prefs_gtk.c
1122         * src/prefs_scoring.c
1123         * src/summaryview.c
1124         * src/prefs_folder_item.[ch]
1125                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1126                   Properties dialog
1127                 o use prefswindow for folder properties
1128
1129         * src/gtk/prefswindow.[ch]
1130                 change implementation to use an invisible notebook instead
1131                 of unparenting widgets
1132
1133 2003-07-20 [christoph]  0.9.3claws33
1134
1135         * src/compose.h
1136         * src/folder.c
1137         * src/folderview.h
1138         * src/headerview.h
1139         * src/prefs_filtering.h
1140         * src/prefs_folder_item.[ch]
1141         * src/procmime.h
1142         * src/procmsg.h
1143         * src/summaryview.h
1144                 clean up header mess
1145                 (always use 1. typedefs, 2. #includes, 3. structures)
1146
1147         * src/common/version.h.in
1148                 add casts for constants
1149
1150         * src/plugins/demo/demo.c
1151                 fix typo
1152
1153         * src/plugins/spamassassin/spamassassin.c
1154                 remove unused variable
1155
1156 2003-07-20 [alfons]     0.9.3claws32
1157
1158         * src/mimeview.c
1159                 o make icon buttons respond on left click
1160                 o minor cosmetic change
1161
1162 2003-07-19 [luke]       0.9.3claws31
1163
1164         * src/mimeview.[ch]
1165         * src/gtk/gtkvscrollbutton.c
1166         * src/messageview.c
1167                 o improved mimeview behaviour when selecting a new message
1168                 o plus code cleanups to remove compile warnings
1169
1170
1171 2003-07-19 [alfons]     0.9.3claws30
1172
1173         * src/procmsg.c
1174         * src/compose.c
1175         * src/common/utils.[ch]
1176                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1177
1178 2003-07-19 [alfons]     0.9.3claws29
1179
1180         * src/prefs_folder_item.c
1181                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1182                 string pointers
1183
1184 2003-07-19 [luke]       0.9.3claws28
1185
1186         * src/messageview.c
1187         * src/mimeview.[ch]
1188         * src/procmime.h
1189         * src/rfc2015.c
1190         * src/stock_pixmap.[ch]
1191         * src/gtk/Makefile.am
1192         * src/Makefile.am
1193         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1194         * src/pixmaps/mime_*.xpm                ** NEW **
1195                 o mimeview rearrangement with a new icon shortcut bar
1196
1197 2003-07-19 [alfons]     0.9.3claws27
1198
1199         * src/folderview.c
1200                 o plug leaking nodes_to_recollapse
1201                 o add folderview_recollapse_all_nodes() (not used yet)
1202
1203 2003-07-19 [alfons]     0.9.3claws26
1204
1205         * src/compose.c
1206         * src/common/utils.c
1207                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1208                 for both forwarding as replying
1209
1210 2003-07-18 [christoph]  0.9.3claws25
1211
1212         * configure.ac
1213         * src/common/sylpheed.[ch]
1214         * src/common/version.h.in
1215                 add version in numeric form to allow easy comparison
1216
1217         * src/plugins/demo/demo.c
1218                 add version check
1219                 - sylpheed version > plugin version => never allowed, sylpheed
1220                   could contain unknown API changes
1221                 - sylpheed version < minimum version required => don't load,
1222                   API required not available (if linking does not fail)
1223
1224 2003-07-18 [alfons]     0.9.3claws24
1225         
1226         * src/common/plugin.[ch]
1227                 const correctness
1228
1229 2003-07-18 [christoph]  0.9.3claws23
1230
1231         * src/common/hooks.c
1232                 fix crash when hooks where unregisted
1233
1234         * src/plugins/trayicon/trayicon.c
1235                 unregister detroy signal before destroying the widget
1236                 (still crashes when the plugin is unloaded)
1237
1238 2003-07-18 [alfons]     0.9.3claws22
1239         
1240         * src/folderview.c
1241                 delay expanding folder tree during drags until timeout triggered
1242                 (needs perhaps some tweaking, so testing is welcome)
1243
1244 2003-07-17 [alfons]     0.9.3claws21
1245
1246         * src/folderview.c
1247                 clean up cruft
1248
1249 2003-07-17 [christoph]  0.9.3claws20
1250
1251         * src/common/session.c
1252                 fix opening of SSL connections
1253
1254         * src/plugins/image_viewer/Makefile.am
1255                 add OPENSSL_CFLAGS (we should find a better solution to remove
1256                 this dependencies if they are not required)
1257
1258         * src/plugins/spamassassin/spamassassin.c
1259                 remove setlocale workaround (fixed in libspamc)
1260
1261         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1262          if spell checking enabled)
1263
1264 2003-07-17 [alfons]     0.9.3claws19
1265
1266         * src/common/hooks.[ch]
1267         * src/plugins/clamav/clamav_plugin.c
1268         * src/plugins/spamassassin/spamassassin.c
1269         * src/plugins/trayicon/trayicon.c
1270                 fix signedness muck 
1271
1272 2003-07-17 [alfons]     0.9.3claws18
1273
1274         * src/procmime.c
1275                 plug memleak
1276
1277 2003-07-17 [alfons]     0.9.3claws17
1278
1279         * src/inc.c
1280                 plug memleak
1281
1282 2003-07-17 [paul]       0.9.3claws16
1283
1284         * src/common/defs.h
1285           src/mainwindow.c
1286           src/manual.[ch]
1287                 add link to the Claws site's FAQ page, after the suggestion
1288                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1289                 Move url strings to defs.h
1290                 
1291         * src/mainwindow.c
1292                 fix typo to prevent "unknown menu entry" warnings
1293
1294 2003-07-17 [alfons]     0.9.3claws15
1295
1296         * src/folderview.[ch]
1297         * src/summaryview.[ch]
1298         * src/mimeview.[ch]
1299                 plug DnD leaks 
1300
1301 2003-07-17 [paul]       0.9.3claws14
1302
1303         * src/inc.c
1304                 remove two instances of 'GTK_EVENTS_FLUSH' because
1305                 they are unnecessary and probably cause a stack overflow
1306
1307 2003-07-16 [christoph]  0.9.3claws13
1308
1309         * src/mimeview.[ch]
1310                 use an invisible GTK notebook to switch between viewers
1311                 instead of reparenting widgets
1312
1313 2003-07-16 [christoph]  0.9.3claws12
1314
1315         * src/folder.c
1316                 move folder_item_update_freeze() to correct place in
1317                 folder_item_scan_full()
1318
1319 2003-07-16 [paul]       0.9.3claws11
1320
1321         * sync with 0.9.3cvs12
1322                 see ChangeLog 2003-07-14 and 2003-07-15
1323
1324 2003-07-16 [christoph]  0.9.3claws10
1325
1326         * src/imap.[ch]
1327         * src/prefs_account.[ch]
1328                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1329
1330 2003-07-15 [alfons]     0.9.3claws9
1331
1332         * src/main.c
1333                 make --config-dir do something useful
1334
1335 2003-07-15 [alfons]     0.9.3claws8
1336
1337         * src/procmsg.c
1338                 o fix a bug where 'last' didn't really point to the last message
1339                   in the top level list of children, but to the last threaded
1340                   message. 
1341                 
1342                 o clean up and make it easier to sync
1343
1344 2003-07-15 [alfons]     0.9.3claws7
1345
1346         * src/mainwindow.c
1347                 make correct menu items sensitive       
1348
1349 2003-07-14 [alfons]     0.9.3claws6
1350
1351         * src/procmsg.c
1352                 tune the threader so it will not subject-thread any message
1353                 without a subject prefix (this will not thread correctly if 
1354                 a parent is delivered after their childs, but it looks 
1355                 better right now)
1356
1357 2003-07-13 [christoph]  0.9.3claws5
1358
1359         * src/mainwindow.c
1360                 group "Add mailbox *..." menu items in submenu
1361
1362 2003-07-13 [alfons]     0.9.3claws4
1363
1364         * src/summaryview.c
1365                 correct summary_toggle_pressed() signature and make sure
1366                 signal is not passed on
1367
1368 2003-07-13 [alfons]     0.9.3claws3
1369
1370         * src/summaryview.c
1371                 o for now don't pass on keys when they we're handled by 
1372                   ctree::key_press_event
1373                 o clean up
1374
1375 2003-07-13 [alfons]     0.9.3claws2
1376         
1377         * src/main.c
1378                 add command line option "--config-dir" to get the current 
1379                 configuration dir
1380
1381 2003-07-12 [alfons]     0.9.3claws1
1382
1383         * src/matcher.[ch]
1384         * src/matcher_parser_parse.y
1385         * src/prefs_filtering.c
1386         * src/filtering.c
1387                 add "Lock" filter action to lock messages;
1388
1389         * src/filtering.c       
1390                 remove debug_print()    
1391         * src/prefs_filtering.c
1392                 re-organize matcher part 9: 
1393                 make action text entries easily extendible;
1394                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1395                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1396
1397 2003-07-12 [paul]
1398
1399         * tools/README
1400                 update old information and add missing
1401                 information
1402
1403 2003-07-12 [paul]       0.9.3claws
1404
1405         * 0.9.3claws released
1406         
1407 2003-07-12 [paul]       0.9.0claws103
1408
1409         * src/Makefile.am
1410                 add addrquery.h
1411
1412 2003-07-12 [melvin]     0.9.0claws102
1413
1414         * src/messageview.c
1415                 Fixed bug #215: Show MIME tab for single text/html messages. 
1416                 
1417 2003-07-12 [paul]       0.9.0claws101
1418
1419         * man/sylpheed.1
1420                 updated
1421
1422 2003-07-12 [paul]       0.9.0claws100
1423
1424         * po/es.po
1425           po/hr.po
1426           po/pl.po
1427           po/sr.po
1428                 update Spanish, Croatian, Polish, Serbian translations.
1429                 submitted by Ricardo Mones Lastra, Dragan, Witold
1430                 Wladyslaw Wojciech Wilk, Urke MMI
1431
1432 2003-07-12 [melvin]     0.9.0claws99
1433
1434         * po/fr.po
1435                 Updated French translations.
1436
1437 2003-07-12 [paul]       0.9.0claws98
1438
1439         * src/addressbook.c
1440                 disable 'Lookup' button as it has no effect
1441
1442 2003-07-11 [alfons]     0.9.0claws97
1443         
1444         * src/summaryview.c
1445                 summary_searchbar_pressed() should return TRUE to signal that
1446                 event was handled. when returning void, the return value passed
1447                 to GTK is actually random, but maybe FALSE, in which case the
1448                 event is handled by parent
1449                 
1450 2003-07-10 [paul]       0.9.0claws96
1451
1452         * ac/missing/gettext.m4
1453                 update to version 0.12
1454
1455 2003-07-10 [paul]       0.9.0claws95
1456
1457         * src/plugins/clamav/clamav_plugin.c
1458                 fix bug where multipart/alternative messages
1459                 would slip through without being scanned
1460
1461 2003-07-10 [christoph]  0.9.0claws94
1462
1463         * src/folder.c
1464                 correct check if folder supports removing when a message is
1465                 moved. if not the message is only copied.
1466
1467         (closes Bug 132 crash on startup in newsgroups folders)
1468
1469 2003-07-09 [alfons]     0.9.0claws93
1470
1471         * configure.ac
1472         * src/common/defs.h
1473                 --with-config-dir (default .sylpheed)
1474
1475 2003-07-09 [christoph]  0.9.0claws92
1476
1477         * configure.ac
1478                 use PKG_CHECK_MODULES to check for gtkmathview
1479                 (version 0.4.2 now required)
1480
1481 2003-07-08 [melvin]     0.9.0claws91
1482
1483         * src/action.c
1484                 Implemented a progress bar that counts the number of completed
1485                 tasks when the action runs more than one command.
1486
1487 2003-07-08 [alfons]     0.9.0claws90
1488
1489         * src/procmsg.c
1490                 if queued message has an invalid Message-Id, don't try to
1491                 find message it refers to (fixes #209 "crash when processing 
1492                 in folder")
1493
1494 2003-07-08 [paul]       0.9.0claws89
1495
1496         * sync with 0.9.3cvs2
1497                 see ChangeLog 2003-07-08
1498
1499 2003-07-08 [match]      0.9.0claws88
1500
1501         * src/ldapctrl.c
1502                 extend LDAP search for first/last name by parsing search term.
1503
1504 2003-07-08 [alfons]     0.9.0claws87
1505
1506         * src/send_message.c
1507                 fix bug #208 "Status message stuck when sending on POP3 account"
1508
1509 2003-07-07 [paul]       0.9.0claws86
1510
1511         * po/hr.po
1512                 new Croatian translation, submitted by
1513                 Dragan <drleskov@inet.hr>
1514
1515 2003-07-07 [paul]       0.9.0claws85
1516
1517         * sync with 0.9.3cvs1
1518                 see ChangeLog 2003-07-07
1519
1520 2003-07-05 [christoph]  0.9.0claws84
1521
1522         * src/Makefile.am
1523         * src/messageview.c
1524         * src/mimeview.[ch]
1525         * src/stock_pixmap.[ch]
1526         * src/pixmaps/messageview_text.xpm              ** NEW **
1527                 move mimeview tabs to the right side and use icons
1528                 instead of text to save some space
1529
1530         (patch by Luke Plant <lukeplant@softhome.net>)
1531
1532 2003-07-05 [christoph]  0.9.0claws83
1533
1534         * src/inc.c
1535                 add NULL pointer checks
1536
1537         (patch by Luke Plant <lukeplant@softhome.net>)
1538         (closes Bug 204 0.9.0 quits on authentication error?!)
1539
1540 2003-07-05 [alfons]     0.9.0claws82
1541
1542         * configure.ac
1543                 take the clue in bug #202 "./configure script - 
1544                 'if test' comparison failure" reported by John Kristoff. 
1545
1546 2003-07-04 [christoph]  0.9.0claws81
1547
1548         * src/plugins/spamassassin/spamassassin.c
1549                 set timeout for spam check
1550
1551 2003-07-04 [christoph]  0.9.0claws80
1552
1553         * src/main.c
1554                 destroy all FolderItems when shutting down to
1555                 allow folders to clean up
1556
1557 2003-07-04 [melvin]     0.9.0claws79
1558
1559         * src/gtk/gtkaspell.c
1560                 Fixed bug #184 "Entering non-ascii character deletes
1561                 previous char if spell checking enabled": this makes
1562                 the spell checking in multibytes (e.g. UTF-8)locales work.
1563                 (Patch by Luke Plant).
1564                 
1565 2003-07-04 [christoph]  0.9.0claws78
1566
1567         * sync with 0.9.2cvs1
1568                 see ChangeLog 2003-06-10
1569
1570 2003-07-04 [paul]       0.9.0claws77
1571
1572         * sync with 0.9.3 release
1573                 see ChangeLog 2003-07-04
1574
1575 2003-07-03 [christoph]  0.9.0claws76
1576
1577         * src/folder.[ch]
1578         * src/imap.c
1579         * src/mbox_folder.c
1580         * src/mh.c
1581         * src/news.c
1582                 move folder_item_get_path() stuff into a folder virtual function
1583
1584         * src/procmsg.c
1585                 use folder_item_fetch_msg() to get message and do not contruct
1586                 the filename from path and number
1587
1588 2003-07-03 [paul]       0.9.0claws75
1589
1590         * sync with 0.9.2cvs12
1591                 see ChangeLog 2003-07-03
1592
1593 2003-07-02 [paul]       0.9.0claws74
1594
1595         * src/messageview.c
1596                 fix text-selection for replying
1597
1598 2003-07-02 [paul]       0.9.0claws73
1599
1600         * sync with 0.9.2cvs11
1601                 see ChangeLog 2003-07-02
1602
1603 2003-07-02 [paul]       0.9.0claws72
1604
1605         * src/procmsg.c
1606                 revert last commit because it breaks more
1607                 than it fixes
1608
1609 2003-07-02 [paul]       0.9.0claws71
1610
1611         * src/procmsg.c
1612                 fix thread by subject/sort by date
1613
1614 2003-07-01 [paul]       0.9.0claws70
1615
1616         * sync with 0.9.2cvs10
1617                 see ChangeLog 2003-07-01
1618
1619 2003-06-30 [paul]       0.9.0claws69
1620
1621         * sync with 0.9.2cvs9
1622                 see ChangeLog 2003-06-30
1623
1624 2003-06-28 [match]      0.9.0claws68
1625
1626         * src/addressbook.c
1627                 fix null ptr.
1628
1629 2003-06-27 [paul]       0.9.0claws67
1630
1631         * sync with 0.9.2cvs7
1632                 see ChangeLog 2003-06-27
1633
1634 2003-06-26 [christoph]  0.9.0claws66
1635
1636         * src/folder.c
1637                 freeze folder updates while a folder is scanned
1638
1639         (closes Bug 185 New message counter)
1640
1641 2003-06-26 [darko]      0.9.0claws65
1642
1643         * src/ldapserver.c
1644                 fix infinite loop when adding a new LDAP server
1645
1646 2003-06-26 [paul]       0.9.0claws64
1647
1648         * sync with 0.9.2cvs6
1649                 see ChangeLog 2003-06-26
1650
1651 2003-06-26 [paul]       0.9.0claws63
1652
1653         * sync with 0.9.2cvs5
1654                 see ChangeLog 2003-06-25 and 2003-06-26
1655
1656 2003-06-25 [match]      0.9.0claws62
1657
1658         * src/addr_compl.c
1659                 Fixed tab/backtab for dropped-down completion list to
1660                 move next/previous field. (close bug 147)
1661
1662 2003-06-25 [christoph]  0.9.0claws61
1663
1664         * src/addr_compl.[ch]
1665         * src/addrindex.[ch]
1666         * src/folderview.c
1667         * src/inc.c
1668         * src/news.c
1669         * src/summaryview.c
1670         * src/toolbar.c
1671                 fix warnings
1672
1673 2003-06-25 [leandro]    0.9.0claws60
1674
1675         * src/compose.c
1676                 o cleanups
1677                 o gray out "Message/Remove references" menu item if not
1678                   replying to a message
1679
1680 2003-06-24 [leandro]    0.9.0claws59
1681
1682         * src/compose.[ch]
1683                 o removed "Message/Create new thread" menu item
1684                 o added "Message/Remove references" menu item
1685                   (it's off by default and will not check anymore
1686                    if the subject changed)
1687
1688 2003-06-23 [alfons]     0.9.0claws58
1689
1690         * src/procmsg.c
1691                 try better grouping messages threaded by subject based on their age.
1692                 still not perfect - because the message tree is not sorted by date.  
1693
1694 2003-06-23 [thorsten]   0.9.0claws57
1695
1696         * src/pop.[ch]
1697                 added mail_receive_hook to allow modifications
1698                 directly after retrieval (e.g. adding headers).
1699
1700 2003-06-23 [paul]       0.9.0claws56
1701
1702         * src/sourcewindow.c
1703                  enable the use of Ctrl+A to select all text in
1704                  the sourcewindow
1705                  Patch submitted by Ivan Francolin Martinez
1706                  <ivanfm@users.sourceforge.net>
1707
1708 2003-06-22 [christoph]  0.9.0claws55
1709
1710         * src/folder.[ch]
1711                 o add notification hook for folder tree changes
1712                 o invoke hooks after folder tree scanning
1713
1714         * src/folderview.[ch]
1715                 register hook for folder tree changes that
1716                 updates the ctree
1717
1718         (there are more places that should be updated, like add, remove 
1719          or move folder)
1720
1721         (closes Bug 164 Crash on rebuild folder tree)
1722         (closes Bug 190 Crash on 'rebuilding folder tree')
1723
1724 2003-06-21 [leandro]    0.9.0claws54
1725
1726         * src/compose.[ch]
1727                 create a new thread if subject changes
1728                 (it's on by default, can be disabled in Message menu)
1729
1730 2003-06-21 [alfons]     0.9.0claws53
1731
1732         * src/summaryview.c
1733                 quiet little compiler
1734
1735 2003-06-21 [christoph]  0.9.0claws52
1736
1737         update gettext stuff to version 0.12
1738
1739 2003-06-19 [alfons]     0.9.0claws51
1740
1741         * src/common/log.c
1742         * src/common/plugin.c
1743                 move defs.h before glib.h to prevent MIN/MAX redefs
1744
1745 2003-06-19 [alfons]
1746
1747         * src/addressbook.c
1748                 translatable
1749
1750 2003-06-19 [match]      0.9.0claws50
1751
1752         * src/addressbook.[ch]
1753         * src/addrindex.[ch]
1754         * src/addr_compl.[ch]
1755         * src/editldap.[ch]
1756         * src/editldap_basedn.[ch]
1757         * src/addritem.[ch]
1758         * src/ldapquery.h
1759                 re-implemented dynamic LDAP search. works without
1760                 slowdown on display sender with addressbook
1761                 option.
1762         * src/addrbook.c
1763                 documented code.
1764
1765 2003-06-19 [paul]       0.9.0claws49
1766
1767         * src/compose.c
1768                 fix Bug #136 'Nonprovided quotation marks crash claws'
1769                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1770
1771 2003-06-19 [alfons]     0.9.0claws48
1772
1773         * src/prefs_common.[ch]
1774         * src/procmsg.c
1775                 restrict threading by subject by checking thread for
1776                 age (prefs_common.thread_by_subject_max_age)
1777
1778 2003-06-18 [christoph]  0.9.0claws47
1779
1780         * src/imap.c
1781                 fix memory leak in imap_cmd_fetch()
1782
1783 2003-06-18 [christoph]  0.9.0claws46
1784
1785         * src/prefs_gtk.c
1786                 fix memory leak in prefs_set_default() when used multiple
1787                 times or after prefs have been read
1788
1789 2003-06-18 [christoph]  0.9.0claws45
1790
1791         * src/common/plugin.c
1792                 fix memory leak in plugin_unload()
1793
1794 2003-06-18 [christoph]  0.9.0claws44
1795
1796         * src/imap.c
1797                 fix memory leak in imap_cmd_ok()
1798
1799 2003-06-18 [christoph]  0.9.0claws43
1800
1801         * src/folder.c
1802                 stop messages that are downloaded from POP3 and added to
1803                 an IMAP inbox from being filtered twice (first by POP3
1804                 and again when IMAP folder is scaned to get the UID of
1805                 the APPEND operation when no UIDPLUS is available)
1806
1807 2003-06-18 [alfons]
1808
1809         * tools/Makefile.am
1810                 phoenix <- firebird     
1811
1812 2003-06-18 [paul]
1813
1814         * tools/launch_phoenix          ** REMOVED **
1815           tools/launch_firebird         ** NEW **
1816                 renamed and edited to reflect the browser's name change from
1817                 'phoenix' to 'firebird'
1818
1819 2003-06-18 [paul]       0.9.0claws42
1820
1821         * sync with 0.9.2cvs2
1822                 see ChangeLog 2003-06-16
1823
1824 2003-06-17 [alfons]     0.9.0claws41
1825
1826         * src/procmsg.c
1827                 prevent threading problems when a node is an ancestor (parent / great parent),
1828                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1829                 for finding an sample set of messages)
1830
1831 2003-06-16 [christoph]  0.9.0claws40
1832
1833         * src/main.c
1834                 don't popup main window on --receive or --receive-all
1835
1836         * src/mainwindow.[ch]
1837         * src/plugins/trayicon/trayicon.c
1838                 allow hiding of main window by clicking on the trayicon
1839                 (doesn't work correctly in seperate window mode and may
1840                  cause unexpected GTK problems I couldn't find yet)
1841
1842         * src/common/ssl.c
1843                 remove incorrect warning
1844
1845 2003-06-15 [alfons]     0.9.0claws39
1846
1847         * src/gtk/gtkstext.c
1848                 don't output debug text;
1849                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1850                 for pointing this out);
1851
1852 2003-06-14 [alfons]     0.9.0claws38
1853         
1854         * src/messageview.c
1855                 remove printf() and make one if..else comply with coding style
1856
1857 2003-06-14 [alfons]     0.9.0claws37
1858
1859         * AUTHORS
1860                 add Martin Wicke
1861         * src/action.c
1862         * src/messageview.[ch]
1863         * src/summaryview.c
1864                 apply patch #754162 "Quoting messages filtered by actions" submitted
1865                 by Martin Wicke, which allows quoting message body changed by an
1866                 action (Thanks!).
1867
1868 2003-06-13 [alfons]     0.9.0claws36
1869
1870         * src/utils.c
1871                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1872                 use case insensitive regexp (suggested by Ivan Martinez)
1873
1874 2003-06-13 [christoph]  0.9.0claws35
1875
1876         * configure.ac
1877         * src/plugins/trayicon/Makefile.am
1878         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1879         * src/plugins/trayicon/trayicon.c
1880         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1881         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1882         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1883         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1884         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1885         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1886                 replace my own EggTrayIcon backport with the backport
1887                 used by (l|x)mule and gabber.
1888
1889 2003-06-13 [alfons]     0.9.0claws34
1890
1891         * AUTHORS
1892         * src/common/utils.c
1893                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1894
1895 2003-06-13 [alfons]     0.9.0claws33
1896
1897         * src/compose.c
1898                 clean up a little bit
1899
1900 2003-06-12 [alfons]     0.9.0claws32
1901
1902         * src/compose.c
1903                 const correctness fix
1904
1905         * src/common/sylpheed.[ch]
1906                 () -> (void)
1907                 prevent redef MIN/MAX
1908                 
1909         * src/common/utils.[ch]
1910                 () -> (void)
1911
1912 2003-06-12 [melvin]     0.9.0claws31
1913
1914         * src/compose.c
1915                 Updated to take into accounts changes in GtkAspell.
1916
1917 2003-06-12 [alfons]     0.9.0claws30
1918
1919         * src/compose.c
1920         * src/procmsg.c
1921         * src/common/utils.[ch]
1922                 handle reply subject prefixes better (initial 
1923                 suggestion by Robert Story adapted and enhanced 
1924                 using regexps)
1925
1926 2003-06-12 [melvin]     0.9.0claws29
1927
1928         * src/compose.c
1929                 Use new gtkaspell_checkers_strerror() to get the speller's
1930                 error message instead of accessing the (now private)
1931                 checkers structure.
1932                 Minor code clean up
1933
1934         * src/main.c
1935                 Use #ifdef instead of #if for USE_ASPELL
1936                 Use the new spell checkers init/quit functions 
1937
1938         * src/gtk/gtkaspell.c
1939                 Use #ifdef instead of #if for USE_ASPELL
1940                 Moved in the majority of GtkAspell structures that were
1941                 exported before by gtkaspell.h
1942         
1943         * src/gtk/gktaspell.h
1944                 Made gtkaspell.h contain only the necessary data to be
1945                 publicized by moving many structures to gtkaspell.c.
1946                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1947                 gtkaspell_checkers_new(): replaced by...
1948                 gtkaspell_checkers_init(): new function for initialization
1949                 gtkaspell_checkers_delete(): replaced by...
1950                 gtkaspell_checkers_quit(): new function
1951                 gtkaspell_checkers_strerror(): new function that returns
1952                 the checker's last error message.
1953                 
1954 2003-06-11 [melvin]     0.9.0claws28
1955
1956         * po/POTFILES.in
1957                 Updated to take into account gtkaspell.c migration to
1958                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1959
1960 2003-06-10 [alfons]     0.9.0claws27
1961
1962         * src/filtering.[ch]
1963         * src/folder.c
1964         * src/matcher.c
1965         * src/scoring.[ch]
1966                 - try fixing bug #18 (any brave testers?)
1967                 - add more robustness by refusing previously 
1968                   unchecked NULL pointers 
1969
1970 2003-06-10 [alfons]     0.9.0claws26
1971
1972         * src/procmsg.c
1973                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1974
1975 2003-06-09 [alfons]     0.9.0claws25
1976
1977         * src/prefs_common.c
1978                 fix bug #163 "Icon switching doesnt work properly" by 
1979                 preventing early freeing of prefs_common.pixmap_theme_path.
1980
1981 2003-06-09 [christoph]  0.9.0claws24
1982
1983         * src/gtk/gtkaspell.c
1984                 revert Thorsten's fix and add forgotten g_strdup for
1985                 aspell path (it should not be possible to alter the path a
1986                 GtkASpell uses from outside)
1987
1988 2003-06-09 [thorsten]   0.9.0claws23
1989
1990         * src/gtk/gtkaspell.c
1991                 dont free prefs_common.aspell_path when closing compose
1992
1993 2003-06-08 [colin]      0.9.0claws22
1994
1995         * src/plugins/spamassassin/spamassassin.c
1996                 fix prefs types
1997
1998 2003-06-07 [christoph]  0.9.0claws21
1999
2000         * src/Makefile.am
2001         * src/compose.c
2002         * src/gtkaspell.[ch]            ** REMOVE **
2003         * src/gtk/Makefile.am
2004         * src/gtk/gtkaspell.[ch]        ** NEW **
2005                 o make gtkaspell independent from sylpheed's prefs
2006                 o move gtkaspell.[ch] to gtk directory
2007
2008 2003-06-07 [christoph]  0.9.0claws20
2009
2010         * src/Makefile.am
2011         * src/crash.c
2012         * src/export.c
2013         * src/filesel.[ch]              ** REMOVE **
2014         * src/folder.c
2015         * src/main.[ch]
2016         * src/common/sylpheed.[ch]
2017         * src/gtk/Makefile.am
2018         * src/gtk/filesel.[ch]          ** NEW **
2019         * src/gtk/pluginwindow.c
2020         * src/gtk/sslcertwindow.c
2021                 move filesel.[ch] to gtk directory
2022
2023 2003-06-07 [alfons]     0.9.0claws19
2024
2025         * src/filesel.c
2026                 make (multi) file selection dialog work again (Claws-only)
2027
2028 2003-06-07 [thorsten]   0.9.0claws18
2029
2030         * po/de.po
2031                 fix typos
2032
2033 2003-06-07 [alfons]     0.9.0claws17
2034
2035         * configure.ac
2036         * src/mimeview.c
2037                 detect apache mishap in which case don't include fnmatch.h
2038                 if regex.h is already included
2039
2040 2003-06-06 [christoph]  0.9.0claws16
2041
2042         * configure.ac
2043         * src/mimeview.h
2044                 add check for fnmatch.h and include it when available
2045
2046         * src/mimeview.[ch]
2047                 fix wrong case sensitivity of Content-Types
2048
2049         * src/gtk/Makefile.am
2050                 need the same include paths in gtk directory as in
2051                 common directory because .h files in common can
2052                 include files from these directories, when included
2053                 in gtk's .h or .c files
2054
2055 2003-06-06 [alfons]     0.9.0claws15
2056
2057         * src/mimeview.c
2058         * src/summaryview.c
2059                 make it compile again because of regex.h / fnmatch.h 
2060                 include problems (related to recent mime stuff, can
2061                 someone check this?)
2062
2063 2003-06-06 [thorsten]   0.9.0claws14
2064
2065         * src/folderview.c
2066                 possible use of uninitialized pointer while dragging
2067
2068 2003-06-06 [paul]       0.9.0claws13
2069
2070         * src/compose.c
2071                 fix bug where the insert sig button would be effective
2072                 only when auto_sig was set
2073
2074 2003-06-06 [paul]       0.9.0claws12
2075
2076         * sync with 0.9.2 release
2077
2078 2003-06-02 [paul]       0.9.0claws11
2079
2080         * sync with 0.9.1cvs1
2081                 see ChangeLog 2003-06-02
2082                 
2083         * po/de.po
2084                 update by Jens
2085
2086 2003-06-01 [christoph]  0.9.0claws10
2087
2088         * src/account.c
2089                 don't use substring search to find accounts by email address
2090
2091         (closes Bug 169 Overly loose matching of "From" address)
2092
2093 2003-05-31 [christoph]  0.9.0claws9
2094
2095         * doc-src/rfc2683.txt
2096         * src/imap.c
2097                 limit IMAP command length as recommended in RFC2683
2098                 (message number lists will be split into multiple imap
2099                 sets, the limit of 1000 octets is not a hard limit)
2100
2101         (closes Bug 161 sylpheed-claws exits with segfault when logging
2102          in to certain imap-servers)
2103
2104 2003-05-29 [alfons]     0.9.0claws8
2105
2106         * src/toolbar.[ch]
2107                 add print button (calling summary_print());
2108                 fine tune setting tooltip text;
2109                 (if someone needs other buttons, please take these 
2110                 commits as a guide, instead of bothering us - also
2111                 see 0.8.11claws150) 
2112
2113 2003-05-29 [darko]      0.9.0claws7
2114
2115         * src/compose.c
2116                 fix crash when word wrapping kicks in due to
2117                 changed text by spell checker
2118
2119 2003-05-29 [paul]       0.9.0claws6
2120
2121         * src/compose.c
2122                 fix bug where changing account would insert
2123                 sig even if auto_sig was FALSE
2124                 
2125         * ChangeLog
2126           ChangeLog.jp
2127           INSTALL
2128                 sync with 0.9.1 release
2129
2130 2003-05-28 [christoph]  0.9.0claws5
2131
2132         * src/imap.c
2133                 fix truncation of too long commands
2134
2135         (closes Bug 167 IMAP hangs trying to get envelope
2136          information in imap_get_uncached_messages)
2137
2138 2003-05-27 [paul]       0.9.0claws4
2139
2140         * tools/Makefile.am
2141           tools/maildir2sylpheed.pl     ** NEW FILE **
2142                 add kmail to sylpheed mailbox conversion script
2143
2144 2003-05-27 [paul]       0.9.0claws3
2145
2146         * sync with 0.9.0cvs10
2147                 see ChangeLog 2003-05-26
2148
2149 2003-05-26 [paul]       0.9.0claws2
2150
2151         * sync with 0.9.0cvs9
2152                 see ChangeLog 2003-05-26
2153
2154 2003-05-24 [paul]       0.9.0claws1
2155
2156         * sync with 0.9.0cvs8
2157                 see ChangeLog 2003-05-23
2158
2159 2003-05-24 [paul]       0.9.0claws
2160
2161         * version 0.9.0claws released
2162
2163 2003-05-24 [paul]       0.8.11claws177
2164
2165         * src/plugins/dillo-viewer/Makefile.am
2166           src/plugins/traycon/Makefile.am
2167                 add missing files
2168                 
2169         * po/bg.po
2170           po/en_GB.po
2171           po/es.po
2172           po/it.po
2173           po/pt_BR.po
2174           po/ru.po
2175           po/sr.po
2176                 update Bulgarian, British English, Spanish, Italian, 
2177                 Brazilian Portuguese, Russian, and Serbian translations, 
2178                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2179                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2180                 Ruslan N. Balkin, and Urke MMI
2181
2182 2003-05-23 [melvin]     0.8.11claws176
2183
2184         * po/fr.po
2185                 Updated French translations
2186
2187 2003-05-22 [paul]       0.8.11claws175
2188
2189         * src/Makefile.am
2190           src/addrbook.[ch]
2191           src/addrcache.[ch]
2192           src/addr_compl.[ch]
2193           src/adressbook.[ch]
2194           src/addrindex.[ch]
2195           src/addritem.[ch]
2196           src/editaddress.c
2197           src/editgroup.c
2198           src/editldap_basedn.c
2199           src/editldap.c
2200           src/jpilot.c
2201           src/vcard.c
2202                 revert to get ldap into it previous working state
2203                 
2204         * po/zh_TW.Big5.po
2205                 new Taiwanese translation,
2206                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2207
2208 2003-05-22 [christoph]  0.8.11claws174
2209
2210         * src/plugins/spamassassin/libspamc.[ch]
2211                 sync libspamc with SpamAssaain release 2.55
2212
2213 2003-05-22 [paul]       0.8.11claws173
2214
2215         * sync with 0.9.0cvs7
2216                 see ChangeLog 2003-05-22
2217                 
2218         * src/summaryview.c
2219                 revert change in 0.8.11claws172: follow
2220                 Hiroyuki's decision and that's the end of it.
2221
2222 2003-05-21 [paul]       0.8.11claws172
2223
2224         * src/summaryview.c
2225                 fix discrepency between open_unread_on_enter
2226                 and always_show_msg
2227
2228 2003-05-21 [paul]       0.8.11claws171
2229
2230         * sync with 0.9.0cvs6
2231                 see ChangeLog 2003-05-21
2232
2233 2003-05-21 [paul]       0.8.11claws170
2234
2235         * sync with 0.9.0cvs5
2236                 see ChangeLog 2003-05-21
2237
2238 2003-05-20 [paul]       0.8.11claws169
2239
2240         * sync with 0.9.0cvs4
2241                 see ChangeLog 2003-05-20
2242                 fixes bug #152, 'encoding of IMAP folders names'
2243
2244 2003-05-20 [paul]       0.8.11claws168
2245
2246         * sync with 0.9.0cvs3
2247                 see ChangeLog 2003-05-20
2248                 
2249         * src/tools/convert_mbox.pl
2250                 minor change in the comments, submitted by Fred Marton
2251
2252 2003-05-19 [paul]       0.8.11claws167
2253
2254         * src/plugins/clamav/Makefile.am
2255           configure.ac
2256                 link clamav_lib to the plugin and not to the main program
2257
2258 2003-05-19 [christoph]
2259
2260         * src/Makefile.am
2261                 add -export-dynamic for linking
2262
2263 2003-05-19 [paul]       0.8.11claws166
2264
2265         * sync with 0.9.0cvs1
2266                 see ChangeLog 2003-05-19
2267
2268 2003-05-19 [paul]       0.8.11claws165
2269
2270         * src/inc.c
2271                 fix 'pop before smtp' timeout
2272
2273 2003-05-18 [alfons]     0.8.11claws164
2274
2275         * src/prefs_matcher.c
2276                 put "execute" action command line ("expression") in edit box
2277
2278 2003-05-18 [christoph]  0.8.11claws163
2279
2280         * src/mimeview.[ch]
2281         * src/plugins/dillo_viewer/dillo_viewer.c
2282         * src/plugins/image_viewer/viewer.c
2283         * src/plugins/mathml_viewer/mathml_viewer.c
2284                 let a viewer have a list of Content-Types
2285
2286 2003-05-18 [paul]       0.8.11claws162
2287
2288         * src/prefs_filtering.c
2289                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2290                 and REDIRECT actions
2291
2292 2003-05-17 [christoph]
2293
2294         * README.claws
2295                 o remove dynamic signatures that was syned with main
2296                 o add infos about no longer "build in" image viewer
2297                 o update bugtracker URL
2298
2299 2003-05-17 [christoph]  0.8.11claws161
2300
2301         * src/folder.c
2302         * src/folderview.c
2303         * src/imap.c
2304                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2305                 for every folder after rebuilding the folder tree.
2306
2307         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2308          messages)
2309
2310 2003-05-17 [christoph]  0.8.11claws160
2311
2312         * src/imap.c
2313                 don't use STATUS command on current folder to check for
2314                 content changes. imap_cmd_ok() now tracks changes to
2315                 folder and number of existing messages.
2316
2317 2003-05-17 [paul]       0.8.11claws159
2318
2319         * src/plugins/clamav/clamav_plugin.c
2320                 remove unnecessary debug_print
2321
2322 2003-05-16 [thorsten]   0.8.11claws158
2323
2324         * src/plugins/demo.c
2325                 included missing intl.h
2326
2327 2003-05-16 [paul]       0.8.11claws157
2328
2329         * po/POTFILES.in
2330                 remove non-existant entries
2331         
2332         * src/plugins/clamav/clamav_plugin.c
2333           src/plugins/clamav/clamav_plugin_gtk.c
2334           src/plugins/dillo_viewer/dillo_prefs.c
2335           src/plugins/dillo_viewer/dillo_viewer.c
2336                 gettextise
2337
2338 2003-05-16 [christoph]  0.8.11claws156
2339
2340         * po/POTFILES.in
2341                 include plugin .c files for translation until I
2342                 find a better solution to have plugins have their
2343                 own textdomain
2344         * src/plugins/demo/demo.c
2345         * src/plugins/image_viewer/plugin.c
2346         * src/plugins/mathml_viewer/mathml_viewer.c
2347         * src/plugins/spamassassin/spamassassin.c
2348         * src/plugins/spamassassin/spamassassin_gtk.c
2349         * src/plugins/trayicon/trayicon.c
2350                 add gettext macros for plugin name and description
2351
2352 2003-05-16 [paul]
2353
2354         * sync with 0.9.0
2355
2356 2003-05-16 [paul]       0.8.11claws155
2357
2358         * sync with lastest 0.9.0pre1
2359                 see ChangeLog 2003-05-16
2360
2361 2003-05-15 [paul]       0.8.11claws154
2362
2363         * sync with latest 0.9.0pre1
2364                 see ChangeLog 2003-05-14 and 2003-05-15
2365
2366 2003-05-14 [christoph]  0.8.11claws153
2367
2368         * src/plugins/image_viewer/viewer.c
2369         * src/plugins/image_viewer/viewer.glade         ** NEW **
2370         * src/plugins/image_viewer/viewerprefs.c
2371                 make it possible to disable the autoload function in the
2372                 imageviewer again
2373
2374 2003-05-14 [christoph]  0.8.11claws152
2375
2376         * src/folder.c
2377                 fix folder update after adding a message
2378
2379 2003-05-13 [alfons]     0.8.11claws151
2380
2381         * src/common/session.c
2382                 remove debug traces
2383                 
2384         * src/addrcache.[ch]
2385         * src/filtering.[ch]
2386         * src/folder.[c]
2387         * src/gtkaspell.[ch]
2388         * src/imap.[ch]
2389         * src/mbox_folder.[ch]
2390         * src/mh.[ch]
2391         * src/mimeview.h
2392         * src/msgcache.[ch]
2393         * src/news.[ch]
2394         * src/passphrase.[ch]
2395         * src/prefs_common.[ch]
2396         * src/prefs_gtk.[ch]
2397         * src/procmsg.c
2398         * src/scoring.[ch]
2399                 be pedantic; (in prototypes () implies (int))
2400
2401 2003-05-13 [alfons]     0.8.11claws150
2402
2403         * src/prefs_toolbar.[ch]
2404         * src/summaryview.[ch]
2405         * src/toolbar.[ch]
2406                 change misleading text in toolbar prefs;
2407                 add toolbar action for ignore thread (toggles ignore thread flag);
2408                 clean up a little bit;
2409
2410 2003-05-12 [paul]
2411
2412         * tools/convert_mbox.pl
2413                 bug fixed by Fred Marton
2414
2415 2003-05-12 [paul]
2416
2417         * sync with 0.9.0pre1
2418
2419 2003-05-09 [paul]       0.8.11claws149
2420
2421         * sync with 0.8.11cvs43
2422                 see ChangeLog 2003-05-09
2423
2424 2003-05-08 [christoph]  0.8.11claws148
2425
2426         * src/imap.[ch]
2427                 o use CAPABILIY as first command and check for PREAUTH
2428                   information in the response to it
2429                 o rewrite all imap_cmd_* functions to use an IMAPSession
2430                   instead of a SockInfo as parameter
2431                 o do STARTTLS after fetching and checking the server
2432                   capabilities
2433
2434 2003-05-08 [paul]       0.8.11claws147
2435
2436         * tools/Makefile.am
2437           tools/README
2438           tools/convert_mbox.pl         ** NEW FILE **
2439                 add mbox conversion script. Submitted by 
2440                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2441
2442 2003-05-07 [christoph]
2443
2444         * doc-src/glade.txt
2445         * src/gtk/pluginwindow.glade
2446         * src/plugins/image_viewer/viewerprefs.glade
2447         * src/plugins/spamassassin/spamassassin_gtk.glade
2448                 add glade files for user interfaces and a description how
2449                 to use glade to create the sylpheed code
2450
2451 2003-05-07 [paul]       0.8.11claws146
2452
2453         * sync with 0.8.11cvs41
2454                 see ChangeLog 2003-05-07
2455
2456 2003-05-06 [christoph]  0.8.11claws145
2457
2458         * src/main.c
2459         * src/plugins/image_viewer/viewer.c
2460                 fix usage of imlib in imageviewer plugin
2461
2462         * src/gtk/prefswindow.c
2463                 handle window close event correctly
2464
2465 2003-05-06 [paul]       0.8.11claws144
2466
2467         * src/common/ssl.c
2468                 fix typo introduced in sync
2469
2470 2003-05-06 [paul]       0.8.11claws143
2471
2472         * sync with 0.8.11cvs39
2473                 see ChangeLog 2003-05-06
2474
2475 2003-05-06 [paul]       0.8.11claws142
2476
2477         * AUTHORS
2478           po/cs.po
2479                 updated Czech translation, submitted by 
2480                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2481                 
2482         * src/plugins/clamav/clamav_plugin_gtk.c
2483                 clean up
2484
2485 2003-05-03 [alfons]     0.8.11claws141
2486
2487         * src/compose.[ch]
2488                 make paste as quotation work even when the call to 
2489                 text_inserted() was deferred (fixes bug #140 "Paste 
2490                 as quotation does not work when using "external" 
2491                 clipboard")
2492
2493 2003-05-03 [thorsten]   0.8.11claws140
2494
2495         * src/addrquery.h
2496           src/ldapquery.h
2497           src/mainwindow.c
2498                 removed C++ comments
2499         * src/addr_compl.c
2500                 function with non-int retval/param used before
2501                 implementation/declaration
2502
2503 2003-05-02 [paul]       0.8.11claws139
2504
2505         * src/addr_compl.[ch]
2506           src/addressbook.[ch]
2507           src/addrindex.c
2508           src/summaryview.c
2509                 revert match's changes to (finally) remove the bug where
2510                 opening a folder causes massive slowdown when using the 
2511                 'Display sender using address book' option
2512
2513 2003-05-01 [melvin]     0.8.11claws138
2514
2515         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2516         * src/plugins/dillo_viewer/dillo_viewer.c
2517                 Fixed bug where "Cancel" button from prefs issued
2518                 warnings.
2519                 Comply a little more to coding style
2520
2521 2003-05-01 [paul]       0.8.11claws137
2522
2523         * sync with 0.8.11cvs38
2524                 see ChangeLog 2003-05-01
2525
2526 2003-05-01 [paul]       0.8.11claws136
2527
2528         * po/bg.po
2529                 updated by George Danchev
2530
2531 2003-04-30 [christoph]  0.8.11claws135
2532
2533         * src/plugins/dillo_viewer/dillo_prefs.c
2534         * src/plugins/image_viewer/viewerprefs.c
2535         * src/plugins/spamassassin/spamassassin_gtk.c
2536                 remove gtk_widget_ref() calls for widgets in
2537                 glade code
2538
2539 2003-04-30 [paul]       0.8.11claws134
2540
2541         * src/addrindex.c
2542                 ok, this time a better fix for the bug where opening folder
2543                 has massive slowdown when using the 'Display sender using 
2544                 address book' option
2545
2546 2003-04-30 [paul]       0.8.11claws133
2547
2548         * src/addrindex.c
2549                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2550         
2551 2003-04-30 [melvin]     0.8.11claws132
2552
2553         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2554
2555         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2556                 Preferences for the dillo plugin
2557         * src/plugins/dillo_viewer/dillo_viewer.c
2558                 Support for preferences
2559         * src/plugins/dillo_viewer/Makefile.am
2560                 Added dillo_prefs.[ch]
2561
2562 2003-04-30 [alfons]     0.8.11claws131
2563
2564         * src/common/plugin.[ch]
2565                 see? this ANSI C'fication immediately gives us type
2566                 checking for free.
2567
2568 2003-04-30 [alfons]     0.8.11claws130
2569
2570         * src/common/plugin.[ch]
2571         * src/plugins/clamav/clamav_plugin.[ch]
2572         * src/plugins/clamav/clamav_plugin_gtk.c
2573         * src/plugins/demo/demo.c
2574         * src/plugins/dillo_viewer/dillo_viewer.c
2575         * src/plugins/image_viewer/plugin.c
2576         * src/plugins/image_viewer/viewer.[ch]
2577         * src/plugins/image_viewer/viewerprefs.[ch]
2578         * src/plugins/mathml_viewer/mathml_viewer.c
2579         * src/plugins/spamassassin/spamassassin.[ch]
2580         * src/plugins/spamassassin/spamassassin_gtk.c
2581         * src/plugins/trayicon/trayicon.c
2582                 clean up
2583
2584 2003-04-30 [alfons]     0.8.11claws129
2585
2586         * src/common/utils.c
2587                 make is_ascii_str() fail gracefully when NULL pointer
2588                 is passed
2589
2590 2003-04-30 [paul]       0.8.11claws128
2591
2592         * src/addrindex.c
2593                 fix bug where opening folder has massive slowdown when
2594                 using the 'Display sender using address book' option
2595
2596 2003-04-30 [paul]       0.8.11claws127
2597
2598         * src/plugins/clamav/clamav_plugin.c
2599           src/plugins/clamav/clamav_plugin_gtk.c
2600           src/plugins/demo/demo.c
2601           src/plugins/dillo_viewer/dillo_viewer.c
2602           src/plugins/image_viewer/plugin.c
2603           src/plugins/mathml_viewer/mathml_viewer.c
2604           src/plugins/spamassassin/spamassassin.c
2605           src/plugins/spamassassin/spamassassin_gtk.c
2606           src/plugins/trayicon/trayicon.c
2607                 get rid of eye-hurting function signatures
2608
2609 2003-04-30 [paul]       0.8.11claws126
2610
2611         * src/plugins/trayicon/trayicon.c
2612                 add description
2613                 
2614         * src/mimeview.c
2615                 be more descriptive
2616
2617 2003-04-30 [paul]       0.8.11claws125
2618
2619         * configure.ac
2620                 arrange the plugins in reverse alphabetical order
2621                 
2622         * src/plugins/clamav/clamav_plugin.[ch]
2623           src/plugins/clamav/clamav_plugin_gtk.c
2624                 rename some params
2625                 resize max_size window
2626                 re-arrange the order of some gui elements
2627                 improve descriptions
2628         
2629         * src/plugins/image_viewer/plugin.c
2630           src/plugins/mathml_viewer/mathml_viewer.c
2631                 add descriptions
2632                 
2633         * src/plugins/spamassassin/spamassassin_gtk.c
2634                 resize max_size window
2635                 re-arrange the order of some gui elements
2636                 
2637         * src/messageview.c
2638           src/mimeview.c
2639                 correct typos
2640
2641 2003-04-30 [alfons]     0.8.11claws124
2642
2643         * src/imap.c
2644                 fix a leak found while browsing Martin Kluge's 
2645                 valgrind log (Claws only)
2646
2647 2003-04-29 [darko]      0.8.11claws123
2648
2649         * src/gtk/gtkstext.h
2650                 include wchar.h if it is available, fixes compilation
2651                 on HP-UX systems
2652
2653 2003-04-29 [melvin]     0.8.11claws122
2654
2655         * src/prefs_actions.c
2656                 Improved help text of Actions' syntax
2657
2658 2003-04-28 [paul]       0.8.11claws121
2659
2660         * src/action.c
2661                 a better fix for the crash when performing an action
2662                 on a mime part
2663
2664 2003-04-28 [paul]       0.8.11claws120
2665
2666         * src/action.c
2667                 fix crash when performing an action on a
2668                 mime part
2669
2670 2003-04-28 [paul]       0.8.11claws119
2671
2672         * sync with 0.8.11cvs36
2673                 see ChangeLog 2003-04-28
2674
2675 2003-04-27 [paul]       0.8.11claws118
2676
2677         * more sync with 0.8.11cvs35
2678                 see ChangeLog 2003-04-25
2679
2680 2003-04-26 [christoph]  0.8.11claws117
2681
2682         * src/folder.c
2683                 fix remove virtual check
2684
2685 2003-04-26 [paul]       0.8.11claws116
2686
2687         * src/messageview.c
2688                 fix return-receipt, make it work again
2689
2690 2003-04-26 [paul]       0.8.11claws115
2691
2692         * src/mimeview.c
2693                 restore double-clicking of the [application/pgp-signature 
2694                 (Select "Check signature" to check)] line in the message view,
2695                 broken in recent sync
2696
2697 2003-04-26 [christoph]  0.8.11claws114
2698
2699         * src/folder.c
2700                 check if remove virtual really exists before
2701                 calling the function
2702
2703 2003-04-25 [match]      0.8.11claws113
2704
2705         * src/addrindex.c
2706         * src/addrbook.c
2707         * src/ldapquery.[ch]
2708         * src/ldapctrl.[ch]
2709                 fix memleak.
2710         * src/ldapserver.[ch]
2711                 fix memleak. fix segfault.
2712                 plug a Claws memleak
2713
2714 2003-04-25 [alfons]     0.8.11claws112
2715
2716         * src/folder.c
2717                 plug a Claws memleak
2718
2719 2003-04-25 [alfons]     0.8.11claws111
2720
2721         * src/common/session.c
2722                 plug a memleak
2723
2724 2003-04-25 [paul]       0.8.11claws110
2725
2726         * sync with 0.8.11cvs35
2727                 see ChangeLog 2003-04-24 and 2003-04-25
2728                 
2729         * src/gtk/pluginwindow.c
2730                 correct another strange float value
2731
2732 2003-04-24 [christoph]  0.8.11claws109
2733
2734         * src/folder.c
2735                 freeze folder item updates when unsetting new flags
2736
2737         * src/gtk/pluginwindow.c
2738                 correct strange float value
2739
2740 2003-04-23 [paul]       0.8.11claws108
2741
2742         * sync with 0.8.11cvs33
2743                 see ChangeLog 2003-04-23
2744
2745 2003-04-22 [paul]       0.8.11claws107
2746
2747         * src/Makefile.am
2748           src/messageview.c
2749           src/mimeview.c
2750           src/pgptext.[ch]      ** REMOVED **
2751                 remove pgptext.[ch] as its not used any more
2752
2753 2003-04-22 [paul]       0.8.11claws106
2754
2755         * sync with 0.8.11cvs31
2756                 see ChangeLog 2003-04-21 and 2003-04-22
2757
2758 2003-04-21 [alfons]     0.8.11claws105
2759
2760         * src/main.c
2761                 No access to GTK structures if we're a spawned child
2762                 (and clean up code a little bit...) Should fix #126.
2763
2764 2003-04-21 [melvin]     0.8.11claws104
2765
2766         * src/plugins/dillo_viewer/README
2767                 Improved slightly the text.
2768
2769 2003-04-21 [melvin]     0.8.11claws103
2770
2771         * src/plugins/dillo_viewer/README *** NEW ***
2772                 Added a README file for the Dillo plugin
2773
2774 2003-04-20 [paul]
2775
2776         * tools/README
2777           tools/outlook2sylpheed.pl
2778                 updated and improved by Ricardo Mones Lastra
2779
2780 2003-04-18 [oliver]     0.8.11claws102
2781
2782         * src/inc.c 
2783         * src/prefs_account.h
2784                 remove Pop3SessionType (used by selective download)
2785         * src/prefs_toolbar.c
2786                 enable set Default Toolbar button
2787
2788 2003-04-18 [paul]       0.8.11claws101
2789
2790         * sync with 0.8.11cvs29
2791                 see ChangeLog 2003-04-18
2792
2793 2003-04-17 [paul]       0.8.11claws100
2794
2795         * src/prefs_common.[ch]
2796           src/summaryview.c
2797                 remove 'Open next message on deletion' option,
2798                 as the same effect can now be achieved via the
2799                 'Always open messages in summary when selected'
2800                 option.
2801
2802 2003-04-17 [paul]       0.8.11claws99
2803
2804         * sync with 0.8.11cvs28
2805                 see ChangeLog 2003-04-17
2806
2807 2003-04-17 [christoph]  0.8.11claws98
2808
2809         * ac/spamassassin.m4
2810         * src/plugins/spamassassin/libspamc.[ch]
2811         * src/plugins/spamassassin/utils.[ch]
2812                 sync libspamc with SpamAssassin project
2813
2814 2003-04-17 [christoph]  0.8.11claws97
2815
2816         * src/common/socket.h
2817         * src/gtk/sslcertwindow.h
2818                 rename old USE_SSL to USE_OPENSSL
2819
2820 2003-04-17 [paul]       0.8.11claws96
2821
2822         * src/prefs_common.h
2823                 use gulong for P_COLOR so that it compiles/runs on
2824                 64-bit systems. Patch submitted by James Noyes
2825                 <jnoyes-claws@retrogeeks.com>
2826                 
2827         * po/de.po
2828                 updated by Jens
2829
2830 2003-04-17 [paul]       0.8.11claws95
2831
2832         * sync with 0.8.11cvs27
2833                 see ChangeLog 2003-04-16
2834
2835 2003-04-15 [paul]       0.8.11claws94
2836
2837         * src/prefs_common.[ch]
2838                 rearrange to stop the window getting too long:
2839                         move Receive dialog stuff to Receive tab
2840                         move Send dialog to Send tab
2841                         remove Dialogs frame
2842                 rename 'Open messages in summary with cursor keys' to
2843                 'Always open messages in summary when selected', as its
2844                 more appropriate
2845
2846 2003-04-15 [paul]       0.8.11claws93
2847
2848         * src/prefs_common.[ch]
2849           src/summaryview.c
2850                 add new option '/Interface/Open next message on deletion'
2851
2852 2003-04-15 [paul]       0.8.11claws92
2853
2854         * src/summaryview.[ch]
2855                 add /Mark/Lock and /Mark/Unlock to the pop-up
2856                 menu. Patch submitted by Ivan Francolin Martinez
2857                 <ivanfm@users.sourceforge.net>
2858
2859 2003-04-15 [paul]       0.8.11claws91
2860
2861         * sync with 0.8.11cvs24
2862                 see ChangeLog 2003-04-15
2863
2864 2003-04-14 [jens]       0.8.11claws90
2865
2866         * updated German translation and some corrections from
2867                 Roland Bless <bless@tm.uka.de>
2868
2869 2003-04-14 [paul]       0.8.11claws89
2870
2871         * sync with 0.8.11cvs22
2872                 see ChangeLog 2003-04-14
2873
2874 2003-04-13 [paul]       0.8.11claws88
2875
2876         * src/plugins/clamav/clamav_plugin.c
2877                 fix memory leaks
2878                 clean up
2879
2880 2003-04-12 [paul]       0.8.11claws87
2881
2882         * src/plugins/clamav/clamav_plugin.c
2883                 activate enable/disable archive scanning option
2884                 
2885         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2886
2887 2003-04-12 [paul]       0.8.11claws86
2888
2889         * src/plugins/Makefile.am
2890           src/plugins/clamav/Makefile.am                ** NEW FILE **
2891           src/plugins/clamav/README                     ** NEW FILE ** 
2892           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2893           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2894                 add Clam AntiVirus plugin
2895
2896 2003-04-12 [paul]       0.8.11claws85
2897
2898         * sync with 0.8.11cvs21
2899                 see ChangeLog 2003-04-11
2900
2901 2003-04-11 [paul]       0.8.11claws84
2902
2903         * po/es.po
2904                 update Spanish translation. Submitted by Ricardo
2905                 Mones Lastra.
2906
2907 2003-04-10 [christoph]  0.8.11claws83
2908
2909         * src/mbox.c
2910                 fix typo that did not move unfiltered mails to destination
2911                 folder
2912
2913         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2914          when filtering from spool)
2915
2916 2003-04-10 [christoph]  0.8.11claws82
2917
2918         * src/imap.c
2919                 use BODY.PEEK instead of BODY in in message fetch operation
2920                 to make sure the IMAP server does not set the \Seen flag for
2921                 messages. Sylpheed does that later itself, when the message
2922                 is opened in sylpheed
2923
2924         (closes Bug 111 Claws destroys unread marks)
2925
2926 2003-04-09 [oliver]     0.8.11claws81
2927         
2928         * src/folder.c
2929                 fix crash in folder_destroy
2930         * README.claws
2931                 remove selective download
2932
2933 2003-04-09 [christoph]  0.8.11claws80
2934
2935         * src/imap.c
2936                 fix crash in imap_get_msginfo() when then fetched message
2937                 is not found
2938
2939         (closes Bug 110 Crash during mail composition)
2940
2941 2003-04-08 [christoph]  0.8.11claws79
2942
2943         * src/folder.c
2944         * src/prefs_account.c
2945                 Filter new messages that are found in an INBOX folder
2946                 when 'Filter messages on receiving' is enabled in the
2947                 Folder's AccountPrefs. This allows to use Sylpheed's
2948                 filtering engine for IMAP folders where messages are
2949                 added to the INBOX by a MTA
2950
2951 2003-04-08 [paul]       0.8.11claws78
2952
2953         * src/procmsg.h
2954                 clean up after last commit
2955
2956 2003-04-08 [paul]       0.8.11claws77
2957
2958         * sync with 0.8.11cvs20
2959                 see ChangeLog 2003-04-07 and 2003-04-08
2960
2961 2003-04-07 [christoph]  0.8.11claws76
2962
2963         * src/filtering.[ch]
2964         * src/inc.[ch]
2965         * src/mbox.c
2966         * src/procmsg.[ch]
2967                 add procmsg_msginfo_filter() to execute filtering actions
2968
2969 2003-04-06 [christoph]  0.8.11claws75
2970
2971         * src/imap.c
2972                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2973
2974 2003-04-06 [christoph]  0.8.11claws74
2975
2976         * src/common/utils.[ch]
2977                 add g_int_compare() function for slist sorting
2978
2979         * src/imap.c
2980                 fetch all MsgInfos with one command in imap_get_msginfos()
2981                 using an imap set with a list of ranges
2982
2983         * src/news.c
2984                 use new g_int_compare() function
2985
2986 2003-04-06 [thorsten]   0.8.11claws73
2987
2988         * src/mh.c
2989                 corrected implementation of mh_folder_destroy()
2990
2991 2003-04-05 [christoph]  0.8.11claws72
2992
2993         * src/account.c
2994         * src/folder.[ch]
2995         * src/folderview.c
2996         * src/imap.c
2997         * src/inc.c
2998         * src/main.c
2999         * src/mainwindow.c
3000         * src/mbox_folder.c
3001         * src/mh.c
3002         * src/mimeview.h
3003         * src/msgcache.[ch]
3004         * src/news.c
3005         * src/procmime.h
3006         * src/procmsg.[ch]
3007         * src/setup.c
3008         * src/gtk/gtkutils.c
3009                 o rename structure field names class and new to klass and
3010                   new_msgs, to allow including files in C++
3011                 o add 'extern "C"' block to some header files
3012                 o add MsgInfoList and MsgNumberList as alias for GSList for
3013                   developers to know what type of list is expected
3014
3015         * src/plugins/image_viewer/plugin.c
3016         * src/plugins/image_viewer/viewer.[ch]
3017         * src/plugins/image_viewer/viewerprefs.[ch]
3018                 rename function names to prevent conflicts
3019
3020 2003-04-05 [paul]       0.8.11claws71
3021
3022         * sync with 0.8.11cvs18
3023                 see ChangeLog 2003-04-03 and 2003-04-04
3024
3025 2003-04-02 [christoph]  0.8.11claws70
3026
3027         * src/folder.[ch]
3028         * src/imap.[ch]
3029         * src/mbox_folder.[ch]
3030         * src/mh.[ch]
3031         * src/news.[ch]
3032                 o Make all virtual folder functions private
3033                 o remove unused folder code
3034
3035         * src/common/socket.[ch]
3036         * src/summaryview.c
3037                 fix warnings
3038
3039 2003-03-30 [alfons]     0.8.11claws69
3040
3041         * src/send_message.c
3042                 remove two debug traces and see if people still report
3043                 errors
3044
3045 2003-03-30 [alfons]     0.8.11claws68
3046
3047         * src/send_message.c
3048         * src/commons/session.c
3049                 add more debug traces
3050
3051 2003-03-30 [christoph]  0.8.11claws67
3052
3053         * src/folder.c
3054                 change processing folder name from .processing to processing
3055
3056         * src/common/ssl.c
3057                 disable SSL certificate check because it causes Xlib error
3058                 when the child process want's to open an GTK window
3059
3060 2003-03-30 [christoph]  0.8.11claws66
3061
3062         * src/folder.c
3063                 don't use default folder for processing folder item because
3064                 it can be a non local folder
3065
3066         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3067
3068 2003-03-30 [alfons]     0.8.11claws65
3069
3070         * src/send_message.c
3071                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3072                 to generate bad code for 'send_send_data_progressive': When
3073                 called from 'send_send_data_finished', the 'data' pointer is
3074                 cleared just before the assignment to the dialog pointer
3075
3076 2003-03-29 [christoph]  0.8.11claws64
3077
3078         * src/common/prefs.h
3079         * src/plugins/image_viewer/Makefile.am
3080         * src/plugins/image_viewer/plugin.c
3081         * src/plugins/image_viewer/viewer.[ch]
3082         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3083                 add PrefsPage for ImageViewer
3084
3085 2003-03-28 [thorsten]   0.8.11claws63
3086
3087         * src/common/session.c
3088                 added some comments
3089
3090 2003-03-28 [paul]       0.8.11claws62
3091
3092         * sync with 0.8.11cvs16
3093                 see ChangeLog 2003-03-28
3094
3095 2003-03-28 [paul]       0.8.11claws61
3096
3097         * sync with 0.8.11cvs15
3098                 see ChangeLog 2003-03-28
3099
3100 2003-03-27 [christoph]  0.8.11claws60
3101
3102         * src/folder.c
3103         * src/imap.c
3104         * src/common/socket.[ch]
3105                 set socket state to DISCONNECTED when any operation
3106                 fails to allow reconnecting in IMAP code without
3107                 checking the return code of all calls to the command
3108                 functions
3109
3110         * src/folderview.c
3111         * src/summaryview.c
3112                 remove some more stuff that depends on specific
3113                 folder types
3114
3115 2003-03-27 [paul]       0.8.11claws59
3116
3117         * sync with 0.8.11cvs14
3118                 see ChangeLog 2003-03-27
3119                 
3120         * src/selective_download.[ch]   ** REMOVED **
3121                 really removed
3122
3123 2003-03-27 [christoph]  0.8.11claws58
3124
3125         * src/folder.c
3126                 fix handling of tmp_flags in flag copy function
3127
3128 2003-03-27 [paul]       0.8.11claws57
3129
3130         * sync with 0.8.11cvs13
3131                 see ChangeLog 2003-03-27
3132
3133 2003-03-27 [oliver]     0.8.11claws56
3134
3135         * src/maiwindow.c
3136                 remove sel_download_cb
3137
3138 2003-03-27 [oliver]     0.8.11claws55
3139         
3140         * src/inc.c
3141                 remove POP3_TOP
3142         
3143 2003-03-26 [oliver]     0.8.11claws54
3144
3145         *src/pop.h
3146                 remove POP3_TOP*
3147         * README.claws
3148                 remove selective donwload readme
3149
3150 2003-03-26 [oliver]     0.8.11claws53
3151         * src/matcher.[ch]
3152         * src/matcher_parser_parse.y 
3153         * src/pop.c 
3154         * src/prefs_account.[ch]
3155         * src/prefs_filtering.c
3156                 remove selective donwload
3157
3158 2003-03-26 [oliver]     0.8.11claws52
3159
3160         * src/inc.[ch] 
3161         * src/filtering.c 
3162         * src/mainwindow.c 
3163                 remove selective donwload
3164
3165 2003-03-26 [oliver]     0.8.11claws51
3166         
3167         * src/Makefile.am
3168         * src/selective_download.[ch]   ** REMOVE **    
3169
3170 2003-03-26 [christoph]  0.8.11claws50
3171
3172         * src/news.c
3173                 fix NEWS that got broken by a sync with sylpheed-main
3174
3175 2003-03-26 [christoph]  0.8.11claws49
3176
3177         * src/mimeview.c
3178                 fix mime type guessing when no mime type is found for a file
3179
3180 2003-03-25 [christoph]  0.8.11claws48
3181
3182         * src/mimeview.c
3183         * src/procmime.c
3184                 remove mime type guessing from mime parser and use
3185                 name based mime types in viewer lookup for mime type
3186                 application/octet-stream
3187
3188 2003-03-25 [christoph]  0.8.11claws47
3189
3190         * doc-src/readme.txt
3191         * doc-src/rfc2554.txt
3192                 add RFC about SMTP AUTH
3193
3194         * src/send_message.c
3195         * src/common/smtp.[ch]
3196                 add extra error code for authentication errors and
3197                 clear temporary password when this error occurs
3198
3199         (closes Bug 84 authentication failure while sending should
3200          prompt for password again)
3201
3202 2003-03-25 [christoph]  0.8.11claws46
3203
3204         * configure.ac
3205         * src/Makefile.am
3206         * src/imageview.[ch]                            ** REMOVE **
3207         * src/messageview.[ch]
3208         * src/mimeview.[ch]
3209         * src/prefs_common.[ch]
3210         * src/textview.c
3211         * src/plugins/Makefile.am
3212         * src/plugins/image_viewer/.cvsignore           ** NEW **
3213         * src/plugins/image_viewer/Makefile.am          ** NEW **
3214         * src/plugins/image_viewer/plugin.c             ** NEW **
3215         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3216                 move image viewer into a plugin (building is enabled by default)
3217                 [ToDo: Prefs for resize and autoview]
3218
3219 2003-03-25 [paul]       0.8.11claws45
3220
3221         * sync with 0.8.11cvs12
3222                 see ChangeLog 2003-03-26
3223
3224 2003-03-25 [paul]       0.8.11claws44
3225
3226         * sync with 0.8.11cvs11
3227                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3228                 
3229         Note: Selective Download is broken.
3230                 
3231 2003-03-22 [christoph]  0.8.11claws43
3232
3233         * src/folder.c
3234                 code cleanup for flags copying
3235
3236 2003-03-22 [christoph]  0.8.11claws42
3237
3238         * src/plugins/trayicon/trayicon.c
3239                 fix setting the transparent area when the window size
3240                 is forced by the system tray
3241
3242 2003-03-22 [christoph]  0.8.11claws41
3243
3244         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3245         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3246         * src/plugins/trayicon/newmail.xpm              ** NEW **
3247         * src/plugins/trayicon/nomail.xpm               ** NEW **
3248         * src/plugins/trayicon/trayicon.c
3249         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3250                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3251                 o add icon for unread mails
3252                 o set transparency for window
3253
3254 2003-03-22 [christoph]  0.8.11claws40
3255
3256         * src/news.c
3257                 init news session to prevent crash when session is closed
3258
3259 2003-03-22 [christoph]  0.8.11claws39
3260
3261         * src/imap.c
3262         * src/common/session.[ch]
3263                 Init session data to make sure we don't have invalid pointers
3264                 for read_ch and write_ch when new multi process sessions are
3265                 not used
3266
3267         * src/main.c
3268         * src/common/plugin.c
3269         * src/common/sylpheed.c
3270         * src/plugins/demo/demo.c
3271         * src/plugins/dillo_viewer/dillo_viewer.c
3272         * src/plugins/mathml_viewer/mathml_viewer.c
3273         * src/plugins/spamassassin/spamassassin.c
3274         * src/plugins/spamassassin/spamassassin_gtk.c
3275                 add plugin types to allow loading plugins at different times
3276                 (and maybe for different frontends), because it's not good to
3277                 load GTK-Plugins gefore gtk_init was called
3278
3279         * configure.ac
3280         * src/plugins/Makefile.am
3281         * src/plugins/trayicon/.cvsignore               ** NEW **
3282         * src/plugins/trayicon/Makefile.am              ** NEW **
3283         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3284         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3285         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3286         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3287         * src/plugins/trayicon/trayicon.c               ** NEW **
3288                 New Trayicon plugin that shows an icon in a systray that uses
3289                 XEMBED protocol like Gnome's systray. Icon shows if there
3290                 are new mails and a tooltip shows information about new,
3291                 unread and total messages.
3292
3293 2003-03-22 [paul]       0.8.11claws38
3294
3295         * src/common/smtp.c
3296                 fix ESMTP AUTH CRAM-MD5
3297                 [sync with main (still version 0.8.11cvs6), see
3298                  ChangeLog 2003-03-22]
3299
3300 2003-03-21 [colin]      0.8.11claws37
3301
3302         * src/send_message.c
3303                 Fix USE_SSL => USE_OPENSSL
3304
3305 2003-03-21 [colin]      0.8.11claws36
3306
3307         * src/folderview.c
3308                 Fix counts in drag and dropped subfolders
3309
3310 2003-03-21 [colin]      0.8.11claws35
3311
3312         * src/folder.c 
3313         * src/folderview.c
3314                 speed up a bit folder dnd
3315
3316 2003-03-20 [alfons]     0.8.11claws34
3317
3318         * src/main.c
3319         * src/toolbar.c
3320         * src/procmsg.c
3321                 don't send locked queue messages
3322                 (feature request "[ 705245 ] Locking message in outbox 
3323                  should prevent sending")
3324
3325 2003-03-20 [christoph]  0.8.11claws33
3326
3327         * src/folder.c
3328                 remove NEW and UNREAD flag in special folders when scanning
3329                 
3330         * src/common/smtp.c
3331                 fix ESMTP AUTH CRAM-MD5
3332
3333 2003-03-20 [paul]       0.8.11claws32
3334
3335         * src/prefs_account.c
3336                 Re-write 'Tunnel command to open connection' as
3337                 'Use command to communicate with server', and disable
3338                 it for all except IMAP accounts
3339
3340 2003-03-20 [paul]       0.8.11claws31
3341
3342         * sync with 0.8.11cvs6
3343                 see ChangeLog 2003-03-20
3344
3345 2003-03-19 [match]      0.8.11claws30
3346
3347         * src/addritem.[ch]
3348                 include documentation. minor refactoring.
3349         * src/addr_compl.[ch]
3350         * src/addrindex.[ch]
3351         * src/addresbook.[ch]
3352         * src/summaryview.c
3353                 re-enable address lookup (was disabled in
3354                 0.8.11claws20).
3355
3356 2003-03-19 [christoph]  0.8.11claws29
3357
3358         * src/procmsg.c
3359                 add temp flag handling, will make moving and copying
3360                 messages possible again
3361
3362         * src/folder.c
3363                 correct calulation of folder stats
3364
3365 2003-03-18 [match]      0.8.11claws28
3366
3367         * src/editgroup.h
3368                 remove case sensitive comparison (closes bug 80).
3369
3370 2003-03-18 [christoph]  0.8.11claws27
3371
3372         * src/imap.c
3373                 fix imap using a tunnel command
3374
3375         (closes bug 87)
3376
3377 2003-03-18 [christoph]  0.8.11claws26
3378
3379         * src/folder.[ch]
3380         * src/imap.c
3381         * src/procmsg.[ch]
3382                 rewrite flag handling for folders
3383
3384 2003-03-18 [christoph]  0.8.11claws25
3385
3386         * src/folder.c
3387         * src/procmsg.c
3388         * src/summaryview.c
3389                 unset NEW and UNREAD flags when message is ignored, to make
3390                 sure messages don't show up as unread on other IMAP clients,
3391                 because the IGNORE_THREAD flag can not be syncronized through
3392                 the IMAP folder
3393
3394 2003-03-17 [christoph]  0.8.11claws24
3395
3396         * src/imap.c
3397                 don't use recursion to fetch uids when the number of messages
3398                 does not match. Moved code into subfunction that is used
3399                 again when needed, to prevent an endless loop.
3400
3401 2003-03-17 [thorsten]   0.8.11claws23
3402
3403         * src/imageview.[ch]
3404                 export imageview_get_resized_size() (for plugins)
3405         * src/prefs_common.[ch]
3406                 added prefs_common_get() (for plugins)
3407
3408 2003-03-17 [christoph]  0.8.11claws22
3409
3410         * src/imap.c
3411                 o remove UID guessing from copy code
3412                 o support UIDPLUS extension for APPEND command
3413
3414 2003-03-17 [paul]       0.8.11claws21
3415
3416         * src/gtk/about.c
3417                 remove 'Compiled-plugins' section.
3418                 
3419         * src/plugins/dillo_viewer/dillo_viewer.c
3420                 slight change to description text
3421
3422 2003-03-16 [match]      0.8.11claws20
3423         * src/ldapserver.[ch]           ** NEW **
3424         * src/ldapctrl.[ch]             ** NEW **
3425         * src/ldapquery.[ch]            ** NEW **
3426         * src/ldaputil.[ch]             ** NEW **
3427         * src/addrcindex.[ch]           ** NEW **
3428         * src/addrquery.h               ** NEW **
3429         * src/addritem.[ch]
3430         * src/addrcache.[ch]
3431         * src/addrindex.[ch]
3432         * src/addr_compl.[ch]
3433         * src/addressbook.[ch]
3434         * src/addrbook.[ch]
3435         * src/editgroup.c
3436         * src/editaddress.c
3437         * src/editldap.c
3438         * src/editldap_basedn.c
3439         * src/vcard.c
3440         * src/jpilot.c
3441         * src/Makefile.am
3442                 included dynamic LDAP queries. improved address
3443                 completion.
3444
3445 2003-03-16 [paul]       0.8.11claws19
3446
3447         * tools/multiwebsearch.pl
3448                 fix a fatal typo
3449
3450 2003-03-16 [christoph]  0.8.11claws18
3451
3452         * src/mimeview.c
3453         * src/plugins/dillo_viewer/dillo_viewer.c
3454         * src/plugins/mathml_viewer/mathml_viewer.c
3455                 make unregistering of MimeViewerFactorys possible
3456
3457 2003-03-16 [alfons]     0.8.11claws17
3458
3459         * configure.ac
3460                 correct typo
3461
3462 2003-03-16 [melvin]     0.8.11claws16
3463
3464         * src/plugins/dillo_viewer.c
3465                 Fixed bug where it was not possible to view more than
3466                 one text/html attachment per message (bug discovered
3467                 by Christoph Hohmann).
3468
3469 2003-03-15 [melvin]     0.8.11claws15
3470
3471         * src/prefs_actions.c
3472                 Fixed compilation warnings.
3473
3474 2003-03-15 [melvin]     0.8.11claws14
3475
3476         * src/plugins/Makefile.am
3477         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3478         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3479         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3480                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3481                 newer (http://dillo.auriga.wearlab.de/).
3482
3483 2003-03-15 [christoph]  0.8.11claws13
3484
3485         * src/imap.c
3486                 don't query imap folder for attributes because we already
3487                 for them from imap_status
3488
3489         * src/mimeview.[ch]
3490                 add support for plugable MimeViewers (unloading Viewers
3491                 not yet complete)
3492
3493         * src/plugins/Makefile.am
3494         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3495         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3496         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3497                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3498                 widget from http://helm.cs.unibo.it/mml-widget/
3499
3500 2003-03-14 [christoph]  0.8.11claws12
3501
3502         * src/folder.[ch]
3503                 o error return code's should better be negative
3504                 o replace printf with debug_print
3505
3506         * src/imap.c
3507                 improve IMAP folder scan by checking UID-NEXT
3508
3509         * src/summaryview.c
3510                 remove check that are unnecessary in my opinion
3511
3512 2003-03-13 [christoph]  0.8.11claws11
3513
3514         * src/folder.[ch]
3515         * src/foldersel.c
3516         * src/folderview.c
3517         * src/imap.c
3518         * src/mbox_folder.c
3519         * src/mh.c
3520         * src/news.c
3521         * src/prefs_scoring.c
3522         * src/summaryview.c
3523                 use a common function to get a displayable name
3524                 for a FolderItem
3525
3526 2003-03-13 [paul]       0.8.11claws10
3527
3528         * tools/Makefile.am
3529           tools/README
3530           tools/multiwebsearch.conf     ** NEW FILE **
3531           tools/multiwebsearch.pl       ** NEW FILE **
3532                 add multiwebsearch Actions script
3533
3534 2003-03-13 [colin]      0.8.11claws9
3535
3536         * src/compose.c
3537                 Remove leading emtpy lines from quoted text
3538                 before quoting it
3539
3540 2003-03-13 [melvin]     0.8.11claws8
3541
3542         * src/prefs_actions.c
3543                 Fixed a memory leak
3544                 Code clean ups
3545                 Added Cancel and OK buttons
3546                 Corrected help text
3547
3548 2003-03-13 [christoph]  0.8.11claws7
3549
3550         * src/account.c
3551         * src/folder.[ch]
3552         * src/imap.c
3553         * src/mainwindow.c
3554         * src/mbox_folder.c
3555         * src/mh.c
3556         * src/news.c
3557         * src/setup.c
3558                 replace more folder type stuff with folder class stuff
3559
3560 2003-03-13 [melvin]     0.8.11claws6
3561
3562         * src/prefs_actions.c
3563                 Added new tokens:
3564                 %u: user provided argument
3565                 %h: user provided argument (hidden on input)
3566                 %s: current text selection in the message view 
3567
3568 2003-03-13 [paul]       0.8.11claws5
3569
3570         * sync with 0.8.11cvs5
3571                 see ChangeLog 2003-03-11, 2003-03-12
3572
3573 2003-03-12 [christoph]  0.8.11claws4
3574
3575         * src/folder.c
3576                 use folder class idstr when writing folderlist.xml
3577
3578         * src/folder.h
3579         * src/imap.c
3580         * src/news.c
3581                 replace folder type checks with folder class checks
3582
3583 2003-03-12 [christoph]  0.8.11claws3
3584
3585         * src/folder.[ch]
3586         * src/imap.[ch]
3587         * src/main.c
3588         * src/mbox_folder.[ch]
3589         * src/mh.[ch]
3590         * src/news.[ch]
3591                 o create a list of known folder classes in the folder system
3592                 o use folder class id strings for folder item identifiers
3593
3594 2003-03-12 [christoph]  0.8.11claws2
3595
3596         * src/imap.c
3597                 fix imap uid validity check
3598
3599 2003-03-12 [christoph]  0.8.11claws1
3600
3601         * src/account.c
3602         * src/folder.[ch]
3603         * src/foldersel.c
3604         * src/folderview.c
3605         * src/imap.c
3606         * src/mainwindow.c
3607         * src/mbox_folder.c
3608         * src/mh.c
3609         * src/news.c
3610         * src/prefs_scoring.c
3611         * src/procmsg.c
3612         * src/setup.c
3613         * src/summaryview.c
3614                 initial restructuring of folder system, seperating
3615                 folders and folder classes
3616
3617 2003-03-12 [paul]       0.8.11claws
3618
3619         0.8.11claws release
3620
3621 2003-03-12 [christoph]
3622
3623         * src/gtk/prefswindow.c
3624                 fix translation of "Page Index"
3625
3626 2003-03-12 [paul]       0.8.10claws110
3627
3628         a sync from 0.8.11cvs4 before the release
3629
3630         * src/common/utils.c
3631                 subject_compare_for_sort(): allow null strings (fixes
3632                 summary sorting).
3633
3634 2003-03-11 [paul]       0.8.10claws109
3635
3636         * po/es.po
3637                 update Spanish translation, submitted by
3638                 Ricardo Mones Lastra
3639
3640 2003-03-11 [melvin]     0.8.10claws108
3641
3642         * po/fr.po
3643                 Updated French translations
3644
3645 2003-03-11 [paul]       0.8.10claws107
3646
3647         * manual/en/Makefile.am
3648           manual/en/*.html
3649                 update English manual, add a new page
3650                 updated by Francois Barriere <fbarriere@atmel.fr>
3651                 
3652         * po/bg.po
3653           po/it.po
3654           po/sr.po
3655                 update Bulgarian, Italian, and Serbian translations
3656                 submitted by George Danchev, Alessandro Maestri, and
3657                 Urke MMI
3658
3659 2003-03-10 [paul]       0.8.10claws106
3660
3661         * src/gtk/about.c
3662           src/gtk/prefswindow.c
3663                 make some strings translatable
3664
3665 2003-03-10 [darko]      0.8.10claws105
3666
3667         * src/compose.c
3668                 code cleanup to make Hiro happy
3669
3670 2003-03-10 [paul]       0.8.10claws104
3671
3672         * sync with 0.8.11cvs2
3673                 see ChangeLog 2003-03-10
3674
3675 2003-03-09 [melvin]     0.8.10claws103
3676
3677         * src/textview.c
3678                 textview_set_font(): fix for message display in
3679                 UTF-8 locales (thanks to Sergey Vlasov).
3680                 (was unintentionnaly reverted in 0.8.6claws6)   
3681
3682 2003-03-08 [darko]      0.8.10claws102
3683
3684         * src/compose.c
3685                 fix infinite loop in wrapping as reported
3686                 by happycactus
3687                 obsoletes patch #696482
3688
3689 2003-03-08 [christoph]  0.8.10claws101
3690
3691         * src/imap.c
3692                 add workaround for IMAP servers that do not
3693                 support the "UID SEARCH UID" command
3694
3695 2003-03-07 [christoph]  0.8.10claws100
3696
3697         * src/plugins/spamassassin/spamassassin.[ch]
3698         * src/plugins/spamassassin/spamassassin_gtk.c
3699                 code cleanup
3700
3701 2003-03-07 [paul]       0.8.10claws99
3702
3703         * po/es.po
3704                 updated Spanish translation, submitted by
3705                 Ricardo Mones Lastra
3706
3707 2003-03-07 [christoph]  0.8.10claws98
3708
3709         * src/send.c
3710                 fix in 0.8.10claws94 was wrong
3711                 local delivery does not require escaping, remove escaping
3712                 code to make signatures of mails with "." lines valid
3713                 
3714                 NOTE: requires that sendmail is executed with "-i" option,
3715                       what is the default now, but has to be changed in all
3716                       exsiting accounts)
3717
3718 2003-03-07 [paul]       0.8.10claws97
3719
3720         * sync with 0.8.11 release
3721                 see ChangeLog 2003-03-07
3722
3723 2003-03-06 [paul]       0.8.10claws96
3724
3725         * src/compose.c
3726                 revert commit 0.8.10claws92
3727
3728 2003-03-06 [paul]       0.8.10claws95
3729
3730         * src/folderview.c
3731                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3732
3733         * src/gtkaspell.c
3734                 fix bug 74, 'Crash opening editor window with pseudo-color
3735                 display'
3736                 
3737         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3738
3739 2003-03-06 [christoph]  0.8.10claws94
3740
3741         * src/send.c
3742                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3743                 all lines starting with a period get an extra period
3744                 inserted
3745                 (found by Simon 'corecode' Schubert)
3746
3747 2003-03-06 [paul]       0.8.10claws93
3748
3749         * src/folderview.c
3750                 if configured font can't be loaded fall back to gtk
3751                 default. (with thanks to Christoph)
3752                 
3753                 closes long-standing bug 15 'Crashes on startup'
3754
3755 2003-03-06 [paul]       0.8.10claws92
3756
3757         * src/compose.c
3758                 freeze text before autosave and thaw afterwards
3759                 fixes bug 67 'autosave make re-rediting message crazy'
3760
3761 2003-03-06 [christoph]  0.8.10claws91
3762
3763         * src/compose.c
3764                 ignore address comment in dupe check for Cc-list
3765
3766         (closes reopened bug 47 Replying to message strips name part of
3767          e-mail addresses of Cc: lines)
3768
3769 2003-03-06 [paul]       0.8.10claws90
3770
3771         * src/Makefile.am
3772                 remove reference to gtkxtext.h as its no longer in
3773                 the repository
3774
3775 2003-03-06 [paul]       0.8.10claws89
3776
3777         * sync with 0.8.10cvs25
3778                 see ChangeLog 2003-03-06
3779
3780 2003-03-06 [oliver]     0.8.10claws88
3781         
3782         * src/messageview.c
3783                 remove include
3784
3785 2003-03-06 [oliver]     0.8.10claws87
3786         
3787         * src/folderview.c 
3788                 remove changes introduced inclaws74
3789         * src/messageview.c
3790                 another attempt to sanely delete and update
3791                 messages deleted in separate messageview
3792
3793 2003-03-05 [christoph]  0.8.10claws86
3794
3795         * src/summaryview.c
3796                 check if "From" matches any account's address if
3797                 addressbook completion of addresses is disabled too
3798
3799         (closes Bug 70 "Display recipient in from" doesn't check
3800          folder's default account)
3801
3802 2003-03-05 [christoph]  0.8.10claws85
3803
3804         * src/compose.c
3805         * src/common/utils.[ch]
3806                 don't strip address comments when building Cc lists
3807
3808         (closes Bug 47 Replying to message strips name part of e-mail addresses
3809          of Cc: lines)
3810
3811         * src/folder.c
3812                 fix return value of copy function
3813
3814 2003-03-05 [christoph]  0.8.10claws84
3815
3816         * src/imap.c
3817                 don't ask imap server for non rfc822 headers
3818
3819         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3820
3821         * src/imap.c
3822                 destroy session on socket error to allow reconnecting
3823
3824 2003-03-05 [christoph]  0.8.10claws83
3825
3826         * configure.ac
3827                 fix building with gnome when no prefix is set
3828
3829         (closes bug 66 Gnome directory is set to NONE)
3830
3831 2003-03-05 [paul]       0.8.10claws82
3832
3833         * sync with 0.8.10cvs23
3834                 see ChangeLog 2003-03-05
3835
3836 2003-03-04 [christoph]  0.8.10claws81
3837
3838         * src/folder.c
3839                 o fix moving and copying when folder returns 0 for new
3840                   message number
3841                 o remove some code for single message copy and move
3842                   operations and use functions for multiple messages
3843
3844         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3845
3846         * src/news.c
3847                 remove unused include
3848
3849 2003-03-04 [paul]       0.8.10claws80
3850
3851         * src/gtk/about.c
3852                 list 'Compiled plugins'
3853
3854 2003-03-03 [christoph]  0.8.10claws79
3855
3856         * src/news.[ch]
3857                 have to multiply the percentage of the current fetch with
3858                 the percentage that it has of the total fetch operation
3859                 for correct values
3860
3861 2003-03-03 [christoph]  0.8.10claws78
3862
3863         * src/news.c
3864                 fix calculation of expected lines for progress indicator
3865
3866 2003-03-03 [christoph]  0.8.10claws77
3867
3868         * src/summaryview.c
3869         * src/common/utils.c
3870                 fix segfault when opening the root news folder
3871
3872 2003-03-03 [christoph]  0.8.10claws76
3873
3874         * src/mainwindow.[ch]
3875         * src/common/Makefile.am
3876         * src/common/progressindicator.[ch]
3877                 add UI independent progress indicator handling
3878
3879         * src/news.[ch]
3880                 use new progress indicator for message info fetching
3881
3882         * src/common/hooks.h
3883                 code cleanup
3884
3885 2003-03-03 [oliver]     0.8.10claws75
3886
3887         * src/toolbar.c
3888         * src/compose.c
3889                 removed commented code
3890
3891 2003-03-03 [oliver]     0.8.10claws74
3892
3893         * src/toolbar.[ch]
3894                 cleanups and refactoring
3895         * src/compose.[ch]
3896                 compose_reply_mode reply & forwarding interface for
3897                 toolbar buttons
3898         * src/folderview.c
3899                 act on messages marked for deletion in folderview_selected
3900                 based on prefs_common.immediate_exec since a message might 
3901                 have been deleted by messageview in a folder we are changing 
3902                 to (does anybody understand what I'm on about ?)
3903
3904 2003-03-03 [oliver]     0.8.10claws73
3905         
3906         * src/messageview.[ch]
3907                 new functions
3908                 - messageview_delete: delete message shown in messagview
3909                 - messageview_update_view: update messageview to currently 
3910                   selected summaryview message
3911                 - add separate messageview to msgview_list in order to update 
3912                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3913         * src/summaryview.[ch]
3914                 summary_get_selection returns a list of selected msgs
3915                 in summaryview
3916         * src/mainwindow.c
3917                 toolbar reply refactoring
3918
3919 2003-03-03 [paul]       0.8.10claws72
3920
3921         * sync with 0.8.10cvs21
3922                 see ChangeLog 2003-03-03
3923
3924 2003-03-02 [christoph]  0.8.10claws71
3925
3926         * src/common/passcrypt.c
3927                 use POSIX includes
3928
3929 2003-03-02 [christoph]  0.8.10claws70
3930
3931         * configure.ac
3932         * src/prefs_account.c
3933         * src/prefs_gtk.[ch]
3934         * src/common/.cvsignore
3935         * src/common/Makefile.am
3936         * src/common/passcrypt.c                ** NEW **
3937         * src/common/passcrypt.h.in             ** NEW **
3938                 Implement password encryption in config files
3939                 using unix encrypt and setkey functions. The crypt
3940                 key can be set as a configure parameter. Old
3941                 passwords will be converted if they do not begin
3942                 with '!'
3943
3944 2003-03-02 [paul]       0.8.10claws69
3945
3946         * src/prefs_account.c
3947                 fix compile error
3948
3949 2003-03-01 [thorsten]   0.8.10claws68
3950
3951         * po/el.po
3952           po/hr.po
3953           po/it.po
3954           po/nl.po
3955           po/sr.po
3956           po/sv.po
3957                 corrected format strings
3958         * po/en_GB.po
3959                 corrected headers
3960                 (fix compile errors with GNU gettext-0.11.5)
3961
3962 2003-03-01 [oliver]     0.8.10claws67
3963
3964         * src/summaryview.c
3965                 menu callbacks call toolbar_menu_reply
3966
3967 2003-03-01 [oliver]     0.8.10claws66
3968
3969         * src/mainwindow.c
3970         * src/messageview.c
3971                 menu callbacks call toolbar_menu_reply
3972         * src/toolbar.[ch]
3973                 callbacks from menu handled by toolbar_menu_reply
3974
3975 2003-03-01 [paul]       0.8.10claws65
3976
3977         * src/addressbook.c
3978                 revert commit 0.8.10claws54 - breaks editing of
3979                 addressbook.
3980                 
3981         * po/bg.po
3982                 update Bulgarian translation, submitted by
3983                 George Danchev
3984
3985 2003-02-28 [christoph]  0.8.10claws64
3986
3987         * src/account.c
3988         * src/addressadd.c
3989         * src/compose.c
3990         * src/gtkaspell.c
3991         * src/gtkxtext.h                ** REMOVE **
3992         * src/imap.c
3993         * src/matcher.[ch]
3994         * src/mh.c
3995         * src/news.c
3996         * src/pine.c
3997         * src/prefs_common.c
3998         * src/prefs_matcher.c
3999         * src/procheader.[ch]
4000         * src/procmsg.[ch]
4001         * src/toolbar.c
4002         * src/common/ssl_certificate.c
4003         * src/gtk/colorlabel.c
4004         * src/gtk/menu.c
4005                 o fix warnings
4006                 o remove code obsoleted by new cache and folder system rework
4007
4008 2003-02-28 [oliver]     0.8.10claws63
4009         
4010         * src/toolbar.[ch]
4011                 * fix bug where reply in Messageview replied to 
4012                 Message displayed in summaryview
4013                 (reportedd via ML by chinatinte at gmx dot ch)
4014                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4015                 didn't work in separate MessageView Toolbar
4016                 (wondering if anybody uses this at all ?)
4017         * src/summaryview.[ch]
4018                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4019                 (generalize reply and forward code);
4020         * src/messageview.c 
4021                 remove focus_in event which updated summaryview to messageview
4022
4023 2003-02-28 [paul]       0.8.10claws62
4024
4025         * po/Makefile.in.in
4026                 add the --check option
4027                 Patch submitted by Ricardo Mones Lastra
4028
4029 2003-02-28 [paul]       0.8.10claws61
4030
4031         * src/prefs_account.c
4032                 re-order 'Signature' items
4033
4034 2003-02-28 [paul]       0.8.10claws60
4035
4036         * sync with 0.8.10cvs20
4037                 see ChangeLog 2003-02-28
4038
4039 2003-02-28 [paul]       0.8.10claws59
4040
4041         * po/POTFILES.in
4042                 update to reflect recent movement of files
4043
4044 2003-02-28 [paul]       0.8.10claws58
4045
4046         * sync with 0.8.10cvs19
4047                 see ChangeLog 2003-02-28
4048
4049 2003-02-27 [martin]     0.8.10claws57
4050
4051         * src/prefs_matcher.c 
4052                 fix segfault in prefs_matcher_ok() when the
4053                 last entry is deleted and prevents that the
4054                 message "entry not saved" comes up after deleting
4055                 an entry
4056
4057 2003-02-27 [martin]     0.8.10claws56
4058
4059         * src/prefs_filtering.c 
4060                 fix segfault in prefs_filtering_ok() when the
4061                 last entry is deleted and prevents that the
4062                 message "entry not saved" comes up after deleting
4063                 an entry
4064
4065 2003-02-27 [paul]       0.8.10claws55
4066
4067         * sync with 0.8.10cvs18
4068                 see ChangeLog 2003-02-27
4069
4070 2003-02-27 [paul]       0.8.10claws54
4071
4072         * src/addressbook.c
4073                 fix bug where the address book crashes with 
4074                 multiple lookups.
4075                 Patch [687729] submitted by David Frager 
4076                 <dbfrager@users.sourceforge.net>
4077
4078 2003-02-25 [christoph]  0.8.10claws53
4079
4080         * src/Makefile.am
4081         * src/colorlabel.[ch]           ** REMOVE **
4082         * src/gtk/Makefile.am
4083         * src/gtk/colorlabel.[ch]       ** NEW **
4084                 move colorlabel files to gtk directory
4085
4086         * src/esmtp.[ch]                ** REMOVE **
4087                 has been merged into smtp.[ch] in 0.7.5
4088
4089 2003-02-25 [christoph]  0.8.10claws52
4090
4091         * src/Makefile.am
4092         * src/about.[ch]                ** REMOVE **
4093         * src/gtk/Makefile.am
4094         * src/gtk/about.[ch]            ** NEW **
4095                 move about files to gtk directory
4096
4097 2003-02-25 [christoph]  0.8.10claws51
4098
4099         * src/folder.c
4100                 some code optimization of folder scanning code
4101
4102         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4103
4104 2003-02-25 [christoph]  0.8.10claws50
4105
4106         * src/main.c
4107         * src/common/sylpheed.c
4108                 add command line parameter parsing to common code
4109
4110 2003-02-24 [christoph]
4111
4112         * Makefile.am
4113         * configure.ac
4114                 fix gnome prefix problems, the configure script now removed
4115                 `gnome-config --prefix` from `gnome-config --datadir`
4116                 and adds $(prefix} instead
4117
4118         (closes Bug 24 Makefile does not respect prefix when installing
4119          GNOME data)
4120
4121 2003-02-24 [christoph]  0.8.10claws49
4122
4123         * src/news.c
4124                 check for valid session before trying to authenticate
4125
4126         (closes Bug 60 crash if "authenticate on logon" is activated
4127          and newsserver-hostname is not valid)
4128
4129 2003-02-24 [melvin]     0.8.10claws48
4130
4131         * src/prefs_actions.c
4132                 Make sure all user's input is sent to the action and then
4133                 close the socket..
4134
4135 2003-02-23 [alfons]     0.8.10claws46
4136
4137         * src/summaryview.c
4138                 also wait cursor when deleting files
4139
4140 2003-02-23 [paul]
4141
4142         * tools/freshmeat_search.pl
4143           tools/google_search.pl
4144                 scripts should now work for any browser/browser command line
4145
4146 2003-02-22 [christoph]  0.8.10claws45
4147
4148         * src/procmsg.c
4149                 fix IMAP flag setting, IMAP flag is not handled correctly
4150                 anymore by the folder system and information about the
4151                 folder should not be saved in the MsgInfo (in my opinion)
4152
4153         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4154
4155 2003-02-22 [christoph]  0.8.10claws44
4156
4157         * src/summaryview.c
4158                 fix spelling of "label" ;-)
4159
4160 2003-02-22 [thorsten]   0.8.10claws43
4161
4162         * src/mimeview.c
4163           src/prefs_common.[ch]
4164           src/procmime.[ch]
4165                 do not use description as attachment name
4166
4167 2003-02-22 [alfons]     0.8.10claws42
4168
4169         * src/summaryview.c
4170                 freeze/thaw folder item updates when changing color labels,
4171                 and put a wait cursors on
4172
4173 2003-02-22 [thorsten]   0.8.10claws41
4174
4175         * src/mimeview.c
4176                 save-all fixes: crash if invoked on multipart container,
4177                 mimeinfo access, pathseparators, error dialog
4178
4179 2003-02-21 [alfons]     0.8.10claws40
4180
4181         * src/prefs_gtk.c
4182                 remove unused var
4183
4184 2003-02-21 [colin]      0.8.10claws39
4185
4186         * src/send.c
4187                 Fix smtp logging
4188
4189 2003-02-21 [colin]      0.8.10claws38
4190
4191         * src/summaryview.c
4192                 Freeze/thaw folderItem updates when filtering messages 
4193                 via Tools/Filter messages
4194
4195 2003-02-21 [paul]       0.8.10claws37
4196
4197         * src/compose.c
4198                 revert commit 0.8.10claws26, there are ulterior motives
4199                 for users to set a Reply-To header when posting to
4200                 newsgroups
4201
4202 2003-02-21 [paul]       0.8.10claws36
4203
4204         * sync with 0.8.10cvs17
4205                 see ChangeLog 2003-02-21
4206
4207 2003-02-20 [christoph]  0.8.10claws35
4208
4209         * src/imap.c
4210                 IMAP UID fetch speedup using SEARCH
4211
4212         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4213
4214         * src/imap.c
4215                 fix problem with UIDs in IMAP UID cache that no longer existed
4216
4217 2003-02-20 [christoph]  0.8.10claws34
4218
4219         * src/imap.c
4220         * src/procheader.c
4221         * src/procheader.h
4222                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4223
4224         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4225
4226         * src/imap.c
4227                 Rewrite imap_cmd_gen_recv use sock_getline instead
4228                 of sock_gets to avoid problems with too long reply
4229                 lines
4230     
4231 2003-02-20 [colin]      0.8.10claws33
4232         
4233         * src/prefs_account.c
4234                 Better wording
4235
4236 2003-02-20 [colin]      0.8.10claws32
4237
4238         * src/compose.c
4239                 Remove useless '&& !to_sender' 
4240
4241 2003-02-20 [darko]
4242
4243         * AUTHORS
4244                 change my e-mail address
4245
4246 2003-02-19 [colin]      0.8.10claws31
4247
4248         * src/prefs_common.c
4249                 X11 style colors for every configurable color
4250
4251 2003-02-19 [alfons]     0.8.10claws30
4252
4253         * src/prefs_gtk.[ch]
4254         * src/prefs_common.c
4255                 for color_new accept both plain integers and X11 style color
4256                 names (as found in /usr/lib/X11/rgb.txt)
4257
4258 2003-02-19 [paul]       0.8.10claws29
4259
4260         * src/mainwindow.c
4261                 add tooltips to online/offline button and account selector
4262                 button
4263
4264 2003-02-19 [paul]       0.8.10claws28
4265
4266         * src/folder.c
4267           src/news.c
4268           src/prefs_account.[ch]
4269           src/prefs_common.[ch]
4270                 move 'Maximum number of articles to download' to
4271                 account prefs.
4272                 clean up account prefs gui a little by hiding entries
4273                 rather then greying out entries
4274
4275 2003-02-19 [hiro]       0.8.10claws27
4276
4277         * src/common/utils.c
4278                 fix bug #54 'yesterdays date is displayed in the message 
4279                 summary window'
4280
4281 2003-02-19 [paul]       0.8.10claws26
4282
4283         * src/compose.c
4284                 fix bug reported in Feature Request [688596] 
4285                 'Reply-to header in news'
4286
4287 2003-02-18 [paul]       0.8.10claws25
4288
4289         * src/select-keys.c
4290                 add a 'List all keys' button to key selection dialog
4291
4292 2003-02-18 [colin]      0.8.10claws24
4293         
4294         * src/stock_pixmap.c
4295                 fix compile error
4296
4297 2003-02-18 [colin]      0.8.10claws23
4298
4299         * src/common/smtp.[ch]
4300           src/prefs_account.c
4301                 Try to starttls if it seems to be the only
4302                 way to authenticate a user
4303
4304 2003-02-18 [paul]       0.8.10claws22
4305
4306         * src/Makefile.am
4307           src/folderview.c
4308           src/stock_pixmap.[ch]
4309           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4310           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4311                 as a Drafts folder is a special folder allow it to have
4312                 its own unique icons
4313
4314 2003-02-18 [colin]      0.8.10claws21
4315
4316         * src/imap.c
4317                 Fix port selection when using starttls
4318
4319 2003-02-18 [paul]       0.8.10claws20
4320
4321         * src/mainwindow.c
4322           src/prefs_common.[ch]
4323                 make blue the default new mail colour
4324
4325 2003-02-18 [paul]       0.8.10claws19
4326
4327         * sync with 0.8.10cvs14
4328                 see ChangeLog 2003-02-18
4329
4330 2003-02-17 [jens]       0.8.10claws18
4331
4332         * src/common/md5.c
4333                 fixed a compile problem with gcc 3.3
4334                 works on 2.95.3 too (testet on PPC as it is big endian)
4335
4336 2003-02-17 [paul]       0.8.10claws17
4337
4338         * sync with 0.8.10cvs13
4339                 see ChangeLog 2003-02-17
4340
4341 2003-02-17 [paul]       0.8.10claws16
4342
4343         * sync with 0.8.10cvs12
4344                 see ChangeLog 2003-02-17
4345
4346 2003-02-16 [match]      0.8.10claws15
4347
4348         * src/addressbook.c
4349                 Eliminates reloading of address data when items
4350                 deleted or added. Applied submitted by
4351                 Luke Plant <lukeplant@softhome.net>
4352
4353 2003-02-16 [paul]       0.8.10claws14
4354
4355         * src/news.c
4356                 when a 'protocol error' is encountered disconnect from
4357                 the server. This means that the user can carry on viewing
4358                 other articles and doesn't have to either wait until the
4359                 server timesout or quit sylpheed.
4360                 Fixes bug #53 'Unable to read messages in newsgroups, 
4361                 displayed message doesn't change'
4362
4363 2003-02-15 [christoph]  0.8.10claws13
4364
4365         * src/imap.c
4366                 fix bug that stopped scanning of folders when an
4367                 IMAP folder was empty
4368
4369         (closes bug 46 stop scan messages in folders after empty folder)
4370
4371 2003-02-15 [paul]
4372
4373         * tools/Makefile.am
4374           tools/README
4375           tools/freshmeat_search.pl     ** NEW FILE **
4376           tools/google_search.pl        ** NEW FILE **
4377                 Add 2 Actions scripts which search freshmeat/google
4378                 for the selected text using the browser configured
4379                 in sylpheedrc.
4380                 
4381         Note: These scripts are very dependent on the format of the
4382         browser command and may not work on every occasion. Testing
4383         is welcome. 
4384
4385 2003-02-14 [alfons]     0.8.10claws12
4386
4387         * src/compose.c
4388                 fix breakage because of uninitialized account pointer.
4389                 please verify.
4390
4391 2003-02-14 [paul]       0.8.10claws11
4392
4393         * src/compose.c
4394           src/prefs_account.[ch]
4395           src/prefs_common.[ch]
4396                 move signature settings to Account Prefs
4397
4398 2003-02-14 [paul]       0.8.10claws10
4399
4400         * sync with 0.8.10cvs11
4401                 see ChangeLog 2003-02-14
4402
4403 2003-02-13 [thorsten]   0.8.10claws9
4404
4405         * src/news.c
4406                 revert news progressbar (GUI separation)
4407
4408 2003-02-13 [paul]       0.8.10claws8
4409
4410         * src/compose.c
4411                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4412                 paragraph 1
4413
4414 2003-02-13 [paul]       0.8.10claws7
4415
4416         * src/compose.[ch]
4417           src/summaryview.c
4418                 fix 'Follow-up and Reply-to' so that it creates a reply to
4419                 the newsgroup and the sender. If the message has the keyword
4420                 'poster' in the Followup-To header, all replies go to the
4421                 sender, re: RFC 1036, Section 2.2.3
4422                 rename all instances of 'ignore_replyto' to 'to_sender', both
4423                 were previously used, now we use just one.
4424
4425 2003-02-13 [paul]       0.8.10claws6
4426
4427         * sync with 0.8.10cvs9
4428                 see ChangeLog 2003-02-13
4429
4430 2003-02-13 [paul]       0.8.10claws5
4431
4432         * configure.ac
4433                 show which plugins are configured in the configure
4434                 output.
4435
4436 2003-02-12 [thorsten]   0.8.10claws4
4437
4438         * src/news.c
4439                 show progress while fetching news headers
4440
4441 2003-02-12 [christoph]  0.8.10claws3
4442
4443         * configure.ac
4444         * src/plugins/Makefile.am
4445                 use AM_CONDITIONAL to enable plugins, automake correctly
4446                 manages this when creating distdir
4447
4448 2003-02-12 [christoph]  0.8.10claws2
4449
4450         * ac/spamassassin.m4
4451         * src/plugins/spamassassin/Makefile.am
4452                 fix building SpamAssassin plugin without OpenSSL
4453
4454 2003-02-12 [paul]       0.8.10claws1
4455
4456         * ac/Makefile.am
4457           src/Makefile.am
4458           src/plugins/Makefile.am
4459                 fix failure of 'make release'
4460
4461 2003-02-12 [paul]       0.8.10claws
4462
4463         * 0.8.10claws released
4464
4465 2003-02-12 [paul]       0.8.9claws56
4466
4467         * po/bg.po
4468           po/es.po
4469           po/it.po
4470           po/ru.po
4471           po/sr.po
4472                 updated translations by George Danchev, Ricardo Mones Lastra,
4473                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4474                 
4475         * sylpheed.spec.in
4476                 Allow the building of RPMs by a regular user. Submitted
4477                 by Sergei Astanin
4478
4479 2003-02-11 [alfons]     0.8.9claws55
4480
4481         * src/colorlabel.c
4482                 don't use pixmaps for label color rect but draw rectangles
4483                 so we can respect the color map of palette based visuals
4484                 (fixes the long time crashes on Suns - thanks to Andreas
4485                 Engel and Steve O'Hara-Smith for testing)
4486
4487 2003-02-11 [christoph]  0.8.9claws54
4488
4489         * src/matcher_parser_parse.y
4490                 correct bug where filering rules of not existing folders in
4491                 matcherrc were added to global filtering
4492                 
4493         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4494          main filter-rules after removing directory, http://bugs.debian.org/180253)
4495         
4496 2003-02-11 [paul]       0.8.9claws53
4497
4498         * sync with 0.8.10cvs7
4499                 see ChangeLog 2003-02-09
4500
4501 2003-02-11 [melvin]     0.8.9claws52
4502
4503         * po/fr.po
4504                 Updated French tranlsations
4505
4506 2003-02-10 [paul]       0.8.9claws51
4507
4508         * sylpheed.spec.in
4509                 correct --enable-openssl
4510                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4511
4512 2003-02-09 [martin]     0.8.9claws50
4513
4514         * src/prefs_matcher.c
4515                 fix segfault in prefs_matcher_substitute_cb() when
4516                 no row is selected
4517
4518 2003-02-09 [paul]       0.8.9claws49
4519
4520         * src/folderview.c
4521                 fix bug where a newsgroup folder's processing rules were
4522                 merged with the global filtering rules when the newsgroup
4523                 folder was deleted, causing some seriously bad results,
4524                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4525
4526 2003-02-08 [melvin]     0.8.9claws48
4527
4528         * src/compose.c
4529                 Corrected and modified an alert message.
4530
4531 2003-02-07 [paul]       0.8.9claws47
4532
4533         * src/folderview.c
4534                 fix bug where both an 'Account properties' window and a
4535                 'Folder properties' window were opened when clicking on
4536                 'Properties' in an NNTP or IMAP folder's popup menu.
4537
4538 2003-02-07 [paul]       0.8.9claws46
4539
4540         * sync with 0.8.10cvs6
4541                 see ChangeLog 2003-02-06
4542
4543 2003-02-06 [christoph]  0.8.9claws45
4544
4545         * src/mbox.c
4546                 freeze folder updates while importing mbox files
4547                 (closes bug 43 importing mbox took hours)
4548                 
4549         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4550
4551 2003-02-06 [thorsten]   0.8.9claws44
4552
4553         * po/de.po
4554                 Updated german translations
4555
4556 2003-02-06 [thorsten]   0.8.9claws43
4557
4558         * src/news.h
4559                 use guint for message numbers (fix count in grouplist dialog)
4560
4561 2003-02-05 [paul]       0.8.9claws42
4562
4563         * sync with 0.8.10cvs2
4564                 see ChangeLog 2003-02-05
4565
4566 2003-02-04 [colin]      0.8.9claws41
4567
4568         * src/prefs_common.[ch]
4569           src/procmsg.c
4570           src/summaryview.c
4571                 Add an option to disable threading by subject
4572
4573 2003-02-04 [christoph]  0.8.9claws40
4574
4575         * src/inc.c
4576                 only abort fetching mails from multiple accounts when the
4577                 error is fatal and does not allow to check any more accounts
4578                 (currently only disk full error)
4579
4580         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4581          receive mails for other accouts)
4582
4583 2003-02-04 [christoph]  0.8.9claws39
4584
4585         * src/folder.c
4586                 first add the new message to the cache, then
4587                 send the update notification
4588
4589         (closes bug 39 after sending message folderview doesnt get updated)
4590
4591 2003-02-04 [colin]      0.8.9claws38
4592
4593         * src/inc.c
4594                 _really_ fix this Connecting... status
4595
4596 2003-02-04 [paul]       0.8.9claws37
4597
4598         * sync with 0.8.10
4599                 see ChangeLog 2003-02-04
4600
4601 2003-02-04 [paul]       0.8.9claws36
4602
4603         * sync with 0.8.9cvs6
4604                 see ChangeLog 2003-02-03
4605
4606 2003-02-04 [paul]       0.8.9claws35
4607
4608         * po/pt_BR.po
4609                 updated by André Filipe de Assunção e Brito 
4610                 <bedecko@netsite.com.br>
4611
4612 2003-02-03 [thorsten]   0.8.9claws34
4613
4614         * po/de.po
4615                 Updated german translations
4616
4617 2003-02-02 [paul]       0.8.9claws33
4618
4619         * po/es.po
4620                 updated by Ricardo Mones Lastra
4621
4622 2003-02-02 [thorsten]   0.8.9claws32
4623
4624         * src/mh.c
4625                 Fix mh_get_msginfo() segfault if file is inaccessible
4626
4627 2003-01-31 [colin]      0.8.9claws31
4628
4629         * src/procheader.c
4630                 Fix last commit's bug
4631
4632 2003-01-31 [colin]      0.8.9claws30
4633
4634         * src/procheader.c
4635                 Missing a change for gpg-signed messages
4636
4637 2003-01-31 [paul]       0.8.9claws29
4638
4639         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4640           src/procheader.c
4641           src/stock_pixmap.[ch]
4642           src/summaryview.c
4643                 indicate GnuPG signed messages by displaying an icon
4644                 in the Attachment column.
4645
4646 2003-01-31 [paul]       0.8.9claws28
4647
4648         * sync with 0.8.9cvs4
4649                 see ChangeLog 2003-01-31
4650
4651 2003-01-31 [alfons]     0.8.9claws27
4652
4653         * src/textview.c
4654                 tune URI parser to accept mailto URLs with a '?'
4655                 (patch from Ruslan Balkin)
4656
4657 2003-01-31 [colin]      0.8.9claws26
4658
4659         * src/summaryview.c
4660                 Fix a leak introduced in claws24
4661
4662 2003-01-31 [colin]      0.8.9claws25
4663
4664         * src/summaryview.c
4665                 Freeze/Thaw folder updates when deleting dups
4666
4667 2003-01-31 [colin]      0.8.9claws24
4668         
4669         * src/addr_compl.c
4670           src/summaryview.c
4671           src/msgcache.c
4672                 little speed improvements
4673
4674 2003-01-31 [colin]      0.8.9claws23
4675
4676         * src/summaryview.c
4677                 Fix segfault when forwarding nothing
4678                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4679                 
4680 2003-01-30 [paul]       0.8.9claws22
4681
4682         * sync with 0.8.9cvs3
4683                 see ChangeLog 2003-01-30
4684
4685 2003-01-30 [paul]       0.8.9claws21
4686
4687         * sync with 0.8.9cvs2
4688                 see ChangeLog 2003-01-30
4689
4690 2003-01-29 [paul]       0.8.9claws20
4691
4692         * sync with 0.8.9cvs1
4693                 see ChangeLog 2003-01-29
4694
4695 2003-01-28 [paul]       0.8.9claws19
4696
4697         * po/POTFILES.in
4698                 update to reflect changes. 
4699                 thanks to Ricardo Mones Lastra
4700
4701 2003-01-27 [christoph]  0.8.9claws18
4702
4703         * ac/openssl.m4
4704         * ac/spamassassin.m4
4705         * src/plugins/spamassassin/README
4706         * src/plugins/spamassassin/libspamc.[ch]
4707         * src/plugins/spamassassin/utils.[ch]
4708                 updated to latest libspamc
4709
4710 2003-01-27 [christoph]  0.8.9claws17
4711
4712         * src/folder.c
4713                 fix wrong use of procheader_get_header_fields
4714
4715 2003-01-27 [christoph]  0.8.9claws16
4716
4717         * src/news.c
4718         * src/prefs_account.[ch]
4719         * src/common/nntp.[ch]
4720                 allow to force authentication for NNTP servers
4721
4722         Patch submitted by Florian Mickler <dmk@d-labs.de>
4723
4724 2003-01-26 [paul]       0.8.9claws15
4725
4726         * src/summaryview.c
4727                 speed up of marking messages as read
4728                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4729
4730 2003-01-26 [christoph]  0.8.9claws14
4731
4732         * src/Makefile.am
4733         * src/mgutils.[ch]              ** REMOVE **
4734         * src/xml.[ch]                  ** REMOVE **
4735         * src/xmlprops.[ch]             ** REMOVE **
4736         * src/common/Makefile.am
4737         * src/common/mgutils.[ch]       ** NEW **
4738         * src/common/xml.[ch]           ** NEW **
4739         * src/common/xmlprops.[ch]      ** NEW **
4740                 move xml files to common directory
4741
4742 2003-01-26 [christoph]  0.8.9claws13
4743
4744         * src/plugins/spamassassin/spamassassin_gtk.c
4745                 only set gtk entry text if string is available
4746
4747 2003-01-26 [melvin]     0.8.9claws12
4748
4749         * src/description_window.c
4750                 Allow resizing of the window
4751                 Allow automatic horizontal scroll bar
4752                 Do not vertically expand and fill
4753
4754 2003-01-26 [christoph]  0.8.9claws11
4755
4756         * src/Makefile.am
4757         * src/gtkutils.[ch]             ** REMOVE **
4758         * src/common/sylpheed.c
4759         * src/gtk/Makefile.am
4760         * src/gtk/description_window.c
4761         * src/gtk/gtkutils.[ch]         ** NEW **
4762         * src/gtk/prefswindow.c
4763                 move gtkutils to gtk directory
4764
4765 2003-01-26 [paul]       0.8.9claws10
4766
4767         * src/summaryview.c
4768                 rename summary_unread_clicked() to summary_status_clicked()
4769
4770 2003-01-26 [melvin]     0.8.9claws9
4771
4772         * src/prefs_actions.c
4773                 Cosmetical changes to the help text
4774
4775 2003-01-26 [paul]       0.8.9claws8
4776
4777         * src/folder.[ch]
4778           src/mainwindow.c
4779           src/prefs_common.c
4780           src/prefs_sumamry_column.c
4781           summaryview.[ch]
4782                 rename the 'Unread' column to 'Status'
4783
4784 2003-01-25 [match]      0.8.9claws7
4785
4786         * src/mgutils.[ch]
4787                 removed reference to LDAP constants. removed error2string.
4788                 included functions to support LDAP dynamic queries.
4789         * src/syldap.h
4790                 moved LDAP constants here.
4791         * src/addressbook.c
4792         * src/addrindex.c
4793         * src/importldif.c
4794                 removed references to LDAP constants and references to
4795                 error2string.
4796
4797 2003-01-25 [paul]       0.8.9claws6
4798
4799         * src/summaryview.c
4800                 summary_thread_build(), summary_thread_init(): remove 
4801                 unneeded reference to summaryview->folder_item
4802
4803 2003-01-25 [christoph]  0.8.9claws5
4804
4805         * src/gtk/description_window.c
4806                 o allow description texts to expand over multiple columns
4807                 o translate all columns
4808         * src/prefs_actions.c
4809                 change syntax description to use new multi column feature
4810
4811         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4812
4813 2003-01-25 [match]      0.8.9claws4
4814
4815         * src/vcard.c
4816                 fixed bug with Quoted-Printable
4817
4818 2003-01-25 [paul]       0.8.9claws3
4819
4820         * src/folder.[ch]
4821           src/summaryview.[ch]
4822                 implement per-folder collapsed/expanded threads setting
4823                 
4824         * src/prefs_common.c
4825                 remove global collapsed/expanded threads option
4826
4827 2003-01-25 [christoph]  0.8.9claws2
4828
4829         * po/POTFILES.in
4830                 add pluginwindow and prefswindow
4831         * src/compose.c
4832                 make send respond correctly to messages that could be added
4833                 to the queue folder, but the UID of the message is unknown
4834         * src/folder.c
4835         * src/imap.c
4836                 don't return guessed UIDs in imap_add_msg anymore. We return
4837                 0 to tell the folder system it was appened but the UID is
4838                 unknown. Folder system now get's the UID by scaning the folder
4839                 and searching the cache for the Message-ID
4840                 (closes bug #29 Messages queued, but not sent)
4841
4842 2003-01-25 [paul]       0.8.9claws1
4843
4844         * src/codeconv.c
4845                 conv_encode_header():  fix bug when long headers with 8-bit
4846                 characters are used, so that the encoded words are wrapped.
4847                 If the space in the original text falls on the wrap boundary,
4848                 it can be lost.
4849                 Patch by Sergey Vlasov.
4850                 
4851         * src/folderview.c
4852                  fix bug where a change to the sorting method or thread view
4853                  of a folder's messages is lost if simpify-subject is set and
4854                  toggled on or off.
4855                  Patch by Luke Plant.
4856
4857 2003-01-24 [paul]       0.8.9claws
4858
4859         * sylpheed-0.8.9claws released
4860         
4861         * Makefile.am
4862           sylpheed.spec.in
4863                 remove reference to 'INSTALL.jp'
4864
4865 2003-01-23 [paul]       0.8.8claws128
4866
4867         * po/es.po
4868           po/it.po
4869           po/ru.po
4870           po/sr.po
4871                 updated translations. submitted by Ricardo Mones Lastra,
4872                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4873
4874 2003-01-23 [colin]      0.8.8claws127
4875
4876         * src/compose.c
4877                 Fix drafted and queued news articles re-edition
4878
4879 2003-01-23 [melvin]     0.8.8claws126
4880
4881         * po/fr.po
4882                 Updated French translations
4883
4884 2003-01-23 [colin]      0.8.8claws125
4885
4886         * src/inc.c
4887                 Fix "Connecting to..." status message
4888
4889 2003-01-22 [paul]       0.8.8claws124
4890
4891         * po/bg.po
4892                 updated by George Danchev
4893                 
4894         * src/folder.c
4895                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4896                 and folder deletion
4897
4898 2003-01-21 [paul]       0.8.8claws123
4899
4900         * po/bg.po
4901                 updated by George Danchev
4902                 
4903         * src/about.c
4904                 its now 2003
4905                 
4906         * src/toolbar.c
4907                 don't translate 'Separator'
4908                 
4909         * src/plugins/spamassassin/Makefile.am
4910                 add aspell to CPPFLAGS
4911                 
4912         * src/plugins/spamassassin/spamassassin.c
4913           src/plugins/spamassassin/spamassassin_gtk.c
4914                 set correct default for spamassassin_receive_spam
4915                 slightly re-word descriptions and some
4916                 other minor changes
4917
4918 2003-01-19 [alfons]     0.8.8claws122
4919                 
4920         * src/mimeview.c
4921                 mimeview_save_as(): we might as well show the file name for
4922                 the single case "Save As" too
4923
4924 2003-01-19 [alfons]     0.8.8claws121
4925
4926         * src/crash.c
4927                 change bug tracker URL to bugzilla URL
4928
4929 2003-01-19 [alfons]     0.8.8claws120
4930
4931         * src/mimeview.c
4932                 mimeview_save_all(): display name of file before overwriting;
4933                 continue saving all, even when one overwrite was cancelled
4934
4935 2003-01-19 [christoph]  0.8.8claws119
4936
4937         * src/summaryview.c
4938         * src/procmsg.[ch]
4939                 fix wrong usage of procmsg_find_children in summaryview
4940                 by using procmsg_update_unread_children instead of
4941                 summaryview_update_unread_children
4942
4943 2003-01-19 [christoph]  0.8.8claws118
4944
4945         * src/procmsg.c
4946                 fix infinite loop in procmsg_find_children
4947                  (closes bug #25 sylpheed crashes on delete.)
4948
4949         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4950
4951 2003-01-19 [paul]       0.8.8claws117
4952
4953         * po/pt_BR.po
4954                 updated by Ivan Francolin Martinez
4955
4956 2003-01-18 [melvin]     0.8.8claws116
4957
4958         * src/prefs_actions.c
4959                 Removed syntax limitation of only one '&' at the end of command.
4960                         Now actions that contain '>/dev/null 2>&1' are possible.
4961
4962 2003-01-18 [melvin]     0.8.8claws115
4963
4964         * src/prefs_actions.c
4965                 Actions IO dialog: when the action ends
4966                 the "Close" button now has focus and [Escape] closes the
4967                 window.
4968
4969 2003-01-18 [christoph]  0.8.8claws114
4970
4971         * src/procmsg.c
4972                 o add debug output when MsgInfos are really freed
4973                 o free GSLists in procmsg_find_children and
4974                   procmsg_update_unread_children
4975
4976 2003-01-18 [christoph]  0.8.8claws113
4977
4978         * src/mainwindow.c
4979                 reorder Configuration menu
4980
4981 2003-01-18 [christoph]  0.8.8claws112
4982
4983         * src/compose.c
4984                 fix applying templates to forwarded messages
4985
4986         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4987
4988 2003-01-17 [christoph]  0.8.8claws111
4989
4990         * src/folder.c
4991                 destroy folder items, when a folder item is removed
4992
4993 2003-01-17 [christoph]  0.8.8claws110
4994
4995         * src/folder.c
4996                 fix wrong folder stats update when ignored message is
4997                 deleted
4998
4999 2003-01-17 [colin]      0.8.8claws109
5000         
5001         * src/mainwindow.c
5002         * src/summaryview.c
5003                 Quicksearch bugfixes: 
5004                 - hide help button at startup if not extended
5005                 - switch to extended when looking for replies
5006
5007 2003-01-17 [paul]
5008
5009         * sync with 0.8.9 release
5010
5011 2003-01-17 [paul]       0.8.8claws108
5012
5013         * sync with 0.8.8cvs11
5014                 see ChangeLog 2003-01-17
5015
5016 2003-01-16 [colin]      0.8.8claws107
5017
5018         * src/procmsg.c
5019                 Changed encryption test to re-ask passphrase
5020                 if an encrypted message hasn't been decrypted
5021                 Fixes bug #5
5022
5023 2003-01-16 [christoph]  0.8.8claws106
5024
5025         * src/prefs_gtk.c
5026         * src/prefs_toolbar.c
5027         * src/gtk/prefswindow.h
5028         * src/plugins/spamassassin/spamassassin_gtk.c
5029                 remove page destroy function that is not used anymore
5030
5031 2003-01-16 [paul]       0.8.8claws105
5032
5033         * sync with 0.8.8cvs9
5034                 see ChangeLog 2002-01-16
5035
5036 2003-01-16 [colin]      0.8.8claws104
5037
5038         * src/compose.[ch]
5039                 Fix bug with autosaved drafts for IMAP, when draft
5040                 folder is specified - fixes bugzilla bug #20
5041
5042 2003-01-15 [paul]       0.8.8claws103
5043
5044         * src/compose.[ch]
5045           src/procmsg.c
5046                 store folder and message-id of message forwarding
5047                 in queue header and set forward flag after sending
5048
5049 2003-01-15 [paul]       0.8.8claws102
5050
5051         * sync with 0.8.8cvs8
5052                 see ChangeLog 2002-01-15
5053
5054 2003-01-15 [colin]      0.8.8claws101
5055
5056         * src/Makefile.am
5057                 Fix linking with GNU libiconv
5058
5059 2003-01-15 [darko]      0.8.8claws100
5060
5061         * src/pine.c
5062                 fix crash when importing pine address book
5063                 entry with an empty name (reported by DY
5064                 <dybulk at tri8.net>)
5065
5066 2003-01-14 [paul]       0.8.8claws99
5067
5068         * configure.in  ** REMOVED **
5069           configure.ac  ** NEW FILE **
5070                 rename configure.in to configure.ac, as it is now
5071                 preferred
5072
5073 2003-01-14 [melvin]     0.8.8claws98
5074
5075         * src/folderview.c
5076                 folderview_check_new(): More precise function description
5077
5078 2003-01-14 [melvin]     0.8.8claws97
5079
5080         * src/folderview.c
5081                 folderview_check_new(): return the number of new messages 
5082                         since last check.
5083         * src/inc.c
5084                 inc_account_mail(): Disable counting of new messages for IMAP
5085                         and NNTP until bug [19] and [14] are fixed.
5086
5087 2003-01-14 [paul]       0.8.8claws96
5088
5089         * sync with 0.8.8cvs6
5090                 see ChangeLog 2003-01-14
5091
5092 2003-01-13 [alfons]     0.8.8claws95
5093
5094         * src/textview.c
5095                 tune email address validation (c. 0.8.8claws89): if . is 
5096                 just one char away from @, the address is invalid too 
5097                 (correctly rejects addresses like foo@.com)
5098
5099 2003-01-13 [paul]       0.8.8claws94
5100
5101         * src/messageview.c
5102           src/toolbar.c
5103                 fixes to the Message View toolbar and menu:
5104                 fix non-functioning Forward button
5105                 make Reply button consider default_reply_list
5106                 remove 'Follow-up...' menu entry
5107                 add 'Forward' and 'Redirect' menu entries
5108
5109 2003-01-13 [melvin]     0.8.8claws93
5110
5111         * src/inc.c
5112                 Fixed typo that could make new messages count incorrect.
5113
5114 2003-01-13 [melvin]     0.8.8claws92
5115
5116         * src/folderview.[ch]
5117                 folderview_check_new(): return the number of new messages.
5118         * src/inc.c
5119                 Should fix bug [14] where new mail notification worked 
5120                         incorrectly with IMAP accounts.
5121                 inc_spool_account(): return number of new msgs, or -1 on error
5122                 inc_all_spool(): return number of new msgs
5123                 
5124 2003-01-13 [melvin]     0.8.8claws91
5125
5126         * src/prefs_actions.c
5127                 Justify help text.
5128
5129 2003-01-12 [thorsten]   0.8.8claws90
5130
5131         * src/common/prefs.c
5132                 close file before rename
5133
5134 2003-01-12 [alfons]     0.8.8claws89
5135
5136         * AUTHORS
5137                 add Christian Mertes
5138         * src/common/utils.[ch]
5139                 g_stricase_hash(), g_stricase_equal(): functions for 
5140                 case insensitive hash tables
5141         * src/textview.c
5142                 use top level domain names to validate email address, based
5143                 on a patch by Christian Mertes (thanks!), but changed 
5144                 implementation to use a hash table 
5145
5146 2003-01-12 [paul]       0.8.8claws88
5147
5148         * po/bg.po
5149                 updated by George Danchev
5150
5151 2003-01-12 [alfons]     0.8.8claws87
5152
5153         * src/summaryview.c
5154                 delete / execute performance: use new style folder update
5155
5156 2003-01-12 [paul]       0.8.8claws86
5157
5158         * sync with 0.8.8cvs5
5159                 see ChangeLog 2003-01-13 (!)
5160
5161 2003-01-12 [alfons]     0.8.8claws85
5162
5163         * src/filtering.c
5164         * src/matcher_parser_parse.y
5165                 prepare change_score filtering action
5166         * src/matcher.[ch]
5167                 give up const-correctness on functions that call non-const-correct functions;
5168                 several casts to gpointer in g_free();
5169                 add change_score;
5170
5171 2003-01-12 [christoph]  0.8.8claws84
5172
5173         * src/compose.c
5174                 fix 2 warnings
5175
5176         * src/gtk/prefswindow.[ch]
5177         * src/plugins/spamassassin/spamassassin_gtk.c
5178                 changed the call of the widget create function
5179                 for PrefsPages, because sometimes the widget
5180                 create function needs a widget that already has
5181                 been attached to a window (to create GDK pixmaps
5182                 for exmaple). So we simply pass the GtkWindow as
5183                 the second parameter now.
5184
5185         * src/main.c
5186         * src/mainwindow.c
5187         * src/prefs_toolbar.[ch]
5188                 rewrite Toolbar Preferences using the new
5189                 prefs window
5190
5191 2003-01-11 [alfons]     0.8.8claws83
5192
5193         * src/addressadd.c
5194                 fix crash when adding sender to addressbook because status bar
5195                 isn't there (the status bar doesn't seem to be used though,
5196                 but I'll let Match decide what to do with it)
5197
5198 2003-01-11 [colin]      0.8.8claws82
5199
5200         * src/main.c
5201           src/toolbar.c
5202                 Two useless changes reversed
5203
5204 2003-01-11 [colin]      0.8.8claws81
5205
5206         * src/mainwindow.c
5207           src/mainwindow.h
5208                 Add mainwindow_get_mainwindow()
5209         * src/alertpanel.c
5210           src/alertpanel.h
5211                 Add alertpanel_error_log() 
5212         * src/compose.c
5213           src/inc.c
5214           src/messageview.c
5215           src/toolbar.c
5216           src/main.c
5217           src/procmsg.c
5218                 Network errors get a View Log button
5219
5220 2003-01-10 [alfons]     0.8.8claws80
5221
5222         * src/prefs_toolbar.c
5223         * src/toolbar.c
5224                 use the translatable string for "Separator" as file name for
5225                 separator toolbar items (probably make this uppercase?)
5226
5227 2003-01-10 [alfons]     0.8.8claws79
5228
5229         * src/prefs_toolbar.c
5230                 put right A_SEPARATOR description string in "displayed
5231                 toolbar items list" so manually added separators are
5232                 saved correctly (bug #10, "Adding a separator to the main 
5233                 toolbar fails, entry in xml file is wrong")
5234
5235 2003-01-10 [christoph]  0.8.8claws78
5236
5237         * src/imap.c
5238                 o fix warnings
5239                 o use CAPABILITY to check if NAMESPACE is available
5240
5241 2003-01-10 [christoph]  0.8.8claws77
5242
5243         * src/imap.[ch]
5244                 apply UIDPLUS IMAP extension support patch
5245
5246         Patch submitted by Simon 'corecode' Schubert
5247
5248 2003-01-10 [paul]       0.8.8claws76
5249
5250         * src/folderview.c
5251                 a sync from main which fixes the news account folders'
5252                 Properties bug
5253
5254 2003-01-10 [christoph]  0.8.8claws75
5255
5256         * src/folder.c
5257                 don't accept 0 as a valid uid returned by copy and move
5258                 functions. 0 means the message was copied or moved but the
5259                 new uid could not be fetched. It is not an error condition
5260                 for the copy or move operation.
5261
5262 2003-01-10 [paul]       0.8.8claws74
5263
5264         * src/prefs_filtering.c
5265                 change English used in Alert when entry is not
5266                 saved.
5267                 
5268         * sync with 0.8.8cvs4
5269                 see ChangeLog 2003-01-10
5270
5271 2003-01-10 [darko]      0.8.8claws73
5272
5273         * src/pine.c
5274                 fix crash when importing address book entry
5275                 without a valid address
5276
5277 2003-01-09 [alfons]     0.8.8claws72
5278
5279         * src/inc.c
5280                 filtering performance: use new style folder update
5281
5282 2003-01-09 [christoph]  0.8.8claws71
5283
5284         * src/compose.c
5285         * src/gtk/menu.[ch]
5286                 fix wrong selecting of mime encoding type, when
5287                 opening property dialog of attachments in the
5288                 compose window. 7bit was always selected and that
5289                 destoryed files with 8bit data.
5290                 (closes bug #9 Sylpheed-claws destroys attachments when
5291                  changing MIME-types)
5292
5293 2003-01-09 [paul]       0.8.8claws70
5294
5295         * sync with 0.8.8cvs3
5296                 see ChangeLog 2003-01-09
5297
5298 2003-01-08 [alfons]     0.8.8claws69
5299         
5300         * src/addressadd.c
5301                 apply patch by Kim Schulz to fix build breakage
5302                 because of missing variable
5303
5304 2003-01-08 [paul]       0.8.8claws68
5305
5306         * sync with 0.8.8cvs2
5307                 see ChangeLog 2002-01-08
5308
5309 2003-01-08 [paul]       0.8.8claws67
5310
5311         * po/it.po
5312                 updated by Alessandro Maestri
5313                 
5314         * src/addressadd.c
5315                 when using 'Add sender to addressbook' allow
5316                 name to be edited and remarks to be entered
5317                 Patch submitted by Luke Plant
5318
5319 2003-01-08 [darko]      0.8.8claws66
5320
5321         * README.claws, src/summaryview.c
5322                 fix description for marked messages
5323
5324 2003-01-08 [paul]
5325
5326         * tools/Makefile.am
5327           tools/launch_phoenix  ** NEW FILE **
5328                 add script that enables using Phoenix as the default
5329                 web browser. 
5330                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5331                 
5332         * tools/OOo2sylpheed.pl
5333                 remove full path to sylpheed executable, just 'sylpheed'
5334                 will do
5335                 
5336         * tools/README
5337                 add launch_phoenix informtion and re-arrange and compress
5338                 the data a little
5339
5340 2003-01-07 [christoph]  0.8.8claws65
5341
5342         * src/folder.c
5343                 fix update for source folder when moving messages
5344         * src/procmsg.[ch]
5345         * src/summaryview.c
5346                 use function to set to_folder for message infos and
5347                 automatically update the op_count for old and new
5348                 folder
5349
5350 2003-01-07 [melvin]     0.8.8claws64
5351
5352         * src/prefs_actions.c
5353                 Fixed bug where an '%p' Action on a displayed image crashed 
5354                         Sylpheed
5355                 Code clean up (get rid of duplicated code and removed unnecessary 
5356                                 structure member)
5357
5358 2003-01-07 [christoph]  0.8.8claws63
5359
5360         * src/compose.c
5361         * src/folder.[ch]
5362         * src/folderview.c
5363         * src/import.c
5364         * src/inc.c
5365         * src/main.c
5366         * src/mainwindow.c
5367         * src/messageview.c
5368         * src/prefs_folder_item.c
5369         * src/procmsg.c
5370         * src/summaryview.c
5371         * src/toolbar.c
5372                 o remove all folder update triggering from the UI code. The folder
5373                   system should know much better when a folder needs an update.
5374                 o to prevent multiple updates in a row the folder updates can be
5375                   frozen for some time.
5376
5377                 Note: - Please verify that no updates are missing
5378                       - Check where freeze/thaws should be added
5379
5380 2003-01-07 [christoph]  0.8.8claws62
5381
5382         * src/prefs_actions.c
5383                 don't translate empty strings
5384
5385         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5386
5387 2003-01-06 [christoph]  0.8.8claws61
5388
5389         * src/prefs_actions.c
5390                 mark strings for gettext
5391         * src/prefs_matcher.c
5392                 use new description window for Execute action and
5393                 match condition in Filtering
5394
5395         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5396
5397 2003-01-06 [alfons]     0.8.8claws60
5398
5399         keep myself inspired to re-organize matcher part 8; 
5400         yes, more to come (I need to move out the descriptive
5401         text for actions to matcher.c, or at least make it not
5402         depend on the wicked ordering)
5403
5404         * src/prefs_matcher.c
5405                 add documentation so others may comprehend the
5406                 UI part of the conditions
5407                 
5408 2003-01-06 [christoph]  0.8.8claws59
5409
5410         * src/prefs_actions.c
5411                 use new description window for syntax help
5412         * src/gtk/description_window.c
5413                 fix display of descriptions with column count != 2
5414
5415         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5416
5417 2003-01-06 [christoph]  0.8.8claws58
5418
5419         * src/quote_fmt.c
5420         * src/summaryview.[ch]
5421         * src/gtk/Makefile.am
5422         * src/gtk/description_window.[ch]       ** NEW **
5423                 use a generic window to display syntax descriptions
5424                 currently used in quote_fmt and summaryview (new description
5425                 for extended quick search)
5426
5427         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5428
5429 2003-01-06 [paul]       0.8.8claws57
5430
5431         * sync with 0.8.8cvs1
5432                 see ChangeLog 2003-01-06
5433
5434 2003-01-06 [christoph]  0.8.8claws56
5435
5436         * src/mainwindow.c
5437         * src/prefs_gtk.[ch]
5438         * src/gtk/prefswindow.[ch]
5439         * src/plugins/spamassassin/spamassassin_gtk.c
5440                 o remove page management from prefswindow, pages
5441                   will be an argument to prefswindow_open
5442                 o prefswindow_open gets a datapointer that is
5443                   passed to the widget_create function to allow
5444                   creation of prefswindow for specific items
5445
5446 2003-01-06 [colin]      0.8.8claws55
5447         
5448         * src/summaryview.c
5449                 We don't want regexp in the reply-finder, 
5450                 because MIDs can contain !,$,. and so on
5451
5452 2003-01-06 [jens]       0.8.8claws54
5453
5454         * src/jpilot.c
5455                 fixed a wrong free in jpilot_read_db_files
5456
5457 2003-01-06 [alfons]     0.8.8claws53
5458
5459         re-organize matcher part 8; more to come
5460        
5461         * src/matcher.c
5462                 matcherprop_to_string(): put g_free()s before the
5463                 switch-case break to fix memleaks                
5464
5465 2003-01-06 [colin]      0.8.8claws52
5466
5467         * src/summaryview.c
5468                 cleanup & reply-finder now displays the first 
5469                 matching message
5470
5471 2003-01-05 [alfons]     0.8.8claws51
5472
5473         re-organize matcher part 7; more to come
5474
5475         * src/matcher.[ch]
5476                 fixes for constant correctness;
5477                 more documentation;
5478
5479 2003-01-05 [alfons]     0.8.8claws50
5480
5481         re-organize matcher part 6; more to come
5482         
5483         * src/matcher.[ch]
5484                 fixes for constant correctness;
5485                 more documentation;
5486         * src/filtering.c
5487                 fix for constant correctness
5488
5489 2003-01-05 [colin]      0.8.8claws49
5490
5491         * src/account.[ch]
5492                 Add account_get_reply_account function
5493         * src/compose.c
5494                 Use account_get_reply_account function 
5495         * src/summaryview.c
5496                 Basic reply-finder - click on the replied
5497                 icon gets you to the outbox using quick-search
5498
5499 2003-01-05 [paul]       0.8.8claws48
5500
5501         * src/prefs_common.c
5502                 small change to English
5503                 
5504         * src/prefs_filtering.c
5505                 prefs_filtering_action_select(): improve logic and uniformity
5506                 of gui
5507
5508 2003-01-05 [alfons]     0.8.8claws47
5509
5510         fine tune solution to focus problems (bug #7)
5511
5512         * src/mainwindow.c
5513                 mainwindow_focus_in_event(): remove grab event check
5514         * src/summaryview.c
5515                 summary_button_pressed(): move selection on right-click
5516                 too. we can't possibly move the selection back after
5517                 canceling a dialog, because gtk's incomplete focus 
5518                 management. whether this is a good solution, only time
5519                 will tell.
5520
5521 2003-01-05 [christoph]  0.8.8claws46
5522
5523         * src/imap.c
5524                 fix crash when no imap connection could be established
5525
5526 2003-01-05 [paul]       0.8.8claws45
5527
5528         * src/mainwindow.c
5529           src/sumamryview.c
5530           src/gtk/menu.[ch]
5531                 fix bug 605957 'shortcuts in popup-menu'
5532                 make user-defined shortcuts work
5533                 show shortcuts that are already defined
5534                 in the main menu
5535                 Patch submitted by Luke Plant
5536
5537 2003-01-05 [alfons]     0.8.8claws44
5538
5539         * src/mainwindow.c
5540                 focus_in_event handler should not select summary view row 
5541                 when another window (menu, dialog) grabbed for events 
5542                 (bug #7, "[0.8.8claws42] Message summary focus") 
5543
5544 2003-01-04 [christoph]  0.8.8claws43
5545
5546         * src/procmsg.c
5547                 update save folder after adding the sent message
5548                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5549
5550 2003-01-02 [christoph]  0.8.8claws42
5551
5552         * src/common/plugin.c
5553                 fix unloading of all plugins and unload
5554                 plugins in reverse order
5555                 
5556         * src/gtk/pluginwindow.c
5557                 implement function of load and unload button
5558
5559         * src/gtk/prefswindow.c
5560         * src/gtk/prefswindow.h
5561                 rename register function and add new unregister
5562                 function
5563
5564         * src/plugins/spamassassin/spamassassin_gtk.c
5565                 unregister prefs page and update for changes in
5566                 src/gtk/prefswindow.c
5567
5568 2003-01-02 [paul]       0.8.8claws41
5569
5570         * po/es.po
5571                 updated by Ricardo Mones Lastra
5572
5573 2003-01-02 [paul]
5574
5575         * tools/tb2sylpheed
5576                 fixes and improvements by Urke MMI
5577
5578 2003-01-02 [thorsten]   0.8.8claws40
5579
5580         * src/procmsg.c
5581                 fixed wrong return value
5582
5583 2003-01-02 [thorsten]   0.8.8claws39
5584
5585         * src/prefs.c
5586                 fixed printing wrong variable
5587
5588 2003-01-02 [thorsten]   0.8.8claws38
5589
5590         * src/prefs.c
5591                 fixed acessing members of freed pfile struct
5592
5593 2003-01-02 [thorsten]   0.8.8claws37
5594
5595         * src/procmsg.c
5596                 detect loops across several messages
5597                 as suggested by Christoph Hohmann
5598
5599 2003-01-01 [match]      0.8.8claws36
5600
5601         * src/addrindex.c
5602                 fixed another memory leak.
5603
5604 2003-01-01 [match]      0.8.8claws35
5605
5606         * src/jpilot.[ch]
5607                 fixed memory leaks. applied Doxygen comments.
5608
5609 2003-01-01 [thorsten]   0.8.8claws34
5610
5611         * src/procmsg.c
5612                 inhibit endless loop if msg references itself
5613                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5614
5615 2003-01-01 [christoph]  0.8.8claws33
5616
5617         * src/mainwindow.c
5618         * src/gtk/Makefile.am
5619         * src/gtk/pluginwindow.c                ** NEW **
5620         * src/gtk/pluginwindow.h                ** NEW **
5621                 add plugin window
5622
5623         * src/plugins/demo/demo.c
5624         * src/plugins/spamassassin/spamassassin.c
5625         * src/plugins/spamassassin/spamassassin_gtk.c
5626                 write better plugin descriptions
5627
5628 2002-12-31 [christoph]  0.8.8claws32
5629
5630         * src/gtk/prefswindow.c
5631         * src/plugins/spamassassin/spamassassin_gtk.c
5632                 some small improvements to GTK code
5633
5634 2002-12-31 [christoph]  0.8.8claws31
5635
5636         * src/plugins/spamassassin/spamassassin_gtk.c
5637                 enable folder select button
5638
5639 2002-12-31 [christoph]  0.8.8claws30
5640
5641         * src/mainwindow.c
5642         * src/gtk/Makefile.am
5643         * src/gtk/prefswindow.c                         ** NEW **
5644         * src/gtk/prefswindow.h                         ** NEW **
5645                 add new prefs window
5646
5647         * src/common/plugin.c
5648                 don't try to load empty config lines
5649         
5650         * src/plugins/spamassassin/Makefile.am
5651         * src/plugins/spamassassin/spamassassin.c
5652         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5653         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5654                 GTK config for SpamAssassin Plugin using
5655                 the new prefs window
5656
5657 2002-12-31 [paul]       0.8.8claws29
5658
5659         * po/POTFILES.in
5660                 remove obsolete entry 'src/menu.c'
5661
5662 2002-12-31 [alfons]     0.8.8claws28
5663
5664         * src/matcher.[ch]
5665         * src/matcher_parser_parse.y
5666         * src/prefs_matcher.c
5667                 add "ignore_thread" and "~ignore_thread" condition so it's
5668                 possible to make the actions / scoring operate on the ignore
5669                 thread flag
5670
5671 2002-12-31 [christoph]  0.8.8claws27
5672
5673         * src/addrbook.c
5674         * src/addrindex.c
5675         * src/folder.c
5676         * src/matcher.c
5677         * src/prefs_account.c
5678         * src/prefs_actions.c
5679         * src/prefs_customheader.c
5680         * src/prefs_display_header.c
5681         * src/prefs_gtk.c
5682         * src/procmime.c
5683         * src/toolbar.c
5684         * src/xmlprops.c
5685         * src/common/prefs.[ch]
5686                 extend prefs file handling for reading and automatic handling
5687                 of blocks. When reading prefs_set_block_label will automatically
5688                 move on to the block. When writing it will copy all other blocks
5689                 automatically
5690
5691         * src/common/plugin.c
5692                 Now loading plugin filenames from [Plugins] block in
5693                 sylpheed rc file
5694
5695 2002-12-30 [christoph]  0.8.8claws26
5696
5697         * src/common/hooks.[ch]
5698                 return abort status to caller of hooks_invoke
5699                 
5700         * src/inc.[ch]
5701                 invoke message filtering hook and stop
5702                 default handling when filter returns abort
5703
5704         * src/common/plugin.[ch]
5705         * src/plugins/demo/demo.c
5706                 modify plugin loader, because resolving symbols for strings
5707                 does not work correctly
5708         
5709         * configure.in
5710         * ac/spamassassin.m4                            ** NEW **
5711         * src/plugins/spamassassin/.cvsignore           ** NEW **
5712         * src/plugins/spamassassin/Makefile.am          ** NEW **
5713         * src/plugins/spamassassin/README               ** NEW **
5714         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5715         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5716         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5717                 add spamassassin plugin, see src/plugins/spamassassin/README
5718                 for details
5719
5720 2002-12-29 [alfons]     0.8.8claws25
5721
5722         * src/mainwindow.c
5723                 when moving focus from a message view to the main 
5724                 window, don't forget to select the summary node
5725                 of the displayed message. should fix "[ 659103 ] 
5726                 focus-follows-mouse confuses sylpheed"
5727
5728 2002-12-29 [christoph]  0.8.8claws24
5729
5730         * src/Makefile.am
5731         * src/stringtable.[ch]          ** REMOVE **
5732         * src/common/Makefile.am
5733         * src/common/stringtable.[ch]   ** NEW **
5734                 move stringtable files to common directory
5735
5736 2002-12-29 [christoph]  0.8.8claws23
5737
5738         * src/Makefile.am
5739         * src/menu.[ch]                 ** REMOVE **
5740         * src/gtk/Makefile.am
5741         * src/gtk/menu.[ch]             ** NEW **
5742                 move menu files to gtk directory
5743
5744 2002-12-29 [match]      0.8.8claws22
5745
5746         * src/addressbook.c
5747         * src/syldap.c
5748                 moved UI specific code out of LDAP code into addressbook
5749                 UI code. fixed memory leak.
5750
5751 2002-12-29 [christoph]  0.8.8claws21
5752
5753         * src/folder.c
5754                 only check for IGNORED parent message when message is
5755                 not IGNORED itself
5756
5757 2002-12-29 [alfons]     0.8.8claws20
5758
5759         * src/summaryview.c
5760                 set gtksctree's anchor correct (immediate execute
5761                 changes the tree's layout, and anchor points at 
5762                 the incorrect row). fixes "[ 657233 ] multiple msg 
5763                 delete sometimes off by 1".
5764                 we probably have to look for more tree layout /
5765                 anchor glitches.
5766
5767 2002-12-29 [paul]       0.8.8claws19
5768
5769         * src/summaryview.c
5770                 fix bug [ 659054 ] incorrect sorting of 'From' column
5771                 when using 'display sender using address book'
5772                 thanks to Alfons and Luke Plant
5773
5774 2002-12-29 [christoph]  0.8.8claws18
5775
5776         * src/folder.c
5777         * src/procmsg.[ch]
5778                 check parent messages for IGNORE THREAD flag, when adding,
5779                 moving or copying messages to a folder
5780
5781 2002-12-27 [alfons]     0.8.8claws17
5782
5783         re-organize matcher part 5; more to come
5784
5785         * src/matcher.c
5786                 hash keywords in matchparser_tab 
5787
5788 2002-12-27 [alfons]     0.8.8claws16
5789
5790         re-organize matcher part 4; more to come
5791
5792         * src/matcher_parser.h
5793         * src/matcher_parser_lex.l
5794         * src/matcher_parser_parse.y
5795                 cleanup
5796
5797 2002-12-27 [alfons]     0.8.8claws15
5798
5799         re-organize matcher part 3; more to come
5800
5801         * src/matcher.[ch]
5802                 cleanup
5803
5804 2002-12-27 [alfons]     0.8.8claws14
5805
5806         re-organize matcher part 2; more to come but this should
5807         work. cc me if there are any regressions.
5808
5809         * src/matcher.h
5810                 add prototype for get_matchparser_tab_id()
5811         * src/matcher_parser_lex.l
5812                 look up keywords using matchparser_tab_id();
5813
5814 2002-12-27 [alfons]     0.8.8claws12
5815
5816         re-organize matcher part 1
5817
5818         * src/matcher.h
5819                 map yacc generated constants to sylpheed matcher constants
5820         * src/matcher.c
5821                 add function to find a matcher constant from a string
5822
5823 2002-12-27 [christoph]  0.8.8claws11
5824
5825         * src/compose.c
5826                 MENUITEM_ADD casts the 4th argument from integer to pointer
5827                 so it probably should not be a pointer, this means we
5828                 should use account id for it and not the account's pointer
5829
5830 2002-12-27 [paul]       0.8.8claws10
5831
5832         * src/mainwindow.c
5833                 remove unneeded 'GtkWidget *vbox'
5834                 
5835         * src/summaryview.c
5836                 further sync with 0.8.8 - make sort
5837                 by recipient work as expected
5838                 
5839         * NEWS
5840                 sync with 0.8.8
5841
5842 2002-12-27 [paul]       0.8.8claws9
5843
5844         * po/pt_BR.po
5845                 updated by Ivan F. Martinez
5846                 
5847 2002-12-27 [darko]      0.8.8claws8
5848
5849         * src/common/utils.c
5850                 added locked pattern to extended search
5851
5852 2002-12-27 [alfons]     0.8.8claws7
5853
5854         * src/prefs_matcher.[ch]
5855                 clean up
5856
5857 2002-12-26 [alfons]     0.8.8claws6
5858
5859         * src/matcher.[ch]
5860         * src/matcher_parser_lex.l
5861         * src/matcher_parser_parse.y
5862         * src/prefs_matcher.c
5863                 allow color label as a condition in the matcher
5864
5865 2002-12-26 [oliver]     0.8.8claws5
5866         
5867         * src/toolbar.c 
5868                 enable Addressbook for Main and Messageview
5869         * src/prefs_actions.c
5870                 enable actions in Messageview
5871
5872 2002-12-26 [christoph]  0.8.8claws4
5873
5874         * src/common/plugin.c
5875                 add a little debug output
5876         * configure.in
5877         * src/plugins/demo/Makefile.am
5878                 better use of automake
5879
5880 2002-12-26 [christoph]  0.8.8claws3
5881
5882         * src/Makefile.am
5883         * src/common/Makefile.am
5884                 fix "make distdir"
5885
5886 2002-12-26 [christoph]  0.8.8claws2
5887
5888         * configure.in
5889                 sort configure checks into common / gtk / plugins
5890         * po/POTFILES.in
5891                 add src/prefs_gtk.c
5892         * src/Makefile.am
5893                 add plugins SUBDIR
5894         * src/main.c
5895         * src/common/sylpheed.[ch]
5896                 added now sylpheed_done function for shutdown
5897         * src/common/Makefile.am
5898         * src/common/plugin.[ch]                ** NEW **
5899                 plugin loader and unloader
5900         * src/plugins/.cvsignore                ** NEW **
5901         * src/plugins/Makefile.am               ** NEW **
5902                 build plugins
5903         * src/plugins/demo/.cvsignore           ** NEW **
5904         * src/plugins/demo/Makefile.am          ** NEW **
5905         * src/plugins/demo/demo.c               ** NEW **
5906                 small demo plugin that installs a logtext hook and
5907                 outputs the log text to stdout
5908
5909 2002-12-26 [paul]       0.8.8claws1
5910
5911         * po/es.po
5912                 updated by Ricardo Mones Lastra
5913
5914 2002-12-26 [paul]       0.8.8claws
5915
5916         * 0.8.8claws released
5917
5918 2002-12-26 [paul]       0.8.7claws12
5919
5920         * po/bg.po
5921                 updated by George Danchev
5922
5923 2002-12-26 [paul]       0.8.7claws11
5924
5925         * po/POTFILES.in
5926                 remove unneeded 'src/prefs.c' entry 
5927
5928 2002-12-26 [paul]       0.8.7claws10
5929
5930         * src/codeconv.c
5931           src/mainwindow.c
5932                 sync with 0.8.8 release
5933         
5934         * src/folder.[ch]
5935           src/mh.c
5936           src/summaryview.c
5937                 partial sync with 0.8.8 release
5938         
5939
5940 2002-12-25 [alfons]     0.8.7claws9
5941
5942         * src/matcher.[ch]
5943         * src/matcher_parser_lex.l
5944         * src/matcher_parser_parse.y
5945         * src/prefs_matcher.c
5946                 add locked flag to possible filtering / matcher 
5947                 conditions (also a good example what should be
5948                 done to add a simple boolean condition)
5949
5950 2002-12-25 [christoph]  0.8.7claws8
5951
5952         * src/Makefile.am
5953         * src/account.[ch]
5954         * src/addrbook.c
5955         * src/addressbook.c
5956         * src/addrindex.c
5957         * src/filtering.c
5958         * src/folder.c
5959         * src/matcher.c
5960         * src/prefs.[ch]                ** REMOVE **
5961         * src/prefs_account.c
5962         * src/prefs_actions.c
5963         * src/prefs_common.c
5964         * src/prefs_customheader.c
5965         * src/prefs_display_header.c
5966         * src/prefs_filtering.c
5967         * src/prefs_folder_item.c
5968         * src/prefs_gtk.[ch]            ** NEW **
5969         * src/prefs_matcher.c
5970         * src/prefs_scoring.c
5971         * src/prefs_summary_column.c
5972         * src/procmime.c
5973         * src/selective_download.c
5974         * src/toolbar.c
5975         * src/common/Makefile.am
5976         * src/common/prefs.[ch]         ** NEW **
5977                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5978
5979 2002-12-24 [alfons]     0.8.7claws7
5980
5981         * src/summaryview.c
5982                 summary_thread_build(): fix real cause of the crash mentioned in
5983                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5984                 this way we get meaningful ctree nodes 
5985
5986 2002-12-24 [oliver]     0.8.7claws6
5987
5988         * src/mainwindow.[ch]
5989         * src/messageview.[ch]
5990         * src/compose.[ch]
5991         * src/inc.c
5992         * src/summaryview.c
5993                 changes to use updated toolbar handling
5994                 
5995 2002-12-24 [oliver]     0.8.7claws5
5996
5997         * src/toolbar.[ch]
5998                 generic toolbar handling
5999                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6000         * src/prefs_toolbar.[ch]
6001                 adjust to handling
6002         
6003 2002-12-24 [oliver]     0.8.7claws4
6004         
6005         * src/stock_pixmap.[ch]
6006                 move SYLPHEED_LOGO to end of list in order 
6007                 to remove it from Custom Toolbar`s Icon View
6008
6009 2002-12-24 [alfons]     0.8.7claws3
6010
6011         * src/summaryview.c
6012                 summary_thread_build(): fix crash because of focus != selection 
6013                 after threading. when deleting the selection, gtk tries but fails 
6014                 to find the correct focusable element. we now force the selection
6015                 to be focused. this should solve the infamous bug reported by 
6016                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6017                 a test case is available. 
6018
6019 2002-12-24 [darko]      0.8.7claws2
6020
6021         * src/summaryview.c
6022                 don't crash when unmarking message with unread children
6023
6024 2002-12-23 [christoph]  0.8.7claws1
6025
6026         * src/Makefile.am
6027         * src/common/Makefile.am
6028                 update Makefiles for moved intl.h, version.h and defs.h
6029         * src/imap.c
6030                 rewrite imap_session_get to avoid duplicate code
6031
6032 2002-12-23 [paul]       0.8.7claws
6033
6034         * Santa-Claws released
6035         
6036         * po/hu.po
6037           po/ru.po
6038                 squeeze in updated Hungarian and Russian translations.
6039                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6040
6041 2002-12-23 [paul]       0.8.6claws129
6042
6043         * po/pl.po
6044                 updated by Witold Wladyslaw Wojciech Wilk
6045
6046 2002-12-23 [paul]       0.8.6claws128
6047
6048         * src/quote_fmt_parse.y
6049                 fix typo and add licence header
6050
6051 2002-12-23 [paul]       0.8.6claws127
6052
6053         * po/en_GB.po
6054                 updated
6055
6056 2002-12-23 [paul]       0.8.6claws126
6057
6058         * po/it.po
6059                 updated translation, submitted by Alessandro Maestri
6060                 
6061 2002-12-23 [paul]       0.8.6claws125
6062
6063         * src/quote_fmt_parse.y
6064                 fix signature-stripping on replies bug. match
6065                 '-- \n' and not '-- '.
6066
6067 2002-12-22 [paul]       0.8.6claws124
6068
6069         * po/bg.po
6070           po/es.po
6071           po/sr.po
6072                 updated translations. submitted by George Danchev,
6073                 Ricardo Mones Lastra, and Urke MMI respectively
6074
6075 2002-12-21 [paul]       0.8.6claws123
6076
6077         * src/addrbook.c
6078                 fix coding style
6079
6080 2002-12-21 [paul]       0.8.6claws122
6081
6082         * src/addrbook.c
6083                 fix bug [643638] where if a person is in one or more
6084                 addressbook groups editing that person's email 
6085                 address results in removal from those groups.
6086                 Patch submitted by Luke Plant.
6087
6088 2002-12-20 [christoph]  0.8.6claws121
6089
6090         * src/common/utils.c
6091         * src/summaryview.c
6092                 reimplement expand_search_string using GString to
6093                 prevent crashs caused by miscalculated string
6094                 lengths reported by Paul
6095
6096 2002-12-20 [christoph]  0.8.6claws120
6097
6098         * src/summaryview.c
6099                 don't use "changed" to check if op_count has to be changed as it
6100                 is also set when the message has unread children
6101                 (closes bug [ 653221 ] crash while deleting duplicates)
6102
6103 2002-12-20 [paul]       0.8.6claws119
6104
6105         * sync with 0.8.6cvs27
6106                 see ChangeLog 2002-12-20
6107
6108 2002-12-20 [paul]       0.8.6claws118
6109
6110         * sync with 0.8.6cvs26
6111                 see ChangeLog 2002-12-19 and 2002-12-20
6112
6113 2002-12-19 [alfons]     0.8.6claws117
6114
6115         * src/textview.c
6116                 fix incorrect parsing of email addresses, submitted by 
6117                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6118                 name display if it contains @".
6119
6120 2002-12-18 [paul]       0.8.6claws116
6121
6122         * sync with 0.8.6cvs23
6123                 see ChangeLog 2002-12-18
6124
6125 2002-12-18 [paul]       0.8.6claws115
6126
6127         * src/Makefile.am
6128         * src/account.c
6129         * src/codeconv.c
6130         * src/gtkutils.[ch]
6131         * src/imap.c
6132                 sync with 0.8.6cvs22.
6133                 see ChangeLog 2002-12-17 and 2002-12-18
6134
6135 2002-12-17 [christoph]  0.8.6claws114
6136
6137         * src/imap.c
6138                 o don't create a session if imap greeting fails
6139                 o don't close socket when authentication fails
6140                   this is done by imap_session_destroy
6141
6142 2002-12-17 [thorsten]   0.8.6claws113
6143
6144         * tools/Makefile.am
6145           tools/README
6146           tools/google_msgid.pl ** NEW FILE **
6147                 Added "search for message-id" script and doc
6148
6149 2002-12-17 [thorsten]   0.8.6claws112
6150
6151         * po/hu.po
6152                 Updated hungarian translation
6153                 (updated by Gal Zoltan)
6154
6155 2002-12-16 [christoph]  0.8.6claws111
6156
6157         * src/addr_compl.c
6158                 remove stupid addressbook dump to debug output
6159         * src/mh.c
6160                 fix memory leak found by Hiro
6161
6162 2002-12-14 [paul]       0.8.6claws110
6163
6164         * src/compose.c
6165                 fix menubar sensitivity on send
6166                 
6167         * src/prefs_filtering.c
6168         * src/prefs_matcher.c
6169         * src/prefs_scoring.c
6170                 Fix english ;)
6171                 
6172         * src/common/quoted-printable.h
6173                 sync: fix typo
6174         
6175 2002-12-13 [christoph]  0.8.6claws109
6176
6177         * src/Makefile.am
6178         * src/manage_window.[ch]        ** REMOVE **
6179         * src/gtk/Makefile.am
6180         * src/gtk/manage_window.[ch]    ** NEW **
6181                 move manage_window files to gtk directory
6182
6183 2002-12-13 [christoph]  0.8.6claws108
6184
6185         * src/Makefile.am
6186         * src/gtkshruler.[ch]           ** REMOVE **
6187         * src/gtk/Makefile.am
6188         * src/gtk/gtkshruler.[ch]       ** NEW **
6189                 move gtkshruler files to gtk directory
6190
6191 2002-12-13 [christoph]  0.8.6claws107
6192
6193         * src/Makefile.am
6194         * src/compose.c
6195         * src/gtkstext.[ch]             ** REMOVE **
6196         * src/gtkutils.[ch]
6197         * src/textview.c
6198         * src/gtk/gtkstext.[ch]         ** NEW **
6199         * src/gtk/Makefile.am
6200                 o move stext functions to gtkstext.c to remove
6201                   dependency of gtkutils
6202                 o move gtkstext files to gtk directory
6203
6204         * src/gtk/Makefile.am
6205         * src/gtk/sslcertwindow.[ch]
6206                 UI stuff can always depend on common code so
6207                 it's ok to add ../common to include path
6208
6209 2002-12-13 [colin]      0.8.6claws106
6210
6211         * src/summaryview.c
6212                 Disconnect sighandlers for mainwindow when
6213                 quicksearch has the focus
6214                 Fix bug #653231
6215         * src/mainwindow.[ch]
6216                 Make key_pressed callback public, to be able
6217                 to disconnect it
6218
6219 2002-12-13 [christoph]  0.8.6claws105
6220
6221         * src/mh.c
6222                 create .mh_sequences file in new MH folders
6223                 (closes feature request [ 523162 ] MH folders should
6224                  get a .mh_sequences)
6225
6226 2002-12-13 [colin]      0.8.6claws104
6227
6228         * src/summaryview.c
6229                 Better handling of quicksearch show/hide
6230                 (basically the button stays under the mouse 
6231                  when toggled)
6232
6233 2002-12-13 [paul]       0.8.6claws103
6234
6235         * sync with 0.8.6cvs17
6236                 see ChangeLog 2002-12-13
6237
6238 2002-12-13 [paul]       0.8.6claws102
6239
6240         * po/es.po
6241                 updated by Ricardo Mones Lastra
6242
6243 2002-12-11 [colin]       0.8.6claws101
6244
6245         * src/folder.c
6246                 remove statusbar stuff
6247           src/folderview.c
6248                 set statusbar verbosity when moving folders
6249
6250 2002-12-11 [colin]       0.8.6claws100
6251         * src/prefs_filtering.c
6252         * src/prefs_matcher.c
6253         * src/prefs_scoring.c
6254                 Fix english ;)
6255
6256 2002-12-11 [colin]       0.8.6claws99
6257
6258         * src/prefs_common.[ch]
6259                 Add summary_quicksearch_type
6260         * src/summaryview.c
6261                 Save last used quicksearch type
6262
6263 2002-12-11 [jens]       0.8.6claws98
6264         * src/prefs_filtering.c
6265         * src/prefs_matcher.c
6266         * src/prefs_scoring.c
6267                 added dialog for incomplete rules in scoring, filtering and
6268                 matcher to ask wheather really close
6269
6270 2002-12-11 [colin]      0.8.6claws97
6271
6272         * src/folder.c
6273                 Fix folder dnd statusbar logging
6274
6275 2002-12-10 [christoph]  0.8.6claws96
6276
6277         * src/compose.c
6278         * src/folder.c
6279         * src/imap.c
6280         * src/inc.c
6281         * src/main.c
6282         * src/mainwindow.c
6283         * src/news.c
6284         * src/send.c
6285         * src/statusbar.[ch]
6286         * src/common/hooks.c
6287         * src/common/log.[ch]
6288                 o handle verbose logging in statusbar directly in statusbar code
6289                   and common code does not need any knowledge about a statusbar
6290                 o remove direct calls to statusbar_(puts|pop)_all functions
6291
6292 2002-12-10 [jens]       0.8.6claws95
6293
6294         * src/*.c
6295                 removed gettext from g_warnings
6296         * po/POTFILES.in
6297                 cleaned and updated
6298         * po/de.po
6299                 updated
6300
6301 2002-12-10 [colin]      0.8.6claws94
6302
6303         * src/main.c
6304                 finish crash dialog fix
6305
6306 2002-12-10 [colin]      0.8.6claws93
6307
6308         * src/main.c
6309                 "Fix" "sylpheed already running" instead of
6310                 crash dialog appearing after a crash
6311
6312 2002-12-10 [colin]      0.8.6claws92
6313
6314         * po/POTFILES.in
6315                 add src/gtk/sslcertwindow.c
6316
6317 2002-12-10 [paul]       0.8.6claws91
6318
6319         * po/POTFILES.in
6320                 updated to reflect recent changes
6321                 submitted by Alessandro Maestri
6322
6323 2002-12-09 [christoph]  0.8.6claws90
6324
6325         * src/Makefile.am
6326         * src/smtp.[ch]                 ** REMOVE **
6327         * src/common/Makefile.am
6328         * src/common/smtp.[ch]          ** NEW **
6329                 move smtp files to common directory
6330
6331 2002-12-09 [christoph]  0.8.6claws89
6332
6333         * src/Makefile.am
6334         * src/session.[ch]              ** REMOVE **
6335         * src/common/Makefile.am
6336         * src/common/session.[ch]       ** NEW **
6337                 move session files to common directory
6338
6339 2002-12-09 [paul]       0.8.6claws88
6340
6341         * src/account.c
6342                 fix bug [649746] edit accounts: move account reverted
6343                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6344
6345 2002-12-09 [colin]      0.8.6claws87
6346
6347         * src/ssl_certificate.c
6348                 cleanup
6349
6350 2002-12-09 [colin]      0.8.6claws86
6351
6352         * src/ssl.c
6353                 Try to open the cert.pem database and 
6354                 issue a warning if it isn't there
6355
6356 2002-12-09 [colin]      0.8.6claws85
6357
6358         * src/common/ssl_certificate.c
6359         * src/gtk/sslcertwindow.c
6360                 Warning fixes
6361
6362 2002-12-09 [colin]      0.8.6claws84
6363
6364         * src/ssl_certificate.[ch] ** REMOVED **
6365         * src/common/ssl_certificate.[ch] ** NEW **
6366         * src/Makefile.am
6367         * src/common/Makefile.am
6368                 Moved ssl_certificate.[ch] to common
6369         * src/common/ssl.c 
6370                 Put back needed include
6371         * src/gtk/sslcertwindow.[ch]
6372                 Changed ssl_certificate.h include
6373         
6374 2002-12-09 [colin]      0.8.6claws83
6375
6376         * src/gtk/sslcertwindow.[ch]
6377                 Implement hook for certificate acception
6378         * src/ssl_certificate.[ch]
6379                 Implement hook for certificate acception
6380         * src/common/ssl.c
6381                 Reenable certificate acception check
6382         * src/mainwindow.c
6383                 Register sslcertwindow's hook
6384         
6385 2002-12-08 [christoph]  0.8.6claws82
6386
6387         * src/about.c
6388         * src/addr_compl.c
6389         * src/codeconv.c
6390         * src/manual.c
6391         * src/undo.c
6392         * src/common/utils.c
6393                 o add missing includes
6394                 o fix warnings
6395         * src/.cvsignore
6396         * src/common/.cvsignore
6397         * src/common/version.h          ** REMOVE **
6398                 remove autogenerated file
6399
6400 2002-12-08 [paul]       0.8.6claws81
6401
6402         * src/stringtable.c
6403                 put back needed include
6404
6405 2002-12-08 [colin]      0.8.6claws80
6406         
6407         * src/gtk/sslcertwindow.c
6408                 Cleaner popups when asking
6409         * src/ssl_certificate.c
6410         * src/prefs_common.[ch]
6411                 remove ssl certificate pref
6412                 put back needed include
6413         * src/undo.c
6414                 put back needed include
6415
6416 2002-12-08 [christoph]  0.8.6claws79
6417
6418         * src/folderview.c
6419         * src/logwindow.c
6420         * src/statusbar.c
6421         * src/summaryview.c
6422                 only abort hook invokation if required data is missing not
6423                 if our own data pointer is NULL, update hookfunction for
6424                 log window
6425
6426 2002-12-08 [paul]       0.8.6claws78
6427
6428         * src/about.c
6429         * src/addrcache.c
6430         * src/addrclip.c
6431         * src/addr_compl.c
6432         * src/addrselect.c
6433         * src/codeconv.c
6434         * src/colorlabel.c
6435         * src/enriched.c
6436         * src/esmtp.c
6437         * src/exporthtml.c
6438         * src/headerview.c
6439         * src/imageview.c
6440         * src/manual.c
6441         * src/noticeview.c
6442         * src/pgptext.c
6443         * src/scoring.c
6444         * src/sourcewindow.c
6445         * src/stringtable.c
6446         * src/undo.c
6447                 clean up: remove unneccesary includes
6448
6449 2002-12-08 [christoph]  0.8.6claws77
6450
6451         * src/folderview.c
6452         * src/statusbar.c
6453         * src/summaryview.c
6454         * src/common/hooks.[ch]
6455                 hook functions now have a gboolean return value, if a hook
6456                 returns TRUE it will stop executing of any more hooks in
6457                 the same hooklist for this invokation
6458
6459 2002-12-08 [colin]      0.8.6claws76
6460         
6461         * src/main.c
6462                 put back argv0 for CRASH_DIALOG
6463
6464 2002-12-08 [christoph]  0.8.6claws75
6465
6466         * src/Makefile.am
6467         * src/about.c
6468         * src/account.c
6469         * src/crash.c
6470         * src/esmtp.h
6471         * src/imap.[ch]
6472         * src/inc.c
6473         * src/main.c
6474         * src/mainwindow.c
6475         * src/news.c
6476         * src/pop.[ch]
6477         * src/prefs_account.[ch]
6478         * src/prefs_common.[ch]
6479         * src/send.[ch]
6480         * src/smtp.[ch]
6481         * src/ssl_certificate.[ch]
6482         * src/ssl_manager.[ch]
6483         * src/common/Makefile.am
6484         * src/common/log.c
6485         * src/common/nntp.[ch]
6486         * src/common/socket.[ch]
6487         * src/common/ssl.[ch]
6488         * src/gtk/sslcertwindow.[ch]
6489         * ac/openssl.m4
6490                 use new autoconf script to detect OpenSSL with extra parameters
6491                 to specify the location of libs and includes, also remove USE_SSL
6492                 to USE_OPENSSL
6493
6494         * src/common/sylpheed.[ch]
6495         * src/common/version.h.in
6496                 start seperation of common code initialization seperated from gui
6497
6498         * src/summaryview.c
6499                 The function that is called when a color label changes
6500                 should not change the color lable again
6501
6502 2002-12-08 [colin]      0.8.6claws74
6503
6504         * src/gtk/sslcertwindow.c
6505                 warning fixes
6506
6507 2002-12-08 [colin]      0.8.6claws73
6508
6509         * src/statusbar.c
6510           src/common/log.h
6511                 Register a hook for statusbar_puts_all
6512         * src/common/log.c
6513                 invoke statusbar_puts_all's hook
6514         
6515 2002-12-08 [colin]      0.8.6claws72
6516
6517         * src/ssl_certificate.c
6518                 Put back a badly-removed include
6519
6520 2002-12-08 [colin]      0.8.6claws71
6521
6522         * src/gtk/sslcertwindow.[ch]    ** NEW **
6523                 new certificate presentation
6524         * src/gtk/Makefile.am
6525                 add new files
6526         * src/ssl_certificate.[ch]
6527                 gtk cleanup, made utility functions public
6528         * src/ssl_manager.c
6529                 use new cert presentation
6530
6531 2002-12-07 [christoph]  0.8.6claws70
6532
6533         * src/Makefile.am
6534         * src/nntp.[ch]                 ** REMOVE **
6535         * src/common/Makefile.am
6536         * src/common/nntp.[ch]          ** NEW **
6537                 move nntp files to common directory
6538
6539 2002-12-07 [christoph]  0.8.6claws69
6540
6541         * src/procmsg.[ch]
6542         * src/summaryview.c
6543                 implement msginfo update callback using sylpheed's new
6544                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6545
6546 2002-12-06 [christoph]  0.8.6claws68
6547
6548         * src/editgroup.c
6549                 This patch changes the 'Edit Group Details' dialog to
6550                 allow extended selections in either pane, so that
6551                 addresses can be added or removed from a group more
6552                 quickly and easily. (it actually is a net decrease in
6553                 file size, as some unnecessary functions have been
6554                 removed). 
6555                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6556
6557 2002-12-06 [christoph]  0.8.6claws67
6558
6559         * src/Makefile.am
6560         * src/template.[ch]             ** REMOVE **
6561         * src/common/Makefile.am
6562         * src/common/template.[ch]      ** NEW **
6563                 move template files to common directory
6564
6565         * src/nntp.c
6566                 add missing log.h include
6567
6568 2002-12-06 [melvin]     0.8.6claws66
6569
6570         * src/prefs_actions.c
6571                 Added the trailing ">" syntax to insert command's output
6572                 without replacing old text (in contrast to trailing "|").
6573
6574 2002-12-05 [colin]      0.8.6claws65
6575         
6576         * src/common/utils.c
6577                 Don't modify original search_string or it'll change
6578                 the next iterations in the for()
6579
6580 2002-12-05 [darko]      0.8.6claws64
6581
6582         * src/common/utils.c
6583                 proper check for filtering commands, found by Colin
6584
6585 2002-12-05 [darko]      0.8.6claws63
6586
6587         * src/common/utils.c
6588                 check proper string for NULL pointer, found by Colin
6589
6590 2002-12-05 [darko]      0.8.6claws62
6591
6592         * src/common/utils.[ch]
6593                 expand_search_string(): new function
6594                 converts Mutt-like patterns to Sylpheed's
6595                 filtering engine
6596         * src/summaryview.c
6597                 use expand_search_string() to allow Mutt-like
6598                 patterns in extended search
6599         * README.claws
6600                 document extended option in quick search
6601
6602 2002-12-05 [paul]       0.8.6claws61
6603
6604         * sync with 0.8.6cvs16
6605                 see ChangeLog 2002-12-05
6606                 
6607         * po/POTFILES.in
6608                 clean up
6609
6610 2002-12-04 [christoph]  0.8.6claws60
6611
6612         * src/imap.[ch]
6613                 put imap authentication code into a new function and
6614                 remove it from imap_session_new that will allow to
6615                 send other commands before authentication
6616
6617 2002-12-04 [christoph]  0.8.6claws59
6618
6619         * src/imap.[ch]
6620                 use already existing method to prevent unneeded IMAP
6621                 folder selects. Set imap_select parameters to NULL
6622                 in some functions if the values are not required.
6623
6624         * src/xml.h
6625                 remove no longer required include
6626
6627 2002-12-04 [paul]       0.8.6claws58
6628
6629         * po/es.po
6630                 updated by Ricardo Mones Lastra
6631                 
6632         * configure.in
6633           po/hu.po      ** NEW FILE **
6634                 initial Hungarian translation, submitted
6635                 by Gál Zoltán <galzoli@hu.inter.net>
6636
6637 2002-12-03 [christoph]  0.8.6claws57
6638
6639         * src/Makefile.am
6640         * src/gtksctree.[ch]            ** REMOVE **
6641         * src/gtk/Makefile.am
6642         * src/gtk/gtksctree.[ch]        ** NEW **
6643                 move gtksctree files to gtk directory
6644
6645 2002-12-03 [christoph]  0.8.6claws56
6646
6647         * src/Makefile.am
6648         * src/md5.[ch]                  ** REMOVE **
6649         * srm/common/Makefile.am
6650         * src/common/md5.[ch]           ** NEW **
6651                 move md5 files to common directory
6652
6653         * src/gtkstext.c
6654                 remove not required #include
6655
6656 2002-12-03 [sergey]     0.8.6claws55
6657
6658         * src/gtkutils.c
6659         * src/gtkutils.h
6660                 gtkut_window_popup(): new function.
6661         * src/mainwindow.c
6662                 main_window_popup(): use gtkut_window_popup() to raise
6663                 window without changing its position.
6664                 (see sylpheed-main ML message [sylpheed:17247])
6665
6666 2002-12-03 [sergey]     0.8.6claws54
6667
6668         * src/send.c
6669                 send_message_local(): removed first-dot escaping
6670                 (SMTP-only, not needed for sending through pipe)
6671
6672 2002-12-03 [paul]       0.8.6claws53
6673
6674         * po/POTFILES.in
6675                 update to reflect recent changes (thanks
6676                 to Ricardo Mones Lastra)
6677                 
6678         * tools/filter_conv.pl
6679                  fix problem with quoted strings. Patch submitted
6680                  by Luke Plant <lukeplant@softhome.net>
6681
6682 2002-12-03 [paul]       0.8.6claws52
6683
6684         * sync with 0.8.6cvs15
6685                 see ChangeLog 2002-12-03
6686
6687 2002-12-02 [christoph]  0.8.6claws51
6688
6689         * src/logwindow.[ch]
6690         * src/common/log.[ch]
6691                 implement logging using a hook function
6692
6693         * src/folderview.c
6694         * src/folder.[ch]
6695                 define hooklist name in header file to avoid
6696                 errors caused by wrong spelling of hooklist names
6697
6698         * src/toolbar.c
6699                 fix warnings
6700
6701 2002-12-02 [christoph]  0.8.6claws50
6702
6703         * src/common/Makefile.am
6704                 add src/common/hooks.[ch]
6705
6706         * src/common/hooks.[ch]
6707                 implement a simple hook system using glib's hook functions
6708
6709         * src/folder.[ch]
6710         * src/folderview.c
6711                 use new hook system for folder item updates
6712
6713 2002-12-02 [christoph]  0.8.6claws49
6714
6715         * doc-src/ui_seperation.txt     ** NEW **
6716                 information for ui seperation
6717
6718         * src/Makefile.am
6719                 remove files that were moved to common
6720                 include common directory by default for the header files
6721
6722         * src/inc.c
6723         * src/common/socket.c
6724         * src/automaton.[ch]
6725                 implement automaton using g_io_*-functions instead of
6726                 gdk_input_add to make it ui independent
6727
6728         * src/codeconv.c
6729         * src/compose.c
6730         * src/ldif.c
6731         * src/pgptext.c
6732         * src/procmime.c
6733         * src/rfc2015.c
6734         * src/smtp.c
6735         * src/unmime.c
6736                 remove common/ prefix because directory is now in
6737                 include path
6738
6739         * src/compose.c
6740         * src/folder.c
6741         * src/folderview.c
6742         * src/mainwindow.c
6743         * src/messageview.c
6744         * src/prefs_common.c
6745         * src/procmsg.c
6746         * src/rfc2015.c
6747                 fix warnings
6748
6749         * src/imap.c
6750         * src/inc.c
6751         * src/news.c
6752         * src/pop.c
6753         * src/send.c
6754         * src/smtp.c
6755         * src/ssl_certificate.c
6756                 add log.h header file for logging functions
6757
6758         * src/main.c
6759         * src/common/utils.c
6760         * src/summaryview.c
6761         * src/xml.c
6762                 o move debug_mode to common/utils.c
6763                 o add functions to set and get debug_mode
6764
6765         * src/defs.h                    ** REMOVE **
6766         * src/intl.h                    ** REMOVE **
6767         * src/socket.[ch]               ** REMOVE **
6768         * src/ssl.[ch]                  ** REMOVE **
6769         * src/utils.[ch]                ** REMOVE **
6770                 replaced by new files in src/common/
6771         
6772         * src/common/Makefile.am
6773                 add new files in src/common/
6774
6775         * src/common/defs.h             ** NEW **
6776         * src/common/intl.h             ** NEW **
6777         * src/common/log.[ch]           ** NEW **
6778         * src/common/socket.[ch]        ** NEW **
6779         * src/common/ssl.[ch]           ** NEW **
6780         * src/common/utils.[ch]         ** NEW **
6781                 replacement for files in src/
6782
6783 2002-12-02 [colin]      0.8.6claws48
6784
6785         * src/folderview.c
6786                 Scroll folderview if necessary during dnd
6787
6788 2002-12-02 [colin]      0.8.6claws47
6789
6790         * src/folder.[ch]
6791                 Add check to verify a move is within a single mailbox
6792         * src/folderview.c
6793                 Add specific error string for this check
6794
6795 2002-12-02 [colin]      0.8.6claws46
6796
6797         * src/folder.c
6798                 Add a test to folder moving, remove a statusbar_print
6799         * src/folderview.c
6800                 Add Move folder... context-menu item
6801                 Factorize folder moving code
6802                 Enable folder DND for mbox
6803
6804 2002-12-01 [christoph]  0.8.6claws45
6805
6806         * ac/aspell.m4
6807                 remove conf.aspelltest if the version check fails
6808
6809 2002-11-30 [christoph]  0.8.6claws44
6810
6811         * autogen.sh
6812                 run libtoolize --force in autogen to create missing
6813                 libtool scripts
6814
6815 2002-11-30 [christoph]  0.8.6claws43
6816
6817         * src/Makefile.am
6818         * src/pgptext.c
6819         * src/procmime.c
6820         * src/rfc2015.c
6821         * src/uuencode.[ch]             ** REMOVED **
6822         * src/common/Makefile.am
6823         * src/common/uuencode.[ch]      ** NEW **
6824                 move uuen/decoder to common directory
6825
6826 2002-11-30 [christoph]  0.8.6claws42
6827
6828         * src/Makefile.am
6829         * src/base64.[ch]               ** REMOVED **
6830         * src/codeconv.c
6831         * src/compose.c
6832         * src/ldif.c
6833         * src/pgptext.c
6834         * src/procmime.c
6835         * src/rfc2015.c
6836         * src/smtp.c
6837         * src/unmime.c
6838         * src/common/Makefile.am
6839         * src/common/base64.[ch]        ** NEW **
6840                 move base64 en/decoder to common directory
6841
6842 2002-11-30 [christoph]  0.8.6claws41
6843
6844         * src/common                    ** NEW **
6845                 new directory for UI independent code
6846         * src/gtk                       ** NEW **
6847                 new directory for GTK frontend
6848         * src/common/.cvsignore         ** NEW **
6849         * src/gtk/.cvsignore            ** NEW **
6850                 ignore build files
6851         * src/common/Makefile.am        ** NEW **
6852         * src/gtk/Makefile.am           ** NEW **
6853                 automake files to build new seperated stuff
6854         * src/Makefile.am
6855                 the binary will currently still be build with the
6856                 files in src, so we include the code from the
6857                 subdirs for now after building the libs there
6858
6859 2002-11-30 [paul]       0.8.6claws40
6860
6861         * src/compose.c
6862                 fix bug [642731] 'Wrong selected account with drafted mail'
6863
6864 2002-11-29 [oliver]     0.8.6claws39
6865         
6866         * src/messageview.c
6867                 o update summaryview when switching between different
6868                   messageviews          
6869         * src/toolbar.c  
6870                 o check if messageview holds already removed msg
6871                   from summaryview
6872                 
6873
6874 2002-11-29 [oliver]     0.8.6claws38
6875
6876         * src/toolbar.c 
6877                 remove not needed variables and includes
6878                 make messageview stay opened and move to next when msgs are deleted 
6879
6880 2002-11-29 [oliver]     0.8.6claws37
6881         
6882         * src/toolbar.c 
6883                 disable compose button (messageview toolbar) by default
6884                 deleted msgs are moved to trash
6885         
6886 2002-11-29 [melvin]     0.8.6claws36
6887
6888         * configure.in
6889                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6890                 and to detect signatures expirations (gpgme 0.3.6)
6891
6892         * src/main.c
6893                 Use non obsolescent function for Gpgme engine checking.
6894
6895         * src/rfc2015.c
6896                 Inform about expired signatures or signatures which key
6897                 has expired. Expiration date is displayed.
6898
6899         * src/sigstatus.c
6900                 Inform about expired signatures or signatures which key
6901                 has expired.
6902
6903 2002-11-28 [paul]       0.8.6claws35
6904
6905         * src/folderview.c
6906                 re-instate 'Check for new messages' in Newsgroup
6907                 folders right-click menu, after a suggestion from
6908                 Tim Mann <timmann@users.sourceforge.net>
6909
6910         * src/main.c
6911                 after a crash check only local folders for new
6912                 messages
6913
6914 2002-11-28 [paul]       0.8.6claws34
6915
6916         * configure.in
6917                 apply patch that fixes the checking of GTK with XIM 
6918                 support on different OSs, such as FreeBSD. Patch 
6919                 submitted by Topia <topia@users.sourceforge.net>
6920                 
6921 2002-11-28 [paul]       0.8.6claws33
6922
6923         * src/mainwindow.c
6924           src/prefs_common.c
6925           src/prefs_toolbar.c
6926                 more changes to the English
6927
6928 2002-11-28 [paul]       0.8.6claws32
6929
6930         * sync with 0.8.6cvs13
6931                 see ChangeLog 2002-11-28 (no sync needed
6932                 for src/compose.c)
6933
6934 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6935         
6936         * src/mainwindow.[ch]
6937                 add patch by Ivan F. Martinez introducing messageview Toolbar
6938                 some changes and committed by oliver    
6939
6940 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6941
6942         * src/messageview.[ch]
6943                 add patch by Ivan F. Martinez introducing messageview Toolbar
6944                 some changes and committed by oliver    
6945
6946 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6947
6948         * src/compose.[ch]
6949                 add patch by Ivan F. Martinez introducing messageview Toolbar
6950                 some changes and committed by oliver    
6951
6952 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6953         
6954         * src/toolbar.[ch]
6955                 add patch by Ivan F. Martinez introducing messageview Toolbar
6956                 some changes and committed by oliver
6957
6958 2002-11-28 [oliver]     0.8.6claws27
6959         
6960         * src/prefs_toolbar.[ch]
6961                 getting ready for messageview toolbar
6962                 free mem allocated by gettext
6963                 change prefs_toolbar to prefs_toolbar_open
6964  
6965 2002-11-28 [thorsten]   0.8.6claws26
6966
6967         * src/imageview.[ch]
6968                 cleaned up conflicting declarations of
6969                 imageview_show_image()
6970
6971 2002-11-28 [paul]       0.8.6claws25
6972
6973         * src/grouplistdialog.c
6974           src/prefs_common.c
6975           src/prefs_summary_column.c
6976                 a few more improvements to the English
6977
6978 2002-11-28 [colin]      0.8.6claws24
6979
6980         * man/sylpheed.1
6981                 A few updates to command-line parameters
6982
6983 2002-11-28 [colin]      0.8.6claws23
6984
6985         * src/prefs_filtering.c
6986                 Fix problems with prefs_filtering_delete_path:
6987                 a) if the first rule is removed, original pointers
6988                    weren't updated (leading to segfaults)
6989                 b) it was always global_processing updated in case
6990                    of removed path was parent of rule path
6991
6992 2002-11-27 [paul]       0.8.6claws22
6993
6994         * src/mainwindow.c
6995           src/prefs_account.c
6996           src/prefs_actions.c
6997           src/prefs_common.c
6998           src/prefs_customheader.c
6999           src/prefs_display_header.c
7000           src/prefs_filtering.c
7001           src/prefs_folder_item.c
7002           src/prefs_matcher.c
7003           src/prefs_scoring.c
7004           src/prefs_summary_column.c
7005           src/prefs_template.c
7006           src/prefs_toolbar.c
7007                  improve the English in the GUI
7008
7009 2002-11-27 [colin]      0.8.6claws21
7010
7011         * src/folder.c
7012                 Fix processing renaming problems happening after
7013                 last commit
7014
7015 2002-11-27 [colin]      0.8.6claws20
7016
7017         * src/folder.c
7018                 recursive move now deletes src each subfolder after 
7019                 having moved it
7020         * src/folderview.c
7021                 Use identifier instead of path during dnd (enables
7022                 IMAP folder dnd)
7023
7024 2002-11-27 [paul]       0.8.6claws19
7025
7026         * src/main.c
7027                 apply patch that does command-line processing 
7028                 BEFORE gtk_init, allowing claws to run from 
7029                 shell-scripts in non-X environment (e.g. crontab 
7030                 or ip-up, ip-down scripts). Patch submitted by
7031                 Ruslan N. Balkin <baron@dartel.ru>
7032                 
7033         * po/it.po
7034                 updated by Alessandro Maestri
7035
7036 2002-11-27 [paul]       0.8.6claws18
7037
7038         * sync with 0.8.6cvs12
7039           src/prefs_common.c
7040                 Differences are that main uses a 'Receive dialog'
7041                 frame on the Interface tab, whereas claws groups all 
7042                 the dialogs together in a 'Dialogs' frame.
7043
7044 2002-11-27 [colin]      0.8.6claws17
7045
7046         * src/prefs_matcher.c
7047                 Fix Execute criteria's NOT flag
7048
7049
7050 2002-11-26 [christoph]  0.8.6claws16
7051
7052         * src/ssl.c
7053                 rewrite the ssl code a little bit, only use one
7054                 SSL context, set default certificates' file/path
7055
7056 2002-11-26 [thorsten]   0.8.6claws15
7057
7058         * src/compose.c
7059                 default-reply-to didn't work for ml-reply
7060
7061 2002-11-26 [melvin]     0.8.6claws14
7062
7063         * src/prefs_actions.c
7064                 Made pipe-actions ignore short headers in message view
7065                 Made trailing-pipe-actions write in the message view with
7066                 the same font as the original message
7067
7068 2002-11-26 [paul]       0.8.6claws13
7069
7070         * src/compose.c
7071                 this time commit the correct file
7072
7073 2002-11-26 [paul]       0.8.6claws12
7074
7075         * sync with 0.8.6cvs11
7076           src/quote_fmt_parse.y  
7077                 no sync needed
7078           src/account.[ch]       
7079                 not sync'ed
7080           src/compose.c
7081                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7082                 on draft mode.
7083                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7084                 header
7085                 
7086         see ChangeLog 2002-11-25 and 2002-11-26
7087
7088 2002-11-26 [colin]      0.8.6claws11
7089
7090         * src/folderview.c
7091                 Fix collapsed folder not auto-expanding during
7092                 mail dnd, if it was the source folder.
7093
7094 2002-11-25 [colin]      0.8.6claws10
7095
7096         * src/folderview.[ch]
7097                 Variable renaming and cleaning (slist of nodes 
7098                 to be re-collapsed is stored in FolderView)
7099
7100 2002-11-25 [paul]       0.8.6claws9
7101
7102         * src/prefs_common.[ch]
7103                 fix breakage caused by last commit
7104
7105 2002-11-25 [paul]       0.8.6claws8
7106
7107         * sync with 0.8.6cvs4
7108                 see ChangeLog 2002-11-21
7109
7110 2002-11-25 [paul]       0.8.6claws7
7111
7112         * sync with 0.8.6cvs4
7113                 see ChangeLog 2002-11-20
7114
7115 2002-11-25 [paul]       0.8.6claws6
7116
7117         * sync with 0.8.6cvs3
7118                 see ChangeLog 2002-11-18
7119
7120 2002-11-25 [colin]      0.8.6claws5
7121
7122         * src/gtkutils.[ch]
7123                 Add gtkut_ctree_node_is_parent()
7124         * src/folderview.c
7125                 Spring-loaded folders
7126
7127 2002-11-25 [colin]      0.8.6claws4
7128
7129         * src/utils.[ch]
7130                 Add slist_concat_unique(), function to merge
7131                 two GSList filtering dups
7132         * src/folder.[ch]
7133         * src/summaryview.[ch]
7134         * src/folderview.c
7135         * src/main.c
7136                 Add detection/update/display of unread answers
7137                 to marked mails
7138         * src/procmsg.[ch]
7139                 Add procmsg_find_children()
7140                 Add procmsg_msg_has_marked_parent()
7141
7142 2002-11-25 [colin]      0.8.6claws3
7143
7144         * src/ssl_certificate.[ch]
7145                 Allow checking a certificate without a DNS
7146                 lookup
7147                 Allow to forget a cert (by deleting it)
7148                 Make ssl_certificate_destroy_public
7149         * src/ssl_manager.[ch] ** NEW FILES **
7150                 Gui to manage (display/remove) certificates
7151         * src/prefs_common.[ch]
7152                 Add a pref to allow silent acceptation of
7153                 trusted certificates or not (based on the
7154                 "I want to know what's going on" principle)
7155         * src/mainwindow.c
7156                 Add SSL manager in Tools menu
7157         * src/Makefile.am
7158                 Add the new files to the build
7159         * po/POTFILES.in
7160                 Add ssl_manager.c to translations
7161
7162 2002-11-25 [colin]      0.8.6claws2
7163
7164         * src/summaryview.[ch]
7165                 Add S_SEARCH_EXTENDED to the quick search, which 
7166                 allows to search using filtering syntax.
7167
7168 2002-11-25 [colin]      0.8.6claws1
7169
7170         * src/summaryview.c
7171                 Deletion of duplicates now prefer deleting
7172                 the unread dup (fixes feature-request 638989).
7173
7174 2002-11-24 [paul]       0.8.6claws
7175
7176         * po/es.po
7177           po/pl.po
7178           po/ru.po
7179           po/sr.po
7180                 updated by Ricardo Mones Lastra,
7181                 Witold Wladyslaw Wojciech Wilk,
7182                 Ruslan N. Balkin, and  Urke MMI 
7183                 respectively
7184
7185 2002-11-24 [paul]       0.8.5claws182
7186
7187         * po/bg.po
7188                 updated by George Danchev
7189
7190 2002-11-23 [alfons]     0.8.5claws181
7191
7192         * src/imap.c
7193                 tiny memory leak found by browsing Dimitar's 
7194                 valgrind report
7195
7196 2002-11-23 [paul]       0.8.5claws180
7197
7198         * po/it.po
7199                 updated by Alessandro Maestri
7200
7201 2002-11-22 [christoph]  0.8.5claws179
7202
7203         * src/compose.c
7204         * src/inc.c
7205         * src/prefs_filtering.c
7206         * src/summaryview.c
7207                 more warning fixes
7208
7209 2002-11-22 [alfons]     0.8.5claws178
7210
7211         * src/summaryview.c
7212                 summary_execute_delete_func(): if message is deleted, make 
7213                 sure to also remove its entry in the subject hash table. 
7214                 fixes a corner case bug.
7215
7216 2002-11-22 [paul]       0.8.5claws177
7217
7218         * .cvsignore
7219                 add 'autom4te.cache'
7220                 
7221         * ltconfig      ** REMOVED **
7222                 not needed
7223
7224 2002-11-22 [paul]       0.8.5claws176
7225
7226         * src/textview.c
7227                 textview_set_font(): fix for message display in
7228                 UTF-8 locales (thanks to Sergey Vlasov).
7229                 
7230         * AUTHORS
7231                 add new team members and contributors
7232
7233
7234 2002-11-21 [colin]      0.8.5claws175
7235
7236         * src/procmsg.[ch]
7237                 Add procmsg_remove_special_headers()
7238         * src/mh.c
7239                 Use procmsg_remove_special_headers() for 
7240                 previous fix
7241
7242 2002-11-21 [colin]      0.8.5claws174
7243
7244         * src/mh.c
7245                 Fix moving/copying from queue/draft folders
7246                 for MH folders
7247
7248 2002-11-21 [christoph]  0.8.5claws173
7249
7250         * src/crash.c
7251         * src/filtering.c
7252         * src/logwindow.c
7253         * src/main.c
7254         * src/matcher_parser_lex.[hl]
7255         * src/mbox.c
7256         * src/mbox_folder.[ch]
7257         * src/prefs_filtering.c
7258         * src/procheader.c
7259         * src/quote_fmt_lex.l
7260         * src/ssl.c
7261                 fix all warnings except the warnings in lex and yacc files
7262
7263 2002-11-20 [christoph]  0.8.5claws172
7264
7265         * src/imap.c
7266                 fix MsgInfo retrieval for IMAP draft and queue folders
7267                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7268
7269 2002-11-19 [christoph]  0.8.5claws171
7270
7271         * src/compose.c
7272                 fix segfault, when draft saving does not get
7273                 the MsgInfo of the new message
7274                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7275
7276 2002-11-19 [christoph]  0.8.5claws170
7277
7278         * src/procmsg.c
7279                 add parameter check for flag setting function
7280                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7281
7282 2002-11-18 [paul]       0.8.5claws169
7283
7284         * src/compose.c
7285                 more sensitivity fixes to redirect mode:
7286                 * disable toolbar draft button
7287                 * allow only Address book in the Tools menu
7288                 * disable editing of message by the spell
7289                   checker
7290
7291 2002-11-18 [paul]       0.8.5claws168
7292
7293         * src/compose.c
7294                 fix sensitivity of menu items in compose_redirect():
7295                 allow only the necessary items 
7296
7297 2002-11-18 [paul]       0.8.5claws167
7298
7299         * src/compose.c
7300                 fix bug [ 603259 ] 'attachment got lost on bounce'
7301
7302 2002-11-18 [paul]       0.8.5claws166
7303
7304         * po/ru.po
7305                 updated by Ruslan N. Balkin <baron@dartel.ru>
7306
7307 2002-11-18 [colin]      0.8.5claws165
7308
7309         * src/main.c
7310           src/defs.h
7311                 Remove old filtering stuff
7312
7313
7314 2002-11-17 [oliver]     0.8.5claws164
7315
7316         * src/toolbar.h
7317                 remove not needed typedef 
7318
7319 2002-11-17 [oliver]     0.8.5claws163
7320
7321         * src/toolbar.c
7322                 make toolbar's on click events translatable
7323
7324 2002-11-15 [colin]      0.8.5claws162
7325
7326         * src/summaryview.c
7327                 Revert too-soon integration of a feature
7328
7329 2002-11-15 [christoph]  0.8.5claws161
7330
7331         * src/imap.c
7332                 use main's implementation of imap_get_msginfo
7333
7334 2002-11-15 [christoph]  0.8.5claws160
7335
7336         * src/compose.c
7337         * src/folder.[ch]
7338         * src/imap.c
7339         * src/mbox_folder.c
7340         * src/mh.c
7341         * src/news.c
7342         * src/procmsg.c
7343         * src/summaryview.c
7344                 replace claws' fetch_msginfo with main's get_msginfo
7345                 (use main's implementation where possible)
7346
7347 2002-11-15 [colin]      0.8.5claws159
7348
7349         * src/ssl_certificate.c
7350                 Missed a check
7351
7352 2002-11-16 [melvin]     0.8.5claws158
7353
7354         * po/fr.po
7355                 Updated French translations.
7356
7357 2002-11-16 [colin]      0.8.5claws157
7358
7359         * src/ssl_certificate.c
7360                 Check for missing parts in the certificates
7361
7362 2002-11-15 [colin]      0.8.5claws156
7363
7364         * src/folderview.c
7365                 Preventive fix (missing check) found by
7366                 Alfons
7367
7368 2002-11-15 [paul]
7369
7370         * NEWS
7371                 sync with 0.8.6 release
7372
7373 2002-11-15 [colin]      0.8.5claws155
7374
7375         * src/folder.[ch]
7376           src/folderview.c
7377                 Fix error handling of folder_item_move_to()
7378                 (thanks to Alfons!)
7379
7380 2002-11-15 [colin]      0.8.5claws154
7381
7382         * src/folder.[ch]
7383           src/folderview.c
7384                 folder_item_move_to() sets an error message instead
7385                 of having GUI stuff in folder.c
7386
7387 2002-11-15 [colin]      0.8.5claws153
7388
7389         * src/procmsg.[ch]
7390                 Implemented a callback for MsgInfo updates, 
7391                 heavily copy/pasted from Christoph's folder 
7392                 callback system
7393         * src/summaryview.[ch]
7394                 Register summary_update_msg as callback
7395
7396 2002-11-14 [colin]      0.8.5claws152
7397         
7398         * src/procmsg.c
7399                 Update the FolderItem after sending (fixes 617593)
7400
7401 2002-11-14 [christoph]  0.8.5claws151
7402
7403         * src/folder.c
7404                 fix wrong position of NULL pointer check found
7405                 by Sergey
7406
7407 2002-11-14 [christoph]  0.8.5claws150
7408
7409         * src/folder.c
7410                 fix segfault when deleting messages from IMAP folders
7411                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7412
7413 2002-11-14 [colin]      0.8.5claws149
7414
7415         * src/compose.c
7416                 Forwarding was also ignoring the folder's default account.
7417
7418 2002-11-14 [colin]      0.8.5claws148
7419
7420         * src/compose.c
7421                 Fix sent folder not set to folder properties when 
7422                 forwarding.
7423
7424 2002-11-14 [thorsten]   0.8.5claws147
7425
7426         * src/inc.c
7427                 inc_start(): Files were not moved from .processing to inbox,
7428                 if no global processing rule existed
7429
7430 2002-11-14 [colin]      0.8.5claws146
7431
7432         * src/ssl_certificate
7433                 Fix file operations
7434
7435 2002-11-14 [paul]       0.8.5claws145
7436
7437         * po/it.po
7438                 updated by Alessandro Maestri
7439
7440 2002-11-13 [alfons]     0.8.5claws144
7441
7442         * src/folder.c
7443                 folder_item_close(): only mark messages unread
7444                 when a folder has new messages 
7445
7446 2002-11-13 [keith]      0.8.5claws143
7447
7448         * src/imap.c
7449                 Fix problem moving or copying between
7450                 IMAP folders
7451
7452 2002-11-13 [colin]      0.8.5claws142
7453
7454         * src/matcher_parser_parse.y
7455                 Fix rule problem when " don't match
7456
7457 2002-11-13 [christoph]  0.8.5claws141
7458
7459         * src/folder.c
7460         * src/folderview.c
7461                 moved cache saving to folder_item_close
7462                 the folderview should not have to deal with
7463                 this things
7464
7465 2002-11-13 [christoph]  0.8.5claws140
7466
7467         * src/summaryview.c
7468                 moved setting of important score to
7469                 summary_set_prefs_from_folderitem
7470
7471 2002-11-13 [colin]      0.8.5claws139
7472
7473         * src/matcher_parser_parse.y
7474                 Fix a segfault in the parser (happening when
7475                 a good expression had been tested and a bad 
7476                 one arrives)
7477
7478 2002-11-13 [paul]       0.8.5claws138
7479
7480         * sync with 0.8.5cvs24
7481                 see ChangeLog 2002-11-13
7482                 
7483         * po/pt_BR.po
7484                 updated by Fabio Jr. Beneditto
7485
7486 2002-11-13 [colin]      0.8.5claws137
7487         
7488         * src/msgcache.c
7489           src/defs.h
7490           src/procmsg.[ch]
7491                 Revert last commit, problem
7492
7493 2002-11-13 [colin]      0.8.5claws136
7494
7495         * src/msgcache.c
7496                 Remove duplicated code
7497         * src/defs.h
7498                 Bumped CACHE_VERSION and MARK_VERSION
7499         * src/procmsg.[ch]
7500                 Network endian for cache and mark files
7501
7502 2002-11-12 [colin]      0.8.5claws135
7503
7504         * src/inc.c
7505                 Fix the "socket error" dialog which disappeared
7506
7507 2002-11-12 [colin]      0.8.5claws134
7508
7509         * src/msgcache.c
7510                 Reverse last commit which had performance 
7511                 problems, but still reverse the list
7512
7513 2002-11-12 [colin]      0.8.5claws133
7514
7515         * src/msgcache.c
7516                 Reverse list order
7517
7518 2002-11-12 [melvin]     0.8.5claws132
7519
7520         * src/compose.c
7521                 Added a check for a NULL prefs_common.dictionary
7522
7523 2002-11-12 [colin]      0.8.5claws131
7524
7525         * src/ssl_certificate.[ch]
7526                 Use FQDN hostname
7527
7528 2002-11-12 [colin]      0.8.5claws130
7529
7530         * src/ssl_certificate.[ch]
7531                 Take connection port into account for 
7532                 checking certificates (a single hostname
7533                 could have multiple servers with multiple
7534                 certificates)
7535         * src/ssl.c
7536                 Pass the port to ssl_certificate_check
7537
7538 2002-11-12 [paul]       0.8.5claws129
7539
7540         * src/folder.c
7541                 fix a typo in last commit
7542
7543 2002-11-12 [paul]       0.8.5claws128
7544
7545         * sync with 0.8.5cvs23
7546                 see ChangeLog entry 2002-11-12
7547
7548 2002-11-11 [colin]      0.8.5claws127
7549
7550         * src/ssl_certificate.c
7551                 Cleaner messages
7552                 Don't popup, instead log error, if the 
7553                 corresponding pref is checked
7554         * src/ssl_certificate.h
7555                 include <openssl/objects/h>
7556
7557 2002-11-11 [colin]      0.8.5claws126
7558
7559         * src/ssl_certificate.h
7560                 _Really_ clean it
7561
7562 2002-11-11 [colin]      0.8.5claws125
7563         
7564         * src/ssl_certificate.c
7565                 Fixed leak
7566
7567 2002-11-11 [colin]      0.8.5claws124
7568
7569         * src/ssl.c
7570                 Cleaned a bit
7571         * src/ssl_certificate.[ch]
7572                 Cleaned a bit (better use of SSL API)
7573                 (This will cause non-recognition of saved 
7574                  certificates of claws12[23]...)
7575
7576 2002-11-11 [paul]       0.8.5claws123
7577         
7578         * po/es.po
7579                 updated by Ricardo Mones Lastra
7580
7581 2002-11-11 [colin]      0.8.5claws122
7582
7583         * src/ssl.c
7584                 Fix a typo
7585
7586 2002-11-11 [colin]      0.8.5claws121
7587
7588         * src/ssl_certificate.[ch] ** NEW FILES **
7589         * src/ssl.[ch]
7590                 Check SSL certificates presented to us
7591         * src/Makefile.am
7592                 Add ssl_certificate.[ch]
7593         * po/POTFILES.in
7594                 Add ssl_certificate.c
7595
7596 2002-11-11 [paul]       0.8.5claws120
7597
7598         * sync with 0.8.5cvs22
7599                 see ChangeLog 2002-11-11
7600
7601 2002-11-11 [paul]       0.8.5claws119
7602
7603         * sync with 0.8.5cvs21
7604                 see ChangeLog 2002-11-11
7605
7606 2002-11-10 [jens]       0.8.5claws118
7607
7608         * src/folder.c
7609         * src/folderview.c
7610                 corrected some typing
7611         * po/de.po
7612                 updated german translation
7613         * sylpheed.spec.in
7614                 cleaned up specfile and adjusted it for claws
7615
7616 2002-11-10 [colin]      0.8.5claws117
7617
7618         * src/summaryview.c
7619                 a STATUSBAR_PUSH/POP fix
7620
7621 2002-11-10 [colin]      0.8.5claws116
7622
7623         * src/prefs_folder_item.c
7624                 Fix hanging after opening folder properties
7625
7626 2002-11-10 [hoa]        0.8.5claws115
7627
7628         * src/matcher_parser_lex.l
7629         * src/matcher_parser_parse.y
7630                 config file for scoring and filtering is no more trashed
7631                 when there is a syntax error in a filtering rule when
7632                 editing it in a dialog.
7633
7634 2002-11-09 [colin]      0.8.5claws114
7635
7636         * src/mbox_folder.c
7637                 Added missing initialisation of folder->destroy()
7638
7639 2002-11-09 [colin]      0.8.5claws113
7640
7641         * src/folder.c
7642           src/folderview.c
7643                 Fix the status bar messages
7644
7645 2002-11-09 [colin]      0.8.5claws112
7646
7647         * src/folderview.c
7648                 Fix hangs after folder dnd, happening after 
7649                 claws109.
7650
7651 2002-11-09 [christoph]  0.8.5claws111
7652
7653         * src/folderview.c
7654                 just changed order of calls (reverse order of
7655                 associated calls)
7656         * src/inc.c
7657                 lock inc when checking only one account, otherwise
7658                 inc all could be executed at the same time
7659
7660 2002-11-09 [christoph]  0.8.5claws110
7661
7662         * src/folderview.c
7663                 better unlock the mouse cursor before calling
7664                 summary_show because it changes the cursor too
7665
7666 2002-11-09 [christoph]  0.8.5claws109
7667
7668         * src/folder.[ch]
7669         * src/folderview.c
7670                 add functions to open and close a folder
7671                 o opending will execute scanning for remote folders
7672                   and processing
7673                 o closing will unset new flag for messages
7674
7675 2002-11-09 [colin]      0.8.5claws108
7676
7677         * src/folder.c
7678                 Add a call to prefs_matcher_write_config to 
7679                 avoid non-leaf folders filtering settings to be
7680                 lost
7681
7682 2002-11-09 [paul]       0.8.5claws107
7683
7684         * src/prefs_account.c
7685                 re-word a label
7686
7687 2002-11-09 [colin]      0.8.5claws106
7688
7689         * src/folderview.c
7690                 Minor esthetic fix
7691
7692 2002-11-09 [colin]      0.8.5claws105
7693
7694         * src/folderview.c
7695                 Fix prefs_filtering deletion for MH folders (same
7696                 reason as below)
7697         * src/prefs_filtering.c
7698                 Fix prefs_filtering renaming and deletion for 
7699                 folder-based processing rules.  
7700
7701 2002-11-09 [christoph]  0.8.5claws104
7702
7703         * src/compose.c
7704         * src/folder.[ch]
7705         * src/folderview.[ch]
7706         * src/import.c
7707         * src/inc.c
7708         * src/main.c
7709         * src/mainwindow.c
7710         * src/messageview.c
7711         * src/prefs_folder_item.c
7712         * src/procmsg.c
7713         * src/summaryview.c
7714                 implement a callback system for folder item updates
7715
7716 2002-11-09 [colin]      0.8.5claws103
7717
7718         * src/folderview.c
7719                 Fix prefs_filtering renaming for MH folders (we
7720                 shouldn't rename by path as another folder could
7721                 have the same hierarchy).
7722
7723 2002-11-09 [colin]      0.8.5claws102
7724
7725         * src/folder.c
7726                 Fix a leak found by Christoph, use better variable
7727                 names
7728
7729 2002-11-09 [colin]      0.8.5claws101
7730
7731         * src/folder.c
7732                 One more fix for processing rules
7733
7734 2002-11-08 [colin]      0.8.5claws100
7735         
7736         * src/matcher.c
7737                 Don't copy the compiled regexp (will be reevaluated)
7738         * src/folderview.c
7739                 Lock folderview while moving
7740         * src/folder.c
7741                 Provide info on what's happening to the user
7742
7743 2002-11-08 [colin]      0.8.5claws99
7744
7745         * src/folderview.c
7746                 Fix folder reordering after a move if parent is 
7747                 root
7748         * src/scoring.[ch]
7749                 Add function to copy a ScoringProp
7750         * src/prefs_folder_item.c
7751                 Copy scoring rules when copying a folder prefs
7752
7753 2002-11-08 [colin]      0.8.5claws98
7754
7755         * src/folderview.c
7756                 Fixes in case of failure
7757         * src/filtering.[ch]    
7758                 Add function to duplicate a FilteringProp
7759         * src/matcher.[ch]
7760                 Add function to duplicate a MatcherProp
7761         * src/prefs_folder_item.c
7762                 Save folder's processing rules when copying 
7763                 its prefs
7764
7765 2002-11-08 [colin]      0.8.5claws97
7766         
7767         * src/folderview.c
7768                 Sort after move
7769         * src/folder.c 
7770                 Change a printf to debug_print
7771
7772 2002-11-08 [colin]      0.8.5claws96
7773
7774         * src/folder.c
7775           src/folderview.c
7776                 Fix segfaults, call me stupido
7777         
7778
7779 2002-11-08 [colin]      0.8.5claws95
7780
7781         *src/folder.c
7782                 Added forgotten prefs to save when moving folders
7783
7784 2002-11-08 [colin]      0.8.5claws94
7785
7786         * src/folder.c
7787                 Fixes to folder DND (prefs copy)
7788         * src/folderview.c
7789                 Optimization for folder DND (don't rescan whole tree)
7790                 Added folderview_create_folder_node() for this 
7791                 optimization, so de-duped a bit the code
7792         * src/prefs_folder_item.[ch]
7793                 Added prefs_folder_item_copy_prefs()    
7794           
7795 2002-11-08 [paul]       0.8.5claws93
7796
7797         * src/prefs_account.c
7798           tools/README
7799           tools/kmail2sylpheed_v2.pl
7800                 correct some typos
7801
7802 2002-11-08 [paul]       0.8.5claws92
7803
7804         * src/compose.c
7805           src/prefs_account.[ch]
7806                 remove account options 'clearsign' and 'ascii_armored',
7807                 replace with 'default_gnupg_mode' to prevent mixed-mode
7808                 Privacy settings
7809
7810 2002-11-08 [paul]       0.8.5claws91
7811
7812         * src/compose.[ch]
7813                 re-implement GnuPG 'on-the-fly' mode selection,
7814                 disallow mixed-mode
7815
7816 2002-11-08 [colin]      0.8.5claws90
7817
7818         * src/folderview.c
7819           src/prefs_folder_item.c
7820                 Change "Property" to "Properties"
7821
7822 2002-11-07 [colin]      0.8.5claws89
7823
7824         * src/folderview.c
7825           src/folder.c
7826                 Allow folder dropping to a root folder
7827
7828 2002-11-07 [paul]       0.8.5claws88
7829
7830         * src/compose.c
7831                 revert last commit
7832
7833 2002-11-07 [paul]       0.8.5claws87
7834
7835         * src/compose.c
7836                 fix reply-to-list bug. closes bug report
7837                 "[633382] reply-to-list broken in recent cvs"
7838
7839 2002-11-07 [paul]       0.8.5claws86
7840
7841         * src/compose.c
7842                 add a forgotten '#if USE_GPGME ... #endif'
7843
7844 2002-11-07 [paul]       0.8.5claws85
7845
7846         * sync with 0.8.5cvs20
7847                 see ChangeLog 2002-11-07
7848
7849 2002-11-07 [colin]      0.8.5claws84
7850
7851         * src/folder.[ch]
7852                 Change folder_item_move_to to return the newly 
7853                 created folderitem.
7854         * src/folderview.c
7855                 Select the new folderitem after moving.
7856
7857 2002-11-07 [colin]      0.8.5claws83
7858
7859         * src/prefs_filtering.c
7860                 Fix rule rewriting when moving a leaf folder to a 
7861                 shorter path
7862
7863 2002-11-07 [colin]      0.8.5claws82
7864
7865         * src/prefs_filtering.c
7866                 fix a leak
7867
7868 2002-11-07 [colin]      0.8.5claws81
7869
7870         * src/folder.[ch]
7871                 Add folder_item_move_to() function to move a 
7872                 folderitem into another one (updates matcher etc)
7873         * src/folderview.c
7874                 Add folder drag'n drop (context menu to come)
7875                 [Should be dataloss free, but Please backup before 
7876                  trying !]
7877
7878 2002-11-06 [colin]      0.8.5claws80
7879
7880         * src/mh.c
7881                 mh_create_folder() returns NULL if can't create
7882                 directory hierarchy
7883
7884 2002-11-06 [paul]       0.8.5claws79
7885
7886         * src/compose.[ch]
7887                 allow 'on-the-fly' changing of the type of encryption 
7888                 and/or signing used (mime/ascii) via the compose window
7889
7890 2002-11-06 [paul]       0.8.5claws78
7891
7892         * sync with 0.8.5cvs19
7893                 see ChangeLog 2002-11-06 for src/account.c: 
7894                 account_get_special_folder()
7895                 
7896 2002-11-05 [alfons]     0.8.5claws77
7897
7898         * src/crash.c
7899                 very minor cleanups: nothing to see here, move on. :-)
7900
7901 2002-11-05 [colin]      0.8.5claws76
7902
7903         * src/main.c
7904                 Changes choices if compose windows are opened to
7905                 Discard, Draft, Don't quit
7906
7907 2002-11-05 [thorsten]   0.8.5claws75
7908
7909         * src/compose.c
7910                 reenabled default_reply_to folder option
7911
7912 2002-11-05 [colin]      0.8.5claws74
7913
7914         * src/compose.[ch] 
7915                 add compose_draft()
7916         * src/crash.c
7917                 add SIGTERM handler
7918         * src/main.[ch]
7919                 add clean_quit() for the SIGTERM handler
7920
7921 2002-11-05 [paul]       0.8.5claws73
7922         
7923         * po/es.po
7924                 updated by Ricardo Mones Lastra
7925
7926 2002-11-05 [melvin]     0.8.5claws72
7927
7928         * src/logwindow.c
7929                 Fixed log-clipping bug #616795.
7930                 To stop logging in the log window use 0 length.
7931         * src/prefs_common.c
7932                 Added a label to inform about the 0 log length behaviour.
7933
7934 2002-11-05 [paul]       0.8.5claws71
7935
7936         * sync with 0.8.5cvs17
7937                 see ChangeLog 2002-11-05
7938
7939 2002-11-04 [paul]       0.8.5claws70
7940
7941         * sylpheed-128x128.png
7942           sylpheed-64x64.png
7943           sylpheed.png
7944                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7945                 <nikai@users.sourceforge.net>
7946                 
7947         * po/bg.po
7948                 updated by George Danchev
7949
7950 2002-11-03 [thorsten]   0.8.5claws69
7951
7952         * src/main.c
7953           src/mimeview.c
7954           src/rfc2015.h
7955                 add check if gpg is active
7956
7957 2002-11-03 [thorsten]   0.8.5claws68
7958
7959         * src/toolbar.h
7960                 removed GSList declaration causing trouble on MacOS-X
7961                 (submitted by alfons, reported by xfesty)
7962
7963 2002-11-01 [paul]       0.8.5claws67
7964
7965         * src/mainwindow.c
7966                 remove last remnants of main's filter code
7967
7968 2002-11-01 [paul]       0.8.5claws66
7969
7970         * tools/filter_conv.pl
7971                 fix bug where user-defined headers were ignored
7972
7973 2002-11-01 [paul]       0.8.5claws65
7974
7975         * src/logwindow.c
7976                 make a debug_print() not translatable
7977
7978 2002-10-31 [melvin]     0.8.5claws64
7979
7980         * ac/aspell.m4
7981                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7982                 not run any GNU/aspell test.  The dictionary path will
7983                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7984                 was given, in which case, it will be $prefix/lib/aspell/
7985         * configure.in
7986                 Fixed typo in commentary (Aspell code).
7987
7988 2002-10-31 [paul]       0.8.5claws63
7989
7990         * po/POTFILES.in
7991                 remove src/filter.c and src/prefs_filter.c
7992                 thanks to Ricardo for reminding me
7993
7994 2002-10-31 [colin]      0.8.5claws62
7995
7996         * src/mbox_folder.c
7997                 Plug some leaks
7998
7999 2002-10-31 [paul]       0.8.5claws61
8000
8001         * src/prefs_filter.[ch] ** REMOVED **
8002           src/filter.[ch]       ** REMOVED **
8003           
8004         * src/Makefile.am
8005           src/folderview.c
8006           src/inc.c
8007           src/main.c
8008           src/mainwindow.c
8009           src/mbox.c
8010           src/prefs_common.c
8011           src/prefs_filtering.c
8012           src/summaryview.[ch]
8013                 remove main's 'filter' code
8014                 
8015         README.claws
8016                 update to reflect removal of main's filter
8017
8018 2002-10-31 [paul]       0.8.5claws60
8019
8020         * src/summaryview.c
8021                 remove check for global_processing in summary_filter_open(). 
8022                 This fixes the bug where if the user uses the right-click 
8023                 'Create filter rule...' and doesn't have any filter rules 
8024                 already defined in claws' advanced filtering, the newly 
8025                 created filter rule goes to main's filtering which is 
8026                 inaccessible through the gui. Now the filter rule gets added
8027                 to claws' filtering by default.
8028
8029 2002-10-28 [melvin]     0.8.5claws59
8030
8031         * src/prefs_actions.c
8032                 Fixed bug #627322 where MIME parts were not always
8033                 correctly passed to a %p action
8034                 Display an error dialog when message filename is not found.
8035
8036 2002-10-28 [melvin]     0.8.5claws58
8037
8038         * src/prefs_common.c
8039                 Readded a missing function declaration lost in 0.8.3claws34
8040
8041 2002-10-28 [paul]       0.8.5claws57
8042
8043         * sync with 0.8.5cvs15
8044                 see ChangeLog 2002-10-28 and 2002-10-25
8045                 
8046         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8047
8048 2002-10-27 [oliver]     0.8.5claws56
8049
8050         * src/pop.c
8051                 plug leak in pop3_top_recv
8052
8053 2002-10-26 [christoph]  0.8.5claws55
8054
8055         * src/folder.c
8056                 set need_update folder flag when messages are added
8057                 (closes bug [ 626922 ] folder not updated after receiving)
8058
8059 2002-10-25 [melvin]     0.8.5claws54
8060
8061         * src/imageview.c
8062                 Fixed a memleak introduced in the scaling code.
8063
8064 2002-10-24 [alfons]     0.8.5claws53
8065
8066         * src/filtering.c
8067                 make filtering's forward message action forward from the 
8068                 correct account
8069                 (closes bug [628089 ] Filter -> Forward from address problem
8070                 reported by Oktay)
8071
8072 2002-10-24 [christoph]  0.8.5claws52
8073
8074         * src/mainwindow.c
8075         * src/manual.[ch]
8076                 o use manual of current locale or english if current
8077                   locale is not available (and english is available)
8078                 o also link to sylpheed doc project manuals
8079
8080 2002-10-23 [paul]       0.8.5claws51
8081
8082         * tools/README
8083           tools/kmail2sylpheed_v2.pl
8084                 add new version of kmail addressbook importer script.
8085                 works with newer versions of Kmail/KAddressBook which
8086                 have new and rearranged data.
8087
8088 2002-10-23 [martin]     0.8.5claws50
8089
8090         * src/folderview.c
8091         * src/summaryview.c
8092         * src/utils.h
8093         * src/utils.c
8094                 added length parameter to get_abbrev_newsgroup_name()
8095                 changed this function so that it abbreviates the newsgroup
8096                 names only so long it is smaller than the length parameter
8097                 (for better reading of some newsgroup names and space efficiency)
8098
8099 2002-10-22 [colin]      0.8.5claws49
8100
8101         *src/foldersel.c
8102                 Revert Alfons' last modification (after voting ;-))
8103
8104 2002-10-21 [alfons]     0.8.5claws48
8105
8106         * src/foldersel.c
8107                 folder view in folder selection dialog reflects state of
8108                 folder view in main window
8109
8110 2002-10-18 [alfons]     0.8.5claws47
8111
8112         * src/mbox.c
8113                 drop imported messages in folder selected by user,
8114                 and not in the inbox
8115                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8116
8117 2002-10-18 [alfons]     0.8.5claws46
8118
8119         * src/compose.c
8120                 make automagic reply work correctly for email accounts 
8121                 (whether it's viable to do a full sync with Hiro's 
8122                 compose.c is still under discussion)
8123
8124 2002-10-18 [melvin]     0.8.5claws45
8125
8126         * src/prefs_actions.c
8127                 Fixed bug #622275 where asynchroneous actions left 
8128                 zombies processes
8129                 Made (synchroneous) actions' input be displayed live.
8130
8131 2002-10-18 [christoph]  0.8.5claws44
8132
8133         * src/textview.c
8134                 don't add a newline in the textview in front of the
8135                 first textpart if header display is disabled
8136                 (closes bug [ 603385 ] disabled header display leaves blank
8137                  lin)
8138
8139 2002-10-18 [christoph]  0.8.5claws43
8140
8141         * src/folder.[ch]
8142         * src/imap.c
8143         * src/mbox_folder.c
8144         * src/mh.c
8145         * src/news.c
8146                 folder->get_num_list now returns an error code
8147                 (closes bug [ 609424 ] News cache cleared on failure)
8148                 
8149 2002-10-17 [colin]      0.8.5claws42
8150         
8151         * src/news.c
8152                 Changed a printf by debug_print
8153
8154 2002-10-16 [paul]       
8155
8156         * tools/OOo2sylpheed.pl
8157                 allow for spaces in the name of the
8158                 file to be attached.
8159
8160 2002-10-16 [colin]      0.8.5claws41
8161
8162         * src/main.c
8163                 Use a tristate to change online mode
8164
8165 2002-10-16 [paul]       0.8.5claws40
8166
8167         * po/es.po
8168                 updated by Ricardo Mones Lastra
8169
8170 2002-10-16 [colin]      0.8.5claws39
8171
8172         * src/main.c
8173           src/mainwindow.[ch]
8174                 Added --online and --offline command-line
8175                 switches
8176
8177 2002-10-15 [christoph]  0.8.5claws38
8178
8179         * src/procmime.c
8180                 set mimeinfo->name to NULL after g_free to
8181                 avoid double freeing with g_free
8182
8183 2002-10-14 [christoph]  0.8.5claws37
8184
8185         * src/compose.c
8186         * src/filtering.c
8187         * src/summaryview.c
8188                 remove calls to folder->change_flags that are now
8189                 done by procmsg flag functions (seems it is not
8190                 used by any foldertype anyway)
8191         * src/folder.c
8192                 init folder->change_flags with NULL
8193
8194 2002-10-14 [christoph]  0.8.5claws36
8195
8196         * src/folder.[ch]
8197         * src/imap.[ch]
8198                 use virtual functions for folder item new and destroy
8199                 functions
8200
8201 2002-10-14 [melvin]     0.8.5claws35
8202
8203         * src/compose.c
8204                 Added a test to not run the spell checker if no default
8205                 dictionary is available. No dialog is displayed though.
8206
8207 2002-10-14 [melvin]     0.8.5claws34
8208
8209         * src/gtkaspell.c
8210                 Fixed bug in dictionary list context menu where
8211                 "More..." pointed to an emtpy submenu if the
8212                 number of dictionaries is a multiple of 15
8213                 Removed unneeded code in suggestions list creation
8214
8215 2002-10-14 [paul]       0.8.5claws33
8216
8217         * po/bg.po
8218                 updated by George Danchev
8219
8220 2002-10-13 [hoa]        0.8.5claws32
8221
8222         * src/matcher.[ch]
8223           src/matcher_parser_parser.y
8224                 removed the escaped string from internal structure
8225                 of matcher.
8226
8227 2002-10-12 [colin]      0.8.5claws31
8228
8229         * src/gtksctree.[ch]
8230           src/summaryview.c
8231                 Removed useless function gtksctree_reanchor
8232
8233 2002-10-12 [alfons]     0.8.5claws30
8234         
8235         * sync with remaining main changes 2002-10-09 - 2002-10-11
8236         - drop changes to src/compose.c (requires claws specific changes)
8237         
8238 2002-10-12 [alfons]     0.8.5claws29
8239         
8240         * sync with main changes of 2002-10-08
8241         - drop changes to src/compose.c (requires claws specific changes)
8242         - drop changes to src/summaryview.c (requires changes to compose.c)     
8243
8244 2002-10-12 [alfons]     0.8.5claws28
8245         
8246         * sync with main changes of 2002-10-07
8247
8248 2002-10-12 [alfons]     0.8.5claws27
8249
8250         * sync with main changes of 2002-10-04
8251         - drop changes to src/compose.c (requires claws specific changes)
8252         - drop changes to src/prefs_folder_item.c (claws implementation
8253           seems to be working)
8254
8255 2002-10-12 [colin]      0.8.5claws26
8256
8257         * src/mainwindow.c
8258                 Fix folder-flicker when space-reading, introduced 
8259                 in claws22.
8260
8261 2002-10-12 [colin]      0.8.5claws25
8262
8263         * src/compose.c
8264                 Save account address when saving as draft.
8265                 (closes bug 621838)
8266
8267 2002-10-12 [colin]      0.8.5claws24
8268
8269         * src/summaryview.c
8270                 Fix the problem consisting of no message selected
8271                 after the last message in a folder has been moved.
8272
8273 2002-10-12 [paul]       0.8.5claws23
8274
8275         * src/compose.c
8276           src/prefs_template.c
8277           src/template.[ch]
8278                 add Cc and Bcc to templates. Patch submitted by
8279                 John L. Males.
8280
8281 2002-10-12 [colin]      0.8.5claws22
8282
8283         * src/folderview.c
8284                 Fix a bug after "Check for new messages":
8285                 If a folder was opened, it was still selected at
8286                 the end of the check, but displayed empty.
8287         * src/mainwindow.c
8288                 Remove unnecessary check
8289
8290 2002-10-12 [paul]
8291
8292         * tools/README
8293                 be more verbose in the description of
8294                 OOo2sylpheed.pl
8295                 
8296
8297 2002-10-11 [colin]      0.8.5claws21
8298
8299         * src/mainwindow.c
8300                 Make space work (better) when no mail is selected
8301
8302 2002-10-11 [colin]      0.8.5claws20
8303
8304         * src/inc.c
8305           src/news.c
8306                 fix warnings
8307
8308 2002-10-11 [colin]      0.8.5claws19
8309
8310         * src/mainwindow.c
8311                 revert 0.8.5claws6 changes as i couldn't get to
8312                 anything satisfying
8313
8314 2002-10-11 [melvin]     0.8.5claws18
8315
8316         * src/compose.c
8317                 Removed buggy and unused macro (should have been committed in
8318                 0.8.5claws17)
8319
8320 2002-10-11 [melvin]     0.8.5claws17
8321
8322         * src/compose.c
8323                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8324
8325 2002-10-11 [thorsten]   0.8.5claws16 
8326
8327         * src/folderview.c
8328                 remove rescan warning
8329
8330 2002-10-11 [colin]      0.8.5claws15 
8331
8332         * src/procheader.c
8333                 fix a segfault that happens if conv_unmime_header
8334                 fails (should be better to find out why it fails)
8335
8336 2002-10-11 [christoph]  0.8.5claws14
8337
8338         * src/summaryview.c
8339                 update folderview stats after ignore/unignore thread
8340
8341 2002-10-11 [hoa]        0.8.5claws13
8342
8343         * src/quote_fmt_parse.y
8344                 Fixed a yacc/bison syntax error
8345         * src/matcher.c
8346                 Escaping of string is fixed.
8347
8348 2002-10-11 [colin]      0.8.5claws12
8349
8350         * src/imageview.c
8351                 Resize images to fit
8352
8353 2002-10-11 [paul]       0.8.5claws11
8354
8355         * po/es.po
8356                 updated by Ricardo Mones Lastra
8357
8358 2002-10-10 [alfons]     0.8.5claws10
8359
8360         * src/compose.c
8361                 allow dropping files by "moving" files from a file manager,
8362                 not only by the more cumbersome "copying". the latter 
8363                 mostly implies holding down the Control button
8364
8365 2002-10-10 [christoph]  0.8.5claws9
8366
8367         * src/summaryview.c
8368                 update folders after thread building for ignored threads
8369
8370 2002-10-10 [christoph]  0.8.5claws8
8371
8372         * config/.cvsignore
8373                 added Makefile
8374         * src/filtering.[ch]
8375         * src/folder.[ch]
8376         * src/folderview.[ch]
8377         * src/import.c
8378         * src/inc.[ch]
8379         * src/mbox.[ch]
8380         * src/procmsg.c
8381         * src/summaryview.[ch]
8382                 o added new flag need_update to FolderItem
8383                 o removed folder_table from various functions from tracking
8384                   folder updates
8385                 o set need_update flags in folder.c's move, copy and delete
8386                   functions and procmsg's flags functions
8387                 o added function folderview_update_items_when_required that
8388                   updates all folders with need_update set
8389                 o call folderview_update_items_when_required instead of
8390                   folderview_update_item_foreach
8391
8392 2002-10-09 [sergey]     0.8.5claws7
8393
8394         * src/compose.c
8395                 Strip CRs whel loading the text into editor in reedit mode.
8396
8397 2002-10-09 [colin]      0.8.5claws6
8398
8399         * src/mainwindow.c
8400                 Make Space work when no mail is selected
8401
8402 2002-10-09 [colin]      0.8.5claws5
8403
8404         * src/gtksctree.[ch]
8405                 Fix range_select
8406                 Add gtk_sctree_reanchor() 
8407         * src/summaryview.c
8408                 Use gtk_sctree_reanchor() - better fix for 
8409                 bug 60413
8410
8411 2002-10-09 [colin]      0.8.5claws4
8412
8413         * src/summaryview.c
8414                 Fix shift-click select after delete problem
8415                 (closes bug 60413)
8416
8417 2002-10-08 [thorsten]   0.8.5claws3
8418
8419         * src/summaryview.c
8420                 exclude current msg from -hide read messages-
8421
8422 2002-10-08 [colin]      0.8.5claws2
8423
8424         * src/inc.[ch]
8425           src/pop.c
8426           src/recv.c
8427                 Differentiate socket errors from disk full
8428                 errors
8429
8430 2002-10-08 [christoph]  0.8.5claws1
8431
8432         * Makefile.am
8433         * configure.in
8434                 modifications for new config directory
8435
8436         * config.guess  ** REMOVED **
8437         * config.sub    ** REMOVED **
8438         * install-sh    ** REMOVED **
8439         * ltmain.sh     ** REMOVED **
8440         * missing       ** REMOVED **
8441         * mkinstalldirs ** REMOVED **
8442                 these files are autogenerated by automake
8443                 when you run autogen.sh
8444
8445         * config/.cvsignore     ** NEW FILE **
8446         * config/Makefile.am    ** NEW FILE **
8447                 ignore autogenerated files
8448                 create a Makefile in this directory
8449
8450 2002-10-08 [paul]       0.8.5claws
8451
8452         * 0.8.5claws release
8453         
8454         * src/compose.c
8455           src/procheader.c
8456           src/procmsg.c
8457                 fix quote reply format for newsgroups reply bug
8458                 (thanks to Hoa)
8459                 
8460         * po/en_GB.po
8461           po/pl.po
8462                 updated by me and Witold Wladyslaw Wojciech Wilk
8463                 repectively
8464
8465 2002-10-07 [paul]       0.8.3claws53
8466
8467         * po/it.po
8468           po/pt_BR.po
8469           po/sr.po
8470                 updated messages catalogs, submitted by
8471                 Alessandro Maestri, Fabio Jr.Beneditto 
8472                 and Urke MMI, respectively.
8473
8474 2002-10-07 [christoph]  0.8.3claws52
8475
8476         * src/folder.[ch]
8477         * src/folderview.c
8478         * src/mainwindow.c
8479                 fix new folder ghost message bug
8480                 (closes bug [ 619722 ] wrong count for newly created folders)
8481
8482 2002-10-07 [christoph]  0.8.3claws51
8483
8484         * src/compose.c
8485                 fix news posting problem
8486
8487 2002-10-07 [melvin]     0.8.3claws50
8488
8489         * po/fr.po
8490                 Updated French translation
8491
8492 2002-10-05 [christoph]  0.8.3claws49
8493
8494         * src/gtkstext.c
8495                 check if line_start_cache is set in gtk_stext_update_text
8496                 (closes bug [ 618119 ] crash while doing search in folder)
8497
8498 2002-10-05 [christoph]  0.8.3claws48
8499
8500         * src/imap.c
8501         * src/news.c
8502         * src/utils.c
8503         * src/utils.h
8504                 implement cache cleanups for claws' folder system
8505                 (closes bug [ 595916 ] imapcache not cleaned up)
8506
8507 2002-10-05 [melvin]     0.8.3claws47
8508
8509         * src/prefs_actions.c
8510                 Made the help text more clear for the %p token
8511
8512 2002-10-04 [paul]       0.8.3claws46
8513
8514         * sync with 0.8.5
8515                 see ChangeLog 2002-10-02 and 2002-10-03
8516
8517 2002-10-04 [christoph]  0.8.3claws45
8518
8519         * src/inc.c
8520                 fix segfault caused by pop before smtp
8521                 call to inc_account_mail with NULL
8522                 pointer for mainwin
8523
8524 2002-10-04 [paul]       0.8.3claws44
8525
8526         * configure.in
8527                 sync the LDAP detection from 0.8.5cvs1
8528
8529 2002-10-02 [christoph]  0.8.3claws43
8530
8531         * po/de.po
8532                 fix small spelling error
8533
8534 2002-10-02 [melvin]     0.8.3claws42
8535
8536         * ac/aspell.m4
8537                 Behave better and say "no" when test program cannot be run.
8538
8539 2002-10-02 [paul]       0.8.3claws41
8540
8541         * sync with 0.8.4cvs1
8542                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8543                 
8544         * src/summaryview.c
8545                 toggle the behavior of Reply menuitem between
8546                 normal reply and reply-to-list
8547
8548 2002-10-01 [sergey]     0.8.3claws40
8549
8550         * src/compose.c
8551                 Convert newlines in the message text to the canonical form
8552                 before base64 encoding (RFC2045 compliance, fixes some
8553                 interoperability issues with Evolution 1.0.3)
8554
8555 2002-09-29 [colin]      0.8.3claws39
8556
8557         * src/summaryview.c
8558                 Fix an unwanted copy/paste
8559
8560 2002-09-29 [colin]      0.8.3claws38
8561
8562         * src/mainwindow.c
8563                 Renamed "Custom toolbar" to "Customize toolbar"
8564                 Renamed "Show all header" to "Show all headers"
8565                 Renamed "Set diplay item" to "Set displayed items"
8566         * src/prefs_common.c
8567                 Renamed "Show all header" to "Show all headers"
8568         * src/prefs_summary_column.c
8569                 Renamed "diplay item" to "displayed items"
8570
8571 2002-09-29 [colin]      0.8.3claws37
8572
8573         * src/mainwindow.[ch]
8574                 online/offline status pixmaps follow theme
8575                 changes
8576         * src/summaryview.[ch]
8577                 quicksearch pixmap follows theme changes
8578
8579 2002-09-29 [thorsten]   0.8.3claws36
8580
8581         * src/compose.c
8582           src/prefs_folder_item.[ch]
8583                 add default_reply_to folder option (closes patch 581044)
8584
8585 2002-09-29 [christoph]  0.8.3claws35
8586
8587         * acconfig.h    ** REMOVED **
8588         * configure.in
8589         * ac/aspell.m4
8590         * ac/check-type.m4
8591         * ac/gnupg-check-typedef.m4
8592                 fix autoheader 2.50 warning
8593
8594 2002-09-29 [christoph]  0.8.3claws34
8595
8596         * major code cleanup (part 2)
8597         
8598                 - unused variables removed
8599                 - unused functions removed
8600                 - uninitialized variables checked
8601                 - missing return statements added
8602                 - missing function return types added
8603                 - added parentheses around assignment
8604                   when suggested by gcc
8605
8606 2002-09-29 [alfons]     0.8.3claws33
8607
8608         * src/logwindow.c
8609                 log_window_clear(): only bracket gtk_text_forward_delete() 
8610                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8611                 works around GTK text bug)
8612
8613 2002-09-29 [paul]       0.8.3claws32
8614
8615         * po/bg.po
8616           po/sr.po
8617                 updated by George Danchev and Urke MMI
8618                 respectively
8619
8620 2002-09-27 [christoph]  0.8.3claws31
8621
8622         * doc-src/readme.txt
8623         * doc-src/rfc1806.txt   ** REMOVED **
8624         * doc-src/rfc2183.txt   ** NEW FILE **
8625         * doc-src/rfc2980.txt   ** NEW FILE **
8626                 update rfcs
8627
8628 2002-09-27 [melvin]     0.8.3claws30
8629
8630         * ac/aspell.m4
8631                 Fixed typo which could break linking
8632
8633 2002-09-27 [melvin]     0.8.3claws29
8634
8635         * ac/aspell.m4
8636                 Improved GNU/aspell checking. 
8637                 Fixed bug #614490
8638
8639 2002-09-27 [paul]       0.8.3claws28
8640
8641         * sync with 0.8.3cvs8
8642                 see ChangeLog 2002-09-27
8643
8644 2002-09-26 [colin]      0.8.3claws27
8645
8646         * src/toolbar.[ch]
8647           src/mainwindow.[ch]
8648                 Add "Reply to Mailing-list" to the toolbar
8649
8650 2002-09-26 [christoph]  0.8.3claws26
8651
8652         * src/summaryview.c
8653                 Fix wrong message counts in summaryview status
8654
8655 2002-09-26 [paul]       0.8.3claws25
8656
8657         * sync with 0.8.3cvs7
8658                 see ChangeLog 2002-09-26
8659
8660 2002-09-26 [paul]       0.8.3claws24
8661
8662         * sync with 0.8.3cvs6
8663                 see ChangeLog 2002-09-25
8664
8665 2002-09-25 [christoph]  0.8.3claws23
8666
8667         * src/prefs_common.c
8668         * src/prefs_folder_item.c
8669         * src/prefs_scoring.c
8670                 Renamed "kill score" to "hide score" in GUI
8671                 and prefs files
8672
8673 2002-09-25 [paul]       0.8.3claws22
8674
8675         * sync with 0.8.3cvs5
8676                 see ChangeLog 2002-09-24
8677
8678 2002-09-24 [alfons]     0.8.3claws21
8679
8680         patch by Satoshi Nagayasu: allows appending / saving multiple 
8681         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8682         'Save as ...'")
8683
8684         * AUTHORS
8685                 add Satoshi Nagayasu
8686         * src/summaryview.c
8687                 summary_save_as(): allow saving selected files to
8688                 one file
8689                 summary_set_menu_sensitive: enable "Save As..." when
8690                 multiple files are selected
8691         * src/utils.[ch]
8692                 append_file(): new function
8693
8694 2002-09-24 [colin]      0.8.3claws20
8695
8696         * src/procmime.c
8697                 Fix segfault when mimeinfo doesn't have a 
8698                 content_type. 
8699
8700 2002-09-24 [colin]      0.8.3claws19
8701
8702         * src/prefs_common.[ch]
8703                 Add a preference to display send dialog or not
8704         * src/send.c
8705                 Display send dialog according to preference
8706
8707 2002-09-24 [colin]      0.8.3claws18
8708
8709         * src/compose.[ch]
8710                 Disable user actions when sending
8711
8712 2002-09-24 [colin]      0.8.3claws17
8713
8714         * src/procmime.c
8715                 Do not display name or filename for attachments
8716                 with an application/pgp-signature type
8717                 (security flaw, see bug 537413)
8718
8719 2002-09-23 [colin]      0.8.3claws16
8720
8721         * src/editaddress.c
8722                 Initialize entry_email, entry_alias and 
8723                 entry_remarks to first email address of the list
8724
8725 2002-09-23 [colin]      0.83claws15
8726
8727         * src/compose.c
8728                 Drop pgp-signature when reediting a signed queued
8729                 message
8730
8731 2002-09-23 [melvin]     0.8.3claws14
8732
8733         * po/fr.po
8734                 Updated French translation
8735
8736 2002-09-23 [melvin]     0.8.3claws13
8737
8738         * src/mainwindow.c
8739                 Made custom toolbar menu labels more consistent
8740         * src/prefs_toolbar.c
8741                 Made custom toolbar window title more consistent
8742
8743 2002-09-22 [colin]      0.8.3claws12
8744
8745         * src/inc.c
8746                 Initialize session type to normal before getting 
8747                 mail (fixes strange Get behaviour)
8748         * src/prefs_account.h
8749                 Move STYPE_POP_BEFORE_SMTP to last position to 
8750                 avoid other side-effects
8751
8752 2002-09-22 [colin]      0.8.3claws11
8753
8754         * src/prefs_account.c
8755                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8756                 from pop3 to apop or vice-versa
8757
8758 2002-09-22 [colin]      0.8.3claws10
8759         
8760         * src/prefs_account.[ch]
8761                 Add an option for the POP before SMTP timeout
8762         * src/inc.c
8763                 Remember time of last POP connection
8764         * src/send.c
8765                 Do POP before SMTP only if timeout reached
8766
8767 2002-09-22 [oliver]     0.8.3claws9
8768         
8769         * README.claws
8770                 explain custom toolbar
8771
8772 2002-09-22 [oliver]     0.8.3claws8
8773
8774         * src/prefs_actions.[ch]
8775         custom toolbar for compose      
8776                 actions callback from compose toolbar
8777         * src/folderview.c
8778                 remove include toolbar.h
8779
8780 2002-09-22 [oliver]     0.8.3claws7
8781         
8782         * src/prefs_toolbar.[ch]
8783                 custom toolbar for compose
8784                 - generic prefs_toolbar handles both
8785                   Mainwin's toolbar as well as Compose toolbar          
8786
8787 2002-09-22 [oliver]     0.8.3claws6
8788         
8789         * src/toolbar.[ch]
8790                 custom toolbar for compose
8791                 restructure toolbar.[ch]
8792
8793 2002-09-22 [oliver]     0.8.3claws5
8794
8795         * src/compose.[ch]
8796                 custom toolbar for compose
8797
8798 2002-09-22 [oliver]     0.8.3claws4
8799         
8800         * src/mainwindow.[ch]
8801                 custom toolbar for compose 
8802                 move mainwin toolbar back to mainwindow
8803
8804 2002-09-22 [alfons]     0.8.3claws3
8805
8806         * src/procmsg.c
8807                 :%sno/if(/if (/gc
8808                 :%sno/for(/for (/gc
8809                 (beautify)
8810
8811 2002-09-22 [alfons]     0.8.3claws2
8812         
8813         * src/procmsg.c
8814                 procmsg_save_to_outbox(): don't unlink message file from queue;
8815                 callers should do it using folder_item_remove_msg()
8816
8817 2002-09-22 [colin]      0.8.3claws1
8818
8819         * src/mimeview.[ch]
8820                 Made mimeview_check_signature() public
8821         * src/textview.c
8822                 Made GPG signatures verifiable by clicking
8823                 the [application/pgp-signature] in the Text
8824                 view
8825
8826 2002-09-22 [paul]       0.8.3claws
8827
8828         * po/bg.po
8829           po/en_GB.po
8830           po/es.po
8831           po/it.po
8832           po/pl.po
8833           po/pt_BR.po
8834           po/sr.po
8835                 updated translations, submitted by George Danchev,
8836                 me, Ricardo Mones Lastra, Alessandro Maestri,
8837                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8838                 and Urke MMI, respectively.     
8839
8840 2002-09-22 [alfons]     0.8.2claws65
8841
8842         * src/procmsg.c
8843         * src/pgptext.c
8844                 no furry valgrinds have been used to plug these memleaks
8845
8846 2002-09-20 [paul]       0.8.2claws64
8847
8848         * sync with 0.8.3cvs4
8849                 'Select thread' re-implemented 
8850                 see ChangeLog 2002-09-20
8851
8852 2002-09-21 [alfons]     0.8.2claws63
8853
8854         * src/compose.c
8855                 compose_send(): plug unnoticed memleak
8856
8857 2002-09-20 [alfons]     0.8.2claws62
8858
8859         * src/addr_compl.c
8860                 replace_address_in_edit(): strict check for NULL address to
8861                 fix "[ 607348 ] Segfault in address completion". My guess is
8862                 that this happens with an empty address book, but it's good
8863                 to have this check here anyway
8864                 
8865                 completion_window_button_press(): free string returned 
8866                 from the internal cache
8867
8868 2002-09-20 [christoph]  0.8.2claws61
8869
8870         * src/procmime.h
8871                 added ENC_BINARY to EncodingType
8872         * src/procmime.c
8873                 the string returned by procmime_get_encoding_str
8874                 should not depend on the order of values in the
8875                 EncodingType definition
8876         * doc-src/rfc1806.txt   ** NEW FILE **
8877                 Added rfc1806 about MIME Content-Disposition
8878                 Extension
8879
8880 2002-09-19 [paul]       0.8.2claws60
8881
8882         * sync with 0.8.2cvs3
8883                 see ChangeLog 2002-09-19
8884
8885 2002-09-19 [paul]       0.8.2claws59
8886
8887         * src/prefs_folder_item.c
8888                 revert to Darko's original alignment of colour
8889                 selector button
8890                 add a colon to folder_color label
8891                 
8892         * src/compose.c
8893                 add Colin's patch (with Hiro's modifications) to 
8894                 force BASE64 encoding for 8-bit text when signing
8895                 (sync with 0.8.3cvs2)
8896
8897 2002-09-18 [alfons]     0.8.2claws58
8898
8899         * src/compose.c
8900                 :%sno/if(/if (/gc
8901                 :%sno/for(/for (/gc
8902                 (beautify a little bit)
8903
8904 2002-09-18 [christoph]  0.8.2claws57
8905
8906         * src/pine.c
8907                 fix handling of fgetc return value
8908
8909 2002-09-17 [alfons]     0.8.2claws56
8910         
8911         * src/summaryview.c
8912                 summary_sort(): check non-NULL summaryview->folder_item when no 
8913                 folder is selected at all
8914                 (closes "[ 610344 ] sort label make syl Crash")
8915
8916 2002-09-17 [alfons]     0.8.2claws55
8917         
8918         * src/compose.c
8919                 beautify a little bit
8920
8921 2002-09-17 [christoph]  0.8.2claws54
8922
8923         * src/folder.c
8924                 initialize max values for cache and folder
8925                 when cache or folder is empty
8926
8927 2002-09-15 [colin]      0.8.2claws53
8928
8929         * src/compose.c
8930                 Fix a leak (thanks Alfons!) and cleaned
8931                 variables names for custom headers
8932
8933 2002-09-15 [colin]      0.8.2claws52
8934
8935         * src/compose.c
8936                 Fix custom headers recognition when
8937                 prefs_common.trans_hdr is on
8938
8939 2002-09-15 [colin]      0.8.2claws51
8940
8941         * src/compose.c
8942                 Allow dynamically-added custom headers
8943                 Yet not reparsed if reedited
8944
8945 2002-09-15 [alfons]     0.8.2claws50
8946
8947         * src/prefs_account.c
8948                 fix warnings
8949
8950 2002-09-15 [colin]      0.8.2claws49
8951         
8952         * src/prefs_account.c
8953                 fix pop_before_smtp sensitivity
8954
8955 2002-09-15 [colin]      0.8.2claws48
8956
8957         * src/inc.[ch]
8958                 add inc_pop_before_smtp()
8959                 allow MainWindow to be undefined in 
8960                 inc_account_mail() and inc_start()
8961         * src/pop.c
8962           src/prefs_account.h
8963                 add STYPE_POP_BEFORE_SMTP session type
8964         * src/prefs_account.c
8965                 activated pop before smtp option
8966         * src/send.c
8967                 do pop before smtp if the relevant option 
8968                 is set
8969
8970 2002-09-15 [paul]       0.8.2claws47
8971
8972         * sync with 0.8.3
8973                 see ChangeLog 2002-09-15
8974
8975 2002-09-14 [paul]       0.8.2claws46
8976
8977         * po/bg.po
8978                 updated Bulgarian translation, submitted by
8979                 George Danchev
8980
8981 2002-09-13 [paul]       0.8.2claws45
8982
8983         * src/compose.c
8984                 merge claws' select_account() with main's
8985                 (new) compose_select_account(). [sync with
8986                 0.8.2cvs15, see ChangeLog 2002-09-11]
8987
8988 2002-09-12 [christoph]  0.8.2claws44
8989
8990         * src/filter.c
8991                 allocate 1 elements of FolderItem not 0
8992
8993 2002-09-12 [colin]      0.8.2claws43
8994
8995         * src/compose.c
8996                 Fix bug #590825 (obey Follow-up: poster)
8997
8998 2002-09-12 [colin]      0.8.2claws42
8999
9000         * src/procmime.c
9001                 Fix bug #557009 (wrong headers for messages 
9002                 forwarded as attachments)
9003
9004 2002-09-11 [colin]      0.8.2claws41
9005         
9006         * src/compose.c
9007                 Put SCF: pseudo-header on top of message
9008                 Set draft tmp_flag when saved as draft
9009
9010         * src/procmsg.c
9011           src/procheader.c
9012                 Skip after first \n\n for beginning of real message
9013                 for drafts too
9014
9015 2002-09-11 [christoph]  0.8.2claws40
9016
9017         * src/filtering.c
9018                 use procmsg flag functions in filtering or processing
9019                 will cause incorrect folder message counts
9020
9021 2002-09-11 [colin]      0.8.2claws39
9022
9023         * src/compose.c
9024                 Fix bug #550175 - wrong save folder when reediting
9025                 drafts
9026
9027 2002-09-11 [paul]       0.8.2claws38
9028
9029         * sync with 0.8.2cvs14
9030                 see ChangeLog 2002-09-11
9031
9032 2002-09-11 [colin]      0.8.2claws37
9033
9034         * src/folder.c
9035                 Fix a typo (seeming to cause new/unread status to
9036                 be lost)
9037
9038 2002-09-10 [christoph]  0.8.2claws36
9039
9040         * src/compose.c
9041                 compose_redirect should not use compose_generic_new
9042                 because that does more stuff than expected including
9043                 opening the external editor
9044                 (closes bug "[ 526608 ] bounced messages appear blank
9045                  in editor")
9046
9047 2002-09-10 [christoph]  0.8.2claws35
9048
9049         * src/folder.c
9050                 fix problem with too large message number range
9051                 causing a crash in folder_item_scan
9052
9053 2002-09-10 [paul]       0.8.2claws34
9054
9055         * sync with 0.8.2cvs13
9056                 see ChangeLog 2002-09-10
9057
9058 2002-09-10 [christoph]  0.8.2claws33
9059
9060         * src/msgcache.c
9061                 set MsgInfo TmpFlags for queue and draft folders
9062                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9063
9064 2002-09-10 [paul]       0.8.2claws32
9065
9066         * AUTHORS
9067           po/bg.po      ** NEW FILE **
9068                 new Bulgarian translation submitted by
9069                 George Danchev <danchev@spnet.net>
9070                 
9071         * tools/Makefile.am
9072           tools/README
9073           tools/tb2sylpheed     ** NEW FILE **
9074                 add script that converts an addressbook exported
9075                 from The Bat! into a Sylpheed addressbook. Submitted
9076                 by Urke MMI <urke-kg@eunet.yu>
9077
9078 2002-09-10 [paul]       0.8.2claws31
9079
9080         * sync with 0.8.2cvs12
9081                 see ChangeLog 2002-09-10
9082
9083 2002-09-06 [paul]       0.8.2claws30
9084
9085         * src/prefs_common.c
9086                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9087                 
9088         * tools/Makefile.am
9089           tools/README
9090           tools/ldif-to-xml.py  ** REMOVED **
9091                 remove obsolete python script
9092
9093 2002-09-06 [paul]       0.8.2claws29
9094
9095         * sync with 0.8.2cvs10
9096                 see ChangeLog 2002-09-06
9097
9098 2002-09-04 [paul]       0.8.2claws28
9099
9100         * sync with 0.8.2cvs9
9101                 see ChangeLog 2002-08-04
9102
9103 2002-09-04 [colin]      0.8.2claws27 
9104
9105         * src/prefs_common.[ch]
9106                 Added signature color configuration
9107         * src/textview.c
9108                 Use user-specified signature color
9109
9110 2002-09-03 [colin]      0.8.2claws26
9111
9112         * src/prefs_common.[ch]
9113                 Added autosave and autosave_length prefs
9114         * src/compose.c
9115                 Added compose_remove_draft()
9116                 Auto-save drafts according to the prefs
9117         * src/main.c
9118                 Added a crash-indicator file, allowing to check
9119                 for new messages on startup if Sylpheed crashed
9120                 (makes saved drafts "reappear")
9121
9122 2002-09-03 [colin]      0.8.2claws25
9123
9124         * src/textview.[ch]
9125                 Grey the signature
9126
9127 2002-09-03 [paul]       0.8.2claws24
9128
9129         * sync with 0.8.2cvs8
9130                 see ChangeLog 2002-09-02 and 2002-09-03
9131
9132 2002-09-03 [darko]      0.8.2claws23
9133
9134         * src/folderview.c
9135                 use normal style when creating new folder to pick
9136                 proper font size 
9137
9138 2002-09-02 [melvin]     0.8.2claws22
9139
9140         * src/gtkaspell.m4
9141                 removed some obsolete code
9142
9143 2002-09-02 [melvin]     0.8.2claws21
9144
9145         * ac/aspell.m4
9146                 fixed test's equality sign (== to =)
9147
9148 2002-09-02 [alfons]     0.8.2claws20
9149
9150         * src/folder.c
9151         * src/mh.c
9152                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9153                 as folder->destroy virtual as suggested by Hiro
9154                 (the mh.c code seems to have been lost around mh.c.1.21)
9155
9156 2002-09-02 [paul]       0.8.2claws19
9157
9158         * po/pt_BR.po
9159                 updated by Fabio Jr. Beneditto
9160                 
9161         * src/defs.h
9162                 use 'http://claws.sylpheed.org' for homepage link. 
9163                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9164
9165 2002-09-01 [alfons]     0.8.2claws18
9166
9167         * src/mh.c
9168                 plug memleak related to one Martin Kluge found
9169
9170 2002-08-31 [paul]       0.8.2claws17
9171
9172         * sync with 0.8.2cvs6
9173                 see ChangeLog 2002-08-30
9174
9175 2002-08-31 [alfons]     0.8.2claws16
9176
9177         * src/folder.c
9178                 folder_destroy(): remove mailbox from folderlist even if it has
9179                 no destroy virtual
9180
9181 2002-08-31 [alfons]     0.8.2claws15
9182
9183         * src/folder.c
9184                 :%sno/if(/if (/gc
9185                 :%sno/for(/for (/gc
9186                 (being pedantic I know)
9187
9188 2002-08-31 [alfons]     0.8.2claws14
9189
9190         * src/folder.c
9191                 check for NULL pointers returned from folder->fetch_msginfo virtual
9192                 (should solve some reported crashes)
9193
9194 2002-08-30 [alfons]     0.8.2claws13
9195
9196         * acconfig.h
9197         * configure.in
9198         * src/crash.c
9199                 enable crash dialog on compilation time
9200                 (--enable-crash-dialog configure option)
9201
9202 2002-08-30 [alfons]     0.8.2claws12
9203
9204         * AUTHORS
9205                 add Martin Kluge
9206         * src/mh.c
9207                 apply memory leak plug patch by Martin Kluge
9208                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9209                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9210                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9211
9212 2002-08-30 [darko]      0.8.2claws11
9213
9214         * src/folderview.c
9215                 copy Gtk style from normal style to match
9216                 font size for coloured folders
9217
9218 2002-08-29 [alfons]     0.8.2claws10
9219
9220         * sylpheed.desktop
9221                 Type=Internet <- Type=Application
9222                 (reported by Michael Schwendt, see:
9223                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9224                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9225
9226 2002-08-29 [paul]       0.8.2claws9
9227
9228         * sync with 0.8.2cvs5
9229                 see ChangeLog 2002-08-29
9230
9231 2002-08-29 [colin]      0.8.2claws8
9232
9233         * src/summaryview.c
9234                 Added a sanity check in summary_select_thread
9235                 Should fix bug 601605
9236
9237 2002-08-29 [colin]      0.8.2claws7
9238
9239         * src/main.c
9240                 Revert claws6 changes regarding bug #591676
9241
9242 2002-08-28 [colin]      0.8.2claws6
9243         
9244         * src/main.c
9245                 Ignore cache for queue folderitems
9246                 Fix bug #591676
9247
9248 2002-08-28 [melvin]     0.8.2claws5
9249
9250         * README.claws
9251                 Fixed typos.
9252
9253 2002-08-28 [melvin]     0.8.2claws4
9254
9255         * README.claws
9256                 Updated a bit the text concerning the spell checker
9257
9258 2002-08-28 [melvin]     0.8.2claws3
9259
9260         Merged the GNU_aspell_branch:
9261                 Support of new GNU/aspell is now included and the old pspell
9262                 is not supported anymore.
9263                 See README.claws
9264
9265         * README.claws
9266                 Updated spell checker text to reflect the switch to GNU/aspell
9267
9268         * ac/aspell.m4          *** NEW ***
9269         * src/gtkaspell.[ch]    *** NEW *** 
9270         * ac/pspell.m4          *** DELETED *** 
9271         * src/gtkspell.[ch]     *** DELETED ***
9272
9273         * ac/Makefile.am
9274                 Updated for GNU/aspell support
9275
9276         * po/POTFILES.in
9277                 Replaced gtkspell.c by gtkaspell.c
9278
9279         * acconfig.h
9280         * src/Makefile.am
9281         * src/about.c
9282         * src/compose.[ch]
9283         * src/crash.c
9284         * src/main.c
9285         * src/prefs_common.[ch]
9286                 Updated for GNU/aspell support
9287
9288 2002-08-28 [paul]       0.8.2claws2
9289
9290         * sync with 0.8.2cvs4
9291                 see ChangeLog 2002-08-27 and 2002-08-28
9292
9293 2002-08-28 [colin]      0.8.2claws1
9294
9295         * src/summary_search.c
9296                 Added "AND search"
9297
9298 2002-08-28 [jens]       0.8.2claws
9299
9300         *po/de.po
9301                 Updated German translations
9302
9303 2002-08-27 [melvin]     0.8.2claws
9304
9305         * po/fr.po
9306                 Updated French translations
9307
9308 2002-08-27 [paul]       0.8.2claws
9309
9310         * sync with 0.8.2 main release
9311
9312         * po/en_GB.po
9313           po/es.po
9314           po/it.po
9315           po/pl.po
9316           po/pt_BR.po
9317           po/sr.po
9318                 updated message catalogs submitted by
9319                 Ricardo Mones Lastra, Alessandro Maestri,
9320                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9321                 Beneditto and Urke MMI  
9322
9323 2002-08-27 [hoa]        0.8.1claws123
9324
9325         * src/mainwindow.[ch]
9326         * src/summaryview.[ch]
9327                 removed the "filter setting" menu option.
9328                 add a "cancel a news message" menu option.
9329
9330 2002-08-26 [martin]     0.8.1claws122
9331
9332         * ChangeLog.claws
9333                 changed string under 0.8.1claws79 changed by myself
9334                 i'm sorry alfons :(
9335
9336 2002-08-26 [martin]     0.8.1claws121
9337
9338         * src/crash.c
9339                 added kill command to debuggerrc to start crash dialog
9340
9341 2002-08-26 [paul]       0.8.1claws120
9342
9343         * sync with 0.8.1cvs31
9344                 see ChangeLog 2002-08-26
9345
9346 2002-08-25 [alfons]     0.8.1claws119
9347
9348         * src/procmsg.c
9349                 fix bug that didn't send out correct headers to news server
9350                 when sending news article and email from queue (bug reported
9351                 and patch provided by Tim Mann; closes bug 
9352                 "[ 583196 ] 0.7.8claws can't post news")
9353
9354 2002-08-25 [alfons]     0.8.1claws118
9355
9356         * src/selective_download.c
9357                 mark two strings as translatable
9358                 (thanks to Urke MMI for pointing this out)
9359
9360 2002-08-25 [alfons]     0.8.1claws117
9361
9362         * src/summaryview.c
9363                 treat sent boxes as special and allow sorting them by addressee
9364                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9365                 submitted by Steve Lamb)
9366
9367 2002-08-24 [alfons]     0.8.1claws116
9368
9369         * src/matcher.c
9370                 fix memleak reported by Martin Kluge
9371                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9372
9373 2002-08-24 [oliver]     0.8.1claws115
9374
9375         * src/prefs_toolbar.c
9376                 o code cleanup as suggested by Alfons
9377                 o memleak fix
9378
9379 2002-08-24 [alfons]     0.8.1claws114
9380
9381         * src/summaryview.c
9382                 o fix another memory leak reported by Martin Kluge
9383                   (see "[ 599568 ] Small Memory Leak")
9384                 o remove 'from' variable from 'summary_set_header()'; we can
9385                   do with just 'to' 
9386
9387 2002-08-24 [paul]       0.8.1claws113
9388
9389         * sync with 0.8.1cvs30
9390                 see ChangeLog 2002-08-23
9391
9392 2002-08-24 [alfons]     0.8.1claws112
9393
9394         * src/summaryview.c
9395                 remove unnecessary allocations for search bar fixing leaks
9396                 reported by Martin Kluge
9397                 (see "[ 599451 ] Further memory leaks?")
9398
9399 2002-08-24 [alfons]     0.8.1claws111
9400
9401         * src/main.c
9402                 make get_socket_name() public for crash.c
9403         * src/crash.c
9404                 o make report bug button work (goes to claws' 
9405                   bug tracker at sf.net)
9406                 o introduce function for doing important stuff just
9407                   before claws goes down
9408                 o clean up code 
9409
9410 2002-08-24 [alfons]     0.8.1claws110
9411
9412         * src/compose.c
9413                 move cursor to "To" entry when forwarding as attachment
9414                 (reported and solved by Steve Lamb, closes bug report
9415                 "[ 592880 ] Forward as attachment; cursor not in to")
9416
9417 2002-08-24 [colin]      0.8.1claws109
9418
9419         * src/mainwindow.c
9420                 fix quick search visibility after GUI (de)separations.
9421
9422 2002-08-23 [colin]      0.8.1claws108
9423
9424         * src/mainwindow.c
9425                 fix header pane visibility after folderview or
9426                 messageview (de)separation
9427
9428 2002-08-23 [paul]       0.8.1claws107
9429
9430         * src/mainwindow.[ch]
9431           src/toolbar.c
9432                 give full control of display or non-display 
9433                 of the Execute icon to Custom toolbar settings.
9434                 add new sensitivity condition to maninwindow.h: 
9435                 M_DELAY_EXEC
9436
9437         * ChangeLog
9438           ChangeLog.jp
9439           NEWS
9440                 more sync with 0.8.1cvs29
9441
9442 2002-08-23 [melvin]     0.8.1claws106
9443
9444         * src/alertpanel.c
9445                 Readded support for custom widget in alertpanel lost in last
9446                 sync.
9447
9448 2002-08-23 [paul]       0.8.1claws105
9449
9450         * sync with 0.8.1cvs29
9451                 see ChangeLog 2002-08-23
9452
9453 2002-08-23 [colin]      0.8.1claws104
9454
9455         * src/summaryview.c
9456                 Fix folder and search pixmaps exchanging positions
9457                 after theme or toolbar changes. Thank to Oliver for 
9458                 reporting this.
9459
9460 2002-08-23 [colin]      0.8.1claws103
9461
9462         * src/mainwindow.c
9463           src/messageview.[ch]
9464           src/noticeview.[ch]
9465           src/summaryview.c
9466                 Changed messageview_create() and noticeview_create()
9467                 to avoid the last gdk_warning
9468
9469 2002-08-22 [colin]      0.8.1claws102
9470
9471         * src/summaryview.c
9472                 Fix my new `Creating pixmap from xpm' warning
9473
9474 2002-08-22 [colin]      0.8.1claws101
9475
9476         * src/mainwindow.c
9477                 Fix some of the gdk warnings
9478
9479 2002-08-22 [colin]      0.8.1claws100
9480
9481         * src/Makefile.am
9482         * src/stock_pixmap.c
9483         * src/stock_pixmap.h
9484         * src/pixmaps/quicksearch.xpm *ADDED*
9485                 Add the quicksearch pixmap
9486         * src/mainwindow.c
9487         * src/summaryview.c
9488         * src/summaryview.h
9489                 Make quicksearch bar visible/hidden via a button
9490
9491 2002-08-22 [christoph]  0.8.1claws99
9492
9493         * src/folder.c
9494                 fix folder update for newsgroups with message
9495                 numbers below minimum number of articles to fetch
9496                 (closes bug #598445)
9497
9498 2002-08-22 [paul]       0.8.1claws98
9499
9500         * sync with 0.8.1cvs28
9501                 see ChangeLog 2002-08-22
9502
9503 2002-08-21 [alfons]     0.8.1claws97
9504
9505         * src/crash.c
9506                 use bt instead of bt full which seems to work 
9507                 better, and bt full doesn't give a great deal 
9508                 of information anyway
9509
9510 2002-08-21 [colin]      0.8.1claws96
9511
9512         * src/summaryview.c
9513                 fix summaryview_searchtype_changed prototype
9514
9515 2002-08-21 [christoph]  0.8.1claws95
9516
9517         * src/mainwindow.c
9518                 o fix broken menu update for sorting type, we have to
9519                   get this info from the summaryview now
9520                 o removed setting of threaded state in menu callback
9521         * src/summaryview.[ch]
9522                 more summaryview/folderitem seperation for
9523                 threading option
9524         * configure.in
9525                 removed not required --with-compiler-flags option
9526
9527 2002-08-21 [oliver]     0.8.1claws94
9528         
9529         * src/toolbar.h 
9530                 o rename toolbar.xml to toolbar_main.xml
9531                   since toolbar_compose.xml might come up 
9532                   any time soon
9533         * README.claws
9534                 add custom toolbar              
9535
9536 2002-08-21 [darko]      0.8.1claws93
9537
9538         * src/procmsg.c
9539                 don't reset tmp flags for messages copied
9540                 to sent folder
9541
9542 2002-08-21 [colin]      0.8.1claws92
9543         
9544         * src/prefs_filtering.c
9545                 fix renaming rules on folder rename 
9546                 when folder is not a leaf folder
9547
9548 2002-08-21 [paul]       0.8.1claws91
9549
9550         * src/prefs_folder_item.c
9551                 fix alignment of colour selector
9552
9553 2002-08-21 [paul]       0.8.1claws90
9554
9555         * sync with 0.8.1cvs27
9556                 see ChangeLog 2002-08-21
9557
9558 2002-08-21 [paul]       0.8.1claws89
9559
9560         * src/summaryview.c
9561                 fix crash when changing field type in
9562                 Quick search bar
9563
9564 2002-08-21 [colin]      0.8.1claws88
9565
9566         * src/summaryview.c
9567                 Made quick search case-insensitive
9568
9569 2002-08-21 [paul]       0.8.1claws87
9570
9571         * sync with 0.8.1cvs26
9572                 see ChangeLog 2002-08-21
9573
9574 2002-08-20 [christoph]  0.8.1claws86
9575
9576         * src/folderview.c
9577         * src/main.c
9578         * src/summaryview.[ch]
9579                 more summaryview/folderitem seperation for
9580                 sort_key and sort_type
9581         * src/procmsg.c
9582                 added missing return statement
9583
9584 2002-08-20 [colin]      0.8.1claws85
9585
9586         * src/summaryview.[ch]
9587                 Added a quick search box
9588         * src/mainwindow.c
9589         * src/prefs_common.[ch]
9590                 Added a show/hide option for the quick search
9591
9592 2002-08-20 [oliver]     0.8.1claws84
9593         
9594         * src/mainwindow.c
9595                 remove toolbar_create_popups
9596         * src/toolbar.[ch]
9597                 o remove toolbar_create_popups
9598                 o fix toolbar_set_sensitive 
9599                   (Bug reports #596834 and #596832)     
9600         * src/prefs_toolbar.c
9601                 o add "Set default" button
9602                 o align label and text + combo widgets
9603
9604 2002-08-20 [hoa]        0.8.1claws83bis
9605
9606         * src/imap.c
9607                 fixed a bug in imap_fetch_msginfo() in case there is no
9608                 current folder.
9609
9610 2002-08-20 [darko]      0.8.1claws83
9611
9612         * src/folderview.c
9613                 copy the color style of folder view so it
9614                 works with GTK themes
9615
9616 2002-08-20 [darko]      0.8.1claws82
9617
9618         * src/folder.h
9619         * src/folderview.c
9620         * src/prefs_folder_item.[hc]
9621                 don't use UI stuff in folder.h
9622
9623 2002-08-20 [darko]      0.8.1claws81
9624
9625         * src/folder.h
9626         * src/prefs_folder_item.h
9627         * src/folderview.c
9628         * src/prefs_folder_item.c
9629                 ability to set folder color in folderview
9630
9631 2002-08-19 [alfons]     0.8.1claws80
9632
9633         * src/summaryview.c
9634                 fix one of the earlier memleaks reported by Martin Kluge
9635
9636 2002-08-19 [alfons]     0.8.1claws79
9637
9638         * src/mainwindow.c
9639                 hide notice view when selecting seperate folder
9640                 view (reported by Urke MMI)
9641
9642 2002-08-19 [christoph]  0.8.1claws78
9643
9644         * src/folderview.c
9645         * src/prefs_folder_item.h
9646         * src/summaryview.[ch]
9647                 o add summary_set_prefs_from_folderitem to set
9648                   summaryview prefs (first step to remove all
9649                   references to the folderitem in summaryview)
9650                 o moved compiled regex stuff from folderitem prefs
9651                   to summaryview code
9652
9653 2002-08-19 [paul]       0.8.1claws77
9654
9655         * src/compose.c
9656                 add check for '.' to QUOTE_IF_REQUIRED
9657
9658 2002-08-19 [paul]       0.8.1claws76
9659
9660         * src/inc.c
9661                 sync with 0.8.1cvs25 (plug memory leak)
9662
9663         * src/prefs_toolbar.c
9664                 re-order prefs_toolbar_cancel()
9665
9666 2002-08-18 [alfons]     0.8.1claws75
9667
9668         * src/inc.c
9669         * src/matcher.c
9670                 plug other memleaks reported by Martin Kluge
9671
9672 2002-08-18 [paul]       0.8.1claws74
9673
9674         * po/pt_BR.po
9675                 updated by Fabio Jr. Beneditto
9676
9677 2002-08-18 [paul]       0.8.1claws73
9678
9679         * src/toolbar.[ch]
9680                 fix bug where tooltips were displayed untranslated              
9681
9682         * src/prefs_toolbar.c
9683                 fix bug where clicking 'Cancel' creates an icon & text
9684                 toolbar regardless of prefs
9685         
9686
9687 2002-08-17 [oliver]     0.8.1claws72
9688
9689         * src/prefs_toolbar.c
9690                 update toolbar on CANCEL
9691                 bug reported by Martin Kluge
9692         * src/toolbar.c
9693                 toolbar_destroy memleak fixed           
9694
9695 2002-08-17 [alfons]     0.8.1claws71
9696
9697         * src/toolbar.c
9698                 plug another memleak reported by Martin Kluge
9699
9700 2002-08-16 [alfons]     0.8.1claws70
9701
9702         * src/crash.c
9703                 use execvp() correctly (suggested by wwp; thanks!)
9704
9705 2002-08-16 [alfons]     0.8.1claws69
9706
9707         * src/gtksctree.c
9708                 plug memory leak reported by Kim Schultz & Martin Kluge
9709
9710 2002-08-16 [paul]       0.8.1claws68
9711
9712         * po/es.po
9713                 updated by Ricardo Mones Lastra
9714
9715 2002-08-16 [paul]       0.8.1claws67
9716
9717         * src/toolbar.h
9718                 fix bug where 'Compose News' icon showed wrong
9719                 tooltip
9720
9721 2002-08-16 [paul]       0.8.1claws66
9722
9723         * sync with 0.8.1cvs24
9724                 see ChangeLog 2002-08-16
9725
9726         * po/it.po
9727                 updated by Alessandro Maestri
9728
9729 2002-08-15 [paul]       0.8.1claws65
9730
9731         * po/sr.po
9732                 updated by Urke MMI
9733
9734 2002-08-15 [paul]       0.8.1claws64
9735
9736         * src/*.c
9737                 don't translate debug info
9738
9739         * src/matcher.[ch]
9740                 add copyright info
9741
9742 2002-08-15 [paul]       0.8.1claws63
9743
9744         * src/prefs_toolbar.c
9745                 fix bug where clicking 'OK' creates an icon & text
9746                 toolbar regardless of prefs
9747
9748 2002-08-14 [alfons]     0.8.1claws62
9749
9750         * src/main.c
9751                 add global var that has the full argv[0]
9752         * src/crash.c
9753                 o execvp the correct sylpheed by using argv0
9754                   and setting the correct work dir
9755                 o other tweaks  
9756
9757 2002-08-14 [oliver]     0.8.1claws61
9758         
9759         * enable/disable Toolbar Action Buttons 
9760         * code cleanups
9761         * src/mainwindow.c
9762         * src/toolbar.[ch]      
9763         * src/prefs_toolbar.c   
9764
9765 2002-08-14 [melvin]     0.8.1claws60
9766
9767         * po/fr.po
9768                 Updated French translations
9769
9770 2002-08-14 [melvin]     0.8.1claws59
9771
9772         * src/crash.c
9773                 Made bug report not translatable
9774         * src/exporthtml.c
9775                 Fixed exporthtml_build_filespec() return value
9776         * src/foldersel.c
9777                 Fixed incorrect include file
9778         * src/gtkspell.c
9779         * src/prefs_actions.c
9780         * src/prefs_toolbar.c
9781                 Made debug info not translatable
9782         * src/mutt.c
9783         * src/quote_fmt.c
9784                 Added missing includes
9785         * src/prefs_common.c
9786                 Fixed typo
9787
9788 2002-08-14 [paul]       0.8.1claws58
9789
9790         * faq/es/sylpheed-faq.html
9791           faq/es/sylpheed-faq-[1-3].html
9792           faq/es/sylpheed-faq-4.html     **NEW FILE **
9793                 update Spanish FAQ
9794
9795 2002-08-13 [christoph]  0.8.1claws57
9796
9797         * src/procmsg.c
9798                 ignore thread fix that did not mark all
9799                 child nodes of a ignored thread as
9800                 ignored. Does not work perfectly yet,
9801                 but it is better now
9802
9803 2002-08-13 [alfons]     0.8.1claws56
9804
9805         * src/crash.c
9806                 o implement 'save crash log'
9807                 o some tweaks
9808
9809 2002-08-13 [melvin]     0.8.1claws55
9810
9811         * src/main.c
9812                 removed unrequired "execinfo.h" header
9813
9814 2002-08-12 [paul]       0.8.1claws54
9815
9816         * faq/en/sylpheed-faq.html
9817           faq/en/sylpheed-faq-[1-3].html
9818           faq/en/sylpheed-faq-4.html     **NEW FILE **
9819                 update English FAQ
9820
9821 2002-08-12 [alfons]     0.8.1claws53
9822
9823         * po/POTFILES.in
9824                 add crash.c to translatables
9825         * src/crash.c
9826                 bring in Leandro's crash dialog
9827
9828 2002-08-11 [alfons]     0.8.1claws52
9829
9830         * src/crash.c
9831                 clean up some warnings
9832
9833 2002-08-11 [alfons]     0.8.1claws51
9834
9835         * acconfig.h
9836         * configure.in
9837         * src/crash.[ch]        ** NEW FILES **
9838         * src/main.c            
9839                 initial gdb crash handler
9840
9841 2002-08-11 [paul]       0.8.1claws50
9842
9843         * src/prefs_toolbar.c
9844                 replace Up/Down arrow pixmaps with text to be
9845                 consistent across icon themes
9846
9847 2002-08-11 [paul]       0.8.1claws49
9848
9849         * src/prefs_common.c
9850           src/prefs_toolbar.c
9851                 rename 'Pixmap' -> 'Icon'
9852
9853         * src/toolbar.[ch]
9854                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9855
9856 2002-08-10 [paul]       0.8.1claws48
9857
9858         * src/prefs_toolbar.c
9859                 re-work the UI
9860
9861 2002-08-10 [paul]       0.8.1claws47
9862
9863         * src/main.c
9864                 don't write Processing progress to status bar
9865                 patch submitted by Alexander Evseev
9866
9867         * src/prefs_toolbar.c
9868                 re-position and resize window
9869                 make window assume correct size on first call
9870
9871 2002-08-10 [paul]       0.8.1claws46
9872
9873         * src/mainwindow.c
9874           src/prefs_toolbar.c
9875           src/toolbar.c
9876           src/toolbar.h
9877                 obey coding style
9878                 follow UI text conventions
9879
9880 2002-08-10 [alfons]     0.8.1claws45
9881
9882         * src/toolbar.c
9883                 correct pixmap for delete action
9884
9885 2002-08-10 [paul]       0.8.1claws44
9886
9887         * po/pt_BR.po
9888                 updated by Fabio Jr. Beneditto
9889
9890 2002-08-10 [paul]       0.8.1claws43
9891
9892         * po/POTFILES.in
9893                 add custom toolbar files
9894
9895 2002-08-10 [paul]       0.8.1claws42
9896
9897         * sync with 0.8.1cvs22
9898                 see ChangeLog 2002-08-09
9899
9900 2002-08-09 [paul]       0.8.1claws41
9901
9902         * tools/Makefile.am
9903           tools/README
9904           tools/outlook2sylpheed.pl     ** NEW FILE **
9905                 add script to convert exported Outlook
9906                 contacts list to a Sylpheed addressbook.
9907                 Submitted by Ricardo Mones Lastra.
9908
9909 2002-08-09 [paul]       0.8.1claws40
9910
9911         * AUTHORS
9912           configure.in
9913           po/sr.po      ** NEW FILE **
9914                 add Serbian message catalog. Submitted by
9915                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9916
9917 2002-08-09 [paul]       0.8.1claws39
9918
9919         * sync with 0.8.1cvs21
9920                 see ChangeLog 2002-08-08
9921
9922 2002-08-08 [oliver]     0.8.1claws38
9923
9924         * src/mainwindow.c
9925                 move Custom Toolbar to Configuration menu
9926
9927 2002-08-08 [oliver]     0.8.1claws37
9928
9929         * src/prefs_toolbar.c
9930                 fix substitute pixmap bug
9931
9932 2002-08-08 [paul]       0.8.1claws36
9933
9934         * sync with 0.8.1cvs19
9935                 see ChangeLog 2002-08-08
9936
9937 2002-08-07 [christoph]  0.8.1claws35
9938
9939         * src/utils.c
9940                 fixed a memory leak in new canonicalize_file_replace
9941
9942 2002-08-07 [christoph]  0.8.1claws34
9943
9944         * src/utils.[ch]
9945                 o canonicalize_file_replace should create the temporary
9946                   file in the same directory as the original file.
9947                 o added get_tmpfile_in_dir that creates a temorary file
9948                   in a specified directory.
9949
9950 2002-08-07 [melvin]     0.8.1claws33
9951
9952         * src/toolbar.c
9953                 fixed bug where 'Article' button acted as 'Email' button.
9954
9955 2002-08-07 [paul]       0.8.1claws32
9956
9957         * sync with 0.8.1.cvs17
9958                 see ChangeLog 2002-08-07
9959
9960 2002-08-07 [colin]      0.8.1claws31
9961         
9962         * src/news.c
9963                 fix mass-cancel problem
9964
9965 2002-08-07 [thorsten]   0.8.1claws30
9966
9967         * src/prefs_toolbar.c
9968                 fix: crash on replace or add new button
9969         * src/toolbar.c
9970                 fix: close xmlfile after reading
9971         * src/utils.c
9972                 fix: unlink() file before rename()
9973
9974 2002-08-06 [paul]       0.8.1claws29
9975
9976         * sync with 0.8.cvs15
9977                 see ChangeLog 2002-08-06
9978
9979 2002-08-06 [oliver]     0.8.1claws28
9980
9981         * src/toolbar.c
9982         * src/prefs_toolbar.c
9983                 fixed empty toolbar issue
9984
9985 2002-08-06 [oliver]     0.8.1claws27
9986
9987         * Custom Toolbar Final 
9988         * src/folderview.c
9989         * src/inc.c
9990         * src/summaryview.c
9991                 o toolbar stuff now lives in src/toolbar.[ch]
9992                 o main_window_toolbar_* functions are renamed to
9993                   toolbar_* reflecting their new source file
9994         * src/mainwindow.[ch]
9995                 o remove toolbar stuff  
9996
9997 2002-08-06 [oliver]     0.8.1claws26
9998         
9999         * src/Makefile.am
10000         * src/prefs_toolbar.[ch]        **New File**
10001         * src/toolbar.[ch]              **New File**
10002                 o prefs_toolbar.[ch] custom toolbar frontend
10003                 o toolbar.[ch]       backend 
10004
10005 2002-08-06 [oliver]     0.8.1claws25
10006
10007         * src/prefs_actions.[ch]
10008                 o new exported function actions_execute
10009
10010 2002-08-06 [paul]       0.8.1claws24
10011
10012         * sync with 0.8.1cvs4
10013                 see ChangeLog 2002-08-06
10014
10015 2002-08-06 [paul]       0.8.1claws23
10016
10017         * sync with 0.8.1cvs13
10018                 see ChangeLog 2002-08-06
10019
10020 2002-08-06 [paul]       0.8.1claws22
10021
10022         * sync with 0.8.1cvs12
10023                 see ChangeLog 2002-08-05 and 2002-08-06
10024
10025 2002-08-06 [match]      0.8.1claws21
10026
10027         * src/addrclip.c
10028                 improvements to cut/copy/paste address
10029
10030 2002-08-05 [match]      0.8.1claws20
10031
10032         * src/addritem.[ch]
10033         * src/addrcache.c
10034         * src/addrbook.c
10035         * src/editaddress.c
10036         * src/addressbook.c
10037                 fixes to improve cut/copy/paste
10038
10039 2002-08-06 [melvin]     0.8.1claws19
10040
10041         * src/account.[ch]
10042                 account_find_all_from_address(): new function that returns the
10043                 list of all accounts that are matched in an address.
10044         * src/alertpanel.[ch]
10045                 alertpanel() now accepts a custom widget
10046                 alertpanel_with_widget(): new function that pops up a panel with
10047                 a custom widget in it 
10048         * src/gtkutils.[ch]
10049                 gtkut_account_menu_new(): new function that allows the selection
10050                 of an account from a list of accounts.
10051         * src/messageview.c
10052                 Extended Return Receipt notification to select the correct 
10053                 account and to make a security test on the Delivery-Notification
10054                 address which should be the same as the Return-Path.
10055
10056 2002-08-06 [thorsten]   0.8.1claws18
10057
10058         * src/mimeview.c
10059                 attach_all: save unnamed as "noname.%d",
10060                 dont free static dirname
10061
10062 2002-08-05 [alfons]     0.8.1claws17
10063
10064         * configure.in
10065                 detect XIM by trying to link rather than compile a XIM program
10066
10067 2002-08-05 [oliver]     0.8.1claws16
10068                 
10069         * src/stock_pixmap.[ch]
10070                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10071                 o new func to retrieve pixmaps
10072
10073 2002-08-05 [paul]       0.8.1claws15
10074
10075         * sync with 0.8.1cvs10
10076                 see ChangeLog 2002-08-05
10077
10078 2002-08-04 [alfons]     0.8.1claws14
10079
10080         * src/textview.c
10081                 see if this plugs memleak
10082
10083 2002-08-04 [melvin]     0.8.1claws13
10084
10085         * src/gtkspell.c
10086                 fixed bug that could crash Sylpheed when highlighting
10087                 all misspelled words.
10088
10089 2002-08-03 [melvin]     0.8.1claws12
10090
10091         * src/prefs_actions.c
10092                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10093         * src/messageview.c
10094                 fixed bug where the Return Receipt was sent to
10095                 Delivery-Notification-To address even if it was not present
10096
10097 2002-08-02 [alfons]     0.8.1claws11
10098
10099         * src/prefs_actions.c
10100                 o more check for NULLs
10101                 o put create_io_dialog() in right conditional block
10102
10103 2002-08-02 [paul]       0.8.1claws10
10104
10105         * po/es.po
10106                 updated by Ricardo Mones Lastra
10107
10108 2002-08-01 [christoph]  0.8.1claws9
10109
10110         * src/folder.c
10111                 don't free the cache of the opened
10112                 folder in the summaryview
10113         * src/summaryview.c
10114                 don't unset flags, if it is not required
10115
10116 2002-08-01 [paul]       0.8.1claws8
10117
10118         * sync with 0.8.1cvs8
10119                 see ChangeLog entry 2002-08-01
10120
10121 2002-08-01 [paul]       0.8.1claws7
10122
10123         * sync with 0.8.1cvs7
10124                 see ChangeLog 2002-07-31 and 2002-08-01
10125
10126 2002-07-31 [christoph]  0.8.1claws6
10127
10128         * src/mainwindow.c
10129                 forgot to update menu sensitivity
10130                 function for new menu entry
10131
10132 2002-07-31 [alfons]     0.8.1claws5
10133
10134         * src/main.c
10135                 check folder item and its path for NULL on
10136                 initial processing
10137
10138 2002-07-31 [christoph]  0.8.1claws4
10139
10140         * src/folder.c
10141                 check if folder_item_get_msginfo in
10142                 folder_item_remove_msg returned NULL
10143         * src/imap.c
10144                 better clear the uid cache in the
10145                 uid validity check function and delete
10146                 cached messages
10147
10148 2002-07-31 [paul]       0.8.1claws3
10149
10150         * man/sylpheed.1
10151                 add the '--attach' option and a few other
10152                 minor changes
10153
10154 2002-07-31 [paul]       0.8.1claws2
10155
10156         * sync with 0.8.1cvs5
10157                 see ChangeLog 2002-07-31
10158
10159 2002-07-31 [christoph]  0.8.1claws1
10160
10161         * src/folderview.[ch]
10162         * src/mainwindow.c
10163                 replace "Rescan all folders..." with
10164                 "Check all folders for new messages..."
10165
10166 2002-07-30 [paul]       0.8.1claws
10167
10168         * version 0.8.1claws released
10169
10170 2002-07-30 [paul]       0.8.0claws29
10171
10172         * tools/OOo2sylpheed.pl ** NEW FILE **
10173           tools/README
10174                 add script to enable sending documents as
10175                 attachments from OpenOffice.org
10176
10177 2002-07-30 [melvin]     0.8.0claws28
10178
10179         * src/prefs_actions.c
10180                 Made the actions' input/output dialog display
10181                 without delay.
10182
10183 2002-07-30 [christoph]  0.8.0claws27
10184
10185         * src/procmsg.c
10186                 check if folder_item_get_msginfo in
10187                 procmsg_save_to_outbox returned NULL
10188
10189 2002-07-30 [paul]       0.8.0claws26
10190
10191         * sync with 0.8.1cvs4
10192                 see ChangeLog 2002-07-29
10193
10194 2002-07-29 [thorsten]   0.8.0claws25
10195
10196         * README.claws
10197                 added selective download, delete on server
10198
10199 2002-07-29 [paul]       0.8.0claws24
10200
10201         * sync with 0.8.1cvs3
10202                 see ChangeLog 2002-07-29
10203
10204 2002-07-27 [christoph]  0.8.0claws23
10205
10206         * src/folder.c
10207                 add extra check if fetching the msginfo
10208                 returned NULL
10209
10210 2002-07-27 [paul]       0.8.0claws22
10211
10212         * sync with 0.8.1cvs2
10213                 see ChangeLog 2002-07-26
10214
10215 2002-07-27 [christoph]  0.8.0claws21
10216
10217         * src/imap.c
10218                 add another check if a valid msginfo
10219                 was returned
10220
10221 2002-07-26 [hoa]        0.8.0claws20
10222
10223         * src/folder.c
10224                 Fixed a condition in folder_item_destroy()
10225
10226         * src/imap.c
10227                 Fixed an error in IMAP protocol
10228
10229 2002-07-26 [alfons]     0.8.0claws19
10230
10231         * src/folder.c
10232                 ofcourse compare with identifier, not the path
10233
10234 2002-07-26 [alfons]     0.8.0claws18
10235
10236         * src/folder.c
10237                 use folder item identifier for saving / restoring
10238                 preferences because folder->path might not be unique
10239
10240 2002-07-26 [melvin]     0.8.0claws17
10241
10242         * src/logwindow.c
10243                 Fixed a crash introduced in 0.8.0claws5 when log is 
10244                 cut under 80 characters.
10245
10246 2002-07-26 [paul]       0.8.0claws16
10247
10248         * sync with 0.8.1cvs1
10249                 see ChangeLog 2002-07-26
10250
10251 2002-07-26 [christoph]  0.8.0claws15
10252
10253         * src/imap.[ch]
10254                 imap folder now remembers the last selected
10255                 folder and imap_fetch_msginfo skips selecting
10256                 the folder if it is already selected
10257
10258 2002-07-26 [christoph]  0.8.0claws14
10259
10260         * src/folder.c
10261         * src/folderview.c
10262         * src/imap.c
10263                 fix imap folder rescanning
10264
10265 2002-07-25 [christoph]  0.8.0claws13
10266
10267         * src/filter.c
10268         * src/folder.[ch]
10269         * src/folderview.c
10270         * src/imap.[ch]
10271         * src/mainwindow.c
10272         * src/mbox_folder.c
10273         * src/mh.c
10274         * src/news.c
10275                 implement imap uid cache and uid validity check
10276
10277 2002-07-25 [alfons]     0.8.0claws12
10278
10279         * src/summaryview.c
10280                 fix a brown paper bag bug, and also add some more
10281                 checks
10282
10283 2002-07-25 [christoph]  0.8.0claws11
10284
10285         * src/folder.c
10286                 don't mix copy, fetch_msginfo and remove
10287                 operations in folder item copy and move
10288                 operations
10289
10290 2002-07-25 [christoph]  0.8.0claws10
10291
10292         * src/folderview.c
10293         * src/mainwindow.c
10294         * src/prefs_folder_item.c
10295         * src/summaryview.[ch]
10296                 remove no longer required parameter update_cache from
10297                 summary_show
10298
10299 2002-07-25 [paul]       0.8.0claws9
10300
10301         * sync with 0.8.1
10302         
10303         * AUTHORS
10304                 a few corrections
10305
10306 2002-07-24 [alfons]     0.8.0claws8
10307
10308         * src/summaryview.c
10309                 sort correctly when using simplified subject line
10310                 (closes feature request "[ 585141 ] applying regexp to subject 
10311                 before sort" submitted by Alexandra Walford)
10312
10313 2002-07-24 [paul]       0.8.0claws7
10314
10315         * sync with 0.8.0cvs3
10316                 see ChangeLog 2002-07-24
10317
10318 2002-07-23 [christoph]  0.8.0claws6
10319
10320         * src/folder.c
10321         * src/folder.h
10322         * src/summaryview.c
10323         * src/summaryview.h
10324         * src/main.c
10325                 o separate processing and summaryview
10326                 o removed summary_write_cache from summaryview
10327                 o removed summaryview->killed_messages, because we don't have
10328                   to keep a list of killed messages anymore. New cache will
10329                   keep the hidden messages in cache anyway
10330         * src/folderview.c
10331         * src/inc.c
10332         * src/selective_download.c
10333                 o removed unnecessary summary_write_cache calls
10334         * src/procmsg.c
10335                 o don't set ignore thread flag in procmsg_get_thread_tree
10336                   if it is already set
10337         * src/mainwindow.c
10338         * src/statusbar.h
10339                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10340                   they are used in different files
10341
10342 2002-07-23 [melvin]     0.8.0claws5
10343
10344         * src/addressbook.c
10345         * src/addrgather.c
10346         * src/editaddress.c
10347         * src/editgroup.c
10348         * src/editldap_basedn.c
10349         * src/importldif.c
10350         * src/prefs_common.c
10351                 Fixed few memory leak (gtk_editable_get_chars returns
10352                 an allocated string)
10353         * src/logwindow.c
10354                 Fixed few memory leak (gtk_editable_get_chars returns
10355                 an allocated string) and modified a little the log cutting
10356                 loop.
10357         * src/compose.c
10358                 Replaced a call to an obsolete function gtk_entry_get_text()
10359                 by gtk_editable_get_chars()
10360         * src/send.c
10361                 Removed a debug printf
10362
10363 2002-07-23 [christoph]  0.8.0claws4
10364
10365         * src/filesel.c
10366                 fix another g_dirname memory leak
10367
10368 2002-07-23 [christoph]  0.8.0claws3
10369
10370         * src/mh.c
10371                 fixed a memory leak in mh_fetch_msginfo
10372                 fixed crash when message header could not be
10373                 parsed
10374
10375 2002-07-23 [paul]       0.8.0claws2
10376
10377         * sync with 0.8.0cvs2
10378                 see ChangeLog 2002-07-23
10379
10380 2002-07-23 [paul]       0.8.0claws1
10381
10382         * sync with 0.8.0cvs1
10383                 see ChangeLog 2002-07-23
10384
10385 2002-07-23 [paul]       0.8.0claws
10386
10387         * release of 0.8.0claws
10388
10389 2002-07-23 [paul]       0.7.8claws99
10390
10391         * po/ru.po
10392                 new Russian translation, submitted by
10393                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10394
10395 2002-07-22 [jens]       0.7.8claws98
10396
10397         * po/de.po
10398                 Updated German translations.
10399
10400 2002-07-22 [paul]       0.7.8claws97
10401
10402         * po/es.po
10403           po/it.po
10404           po/nl.po
10405           po/pt_BR.po
10406                 updated translations by Ricardo Mones Lastra,
10407                 Alessandro Maestri, Wilbert Berendsen and 
10408                 Fabio Jr. Beneditto respectively
10409
10410 2002-07-22 [christoph]  0.7.8claws96
10411
10412         * src/mimeview.c
10413                 fix memory leak caused by wrong g_dirname usage
10414
10415 2002-07-22 [christoph]  0.7.8claws95
10416
10417         * src/summaryview.c
10418                 update new and unread message counts for summaryview
10419                 summaryview does not get it from the folder anymore
10420                 and has to update the values itself
10421
10422 2002-07-22 [melvin]     0.7.8claws94
10423
10424         * po/fr.po
10425                 Updated French translations.
10426
10427 2002-07-22 [christoph]  0.7.8claws93
10428
10429         * src/matcher.c
10430                 set prop->preg pointer to NULL or following check
10431                 will not fail and regexec will be called with
10432                 invalid pointer
10433
10434 2002-07-21 [alfons]     0.7.8claws92
10435         
10436         * src/prefs_common.[ch]
10437                 remove option "Send return receipt on request"
10438
10439 2002-07-21 [thorsten]   0.7.8claws91
10440
10441         * src/mimeview.c
10442                 fixed memleaks, coding style as pointed out by alfons
10443
10444 2002-07-21 [alfons]     0.7.8claws90
10445
10446         * src/messageview.c
10447         * src/noticeview.[ch]
10448                 o fix bug notice view being displayed when going to empty folder 
10449                   (noticed by Christoph)
10450                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10451                   (noticed by Thorsten)
10452
10453 2002-07-21 [thorsten]   0.7.8claws89
10454
10455         * src/mimeview.c
10456                 Included save_all patch from Xaview FACQ
10457                 added support for pathnames
10458
10459 2002-07-21 [alfons]     0.7.8claws88
10460
10461         * po/POTFILES.in
10462         * src/Makefile.am
10463         * src/mainwindow.c
10464         * src/messageview.[ch]
10465         * src/noticeview.c      ** NEW FILE **
10466         * src/noticeview.h      ** NEW FILE **
10467                 make return receipts work again
10468                 (UI idea by Leandro Pereira)
10469
10470 2002-07-21 [paul]       0.7.8claws87
10471
10472         * src/summaryview.c
10473                 fix sensitivity of 'Select thread'
10474
10475 2002-07-21 [paul]       0.7.8claws86
10476
10477         * src/prefs_common.c
10478                 add browser command line for Galeon
10479
10480 2002-07-21 [paul]       0.7.8claws85
10481
10482         * Makefile.am
10483                 fix 'EXTRA_DIST': remove README.README, add TODO
10484                 and TODO.claws
10485
10486 2002-07-21 [alfons]     0.7.8claws84
10487
10488         * src/gtkstext.c
10489                 make enter clear selection
10490                 (closes "[ 579888 ] Editor selection/entry error"
10491                 reported by Steve Lamb)
10492
10493 2002-07-21 [alfons]     0.7.8claws83
10494         
10495         * src/summaryview.c
10496                 sort message list when selecting unthread messages
10497                 (closes "[ 501593 ] switching threaded view doesn't sort"
10498                 reported by Simon Schubert)
10499
10500 2002-07-20 [alfons]     0.7.8claws82
10501         
10502         * src/matcher.c
10503                 const-correctness
10504
10505 2002-07-20 [thorsten]   0.7.8claws81
10506
10507         * src/matcher.c
10508                 Fixed expansion of empty fields in matchactions
10509
10510 2002-07-19 [melvin]     0.7.8claws80
10511
10512         * src/gtkspell.c
10513                 Removed a duplicate menu entry (fast mode) introduced during
10514                 the new cache merge
10515                 Added a menu separator between 'Use alternate' and 'Fast mode'
10516
10517 2002-07-19 [paul]       0.7.8claws79
10518
10519         * tools/Makefile.am
10520           tools/README
10521                 correct typos
10522
10523 2002-07-19 [thorsten]   0.7.8claws78
10524
10525         * tools/calypso_convert.pl      ** NEW FILE **
10526           tools/README
10527           tools/Makefile.am
10528                 script to import mbox files exported
10529                 by calypso
10530                 o generates folder structure
10531                 o includes attachments
10532
10533 2002-07-19 [melvin]     0.7.8claws77
10534
10535         * src/selective_download.[ch]
10536                 Fixed bug where closing the dialog with the window manager's
10537                 close button will not unlock the summary
10538                 Corrected some function declarations that missed a return value
10539                 Made the source code comply better with coding style.
10540         * src/prefs_common.c
10541                 Added new browser command line for Mozilla.
10542
10543 2002-07-18 [paul]       0.7.8claws76
10544
10545         * src/mainwindow.c
10546           src/selective_download.[ch]
10547                 reflect theme changes, fix Gdk Warning when creating 
10548                 pixmap from NULL window, and minor clean up.
10549                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10550
10551         * po/en_GB.po
10552                 updated
10553
10554 2002-07-17 [paul]       0.7.8claws75
10555
10556         * INSTALL[.jp]
10557                 sync with 0.8.0
10558         
10559         * po/en_GB.po
10560                 updated
10561
10562 2002-07-16 [paul]       0.7.8claws74
10563
10564         * tools/filter_conv.pl
10565           tools/README
10566                 replace conversion script with reimplemented version, 
10567                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10568
10569 2002-07-16 [colin]      0.7.8claws73
10570
10571         * src/summaryview.c
10572                 remove forgotten debug messages - sorry ;-)
10573
10574 2002-07-16 [colin]      0.7.8claws72
10575
10576         * src/mimeview.c
10577           src/summaryview.c
10578           src/textview.c
10579           src/textview.h
10580                 add the ability to select part of a text mime-part 
10581                 to reply.
10582
10583 2002-07-15 [christoph]  0.7.8claws71
10584
10585         * src/folder.c
10586                 fix folder message count for folders without
10587                 msg_is_changed (includes news folders)
10588
10589 2002-07-15 [martin]     0.7.8claws70
10590
10591         * src/summaryview.c
10592                 option "display recipient on 'From'..." now works
10593                 without the need of enabling the option
10594                 "display  sender  using  address  book".
10595
10596 2002-07-15 [christoph]  0.7.8claws69
10597
10598         * src/summaryview.c
10599                 removed setting folder status from summaryview.
10600                 folder.c should update all message counts correctly.
10601
10602 2002-07-15 [paul]       0.7.8claws68
10603
10604         * po/pt_BR.po
10605                 updated by Fabio Junior Beneditto
10606
10607 2002-07-15 [darko]      0.7.8claws67
10608
10609         * src/mh.c
10610                 Fixed target folder colorization, don't decrease op
10611                 number twice
10612
10613 2002-07-14 [paul]       0.7.8claws66
10614
10615         * sync with main 0.8.0
10616                 see ChangeLog 2002-07-14
10617
10618 2002-07-13 [melvin]     0.7.8claws65
10619         
10620         * src/addrbook.c
10621         * src/addressbook.c
10622         * src/addrindex.c
10623                 Replaced sprintf by g_snprintf to prevent possible buffer
10624                 overflow.
10625         * src/news.c
10626                 Corrected a log message output format.
10627                 Added a missing "done" debug output.
10628         * src/compose.c
10629                 Added keyboard accelerator for Priority menu items
10630                 Added missing \n in debug output
10631         * src/logwindow.c
10632         * src/gtkspell.c
10633         * src/rfc2015.c
10634                 Added missing \n in debug output
10635
10636 2002-07-13 [paul]       0.7.8claws64
10637
10638         * man/sylpheed.1
10639                 change Sergey's email address to the sf address
10640
10641         * src/textview.c
10642                 increase show_url_timeout (more useful for long
10643                 urls)
10644
10645 2002-07-12 [sergey]     0.7.8claws63
10646
10647         * src/rfc2015.c
10648                 applied (with some modifications) patch to set the
10649                 micalg parameter for signatures
10650                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10651
10652 2002-07-12 [sergey]     0.7.8claws62
10653
10654         * man/Makefile.am
10655         * configure.in
10656                 fixed man page installation
10657
10658 2002-07-12 [paul]       0.7.8claws61
10659
10660         * sync with 0.7.8cvs26
10661                 see ChangeLog 2002-07-11 and 2002-07-12
10662
10663 2002-07-11 [christoph]  0.7.8claws60
10664
10665         * src/compose.c
10666         * src/procmsg.c
10667                 first use the message number to find the message
10668                 to mark with a reply flag but check the
10669                 message-id if we got the correct message, if not
10670                 try to find it by message-id.
10671                 use new string seperator that is not allowed
10672                 in message-ids.
10673
10674 2002-07-11 [paul]       0.7.8claws59
10675
10676         * sync with 0.7.8cvs23
10677                 see ChangeLog 2002-07-10
10678
10679 2002-07-10 [christoph]  0.7.8claws58
10680
10681         * src/folder.[ch]
10682         * src/msgcache.[ch]
10683                 Added message-id table to the cache in memory
10684                 and functions to msgcache.c and folder.c to
10685                 fetch MsgInfos by message id
10686         * src/compose.c
10687         * src/procmsg.c
10688                 store folder and message-id of message replying
10689                 to in queue header and set reply flag after sending
10690                 (Closes bug #469498)
10691
10692 2002-07-10 [paul]       0.7.8claws57
10693
10694         * AUTHORS
10695           man/sylpheed.1.gz
10696                 add Martin to the list of authors
10697
10698 2002-07-09 [martin]     0.7.8claws56
10699         * src/gtksctree.c
10700                 Added gtk_ctree_last_visible(), tree_update_level(),
10701                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10702                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10703                 from gtk+ to gtksctree.c for the new sorting code
10704                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10705                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10706         * src/gtksctree.h
10707                 Added declaration for gtk_sctree_sort_recursive() and
10708                 gtk_sctree_sort_node
10709         * src/addressbook.c
10710         * src/foldersel.c
10711         * src/folderview.c
10712         * src/summaryview.c
10713                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10714                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10715
10716 2002-07-08 [paul]       0.7.8claws55
10717
10718         * more sync with 0.7.8cvs21
10719                 see ChangeLog 2002-07-08
10720
10721 2002-07-08 [paul]       0.7.8claws54
10722
10723         * sync with 0.7.8cvs21
10724                 see ChangeLog 2002-07-08
10725
10726 2002-07-07 [alfons]     0.7.8claws53
10727
10728         * src/Makefile.am
10729         * src/stock_pixmap.[ch]
10730         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10731         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10732         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10733                 add new pixmaps for upcoming notice pane
10734
10735 2002-07-06 [melvin]     0.7.8claws52
10736
10737         * src/gtkspell.[ch]
10738                 Made them a bit closer to Sylpheed's coding style.
10739                 Removed old code.
10740                 Removed possible memory leaks when some errors occurs.
10741
10742 2002-07-06 [melvin]     0.7.8claws51
10743
10744         * po/Makefile.in.in
10745                 Removed --no-location in xgettext command line to help
10746                 translators that use Emacs' po-mode
10747         * src/quote_fmt.c
10748                 Removed unnecessary comments that messed up sylpheed.pot
10749
10750 2002-07-06 [paul]       0.7.8claws50
10751
10752         * sync with 0.7.8cvs19
10753                 see ChangeLog 2002-07-05
10754
10755 2002-07-06 [christoph]  0.7.8claws49
10756
10757         * src/folder.c
10758         * src/mainwindow.c
10759                 fix folder_item_remove_all_msg and folderview
10760                 status for trash folders after emptying trash
10761
10762 2002-07-05 [paul]       0.7.8claws48
10763
10764         * sync with 0.7.8cvs16
10765                 see ChangeLog 2002-07-04 and 2002-07-05
10766
10767 2002-07-04 [paul]       0.7.8claws47
10768
10769         * sync with 0.7.8cvs14
10770                 see  ChangeLog 2002-07-04
10771
10772 2002-07-03 [alfons]     0.7.8claws46
10773
10774         * src/folder.c
10775                 dupe folder item's path because it's being reallocated
10776                 by new folder scanning code
10777
10778 2002-07-03 [christoph]  0.7.8claws45
10779
10780         * src/imap.c
10781                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10782         * src/msgcache.c
10783                 add missing return in msgcache_write
10784
10785 2002-07-02 [thorsten]   0.7.8claws44
10786
10787         * src/jpilot.c
10788         * src/msgcache.c
10789         * src/rfc2015.c
10790                 use binary mode for file access
10791
10792 2002-07-02 [christoph]  0.7.8claws43
10793
10794         * major code cleanup (part 1)
10795         
10796                 - unused variables removed
10797                 - unused functions removed
10798                 - uninitialized variables checked
10799                 - missing return statements added
10800                 - missing function return types added
10801                 - added parentheses around assignment and
10802                   && in || when suggested by gcc
10803               
10804         * src/mh.c
10805         * src/folder.c
10806                 replaced direct calls to folder->scan_tree
10807                 with folder_scan_tree and restore folder
10808                 prefs in this function. The folder should
10809                 not have to deal with them.
10810                 ( Should now work for all folder types )
10811
10812 2002-07-02 [paul]       0.7.8claws42
10813
10814         * sync with 0.7.8cvs13
10815                 see ChangeLog 2002-07-01 and 2002-07-02
10816
10817 2002-07-01 [christoph]  0.7.8claws41
10818
10819         * src/summaryview.c
10820                 fix "goto next/prev unread message" with
10821                 ignored threads
10822
10823 2002-07-01 [paul]       0.7.8claws40
10824
10825         * po/es.po
10826                 updated by Ricardo Mones Lastra
10827
10828 2002-06-30 [match]      0.7.8claws39
10829
10830         * src/jpilot.c
10831                 applied variation of leonerd's patch (566661) to
10832                 allow multiple email addresses per JPilot entry.
10833                 addresses may be separated by space, comma, pipe,
10834                 semi-colon, new-line.
10835
10836 2002-06-30 [alfons]     0.7.8claws38
10837
10838         * src/procmsg.c
10839                 simple fix for putting older nodes before
10840                 newer nodes when threading by subject
10841
10842 2002-06-30 [christoph]  0.7.8claws37
10843
10844         * src/folder.c
10845         * src/folderview.c
10846         * src/mh.c
10847         * src/news.c
10848         * src/procmsg.c
10849                 fix broken folder tree rescaning
10850                 and don't use procmsg_get_mark_sum
10851                 anymore
10852
10853 2002-06-30 [christoph]  0.7.8claws36
10854
10855         * merge new cache branch
10856         * src/imap.c
10857                 fix new cache imap copy bug
10858         * src/folder.c
10859                 improved folder_item_scan
10860                 it should now always set the correct
10861                 new, unread and total message counts
10862
10863 2002-06-29 [paul]       0.7.8claws35
10864
10865         * configure.in
10866                 correct syntax error
10867
10868 2002-06-29 [paul]       0.7.8claws34
10869
10870         * configure.in
10871           Makefile.am
10872           man/Makefile.am       ** NEW FILE **
10873           man/sylpheed.1.gz     ** NEW FILE **
10874                 add Sylpheed man page
10875
10876 2002-06-29 [paul]       0.7.8claws33
10877
10878         * po/pt_BR.po
10879                 updated by Fabio Junior Beneditto
10880
10881 2002-06-28 [jens]       0.7.8claws32
10882
10883         * po/de.po
10884                 translation updated
10885
10886         * src/selective_download.c
10887                 removed gettext for space " "
10888
10889         * src/imap.c
10890                 removed wrong space
10891
10892 2002-06-28 [paul]       0.7.8claws31
10893
10894         * sync with 0.7.8cvs11
10895                 see ChangeLog 2002-06-28
10896
10897 2002-06-28 [paul]       0.7.8claws30
10898
10899         * sync with 0.7.8cvs10
10900                 see ChangeLog 2002-06-27 and 2002-06-28
10901
10902 2002-06-26 [paul]       0.7.8claws29
10903
10904         * src/addrgather.c
10905           src/selective_download.c
10906                 don't gettextise empty strings.
10907                 reserved by gettext. gettext("") returns 
10908                 the header entry with meta information, 
10909                 not the empty string
10910
10911         * po/en_GB.po
10912                 updated
10913
10914 2002-06-26 [paul]       0.7.8claws28
10915
10916         * sync with 0.7.8cvs7
10917                 see ChangeLog 2002-06-25
10918
10919         * src/prefs_common.c
10920                 ...and in the process, tweak the gui a little
10921
10922 2002-06-25 [alfons]     0.7.8claws27
10923         
10924         * configure.in
10925         * src/Makefile.am
10926                 fine tune ldap library detection
10927
10928 2002-06-25 [alfons]     0.7.8claws26
10929
10930         * src/compose.c
10931                 don't allow return receipts when composing a news article
10932
10933 2002-06-25 [paul]       0.7.8claws25
10934
10935         * Makefile.am
10936                 add '$(AMTAR)' to 'release' section to allow for
10937                 new and older autotools
10938
10939 2002-06-25 [paul]       0.7.8claws24
10940
10941         * src/summaryview.c
10942                 fix "No more unread messages" persistant pop-up
10943                 window bug
10944
10945 2002-06-25 [paul]       0.7.8claws23
10946
10947         * po/it.po
10948                 updated by Alessandro Maestri
10949
10950 2002-06-25 [paul]       0.7.8claws22
10951
10952         * sync with 0.7.8cvs6
10953                 see ChangeLog 2002-06-25
10954
10955 2002-06-24 [paul]       0.7.8claws21
10956
10957         * tools/update-po
10958                 add GPL copyright information
10959
10960 2002-06-24 [paul]       0.7.8claws20
10961
10962         * tools/Makefile.am
10963           tools/README
10964           tools/update-po       ** NEW FILE **
10965                 add script that eases the creation of *.po files
10966                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10967
10968 2002-06-23 [alfons]     0.7.8claws19
10969
10970         * src/messageview.c
10971                 make notification_convert_header obey const correctness
10972                 (next step will be fixing the broken return receipt)
10973
10974 2002-06-23 [paul]       0.7.8claws18
10975
10976         * src/messageview.c
10977                 fix bug introduced in last commit:
10978                 removed too much code in last commit - put back what's
10979                 needed
10980
10981 2002-06-23 [paul]       0.7.8claws17
10982
10983         * src/messageview.[ch]
10984                 remove code committed in error from locally patched
10985                 source
10986
10987 2002-06-23 [colin]      0.7.8claws16
10988
10989         * src/compose.[ch]
10990                 add compose_entry_select(), used to select the default_to
10991                 email address - hopefully avoiding people sending mails to
10992                 wrong recipients.
10993
10994 2002-06-22 [alfons]     0.7.8claws15
10995
10996         * AUTHORS
10997                 add Bram Metsch & Stanislav Karchebny
10998         * src/smtp.[ch]
10999         * src/prefs_account.[ch]
11000         * src/send.c
11001                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11002                   options.  (see <http://sourceforge.net/tracker/index.php
11003                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11004
11005                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11006                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11007
11008 2002-06-22 [paul]       0.7.8claws14
11009
11010         * sync with 0.7.8cvs5
11011                 see ChangeLog 2002-06-19 and 2002-06-20
11012
11013 2002-06-22 [alfons]     0.7.8claws13
11014
11015         * src/selective_download.c
11016                 fix a stupid mistake I made
11017
11018 2002-06-22 [alfons]     0.7.8claws12
11019
11020         * src/selective_download.[ch]
11021                 fix another unnoticed leak; cleanup code
11022
11023 2002-06-21 [alfons]
11024
11025         * tools/Makefile.am
11026                 gpg-sign <-- gpg-sign-syl
11027
11028 2002-06-21 [alfons]     0.7.8claws11
11029
11030         * src/selective_download.c
11031         * src/selective_download.h
11032                 fix assorted mix of allocation errors (should solve
11033                 problem reported by Philippe Gramoullé, see:
11034                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11035
11036 2002-06-20 [melvin]     0.7.8claws10
11037
11038         * tools/gpg-sign *REMOVED*
11039           tools/gpg-sign-syl *ADDED*
11040                 Replaced the gpg clearsigning script with the version using
11041                 xterm instead of ssh-askpass and changed its name.
11042
11043         * README.claws
11044                 Updated actions example to reflect the renaming of the
11045                 gpg clearsigning script.
11046
11047 2002-06-19 [paul]       0.7.8claws9
11048
11049         * sync with 0.7.8claws9
11050                 see ChangeLog 2002-06-18 and 2002-06-19
11051
11052 2002-06-19 [paul]       0.7.8claws8
11053
11054         * sync with 0.7.8cvs1
11055                 see ChangeLog 2002-06-18
11056
11057 2002-06-18 [alfons]     0.7.8claws7
11058
11059         * src/mainwindow.h
11060                 add omitted prototype
11061
11062 2002-06-17 [paul]       0.7.8claws6
11063
11064         * src/mainwindow.c
11065                 fix hiding of exec_btn
11066
11067 2002-06-17 [paul]       0.7.8claws5
11068
11069         * src/pop.c
11070                 remove unneeded code: should_delete() 
11071                 and Pop3State::uidl_todelete_list
11072
11073 2002-06-17 [paul]       0.7.8claws4
11074
11075         * sync with 0.7.8
11076                 see ChangeLog 2002-06-11 and 2002-06-13
11077
11078 2002-06-16 [alfons]     0.7.8claws3
11079         
11080         * src/folder.c
11081                 make sure lock sort mode (claws specific) is
11082                 also persists after a tree rescan
11083
11084 2002-06-16 [alfons]     0.7.8claws2
11085
11086         * src/prefs_folder_item.c
11087         * src/folder.[ch]
11088                 fix persistence of folder sort mode (broken
11089                 by adapting Hiro's new folder persistence code)
11090
11091 2002-06-16 [alfons]     0.7.8claws1
11092
11093         * AUTHORS
11094         * src/logwindow.c
11095         * src/prefscommon.[ch]
11096                 control size of log text in log window; 
11097                 closes patch #569155 submitted by Mitko Haralanov.
11098
11099 2002-06-15 [paul]       0.7.8claws
11100
11101         * release of 0.7.8claws
11102
11103 2002-06-15 [paul]       0.7.7claws
11104
11105         * po/pt_BR.po
11106                 updated by Fabio Junior Beneditto
11107
11108 2002-06-14 [paul]       0.7.6claws49
11109
11110         * po/es.po
11111                 updated by Ricardo Mones Lastra
11112
11113 2002-06-14 [paul]       0.7.6claws48
11114
11115         * po/nl.po
11116                 updated translation by Wilbert Berendsen
11117
11118 2002-06-14 [melvin]     0.7.6claws47
11119
11120         * po/fr.po
11121                 Updated French translation
11122
11123 2002-06-13 [paul]       0.7.6claws46
11124
11125         * src/filesel.c
11126                 allow filename to be typed in, rather than just
11127                 selected by the mouse. Patch by Gustavo Noronha Silva.
11128
11129 2002-06-13 [alfons]     0.7.6claws45
11130
11131         * src/mainwindow.[ch]
11132                 more cleanups (removing unnecessary menu items Expand 
11133                 summary / message view)
11134
11135 2002-06-13 [melvin]     0.7.6claws44
11136
11137         * po/POTFILES.in
11138                 Added src/string_match.c
11139         * src/string_match.c
11140                 Fixed possible buffer overflow.
11141                 Corrected typo.
11142                 Added missing config.h header.
11143         * src/prefs_common.c
11144           src/prefs_matcher.c
11145           src/prefs_scoring.c
11146                 Made some strings translatable (missing _(..)).
11147
11148 2002-06-13 [melvin]     0.7.6claws43
11149
11150         * README.claws
11151                 Corrected action example (verifying clearsigned mail).
11152         * src/prefs_account.c
11153                 Corrected typo.
11154         * src/prefs_common.c
11155                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11156
11157 2002-06-12 [alfons]     0.7.6claws42
11158
11159         * src/summaryview.c
11160                 add init of score column lost in 0.7.6claws42
11161
11162 2002-06-12 [paul]       0.7.6claws41
11163
11164         * src/prefs_account.c
11165                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11166                 behavior of the radio buttons, (from 0.7.7cvs2)
11167
11168 2002-06-11 [alfons]     0.7.6claws40
11169
11170         * src/messageview.[ch]
11171         * src/summaryview.[ch]
11172         * src/summary_search.c
11173         * src/mainwindow.c
11174                 perform a sync to bring in Hiro's separate view implementation 
11175
11176                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11177
11178 2002-06-11 [paul]       0.7.6claws39
11179         
11180         * src/prefs_account.c
11181                 correct a typo on the Receive tab
11182
11183 2002-06-10 [match]      0.7.6claws38
11184
11185         * src/addressbook.c
11186                 Included address completion patch from Gustavo Noronha.
11187
11188 2002-06-10 [paul]       0.7.6claws37
11189
11190         * src/inc.[ch]
11191           src/pop.c
11192           src/prefs_account.[ch]
11193           src/selective_download.[ch]
11194                 apply PATCH #561712
11195                  NEW:
11196                 - check if POP Account
11197                 - Receive Button renamed to Preview
11198                 - Preview Button Popup: preview new/all messages
11199                 - Download Button
11200                 - Account Preferences-->Receive tab checkbutton if you
11201                   want to remove Mail after Download
11202                 -: default YES
11203                 - Account Preferences-->Receive tab checkbutton use
11204                   filtering rules on preview
11205                   (think of delete_on_server)
11206                 -: default YES
11207                 - Account selectable from SD dialog
11208                 - checkbutton to show already downloaded messages if
11209                   all messages are previewed
11210                 - new clist column showing Date
11211                 - ESC KEY close
11212                 FIXES:
11213                 - play ball with UIDL
11214                 - fault tolerant (?) 
11215                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11216
11217 2002-06-10 [melvin]     0.7.6claws36
11218
11219         * README.claws
11220                 Added a hint to ac/README in cvs instructions.
11221
11222         * src/prefs_actions.c
11223                 Made it possible to use a more elaborate command line
11224                 for asynchronous actions, too.
11225
11226 2002-06-10 [melvin]     0.7.6claws35
11227         
11228         * src/prefs_actions.c
11229                 Make it possible to use a more elaborate command line
11230                 (e.g. |foo|bar|cat>there;echo Done|)
11231                 Corrected error message when calling %f, %F and %p commands
11232                 from the compose window.
11233
11234 2002-06-09 [colin]      0.7.6claws34
11235
11236         * src/summaryview.c
11237                 Automatically find unread messages in current folder
11238                 before annoying the user.
11239
11240 2002-06-08 [alfons]     0.7.6claws33
11241
11242         * po/it.po
11243                 remove bad formatting string in it.po translation
11244                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11245
11246 2002-06-08 [paul]       0.7.6claws32
11247
11248         * sync with 0.7.6cvs25
11249                 see ChangeLog 2002-06-07
11250
11251 2002-06-05 [paul]       0.7.6claws31
11252
11253         * src/mainwindow.c
11254                 add 'Sort by locked' and 'Sort by score'
11255
11256 2002-06-05 [paul]       0.7.6claws30
11257
11258         * sync with 0.7.6cvs24
11259                 see ChangeLog 2002-06-04
11260
11261 2002-06-04 [paul]       0.7.6claws29
11262
11263         * po/pt_BR.po
11264                 updated by Fabio Junior Beneditto
11265
11266 2002-06-03 [thorsten]   0.7.6claws28
11267
11268         * src/matcher.c
11269                 fclose() matcherrc after reading
11270
11271 2002-06-03 [paul]       0.7.6claws27
11272
11273         * sync with 0.7.6cvs21
11274                 see ChangeLog 2002-05-31
11275
11276 2002-05-31 [paul]       0.7.6claws26
11277
11278         * sync with 0.7.6cvs20
11279                 see ChangeLog 2002-05-29 and 2002-05-30
11280
11281 2002-05-31 [paul]       0.7.6claws25
11282
11283         * src/imap.c
11284                 hopefully fix last buggy sync
11285
11286         * README.claws
11287                 correct typo in 'Actions' examples
11288
11289 2002-05-29 [paul]       0.7.6claws24
11290
11291         * sync with 0.7.6cvs18
11292                 see ChangeLog 2002-05-28 and 2002-05-29
11293
11294         * src/news.c
11295           src/nntp.[ch]
11296                 sync with above 
11297
11298 2002-05-28 [paul]       0.7.6claws23
11299
11300         * sync with 0.7.6cvs16
11301                 see ChangeLog 2002-05-28
11302
11303 2002-05-27 [thorsten]   0.7.6claws22 
11304
11305         * faq/it/sylpheed-faq-1.html
11306           faq/it/sylpheed-faq-2.html
11307           faq/it/sylpheed-faq-3.html
11308           faq/it/sylpheed-faq.html
11309                 corrected DOS lineendings
11310         * faq/de/sylpheed-faq-1.html
11311           faq/de/sylpheed-faq-2.html
11312           faq/en/sylpheed-faq-1.html
11313           faq/en/sylpheed-faq-2.html
11314           faq/en/sylpheed-faq-3.html
11315           faq/es/sylpheed-faq-1.html
11316           faq/es/sylpheed-faq-2.html
11317           faq/es/sylpheed-faq-3.html
11318           faq/fr/sylpheed-faq-1.html
11319           faq/it/sylpheed-faq-1.html
11320           faq/it/sylpheed-faq-2.html
11321           faq/it/sylpheed-faq-3.html
11322           faq/it/sylpheed-faq.html
11323                 changed ">" to &quot;
11324
11325 2002-05-27 [paul]       0.7.6claws21
11326         
11327         * sync with 0.7.6cvs15
11328                 see ChangeLog 2002-05-27
11329
11330 2002-05-27 [paul]       0.7.6claws20
11331
11332         * src/prefs_account.c
11333                 correct a typo
11334
11335 2002-05-26 [paul]       0.7.6claws19
11336
11337         * tools/README
11338                 correct a typo
11339
11340 2002-05-25 [paul]       0.7.6claws18
11341
11342         * tools/README
11343                 add description of kmail2sylpheed.pl
11344
11345 2002-05-25 [paul]       0.7.6claws17
11346
11347         * tools/kmail2sylpheed.pl       ** NEW FILE **
11348                 perl script that converts an exported Kmail address
11349                 book, converts it to sylpheed addressbook file,
11350                 writes the file to .sylpheed, and updates
11351                 addrbook--index.xml 
11352
11353 2002-05-25 [paul]       0.7.6claws16
11354
11355         * sync with 0.7.6cvs14
11356                 see ChangeLog 2002-05-23
11357
11358 2002-05-24 [paul]       0.7.6claws15
11359
11360         * README.claws
11361                 make a correction and add some more info
11362
11363 2002-05-24 [paul]       0.7.6claws14
11364
11365         * src/compose.c
11366                 fix memory leak in 
11367                 compose_redirect_write_headers_from_headerlist()
11368                 add Subject and Resent-Message-ID to
11369                 compose_redirect_write_headers()
11370                 Received, Subject, and X-UIDL are filtered out in 
11371                 compose_redirect_write_to_file()
11372
11373 2002-05-23 [paul]       0.7.6claws13
11374
11375         * src/compose.[ch]
11376           src/filtering.c
11377           src/mainwindow.c
11378           src/matcher.[ch]
11379           src/matcher_parser_lex.l
11380           src/matcher_parser_parse.y
11381           src/prefs_common.[ch]
11382           src/prefs_filtering.c
11383           src/summaryview.c
11384                 rename 'Bounce' to 'Redirect'
11385
11386 2002-05-23 [paul]       0.7.6claws12
11387
11388         * more sync with 0.7.6cvs13
11389           src/compose.c
11390                 see ChangeLog 2002-05-22
11391
11392 2002-05-22 [paul]       0.7.6claws11
11393
11394         * sync with 0.7.6cvs13
11395           src/codeconv.c
11396                 see ChangeLog 2002-05-20
11397           src/prefs_common.c
11398                 see ChangeLog 2002-05-22
11399
11400 2002-05-21 [melvin]     0.7.6claws10
11401
11402         * src/folderview.c
11403                 Added missing filtering and scoring headers
11404                 Fixed bad function call that showed garbage 
11405                 in Folder->Processing
11406
11407 2002-05-21 [paul]       0.7.6claws9
11408
11409         * tools/Makefile.am
11410                 make all tools executable, (patch by Alfons).
11411
11412 2002-05-20 [alfons]     0.7.6claws8
11413
11414         * src/procheader.c
11415                 don't forget to call mktime() so we have a valid week 
11416                 and year day
11417                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11418
11419 2002-05-20 [paul]       0.7.6claws7
11420
11421         * src/html.c
11422                 fix broken parsing of urls
11423         * src/textview.c
11424                 fix displaying of urls
11425
11426                 both fixes from the patch [547855] by Eugene 
11427                 Brevdo (zonem)
11428
11429 2002-05-19 [alfons]     0.7.6claws6
11430
11431         * configure.in
11432                 make sylpheed configure correctly with the latest
11433                 and greatest of automake / autoconf / gettext
11434
11435 2002-05-19 [alfons]     0.7.6claws5
11436
11437         * src/procheader.c
11438         * src/procheader.h
11439                 add function for returning ime zone offset
11440         * src/quote_fmt.c
11441         * src/quote_fmt_parse.y
11442                 better quotation formatting - does not convert
11443                 to local time, but uses the original date string.
11444                 
11445                 Note: %z inserts the timezone offset (should 
11446                 work also on platforms where strftime does not
11447                 support %z).
11448
11449 2002-05-18 [christoph]  0.7.6claws4
11450
11451         * src/summaryview.c
11452                 fix indentation of some code
11453         * tools/Makefile.am
11454                 fix spaces after \
11455         * src/Makefile.am
11456                 add missing \
11457                 correct path for ignorethread.xpm
11458                 incorrect filename for sylpheed_logo.xpm
11459                 add missing include matcher_parser_parse.h
11460
11461 2002-05-18 [paul]       0.7.6claws3
11462
11463         * sync with 0.7.6cvs8
11464                 see ChangeLog 2002-05-16 and 2002-05-17
11465
11466 2002-05-18 [melvin]     0.7.6claws2
11467
11468         * README.claws
11469                 Corrected an action's definition and fixed some misspellings.
11470
11471 2002-05-18 [paul]       0.7.6claws1
11472
11473         * tools/Makefile.am
11474           tools/gpg-sign        ** new file **
11475           tools/uudec           ** new file **
11476                 add Melvin's Actions scripts
11477
11478         * README.claws
11479                 add Melvin's descriptions for Actions
11480
11481 2002-05-18 [paul]       0.7.6claws
11482
11483         * Version 0.7.6claws released
11484
11485 2002-05-17 [paul]       0.7.5claws32
11486
11487         * po/es.po
11488                 updated by Ricardo Mones Lastra
11489
11490 2002-05-17 [paul]       0.7.5claws31
11491
11492         * src/compose.c
11493                 fix Account prefs default folder for sent/draft/deleted
11494                 messages bug
11495
11496         * po/it.po
11497           po/nl.po
11498                 updated translation by Alessandro Maestri and
11499                 Wilbert Berendsen
11500
11501 2002-05-17 [melvin]     0.7.5claws30
11502
11503         * src/prefs_actions.c
11504                 Fixed bug where using %F not at the end of the command 
11505                 resulted in an additional empty argument being created.
11506                 Thanks to Darko Koruga for reporting the bug.
11507
11508 2002-05-17 [melvin]     0.7.5claws29
11509
11510         * po/fr.po
11511                 Updated French translations.
11512
11513 2002-05-15 [paul]       0.7.5claws28
11514         
11515         * po/es.po
11516                 updated by Ricardo Mones Lastra
11517
11518 2002-05-15 [paul]       0.7.5claws27
11519
11520         * sync with 0.7.6cvs4
11521                 see ChangeLog 2002-05-14 and 2002-05-15
11522
11523 2002-05-14 [paul]       0.7.5claws26
11524
11525         * sync with 0.7.6cvs1
11526                 see ChangeLog 2002-05-13
11527
11528 2002-05-13 [thorsten]   0.7.5claws25
11529
11530         * src/messageview.c
11531                 fix select_all and copy in multipart messages
11532         * src/mainwindow.c
11533                 fix select_all and copy in multipart messages
11534
11535 2002-05-12 [paul]       0.7.5claws24
11536
11537         * src/summaryview.c
11538                 reverse last commit, bug already fixed in 0.7.5claws3
11539
11540 2002-05-12 [netztorte]  0.7.5claws23
11541
11542         * src/summaryview.c
11543                 dont parse empty addressbook (checked in before claws20)
11544
11545 2002-05-12 [melvin]     0.7.5claws22
11546
11547         * src/procmsg.[ch]
11548                 Removed unneeded priority code introduced by the previous 
11549                 commit.
11550
11551 2002-05-12 [melvin]     0.7.5claws21
11552
11553         * src/compose.[ch]
11554                 Added possibility to set message's priority.
11555         * src/procmsg.[ch]
11556                 Added possibility to set message's priority.
11557                 Added missing headers
11558
11559 2002-05-12 [melvin]     0.7.5claws20
11560
11561         * src/prefs_actions.c
11562                 Removed implicitely added quotes around the name
11563                 of the temporary files of mime parts.
11564
11565 2002-05-12 [paul]       0.7.5claws19
11566
11567         * sync with 0.7.5cvs20
11568                 see ChangeLog 2002-05-11
11569
11570 2002-05-12 [alfons]     0.7.5claws18
11571
11572         * src/quote_fmt_lex.l
11573         * src/quote_fmt_parse.y
11574                 allow quote / reply date & time format to be set using
11575                 %D{format}. format is a format string you'd pass to
11576                 strftime() (see man strftime, or the Display tab |
11577                 Date format setting).
11578
11579                 Currently %D converts the date to local time. 
11580
11581 2002-05-11 [paul]       0.7.5claws17
11582
11583         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11584                 see ChangeLog 2002-05-10 and 2002-05-11
11585
11586 2002-05-10 [paul]       0.7.5claws16
11587
11588         * sync with 0.7.5cvs16
11589                 see ChangeLog entries 2002-05-09 and 
11590                 2002-05-10
11591
11592 2002-05-10 [colin]      0.7.5claws15
11593
11594         * src/textview.c
11595                 Corrected a bug that prevented sylpheed to open
11596                 double-clicked URIs.
11597
11598 2002-05-09 [paul]       0.7.5claws14
11599
11600         * sync with 0.7.5cvs14
11601                 see ChangeLog 2002-05-08 and 2002-05-09
11602
11603 2002-05-08 [paul]       0.7.5claws13
11604
11605         * sync with 0.7.5cvs11
11606                 see ChangeLog entry 2002-05-08
11607
11608 2002-05-08 [paul]       0.7.5claws12
11609
11610         * src/mainwindow.c
11611           src/textview.[ch]
11612                 fix segfault on View->Open in new window
11613                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11614
11615 2002-05-07 [paul]       0.7.5claws11
11616
11617         * sync with 0.7.5cvs9
11618                 see ChangeLog entry 2002-05-07
11619
11620 2002-05-06 [paul]       0.7.5claws10
11621
11622         * src/messageview.c
11623           src/textview.c
11624                 display url in statusbar on single-click
11625                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11626
11627 2002-05-06 [match]      0.7.5claws9
11628
11629         * src/addritem.[ch]
11630                 new functions.
11631         * src/addrcache.c
11632                 tidy up.
11633         * src/xmlprops.[ch]
11634                 XML implementation of properties file.
11635         * src/exporthtml.[ch]
11636         * src/expthtmldlg.[ch]
11637         * src/addressbook.c
11638                 export to HTML.
11639
11640 2002-05-02 [sergey]     0.7.5claws8
11641
11642         * src/mainwindow.c (mainwin_entries),
11643           src/prefs_common.c (prefs_send_create()),
11644           src/codeconv.c (locale_table):
11645                 use charset name "Windows-1251" instead of "CP1251".
11646
11647 2002-05-02 [colin]      0.7.5claws7
11648         
11649         * src/compose.c
11650           src/prefs_common.c
11651           src/prefs_folder_item.c
11652                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11653
11654 2002-05-02 [hiro]       0.7.5claws6
11655
11656         * src/imap.c
11657                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11658
11659 2002-05-02 [paul]       0.7.5claws5
11660
11661         * src/compose.c
11662                 more sync with 0.7.5cvs7, see ChangeLog entry
11663                 2002-05-02
11664
11665 2002-05-02 [hiro]       0.7.5claws4
11666
11667         * src/compose.c
11668                 compose_queue_sub():
11669                 check if queue folder exists (closes #550397).
11670                 removed directory creation since it should be handled
11671                 transparently.
11672         * src/imap.c
11673                 imap_add_msg(): return UID for appended message
11674                 (closes #548842).
11675
11676 2002-04-30 [paul]       0.7.5claws3
11677
11678         * src/summaryview.c
11679                 fix account_find_from_address() bug
11680
11681 2002-04-28 [colin]      0.7.5claws2
11682
11683         * src/compose.c
11684           src/textview.c
11685           src/prefs_common.[ch]
11686           src/utils.[ch]
11687                 Added user-definable quotation characters recognition.
11688
11689 2002-04-28 [paul]       0.7.5claws1
11690
11691         * sync with 0.7.5cvs4
11692                 see ChangeLog entry  2002-04-25
11693
11694 2002-04-28 [paul]       0.7.5claws
11695
11696         * po/es.po
11697           po/nl.po
11698           po/pt_BR.po
11699                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11700                 Fabio Junior Beneditto
11701
11702 2002-04-27 [jens]       0.7.4claws103
11703
11704         * po/de.po
11705                 updated German translation.
11706
11707 2002-04-27 [hiro]       0.7.4claws102
11708
11709         * src/summaryview.c
11710                 summary_write_cache(): fixed the mark loss of hidden messages.
11711
11712 2002-04-26 [melvin]     0.7.4claws101
11713
11714         * src/procmsg.c
11715                 fixed a second typo (same one)
11716         * po/fr.po
11717           po/it.po
11718           po/pt_BR.po
11719                 fixed the type again...
11720
11721 2002-04-26 [melvin]     0.7.4claws100
11722
11723         * src/procmsg.c
11724                 fixed a typo in an alert message ("temorary").
11725         * po/it.po
11726         * po/pt_BR.po
11727                 corrected the typo  described above.
11728         * po/fr.po
11729                 updated French translation.
11730
11731 2002-04-26 [darko]      0.7.4claws99
11732
11733         * src/summaryview.c
11734                 fix target folder colorization
11735
11736 2002-04-25 [paul]       0.7.4claws98
11737
11738         * po/it.po
11739                 updated by Alessandro Maestri
11740
11741 2002-04-24 [colin]      0.7.4claws97
11742         
11743         * src/compose.c
11744                 Fixed double "subject is empty" question.
11745
11746 2002-04-23 [colin]      0.7.4claws96
11747         
11748         * src/mimeview.c
11749                 Corrected issue when "automatically display images" was
11750                 not set : first image remained after selecting second.
11751
11752 2002-04-23 [melvin]     0.7.4claws95
11753
11754         * src/prefs_actions.c
11755                 Don't display in/out dialog if there is nothing to show.
11756
11757 2002-04-23 [paul]       0.7.4claws94
11758
11759         * sync with 0.7.5cvs3
11760                 bug fixes: see ChangeLog entry 2002-04-23
11761
11762 2002-04-22 [darko]      0.7.4claws93
11763
11764         * src/compose.c
11765                 fix previous check-in which changed code after
11766                 merge from main
11767
11768 2002-04-22 [paul]       0.7.4claws92
11769
11770         * faq/de/*
11771                 add German FAQ
11772         * faq/en/*
11773           faq/es/*
11774           faq/fr/*
11775                 update English, Spanish and French FAQs
11776         * manual/de/*
11777           manual/es/*
11778                 add German and Spanish manuals
11779         * manual/en/*
11780           manual/fr/*
11781                 update English and French manuals
11782
11783         * src/Makefile.am
11784                 add to and re-arrange the pixmap entries
11785
11786 2002-04-22 [darko]      0.7.4claws91
11787
11788         * src/compose.c
11789                 fix sender initials recognition to only allow
11790                 '>' after the initials
11791
11792 2002-04-21 [paul]       0.7.4claws90
11793
11794         * sync with 0.7.5 release
11795                 see ChangeLog entry 2002-04-21
11796
11797 2002-04-21 [alfons]
11798
11799         * src/Makefile.am
11800                 add colin's new pixmaps to EXTRA_DIST
11801
11802 2002-04-21 [colin]      0.7.4claws89
11803         * src/compose.c
11804         * src/inc.c
11805         * src/mainwindow.[ch]
11806         * src/prefs_common.[ch]
11807         * src/stock_pixmap.[ch]
11808                 Added "Work offline" ability.
11809
11810 2002-04-21 [colin]      0.7.4claws88
11811         
11812         * src/mimeview.c
11813         * src/prefs_common.c
11814         * src/prefs_common.h
11815         * src/textview.c : Added an option to common preferences -> display
11816           to allow user not to automatically display images.
11817
11818 2002-04-21 [paul]       0.7.4claws87
11819
11820         * sync with 0.7.4cvs52
11821                 see ChangeLog entry 2002-04-21 (src/imap.c)
11822
11823 2002-04-21 [paul]       0.7.4claws86
11824
11825         * sync with 0.7.4cvs51
11826                 see ChangeLog entry 2002-04-21
11827
11828 2002-04-21 [paul]       0.7.4claws85
11829
11830         * sync with 0.7.4cvs49
11831                 see ChangeLog entries 2002-04-20 and 2002-04-21
11832
11833         * src/Makefile.am
11834                 clean up: remove old 'stock_' element from xpm 
11835                 filenames.
11836
11837 2002-04-21 [alfons]     0.7.4claws84
11838
11839         apply sync patch from Paul
11840
11841         * src/folderview.c
11842                 use old claws prefs_folder_item_create() for now
11843
11844 2002-04-19 [match]      0.7.4claws83
11845
11846         * src/addressbook.[ch]
11847         * src/addrharvest.[ch]
11848         * src/addrgather.[ch]
11849                 recurse folders.
11850         * src/mainwindow.c
11851         * src/summaryview.[ch]
11852                 change menu option.
11853
11854 2002-04-19 [paul]       0.7.4claws82
11855
11856         * po/pt_BR.po
11857                 updated by Fabio Junior Beneditto
11858
11859 2002-04-14 [alfons]     0.7.4claws81
11860
11861         * src/passphrase.c
11862                 add #include <sys/types.h> for mode_t and off_t 
11863
11864 2002-04-13 [paul]       0.7.4claws80
11865         
11866         * src/main.c
11867           src/passphrase.[ch]
11868           src/pgptext.c
11869           src/prefs_common.[ch]
11870           src/rfc2015.c
11871                 enable storing of GnuPG passphrase for the whole 
11872                 session or a user-defined number of minutes. patch 
11873                 submitted by Ravemax <ravemax@dextrose.com>
11874
11875 2002-04-13 [alfons]     0.7.4claws79
11876
11877         * src/textview.c
11878                 make email parser also stop scanning when encountering separators
11879                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11880
11881 2002-04-13 [paul]       0.7.4claws78
11882
11883         * sync with 0.7.4cvs39
11884                 see ChangeLog entry 2002-04-12
11885
11886 2002-04-11 [paul]       0.7.4claws77
11887
11888         * sync with 0.7.4cvs37
11889                 see ChangeLog entry 2002-04-11
11890
11891 2002-04-11 [paul]       0.7.4claws76
11892
11893         * COPYING 
11894                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11895                 the clause for OpenSSL). sync with sylpheed main
11896
11897 2002-04-09 [melvin]     0.7.4claws75
11898
11899         * src/compose.c
11900                 Made 'Ctrl-Enter' on send ignore some modifiers 
11901                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11902                 to bind other *-Enter (but not Alt-Enter).
11903
11904 2002-04-09 [paul]       0.7.4claws74
11905
11906         * sync with 0.7.4cvs35
11907                 see ChangeLog entries 2002-04-09
11908
11909 2002-04-08 [paul]       0.7.4claws73
11910
11911         * sync with 0.7.4cvs33
11912                 see ChangeLog entry 200-04-08
11913
11914 2002-04-07 [match]      0.7.4claws72
11915
11916         * src/addrharvest.[ch]
11917                 fixed to read all addresses in header, regardless
11918                 of header size. improved name parsing. accommodate
11919                 harvest from folders and selected message.
11920         * src/addritem.[ch]
11921                 included new address parsing function.
11922         * src/addrgather.[ch]
11923         * src/addressbook.[ch]
11924         * src/summaryview.[ch]
11925         * src/mainwindow.c
11926                 allow address harvest of folder as well as selected
11927                 messages.
11928
11929 2002-04-07 [paul]       0.7.4claws71
11930
11931         * src/esmtp.[ch]
11932           src/smtp.c
11933                 don't try to authenticate with CRAM-MD5 in SMTP when 
11934                 SMTP-AUTH enabled if MTA doesn't issue this 
11935                 auth-method in it's ehlo-response. bug item #531364,
11936                 patch item #938910. patch submitted by Colin Leroy 
11937                 <colin@colino.net>
11938
11939 2002-04-07 [paul]       0.7.4claws70
11940
11941         * src/nntp.c
11942                 fix missing MODE_READER bug. patch submitted by
11943                 Colin Leroy <colin@colino.net>
11944
11945 2002-04-07 [alfons]     0.7.4claws69
11946
11947         * src/matcher.[ch]
11948         * src/prefs_filtering.c
11949         * src/summaryview.c
11950                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11951                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11952
11953 2002-04-07 [paul]       0.7.4claws68
11954
11955         * sync with 0.7.4cvs32
11956                 see ChangeLog entry 2002-04-06
11957
11958         * tools/filter_conv.pl
11959                 more bug fixes
11960
11961 2002-04-06 [paul]       0.7.4claws67
11962
11963         * tools/filter_conv.pl
11964                 modify to be able to find the name of the first
11965                 mailbox and use that. main's filter does not
11966                 record the full path to the mailbox and therefore
11967                 can only filter to the first mailbox.
11968
11969 2002-04-05 [paul]       0.7.4claws66
11970
11971         * tools/filter_conv.pl
11972                 attempt to make the script all-encompassing and
11973                 be able to convert any main 'filter' rule thrown
11974                 at it
11975
11976 2002-04-05 [paul]       0.7.4claws65
11977
11978         * tools/filter_conv.pl
11979                 allow for collapsed folder trees
11980
11981 2002-04-05 [paul]       0.7.4claws64
11982
11983         * sync with 0.7.4cvs31
11984                 see ChangeLog entries 2002-04-05
11985
11986 2002-04-03 [paul]       0.7.4claws63
11987
11988         * sync with 0.7.4cvs29
11989                 see ChangeLog entries 2002-04-02 and 2002-04-03
11990
11991 2002-04-02 [paul]       0.7.4claws62
11992
11993         * sync with 0.7.4cvs26
11994                 see ChangeLog entry 2002-04-01
11995
11996 2002-04-02 [match]      0.7.4claws61
11997
11998         * src/pine.[ch]
11999         * src/importpine.[ch]
12000         * src/addressbook.c
12001                 import Pine address book.
12002
12003 2002-04-02 [match]      0.7.4claws60
12004
12005         * src/addrharvest.[ch]
12006                 improve address parsing of funky addresses.
12007
12008 2002-04-02 [darko]      0.7.4claws59
12009
12010         * src/compose.c
12011                 wrap on send improvements, it now recognizes quoted
12012                 initials as part of the quotation string, and it
12013                 does not join lines separated by CR
12014
12015 2002-04-01 [match]      0.7.4claws58
12016
12017         * src/mgutils.[ch]
12018                 added new functions.
12019         * src/mutt.[ch]
12020                 remove excessive duplicate address generation
12021                 on import.
12022
12023 2002-04-01 [alfons]     0.7.4claws57
12024         
12025         * src/summaryview.c
12026                 put back g_free() 
12027
12028 2002-04-01 [paul]       0.7.4claws56
12029
12030         * sync with 0.7.4cvs25
12031                 see ChangeLog entry 2002-04-01
12032
12033 2002-04-01 [alfons]     0.7.4aprilfool55
12034
12035         * src/summaryview.c
12036                 honour feature request item #537427 to allow for
12037                 displaying names from address book for sent mail also
12038
12039 2002-03-29 [paul]       0.7.4claws54
12040
12041         * src/mainwindow.c
12042           src/prefs_filtering.[ch]
12043           src/prefs_matcher.c
12044           src/summaryview.c
12045                 add 'fast filter' for claws' filtering,
12046                 /Tools/Create filter rule/... patch submitted
12047                 by Neill Miller <neillm@thecodefactory.org>
12048
12049 2002-03-29 [paul]       0.7.4claws53
12050
12051         * sync with 0.7.4cvs24
12052                 see ChangeLog entry 2002-03-29
12053
12054 2002-03-28 [paul]       0.7.4claws52
12055
12056         * sync with 0.7.4cvs23
12057                 see ChangeLog entry 2002-03-28
12058
12059 2002-03-27 [melvin]     0.7.4claws51
12060
12061         * src/prefs_actions.c
12062                 Added support to pass only one message part (as a
12063                 file) to the command using '%p'. No quotes are needed
12064                 because doubles quotes are automatically added.
12065                 Fixed bug where Sylpheed could block when waiting for
12066                 a child process to finish.
12067                 Changed the help menu to remove quotes around symbols to 
12068                 avoid misinterpretation (they must not be used).
12069
12070 2002-03-27 [melvin]     0.7.4claws50
12071
12072         * src/inc.c
12073                 Made the new mail notification command always 
12074                 execute asynchronously.
12075
12076 2002-03-27 [paul]       0.7.4claws49
12077
12078         * src/compose.c
12079                 fix bug introduced in last commit
12080
12081 2002-03-27 [paul]       0.7.4claws48
12082
12083         * sync with 0.7.4cvs21
12084                 see ChangeLog 2002-03-26 and 2002-03-27
12085
12086 2002-03-26 [hoa]        0.7.4claws47
12087
12088         * src/prefs_folder_item.c
12089                 really fixed the bug #516442 with folder rescan.
12090
12091 2002-03-26 [paul]       0.7.4claws46
12092
12093         * sync with 0.7.4cvs19
12094                 see ChangeLog entries 2002-03-25 and 2002-03-26
12095
12096 2002-03-25 [hoa]        0.7.4claws45
12097
12098         * src/matcher.c
12099         * src/mh.c
12100                 fix the bug #516442 with folder rescan.
12101
12102         * src/prefs_common.[ch]
12103         * src/compose.c
12104                 added an option to enable two different behaviours
12105                 for bounce.
12106
12107
12108 2002-03-25 [paul]       0.7.4claws44
12109
12110         * src/mainwindow.c
12111           src/selective_download.c
12112                 correct a few menuitem labels
12113
12114 2002-03-25 [christoph]  0.7.4claws43
12115
12116         * src/procmsg.c
12117                 fix non deleted tmp message in
12118                 procmsg_save_to_outbox
12119                 fix problems caused by sync with
12120                 main branch's procmsg_send_queue
12121
12122 2002-03-25 [paul]       0.7.4claws42
12123
12124         * src/quote_fmt.c
12125           src/quote_fmt_lex.l
12126           src/quote_fmt_parse.y
12127                 add Last name (%L) placeholder for quoting. 
12128                 patch submitted by Thorsten Thielen 
12129                 <thth@users.sourceforge.net>
12130
12131 2002-03-25 [paul]       0.7.4claws41
12132
12133         * src/utils.c
12134                 get full hostname. patch submitted by
12135                 Bob Woodside <rwoodside1@comcast.net>
12136
12137 2002-03-25 [paul]       0.7.4claws40
12138
12139         * src/account.c
12140           src/news.c
12141           src/nntp.[ch]
12142           src/prefs_account.[ch]
12143                 enable NNTP over SSL. patch submitted by
12144                 Pascal Jermini <pascal@infinity.hn.org>
12145
12146 2002-03-24 [paul]       0.7.4claws39
12147
12148         * src/prefs_common.c
12149                 make the arrangement of the Compose tab more
12150                 coherent
12151
12152         * src/mainwindow.c
12153                 fix some irregularities of style
12154
12155         * po/de.po
12156                 updated by Kilian Krause
12157
12158 2002-03-23 [paul]       0.7.4claws38
12159
12160         * po/pt_BR.po
12161                 updated by Fabio Junior Beneditto
12162
12163 2002-03-23 [paul]       0.7.4claws37
12164
12165         * src/mainwindow.c
12166                 move 'Gather addresses' to 'Tools' menu
12167                 make 'Selective download' sensitive
12168
12169 2002-03-23 [paul]       0.7.4claws36
12170
12171         * sync with 0.7.4cvs16
12172                 see ChangeLog entries 2002-03-23
12173
12174 2002-03-22 [christoph]  0.7.4claws35
12175
12176         * src/quote_fmt_parse.y
12177                 fix include program output
12178
12179 2002-03-22 [alfons]     0.7.4claws34
12180
12181         * src/pop.c
12182                 initialize GDate stack variable correctly (sorry!)
12183
12184 2002-03-22 [paul]       0.7.4claws33
12185
12186         * src/compose.c
12187           src/mainwindow.c
12188           src/prefs_actions.c
12189           src/prefs_common.c
12190                 rename 'Tool' to 'Tools'
12191
12192         * src/mainwindow.c
12193                 move 'Delete duplicated messages' from
12194                 'Message/' to 'Tools/'
12195                 re-arrange the order of 'Tools/' items
12196
12197 2002-03-22 [paul]       0.7.4claws32
12198
12199         * src/addr_compl.c
12200           src/addressbook.[ch]
12201                 auto-address completion now also matches on
12202                 Nickname. patch submitted by Bob Forsman 
12203                 <hammor@users.sourceforge.net>
12204
12205         * src/editaddress.c
12206                 correct a spelling mistake
12207
12208 2002-03-22 [alfons]     0.7.4claws31
12209
12210         * src/pop.c
12211                 fix getting uidl from incorrect string 
12212                 (spotted by Colin)
12213
12214 2002-03-21 [alfons]     0.7.4claws30
12215
12216         * src/pop.c
12217                 more code refactoring
12218                 plug mem leak introduced by delete on server
12219
12220 2002-03-21 [paul]       0.7.4claws29
12221
12222         * sync with 0.7.4cvs11
12223                 see ChangeLog entries 2002-03-20
12224
12225 2002-03-20 [alfons]     0.7.4claws28
12226
12227         * src/inc.c
12228                 apply Colin's patch and refactor
12229
12230 2002-03-20 [paul]       0.7.4claws27
12231
12232         * sync with sylpheed 0.7.4cvs9
12233                 see ChangeLog entry 2002-03-20
12234
12235 2002-03-19 [christoph]  0.7.4claws26
12236
12237         * src/mh.c
12238         * src/procmsg.[ch]
12239         * src/summaryview.c
12240                 revert changes for flag updates
12241                 (does not work correctly and no time to debug)
12242
12243 2002-03-20 [alfons]     0.7.4claws25
12244
12245         * src/pop.c
12246                 refactor should_delete() a little bit 
12247
12248 2002-03-19 [paul]       0.7.4claws24
12249
12250         * src/inc.[ch]
12251           src/pop.c
12252           src/prefs_account.[ch]
12253                 allow the user to leave downloaded mail on the 
12254                 server for n days. Patch submitted by Colin Leroy 
12255                 <colin@colino.net>
12256
12257 2002-02-19 [paul]       0.7.4claws23
12258
12259         * sync with sylpheed 0.7.4cvs8
12260                 see ChangeLog entries 2002-03-19
12261
12262 2002-03-18 [paul]       0.7.4claws22
12263
12264         * sync with sylpheed 0.7.4cvs6
12265                 see ChangeLog entry 2002-03-18
12266
12267 2002-03-18 [paul]       0.7.4claws21
12268
12269         * po/en_GB.po
12270                 add en_GB message catalogue
12271
12272         * src/mbox_folder.c
12273           src/prefs_account.c
12274           src/prefs_actions.c
12275                 correct a few spelling mistakes
12276
12277 2002-03-17 [alfons]     0.7.4claws20
12278
12279         * src/matcher.c
12280                 more stringent checks for NULL params when writing
12281                 filtering actions to a file
12282                 
12283 2002-03-17 [hoa]        0.7.3claws20
12284
12285         * src/news.c
12286                 fixed the count of new messages
12287
12288         * src/compose.c
12289                 fixed the "attachment properties" window
12290
12291 2002-03-17 [paul]       0.7.4claws19
12292
12293         * src/defs.h
12294           src/folder.h
12295           src/news.c
12296           src/prefs_account.[ch]
12297           src/procmsg.[ch]
12298           src/summaryview.c
12299                 automatically mark cross-posted messages as read 
12300                 and (optionally) give them a colour label
12301                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12302                 
12303
12304 2002-03-17 [paul]       0.7.4claws18
12305
12306         * sync with sylpheed 0.7.4cvs5
12307                 see ChangeLog entry 2002-03-17
12308
12309 2002-03-17 [melvin]     0.7.4claws17
12310         
12311         * src/textview.c
12312                 Worked around a gtktext 'bug': when searching for 
12313                 a text in a long message it was scrolling slowly
12314                 line by line until it hit the searched text.
12315         * po/fr.po
12316                 Updated French translation
12317
12318 2002-03-17 [melvin]     0.7.4claws16
12319
12320         * src/mainwindow.c
12321         * src/compose.c
12322         * src/prefs_actions.c
12323                 Moved "Edit/Actions" to "Tool/Actions"
12324                 Made mainwindow/compose window sensitive as soon as
12325                 no child process is running anymore even if the io dialog
12326                 is open.
12327                 Fixed a struct being initialized with a non constant char*
12328
12329 2002-03-16 [christoph]  0.7.4claws15
12330
12331         * configure.in
12332                 add --with-compiler-flags option
12333                 (only for developer hacking)
12334         * src/mh.c
12335         * src/procmsg.[ch]
12336         * src/summaryview.c
12337                 try to make folder-stats and flag handling more
12338                 independent from the summaryview. msgcounts
12339                 are only set when the folder is opened and
12340                 procmsg_msginfo_(un)set_flags will handle it
12341                 later and summaryview will get the values
12342                 from the folder.
12343
12344 2002-03-16 [paul]       0.7.4claws14
12345
12346         * src/messageview.c
12347                 fix Return-receipt. Patch submitted by Bob
12348                 Woodside <rwoodside1@comcast.net>
12349
12350 2002-03-16 [paul]       0.7.4claws13
12351
12352         * src/compose.c
12353                 fix 'dynamic' signatures, make it work again
12354                 broken during sync on 2002-03-14 (0.7.4claws2)
12355
12356 2002-03-15 [match]      0.7.4claws12
12357
12358         * src/addrharvest.[ch]
12359         * src/addrgather.[ch]
12360         * src/addressbook.[ch]
12361         * src/mainwindow.c
12362                 included address harvester feature. still some
12363                 issues with address parsing that I will fix.
12364
12365 2002-03-15 [match]      0.7.4claws11
12366
12367         * src/addrbook.[ch]
12368         * src/addrcache.[ch]
12369         * src/addressbook.[ch]
12370         * src/addrindex.c
12371         * src/editbook.c
12372         * src/importldif.c
12373         * src/importmutt.c
12374         * src/jpilot.[ch]
12375         * src/main.c
12376         * src/syldap.[ch]
12377         * src/vcard.[ch]
12378                 tidy up. fix memory leaks. moved attribs and methods
12379                 from individual interfaces to addrcache object. prep
12380                 for new stuff to come in.
12381
12382 2002-03-15 [alfons]     0.7.4claws10
12383
12384         * src/matcher.[ch]
12385         * src/matcher_parser_parse.y
12386         * src/matcher_parser_lex.l
12387         * src/prefs_matcher.c
12388                 add filtering conditions message greater than, smaller 
12389                 than, and exactly matching a size in bytes
12390                 (does not work with delete from POP3 server yet)
12391
12392                 this should also give others an idea what you should
12393                 do to add new criterions to claws filtering system
12394                 
12395
12396 2002-03-15 [paul]       0.7.4claws9
12397
12398         * tools/filter_conv.pl
12399                 exit if there are no filter rules to convert
12400                 rename filterrc to filterrc.old after completion
12401
12402 2002-03-15 [paul]       0.7.4claws8
12403
12404         * sync with sylpheed 0.7.4cvs3
12405                 see ChangeLog entry 2002-03-14
12406
12407 2002-03-14 [paul]       0.7.4claws7
12408
12409         * src/compose.c
12410                 clean up the last commit (ahem)
12411
12412 2002-03-14 [paul]       0.7.4claws6
12413
12414         * src/compose.c
12415                 fix bug #515655. honour account preferences
12416                 regarding gpg default signing/encryption when 
12417                 changing account from the compose window.
12418
12419 2002-03-14 [paul]       0.7.4claws5
12420
12421         * src/folderview.c
12422                 remove unnecessary curly brackets
12423
12424 2002-03-14 [paul]       0.7.4claws4
12425
12426         * src/folderview.c
12427           src/prefs_filtering.[ch]
12428                 add filter rename on folder rename and filter
12429                 delete on folder delete. Patch submitted by
12430                 Neill Miller <neillm@thecodefactory.org> 
12431
12432 2002-03-14 [christoph]  0.7.4claws3
12433
12434         * src/procmsg.c
12435         * src/send.c
12436                 fix local delivery
12437                 (patch submitted by "Simon 'corecode' Schubert")
12438         * src/prefs_common.c
12439         * src/procmsg.c
12440                 fix gcc 3.0 warning
12441
12442 2002-03-14 [paul]       0.7.4claws2
12443
12444         * sync with sylpheed 0.7.4cvs2
12445                 see ChangeLog entry 2002-03-13
12446
12447 2002-03-12 [darko]      0.7.4claws1
12448
12449         * src/mainwindow.c
12450                 fix what seems to be a copy and paste error
12451                 when setting color for important messages
12452                 (reported by wwp)
12453
12454 2002-03-11 [paul]       version 0.7.4claws released
12455
12456 2002-03-11 [paul]       0.7.4claws
12457
12458         * po/es.po
12459           po/it.po
12460           po/nl.po
12461           po/pt_BR.po
12462                 update message catalogs. Submitted by Ricardo Mones 
12463                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12464                 Fabio Junior Beneditto
12465
12466         * configure.in
12467           faq/Makefile.am
12468           faq/it/Makefile
12469           faq/it/sylpheed-faq*
12470           src/mainwindow.c
12471           src/manual.[ch]
12472                 add FAQ in Italian
12473         
12474
12475 2002-03-11 [jens]       0.7.3claws7
12476
12477         * po/de.po
12478                 updated German translation
12479
12480 2002-03-11 [melvin]     0.7.3claws6
12481
12482         * po/fr.po
12483                 updated and corrected French translation
12484
12485 2002-03-10 [hoa]        0.7.3claws5
12486
12487         * src/account.c
12488         * src/inc.c
12489         * src/prefs_account.c
12490         * src/procmsg.c
12491         * src/send.[ch]
12492                 fixed the local account.
12493                 you have to change the default "/usr/sbin/sendmail"
12494                 to "/usr/sbin/sendmail -t" in the preferences of
12495                 the local account.
12496
12497         * src/procmime.c
12498                 removed some debug display for renderer
12499
12500 2002-03-10 [paul]       0.7.3claws4
12501
12502         * faq/en/sylpheed-faq-1.html
12503           faq/en/sylpheed-faq-2.html
12504                 update
12505
12506 2002-03-09 [paul]       0.7.3claws3
12507
12508         * sync with sylpheed 0.7.4
12509                 see ChangeLog entry 2002-03-09
12510
12511 2002-03-08 [paul]       0.7.3claws2
12512
12513         * faq/en/sylpheed-faq*
12514           faq/es/sylpheed-faq*
12515           faq/fr/sylpheed-faq*
12516                 update the FAQs
12517
12518         * manual/fr/.cvsignore
12519           manual/fr/Makefilea.am
12520           manual/fr/sylpheed*
12521           src/mainwindow.c
12522           src/manual.[ch]
12523                 add the French manual
12524
12525 2002-03-07 [paul]       0.7.3claws1
12526
12527         * sync with sylpheed 0.7.3cvs4
12528                 see ChangeLog entries  2002-03-06 and 2002-03-07
12529         
12530         * po/nl.po
12531                 updated by Wilbert Berendsen
12532
12533 2002-03-07 [melvin]     0.7.2claws34
12534
12535         * src/selective_download.c
12536                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12537
12538 2002-03-06 [paul]       0.7.2claws33
12539
12540         * sync with sylpheed 0.7.3cvs1
12541                 bug fix, see ChangeLog entry 2002-03-05
12542
12543 2002-03-05 [paul]       0.7.2claws32
12544
12545         * src/mimeview.c
12546           src/pgptext.[ch]
12547           src/procmsg.c
12548                 reverse the pgp ascii-armored code implemented in 
12549                 0.7.2claws16. removal of this code until it matures.
12550                 this means that verifying ascii-armored pgp sigs and
12551                 automatic decryption of ascii-armored encrypted
12552                 messages no longer works.
12553
12554 2002-03-05 [paul]       0.7.2claws31
12555
12556         * configure.in
12557           Makefile.am
12558         * faq/Makefile.am
12559         * faq/en/Makefile.am
12560           faq/en/sylpheed-faq.html
12561           faq/en/sylpheed-faq-1.html
12562           faq/en/sylpheed-faq-2.html
12563           faq/en/sylpheed-faq-3.html
12564         * faq/es/Makefile.am
12565           faq/es/sylpheed-faq.html
12566           faq/es/sylpheed-faq-1.html
12567           faq/es/sylpheed-faq-2.html
12568           faq/es/sylpheed-faq-3.html
12569           faq/es/sylpheed-faq-4.html
12570         * faq/fr/Makefile.am
12571           faq/fr/sylpheed-faq.html
12572           faq/fr/sylpheed-faq-1.html
12573           faq/fr/sylpheed-faq-2.html
12574           faq/fr/sylpheed-faq-3.html
12575         * src/Makefile.am
12576           src/defs.h
12577           src/mainwindow.c
12578           src/manual.[ch]
12579                 add FAQs in English, Spanish and French
12580
12581
12582 2002-03-05 [paul]       0.7.2claws30
12583
12584         * manual/en/sylpheed.html
12585           manual/en/sylpheed-XX.html
12586                 updated the English manual
12587
12588 2002-03-05 [hoa]        
12589
12590         * src/summaryview.c
12591                 dialog box pops up if the article can't be deleted.
12592
12593 2002-03-04 [paul]       
12594         
12595         * po/pt_BR.po
12596                 updated by Fabio Junior Benedito
12597
12598 2002-03-04 [hoa]
12599
12600         * removed ac/gpgme.m4
12601                 to avoid autogen common problem
12602                 developers have to install gpgme development package now
12603
12604         * src/compose.c
12605                 encoding to 7bit or 8bit is enabled.
12606
12607 2002-03-03 [alfons]     0.7.2claws29
12608
12609         * src/pop.c
12610                 merge fix by Oliver Haertel for selective
12611                 download buglet
12612
12613 2002-03-03 [paul]       0.7.2claws28
12614         
12615         * sync with sylpheed 0.7.3
12616
12617 2002-03-03 [paul]       0.7.2claws27
12618
12619         * sync with sylpheed 0.7.2cvs24
12620                 see ChangeLog entries 2002-03-02 and 2002-03-03
12621
12622 2002-03-02 [melvin]     0.7.2claws26
12623
12624         * src/inc.[ch]
12625         * src/main.c
12626         * src/mainwindow.c
12627         * src/prefs_common.[ch]
12628                 Added user definable notification on new mail arrival.
12629                 Removed unused variables in spell checker prefs code.
12630
12631 2002-03-02 [melvin]     0.7.2claws25
12632
12633         * src/quote_fmt.c
12634                 Removed unnecessary escape sequences.
12635                 Changed 'Initial...' to 'Initials of Sender'
12636
12637 2002-03-02 [paul]       0.7.2claws24
12638
12639         * sync with sylpheed 0.7.2cvs22
12640                 see ChangeLog entry 2002-03-01
12641
12642 2002-03-01 [hoa]        0.7.2claws23
12643
12644         * src/mainwindow.c
12645                 Set sensitivity of delete actions to active
12646                 even if the folder is a newsgroup.
12647
12648         * src/summaryview.c
12649                 - Set sensitivity of delete actions
12650                 - Added function check_permission() that will check if the
12651                   user is authorized to delete a message. For news, it
12652                   will check if the author is the same.
12653                 - Enabled deletion when there is no trash folder.
12654
12655         * src/news.[ch]
12656                 - Added news_cancel_article() to cancel articles
12657                 - Implemented news_remove_message() (public function)
12658
12659 2002-03-01 [paul]       0.7.2claws22
12660
12661         * src/gtkutils.c
12662           src/textview.c
12663                 recognise urls that that don't include 'http://' and
12664                 simply begin 'www.' 
12665
12666         * AUTHORS
12667                 remove duplicated name
12668
12669 2002-02-28 [paul]       0.7.2claws21
12670
12671         * src/mainwindow.c
12672           src/summaryview.[ch]
12673                 add ability to 'Select thread'
12674                 combines Melvin's "Select thread's head" patch (#510907)
12675                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12676                 patch (#518514) 
12677
12678 2002-02-28 [paul]       0.7.2claws20
12679
12680         * src/mimeview.c
12681                 hopefully fix segfault on right-clicking a mime part
12682                 that some people have experienced.      
12683                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12684
12685 2002-02-28 [paul]       0.7.2claws19
12686
12687         * sync with sylpheed 0.7.2cvs21
12688                 see ChangeLog entries 2002-02-27 and 2002-02-28
12689
12690 2002-02-27 [paul]       0.7.2claws18
12691
12692         * sync with sylpheed 0.7.2cvs18
12693                 see ChangeLog entries 2002-02-26 and 2002-02-27
12694
12695 2002-02-26 [alfons]     0.7.2claws17
12696
12697         * src/procheader.c
12698                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12699                 (spotted by Chris Hessman <idatech@gmx.net>)
12700
12701 2002-02-26 [paul]       0.7.2claws16
12702
12703         * src/mimeview.c
12704           src/pgptext.[ch]
12705           src/procmsg.c
12706                 make decryption of ascii-armored pgp encrypted messages
12707                 and verification of ascii-armored signatures work again.
12708                 slightly altered from the patch by Jens Jahnke 
12709                 <jan0sch@gmx.net>
12710
12711                 ##FIX ME##
12712                 * the checking of plaintext signatures always comes up in 
12713                   a popup box
12714                 * it doesn't work for multipart messages 
12715                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12716                   including the msg headers and these 2 line themselves, are 
12717                   not displayed
12718
12719         * src/mainwindow.c
12720                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12721                 "View/Message View" becomes "View/Separate Message View"
12722                 because its less ambiguous.
12723
12724         * po/es.po
12725                 updated by Ricardo Mones Lastra
12726
12727 2002-02-26 [paul]       0.7.2claws15
12728
12729         * sync with sylpheed 0.7.2cvs17
12730                 see ChangeLog entries 2002-02-25 and 2002-02-26
12731
12732 2002-02-25 [christoph]  0.7.2claws14
12733
12734         * src/filtering.[ch]
12735         * src/inc.c
12736                 do filtering stuff after all messages have been received
12737                   1. drop all messages to .processing
12738                   2. scan processing folder for messages
12739                   3. filter messages or move to inbox
12740                 this will also find old messages left in processing after
12741                 a crash or something like that and we get a real msginfo
12742                 from folder->get_msg_list and do not have to create our
12743                 own in filter_message
12744         * src/matcher_parser_parse.y
12745                 remove MIX/MAX warning (reordered includes)
12746
12747 2002-02-25 [paul]       0.7.2claws13
12748
12749         * sync with sylpheed 0.7.2cvs15
12750                 see ChangeLog entry 2002-02-24
12751
12752 2002-02-24 [alfons]     0.7.2claws12
12753
12754         * src/filtering.c
12755                 clear old color flags first when applying a new color to
12756                 a message info. 
12757                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12758
12759 2002-02-24 [alfons]     0.7.2.claws11
12760         
12761         * AUTHORS
12762         * src/prefs_common.c
12763                 add presets for Opera and Konqueror, closes patch #517261,
12764                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12765
12766 2002-02-24 [alfons]     0.7.2.claws10
12767
12768         * AUTHORS
12769         * src/summaryview.c
12770                 fix threading for null message ids, closes patch #521601,
12771                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12772
12773 2002-02-24 [alfons]     0.7.2claws9
12774
12775         * src/summaryview.c
12776         * src/filtering.c
12777                 make Tool | Filter Message work with filtering system so
12778                 setting flags also works
12779
12780                 TODO:
12781
12782                 - Processing uses the same function as Tool | Filter
12783                   Message, but doesn't use the same update proc yet
12784
12785 2002-02-23 [paul]       0.7.2claws8
12786
12787         * sync with sylpheed 0.7.2cvs14
12788                 see ChangeLog entries 2002-02-22 and 2002-02-23
12789
12790 2002-02-22 [christoph]  0.7.2claws7
12791
12792         * src/quote_fmt.c
12793                 Add column space to table
12794         * src/quote_fmt_parse.y
12795                 Close files
12796
12797 2002-02-22 [paul]       0.7.2claws6
12798
12799         * src/Makefile.am
12800           src/defs.h
12801           src/filtering.c
12802           src/inc.[ch]
12803           src/mainwindow.c
12804           src/matcher.[ch]
12805           src/matcher_parser_lex.l
12806           src/matcher_parser_parse.y
12807           src/pop.[ch]
12808           src/prefs_account.h
12809           src/prefs_filtering.c
12810           src/selective_download.[ch]   *** NEW FILES ***
12811           src/utils.[ch]
12812           po/POTFILES.in
12813                 Selective Download added to 'Tool' menu. 
12814                 Retrieves email headers of the currently selected pop3 
12815                 account and allows the user to mark emails for deletion 
12816                 right on the pop3 server. Patch submitted by Oliver Haertel 
12817                 <oha@users.sourceforge.net>.
12818         
12819         * po/POTFILES.in
12820                 add 'src/quote_fmt.c'           
12821
12822 2002-02-22 [christoph]  0.7.2claws5
12823
12824         * src/Makefile.am
12825                 added quote_fmt.c
12826         * src/prefs_common.[ch]
12827         * src/prefs_template.c
12828         * src/quote_fmt.c               *** NEW FILE ***
12829         * src/quote_fmt.h
12830                 move quote format symbol description code
12831                 to it's own file because it is used from
12832                 differnent code parts
12833                 Rewrote symbol description GUI
12834                   + use table
12835                   + add separators
12836                   + get data from array (no more long constant strings)
12837         * src/quote_fmt_lex.l
12838         * src/quote_fmt_parse.y
12839                 Symbol for Literal % changed to \% instead of %%
12840                 (More logical as \ is used for quoting for other symbols)
12841                 Add |f and |p to include files and program output
12842                 Examples:
12843                     |f{/home/.../.signature}
12844                     |p{date}
12845         * po/de.po
12846                 Correct wrong spelling for "Referenzen"
12847
12848 2002-02-21 [paul]       0.7.2claws4
12849
12850         * src/procmsg.c
12851                 forgotten during sync
12852
12853 2002-02-21 [paul]       0.7.2claws3
12854
12855         * sync with sylpheed 0.7.2cvs11
12856                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12857                 2002-02-20 and 2002-02-21
12858
12859 2002-02-20 [melvin]     0.7.2claws2
12860
12861         * src/prefs_actions.c
12862                 Added error report when child cannot fork or when execvp 
12863                 returns with an error.
12864
12865 2002-02-19 [christoph]  0.7.2claws1
12866
12867         * src/codeconv.c
12868                 return unconverted text if conde conversion is not possible
12869                 when libjconv is used.
12870                 (patch submitted by "Simon 'corecode' Schubert")
12871
12872 2002-02-19 [paul]       
12873
12874         * version 0.7.2claws release
12875
12876 2002-02-19 [paul]       0.7.2claws
12877
12878         * po/nl.po
12879                 updated by Wilbert Berendsen
12880
12881
12882 2002-02-18 [alfons]     0.7.1claws13
12883
12884         * src/syldap.c
12885         * src/jpilot.c
12886                 remove references to dlfcn and explicitly loading functions
12887                 from dynalink libs, because libs linked anyway, and functions
12888                 are loaded explicitly
12889
12890 2002-02-17 [melvin]     0.7.1claws12
12891
12892         * src/prefs_actions.c
12893                 Replaced children wait loop with double fork technique.
12894                 Now, input/output window updated at each new output.
12895                 free_children(): Fixed a memory leak.
12896                 Made input/output window non closable if running children
12897                 still exist.
12898                 Added missing <unistd.h> include.
12899                 Added some --debug outputs.
12900
12901 2002-02-17 [melvin]     0.7.1claws11
12902
12903         * src/summaryview.c
12904                 Fixed bug where descending sort order did not select top
12905                 message.
12906
12907 2002-02-17 [melvin]     0.7.1claws10
12908
12909         * acconfig.h
12910                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12911         * src/prefs_common.c
12912                 Pspell data package directory no more hard coded but
12913                 set during configuration (PSPELL_PATH). (Thanks to 
12914                                 Gustavo Noronha Silva.)
12915
12916 2002-02-17 [melvin]     0.7.1claws9
12917
12918         * configure.in
12919                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12920         * src/gtkspell.c
12921                 Fixed compile-time warnings.
12922
12923 2002-02-16 [alfons]     0.7.1claws8
12924
12925         * src/filesel.c
12926                 fix inadvertent free of NULL pointer which caused
12927                 sylpheed to crash when closing the save-as dialog
12928                 using the window close button
12929
12930 2002-02-16 [carsten]    0.7.1claws7
12931         * src/mainwindow.[ch]
12932           src/summaryview.c
12933           src/prefs_common.c
12934                 fixes for pixmap theming code:
12935                         - recently changed mail attributes shouldn't get
12936                           lost any longer
12937                         - theme is only reloaded iff another theme was
12938                           selected
12939
12940 2002-02-16 [paul]       0.7.1claws6
12941
12942         * sync with sylpheed 0.7.2 release
12943                 see ChangeLog entry 2002-02-15 and 2002-02-16
12944
12945 2002-02-15 [paul]       0.7.1claws5
12946
12947         * sync with sylpheed 0.7.1cvs9
12948                 see ChangeLog entry 2002-02-15
12949
12950         * po/POTFILES.in
12951                 remove unneeded headerwindow.c entry
12952
12953 2002-02-14 [carsten]    0.7.1claws4
12954         * src/summaryview.c
12955                 fixed a bug for "Go to next unread message": there was
12956                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12957                 in the prefs, because of doing "Search again" instead
12958                 "No"
12959
12960 2002-02-14 [carsten]    0.7.1claws3
12961         * src/stock_pixmap.c
12962                 removed 2 more mem leaks; following memprof,
12963                 this code is "leak free" now :)
12964
12965 2002-02-14 [carsten]    0.7.1claws2
12966         * src/stock_pixmap.c
12967                 used opendir/readdir/closedir instead of scandir
12968                 -> code should work now on Solaris
12969
12970 2002-02-14 [paul]       0.7.1claws1
12971
12972         * sync with sylpheed 0.7.1cvs8
12973                 see ChangeLog entries 2002-02-13 and 2002-02-14
12974
12975         * README.claws
12976                 add some description of Actions and Pixmap Themes
12977
12978 2002-02-13 [paul]       
12979
12980         * version 0.7.1claws release
12981
12982 2002-02-13 [paul]       0.7.1claws
12983
12984         * po/es.po
12985           po/it.po
12986           po/pt_BR.po
12987                 updated translations, submitted by Ricardo Mones Lastra,
12988                 Alessandro Maestri and Fabio Junior Beneditto
12989
12990 2002-02-13 [melvin]     0.7.0claws75
12991
12992         * src/prefs_actions.c
12993                 Added missing "signal.h" include
12994
12995 2002-02-13 [melvin]     0.7.0claws74
12996
12997         * src/prefs_folder_item.c
12998                 Added missing "config.h" include
12999         * po/fr.po
13000                 Updated French translation for folder propriety.
13001
13002 2002-02-13 [jens]       0.7.0claws73
13003
13004         * po/POTFILES.in
13005                 Added missing src/prefs_folder_item.c [log added by melvin]
13006         * po/de.po
13007                 Updated German translation.
13008
13009 2002-02-13 [melvin]     0.7.0claws72
13010
13011         * po/fr.po
13012                 Updated French translation.
13013
13014 2002-02-13 [melvin]     0.7.0claws71
13015
13016         * src/gtkutils.c
13017                 Made gtkut_editable_get_selection return NULL if selection
13018                 is of length zero.
13019                 This fixes a bug where selecting part of message A then
13020                 switching to message B and replying to it will not
13021                 quote the message's body.
13022
13023 2002-02-12 [paul]       0.7.0claws70
13024
13025         * src/mainwindow.c
13026                 cosmetic, relating to pixmap themes: on toolbar make 
13027                 updating of 'Exec' and 'Compose news/Compose email'
13028                 icons faster.
13029
13030 2002-02-12 [carsten]    0.7.0claws69
13031         * src/folderview.c
13032           src/mainwindow.[ch]
13033           src/stock_pixmap.c
13034           src/summaryview.c
13035           src/prefs_common.c
13036                 - refreshing after changing pixmap theme better
13037                   now (thanks Paul)
13038                 - wanted to remove some mem leaks, but alfons was
13039                   faster (and had the better solution ;)
13040
13041 2002-02-12 [alfons]     0.7.0claws68
13042
13043         * src/prefs_common.c
13044         * src/stock_pixmap.[ch]
13045                 plug mem leaks, refactor code a little bit
13046
13047
13048 2002-02-12 [sergey]     0.7.0claws67
13049
13050         * src/imap.c
13051                 Fixed problem with copying messages to IMAP folders when the
13052                 server uses something other than '/' as a namespace separator
13053                 (cyrus-imapd uses '.').
13054
13055 2002-02-12 [jens]       0.7.0claws66
13056
13057         * po/de.po
13058                 Updated German Translation
13059
13060 2002-02-12 [paul]       0.7.0claws65
13061
13062         * sync with sylpheed 0.7.1cvs1
13063                 see ChangeLog entry 2002-02-12
13064
13065 2002-02-12 [melvin]     0.7.0claws64
13066
13067         * src/prefs_actions.c
13068                 Fixed "feature" where children's output was duplicated 
13069                 instead of refreshed while monitoring.
13070                 Removed some debug code.
13071
13072 2002-02-12 [christoph]  0.7.0claws63
13073
13074         * src/compose.c
13075                 always delete message from queue after sending/send error
13076                 (closes bug #509601)
13077
13078 2002-02-12 [melvin]     0.7.0claws62
13079
13080         * src/prefs_actions.c
13081                 Children wait loop is now triggered with a timeout of 1s
13082                 Added %F which is replaced with the list of filenames 
13083                 of all selected messages (as suggested by Ricardo Mones Lestra)
13084                 Pipe syntax changed. Prefix with | to send selection, postfix
13085                 with | to retrieve output. Prefix with > or * to send
13086                 user definable input to the command (*: input is hidden)
13087                 Old pipe action should now be postfixed with |, too.
13088
13089 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13090         * src/stock_pixmap.c
13091                 fixed a bug: if there's no theme directory don't
13092                 throw an error, just do "nothing" (thanks Alfons)
13093
13094 2002-02-12 [carsten]    0.7.0claws60
13095         * src/folderview.c
13096           src/summaryview.c
13097                 had to write the cache twice (nasty!); some marks would 
13098                 get lost if not
13099
13100 2002-02-11 [carsten]    0.7.0claws59
13101         * acconfig.h
13102           configure.in
13103           doc-src/maintainer_guide.txt
13104           src/compose.[ch]
13105           src/defs.h
13106           src/folderview.[ch]
13107           src/gtkutils.[ch]
13108           src/mainwindow.[ch]
13109           src/prefs_common.[ch]
13110           src/stock_pixmap.[ch]
13111           src/summaryview.[ch]
13112                 pixmap theming and related work on pixmap
13113                 handling on some other places
13114                 (e.g. hrm features for all folder)
13115           src/pixmap/stock_*.xpm -> the stock_ was removed
13116         
13117 2002-02-11 [paul]       0.7.0claws58
13118
13119         * sync with sylpheed 0.7.1 release
13120                 see ChangeLog entries 2002-02-11
13121
13122 2002-02-08 [paul]       0.7.0claws57
13123
13124         * sync with sylpheed 0.7.0cvs39
13125                 see ChangeLog entry 2002-02-07 (last entry) 
13126
13127         * src/prefs_actions.c
13128           src/prefs_filtering.c
13129           src/prefs_matcher.c
13130           src/prefs_scoring.c
13131                 sync: made it compile with C compilers other than gcc
13132
13133 2002-02-07 [paul]       0.7.0claws56
13134
13135         * sync with sylpheed 0.7.0cvs38
13136                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13137                 2002-02-07
13138
13139 2002-02-07 [darko]      0.7.0claws55
13140
13141         * src/gtkutils.[ch]
13142         * src/summaryview.c
13143                 Fix const gchar */gchar * issue (thanks Hiro)
13144
13145 2002-02-07 [darko]      0.7.0claws54
13146
13147         * src/compose.[ch]
13148         * src/filtering.c
13149         * src/gtkutils.[ch]
13150         * src/prefs_template.c
13151         * src/quote_fmt.h
13152         * src/quote_fmt_parse.y
13153         * src/summaryview.c
13154         * src/utils.[ch]
13155                 When replying or forwarding an email don't quote the entire
13156                 mail body but use the part of the message text that is selected
13157
13158 2002-02-06 [melvin]     0.7.0claws53
13159
13160         * src/prefs_common.[ch]
13161         * src/gtkspell.[ch]
13162         * src/compose.c
13163                 Made possible to switch quickly to last used dictionary
13164                 which makes checking bilingual documents easier.
13165
13166 2002-02-06 [melvin]     0.7.0claws52
13167         
13168         * po/POTFILES.in
13169                 Added forgotten new file src/prefs_actions.c
13170
13171 2002-02-06 [melvin]     0.7.0claws51
13172
13173         * src/prefs_actions.c   ** NEW FILE **
13174         * src/prefs_actions.h   ** NEW FILE **
13175                 Added actions to execute on message text view, or on the
13176                         message's file.
13177         * src/Makefile.am
13178                 Added src/prefs_actions.[ch]
13179         * src/compose.c
13180                 Added new menu "Edit/Actions"
13181         * src/defs.h
13182                 Added new actionsrc file.
13183         * src/main.c
13184                 Added actionsrc reading.
13185         * src/mainwindow.c
13186                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13187         * src/prefs_common.h
13188                 Added new element actionslst element to prefs_common.
13189
13190 2002-02-06 [paul]       0.7.0claws50
13191
13192         * sync with sylpheed 0.7.0cvs36
13193                 see ChangeLog entry 2002-02-06
13194
13195 2002-02-05 [paul]
13196
13197         * po/es.po
13198                 updated by Ricardo Mones Lastra
13199
13200 2002-02-05 [paul]       0.7.0claws49
13201
13202         * sync with sylpheed 0.7.0cvs33
13203                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13204
13205 2002-02-05 [paul]       0.7.0claws48
13206
13207         * src/compose.c
13208                 re-add 'Edit/Advanced/Delete entire line', previously named
13209                 'Delete Line+'
13210
13211 2002-02-04 [paul]       0.7.0claws47
13212
13213         * src/compose.c
13214           src/summaryview.c
13215                 fix bug #494993 (Reply All not taking Reply-To into consi)
13216                 eliminate differences in behaviour of right-click 'Reply to all' 
13217                 in summary view and 'Reply to all' on the toolbar. 
13218                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13219                 view and From gets ignored by 'Reply to all' on toolbar.
13220                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13221                 From when no Reply-To header is present.
13222
13223 2002-02-04 [paul]       0.7.0claws46
13224
13225         * sync with sylpheed 0.7.0cvs30
13226                 see ChangeLog entries 2002-02-03 and 2002-02-04
13227
13228 2002-02-03 [melvin]     0.7.0claws45
13229
13230         * src/gtkspell.[ch]
13231                 Readded function to highlight all misspelled words.
13232                 Fixed bug where user-provided-words did not replace
13233                         correctly the misspelled word when using the mouse.
13234                 Fixed bug where checking a region selected from right to left did
13235                         not check the region at all.
13236                 Fixed bug where 'Check backwards' may not check at all. 
13237                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13238                 Fixed possible buffer overflow when checking for long strings (>1k).
13239                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13240                 Accelerators code uses now gtk_widget_add_accel.
13241                 Removed and disabled obsolete and unfinished code.
13242                 Cleaning up.
13243
13244         * src/compose.c
13245                 Added menu item to Highlight all misspelled words.
13246
13247 2002-02-01 [paul]       0.7.0claws44
13248
13249         * src/mainwindow.c
13250                 fix '/View/Hide read messages' sensitivity when all
13251                 messages in a folder are hidden
13252
13253 2002-02-01 [paul]       0.7.0claws43
13254
13255         * src/main.c
13256                 add --send option to command line interface, sends all
13257                 queued mail. Patch submitted by Ricardo Mones Lastra.
13258
13259 2002-01-31 [paul]       0.7.0claws42
13260
13261         * src/mainwindow.c
13262                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13263
13264 2002-01-31 [paul]       0.7.0claws41
13265
13266         * sync with sylpheed 0.7.0cvs27
13267                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13268                 and 2002-01-31
13269
13270         * src/textview.c
13271                 comment out elements of textview_show_part() as temporary
13272                 workaround for attachment 'Display as text' bug 
13273
13274         * po/pt_BR.po
13275                 updated by Fabio Junior Beneditto
13276
13277 2002-01-30 [paul]       0.7.0claws40
13278
13279         * sync with sylpheed 0.7.0cvs24
13280                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13281                 and 2002-01-30
13282
13283         * src/compose.c
13284                 add {N_("/_Spelling"), ... "<Branch>"} to 
13285                 GtkItemFactoryEntry compose_entries[]
13286
13287         * src/prefs_common.c
13288                 add claws menu items to prefs_keybind_apply_clicked()
13289                 and remove non-claws menu items
13290
13291 2002-01-29 [paul]       0.7.0claws39
13292
13293         * sync with sylpheed 0.7.0cvs22
13294                 see ChangeLog entries 2002-01-28 and 2002-01-29
13295
13296 2002-01-28 [melvin]     0.7.0claws38
13297
13298         * src/compose.c
13299                 Added the declartion of compose_send_control_enter.
13300
13301         * src/compose.c
13302         * src/gtkspell.[ch]
13303                 Added in a 'Spelling' menu which includes the configuration menu. 
13304                 Added a real 'Check all' and got rid from the old one which only
13305                 highlited misspelled word.
13306                 Made 'Check while typing' a disableable option.
13307                 Added a dialog when there are no more misspelled word.
13308                 Added a dialog if error occurs when switching to a dictionary.
13309         
13310         * src/prefs_common.[ch]
13311                 Added option for the default 'Check while typing' option.
13312
13313
13314 2002-01-28 [alfons]     0.7.0claws37
13315
13316         * src/compose.c
13317                 fix buglet and make code comply with sylpheed code style
13318
13319 2002-01-28 [paul]       0.7.0claws36
13320
13321         * sync with sylpheed 0.7.0cvs19
13322                 see ChangeLog entries for 2002-01-28
13323
13324 2002-01-28 [hoa]        0.7.0claws35
13325
13326         * src/defs.h
13327                 added rendererrc
13328
13329         * src/main.c
13330                 read the renderer config
13331
13332         * src/procmime.[ch]
13333                 use the renderer config to convert mime attachments
13334
13335         * src/textview.c
13336                 don't use textview_show_html/ertf,
13337                 use get_text_content instead
13338
13339 2002-01-27 [alfons]     0.7.0claws34
13340         
13341         * src/news.c
13342                 make sylpheed believe it can delete a news message...
13343                 (messages are NOT deleted, maybe we should remove
13344                 processing from the folder properties after all.)
13345
13346 2002-01-27 [alfons]     0.7.0claws33
13347
13348         * src/folder.c
13349                 add extra checks
13350         * src/news.c
13351                 implement remove_msg() 
13352
13353 2002-01-27 [alfons]     0.7.0claws32
13354
13355         * src/procmsg.h
13356         * src/procheader.c
13357         * src/messageview.c
13358                 fix return receipt / disposition notification again. this
13359                 stuff seems to break on _every_ major summary UI change, so
13360                 it's now implemented using a flag which is saved in the
13361                 marks cache
13362                 
13363 2002-01-26 [alfons]     0.7.0claws31
13364
13365         * src/import.c
13366                 let import dialog show the destination folder identifier
13367
13368 2002-01-26 [melvin]     0.7.0claws30
13369
13370         * src/folderview.c
13371         * src/summaryview.c
13372                 Readded 'Mark all read' into summary view popup menu
13373                 Added 'Mark all read' in folder view popup menu for IMAP
13374                 and NNTP.
13375                 Made it insensitive if the selected folder is not the shown
13376                 one to avoid 'Mark all read' on the wrong folder.
13377                 
13378 2002-01-26 [paul]       0.7.0claws29
13379
13380         * src/folderview.c
13381           src/summaryview.c
13382                 move 'Mark all read' from summary view to folder view
13383                 menu. (adapted from) patch submitted by Jeremy Andrews,
13384                 <lists@kerneltrap.com>
13385
13386 2002-01-25 [alfons]     0.7.0claws28
13387
13388         * src/gtkstext.c
13389                 put the gtk class name back so GtkSText adapts the 
13390                 settings of GtkText
13391
13392 2002-01-25 [alfons]     0.7.0claws27
13393
13394         * src/folderview.c 
13395                 assimilate Ricardo's patch that shows pixmaps instead of
13396                 plain "new" and "unread" texts in the folder view column
13397                 headers 
13398
13399 2002-01-25 [paul]       0.7.0claws26
13400
13401         * src/Makefile.am
13402                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13403                 be found in non-standard locations. 
13404                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13405
13406 2002-01-25 [paul]       0.7.0claws25
13407
13408         * sync with sylpheed 0.7.0cvs16
13409                 see ChangeLog entry 2002-01-25
13410
13411 2002-01-24 [paul]       0.7.0claws24
13412
13413         * more sync with sylpheed 0.7.0cvs15
13414                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13415
13416 2002-01-23 [sergey]     0.7.0claws23
13417
13418         * src/importldif.c
13419                 Fixed segfault when closing LDIF import wizard with
13420                 the window manager.
13421         * src/imageview.c
13422         * src/imageview.h
13423         * src/messageview.c
13424         * src/mimeview.c
13425                 Fixed wrong scrolling position after switching between
13426                 text and image parts.
13427
13428 2002-01-23 [paul]       0.7.0claws22
13429
13430         * sync with sylpheed 0.7.0cvs15
13431                 see ChangeLog entries 2002-01-22 and 2002-01-23
13432
13433 2002-01-21 [melvin]     0.7.0claws21
13434
13435         * src/prefs_scoring.c
13436         * src/prefs_filtering.c
13437                 Fixed bug where scoring and filtering windows stopped
13438                 autochecking.
13439
13440 2002-01-21 [paul]       0.7.0claws20
13441
13442         * sync with sylpheed 0.7.0cvs12
13443                 see ChangeLog entries 2002-01-20 and 2002-01-21
13444
13445 2002-01-21 [carsten]    0.7.0claws19
13446         * src/mainwindow.c
13447         * src/menu.[ch]
13448         * src/messageview.[ch]
13449         * src/summaryview.[ch]
13450                 changes to shortcuts handling again:
13451                         + "Q" now controled by mainwin
13452                         + v/V are now customizable and have slightly
13453                           different meanings
13454                 the "button" to minimize the messageview (and maximize
13455                 the summary view) is a real button now
13456         * src/compose.c
13457                 "Delete Line+" added to Edit/Advanced (this will also
13458                 delete the '\n')
13459
13460 2002-01-20 [melvin] 0.7.0claws18
13461
13462         * src/addressbook.c
13463                 Made "Bcc" sensitive when addressbook is called from
13464                 compose window (it was a Claws only bug).
13465
13466 2002-01-19 [alfons] 0.7.0claws17
13467
13468         * src/inc.c
13469                 prevent unnecessary updates when currently selected folder has
13470                 no new messages 
13471
13472 2002-01-19 [alfons] 0.7.0claws16
13473         
13474         * src/summaryview.c
13475                 prevent writing the cache based on current message list in summary 
13476                 view when filtering also put messages in currently selected folder
13477
13478 2002-01-19 [paul]
13479
13480         * po/it.po
13481                 Italian translation submitted by Alessandro Maestri
13482                 <a.maestri@cs.tin.it>
13483
13484 2002-01-18 [melvin]     0.7.0claws15
13485
13486         * src/prefs_filters.c
13487                 fixed bug where 'cancel' from 'filters' window stops autochecking
13488                 if the timer timed out  when the window was open.
13489
13490 2002-01-18 [match]      0.7.0claws14
13491
13492         * src/addrclip.[ch]     ** NEW FILE **
13493         * src/addrselect.[ch]   ** NEW FILE **
13494         * src/adbookbase.h      ** NEW FILE **
13495                 addressbook cut, copy and paste
13496         * src/addrbook.[ch]
13497         * src/addrcache.[ch]
13498         * src/addressitem.h
13499         * src/addrindex.[ch]
13500         * src/addritem.[ch]
13501         * src/importldif.c
13502         * src/importmutt.c
13503         * src/jpilot.[ch]
13504         * src/syldap.[ch]
13505         * src/vcard.[ch]
13506         * src/jpilot.[ch]
13507         * src/editbook.c
13508         * src/editjpilot.c
13509         * src/editldap.c
13510         * src/editvcard.c
13511                 support for copy/paste
13512         * src/addressbook.c
13513                 support for copy/paste
13514                 tidy up menu option processing
13515                 correct address list function arguments
13516         * src/editaddress.c
13517                 sort user attributes
13518         * src/ldif.h
13519         * src/mutt.h
13520                 tidy up
13521
13522         * src/addrbook.[ch]
13523         * src/addrbook.[ch]
13524         * src/addrbook.[ch]
13525                 
13526
13527 2002-01-18 [paul]       0.7.0claws13
13528
13529         * sync with sylpheed 0.7.0cvs8
13530                 configure.in: support Mac OS X (Darwin)
13531
13532 2002-01-18 [carsten]    0.7.0claws12
13533         * src/html.c
13534                 small hack to fix a segfault with an empty href
13535                 (reported by Alexandra Walford <deeni@altern.org>)
13536         * src/mainwindow.c
13537         * src/summaryview.c
13538                 the shortcuts for Mark und Mark as unread are hardcoded
13539                 again
13540         * src/compose.c
13541         * src/gtkstext.[ch]
13542                 readded the shortcuts in gtkstext but made them
13543                 customizeable (simply by adding a menu plus a wrapper
13544                 to compose.c)
13545
13546 2002-01-17 [melvin]     0.7.0claws11
13547
13548         * src/gtkspell.c
13549                 fix default dictionary not being saved.
13550
13551 2002-01-16 [darko]      0.7.0claws10
13552
13553         * src/compose.c
13554                 fix wrapping crash with URL longer than wrapping margin
13555
13556 2002-12-08 [hoa]        0.7.0claws10
13557
13558         * src/matcher_parser_parse.y
13559                 fixed some bugs
13560
13561         * src/prefs_filtering.c
13562                 now, we can use bounce action in the dialog box.
13563
13564 2002-01-16 [carsten]    0.7.0claws9
13565         * src/gtkstext.c
13566                 removed the <control> and <alt> shortcuts because they're
13567                 not needed and interefered with the "normal" shortcuts
13568         * src/mainwindow.c
13569         * src/summaryview.c
13570                 removed most of the hardcoded shortcuts and assigned
13571                 them to menu entries making them easy customizable by
13572                 that
13573
13574 2002-01-16 |melvin]     0.7.0claws8
13575
13576         * src/gtkspell.c
13577                 fixed bug where using the mouse and when the compose
13578                 window is not on top may result in a crash.
13579
13580 2002-01-16 [melvin]     0.7.0claws7
13581
13582         * src/compose.c
13583                 fixed a long standingspell checker bug which could 
13584                 cause a crash after sending a message.
13585
13586 2002-01-16 [paul]       0.7.0claws6
13587
13588         * sync with sylpheed 0.7.0cvs7
13589                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13590                 2002-01-15, and 2002-01-16
13591
13592 2002-01-16 [melvin]     0.7.0claws5
13593
13594         * README.claws
13595         * src/compose.c
13596         * src/gtkspell.[ch]
13597         * src/main.c
13598                 Heavily modified spell checker code to work around
13599                 ispell bug, to add keyboard shortcuts and for future
13600                 enhancements. See README.claws for usage information.
13601
13602 2002-01-15 [alfons]     0.7.0claws4
13603         
13604         * src/summaryview.c
13605                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13606                 so sorting within threads reflects sort mode
13607
13608 2002-01-15 [christoph]  0.7.0claws3
13609
13610         * src/procmsg.c
13611                 added alertpanel if mail sending failed
13612
13613 2002-01-15 [alfons]     0.7.0claws2
13614         
13615         * src/prefs_filtering.c
13616                 don't stop timer when prefs filtering dialog is opened
13617
13618 2002-01-14 [alfons]     0.7.0claws1
13619
13620         * src/addr_compl.c
13621         * src/prefs.c
13622                 remove debug_print()s for privacy reasons
13623
13624 2002-01-14 [darko]      0.7.0claws
13625
13626         * README.claws
13627                 quotation wrapping is now also in the main branch
13628
13629 2002-01-14 [paul]
13630
13631         * tools/filter_conv.pl
13632                 allow for Boolean Op and case-sensitivity
13633                 this file is included in the release and tagged
13634                 'rel_0_7_0'
13635
13636 2002-01-13 [paul]       0.7.0claws
13637
13638         * release 0.7.0, with cvs tag 'rel_0_7_0'
13639
13640 2002-01-13 [paul]
13641
13642         * tools/filter_conv.pl
13643         * tools/README
13644                 rewritten to output to matcherrc instead of filteringrc
13645
13646         * po/es.po
13647                 updated Spanish translation by Ricardo Mones Lastra
13648
13649 2002-01-13 [alfons]
13650
13651         * po/nl.po
13652                 update dutch translation
13653
13654 2002-01-13 [paul]
13655
13656         * po/pt_BR.po
13657                 Updated by Fabio Junior Beneditto 
13658
13659 2002-01-13 [melvin]     0.6.6claws53
13660
13661         * po/fr.po
13662                 Updated french translation
13663
13664 2002-01-12 [alfons]     0.6.6claws52
13665
13666         * src/filtering.c
13667                 plug mem leak that has been sitting there for ages              
13668
13669 2002-01-12 [alfons]     0.6.6claws51
13670
13671         * src/summaryview.c
13672                 undo melvin's changes from 0.6.6claws48 because summary
13673                 view now refuses to select first unread message when
13674                 selecting a folder 
13675
13676 2002-01-11 [alfons]     0.6.6claws50
13677
13678         * src/import.c
13679                 use claws' semantics for getting folder item when
13680                 importing an mbox file into a folder 
13681                 (submitted by Dale P. Smith)
13682
13683 2002-01-11 [christoph]  0.6.6claws49
13684
13685         * src/prefs.h
13686                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13687                 toggle widget, because non static prefs can not use
13688                 prefs_set_* functions
13689         * src/prefs_account.c
13690                 toggle smtp auth password field sensitivity if
13691                 user id is empty and add descrition of usage for
13692                 these fields
13693         * src/prefs_folder_item.c
13694                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13695                 callbacks
13696
13697 2002-01-11 [melvin]     0.6.6claws48
13698
13699         * src/compose.c
13700                 fix the 'Ctrl-Enter' feature for sending and test really
13701                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13702                 editables which was not documented in Gtk)
13703
13704         * src/summaryview.c
13705                 Made summaryview refresh after sorting and not before.
13706
13707 2002-01-11 [christoph]  0.6.6claws47
13708
13709         * src/compose.c
13710                 select account from account ids if possible and
13711                 correctly set save folder for copy in reedit
13712
13713 2002-01-10 [paul]       0.6.6claws46
13714
13715         * sync with sylpheed 0.7.0 release
13716                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13717                 2002-01-09
13718
13719 2002-01-09 [alfons]
13720
13721         * src/summaryview.c
13722                 remove more dirt traces...
13723
13724 2002-01-09 [alfons]
13725         
13726         * src/summaryview.c
13727                 clean up some traces of my debugging stuff
13728
13729 2002-01-09 [alfons]     0.6.6claws45
13730
13731         * src/filtering.c
13732                 break up filteringprop_apply() in three separate pieces
13733                 so we can drop messages that failed processing in the
13734                 inbox
13735
13736         * src/summaryview.c
13737                 fix bug #469598 "no refresh of inbox after filter" which 
13738                 was introduced by the new summary view locking, and which 
13739                 prevented the summary view to update after a manual filter 
13740                 message. claw's filter message requires a summary_show().
13741                 (aargh, summary_show() again! :-)
13742                 
13743 2002-01-07 [alfons]     0.6.6claws44
13744
13745         * src/headerwindow.c
13746         * src/logwindow.c
13747         * src/messageview.c
13748         * src/sourcewindow.c
13749                 bring in Hiro's last 0.7.0 wm class fixes
13750
13751         * tools/sylprint.pl
13752                 bring in Ricardo's fix for sylprint script
13753
13754         * AUTHORS       
13755         * src/rfc2015.[ch]
13756         * src/prefs_common.[ch]
13757         * src/prefs_account.[ch]
13758         * src/compose.c
13759                 clean up account preference poison in rfc2015,
13760                 and preparation to fix double sign bug 
13761                 (patch submitted by Simon 'corecode' Schubert)
13762
13763 2002-01-07 [christoph]  0.6.6claws43
13764
13765         * src/mh.c
13766                 search for free message number, do not only rely
13767                 on last_num
13768         * src/send.c
13769                 fix smtp auth and use extra account information
13770                 if available, if not use pop3 data instead
13771                 (closes bug #500341)            
13772         * src/ssl.[ch]
13773                 match coding style
13774
13775 2002-01-06 [alfons]     0.6.6claws42
13776
13777         * src/mainwindow.c
13778                 try making the separate windows work again...
13779
13780 2002-01-06 [alfons]     0.6.6claws41
13781
13782         * src/mainwindow.c
13783                 adapt Hiro's separate window menu (to get rid of the funny
13784                 duplicate menu items), and make it work again
13785
13786 2002-01-06 [alfons]     0.6.6claws40
13787
13788         * tools/Makefile.am
13789         * tools/sylprint.rc
13790         * tools/sylprint.pl
13791         * tools/README.sylprint
13792                 add sylprint script for printing mails from Sylpheed
13793                 (contributed by Ricardo Mones Lastra)
13794
13795         * src/acount.c
13796                 clean up
13797
13798 2002-01-06 [melvin]     0.6.6claws39
13799
13800         * src/mainwindow.c
13801         * src/summaryview.c
13802                 Fixed crash introduced in 0.6.6claws38 by the menu
13803                 reorganisation (Hide read messages)
13804         
13805         * ChangeLog.claws 
13806                 Fixed typo (we are now in 2002, alfons ;) )
13807
13808 2002-01-05 [alfons]     0.6.6claws38
13809
13810         * sync with sylpheed 0.6.6cvs10-17
13811                 (last stuff marked as LAST_STABLE)
13812
13813 2002-01-04 [melvin]     0.6.6claws37
13814
13815         * src/account.c
13816                 Made account selection code use strcasestr again instead of
13817                 g_strcasecmp (fixes bug where reediting queued messages
13818                 did not select proper account reported by T. Link).
13819         
13820         * src/folderview.c
13821                 Fix bug where folder icons are not shown when 'hide read messages'
13822                 is on.
13823         
13824         * src/stock_pixmaps.[ch]
13825                 Added folder icons for 'hide read messages'.
13826         
13827         * src/compose.c
13828                 Fixed bug where 'Enter' in a header entry will send the message 
13829                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13830
13831 2002-01-03 [melvin]     0.6.6claws36
13832         
13833         * src/prefs.[ch]
13834                 Added popup menu for common preferences and
13835                 account preferences (right click on tab displays
13836                                 a menu of all tabs.)
13837
13838 2002-01-02 [melvin]     0.6.6claws35
13839
13840         * src/gtkspell.[ch]
13841                 Made spelling code compatible with undo/redo feature.
13842                 Added creation of suggestion mode menu for the general
13843                         preferences.
13844         
13845         * src/prefs_common.[ch]
13846                 Added option menu for the speller's suggestion mode.
13847                 Added missing spaces in "..." buttons and made a "..."
13848                         button non translatable!
13849         
13850         * src/compose.c
13851                 Made speller use the default suggestion mode.
13852                 Hack to make it possible to choose 'CTRL-Enter' as a
13853                         shortcut for sending (and only for sending).
13854
13855         * src/prefs_folder_item.c
13856                 Changing subject simplification does not update cache 
13857                         anymore (because it is unnecessary).
13858                 Fixed bug where changing subject simplification updated the 
13859                         summaryview even when the viewed folder is not the
13860                         folder which properties are being changed. (E.g. 
13861                                         viewing folder A and changing
13862                                         the subject simplification of 
13863                                         folder B -not being viewed- updated the 
13864                                         summaryview of folder A with data of
13865                                         folder B). (Hope this is clear... )
13866
13867 2001-12-31 [alfons]     0.6.6claws34
13868         
13869         * src/ldif.c
13870         * src/mutt.c
13871                 fgetc() returns a signed integer which doesn't
13872                 fit in a char. so c truncates this to a char
13873                 but we may lose significant bits. i.e. we may
13874                 comparing 0xFF which may not be equal to -1
13875                 unless properly casted to signed char which
13876                 we won't do because fgetc() returns a signed
13877                 integer which doesn't fit in a char. so c 
13878                 truncates this to a char but we may lose 
13879                 significat bits. (you got the idea, thanks
13880                 to Gustavo Noronha Silva <kov@debian.org>
13881                 and the Debian folks!)
13882
13883 2001-12-30 [alfons]     0.6.6claws33
13884
13885         * src/prefs_common.c
13886                 add #ifdef USE_PSPELLs that Melvin forgot               
13887
13888 2001-12-30 [melvin]     0.6.6claws32
13889         
13890         * src/prefs_common.[ch]
13891                 Added configurable color for misspelled words.
13892
13893         * src/gtkspell.[ch]
13894                 Fixed bug of foreground text color (reported by David
13895                                 Mehrmann)
13896                 Added configurable color for misspelled words.
13897
13898 2001-12-30 [alfons]     0.6.6claws31
13899
13900         * src/folder.c
13901                 remove unnecessary things someone put there
13902
13903         * src/mh.c
13904         * src/folder.[ch]
13905                 make folder properties (like threading and sorting) persistent
13906                 (closes bug #497424 "rescan folder tree resets proprieties")
13907                 currently this is only for MH folders. 
13908
13909 2001-12-29 [melvin]     0.6.6claws30
13910
13911         * src/string_match.[ch]
13912                 Optimized a bit: regexp pattern buffer compiled only once, and
13913                   one subroutine call removed. Fixed ^ regexp search: Now, 
13914                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13915         
13916         * src/summaryview.c
13917                 Subject filtering changed to filter summary columns and
13918                   not directly the messages subject cache. The loss in 
13919                   performance is balanced by the improvement of string_match.
13920                 Added an alert panel if there is an error in the regexp.
13921
13922         * src/src/prefs_folder_item.h
13923                 Added a regexp pattern buffer.
13924
13925 2001-12-28 [alfons]     0.6.6claws29
13926
13927         * src/string_match.[ch]
13928                 clean up name space
13929                 allow compilation *BSD
13930
13931 2001-12-27 [alfons]     0.6.6claws28
13932
13933         * src/filter.c
13934                 sync the Hiro's bug fix for BSD
13935
13936 2001-12-27 [melvin]     0.6.6claws27
13937         
13938         * src/compose.c
13939                 Simplify focus to subject entry code.
13940
13941 2001-12-27 [darko]      0.6.6claws26
13942
13943         * src/filtering.c
13944         * src/mbox_folder.c
13945         * src/messageview.c
13946         * src/mh.c
13947         * src/procheader.[ch]
13948         * src/procmsg.h
13949         * src/stock_pixmap.[ch]
13950         * src/summaryview.c
13951                 Show key icon for encrypted mails in summary view
13952
13953         * src/pixmaps/clip.xpm
13954         * src/pixmaps/clipkey.xpm
13955         * src/pixmaps/key.xpm
13956                 New/modified icons for the above
13957
13958 2001-12-27 [melvin]     0.6.6claws25
13959
13960         * src/prefs_common.c
13961                 Put spell checker options in a separate tab to decrease
13962                 the Common Preferences window height.
13963
13964         * README.claws  
13965                 Update spell checker usage instruction about its options
13966                 location.
13967
13968 2001-12-27 [melvin]     0.6.6claws24
13969
13970         * src/compose.c
13971                 Changed subject entry widget position. Initial focus is
13972                 on the To header instead of the subject entry.
13973                 Creating a new header scrolls the header list to make the
13974                 created one visible. Nevertheless, when automatically filling
13975                 headers, the first one is shown.
13976                 A Tab key press in the last empty header entry zips the 
13977                 focus to the subject entry.
13978                 (I did not change the combo boxes, yet)
13979
13980 2001-12-26 [alfons]     0.6.6claws23
13981
13982         * src/prefs_account.c
13983         * src/inc.c
13984                 allow default inbox to reside in another mailbox (only
13985                 works for POP3 accounts)
13986
13987 2001-12-26 [alfons]     0.6.6claws22
13988         
13989         * src/textview.c
13990                 make reply-on-click work with the account of the selected folder
13991         * src/compose.c
13992                 put a fixme here to remind me to fix finding correct default
13993                 account for nested folders
13994
13995 2001-12-25 [alfons]     0.6.6claws21
13996
13997         * src/summaryview.c
13998                 make column headers display locked and mark pixmaps (idea by Melvin) 
13999                 fix bug by adding score and locked column type to sort array
14000
14001 2001-12-25 [alfons]     0.6.6claws20
14002         
14003         * src/summaryview.c
14004                 catch a *potentially* inadvertent write back of  
14005                 the message cache(s) introduced by 0.6.5claws37
14006
14007 2001-12-25 [christoph]  0.6.6claws19
14008
14009         * src/stock_pixmap.[ch]
14010         * src/summaryview.c
14011                 add ignore thread pixmap
14012                 (can someone draw a better icon for this?)
14013
14014 2001-12-24 [alfons]     0.6.6claws18
14015
14016         * src/prefs_folder_item.c
14017                 make address completion actually work for the
14018                 Default To address in the Folder Property dialog.
14019
14020 2001-12-24 [alfons]     0.6.6claws17
14021         
14022         * src/summaryview.c
14023                 use new style regexp for subject stripping 
14024                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14025
14026 2001-12-24 [darko]      0.6.6claws16
14027
14028         * src/pgptext.c
14029         * src/rfc2015.c
14030                 move GPG related informational messages to debug mode
14031
14032 2001-12-23 [alfons]     0.6.6claws15
14033
14034         * src/stock_pixmap.[ch]
14035         * src/summaryview.c
14036                 add the forgotten Claws' locked pixmap
14037
14038 2001-12-23 [alfons]     0.6.6claws14
14039
14040         * src/filesel.c
14041                 accept file name typed in entry in multi file
14042                 selector (patch submitted by Gustavo Noronha Silva 
14043                 <kov@debian.org>)
14044
14045 2001-12-23 [alfons]     0.6.6claws13
14046
14047         * src/prefs_filter.c
14048         * src/prefs_filtering.c
14049         * src/matcher.c
14050         * src/importmutt.c
14051                 clean up a little bit
14052         
14053         * src/string_match.c
14054                 validate input strings a little bit more
14055
14056 2001-12-23 [alfons]     0.6.6claws12
14057
14058         * src/Makefile.am
14059         * src/summaryview.c
14060         * src/string_match.[ch]         ** NEW **
14061         * src/folderview.[ch]
14062         * src/headerview.h
14063         * src/folder.[ch]
14064         * src/prefs_folder_item.[ch]
14065                 add subject simplification to strip out strings from
14066                 a subject line (esp. handy for mailing lists). 
14067                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14068                 but slightly changed things for better integration.)
14069
14070 2001-12-23 [alfons]     0.6.6claws11
14071
14072         * src/mainwindow.c
14073                 fix bug introduced by submission included in 0.6.5claws52.
14074                 ideally this submission should clean the trash if any trash
14075                 folder has a message. however, the hasTrash variable was
14076                 set to false whenever a trash folder was empty (discarding
14077                 a previously found *filled* trash folder.)
14078
14079                 also edited the code a little bit and made it more safe.
14080
14081 2001-12-22 [alfons]     0.6.6claws10
14082
14083         * src/imap.c
14084                 quick fix for Martin Pool's omission of an account
14085                 specific SSL setting
14086
14087 2001-12-22 [alfons]     0.6.6claws9
14088
14089         * src/compose.c
14090         * src/messageview.c
14091         * src/mimeview.c
14092         * src/pgptext.c
14093         * src/procmime.[ch]
14094                 better support for multipart/digest (submitted
14095                 by Fredrik <e98fo@efd.lth.se>)
14096
14097 2001-12-22 [alfons]     0.6.6claws8
14098
14099         * src/addressbook.c
14100                 correct function signature
14101         * src/socket.[ch]
14102         * src/imap.[ch]
14103         * src/prefs_account.[ch]
14104                 allow IMAP over SSH tunnel (patch submitted by 
14105                 Martin Pool <mbp@samba.org>)
14106
14107 2001-12-21 [alfons]     0.6.6claws7
14108
14109         * sync with sylpheed 0.6.6cvs4-9
14110                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14111
14112 2001-12-21 [christoph]  0.6.6claws6
14113
14114         * src/compose.c
14115         * src/prefs_folder_item.[ch]
14116                 implement saving of outgoing messages to current folder.
14117                 fix segfault when no default outbox is available
14118                 (closes bug #495683)
14119
14120 2001-12-21 [carsten]    0.6.6claws5
14121         * src/folderview.c
14122         * src/summaryview.c
14123                 pressing CTRL while DND does now the expected thing and
14124                 copies the mail (moving is still the default, as this
14125                 seam more appropriate for handling mails by DND)
14126
14127 2001-12-18 [paul]       0.6.6claws4
14128
14129         * sync with sylpheed 0.6.6cvs3
14130                 see ChangeLog entries 2001-12-18
14131
14132 2001-12-18 [hiro]       0.6.6claws3
14133
14134         * src/undo.c
14135                 fix for multibyte characters (obtain the number of letters
14136                 instead of bytes).
14137
14138 2001-12-17 [paul]       0.6.6claws2
14139
14140         * sync with sylpheed 0.6.6cvs1
14141                 see ChangeLog entry 2001-12-16
14142
14143 2000-12-17 [alfons]     0.6.6claws1
14144
14145         * src/filtering.c
14146                 clean up
14147
14148 2001-12-16 [paul]       0.6.6claws
14149 2001-12-15
14150
14151         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14152
14153         * src/mimeview.c
14154                 last minute sync with main 0.6.6
14155
14156         * po/es.po
14157                 updated by Ricardo Mones Lastra
14158                 update for last minute sync
14159         * po/fr.po
14160         * po/nl.po
14161                 update for last minute sync
14162         * po/de.po
14163                 updated by Jens Oberender
14164         * po/pt_BR.po
14165                 updated by Fabio Junior Beneditto
14166
14167         * src/prefs_common.[ch]
14168         * src/undo.c
14169                 number of undo levels is user configurable
14170                 (squeeze it into the release in the dying
14171                 moments) Submitted by Jens Oberender    
14172
14173 2001-12-15 [melvin]
14174
14175         * po/fr.po
14176                 updated french translation
14177
14178 2001-12-15 [paul]       0.6.5claws92
14179
14180         * sync with sylpheed 0.6.5cvs28
14181                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14182
14183         * po/nl.po
14184                 update to allow for sync
14185
14186 2001-12-15 [alfons]
14187         
14188         * po/nl.po
14189                 update dutch translation
14190
14191 2001-12-14 [carsten]    0.6.5claws91
14192         * src/summaryview.c
14193                 fixed bug #473785; also after changing the column order
14194                 the same message will be selected and displayed as before
14195                 the reordering
14196
14197 2001-12-14 [carsten]    0.6.5claws90
14198         * src/folderview.c
14199                 probably found the bug reported by wwb opening or closing
14200                 a folder tree just before dnd (found the solution in the
14201                 balsa source -- thanks to them)
14202
14203 2001-12-14 [carsten]    0.6.5claws89
14204         * src/gtkutils.c
14205         * src/account.c
14206                 moved gtk_clist_moveto to the right place, so that
14207                 only the accounts dialog is effected on opening
14208
14209 2001-12-14 [carsten]    0.6.5claws88
14210         * src/gtkutils.c
14211                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14212                 now, so that the focused row will be seen in any case
14213                 (reported by wwp on sf-claws-user)
14214
14215 2001-12-14 [darko]      0.6.5claws87
14216
14217         * src/compose.c
14218                 remove unnecessary line
14219
14220 2001-12-14 [paul]       0.6.5claws86
14221
14222         * sync with sylpheed 0.6.5cvs27
14223                 see ChangeLog entries 2001-12-14
14224
14225 2001-12-14 [carsten]    0.6.5claws85
14226         * src/mainwindow.c
14227                 following a suggestion of Melvin the rcoabm pops up
14228                 right under the button now and the button is reliefed
14229                 while the popup is open
14230
14231 2001-12-14 [darko]      0.6.5claws84
14232
14233         * src/compose.c
14234                 fix crash when wrapping long lines if linewrap quotation
14235                 is disabled and wrapper encounters a word spanning more
14236                 than one line
14237
14238 2001-12-13 [paul]       0.6.5claws83
14239
14240         * src/compose.c
14241                 prefer 'Reply-To' header over mailing list header when
14242                 replying to a message. Finally prevent all those confirmation 
14243                 messages being sent to the list itself.
14244
14245         * src/summaryview.c
14246                 remove unused summary_set_menu_sensitive() entry
14247
14248 2001-12-13 [paul]       0.6.5claws82
14249
14250         * src/folderview.c
14251         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14252         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14253         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14254                 improvements to 'Hide read messages': Inbox, Outbox,
14255                 Trash, Queue, and Draft icons now reveal presence of hidden 
14256                 messages
14257
14258 2001-12-12 [alfons]     0.6.5claws81
14259
14260         0.6.5claws80 was tagged as LAST_STABLE
14261
14262         * src/filtering.[ch]
14263         * src/matcher.[ch]
14264         * src/matcher_parser_lex.c
14265                 fix the filtering; my last attempt to get it right, 
14266                 if it does not work, it's Hoa's turn. ;-)
14267
14268                 for my honourable peers:
14269                 
14270                 the code now makes a clear distinction between
14271                 rules as they are displayed (probably escaped),
14272                 and as they are executed (probably unescaped). the
14273                 parser does *NOT* do any unescaping, this is
14274                 the task of the matcher.c (which breaks up a
14275                 rule into condition) and the filtering.c (which
14276                 breaks up the rule's action). to make this
14277                 run happily we provide an unescaped copy of
14278                 crucial strings to the MatcherProp and 
14279                 FilteringAction structures. note that the only
14280                 exception to this is any REGEXP string. those
14281                 are directly passed to regcomp() and regexp()
14282                 (who have much more powerful unescape functions).
14283                 
14284                 for everyone else:
14285         
14286                 you can escape tab (\t), carriage return (\r),
14287                 linefeed (\n), form feed (\f), quote (\"), 
14288                 single quote (\'), bell (\b) in all the entry
14289                 lines in the scoring & filtering dialogs.
14290                 as an added bonus this should not affect
14291                 existing filtering rules.
14292
14293 2001-12-12 [carsten]    0.6.5claws80
14294
14295         * src/summaryview.c
14296         * po/de.po
14297                 "item(s) selected" is now sensitive to 1 or more
14298                 than one selected (nice for language where simple
14299                 adding of a "s" is not possible as German (Eintrag
14300                 ->Eintr"age)
14301                 
14302                 the "forward as attachment" entry from the right
14303                 click menu removed, "forward" acts following the
14304                 prefs
14305         
14306         * src/textview.c
14307                 reverted my former changes; so compiler warning again
14308                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14309                 nevertheless
14310
14311         * src/messageview.c
14312                 "search in message" does now *not* only work in MVIEW_TEXT
14313                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14314                 message
14315
14316         * src/mainwindow.c
14317                 removed "/File/_Close" as it was the same as "/File/E_xit"
14318                 and we don't need it two times
14319
14320                 the separate folder view and message view now get a distinct
14321                 WMCLASS, just in case someone is using sawfish ;-)
14322
14323                 as the menu entries "/View/Message view" and "/View/Folder tree"
14324                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14325                 make them sensitive accordingly and as these two are "shown"
14326                 after startup anytime check this menuitem at startup
14327
14328 2001-12-12 [paul]       0.6.5claws79
14329
14330         * src/folderview.c
14331                 fix sensitivity of 'Search folder...', broken in
14332                 0.6.5claws75
14333
14334         * src/mainwindow.c
14335                 fix dodgy English
14336
14337 2001-12-11 [carsten]    0.6.5claws78
14338         * src/filtering.c
14339                 fixed two typos returning a wrong FALSE/TRUE
14340         * src/mainwindow.[ch]
14341                 extra menu for email/news button removed
14342
14343 2001-12-11 [alfons]     0.6.5claws77
14344         
14345         * src/matcher.c                 (1.3)
14346         * src/matcher_parser_lex.l      (1.28)
14347                 revert for another attempt
14348                 mark 0.6.5claws77 as LAST_STABLE
14349
14350 2001-12-11 [christoph]  0.6.5claws76
14351
14352         * po/de.po
14353                 fixed wrong translation for prev. unread msg
14354
14355 2001-12-11 [paul]       0.6.5claws75
14356
14357         * src/folder.[ch]
14358         * src/folderview.c
14359         * src/mainwindow.c
14360         * src/summaryview.[ch]
14361         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14362                 enable ability to hide read messages on per folder basis via 
14363                 '/Summary/Hide read messages'; when selected, a folder will 
14364                 have a red open folder icon, instead of a blue icon, if the 
14365                 folder contains hidden messges
14366                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14367
14368         * src/mainwindow.c
14369                 remove '/Message/Forward as attachment' from 
14370                 main_window_set_menu_sensitive() to prevent debug warning
14371
14372         * src/folderview.c
14373         * src/mainwindow.c
14374                 Clean up some of the English
14375
14376         * tools/newscache_clean.pl
14377                 allow for new 'hidereadmsgs' entry in folderlist.xml
14378
14379         * po/es.po
14380                 updated translation, submitted by Ricardo Mones Lastra
14381
14382 2001-12-11 [paul]       0.6.5claws74
14383
14384         * sync with sylpheed 0.6.5cvs25
14385                 see ChangeLog entry 2001-12-11
14386
14387 2001-12-10 [alfons]     0.6.5claws73
14388
14389         * src/matcher.c
14390                 add more control characters
14391         * src/matcher_parser_lex.l
14392                 make escaping / unescaping work again
14393
14394 2001-12-10 [alfons]     0.6.5claws72
14395
14396         * src/imap.c
14397                 clean up warnings "returning value for void function" 
14398         * src/prefs_filtering.c
14399                 make info button for execute action sensitive
14400
14401 2001-12-10 [paul]       0.6.5claws71
14402
14403         * src/compose.c
14404         * src/imap.[ch]
14405         * src/summaryview.c
14406                 fix: imap server now gets informed of MARKED, UNMARKED
14407                 and REPLY events. Now people can use different IMAP-Mail
14408                 clients and have the exact same information about MARKED,
14409                 UNMARKED and REPLY status with all of them. Especially
14410                 useful for imap servers with a web-frontend.
14411                 submitted by Tobias Sandhaas <medlor@web.de>
14412
14413 2001-12-09 [melvin]     0.6.5claws70
14414         
14415         * src/textview.[ch]
14416                 fixed bug #490076 (hunted down by Alfons who implemented
14417                 a workaround in 0.6.5claws65)
14418
14419 2001-12-09 [christoph]  0.6.5claws69
14420
14421         * src/summaryview.c
14422                 set pointer to string in LOCKED column to NULL
14423                 (might fix bug #490800)
14424
14425 2001-12-09 [carsten]    0.6.5claws68
14426
14427         * po/de.po
14428                 resolved some cluttered menu shortcuts 
14429                 ('creating new email' and 'creating news message'
14430                 hade the same)
14431         * src/compose.c
14432                 wmclass now distinc from main window
14433         * src/mainwindow.c
14434           src/mainwindow.h
14435                 email/news and forward button functionality similar
14436                 to the reply buttons; removed the ugly dropdown arrows
14437                 and use instead the right mouse button
14438
14439 2001-12-09 [paul]       0.6.5claws67
14440
14441         * src/imap.c
14442         * src/utils.h
14443                 allow spaces in imap folder names
14444                 submitted by Willem van Engen <wvengen@stack.nl>
14445
14446 2001-12-09 [paul]       0.6.5claws66
14447
14448         * sync with sylpheed 0.6.5cvs24
14449                 see ChangeLog entry 2001-12-09
14450
14451 2001-12-08 [alfons]     0.6.5claws65
14452
14453         * src/textview.c
14454                 prevent secondary selection claim after "add to sender" dialog
14455                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14456                 we trick GTK by simulating a click at (0, 0) in the textview.
14457
14458 2001-12-08 [hoa]        0.6.5claws64
14459
14460         * src/folder.c
14461                 fixed a bug about the .processing folder name while filtering
14462
14463 2001-12-08 [alfons]     0.6.5claws63
14464
14465         * src/folderview.c 
14466                 work around problem of not correctly updating folder stats
14467                 when deleting messages. there's some folder scanning evil
14468                 going so the folderview_update_msg_num() does not work
14469                 correctly. need to investigate this.
14470
14471 2001-12-08 [paul]       0.6.5claws62
14472
14473         * sync with sylpheed 0.6.5cvs23
14474                 see ChangeLog entry 2001-12-08
14475
14476 2001-12-07 [christoph]  0.6.5claws61
14477
14478         * src/compose.c
14479                 fix another header translation problem
14480
14481 2001-12-07 [alfons]     0.6.5claws60
14482
14483         * src/mbox.c
14484                 make filtering also work on local spool mbox
14485
14486 2001-12-07 [carsten]    0.6.5claws59
14487         * src/addressbook.c
14488                 addressbook window gets a wmclass distinct from the main
14489                 sylpheed window
14490         * src/compose.h
14491         * src/mainwindow.[ch]
14492                   forward menu item will use mode selected in prefs, forward 
14493                 as attatchment in menu removed (will be substituted in the
14494                 toolbar similar to reply buttons)
14495                   create news message menu entry and news button is now 
14496                 sensitive to the existance of a news account
14497         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14498         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14499         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14500                 these are removed because the toolbar buttons don't show
14501                 the quoting modus any longer
14502
14503 2001-12-07 [paul]
14504
14505         * tools/newscache_clean.pl      ** NEW FILE **
14506                 perl script to do some tidying up in the newscache directory 
14507                 
14508         * tools/sylpheed-switcher       ** NEW FILE **
14509                 perl script to enable easy switching between main and claws
14510                 
14511         * tools/README
14512                 added descriptions of the two new perl scripts          
14513
14514
14515 2001-12-07 [melvin]     0.6.5claws58
14516
14517         * src/messageview.c
14518                 fixed a warning during compilation introduced in 0.6.5claws56
14519
14520 2001-12-07 [paul]       0.6.5claws57
14521
14522         * src/mainwindow.[ch]
14523         * src/menu.[ch]
14524                 further usability enhancements to replying with or without 
14525                 quoting via the toolbar, use of Ctrl key is replaced by 
14526                 drop down menu 
14527                 Submitted by Carsten Schurig            
14528
14529 2001-12-07 [melvin]     0.6.5claws56
14530
14531         * src/messageview.c
14532                 hack to fix bug that prevented to make/paste selections
14533                 after switching between MVIEW_TEXT and MVIEW_MIME views
14534                 without deselecting the selection first.
14535
14536 2001-12-06 [alfons]     0.6.5claws55
14537
14538         * src/filtering.[ch]
14539         * src/inc.c
14540                 revise filtering a little bit more, and make sure
14541                 messages are delivered to the appropriate inbox
14542                 (perhaps set per account)
14543
14544 2001-12-06 [paul]       0.6.5claws54
14545
14546         * sync with sylpheed 0.6.5cvs22
14547                 see ChangeLog entry 2001-12-06
14548
14549 2001-12-05 [alfons]     0.6.5claws53
14550
14551         * src/inc.c
14552         * src/folder.[ch]
14553         * src/procmsg.c
14554         * src/filtering.c
14555                 more revisions of filtering system
14556                 (last stable version is marked as LAST_STABLE)
14557                 
14558                 | NOTE 1): the filtering system now uses a local folder called
14559                 | .processing. if filtering fails, check this directory
14560                 | for missing messages.
14561                 |
14562                 | NOTE 2): help us find the filtering actions still missing
14563
14564 2001-12-05 [paul]       0.6.5claws52
14565
14566         * src/mainwindow.c
14567                 fix bug where 'Empty Trash?' pop-up window appears even
14568                 when Trash is empty, submitted by Jesse Skinner         
14569
14570 2001-12-05 [melvin]     0.6.5claws51
14571
14572         * src/compose.c
14573                 fixed bug #486106 to select correct account when reediting 
14574                 a queued message
14575         
14576 2001-12-04 [alfons]     0.6.5claws50
14577
14578         * src/mh.c
14579                 declare markfile in appropriate functions when
14580                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14581                 for spotting this)
14582
14583 2001-12-04 [paul]       0.6.5claws49
14584
14585         * sync with sylpheed 0.6.5cvs21
14586                 see ChangeLog entry 2001-12-04
14587
14588 2001-12-03 [christoph]  0.6.5claws48
14589
14590         * po/de.po
14591                 changed translation of undo
14592         * src/account.c
14593         * src/folder.c
14594                 don't reinvent the wheel to traverse a GNode
14595         * src/compose.[ch]
14596                 seperate code to create the compose gui into functions
14597                 add "Others" page with folder selection for saving copy
14598                 of the message.
14599                 the folder identifier is saved to queue header
14600         * src/procmsg.c
14601                 save message to folder in queue header
14602
14603 2001-12-03 [paul]       0.6.5claws47
14604
14605         * sync with sylpheed 0.6.5cvs20
14606                 see ChangeLog entry 2001-12-03
14607
14608 2001-12-01 [paul]
14609
14610         * more sync with sylpheed 0.6.5cvs19
14611                 see ChangeLog entry 2001-11-29
14612
14613 2001-11-30 [paul]       0.6.5claws46
14614         
14615         * src/compose.c
14616                 remove conflicts introduced by Hoa's last commit
14617          
14618         * src/mainwindow.c
14619                 make 'Message/Bounce' sensitive
14620
14621 2001-11-30 [hoa]        0.6.5claws45
14622
14623         * src/compose.c
14624                 slightly change bounce function to add
14625                 information about the user that bounced the mail
14626                 in the From header line.
14627
14628         * src/folderview.c
14629                 permit the use of processing in outbox folder.
14630
14631 2001-11-29 [paul]       0.6.5claws44
14632
14633         * src/mainwindow.[ch]
14634         * src/prefs_common.c
14635         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14636         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14637         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14638                 usability enhancements to the quoting, implements
14639                 use of Ctrl key to toggle quoting settings
14640                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14641
14642 2001-11-29 [paul]       0.6.5claws43
14643         
14644         * sync with sylpheed 0.6.5cvs19
14645                 see ChangeLog entry 2001-11-28
14646
14647 2001-11-29 [melvin]     0.6.5claws42
14648         * src/Makefile.am
14649                 added enriched.[ch] to the list of files
14650
14651         * src/textview.c
14652         * src/mimeview.c
14653         * src/procmime.[ch]
14654         * src/enriched.[ch]
14655                 added support to view text/enriched
14656                 added support to show headers in message view for text/enriched and text/html
14657                         in non multipart messages
14658
14659 2001-11-28 [paul]       0.6.5claws41
14660
14661         * more sync with sylpheed 0.6.5cvs18
14662                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14663
14664 2001-11-27 [paul]       0.6.5claws40
14665         
14666         * po/pt_BR.po
14667                 updated translation, submitted by Fabio Junior Beneditto
14668                 
14669         * sync with sylpheed 0.6.5cvs18
14670                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14671                 2001-11-27
14672
14673
14674 2001-11-26 [paul]
14675
14676         * po/es.po
14677                 updated translation, submitted by Ricardo Mones Lastra
14678
14679 2001-11-26 [alfons]
14680
14681         * src/matcher.c
14682                 add more translatable strings
14683
14684 2001-11-26 [christoph]  0.6.5claws39
14685
14686         * po/de.po      
14687                 fixed one more umlaut
14688         * src/compose.c
14689                 fix translated header when it should not be translated
14690
14691 2001-11-26 [paul]       0.6.5claws38
14692
14693         * src/mainwindow.c
14694                 remove '/Message/Add Sender to address book' from 
14695                 main_window_set_menu_sensitive(), prevent debug warning
14696                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14697
14698 2001-11-26 [paul]       0.6.5claws37
14699
14700         * src/summaryview.c
14701                 fix 'recurring unread state' bug 
14702
14703         * tools/README 
14704         * tools/filter_conv.pl
14705                 read name of top level mailbox from folderlist.xml
14706                 and presume nothing about its name              
14707
14708 2001-11-26 [darko]      0.6.5claws36
14709
14710         * src/gtkstext.[ch]
14711                 removed functions that are now in gtkutils.c
14712                 use gtkut_text_is_uri_string() from gtkutils.c
14713         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14714
14715 2001-11-26 [paul]       0.6.5claws35
14716
14717         * sync with sylpheed 0.6.5cvs16
14718                 see ChangeLog entries 2001-11-25 and 2001-11-26
14719
14720 2001-11-25 [alfons]     0.6.5claws34
14721
14722         EXPERIMENTAL!!! Please checkout the last stable version using: 
14723           
14724         % cvs update -r LAST_STABLE -dRAP
14725
14726         (Or help us testing this stuff.)
14727
14728         * src/filtering.c               (1.14)
14729         * src/filtering.h               (1.6)
14730         * src/inc.c                     (1.28)
14731         * src/matcher.c                 (1.20)
14732         * src/mbox.c                    (1.9)
14733         * src/procmsg.h                 (1.14)
14734         * src/summaryview.c             (1.59)
14735         * src/summaryview.h             (dunno)
14736                 revert/merge/sync to as it was before commit 
14737                 on Thu, 19 Jul 2001 10:15:51 -0700.
14738
14739 2001-11-25 [hoa]        0.6.5claws33
14740
14741         * src/main.c
14742                 processing mails at startup
14743
14744         * src/folderview.c
14745         * src/summaryview.[ch]
14746                 processing mails when entering folder
14747
14748         * src/prefs_filtering.c
14749                 fixed some UI bugs
14750
14751 2001-11-24 [alfons]     0.6.5claws32
14752
14753         * src/summaryview.[ch]
14754                 make summary sort headers work, and also make
14755                 sure the sort type is stored
14756
14757 2001-11-23 [alfons]     0.6.5claws31
14758
14759         * src/summaryview.[ch]
14760                 make lock work like mark
14761                 disallow deleting messages marked as locked
14762
14763 2001-11-23 [alfons]     0.6.5claws30
14764
14765         * src/gtkstext.c
14766         * src/compose.[ch]
14767         * src/Makefile.am
14768         * src/undo.[ch]
14769                 merge undo patch submitted by Jens
14770
14771 2001-11-23 [christoph]  0.6.5claws29
14772
14773         * src/.cvsignore
14774                 added ylwrap
14775         * src/compose.c
14776                 fixed gpg signing and encoding
14777         * src/folder.[ch]
14778         * src/main.c
14779                 added --status option to get new, unread and total
14780                 message count from a running sylpheed
14781         * src/prefs_common.c
14782                 temporary fix for reply_with_quote problem
14783                 (don't call functions for non existing widget)
14784         * src/procmsg.c
14785                 one more check for ignored threads but still not
14786                 always working correctly. probably a recursive
14787                 check for all parents is needed
14788
14789 2001-11-23 [darko]      0.6.5claws28
14790
14791         * src/compose.c
14792                 wrapping on send improvements
14793         * src/gtkutils.[ch]
14794                 fix for GtkSText after last sync with main branch
14795                 GTK_TEXT -> GTK_STEXT
14796
14797 2001-11-23 [paul]       0.6.5claws27
14798
14799         * sync with sylpheed 0.6.5cvs14
14800                 see ChangeLog entries 2001-11-22 and 2001-11-23
14801                 
14802         * po/de.po
14803                 fixed the scrambled umlauts 
14804                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14805
14806 2001-11-21 [paul]       0.6.5claws26
14807
14808         * sync with sylpheed 0.6.5cvs12
14809                 see 2nd ChangeLog entry dated 2001-11-20
14810
14811 2001-11-20 [paul]       0.6.5claws25
14812
14813         * sync with sylpheed 0.6.5cvs11
14814                 see ChangeLog entry 2001-11-19 (src/utils.c)
14815
14816 2001-11-20 [hiro]
14817
14818         * src/compose.c
14819                 GTK_TEXT -> GTK_STEXT
14820                 fix for wrong comment
14821
14822 2001-11-20 [hiro]       0.6.5claws24
14823
14824         * src/compose.[ch]
14825                 more merges from main branch
14826                 removed fatal warnings (uninitialized variables etc.)
14827                 some coding style fix
14828         * src/gtkutils.h
14829                 fixed typo.
14830         * src/addressbook.c
14831           src/addrindex.c
14832                 V-Card -> vCard
14833
14834 2001-11-19 [hoa]        0.6.5claws23
14835
14836         * src/filtering.c
14837         * src/prefs_scoring.c
14838         * src/matcher.[ch]
14839         * src/scoring.c
14840                 cleaning code
14841
14842         * src/matcher_parser_parse.y
14843         * src/prefs_filtering.c
14844                 bouncing
14845
14846 2001-11-19 [alfons]     0.6.5claws22
14847
14848         more of my old things into claws
14849
14850         * src/Makefile.am
14851         * src/prefs_common.c
14852         * src/procmsg.h
14853         * src/summaryview.[ch]
14854         * src/prefs_summary_column.c
14855         * src/pixmaps/locked.xpm
14856                 add indicators for locking of message in summary view
14857                 (does not work yet, only visual indicator)
14858
14859 2001-11-19 [paul]       0.6.5claws21
14860
14861         * sync with sylpheed 0.6.5cvs10
14862                 see ChangeLog entry 2001-11-19
14863
14864 2001-11-18 [alfons]     0.6.5claws20
14865         
14866         * src/filtering.c
14867                 remove an inadvertent free I forgot in previous clean up 
14868
14869 2001-11-18 [alfons]     0.6.5claws19
14870
14871         * src/filtering.[ch]
14872                 clean up & plug leaks
14873
14874 2001-11-18 [paul]       0.6.5claws18
14875
14876         * sync with sylpheed 0.6.5cvs9
14877                 see ChangeLog entries 2001-11-17 and 2001-11-18
14878
14879 2001-11-16 [paul]       0.6.5claws17
14880
14881         * sync with sylpheed 0.6.5cvs8
14882                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14883
14884 2001-11-16 [paul]       0.6.5claws16
14885
14886         * sync with sylpheed 0.6.5cvs7
14887                 see ChangeLog entries 2001-11-15 and 2001-11-16
14888
14889 2001-11-15 [hoa]        0.6.5claws15
14890
14891         * src/compose.c
14892                 fix bounce, mails we received couln't be bounced to ourself.
14893
14894         * src/defs.h
14895         * src/filtering.[ch]
14896         * src/matcher.[ch]
14897         * src/matcher_parser.h
14898         * src/matcher_parser_lex.l
14899         * src/matcher_parser_parse.y
14900         * src/inc.c
14901         * src/main.c
14902         * src/mbox.c
14903         * src/prefs_filtering.[ch]
14904         * src/mainwindow.c
14905         * src/prefs_matcher.c
14906         * src/prefs_scoring.c
14907         * src/scoring.[ch]
14908         * src/summaryview.c
14909                 new matcher/filter/score configuration file parser
14910                 one unique configuration file => ~/.sylpheed/matcherrc
14911                 import in currently automatic, then save are made
14912                 in this new file.
14913                 one filter per folder and one global filter
14914                 (filter of a folder will be used as folder processing)
14915
14916         * src/folder.c
14917                 fix a bug in folder_item_get_identifier
14918                 
14919         * src/messageview.c
14920                 receive receipt return are fixed.
14921
14922 2001-11-14 [alfons]     0.6.5claws14
14923
14924         * src/session.h
14925                 add things from main branch to make claws compile
14926
14927 2001-11-14 [paul]       0.6.5claws13
14928
14929         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14930                 see ChangeLog entries 2001-11-08 to 2001-11-14
14931
14932 2001-11-14 [hoa] 0.6.5claws12
14933
14934         * src/compose.[ch]
14935         * src/mainwindow.c
14936         * src/summaryview.c
14937                 add "bounce mail" option
14938
14939 2001-11-13 [christoph]  0.6.5claws11
14940
14941         * src/compose.c
14942                 Cleanup a mess i add before commiting
14943
14944 2001-11-13 [hoa]        0.6.5claws10
14945
14946         * src/compose.c
14947                 some fixes when mail are sent or
14948                 for crossposts
14949
14950 2001-11-13 [christoph]  0.6.5claws9
14951
14952         * po/de.po
14953                 Changed two string with the same translation
14954         * src/compose.c
14955         * src/procmsg.[ch]
14956         * src/send.[ch]
14957                 New mailsending process:
14958                   - Always queue message before sending
14959                     (message will be saved if sylpheed crashed or
14960                      freezes while sending)
14961                   - Allow queuing of newspostings
14962                   - No copy in outbox before sending
14963                     (closes bug #469501)
14964                   - No more redundant code for send and send_later
14965         * src/summaryview.c
14966                 Applied wwp <subscript@free.fr>'s patch that fixes
14967                 marks for multiple forwarded messages (+compose.c)
14968
14969 2001-11-12 [alfons]
14970
14971         * README.claws
14972                 remove things that are now in main branch
14973         
14974         * po/nl.po
14975                 update Dutch translation
14976
14977 2001-11-12 [mhadasht]   0.6.5.claws8
14978
14979         * src/prefs_common.c
14980                 re-enabled account autoselection feature for forward
14981                 and reedit lost during the branch point for SYNC-B4-REL
14982         * src/gtkspell.c
14983                 gtkpspell_get_dict(): more readable code (even if function is
14984                 not used yet)
14985         * ChangeLog.claws
14986                 added version number info to 2001-11-12 [hiro] comment.
14987
14988 2001-11-12 [hiro]       0.6.5.claws7
14989
14990         * src/compose.c
14991                 compose_forward(): fixed a bug that forward quote mark
14992                 wasn't used.
14993                 removed unnecessary code.
14994         * src/template_select.[ch]: removed.
14995
14996 2001-11-11 [alfons]
14997
14998         * src/compose.c
14999                 :%s/GTK_TEXT/GTK_STEXT/g
15000         
15001         * src/compose.[ch]
15002         * src/undo.[ch]
15003         * src/Makefile.am
15004                 revert the undo stuff (this is 0.6.6claws stuff)
15005
15006 2001-11-11 [hoa]        0.6.5.claws6
15007
15008         * src/compose.[ch]
15009                 Insert signature at the end of the text.
15010                 Added undo patch but currently disabled
15011
15012         * src/procmsg.c
15013                 Threading by subject improved.
15014
15015         * added src/undo.[ch]
15016                 Undo module for compose dialog box.
15017
15018 2001-11-11 [alfons]     0.6.5.claws5
15019
15020         * src/procmsg.c
15021                 prevent threading by subject on nodes that have already been
15022                 threaded by in-reply-to (as in "circular references in a tree
15023                 result in a dead branch")
15024
15025 2001-11-09 [hoa]        0.6.5.claws4
15026         
15027         * src/folderview.c
15028                 allows creation of mbox folder item from any files.
15029
15030 2001-11-09 [alfons]     0.6.5.claws3
15031         
15032         * src/utils.c
15033         * src/procmsg.c
15034                 do what I mean and correct threading by subject so it really
15035                 ignores attracting lines without "Re: "
15036
15037 2001-11-07 [alfons]     0.6.5.claws2
15038
15039         * src/procmsg.c
15040         * src/utils.[ch]
15041                 only attract by subject if a subject line starts with a "Re: "
15042         * src/syldap.c
15043                 remove warning
15044
15045 2001-11-07 [paul]       0.6.5claws1
15046
15047         * sync with sylpheed 0.6.5. release
15048                 see ChangeLog entry 2001-11-07
15049
15050 2001-11-07 [paul]       0.6.4claws31
15051
15052         * sync with sylpheed 0.6.4cvs18
15053                 see ChangeLog entries 2001-10-30 to 2001-11-07
15054                 prefs_templates.[ch] renamed prefs_template.[ch]
15055
15056 2001-11-06 [alfons]
15057         
15058         * src/utils.h
15059                 add semicolon Hoa forgot ;-)
15060                 
15061
15062 2001-11-06 [hoa]        0.6.4claws30
15063         
15064         * src/procmsg.c
15065         * src/summaryview.c
15066         * src/utils.c
15067         * src/utils.h
15068                 threading by subject - empty subject are ignored
15069
15070 2001-11-06 [christoph]  0.6.4claws29
15071
15072         * src/socket.c
15073                 use SSL_peek for sock_gets
15074         * src/utils.c
15075                 removed unneeded pointer in extracting quoted
15076                 names implementation
15077
15078 2001-11-06 [melvin]     0.6.4claws28
15079
15080         * src/gtkspell.c
15081                 fixed bug #476792 Selection overtyping with spell checker
15082                 fixed bug which could cause a buffer overflow
15083                 fixed a memory leak
15084
15085 2001-11-06 [hoa]        0.6.4claws27
15086         
15087         * src/procmsg.c
15088         * src/summaryview.c
15089                 threading by subject
15090
15091 2001-11-05 [alfons]     0.6.4claws26
15092         
15093         * README.claws
15094                 Claws -> Sylpheed (vice versa)
15095
15096         * src/compose.c
15097                 :%s/gtk_text/gtk_stext/g
15098                 :%s/GTK_TEXT/GTK_STEXT/g
15099                 (thanks to Jonathan Ware for spotting this)
15100
15101 2001-11-04 [christoph]  0.6.4claws25
15102
15103         * src/summaryview.c
15104                 replace Xalloca + strdup with Xstrdup_a
15105         * src/utils.c
15106                 better implementation of extracting quoted names
15107                 from addresses (remove backlashes and ignore
15108                 quotes after them)
15109
15110 2001-11-04 [alfons]     0.6.4claws24
15111
15112         * src/utils.[ch]
15113                 edit to comply more with coding style
15114
15115         * src/textview.c
15116                 fix bug reported by Kim Schulz. introduced by the patch integrated
15117                 in 0.6.4claws15. the code did not check the return value of
15118                 the html parser.
15119
15120         * AUTHORS
15121                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15122
15123 2001-11-04 [christoph]  0.6.4claws23
15124
15125         * src/main.c
15126         * src/prefs_common.[ch]
15127                 init some pointers that possibly caused a segfault
15128                 reported in the claws-users ML
15129
15130 2001-11-04 [hoa]        0.6.4claws22
15131
15132         * src/grouplistdialog.c
15133                 change the names of the nodes in the tree
15134
15135         * src/compose.c
15136                 enhanced mailto syntax as described in
15137                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15138                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15139
15140         * src/utils.c
15141                 encode and decode URI (useful when opening URL into
15142                 netscape).
15143
15144 2001-11-03 [hoa]        0.6.4claws21
15145
15146         * src/grouplistdialog.c
15147                 a new newsgroups list selection dialog box
15148                 with a CTree instead of a CList
15149
15150 2001-11-03 [hoa]        0.6.4claws20
15151
15152         * src/folderview.c
15153                 enable property and scoring options when right
15154                 click on "inbox"
15155
15156         * src/summaryview.c
15157                 fixed bug when nickname were displayed using
15158                 the address book.
15159
15160 2001-11-02 [darko]      0.6.4claws19
15161
15162         * src/compose.c
15163                 new wrap quotation and URL/long words wrapping implementation
15164         * src/compose.c src/gtkstext.[ch]
15165                 move gtkstext_strncmp() to gtkstext.c
15166
15167 2001-11-01 [christoph]  0.6.4claws18
15168
15169         * src/prefs_account.c
15170                 fixed mess in account settings dialog
15171         * src/prefs_folder_item.c
15172                 added label with folder path to dialog
15173
15174 2001-10-31 [match]      0.6.4claws17
15175
15176         * src/vcard.c
15177                 fix memory leak.
15178         * src/addrbook.c
15179                 fix generation of spurious address book file names.
15180                 remove redundant functions.
15181         * po/POTFILES.in
15182                 added missing file names.
15183
15184 2001-10-30 [paul]       0.6.4claws16
15185
15186         * sync with sylpheed 0.6.4cvs6
15187                 see ChangeLog entries 2001-10-26 to 2001-10-30
15188
15189         * tools/filter_conv.pl
15190                 read folderlist.xml to discover whether the top-level
15191                 folder is called 'Mailbox' or 'Mail' 
15192
15193 2001-10-29 [paul]       0.6.4claws15
15194
15195         * src/html.c, src/textview.c
15196                 activate links in html mail and fix clickable parts
15197                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15198
15199 2001-10-29 [paul]
15200
15201         * po/de.po, po/es.po, po/pt_BR/po
15202                 updated translations, submitted by Jens Oberender,
15203                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15204
15205 2001-10-29 [darko]      0.6.4claws14
15206
15207         * src/compose.c
15208                 fix wrapping for good
15209
15210 2001-10-29 [darko]
15211
15212         * src/compose.c
15213                 undo previous change as it broke the smart wrapping
15214
15215 2001-10-29 [darko]      0.6.4claws13
15216
15217         * src/compose.c
15218                 fix infinite loop when long URL is quoted
15219                 (closes bug #475122.
15220
15221 2001-10-28 [match]
15222
15223         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15224                 import Mutt address book
15225         * src/ldif.[ch] src/importldif.h
15226                 modified import LDIF handle user attributes
15227
15228 2001-10-28 [christoph]  0.6.4claws12
15229
15230         * src/summaryview.c
15231                 fixed that filtering did not work if there
15232                 were no filter rules
15233                 (closes bug #472003 and better implementation
15234                  of patch #474644)
15235
15236 2001-10-27 [christoph]  0.6.4claws11
15237
15238         * src/compose.c
15239                 make the folder's default account to be used when
15240                 replying. (patch by wwp <subscript@free.fr>)
15241         * src/compose.c
15242                 code cleanup, nearly killed all of wwp's patch
15243                 for folder's default account in compose
15244         * src/folderview.c
15245                 error panel when a folder could not be created
15246                 (closes bug #471080 new folder name & already
15247                  existing file)
15248
15249 2001-10-26 [alfons]
15250
15251         * src/utils.h
15252                 change prototype of strstr2() that Christoph forgot about
15253
15254 2001-10-26 [christoph]  0.6.4claws10
15255
15256         * src/account.c
15257                 made search for accounts by email address not case
15258                 sensitive
15259         * src/folder.c
15260                 fixed memory leak in folder_item_get_identifier
15261         * src/gtkspell.c
15262         * src/utils.c
15263                 fixed wrong strstr2 (should work like strstr)
15264
15265 2001-10-26 [darko]      0.6.4claws9
15266
15267         * src/compose.c src/gtkstext.[ch]
15268         * src/gtkstext.c
15269                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15270
15271 2001-10-26 [paul]       0.6.4claws8
15272
15273         * src/html.c
15274                 ignore css and javascript tags in html mail
15275                 case-insensitive, with or without double-quoted
15276                 strings
15277
15278 2001-10-26 [paul]       0.6.4claws7
15279
15280         * sync with sylpheed 0.6.4cvs1
15281                 see ChangeLog entry 2001-10-26
15282
15283         * src/prefs_account.c, src/prefs_common.c,
15284           src/prefs_summary_column.c
15285                 minor improvements to the English
15286
15287 2001-10-25 [alfons]     0.6.4claws6
15288
15289         * src/gtkstext.c
15290         
15291                 make GtkSText follow style of GtkText (closes bug 
15292                 #469211 "text selection while writing message")
15293                 
15294                 do sync with GTK 1.2.10
15295
15296 2001-10-25 [paul]       0.6.4claws5
15297
15298         * src/html.c
15299                 ignore css tags in html mail
15300
15301 2001-10-25 [darko]      0.6.4claws4
15302
15303         * src/compose.c
15304                 don't declare is_url_string as static function since
15305                 we need it in gtkstext.c
15306         * src/gtkstext.c
15307                 remove unused variable
15308                 don't wrap long URLs while composing a message
15309
15310 2001-10-24 [christoph]  0.6.4claws3
15311
15312         * src/socket.c
15313                 fix ssl deadlock, when peer closes connection
15314
15315 2001-10-24 [paul]       0.6.4claws2
15316
15317         * src/prefs_common.c
15318                 gettextize the gpg ascii-armored warning message
15319
15320         * src/compose.c
15321                 insert a DOS/MAC file into the composed message
15322                 (improvements)
15323
15324         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15325
15326 2001-10-22 [paul]       0.6.4claws1
15327
15328         * sync with sylpheed 0.6.4 release
15329                 see ChangeLog entries 2001-10-21
15330
15331         * po/fr.po, po/pt_BR.po
15332                 updated by Melvin Hadasht and Fabio Junior Beneditto
15333
15334 2001-10-21 [paul]       0.6.3claws30
15335
15336         * src/compose.c
15337                 insert a DOS text file from the compose window
15338                 into the composed message text (removes CRs characters)
15339                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15340
15341         * tools/filter_conv.pl, tools/README
15342                 automatically use ~/.sylpheed as working directory
15343                 print out confirmation message on completion
15344
15345         * correct Hoa's last ChangeLog.claws entry
15346
15347 2001-10-20 [hoa]        0.6.3claws29
15348
15349         * src/grouplistdialog.c
15350                 bugfix (another ?) to give the right
15351                 newsgroups list for each news server.
15352
15353         * src/news.c
15354         * src/news.h
15355                 improve the newsgroups list cache
15356
15357 2001-10-20 [paul]       0.6.3claws28
15358
15359         * sync with sylpheed 0.6.3cvs9
15360                 see ChangeLog entry 2001-10-19
15361
15362         * correct Alfons' last ChangeLog.claws entry
15363
15364 2001-10-19 [alfons]
15365
15366         * src/pgptext.[ch]
15367                 fix compilation problems (part of bug #472895)
15368
15369 2001-10-18 [hoa]        0.6.3claws27
15370
15371         * src/grouplistdialog.c
15372                 bugfix when we refresh was clicked (bug 472701)
15373
15374 2001-10-19 [christoph]  0.6.3claws26
15375
15376         * src/compose.c
15377                 last header entry should default to "To:" or
15378                 "Newsgroups:" and not copy the last entry line
15379                 in a new compose window
15380                 (closes bug #472686, #470792)
15381
15382 2001-10-19 [paul]       0.6.3claws25
15383
15384         * sync with Sylpheed 0.6.3cvs8
15385                 see ChangeLog entries 2001-10-18 and 2001-10-19
15386
15387 2001-10-18 [christoph]  0.6.3claws24
15388
15389         * src/procmsg.c
15390                 reimplement ignore thread
15391         
15392 2001-10-18 [hoa]        0.6.3claws23
15393
15394         * src/folderview.c
15395         * src/grouplistdialog.[ch]
15396                 enhanced news subscription interface (feature 469113)
15397
15398         * src/news.c
15399         * src/news.h
15400                 enchanced newsgroup listing,
15401                 now, we can get groups informations
15402                 (NNTPGroupInfo)
15403
15404 2001-10-18 [paul]       0.6.3claws22
15405
15406         * src/summaryview.c
15407                 remove comment (sync with main branch)
15408         * src/mainwindow.c
15409                 fix 'Re-edit' bug in 'Message' menu
15410
15411 2001-10-17 [christoph]  0.6.3claws21
15412
15413         * src/compose.c
15414                 ignore empty or whitespace only header lines
15415
15416 2001-10-17 [paul]       0.6.3claws20
15417
15418         * sync with sylpheed 0.6.3cvs7
15419                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15420                 2001-10-17
15421
15422 2001-10-17 [darko]
15423
15424         * src/compose.c
15425                 wrap long lines without spaces
15426                 don't wrap URLs
15427
15428 2001-10-16 [paul]
15429
15430         * po/es.po, po/nl.po, po/pt_BR.po
15431                 updated by Ricardo Mones Lastra, Alfons,
15432                 and Fabio Junior Beneditto
15433
15434         * sylpheed-0.6.3claws released
15435
15436 2001-10-15 [melvin] 0.6.3claws18
15437
15438         * README.claws
15439                 added summary and detailed installation instructions
15440                 for spell checker
15441         * po/fr.po
15442                 Updated, corrected and completed french translation
15443
15444 2001-10-15 [hoa] 0.6.3claws17
15445         * src/grouplistdialog.c
15446                 we can choose the newsgroups to display with wildcards
15447
15448 2001-10-15 [christoph]  0.6.3claws16
15449
15450         * src/account.c
15451         * src/compose.c
15452         * src/prefs_folder_item.[ch]
15453                 applied wwp <subscript@free.fr>'s folder
15454                 default account patch
15455         * po/de.po
15456                 Fixed wrong translation
15457
15458 2001-10-13 [alfons, christoph, melvin]  
15459                         0.6.3claws15
15460
15461         solution #2 to solve MT-safety problems defers all GUI related calls
15462         to the main thread using a gtk_idle_add() callback. discussed on
15463         ircnet #sylpheed, with christoph spotting some issues with the
15464         original code, and melvin allowing us to lobotomize his sylpheed.
15465
15466         * src/syldap.[ch], src/main.c
15467                 fix race problem in ldap search thread by deferring GUI 
15468                 stuff to main thread using gtk_idle_add()
15469
15470 2001-10-13 [paul]       0.6.3claws14
15471
15472         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15473                 add Sergey's smtpcred.patch
15474                 adds separate username/password setting for SMTP Auth
15475                 needed by some servers
15476                 (closes feature request #471659)
15477
15478 2001-10-13 [paul]       0.6.3claws13
15479
15480         * src/pgptext.[ch] **NEW FILES**
15481         * src/Makefile.am, src/messageview.c, src/mimeview.c
15482                 decrypt ascii-armored gpg text embedded in
15483                 the message body.
15484                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15485
15486 2001-10-13 [christoph]  0.6.3claws12
15487
15488         * README.claws
15489                 some more details on default to and
15490                 feature requests
15491         * src/main.c
15492                 init glib threading when ldap is used
15493         * src/syldap.c
15494                 threading fixes
15495         * po/de.po
15496                 fixed a typo
15497
15498 2001-10-12 [paul]       0.6.3claws11
15499
15500         * src/prefs_common.[ch], src/rfc2015.c
15501                 enable ascii-armored gpg text to be embedded in the
15502                 message body, selectable through the 'Privacy'
15503                 preferences. Supports encrypting only.
15504                 Submitted by Ravemax <ravemax@dextrose.com>
15505
15506 2001-10-12 [paul]       0.6.3claws10
15507
15508         * sync with sylpheed 0.6.3cvs6
15509                 see ChangeLog entries 2001-10-11 and 2001-11-12
15510
15511         * src/folderview.c
15512                 incorporated mbox folders, scoring, and folder
15513                 properties into the sync
15514
15515 2001-10-12 [darko]      0.6.3claws9
15516
15517         * README.claws
15518                 describe quotation wrapping
15519         * src/compose.c
15520                 don't treat tab as space to calculate line length properly
15521
15522 2001-10-11 [alfons]
15523
15524         * README.claws
15525                 correct description of how to make new filtering system work,
15526                 add some other things
15527                 
15528         * src/syldap.c
15529                 remove sched_yield() (not necessary / unportable)
15530
15531 2001-10-11 [paul]       0.6.3claws8
15532
15533         * sync with sylpheed 0.6.3cvs3
15534                 see ChangeLog entry 2001-10-10
15535
15536 2001-10-10 [christoph]  0.6.3claws7
15537
15538         * .cvsignore
15539                 ignore 2 files created by newer autotools
15540         * src/prefs_folder_item.c
15541                 using table for widget alignment
15542                 fixed memory leak and broken octal display
15543         * src/filesel.c
15544                 fixed segfault caused by lost filename
15545                 workaround (closes bug #469551)
15546
15547 2001-10-10 [paul]       0.6.3claws6
15548
15549         * sync with sylpheed 0.6.3cvs2
15550                 see ChangeLog entries 2001-10-09 and 2001-10-10
15551
15552 2001-10-10 [darko]      0.6.3.claws5
15553
15554         * src/gtkstext.c
15555                 proper calculation of right margin if smart wrapping is enabled
15556         * src/compose.c
15557                 automatically wrap long lines if wrap quotation is enabled
15558
15559 2001-10-09 [alfons]     0.6.3.claws4
15560
15561         * src/summaryview.c
15562                 select correct row when deleting last row in the summary view (and
15563                 close bug "[ #469104 ] select second last in list when deleting")
15564
15565 2001-10-09 [paul]       0.6.3claws3
15566
15567         * sync with sylpheed 0.6.3cvs1
15568                 updated some autotool scripts
15569
15570 2001-10-09 [darko]      0.6.3claws2
15571
15572         * src/gtkstext.[ch]
15573                 new name and mark with Sylpheed comment
15574         * src/compose.c
15575                 smart quotation wrapping a-la VIM
15576
15577 2001-10-08 [paul]       0.6.3claws1
15578
15579         * sync with sylpheed 0.6.3 release
15580                 see ChangeLog entry 2001-10-08
15581
15582 2001-10-08 [paul]       0.6.2claws24
15583
15584         * src/summaryview.c
15585                 more sync with sylpheed 0.6.2cvs12
15586                 Fixed the bug that didn't select the last row correctly
15587
15588
15589 2001-10-07 [paul]       0.6.2claws23
15590
15591         * sync with sylpheed 0.6.2cvs12
15592                 see ChangeLog entry 2001-10-07
15593
15594 2001-10-06 [match]
15595         * src/jpilot.[ch]
15596                 enable jpilot to read unsynch'ed addresses.
15597
15598         * src/editldap_basedn.c
15599                 fix segfault when opening dialog.
15600
15601 2001-10-06 [alfons]     0.6.2.claws22
15602
15603         * src/summaryview.c
15604                 fix bug with summary view selecting last *inserted*
15605                 node instead of last *visible* node. remember we
15606                 work with a tree
15607
15608 2001-10-06 [paul]       0.6.2claws21
15609
15610         * po/pt_BR.po
15611                 updated translation, contains some fixes and new
15612                 translations, submitted by Gustavo Noronha Silva
15613                 <kov@debian.org>
15614
15615         * src/prefs_common.c
15616                 change 'each' to 'every' - fix dubious English
15617
15618         * sync with sylpheed 0.6.2cvs11
15619
15620 2001-10-05 [alfons]     0.6.2claws20
15621
15622         * src/mainwindow.[ch], src/folderview.c
15623                 make composite tool button switch between "Compose News"
15624                 and "Compose Mail" depending on selected folder
15625                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15626
15627 2001-10-05 [paul]       0.6.2claws19
15628
15629         * src/mainwindow.c, src/summaryview.c
15630                 fix 'Message/Reply to all', broken in last commit
15631
15632         * src/compose.c
15633                 fix X_BEENTHERE seg fault, thanks to Alfons
15634
15635 2001-10-04 [paul]       0.6.2claws18
15636
15637         * src/compose.[ch], src/mainwindow.c
15638                 make "Message/Reply" reply to mailing lists; matches
15639                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15640                 based on portions of the patch submitted by
15641                 Junichi Uekawa <dancer@netfort.gr.jp>
15642
15643 2001-10-04 [darko]      0.6.2claws17
15644
15645         * src/compose.c
15646                 better smart wrapping
15647         * src/gtkstext.[hc]
15648                 a function to make text buffer contiguous
15649
15650 2001-10-03 [paul]       0.6.2claws16
15651
15652         * sync with sylpheed 0.6.2cvs10
15653
15654 2001-10-02 [alfons]
15655
15656         * configure.in
15657         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15658                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15659                 references to chinese translations (hope someone picks up
15660                 this)
15661
15662 2001-10-02 [christoph]  0.6.2claws15
15663
15664         * src/compose.c
15665                 fixed non translated header bug
15666         * ChangeLog.claws
15667                 fixed wrong date in alfons last entry ;)
15668
15669 2001-10-02 [alfons]     0.6.2claws14
15670
15671         * src/compose.c, src/prefs_common.[ch]
15672                 add block cursor option
15673
15674 2001-10-02 [paul]       0.6.2claws13
15675
15676         * sync with sylpheed 0.6.2cvs9
15677
15678 2001-09-30 [paul]       0.6.2claws12
15679
15680         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15681                 updated translations
15682
15683         * po/POTFILES.in
15684                 add 'src/importldif.c'
15685
15686         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15687                 added eudora-to-vCard conversion tool
15688                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15689
15690         * sync with sylpheed 0.6.2cvs8
15691
15692 2001-09-30 [paul]
15693
15694         * sylpheed-0.6.2claws released
15695
15696 2001-09-27 [melvin]     0.6.2claws11
15697
15698         * src/gtkspell.c
15699                 fixed crash when using default path (introduced 
15700                 in 0.6.2claws10)
15701                 fixed tiny bug for initial suggestion mode
15702
15703 2001-09-27 [melvin]     0.6.2claws10
15704         
15705         * src/gtkspell.c
15706                 fixed bug where gtkpspell didn't set the path correctly
15707
15708         * README.claws
15709                 added a paragraph about spell checking
15710                 
15711
15712
15713 2001-09-27 [paul]       0.6.2claws9
15714
15715         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15716                 replace '// comments' with '/* comments */' to prevent
15717                 some compiler warnings 
15718
15719         * sync with sylpheed 0.6.2cvs6
15720
15721 2001-09-26 [alfons]     0.6.2claws8
15722
15723         * src/messageview.c
15724                 introduce return receipt request notification again,
15725                 which was lost because of other semantics in 
15726                 procheader_parse() (???)
15727
15728 2001-09-26 [christoph]  0.6.2claws7
15729
15730         * src/compose.c
15731                 replace comments for old code with #if 0
15732                 readded auto cc, bcc and reply-to
15733         * src/prefs_matcher.c
15734         * src/prefs_scoring.c
15735                 removed some definition (was moved to
15736                 prefs.h)
15737
15738 2001-09-26 [paul]       0.6.2claws6
15739
15740         * src/mainwindow.c
15741                 make 'Follow-up and reply to' sensitive
15742
15743         * more sync with sylpheed 0.6.2cvs5
15744
15745 2001-09-25 [melvin]
15746
15747         * 0.6.2claws5
15748
15749         * src/gtkspell.c
15750                 fixed bug for "US-ASCII" introduced by the encoding code
15751
15752 2001-09-25 [paul]
15753
15754         * 0.6.2claws4
15755
15756         * src/prefs_common.[ch], src/summaryview.c
15757                 'next unread msg' 'go to next folder?' dialog can be
15758                 given default behaviour, either always show dialog,
15759                 or assume 'yes', or assume 'no'
15760                 Submitted by wwp <subscript@free.fr>
15761
15762 2001-09-25 [melvin]
15763                 
15764         * src/compose.c src/gtkspell.[ch]
15765                 added support for different encodings
15766
15767 2001-09-25 [paul]
15768
15769         * more sync with sylpheed 0.6.2cvs5
15770
15771 2001-09-24 [alfons]
15772         
15773         * src/prefs_folder_item.c
15774                 add check for item->prefs->default_to string is NULL and
15775                 add another check when freeing this string
15776
15777 2001-09-24 [paul]
15778
15779         * configure.in
15780                 change to version 0.6.2claws3
15781
15782         * sync with sylpheed 0.6.2cvs5 
15783
15784 2001-09-24 [match]
15785         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15786                 import LDIF files.
15787         * src/addrcache.[ch], addrindex.[ch]
15788                 small update for future
15789         * src/addrbook.c
15790                 fix test XML file.
15791
15792 2001-09-24 [melvin]
15793         * src/gtkspell.[ch]
15794                 added 'Learn from mistakes' option
15795                 better handling of quotes in checked words
15796                 sorted dict list
15797         * po/fr.po
15798                 small update for spell checking stuff
15799
15800 2001-09-23 [alfons]
15801         
15802         * src/gtkspell.c
15803                 edit a little bit so it complies more with main coding style
15804
15805 2001-09-23 [alfons]
15806
15807         * src/folder.[ch], prefs_folder_item.c, compose.c
15808                 migrate "request return receipt" folder property
15809                 to folderlist.xml
15810
15811 2001-09-22 [alfons]
15812
15813         * README.claws **NEW**
15814                 (add things of interest for users of main branch 
15815                 and claws here)
15816
15817         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15818                 re-implement threading per folder option, but store 
15819                 the setting in folderlist.xml (where it belongs)
15820
15821 2001-09-21 [melvin]
15822
15823         * src/gtkspell.[ch]
15824                 fixed bug when compose window is under another window
15825         * src/prefs_common.[ch] src/compose.c
15826                 changed 'dictionary_path' to 'dictionary' to be consistent
15827                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15828         * ac/pspell.m4 src/Makefile.am 
15829                 dropped PSPELL_PATH macro
15830         * po/fr.po
15831                 updated translations
15832
15833 2001-09-21 [christoph]
15834
15835         * src/compose.c
15836                 added border around header fields
15837                 keep header type when new field is added
15838
15839 2001-09-20 [christoph]
15840
15841         * src/utils.[ch]
15842                 more portable debug_print with source filename
15843                 and linenumber
15844         * src/procmsg.c
15845                 more newlines after debug messages
15846
15847 2001-09-20 [paul]
15848
15849         * configure.in
15850                 change to version 0.6.2claws2
15851
15852         * sync with sylpheed 0.6.2cvs3
15853
15854 2001-09-19 [melvin]
15855
15856         * src/gtkspell.c
15857                 fixed the post-right-click focus pb
15858                 fixed crash when 'Spell check all' after dict change 
15859                         and when cursor is at the end of the text
15860                 shift-right-click pops up config menu even on misspelled words.
15861         * po/POTFILES.in
15862                 added gtkspell.c
15863
15864 2001-09-19 [melvin]
15865
15866         * src/about.c
15867                 added pspell to compiled-in features list
15868
15869 2001-09-18 [melvin]
15870
15871         * switched to pspell and dropped ispell
15872         * ac/pspell.m4
15873                 new file. autoconf macro for pspell
15874         * ac/Makefile.am 
15875         * configure.in acconfig.h
15876                 added pspell support
15877         * src/Makefile.am
15878         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15879         * src/prefs_common.[ch] 
15880                 added pspell support
15881
15882 2001-09-18 [christoph]
15883
15884         * src/addr_compl.c
15885         * src/template.[ch]
15886                 replace LOG_MESSAGE with debug_print
15887         * src/compose.[ch]
15888                 gui improvements
15889         * src/menu.c
15890                 added newline after debug message
15891         * src/utils.h
15892                 using __VA_ARGS__ for debug_print macro
15893         * tools/.cvsignore
15894                 ignore Makefile and Makefile.in
15895
15896 2001-09-18 [paul]
15897
15898         * configure.in
15899                 change to version 0.6.2claws1
15900         * sync with sylpheed 0.6.2cvs1
15901
15902         * src/matcher.c 
15903         * src/prefs_matcher.c
15904                 add 'score equal to' option, submitted by
15905                 Paul Evans <nerd@freeuk.com>
15906
15907 2001-09-15 [christoph]
15908
15909         * src/mainwindow.c
15910                 comment out menu entry not existing in claws
15911         * src/menu.c
15912                 add debug output for non existing menu entries
15913         * src/summaryview.c
15914                 fix next/prev unread message for ignored threads
15915         * src/utils.[ch]
15916                 add sourcefile and line number to debug output
15917                 otherwise it is sometimes hard to find the
15918                 source code part if debug messages are translated
15919
15920 2001-09-14 [darko]
15921         
15922         * src/folderview.c
15923                 refresh target folder style after colour is changed
15924
15925 2001-09-13 [paul]
15926
15927         * configure.in
15928                 change to version 0.6.1claws3
15929
15930         * sync with sylpheed 0.6.1cvs6
15931
15932 2001-09-13 [darko]
15933         
15934         * src/folderview.c
15935                 fix target folder colourization to use user selected colour
15936
15937 2001-09-12 [darko]
15938         
15939         * src/summaryview.c
15940                 fix crash when message that is marked for copy/move is unmarked
15941
15942 2001-09-09 [paul]
15943
15944         * configure.in
15945                 change to version 0.6.1claws2
15946
15947         * sync with sylpheed 0.6.1cvs3
15948
15949 2001-09-09 [alfons]
15950         
15951         * src/folderview.c
15952                 fix bug with default font used for trash folder text
15953
15954 2001-09-06 [paul]
15955
15956         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15957                 updated translations
15958
15959         * configure.in
15960                 change to version 0.6.1claws1
15961
15962         * sync with sylpheed 0.6.1cvs2
15963
15964 2001-09-03 [paul]
15965
15966         * po/POTFILES.in
15967                 add Match's new addressbook
15968
15969         * po/de.po
15970                 updated translation submitted by Jens Oberender
15971
15972 2001-09-02 [paul]
15973
15974         * configure.in
15975                 change to 0.6.1claws
15976         * sync with sylpheed 0.6.1 release
15977
15978 2001-09-02 [paul]
15979
15980         * configure.in
15981                 change to 0.6.0claws2
15982
15983         * sync with sylpheed 0.6.0cvs4
15984
15985         * po/pt_BR.po
15986                 updated translation submitted by Fabio Junior Beneditto
15987
15988 2001-09-01 [match]
15989         * pixmaps/
15990                 interface.xpm
15991                 book.xpm
15992                 address.xpm
15993         * src/
15994                 Makefile.am
15995                 a ton of new files
15996
15997 2001-08-31 [paul]
15998
15999         * configure.in
16000                 change to version 0.6.0claws1
16001
16002         * sync with sylpheed 0.6.0cvs1
16003
16004         * po/es.po
16005                 updated translation submitted by Ricardo Mones Lastra
16006
16007         * po/POTFILES.in
16008                 add 'src/prefs_templates.c'
16009
16010         * src/compose.c, src/summaryview.c
16011                 fix segfault on 'Re_edit'               
16012
16013 2001-08-30 [alfons]
16014
16015         * configure.in, Makefile.am
16016         * tools/Makefile.am
16017                 add tools directory to source distribution
16018
16019 2001-08-30 [paul]
16020
16021         * configure.in
16022                 change to version 0.6.0claws
16023
16024         * sync with sylpheed 0.6.0 release
16025
16026 2001-08-30 [christoph]
16027
16028         * configure.in
16029                 removed autoconf version check
16030
16031 2001-08-30 [paul]
16032
16033         * src/account.c, src/compose.c, src/prefs_common.[ch]
16034         * src/procheader.[ch] src/utils.[ch]
16035                 Enhanced automatic account selection on replies
16036                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16037
16038         * configure.in
16039                 add LDAP and JPilot to the configuration results output.
16040
16041 2001-08-29 [christoph]
16042
16043         * src/summeryview.c
16044                 no bold font for ignored threads
16045
16046 2001-08-29 [paul]
16047
16048         * configure.in
16049                 change to version 0.5.3claws6
16050
16051         * sync with sylpheed 0.5.3cvs10
16052                 src/stringtable.[ch]: New Files
16053
16054         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16055         * src/pixmaps/sylpheed.xpm
16056                 add mini-icons to windows (by Alfons)
16057
16058 2001-08-27 [paul]
16059
16060         * src/mainwindow.c
16061                 new functions: next_labeled_cb(), prev_labeled_cb()
16062
16063         * src/summaryview.c
16064                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16065                 summary_select_next_labeled(), summary_select_prev_labeled()
16066
16067         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16068                 give claws blue folders and a blue trash can
16069
16070 2001-08-27 [paul]
16071
16072         * configure.in
16073                 change to version 0.5.3claws5
16074
16075         * sync with sylpheed 0.5.3cvs9
16076                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16077
16078 2001-08-24 [christoph]
16079
16080         * src/filesel.c
16081                 keep filename when browsing directories
16082                 (not working for user entered filename, but
16083                  for default name and selected filename from
16084                  file list)
16085         * src/mainwindow.c
16086                 fixed wrong spelling "Folllow-up"
16087         * src/mbox_folder.c
16088         * src/procmsg.c
16089         * src/summaryview.c
16090                 fixed new/unread message count with ignored
16091                 threads (2 commits, first didn't notice no
16092                 longer needed decreasing)
16093         * src/inc.c
16094                 readded scrolling of progress dialog
16095                 (lost in sync)
16096
16097 2001-08-24 [paul]
16098
16099         * configure.in
16100                 change to 0.5.3claws4
16101
16102         * sync with sylpheed 0.5.3cvs7
16103
16104 2001-08-24 [christoph]
16105
16106         * src/compose.c
16107                 set request return receipt when replying
16108                 if it is set is the folder prefs of the
16109                 message
16110         * src/inc.c
16111                 disable final error popup if popups are
16112                 disabled in config (again)
16113
16114 2001-08-23 [paul]
16115
16116         * configure.in
16117                 Change version number to 0.5.3claws3
16118
16119         * sync with sylpheed 0.5.3cvs5
16120
16121         * src/mimeview.c
16122                 double quote '%s' in 'gedit %s' to fix bug when
16123                 opening attachment with spaces in the name
16124
16125 2001-08-22 [alte]
16126         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16127           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16128                 initial message templates support
16129
16130
16131 2001-08-22 [paul]
16132
16133         * configure.in
16134                 change version number to 0.5.3claws2
16135
16136         * sync with sylpheed 0.5.3cvs4
16137
16138         * src/procmsg.h src/summaryview.c
16139                 re-implement (un)ignore thread
16140
16141 2001-08-21 [paul]
16142
16143         * src/summaryview.c
16144                 remove unnecessary code
16145         * src/compose.c
16146                 enable 'dynamic' signatures (submitted by
16147                 Eric Limpens <eric@hscg-internet.nl>)
16148
16149 2001-08-21 [paul]
16150
16151         clean up after sync with sylpheed 0.5.3 release
16152
16153         * src/folderview.c
16154                 fix re-introduced font mess, see Christoph's
16155                 entry 2001-06-24
16156
16157         * src/summaryview.c
16158                 remove prev_msgnum
16159                 use sylpheed's small font instead of
16160                 gtk default font for summary view
16161
16162
16163 2001-08-17 [paul]
16164
16165         * configure.in
16166                 add pl to ALL_LINGUAS - sync with main branch
16167
16168         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16169                 Updated. Translations by Jens Oberender, Ricardo Mones
16170                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16171
16172         * po/pl.po  ** NEW FILE **
16173                 sync with the main branch
16174
16175         * src/folderview.c
16176                 fix target folder colorizing and refresh problem
16177
16178
16179 2001-08-17 [christoph]
16180
16181         * src/mainwindow.c
16182                 claws uses 4 colors for target folder coloring.
16183                 arrays were not long enough and destroyed the
16184                 stack causing a segfault.
16185                 target folder colorizing does not work anymore
16186                 for me
16187
16188 2001-08-16 [paul]
16189
16190         * configure.in
16191                 change to version 0.5.3claws1
16192
16193         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16194           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16195           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16196
16197                 sync with sylpheed 0.5.3 release, but keep claws method of
16198                 configuring/saving fonts
16199
16200         * src/addressbook.[ch]
16201                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16202                 in line with a similar change in Hiroyuki's branch
16203
16204         * src/mainwindow.[ch]
16205                 disable main_window_set_thread_option()
16206         * src/prefs_folder_item.c
16207                 comment out &tmps_prefs.enable_thread,
16208         * src/mbox_folder.c, src/procmsg.[ch]
16209                 comment out MSG_IS_IGNORE_THREAD
16210         * src/summaryview.c
16211                 comment out summary_ignore_thread() and summary_unignore_thread()
16212                 comment out MSG_IS_IGNORE_THREAD
16213
16214                 use Hiroyuki's threading instead.
16215
16216
16217
16218 2001-08-15 [paul]
16219
16220         * src/account.c
16221                 use Hiroyuki's 0.5.3 column scheme but also
16222                 include the enable/disable button.
16223         * src/pixmaps/mark.xpm
16224                 add Hiroyuki's amended pixmap
16225
16226 2001-08-13 [christoph]
16227
16228         * src/account.c
16229                 receive at get all column showed wrong state for APOP
16230                 button should only work for POP3 and APOP accounts
16231         * src/prefs_account.c
16232                 added missing preprocessor statement for SSL
16233
16234 2001-08-12 [paul]
16235
16236         * src/account.[ch]
16237                 add 'receive at get all' column and enable/disable
16238                 button.
16239
16240 2001-08-06 [christoph]
16241
16242         * src/account.c
16243                 show usage of SSL in protocol column
16244
16245         * src/imap.c
16246         * src/inc.c
16247                 renamed ssl options
16248
16249         * src/prefs_account.[ch]
16250                 moved ssl options to a new page
16251
16252         * src/send.c
16253         * src/smtp.c
16254         * src/ssl.[ch]
16255                 renamed ssl options
16256                 added support for SMTP STARTTLS command
16257
16258 2001-08-05 [christoph]
16259
16260         * configure.in
16261                 debian autoconf needs version check to find
16262                 correct autoconf version. if the file is
16263                 named configure.in 2.13 is used, which does
16264                 not work with this configure.in script.
16265                 other solution would be to rename the script
16266                 to configure.ac as suggested in the autoconf
16267                 manual.
16268
16269         * src/inc.c
16270                 disable final error popup if popups are
16271                 diabled in config
16272
16273         * src/socket.c
16274                 bugfix in ssl_gets
16275                 fixes IMAP over SSL problem
16276
16277 2001-08-03 [paul]
16278
16279         * configure.in
16280                 change to 0.5.2claws1
16281
16282         * sync with sylpheed 0.5.2cvs1
16283
16284 2001-08-02 [alfons]
16285
16286         * configure.in
16287                 quick fix for ispell detection...
16288
16289 2001-08-01 [paul]
16290
16291         * configure.in
16292                 change to 0.5.1claws4
16293
16294         * sync with sylpheed 0.5.1cvs7
16295
16296 2001-07-31 [alfons]
16297
16298         * src/prefs_common.c, src/prefs_common.h, 
16299           src/gtkspell.c, src/gtkspell.h
16300                 add global spelling checker settings (compose tab) +
16301                 selection of dictionary 
16302           
16303         * configure.in  
16304                 guess valid ispell location
16305
16306 2001-07-31 [paul]
16307
16308         * po/POTFILES.in
16309                 removal of 'src/quote_fmt_parse.c'
16310         * po/de.po
16311                 Updated de.po
16312                 (submitted by Jens Oberender <didge@suse.de>)
16313
16314 2001-07-31 [darko]
16315
16316         * src/folder.[ch]
16317         * src/folderview.[ch]
16318         * src/mainwindow.c
16319         * src/mh.c
16320         * src/prefs_common.[ch]
16321         * src/summaryview.c
16322                 target folder colourization
16323
16324 2001-07-30 [paul]
16325
16326         more sync with Sylpheed 0.5.1cvs6 
16327
16328 2001-07-30 [darko]
16329
16330         * src/mh.c
16331         * src/prefs_folder_item.[hc]
16332         * src/summaryview.c
16333                 shared folders support with a GUI
16334
16335 2001-07-29 [paul]
16336
16337         0.5.1claws3
16338
16339         * sync with Sylpheed 0.5.1cvs6
16340
16341 2001-07-29 [paul]
16342
16343         * po/pt_BR.po
16344                 updated
16345                 (submitted by Fabio Junior Beneditto)
16346
16347 2001-07-28 [paul]
16348
16349         * src/procmime.c
16350         * AUTHORS
16351                 patch to correct bad image mime headers
16352                 (submitted by Don Quijote <dq@searchlores.org>)
16353
16354 2001-07-28 [paul]
16355
16356         * tools/gif2xface.pl   **NEW FILE**
16357         * tools/README
16358                 script to convert file.gif to file.xface for
16359                 use in a custom header.
16360                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16361
16362 2001-07-27 [alfons]
16363         
16364         * configure.in
16365                 change macros for detecting JPilot and LDAP
16366
16367 2001-07-27 [christoph]
16368
16369         * src/filtering.c
16370                 code cleanup (MIN / MAX warning, needed casting)
16371
16372 2001-07-27 [alfons]
16373
16374         * procheader.c
16375                 disallow setting flags when detecting certain headers
16376                 (X-Status, Status, Seen, X-Seen). 
16377         
16378         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16379
16380 2001-07-27 [christoph]
16381
16382         * src/prefs_filter.c
16383         * src/prefs_filtering.c
16384         * src/prefs_matcher.c
16385         * src/prefs_scoring.c
16386                 scroll list when moving rows up or down
16387
16388         * src/imap.c
16389         * src/imap.h
16390         * src/prefs_account.c
16391         * src/prefs_account.h
16392         * src/send.c
16393                 SMTP over SSL (untested, feedback requested)
16394                 IMAP over SSL
16395
16396         * src/ssl.c
16397                 code cleanup
16398
16399 2001-07-26 [alfons]
16400         
16401         * configure.in, acconfig.h
16402                 define CLAWS (need this for main / claws detection)
16403
16404 2001-07-25 [alfons]
16405
16406         * configure.in
16407                 Sylpheed 0.5.1claws2
16408                 
16409         * sync with Sylpheed 0.5.1cvs4
16410
16411 2001-07-25 [christoph]
16412
16413         * src/scoring.c
16414                 fixed segfault
16415                 item->prefs == NULL (don't know why)
16416
16417 2001-07-25 [alfons]
16418
16419         * configure.in
16420                 Sylpheed 0.5.1claws1
16421
16422         * sync with Sylpheed 0.5.1cvs1-3
16423
16424 2001-07-24 [christoph]
16425
16426         * src/folderview.c
16427         * src/prefs_folder_item.[ch]
16428                 added folderitem preferences dialog with
16429                 default To: and auto request return receipt
16430
16431         * src/compose.[ch]
16432         * src/menu.[ch]
16433                 changes to handle new folderitem preferences
16434
16435         * src/mainwindow.c
16436         * src/summaryview.c
16437                 call compose new mail with current folderitem
16438
16439 2001-07-24 [alfons]
16440
16441         Release Sylpheed 0.5.1claws
16442
16443         * configure.in
16444                 change to release version 0.5.1claws
16445
16446 2001-07-24 [christoph]
16447
16448         * src/summaryview.c
16449                 fixed segfault that happend when the selected
16450                 message was removed while retrieving new messages.
16451
16452         * po/es.po
16453                 updated translation
16454                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16455
16456 2001-07-22 [alfons]
16457
16458         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16459         this is a work in progress, for more information: http://nlpagan.net/sylman 
16460         
16461         * configure.in, src/mainwindow.c, manual/Makefile.am
16462                 add support for English manual
16463
16464         * AUTHORS
16465                 add authors of user manuals
16466
16467         * manual/en/sylpheed*.html
16468                 add English documentation
16469
16470 2001-07-22 [christoph]
16471
16472         * po/POTFILES.in
16473                 added src/ssl.c
16474         * src/ssl.c
16475                 changed a wrong debug message
16476
16477 2001-07-22 [alfons]
16478
16479         * po/nl.po
16480                 update Dutch translation
16481
16482         * src/prefs_filtering.c, 
16483           src/prefs_matcher.c
16484                 add more translatable strings           
16485
16486 2001-07-21 [alfons]
16487
16488         0.5.0claws7
16489
16490         * configure.in
16491                 change version
16492
16493         * src/inc.c, src/summaryview.[ch]
16494                 prevent update of mark file when filtering has done, by
16495                 using a variable; this affects two functions:
16496                         inc.c::inc_finished()
16497                         summaryview.c::summary_show()
16498
16499 2001-07-20 [alfons]
16500
16501         * src/filtering.[ch], src/prefs_filtering.c, 
16502           src/matcher.[ch]
16503                 add filtering action for label coloring 
16504
16505         * po/POTFILES.in
16506                 add labelcolors.c
16507
16508         * added src/labelcolors.c
16509         * added src/labelcolors.h
16510         * src/Makefile.am, src/summaryview.c
16511                 rearrange label coloring code
16512
16513         * src/procmsg.h
16514                 add more parentheses so label colouring works correctly
16515
16516         * src/filtering.c
16517                 don't really delete message, but move it to Trash
16518
16519         * src/prefs_matcher.c
16520                 add quote options to info dialog
16521
16522 2001-07-20 [christoph]
16523
16524         * src/Makefile.am
16525         * src/inc.c
16526         * src/main.[ch]
16527         * src/socket.h
16528         * src/ssl.[ch] (new)
16529                 moved ssl stuff to a seperate file
16530
16531 2001-07-20 [darko]
16532
16533         * src/summaryview.c
16534                 fix show sender using address book with no e-mail
16535                 address in From: field
16536
16537 2001-07-19 [alfons]
16538
16539         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16540                 fix messy handling of escaping... now at least the
16541                 execute command is useful. escape char is '\', we
16542                 accept \n and \r too. 
16543
16544                 Real life example:
16545                 
16546                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16547                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16548
16549 2001-07-18 [alfons]
16550
16551         0.5.0claws6
16552
16553         * src/summaryview.c
16554                 clean up
16555
16556         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16557           src/procmsg.[ch]
16558                 revise filtering; currently move, copy, marking have
16559                 been tested. if you like bleeding edge stuff, you
16560                 should definitely go for this version :)
16561
16562         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16563
16564 2001-07-17 [christoph]
16565
16566         * src/utils.c
16567                 timestamp log
16568
16569 2001-07-17 [alfons]
16570
16571         0.5.0claws5
16572
16573         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16574           bits in the mark file, without affecting either branch. Lots of
16575           files changed, also in claws branch.
16576
16577           UNTESTED: use of mbox folders
16578
16579         * src/summaryview.c
16580                 added mark all read; however this was a quick hack used for
16581                 cleaning up mess after initial merge with Hiroyuki
16582
16583         * configure.in
16584                 change claws version number back to 0.5.0claws5 to clear up 
16585                 confusion & pretension (recent release was technically 
16586                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16587
16588 2001-07-16 [alfons]
16589
16590         sync with Hiroyuki's 0.5.0cvs4
16591
16592 2001-07-16 [alfons]
16593
16594         0.5.1claws3
16595
16596         * src/filtering.[ch]
16597                 remove invalid updating of mark files for 
16598                 filter actions MATCHING_ACTION_MOVE and 
16599                 MATCHING_ACTION_DELETE; this should fix the
16600                 folder update bug
16601                 
16602         * src/procmsg.c
16603                 revert Christoph's stab at fixing the folder 
16604                 update bug
16605
16606         * po/POTFILES.in
16607                 add missing files with translatable strings
16608
16609         * src/summaryview.c
16610                 remove debug print
16611
16612 2001-07-15 [alfons]
16613
16614         * src/addr_compl.[ch], src/prefs_filtering.c
16615                 make "filtering pref dialog's destination entry" an
16616                 "address completable entry", if filter destination is 
16617                 an email address
16618
16619         0.5.1claws2
16620         
16621         sync with Hiroyuki's 0.5.0cvs2-3
16622
16623 2001-07-15 [christoph]
16624
16625         * src/procmsg.c
16626                 fixed folder stats update after incorporation
16627
16628 2001-07-15 [alfons]
16629
16630         * src/summaryview.c
16631                 * finish label colouring stuff (for now)
16632                 * fix incorrect colour bug (off by one) 
16633
16634 2001-07-14 [alfons]
16635
16636         * src/mainwindow.c
16637                 change text labels for news and mail message so there's
16638                 plenty of toolbar estate left
16639
16640         * configure.in
16641                 0.5.1claws1
16642
16643         * src/folderview.c
16644           src/folder.[ch]
16645                 sync with Hiroyuki's 0.5.0cvs1
16646
16647         * src/summaryview.c
16648                 more rewrite label colouring
16649
16650 2001-07-14 [alfons]
16651
16652         * src/summaryview.[ch]
16653                 * start rewrite label colouring 
16654                 * fix proper location "Add Sender To Addressbook" menu item
16655
16656 2001-07-13
16657
16658         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16659         (actually this is 0.5.0claws4)
16660
16661 2001-07-13 [alfons]
16662
16663         * po/pt_BR.po
16664                 * fix duplicate message
16665                 * add updated Portugese / Brazilian translation
16666                   submitted by Fabio Junior Beneditto
16667
16668 2001-07-12 [alfons]
16669
16670         * AUTHORS
16671                 add Jens
16672
16673         * po/nl.po
16674                 add updated Dutch translation
16675
16676         * po/de.po
16677                 add updated German translation submitted by Jens
16678
16679 2001-07-11 [alfons]
16680
16681         Prerelease before 0.5.0claws. Please test.
16682         This version is temporarily tagged as VERSION_0_5_0_TEST
16683
16684         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16685           src/prefs_scoring.c, src/prefs_matcher.c, 
16686           src/prefs_filtering.c, src/mbox.c, 
16687           src/main.c, src/inc.c, src/filtering.[ch]
16688                 revert new Hoa's new matcher (does not work yet)
16689
16690         * src/Makefile.am
16691                 clean up
16692
16693 2001-07-10
16694
16695         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16696
16697
16698 2001-07-10 [alfons]
16699
16700         * Makefile.am
16701                 add ChangeLog.claws to EXTRA_DIST
16702         * src/Makefile.am
16703                 add matcher_parser_parse.h to EXTRA_DIST
16704
16705 2001-07-10 [christoph]
16706
16707         * src/inc.c
16708                 add destination folder to table of
16709                 folders that need to be updated after
16710                 incorporation
16711
16712 2001-07-10 [alfons]
16713
16714         * folder.[ch]
16715           folderview.c
16716                 make collapse state of folders and folder items persistent, i.e.
16717                 if you collapse a folder tree, the next time sylpheed-claws starts 
16718                 up the folder tree remains collapsed.  
16719                 
16720 2001-07-10 [christoph]
16721
16722         * acconfig.h
16723         * configure.in
16724                 added --enable-ssl
16725         * src/md5.[ch]
16726                 renamed MD5_CTX to MD5_CTX_syl
16727                 conflicts with a struct in openssl
16728         * src/inc.c
16729         * src/main.[ch]
16730         * src/prefs_account.[ch]
16731         * src/socket.[ch]
16732                 SSL support for POP
16733         * src/mainwindow.c
16734                 fixed compose with current account
16735                 broken by new compose button stuff
16736
16737 2001-07-09 [hoa]
16738
16739         * AUTHORS
16740                 changed my email address
16741
16742         * src/matcher_parser_parse.y
16743                 clean the parser to remove conflicts
16744
16745 2001-07-09 [alfons]
16746
16747         * AUTHORS
16748                 add Match Grun
16749
16750         * configure.in
16751                 fix incorrect description of --enable-ldap parameter
16752
16753         * src/prefs_common.[ch]
16754           src/compose.c
16755                 add experimental option "smart wrapping" which makes the
16756                 compose editor auto wrap.
16757                 
16758                 | TODO: the problem with the buggy cursor handling is caused |
16759                 | by the GtkText. when deleting / backspacing text its       |
16760                 | wrapping algorithm does not take in account the previous   |
16761                 | line. should find a way to hack this in.                   |
16762                 | or should perhaps combine this with the word wrapping      |
16763                 | patch i wrote in january.                                  |
16764
16765         * src/about.c
16766                 show build parameters for LDAP and JPilot
16767
16768         * src/summaryview.c
16769                 revert Christoph's bugfix for selecting next unread message, 
16770                 because folder stats aren't updated correctly
16771
16772 2001-07-08 [hoa]
16773
16774         * src/filtering.c
16775         * src/mainwindow.c
16776         * src/matcher.c
16777         * src/matcher_parser_lex.l
16778         * src/matcher_parser_parse.y
16779         * src/prefs_filtering.c
16780         * src/prefs_scoring.c
16781         * src/scoring.c
16782                 bugfix of the config file parser
16783
16784 2001-07-08 [alfons]
16785
16786         * src/Makefile.am
16787                 added generated matcher sources to BUILT_SOURCES
16788
16789 2001-07-08 [hoa]
16790
16791         * src/Makefile.am
16792         * src/.cvsignore
16793                 added new config file parser
16794
16795         * src/scoring.[ch]
16796         * src/filtering.[ch]
16797         * src/matcher.[ch]
16798         * src/prefs_filtering.c
16799         * src/prefs_matcher.c
16800         * src/prefs_scoring.c
16801         * added src/matcher_parser.h
16802         * added src/matcher_parser_lex.h
16803         * added src/matcher_parser_lex.l
16804         * added src/matcher_parser_parse.y
16805                 lex & yacc config file parser
16806
16807         * src/mbox.c
16808         * src/inc.c
16809         * src/main.c
16810                 changes prefs_filtering into global_filtering           
16811
16812         * src/summaryview.c
16813                 build threads with subjects only if "Re: " is at the
16814                 beginning of the subject
16815
16816 2001-07-07 [paul]
16817
16818         0.5.0claws
16819
16820         sync with sylpheed 0.5.0
16821                 change of version number only
16822
16823 2001-07-06 [paul]
16824
16825         0.5.0claws5
16826
16827         sync with sylpheed 0.5.0pre5
16828
16829 2001-07-05 [paul]
16830
16831         sync with sylpheed 0.5.0pre4 release
16832                 /po and /manual/ja not sync'ed
16833
16834 2001-07-04 [paul]
16835
16836         more sync with sylpheed 0.5.0pre4
16837
16838 2001-07-03 [christoph]
16839
16840         * src/addressbook.c
16841                 fixed address book broken by address book
16842                 for VCard, JPilot, LDAP
16843
16844 2001-07-03 [alfons]
16845
16846         * src/matcher.c
16847         * src/textview.c
16848                 stopped memory leaks
16849
16850 2001-07-03 [paul]
16851
16852         more sync with sylpheed 0.5.0pre4
16853
16854 2001-07-02 [match]
16855
16856         * included address book patch for VCard, JPilot, LDAP
16857         * pref_common.c - fixed Font options on Display tab (cosmetic)
16858         * alertpanel.c - fixed truncated message
16859
16860 2001-07-02 [christoph]
16861
16862         * src/mbox_folder.c
16863         * src/procmsg.[ch]
16864         * src/summaryview.c
16865                 mark threads for ignoring
16866
16867 2001-07-02 [paul]
16868
16869         0.5.0claws4
16870
16871         * sync with sylpheed 0.5.0pre4
16872                 updated gettext to 0.10.38.
16873
16874 2001-07-01 [paul]
16875
16876         * src/ mainwindow.c
16877         * src/procmsg.h
16878         * src/summaryview.[ch]
16879                 new right-click option: Label.
16880                 substitute for 'Mark-->Mark/Unmark', colours the line.
16881                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16882
16883 2001-07-01 [christoph]
16884
16885         * src/folderview.c
16886                 fixed font for trash
16887         * src/summaryview.c
16888                 move ctree to unread message
16889
16890 2001-07-01 [paul]
16891
16892         * sync with sylpheed 0.5.0pre3 release
16893
16894 2001-06-30 [alfons]
16895
16896         * src/filesel.[ch]
16897         * src/compose.c
16898                 allow inserting / attaching multiple files in
16899                 the composer window
16900
16901 2001-06-30 [paul]
16902
16903         * src/codeconv.c
16904                 small change to Alfons' previous stuff so that it
16905                 actually makes
16906
16907 2001-06-30 [alfons]
16908
16909         * lots of files changed; first attempt to merge the changes
16910           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16911
16912 2001-06-30 [paul]
16913
16914         * po/pt_BR.po
16915                 updated and completed, translations by Fabio
16916                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16917
16918 2001-06-29 [alfons]
16919
16920         * src/compose.c
16921         * src/mimeproc.[ch]
16922                 allow selecting an attached files' mime type from a 
16923                 list of types.
16924
16925 2001-06-29 [paul]
16926
16927         * more sync with sylpheed 0.5.0pre3
16928
16929 2001-06-29 [paul]
16930
16931         * po/pt_BR.po
16932                 merge with sylpheed.pot and pt_BR.po provided by
16933                 Fabio Junior Beneditto.
16934
16935 2001-06-29 [darko]
16936
16937         * src/procmime.c
16938                 make MIME types case insensitive
16939
16940 2001-06-28 [alfons]
16941
16942         * po/nl.po
16943                 merge with sylpheed.pot and old nl.po; translations added.
16944
16945 2001-06-28 [paul]
16946
16947         * more sync with sylpheed 0.5.0pre3
16948
16949 2001-06-27 [alfons]
16950
16951         * src/summaryview.c
16952                 don't crash when removing parent node of messages
16953                 attracted by subject. this was caused by not deleting
16954                 the parent node from the subject line hash table.
16955
16956 2001-06-27 [alfons]
16957
16958         * src/summaryview.c
16959         * src/compose.[ch]
16960         * src/mainwindow.c
16961                 if there are multiple messages selected, allow forwarding
16962                 them as attachments.
16963
16964 2001-06-27 [paul]
16965
16966         * more sync with sylpheed 0.5.0pre3
16967
16968 2001-06-26 [paul]
16969
16970         0.5.0claws3
16971
16972         * sync with sylpheed 0.5.0pre3
16973
16974 2001-06-25 [paul]
16975
16976         * src/mainwindow.c
16977                 fixed 'compose news article' bug
16978                 from icon-and-text toolbar
16979
16980 2001-06-25 [paul]
16981
16982         * sync with sylpheed 0.5.0pre2 release
16983
16984 2001-06-24 [christoph]
16985
16986         * src/prefs_common.c
16987                 bug fix in font selection
16988         * src/folderview.c
16989                 use sylpheed's normal font instead of
16990                 gtk default font for folders without
16991                 new messages
16992
16993 2001-06-24 [alfons]
16994
16995         * src/mainwindow.[ch]
16996                 added composite compose mail / news button (an idea by Leandro
16997                 Pereira <leandro@linuxmag.com.br>)
16998
16999 2001-06-24 [paul]
17000
17001         Added instructions for ldif-to-xml.py
17002
17003         * tools/README
17004
17005 2001-06-23 [alfons]
17006
17007         Some minor things.
17008
17009         * src/pixmaps/stock_news_compose.xpm
17010                 added pixmap by Leandro
17011         * src/prefs_common.c
17012                 tested built-in spelling checker of GCC 3.0 :)
17013         * po/nl.po
17014                 merged dutch translation of sylpheed-main with
17015                 sylpheed.pot
17016
17017 2001-06-23 [paul]
17018
17019         Added tools directory and files.
17020
17021         * tools/filter_conv.pl
17022                 converts old filter system to new filtering system
17023         * tools/ldif-to-xml.py
17024                 converts netscape addressbook to sylpheed addressbook
17025         * tools/README
17026                 descriptions/instructions for above two files
17027
17028 2001-06-23 [christoph]
17029
17030         * src/inc.c
17031         * src/manage_window.[ch]
17032         * src/prefs_common.[ch]
17033                 mail retrieval dialog can be enabled, disabled
17034                 or hidden if non of sylpheed's windows is active
17035
17036 2001-06-22 [paul]
17037
17038         0.5.0claws2
17039
17040         * sync with sylpheed 0.5.0pre2
17041
17042 2001-06-21 [christoph]
17043
17044         * src/summaryview.c
17045                 show recipient on 'from' for all accounts
17046                 
17047         * src/inc.c
17048         * src/prefs_common.[ch]
17049                 disable error popup on mail receive errors
17050
17051 2001-06-21 [alfons]
17052
17053         * src/compose.c
17054                 made the ruler correctly appear and disappear.
17055
17056         * src/Makefile.am
17057                 removed Hoa's work-in-progress-stuff (interesting!) so 
17058                 claws compiles ok.
17059
17060 2001-06-20 [christoph]
17061
17062         * src/inc.c
17063         * src/progressdialog.c
17064                 added scrolled window for list in progressdialog
17065
17066 2001-06-20 [paul]
17067
17068         sync with sylpheed 0.5.0pre1 release
17069
17070 2001-06-20 [christoph]
17071
17072         * src/summeryview.c
17073                 make building threads by subject work when
17074                 thread view is enabled
17075                 
17076         * src/compose.c
17077         * src/prefs_common.[ch]
17078                 automatically select account for mail replys
17079
17080 2001-06-19 [sergey]
17081
17082         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17083         they are filled in from the account settings.
17084
17085 2001-06-19 [paul]
17086
17087         * more sync with sylpheed 0.5.0pre1
17088
17089 2001-06-18 [alfons]
17090
17091         * src/Makefile.am,
17092           src/procmime.c
17093                 added --sysconfdir to CPPFLAGS for pointing to the correct
17094                 location of mime.types. 
17095
17096                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17097                 or ./configure!
17098
17099 2001-06-18 [hoa]
17100
17101         * src/summaryview.c
17102                 fixed some bug when building threads
17103
17104 2001-06-18 [pau]l
17105
17106         * src/prefs_account.c
17107                 UI stuff: More changes to the English
17108
17109 2001-06-18 [paul]
17110
17111         * src/pixmaps/stock_news_compose.xpm: new file
17112         * src/Makefile.am
17113         * src/mainwindow.c
17114         * src/summaryview.c
17115                 Added new icon for Hoa's 'compose a news
17116                 message', plus minor improvements to the
17117                 English
17118
17119         * po/ja.po
17120         * ChangeLog
17121         * ChangeLog.jp
17122                 more sync with sylpheed 0.5.0pre1
17123
17124 2001-06-18 [hoa]
17125
17126         * src/compose.[ch]
17127         * src/mainwindow.c
17128                 Follow-up and reply to
17129
17130         * src/summaryview.[ch]
17131                 Build threads also with subjects
17132
17133 2001-06-17 [hoa]
17134
17135         * src/compose.c
17136                 forwarding use the current account.
17137
17138         * src/mainwindow.c
17139                 the "compose message" button has been replaced with
17140                 "new mail" and "new news" buttons
17141
17142         * src/prefs_common.[ch]
17143                 added a configuration option to use the forward button
17144                 as "forward as attachment"
17145                 changed reply and forward format description
17146
17147         * src/quote_fmt_lex.l
17148         * src/quote_fmt_parse.y
17149                 added message with no signature in format for reply
17150                 and forward.
17151
17152 2001-06-17 [paul]
17153
17154         Minor UI stuff
17155
17156         * src/mainwindow.c
17157         * src/summaryview.c
17158                 Improvements to the English
17159
17160         * src/prefs_common.c
17161                 Improvements to the English and some
17162                 clarity/continuity improvements in the
17163                 description of Quote symbols.
17164
17165 2001-06-17 [paul]
17166
17167         0.5.0claws1
17168
17169         * sync with sylpheed 0.5.0pre1
17170
17171 2001-06-17 [hoa]
17172
17173         * src/compose.c
17174                 Better interface for compose, displayed fields
17175                 are updated whenever we change account.
17176                 Newsgroups field is automatically filled.
17177
17178         * src/mainwindow.c
17179                 Newsgroups field is automatically filled.
17180
17181         * src/prefs_account.c
17182                 Some interface stuff when fields appear and
17183                 disappear.
17184
17185 2001-06-16 [paul]
17186
17187         0.4.99claws
17188
17189         * sync with sylpheed 0.4.99
17190
17191 2001-06-16 [sergey]
17192
17193         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17194         base64_decoder_free, base64_decoder_decode): new object and
17195         functions for decoding base64 streams.
17196         * src/procmime.c (procmime_decode_content): modified to use the
17197         new base64 decoder.
17198
17199 2001-06-15 [paul]
17200
17201         0.4.99claws10
17202
17203         * sync with sylpheed 0.4.99cvs11
17204
17205 2001-06-13 [paul]
17206
17207         0.4.99claws9
17208
17209         * sync with sylpheed 0.4.99cvs9
17210
17211 2001-06-13 [hoa]
17212
17213         * src/compose.c
17214         * src/prefs_account.c
17215
17216                 SMTP server can be defined in the news account
17217                 mime type of attachment are kept.
17218
17219         * src/summaryview.c
17220
17221                 now choose the highest important score between default
17222                 and important score of folder.
17223
17224 2001-06-09 [alfons]
17225         
17226         * src/prefs_common.c: 
17227
17228                 (prefs_quote_description_create): corrected description of 
17229                 quote format characters
17230
17231 2001-06-09 [paul]
17232
17233         0.4.99claws8
17234
17235         * sync with sylpheed 0.4.99cvs8
17236
17237 2001-06-08 [sergey]
17238
17239         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17240         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17241
17242 2001-06-08 [paul]
17243
17244         0.4.99claws7
17245
17246         * sync with sylpheed 0.4.99cvs7
17247
17248 2001-06-06 [sergey]
17249
17250         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17251         clashes with autogenerated header).
17252         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17253         * src/Makefile.am: added quote_fmt.h.
17254         * src/.cvsignore: added lex/yacc autogenerated files
17255         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17256
17257 2001-06-06 [paul]
17258
17259         0.4.99claws6
17260
17261         * sync with sylpheed 0.4.99cvs6
17262
17263 2001-06-06 [hoa]
17264
17265         * added src/quote_fmt_parse.h
17266         * src/compose.c
17267                 removed warnings
17268
17269         * src/prefs.[ch]
17270                 don't modify readonly configuration files
17271
17272         * src/prefs_account.c
17273         * src/prefs_common.c
17274         * src/prefs_customheader.c
17275         * src/prefs_display_header.c
17276         * src/prefs_filter.c
17277         * src/prefs_filtering.c
17278         * src/prefs_scoring.c
17279                 don't open dialog box when configuration files
17280                 are readonly
17281
17282 2001-06-05 [sergey]
17283
17284         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17285
17286         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17287         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17288         BUILT_SOURCES to make all files rebuild properly.
17289
17290         * src/compose.c: removed #include "quote_fmt.tab.h".
17291
17292         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17293         CHARACTER value in yylval.
17294
17295         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17296         receive CHARACTER value by documented means (yylval).
17297
17298         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17299
17300 2001-06-05 [hoa]
17301
17302         * src/Makefile.am
17303                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17304
17305         * src/filtering.c
17306         * src/matcher.c
17307         * src/matcher.h
17308         * src/prefs_filtering.c
17309                 now keep the configuration for execute action
17310
17311         * src/mbox_folder.c
17312                 fixed a warning
17313
17314 2001-06-05 [paul]
17315
17316         * sync with sylpheed 0.4.99cvs5
17317
17318 2001-06-05 [hoa]
17319
17320         * src/Makefile.am
17321                 added quote_fmt.[ch]
17322
17323         * added src/quote_fmt.y
17324         * added src/quote_fmt.l
17325         * added src/quote_fmt.tab.h
17326         * added src/quote_fmt.tab.c
17327         * added src/lex.quote_fmt.c
17328                 parsing configuration for replying
17329                 and forwarding
17330
17331         * src/prefs_common.[ch]
17332                 added configuration UI for replying
17333                 and forwarding
17334
17335         * src/compose.c
17336                 using configuration for replying
17337                 and forwarding
17338
17339 2001-06-04 [hoa]
17340
17341         * src/filtering.c
17342         * src/matcher.c
17343         * src/matcher.h
17344         * src/prefs_filtering.c
17345         * src/prefs_matcher.c
17346         * src/prefs_matcher.h
17347                 action "run a command" for filtering
17348                 and matching with a command.
17349                 fixed the "whole message" matching
17350
17351         * src/mbox_folder.c
17352                 changed temporary filename for security
17353
17354         * src/messageview.c
17355                 queue the notification if it fails to send.
17356
17357         * src/prefs_common.c
17358         * src/prefs_folder_item.c
17359                 changed the default important score             
17360
17361         * src/prefs_scoring.c
17362         * src/scoring.c
17363                 hide kill score input when the folder is not
17364                 a newsgroup
17365
17366 2001-06-03 [alfons]
17367
17368         * src/prefs_common.c:
17369
17370                 (prefs_font_select): pass font name in font entry box to font
17371                 selection dialog.
17372
17373 2001-06-03 [sergey]
17374
17375         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17376
17377 2001-06-03 [paul]
17378
17379         * sync with sylpheed 0.4.99cvs4
17380
17381 2001-06-03 [alfons]
17382
17383         * src/headerwindow.c:
17384
17385                 (headerwindow_show_cb): use the selected summary view item, not
17386                 the displayed item.
17387
17388 2001-06-02 [alfons]
17389
17390         * src/headerwindow.c:
17391
17392                 (headerwindow_show_cb): always try to show msginfo
17393
17394 2001-06-02 [hoa]
17395
17396         * src/compose.c
17397                 keep attached parts when reediting or forwarding.
17398
17399 2001-06-01 [hoa]
17400
17401         * src/folderview.c
17402         * src/prefs_folder_item.[ch]
17403         * src/prefs_scoring.[ch]
17404         * src/scoring.[ch]
17405         * src/summaryview.[ch]
17406         * src/main.c
17407         * src/mainwindow.c
17408         * src/prefs_common.[ch]
17409                 support for folder scoring
17410                 kill score and important score for messages
17411         
17412         * src/prefs_account.c
17413                 some display bug fixed for local account
17414                 preferences
17415
17416 2001-05-31 [alfons]
17417
17418         * src/summaryview.c:
17419
17420                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17421                 sender to address book menu item is disabled.
17422
17423 2001-05-30 [hoa]
17424
17425         * src/filtering.[ch]
17426         * src/summaryview.c
17427                 handling summary menu / filter messages
17428
17429         * src/folder.[ch]
17430                 add some stuff
17431
17432         * src/foldersel.c
17433                 imap folders now appears in list
17434
17435         * src/mbox_folder.c
17436                 doesn't crash if destination mail is not writeable
17437
17438 2001-05-29 [hoa]
17439
17440         * src/compose.c
17441                 removed some warnings
17442
17443         * src/filtering.c
17444         * src/folder.[ch]
17445         * src/prefs_filtering.c
17446                 global string to identify any folders           
17447                 removed some debug info
17448                 filtering to mbox folders is now possible
17449
17450         * src/mainwindow.c
17451                 removed some warnings
17452
17453         * src/mbox_folder.c
17454                 permission on files are changed to read/write for user only,
17455                 nothing for other.
17456                 creation of subfolder is handled better.
17457
17458 2001-05-28 [alfons]
17459
17460         Verified the sync for src/prefs_common.[ch] and
17461         src/prefs_account.[ch]. I believe there were some
17462         minor indentation differences.
17463
17464 2001-05-28 [paul]
17465
17466         0.4.99claws3
17467
17468         * sync with 0.4.99cvs3
17469
17470 2001-05-28 [hoa]
17471
17472         * src/compose.c
17473                 handling flags for mbox format
17474
17475         * src/filtering.c
17476                 use of mark file only for MH format
17477                 handling flags for mbox format
17478                 filtering cannot yet move or copy mails to mbox folders.
17479
17480         * src/folder.[ch]
17481                 changed move_msg, copy_msg,
17482                 move_msgs_with_dest, copy_msgs_with_dest functions
17483                 uses only folder->copy_msg() function
17484                 uses folder->finished_copy() to handle the destination
17485                 folder at the end of the copy or move operation.
17486
17487         * src/foldersel.c
17488                 included mbox directories.
17489
17490         * src/folderview.[ch]
17491         * src/mainwindow.c
17492                 handle folders operation for mbox format
17493
17494         * src/mbox.c
17495                 disable conversion of "From " header
17496
17497         * src/mbox_folder.[ch]
17498                 completion of mbox format handling
17499
17500         * src/mh.c
17501                 changed mh_copy_msg() function and
17502                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17503                 mh_copy_msgs_with_dest()
17504
17505         * src/prefs_filtering.c
17506                 removed some warnings
17507
17508         * src/prefs_matcher.c
17509                 default boolean operation is AND
17510
17511         * src/procheader.c
17512                 handling flags for mbox format
17513                 handling of "From " header
17514
17515         * src/procmsg.[ch]
17516                 removed data field
17517                 added MSG_REALLY_DELETED flags to handle deletion of
17518                 messages in mbox format.
17519
17520         * src/summaryview.c
17521                 handling flags for mbox format
17522                 disable the MSG_DELETED flags when messages
17523                 are deleted in mbox format
17524
17525         * src/textview.c
17526                 "From " headers display fixed.
17527
17528 2001-05-27 [alfons]
17529
17530         * src/textview.c:
17531                 
17532                 (get_email_part): skip quoted email addresses, like in e.g.
17533                 "'alfons@proteus.demon.nl'".
17534
17535 2001-05-26 [alfons]
17536
17537         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17538         and fixing the persistence troubles when using separate windows.
17539
17540         * src/mainwindow.c:
17541         
17542             Added #define SEPARATE_ACTION used in the gtk item factory for 
17543             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17544                 use gtk_item_factory_get_widget_by_action() to get the items.
17545                 
17546             Removed separate_widget_cb from the gtk item factory data   
17547           
17548             (mainwindow_create): connect separate_widget_cb() to check
17549             menu item "toggled" signal. also passing a MainWindow pointer
17550                 as object data for both check menu items.
17551                 
17552             (separate_widget_cb): definition of separate_widget_cb() to match
17553             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17554                 window using gtk_object_get_data(). The type of window separation 
17555                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17556         
17557         * src/prefs_filtering.c,
17558           src/prefs_matcher.c: added horizontal scrollbars
17559
17560 2001-05-25 [darko]
17561
17562         * src/headerview.c
17563                 fix segfault with invalid bold font
17564         * src/summaryview.c
17565                 correctly display summary stats after row is marked
17566
17567 2001-05-23 [sergey]
17568
17569         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17570         encodings with libjconv.
17571
17572 2001-05-23 [hoa]
17573
17574         * src/Makefile.am
17575                 added mbox_folder.[ch]
17576         * src/defs.h
17577                 mbox temporary folder
17578         * src/folder.[ch]
17579         * added src/mbox_folder.[ch]
17580         * src/folderview.c
17581         * src/procheader.[ch]
17582                 added mbox support
17583         * src/mbox.c
17584                 bugfix for file incorporation filtering
17585         * src/imap.c
17586                 enable creation of MBOX
17587         * src/prefs_display_header.c
17588                 enable use of headers like "From "
17589                 something that should be fixed :
17590                         displaying of such headers add an extra space
17591         * src/prefs_folder_item.c
17592                 don't create folders because it is not necessary
17593         * src/procmsg.h
17594                 added data field to MsgInfo for mbox internal use
17595         * src/summaryview.c
17596                 added some support for mbox
17597         * src/utils.[ch]
17598                 added get_mbox_cache_dir() function
17599
17600 2001-05-23 [hiroyuki]
17601
17602         * src/headerwindow.c
17603           src/inc.c
17604           src/main.c
17605           src/mh.c
17606           src/nntp.c
17607           src/procmsg.h
17608           src/session.h
17609           src/socket.[ch]
17610           src/summaryview.c
17611           src/textview.c
17612           src/automaton.c
17613           src/folderview.c: more sync with 0.4.99cvs2.
17614
17615         * src/headerwindow.c: reverted.
17616
17617 2001-05-22 [paul]
17618
17619         0.4.99claws2
17620
17621         * sync with sylpheed 0.4.99cvs2
17622                 * src/news.[ch]
17623                 * src/nntp.[ch]
17624                 * INSTALL
17625                 * INSTALL.jp
17626
17627 2001-05-22 [alfons]
17628
17629         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17630
17631 2001-05-21 [alfons]
17632
17633         Minor things:
17634
17635         * configure.in: if gnome-config not found, "no" is displayed
17636         
17637         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17638
17639         * src/textview.c: now also possible to add mail addresses by right
17640           clicking in the text view
17641
17642         * src/codeconv.c: merged patch which fixes endless loop when encountering
17643           invalid wide characters; from Alte <010@imis.ru>  
17644
17645 2001-05-20 [alfons]
17646
17647         Added installation of gnome specific things:
17648
17649         * Makefile.am: gnome conditional
17650
17651         * configure.in: check for installed gnome
17652
17653         * added sylpheed.png, sylpheed.desktop
17654
17655 2001-05-20 [sergey]
17656
17657         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17658
17659         * src/mainwindow.h (main_window_toolbar_create): created a button
17660         for "Reply to all".
17661         (main_window_set_toolbar_sensitive): enable/disable the new button
17662         appropriately.
17663         (toolbar_reply_to_author_cb): handle the new button.
17664
17665         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17666         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17667         failure).
17668
17669 2001-05-19 [sergey]
17670
17671         * src/compose.h (ComposeReplyMode): new modes
17672         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17673         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17674
17675         * src/compose.c
17676         (compose_send): move some code into a new function:
17677         (compose_current_mail_account): new function.
17678         (compose_reply): new argument to_author, all callers changed; if
17679         to_author==TRUE and account->protocol==A_NNTP, find and use an
17680         appropriate mail account for replying.
17681         (compose_reply_set_entry): new argument to_author; ignore
17682         compose->replyto if to_author==TRUE.
17683
17684         * src/mainwindow.c: new command "Message/Reply to author".
17685         (main_window_set_menu_sensitive): enable/disable it.
17686         (reply_cb): handle it.
17687
17688         * src/summaryview.c: new command "Reply to author".
17689         (summary_set_menu_sensitive): enable/disable it.
17690         (summary_reply_cb): handle it.
17691
17692         * src/account.c (account_find_mail_from_address): new function.
17693
17694 2001-05-18 [paul]
17695
17696         0.4.99claws1
17697
17698         * sync with sylpheed 0.4.99cvs1
17699
17700 2001-05-18 [hoa]
17701
17702         * src/compose.[ch]
17703         * src/filtering.c
17704         * src/summaryview.c
17705                 new filtering action : forward and forward as attachment
17706
17707         * src/main.c
17708                 no need for $DISPLAY when we run sylpheed --help
17709                 call to parse_cmd_opt() is moved
17710
17711         * src/mainwindow.[ch]
17712                 execute button is hidden when immediate execute
17713                 is chosen
17714
17715         * src/mh.c
17716         * src/news.c
17717         * src/prefs_folder_item.c
17718         * src/procmsg.c
17719                 better handling of missing directories
17720
17721         * src/summaryview.c
17722                 reedit is enabled in outbox
17723                 reedit is enabled in queue
17724
17725 2001-05-17 [hoa]
17726
17727         * src/filtering.c
17728         * src/matcher.[ch]
17729         * src/prefs_filtering.c
17730                 changed attachement into attachment
17731
17732 2001-05-17 [alfons]
17733
17734         0.4.67claws4    
17735
17736         * sync with sylpheed 0.4.67cvs9
17737         * sync with sylpheed 0.4.67cvs7-8
17738
17739 2001-05-17 [hoa]
17740
17741         * src/Makefile.am
17742                 added prefs_filtering.c
17743
17744         * src/filtering.[ch]
17745         * src/matcher.[ch]
17746                 removed action : forward_news and forward_news_as_attachement
17747                 (forward and forward_as_attachement can be used instead)
17748
17749         * src/mainwindow.c
17750                 added menu option to access filtering configuration
17751
17752         * src/prefs_account.c
17753                 changed mail_command default to /usr/sbin/sendmail
17754
17755         * added src/prefs_filtering.[ch]
17756                 dialog box for filtering configuration
17757
17758         * src/prefs_matcher.c
17759                 added function prefs_matcher_get_criteria_from_matching()
17760
17761         * src/prefs_scoring.c
17762                 reset the dialog when register or substitute is clicked
17763
17764 2001-05-15 [hoa]
17765
17766         * src/Makefile.am
17767                 added filtering.[ch]
17768         * src/inc.c
17769                 using filering.[ch] instead of filter.[ch]
17770         * src/main.c
17771                 reading new filtering configuration
17772         * src/matcher.[ch]
17773                 added some filtering actions
17774                 and fixed a bug for headers and mail body matching
17775         * src/mbox.c
17776                 using filering.[ch] instead of filter.[ch]
17777         * src/mh.c
17778                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17779         * src/summaryview.c
17780                 some fixes for filtering
17781
17782 2001-05-14 [hiroyuki]
17783
17784         * src/send.c: fixed some weird indentations.
17785           send_message_with_command(): call pclose() only if p != NULL.
17786         * src/textview.c: get_email_part(): modified the code for readability.
17787
17788 2001-05-14 [hiroyuki]
17789
17790         * src/md5global.h
17791           src/md5ify.c
17792           src/md5ify.h: removed from the cvs.
17793
17794 2001-05-13 [sergey]
17795
17796         * src/main.c: include rfc2015.h to avoid compiler warnings.
17797         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17798         the panel is already on screen.
17799         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17800         closing the alert window by ESC as "No".
17801         * src/prefs_common.c (prefs_interface_create): moved return
17802         receipt check button to the correct place.
17803
17804 2001-03-13 [alfons]
17805
17806         * src/prefs_common.c: 
17807                 moved return receipt check button to the Send tab. (prefs_send_create)
17808                 removed the date format ui related globals. (prefs_display_create)
17809
17810         0.4.67claws3
17811         
17812         * sync with sylpheed 0.4.67cvs5-6
17813
17814 2001-05-13 [paul]
17815
17816         * added Alfons' font selection patch
17817
17818         * src/defs.h
17819         * src/headerwindow.c
17820         * src/prefs_common.c
17821         * src/prefs_common.h
17822
17823 2001-05-13 [hoa]
17824         * src/defs.h
17825                 changed version of cache
17826         * src/matcher.[ch]
17827         * src/prefs_matcher.c
17828                 added additionnal matching criteria
17829         * src/procheader.c
17830         * src/procmsg.[ch]
17831         * src/news.c
17832                 added references in MsgInfo
17833
17834 2001-05-12 [hoa]
17835
17836         * src/defs.h
17837                 prepared some things for new filtering
17838         * src/matcher.[ch]
17839                 added some matching properties
17840                 inreplyto need to be enhanced
17841                 prepared some things for new filtering
17842         * src/messageview.c
17843                 added Return-Receipt-To handling
17844         * src/prefs_folder_item.c
17845                 changed default value to TRUE
17846         * src/prefs_matcher.c
17847                 added some matching properties
17848         * src/prefs_scoring.[ch]
17849                 the scoring dialog is finished
17850         * src/procheader.c
17851                 added Return-Receipt-To handling
17852                 Reference need to be added
17853         * src/procmsg.[ch]
17854                 added Return-Receipt-To handling
17855                 added threadscore to get a better score sorting when
17856                 threads are enabled
17857         * src/summaryview.c
17858                 suppressed a bug when we sort the list
17859                 when no folder is opened.
17860                 better score sorting when threads are enabled
17861
17862 2001-05-12 [alfons]
17863
17864         * reverted previous patch because of potential errors 
17865
17866         0.4.67claws2
17867         
17868         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17869                 applied "toggle mail-retrieval dialog window" patch submitted 
17870                 by Eric Limpens <eric@qnt.net>
17871
17872         * sync with sylpheed 0.4.67cvs4
17873
17874 2001-05-12 [sergey]
17875
17876         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17877         some picky compilers.
17878         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17879         * src/grouplist_dialog.c: include alertpanel.h.
17880         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17881         fix compile warning.
17882         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17883         #include "defs.h" before others to prevent the warning of `MIN'
17884         and `MAX' redefinition.
17885
17886 2001-05-11 [hoa]
17887
17888         * src/main.c
17889         * src/messageview.c
17890         * src/prefs_account.c
17891         * src/prefs_display_header.c
17892                 removed warning
17893         * src/Makefile.am
17894                 added prefs_scoring.[ch]
17895         * src/grouplist_dialog.c
17896                 display an error dialog box if the group list
17897                 cannot be fetched.
17898         * src/mainwindow.[ch]
17899                 added main_window_set_thread_option() function
17900                 scoring dialog box enabled
17901         * src/matcher.[ch]
17902                 added flags matching unread /new / marked
17903                 / deleted / replied / forwarded
17904         * src/news.c
17905                 newsgroups are now finally in newscache
17906         * src/prefs_matcher.[ch]
17907                 finished preferences for matching dialog
17908         * added src/prefs_scoring.[ch]
17909                 scoring dialog box completed
17910         * src/scoring.[ch]
17911                 conversion to string : added scoringprop_to_string()
17912                 write config for preferences :
17913                 added prefs_scoring_write_config()
17914         * src/summaryview.c
17915                 threads can be enabled/disabled independently
17916                 for each folder
17917
17918 2001-05-10 [alfons]
17919
17920         0.4.67claws1
17921         
17922         * AUTHORS: 
17923                 thought it would be nice to have a list of all
17924                 contributors (used Changelog as a reference)
17925         
17926         * configure.in: 
17927                 messed up version numbering...
17928
17929         0.4.66claws1
17930
17931         * sync with sylpheed 0.4.67cvs1-3
17932
17933 2001-05-10 [darko]
17934
17935         * src/prefs_common.c:
17936                 better UI for strftime format, double clicking
17937                 on format now inserts the format in text entry
17938                 replaced close button with standard OK/Cancel
17939                 moved date format button to the right of the
17940                 text entry field
17941
17942 2001-05-09 [alfons]
17943
17944         * src/gtkstext.c:
17945                 Ctrl-Home / Ctrl-End have proper cursor navigation
17946
17947 2001-05-09 [hoa]
17948
17949         * src/prefs_matcher.c
17950                 finished UI to define matching properties
17951                 added ok and cancel button
17952         * src/prefs_filter.c
17953                 added ok and cancel button
17954         * src/news.c
17955                 fixed some bug in xhdr parsing
17956
17957 2001-05-08 [alfons]
17958
17959         * src/textview.c: 
17960                 fixed a bug in textview_show_header(), which displayed two colons (':');
17961                 cleaned up some warnings
17962
17963 2001-05-08 [hoa]
17964
17965         * src/Makefile.am
17966                 added prefs_matcher.[ch]
17967                 compilation with -W -Wall
17968         * src/alertpanel.c
17969                 ungrab the mouse events if grabbed - does it
17970                 fix the bug for disposition notification ?
17971         * src/mainwindow.c
17972                 added a menu option to open the matching dialog.
17973         * src/matcher.[ch]
17974                 added matcherprop_to_string() and matcherlist_to_string()
17975                 fixed some bugs, changed the name of some options
17976                 age_sup and age_inf becomes age_greater and age_lower,
17977                 body and messageheaders becomes body_part and headers_part,
17978                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17979         * src/prefs_display_header.c
17980         * src/prefs_headers.c
17981                 fixed a bug that accidentally destroyed dialogs
17982                 when closed them with delete_event
17983                 Added *_deleted() which handle delete_event signal correctly.
17984         * src/prefs_folder_item.[ch]
17985                 added "enable_thread" field for future customization
17986         * added src/prefs_matcher.[ch]
17987                 sample of the UI to define matching properties
17988         * src/procheader.c
17989                 using procheader_headername_equal instead of str*cmp functions
17990                 using procheader_parse_header() function
17991         * src/scoring.c
17992                 using MATCHING_XXX instead of SCORING_XXX
17993         * src/summaryview.c
17994                 display the sender of the news even if this is ourself
17995                 when this is a news message.
17996         * src/textview.c
17997                 using headername_equal() instead of str*cmp functions
17998
17999 2001-05-08 [alfons]
18000
18001         0.4.66claws
18002
18003         * sync with sylpheed 0.4.66
18004         * src/gtkstext.c: trace logs added 
18005
18006 2001-05-08 [sergey]
18007
18008         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18009         signature check popup.
18010         * src/rfc2015.c (check_signature): show signature check popup only
18011         if it is enabled in preferences.
18012
18013 2001-05-07 [alfons]
18014
18015         0.4.66claws4
18016         
18017         * sync with sylpheed 0.4.66cvs6
18018
18019 2001-05-07 [darko]
18020
18021         * src/prefs_common.[ch]: added option to enable/disable
18022           looking up sender name in address book for summary pane
18023         * src/summaryview.c: look up sender in the address book
18024           by using Alfons' address completion code
18025
18026 2001-05-07 [hiroyuki]
18027
18028         * src/inc.h
18029           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18030           member of Pop3State.
18031         * src/news.c: brought #include "defs.h" before #include <glib.h>
18032           to prevent the warning of `MIN' and `MAX' redefinition.
18033
18034 2001-05-06 [hoa]
18035
18036         * removed src/headers_display.[ch]
18037         * removed src/prefs_display_headers.[ch]
18038         * src/inc.c
18039                 use a temporary file in the user directory for mbox import
18040         * src/news.c
18041                 added XHDR support to get "To" and "Cc" headers
18042                 (in order to match news with to or cc field for
18043                 scoring)
18044                 added function news_parse_xhdr() to get XHDR response
18045         * src/nntp.[ch]
18046                 added function nntp_xhdr()
18047         * src/matcher.c
18048                 fetch the message if necessary
18049
18050 2001-05-06 [alfons]
18051
18052         0.4.66claws3
18053
18054         * sync with sylpheed 0.4.66cvs3-5
18055
18056 2001-05-06 [hoa]
18057
18058         * src/utils.[ch]
18059                 added function itos_buf() to enable use of several buffers
18060         * src/summaryview.c
18061                 use of itos_buf() instead of itos() in summary list
18062                 to fix the broken display of message number.
18063
18064 2001-05-06 [alfons]
18065
18066         * src/gtkstext.c: bug in cursor up navigation fixed,
18067                 fixed another unsigned / signed comparison (we're getting there :-)
18068
18069 2001-05-06 [hoa]
18070
18071         * src/Makefile.am
18072                 added scoring.c scoring.h
18073                 prefs_folder_item.c prefs_folder_item.h
18074                 matcher.c matcher.h
18075         * src/defs.h
18076                 added FOLDERITEM_RC SCORING_RC
18077         * src/folder.[ch]
18078                 added prefs field in FolderItem :
18079                 properties for each folder (PrefsFolderItem),
18080                 sorting type and mode were added as the first properties.
18081         * src/main.c
18082                 read config for scoring
18083         * added src/matcher.[ch]
18084                 gives functions to parse configuration file to do
18085                 matching on mails with a list of conditions.
18086         * src/mainwindow.c
18087                 add option to sort by score
18088         * src/prefs_common.[ch]
18089                 added preference option to show score and for
18090                 the score column size
18091         * added src/prefs_folder_item.[ch]
18092                 properties for each folder (PrefsFolderItem),
18093                 sorting type and mode were added as the first properties.
18094         * src/procheader.[ch]
18095                 added procheader_parse_header()
18096                 added procheader_header_free()
18097                 added procheader_headername_equal()
18098                 and made modification to use them.
18099         * src/procmsg.[ch]
18100                 added score field to MsgInfo structure
18101         * added src/scoring.[ch]
18102                 gives functions to parse configuration file to do
18103                 scoring on mails with a list of conditions.
18104         * src/summaryview.[ch]
18105                 save the sorting type and mode for the folder
18106                 added column to display the score of the mail
18107                 added function summary_score_clicked()
18108                 sorting type and mode are restored to the folder
18109                 when it is reopen
18110         * src/textview.c
18111                 use procheader_parse_header(), procheader_headername_equal()
18112                 removed memory leak in text_scan_header when freeing headers
18113         * src/filter.c
18114                 changed the function to match names of headers
18115                 using procheader_headername_equal()
18116
18117         Scoring functions are implemented, an interface is needed
18118         to configure that.
18119
18120 2001-05-04 [alfons]
18121
18122         * src/gtkstext.c: 
18123                 hopefully fixed the row up navigation bug,
18124                 removed adding back / forward lines to cache
18125
18126 2001-05-04 [sergey]
18127
18128         * src/prefs_display_headers.c: user interface changes:
18129         (prefs_display_headers_create): remove unused "Show" check button;
18130         allow reordering of headers by dragging.
18131         (prefs_display_headers_write_config): remove unused variables.
18132         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18133         of lists (not needed with the new UI).
18134         (prefs_display_headers_set_list): scan lists starting from row 0,
18135         not 1 (do not skip "(New)").
18136         (prefs_display_headers_find_header): new function.
18137         (prefs_display_headers_clist_set_row): do not allow duplicates.
18138         (prefs_display_headers_delete_cb): do not skip row 0; treat
18139         closing the alert window by ESC as "No".
18140         (prefs_display_headers_up): do not protect row 0.
18141         (prefs_display_headers_down): do not protect row 0.
18142
18143 2001-05-04 [sergey]
18144
18145         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18146         functions.
18147
18148         * src/summaryview.c
18149         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18150         summary_select_next_marked, summary_select_prev_marked): new
18151         functions.
18152
18153 2001-05-03 [sergey]
18154
18155         * src/news.c: fixed a bug when no article can be fetched after
18156         server timeout if the connection was restored by news_post():
18157         (news_select_group): new function.
18158         (news_fetch_msg): call news_select_group() before fetching
18159         article.
18160         (news_get_uncached_articles): set session->group after successful
18161         GROUP command.
18162
18163 2001-05-03 [hoa]
18164
18165         * src/defs.h
18166         * src/procmsg.[ch]
18167         * src/procheader.c
18168                  changed version of cache, added cc field
18169
18170         * src/prefs_display_headers.c
18171                 the interface was changed
18172
18173         * src/prefs_headers.c
18174                 added cancel button
18175
18176 2001-05-03 [alfons]
18177
18178         * completed sync of sylpheed cvs2
18179         * src/gtkstext.c: updated row up / down cursor navigation
18180         * src/textview.c: re-edited, prepared for fixing the email address
18181                 scanner.
18182
18183 2001-05-03 [darko]
18184
18185         * src/prefs_common.c: use alfons' strftime ui code
18186         entry_datefmt and datefmt_sample widgets have to be
18187         global in this module because of this change
18188
18189 2001-05-03 [hoa]
18190
18191         * src/messageview.c
18192         * src/prefs_common.[ch] added option to activate the return receipt
18193                 feature.
18194
18195 2001-05-02 [alfons]
18196
18197         * src/gtkstext.c: fix for row up/down cursor navigation. 
18198
18199         0.4.66claws2
18200         
18201         * sync with 0.4.66cvs2
18202
18203 2001-05-02 [paul]
18204
18205         added add-sender-to-addressbook patch
18206
18207         * src/addressbook.c
18208         * src/addressbook.h
18209         * src/summaryview.c
18210
18211 2001-05-02 [sergey]
18212
18213         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18214         G_ALERTDISABLE.
18215
18216         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18217         all existing callers changed to pass FALSE; create a check button
18218         to disable the message.
18219         (alertpanel_message_with_disable): new function.
18220         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18221         (alertpanel_button_toggled): new function.
18222         (alertpanel_button_clicked, alertpanel_close): set value using
18223         G_ALERT_VALUE_MASK.
18224
18225         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18226
18227         * src/prefs_common.c (prefs_privacy_create): new check button
18228         checkbtn_gpgme_warning.
18229
18230         * src/main.c (main): moved preferences reading before gpgme
18231         initialization; check prefs_common.gpgme_warning before giving the
18232         GnuPG warning and set it to FALSE if the user wants to disable the
18233         warning.
18234
18235 2001-05-02 [hiroyuki]
18236
18237         * src/prefs_display_headers.c: modified the layout and some labels.
18238
18239 2001-05-02 [sergey]
18240
18241         * src/prefs_account.c (prefs_account_fix_size): new function.
18242         (prefs_account_create): call prefs_account_fix_size(); use
18243         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18244         size when the window is shown for the first time).
18245         (prefs_account_basic_create): changed layout of serv_table; moved
18246         localmbox_entry above smtpserv_entry (logically it replaces
18247         POP3/IMAP server).
18248         (prefs_account_protocol_activated): set sensitivity of
18249         nntpauth_chkbtn according to the protocol (in addition to
18250         hide/show); commented out gtk_table_set_row_spacing() calls.
18251         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18252         not sensitive (fixes a bug with disabled username/password boxes
18253         when editing POP3 account after NNTP with authentication).
18254
18255 2001-05-02 [hoa]
18256
18257         * src/account.c
18258         * src/inc.c
18259         * src/prefs_account.[ch]
18260         * src/send.c
18261                 removed local account without SMTP server
18262                 added option to use mail command instead of a connexion
18263                 to SMTP server when a local account is used
18264         * src/prefs_headers.c
18265                 fixed a bug
18266         * src/news.c
18267                 fixed a bug when connexion immediately closed
18268
18269 2001-05-01 [alfons]
18270
18271         0.4.66claws1
18272         
18273         * sync with 0.4.65
18274
18275 2001-05-01 [sergey]
18276
18277         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18278         widget nntpauth_chkbtn.
18279         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18280         visibility.
18281         (prefs_account_nntpauth_toggled): new function.
18282
18283         * src/news.c (news_session_new_for_folder): use NNTP
18284         authentication only if ac->use_nntp_auth is set.
18285
18286 2001-05-01 [hoa]
18287
18288         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18289         * src/prefs_display_headers.c changed the UI
18290         * src/prefs_headers.c changed account_name to account_id
18291         * src/compose.c using customheader.h
18292
18293 2001-05-01 [hiroyuki]
18294
18295         * src/esmtp.c
18296           src/news.c
18297           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18298           unsynched.
18299
18300 2001-05-01 [hoa]
18301
18302         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18303         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18304                 for displaying of headers
18305         * src/grouplist_dialog.[ch] minor changes to remove warnings
18306         * src/prefs_display_headers.[ch] dialog to choose the
18307         headers to display in the mail viewer.
18308         * src/headers.h correction of #define
18309         * src/headers_display.[ch] configuration for displaying of headers.
18310         * src/main.c read config of displaying of headers
18311         * src/prefs_common.c add a button to access the config dialog
18312                 for displaying of headers
18313         * src/prefs_display_headers.[ch] dialog for configuration for
18314                 displaying of the headers.
18315         * src/prefs_headers.c cleaning of code
18316         * src/procheader.c comments added to code
18317         * src/textview.c changes to reorder the headers depending
18318                 on the config for displaying of headers
18319
18320 2001-04-30 [alfons]
18321
18322         0.4.65claws7
18323
18324         * sync with 0.4.65cvs12
18325
18326         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18327
18328 2001-04-30 [sergey]
18329
18330         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18331
18332         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18333         is set to force reconnection after authentication failure.
18334         (nntp_gen_command): set sock->auth_failed on authentication
18335         failure, or if sock->userid and sock->passwd are not set.
18336
18337         * src/news.c (news_session_new_for_folder): set userid=NULL if
18338         password dialog is cancelled.
18339
18340 2001-04-30 [sergey]
18341
18342         * src/nntp.h (NNTPSockInfo): new type.
18343
18344         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18345         SockInfo.
18346         (nntp_open_auth, nntp_close): new functions.
18347         (nntp_gen_command): new function to handle authentication; all
18348         NNTP command functions updated to use it.
18349         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18350         (nntp_list): removed old useless code.
18351
18352         * src/news.h (NNTPSession): new field nntp_sock.
18353
18354         * src/news.c: all functions updated to use NNTPSockInfo instead of
18355         SockInfo.
18356         (news_session_new): new arguments (userid, passwd); made static;
18357         use nntp_open_auth() if needed.
18358         (news_session_destroy): use nntp_close() instead of sock_close().
18359         (news_query_password): changed arguments.
18360         (news_session_new_for_folder): new function.
18361         (news_session_get): use news_session_new_for_folder().
18362         (news_authenticate): deleted.
18363         (news_get_uncached_articles): removed old authentication code.
18364
18365 2001-04-30 [sergey]
18366
18367         * src/news.c: reverted my previous changes (need to do NNTP
18368         authentication in a cleaner way).
18369         
18370 2001-04-29 [sergey]
18371
18372         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18373         news_nntp_post, news_nntp_mode): new functions (wrappers with
18374         authentication support).
18375         (news_get_article_cmd, news_get_article, news_get_header): new
18376         argument "folder"; all callers changed.
18377         (news_get_article_cmd): added authentication support.
18378         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18379         (news_post): use news_nntp_post() instead of nntp_post().
18380         (news_get_uncached_articles): use news_nntp_group() instead of
18381         nntp_group() and news_nntp_xover() instead of nntp_xover();
18382         removed old authentication code.
18383         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18384
18385         * src/nntp.c (nntp_list): return real error code instead of
18386         hardcoded NN_ERROR.
18387
18388 2001-04-29 [sergey]
18389
18390         * configure.in: fixed wint_t typedef detection again
18391
18392 2001-04-28 [hoa]
18393
18394         * src/prefs_account.[ch], added A_LOCAL_CMD
18395                 (send mail with mail command)
18396         * src/send.c added function send_message_with_command()
18397         * src/inc.c made a more secure get_spool() function with
18398                 mktemp() but maybe mkstemp() or something more
18399                 secure can be used.
18400
18401 2001-04-28 [alfons]
18402
18403         * src/textview.c, colorization of email addresses in headers
18404
18405         0.4.65claws6
18406
18407         * bug sync with sylpheed
18408         * prefs_common.c: created date format ui for darko
18409         * sync with 0.4.65cvs11
18410         * configure.in: corrected to have the new gpg checks
18411
18412 2001-04-27 [alfons]
18413
18414         * completed sync with 0.4.65cvs10
18415         * minor debug things added to gtkstext.c
18416
18417 2001-04-27 [darko]
18418
18419         * configure.in: remove check for availability of
18420           strftime() as advised by Hiroyuki
18421         * src/prefs_common.[ch], src/procheader.c:
18422           synch strftime() code with Hiroyki's main branch
18423
18424 2001-04-26 [sergey]
18425
18426         * src/news.c: news_query_password(), news_authenticate(): new
18427           functions.
18428           news_get_uncached_articles(): added NNTP authentication
18429           handling.
18430         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18431           new functions.
18432         * src/prefs_account.c: prefs_account_protocol_activated():
18433           enable userid and password fields for NNTP.
18434
18435 2001-04-26
18436
18437         * configure.in: check for availability of strftime()
18438           [darko]
18439         * src/prefs_common.[ch], src/procheader.c: use
18440           strftime() for displaying date in summary pane if it
18441           is available
18442
18443 2001-04-25
18444
18445         * more .cvsignore cleanups [alfons]
18446
18447 2001-04-25
18448
18449         * ac/sv-check-type.m4: new autoconf macro.
18450         * configure.in: fixed wint_t typedef detection (did not work
18451           with gcc-2.96).
18452
18453 2001-04-25
18454
18455         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18456           [hiroyuki]
18457
18458 2001-04-24
18459         * modified gtkstext.c : buggy cursor navigation fixed, 
18460           and font descent also taken in account when drawing
18461           cursor. [alfons]
18462
18463 2001-04-24 [hoa]
18464         * added comments in src/news.c src/nntp.c
18465         * added src/prefs_headers.[ch]
18466         * added src/headers.[ch]
18467         * modified compose.c to activate custom headers
18468                 added function is_in_custom_headers
18469         * modified prefs_account.[ch]
18470                 added function prefs_account_customhdr_edit
18471         * modified src/defs.h :
18472                 added HEADERS_RC : name of the config file
18473                 for the custom headers
18474
18475 2001-04-24
18476
18477     0.4.65claws5
18478
18479         * configure.in
18480           src/gtkstext.[ch]
18481           src/compose.c
18482           src/Makefile.am
18483           
18484           added gtkstext with configure.in patch by Hiroyuki which
18485           should fix the XIM detection [alfons]
18486
18487         * more clean up of cvs [alfons]
18488
18489                  * removed all Makefile.in files to attic.
18490
18491                  * updated all .cvsignores to really ignore things that could
18492                    be unintentionally committed by a recursive commit.
18493
18494 2001-04-23 [hoa]
18495         * added src/grouplist_dialog.[ch]
18496         * changed src/folderview.c to call grouplist_dialog instead
18497                 of inputdialog
18498         * src/news.c :
18499                 added functions news_reset_group_list
18500                 and news_get_group_list
18501         * src/nntp.c :
18502                 added function nntp_list
18503         * src/defs.h :
18504                 added GROUPLIST_FILE : name of the newsgroup list cache file
18505
18506 2001-04-21
18507
18508         * added option to warn about queued messages on exit [sergey]:
18509
18510           * src/compose.c: compose_queue(): call folder_item_scan()
18511             and folderview_update_item() after queueing.
18512           * src/folderview.c: folderview_update_node(): draw the queue
18513             folder in bold font if there are queued messages.
18514           * src/mainwindow.c: queued_messages(): new function.
18515             app_exit_cb(): display warning if there are queued messages
18516             if warn_queued_on_exit is set.
18517           * prefs_common.[ch]: add warn_queued_on_exit option.
18518
18519         * enhanced GnuPG key selection support [sergey]:
18520
18521           * src/select-keys.c: updated to newer version from Win32
18522             branch with support for selecting arbitrary keys.
18523           * src/prefs_account.c: added the Privacy tab to the account
18524             options window.
18525             prefs_account_privacy_create(),
18526             prefs_account_sign_key_set_data_from_radiobtn(),
18527             prefs_account_sign_key_set_radiobtn(): new functions.
18528           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18529           * src/rfc2015.c: set_signers(): new function.
18530             pgp_sign(): add the account parameter, call set_signers().
18531             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18532           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18533           * src/compose.c: pass the current account to rfc2015_sign().
18534
18535         * tag name claws added to prevent confusion with main branch [alfons]
18536
18537         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18538
18539         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18540
18541         * sync with recent sylpheed cvs. Untested though. [alfons]
18542