f16d6bf226872878774bc862e3d262bb113d5ffb
[claws.git] / ChangeLog.claws
1 2003-09-09 [alfons]     0.9.4claws74
2
3         * src/folderview.c
4                 o proper check for root node sorting
5                 o remove unnecessary gtk_ctree_remove_node 
6
7         (should fix bug #300, "crash while moving folder")      
8
9 2003-09-08 [christoph]  0.9.4claws73
10
11         * src/folderview.c
12                 o fix double adding of IMAP FolderItems to GtkCTree
13                 o fix crash then mbox folder is removed
14
15 2003-09-08 [christoph]  0.9.4claws72
16
17         * src/folder.c
18         * src/folderview.c
19         * src/mainwindow.c
20                 fix new folder notification
21
22         * src/mbox_folder.c
23                 fix cache path
24
25 2003-09-08 [christoph]  0.9.4claws71
26
27         * src/compose.c
28                 replace '\n' and '\r' before removing trailing spaces
29
30         * src/folder.[ch]
31         * src/folderview.c
32                 add information about new or removed items in folder tree change
33                 notification and use this in folderview to add and remove only
34                 the appected items and not refresh the whole tree
35
36 2003-09-07 [match]      0.9.4claws70
37
38         * src/Makefile.am
39         * src/addr_compl.c
40         * src/addressbook.c
41         * src/addressitem.h
42         * src/addrindex.c
43         * src/addritem.c
44         * src/addritem.h
45         * src/addrquery.c                       ** NEW **
46         * src/addrquery.h
47         * src/ldapquery.c
48         * src/ldapserver.c
49         * src/stock_pixmap.c
50         * src/stock_pixmap.h
51         * src/pixmaps/address_search.xpm        ** NEW **
52                 re-introduce Lookup button for LDAP 'static' searches.
53
54 2003-09-07 [alfons]     0.9.4claws69
55         
56         * src/summaryview.c
57                 abandon setting usize for messageview because it gives layout problems
58                 with the quick search bar and the headerview; fixes assorted UI glitches:
59                 
60                 o bug #148, "Toggling of quick-search bar reduces index view area" 
61                 o bug #280, "Window resiizes for line length but does not revert"
62
63 2003-09-07 [christoph]  0.9.4claws68
64
65         * src/compose.c
66                 o make sure we don't have any newlines in header values
67                 o check custom headers for spaces and newlines and ignore
68                   malformed header names
69
70 2003-09-06 [christoph]  0.9.4claws67
71
72         * src/folder.c
73         * src/folderview.c
74                 invoke notification hook for folder tree changes after append
75                 and remove folder
76
77         (closes Bug 294 Crash while moving folder with many subdirectories)
78
79 2003-09-06 [christoph]  0.9.4claws66
80
81         * src/folder.c
82                 destroy folder's MsgCache if FolderItem is removed to make sure
83                 it is not saved when the FolderItem is destroyed
84
85 2003-09-06 [christoph]  0.9.4claws65
86
87         * src/plugins/clamav/clamav_plugin.c
88                 fix copy & paste bug
89
90 2003-09-05 [christoph]  0.9.4claws64
91
92         * src/folder.c
93         * src/messageview.[ch]
94         * src/procmsg.[ch]
95         * src/summaryview.c
96                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
97                 by MessageView to clear it when the message is deleted. Should
98                 work even if messages are deleted in MainWindow or by
99                 processing.
100
101 2003-09-05 [alfons]     0.9.4claws63
102
103         * src/messageview.c
104                 deleting a message in a message view frees its msginfo, make 
105                 messageview_update_all() aware of that (should fix bug #293,
106                 "deleting message caused crash")
107
108 2003-09-05 [melvin]     0.9.4claws62
109
110         * src/action.c
111                 Improve synchronous action exit code (fixes 
112                 a ~5 seconds delay after action exit on RedHat 9)
113
114 2003-09-04 [christoph]  0.9.4claws61
115
116         * src/compose.c
117         * src/rfc2015.c
118         * src/common/utils.[ch]
119                 add util function to create mime boundary and use it
120                 in compose and gpg code
121
122 2003-09-04 [alfons]     0.9.4claws60
123
124         * src/folder.c
125                 source folder item's GNode should already have been freed in 
126                 a previous call to src->folder->klass->remove_folder()
127                 (should fix bug #287, "crash when moving folders")
128
129 2003-09-03 [thorsten]   0.9.4claws59
130
131         * src/plugins/spamassassin/spamassassin_gtk.c
132                 fix compile error
133
134 2003-09-03 [christoph]  0.9.4claws58
135
136         * src/plugins/spamassassin/spamassassin.[ch]
137         * src/plugins/spamassassin/spamassassin_gtk.c
138                 add timeout config option
139
140 2003-09-03 [paul]       0.9.4claws57
141
142         * po/sk.po      ** NEW FILE **
143                 add Slovak translation. Submitted by Andrej Kacian 
144                 <andrej@kacian.sk>
145
146 2003-09-03 [paul]       0.9.4claws56
147
148         * src/plugins/clamav/clamav_plugin_gtk.c
149                 gui tweaks: replace a label with a tooltip, modify the
150                 text, use gtk_check_button_new(); instead of
151                 gtk_check_button_new_with_label("");
152
153 2003-09-02 [alfons]     0.9.4claws55
154
155         * src/gtk/filesel.c
156                 remember last used dir when attaching multiple files (should fix
157                 bug #290, "Attach File does not remember directory")
158
159 2003-09-01 [paul]       0.9.4claws54
160
161         * po/es.po
162                 updated by Ricardo Mones Lastra
163
164 2003-09-01 [alfons]     0.9.4claws53
165
166         * src/gtk/gtkaspell.[ch]
167                 be pedantic and strict and use const gchar * instead of guchar *
168
169 2003-09-01 [alfons]     0.9.4claws52
170
171         * src/mainwindow.c
172         * src/summaryviewc.
173                 re-enable Save As when multiple messages are selected
174
175 2003-09-01 [paul]       0.9.4claws51
176
177         * src/textview.c
178                 g_free(trimmed_uri);
179
180 2003-09-01 [paul]       0.9.4claws50
181
182         * sync with 0.9.4cvs13
183                 see ChangeLog 2003-09-01
184
185 2003-09-01 [paul]       0.9.4claws49
186
187         * src/textview.c
188                 trim uri before sending to the statusbar
189                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
190                 in the message window causes main S-C window to enlarge 
191                 past screen edges'
192
193 2003-09-01 [paul]       0.9.4claws48
194
195         * sync with 0.9.4cvs12
196                 see ChangeLog 2003-09-01
197
198 2003-08-30 [christoph]  0.9.4claws47
199
200         * src/compose.c
201         * src/folder_item_prefs.[ch]
202         * src/prefs_folder_item.c
203         * src/gtk/gtkaspell.[ch]
204                 commit per folder dictionary patch by
205                 Paul Evans <nerd@freeuk.com>
206
207 2003-08-30 [christoph]  0.9.4claws46
208
209         * src/plugins/spamassassin/spamassassin_gtk.c
210         * src/plugins/spamassassin/spamassassin_gtk.glade
211                 reduce GUI clutter by placing hints into tooltips
212
213 2003-08-30 [paul]       0.9.4claws45
214
215         * src/compose.c
216                 add 'Content-Disposition: inline' to a text/plain
217                 part when using PGP/MIME signing
218
219 2003-08-30 [paul]       0.9.4claws44
220
221         * src/prefs_common.c
222           src/prefs_spelling.c
223           src/prefs_spelling.glade
224                 reduce GUI clutter by placing hints into tooltips
225
226 2003-08-29 [christoph]  0.9.4claws43
227
228         * configure.ac
229                 fix bug found by Ivan Rayner <ivanr@sgi.com>
230
231         * src/stock_pixmap.c
232                 change unecessary warning into a debug message
233
234         * src/plugins/clamav/Makefile.am
235                 Fix error "-I$(CLAMAV_LIBS)"
236
237 2003-08-29 [christoph]  0.9.4claws42
238
239         * intl/Makefile.in
240         * src/Makefile.am
241         * src/matcher.h
242         * src/common/Makefile.am
243         * src/common/passcrypt.c
244                 commit fixes and patches for some of the IRIX problems found by
245                 Ivan Rayner <ivanr@sgi.com>
246
247 2003-08-29 [paul]       0.9.4claws41
248
249         * src/prefs_filtering.c
250                 add 'Top' and 'Bottom' buttons, based on changes in
251                 src/prefs_filter.c in 0.9.4cvs11.
252
253 2003-08-27 [christoph]  0.9.4claws40
254
255         * src/folderview.c
256                 fix bug that the current summary settings were copied to the
257                 wrong folder item, when the folder item prefs are opened.
258                 Copying is not required because summary settings and
259                 folder_item_prefs do not contain the same settings
260
261 2003-08-27 [thorsten]   0.9.4claws39
262
263         * src/imap.c
264                 fix compile error
265
266 2003-08-26 [paul]       0.9.4claws38
267
268         * sync with 0.9.4cvs9
269                 see ChangeLog 2003-08-26
270
271 2003-08-25 [paul]       0.9.4claws37
272
273         * sync with 0.9.4cvs8
274                 see ChangeLog 2003-08-25
275
276 2003-08-24 [christoph]  0.9.4claws36
277
278         * src/prefs_filtering.c
279                 shouldn't remove items from a GSList while iterating over the
280                 list (makes cur invalid and cur->next not accessable)
281
282         (closes Bug 272 i deleted an folder and some seconds later sylpheed
283          crashed)
284
285 2003-08-23 [christoph]  0.9.4claws35
286
287         * src/news.c
288                 news folders should be scanned when opened
289
290 2003-08-22 [christoph]  0.9.4claws34
291
292         * src/prefs_folder_item.c
293                 use macro to assign strings that always frees the old string
294
295         * src/gtk/gtkaspell.[ch]
296                 add gtkaspell_set_dictionary_menu_active_item() to set active
297                 item in dictionary option menu
298
299         * src/prefs_spelling.c
300                 use gtkaspell_set_dictionary_menu_active_item() to select
301                 dictionary
302
303 2003-08-21 [christoph]  0.9.4claws33
304
305         * src/folder.[ch]
306         * src/imap.c
307         * src/mbox_folder.c
308         * src/mh.c
309         * src/news.c
310                 optimize folder system
311
312         * src/gtk/gtkstext.c
313                 fix division by zero when font has 0 width for ' '
314
315 2003-08-21 [paul]       0.9.4claws32
316
317         * sync with 0.9.4cvs7
318                 see ChangeLog 2003-08-20
319
320 2003-08-19 [paul]       0.9.4claws31
321
322         * src/common/defs.h
323                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
324                 SYLDOC_FAQ_HTML_INDEX.
325         * src/manual.c
326                 use LC_MESSAGES instead of LC_ALL to find the current
327                 language
328
329           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
330
331 2003-08-19 [paul]       0.9.4claws30
332
333         * po/bg.po
334                 updated by George Danchev
335
336 2003-08-18 [luke]       0.9.4claws29
337         * src/mimeview.[ch]
338         * src/gtk/gtkvscrollbutton.[ch]
339                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
340                   dependencies; do it the GTK way; reduce code -14/+2 lines)
341                 o removed horizontal separator between icons
342
343 2003-08-17 [christoph]  0.9.4claws28
344
345         * src/procmsg.c
346                 no subject threading when the subject has no reply prefix
347
348 2003-08-16 [christoph]  0.9.4claws27
349
350         * src/mainwindow.c
351                 remember and restore window sizes and position when the main
352                 window is hidden or shown
353
354         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
355          minimised/reopened using trayicon)
356
357 2003-08-16 [paul]       0.9.4claws26
358
359         * src/crash.c
360                 add #include "defs.h"
361
362 2003-08-16 [paul]       0.9.4claws25
363
364         * src/plugins/clamav/clamav_plugin.c
365                 reword a debug_print
366                 
367         * src/plugins/dillo_viewer/dillo_prefs.c
368                 cosmetic: change the labels' text, add tooltips, and
369                 left-align the hint
370
371 2003-08-15 [christoph]  0.9.4claws24
372
373         * src/news.c
374                 complete last change (forgot some changes)
375
376 2003-08-15 [christoph]  0.9.4claws23
377
378         * src/news.c
379                 o check number of messages and don't return a 0 message
380                   when no messages are available
381                 o don't parse xref header anymore
382
383         (closes Bug 203 I'm not getting any news)
384
385 2003-08-15 [paul]       0.9.4claws22
386
387         * src/common/defs.h
388           src/crash.c
389                 update and define claws bugzilla location
390
391 2003-08-15 [paul]       0.9.4claws21
392
393         * po/ru.po
394                 update submitted by Ruslan N. Balkin
395
396 2003-08-14 [christoph]  0.9.4claws20
397
398         * src/procmsg.c
399                 fix search for oldest node in subject threading
400
401 2003-08-14 [christoph]  0.9.4claws19
402
403         * src/procmsg.c
404         * src/common/utils.h
405                 add possibility to check all nodes with the same subject for
406                 subject threading, not only the oldest node. Should not break
407                 threads anymore if the oldest node is thread_by_subject_max_age
408                 days older then parent, because it can now find a child of
409                 oldest node as new parent.
410
411 2003-08-11 [christoph]  0.9.4claws18
412
413         * src/plugins/spamassassin/spamassassin.c
414                 run spam check in background process
415
416 2003-08-10 [alfons]     0.9.4claws17
417
418         * src/summaryview.c
419                 make `Select All' sensitive too
420
421 2003-08-10 [christoph]  0.9.4claws16
422
423         * src/imap.c
424                 add more checks in imap_close
425
426 2003-08-09 [alfons]     0.9.4claws15
427
428         * src/prefs_spelling.c
429                 no spell checking UI if not requested
430
431 2003-08-09 [alfons]     0.9.4claws14
432
433         * src/gtk/prefswindow.c
434                 make it compile
435
436 2003-08-09 [christoph]  0.9.4claws13
437
438         * src/prefs_spelling.c
439         * src/gtk/prefswindow.[ch]
440         * src/plugins/clamav/clamav_plugin_gtk.c
441         * src/plugins/spamassassin/spamassassin_gtk.c
442                 sort prefs pages by heighest weight in tree
443
444 2003-08-09 [paul]       0.9.4claws12
445
446         * sync with 0.9.4cvs6
447                 see ChangeLog 2003-08-07
448                 
449         * AUTHORS
450                 add Leandro and Luke to claws-branch section
451
452 2003-08-09 [christoph]  0.9.4claws11
453
454         * src/gtk/Makefile.am
455         * src/gtk/colorsel.[ch]                 ** NEW **
456                 create a color selection dialog that can be used as a simple
457                 function call with it's own gtk main loop like filesel.[ch]
458
459         * src/Makefile.am
460         * src/main.c
461         * src/prefs_common.c
462         * src/prefs_spelling.[ch]               ** NEW **
463         * src/prefs_spelling.glade              ** NEW **
464         * src/gtk/gtkutils.[ch]
465                 move "Spell Checker" prefs to new prefs dialog
466
467         * src/prefs_folder_item.c
468                 use new colorsel dialog
469
470 2003-08-08 [paul]       0.9.4claws10
471
472         * src/inc.c
473                 clear the progress bar unconditionally
474
475 2003-08-08 [paul]       0.9.4claws9
476
477         * sync with 0.9.4cvs4
478                 see ChangeLog 2003-07-31
479
480 2003-08-07 [christoph]  0.9.4claws8
481
482         * configure.ac
483                 fix bug in image viewer plugin part
484
485         * src/imap.c
486                 don't execute close command if the folder item is not selected
487
488 2003-08-07 [hoa]        0.9.4claws7
489
490         * src/filtering.[ch]
491         * src/matcher_parser.h
492         * src/matcher_parser_parse.y
493                 can define several actions for each filtering rule
494                 can import old versions of filtering rules
495
496         * src/prefs_filtering.c
497                 call to a new dialog box to define actions
498
499         * src/prefs_filtering_action.[ch]
500                 dialog box to define actions for filtering rules
501
502 2003-08-06 [christoph]  0.9.4claws6
503
504         * src/imap.c
505                 make sure source folder is selected when copying messages
506
507 2003-08-06 [christoph]  0.9.4claws5
508
509         * sync with 0.9.4cvs2
510                 see ChangeLog 2003-07-29                
511
512 2003-08-05 [paul]       0.9.4claws4
513
514         * sync with 0.9.4cvs3
515                 see ChangeLog 2003-07-30
516
517 2003-08-04 [match]      0.9.4claws3
518
519         * po/POTFILES.in
520                 export of LDIF files.
521
522 2003-08-04 [match]      0.9.4claws2
523
524         * src/ldif.[ch]
525                 support for export LDIF. documented.
526         * src/importldif.[ch]
527         * src/exportldif.[ch]
528                 add tooltips. documented.
529         * src/exphtmldlg.[ch]
530         * src/common/xmlprops.[ch]
531                 documented.
532         * src/exportldif.[ch]                   ** NEW **
533         * src/expldifdlg.[ch]                   ** NEW **
534         * src/addressbook.[ch]
535         * src/Makefile.am
536                 export of LDIF files.
537                 documented.
538
539 2003-08-04 [christoph]  0.9.4claws1
540
541         * .cvsignore
542         * Makefile.am
543         * configure.ac
544         * sylpheed-claws.pc.in                  ** NEW **
545         * src/Makefile.am
546         * src/common/Makefile.am
547         * src/gtk/Makefile.am
548                 install sylpheed header files in $(pkgincludedir) and create a
549                 pkg-config file to allow building a plugin without the source
550                 package
551
552 2003-08-04 [paul]       0.9.4claws
553
554         * version 0.9.4claws
555
556 2003-08-04 [paul]       0.9.3claws97
557
558         * po/es.po
559                 update Spanish translation. Submitted by Ricardo
560                 Mones Lastra.
561
562 2003-08-03 [paul]       0.9.3claws96
563
564         * po/hr.po
565           po/sr.po
566                 update Croatian and Serbian translations. Submitted by
567                 Dragan and Urke MMI respectively
568
569 2003-08-03 [alfons]     0.9.3claws95
570
571         * src/summaryview.c
572                 mark flag has precedence over important flag - seems
573                 to have been changed in sync of 0.9.3claws45. this fixes
574                 a regression where messages that were scored as important
575                 don't show their mark flags. (using the same column for
576                 both importance as mark flags is the real problem
577                 ofcourse)
578
579 2003-08-03 [melvin]     0.9.3claws94
580
581         * po/fr.po
582                 Updated French translations.
583
584 2003-08-03 [melvin]     0.9.3claws93
585
586         * src/Makefile.am
587                 Fixed typo introduced after 0.9.3claws92 
588                 that prevented compilation
589                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
590                 CPPFLAGS and YFLAGS to allow user setting these.
591         * src/common/Makefile.am
592         * src/gtk/Makefile.am
593         * src/plugins/clamav/Makefile.am
594         * src/plugins/demo/Makefile.am
595         * src/plugins/dillo_viewer/Makefile.am
596         * src/plugins/image_viewer/Makefile.am
597         * src/plugins/mathml_viewer/Makefile.am
598         * src/plugins/spamassassin/Makefile.am
599         * src/plugins/trayicon/Makefile.am
600         * src/plugins/trayicon/libeggtrayicon/Makefile.am
601                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
602                 CPPFLAGS and YFLAGS to allow user setting these.
603
604 2003-08-02 [christoph]  0.9.3claws92
605
606         * configure.ac
607                 o rearrange plugin tests
608                 o add test for clamav.h to ClamAV tests
609
610 2003-08-02 [luke]       0.9.3claws91
611
612         * src/mimeview.c
613                 o fixed appearance of icon list when toggling back from the 
614                   ctree
615                 o toggling of icons using the keyboard works correctly
616                 o fixed all other keyboard shortcuts to work when icons are
617                   active
618         
619         * src/messageview.c
620                 o fixed bug 4 - focus lost when changing messageview view type
621
622 2003-08-02 [christoph]  0.9.3claws90
623
624         * src/common/hooks.c
625                 fix crash when pointer stored in hash table could get invalid
626                 when a plugin is unloaded
627
628 2003-08-01 [christoph]  0.9.3claws89
629
630         * configure.ac
631                 o try to build all plugins (except spamassassin) by default
632                 o don't build a plugin if a dependency check fails
633
634         * src/common/hooks.c
635                 fix warning
636
637 2003-08-01 [match]      0.9.3claws88
638
639         * src/importldif.c
640                 allow single click field selection. document code.
641
642 2003-08-01 [christoph]  0.9.3claws87
643
644         * src/plugins/clamav/clamav_plugin.c
645         * src/plugins/clamav/clamav_plugin_gtk.c
646         * src/plugins/dillo_viewer/dillo_viewer.c
647         * src/plugins/image_viewer/plugin.c
648         * src/plugins/mathml_viewer/mathml_viewer.c
649         * src/plugins/spamassassin/spamassassin.c
650         * src/plugins/spamassassin/spamassassin_gtk.c
651         * src/plugins/trayicon/trayicon.c
652                 add version check to all plugins
653
654 2003-08-01 [hoa]        0.9.3claws86
655
656         * src/prefs_filtering.c
657                 fixed a cosmetic bug, during creation of dialog box,
658                 wrong widgets were shown after creation.
659
660 2003-08-01 [luke]       0.9.3claws85
661
662         * src/mainwindow.c
663                 o fixed visibility of icons/mimeview after toggling separate
664                   message/folder view (factored out some similar code too).
665
666
667 2003-07-31 [alfons]     0.9.3claws84
668
669         * src/mimeview.c
670                 tweak icon box UI a bit more, now allowing right-clicks actions
671                 getting the relevant mime data too; should fix #250, "Can't save 
672                 attachments sometimes".
673
674 2003-07-30 [alfons]     0.9.3claws83
675
676         * src/compose.c
677                 don't do auto-save-draft inside key press handler, but rather
678                 schedule it half of a second later; should fix #67, "autosave 
679                 make re-rediting message crazy"
680
681 2003-07-30 [christoph]  0.9.3claws82
682
683         * src/plugins/trayicon/trayicon.c
684                 process pending events before unloading the plugin
685
686         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
687
688 2003-07-30 [alfons]     0.9.3claws81
689
690         * src/common/hooks.c
691                 parameter 2 of g_hook_destroy() should really be a hook id
692
693 2003-07-30 [alfons]     0.9.3claws80
694
695         * src/common/plugin.c
696                 fix a possibly harmful function signature mismatch 
697                 for plugin_done
698
699 2003-07-30 [alfons]     0.9.3claws79
700
701         * src/common/hooks[.ch]
702                 const correctness
703
704 2003-07-30 [darko]      0.9.3claws78
705
706         * src/summaryview.c
707                 make it compile again
708
709 2003-07-30 [luke]       0.9.3claws77
710
711         * src/crash.c
712         * src/main.c
713                 o added/moved signal handlers for SIGTERM (normal kill command) 
714                   and SIGINT (ctl-c) to be used even without 
715                   --enable-crash-dialog, fixing bug 166
716
717         * src/summaryview.c
718                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
719                   bug 227
720
721         * src/mainwindow.c
722                 o changed sensitivity condition for 'Next new' and 'Next 
723                   unread', fixing bug 8
724
725 2003-07-29 [alfons]     0.9.3claws76
726
727         * src/common/utils.[ch]
728                 add generate_msgid()
729         * src/messageview.c
730                 save ack'ed RRR; fixes #205, "return receipt is not saved in
731                 sent folder".
732
733 2003-07-29 [alfons]     0.9.3claws75
734
735         * src/messageview.c
736                 fix a memleak (claws-only)
737
738 2003-07-29 [alfons]     0.9.3claws74
739
740         * src/mimeview.[ch]
741         * src/gtk/gtkvscrollbutton.[ch]
742                 fix UI glitch where mime icon toolbox' scroll position is not 
743                 reset after switching to another message
744                 
745
746 2003-07-29 [paul]       0.9.3claws73
747
748         * src/prefs_folder_item.c
749                 split the prefs into 2 separate pages
750
751 2003-07-29 [paul]       0.9.3claws72
752
753         * src/compose.c
754                 prepend "\n\n" to a signature without a separator too
755
756 2003-07-29 [paul]       0.9.3claws71
757
758         * src/compose.c
759                 fix bug where changing to an account without an auto-sig
760                 from an initial account without an auto-sig would insert 
761                 2 blank lines at the cursor point
762                 fix bug where changing to an account with an auto-sig
763                 from an initial account without an auto-sig would insert
764                 the sig at the cursor point
765
766 2003-07-29 [paul]       0.9.3claws70
767
768         * src/folderview.c
769                 use the colour from the folder pref unless the folder
770                 has new messages
771
772 2003-07-29 [alfons]     0.9.3claws69
773
774         * src/procmsg.[ch]
775         * src/messageview.c
776         * src/procheader.c
777                 rewrite return receipt request work a little bit (the former 
778                 implementation presumably depended too much on the UI setting
779                 flags). (we're losing the old pending flag.) 
780
781 2003-07-28 [christoph]  0.9.3claws68
782
783         * src/folder.c
784         * src/imap.c
785         * src/mh.c
786         * src/procmsg.[ch]
787                 fix copy to IMAP folder from other folder
788
789 2003-07-28 [christoph]  0.9.3claws67
790
791         * src/procmsg.c
792                 fix sync of procmsg_get_message_file_list
793
794 2003-07-28 [christoph]  0.9.3claws66
795
796         * sync with 0.9.3cvs14
797                 see ChangeLog 2003-07-18
798         * sync with 0.9.3cvs17
799                 see ChangeLog 2003-07-23
800
801         (closes Bug 234 segmentation fault after sending out mail via
802          smtp(auth))
803
804 2003-07-28 [paul]       0.9.3claws65
805
806         * po/es.po
807                 update Spanish translation, submitted by Ricardo Mones
808                 Lastra
809
810 2003-07-28 [christoph]  0.9.3claws64
811
812         * src/folder.[ch]
813         * src/imap.c
814         * src/mh.c
815                 return new message numbers as a GRelation instead of a GSList
816                 that has to be in the same order as the input list. A list
817                 would make it hard for IMAP to optimize oepration by sorting
818                 the input list. The returned list would have to be reordered
819                 to match the same order that input list has.
820
821         * src/gtk/gtkaspell.c
822                 fix missing return value, could cause a crash when garbage is
823                 on the stack that is used as the expected return value
824
825 2003-07-28 [paul]       0.9.3claws63
826
827         * sync with 0.9.4cvs1
828                 see ChangeLog 2003-07-28
829
830 2003-07-27 [alfons]     0.9.3claws62
831
832         * src/mimeview.c
833                 tweak it more to make icon list act like a check button group
834
835 2003-07-27 [christoph]  0.9.3claws61
836
837         * sync with 0.9.3cvs20
838                 see ChangeLog 2003-07-25
839
840 2003-07-27 [paul]       0.9.3claws60
841
842         * src/procmsg.c
843                 re-commit changes from 0.9.3claws58 -
844                 accidently removed in 0.9.3claws59
845
846 2003-07-27 [paul]       0.9.3claws59
847
848         * src/procmsg.[ch]
849                 a sync from 0.9.3cvs17
850                 see ChangeLog 2003-07-23
851
852 2003-07-27 [alfons]     0.9.3claws58
853
854         * src/procmsg.c
855                 add missing header members to MsgInfo; fixes the problem of 
856                 not displaying X-Faces, as noticed by Ricardo Mones
857
858 2003-07-26 [christoph]  0.9.3claws57
859
860         * sync with 0.9.3cvs18
861                 see ChangeLog 2003-07-24
862
863 2003-07-26 [christoph]  0.9.3claws56
864
865         * sync with 0.9.3cvs17
866                 see ChangeLog 2003-07-23
867
868 2003-07-26 [christoph]  0.9.3claws55
869
870         * src/folder.[ch]
871         * src/imap.c
872         * src/mbox_folder.c
873         * src/mh.c
874         * src/news.c
875                 add support for copy function that copy multiple messages
876                 (not implemented yet)
877
878         * src/summaryview.c
879                 add missing return value
880
881 2003-07-26 [paul]       0.9.3claws54
882
883         * tools/multiwebsearch.pl
884                 do whitespace substitution before passing the string
885                 to the browser. fixes bug with browsers that don't
886                 do whitespace conversion themselves.
887
888 2003-07-25 [christoph]  0.9.3claws53
889
890         * src/folder.[ch]
891         * src/imap.c
892         * src/mh.c
893                 rewrite adding of multiple messages to a folder for
894                 claws' folder system
895
896 2003-07-25 [luke]       0.9.3claws52
897
898         * src/mimeview.c
899                 o icon toggles set correctly on leaving ctree mimeview
900
901 2003-07-25 [paul]       0.9.3claws51
902
903         * partial sync with 0.9.3cvs21 [src/main.c]
904                 see ChangeLog 2003-07-25
905
906 2003-07-24 [paul]       0.9.3claws50
907
908         * tools/maildir2sylpheed.pl
909                 fix typo
910
911 2003-07-24 [paul]       0.9.3claws49
912
913         * src/mimeview.c
914                 increase the gutter size of paned so that the panes
915                 can be resized
916                 
917         * src/plugins/demo/demo.c
918                 squeeze in another typo fix
919
920 2003-07-24 [paul]       0.9.3claws48
921
922         * src/plugins/demo/demo.c
923           src/prefs_account.c
924                 small changes to the English
925                 
926         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
927           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
928           src/Makefile.am
929           src/stock_pixmap.c
930                 rename the misspelled icon
931
932 2003-07-23 [alfons]     0.9.3claws47
933
934         * src/mimeview.c
935                 make icon list look like a list of toggles
936
937 2003-07-23 [luke]       0.9.3claws46
938
939         * src/pixmaps/mimeview_gpg_expired.xpm
940         * src/pixmaps/mimeview_gpg_failed.xpm
941         * src/pixmaps/mimeview_gpg_passed.xpm
942         * src/pixmaps/mimeview_text_html.xpm
943         * src/pixmaps/mimeview_image.xpm
944                 o all icons the same size
945
946         * src/mimeview.[ch]
947                 o mimeview ctree arranged vertically above the viewer
948                 o icons changed to buttons
949                 o can use keyboard to select an icon (Enter)
950                 o resize icon list to width of icons
951
952         *  src/gtk/gtkvscrollbutton.c
953                 o sensitivity of buttons reacts to position
954
955 2003-07-23 [christoph]  0.9.3claws45
956
957         * sync with 0.9.3cvs14 (incomplete)
958                 see ChangeLog 2003-07-17
959
960 2003-07-23 [alfons]     0.9.3claws44
961
962         * src/folder.c
963         * src/procmsg.h
964                 sync with my local tree to restore some claws-only things
965
966 2003-07-23 [paul]       0.9.3claws43
967
968         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
969           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
970           src/Makefile.am
971           src/mimeview.c
972           src/procmime.h
973           src/rfc2015.c
974           src/stock_pixmap.[ch]
975                 indicate missing keys and expired sigs/keys
976                 in mime view column
977
978 2003-07-23 [paul]       0.9.3claws42
979
980         * src/compose.c
981                 Redirect fixes: enable automatic account selection and
982                 do not append signature to message on changing account
983                 fixes Bug[s] #248
984
985 2003-07-23 [paul]       0.9.3claws41
986
987         * sync with 0.9.3cvs16
988                 see ChangeLog 2003-07-23
989
990 2003-07-23 [alfons]     0.9.3claws40
991
992         * src/inc.c
993                 give progress dialog a main window, and give it the first 
994                 one (presumably the only one). fixes bug #247, "segfault on 
995                 pop-before-smtp" 
996
997 2003-07-22 [alfons]     0.9.3claws39
998
999         * src/summaryview.c
1000                 shift-space scrolls up
1001
1002 2003-07-22 [paul]       0.9.3claws38
1003
1004         * sync with 0.9.3cvs15
1005                 see ChangeLog 2003-07-22
1006
1007 2003-07-20 [alfons]     0.9.3claws37
1008
1009         * src/compose.c
1010                 put menu inside #ifdef USE_ASPELL..#endif
1011
1012 2003-07-20 [christoph]  0.9.3claws36
1013
1014         * src/procmsg.c
1015                 fix wrong flags in MsgInfo returned by
1016                 procmsg_msginfo_get_full_info()
1017
1018         (closes Bug 221 Deleting messages from the Message View gives incorrect
1019          new/unread message counts in the folder view)
1020
1021         * src/plugins/spamassassin/spamassassin_gtk.c
1022                 add gettext macro for prefs page title
1023
1024 2003-07-20 [paul]       0.9.3claws35
1025
1026         * src/mimeview.c
1027                 redraw icon list on signature check
1028
1029 2003-07-20 [christoph]  0.9.3claws34
1030
1031         * src/Makefile.am
1032         * src/account.c
1033         * src/folder.[ch]
1034         * src/folder_item_prefs.[ch]            ** NEW **
1035         * src/folderview.c
1036         * src/mainwindow.c
1037         * src/mh.c
1038         * src/prefs_gtk.c
1039         * src/prefs_scoring.c
1040         * src/summaryview.c
1041         * src/prefs_folder_item.[ch]
1042                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1043                   Properties dialog
1044                 o use prefswindow for folder properties
1045
1046         * src/gtk/prefswindow.[ch]
1047                 change implementation to use an invisible notebook instead
1048                 of unparenting widgets
1049
1050 2003-07-20 [christoph]  0.9.3claws33
1051
1052         * src/compose.h
1053         * src/folder.c
1054         * src/folderview.h
1055         * src/headerview.h
1056         * src/prefs_filtering.h
1057         * src/prefs_folder_item.[ch]
1058         * src/procmime.h
1059         * src/procmsg.h
1060         * src/summaryview.h
1061                 clean up header mess
1062                 (always use 1. typedefs, 2. #includes, 3. structures)
1063
1064         * src/common/version.h.in
1065                 add casts for constants
1066
1067         * src/plugins/demo/demo.c
1068                 fix typo
1069
1070         * src/plugins/spamassassin/spamassassin.c
1071                 remove unused variable
1072
1073 2003-07-20 [alfons]     0.9.3claws32
1074
1075         * src/mimeview.c
1076                 o make icon buttons respond on left click
1077                 o minor cosmetic change
1078
1079 2003-07-19 [luke]       0.9.3claws31
1080
1081         * src/mimeview.[ch]
1082         * src/gtk/gtkvscrollbutton.c
1083         * src/messageview.c
1084                 o improved mimeview behaviour when selecting a new message
1085                 o plus code cleanups to remove compile warnings
1086
1087
1088 2003-07-19 [alfons]     0.9.3claws30
1089
1090         * src/procmsg.c
1091         * src/compose.c
1092         * src/common/utils.[ch]
1093                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1094
1095 2003-07-19 [alfons]     0.9.3claws29
1096
1097         * src/prefs_folder_item.c
1098                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1099                 string pointers
1100
1101 2003-07-19 [luke]       0.9.3claws28
1102
1103         * src/messageview.c
1104         * src/mimeview.[ch]
1105         * src/procmime.h
1106         * src/rfc2015.c
1107         * src/stock_pixmap.[ch]
1108         * src/gtk/Makefile.am
1109         * src/Makefile.am
1110         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1111         * src/pixmaps/mime_*.xpm                ** NEW **
1112                 o mimeview rearrangement with a new icon shortcut bar
1113
1114 2003-07-19 [alfons]     0.9.3claws27
1115
1116         * src/folderview.c
1117                 o plug leaking nodes_to_recollapse
1118                 o add folderview_recollapse_all_nodes() (not used yet)
1119
1120 2003-07-19 [alfons]     0.9.3claws26
1121
1122         * src/compose.c
1123         * src/common/utils.c
1124                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1125                 for both forwarding as replying
1126
1127 2003-07-18 [christoph]  0.9.3claws25
1128
1129         * configure.ac
1130         * src/common/sylpheed.[ch]
1131         * src/common/version.h.in
1132                 add version in numeric form to allow easy comparison
1133
1134         * src/plugins/demo/demo.c
1135                 add version check
1136                 - sylpheed version > plugin version => never allowed, sylpheed
1137                   could contain unknown API changes
1138                 - sylpheed version < minimum version required => don't load,
1139                   API required not available (if linking does not fail)
1140
1141 2003-07-18 [alfons]     0.9.3claws24
1142         
1143         * src/common/plugin.[ch]
1144                 const correctness
1145
1146 2003-07-18 [christoph]  0.9.3claws23
1147
1148         * src/common/hooks.c
1149                 fix crash when hooks where unregisted
1150
1151         * src/plugins/trayicon/trayicon.c
1152                 unregister detroy signal before destroying the widget
1153                 (still crashes when the plugin is unloaded)
1154
1155 2003-07-18 [alfons]     0.9.3claws22
1156         
1157         * src/folderview.c
1158                 delay expanding folder tree during drags until timeout triggered
1159                 (needs perhaps some tweaking, so testing is welcome)
1160
1161 2003-07-17 [alfons]     0.9.3claws21
1162
1163         * src/folderview.c
1164                 clean up cruft
1165
1166 2003-07-17 [christoph]  0.9.3claws20
1167
1168         * src/common/session.c
1169                 fix opening of SSL connections
1170
1171         * src/plugins/image_viewer/Makefile.am
1172                 add OPENSSL_CFLAGS (we should find a better solution to remove
1173                 this dependencies if they are not required)
1174
1175         * src/plugins/spamassassin/spamassassin.c
1176                 remove setlocale workaround (fixed in libspamc)
1177
1178         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1179          if spell checking enabled)
1180
1181 2003-07-17 [alfons]     0.9.3claws19
1182
1183         * src/common/hooks.[ch]
1184         * src/plugins/clamav/clamav_plugin.c
1185         * src/plugins/spamassassin/spamassassin.c
1186         * src/plugins/trayicon/trayicon.c
1187                 fix signedness muck 
1188
1189 2003-07-17 [alfons]     0.9.3claws18
1190
1191         * src/procmime.c
1192                 plug memleak
1193
1194 2003-07-17 [alfons]     0.9.3claws17
1195
1196         * src/inc.c
1197                 plug memleak
1198
1199 2003-07-17 [paul]       0.9.3claws16
1200
1201         * src/common/defs.h
1202           src/mainwindow.c
1203           src/manual.[ch]
1204                 add link to the Claws site's FAQ page, after the suggestion
1205                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1206                 Move url strings to defs.h
1207                 
1208         * src/mainwindow.c
1209                 fix typo to prevent "unknown menu entry" warnings
1210
1211 2003-07-17 [alfons]     0.9.3claws15
1212
1213         * src/folderview.[ch]
1214         * src/summaryview.[ch]
1215         * src/mimeview.[ch]
1216                 plug DnD leaks 
1217
1218 2003-07-17 [paul]       0.9.3claws14
1219
1220         * src/inc.c
1221                 remove two instances of 'GTK_EVENTS_FLUSH' because
1222                 they are unnecessary and probably cause a stack overflow
1223
1224 2003-07-16 [christoph]  0.9.3claws13
1225
1226         * src/mimeview.[ch]
1227                 use an invisible GTK notebook to switch between viewers
1228                 instead of reparenting widgets
1229
1230 2003-07-16 [christoph]  0.9.3claws12
1231
1232         * src/folder.c
1233                 move folder_item_update_freeze() to correct place in
1234                 folder_item_scan_full()
1235
1236 2003-07-16 [paul]       0.9.3claws11
1237
1238         * sync with 0.9.3cvs12
1239                 see ChangeLog 2003-07-14 and 2003-07-15
1240
1241 2003-07-16 [christoph]  0.9.3claws10
1242
1243         * src/imap.[ch]
1244         * src/prefs_account.[ch]
1245                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1246
1247 2003-07-15 [alfons]     0.9.3claws9
1248
1249         * src/main.c
1250                 make --config-dir do something useful
1251
1252 2003-07-15 [alfons]     0.9.3claws8
1253
1254         * src/procmsg.c
1255                 o fix a bug where 'last' didn't really point to the last message
1256                   in the top level list of children, but to the last threaded
1257                   message. 
1258                 
1259                 o clean up and make it easier to sync
1260
1261 2003-07-15 [alfons]     0.9.3claws7
1262
1263         * src/mainwindow.c
1264                 make correct menu items sensitive       
1265
1266 2003-07-14 [alfons]     0.9.3claws6
1267
1268         * src/procmsg.c
1269                 tune the threader so it will not subject-thread any message
1270                 without a subject prefix (this will not thread correctly if 
1271                 a parent is delivered after their childs, but it looks 
1272                 better right now)
1273
1274 2003-07-13 [christoph]  0.9.3claws5
1275
1276         * src/mainwindow.c
1277                 group "Add mailbox *..." menu items in submenu
1278
1279 2003-07-13 [alfons]     0.9.3claws4
1280
1281         * src/summaryview.c
1282                 correct summary_toggle_pressed() signature and make sure
1283                 signal is not passed on
1284
1285 2003-07-13 [alfons]     0.9.3claws3
1286
1287         * src/summaryview.c
1288                 o for now don't pass on keys when they we're handled by 
1289                   ctree::key_press_event
1290                 o clean up
1291
1292 2003-07-13 [alfons]     0.9.3claws2
1293         
1294         * src/main.c
1295                 add command line option "--config-dir" to get the current 
1296                 configuration dir
1297
1298 2003-07-12 [alfons]     0.9.3claws1
1299
1300         * src/matcher.[ch]
1301         * src/matcher_parser_parse.y
1302         * src/prefs_filtering.c
1303         * src/filtering.c
1304                 add "Lock" filter action to lock messages;
1305
1306         * src/filtering.c       
1307                 remove debug_print()    
1308         * src/prefs_filtering.c
1309                 re-organize matcher part 9: 
1310                 make action text entries easily extendible;
1311                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1312                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1313
1314 2003-07-12 [paul]
1315
1316         * tools/README
1317                 update old information and add missing
1318                 information
1319
1320 2003-07-12 [paul]       0.9.3claws
1321
1322         * 0.9.3claws released
1323         
1324 2003-07-12 [paul]       0.9.0claws103
1325
1326         * src/Makefile.am
1327                 add addrquery.h
1328
1329 2003-07-12 [melvin]     0.9.0claws102
1330
1331         * src/messageview.c
1332                 Fixed bug #215: Show MIME tab for single text/html messages. 
1333                 
1334 2003-07-12 [paul]       0.9.0claws101
1335
1336         * man/sylpheed.1
1337                 updated
1338
1339 2003-07-12 [paul]       0.9.0claws100
1340
1341         * po/es.po
1342           po/hr.po
1343           po/pl.po
1344           po/sr.po
1345                 update Spanish, Croatian, Polish, Serbian translations.
1346                 submitted by Ricardo Mones Lastra, Dragan, Witold
1347                 Wladyslaw Wojciech Wilk, Urke MMI
1348
1349 2003-07-12 [melvin]     0.9.0claws99
1350
1351         * po/fr.po
1352                 Updated French translations.
1353
1354 2003-07-12 [paul]       0.9.0claws98
1355
1356         * src/addressbook.c
1357                 disable 'Lookup' button as it has no effect
1358
1359 2003-07-11 [alfons]     0.9.0claws97
1360         
1361         * src/summaryview.c
1362                 summary_searchbar_pressed() should return TRUE to signal that
1363                 event was handled. when returning void, the return value passed
1364                 to GTK is actually random, but maybe FALSE, in which case the
1365                 event is handled by parent
1366                 
1367 2003-07-10 [paul]       0.9.0claws96
1368
1369         * ac/missing/gettext.m4
1370                 update to version 0.12
1371
1372 2003-07-10 [paul]       0.9.0claws95
1373
1374         * src/plugins/clamav/clamav_plugin.c
1375                 fix bug where multipart/alternative messages
1376                 would slip through without being scanned
1377
1378 2003-07-10 [christoph]  0.9.0claws94
1379
1380         * src/folder.c
1381                 correct check if folder supports removing when a message is
1382                 moved. if not the message is only copied.
1383
1384         (closes Bug 132 crash on startup in newsgroups folders)
1385
1386 2003-07-09 [alfons]     0.9.0claws93
1387
1388         * configure.ac
1389         * src/common/defs.h
1390                 --with-config-dir (default .sylpheed)
1391
1392 2003-07-09 [christoph]  0.9.0claws92
1393
1394         * configure.ac
1395                 use PKG_CHECK_MODULES to check for gtkmathview
1396                 (version 0.4.2 now required)
1397
1398 2003-07-08 [melvin]     0.9.0claws91
1399
1400         * src/action.c
1401                 Implemented a progress bar that counts the number of completed
1402                 tasks when the action runs more than one command.
1403
1404 2003-07-08 [alfons]     0.9.0claws90
1405
1406         * src/procmsg.c
1407                 if queued message has an invalid Message-Id, don't try to
1408                 find message it refers to (fixes #209 "crash when processing 
1409                 in folder")
1410
1411 2003-07-08 [paul]       0.9.0claws89
1412
1413         * sync with 0.9.3cvs2
1414                 see ChangeLog 2003-07-08
1415
1416 2003-07-08 [match]      0.9.0claws88
1417
1418         * src/ldapctrl.c
1419                 extend LDAP search for first/last name by parsing search term.
1420
1421 2003-07-08 [alfons]     0.9.0claws87
1422
1423         * src/send_message.c
1424                 fix bug #208 "Status message stuck when sending on POP3 account"
1425
1426 2003-07-07 [paul]       0.9.0claws86
1427
1428         * po/hr.po
1429                 new Croatian translation, submitted by
1430                 Dragan <drleskov@inet.hr>
1431
1432 2003-07-07 [paul]       0.9.0claws85
1433
1434         * sync with 0.9.3cvs1
1435                 see ChangeLog 2003-07-07
1436
1437 2003-07-05 [christoph]  0.9.0claws84
1438
1439         * src/Makefile.am
1440         * src/messageview.c
1441         * src/mimeview.[ch]
1442         * src/stock_pixmap.[ch]
1443         * src/pixmaps/messageview_text.xpm              ** NEW **
1444                 move mimeview tabs to the right side and use icons
1445                 instead of text to save some space
1446
1447         (patch by Luke Plant <lukeplant@softhome.net>)
1448
1449 2003-07-05 [christoph]  0.9.0claws83
1450
1451         * src/inc.c
1452                 add NULL pointer checks
1453
1454         (patch by Luke Plant <lukeplant@softhome.net>)
1455         (closes Bug 204 0.9.0 quits on authentication error?!)
1456
1457 2003-07-05 [alfons]     0.9.0claws82
1458
1459         * configure.ac
1460                 take the clue in bug #202 "./configure script - 
1461                 'if test' comparison failure" reported by John Kristoff. 
1462
1463 2003-07-04 [christoph]  0.9.0claws81
1464
1465         * src/plugins/spamassassin/spamassassin.c
1466                 set timeout for spam check
1467
1468 2003-07-04 [christoph]  0.9.0claws80
1469
1470         * src/main.c
1471                 destroy all FolderItems when shutting down to
1472                 allow folders to clean up
1473
1474 2003-07-04 [melvin]     0.9.0claws79
1475
1476         * src/gtk/gtkaspell.c
1477                 Fixed bug #184 "Entering non-ascii character deletes
1478                 previous char if spell checking enabled": this makes
1479                 the spell checking in multibytes (e.g. UTF-8)locales work.
1480                 (Patch by Luke Plant).
1481                 
1482 2003-07-04 [christoph]  0.9.0claws78
1483
1484         * sync with 0.9.2cvs1
1485                 see ChangeLog 2003-06-10
1486
1487 2003-07-04 [paul]       0.9.0claws77
1488
1489         * sync with 0.9.3 release
1490                 see ChangeLog 2003-07-04
1491
1492 2003-07-03 [christoph]  0.9.0claws76
1493
1494         * src/folder.[ch]
1495         * src/imap.c
1496         * src/mbox_folder.c
1497         * src/mh.c
1498         * src/news.c
1499                 move folder_item_get_path() stuff into a folder virtual function
1500
1501         * src/procmsg.c
1502                 use folder_item_fetch_msg() to get message and do not contruct
1503                 the filename from path and number
1504
1505 2003-07-03 [paul]       0.9.0claws75
1506
1507         * sync with 0.9.2cvs12
1508                 see ChangeLog 2003-07-03
1509
1510 2003-07-02 [paul]       0.9.0claws74
1511
1512         * src/messageview.c
1513                 fix text-selection for replying
1514
1515 2003-07-02 [paul]       0.9.0claws73
1516
1517         * sync with 0.9.2cvs11
1518                 see ChangeLog 2003-07-02
1519
1520 2003-07-02 [paul]       0.9.0claws72
1521
1522         * src/procmsg.c
1523                 revert last commit because it breaks more
1524                 than it fixes
1525
1526 2003-07-02 [paul]       0.9.0claws71
1527
1528         * src/procmsg.c
1529                 fix thread by subject/sort by date
1530
1531 2003-07-01 [paul]       0.9.0claws70
1532
1533         * sync with 0.9.2cvs10
1534                 see ChangeLog 2003-07-01
1535
1536 2003-06-30 [paul]       0.9.0claws69
1537
1538         * sync with 0.9.2cvs9
1539                 see ChangeLog 2003-06-30
1540
1541 2003-06-28 [match]      0.9.0claws68
1542
1543         * src/addressbook.c
1544                 fix null ptr.
1545
1546 2003-06-27 [paul]       0.9.0claws67
1547
1548         * sync with 0.9.2cvs7
1549                 see ChangeLog 2003-06-27
1550
1551 2003-06-26 [christoph]  0.9.0claws66
1552
1553         * src/folder.c
1554                 freeze folder updates while a folder is scanned
1555
1556         (closes Bug 185 New message counter)
1557
1558 2003-06-26 [darko]      0.9.0claws65
1559
1560         * src/ldapserver.c
1561                 fix infinite loop when adding a new LDAP server
1562
1563 2003-06-26 [paul]       0.9.0claws64
1564
1565         * sync with 0.9.2cvs6
1566                 see ChangeLog 2003-06-26
1567
1568 2003-06-26 [paul]       0.9.0claws63
1569
1570         * sync with 0.9.2cvs5
1571                 see ChangeLog 2003-06-25 and 2003-06-26
1572
1573 2003-06-25 [match]      0.9.0claws62
1574
1575         * src/addr_compl.c
1576                 Fixed tab/backtab for dropped-down completion list to
1577                 move next/previous field. (close bug 147)
1578
1579 2003-06-25 [christoph]  0.9.0claws61
1580
1581         * src/addr_compl.[ch]
1582         * src/addrindex.[ch]
1583         * src/folderview.c
1584         * src/inc.c
1585         * src/news.c
1586         * src/summaryview.c
1587         * src/toolbar.c
1588                 fix warnings
1589
1590 2003-06-25 [leandro]    0.9.0claws60
1591
1592         * src/compose.c
1593                 o cleanups
1594                 o gray out "Message/Remove references" menu item if not
1595                   replying to a message
1596
1597 2003-06-24 [leandro]    0.9.0claws59
1598
1599         * src/compose.[ch]
1600                 o removed "Message/Create new thread" menu item
1601                 o added "Message/Remove references" menu item
1602                   (it's off by default and will not check anymore
1603                    if the subject changed)
1604
1605 2003-06-23 [alfons]     0.9.0claws58
1606
1607         * src/procmsg.c
1608                 try better grouping messages threaded by subject based on their age.
1609                 still not perfect - because the message tree is not sorted by date.  
1610
1611 2003-06-23 [thorsten]   0.9.0claws57
1612
1613         * src/pop.[ch]
1614                 added mail_receive_hook to allow modifications
1615                 directly after retrieval (e.g. adding headers).
1616
1617 2003-06-23 [paul]       0.9.0claws56
1618
1619         * src/sourcewindow.c
1620                  enable the use of Ctrl+A to select all text in
1621                  the sourcewindow
1622                  Patch submitted by Ivan Francolin Martinez
1623                  <ivanfm@users.sourceforge.net>
1624
1625 2003-06-22 [christoph]  0.9.0claws55
1626
1627         * src/folder.[ch]
1628                 o add notification hook for folder tree changes
1629                 o invoke hooks after folder tree scanning
1630
1631         * src/folderview.[ch]
1632                 register hook for folder tree changes that
1633                 updates the ctree
1634
1635         (there are more places that should be updated, like add, remove 
1636          or move folder)
1637
1638         (closes Bug 164 Crash on rebuild folder tree)
1639         (closes Bug 190 Crash on 'rebuilding folder tree')
1640
1641 2003-06-21 [leandro]    0.9.0claws54
1642
1643         * src/compose.[ch]
1644                 create a new thread if subject changes
1645                 (it's on by default, can be disabled in Message menu)
1646
1647 2003-06-21 [alfons]     0.9.0claws53
1648
1649         * src/summaryview.c
1650                 quiet little compiler
1651
1652 2003-06-21 [christoph]  0.9.0claws52
1653
1654         update gettext stuff to version 0.12
1655
1656 2003-06-19 [alfons]     0.9.0claws51
1657
1658         * src/common/log.c
1659         * src/common/plugin.c
1660                 move defs.h before glib.h to prevent MIN/MAX redefs
1661
1662 2003-06-19 [alfons]
1663
1664         * src/addressbook.c
1665                 translatable
1666
1667 2003-06-19 [match]      0.9.0claws50
1668
1669         * src/addressbook.[ch]
1670         * src/addrindex.[ch]
1671         * src/addr_compl.[ch]
1672         * src/editldap.[ch]
1673         * src/editldap_basedn.[ch]
1674         * src/addritem.[ch]
1675         * src/ldapquery.h
1676                 re-implemented dynamic LDAP search. works without
1677                 slowdown on display sender with addressbook
1678                 option.
1679         * src/addrbook.c
1680                 documented code.
1681
1682 2003-06-19 [paul]       0.9.0claws49
1683
1684         * src/compose.c
1685                 fix Bug #136 'Nonprovided quotation marks crash claws'
1686                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1687
1688 2003-06-19 [alfons]     0.9.0claws48
1689
1690         * src/prefs_common.[ch]
1691         * src/procmsg.c
1692                 restrict threading by subject by checking thread for
1693                 age (prefs_common.thread_by_subject_max_age)
1694
1695 2003-06-18 [christoph]  0.9.0claws47
1696
1697         * src/imap.c
1698                 fix memory leak in imap_cmd_fetch()
1699
1700 2003-06-18 [christoph]  0.9.0claws46
1701
1702         * src/prefs_gtk.c
1703                 fix memory leak in prefs_set_default() when used multiple
1704                 times or after prefs have been read
1705
1706 2003-06-18 [christoph]  0.9.0claws45
1707
1708         * src/common/plugin.c
1709                 fix memory leak in plugin_unload()
1710
1711 2003-06-18 [christoph]  0.9.0claws44
1712
1713         * src/imap.c
1714                 fix memory leak in imap_cmd_ok()
1715
1716 2003-06-18 [christoph]  0.9.0claws43
1717
1718         * src/folder.c
1719                 stop messages that are downloaded from POP3 and added to
1720                 an IMAP inbox from being filtered twice (first by POP3
1721                 and again when IMAP folder is scaned to get the UID of
1722                 the APPEND operation when no UIDPLUS is available)
1723
1724 2003-06-18 [alfons]
1725
1726         * tools/Makefile.am
1727                 phoenix <- firebird     
1728
1729 2003-06-18 [paul]
1730
1731         * tools/launch_phoenix          ** REMOVED **
1732           tools/launch_firebird         ** NEW **
1733                 renamed and edited to reflect the browser's name change from
1734                 'phoenix' to 'firebird'
1735
1736 2003-06-18 [paul]       0.9.0claws42
1737
1738         * sync with 0.9.2cvs2
1739                 see ChangeLog 2003-06-16
1740
1741 2003-06-17 [alfons]     0.9.0claws41
1742
1743         * src/procmsg.c
1744                 prevent threading problems when a node is an ancestor (parent / great parent),
1745                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1746                 for finding an sample set of messages)
1747
1748 2003-06-16 [christoph]  0.9.0claws40
1749
1750         * src/main.c
1751                 don't popup main window on --receive or --receive-all
1752
1753         * src/mainwindow.[ch]
1754         * src/plugins/trayicon/trayicon.c
1755                 allow hiding of main window by clicking on the trayicon
1756                 (doesn't work correctly in seperate window mode and may
1757                  cause unexpected GTK problems I couldn't find yet)
1758
1759         * src/common/ssl.c
1760                 remove incorrect warning
1761
1762 2003-06-15 [alfons]     0.9.0claws39
1763
1764         * src/gtk/gtkstext.c
1765                 don't output debug text;
1766                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1767                 for pointing this out);
1768
1769 2003-06-14 [alfons]     0.9.0claws38
1770         
1771         * src/messageview.c
1772                 remove printf() and make one if..else comply with coding style
1773
1774 2003-06-14 [alfons]     0.9.0claws37
1775
1776         * AUTHORS
1777                 add Martin Wicke
1778         * src/action.c
1779         * src/messageview.[ch]
1780         * src/summaryview.c
1781                 apply patch #754162 "Quoting messages filtered by actions" submitted
1782                 by Martin Wicke, which allows quoting message body changed by an
1783                 action (Thanks!).
1784
1785 2003-06-13 [alfons]     0.9.0claws36
1786
1787         * src/utils.c
1788                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1789                 use case insensitive regexp (suggested by Ivan Martinez)
1790
1791 2003-06-13 [christoph]  0.9.0claws35
1792
1793         * configure.ac
1794         * src/plugins/trayicon/Makefile.am
1795         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1796         * src/plugins/trayicon/trayicon.c
1797         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1798         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1799         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1800         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1801         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1802         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1803                 replace my own EggTrayIcon backport with the backport
1804                 used by (l|x)mule and gabber.
1805
1806 2003-06-13 [alfons]     0.9.0claws34
1807
1808         * AUTHORS
1809         * src/common/utils.c
1810                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1811
1812 2003-06-13 [alfons]     0.9.0claws33
1813
1814         * src/compose.c
1815                 clean up a little bit
1816
1817 2003-06-12 [alfons]     0.9.0claws32
1818
1819         * src/compose.c
1820                 const correctness fix
1821
1822         * src/common/sylpheed.[ch]
1823                 () -> (void)
1824                 prevent redef MIN/MAX
1825                 
1826         * src/common/utils.[ch]
1827                 () -> (void)
1828
1829 2003-06-12 [melvin]     0.9.0claws31
1830
1831         * src/compose.c
1832                 Updated to take into accounts changes in GtkAspell.
1833
1834 2003-06-12 [alfons]     0.9.0claws30
1835
1836         * src/compose.c
1837         * src/procmsg.c
1838         * src/common/utils.[ch]
1839                 handle reply subject prefixes better (initial 
1840                 suggestion by Robert Story adapted and enhanced 
1841                 using regexps)
1842
1843 2003-06-12 [melvin]     0.9.0claws29
1844
1845         * src/compose.c
1846                 Use new gtkaspell_checkers_strerror() to get the speller's
1847                 error message instead of accessing the (now private)
1848                 checkers structure.
1849                 Minor code clean up
1850
1851         * src/main.c
1852                 Use #ifdef instead of #if for USE_ASPELL
1853                 Use the new spell checkers init/quit functions 
1854
1855         * src/gtk/gtkaspell.c
1856                 Use #ifdef instead of #if for USE_ASPELL
1857                 Moved in the majority of GtkAspell structures that were
1858                 exported before by gtkaspell.h
1859         
1860         * src/gtk/gktaspell.h
1861                 Made gtkaspell.h contain only the necessary data to be
1862                 publicized by moving many structures to gtkaspell.c.
1863                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1864                 gtkaspell_checkers_new(): replaced by...
1865                 gtkaspell_checkers_init(): new function for initialization
1866                 gtkaspell_checkers_delete(): replaced by...
1867                 gtkaspell_checkers_quit(): new function
1868                 gtkaspell_checkers_strerror(): new function that returns
1869                 the checker's last error message.
1870                 
1871 2003-06-11 [melvin]     0.9.0claws28
1872
1873         * po/POTFILES.in
1874                 Updated to take into account gtkaspell.c migration to
1875                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1876
1877 2003-06-10 [alfons]     0.9.0claws27
1878
1879         * src/filtering.[ch]
1880         * src/folder.c
1881         * src/matcher.c
1882         * src/scoring.[ch]
1883                 - try fixing bug #18 (any brave testers?)
1884                 - add more robustness by refusing previously 
1885                   unchecked NULL pointers 
1886
1887 2003-06-10 [alfons]     0.9.0claws26
1888
1889         * src/procmsg.c
1890                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1891
1892 2003-06-09 [alfons]     0.9.0claws25
1893
1894         * src/prefs_common.c
1895                 fix bug #163 "Icon switching doesnt work properly" by 
1896                 preventing early freeing of prefs_common.pixmap_theme_path.
1897
1898 2003-06-09 [christoph]  0.9.0claws24
1899
1900         * src/gtk/gtkaspell.c
1901                 revert Thorsten's fix and add forgotten g_strdup for
1902                 aspell path (it should not be possible to alter the path a
1903                 GtkASpell uses from outside)
1904
1905 2003-06-09 [thorsten]   0.9.0claws23
1906
1907         * src/gtk/gtkaspell.c
1908                 dont free prefs_common.aspell_path when closing compose
1909
1910 2003-06-08 [colin]      0.9.0claws22
1911
1912         * src/plugins/spamassassin/spamassassin.c
1913                 fix prefs types
1914
1915 2003-06-07 [christoph]  0.9.0claws21
1916
1917         * src/Makefile.am
1918         * src/compose.c
1919         * src/gtkaspell.[ch]            ** REMOVE **
1920         * src/gtk/Makefile.am
1921         * src/gtk/gtkaspell.[ch]        ** NEW **
1922                 o make gtkaspell independent from sylpheed's prefs
1923                 o move gtkaspell.[ch] to gtk directory
1924
1925 2003-06-07 [christoph]  0.9.0claws20
1926
1927         * src/Makefile.am
1928         * src/crash.c
1929         * src/export.c
1930         * src/filesel.[ch]              ** REMOVE **
1931         * src/folder.c
1932         * src/main.[ch]
1933         * src/common/sylpheed.[ch]
1934         * src/gtk/Makefile.am
1935         * src/gtk/filesel.[ch]          ** NEW **
1936         * src/gtk/pluginwindow.c
1937         * src/gtk/sslcertwindow.c
1938                 move filesel.[ch] to gtk directory
1939
1940 2003-06-07 [alfons]     0.9.0claws19
1941
1942         * src/filesel.c
1943                 make (multi) file selection dialog work again (Claws-only)
1944
1945 2003-06-07 [thorsten]   0.9.0claws18
1946
1947         * po/de.po
1948                 fix typos
1949
1950 2003-06-07 [alfons]     0.9.0claws17
1951
1952         * configure.ac
1953         * src/mimeview.c
1954                 detect apache mishap in which case don't include fnmatch.h
1955                 if regex.h is already included
1956
1957 2003-06-06 [christoph]  0.9.0claws16
1958
1959         * configure.ac
1960         * src/mimeview.h
1961                 add check for fnmatch.h and include it when available
1962
1963         * src/mimeview.[ch]
1964                 fix wrong case sensitivity of Content-Types
1965
1966         * src/gtk/Makefile.am
1967                 need the same include paths in gtk directory as in
1968                 common directory because .h files in common can
1969                 include files from these directories, when included
1970                 in gtk's .h or .c files
1971
1972 2003-06-06 [alfons]     0.9.0claws15
1973
1974         * src/mimeview.c
1975         * src/summaryview.c
1976                 make it compile again because of regex.h / fnmatch.h 
1977                 include problems (related to recent mime stuff, can
1978                 someone check this?)
1979
1980 2003-06-06 [thorsten]   0.9.0claws14
1981
1982         * src/folderview.c
1983                 possible use of uninitialized pointer while dragging
1984
1985 2003-06-06 [paul]       0.9.0claws13
1986
1987         * src/compose.c
1988                 fix bug where the insert sig button would be effective
1989                 only when auto_sig was set
1990
1991 2003-06-06 [paul]       0.9.0claws12
1992
1993         * sync with 0.9.2 release
1994
1995 2003-06-02 [paul]       0.9.0claws11
1996
1997         * sync with 0.9.1cvs1
1998                 see ChangeLog 2003-06-02
1999                 
2000         * po/de.po
2001                 update by Jens
2002
2003 2003-06-01 [christoph]  0.9.0claws10
2004
2005         * src/account.c
2006                 don't use substring search to find accounts by email address
2007
2008         (closes Bug 169 Overly loose matching of "From" address)
2009
2010 2003-05-31 [christoph]  0.9.0claws9
2011
2012         * doc-src/rfc2683.txt
2013         * src/imap.c
2014                 limit IMAP command length as recommended in RFC2683
2015                 (message number lists will be split into multiple imap
2016                 sets, the limit of 1000 octets is not a hard limit)
2017
2018         (closes Bug 161 sylpheed-claws exits with segfault when logging
2019          in to certain imap-servers)
2020
2021 2003-05-29 [alfons]     0.9.0claws8
2022
2023         * src/toolbar.[ch]
2024                 add print button (calling summary_print());
2025                 fine tune setting tooltip text;
2026                 (if someone needs other buttons, please take these 
2027                 commits as a guide, instead of bothering us - also
2028                 see 0.8.11claws150) 
2029
2030 2003-05-29 [darko]      0.9.0claws7
2031
2032         * src/compose.c
2033                 fix crash when word wrapping kicks in due to
2034                 changed text by spell checker
2035
2036 2003-05-29 [paul]       0.9.0claws6
2037
2038         * src/compose.c
2039                 fix bug where changing account would insert
2040                 sig even if auto_sig was FALSE
2041                 
2042         * ChangeLog
2043           ChangeLog.jp
2044           INSTALL
2045                 sync with 0.9.1 release
2046
2047 2003-05-28 [christoph]  0.9.0claws5
2048
2049         * src/imap.c
2050                 fix truncation of too long commands
2051
2052         (closes Bug 167 IMAP hangs trying to get envelope
2053          information in imap_get_uncached_messages)
2054
2055 2003-05-27 [paul]       0.9.0claws4
2056
2057         * tools/Makefile.am
2058           tools/maildir2sylpheed.pl     ** NEW FILE **
2059                 add kmail to sylpheed mailbox conversion script
2060
2061 2003-05-27 [paul]       0.9.0claws3
2062
2063         * sync with 0.9.0cvs10
2064                 see ChangeLog 2003-05-26
2065
2066 2003-05-26 [paul]       0.9.0claws2
2067
2068         * sync with 0.9.0cvs9
2069                 see ChangeLog 2003-05-26
2070
2071 2003-05-24 [paul]       0.9.0claws1
2072
2073         * sync with 0.9.0cvs8
2074                 see ChangeLog 2003-05-23
2075
2076 2003-05-24 [paul]       0.9.0claws
2077
2078         * version 0.9.0claws released
2079
2080 2003-05-24 [paul]       0.8.11claws177
2081
2082         * src/plugins/dillo-viewer/Makefile.am
2083           src/plugins/traycon/Makefile.am
2084                 add missing files
2085                 
2086         * po/bg.po
2087           po/en_GB.po
2088           po/es.po
2089           po/it.po
2090           po/pt_BR.po
2091           po/ru.po
2092           po/sr.po
2093                 update Bulgarian, British English, Spanish, Italian, 
2094                 Brazilian Portuguese, Russian, and Serbian translations, 
2095                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2096                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2097                 Ruslan N. Balkin, and Urke MMI
2098
2099 2003-05-23 [melvin]     0.8.11claws176
2100
2101         * po/fr.po
2102                 Updated French translations
2103
2104 2003-05-22 [paul]       0.8.11claws175
2105
2106         * src/Makefile.am
2107           src/addrbook.[ch]
2108           src/addrcache.[ch]
2109           src/addr_compl.[ch]
2110           src/adressbook.[ch]
2111           src/addrindex.[ch]
2112           src/addritem.[ch]
2113           src/editaddress.c
2114           src/editgroup.c
2115           src/editldap_basedn.c
2116           src/editldap.c
2117           src/jpilot.c
2118           src/vcard.c
2119                 revert to get ldap into it previous working state
2120                 
2121         * po/zh_TW.Big5.po
2122                 new Taiwanese translation,
2123                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2124
2125 2003-05-22 [christoph]  0.8.11claws174
2126
2127         * src/plugins/spamassassin/libspamc.[ch]
2128                 sync libspamc with SpamAssaain release 2.55
2129
2130 2003-05-22 [paul]       0.8.11claws173
2131
2132         * sync with 0.9.0cvs7
2133                 see ChangeLog 2003-05-22
2134                 
2135         * src/summaryview.c
2136                 revert change in 0.8.11claws172: follow
2137                 Hiroyuki's decision and that's the end of it.
2138
2139 2003-05-21 [paul]       0.8.11claws172
2140
2141         * src/summaryview.c
2142                 fix discrepency between open_unread_on_enter
2143                 and always_show_msg
2144
2145 2003-05-21 [paul]       0.8.11claws171
2146
2147         * sync with 0.9.0cvs6
2148                 see ChangeLog 2003-05-21
2149
2150 2003-05-21 [paul]       0.8.11claws170
2151
2152         * sync with 0.9.0cvs5
2153                 see ChangeLog 2003-05-21
2154
2155 2003-05-20 [paul]       0.8.11claws169
2156
2157         * sync with 0.9.0cvs4
2158                 see ChangeLog 2003-05-20
2159                 fixes bug #152, 'encoding of IMAP folders names'
2160
2161 2003-05-20 [paul]       0.8.11claws168
2162
2163         * sync with 0.9.0cvs3
2164                 see ChangeLog 2003-05-20
2165                 
2166         * src/tools/convert_mbox.pl
2167                 minor change in the comments, submitted by Fred Marton
2168
2169 2003-05-19 [paul]       0.8.11claws167
2170
2171         * src/plugins/clamav/Makefile.am
2172           configure.ac
2173                 link clamav_lib to the plugin and not to the main program
2174
2175 2003-05-19 [christoph]
2176
2177         * src/Makefile.am
2178                 add -export-dynamic for linking
2179
2180 2003-05-19 [paul]       0.8.11claws166
2181
2182         * sync with 0.9.0cvs1
2183                 see ChangeLog 2003-05-19
2184
2185 2003-05-19 [paul]       0.8.11claws165
2186
2187         * src/inc.c
2188                 fix 'pop before smtp' timeout
2189
2190 2003-05-18 [alfons]     0.8.11claws164
2191
2192         * src/prefs_matcher.c
2193                 put "execute" action command line ("expression") in edit box
2194
2195 2003-05-18 [christoph]  0.8.11claws163
2196
2197         * src/mimeview.[ch]
2198         * src/plugins/dillo_viewer/dillo_viewer.c
2199         * src/plugins/image_viewer/viewer.c
2200         * src/plugins/mathml_viewer/mathml_viewer.c
2201                 let a viewer have a list of Content-Types
2202
2203 2003-05-18 [paul]       0.8.11claws162
2204
2205         * src/prefs_filtering.c
2206                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2207                 and REDIRECT actions
2208
2209 2003-05-17 [christoph]
2210
2211         * README.claws
2212                 o remove dynamic signatures that was syned with main
2213                 o add infos about no longer "build in" image viewer
2214                 o update bugtracker URL
2215
2216 2003-05-17 [christoph]  0.8.11claws161
2217
2218         * src/folder.c
2219         * src/folderview.c
2220         * src/imap.c
2221                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2222                 for every folder after rebuilding the folder tree.
2223
2224         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2225          messages)
2226
2227 2003-05-17 [christoph]  0.8.11claws160
2228
2229         * src/imap.c
2230                 don't use STATUS command on current folder to check for
2231                 content changes. imap_cmd_ok() now tracks changes to
2232                 folder and number of existing messages.
2233
2234 2003-05-17 [paul]       0.8.11claws159
2235
2236         * src/plugins/clamav/clamav_plugin.c
2237                 remove unnecessary debug_print
2238
2239 2003-05-16 [thorsten]   0.8.11claws158
2240
2241         * src/plugins/demo.c
2242                 included missing intl.h
2243
2244 2003-05-16 [paul]       0.8.11claws157
2245
2246         * po/POTFILES.in
2247                 remove non-existant entries
2248         
2249         * src/plugins/clamav/clamav_plugin.c
2250           src/plugins/clamav/clamav_plugin_gtk.c
2251           src/plugins/dillo_viewer/dillo_prefs.c
2252           src/plugins/dillo_viewer/dillo_viewer.c
2253                 gettextise
2254
2255 2003-05-16 [christoph]  0.8.11claws156
2256
2257         * po/POTFILES.in
2258                 include plugin .c files for translation until I
2259                 find a better solution to have plugins have their
2260                 own textdomain
2261         * src/plugins/demo/demo.c
2262         * src/plugins/image_viewer/plugin.c
2263         * src/plugins/mathml_viewer/mathml_viewer.c
2264         * src/plugins/spamassassin/spamassassin.c
2265         * src/plugins/spamassassin/spamassassin_gtk.c
2266         * src/plugins/trayicon/trayicon.c
2267                 add gettext macros for plugin name and description
2268
2269 2003-05-16 [paul]
2270
2271         * sync with 0.9.0
2272
2273 2003-05-16 [paul]       0.8.11claws155
2274
2275         * sync with lastest 0.9.0pre1
2276                 see ChangeLog 2003-05-16
2277
2278 2003-05-15 [paul]       0.8.11claws154
2279
2280         * sync with latest 0.9.0pre1
2281                 see ChangeLog 2003-05-14 and 2003-05-15
2282
2283 2003-05-14 [christoph]  0.8.11claws153
2284
2285         * src/plugins/image_viewer/viewer.c
2286         * src/plugins/image_viewer/viewer.glade         ** NEW **
2287         * src/plugins/image_viewer/viewerprefs.c
2288                 make it possible to disable the autoload function in the
2289                 imageviewer again
2290
2291 2003-05-14 [christoph]  0.8.11claws152
2292
2293         * src/folder.c
2294                 fix folder update after adding a message
2295
2296 2003-05-13 [alfons]     0.8.11claws151
2297
2298         * src/common/session.c
2299                 remove debug traces
2300                 
2301         * src/addrcache.[ch]
2302         * src/filtering.[ch]
2303         * src/folder.[c]
2304         * src/gtkaspell.[ch]
2305         * src/imap.[ch]
2306         * src/mbox_folder.[ch]
2307         * src/mh.[ch]
2308         * src/mimeview.h
2309         * src/msgcache.[ch]
2310         * src/news.[ch]
2311         * src/passphrase.[ch]
2312         * src/prefs_common.[ch]
2313         * src/prefs_gtk.[ch]
2314         * src/procmsg.c
2315         * src/scoring.[ch]
2316                 be pedantic; (in prototypes () implies (int))
2317
2318 2003-05-13 [alfons]     0.8.11claws150
2319
2320         * src/prefs_toolbar.[ch]
2321         * src/summaryview.[ch]
2322         * src/toolbar.[ch]
2323                 change misleading text in toolbar prefs;
2324                 add toolbar action for ignore thread (toggles ignore thread flag);
2325                 clean up a little bit;
2326
2327 2003-05-12 [paul]
2328
2329         * tools/convert_mbox.pl
2330                 bug fixed by Fred Marton
2331
2332 2003-05-12 [paul]
2333
2334         * sync with 0.9.0pre1
2335
2336 2003-05-09 [paul]       0.8.11claws149
2337
2338         * sync with 0.8.11cvs43
2339                 see ChangeLog 2003-05-09
2340
2341 2003-05-08 [christoph]  0.8.11claws148
2342
2343         * src/imap.[ch]
2344                 o use CAPABILIY as first command and check for PREAUTH
2345                   information in the response to it
2346                 o rewrite all imap_cmd_* functions to use an IMAPSession
2347                   instead of a SockInfo as parameter
2348                 o do STARTTLS after fetching and checking the server
2349                   capabilities
2350
2351 2003-05-08 [paul]       0.8.11claws147
2352
2353         * tools/Makefile.am
2354           tools/README
2355           tools/convert_mbox.pl         ** NEW FILE **
2356                 add mbox conversion script. Submitted by 
2357                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2358
2359 2003-05-07 [christoph]
2360
2361         * doc-src/glade.txt
2362         * src/gtk/pluginwindow.glade
2363         * src/plugins/image_viewer/viewerprefs.glade
2364         * src/plugins/spamassassin/spamassassin_gtk.glade
2365                 add glade files for user interfaces and a description how
2366                 to use glade to create the sylpheed code
2367
2368 2003-05-07 [paul]       0.8.11claws146
2369
2370         * sync with 0.8.11cvs41
2371                 see ChangeLog 2003-05-07
2372
2373 2003-05-06 [christoph]  0.8.11claws145
2374
2375         * src/main.c
2376         * src/plugins/image_viewer/viewer.c
2377                 fix usage of imlib in imageviewer plugin
2378
2379         * src/gtk/prefswindow.c
2380                 handle window close event correctly
2381
2382 2003-05-06 [paul]       0.8.11claws144
2383
2384         * src/common/ssl.c
2385                 fix typo introduced in sync
2386
2387 2003-05-06 [paul]       0.8.11claws143
2388
2389         * sync with 0.8.11cvs39
2390                 see ChangeLog 2003-05-06
2391
2392 2003-05-06 [paul]       0.8.11claws142
2393
2394         * AUTHORS
2395           po/cs.po
2396                 updated Czech translation, submitted by 
2397                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2398                 
2399         * src/plugins/clamav/clamav_plugin_gtk.c
2400                 clean up
2401
2402 2003-05-03 [alfons]     0.8.11claws141
2403
2404         * src/compose.[ch]
2405                 make paste as quotation work even when the call to 
2406                 text_inserted() was deferred (fixes bug #140 "Paste 
2407                 as quotation does not work when using "external" 
2408                 clipboard")
2409
2410 2003-05-03 [thorsten]   0.8.11claws140
2411
2412         * src/addrquery.h
2413           src/ldapquery.h
2414           src/mainwindow.c
2415                 removed C++ comments
2416         * src/addr_compl.c
2417                 function with non-int retval/param used before
2418                 implementation/declaration
2419
2420 2003-05-02 [paul]       0.8.11claws139
2421
2422         * src/addr_compl.[ch]
2423           src/addressbook.[ch]
2424           src/addrindex.c
2425           src/summaryview.c
2426                 revert match's changes to (finally) remove the bug where
2427                 opening a folder causes massive slowdown when using the 
2428                 'Display sender using address book' option
2429
2430 2003-05-01 [melvin]     0.8.11claws138
2431
2432         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2433         * src/plugins/dillo_viewer/dillo_viewer.c
2434                 Fixed bug where "Cancel" button from prefs issued
2435                 warnings.
2436                 Comply a little more to coding style
2437
2438 2003-05-01 [paul]       0.8.11claws137
2439
2440         * sync with 0.8.11cvs38
2441                 see ChangeLog 2003-05-01
2442
2443 2003-05-01 [paul]       0.8.11claws136
2444
2445         * po/bg.po
2446                 updated by George Danchev
2447
2448 2003-04-30 [christoph]  0.8.11claws135
2449
2450         * src/plugins/dillo_viewer/dillo_prefs.c
2451         * src/plugins/image_viewer/viewerprefs.c
2452         * src/plugins/spamassassin/spamassassin_gtk.c
2453                 remove gtk_widget_ref() calls for widgets in
2454                 glade code
2455
2456 2003-04-30 [paul]       0.8.11claws134
2457
2458         * src/addrindex.c
2459                 ok, this time a better fix for the bug where opening folder
2460                 has massive slowdown when using the 'Display sender using 
2461                 address book' option
2462
2463 2003-04-30 [paul]       0.8.11claws133
2464
2465         * src/addrindex.c
2466                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2467         
2468 2003-04-30 [melvin]     0.8.11claws132
2469
2470         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2471
2472         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2473                 Preferences for the dillo plugin
2474         * src/plugins/dillo_viewer/dillo_viewer.c
2475                 Support for preferences
2476         * src/plugins/dillo_viewer/Makefile.am
2477                 Added dillo_prefs.[ch]
2478
2479 2003-04-30 [alfons]     0.8.11claws131
2480
2481         * src/common/plugin.[ch]
2482                 see? this ANSI C'fication immediately gives us type
2483                 checking for free.
2484
2485 2003-04-30 [alfons]     0.8.11claws130
2486
2487         * src/common/plugin.[ch]
2488         * src/plugins/clamav/clamav_plugin.[ch]
2489         * src/plugins/clamav/clamav_plugin_gtk.c
2490         * src/plugins/demo/demo.c
2491         * src/plugins/dillo_viewer/dillo_viewer.c
2492         * src/plugins/image_viewer/plugin.c
2493         * src/plugins/image_viewer/viewer.[ch]
2494         * src/plugins/image_viewer/viewerprefs.[ch]
2495         * src/plugins/mathml_viewer/mathml_viewer.c
2496         * src/plugins/spamassassin/spamassassin.[ch]
2497         * src/plugins/spamassassin/spamassassin_gtk.c
2498         * src/plugins/trayicon/trayicon.c
2499                 clean up
2500
2501 2003-04-30 [alfons]     0.8.11claws129
2502
2503         * src/common/utils.c
2504                 make is_ascii_str() fail gracefully when NULL pointer
2505                 is passed
2506
2507 2003-04-30 [paul]       0.8.11claws128
2508
2509         * src/addrindex.c
2510                 fix bug where opening folder has massive slowdown when
2511                 using the 'Display sender using address book' option
2512
2513 2003-04-30 [paul]       0.8.11claws127
2514
2515         * src/plugins/clamav/clamav_plugin.c
2516           src/plugins/clamav/clamav_plugin_gtk.c
2517           src/plugins/demo/demo.c
2518           src/plugins/dillo_viewer/dillo_viewer.c
2519           src/plugins/image_viewer/plugin.c
2520           src/plugins/mathml_viewer/mathml_viewer.c
2521           src/plugins/spamassassin/spamassassin.c
2522           src/plugins/spamassassin/spamassassin_gtk.c
2523           src/plugins/trayicon/trayicon.c
2524                 get rid of eye-hurting function signatures
2525
2526 2003-04-30 [paul]       0.8.11claws126
2527
2528         * src/plugins/trayicon/trayicon.c
2529                 add description
2530                 
2531         * src/mimeview.c
2532                 be more descriptive
2533
2534 2003-04-30 [paul]       0.8.11claws125
2535
2536         * configure.ac
2537                 arrange the plugins in reverse alphabetical order
2538                 
2539         * src/plugins/clamav/clamav_plugin.[ch]
2540           src/plugins/clamav/clamav_plugin_gtk.c
2541                 rename some params
2542                 resize max_size window
2543                 re-arrange the order of some gui elements
2544                 improve descriptions
2545         
2546         * src/plugins/image_viewer/plugin.c
2547           src/plugins/mathml_viewer/mathml_viewer.c
2548                 add descriptions
2549                 
2550         * src/plugins/spamassassin/spamassassin_gtk.c
2551                 resize max_size window
2552                 re-arrange the order of some gui elements
2553                 
2554         * src/messageview.c
2555           src/mimeview.c
2556                 correct typos
2557
2558 2003-04-30 [alfons]     0.8.11claws124
2559
2560         * src/imap.c
2561                 fix a leak found while browsing Martin Kluge's 
2562                 valgrind log (Claws only)
2563
2564 2003-04-29 [darko]      0.8.11claws123
2565
2566         * src/gtk/gtkstext.h
2567                 include wchar.h if it is available, fixes compilation
2568                 on HP-UX systems
2569
2570 2003-04-29 [melvin]     0.8.11claws122
2571
2572         * src/prefs_actions.c
2573                 Improved help text of Actions' syntax
2574
2575 2003-04-28 [paul]       0.8.11claws121
2576
2577         * src/action.c
2578                 a better fix for the crash when performing an action
2579                 on a mime part
2580
2581 2003-04-28 [paul]       0.8.11claws120
2582
2583         * src/action.c
2584                 fix crash when performing an action on a
2585                 mime part
2586
2587 2003-04-28 [paul]       0.8.11claws119
2588
2589         * sync with 0.8.11cvs36
2590                 see ChangeLog 2003-04-28
2591
2592 2003-04-27 [paul]       0.8.11claws118
2593
2594         * more sync with 0.8.11cvs35
2595                 see ChangeLog 2003-04-25
2596
2597 2003-04-26 [christoph]  0.8.11claws117
2598
2599         * src/folder.c
2600                 fix remove virtual check
2601
2602 2003-04-26 [paul]       0.8.11claws116
2603
2604         * src/messageview.c
2605                 fix return-receipt, make it work again
2606
2607 2003-04-26 [paul]       0.8.11claws115
2608
2609         * src/mimeview.c
2610                 restore double-clicking of the [application/pgp-signature 
2611                 (Select "Check signature" to check)] line in the message view,
2612                 broken in recent sync
2613
2614 2003-04-26 [christoph]  0.8.11claws114
2615
2616         * src/folder.c
2617                 check if remove virtual really exists before
2618                 calling the function
2619
2620 2003-04-25 [match]      0.8.11claws113
2621
2622         * src/addrindex.c
2623         * src/addrbook.c
2624         * src/ldapquery.[ch]
2625         * src/ldapctrl.[ch]
2626                 fix memleak.
2627         * src/ldapserver.[ch]
2628                 fix memleak. fix segfault.
2629                 plug a Claws memleak
2630
2631 2003-04-25 [alfons]     0.8.11claws112
2632
2633         * src/folder.c
2634                 plug a Claws memleak
2635
2636 2003-04-25 [alfons]     0.8.11claws111
2637
2638         * src/common/session.c
2639                 plug a memleak
2640
2641 2003-04-25 [paul]       0.8.11claws110
2642
2643         * sync with 0.8.11cvs35
2644                 see ChangeLog 2003-04-24 and 2003-04-25
2645                 
2646         * src/gtk/pluginwindow.c
2647                 correct another strange float value
2648
2649 2003-04-24 [christoph]  0.8.11claws109
2650
2651         * src/folder.c
2652                 freeze folder item updates when unsetting new flags
2653
2654         * src/gtk/pluginwindow.c
2655                 correct strange float value
2656
2657 2003-04-23 [paul]       0.8.11claws108
2658
2659         * sync with 0.8.11cvs33
2660                 see ChangeLog 2003-04-23
2661
2662 2003-04-22 [paul]       0.8.11claws107
2663
2664         * src/Makefile.am
2665           src/messageview.c
2666           src/mimeview.c
2667           src/pgptext.[ch]      ** REMOVED **
2668                 remove pgptext.[ch] as its not used any more
2669
2670 2003-04-22 [paul]       0.8.11claws106
2671
2672         * sync with 0.8.11cvs31
2673                 see ChangeLog 2003-04-21 and 2003-04-22
2674
2675 2003-04-21 [alfons]     0.8.11claws105
2676
2677         * src/main.c
2678                 No access to GTK structures if we're a spawned child
2679                 (and clean up code a little bit...) Should fix #126.
2680
2681 2003-04-21 [melvin]     0.8.11claws104
2682
2683         * src/plugins/dillo_viewer/README
2684                 Improved slightly the text.
2685
2686 2003-04-21 [melvin]     0.8.11claws103
2687
2688         * src/plugins/dillo_viewer/README *** NEW ***
2689                 Added a README file for the Dillo plugin
2690
2691 2003-04-20 [paul]
2692
2693         * tools/README
2694           tools/outlook2sylpheed.pl
2695                 updated and improved by Ricardo Mones Lastra
2696
2697 2003-04-18 [oliver]     0.8.11claws102
2698
2699         * src/inc.c 
2700         * src/prefs_account.h
2701                 remove Pop3SessionType (used by selective download)
2702         * src/prefs_toolbar.c
2703                 enable set Default Toolbar button
2704
2705 2003-04-18 [paul]       0.8.11claws101
2706
2707         * sync with 0.8.11cvs29
2708                 see ChangeLog 2003-04-18
2709
2710 2003-04-17 [paul]       0.8.11claws100
2711
2712         * src/prefs_common.[ch]
2713           src/summaryview.c
2714                 remove 'Open next message on deletion' option,
2715                 as the same effect can now be achieved via the
2716                 'Always open messages in summary when selected'
2717                 option.
2718
2719 2003-04-17 [paul]       0.8.11claws99
2720
2721         * sync with 0.8.11cvs28
2722                 see ChangeLog 2003-04-17
2723
2724 2003-04-17 [christoph]  0.8.11claws98
2725
2726         * ac/spamassassin.m4
2727         * src/plugins/spamassassin/libspamc.[ch]
2728         * src/plugins/spamassassin/utils.[ch]
2729                 sync libspamc with SpamAssassin project
2730
2731 2003-04-17 [christoph]  0.8.11claws97
2732
2733         * src/common/socket.h
2734         * src/gtk/sslcertwindow.h
2735                 rename old USE_SSL to USE_OPENSSL
2736
2737 2003-04-17 [paul]       0.8.11claws96
2738
2739         * src/prefs_common.h
2740                 use gulong for P_COLOR so that it compiles/runs on
2741                 64-bit systems. Patch submitted by James Noyes
2742                 <jnoyes-claws@retrogeeks.com>
2743                 
2744         * po/de.po
2745                 updated by Jens
2746
2747 2003-04-17 [paul]       0.8.11claws95
2748
2749         * sync with 0.8.11cvs27
2750                 see ChangeLog 2003-04-16
2751
2752 2003-04-15 [paul]       0.8.11claws94
2753
2754         * src/prefs_common.[ch]
2755                 rearrange to stop the window getting too long:
2756                         move Receive dialog stuff to Receive tab
2757                         move Send dialog to Send tab
2758                         remove Dialogs frame
2759                 rename 'Open messages in summary with cursor keys' to
2760                 'Always open messages in summary when selected', as its
2761                 more appropriate
2762
2763 2003-04-15 [paul]       0.8.11claws93
2764
2765         * src/prefs_common.[ch]
2766           src/summaryview.c
2767                 add new option '/Interface/Open next message on deletion'
2768
2769 2003-04-15 [paul]       0.8.11claws92
2770
2771         * src/summaryview.[ch]
2772                 add /Mark/Lock and /Mark/Unlock to the pop-up
2773                 menu. Patch submitted by Ivan Francolin Martinez
2774                 <ivanfm@users.sourceforge.net>
2775
2776 2003-04-15 [paul]       0.8.11claws91
2777
2778         * sync with 0.8.11cvs24
2779                 see ChangeLog 2003-04-15
2780
2781 2003-04-14 [jens]       0.8.11claws90
2782
2783         * updated German translation and some corrections from
2784                 Roland Bless <bless@tm.uka.de>
2785
2786 2003-04-14 [paul]       0.8.11claws89
2787
2788         * sync with 0.8.11cvs22
2789                 see ChangeLog 2003-04-14
2790
2791 2003-04-13 [paul]       0.8.11claws88
2792
2793         * src/plugins/clamav/clamav_plugin.c
2794                 fix memory leaks
2795                 clean up
2796
2797 2003-04-12 [paul]       0.8.11claws87
2798
2799         * src/plugins/clamav/clamav_plugin.c
2800                 activate enable/disable archive scanning option
2801                 
2802         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2803
2804 2003-04-12 [paul]       0.8.11claws86
2805
2806         * src/plugins/Makefile.am
2807           src/plugins/clamav/Makefile.am                ** NEW FILE **
2808           src/plugins/clamav/README                     ** NEW FILE ** 
2809           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2810           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2811                 add Clam AntiVirus plugin
2812
2813 2003-04-12 [paul]       0.8.11claws85
2814
2815         * sync with 0.8.11cvs21
2816                 see ChangeLog 2003-04-11
2817
2818 2003-04-11 [paul]       0.8.11claws84
2819
2820         * po/es.po
2821                 update Spanish translation. Submitted by Ricardo
2822                 Mones Lastra.
2823
2824 2003-04-10 [christoph]  0.8.11claws83
2825
2826         * src/mbox.c
2827                 fix typo that did not move unfiltered mails to destination
2828                 folder
2829
2830         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2831          when filtering from spool)
2832
2833 2003-04-10 [christoph]  0.8.11claws82
2834
2835         * src/imap.c
2836                 use BODY.PEEK instead of BODY in in message fetch operation
2837                 to make sure the IMAP server does not set the \Seen flag for
2838                 messages. Sylpheed does that later itself, when the message
2839                 is opened in sylpheed
2840
2841         (closes Bug 111 Claws destroys unread marks)
2842
2843 2003-04-09 [oliver]     0.8.11claws81
2844         
2845         * src/folder.c
2846                 fix crash in folder_destroy
2847         * README.claws
2848                 remove selective download
2849
2850 2003-04-09 [christoph]  0.8.11claws80
2851
2852         * src/imap.c
2853                 fix crash in imap_get_msginfo() when then fetched message
2854                 is not found
2855
2856         (closes Bug 110 Crash during mail composition)
2857
2858 2003-04-08 [christoph]  0.8.11claws79
2859
2860         * src/folder.c
2861         * src/prefs_account.c
2862                 Filter new messages that are found in an INBOX folder
2863                 when 'Filter messages on receiving' is enabled in the
2864                 Folder's AccountPrefs. This allows to use Sylpheed's
2865                 filtering engine for IMAP folders where messages are
2866                 added to the INBOX by a MTA
2867
2868 2003-04-08 [paul]       0.8.11claws78
2869
2870         * src/procmsg.h
2871                 clean up after last commit
2872
2873 2003-04-08 [paul]       0.8.11claws77
2874
2875         * sync with 0.8.11cvs20
2876                 see ChangeLog 2003-04-07 and 2003-04-08
2877
2878 2003-04-07 [christoph]  0.8.11claws76
2879
2880         * src/filtering.[ch]
2881         * src/inc.[ch]
2882         * src/mbox.c
2883         * src/procmsg.[ch]
2884                 add procmsg_msginfo_filter() to execute filtering actions
2885
2886 2003-04-06 [christoph]  0.8.11claws75
2887
2888         * src/imap.c
2889                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2890
2891 2003-04-06 [christoph]  0.8.11claws74
2892
2893         * src/common/utils.[ch]
2894                 add g_int_compare() function for slist sorting
2895
2896         * src/imap.c
2897                 fetch all MsgInfos with one command in imap_get_msginfos()
2898                 using an imap set with a list of ranges
2899
2900         * src/news.c
2901                 use new g_int_compare() function
2902
2903 2003-04-06 [thorsten]   0.8.11claws73
2904
2905         * src/mh.c
2906                 corrected implementation of mh_folder_destroy()
2907
2908 2003-04-05 [christoph]  0.8.11claws72
2909
2910         * src/account.c
2911         * src/folder.[ch]
2912         * src/folderview.c
2913         * src/imap.c
2914         * src/inc.c
2915         * src/main.c
2916         * src/mainwindow.c
2917         * src/mbox_folder.c
2918         * src/mh.c
2919         * src/mimeview.h
2920         * src/msgcache.[ch]
2921         * src/news.c
2922         * src/procmime.h
2923         * src/procmsg.[ch]
2924         * src/setup.c
2925         * src/gtk/gtkutils.c
2926                 o rename structure field names class and new to klass and
2927                   new_msgs, to allow including files in C++
2928                 o add 'extern "C"' block to some header files
2929                 o add MsgInfoList and MsgNumberList as alias for GSList for
2930                   developers to know what type of list is expected
2931
2932         * src/plugins/image_viewer/plugin.c
2933         * src/plugins/image_viewer/viewer.[ch]
2934         * src/plugins/image_viewer/viewerprefs.[ch]
2935                 rename function names to prevent conflicts
2936
2937 2003-04-05 [paul]       0.8.11claws71
2938
2939         * sync with 0.8.11cvs18
2940                 see ChangeLog 2003-04-03 and 2003-04-04
2941
2942 2003-04-02 [christoph]  0.8.11claws70
2943
2944         * src/folder.[ch]
2945         * src/imap.[ch]
2946         * src/mbox_folder.[ch]
2947         * src/mh.[ch]
2948         * src/news.[ch]
2949                 o Make all virtual folder functions private
2950                 o remove unused folder code
2951
2952         * src/common/socket.[ch]
2953         * src/summaryview.c
2954                 fix warnings
2955
2956 2003-03-30 [alfons]     0.8.11claws69
2957
2958         * src/send_message.c
2959                 remove two debug traces and see if people still report
2960                 errors
2961
2962 2003-03-30 [alfons]     0.8.11claws68
2963
2964         * src/send_message.c
2965         * src/commons/session.c
2966                 add more debug traces
2967
2968 2003-03-30 [christoph]  0.8.11claws67
2969
2970         * src/folder.c
2971                 change processing folder name from .processing to processing
2972
2973         * src/common/ssl.c
2974                 disable SSL certificate check because it causes Xlib error
2975                 when the child process want's to open an GTK window
2976
2977 2003-03-30 [christoph]  0.8.11claws66
2978
2979         * src/folder.c
2980                 don't use default folder for processing folder item because
2981                 it can be a non local folder
2982
2983         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2984
2985 2003-03-30 [alfons]     0.8.11claws65
2986
2987         * src/send_message.c
2988                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2989                 to generate bad code for 'send_send_data_progressive': When
2990                 called from 'send_send_data_finished', the 'data' pointer is
2991                 cleared just before the assignment to the dialog pointer
2992
2993 2003-03-29 [christoph]  0.8.11claws64
2994
2995         * src/common/prefs.h
2996         * src/plugins/image_viewer/Makefile.am
2997         * src/plugins/image_viewer/plugin.c
2998         * src/plugins/image_viewer/viewer.[ch]
2999         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3000                 add PrefsPage for ImageViewer
3001
3002 2003-03-28 [thorsten]   0.8.11claws63
3003
3004         * src/common/session.c
3005                 added some comments
3006
3007 2003-03-28 [paul]       0.8.11claws62
3008
3009         * sync with 0.8.11cvs16
3010                 see ChangeLog 2003-03-28
3011
3012 2003-03-28 [paul]       0.8.11claws61
3013
3014         * sync with 0.8.11cvs15
3015                 see ChangeLog 2003-03-28
3016
3017 2003-03-27 [christoph]  0.8.11claws60
3018
3019         * src/folder.c
3020         * src/imap.c
3021         * src/common/socket.[ch]
3022                 set socket state to DISCONNECTED when any operation
3023                 fails to allow reconnecting in IMAP code without
3024                 checking the return code of all calls to the command
3025                 functions
3026
3027         * src/folderview.c
3028         * src/summaryview.c
3029                 remove some more stuff that depends on specific
3030                 folder types
3031
3032 2003-03-27 [paul]       0.8.11claws59
3033
3034         * sync with 0.8.11cvs14
3035                 see ChangeLog 2003-03-27
3036                 
3037         * src/selective_download.[ch]   ** REMOVED **
3038                 really removed
3039
3040 2003-03-27 [christoph]  0.8.11claws58
3041
3042         * src/folder.c
3043                 fix handling of tmp_flags in flag copy function
3044
3045 2003-03-27 [paul]       0.8.11claws57
3046
3047         * sync with 0.8.11cvs13
3048                 see ChangeLog 2003-03-27
3049
3050 2003-03-27 [oliver]     0.8.11claws56
3051
3052         * src/maiwindow.c
3053                 remove sel_download_cb
3054
3055 2003-03-27 [oliver]     0.8.11claws55
3056         
3057         * src/inc.c
3058                 remove POP3_TOP
3059         
3060 2003-03-26 [oliver]     0.8.11claws54
3061
3062         *src/pop.h
3063                 remove POP3_TOP*
3064         * README.claws
3065                 remove selective donwload readme
3066
3067 2003-03-26 [oliver]     0.8.11claws53
3068         * src/matcher.[ch]
3069         * src/matcher_parser_parse.y 
3070         * src/pop.c 
3071         * src/prefs_account.[ch]
3072         * src/prefs_filtering.c
3073                 remove selective donwload
3074
3075 2003-03-26 [oliver]     0.8.11claws52
3076
3077         * src/inc.[ch] 
3078         * src/filtering.c 
3079         * src/mainwindow.c 
3080                 remove selective donwload
3081
3082 2003-03-26 [oliver]     0.8.11claws51
3083         
3084         * src/Makefile.am
3085         * src/selective_download.[ch]   ** REMOVE **    
3086
3087 2003-03-26 [christoph]  0.8.11claws50
3088
3089         * src/news.c
3090                 fix NEWS that got broken by a sync with sylpheed-main
3091
3092 2003-03-26 [christoph]  0.8.11claws49
3093
3094         * src/mimeview.c
3095                 fix mime type guessing when no mime type is found for a file
3096
3097 2003-03-25 [christoph]  0.8.11claws48
3098
3099         * src/mimeview.c
3100         * src/procmime.c
3101                 remove mime type guessing from mime parser and use
3102                 name based mime types in viewer lookup for mime type
3103                 application/octet-stream
3104
3105 2003-03-25 [christoph]  0.8.11claws47
3106
3107         * doc-src/readme.txt
3108         * doc-src/rfc2554.txt
3109                 add RFC about SMTP AUTH
3110
3111         * src/send_message.c
3112         * src/common/smtp.[ch]
3113                 add extra error code for authentication errors and
3114                 clear temporary password when this error occurs
3115
3116         (closes Bug 84 authentication failure while sending should
3117          prompt for password again)
3118
3119 2003-03-25 [christoph]  0.8.11claws46
3120
3121         * configure.ac
3122         * src/Makefile.am
3123         * src/imageview.[ch]                            ** REMOVE **
3124         * src/messageview.[ch]
3125         * src/mimeview.[ch]
3126         * src/prefs_common.[ch]
3127         * src/textview.c
3128         * src/plugins/Makefile.am
3129         * src/plugins/image_viewer/.cvsignore           ** NEW **
3130         * src/plugins/image_viewer/Makefile.am          ** NEW **
3131         * src/plugins/image_viewer/plugin.c             ** NEW **
3132         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3133                 move image viewer into a plugin (building is enabled by default)
3134                 [ToDo: Prefs for resize and autoview]
3135
3136 2003-03-25 [paul]       0.8.11claws45
3137
3138         * sync with 0.8.11cvs12
3139                 see ChangeLog 2003-03-26
3140
3141 2003-03-25 [paul]       0.8.11claws44
3142
3143         * sync with 0.8.11cvs11
3144                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3145                 
3146         Note: Selective Download is broken.
3147                 
3148 2003-03-22 [christoph]  0.8.11claws43
3149
3150         * src/folder.c
3151                 code cleanup for flags copying
3152
3153 2003-03-22 [christoph]  0.8.11claws42
3154
3155         * src/plugins/trayicon/trayicon.c
3156                 fix setting the transparent area when the window size
3157                 is forced by the system tray
3158
3159 2003-03-22 [christoph]  0.8.11claws41
3160
3161         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3162         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3163         * src/plugins/trayicon/newmail.xpm              ** NEW **
3164         * src/plugins/trayicon/nomail.xpm               ** NEW **
3165         * src/plugins/trayicon/trayicon.c
3166         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3167                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3168                 o add icon for unread mails
3169                 o set transparency for window
3170
3171 2003-03-22 [christoph]  0.8.11claws40
3172
3173         * src/news.c
3174                 init news session to prevent crash when session is closed
3175
3176 2003-03-22 [christoph]  0.8.11claws39
3177
3178         * src/imap.c
3179         * src/common/session.[ch]
3180                 Init session data to make sure we don't have invalid pointers
3181                 for read_ch and write_ch when new multi process sessions are
3182                 not used
3183
3184         * src/main.c
3185         * src/common/plugin.c
3186         * src/common/sylpheed.c
3187         * src/plugins/demo/demo.c
3188         * src/plugins/dillo_viewer/dillo_viewer.c
3189         * src/plugins/mathml_viewer/mathml_viewer.c
3190         * src/plugins/spamassassin/spamassassin.c
3191         * src/plugins/spamassassin/spamassassin_gtk.c
3192                 add plugin types to allow loading plugins at different times
3193                 (and maybe for different frontends), because it's not good to
3194                 load GTK-Plugins gefore gtk_init was called
3195
3196         * configure.ac
3197         * src/plugins/Makefile.am
3198         * src/plugins/trayicon/.cvsignore               ** NEW **
3199         * src/plugins/trayicon/Makefile.am              ** NEW **
3200         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3201         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3202         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3203         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3204         * src/plugins/trayicon/trayicon.c               ** NEW **
3205                 New Trayicon plugin that shows an icon in a systray that uses
3206                 XEMBED protocol like Gnome's systray. Icon shows if there
3207                 are new mails and a tooltip shows information about new,
3208                 unread and total messages.
3209
3210 2003-03-22 [paul]       0.8.11claws38
3211
3212         * src/common/smtp.c
3213                 fix ESMTP AUTH CRAM-MD5
3214                 [sync with main (still version 0.8.11cvs6), see
3215                  ChangeLog 2003-03-22]
3216
3217 2003-03-21 [colin]      0.8.11claws37
3218
3219         * src/send_message.c
3220                 Fix USE_SSL => USE_OPENSSL
3221
3222 2003-03-21 [colin]      0.8.11claws36
3223
3224         * src/folderview.c
3225                 Fix counts in drag and dropped subfolders
3226
3227 2003-03-21 [colin]      0.8.11claws35
3228
3229         * src/folder.c 
3230         * src/folderview.c
3231                 speed up a bit folder dnd
3232
3233 2003-03-20 [alfons]     0.8.11claws34
3234
3235         * src/main.c
3236         * src/toolbar.c
3237         * src/procmsg.c
3238                 don't send locked queue messages
3239                 (feature request "[ 705245 ] Locking message in outbox 
3240                  should prevent sending")
3241
3242 2003-03-20 [christoph]  0.8.11claws33
3243
3244         * src/folder.c
3245                 remove NEW and UNREAD flag in special folders when scanning
3246                 
3247         * src/common/smtp.c
3248                 fix ESMTP AUTH CRAM-MD5
3249
3250 2003-03-20 [paul]       0.8.11claws32
3251
3252         * src/prefs_account.c
3253                 Re-write 'Tunnel command to open connection' as
3254                 'Use command to communicate with server', and disable
3255                 it for all except IMAP accounts
3256
3257 2003-03-20 [paul]       0.8.11claws31
3258
3259         * sync with 0.8.11cvs6
3260                 see ChangeLog 2003-03-20
3261
3262 2003-03-19 [match]      0.8.11claws30
3263
3264         * src/addritem.[ch]
3265                 include documentation. minor refactoring.
3266         * src/addr_compl.[ch]
3267         * src/addrindex.[ch]
3268         * src/addresbook.[ch]
3269         * src/summaryview.c
3270                 re-enable address lookup (was disabled in
3271                 0.8.11claws20).
3272
3273 2003-03-19 [christoph]  0.8.11claws29
3274
3275         * src/procmsg.c
3276                 add temp flag handling, will make moving and copying
3277                 messages possible again
3278
3279         * src/folder.c
3280                 correct calulation of folder stats
3281
3282 2003-03-18 [match]      0.8.11claws28
3283
3284         * src/editgroup.h
3285                 remove case sensitive comparison (closes bug 80).
3286
3287 2003-03-18 [christoph]  0.8.11claws27
3288
3289         * src/imap.c
3290                 fix imap using a tunnel command
3291
3292         (closes bug 87)
3293
3294 2003-03-18 [christoph]  0.8.11claws26
3295
3296         * src/folder.[ch]
3297         * src/imap.c
3298         * src/procmsg.[ch]
3299                 rewrite flag handling for folders
3300
3301 2003-03-18 [christoph]  0.8.11claws25
3302
3303         * src/folder.c
3304         * src/procmsg.c
3305         * src/summaryview.c
3306                 unset NEW and UNREAD flags when message is ignored, to make
3307                 sure messages don't show up as unread on other IMAP clients,
3308                 because the IGNORE_THREAD flag can not be syncronized through
3309                 the IMAP folder
3310
3311 2003-03-17 [christoph]  0.8.11claws24
3312
3313         * src/imap.c
3314                 don't use recursion to fetch uids when the number of messages
3315                 does not match. Moved code into subfunction that is used
3316                 again when needed, to prevent an endless loop.
3317
3318 2003-03-17 [thorsten]   0.8.11claws23
3319
3320         * src/imageview.[ch]
3321                 export imageview_get_resized_size() (for plugins)
3322         * src/prefs_common.[ch]
3323                 added prefs_common_get() (for plugins)
3324
3325 2003-03-17 [christoph]  0.8.11claws22
3326
3327         * src/imap.c
3328                 o remove UID guessing from copy code
3329                 o support UIDPLUS extension for APPEND command
3330
3331 2003-03-17 [paul]       0.8.11claws21
3332
3333         * src/gtk/about.c
3334                 remove 'Compiled-plugins' section.
3335                 
3336         * src/plugins/dillo_viewer/dillo_viewer.c
3337                 slight change to description text
3338
3339 2003-03-16 [match]      0.8.11claws20
3340         * src/ldapserver.[ch]           ** NEW **
3341         * src/ldapctrl.[ch]             ** NEW **
3342         * src/ldapquery.[ch]            ** NEW **
3343         * src/ldaputil.[ch]             ** NEW **
3344         * src/addrcindex.[ch]           ** NEW **
3345         * src/addrquery.h               ** NEW **
3346         * src/addritem.[ch]
3347         * src/addrcache.[ch]
3348         * src/addrindex.[ch]
3349         * src/addr_compl.[ch]
3350         * src/addressbook.[ch]
3351         * src/addrbook.[ch]
3352         * src/editgroup.c
3353         * src/editaddress.c
3354         * src/editldap.c
3355         * src/editldap_basedn.c
3356         * src/vcard.c
3357         * src/jpilot.c
3358         * src/Makefile.am
3359                 included dynamic LDAP queries. improved address
3360                 completion.
3361
3362 2003-03-16 [paul]       0.8.11claws19
3363
3364         * tools/multiwebsearch.pl
3365                 fix a fatal typo
3366
3367 2003-03-16 [christoph]  0.8.11claws18
3368
3369         * src/mimeview.c
3370         * src/plugins/dillo_viewer/dillo_viewer.c
3371         * src/plugins/mathml_viewer/mathml_viewer.c
3372                 make unregistering of MimeViewerFactorys possible
3373
3374 2003-03-16 [alfons]     0.8.11claws17
3375
3376         * configure.ac
3377                 correct typo
3378
3379 2003-03-16 [melvin]     0.8.11claws16
3380
3381         * src/plugins/dillo_viewer.c
3382                 Fixed bug where it was not possible to view more than
3383                 one text/html attachment per message (bug discovered
3384                 by Christoph Hohmann).
3385
3386 2003-03-15 [melvin]     0.8.11claws15
3387
3388         * src/prefs_actions.c
3389                 Fixed compilation warnings.
3390
3391 2003-03-15 [melvin]     0.8.11claws14
3392
3393         * src/plugins/Makefile.am
3394         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3395         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3396         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3397                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3398                 newer (http://dillo.auriga.wearlab.de/).
3399
3400 2003-03-15 [christoph]  0.8.11claws13
3401
3402         * src/imap.c
3403                 don't query imap folder for attributes because we already
3404                 for them from imap_status
3405
3406         * src/mimeview.[ch]
3407                 add support for plugable MimeViewers (unloading Viewers
3408                 not yet complete)
3409
3410         * src/plugins/Makefile.am
3411         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3412         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3413         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3414                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3415                 widget from http://helm.cs.unibo.it/mml-widget/
3416
3417 2003-03-14 [christoph]  0.8.11claws12
3418
3419         * src/folder.[ch]
3420                 o error return code's should better be negative
3421                 o replace printf with debug_print
3422
3423         * src/imap.c
3424                 improve IMAP folder scan by checking UID-NEXT
3425
3426         * src/summaryview.c
3427                 remove check that are unnecessary in my opinion
3428
3429 2003-03-13 [christoph]  0.8.11claws11
3430
3431         * src/folder.[ch]
3432         * src/foldersel.c
3433         * src/folderview.c
3434         * src/imap.c
3435         * src/mbox_folder.c
3436         * src/mh.c
3437         * src/news.c
3438         * src/prefs_scoring.c
3439         * src/summaryview.c
3440                 use a common function to get a displayable name
3441                 for a FolderItem
3442
3443 2003-03-13 [paul]       0.8.11claws10
3444
3445         * tools/Makefile.am
3446           tools/README
3447           tools/multiwebsearch.conf     ** NEW FILE **
3448           tools/multiwebsearch.pl       ** NEW FILE **
3449                 add multiwebsearch Actions script
3450
3451 2003-03-13 [colin]      0.8.11claws9
3452
3453         * src/compose.c
3454                 Remove leading emtpy lines from quoted text
3455                 before quoting it
3456
3457 2003-03-13 [melvin]     0.8.11claws8
3458
3459         * src/prefs_actions.c
3460                 Fixed a memory leak
3461                 Code clean ups
3462                 Added Cancel and OK buttons
3463                 Corrected help text
3464
3465 2003-03-13 [christoph]  0.8.11claws7
3466
3467         * src/account.c
3468         * src/folder.[ch]
3469         * src/imap.c
3470         * src/mainwindow.c
3471         * src/mbox_folder.c
3472         * src/mh.c
3473         * src/news.c
3474         * src/setup.c
3475                 replace more folder type stuff with folder class stuff
3476
3477 2003-03-13 [melvin]     0.8.11claws6
3478
3479         * src/prefs_actions.c
3480                 Added new tokens:
3481                 %u: user provided argument
3482                 %h: user provided argument (hidden on input)
3483                 %s: current text selection in the message view 
3484
3485 2003-03-13 [paul]       0.8.11claws5
3486
3487         * sync with 0.8.11cvs5
3488                 see ChangeLog 2003-03-11, 2003-03-12
3489
3490 2003-03-12 [christoph]  0.8.11claws4
3491
3492         * src/folder.c
3493                 use folder class idstr when writing folderlist.xml
3494
3495         * src/folder.h
3496         * src/imap.c
3497         * src/news.c
3498                 replace folder type checks with folder class checks
3499
3500 2003-03-12 [christoph]  0.8.11claws3
3501
3502         * src/folder.[ch]
3503         * src/imap.[ch]
3504         * src/main.c
3505         * src/mbox_folder.[ch]
3506         * src/mh.[ch]
3507         * src/news.[ch]
3508                 o create a list of known folder classes in the folder system
3509                 o use folder class id strings for folder item identifiers
3510
3511 2003-03-12 [christoph]  0.8.11claws2
3512
3513         * src/imap.c
3514                 fix imap uid validity check
3515
3516 2003-03-12 [christoph]  0.8.11claws1
3517
3518         * src/account.c
3519         * src/folder.[ch]
3520         * src/foldersel.c
3521         * src/folderview.c
3522         * src/imap.c
3523         * src/mainwindow.c
3524         * src/mbox_folder.c
3525         * src/mh.c
3526         * src/news.c
3527         * src/prefs_scoring.c
3528         * src/procmsg.c
3529         * src/setup.c
3530         * src/summaryview.c
3531                 initial restructuring of folder system, seperating
3532                 folders and folder classes
3533
3534 2003-03-12 [paul]       0.8.11claws
3535
3536         0.8.11claws release
3537
3538 2003-03-12 [christoph]
3539
3540         * src/gtk/prefswindow.c
3541                 fix translation of "Page Index"
3542
3543 2003-03-12 [paul]       0.8.10claws110
3544
3545         a sync from 0.8.11cvs4 before the release
3546
3547         * src/common/utils.c
3548                 subject_compare_for_sort(): allow null strings (fixes
3549                 summary sorting).
3550
3551 2003-03-11 [paul]       0.8.10claws109
3552
3553         * po/es.po
3554                 update Spanish translation, submitted by
3555                 Ricardo Mones Lastra
3556
3557 2003-03-11 [melvin]     0.8.10claws108
3558
3559         * po/fr.po
3560                 Updated French translations
3561
3562 2003-03-11 [paul]       0.8.10claws107
3563
3564         * manual/en/Makefile.am
3565           manual/en/*.html
3566                 update English manual, add a new page
3567                 updated by Francois Barriere <fbarriere@atmel.fr>
3568                 
3569         * po/bg.po
3570           po/it.po
3571           po/sr.po
3572                 update Bulgarian, Italian, and Serbian translations
3573                 submitted by George Danchev, Alessandro Maestri, and
3574                 Urke MMI
3575
3576 2003-03-10 [paul]       0.8.10claws106
3577
3578         * src/gtk/about.c
3579           src/gtk/prefswindow.c
3580                 make some strings translatable
3581
3582 2003-03-10 [darko]      0.8.10claws105
3583
3584         * src/compose.c
3585                 code cleanup to make Hiro happy
3586
3587 2003-03-10 [paul]       0.8.10claws104
3588
3589         * sync with 0.8.11cvs2
3590                 see ChangeLog 2003-03-10
3591
3592 2003-03-09 [melvin]     0.8.10claws103
3593
3594         * src/textview.c
3595                 textview_set_font(): fix for message display in
3596                 UTF-8 locales (thanks to Sergey Vlasov).
3597                 (was unintentionnaly reverted in 0.8.6claws6)   
3598
3599 2003-03-08 [darko]      0.8.10claws102
3600
3601         * src/compose.c
3602                 fix infinite loop in wrapping as reported
3603                 by happycactus
3604                 obsoletes patch #696482
3605
3606 2003-03-08 [christoph]  0.8.10claws101
3607
3608         * src/imap.c
3609                 add workaround for IMAP servers that do not
3610                 support the "UID SEARCH UID" command
3611
3612 2003-03-07 [christoph]  0.8.10claws100
3613
3614         * src/plugins/spamassassin/spamassassin.[ch]
3615         * src/plugins/spamassassin/spamassassin_gtk.c
3616                 code cleanup
3617
3618 2003-03-07 [paul]       0.8.10claws99
3619
3620         * po/es.po
3621                 updated Spanish translation, submitted by
3622                 Ricardo Mones Lastra
3623
3624 2003-03-07 [christoph]  0.8.10claws98
3625
3626         * src/send.c
3627                 fix in 0.8.10claws94 was wrong
3628                 local delivery does not require escaping, remove escaping
3629                 code to make signatures of mails with "." lines valid
3630                 
3631                 NOTE: requires that sendmail is executed with "-i" option,
3632                       what is the default now, but has to be changed in all
3633                       exsiting accounts)
3634
3635 2003-03-07 [paul]       0.8.10claws97
3636
3637         * sync with 0.8.11 release
3638                 see ChangeLog 2003-03-07
3639
3640 2003-03-06 [paul]       0.8.10claws96
3641
3642         * src/compose.c
3643                 revert commit 0.8.10claws92
3644
3645 2003-03-06 [paul]       0.8.10claws95
3646
3647         * src/folderview.c
3648                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3649
3650         * src/gtkaspell.c
3651                 fix bug 74, 'Crash opening editor window with pseudo-color
3652                 display'
3653                 
3654         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3655
3656 2003-03-06 [christoph]  0.8.10claws94
3657
3658         * src/send.c
3659                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3660                 all lines starting with a period get an extra period
3661                 inserted
3662                 (found by Simon 'corecode' Schubert)
3663
3664 2003-03-06 [paul]       0.8.10claws93
3665
3666         * src/folderview.c
3667                 if configured font can't be loaded fall back to gtk
3668                 default. (with thanks to Christoph)
3669                 
3670                 closes long-standing bug 15 'Crashes on startup'
3671
3672 2003-03-06 [paul]       0.8.10claws92
3673
3674         * src/compose.c
3675                 freeze text before autosave and thaw afterwards
3676                 fixes bug 67 'autosave make re-rediting message crazy'
3677
3678 2003-03-06 [christoph]  0.8.10claws91
3679
3680         * src/compose.c
3681                 ignore address comment in dupe check for Cc-list
3682
3683         (closes reopened bug 47 Replying to message strips name part of
3684          e-mail addresses of Cc: lines)
3685
3686 2003-03-06 [paul]       0.8.10claws90
3687
3688         * src/Makefile.am
3689                 remove reference to gtkxtext.h as its no longer in
3690                 the repository
3691
3692 2003-03-06 [paul]       0.8.10claws89
3693
3694         * sync with 0.8.10cvs25
3695                 see ChangeLog 2003-03-06
3696
3697 2003-03-06 [oliver]     0.8.10claws88
3698         
3699         * src/messageview.c
3700                 remove include
3701
3702 2003-03-06 [oliver]     0.8.10claws87
3703         
3704         * src/folderview.c 
3705                 remove changes introduced inclaws74
3706         * src/messageview.c
3707                 another attempt to sanely delete and update
3708                 messages deleted in separate messageview
3709
3710 2003-03-05 [christoph]  0.8.10claws86
3711
3712         * src/summaryview.c
3713                 check if "From" matches any account's address if
3714                 addressbook completion of addresses is disabled too
3715
3716         (closes Bug 70 "Display recipient in from" doesn't check
3717          folder's default account)
3718
3719 2003-03-05 [christoph]  0.8.10claws85
3720
3721         * src/compose.c
3722         * src/common/utils.[ch]
3723                 don't strip address comments when building Cc lists
3724
3725         (closes Bug 47 Replying to message strips name part of e-mail addresses
3726          of Cc: lines)
3727
3728         * src/folder.c
3729                 fix return value of copy function
3730
3731 2003-03-05 [christoph]  0.8.10claws84
3732
3733         * src/imap.c
3734                 don't ask imap server for non rfc822 headers
3735
3736         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3737
3738         * src/imap.c
3739                 destroy session on socket error to allow reconnecting
3740
3741 2003-03-05 [christoph]  0.8.10claws83
3742
3743         * configure.ac
3744                 fix building with gnome when no prefix is set
3745
3746         (closes bug 66 Gnome directory is set to NONE)
3747
3748 2003-03-05 [paul]       0.8.10claws82
3749
3750         * sync with 0.8.10cvs23
3751                 see ChangeLog 2003-03-05
3752
3753 2003-03-04 [christoph]  0.8.10claws81
3754
3755         * src/folder.c
3756                 o fix moving and copying when folder returns 0 for new
3757                   message number
3758                 o remove some code for single message copy and move
3759                   operations and use functions for multiple messages
3760
3761         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3762
3763         * src/news.c
3764                 remove unused include
3765
3766 2003-03-04 [paul]       0.8.10claws80
3767
3768         * src/gtk/about.c
3769                 list 'Compiled plugins'
3770
3771 2003-03-03 [christoph]  0.8.10claws79
3772
3773         * src/news.[ch]
3774                 have to multiply the percentage of the current fetch with
3775                 the percentage that it has of the total fetch operation
3776                 for correct values
3777
3778 2003-03-03 [christoph]  0.8.10claws78
3779
3780         * src/news.c
3781                 fix calculation of expected lines for progress indicator
3782
3783 2003-03-03 [christoph]  0.8.10claws77
3784
3785         * src/summaryview.c
3786         * src/common/utils.c
3787                 fix segfault when opening the root news folder
3788
3789 2003-03-03 [christoph]  0.8.10claws76
3790
3791         * src/mainwindow.[ch]
3792         * src/common/Makefile.am
3793         * src/common/progressindicator.[ch]
3794                 add UI independent progress indicator handling
3795
3796         * src/news.[ch]
3797                 use new progress indicator for message info fetching
3798
3799         * src/common/hooks.h
3800                 code cleanup
3801
3802 2003-03-03 [oliver]     0.8.10claws75
3803
3804         * src/toolbar.c
3805         * src/compose.c
3806                 removed commented code
3807
3808 2003-03-03 [oliver]     0.8.10claws74
3809
3810         * src/toolbar.[ch]
3811                 cleanups and refactoring
3812         * src/compose.[ch]
3813                 compose_reply_mode reply & forwarding interface for
3814                 toolbar buttons
3815         * src/folderview.c
3816                 act on messages marked for deletion in folderview_selected
3817                 based on prefs_common.immediate_exec since a message might 
3818                 have been deleted by messageview in a folder we are changing 
3819                 to (does anybody understand what I'm on about ?)
3820
3821 2003-03-03 [oliver]     0.8.10claws73
3822         
3823         * src/messageview.[ch]
3824                 new functions
3825                 - messageview_delete: delete message shown in messagview
3826                 - messageview_update_view: update messageview to currently 
3827                   selected summaryview message
3828                 - add separate messageview to msgview_list in order to update 
3829                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3830         * src/summaryview.[ch]
3831                 summary_get_selection returns a list of selected msgs
3832                 in summaryview
3833         * src/mainwindow.c
3834                 toolbar reply refactoring
3835
3836 2003-03-03 [paul]       0.8.10claws72
3837
3838         * sync with 0.8.10cvs21
3839                 see ChangeLog 2003-03-03
3840
3841 2003-03-02 [christoph]  0.8.10claws71
3842
3843         * src/common/passcrypt.c
3844                 use POSIX includes
3845
3846 2003-03-02 [christoph]  0.8.10claws70
3847
3848         * configure.ac
3849         * src/prefs_account.c
3850         * src/prefs_gtk.[ch]
3851         * src/common/.cvsignore
3852         * src/common/Makefile.am
3853         * src/common/passcrypt.c                ** NEW **
3854         * src/common/passcrypt.h.in             ** NEW **
3855                 Implement password encryption in config files
3856                 using unix encrypt and setkey functions. The crypt
3857                 key can be set as a configure parameter. Old
3858                 passwords will be converted if they do not begin
3859                 with '!'
3860
3861 2003-03-02 [paul]       0.8.10claws69
3862
3863         * src/prefs_account.c
3864                 fix compile error
3865
3866 2003-03-01 [thorsten]   0.8.10claws68
3867
3868         * po/el.po
3869           po/hr.po
3870           po/it.po
3871           po/nl.po
3872           po/sr.po
3873           po/sv.po
3874                 corrected format strings
3875         * po/en_GB.po
3876                 corrected headers
3877                 (fix compile errors with GNU gettext-0.11.5)
3878
3879 2003-03-01 [oliver]     0.8.10claws67
3880
3881         * src/summaryview.c
3882                 menu callbacks call toolbar_menu_reply
3883
3884 2003-03-01 [oliver]     0.8.10claws66
3885
3886         * src/mainwindow.c
3887         * src/messageview.c
3888                 menu callbacks call toolbar_menu_reply
3889         * src/toolbar.[ch]
3890                 callbacks from menu handled by toolbar_menu_reply
3891
3892 2003-03-01 [paul]       0.8.10claws65
3893
3894         * src/addressbook.c
3895                 revert commit 0.8.10claws54 - breaks editing of
3896                 addressbook.
3897                 
3898         * po/bg.po
3899                 update Bulgarian translation, submitted by
3900                 George Danchev
3901
3902 2003-02-28 [christoph]  0.8.10claws64
3903
3904         * src/account.c
3905         * src/addressadd.c
3906         * src/compose.c
3907         * src/gtkaspell.c
3908         * src/gtkxtext.h                ** REMOVE **
3909         * src/imap.c
3910         * src/matcher.[ch]
3911         * src/mh.c
3912         * src/news.c
3913         * src/pine.c
3914         * src/prefs_common.c
3915         * src/prefs_matcher.c
3916         * src/procheader.[ch]
3917         * src/procmsg.[ch]
3918         * src/toolbar.c
3919         * src/common/ssl_certificate.c
3920         * src/gtk/colorlabel.c
3921         * src/gtk/menu.c
3922                 o fix warnings
3923                 o remove code obsoleted by new cache and folder system rework
3924
3925 2003-02-28 [oliver]     0.8.10claws63
3926         
3927         * src/toolbar.[ch]
3928                 * fix bug where reply in Messageview replied to 
3929                 Message displayed in summaryview
3930                 (reportedd via ML by chinatinte at gmx dot ch)
3931                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3932                 didn't work in separate MessageView Toolbar
3933                 (wondering if anybody uses this at all ?)
3934         * src/summaryview.[ch]
3935                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3936                 (generalize reply and forward code);
3937         * src/messageview.c 
3938                 remove focus_in event which updated summaryview to messageview
3939
3940 2003-02-28 [paul]       0.8.10claws62
3941
3942         * po/Makefile.in.in
3943                 add the --check option
3944                 Patch submitted by Ricardo Mones Lastra
3945
3946 2003-02-28 [paul]       0.8.10claws61
3947
3948         * src/prefs_account.c
3949                 re-order 'Signature' items
3950
3951 2003-02-28 [paul]       0.8.10claws60
3952
3953         * sync with 0.8.10cvs20
3954                 see ChangeLog 2003-02-28
3955
3956 2003-02-28 [paul]       0.8.10claws59
3957
3958         * po/POTFILES.in
3959                 update to reflect recent movement of files
3960
3961 2003-02-28 [paul]       0.8.10claws58
3962
3963         * sync with 0.8.10cvs19
3964                 see ChangeLog 2003-02-28
3965
3966 2003-02-27 [martin]     0.8.10claws57
3967
3968         * src/prefs_matcher.c 
3969                 fix segfault in prefs_matcher_ok() when the
3970                 last entry is deleted and prevents that the
3971                 message "entry not saved" comes up after deleting
3972                 an entry
3973
3974 2003-02-27 [martin]     0.8.10claws56
3975
3976         * src/prefs_filtering.c 
3977                 fix segfault in prefs_filtering_ok() when the
3978                 last entry is deleted and prevents that the
3979                 message "entry not saved" comes up after deleting
3980                 an entry
3981
3982 2003-02-27 [paul]       0.8.10claws55
3983
3984         * sync with 0.8.10cvs18
3985                 see ChangeLog 2003-02-27
3986
3987 2003-02-27 [paul]       0.8.10claws54
3988
3989         * src/addressbook.c
3990                 fix bug where the address book crashes with 
3991                 multiple lookups.
3992                 Patch [687729] submitted by David Frager 
3993                 <dbfrager@users.sourceforge.net>
3994
3995 2003-02-25 [christoph]  0.8.10claws53
3996
3997         * src/Makefile.am
3998         * src/colorlabel.[ch]           ** REMOVE **
3999         * src/gtk/Makefile.am
4000         * src/gtk/colorlabel.[ch]       ** NEW **
4001                 move colorlabel files to gtk directory
4002
4003         * src/esmtp.[ch]                ** REMOVE **
4004                 has been merged into smtp.[ch] in 0.7.5
4005
4006 2003-02-25 [christoph]  0.8.10claws52
4007
4008         * src/Makefile.am
4009         * src/about.[ch]                ** REMOVE **
4010         * src/gtk/Makefile.am
4011         * src/gtk/about.[ch]            ** NEW **
4012                 move about files to gtk directory
4013
4014 2003-02-25 [christoph]  0.8.10claws51
4015
4016         * src/folder.c
4017                 some code optimization of folder scanning code
4018
4019         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4020
4021 2003-02-25 [christoph]  0.8.10claws50
4022
4023         * src/main.c
4024         * src/common/sylpheed.c
4025                 add command line parameter parsing to common code
4026
4027 2003-02-24 [christoph]
4028
4029         * Makefile.am
4030         * configure.ac
4031                 fix gnome prefix problems, the configure script now removed
4032                 `gnome-config --prefix` from `gnome-config --datadir`
4033                 and adds $(prefix} instead
4034
4035         (closes Bug 24 Makefile does not respect prefix when installing
4036          GNOME data)
4037
4038 2003-02-24 [christoph]  0.8.10claws49
4039
4040         * src/news.c
4041                 check for valid session before trying to authenticate
4042
4043         (closes Bug 60 crash if "authenticate on logon" is activated
4044          and newsserver-hostname is not valid)
4045
4046 2003-02-24 [melvin]     0.8.10claws48
4047
4048         * src/prefs_actions.c
4049                 Make sure all user's input is sent to the action and then
4050                 close the socket..
4051
4052 2003-02-23 [alfons]     0.8.10claws46
4053
4054         * src/summaryview.c
4055                 also wait cursor when deleting files
4056
4057 2003-02-23 [paul]
4058
4059         * tools/freshmeat_search.pl
4060           tools/google_search.pl
4061                 scripts should now work for any browser/browser command line
4062
4063 2003-02-22 [christoph]  0.8.10claws45
4064
4065         * src/procmsg.c
4066                 fix IMAP flag setting, IMAP flag is not handled correctly
4067                 anymore by the folder system and information about the
4068                 folder should not be saved in the MsgInfo (in my opinion)
4069
4070         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4071
4072 2003-02-22 [christoph]  0.8.10claws44
4073
4074         * src/summaryview.c
4075                 fix spelling of "label" ;-)
4076
4077 2003-02-22 [thorsten]   0.8.10claws43
4078
4079         * src/mimeview.c
4080           src/prefs_common.[ch]
4081           src/procmime.[ch]
4082                 do not use description as attachment name
4083
4084 2003-02-22 [alfons]     0.8.10claws42
4085
4086         * src/summaryview.c
4087                 freeze/thaw folder item updates when changing color labels,
4088                 and put a wait cursors on
4089
4090 2003-02-22 [thorsten]   0.8.10claws41
4091
4092         * src/mimeview.c
4093                 save-all fixes: crash if invoked on multipart container,
4094                 mimeinfo access, pathseparators, error dialog
4095
4096 2003-02-21 [alfons]     0.8.10claws40
4097
4098         * src/prefs_gtk.c
4099                 remove unused var
4100
4101 2003-02-21 [colin]      0.8.10claws39
4102
4103         * src/send.c
4104                 Fix smtp logging
4105
4106 2003-02-21 [colin]      0.8.10claws38
4107
4108         * src/summaryview.c
4109                 Freeze/thaw folderItem updates when filtering messages 
4110                 via Tools/Filter messages
4111
4112 2003-02-21 [paul]       0.8.10claws37
4113
4114         * src/compose.c
4115                 revert commit 0.8.10claws26, there are ulterior motives
4116                 for users to set a Reply-To header when posting to
4117                 newsgroups
4118
4119 2003-02-21 [paul]       0.8.10claws36
4120
4121         * sync with 0.8.10cvs17
4122                 see ChangeLog 2003-02-21
4123
4124 2003-02-20 [christoph]  0.8.10claws35
4125
4126         * src/imap.c
4127                 IMAP UID fetch speedup using SEARCH
4128
4129         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4130
4131         * src/imap.c
4132                 fix problem with UIDs in IMAP UID cache that no longer existed
4133
4134 2003-02-20 [christoph]  0.8.10claws34
4135
4136         * src/imap.c
4137         * src/procheader.c
4138         * src/procheader.h
4139                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4140
4141         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4142
4143         * src/imap.c
4144                 Rewrite imap_cmd_gen_recv use sock_getline instead
4145                 of sock_gets to avoid problems with too long reply
4146                 lines
4147     
4148 2003-02-20 [colin]      0.8.10claws33
4149         
4150         * src/prefs_account.c
4151                 Better wording
4152
4153 2003-02-20 [colin]      0.8.10claws32
4154
4155         * src/compose.c
4156                 Remove useless '&& !to_sender' 
4157
4158 2003-02-20 [darko]
4159
4160         * AUTHORS
4161                 change my e-mail address
4162
4163 2003-02-19 [colin]      0.8.10claws31
4164
4165         * src/prefs_common.c
4166                 X11 style colors for every configurable color
4167
4168 2003-02-19 [alfons]     0.8.10claws30
4169
4170         * src/prefs_gtk.[ch]
4171         * src/prefs_common.c
4172                 for color_new accept both plain integers and X11 style color
4173                 names (as found in /usr/lib/X11/rgb.txt)
4174
4175 2003-02-19 [paul]       0.8.10claws29
4176
4177         * src/mainwindow.c
4178                 add tooltips to online/offline button and account selector
4179                 button
4180
4181 2003-02-19 [paul]       0.8.10claws28
4182
4183         * src/folder.c
4184           src/news.c
4185           src/prefs_account.[ch]
4186           src/prefs_common.[ch]
4187                 move 'Maximum number of articles to download' to
4188                 account prefs.
4189                 clean up account prefs gui a little by hiding entries
4190                 rather then greying out entries
4191
4192 2003-02-19 [hiro]       0.8.10claws27
4193
4194         * src/common/utils.c
4195                 fix bug #54 'yesterdays date is displayed in the message 
4196                 summary window'
4197
4198 2003-02-19 [paul]       0.8.10claws26
4199
4200         * src/compose.c
4201                 fix bug reported in Feature Request [688596] 
4202                 'Reply-to header in news'
4203
4204 2003-02-18 [paul]       0.8.10claws25
4205
4206         * src/select-keys.c
4207                 add a 'List all keys' button to key selection dialog
4208
4209 2003-02-18 [colin]      0.8.10claws24
4210         
4211         * src/stock_pixmap.c
4212                 fix compile error
4213
4214 2003-02-18 [colin]      0.8.10claws23
4215
4216         * src/common/smtp.[ch]
4217           src/prefs_account.c
4218                 Try to starttls if it seems to be the only
4219                 way to authenticate a user
4220
4221 2003-02-18 [paul]       0.8.10claws22
4222
4223         * src/Makefile.am
4224           src/folderview.c
4225           src/stock_pixmap.[ch]
4226           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4227           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4228                 as a Drafts folder is a special folder allow it to have
4229                 its own unique icons
4230
4231 2003-02-18 [colin]      0.8.10claws21
4232
4233         * src/imap.c
4234                 Fix port selection when using starttls
4235
4236 2003-02-18 [paul]       0.8.10claws20
4237
4238         * src/mainwindow.c
4239           src/prefs_common.[ch]
4240                 make blue the default new mail colour
4241
4242 2003-02-18 [paul]       0.8.10claws19
4243
4244         * sync with 0.8.10cvs14
4245                 see ChangeLog 2003-02-18
4246
4247 2003-02-17 [jens]       0.8.10claws18
4248
4249         * src/common/md5.c
4250                 fixed a compile problem with gcc 3.3
4251                 works on 2.95.3 too (testet on PPC as it is big endian)
4252
4253 2003-02-17 [paul]       0.8.10claws17
4254
4255         * sync with 0.8.10cvs13
4256                 see ChangeLog 2003-02-17
4257
4258 2003-02-17 [paul]       0.8.10claws16
4259
4260         * sync with 0.8.10cvs12
4261                 see ChangeLog 2003-02-17
4262
4263 2003-02-16 [match]      0.8.10claws15
4264
4265         * src/addressbook.c
4266                 Eliminates reloading of address data when items
4267                 deleted or added. Applied submitted by
4268                 Luke Plant <lukeplant@softhome.net>
4269
4270 2003-02-16 [paul]       0.8.10claws14
4271
4272         * src/news.c
4273                 when a 'protocol error' is encountered disconnect from
4274                 the server. This means that the user can carry on viewing
4275                 other articles and doesn't have to either wait until the
4276                 server timesout or quit sylpheed.
4277                 Fixes bug #53 'Unable to read messages in newsgroups, 
4278                 displayed message doesn't change'
4279
4280 2003-02-15 [christoph]  0.8.10claws13
4281
4282         * src/imap.c
4283                 fix bug that stopped scanning of folders when an
4284                 IMAP folder was empty
4285
4286         (closes bug 46 stop scan messages in folders after empty folder)
4287
4288 2003-02-15 [paul]
4289
4290         * tools/Makefile.am
4291           tools/README
4292           tools/freshmeat_search.pl     ** NEW FILE **
4293           tools/google_search.pl        ** NEW FILE **
4294                 Add 2 Actions scripts which search freshmeat/google
4295                 for the selected text using the browser configured
4296                 in sylpheedrc.
4297                 
4298         Note: These scripts are very dependent on the format of the
4299         browser command and may not work on every occasion. Testing
4300         is welcome. 
4301
4302 2003-02-14 [alfons]     0.8.10claws12
4303
4304         * src/compose.c
4305                 fix breakage because of uninitialized account pointer.
4306                 please verify.
4307
4308 2003-02-14 [paul]       0.8.10claws11
4309
4310         * src/compose.c
4311           src/prefs_account.[ch]
4312           src/prefs_common.[ch]
4313                 move signature settings to Account Prefs
4314
4315 2003-02-14 [paul]       0.8.10claws10
4316
4317         * sync with 0.8.10cvs11
4318                 see ChangeLog 2003-02-14
4319
4320 2003-02-13 [thorsten]   0.8.10claws9
4321
4322         * src/news.c
4323                 revert news progressbar (GUI separation)
4324
4325 2003-02-13 [paul]       0.8.10claws8
4326
4327         * src/compose.c
4328                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4329                 paragraph 1
4330
4331 2003-02-13 [paul]       0.8.10claws7
4332
4333         * src/compose.[ch]
4334           src/summaryview.c
4335                 fix 'Follow-up and Reply-to' so that it creates a reply to
4336                 the newsgroup and the sender. If the message has the keyword
4337                 'poster' in the Followup-To header, all replies go to the
4338                 sender, re: RFC 1036, Section 2.2.3
4339                 rename all instances of 'ignore_replyto' to 'to_sender', both
4340                 were previously used, now we use just one.
4341
4342 2003-02-13 [paul]       0.8.10claws6
4343
4344         * sync with 0.8.10cvs9
4345                 see ChangeLog 2003-02-13
4346
4347 2003-02-13 [paul]       0.8.10claws5
4348
4349         * configure.ac
4350                 show which plugins are configured in the configure
4351                 output.
4352
4353 2003-02-12 [thorsten]   0.8.10claws4
4354
4355         * src/news.c
4356                 show progress while fetching news headers
4357
4358 2003-02-12 [christoph]  0.8.10claws3
4359
4360         * configure.ac
4361         * src/plugins/Makefile.am
4362                 use AM_CONDITIONAL to enable plugins, automake correctly
4363                 manages this when creating distdir
4364
4365 2003-02-12 [christoph]  0.8.10claws2
4366
4367         * ac/spamassassin.m4
4368         * src/plugins/spamassassin/Makefile.am
4369                 fix building SpamAssassin plugin without OpenSSL
4370
4371 2003-02-12 [paul]       0.8.10claws1
4372
4373         * ac/Makefile.am
4374           src/Makefile.am
4375           src/plugins/Makefile.am
4376                 fix failure of 'make release'
4377
4378 2003-02-12 [paul]       0.8.10claws
4379
4380         * 0.8.10claws released
4381
4382 2003-02-12 [paul]       0.8.9claws56
4383
4384         * po/bg.po
4385           po/es.po
4386           po/it.po
4387           po/ru.po
4388           po/sr.po
4389                 updated translations by George Danchev, Ricardo Mones Lastra,
4390                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4391                 
4392         * sylpheed.spec.in
4393                 Allow the building of RPMs by a regular user. Submitted
4394                 by Sergei Astanin
4395
4396 2003-02-11 [alfons]     0.8.9claws55
4397
4398         * src/colorlabel.c
4399                 don't use pixmaps for label color rect but draw rectangles
4400                 so we can respect the color map of palette based visuals
4401                 (fixes the long time crashes on Suns - thanks to Andreas
4402                 Engel and Steve O'Hara-Smith for testing)
4403
4404 2003-02-11 [christoph]  0.8.9claws54
4405
4406         * src/matcher_parser_parse.y
4407                 correct bug where filering rules of not existing folders in
4408                 matcherrc were added to global filtering
4409                 
4410         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4411          main filter-rules after removing directory, http://bugs.debian.org/180253)
4412         
4413 2003-02-11 [paul]       0.8.9claws53
4414
4415         * sync with 0.8.10cvs7
4416                 see ChangeLog 2003-02-09
4417
4418 2003-02-11 [melvin]     0.8.9claws52
4419
4420         * po/fr.po
4421                 Updated French tranlsations
4422
4423 2003-02-10 [paul]       0.8.9claws51
4424
4425         * sylpheed.spec.in
4426                 correct --enable-openssl
4427                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4428
4429 2003-02-09 [martin]     0.8.9claws50
4430
4431         * src/prefs_matcher.c
4432                 fix segfault in prefs_matcher_substitute_cb() when
4433                 no row is selected
4434
4435 2003-02-09 [paul]       0.8.9claws49
4436
4437         * src/folderview.c
4438                 fix bug where a newsgroup folder's processing rules were
4439                 merged with the global filtering rules when the newsgroup
4440                 folder was deleted, causing some seriously bad results,
4441                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4442
4443 2003-02-08 [melvin]     0.8.9claws48
4444
4445         * src/compose.c
4446                 Corrected and modified an alert message.
4447
4448 2003-02-07 [paul]       0.8.9claws47
4449
4450         * src/folderview.c
4451                 fix bug where both an 'Account properties' window and a
4452                 'Folder properties' window were opened when clicking on
4453                 'Properties' in an NNTP or IMAP folder's popup menu.
4454
4455 2003-02-07 [paul]       0.8.9claws46
4456
4457         * sync with 0.8.10cvs6
4458                 see ChangeLog 2003-02-06
4459
4460 2003-02-06 [christoph]  0.8.9claws45
4461
4462         * src/mbox.c
4463                 freeze folder updates while importing mbox files
4464                 (closes bug 43 importing mbox took hours)
4465                 
4466         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4467
4468 2003-02-06 [thorsten]   0.8.9claws44
4469
4470         * po/de.po
4471                 Updated german translations
4472
4473 2003-02-06 [thorsten]   0.8.9claws43
4474
4475         * src/news.h
4476                 use guint for message numbers (fix count in grouplist dialog)
4477
4478 2003-02-05 [paul]       0.8.9claws42
4479
4480         * sync with 0.8.10cvs2
4481                 see ChangeLog 2003-02-05
4482
4483 2003-02-04 [colin]      0.8.9claws41
4484
4485         * src/prefs_common.[ch]
4486           src/procmsg.c
4487           src/summaryview.c
4488                 Add an option to disable threading by subject
4489
4490 2003-02-04 [christoph]  0.8.9claws40
4491
4492         * src/inc.c
4493                 only abort fetching mails from multiple accounts when the
4494                 error is fatal and does not allow to check any more accounts
4495                 (currently only disk full error)
4496
4497         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4498          receive mails for other accouts)
4499
4500 2003-02-04 [christoph]  0.8.9claws39
4501
4502         * src/folder.c
4503                 first add the new message to the cache, then
4504                 send the update notification
4505
4506         (closes bug 39 after sending message folderview doesnt get updated)
4507
4508 2003-02-04 [colin]      0.8.9claws38
4509
4510         * src/inc.c
4511                 _really_ fix this Connecting... status
4512
4513 2003-02-04 [paul]       0.8.9claws37
4514
4515         * sync with 0.8.10
4516                 see ChangeLog 2003-02-04
4517
4518 2003-02-04 [paul]       0.8.9claws36
4519
4520         * sync with 0.8.9cvs6
4521                 see ChangeLog 2003-02-03
4522
4523 2003-02-04 [paul]       0.8.9claws35
4524
4525         * po/pt_BR.po
4526                 updated by André Filipe de Assunção e Brito 
4527                 <bedecko@netsite.com.br>
4528
4529 2003-02-03 [thorsten]   0.8.9claws34
4530
4531         * po/de.po
4532                 Updated german translations
4533
4534 2003-02-02 [paul]       0.8.9claws33
4535
4536         * po/es.po
4537                 updated by Ricardo Mones Lastra
4538
4539 2003-02-02 [thorsten]   0.8.9claws32
4540
4541         * src/mh.c
4542                 Fix mh_get_msginfo() segfault if file is inaccessible
4543
4544 2003-01-31 [colin]      0.8.9claws31
4545
4546         * src/procheader.c
4547                 Fix last commit's bug
4548
4549 2003-01-31 [colin]      0.8.9claws30
4550
4551         * src/procheader.c
4552                 Missing a change for gpg-signed messages
4553
4554 2003-01-31 [paul]       0.8.9claws29
4555
4556         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4557           src/procheader.c
4558           src/stock_pixmap.[ch]
4559           src/summaryview.c
4560                 indicate GnuPG signed messages by displaying an icon
4561                 in the Attachment column.
4562
4563 2003-01-31 [paul]       0.8.9claws28
4564
4565         * sync with 0.8.9cvs4
4566                 see ChangeLog 2003-01-31
4567
4568 2003-01-31 [alfons]     0.8.9claws27
4569
4570         * src/textview.c
4571                 tune URI parser to accept mailto URLs with a '?'
4572                 (patch from Ruslan Balkin)
4573
4574 2003-01-31 [colin]      0.8.9claws26
4575
4576         * src/summaryview.c
4577                 Fix a leak introduced in claws24
4578
4579 2003-01-31 [colin]      0.8.9claws25
4580
4581         * src/summaryview.c
4582                 Freeze/Thaw folder updates when deleting dups
4583
4584 2003-01-31 [colin]      0.8.9claws24
4585         
4586         * src/addr_compl.c
4587           src/summaryview.c
4588           src/msgcache.c
4589                 little speed improvements
4590
4591 2003-01-31 [colin]      0.8.9claws23
4592
4593         * src/summaryview.c
4594                 Fix segfault when forwarding nothing
4595                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4596                 
4597 2003-01-30 [paul]       0.8.9claws22
4598
4599         * sync with 0.8.9cvs3
4600                 see ChangeLog 2003-01-30
4601
4602 2003-01-30 [paul]       0.8.9claws21
4603
4604         * sync with 0.8.9cvs2
4605                 see ChangeLog 2003-01-30
4606
4607 2003-01-29 [paul]       0.8.9claws20
4608
4609         * sync with 0.8.9cvs1
4610                 see ChangeLog 2003-01-29
4611
4612 2003-01-28 [paul]       0.8.9claws19
4613
4614         * po/POTFILES.in
4615                 update to reflect changes. 
4616                 thanks to Ricardo Mones Lastra
4617
4618 2003-01-27 [christoph]  0.8.9claws18
4619
4620         * ac/openssl.m4
4621         * ac/spamassassin.m4
4622         * src/plugins/spamassassin/README
4623         * src/plugins/spamassassin/libspamc.[ch]
4624         * src/plugins/spamassassin/utils.[ch]
4625                 updated to latest libspamc
4626
4627 2003-01-27 [christoph]  0.8.9claws17
4628
4629         * src/folder.c
4630                 fix wrong use of procheader_get_header_fields
4631
4632 2003-01-27 [christoph]  0.8.9claws16
4633
4634         * src/news.c
4635         * src/prefs_account.[ch]
4636         * src/common/nntp.[ch]
4637                 allow to force authentication for NNTP servers
4638
4639         Patch submitted by Florian Mickler <dmk@d-labs.de>
4640
4641 2003-01-26 [paul]       0.8.9claws15
4642
4643         * src/summaryview.c
4644                 speed up of marking messages as read
4645                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4646
4647 2003-01-26 [christoph]  0.8.9claws14
4648
4649         * src/Makefile.am
4650         * src/mgutils.[ch]              ** REMOVE **
4651         * src/xml.[ch]                  ** REMOVE **
4652         * src/xmlprops.[ch]             ** REMOVE **
4653         * src/common/Makefile.am
4654         * src/common/mgutils.[ch]       ** NEW **
4655         * src/common/xml.[ch]           ** NEW **
4656         * src/common/xmlprops.[ch]      ** NEW **
4657                 move xml files to common directory
4658
4659 2003-01-26 [christoph]  0.8.9claws13
4660
4661         * src/plugins/spamassassin/spamassassin_gtk.c
4662                 only set gtk entry text if string is available
4663
4664 2003-01-26 [melvin]     0.8.9claws12
4665
4666         * src/description_window.c
4667                 Allow resizing of the window
4668                 Allow automatic horizontal scroll bar
4669                 Do not vertically expand and fill
4670
4671 2003-01-26 [christoph]  0.8.9claws11
4672
4673         * src/Makefile.am
4674         * src/gtkutils.[ch]             ** REMOVE **
4675         * src/common/sylpheed.c
4676         * src/gtk/Makefile.am
4677         * src/gtk/description_window.c
4678         * src/gtk/gtkutils.[ch]         ** NEW **
4679         * src/gtk/prefswindow.c
4680                 move gtkutils to gtk directory
4681
4682 2003-01-26 [paul]       0.8.9claws10
4683
4684         * src/summaryview.c
4685                 rename summary_unread_clicked() to summary_status_clicked()
4686
4687 2003-01-26 [melvin]     0.8.9claws9
4688
4689         * src/prefs_actions.c
4690                 Cosmetical changes to the help text
4691
4692 2003-01-26 [paul]       0.8.9claws8
4693
4694         * src/folder.[ch]
4695           src/mainwindow.c
4696           src/prefs_common.c
4697           src/prefs_sumamry_column.c
4698           summaryview.[ch]
4699                 rename the 'Unread' column to 'Status'
4700
4701 2003-01-25 [match]      0.8.9claws7
4702
4703         * src/mgutils.[ch]
4704                 removed reference to LDAP constants. removed error2string.
4705                 included functions to support LDAP dynamic queries.
4706         * src/syldap.h
4707                 moved LDAP constants here.
4708         * src/addressbook.c
4709         * src/addrindex.c
4710         * src/importldif.c
4711                 removed references to LDAP constants and references to
4712                 error2string.
4713
4714 2003-01-25 [paul]       0.8.9claws6
4715
4716         * src/summaryview.c
4717                 summary_thread_build(), summary_thread_init(): remove 
4718                 unneeded reference to summaryview->folder_item
4719
4720 2003-01-25 [christoph]  0.8.9claws5
4721
4722         * src/gtk/description_window.c
4723                 o allow description texts to expand over multiple columns
4724                 o translate all columns
4725         * src/prefs_actions.c
4726                 change syntax description to use new multi column feature
4727
4728         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4729
4730 2003-01-25 [match]      0.8.9claws4
4731
4732         * src/vcard.c
4733                 fixed bug with Quoted-Printable
4734
4735 2003-01-25 [paul]       0.8.9claws3
4736
4737         * src/folder.[ch]
4738           src/summaryview.[ch]
4739                 implement per-folder collapsed/expanded threads setting
4740                 
4741         * src/prefs_common.c
4742                 remove global collapsed/expanded threads option
4743
4744 2003-01-25 [christoph]  0.8.9claws2
4745
4746         * po/POTFILES.in
4747                 add pluginwindow and prefswindow
4748         * src/compose.c
4749                 make send respond correctly to messages that could be added
4750                 to the queue folder, but the UID of the message is unknown
4751         * src/folder.c
4752         * src/imap.c
4753                 don't return guessed UIDs in imap_add_msg anymore. We return
4754                 0 to tell the folder system it was appened but the UID is
4755                 unknown. Folder system now get's the UID by scaning the folder
4756                 and searching the cache for the Message-ID
4757                 (closes bug #29 Messages queued, but not sent)
4758
4759 2003-01-25 [paul]       0.8.9claws1
4760
4761         * src/codeconv.c
4762                 conv_encode_header():  fix bug when long headers with 8-bit
4763                 characters are used, so that the encoded words are wrapped.
4764                 If the space in the original text falls on the wrap boundary,
4765                 it can be lost.
4766                 Patch by Sergey Vlasov.
4767                 
4768         * src/folderview.c
4769                  fix bug where a change to the sorting method or thread view
4770                  of a folder's messages is lost if simpify-subject is set and
4771                  toggled on or off.
4772                  Patch by Luke Plant.
4773
4774 2003-01-24 [paul]       0.8.9claws
4775
4776         * sylpheed-0.8.9claws released
4777         
4778         * Makefile.am
4779           sylpheed.spec.in
4780                 remove reference to 'INSTALL.jp'
4781
4782 2003-01-23 [paul]       0.8.8claws128
4783
4784         * po/es.po
4785           po/it.po
4786           po/ru.po
4787           po/sr.po
4788                 updated translations. submitted by Ricardo Mones Lastra,
4789                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4790
4791 2003-01-23 [colin]      0.8.8claws127
4792
4793         * src/compose.c
4794                 Fix drafted and queued news articles re-edition
4795
4796 2003-01-23 [melvin]     0.8.8claws126
4797
4798         * po/fr.po
4799                 Updated French translations
4800
4801 2003-01-23 [colin]      0.8.8claws125
4802
4803         * src/inc.c
4804                 Fix "Connecting to..." status message
4805
4806 2003-01-22 [paul]       0.8.8claws124
4807
4808         * po/bg.po
4809                 updated by George Danchev
4810                 
4811         * src/folder.c
4812                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4813                 and folder deletion
4814
4815 2003-01-21 [paul]       0.8.8claws123
4816
4817         * po/bg.po
4818                 updated by George Danchev
4819                 
4820         * src/about.c
4821                 its now 2003
4822                 
4823         * src/toolbar.c
4824                 don't translate 'Separator'
4825                 
4826         * src/plugins/spamassassin/Makefile.am
4827                 add aspell to CPPFLAGS
4828                 
4829         * src/plugins/spamassassin/spamassassin.c
4830           src/plugins/spamassassin/spamassassin_gtk.c
4831                 set correct default for spamassassin_receive_spam
4832                 slightly re-word descriptions and some
4833                 other minor changes
4834
4835 2003-01-19 [alfons]     0.8.8claws122
4836                 
4837         * src/mimeview.c
4838                 mimeview_save_as(): we might as well show the file name for
4839                 the single case "Save As" too
4840
4841 2003-01-19 [alfons]     0.8.8claws121
4842
4843         * src/crash.c
4844                 change bug tracker URL to bugzilla URL
4845
4846 2003-01-19 [alfons]     0.8.8claws120
4847
4848         * src/mimeview.c
4849                 mimeview_save_all(): display name of file before overwriting;
4850                 continue saving all, even when one overwrite was cancelled
4851
4852 2003-01-19 [christoph]  0.8.8claws119
4853
4854         * src/summaryview.c
4855         * src/procmsg.[ch]
4856                 fix wrong usage of procmsg_find_children in summaryview
4857                 by using procmsg_update_unread_children instead of
4858                 summaryview_update_unread_children
4859
4860 2003-01-19 [christoph]  0.8.8claws118
4861
4862         * src/procmsg.c
4863                 fix infinite loop in procmsg_find_children
4864                  (closes bug #25 sylpheed crashes on delete.)
4865
4866         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4867
4868 2003-01-19 [paul]       0.8.8claws117
4869
4870         * po/pt_BR.po
4871                 updated by Ivan Francolin Martinez
4872
4873 2003-01-18 [melvin]     0.8.8claws116
4874
4875         * src/prefs_actions.c
4876                 Removed syntax limitation of only one '&' at the end of command.
4877                         Now actions that contain '>/dev/null 2>&1' are possible.
4878
4879 2003-01-18 [melvin]     0.8.8claws115
4880
4881         * src/prefs_actions.c
4882                 Actions IO dialog: when the action ends
4883                 the "Close" button now has focus and [Escape] closes the
4884                 window.
4885
4886 2003-01-18 [christoph]  0.8.8claws114
4887
4888         * src/procmsg.c
4889                 o add debug output when MsgInfos are really freed
4890                 o free GSLists in procmsg_find_children and
4891                   procmsg_update_unread_children
4892
4893 2003-01-18 [christoph]  0.8.8claws113
4894
4895         * src/mainwindow.c
4896                 reorder Configuration menu
4897
4898 2003-01-18 [christoph]  0.8.8claws112
4899
4900         * src/compose.c
4901                 fix applying templates to forwarded messages
4902
4903         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4904
4905 2003-01-17 [christoph]  0.8.8claws111
4906
4907         * src/folder.c
4908                 destroy folder items, when a folder item is removed
4909
4910 2003-01-17 [christoph]  0.8.8claws110
4911
4912         * src/folder.c
4913                 fix wrong folder stats update when ignored message is
4914                 deleted
4915
4916 2003-01-17 [colin]      0.8.8claws109
4917         
4918         * src/mainwindow.c
4919         * src/summaryview.c
4920                 Quicksearch bugfixes: 
4921                 - hide help button at startup if not extended
4922                 - switch to extended when looking for replies
4923
4924 2003-01-17 [paul]
4925
4926         * sync with 0.8.9 release
4927
4928 2003-01-17 [paul]       0.8.8claws108
4929
4930         * sync with 0.8.8cvs11
4931                 see ChangeLog 2003-01-17
4932
4933 2003-01-16 [colin]      0.8.8claws107
4934
4935         * src/procmsg.c
4936                 Changed encryption test to re-ask passphrase
4937                 if an encrypted message hasn't been decrypted
4938                 Fixes bug #5
4939
4940 2003-01-16 [christoph]  0.8.8claws106
4941
4942         * src/prefs_gtk.c
4943         * src/prefs_toolbar.c
4944         * src/gtk/prefswindow.h
4945         * src/plugins/spamassassin/spamassassin_gtk.c
4946                 remove page destroy function that is not used anymore
4947
4948 2003-01-16 [paul]       0.8.8claws105
4949
4950         * sync with 0.8.8cvs9
4951                 see ChangeLog 2002-01-16
4952
4953 2003-01-16 [colin]      0.8.8claws104
4954
4955         * src/compose.[ch]
4956                 Fix bug with autosaved drafts for IMAP, when draft
4957                 folder is specified - fixes bugzilla bug #20
4958
4959 2003-01-15 [paul]       0.8.8claws103
4960
4961         * src/compose.[ch]
4962           src/procmsg.c
4963                 store folder and message-id of message forwarding
4964                 in queue header and set forward flag after sending
4965
4966 2003-01-15 [paul]       0.8.8claws102
4967
4968         * sync with 0.8.8cvs8
4969                 see ChangeLog 2002-01-15
4970
4971 2003-01-15 [colin]      0.8.8claws101
4972
4973         * src/Makefile.am
4974                 Fix linking with GNU libiconv
4975
4976 2003-01-15 [darko]      0.8.8claws100
4977
4978         * src/pine.c
4979                 fix crash when importing pine address book
4980                 entry with an empty name (reported by DY
4981                 <dybulk at tri8.net>)
4982
4983 2003-01-14 [paul]       0.8.8claws99
4984
4985         * configure.in  ** REMOVED **
4986           configure.ac  ** NEW FILE **
4987                 rename configure.in to configure.ac, as it is now
4988                 preferred
4989
4990 2003-01-14 [melvin]     0.8.8claws98
4991
4992         * src/folderview.c
4993                 folderview_check_new(): More precise function description
4994
4995 2003-01-14 [melvin]     0.8.8claws97
4996
4997         * src/folderview.c
4998                 folderview_check_new(): return the number of new messages 
4999                         since last check.
5000         * src/inc.c
5001                 inc_account_mail(): Disable counting of new messages for IMAP
5002                         and NNTP until bug [19] and [14] are fixed.
5003
5004 2003-01-14 [paul]       0.8.8claws96
5005
5006         * sync with 0.8.8cvs6
5007                 see ChangeLog 2003-01-14
5008
5009 2003-01-13 [alfons]     0.8.8claws95
5010
5011         * src/textview.c
5012                 tune email address validation (c. 0.8.8claws89): if . is 
5013                 just one char away from @, the address is invalid too 
5014                 (correctly rejects addresses like foo@.com)
5015
5016 2003-01-13 [paul]       0.8.8claws94
5017
5018         * src/messageview.c
5019           src/toolbar.c
5020                 fixes to the Message View toolbar and menu:
5021                 fix non-functioning Forward button
5022                 make Reply button consider default_reply_list
5023                 remove 'Follow-up...' menu entry
5024                 add 'Forward' and 'Redirect' menu entries
5025
5026 2003-01-13 [melvin]     0.8.8claws93
5027
5028         * src/inc.c
5029                 Fixed typo that could make new messages count incorrect.
5030
5031 2003-01-13 [melvin]     0.8.8claws92
5032
5033         * src/folderview.[ch]
5034                 folderview_check_new(): return the number of new messages.
5035         * src/inc.c
5036                 Should fix bug [14] where new mail notification worked 
5037                         incorrectly with IMAP accounts.
5038                 inc_spool_account(): return number of new msgs, or -1 on error
5039                 inc_all_spool(): return number of new msgs
5040                 
5041 2003-01-13 [melvin]     0.8.8claws91
5042
5043         * src/prefs_actions.c
5044                 Justify help text.
5045
5046 2003-01-12 [thorsten]   0.8.8claws90
5047
5048         * src/common/prefs.c
5049                 close file before rename
5050
5051 2003-01-12 [alfons]     0.8.8claws89
5052
5053         * AUTHORS
5054                 add Christian Mertes
5055         * src/common/utils.[ch]
5056                 g_stricase_hash(), g_stricase_equal(): functions for 
5057                 case insensitive hash tables
5058         * src/textview.c
5059                 use top level domain names to validate email address, based
5060                 on a patch by Christian Mertes (thanks!), but changed 
5061                 implementation to use a hash table 
5062
5063 2003-01-12 [paul]       0.8.8claws88
5064
5065         * po/bg.po
5066                 updated by George Danchev
5067
5068 2003-01-12 [alfons]     0.8.8claws87
5069
5070         * src/summaryview.c
5071                 delete / execute performance: use new style folder update
5072
5073 2003-01-12 [paul]       0.8.8claws86
5074
5075         * sync with 0.8.8cvs5
5076                 see ChangeLog 2003-01-13 (!)
5077
5078 2003-01-12 [alfons]     0.8.8claws85
5079
5080         * src/filtering.c
5081         * src/matcher_parser_parse.y
5082                 prepare change_score filtering action
5083         * src/matcher.[ch]
5084                 give up const-correctness on functions that call non-const-correct functions;
5085                 several casts to gpointer in g_free();
5086                 add change_score;
5087
5088 2003-01-12 [christoph]  0.8.8claws84
5089
5090         * src/compose.c
5091                 fix 2 warnings
5092
5093         * src/gtk/prefswindow.[ch]
5094         * src/plugins/spamassassin/spamassassin_gtk.c
5095                 changed the call of the widget create function
5096                 for PrefsPages, because sometimes the widget
5097                 create function needs a widget that already has
5098                 been attached to a window (to create GDK pixmaps
5099                 for exmaple). So we simply pass the GtkWindow as
5100                 the second parameter now.
5101
5102         * src/main.c
5103         * src/mainwindow.c
5104         * src/prefs_toolbar.[ch]
5105                 rewrite Toolbar Preferences using the new
5106                 prefs window
5107
5108 2003-01-11 [alfons]     0.8.8claws83
5109
5110         * src/addressadd.c
5111                 fix crash when adding sender to addressbook because status bar
5112                 isn't there (the status bar doesn't seem to be used though,
5113                 but I'll let Match decide what to do with it)
5114
5115 2003-01-11 [colin]      0.8.8claws82
5116
5117         * src/main.c
5118           src/toolbar.c
5119                 Two useless changes reversed
5120
5121 2003-01-11 [colin]      0.8.8claws81
5122
5123         * src/mainwindow.c
5124           src/mainwindow.h
5125                 Add mainwindow_get_mainwindow()
5126         * src/alertpanel.c
5127           src/alertpanel.h
5128                 Add alertpanel_error_log() 
5129         * src/compose.c
5130           src/inc.c
5131           src/messageview.c
5132           src/toolbar.c
5133           src/main.c
5134           src/procmsg.c
5135                 Network errors get a View Log button
5136
5137 2003-01-10 [alfons]     0.8.8claws80
5138
5139         * src/prefs_toolbar.c
5140         * src/toolbar.c
5141                 use the translatable string for "Separator" as file name for
5142                 separator toolbar items (probably make this uppercase?)
5143
5144 2003-01-10 [alfons]     0.8.8claws79
5145
5146         * src/prefs_toolbar.c
5147                 put right A_SEPARATOR description string in "displayed
5148                 toolbar items list" so manually added separators are
5149                 saved correctly (bug #10, "Adding a separator to the main 
5150                 toolbar fails, entry in xml file is wrong")
5151
5152 2003-01-10 [christoph]  0.8.8claws78
5153
5154         * src/imap.c
5155                 o fix warnings
5156                 o use CAPABILITY to check if NAMESPACE is available
5157
5158 2003-01-10 [christoph]  0.8.8claws77
5159
5160         * src/imap.[ch]
5161                 apply UIDPLUS IMAP extension support patch
5162
5163         Patch submitted by Simon 'corecode' Schubert
5164
5165 2003-01-10 [paul]       0.8.8claws76
5166
5167         * src/folderview.c
5168                 a sync from main which fixes the news account folders'
5169                 Properties bug
5170
5171 2003-01-10 [christoph]  0.8.8claws75
5172
5173         * src/folder.c
5174                 don't accept 0 as a valid uid returned by copy and move
5175                 functions. 0 means the message was copied or moved but the
5176                 new uid could not be fetched. It is not an error condition
5177                 for the copy or move operation.
5178
5179 2003-01-10 [paul]       0.8.8claws74
5180
5181         * src/prefs_filtering.c
5182                 change English used in Alert when entry is not
5183                 saved.
5184                 
5185         * sync with 0.8.8cvs4
5186                 see ChangeLog 2003-01-10
5187
5188 2003-01-10 [darko]      0.8.8claws73
5189
5190         * src/pine.c
5191                 fix crash when importing address book entry
5192                 without a valid address
5193
5194 2003-01-09 [alfons]     0.8.8claws72
5195
5196         * src/inc.c
5197                 filtering performance: use new style folder update
5198
5199 2003-01-09 [christoph]  0.8.8claws71
5200
5201         * src/compose.c
5202         * src/gtk/menu.[ch]
5203                 fix wrong selecting of mime encoding type, when
5204                 opening property dialog of attachments in the
5205                 compose window. 7bit was always selected and that
5206                 destoryed files with 8bit data.
5207                 (closes bug #9 Sylpheed-claws destroys attachments when
5208                  changing MIME-types)
5209
5210 2003-01-09 [paul]       0.8.8claws70
5211
5212         * sync with 0.8.8cvs3
5213                 see ChangeLog 2003-01-09
5214
5215 2003-01-08 [alfons]     0.8.8claws69
5216         
5217         * src/addressadd.c
5218                 apply patch by Kim Schulz to fix build breakage
5219                 because of missing variable
5220
5221 2003-01-08 [paul]       0.8.8claws68
5222
5223         * sync with 0.8.8cvs2
5224                 see ChangeLog 2002-01-08
5225
5226 2003-01-08 [paul]       0.8.8claws67
5227
5228         * po/it.po
5229                 updated by Alessandro Maestri
5230                 
5231         * src/addressadd.c
5232                 when using 'Add sender to addressbook' allow
5233                 name to be edited and remarks to be entered
5234                 Patch submitted by Luke Plant
5235
5236 2003-01-08 [darko]      0.8.8claws66
5237
5238         * README.claws, src/summaryview.c
5239                 fix description for marked messages
5240
5241 2003-01-08 [paul]
5242
5243         * tools/Makefile.am
5244           tools/launch_phoenix  ** NEW FILE **
5245                 add script that enables using Phoenix as the default
5246                 web browser. 
5247                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5248                 
5249         * tools/OOo2sylpheed.pl
5250                 remove full path to sylpheed executable, just 'sylpheed'
5251                 will do
5252                 
5253         * tools/README
5254                 add launch_phoenix informtion and re-arrange and compress
5255                 the data a little
5256
5257 2003-01-07 [christoph]  0.8.8claws65
5258
5259         * src/folder.c
5260                 fix update for source folder when moving messages
5261         * src/procmsg.[ch]
5262         * src/summaryview.c
5263                 use function to set to_folder for message infos and
5264                 automatically update the op_count for old and new
5265                 folder
5266
5267 2003-01-07 [melvin]     0.8.8claws64
5268
5269         * src/prefs_actions.c
5270                 Fixed bug where an '%p' Action on a displayed image crashed 
5271                         Sylpheed
5272                 Code clean up (get rid of duplicated code and removed unnecessary 
5273                                 structure member)
5274
5275 2003-01-07 [christoph]  0.8.8claws63
5276
5277         * src/compose.c
5278         * src/folder.[ch]
5279         * src/folderview.c
5280         * src/import.c
5281         * src/inc.c
5282         * src/main.c
5283         * src/mainwindow.c
5284         * src/messageview.c
5285         * src/prefs_folder_item.c
5286         * src/procmsg.c
5287         * src/summaryview.c
5288         * src/toolbar.c
5289                 o remove all folder update triggering from the UI code. The folder
5290                   system should know much better when a folder needs an update.
5291                 o to prevent multiple updates in a row the folder updates can be
5292                   frozen for some time.
5293
5294                 Note: - Please verify that no updates are missing
5295                       - Check where freeze/thaws should be added
5296
5297 2003-01-07 [christoph]  0.8.8claws62
5298
5299         * src/prefs_actions.c
5300                 don't translate empty strings
5301
5302         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5303
5304 2003-01-06 [christoph]  0.8.8claws61
5305
5306         * src/prefs_actions.c
5307                 mark strings for gettext
5308         * src/prefs_matcher.c
5309                 use new description window for Execute action and
5310                 match condition in Filtering
5311
5312         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5313
5314 2003-01-06 [alfons]     0.8.8claws60
5315
5316         keep myself inspired to re-organize matcher part 8; 
5317         yes, more to come (I need to move out the descriptive
5318         text for actions to matcher.c, or at least make it not
5319         depend on the wicked ordering)
5320
5321         * src/prefs_matcher.c
5322                 add documentation so others may comprehend the
5323                 UI part of the conditions
5324                 
5325 2003-01-06 [christoph]  0.8.8claws59
5326
5327         * src/prefs_actions.c
5328                 use new description window for syntax help
5329         * src/gtk/description_window.c
5330                 fix display of descriptions with column count != 2
5331
5332         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5333
5334 2003-01-06 [christoph]  0.8.8claws58
5335
5336         * src/quote_fmt.c
5337         * src/summaryview.[ch]
5338         * src/gtk/Makefile.am
5339         * src/gtk/description_window.[ch]       ** NEW **
5340                 use a generic window to display syntax descriptions
5341                 currently used in quote_fmt and summaryview (new description
5342                 for extended quick search)
5343
5344         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5345
5346 2003-01-06 [paul]       0.8.8claws57
5347
5348         * sync with 0.8.8cvs1
5349                 see ChangeLog 2003-01-06
5350
5351 2003-01-06 [christoph]  0.8.8claws56
5352
5353         * src/mainwindow.c
5354         * src/prefs_gtk.[ch]
5355         * src/gtk/prefswindow.[ch]
5356         * src/plugins/spamassassin/spamassassin_gtk.c
5357                 o remove page management from prefswindow, pages
5358                   will be an argument to prefswindow_open
5359                 o prefswindow_open gets a datapointer that is
5360                   passed to the widget_create function to allow
5361                   creation of prefswindow for specific items
5362
5363 2003-01-06 [colin]      0.8.8claws55
5364         
5365         * src/summaryview.c
5366                 We don't want regexp in the reply-finder, 
5367                 because MIDs can contain !,$,. and so on
5368
5369 2003-01-06 [jens]       0.8.8claws54
5370
5371         * src/jpilot.c
5372                 fixed a wrong free in jpilot_read_db_files
5373
5374 2003-01-06 [alfons]     0.8.8claws53
5375
5376         re-organize matcher part 8; more to come
5377        
5378         * src/matcher.c
5379                 matcherprop_to_string(): put g_free()s before the
5380                 switch-case break to fix memleaks                
5381
5382 2003-01-06 [colin]      0.8.8claws52
5383
5384         * src/summaryview.c
5385                 cleanup & reply-finder now displays the first 
5386                 matching message
5387
5388 2003-01-05 [alfons]     0.8.8claws51
5389
5390         re-organize matcher part 7; more to come
5391
5392         * src/matcher.[ch]
5393                 fixes for constant correctness;
5394                 more documentation;
5395
5396 2003-01-05 [alfons]     0.8.8claws50
5397
5398         re-organize matcher part 6; more to come
5399         
5400         * src/matcher.[ch]
5401                 fixes for constant correctness;
5402                 more documentation;
5403         * src/filtering.c
5404                 fix for constant correctness
5405
5406 2003-01-05 [colin]      0.8.8claws49
5407
5408         * src/account.[ch]
5409                 Add account_get_reply_account function
5410         * src/compose.c
5411                 Use account_get_reply_account function 
5412         * src/summaryview.c
5413                 Basic reply-finder - click on the replied
5414                 icon gets you to the outbox using quick-search
5415
5416 2003-01-05 [paul]       0.8.8claws48
5417
5418         * src/prefs_common.c
5419                 small change to English
5420                 
5421         * src/prefs_filtering.c
5422                 prefs_filtering_action_select(): improve logic and uniformity
5423                 of gui
5424
5425 2003-01-05 [alfons]     0.8.8claws47
5426
5427         fine tune solution to focus problems (bug #7)
5428
5429         * src/mainwindow.c
5430                 mainwindow_focus_in_event(): remove grab event check
5431         * src/summaryview.c
5432                 summary_button_pressed(): move selection on right-click
5433                 too. we can't possibly move the selection back after
5434                 canceling a dialog, because gtk's incomplete focus 
5435                 management. whether this is a good solution, only time
5436                 will tell.
5437
5438 2003-01-05 [christoph]  0.8.8claws46
5439
5440         * src/imap.c
5441                 fix crash when no imap connection could be established
5442
5443 2003-01-05 [paul]       0.8.8claws45
5444
5445         * src/mainwindow.c
5446           src/sumamryview.c
5447           src/gtk/menu.[ch]
5448                 fix bug 605957 'shortcuts in popup-menu'
5449                 make user-defined shortcuts work
5450                 show shortcuts that are already defined
5451                 in the main menu
5452                 Patch submitted by Luke Plant
5453
5454 2003-01-05 [alfons]     0.8.8claws44
5455
5456         * src/mainwindow.c
5457                 focus_in_event handler should not select summary view row 
5458                 when another window (menu, dialog) grabbed for events 
5459                 (bug #7, "[0.8.8claws42] Message summary focus") 
5460
5461 2003-01-04 [christoph]  0.8.8claws43
5462
5463         * src/procmsg.c
5464                 update save folder after adding the sent message
5465                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5466
5467 2003-01-02 [christoph]  0.8.8claws42
5468
5469         * src/common/plugin.c
5470                 fix unloading of all plugins and unload
5471                 plugins in reverse order
5472                 
5473         * src/gtk/pluginwindow.c
5474                 implement function of load and unload button
5475
5476         * src/gtk/prefswindow.c
5477         * src/gtk/prefswindow.h
5478                 rename register function and add new unregister
5479                 function
5480
5481         * src/plugins/spamassassin/spamassassin_gtk.c
5482                 unregister prefs page and update for changes in
5483                 src/gtk/prefswindow.c
5484
5485 2003-01-02 [paul]       0.8.8claws41
5486
5487         * po/es.po
5488                 updated by Ricardo Mones Lastra
5489
5490 2003-01-02 [paul]
5491
5492         * tools/tb2sylpheed
5493                 fixes and improvements by Urke MMI
5494
5495 2003-01-02 [thorsten]   0.8.8claws40
5496
5497         * src/procmsg.c
5498                 fixed wrong return value
5499
5500 2003-01-02 [thorsten]   0.8.8claws39
5501
5502         * src/prefs.c
5503                 fixed printing wrong variable
5504
5505 2003-01-02 [thorsten]   0.8.8claws38
5506
5507         * src/prefs.c
5508                 fixed acessing members of freed pfile struct
5509
5510 2003-01-02 [thorsten]   0.8.8claws37
5511
5512         * src/procmsg.c
5513                 detect loops across several messages
5514                 as suggested by Christoph Hohmann
5515
5516 2003-01-01 [match]      0.8.8claws36
5517
5518         * src/addrindex.c
5519                 fixed another memory leak.
5520
5521 2003-01-01 [match]      0.8.8claws35
5522
5523         * src/jpilot.[ch]
5524                 fixed memory leaks. applied Doxygen comments.
5525
5526 2003-01-01 [thorsten]   0.8.8claws34
5527
5528         * src/procmsg.c
5529                 inhibit endless loop if msg references itself
5530                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5531
5532 2003-01-01 [christoph]  0.8.8claws33
5533
5534         * src/mainwindow.c
5535         * src/gtk/Makefile.am
5536         * src/gtk/pluginwindow.c                ** NEW **
5537         * src/gtk/pluginwindow.h                ** NEW **
5538                 add plugin window
5539
5540         * src/plugins/demo/demo.c
5541         * src/plugins/spamassassin/spamassassin.c
5542         * src/plugins/spamassassin/spamassassin_gtk.c
5543                 write better plugin descriptions
5544
5545 2002-12-31 [christoph]  0.8.8claws32
5546
5547         * src/gtk/prefswindow.c
5548         * src/plugins/spamassassin/spamassassin_gtk.c
5549                 some small improvements to GTK code
5550
5551 2002-12-31 [christoph]  0.8.8claws31
5552
5553         * src/plugins/spamassassin/spamassassin_gtk.c
5554                 enable folder select button
5555
5556 2002-12-31 [christoph]  0.8.8claws30
5557
5558         * src/mainwindow.c
5559         * src/gtk/Makefile.am
5560         * src/gtk/prefswindow.c                         ** NEW **
5561         * src/gtk/prefswindow.h                         ** NEW **
5562                 add new prefs window
5563
5564         * src/common/plugin.c
5565                 don't try to load empty config lines
5566         
5567         * src/plugins/spamassassin/Makefile.am
5568         * src/plugins/spamassassin/spamassassin.c
5569         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5570         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5571                 GTK config for SpamAssassin Plugin using
5572                 the new prefs window
5573
5574 2002-12-31 [paul]       0.8.8claws29
5575
5576         * po/POTFILES.in
5577                 remove obsolete entry 'src/menu.c'
5578
5579 2002-12-31 [alfons]     0.8.8claws28
5580
5581         * src/matcher.[ch]
5582         * src/matcher_parser_parse.y
5583         * src/prefs_matcher.c
5584                 add "ignore_thread" and "~ignore_thread" condition so it's
5585                 possible to make the actions / scoring operate on the ignore
5586                 thread flag
5587
5588 2002-12-31 [christoph]  0.8.8claws27
5589
5590         * src/addrbook.c
5591         * src/addrindex.c
5592         * src/folder.c
5593         * src/matcher.c
5594         * src/prefs_account.c
5595         * src/prefs_actions.c
5596         * src/prefs_customheader.c
5597         * src/prefs_display_header.c
5598         * src/prefs_gtk.c
5599         * src/procmime.c
5600         * src/toolbar.c
5601         * src/xmlprops.c
5602         * src/common/prefs.[ch]
5603                 extend prefs file handling for reading and automatic handling
5604                 of blocks. When reading prefs_set_block_label will automatically
5605                 move on to the block. When writing it will copy all other blocks
5606                 automatically
5607
5608         * src/common/plugin.c
5609                 Now loading plugin filenames from [Plugins] block in
5610                 sylpheed rc file
5611
5612 2002-12-30 [christoph]  0.8.8claws26
5613
5614         * src/common/hooks.[ch]
5615                 return abort status to caller of hooks_invoke
5616                 
5617         * src/inc.[ch]
5618                 invoke message filtering hook and stop
5619                 default handling when filter returns abort
5620
5621         * src/common/plugin.[ch]
5622         * src/plugins/demo/demo.c
5623                 modify plugin loader, because resolving symbols for strings
5624                 does not work correctly
5625         
5626         * configure.in
5627         * ac/spamassassin.m4                            ** NEW **
5628         * src/plugins/spamassassin/.cvsignore           ** NEW **
5629         * src/plugins/spamassassin/Makefile.am          ** NEW **
5630         * src/plugins/spamassassin/README               ** NEW **
5631         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5632         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5633         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5634                 add spamassassin plugin, see src/plugins/spamassassin/README
5635                 for details
5636
5637 2002-12-29 [alfons]     0.8.8claws25
5638
5639         * src/mainwindow.c
5640                 when moving focus from a message view to the main 
5641                 window, don't forget to select the summary node
5642                 of the displayed message. should fix "[ 659103 ] 
5643                 focus-follows-mouse confuses sylpheed"
5644
5645 2002-12-29 [christoph]  0.8.8claws24
5646
5647         * src/Makefile.am
5648         * src/stringtable.[ch]          ** REMOVE **
5649         * src/common/Makefile.am
5650         * src/common/stringtable.[ch]   ** NEW **
5651                 move stringtable files to common directory
5652
5653 2002-12-29 [christoph]  0.8.8claws23
5654
5655         * src/Makefile.am
5656         * src/menu.[ch]                 ** REMOVE **
5657         * src/gtk/Makefile.am
5658         * src/gtk/menu.[ch]             ** NEW **
5659                 move menu files to gtk directory
5660
5661 2002-12-29 [match]      0.8.8claws22
5662
5663         * src/addressbook.c
5664         * src/syldap.c
5665                 moved UI specific code out of LDAP code into addressbook
5666                 UI code. fixed memory leak.
5667
5668 2002-12-29 [christoph]  0.8.8claws21
5669
5670         * src/folder.c
5671                 only check for IGNORED parent message when message is
5672                 not IGNORED itself
5673
5674 2002-12-29 [alfons]     0.8.8claws20
5675
5676         * src/summaryview.c
5677                 set gtksctree's anchor correct (immediate execute
5678                 changes the tree's layout, and anchor points at 
5679                 the incorrect row). fixes "[ 657233 ] multiple msg 
5680                 delete sometimes off by 1".
5681                 we probably have to look for more tree layout /
5682                 anchor glitches.
5683
5684 2002-12-29 [paul]       0.8.8claws19
5685
5686         * src/summaryview.c
5687                 fix bug [ 659054 ] incorrect sorting of 'From' column
5688                 when using 'display sender using address book'
5689                 thanks to Alfons and Luke Plant
5690
5691 2002-12-29 [christoph]  0.8.8claws18
5692
5693         * src/folder.c
5694         * src/procmsg.[ch]
5695                 check parent messages for IGNORE THREAD flag, when adding,
5696                 moving or copying messages to a folder
5697
5698 2002-12-27 [alfons]     0.8.8claws17
5699
5700         re-organize matcher part 5; more to come
5701
5702         * src/matcher.c
5703                 hash keywords in matchparser_tab 
5704
5705 2002-12-27 [alfons]     0.8.8claws16
5706
5707         re-organize matcher part 4; more to come
5708
5709         * src/matcher_parser.h
5710         * src/matcher_parser_lex.l
5711         * src/matcher_parser_parse.y
5712                 cleanup
5713
5714 2002-12-27 [alfons]     0.8.8claws15
5715
5716         re-organize matcher part 3; more to come
5717
5718         * src/matcher.[ch]
5719                 cleanup
5720
5721 2002-12-27 [alfons]     0.8.8claws14
5722
5723         re-organize matcher part 2; more to come but this should
5724         work. cc me if there are any regressions.
5725
5726         * src/matcher.h
5727                 add prototype for get_matchparser_tab_id()
5728         * src/matcher_parser_lex.l
5729                 look up keywords using matchparser_tab_id();
5730
5731 2002-12-27 [alfons]     0.8.8claws12
5732
5733         re-organize matcher part 1
5734
5735         * src/matcher.h
5736                 map yacc generated constants to sylpheed matcher constants
5737         * src/matcher.c
5738                 add function to find a matcher constant from a string
5739
5740 2002-12-27 [christoph]  0.8.8claws11
5741
5742         * src/compose.c
5743                 MENUITEM_ADD casts the 4th argument from integer to pointer
5744                 so it probably should not be a pointer, this means we
5745                 should use account id for it and not the account's pointer
5746
5747 2002-12-27 [paul]       0.8.8claws10
5748
5749         * src/mainwindow.c
5750                 remove unneeded 'GtkWidget *vbox'
5751                 
5752         * src/summaryview.c
5753                 further sync with 0.8.8 - make sort
5754                 by recipient work as expected
5755                 
5756         * NEWS
5757                 sync with 0.8.8
5758
5759 2002-12-27 [paul]       0.8.8claws9
5760
5761         * po/pt_BR.po
5762                 updated by Ivan F. Martinez
5763                 
5764 2002-12-27 [darko]      0.8.8claws8
5765
5766         * src/common/utils.c
5767                 added locked pattern to extended search
5768
5769 2002-12-27 [alfons]     0.8.8claws7
5770
5771         * src/prefs_matcher.[ch]
5772                 clean up
5773
5774 2002-12-26 [alfons]     0.8.8claws6
5775
5776         * src/matcher.[ch]
5777         * src/matcher_parser_lex.l
5778         * src/matcher_parser_parse.y
5779         * src/prefs_matcher.c
5780                 allow color label as a condition in the matcher
5781
5782 2002-12-26 [oliver]     0.8.8claws5
5783         
5784         * src/toolbar.c 
5785                 enable Addressbook for Main and Messageview
5786         * src/prefs_actions.c
5787                 enable actions in Messageview
5788
5789 2002-12-26 [christoph]  0.8.8claws4
5790
5791         * src/common/plugin.c
5792                 add a little debug output
5793         * configure.in
5794         * src/plugins/demo/Makefile.am
5795                 better use of automake
5796
5797 2002-12-26 [christoph]  0.8.8claws3
5798
5799         * src/Makefile.am
5800         * src/common/Makefile.am
5801                 fix "make distdir"
5802
5803 2002-12-26 [christoph]  0.8.8claws2
5804
5805         * configure.in
5806                 sort configure checks into common / gtk / plugins
5807         * po/POTFILES.in
5808                 add src/prefs_gtk.c
5809         * src/Makefile.am
5810                 add plugins SUBDIR
5811         * src/main.c
5812         * src/common/sylpheed.[ch]
5813                 added now sylpheed_done function for shutdown
5814         * src/common/Makefile.am
5815         * src/common/plugin.[ch]                ** NEW **
5816                 plugin loader and unloader
5817         * src/plugins/.cvsignore                ** NEW **
5818         * src/plugins/Makefile.am               ** NEW **
5819                 build plugins
5820         * src/plugins/demo/.cvsignore           ** NEW **
5821         * src/plugins/demo/Makefile.am          ** NEW **
5822         * src/plugins/demo/demo.c               ** NEW **
5823                 small demo plugin that installs a logtext hook and
5824                 outputs the log text to stdout
5825
5826 2002-12-26 [paul]       0.8.8claws1
5827
5828         * po/es.po
5829                 updated by Ricardo Mones Lastra
5830
5831 2002-12-26 [paul]       0.8.8claws
5832
5833         * 0.8.8claws released
5834
5835 2002-12-26 [paul]       0.8.7claws12
5836
5837         * po/bg.po
5838                 updated by George Danchev
5839
5840 2002-12-26 [paul]       0.8.7claws11
5841
5842         * po/POTFILES.in
5843                 remove unneeded 'src/prefs.c' entry 
5844
5845 2002-12-26 [paul]       0.8.7claws10
5846
5847         * src/codeconv.c
5848           src/mainwindow.c
5849                 sync with 0.8.8 release
5850         
5851         * src/folder.[ch]
5852           src/mh.c
5853           src/summaryview.c
5854                 partial sync with 0.8.8 release
5855         
5856
5857 2002-12-25 [alfons]     0.8.7claws9
5858
5859         * src/matcher.[ch]
5860         * src/matcher_parser_lex.l
5861         * src/matcher_parser_parse.y
5862         * src/prefs_matcher.c
5863                 add locked flag to possible filtering / matcher 
5864                 conditions (also a good example what should be
5865                 done to add a simple boolean condition)
5866
5867 2002-12-25 [christoph]  0.8.7claws8
5868
5869         * src/Makefile.am
5870         * src/account.[ch]
5871         * src/addrbook.c
5872         * src/addressbook.c
5873         * src/addrindex.c
5874         * src/filtering.c
5875         * src/folder.c
5876         * src/matcher.c
5877         * src/prefs.[ch]                ** REMOVE **
5878         * src/prefs_account.c
5879         * src/prefs_actions.c
5880         * src/prefs_common.c
5881         * src/prefs_customheader.c
5882         * src/prefs_display_header.c
5883         * src/prefs_filtering.c
5884         * src/prefs_folder_item.c
5885         * src/prefs_gtk.[ch]            ** NEW **
5886         * src/prefs_matcher.c
5887         * src/prefs_scoring.c
5888         * src/prefs_summary_column.c
5889         * src/procmime.c
5890         * src/selective_download.c
5891         * src/toolbar.c
5892         * src/common/Makefile.am
5893         * src/common/prefs.[ch]         ** NEW **
5894                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5895
5896 2002-12-24 [alfons]     0.8.7claws7
5897
5898         * src/summaryview.c
5899                 summary_thread_build(): fix real cause of the crash mentioned in
5900                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5901                 this way we get meaningful ctree nodes 
5902
5903 2002-12-24 [oliver]     0.8.7claws6
5904
5905         * src/mainwindow.[ch]
5906         * src/messageview.[ch]
5907         * src/compose.[ch]
5908         * src/inc.c
5909         * src/summaryview.c
5910                 changes to use updated toolbar handling
5911                 
5912 2002-12-24 [oliver]     0.8.7claws5
5913
5914         * src/toolbar.[ch]
5915                 generic toolbar handling
5916                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5917         * src/prefs_toolbar.[ch]
5918                 adjust to handling
5919         
5920 2002-12-24 [oliver]     0.8.7claws4
5921         
5922         * src/stock_pixmap.[ch]
5923                 move SYLPHEED_LOGO to end of list in order 
5924                 to remove it from Custom Toolbar`s Icon View
5925
5926 2002-12-24 [alfons]     0.8.7claws3
5927
5928         * src/summaryview.c
5929                 summary_thread_build(): fix crash because of focus != selection 
5930                 after threading. when deleting the selection, gtk tries but fails 
5931                 to find the correct focusable element. we now force the selection
5932                 to be focused. this should solve the infamous bug reported by 
5933                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5934                 a test case is available. 
5935
5936 2002-12-24 [darko]      0.8.7claws2
5937
5938         * src/summaryview.c
5939                 don't crash when unmarking message with unread children
5940
5941 2002-12-23 [christoph]  0.8.7claws1
5942
5943         * src/Makefile.am
5944         * src/common/Makefile.am
5945                 update Makefiles for moved intl.h, version.h and defs.h
5946         * src/imap.c
5947                 rewrite imap_session_get to avoid duplicate code
5948
5949 2002-12-23 [paul]       0.8.7claws
5950
5951         * Santa-Claws released
5952         
5953         * po/hu.po
5954           po/ru.po
5955                 squeeze in updated Hungarian and Russian translations.
5956                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5957
5958 2002-12-23 [paul]       0.8.6claws129
5959
5960         * po/pl.po
5961                 updated by Witold Wladyslaw Wojciech Wilk
5962
5963 2002-12-23 [paul]       0.8.6claws128
5964
5965         * src/quote_fmt_parse.y
5966                 fix typo and add licence header
5967
5968 2002-12-23 [paul]       0.8.6claws127
5969
5970         * po/en_GB.po
5971                 updated
5972
5973 2002-12-23 [paul]       0.8.6claws126
5974
5975         * po/it.po
5976                 updated translation, submitted by Alessandro Maestri
5977                 
5978 2002-12-23 [paul]       0.8.6claws125
5979
5980         * src/quote_fmt_parse.y
5981                 fix signature-stripping on replies bug. match
5982                 '-- \n' and not '-- '.
5983
5984 2002-12-22 [paul]       0.8.6claws124
5985
5986         * po/bg.po
5987           po/es.po
5988           po/sr.po
5989                 updated translations. submitted by George Danchev,
5990                 Ricardo Mones Lastra, and Urke MMI respectively
5991
5992 2002-12-21 [paul]       0.8.6claws123
5993
5994         * src/addrbook.c
5995                 fix coding style
5996
5997 2002-12-21 [paul]       0.8.6claws122
5998
5999         * src/addrbook.c
6000                 fix bug [643638] where if a person is in one or more
6001                 addressbook groups editing that person's email 
6002                 address results in removal from those groups.
6003                 Patch submitted by Luke Plant.
6004
6005 2002-12-20 [christoph]  0.8.6claws121
6006
6007         * src/common/utils.c
6008         * src/summaryview.c
6009                 reimplement expand_search_string using GString to
6010                 prevent crashs caused by miscalculated string
6011                 lengths reported by Paul
6012
6013 2002-12-20 [christoph]  0.8.6claws120
6014
6015         * src/summaryview.c
6016                 don't use "changed" to check if op_count has to be changed as it
6017                 is also set when the message has unread children
6018                 (closes bug [ 653221 ] crash while deleting duplicates)
6019
6020 2002-12-20 [paul]       0.8.6claws119
6021
6022         * sync with 0.8.6cvs27
6023                 see ChangeLog 2002-12-20
6024
6025 2002-12-20 [paul]       0.8.6claws118
6026
6027         * sync with 0.8.6cvs26
6028                 see ChangeLog 2002-12-19 and 2002-12-20
6029
6030 2002-12-19 [alfons]     0.8.6claws117
6031
6032         * src/textview.c
6033                 fix incorrect parsing of email addresses, submitted by 
6034                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6035                 name display if it contains @".
6036
6037 2002-12-18 [paul]       0.8.6claws116
6038
6039         * sync with 0.8.6cvs23
6040                 see ChangeLog 2002-12-18
6041
6042 2002-12-18 [paul]       0.8.6claws115
6043
6044         * src/Makefile.am
6045         * src/account.c
6046         * src/codeconv.c
6047         * src/gtkutils.[ch]
6048         * src/imap.c
6049                 sync with 0.8.6cvs22.
6050                 see ChangeLog 2002-12-17 and 2002-12-18
6051
6052 2002-12-17 [christoph]  0.8.6claws114
6053
6054         * src/imap.c
6055                 o don't create a session if imap greeting fails
6056                 o don't close socket when authentication fails
6057                   this is done by imap_session_destroy
6058
6059 2002-12-17 [thorsten]   0.8.6claws113
6060
6061         * tools/Makefile.am
6062           tools/README
6063           tools/google_msgid.pl ** NEW FILE **
6064                 Added "search for message-id" script and doc
6065
6066 2002-12-17 [thorsten]   0.8.6claws112
6067
6068         * po/hu.po
6069                 Updated hungarian translation
6070                 (updated by Gal Zoltan)
6071
6072 2002-12-16 [christoph]  0.8.6claws111
6073
6074         * src/addr_compl.c
6075                 remove stupid addressbook dump to debug output
6076         * src/mh.c
6077                 fix memory leak found by Hiro
6078
6079 2002-12-14 [paul]       0.8.6claws110
6080
6081         * src/compose.c
6082                 fix menubar sensitivity on send
6083                 
6084         * src/prefs_filtering.c
6085         * src/prefs_matcher.c
6086         * src/prefs_scoring.c
6087                 Fix english ;)
6088                 
6089         * src/common/quoted-printable.h
6090                 sync: fix typo
6091         
6092 2002-12-13 [christoph]  0.8.6claws109
6093
6094         * src/Makefile.am
6095         * src/manage_window.[ch]        ** REMOVE **
6096         * src/gtk/Makefile.am
6097         * src/gtk/manage_window.[ch]    ** NEW **
6098                 move manage_window files to gtk directory
6099
6100 2002-12-13 [christoph]  0.8.6claws108
6101
6102         * src/Makefile.am
6103         * src/gtkshruler.[ch]           ** REMOVE **
6104         * src/gtk/Makefile.am
6105         * src/gtk/gtkshruler.[ch]       ** NEW **
6106                 move gtkshruler files to gtk directory
6107
6108 2002-12-13 [christoph]  0.8.6claws107
6109
6110         * src/Makefile.am
6111         * src/compose.c
6112         * src/gtkstext.[ch]             ** REMOVE **
6113         * src/gtkutils.[ch]
6114         * src/textview.c
6115         * src/gtk/gtkstext.[ch]         ** NEW **
6116         * src/gtk/Makefile.am
6117                 o move stext functions to gtkstext.c to remove
6118                   dependency of gtkutils
6119                 o move gtkstext files to gtk directory
6120
6121         * src/gtk/Makefile.am
6122         * src/gtk/sslcertwindow.[ch]
6123                 UI stuff can always depend on common code so
6124                 it's ok to add ../common to include path
6125
6126 2002-12-13 [colin]      0.8.6claws106
6127
6128         * src/summaryview.c
6129                 Disconnect sighandlers for mainwindow when
6130                 quicksearch has the focus
6131                 Fix bug #653231
6132         * src/mainwindow.[ch]
6133                 Make key_pressed callback public, to be able
6134                 to disconnect it
6135
6136 2002-12-13 [christoph]  0.8.6claws105
6137
6138         * src/mh.c
6139                 create .mh_sequences file in new MH folders
6140                 (closes feature request [ 523162 ] MH folders should
6141                  get a .mh_sequences)
6142
6143 2002-12-13 [colin]      0.8.6claws104
6144
6145         * src/summaryview.c
6146                 Better handling of quicksearch show/hide
6147                 (basically the button stays under the mouse 
6148                  when toggled)
6149
6150 2002-12-13 [paul]       0.8.6claws103
6151
6152         * sync with 0.8.6cvs17
6153                 see ChangeLog 2002-12-13
6154
6155 2002-12-13 [paul]       0.8.6claws102
6156
6157         * po/es.po
6158                 updated by Ricardo Mones Lastra
6159
6160 2002-12-11 [colin]       0.8.6claws101
6161
6162         * src/folder.c
6163                 remove statusbar stuff
6164           src/folderview.c
6165                 set statusbar verbosity when moving folders
6166
6167 2002-12-11 [colin]       0.8.6claws100
6168         * src/prefs_filtering.c
6169         * src/prefs_matcher.c
6170         * src/prefs_scoring.c
6171                 Fix english ;)
6172
6173 2002-12-11 [colin]       0.8.6claws99
6174
6175         * src/prefs_common.[ch]
6176                 Add summary_quicksearch_type
6177         * src/summaryview.c
6178                 Save last used quicksearch type
6179
6180 2002-12-11 [jens]       0.8.6claws98
6181         * src/prefs_filtering.c
6182         * src/prefs_matcher.c
6183         * src/prefs_scoring.c
6184                 added dialog for incomplete rules in scoring, filtering and
6185                 matcher to ask wheather really close
6186
6187 2002-12-11 [colin]      0.8.6claws97
6188
6189         * src/folder.c
6190                 Fix folder dnd statusbar logging
6191
6192 2002-12-10 [christoph]  0.8.6claws96
6193
6194         * src/compose.c
6195         * src/folder.c
6196         * src/imap.c
6197         * src/inc.c
6198         * src/main.c
6199         * src/mainwindow.c
6200         * src/news.c
6201         * src/send.c
6202         * src/statusbar.[ch]
6203         * src/common/hooks.c
6204         * src/common/log.[ch]
6205                 o handle verbose logging in statusbar directly in statusbar code
6206                   and common code does not need any knowledge about a statusbar
6207                 o remove direct calls to statusbar_(puts|pop)_all functions
6208
6209 2002-12-10 [jens]       0.8.6claws95
6210
6211         * src/*.c
6212                 removed gettext from g_warnings
6213         * po/POTFILES.in
6214                 cleaned and updated
6215         * po/de.po
6216                 updated
6217
6218 2002-12-10 [colin]      0.8.6claws94
6219
6220         * src/main.c
6221                 finish crash dialog fix
6222
6223 2002-12-10 [colin]      0.8.6claws93
6224
6225         * src/main.c
6226                 "Fix" "sylpheed already running" instead of
6227                 crash dialog appearing after a crash
6228
6229 2002-12-10 [colin]      0.8.6claws92
6230
6231         * po/POTFILES.in
6232                 add src/gtk/sslcertwindow.c
6233
6234 2002-12-10 [paul]       0.8.6claws91
6235
6236         * po/POTFILES.in
6237                 updated to reflect recent changes
6238                 submitted by Alessandro Maestri
6239
6240 2002-12-09 [christoph]  0.8.6claws90
6241
6242         * src/Makefile.am
6243         * src/smtp.[ch]                 ** REMOVE **
6244         * src/common/Makefile.am
6245         * src/common/smtp.[ch]          ** NEW **
6246                 move smtp files to common directory
6247
6248 2002-12-09 [christoph]  0.8.6claws89
6249
6250         * src/Makefile.am
6251         * src/session.[ch]              ** REMOVE **
6252         * src/common/Makefile.am
6253         * src/common/session.[ch]       ** NEW **
6254                 move session files to common directory
6255
6256 2002-12-09 [paul]       0.8.6claws88
6257
6258         * src/account.c
6259                 fix bug [649746] edit accounts: move account reverted
6260                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6261
6262 2002-12-09 [colin]      0.8.6claws87
6263
6264         * src/ssl_certificate.c
6265                 cleanup
6266
6267 2002-12-09 [colin]      0.8.6claws86
6268
6269         * src/ssl.c
6270                 Try to open the cert.pem database and 
6271                 issue a warning if it isn't there
6272
6273 2002-12-09 [colin]      0.8.6claws85
6274
6275         * src/common/ssl_certificate.c
6276         * src/gtk/sslcertwindow.c
6277                 Warning fixes
6278
6279 2002-12-09 [colin]      0.8.6claws84
6280
6281         * src/ssl_certificate.[ch] ** REMOVED **
6282         * src/common/ssl_certificate.[ch] ** NEW **
6283         * src/Makefile.am
6284         * src/common/Makefile.am
6285                 Moved ssl_certificate.[ch] to common
6286         * src/common/ssl.c 
6287                 Put back needed include
6288         * src/gtk/sslcertwindow.[ch]
6289                 Changed ssl_certificate.h include
6290         
6291 2002-12-09 [colin]      0.8.6claws83
6292
6293         * src/gtk/sslcertwindow.[ch]
6294                 Implement hook for certificate acception
6295         * src/ssl_certificate.[ch]
6296                 Implement hook for certificate acception
6297         * src/common/ssl.c
6298                 Reenable certificate acception check
6299         * src/mainwindow.c
6300                 Register sslcertwindow's hook
6301         
6302 2002-12-08 [christoph]  0.8.6claws82
6303
6304         * src/about.c
6305         * src/addr_compl.c
6306         * src/codeconv.c
6307         * src/manual.c
6308         * src/undo.c
6309         * src/common/utils.c
6310                 o add missing includes
6311                 o fix warnings
6312         * src/.cvsignore
6313         * src/common/.cvsignore
6314         * src/common/version.h          ** REMOVE **
6315                 remove autogenerated file
6316
6317 2002-12-08 [paul]       0.8.6claws81
6318
6319         * src/stringtable.c
6320                 put back needed include
6321
6322 2002-12-08 [colin]      0.8.6claws80
6323         
6324         * src/gtk/sslcertwindow.c
6325                 Cleaner popups when asking
6326         * src/ssl_certificate.c
6327         * src/prefs_common.[ch]
6328                 remove ssl certificate pref
6329                 put back needed include
6330         * src/undo.c
6331                 put back needed include
6332
6333 2002-12-08 [christoph]  0.8.6claws79
6334
6335         * src/folderview.c
6336         * src/logwindow.c
6337         * src/statusbar.c
6338         * src/summaryview.c
6339                 only abort hook invokation if required data is missing not
6340                 if our own data pointer is NULL, update hookfunction for
6341                 log window
6342
6343 2002-12-08 [paul]       0.8.6claws78
6344
6345         * src/about.c
6346         * src/addrcache.c
6347         * src/addrclip.c
6348         * src/addr_compl.c
6349         * src/addrselect.c
6350         * src/codeconv.c
6351         * src/colorlabel.c
6352         * src/enriched.c
6353         * src/esmtp.c
6354         * src/exporthtml.c
6355         * src/headerview.c
6356         * src/imageview.c
6357         * src/manual.c
6358         * src/noticeview.c
6359         * src/pgptext.c
6360         * src/scoring.c
6361         * src/sourcewindow.c
6362         * src/stringtable.c
6363         * src/undo.c
6364                 clean up: remove unneccesary includes
6365
6366 2002-12-08 [christoph]  0.8.6claws77
6367
6368         * src/folderview.c
6369         * src/statusbar.c
6370         * src/summaryview.c
6371         * src/common/hooks.[ch]
6372                 hook functions now have a gboolean return value, if a hook
6373                 returns TRUE it will stop executing of any more hooks in
6374                 the same hooklist for this invokation
6375
6376 2002-12-08 [colin]      0.8.6claws76
6377         
6378         * src/main.c
6379                 put back argv0 for CRASH_DIALOG
6380
6381 2002-12-08 [christoph]  0.8.6claws75
6382
6383         * src/Makefile.am
6384         * src/about.c
6385         * src/account.c
6386         * src/crash.c
6387         * src/esmtp.h
6388         * src/imap.[ch]
6389         * src/inc.c
6390         * src/main.c
6391         * src/mainwindow.c
6392         * src/news.c
6393         * src/pop.[ch]
6394         * src/prefs_account.[ch]
6395         * src/prefs_common.[ch]
6396         * src/send.[ch]
6397         * src/smtp.[ch]
6398         * src/ssl_certificate.[ch]
6399         * src/ssl_manager.[ch]
6400         * src/common/Makefile.am
6401         * src/common/log.c
6402         * src/common/nntp.[ch]
6403         * src/common/socket.[ch]
6404         * src/common/ssl.[ch]
6405         * src/gtk/sslcertwindow.[ch]
6406         * ac/openssl.m4
6407                 use new autoconf script to detect OpenSSL with extra parameters
6408                 to specify the location of libs and includes, also remove USE_SSL
6409                 to USE_OPENSSL
6410
6411         * src/common/sylpheed.[ch]
6412         * src/common/version.h.in
6413                 start seperation of common code initialization seperated from gui
6414
6415         * src/summaryview.c
6416                 The function that is called when a color label changes
6417                 should not change the color lable again
6418
6419 2002-12-08 [colin]      0.8.6claws74
6420
6421         * src/gtk/sslcertwindow.c
6422                 warning fixes
6423
6424 2002-12-08 [colin]      0.8.6claws73
6425
6426         * src/statusbar.c
6427           src/common/log.h
6428                 Register a hook for statusbar_puts_all
6429         * src/common/log.c
6430                 invoke statusbar_puts_all's hook
6431         
6432 2002-12-08 [colin]      0.8.6claws72
6433
6434         * src/ssl_certificate.c
6435                 Put back a badly-removed include
6436
6437 2002-12-08 [colin]      0.8.6claws71
6438
6439         * src/gtk/sslcertwindow.[ch]    ** NEW **
6440                 new certificate presentation
6441         * src/gtk/Makefile.am
6442                 add new files
6443         * src/ssl_certificate.[ch]
6444                 gtk cleanup, made utility functions public
6445         * src/ssl_manager.c
6446                 use new cert presentation
6447
6448 2002-12-07 [christoph]  0.8.6claws70
6449
6450         * src/Makefile.am
6451         * src/nntp.[ch]                 ** REMOVE **
6452         * src/common/Makefile.am
6453         * src/common/nntp.[ch]          ** NEW **
6454                 move nntp files to common directory
6455
6456 2002-12-07 [christoph]  0.8.6claws69
6457
6458         * src/procmsg.[ch]
6459         * src/summaryview.c
6460                 implement msginfo update callback using sylpheed's new
6461                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6462
6463 2002-12-06 [christoph]  0.8.6claws68
6464
6465         * src/editgroup.c
6466                 This patch changes the 'Edit Group Details' dialog to
6467                 allow extended selections in either pane, so that
6468                 addresses can be added or removed from a group more
6469                 quickly and easily. (it actually is a net decrease in
6470                 file size, as some unnecessary functions have been
6471                 removed). 
6472                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6473
6474 2002-12-06 [christoph]  0.8.6claws67
6475
6476         * src/Makefile.am
6477         * src/template.[ch]             ** REMOVE **
6478         * src/common/Makefile.am
6479         * src/common/template.[ch]      ** NEW **
6480                 move template files to common directory
6481
6482         * src/nntp.c
6483                 add missing log.h include
6484
6485 2002-12-06 [melvin]     0.8.6claws66
6486
6487         * src/prefs_actions.c
6488                 Added the trailing ">" syntax to insert command's output
6489                 without replacing old text (in contrast to trailing "|").
6490
6491 2002-12-05 [colin]      0.8.6claws65
6492         
6493         * src/common/utils.c
6494                 Don't modify original search_string or it'll change
6495                 the next iterations in the for()
6496
6497 2002-12-05 [darko]      0.8.6claws64
6498
6499         * src/common/utils.c
6500                 proper check for filtering commands, found by Colin
6501
6502 2002-12-05 [darko]      0.8.6claws63
6503
6504         * src/common/utils.c
6505                 check proper string for NULL pointer, found by Colin
6506
6507 2002-12-05 [darko]      0.8.6claws62
6508
6509         * src/common/utils.[ch]
6510                 expand_search_string(): new function
6511                 converts Mutt-like patterns to Sylpheed's
6512                 filtering engine
6513         * src/summaryview.c
6514                 use expand_search_string() to allow Mutt-like
6515                 patterns in extended search
6516         * README.claws
6517                 document extended option in quick search
6518
6519 2002-12-05 [paul]       0.8.6claws61
6520
6521         * sync with 0.8.6cvs16
6522                 see ChangeLog 2002-12-05
6523                 
6524         * po/POTFILES.in
6525                 clean up
6526
6527 2002-12-04 [christoph]  0.8.6claws60
6528
6529         * src/imap.[ch]
6530                 put imap authentication code into a new function and
6531                 remove it from imap_session_new that will allow to
6532                 send other commands before authentication
6533
6534 2002-12-04 [christoph]  0.8.6claws59
6535
6536         * src/imap.[ch]
6537                 use already existing method to prevent unneeded IMAP
6538                 folder selects. Set imap_select parameters to NULL
6539                 in some functions if the values are not required.
6540
6541         * src/xml.h
6542                 remove no longer required include
6543
6544 2002-12-04 [paul]       0.8.6claws58
6545
6546         * po/es.po
6547                 updated by Ricardo Mones Lastra
6548                 
6549         * configure.in
6550           po/hu.po      ** NEW FILE **
6551                 initial Hungarian translation, submitted
6552                 by Gál Zoltán <galzoli@hu.inter.net>
6553
6554 2002-12-03 [christoph]  0.8.6claws57
6555
6556         * src/Makefile.am
6557         * src/gtksctree.[ch]            ** REMOVE **
6558         * src/gtk/Makefile.am
6559         * src/gtk/gtksctree.[ch]        ** NEW **
6560                 move gtksctree files to gtk directory
6561
6562 2002-12-03 [christoph]  0.8.6claws56
6563
6564         * src/Makefile.am
6565         * src/md5.[ch]                  ** REMOVE **
6566         * srm/common/Makefile.am
6567         * src/common/md5.[ch]           ** NEW **
6568                 move md5 files to common directory
6569
6570         * src/gtkstext.c
6571                 remove not required #include
6572
6573 2002-12-03 [sergey]     0.8.6claws55
6574
6575         * src/gtkutils.c
6576         * src/gtkutils.h
6577                 gtkut_window_popup(): new function.
6578         * src/mainwindow.c
6579                 main_window_popup(): use gtkut_window_popup() to raise
6580                 window without changing its position.
6581                 (see sylpheed-main ML message [sylpheed:17247])
6582
6583 2002-12-03 [sergey]     0.8.6claws54
6584
6585         * src/send.c
6586                 send_message_local(): removed first-dot escaping
6587                 (SMTP-only, not needed for sending through pipe)
6588
6589 2002-12-03 [paul]       0.8.6claws53
6590
6591         * po/POTFILES.in
6592                 update to reflect recent changes (thanks
6593                 to Ricardo Mones Lastra)
6594                 
6595         * tools/filter_conv.pl
6596                  fix problem with quoted strings. Patch submitted
6597                  by Luke Plant <lukeplant@softhome.net>
6598
6599 2002-12-03 [paul]       0.8.6claws52
6600
6601         * sync with 0.8.6cvs15
6602                 see ChangeLog 2002-12-03
6603
6604 2002-12-02 [christoph]  0.8.6claws51
6605
6606         * src/logwindow.[ch]
6607         * src/common/log.[ch]
6608                 implement logging using a hook function
6609
6610         * src/folderview.c
6611         * src/folder.[ch]
6612                 define hooklist name in header file to avoid
6613                 errors caused by wrong spelling of hooklist names
6614
6615         * src/toolbar.c
6616                 fix warnings
6617
6618 2002-12-02 [christoph]  0.8.6claws50
6619
6620         * src/common/Makefile.am
6621                 add src/common/hooks.[ch]
6622
6623         * src/common/hooks.[ch]
6624                 implement a simple hook system using glib's hook functions
6625
6626         * src/folder.[ch]
6627         * src/folderview.c
6628                 use new hook system for folder item updates
6629
6630 2002-12-02 [christoph]  0.8.6claws49
6631
6632         * doc-src/ui_seperation.txt     ** NEW **
6633                 information for ui seperation
6634
6635         * src/Makefile.am
6636                 remove files that were moved to common
6637                 include common directory by default for the header files
6638
6639         * src/inc.c
6640         * src/common/socket.c
6641         * src/automaton.[ch]
6642                 implement automaton using g_io_*-functions instead of
6643                 gdk_input_add to make it ui independent
6644
6645         * src/codeconv.c
6646         * src/compose.c
6647         * src/ldif.c
6648         * src/pgptext.c
6649         * src/procmime.c
6650         * src/rfc2015.c
6651         * src/smtp.c
6652         * src/unmime.c
6653                 remove common/ prefix because directory is now in
6654                 include path
6655
6656         * src/compose.c
6657         * src/folder.c
6658         * src/folderview.c
6659         * src/mainwindow.c
6660         * src/messageview.c
6661         * src/prefs_common.c
6662         * src/procmsg.c
6663         * src/rfc2015.c
6664                 fix warnings
6665
6666         * src/imap.c
6667         * src/inc.c
6668         * src/news.c
6669         * src/pop.c
6670         * src/send.c
6671         * src/smtp.c
6672         * src/ssl_certificate.c
6673                 add log.h header file for logging functions
6674
6675         * src/main.c
6676         * src/common/utils.c
6677         * src/summaryview.c
6678         * src/xml.c
6679                 o move debug_mode to common/utils.c
6680                 o add functions to set and get debug_mode
6681
6682         * src/defs.h                    ** REMOVE **
6683         * src/intl.h                    ** REMOVE **
6684         * src/socket.[ch]               ** REMOVE **
6685         * src/ssl.[ch]                  ** REMOVE **
6686         * src/utils.[ch]                ** REMOVE **
6687                 replaced by new files in src/common/
6688         
6689         * src/common/Makefile.am
6690                 add new files in src/common/
6691
6692         * src/common/defs.h             ** NEW **
6693         * src/common/intl.h             ** NEW **
6694         * src/common/log.[ch]           ** NEW **
6695         * src/common/socket.[ch]        ** NEW **
6696         * src/common/ssl.[ch]           ** NEW **
6697         * src/common/utils.[ch]         ** NEW **
6698                 replacement for files in src/
6699
6700 2002-12-02 [colin]      0.8.6claws48
6701
6702         * src/folderview.c
6703                 Scroll folderview if necessary during dnd
6704
6705 2002-12-02 [colin]      0.8.6claws47
6706
6707         * src/folder.[ch]
6708                 Add check to verify a move is within a single mailbox
6709         * src/folderview.c
6710                 Add specific error string for this check
6711
6712 2002-12-02 [colin]      0.8.6claws46
6713
6714         * src/folder.c
6715                 Add a test to folder moving, remove a statusbar_print
6716         * src/folderview.c
6717                 Add Move folder... context-menu item
6718                 Factorize folder moving code
6719                 Enable folder DND for mbox
6720
6721 2002-12-01 [christoph]  0.8.6claws45
6722
6723         * ac/aspell.m4
6724                 remove conf.aspelltest if the version check fails
6725
6726 2002-11-30 [christoph]  0.8.6claws44
6727
6728         * autogen.sh
6729                 run libtoolize --force in autogen to create missing
6730                 libtool scripts
6731
6732 2002-11-30 [christoph]  0.8.6claws43
6733
6734         * src/Makefile.am
6735         * src/pgptext.c
6736         * src/procmime.c
6737         * src/rfc2015.c
6738         * src/uuencode.[ch]             ** REMOVED **
6739         * src/common/Makefile.am
6740         * src/common/uuencode.[ch]      ** NEW **
6741                 move uuen/decoder to common directory
6742
6743 2002-11-30 [christoph]  0.8.6claws42
6744
6745         * src/Makefile.am
6746         * src/base64.[ch]               ** REMOVED **
6747         * src/codeconv.c
6748         * src/compose.c
6749         * src/ldif.c
6750         * src/pgptext.c
6751         * src/procmime.c
6752         * src/rfc2015.c
6753         * src/smtp.c
6754         * src/unmime.c
6755         * src/common/Makefile.am
6756         * src/common/base64.[ch]        ** NEW **
6757                 move base64 en/decoder to common directory
6758
6759 2002-11-30 [christoph]  0.8.6claws41
6760
6761         * src/common                    ** NEW **
6762                 new directory for UI independent code
6763         * src/gtk                       ** NEW **
6764                 new directory for GTK frontend
6765         * src/common/.cvsignore         ** NEW **
6766         * src/gtk/.cvsignore            ** NEW **
6767                 ignore build files
6768         * src/common/Makefile.am        ** NEW **
6769         * src/gtk/Makefile.am           ** NEW **
6770                 automake files to build new seperated stuff
6771         * src/Makefile.am
6772                 the binary will currently still be build with the
6773                 files in src, so we include the code from the
6774                 subdirs for now after building the libs there
6775
6776 2002-11-30 [paul]       0.8.6claws40
6777
6778         * src/compose.c
6779                 fix bug [642731] 'Wrong selected account with drafted mail'
6780
6781 2002-11-29 [oliver]     0.8.6claws39
6782         
6783         * src/messageview.c
6784                 o update summaryview when switching between different
6785                   messageviews          
6786         * src/toolbar.c  
6787                 o check if messageview holds already removed msg
6788                   from summaryview
6789                 
6790
6791 2002-11-29 [oliver]     0.8.6claws38
6792
6793         * src/toolbar.c 
6794                 remove not needed variables and includes
6795                 make messageview stay opened and move to next when msgs are deleted 
6796
6797 2002-11-29 [oliver]     0.8.6claws37
6798         
6799         * src/toolbar.c 
6800                 disable compose button (messageview toolbar) by default
6801                 deleted msgs are moved to trash
6802         
6803 2002-11-29 [melvin]     0.8.6claws36
6804
6805         * configure.in
6806                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6807                 and to detect signatures expirations (gpgme 0.3.6)
6808
6809         * src/main.c
6810                 Use non obsolescent function for Gpgme engine checking.
6811
6812         * src/rfc2015.c
6813                 Inform about expired signatures or signatures which key
6814                 has expired. Expiration date is displayed.
6815
6816         * src/sigstatus.c
6817                 Inform about expired signatures or signatures which key
6818                 has expired.
6819
6820 2002-11-28 [paul]       0.8.6claws35
6821
6822         * src/folderview.c
6823                 re-instate 'Check for new messages' in Newsgroup
6824                 folders right-click menu, after a suggestion from
6825                 Tim Mann <timmann@users.sourceforge.net>
6826
6827         * src/main.c
6828                 after a crash check only local folders for new
6829                 messages
6830
6831 2002-11-28 [paul]       0.8.6claws34
6832
6833         * configure.in
6834                 apply patch that fixes the checking of GTK with XIM 
6835                 support on different OSs, such as FreeBSD. Patch 
6836                 submitted by Topia <topia@users.sourceforge.net>
6837                 
6838 2002-11-28 [paul]       0.8.6claws33
6839
6840         * src/mainwindow.c
6841           src/prefs_common.c
6842           src/prefs_toolbar.c
6843                 more changes to the English
6844
6845 2002-11-28 [paul]       0.8.6claws32
6846
6847         * sync with 0.8.6cvs13
6848                 see ChangeLog 2002-11-28 (no sync needed
6849                 for src/compose.c)
6850
6851 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6852         
6853         * src/mainwindow.[ch]
6854                 add patch by Ivan F. Martinez introducing messageview Toolbar
6855                 some changes and committed by oliver    
6856
6857 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6858
6859         * src/messageview.[ch]
6860                 add patch by Ivan F. Martinez introducing messageview Toolbar
6861                 some changes and committed by oliver    
6862
6863 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6864
6865         * src/compose.[ch]
6866                 add patch by Ivan F. Martinez introducing messageview Toolbar
6867                 some changes and committed by oliver    
6868
6869 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6870         
6871         * src/toolbar.[ch]
6872                 add patch by Ivan F. Martinez introducing messageview Toolbar
6873                 some changes and committed by oliver
6874
6875 2002-11-28 [oliver]     0.8.6claws27
6876         
6877         * src/prefs_toolbar.[ch]
6878                 getting ready for messageview toolbar
6879                 free mem allocated by gettext
6880                 change prefs_toolbar to prefs_toolbar_open
6881  
6882 2002-11-28 [thorsten]   0.8.6claws26
6883
6884         * src/imageview.[ch]
6885                 cleaned up conflicting declarations of
6886                 imageview_show_image()
6887
6888 2002-11-28 [paul]       0.8.6claws25
6889
6890         * src/grouplistdialog.c
6891           src/prefs_common.c
6892           src/prefs_summary_column.c
6893                 a few more improvements to the English
6894
6895 2002-11-28 [colin]      0.8.6claws24
6896
6897         * man/sylpheed.1
6898                 A few updates to command-line parameters
6899
6900 2002-11-28 [colin]      0.8.6claws23
6901
6902         * src/prefs_filtering.c
6903                 Fix problems with prefs_filtering_delete_path:
6904                 a) if the first rule is removed, original pointers
6905                    weren't updated (leading to segfaults)
6906                 b) it was always global_processing updated in case
6907                    of removed path was parent of rule path
6908
6909 2002-11-27 [paul]       0.8.6claws22
6910
6911         * src/mainwindow.c
6912           src/prefs_account.c
6913           src/prefs_actions.c
6914           src/prefs_common.c
6915           src/prefs_customheader.c
6916           src/prefs_display_header.c
6917           src/prefs_filtering.c
6918           src/prefs_folder_item.c
6919           src/prefs_matcher.c
6920           src/prefs_scoring.c
6921           src/prefs_summary_column.c
6922           src/prefs_template.c
6923           src/prefs_toolbar.c
6924                  improve the English in the GUI
6925
6926 2002-11-27 [colin]      0.8.6claws21
6927
6928         * src/folder.c
6929                 Fix processing renaming problems happening after
6930                 last commit
6931
6932 2002-11-27 [colin]      0.8.6claws20
6933
6934         * src/folder.c
6935                 recursive move now deletes src each subfolder after 
6936                 having moved it
6937         * src/folderview.c
6938                 Use identifier instead of path during dnd (enables
6939                 IMAP folder dnd)
6940
6941 2002-11-27 [paul]       0.8.6claws19
6942
6943         * src/main.c
6944                 apply patch that does command-line processing 
6945                 BEFORE gtk_init, allowing claws to run from 
6946                 shell-scripts in non-X environment (e.g. crontab 
6947                 or ip-up, ip-down scripts). Patch submitted by
6948                 Ruslan N. Balkin <baron@dartel.ru>
6949                 
6950         * po/it.po
6951                 updated by Alessandro Maestri
6952
6953 2002-11-27 [paul]       0.8.6claws18
6954
6955         * sync with 0.8.6cvs12
6956           src/prefs_common.c
6957                 Differences are that main uses a 'Receive dialog'
6958                 frame on the Interface tab, whereas claws groups all 
6959                 the dialogs together in a 'Dialogs' frame.
6960
6961 2002-11-27 [colin]      0.8.6claws17
6962
6963         * src/prefs_matcher.c
6964                 Fix Execute criteria's NOT flag
6965
6966
6967 2002-11-26 [christoph]  0.8.6claws16
6968
6969         * src/ssl.c
6970                 rewrite the ssl code a little bit, only use one
6971                 SSL context, set default certificates' file/path
6972
6973 2002-11-26 [thorsten]   0.8.6claws15
6974
6975         * src/compose.c
6976                 default-reply-to didn't work for ml-reply
6977
6978 2002-11-26 [melvin]     0.8.6claws14
6979
6980         * src/prefs_actions.c
6981                 Made pipe-actions ignore short headers in message view
6982                 Made trailing-pipe-actions write in the message view with
6983                 the same font as the original message
6984
6985 2002-11-26 [paul]       0.8.6claws13
6986
6987         * src/compose.c
6988                 this time commit the correct file
6989
6990 2002-11-26 [paul]       0.8.6claws12
6991
6992         * sync with 0.8.6cvs11
6993           src/quote_fmt_parse.y  
6994                 no sync needed
6995           src/account.[ch]       
6996                 not sync'ed
6997           src/compose.c
6998                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6999                 on draft mode.
7000                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7001                 header
7002                 
7003         see ChangeLog 2002-11-25 and 2002-11-26
7004
7005 2002-11-26 [colin]      0.8.6claws11
7006
7007         * src/folderview.c
7008                 Fix collapsed folder not auto-expanding during
7009                 mail dnd, if it was the source folder.
7010
7011 2002-11-25 [colin]      0.8.6claws10
7012
7013         * src/folderview.[ch]
7014                 Variable renaming and cleaning (slist of nodes 
7015                 to be re-collapsed is stored in FolderView)
7016
7017 2002-11-25 [paul]       0.8.6claws9
7018
7019         * src/prefs_common.[ch]
7020                 fix breakage caused by last commit
7021
7022 2002-11-25 [paul]       0.8.6claws8
7023
7024         * sync with 0.8.6cvs4
7025                 see ChangeLog 2002-11-21
7026
7027 2002-11-25 [paul]       0.8.6claws7
7028
7029         * sync with 0.8.6cvs4
7030                 see ChangeLog 2002-11-20
7031
7032 2002-11-25 [paul]       0.8.6claws6
7033
7034         * sync with 0.8.6cvs3
7035                 see ChangeLog 2002-11-18
7036
7037 2002-11-25 [colin]      0.8.6claws5
7038
7039         * src/gtkutils.[ch]
7040                 Add gtkut_ctree_node_is_parent()
7041         * src/folderview.c
7042                 Spring-loaded folders
7043
7044 2002-11-25 [colin]      0.8.6claws4
7045
7046         * src/utils.[ch]
7047                 Add slist_concat_unique(), function to merge
7048                 two GSList filtering dups
7049         * src/folder.[ch]
7050         * src/summaryview.[ch]
7051         * src/folderview.c
7052         * src/main.c
7053                 Add detection/update/display of unread answers
7054                 to marked mails
7055         * src/procmsg.[ch]
7056                 Add procmsg_find_children()
7057                 Add procmsg_msg_has_marked_parent()
7058
7059 2002-11-25 [colin]      0.8.6claws3
7060
7061         * src/ssl_certificate.[ch]
7062                 Allow checking a certificate without a DNS
7063                 lookup
7064                 Allow to forget a cert (by deleting it)
7065                 Make ssl_certificate_destroy_public
7066         * src/ssl_manager.[ch] ** NEW FILES **
7067                 Gui to manage (display/remove) certificates
7068         * src/prefs_common.[ch]
7069                 Add a pref to allow silent acceptation of
7070                 trusted certificates or not (based on the
7071                 "I want to know what's going on" principle)
7072         * src/mainwindow.c
7073                 Add SSL manager in Tools menu
7074         * src/Makefile.am
7075                 Add the new files to the build
7076         * po/POTFILES.in
7077                 Add ssl_manager.c to translations
7078
7079 2002-11-25 [colin]      0.8.6claws2
7080
7081         * src/summaryview.[ch]
7082                 Add S_SEARCH_EXTENDED to the quick search, which 
7083                 allows to search using filtering syntax.
7084
7085 2002-11-25 [colin]      0.8.6claws1
7086
7087         * src/summaryview.c
7088                 Deletion of duplicates now prefer deleting
7089                 the unread dup (fixes feature-request 638989).
7090
7091 2002-11-24 [paul]       0.8.6claws
7092
7093         * po/es.po
7094           po/pl.po
7095           po/ru.po
7096           po/sr.po
7097                 updated by Ricardo Mones Lastra,
7098                 Witold Wladyslaw Wojciech Wilk,
7099                 Ruslan N. Balkin, and  Urke MMI 
7100                 respectively
7101
7102 2002-11-24 [paul]       0.8.5claws182
7103
7104         * po/bg.po
7105                 updated by George Danchev
7106
7107 2002-11-23 [alfons]     0.8.5claws181
7108
7109         * src/imap.c
7110                 tiny memory leak found by browsing Dimitar's 
7111                 valgrind report
7112
7113 2002-11-23 [paul]       0.8.5claws180
7114
7115         * po/it.po
7116                 updated by Alessandro Maestri
7117
7118 2002-11-22 [christoph]  0.8.5claws179
7119
7120         * src/compose.c
7121         * src/inc.c
7122         * src/prefs_filtering.c
7123         * src/summaryview.c
7124                 more warning fixes
7125
7126 2002-11-22 [alfons]     0.8.5claws178
7127
7128         * src/summaryview.c
7129                 summary_execute_delete_func(): if message is deleted, make 
7130                 sure to also remove its entry in the subject hash table. 
7131                 fixes a corner case bug.
7132
7133 2002-11-22 [paul]       0.8.5claws177
7134
7135         * .cvsignore
7136                 add 'autom4te.cache'
7137                 
7138         * ltconfig      ** REMOVED **
7139                 not needed
7140
7141 2002-11-22 [paul]       0.8.5claws176
7142
7143         * src/textview.c
7144                 textview_set_font(): fix for message display in
7145                 UTF-8 locales (thanks to Sergey Vlasov).
7146                 
7147         * AUTHORS
7148                 add new team members and contributors
7149
7150
7151 2002-11-21 [colin]      0.8.5claws175
7152
7153         * src/procmsg.[ch]
7154                 Add procmsg_remove_special_headers()
7155         * src/mh.c
7156                 Use procmsg_remove_special_headers() for 
7157                 previous fix
7158
7159 2002-11-21 [colin]      0.8.5claws174
7160
7161         * src/mh.c
7162                 Fix moving/copying from queue/draft folders
7163                 for MH folders
7164
7165 2002-11-21 [christoph]  0.8.5claws173
7166
7167         * src/crash.c
7168         * src/filtering.c
7169         * src/logwindow.c
7170         * src/main.c
7171         * src/matcher_parser_lex.[hl]
7172         * src/mbox.c
7173         * src/mbox_folder.[ch]
7174         * src/prefs_filtering.c
7175         * src/procheader.c
7176         * src/quote_fmt_lex.l
7177         * src/ssl.c
7178                 fix all warnings except the warnings in lex and yacc files
7179
7180 2002-11-20 [christoph]  0.8.5claws172
7181
7182         * src/imap.c
7183                 fix MsgInfo retrieval for IMAP draft and queue folders
7184                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7185
7186 2002-11-19 [christoph]  0.8.5claws171
7187
7188         * src/compose.c
7189                 fix segfault, when draft saving does not get
7190                 the MsgInfo of the new message
7191                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7192
7193 2002-11-19 [christoph]  0.8.5claws170
7194
7195         * src/procmsg.c
7196                 add parameter check for flag setting function
7197                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7198
7199 2002-11-18 [paul]       0.8.5claws169
7200
7201         * src/compose.c
7202                 more sensitivity fixes to redirect mode:
7203                 * disable toolbar draft button
7204                 * allow only Address book in the Tools menu
7205                 * disable editing of message by the spell
7206                   checker
7207
7208 2002-11-18 [paul]       0.8.5claws168
7209
7210         * src/compose.c
7211                 fix sensitivity of menu items in compose_redirect():
7212                 allow only the necessary items 
7213
7214 2002-11-18 [paul]       0.8.5claws167
7215
7216         * src/compose.c
7217                 fix bug [ 603259 ] 'attachment got lost on bounce'
7218
7219 2002-11-18 [paul]       0.8.5claws166
7220
7221         * po/ru.po
7222                 updated by Ruslan N. Balkin <baron@dartel.ru>
7223
7224 2002-11-18 [colin]      0.8.5claws165
7225
7226         * src/main.c
7227           src/defs.h
7228                 Remove old filtering stuff
7229
7230
7231 2002-11-17 [oliver]     0.8.5claws164
7232
7233         * src/toolbar.h
7234                 remove not needed typedef 
7235
7236 2002-11-17 [oliver]     0.8.5claws163
7237
7238         * src/toolbar.c
7239                 make toolbar's on click events translatable
7240
7241 2002-11-15 [colin]      0.8.5claws162
7242
7243         * src/summaryview.c
7244                 Revert too-soon integration of a feature
7245
7246 2002-11-15 [christoph]  0.8.5claws161
7247
7248         * src/imap.c
7249                 use main's implementation of imap_get_msginfo
7250
7251 2002-11-15 [christoph]  0.8.5claws160
7252
7253         * src/compose.c
7254         * src/folder.[ch]
7255         * src/imap.c
7256         * src/mbox_folder.c
7257         * src/mh.c
7258         * src/news.c
7259         * src/procmsg.c
7260         * src/summaryview.c
7261                 replace claws' fetch_msginfo with main's get_msginfo
7262                 (use main's implementation where possible)
7263
7264 2002-11-15 [colin]      0.8.5claws159
7265
7266         * src/ssl_certificate.c
7267                 Missed a check
7268
7269 2002-11-16 [melvin]     0.8.5claws158
7270
7271         * po/fr.po
7272                 Updated French translations.
7273
7274 2002-11-16 [colin]      0.8.5claws157
7275
7276         * src/ssl_certificate.c
7277                 Check for missing parts in the certificates
7278
7279 2002-11-15 [colin]      0.8.5claws156
7280
7281         * src/folderview.c
7282                 Preventive fix (missing check) found by
7283                 Alfons
7284
7285 2002-11-15 [paul]
7286
7287         * NEWS
7288                 sync with 0.8.6 release
7289
7290 2002-11-15 [colin]      0.8.5claws155
7291
7292         * src/folder.[ch]
7293           src/folderview.c
7294                 Fix error handling of folder_item_move_to()
7295                 (thanks to Alfons!)
7296
7297 2002-11-15 [colin]      0.8.5claws154
7298
7299         * src/folder.[ch]
7300           src/folderview.c
7301                 folder_item_move_to() sets an error message instead
7302                 of having GUI stuff in folder.c
7303
7304 2002-11-15 [colin]      0.8.5claws153
7305
7306         * src/procmsg.[ch]
7307                 Implemented a callback for MsgInfo updates, 
7308                 heavily copy/pasted from Christoph's folder 
7309                 callback system
7310         * src/summaryview.[ch]
7311                 Register summary_update_msg as callback
7312
7313 2002-11-14 [colin]      0.8.5claws152
7314         
7315         * src/procmsg.c
7316                 Update the FolderItem after sending (fixes 617593)
7317
7318 2002-11-14 [christoph]  0.8.5claws151
7319
7320         * src/folder.c
7321                 fix wrong position of NULL pointer check found
7322                 by Sergey
7323
7324 2002-11-14 [christoph]  0.8.5claws150
7325
7326         * src/folder.c
7327                 fix segfault when deleting messages from IMAP folders
7328                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7329
7330 2002-11-14 [colin]      0.8.5claws149
7331
7332         * src/compose.c
7333                 Forwarding was also ignoring the folder's default account.
7334
7335 2002-11-14 [colin]      0.8.5claws148
7336
7337         * src/compose.c
7338                 Fix sent folder not set to folder properties when 
7339                 forwarding.
7340
7341 2002-11-14 [thorsten]   0.8.5claws147
7342
7343         * src/inc.c
7344                 inc_start(): Files were not moved from .processing to inbox,
7345                 if no global processing rule existed
7346
7347 2002-11-14 [colin]      0.8.5claws146
7348
7349         * src/ssl_certificate
7350                 Fix file operations
7351
7352 2002-11-14 [paul]       0.8.5claws145
7353
7354         * po/it.po
7355                 updated by Alessandro Maestri
7356
7357 2002-11-13 [alfons]     0.8.5claws144
7358
7359         * src/folder.c
7360                 folder_item_close(): only mark messages unread
7361                 when a folder has new messages 
7362
7363 2002-11-13 [keith]      0.8.5claws143
7364
7365         * src/imap.c
7366                 Fix problem moving or copying between
7367                 IMAP folders
7368
7369 2002-11-13 [colin]      0.8.5claws142
7370
7371         * src/matcher_parser_parse.y
7372                 Fix rule problem when " don't match
7373
7374 2002-11-13 [christoph]  0.8.5claws141
7375
7376         * src/folder.c
7377         * src/folderview.c
7378                 moved cache saving to folder_item_close
7379                 the folderview should not have to deal with
7380                 this things
7381
7382 2002-11-13 [christoph]  0.8.5claws140
7383
7384         * src/summaryview.c
7385                 moved setting of important score to
7386                 summary_set_prefs_from_folderitem
7387
7388 2002-11-13 [colin]      0.8.5claws139
7389
7390         * src/matcher_parser_parse.y
7391                 Fix a segfault in the parser (happening when
7392                 a good expression had been tested and a bad 
7393                 one arrives)
7394
7395 2002-11-13 [paul]       0.8.5claws138
7396
7397         * sync with 0.8.5cvs24
7398                 see ChangeLog 2002-11-13
7399                 
7400         * po/pt_BR.po
7401                 updated by Fabio Jr. Beneditto
7402
7403 2002-11-13 [colin]      0.8.5claws137
7404         
7405         * src/msgcache.c
7406           src/defs.h
7407           src/procmsg.[ch]
7408                 Revert last commit, problem
7409
7410 2002-11-13 [colin]      0.8.5claws136
7411
7412         * src/msgcache.c
7413                 Remove duplicated code
7414         * src/defs.h
7415                 Bumped CACHE_VERSION and MARK_VERSION
7416         * src/procmsg.[ch]
7417                 Network endian for cache and mark files
7418
7419 2002-11-12 [colin]      0.8.5claws135
7420
7421         * src/inc.c
7422                 Fix the "socket error" dialog which disappeared
7423
7424 2002-11-12 [colin]      0.8.5claws134
7425
7426         * src/msgcache.c
7427                 Reverse last commit which had performance 
7428                 problems, but still reverse the list
7429
7430 2002-11-12 [colin]      0.8.5claws133
7431
7432         * src/msgcache.c
7433                 Reverse list order
7434
7435 2002-11-12 [melvin]     0.8.5claws132
7436
7437         * src/compose.c
7438                 Added a check for a NULL prefs_common.dictionary
7439
7440 2002-11-12 [colin]      0.8.5claws131
7441
7442         * src/ssl_certificate.[ch]
7443                 Use FQDN hostname
7444
7445 2002-11-12 [colin]      0.8.5claws130
7446
7447         * src/ssl_certificate.[ch]
7448                 Take connection port into account for 
7449                 checking certificates (a single hostname
7450                 could have multiple servers with multiple
7451                 certificates)
7452         * src/ssl.c
7453                 Pass the port to ssl_certificate_check
7454
7455 2002-11-12 [paul]       0.8.5claws129
7456
7457         * src/folder.c
7458                 fix a typo in last commit
7459
7460 2002-11-12 [paul]       0.8.5claws128
7461
7462         * sync with 0.8.5cvs23
7463                 see ChangeLog entry 2002-11-12
7464
7465 2002-11-11 [colin]      0.8.5claws127
7466
7467         * src/ssl_certificate.c
7468                 Cleaner messages
7469                 Don't popup, instead log error, if the 
7470                 corresponding pref is checked
7471         * src/ssl_certificate.h
7472                 include <openssl/objects/h>
7473
7474 2002-11-11 [colin]      0.8.5claws126
7475
7476         * src/ssl_certificate.h
7477                 _Really_ clean it
7478
7479 2002-11-11 [colin]      0.8.5claws125
7480         
7481         * src/ssl_certificate.c
7482                 Fixed leak
7483
7484 2002-11-11 [colin]      0.8.5claws124
7485
7486         * src/ssl.c
7487                 Cleaned a bit
7488         * src/ssl_certificate.[ch]
7489                 Cleaned a bit (better use of SSL API)
7490                 (This will cause non-recognition of saved 
7491                  certificates of claws12[23]...)
7492
7493 2002-11-11 [paul]       0.8.5claws123
7494         
7495         * po/es.po
7496                 updated by Ricardo Mones Lastra
7497
7498 2002-11-11 [colin]      0.8.5claws122
7499
7500         * src/ssl.c
7501                 Fix a typo
7502
7503 2002-11-11 [colin]      0.8.5claws121
7504
7505         * src/ssl_certificate.[ch] ** NEW FILES **
7506         * src/ssl.[ch]
7507                 Check SSL certificates presented to us
7508         * src/Makefile.am
7509                 Add ssl_certificate.[ch]
7510         * po/POTFILES.in
7511                 Add ssl_certificate.c
7512
7513 2002-11-11 [paul]       0.8.5claws120
7514
7515         * sync with 0.8.5cvs22
7516                 see ChangeLog 2002-11-11
7517
7518 2002-11-11 [paul]       0.8.5claws119
7519
7520         * sync with 0.8.5cvs21
7521                 see ChangeLog 2002-11-11
7522
7523 2002-11-10 [jens]       0.8.5claws118
7524
7525         * src/folder.c
7526         * src/folderview.c
7527                 corrected some typing
7528         * po/de.po
7529                 updated german translation
7530         * sylpheed.spec.in
7531                 cleaned up specfile and adjusted it for claws
7532
7533 2002-11-10 [colin]      0.8.5claws117
7534
7535         * src/summaryview.c
7536                 a STATUSBAR_PUSH/POP fix
7537
7538 2002-11-10 [colin]      0.8.5claws116
7539
7540         * src/prefs_folder_item.c
7541                 Fix hanging after opening folder properties
7542
7543 2002-11-10 [hoa]        0.8.5claws115
7544
7545         * src/matcher_parser_lex.l
7546         * src/matcher_parser_parse.y
7547                 config file for scoring and filtering is no more trashed
7548                 when there is a syntax error in a filtering rule when
7549                 editing it in a dialog.
7550
7551 2002-11-09 [colin]      0.8.5claws114
7552
7553         * src/mbox_folder.c
7554                 Added missing initialisation of folder->destroy()
7555
7556 2002-11-09 [colin]      0.8.5claws113
7557
7558         * src/folder.c
7559           src/folderview.c
7560                 Fix the status bar messages
7561
7562 2002-11-09 [colin]      0.8.5claws112
7563
7564         * src/folderview.c
7565                 Fix hangs after folder dnd, happening after 
7566                 claws109.
7567
7568 2002-11-09 [christoph]  0.8.5claws111
7569
7570         * src/folderview.c
7571                 just changed order of calls (reverse order of
7572                 associated calls)
7573         * src/inc.c
7574                 lock inc when checking only one account, otherwise
7575                 inc all could be executed at the same time
7576
7577 2002-11-09 [christoph]  0.8.5claws110
7578
7579         * src/folderview.c
7580                 better unlock the mouse cursor before calling
7581                 summary_show because it changes the cursor too
7582
7583 2002-11-09 [christoph]  0.8.5claws109
7584
7585         * src/folder.[ch]
7586         * src/folderview.c
7587                 add functions to open and close a folder
7588                 o opending will execute scanning for remote folders
7589                   and processing
7590                 o closing will unset new flag for messages
7591
7592 2002-11-09 [colin]      0.8.5claws108
7593
7594         * src/folder.c
7595                 Add a call to prefs_matcher_write_config to 
7596                 avoid non-leaf folders filtering settings to be
7597                 lost
7598
7599 2002-11-09 [paul]       0.8.5claws107
7600
7601         * src/prefs_account.c
7602                 re-word a label
7603
7604 2002-11-09 [colin]      0.8.5claws106
7605
7606         * src/folderview.c
7607                 Minor esthetic fix
7608
7609 2002-11-09 [colin]      0.8.5claws105
7610
7611         * src/folderview.c
7612                 Fix prefs_filtering deletion for MH folders (same
7613                 reason as below)
7614         * src/prefs_filtering.c
7615                 Fix prefs_filtering renaming and deletion for 
7616                 folder-based processing rules.  
7617
7618 2002-11-09 [christoph]  0.8.5claws104
7619
7620         * src/compose.c
7621         * src/folder.[ch]
7622         * src/folderview.[ch]
7623         * src/import.c
7624         * src/inc.c
7625         * src/main.c
7626         * src/mainwindow.c
7627         * src/messageview.c
7628         * src/prefs_folder_item.c
7629         * src/procmsg.c
7630         * src/summaryview.c
7631                 implement a callback system for folder item updates
7632
7633 2002-11-09 [colin]      0.8.5claws103
7634
7635         * src/folderview.c
7636                 Fix prefs_filtering renaming for MH folders (we
7637                 shouldn't rename by path as another folder could
7638                 have the same hierarchy).
7639
7640 2002-11-09 [colin]      0.8.5claws102
7641
7642         * src/folder.c
7643                 Fix a leak found by Christoph, use better variable
7644                 names
7645
7646 2002-11-09 [colin]      0.8.5claws101
7647
7648         * src/folder.c
7649                 One more fix for processing rules
7650
7651 2002-11-08 [colin]      0.8.5claws100
7652         
7653         * src/matcher.c
7654                 Don't copy the compiled regexp (will be reevaluated)
7655         * src/folderview.c
7656                 Lock folderview while moving
7657         * src/folder.c
7658                 Provide info on what's happening to the user
7659
7660 2002-11-08 [colin]      0.8.5claws99
7661
7662         * src/folderview.c
7663                 Fix folder reordering after a move if parent is 
7664                 root
7665         * src/scoring.[ch]
7666                 Add function to copy a ScoringProp
7667         * src/prefs_folder_item.c
7668                 Copy scoring rules when copying a folder prefs
7669
7670 2002-11-08 [colin]      0.8.5claws98
7671
7672         * src/folderview.c
7673                 Fixes in case of failure
7674         * src/filtering.[ch]    
7675                 Add function to duplicate a FilteringProp
7676         * src/matcher.[ch]
7677                 Add function to duplicate a MatcherProp
7678         * src/prefs_folder_item.c
7679                 Save folder's processing rules when copying 
7680                 its prefs
7681
7682 2002-11-08 [colin]      0.8.5claws97
7683         
7684         * src/folderview.c
7685                 Sort after move
7686         * src/folder.c 
7687                 Change a printf to debug_print
7688
7689 2002-11-08 [colin]      0.8.5claws96
7690
7691         * src/folder.c
7692           src/folderview.c
7693                 Fix segfaults, call me stupido
7694         
7695
7696 2002-11-08 [colin]      0.8.5claws95
7697
7698         *src/folder.c
7699                 Added forgotten prefs to save when moving folders
7700
7701 2002-11-08 [colin]      0.8.5claws94
7702
7703         * src/folder.c
7704                 Fixes to folder DND (prefs copy)
7705         * src/folderview.c
7706                 Optimization for folder DND (don't rescan whole tree)
7707                 Added folderview_create_folder_node() for this 
7708                 optimization, so de-duped a bit the code
7709         * src/prefs_folder_item.[ch]
7710                 Added prefs_folder_item_copy_prefs()    
7711           
7712 2002-11-08 [paul]       0.8.5claws93
7713
7714         * src/prefs_account.c
7715           tools/README
7716           tools/kmail2sylpheed_v2.pl
7717                 correct some typos
7718
7719 2002-11-08 [paul]       0.8.5claws92
7720
7721         * src/compose.c
7722           src/prefs_account.[ch]
7723                 remove account options 'clearsign' and 'ascii_armored',
7724                 replace with 'default_gnupg_mode' to prevent mixed-mode
7725                 Privacy settings
7726
7727 2002-11-08 [paul]       0.8.5claws91
7728
7729         * src/compose.[ch]
7730                 re-implement GnuPG 'on-the-fly' mode selection,
7731                 disallow mixed-mode
7732
7733 2002-11-08 [colin]      0.8.5claws90
7734
7735         * src/folderview.c
7736           src/prefs_folder_item.c
7737                 Change "Property" to "Properties"
7738
7739 2002-11-07 [colin]      0.8.5claws89
7740
7741         * src/folderview.c
7742           src/folder.c
7743                 Allow folder dropping to a root folder
7744
7745 2002-11-07 [paul]       0.8.5claws88
7746
7747         * src/compose.c
7748                 revert last commit
7749
7750 2002-11-07 [paul]       0.8.5claws87
7751
7752         * src/compose.c
7753                 fix reply-to-list bug. closes bug report
7754                 "[633382] reply-to-list broken in recent cvs"
7755
7756 2002-11-07 [paul]       0.8.5claws86
7757
7758         * src/compose.c
7759                 add a forgotten '#if USE_GPGME ... #endif'
7760
7761 2002-11-07 [paul]       0.8.5claws85
7762
7763         * sync with 0.8.5cvs20
7764                 see ChangeLog 2002-11-07
7765
7766 2002-11-07 [colin]      0.8.5claws84
7767
7768         * src/folder.[ch]
7769                 Change folder_item_move_to to return the newly 
7770                 created folderitem.
7771         * src/folderview.c
7772                 Select the new folderitem after moving.
7773
7774 2002-11-07 [colin]      0.8.5claws83
7775
7776         * src/prefs_filtering.c
7777                 Fix rule rewriting when moving a leaf folder to a 
7778                 shorter path
7779
7780 2002-11-07 [colin]      0.8.5claws82
7781
7782         * src/prefs_filtering.c
7783                 fix a leak
7784
7785 2002-11-07 [colin]      0.8.5claws81
7786
7787         * src/folder.[ch]
7788                 Add folder_item_move_to() function to move a 
7789                 folderitem into another one (updates matcher etc)
7790         * src/folderview.c
7791                 Add folder drag'n drop (context menu to come)
7792                 [Should be dataloss free, but Please backup before 
7793                  trying !]
7794
7795 2002-11-06 [colin]      0.8.5claws80
7796
7797         * src/mh.c
7798                 mh_create_folder() returns NULL if can't create
7799                 directory hierarchy
7800
7801 2002-11-06 [paul]       0.8.5claws79
7802
7803         * src/compose.[ch]
7804                 allow 'on-the-fly' changing of the type of encryption 
7805                 and/or signing used (mime/ascii) via the compose window
7806
7807 2002-11-06 [paul]       0.8.5claws78
7808
7809         * sync with 0.8.5cvs19
7810                 see ChangeLog 2002-11-06 for src/account.c: 
7811                 account_get_special_folder()
7812                 
7813 2002-11-05 [alfons]     0.8.5claws77
7814
7815         * src/crash.c
7816                 very minor cleanups: nothing to see here, move on. :-)
7817
7818 2002-11-05 [colin]      0.8.5claws76
7819
7820         * src/main.c
7821                 Changes choices if compose windows are opened to
7822                 Discard, Draft, Don't quit
7823
7824 2002-11-05 [thorsten]   0.8.5claws75
7825
7826         * src/compose.c
7827                 reenabled default_reply_to folder option
7828
7829 2002-11-05 [colin]      0.8.5claws74
7830
7831         * src/compose.[ch] 
7832                 add compose_draft()
7833         * src/crash.c
7834                 add SIGTERM handler
7835         * src/main.[ch]
7836                 add clean_quit() for the SIGTERM handler
7837
7838 2002-11-05 [paul]       0.8.5claws73
7839         
7840         * po/es.po
7841                 updated by Ricardo Mones Lastra
7842
7843 2002-11-05 [melvin]     0.8.5claws72
7844
7845         * src/logwindow.c
7846                 Fixed log-clipping bug #616795.
7847                 To stop logging in the log window use 0 length.
7848         * src/prefs_common.c
7849                 Added a label to inform about the 0 log length behaviour.
7850
7851 2002-11-05 [paul]       0.8.5claws71
7852
7853         * sync with 0.8.5cvs17
7854                 see ChangeLog 2002-11-05
7855
7856 2002-11-04 [paul]       0.8.5claws70
7857
7858         * sylpheed-128x128.png
7859           sylpheed-64x64.png
7860           sylpheed.png
7861                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7862                 <nikai@users.sourceforge.net>
7863                 
7864         * po/bg.po
7865                 updated by George Danchev
7866
7867 2002-11-03 [thorsten]   0.8.5claws69
7868
7869         * src/main.c
7870           src/mimeview.c
7871           src/rfc2015.h
7872                 add check if gpg is active
7873
7874 2002-11-03 [thorsten]   0.8.5claws68
7875
7876         * src/toolbar.h
7877                 removed GSList declaration causing trouble on MacOS-X
7878                 (submitted by alfons, reported by xfesty)
7879
7880 2002-11-01 [paul]       0.8.5claws67
7881
7882         * src/mainwindow.c
7883                 remove last remnants of main's filter code
7884
7885 2002-11-01 [paul]       0.8.5claws66
7886
7887         * tools/filter_conv.pl
7888                 fix bug where user-defined headers were ignored
7889
7890 2002-11-01 [paul]       0.8.5claws65
7891
7892         * src/logwindow.c
7893                 make a debug_print() not translatable
7894
7895 2002-10-31 [melvin]     0.8.5claws64
7896
7897         * ac/aspell.m4
7898                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7899                 not run any GNU/aspell test.  The dictionary path will
7900                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7901                 was given, in which case, it will be $prefix/lib/aspell/
7902         * configure.in
7903                 Fixed typo in commentary (Aspell code).
7904
7905 2002-10-31 [paul]       0.8.5claws63
7906
7907         * po/POTFILES.in
7908                 remove src/filter.c and src/prefs_filter.c
7909                 thanks to Ricardo for reminding me
7910
7911 2002-10-31 [colin]      0.8.5claws62
7912
7913         * src/mbox_folder.c
7914                 Plug some leaks
7915
7916 2002-10-31 [paul]       0.8.5claws61
7917
7918         * src/prefs_filter.[ch] ** REMOVED **
7919           src/filter.[ch]       ** REMOVED **
7920           
7921         * src/Makefile.am
7922           src/folderview.c
7923           src/inc.c
7924           src/main.c
7925           src/mainwindow.c
7926           src/mbox.c
7927           src/prefs_common.c
7928           src/prefs_filtering.c
7929           src/summaryview.[ch]
7930                 remove main's 'filter' code
7931                 
7932         README.claws
7933                 update to reflect removal of main's filter
7934
7935 2002-10-31 [paul]       0.8.5claws60
7936
7937         * src/summaryview.c
7938                 remove check for global_processing in summary_filter_open(). 
7939                 This fixes the bug where if the user uses the right-click 
7940                 'Create filter rule...' and doesn't have any filter rules 
7941                 already defined in claws' advanced filtering, the newly 
7942                 created filter rule goes to main's filtering which is 
7943                 inaccessible through the gui. Now the filter rule gets added
7944                 to claws' filtering by default.
7945
7946 2002-10-28 [melvin]     0.8.5claws59
7947
7948         * src/prefs_actions.c
7949                 Fixed bug #627322 where MIME parts were not always
7950                 correctly passed to a %p action
7951                 Display an error dialog when message filename is not found.
7952
7953 2002-10-28 [melvin]     0.8.5claws58
7954
7955         * src/prefs_common.c
7956                 Readded a missing function declaration lost in 0.8.3claws34
7957
7958 2002-10-28 [paul]       0.8.5claws57
7959
7960         * sync with 0.8.5cvs15
7961                 see ChangeLog 2002-10-28 and 2002-10-25
7962                 
7963         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7964
7965 2002-10-27 [oliver]     0.8.5claws56
7966
7967         * src/pop.c
7968                 plug leak in pop3_top_recv
7969
7970 2002-10-26 [christoph]  0.8.5claws55
7971
7972         * src/folder.c
7973                 set need_update folder flag when messages are added
7974                 (closes bug [ 626922 ] folder not updated after receiving)
7975
7976 2002-10-25 [melvin]     0.8.5claws54
7977
7978         * src/imageview.c
7979                 Fixed a memleak introduced in the scaling code.
7980
7981 2002-10-24 [alfons]     0.8.5claws53
7982
7983         * src/filtering.c
7984                 make filtering's forward message action forward from the 
7985                 correct account
7986                 (closes bug [628089 ] Filter -> Forward from address problem
7987                 reported by Oktay)
7988
7989 2002-10-24 [christoph]  0.8.5claws52
7990
7991         * src/mainwindow.c
7992         * src/manual.[ch]
7993                 o use manual of current locale or english if current
7994                   locale is not available (and english is available)
7995                 o also link to sylpheed doc project manuals
7996
7997 2002-10-23 [paul]       0.8.5claws51
7998
7999         * tools/README
8000           tools/kmail2sylpheed_v2.pl
8001                 add new version of kmail addressbook importer script.
8002                 works with newer versions of Kmail/KAddressBook which
8003                 have new and rearranged data.
8004
8005 2002-10-23 [martin]     0.8.5claws50
8006
8007         * src/folderview.c
8008         * src/summaryview.c
8009         * src/utils.h
8010         * src/utils.c
8011                 added length parameter to get_abbrev_newsgroup_name()
8012                 changed this function so that it abbreviates the newsgroup
8013                 names only so long it is smaller than the length parameter
8014                 (for better reading of some newsgroup names and space efficiency)
8015
8016 2002-10-22 [colin]      0.8.5claws49
8017
8018         *src/foldersel.c
8019                 Revert Alfons' last modification (after voting ;-))
8020
8021 2002-10-21 [alfons]     0.8.5claws48
8022
8023         * src/foldersel.c
8024                 folder view in folder selection dialog reflects state of
8025                 folder view in main window
8026
8027 2002-10-18 [alfons]     0.8.5claws47
8028
8029         * src/mbox.c
8030                 drop imported messages in folder selected by user,
8031                 and not in the inbox
8032                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8033
8034 2002-10-18 [alfons]     0.8.5claws46
8035
8036         * src/compose.c
8037                 make automagic reply work correctly for email accounts 
8038                 (whether it's viable to do a full sync with Hiro's 
8039                 compose.c is still under discussion)
8040
8041 2002-10-18 [melvin]     0.8.5claws45
8042
8043         * src/prefs_actions.c
8044                 Fixed bug #622275 where asynchroneous actions left 
8045                 zombies processes
8046                 Made (synchroneous) actions' input be displayed live.
8047
8048 2002-10-18 [christoph]  0.8.5claws44
8049
8050         * src/textview.c
8051                 don't add a newline in the textview in front of the
8052                 first textpart if header display is disabled
8053                 (closes bug [ 603385 ] disabled header display leaves blank
8054                  lin)
8055
8056 2002-10-18 [christoph]  0.8.5claws43
8057
8058         * src/folder.[ch]
8059         * src/imap.c
8060         * src/mbox_folder.c
8061         * src/mh.c
8062         * src/news.c
8063                 folder->get_num_list now returns an error code
8064                 (closes bug [ 609424 ] News cache cleared on failure)
8065                 
8066 2002-10-17 [colin]      0.8.5claws42
8067         
8068         * src/news.c
8069                 Changed a printf by debug_print
8070
8071 2002-10-16 [paul]       
8072
8073         * tools/OOo2sylpheed.pl
8074                 allow for spaces in the name of the
8075                 file to be attached.
8076
8077 2002-10-16 [colin]      0.8.5claws41
8078
8079         * src/main.c
8080                 Use a tristate to change online mode
8081
8082 2002-10-16 [paul]       0.8.5claws40
8083
8084         * po/es.po
8085                 updated by Ricardo Mones Lastra
8086
8087 2002-10-16 [colin]      0.8.5claws39
8088
8089         * src/main.c
8090           src/mainwindow.[ch]
8091                 Added --online and --offline command-line
8092                 switches
8093
8094 2002-10-15 [christoph]  0.8.5claws38
8095
8096         * src/procmime.c
8097                 set mimeinfo->name to NULL after g_free to
8098                 avoid double freeing with g_free
8099
8100 2002-10-14 [christoph]  0.8.5claws37
8101
8102         * src/compose.c
8103         * src/filtering.c
8104         * src/summaryview.c
8105                 remove calls to folder->change_flags that are now
8106                 done by procmsg flag functions (seems it is not
8107                 used by any foldertype anyway)
8108         * src/folder.c
8109                 init folder->change_flags with NULL
8110
8111 2002-10-14 [christoph]  0.8.5claws36
8112
8113         * src/folder.[ch]
8114         * src/imap.[ch]
8115                 use virtual functions for folder item new and destroy
8116                 functions
8117
8118 2002-10-14 [melvin]     0.8.5claws35
8119
8120         * src/compose.c
8121                 Added a test to not run the spell checker if no default
8122                 dictionary is available. No dialog is displayed though.
8123
8124 2002-10-14 [melvin]     0.8.5claws34
8125
8126         * src/gtkaspell.c
8127                 Fixed bug in dictionary list context menu where
8128                 "More..." pointed to an emtpy submenu if the
8129                 number of dictionaries is a multiple of 15
8130                 Removed unneeded code in suggestions list creation
8131
8132 2002-10-14 [paul]       0.8.5claws33
8133
8134         * po/bg.po
8135                 updated by George Danchev
8136
8137 2002-10-13 [hoa]        0.8.5claws32
8138
8139         * src/matcher.[ch]
8140           src/matcher_parser_parser.y
8141                 removed the escaped string from internal structure
8142                 of matcher.
8143
8144 2002-10-12 [colin]      0.8.5claws31
8145
8146         * src/gtksctree.[ch]
8147           src/summaryview.c
8148                 Removed useless function gtksctree_reanchor
8149
8150 2002-10-12 [alfons]     0.8.5claws30
8151         
8152         * sync with remaining main changes 2002-10-09 - 2002-10-11
8153         - drop changes to src/compose.c (requires claws specific changes)
8154         
8155 2002-10-12 [alfons]     0.8.5claws29
8156         
8157         * sync with main changes of 2002-10-08
8158         - drop changes to src/compose.c (requires claws specific changes)
8159         - drop changes to src/summaryview.c (requires changes to compose.c)     
8160
8161 2002-10-12 [alfons]     0.8.5claws28
8162         
8163         * sync with main changes of 2002-10-07
8164
8165 2002-10-12 [alfons]     0.8.5claws27
8166
8167         * sync with main changes of 2002-10-04
8168         - drop changes to src/compose.c (requires claws specific changes)
8169         - drop changes to src/prefs_folder_item.c (claws implementation
8170           seems to be working)
8171
8172 2002-10-12 [colin]      0.8.5claws26
8173
8174         * src/mainwindow.c
8175                 Fix folder-flicker when space-reading, introduced 
8176                 in claws22.
8177
8178 2002-10-12 [colin]      0.8.5claws25
8179
8180         * src/compose.c
8181                 Save account address when saving as draft.
8182                 (closes bug 621838)
8183
8184 2002-10-12 [colin]      0.8.5claws24
8185
8186         * src/summaryview.c
8187                 Fix the problem consisting of no message selected
8188                 after the last message in a folder has been moved.
8189
8190 2002-10-12 [paul]       0.8.5claws23
8191
8192         * src/compose.c
8193           src/prefs_template.c
8194           src/template.[ch]
8195                 add Cc and Bcc to templates. Patch submitted by
8196                 John L. Males.
8197
8198 2002-10-12 [colin]      0.8.5claws22
8199
8200         * src/folderview.c
8201                 Fix a bug after "Check for new messages":
8202                 If a folder was opened, it was still selected at
8203                 the end of the check, but displayed empty.
8204         * src/mainwindow.c
8205                 Remove unnecessary check
8206
8207 2002-10-12 [paul]
8208
8209         * tools/README
8210                 be more verbose in the description of
8211                 OOo2sylpheed.pl
8212                 
8213
8214 2002-10-11 [colin]      0.8.5claws21
8215
8216         * src/mainwindow.c
8217                 Make space work (better) when no mail is selected
8218
8219 2002-10-11 [colin]      0.8.5claws20
8220
8221         * src/inc.c
8222           src/news.c
8223                 fix warnings
8224
8225 2002-10-11 [colin]      0.8.5claws19
8226
8227         * src/mainwindow.c
8228                 revert 0.8.5claws6 changes as i couldn't get to
8229                 anything satisfying
8230
8231 2002-10-11 [melvin]     0.8.5claws18
8232
8233         * src/compose.c
8234                 Removed buggy and unused macro (should have been committed in
8235                 0.8.5claws17)
8236
8237 2002-10-11 [melvin]     0.8.5claws17
8238
8239         * src/compose.c
8240                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8241
8242 2002-10-11 [thorsten]   0.8.5claws16 
8243
8244         * src/folderview.c
8245                 remove rescan warning
8246
8247 2002-10-11 [colin]      0.8.5claws15 
8248
8249         * src/procheader.c
8250                 fix a segfault that happens if conv_unmime_header
8251                 fails (should be better to find out why it fails)
8252
8253 2002-10-11 [christoph]  0.8.5claws14
8254
8255         * src/summaryview.c
8256                 update folderview stats after ignore/unignore thread
8257
8258 2002-10-11 [hoa]        0.8.5claws13
8259
8260         * src/quote_fmt_parse.y
8261                 Fixed a yacc/bison syntax error
8262         * src/matcher.c
8263                 Escaping of string is fixed.
8264
8265 2002-10-11 [colin]      0.8.5claws12
8266
8267         * src/imageview.c
8268                 Resize images to fit
8269
8270 2002-10-11 [paul]       0.8.5claws11
8271
8272         * po/es.po
8273                 updated by Ricardo Mones Lastra
8274
8275 2002-10-10 [alfons]     0.8.5claws10
8276
8277         * src/compose.c
8278                 allow dropping files by "moving" files from a file manager,
8279                 not only by the more cumbersome "copying". the latter 
8280                 mostly implies holding down the Control button
8281
8282 2002-10-10 [christoph]  0.8.5claws9
8283
8284         * src/summaryview.c
8285                 update folders after thread building for ignored threads
8286
8287 2002-10-10 [christoph]  0.8.5claws8
8288
8289         * config/.cvsignore
8290                 added Makefile
8291         * src/filtering.[ch]
8292         * src/folder.[ch]
8293         * src/folderview.[ch]
8294         * src/import.c
8295         * src/inc.[ch]
8296         * src/mbox.[ch]
8297         * src/procmsg.c
8298         * src/summaryview.[ch]
8299                 o added new flag need_update to FolderItem
8300                 o removed folder_table from various functions from tracking
8301                   folder updates
8302                 o set need_update flags in folder.c's move, copy and delete
8303                   functions and procmsg's flags functions
8304                 o added function folderview_update_items_when_required that
8305                   updates all folders with need_update set
8306                 o call folderview_update_items_when_required instead of
8307                   folderview_update_item_foreach
8308
8309 2002-10-09 [sergey]     0.8.5claws7
8310
8311         * src/compose.c
8312                 Strip CRs whel loading the text into editor in reedit mode.
8313
8314 2002-10-09 [colin]      0.8.5claws6
8315
8316         * src/mainwindow.c
8317                 Make Space work when no mail is selected
8318
8319 2002-10-09 [colin]      0.8.5claws5
8320
8321         * src/gtksctree.[ch]
8322                 Fix range_select
8323                 Add gtk_sctree_reanchor() 
8324         * src/summaryview.c
8325                 Use gtk_sctree_reanchor() - better fix for 
8326                 bug 60413
8327
8328 2002-10-09 [colin]      0.8.5claws4
8329
8330         * src/summaryview.c
8331                 Fix shift-click select after delete problem
8332                 (closes bug 60413)
8333
8334 2002-10-08 [thorsten]   0.8.5claws3
8335
8336         * src/summaryview.c
8337                 exclude current msg from -hide read messages-
8338
8339 2002-10-08 [colin]      0.8.5claws2
8340
8341         * src/inc.[ch]
8342           src/pop.c
8343           src/recv.c
8344                 Differentiate socket errors from disk full
8345                 errors
8346
8347 2002-10-08 [christoph]  0.8.5claws1
8348
8349         * Makefile.am
8350         * configure.in
8351                 modifications for new config directory
8352
8353         * config.guess  ** REMOVED **
8354         * config.sub    ** REMOVED **
8355         * install-sh    ** REMOVED **
8356         * ltmain.sh     ** REMOVED **
8357         * missing       ** REMOVED **
8358         * mkinstalldirs ** REMOVED **
8359                 these files are autogenerated by automake
8360                 when you run autogen.sh
8361
8362         * config/.cvsignore     ** NEW FILE **
8363         * config/Makefile.am    ** NEW FILE **
8364                 ignore autogenerated files
8365                 create a Makefile in this directory
8366
8367 2002-10-08 [paul]       0.8.5claws
8368
8369         * 0.8.5claws release
8370         
8371         * src/compose.c
8372           src/procheader.c
8373           src/procmsg.c
8374                 fix quote reply format for newsgroups reply bug
8375                 (thanks to Hoa)
8376                 
8377         * po/en_GB.po
8378           po/pl.po
8379                 updated by me and Witold Wladyslaw Wojciech Wilk
8380                 repectively
8381
8382 2002-10-07 [paul]       0.8.3claws53
8383
8384         * po/it.po
8385           po/pt_BR.po
8386           po/sr.po
8387                 updated messages catalogs, submitted by
8388                 Alessandro Maestri, Fabio Jr.Beneditto 
8389                 and Urke MMI, respectively.
8390
8391 2002-10-07 [christoph]  0.8.3claws52
8392
8393         * src/folder.[ch]
8394         * src/folderview.c
8395         * src/mainwindow.c
8396                 fix new folder ghost message bug
8397                 (closes bug [ 619722 ] wrong count for newly created folders)
8398
8399 2002-10-07 [christoph]  0.8.3claws51
8400
8401         * src/compose.c
8402                 fix news posting problem
8403
8404 2002-10-07 [melvin]     0.8.3claws50
8405
8406         * po/fr.po
8407                 Updated French translation
8408
8409 2002-10-05 [christoph]  0.8.3claws49
8410
8411         * src/gtkstext.c
8412                 check if line_start_cache is set in gtk_stext_update_text
8413                 (closes bug [ 618119 ] crash while doing search in folder)
8414
8415 2002-10-05 [christoph]  0.8.3claws48
8416
8417         * src/imap.c
8418         * src/news.c
8419         * src/utils.c
8420         * src/utils.h
8421                 implement cache cleanups for claws' folder system
8422                 (closes bug [ 595916 ] imapcache not cleaned up)
8423
8424 2002-10-05 [melvin]     0.8.3claws47
8425
8426         * src/prefs_actions.c
8427                 Made the help text more clear for the %p token
8428
8429 2002-10-04 [paul]       0.8.3claws46
8430
8431         * sync with 0.8.5
8432                 see ChangeLog 2002-10-02 and 2002-10-03
8433
8434 2002-10-04 [christoph]  0.8.3claws45
8435
8436         * src/inc.c
8437                 fix segfault caused by pop before smtp
8438                 call to inc_account_mail with NULL
8439                 pointer for mainwin
8440
8441 2002-10-04 [paul]       0.8.3claws44
8442
8443         * configure.in
8444                 sync the LDAP detection from 0.8.5cvs1
8445
8446 2002-10-02 [christoph]  0.8.3claws43
8447
8448         * po/de.po
8449                 fix small spelling error
8450
8451 2002-10-02 [melvin]     0.8.3claws42
8452
8453         * ac/aspell.m4
8454                 Behave better and say "no" when test program cannot be run.
8455
8456 2002-10-02 [paul]       0.8.3claws41
8457
8458         * sync with 0.8.4cvs1
8459                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8460                 
8461         * src/summaryview.c
8462                 toggle the behavior of Reply menuitem between
8463                 normal reply and reply-to-list
8464
8465 2002-10-01 [sergey]     0.8.3claws40
8466
8467         * src/compose.c
8468                 Convert newlines in the message text to the canonical form
8469                 before base64 encoding (RFC2045 compliance, fixes some
8470                 interoperability issues with Evolution 1.0.3)
8471
8472 2002-09-29 [colin]      0.8.3claws39
8473
8474         * src/summaryview.c
8475                 Fix an unwanted copy/paste
8476
8477 2002-09-29 [colin]      0.8.3claws38
8478
8479         * src/mainwindow.c
8480                 Renamed "Custom toolbar" to "Customize toolbar"
8481                 Renamed "Show all header" to "Show all headers"
8482                 Renamed "Set diplay item" to "Set displayed items"
8483         * src/prefs_common.c
8484                 Renamed "Show all header" to "Show all headers"
8485         * src/prefs_summary_column.c
8486                 Renamed "diplay item" to "displayed items"
8487
8488 2002-09-29 [colin]      0.8.3claws37
8489
8490         * src/mainwindow.[ch]
8491                 online/offline status pixmaps follow theme
8492                 changes
8493         * src/summaryview.[ch]
8494                 quicksearch pixmap follows theme changes
8495
8496 2002-09-29 [thorsten]   0.8.3claws36
8497
8498         * src/compose.c
8499           src/prefs_folder_item.[ch]
8500                 add default_reply_to folder option (closes patch 581044)
8501
8502 2002-09-29 [christoph]  0.8.3claws35
8503
8504         * acconfig.h    ** REMOVED **
8505         * configure.in
8506         * ac/aspell.m4
8507         * ac/check-type.m4
8508         * ac/gnupg-check-typedef.m4
8509                 fix autoheader 2.50 warning
8510
8511 2002-09-29 [christoph]  0.8.3claws34
8512
8513         * major code cleanup (part 2)
8514         
8515                 - unused variables removed
8516                 - unused functions removed
8517                 - uninitialized variables checked
8518                 - missing return statements added
8519                 - missing function return types added
8520                 - added parentheses around assignment
8521                   when suggested by gcc
8522
8523 2002-09-29 [alfons]     0.8.3claws33
8524
8525         * src/logwindow.c
8526                 log_window_clear(): only bracket gtk_text_forward_delete() 
8527                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8528                 works around GTK text bug)
8529
8530 2002-09-29 [paul]       0.8.3claws32
8531
8532         * po/bg.po
8533           po/sr.po
8534                 updated by George Danchev and Urke MMI
8535                 respectively
8536
8537 2002-09-27 [christoph]  0.8.3claws31
8538
8539         * doc-src/readme.txt
8540         * doc-src/rfc1806.txt   ** REMOVED **
8541         * doc-src/rfc2183.txt   ** NEW FILE **
8542         * doc-src/rfc2980.txt   ** NEW FILE **
8543                 update rfcs
8544
8545 2002-09-27 [melvin]     0.8.3claws30
8546
8547         * ac/aspell.m4
8548                 Fixed typo which could break linking
8549
8550 2002-09-27 [melvin]     0.8.3claws29
8551
8552         * ac/aspell.m4
8553                 Improved GNU/aspell checking. 
8554                 Fixed bug #614490
8555
8556 2002-09-27 [paul]       0.8.3claws28
8557
8558         * sync with 0.8.3cvs8
8559                 see ChangeLog 2002-09-27
8560
8561 2002-09-26 [colin]      0.8.3claws27
8562
8563         * src/toolbar.[ch]
8564           src/mainwindow.[ch]
8565                 Add "Reply to Mailing-list" to the toolbar
8566
8567 2002-09-26 [christoph]  0.8.3claws26
8568
8569         * src/summaryview.c
8570                 Fix wrong message counts in summaryview status
8571
8572 2002-09-26 [paul]       0.8.3claws25
8573
8574         * sync with 0.8.3cvs7
8575                 see ChangeLog 2002-09-26
8576
8577 2002-09-26 [paul]       0.8.3claws24
8578
8579         * sync with 0.8.3cvs6
8580                 see ChangeLog 2002-09-25
8581
8582 2002-09-25 [christoph]  0.8.3claws23
8583
8584         * src/prefs_common.c
8585         * src/prefs_folder_item.c
8586         * src/prefs_scoring.c
8587                 Renamed "kill score" to "hide score" in GUI
8588                 and prefs files
8589
8590 2002-09-25 [paul]       0.8.3claws22
8591
8592         * sync with 0.8.3cvs5
8593                 see ChangeLog 2002-09-24
8594
8595 2002-09-24 [alfons]     0.8.3claws21
8596
8597         patch by Satoshi Nagayasu: allows appending / saving multiple 
8598         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8599         'Save as ...'")
8600
8601         * AUTHORS
8602                 add Satoshi Nagayasu
8603         * src/summaryview.c
8604                 summary_save_as(): allow saving selected files to
8605                 one file
8606                 summary_set_menu_sensitive: enable "Save As..." when
8607                 multiple files are selected
8608         * src/utils.[ch]
8609                 append_file(): new function
8610
8611 2002-09-24 [colin]      0.8.3claws20
8612
8613         * src/procmime.c
8614                 Fix segfault when mimeinfo doesn't have a 
8615                 content_type. 
8616
8617 2002-09-24 [colin]      0.8.3claws19
8618
8619         * src/prefs_common.[ch]
8620                 Add a preference to display send dialog or not
8621         * src/send.c
8622                 Display send dialog according to preference
8623
8624 2002-09-24 [colin]      0.8.3claws18
8625
8626         * src/compose.[ch]
8627                 Disable user actions when sending
8628
8629 2002-09-24 [colin]      0.8.3claws17
8630
8631         * src/procmime.c
8632                 Do not display name or filename for attachments
8633                 with an application/pgp-signature type
8634                 (security flaw, see bug 537413)
8635
8636 2002-09-23 [colin]      0.8.3claws16
8637
8638         * src/editaddress.c
8639                 Initialize entry_email, entry_alias and 
8640                 entry_remarks to first email address of the list
8641
8642 2002-09-23 [colin]      0.83claws15
8643
8644         * src/compose.c
8645                 Drop pgp-signature when reediting a signed queued
8646                 message
8647
8648 2002-09-23 [melvin]     0.8.3claws14
8649
8650         * po/fr.po
8651                 Updated French translation
8652
8653 2002-09-23 [melvin]     0.8.3claws13
8654
8655         * src/mainwindow.c
8656                 Made custom toolbar menu labels more consistent
8657         * src/prefs_toolbar.c
8658                 Made custom toolbar window title more consistent
8659
8660 2002-09-22 [colin]      0.8.3claws12
8661
8662         * src/inc.c
8663                 Initialize session type to normal before getting 
8664                 mail (fixes strange Get behaviour)
8665         * src/prefs_account.h
8666                 Move STYPE_POP_BEFORE_SMTP to last position to 
8667                 avoid other side-effects
8668
8669 2002-09-22 [colin]      0.8.3claws11
8670
8671         * src/prefs_account.c
8672                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8673                 from pop3 to apop or vice-versa
8674
8675 2002-09-22 [colin]      0.8.3claws10
8676         
8677         * src/prefs_account.[ch]
8678                 Add an option for the POP before SMTP timeout
8679         * src/inc.c
8680                 Remember time of last POP connection
8681         * src/send.c
8682                 Do POP before SMTP only if timeout reached
8683
8684 2002-09-22 [oliver]     0.8.3claws9
8685         
8686         * README.claws
8687                 explain custom toolbar
8688
8689 2002-09-22 [oliver]     0.8.3claws8
8690
8691         * src/prefs_actions.[ch]
8692         custom toolbar for compose      
8693                 actions callback from compose toolbar
8694         * src/folderview.c
8695                 remove include toolbar.h
8696
8697 2002-09-22 [oliver]     0.8.3claws7
8698         
8699         * src/prefs_toolbar.[ch]
8700                 custom toolbar for compose
8701                 - generic prefs_toolbar handles both
8702                   Mainwin's toolbar as well as Compose toolbar          
8703
8704 2002-09-22 [oliver]     0.8.3claws6
8705         
8706         * src/toolbar.[ch]
8707                 custom toolbar for compose
8708                 restructure toolbar.[ch]
8709
8710 2002-09-22 [oliver]     0.8.3claws5
8711
8712         * src/compose.[ch]
8713                 custom toolbar for compose
8714
8715 2002-09-22 [oliver]     0.8.3claws4
8716         
8717         * src/mainwindow.[ch]
8718                 custom toolbar for compose 
8719                 move mainwin toolbar back to mainwindow
8720
8721 2002-09-22 [alfons]     0.8.3claws3
8722
8723         * src/procmsg.c
8724                 :%sno/if(/if (/gc
8725                 :%sno/for(/for (/gc
8726                 (beautify)
8727
8728 2002-09-22 [alfons]     0.8.3claws2
8729         
8730         * src/procmsg.c
8731                 procmsg_save_to_outbox(): don't unlink message file from queue;
8732                 callers should do it using folder_item_remove_msg()
8733
8734 2002-09-22 [colin]      0.8.3claws1
8735
8736         * src/mimeview.[ch]
8737                 Made mimeview_check_signature() public
8738         * src/textview.c
8739                 Made GPG signatures verifiable by clicking
8740                 the [application/pgp-signature] in the Text
8741                 view
8742
8743 2002-09-22 [paul]       0.8.3claws
8744
8745         * po/bg.po
8746           po/en_GB.po
8747           po/es.po
8748           po/it.po
8749           po/pl.po
8750           po/pt_BR.po
8751           po/sr.po
8752                 updated translations, submitted by George Danchev,
8753                 me, Ricardo Mones Lastra, Alessandro Maestri,
8754                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8755                 and Urke MMI, respectively.     
8756
8757 2002-09-22 [alfons]     0.8.2claws65
8758
8759         * src/procmsg.c
8760         * src/pgptext.c
8761                 no furry valgrinds have been used to plug these memleaks
8762
8763 2002-09-20 [paul]       0.8.2claws64
8764
8765         * sync with 0.8.3cvs4
8766                 'Select thread' re-implemented 
8767                 see ChangeLog 2002-09-20
8768
8769 2002-09-21 [alfons]     0.8.2claws63
8770
8771         * src/compose.c
8772                 compose_send(): plug unnoticed memleak
8773
8774 2002-09-20 [alfons]     0.8.2claws62
8775
8776         * src/addr_compl.c
8777                 replace_address_in_edit(): strict check for NULL address to
8778                 fix "[ 607348 ] Segfault in address completion". My guess is
8779                 that this happens with an empty address book, but it's good
8780                 to have this check here anyway
8781                 
8782                 completion_window_button_press(): free string returned 
8783                 from the internal cache
8784
8785 2002-09-20 [christoph]  0.8.2claws61
8786
8787         * src/procmime.h
8788                 added ENC_BINARY to EncodingType
8789         * src/procmime.c
8790                 the string returned by procmime_get_encoding_str
8791                 should not depend on the order of values in the
8792                 EncodingType definition
8793         * doc-src/rfc1806.txt   ** NEW FILE **
8794                 Added rfc1806 about MIME Content-Disposition
8795                 Extension
8796
8797 2002-09-19 [paul]       0.8.2claws60
8798
8799         * sync with 0.8.2cvs3
8800                 see ChangeLog 2002-09-19
8801
8802 2002-09-19 [paul]       0.8.2claws59
8803
8804         * src/prefs_folder_item.c
8805                 revert to Darko's original alignment of colour
8806                 selector button
8807                 add a colon to folder_color label
8808                 
8809         * src/compose.c
8810                 add Colin's patch (with Hiro's modifications) to 
8811                 force BASE64 encoding for 8-bit text when signing
8812                 (sync with 0.8.3cvs2)
8813
8814 2002-09-18 [alfons]     0.8.2claws58
8815
8816         * src/compose.c
8817                 :%sno/if(/if (/gc
8818                 :%sno/for(/for (/gc
8819                 (beautify a little bit)
8820
8821 2002-09-18 [christoph]  0.8.2claws57
8822
8823         * src/pine.c
8824                 fix handling of fgetc return value
8825
8826 2002-09-17 [alfons]     0.8.2claws56
8827         
8828         * src/summaryview.c
8829                 summary_sort(): check non-NULL summaryview->folder_item when no 
8830                 folder is selected at all
8831                 (closes "[ 610344 ] sort label make syl Crash")
8832
8833 2002-09-17 [alfons]     0.8.2claws55
8834         
8835         * src/compose.c
8836                 beautify a little bit
8837
8838 2002-09-17 [christoph]  0.8.2claws54
8839
8840         * src/folder.c
8841                 initialize max values for cache and folder
8842                 when cache or folder is empty
8843
8844 2002-09-15 [colin]      0.8.2claws53
8845
8846         * src/compose.c
8847                 Fix a leak (thanks Alfons!) and cleaned
8848                 variables names for custom headers
8849
8850 2002-09-15 [colin]      0.8.2claws52
8851
8852         * src/compose.c
8853                 Fix custom headers recognition when
8854                 prefs_common.trans_hdr is on
8855
8856 2002-09-15 [colin]      0.8.2claws51
8857
8858         * src/compose.c
8859                 Allow dynamically-added custom headers
8860                 Yet not reparsed if reedited
8861
8862 2002-09-15 [alfons]     0.8.2claws50
8863
8864         * src/prefs_account.c
8865                 fix warnings
8866
8867 2002-09-15 [colin]      0.8.2claws49
8868         
8869         * src/prefs_account.c
8870                 fix pop_before_smtp sensitivity
8871
8872 2002-09-15 [colin]      0.8.2claws48
8873
8874         * src/inc.[ch]
8875                 add inc_pop_before_smtp()
8876                 allow MainWindow to be undefined in 
8877                 inc_account_mail() and inc_start()
8878         * src/pop.c
8879           src/prefs_account.h
8880                 add STYPE_POP_BEFORE_SMTP session type
8881         * src/prefs_account.c
8882                 activated pop before smtp option
8883         * src/send.c
8884                 do pop before smtp if the relevant option 
8885                 is set
8886
8887 2002-09-15 [paul]       0.8.2claws47
8888
8889         * sync with 0.8.3
8890                 see ChangeLog 2002-09-15
8891
8892 2002-09-14 [paul]       0.8.2claws46
8893
8894         * po/bg.po
8895                 updated Bulgarian translation, submitted by
8896                 George Danchev
8897
8898 2002-09-13 [paul]       0.8.2claws45
8899
8900         * src/compose.c
8901                 merge claws' select_account() with main's
8902                 (new) compose_select_account(). [sync with
8903                 0.8.2cvs15, see ChangeLog 2002-09-11]
8904
8905 2002-09-12 [christoph]  0.8.2claws44
8906
8907         * src/filter.c
8908                 allocate 1 elements of FolderItem not 0
8909
8910 2002-09-12 [colin]      0.8.2claws43
8911
8912         * src/compose.c
8913                 Fix bug #590825 (obey Follow-up: poster)
8914
8915 2002-09-12 [colin]      0.8.2claws42
8916
8917         * src/procmime.c
8918                 Fix bug #557009 (wrong headers for messages 
8919                 forwarded as attachments)
8920
8921 2002-09-11 [colin]      0.8.2claws41
8922         
8923         * src/compose.c
8924                 Put SCF: pseudo-header on top of message
8925                 Set draft tmp_flag when saved as draft
8926
8927         * src/procmsg.c
8928           src/procheader.c
8929                 Skip after first \n\n for beginning of real message
8930                 for drafts too
8931
8932 2002-09-11 [christoph]  0.8.2claws40
8933
8934         * src/filtering.c
8935                 use procmsg flag functions in filtering or processing
8936                 will cause incorrect folder message counts
8937
8938 2002-09-11 [colin]      0.8.2claws39
8939
8940         * src/compose.c
8941                 Fix bug #550175 - wrong save folder when reediting
8942                 drafts
8943
8944 2002-09-11 [paul]       0.8.2claws38
8945
8946         * sync with 0.8.2cvs14
8947                 see ChangeLog 2002-09-11
8948
8949 2002-09-11 [colin]      0.8.2claws37
8950
8951         * src/folder.c
8952                 Fix a typo (seeming to cause new/unread status to
8953                 be lost)
8954
8955 2002-09-10 [christoph]  0.8.2claws36
8956
8957         * src/compose.c
8958                 compose_redirect should not use compose_generic_new
8959                 because that does more stuff than expected including
8960                 opening the external editor
8961                 (closes bug "[ 526608 ] bounced messages appear blank
8962                  in editor")
8963
8964 2002-09-10 [christoph]  0.8.2claws35
8965
8966         * src/folder.c
8967                 fix problem with too large message number range
8968                 causing a crash in folder_item_scan
8969
8970 2002-09-10 [paul]       0.8.2claws34
8971
8972         * sync with 0.8.2cvs13
8973                 see ChangeLog 2002-09-10
8974
8975 2002-09-10 [christoph]  0.8.2claws33
8976
8977         * src/msgcache.c
8978                 set MsgInfo TmpFlags for queue and draft folders
8979                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8980
8981 2002-09-10 [paul]       0.8.2claws32
8982
8983         * AUTHORS
8984           po/bg.po      ** NEW FILE **
8985                 new Bulgarian translation submitted by
8986                 George Danchev <danchev@spnet.net>
8987                 
8988         * tools/Makefile.am
8989           tools/README
8990           tools/tb2sylpheed     ** NEW FILE **
8991                 add script that converts an addressbook exported
8992                 from The Bat! into a Sylpheed addressbook. Submitted
8993                 by Urke MMI <urke-kg@eunet.yu>
8994
8995 2002-09-10 [paul]       0.8.2claws31
8996
8997         * sync with 0.8.2cvs12
8998                 see ChangeLog 2002-09-10
8999
9000 2002-09-06 [paul]       0.8.2claws30
9001
9002         * src/prefs_common.c
9003                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9004                 
9005         * tools/Makefile.am
9006           tools/README
9007           tools/ldif-to-xml.py  ** REMOVED **
9008                 remove obsolete python script
9009
9010 2002-09-06 [paul]       0.8.2claws29
9011
9012         * sync with 0.8.2cvs10
9013                 see ChangeLog 2002-09-06
9014
9015 2002-09-04 [paul]       0.8.2claws28
9016
9017         * sync with 0.8.2cvs9
9018                 see ChangeLog 2002-08-04
9019
9020 2002-09-04 [colin]      0.8.2claws27 
9021
9022         * src/prefs_common.[ch]
9023                 Added signature color configuration
9024         * src/textview.c
9025                 Use user-specified signature color
9026
9027 2002-09-03 [colin]      0.8.2claws26
9028
9029         * src/prefs_common.[ch]
9030                 Added autosave and autosave_length prefs
9031         * src/compose.c
9032                 Added compose_remove_draft()
9033                 Auto-save drafts according to the prefs
9034         * src/main.c
9035                 Added a crash-indicator file, allowing to check
9036                 for new messages on startup if Sylpheed crashed
9037                 (makes saved drafts "reappear")
9038
9039 2002-09-03 [colin]      0.8.2claws25
9040
9041         * src/textview.[ch]
9042                 Grey the signature
9043
9044 2002-09-03 [paul]       0.8.2claws24
9045
9046         * sync with 0.8.2cvs8
9047                 see ChangeLog 2002-09-02 and 2002-09-03
9048
9049 2002-09-03 [darko]      0.8.2claws23
9050
9051         * src/folderview.c
9052                 use normal style when creating new folder to pick
9053                 proper font size 
9054
9055 2002-09-02 [melvin]     0.8.2claws22
9056
9057         * src/gtkaspell.m4
9058                 removed some obsolete code
9059
9060 2002-09-02 [melvin]     0.8.2claws21
9061
9062         * ac/aspell.m4
9063                 fixed test's equality sign (== to =)
9064
9065 2002-09-02 [alfons]     0.8.2claws20
9066
9067         * src/folder.c
9068         * src/mh.c
9069                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9070                 as folder->destroy virtual as suggested by Hiro
9071                 (the mh.c code seems to have been lost around mh.c.1.21)
9072
9073 2002-09-02 [paul]       0.8.2claws19
9074
9075         * po/pt_BR.po
9076                 updated by Fabio Jr. Beneditto
9077                 
9078         * src/defs.h
9079                 use 'http://claws.sylpheed.org' for homepage link. 
9080                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9081
9082 2002-09-01 [alfons]     0.8.2claws18
9083
9084         * src/mh.c
9085                 plug memleak related to one Martin Kluge found
9086
9087 2002-08-31 [paul]       0.8.2claws17
9088
9089         * sync with 0.8.2cvs6
9090                 see ChangeLog 2002-08-30
9091
9092 2002-08-31 [alfons]     0.8.2claws16
9093
9094         * src/folder.c
9095                 folder_destroy(): remove mailbox from folderlist even if it has
9096                 no destroy virtual
9097
9098 2002-08-31 [alfons]     0.8.2claws15
9099
9100         * src/folder.c
9101                 :%sno/if(/if (/gc
9102                 :%sno/for(/for (/gc
9103                 (being pedantic I know)
9104
9105 2002-08-31 [alfons]     0.8.2claws14
9106
9107         * src/folder.c
9108                 check for NULL pointers returned from folder->fetch_msginfo virtual
9109                 (should solve some reported crashes)
9110
9111 2002-08-30 [alfons]     0.8.2claws13
9112
9113         * acconfig.h
9114         * configure.in
9115         * src/crash.c
9116                 enable crash dialog on compilation time
9117                 (--enable-crash-dialog configure option)
9118
9119 2002-08-30 [alfons]     0.8.2claws12
9120
9121         * AUTHORS
9122                 add Martin Kluge
9123         * src/mh.c
9124                 apply memory leak plug patch by Martin Kluge
9125                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9126                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9127                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9128
9129 2002-08-30 [darko]      0.8.2claws11
9130
9131         * src/folderview.c
9132                 copy Gtk style from normal style to match
9133                 font size for coloured folders
9134
9135 2002-08-29 [alfons]     0.8.2claws10
9136
9137         * sylpheed.desktop
9138                 Type=Internet <- Type=Application
9139                 (reported by Michael Schwendt, see:
9140                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9141                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9142
9143 2002-08-29 [paul]       0.8.2claws9
9144
9145         * sync with 0.8.2cvs5
9146                 see ChangeLog 2002-08-29
9147
9148 2002-08-29 [colin]      0.8.2claws8
9149
9150         * src/summaryview.c
9151                 Added a sanity check in summary_select_thread
9152                 Should fix bug 601605
9153
9154 2002-08-29 [colin]      0.8.2claws7
9155
9156         * src/main.c
9157                 Revert claws6 changes regarding bug #591676
9158
9159 2002-08-28 [colin]      0.8.2claws6
9160         
9161         * src/main.c
9162                 Ignore cache for queue folderitems
9163                 Fix bug #591676
9164
9165 2002-08-28 [melvin]     0.8.2claws5
9166
9167         * README.claws
9168                 Fixed typos.
9169
9170 2002-08-28 [melvin]     0.8.2claws4
9171
9172         * README.claws
9173                 Updated a bit the text concerning the spell checker
9174
9175 2002-08-28 [melvin]     0.8.2claws3
9176
9177         Merged the GNU_aspell_branch:
9178                 Support of new GNU/aspell is now included and the old pspell
9179                 is not supported anymore.
9180                 See README.claws
9181
9182         * README.claws
9183                 Updated spell checker text to reflect the switch to GNU/aspell
9184
9185         * ac/aspell.m4          *** NEW ***
9186         * src/gtkaspell.[ch]    *** NEW *** 
9187         * ac/pspell.m4          *** DELETED *** 
9188         * src/gtkspell.[ch]     *** DELETED ***
9189
9190         * ac/Makefile.am
9191                 Updated for GNU/aspell support
9192
9193         * po/POTFILES.in
9194                 Replaced gtkspell.c by gtkaspell.c
9195
9196         * acconfig.h
9197         * src/Makefile.am
9198         * src/about.c
9199         * src/compose.[ch]
9200         * src/crash.c
9201         * src/main.c
9202         * src/prefs_common.[ch]
9203                 Updated for GNU/aspell support
9204
9205 2002-08-28 [paul]       0.8.2claws2
9206
9207         * sync with 0.8.2cvs4
9208                 see ChangeLog 2002-08-27 and 2002-08-28
9209
9210 2002-08-28 [colin]      0.8.2claws1
9211
9212         * src/summary_search.c
9213                 Added "AND search"
9214
9215 2002-08-28 [jens]       0.8.2claws
9216
9217         *po/de.po
9218                 Updated German translations
9219
9220 2002-08-27 [melvin]     0.8.2claws
9221
9222         * po/fr.po
9223                 Updated French translations
9224
9225 2002-08-27 [paul]       0.8.2claws
9226
9227         * sync with 0.8.2 main release
9228
9229         * po/en_GB.po
9230           po/es.po
9231           po/it.po
9232           po/pl.po
9233           po/pt_BR.po
9234           po/sr.po
9235                 updated message catalogs submitted by
9236                 Ricardo Mones Lastra, Alessandro Maestri,
9237                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9238                 Beneditto and Urke MMI  
9239
9240 2002-08-27 [hoa]        0.8.1claws123
9241
9242         * src/mainwindow.[ch]
9243         * src/summaryview.[ch]
9244                 removed the "filter setting" menu option.
9245                 add a "cancel a news message" menu option.
9246
9247 2002-08-26 [martin]     0.8.1claws122
9248
9249         * ChangeLog.claws
9250                 changed string under 0.8.1claws79 changed by myself
9251                 i'm sorry alfons :(
9252
9253 2002-08-26 [martin]     0.8.1claws121
9254
9255         * src/crash.c
9256                 added kill command to debuggerrc to start crash dialog
9257
9258 2002-08-26 [paul]       0.8.1claws120
9259
9260         * sync with 0.8.1cvs31
9261                 see ChangeLog 2002-08-26
9262
9263 2002-08-25 [alfons]     0.8.1claws119
9264
9265         * src/procmsg.c
9266                 fix bug that didn't send out correct headers to news server
9267                 when sending news article and email from queue (bug reported
9268                 and patch provided by Tim Mann; closes bug 
9269                 "[ 583196 ] 0.7.8claws can't post news")
9270
9271 2002-08-25 [alfons]     0.8.1claws118
9272
9273         * src/selective_download.c
9274                 mark two strings as translatable
9275                 (thanks to Urke MMI for pointing this out)
9276
9277 2002-08-25 [alfons]     0.8.1claws117
9278
9279         * src/summaryview.c
9280                 treat sent boxes as special and allow sorting them by addressee
9281                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9282                 submitted by Steve Lamb)
9283
9284 2002-08-24 [alfons]     0.8.1claws116
9285
9286         * src/matcher.c
9287                 fix memleak reported by Martin Kluge
9288                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9289
9290 2002-08-24 [oliver]     0.8.1claws115
9291
9292         * src/prefs_toolbar.c
9293                 o code cleanup as suggested by Alfons
9294                 o memleak fix
9295
9296 2002-08-24 [alfons]     0.8.1claws114
9297
9298         * src/summaryview.c
9299                 o fix another memory leak reported by Martin Kluge
9300                   (see "[ 599568 ] Small Memory Leak")
9301                 o remove 'from' variable from 'summary_set_header()'; we can
9302                   do with just 'to' 
9303
9304 2002-08-24 [paul]       0.8.1claws113
9305
9306         * sync with 0.8.1cvs30
9307                 see ChangeLog 2002-08-23
9308
9309 2002-08-24 [alfons]     0.8.1claws112
9310
9311         * src/summaryview.c
9312                 remove unnecessary allocations for search bar fixing leaks
9313                 reported by Martin Kluge
9314                 (see "[ 599451 ] Further memory leaks?")
9315
9316 2002-08-24 [alfons]     0.8.1claws111
9317
9318         * src/main.c
9319                 make get_socket_name() public for crash.c
9320         * src/crash.c
9321                 o make report bug button work (goes to claws' 
9322                   bug tracker at sf.net)
9323                 o introduce function for doing important stuff just
9324                   before claws goes down
9325                 o clean up code 
9326
9327 2002-08-24 [alfons]     0.8.1claws110
9328
9329         * src/compose.c
9330                 move cursor to "To" entry when forwarding as attachment
9331                 (reported and solved by Steve Lamb, closes bug report
9332                 "[ 592880 ] Forward as attachment; cursor not in to")
9333
9334 2002-08-24 [colin]      0.8.1claws109
9335
9336         * src/mainwindow.c
9337                 fix quick search visibility after GUI (de)separations.
9338
9339 2002-08-23 [colin]      0.8.1claws108
9340
9341         * src/mainwindow.c
9342                 fix header pane visibility after folderview or
9343                 messageview (de)separation
9344
9345 2002-08-23 [paul]       0.8.1claws107
9346
9347         * src/mainwindow.[ch]
9348           src/toolbar.c
9349                 give full control of display or non-display 
9350                 of the Execute icon to Custom toolbar settings.
9351                 add new sensitivity condition to maninwindow.h: 
9352                 M_DELAY_EXEC
9353
9354         * ChangeLog
9355           ChangeLog.jp
9356           NEWS
9357                 more sync with 0.8.1cvs29
9358
9359 2002-08-23 [melvin]     0.8.1claws106
9360
9361         * src/alertpanel.c
9362                 Readded support for custom widget in alertpanel lost in last
9363                 sync.
9364
9365 2002-08-23 [paul]       0.8.1claws105
9366
9367         * sync with 0.8.1cvs29
9368                 see ChangeLog 2002-08-23
9369
9370 2002-08-23 [colin]      0.8.1claws104
9371
9372         * src/summaryview.c
9373                 Fix folder and search pixmaps exchanging positions
9374                 after theme or toolbar changes. Thank to Oliver for 
9375                 reporting this.
9376
9377 2002-08-23 [colin]      0.8.1claws103
9378
9379         * src/mainwindow.c
9380           src/messageview.[ch]
9381           src/noticeview.[ch]
9382           src/summaryview.c
9383                 Changed messageview_create() and noticeview_create()
9384                 to avoid the last gdk_warning
9385
9386 2002-08-22 [colin]      0.8.1claws102
9387
9388         * src/summaryview.c
9389                 Fix my new `Creating pixmap from xpm' warning
9390
9391 2002-08-22 [colin]      0.8.1claws101
9392
9393         * src/mainwindow.c
9394                 Fix some of the gdk warnings
9395
9396 2002-08-22 [colin]      0.8.1claws100
9397
9398         * src/Makefile.am
9399         * src/stock_pixmap.c
9400         * src/stock_pixmap.h
9401         * src/pixmaps/quicksearch.xpm *ADDED*
9402                 Add the quicksearch pixmap
9403         * src/mainwindow.c
9404         * src/summaryview.c
9405         * src/summaryview.h
9406                 Make quicksearch bar visible/hidden via a button
9407
9408 2002-08-22 [christoph]  0.8.1claws99
9409
9410         * src/folder.c
9411                 fix folder update for newsgroups with message
9412                 numbers below minimum number of articles to fetch
9413                 (closes bug #598445)
9414
9415 2002-08-22 [paul]       0.8.1claws98
9416
9417         * sync with 0.8.1cvs28
9418                 see ChangeLog 2002-08-22
9419
9420 2002-08-21 [alfons]     0.8.1claws97
9421
9422         * src/crash.c
9423                 use bt instead of bt full which seems to work 
9424                 better, and bt full doesn't give a great deal 
9425                 of information anyway
9426
9427 2002-08-21 [colin]      0.8.1claws96
9428
9429         * src/summaryview.c
9430                 fix summaryview_searchtype_changed prototype
9431
9432 2002-08-21 [christoph]  0.8.1claws95
9433
9434         * src/mainwindow.c
9435                 o fix broken menu update for sorting type, we have to
9436                   get this info from the summaryview now
9437                 o removed setting of threaded state in menu callback
9438         * src/summaryview.[ch]
9439                 more summaryview/folderitem seperation for
9440                 threading option
9441         * configure.in
9442                 removed not required --with-compiler-flags option
9443
9444 2002-08-21 [oliver]     0.8.1claws94
9445         
9446         * src/toolbar.h 
9447                 o rename toolbar.xml to toolbar_main.xml
9448                   since toolbar_compose.xml might come up 
9449                   any time soon
9450         * README.claws
9451                 add custom toolbar              
9452
9453 2002-08-21 [darko]      0.8.1claws93
9454
9455         * src/procmsg.c
9456                 don't reset tmp flags for messages copied
9457                 to sent folder
9458
9459 2002-08-21 [colin]      0.8.1claws92
9460         
9461         * src/prefs_filtering.c
9462                 fix renaming rules on folder rename 
9463                 when folder is not a leaf folder
9464
9465 2002-08-21 [paul]       0.8.1claws91
9466
9467         * src/prefs_folder_item.c
9468                 fix alignment of colour selector
9469
9470 2002-08-21 [paul]       0.8.1claws90
9471
9472         * sync with 0.8.1cvs27
9473                 see ChangeLog 2002-08-21
9474
9475 2002-08-21 [paul]       0.8.1claws89
9476
9477         * src/summaryview.c
9478                 fix crash when changing field type in
9479                 Quick search bar
9480
9481 2002-08-21 [colin]      0.8.1claws88
9482
9483         * src/summaryview.c
9484                 Made quick search case-insensitive
9485
9486 2002-08-21 [paul]       0.8.1claws87
9487
9488         * sync with 0.8.1cvs26
9489                 see ChangeLog 2002-08-21
9490
9491 2002-08-20 [christoph]  0.8.1claws86
9492
9493         * src/folderview.c
9494         * src/main.c
9495         * src/summaryview.[ch]
9496                 more summaryview/folderitem seperation for
9497                 sort_key and sort_type
9498         * src/procmsg.c
9499                 added missing return statement
9500
9501 2002-08-20 [colin]      0.8.1claws85
9502
9503         * src/summaryview.[ch]
9504                 Added a quick search box
9505         * src/mainwindow.c
9506         * src/prefs_common.[ch]
9507                 Added a show/hide option for the quick search
9508
9509 2002-08-20 [oliver]     0.8.1claws84
9510         
9511         * src/mainwindow.c
9512                 remove toolbar_create_popups
9513         * src/toolbar.[ch]
9514                 o remove toolbar_create_popups
9515                 o fix toolbar_set_sensitive 
9516                   (Bug reports #596834 and #596832)     
9517         * src/prefs_toolbar.c
9518                 o add "Set default" button
9519                 o align label and text + combo widgets
9520
9521 2002-08-20 [hoa]        0.8.1claws83bis
9522
9523         * src/imap.c
9524                 fixed a bug in imap_fetch_msginfo() in case there is no
9525                 current folder.
9526
9527 2002-08-20 [darko]      0.8.1claws83
9528
9529         * src/folderview.c
9530                 copy the color style of folder view so it
9531                 works with GTK themes
9532
9533 2002-08-20 [darko]      0.8.1claws82
9534
9535         * src/folder.h
9536         * src/folderview.c
9537         * src/prefs_folder_item.[hc]
9538                 don't use UI stuff in folder.h
9539
9540 2002-08-20 [darko]      0.8.1claws81
9541
9542         * src/folder.h
9543         * src/prefs_folder_item.h
9544         * src/folderview.c
9545         * src/prefs_folder_item.c
9546                 ability to set folder color in folderview
9547
9548 2002-08-19 [alfons]     0.8.1claws80
9549
9550         * src/summaryview.c
9551                 fix one of the earlier memleaks reported by Martin Kluge
9552
9553 2002-08-19 [alfons]     0.8.1claws79
9554
9555         * src/mainwindow.c
9556                 hide notice view when selecting seperate folder
9557                 view (reported by Urke MMI)
9558
9559 2002-08-19 [christoph]  0.8.1claws78
9560
9561         * src/folderview.c
9562         * src/prefs_folder_item.h
9563         * src/summaryview.[ch]
9564                 o add summary_set_prefs_from_folderitem to set
9565                   summaryview prefs (first step to remove all
9566                   references to the folderitem in summaryview)
9567                 o moved compiled regex stuff from folderitem prefs
9568                   to summaryview code
9569
9570 2002-08-19 [paul]       0.8.1claws77
9571
9572         * src/compose.c
9573                 add check for '.' to QUOTE_IF_REQUIRED
9574
9575 2002-08-19 [paul]       0.8.1claws76
9576
9577         * src/inc.c
9578                 sync with 0.8.1cvs25 (plug memory leak)
9579
9580         * src/prefs_toolbar.c
9581                 re-order prefs_toolbar_cancel()
9582
9583 2002-08-18 [alfons]     0.8.1claws75
9584
9585         * src/inc.c
9586         * src/matcher.c
9587                 plug other memleaks reported by Martin Kluge
9588
9589 2002-08-18 [paul]       0.8.1claws74
9590
9591         * po/pt_BR.po
9592                 updated by Fabio Jr. Beneditto
9593
9594 2002-08-18 [paul]       0.8.1claws73
9595
9596         * src/toolbar.[ch]
9597                 fix bug where tooltips were displayed untranslated              
9598
9599         * src/prefs_toolbar.c
9600                 fix bug where clicking 'Cancel' creates an icon & text
9601                 toolbar regardless of prefs
9602         
9603
9604 2002-08-17 [oliver]     0.8.1claws72
9605
9606         * src/prefs_toolbar.c
9607                 update toolbar on CANCEL
9608                 bug reported by Martin Kluge
9609         * src/toolbar.c
9610                 toolbar_destroy memleak fixed           
9611
9612 2002-08-17 [alfons]     0.8.1claws71
9613
9614         * src/toolbar.c
9615                 plug another memleak reported by Martin Kluge
9616
9617 2002-08-16 [alfons]     0.8.1claws70
9618
9619         * src/crash.c
9620                 use execvp() correctly (suggested by wwp; thanks!)
9621
9622 2002-08-16 [alfons]     0.8.1claws69
9623
9624         * src/gtksctree.c
9625                 plug memory leak reported by Kim Schultz & Martin Kluge
9626
9627 2002-08-16 [paul]       0.8.1claws68
9628
9629         * po/es.po
9630                 updated by Ricardo Mones Lastra
9631
9632 2002-08-16 [paul]       0.8.1claws67
9633
9634         * src/toolbar.h
9635                 fix bug where 'Compose News' icon showed wrong
9636                 tooltip
9637
9638 2002-08-16 [paul]       0.8.1claws66
9639
9640         * sync with 0.8.1cvs24
9641                 see ChangeLog 2002-08-16
9642
9643         * po/it.po
9644                 updated by Alessandro Maestri
9645
9646 2002-08-15 [paul]       0.8.1claws65
9647
9648         * po/sr.po
9649                 updated by Urke MMI
9650
9651 2002-08-15 [paul]       0.8.1claws64
9652
9653         * src/*.c
9654                 don't translate debug info
9655
9656         * src/matcher.[ch]
9657                 add copyright info
9658
9659 2002-08-15 [paul]       0.8.1claws63
9660
9661         * src/prefs_toolbar.c
9662                 fix bug where clicking 'OK' creates an icon & text
9663                 toolbar regardless of prefs
9664
9665 2002-08-14 [alfons]     0.8.1claws62
9666
9667         * src/main.c
9668                 add global var that has the full argv[0]
9669         * src/crash.c
9670                 o execvp the correct sylpheed by using argv0
9671                   and setting the correct work dir
9672                 o other tweaks  
9673
9674 2002-08-14 [oliver]     0.8.1claws61
9675         
9676         * enable/disable Toolbar Action Buttons 
9677         * code cleanups
9678         * src/mainwindow.c
9679         * src/toolbar.[ch]      
9680         * src/prefs_toolbar.c   
9681
9682 2002-08-14 [melvin]     0.8.1claws60
9683
9684         * po/fr.po
9685                 Updated French translations
9686
9687 2002-08-14 [melvin]     0.8.1claws59
9688
9689         * src/crash.c
9690                 Made bug report not translatable
9691         * src/exporthtml.c
9692                 Fixed exporthtml_build_filespec() return value
9693         * src/foldersel.c
9694                 Fixed incorrect include file
9695         * src/gtkspell.c
9696         * src/prefs_actions.c
9697         * src/prefs_toolbar.c
9698                 Made debug info not translatable
9699         * src/mutt.c
9700         * src/quote_fmt.c
9701                 Added missing includes
9702         * src/prefs_common.c
9703                 Fixed typo
9704
9705 2002-08-14 [paul]       0.8.1claws58
9706
9707         * faq/es/sylpheed-faq.html
9708           faq/es/sylpheed-faq-[1-3].html
9709           faq/es/sylpheed-faq-4.html     **NEW FILE **
9710                 update Spanish FAQ
9711
9712 2002-08-13 [christoph]  0.8.1claws57
9713
9714         * src/procmsg.c
9715                 ignore thread fix that did not mark all
9716                 child nodes of a ignored thread as
9717                 ignored. Does not work perfectly yet,
9718                 but it is better now
9719
9720 2002-08-13 [alfons]     0.8.1claws56
9721
9722         * src/crash.c
9723                 o implement 'save crash log'
9724                 o some tweaks
9725
9726 2002-08-13 [melvin]     0.8.1claws55
9727
9728         * src/main.c
9729                 removed unrequired "execinfo.h" header
9730
9731 2002-08-12 [paul]       0.8.1claws54
9732
9733         * faq/en/sylpheed-faq.html
9734           faq/en/sylpheed-faq-[1-3].html
9735           faq/en/sylpheed-faq-4.html     **NEW FILE **
9736                 update English FAQ
9737
9738 2002-08-12 [alfons]     0.8.1claws53
9739
9740         * po/POTFILES.in
9741                 add crash.c to translatables
9742         * src/crash.c
9743                 bring in Leandro's crash dialog
9744
9745 2002-08-11 [alfons]     0.8.1claws52
9746
9747         * src/crash.c
9748                 clean up some warnings
9749
9750 2002-08-11 [alfons]     0.8.1claws51
9751
9752         * acconfig.h
9753         * configure.in
9754         * src/crash.[ch]        ** NEW FILES **
9755         * src/main.c            
9756                 initial gdb crash handler
9757
9758 2002-08-11 [paul]       0.8.1claws50
9759
9760         * src/prefs_toolbar.c
9761                 replace Up/Down arrow pixmaps with text to be
9762                 consistent across icon themes
9763
9764 2002-08-11 [paul]       0.8.1claws49
9765
9766         * src/prefs_common.c
9767           src/prefs_toolbar.c
9768                 rename 'Pixmap' -> 'Icon'
9769
9770         * src/toolbar.[ch]
9771                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9772
9773 2002-08-10 [paul]       0.8.1claws48
9774
9775         * src/prefs_toolbar.c
9776                 re-work the UI
9777
9778 2002-08-10 [paul]       0.8.1claws47
9779
9780         * src/main.c
9781                 don't write Processing progress to status bar
9782                 patch submitted by Alexander Evseev
9783
9784         * src/prefs_toolbar.c
9785                 re-position and resize window
9786                 make window assume correct size on first call
9787
9788 2002-08-10 [paul]       0.8.1claws46
9789
9790         * src/mainwindow.c
9791           src/prefs_toolbar.c
9792           src/toolbar.c
9793           src/toolbar.h
9794                 obey coding style
9795                 follow UI text conventions
9796
9797 2002-08-10 [alfons]     0.8.1claws45
9798
9799         * src/toolbar.c
9800                 correct pixmap for delete action
9801
9802 2002-08-10 [paul]       0.8.1claws44
9803
9804         * po/pt_BR.po
9805                 updated by Fabio Jr. Beneditto
9806
9807 2002-08-10 [paul]       0.8.1claws43
9808
9809         * po/POTFILES.in
9810                 add custom toolbar files
9811
9812 2002-08-10 [paul]       0.8.1claws42
9813
9814         * sync with 0.8.1cvs22
9815                 see ChangeLog 2002-08-09
9816
9817 2002-08-09 [paul]       0.8.1claws41
9818
9819         * tools/Makefile.am
9820           tools/README
9821           tools/outlook2sylpheed.pl     ** NEW FILE **
9822                 add script to convert exported Outlook
9823                 contacts list to a Sylpheed addressbook.
9824                 Submitted by Ricardo Mones Lastra.
9825
9826 2002-08-09 [paul]       0.8.1claws40
9827
9828         * AUTHORS
9829           configure.in
9830           po/sr.po      ** NEW FILE **
9831                 add Serbian message catalog. Submitted by
9832                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9833
9834 2002-08-09 [paul]       0.8.1claws39
9835
9836         * sync with 0.8.1cvs21
9837                 see ChangeLog 2002-08-08
9838
9839 2002-08-08 [oliver]     0.8.1claws38
9840
9841         * src/mainwindow.c
9842                 move Custom Toolbar to Configuration menu
9843
9844 2002-08-08 [oliver]     0.8.1claws37
9845
9846         * src/prefs_toolbar.c
9847                 fix substitute pixmap bug
9848
9849 2002-08-08 [paul]       0.8.1claws36
9850
9851         * sync with 0.8.1cvs19
9852                 see ChangeLog 2002-08-08
9853
9854 2002-08-07 [christoph]  0.8.1claws35
9855
9856         * src/utils.c
9857                 fixed a memory leak in new canonicalize_file_replace
9858
9859 2002-08-07 [christoph]  0.8.1claws34
9860
9861         * src/utils.[ch]
9862                 o canonicalize_file_replace should create the temporary
9863                   file in the same directory as the original file.
9864                 o added get_tmpfile_in_dir that creates a temorary file
9865                   in a specified directory.
9866
9867 2002-08-07 [melvin]     0.8.1claws33
9868
9869         * src/toolbar.c
9870                 fixed bug where 'Article' button acted as 'Email' button.
9871
9872 2002-08-07 [paul]       0.8.1claws32
9873
9874         * sync with 0.8.1.cvs17
9875                 see ChangeLog 2002-08-07
9876
9877 2002-08-07 [colin]      0.8.1claws31
9878         
9879         * src/news.c
9880                 fix mass-cancel problem
9881
9882 2002-08-07 [thorsten]   0.8.1claws30
9883
9884         * src/prefs_toolbar.c
9885                 fix: crash on replace or add new button
9886         * src/toolbar.c
9887                 fix: close xmlfile after reading
9888         * src/utils.c
9889                 fix: unlink() file before rename()
9890
9891 2002-08-06 [paul]       0.8.1claws29
9892
9893         * sync with 0.8.cvs15
9894                 see ChangeLog 2002-08-06
9895
9896 2002-08-06 [oliver]     0.8.1claws28
9897
9898         * src/toolbar.c
9899         * src/prefs_toolbar.c
9900                 fixed empty toolbar issue
9901
9902 2002-08-06 [oliver]     0.8.1claws27
9903
9904         * Custom Toolbar Final 
9905         * src/folderview.c
9906         * src/inc.c
9907         * src/summaryview.c
9908                 o toolbar stuff now lives in src/toolbar.[ch]
9909                 o main_window_toolbar_* functions are renamed to
9910                   toolbar_* reflecting their new source file
9911         * src/mainwindow.[ch]
9912                 o remove toolbar stuff  
9913
9914 2002-08-06 [oliver]     0.8.1claws26
9915         
9916         * src/Makefile.am
9917         * src/prefs_toolbar.[ch]        **New File**
9918         * src/toolbar.[ch]              **New File**
9919                 o prefs_toolbar.[ch] custom toolbar frontend
9920                 o toolbar.[ch]       backend 
9921
9922 2002-08-06 [oliver]     0.8.1claws25
9923
9924         * src/prefs_actions.[ch]
9925                 o new exported function actions_execute
9926
9927 2002-08-06 [paul]       0.8.1claws24
9928
9929         * sync with 0.8.1cvs4
9930                 see ChangeLog 2002-08-06
9931
9932 2002-08-06 [paul]       0.8.1claws23
9933
9934         * sync with 0.8.1cvs13
9935                 see ChangeLog 2002-08-06
9936
9937 2002-08-06 [paul]       0.8.1claws22
9938
9939         * sync with 0.8.1cvs12
9940                 see ChangeLog 2002-08-05 and 2002-08-06
9941
9942 2002-08-06 [match]      0.8.1claws21
9943
9944         * src/addrclip.c
9945                 improvements to cut/copy/paste address
9946
9947 2002-08-05 [match]      0.8.1claws20
9948
9949         * src/addritem.[ch]
9950         * src/addrcache.c
9951         * src/addrbook.c
9952         * src/editaddress.c
9953         * src/addressbook.c
9954                 fixes to improve cut/copy/paste
9955
9956 2002-08-06 [melvin]     0.8.1claws19
9957
9958         * src/account.[ch]
9959                 account_find_all_from_address(): new function that returns the
9960                 list of all accounts that are matched in an address.
9961         * src/alertpanel.[ch]
9962                 alertpanel() now accepts a custom widget
9963                 alertpanel_with_widget(): new function that pops up a panel with
9964                 a custom widget in it 
9965         * src/gtkutils.[ch]
9966                 gtkut_account_menu_new(): new function that allows the selection
9967                 of an account from a list of accounts.
9968         * src/messageview.c
9969                 Extended Return Receipt notification to select the correct 
9970                 account and to make a security test on the Delivery-Notification
9971                 address which should be the same as the Return-Path.
9972
9973 2002-08-06 [thorsten]   0.8.1claws18
9974
9975         * src/mimeview.c
9976                 attach_all: save unnamed as "noname.%d",
9977                 dont free static dirname
9978
9979 2002-08-05 [alfons]     0.8.1claws17
9980
9981         * configure.in
9982                 detect XIM by trying to link rather than compile a XIM program
9983
9984 2002-08-05 [oliver]     0.8.1claws16
9985                 
9986         * src/stock_pixmap.[ch]
9987                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9988                 o new func to retrieve pixmaps
9989
9990 2002-08-05 [paul]       0.8.1claws15
9991
9992         * sync with 0.8.1cvs10
9993                 see ChangeLog 2002-08-05
9994
9995 2002-08-04 [alfons]     0.8.1claws14
9996
9997         * src/textview.c
9998                 see if this plugs memleak
9999
10000 2002-08-04 [melvin]     0.8.1claws13
10001
10002         * src/gtkspell.c
10003                 fixed bug that could crash Sylpheed when highlighting
10004                 all misspelled words.
10005
10006 2002-08-03 [melvin]     0.8.1claws12
10007
10008         * src/prefs_actions.c
10009                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10010         * src/messageview.c
10011                 fixed bug where the Return Receipt was sent to
10012                 Delivery-Notification-To address even if it was not present
10013
10014 2002-08-02 [alfons]     0.8.1claws11
10015
10016         * src/prefs_actions.c
10017                 o more check for NULLs
10018                 o put create_io_dialog() in right conditional block
10019
10020 2002-08-02 [paul]       0.8.1claws10
10021
10022         * po/es.po
10023                 updated by Ricardo Mones Lastra
10024
10025 2002-08-01 [christoph]  0.8.1claws9
10026
10027         * src/folder.c
10028                 don't free the cache of the opened
10029                 folder in the summaryview
10030         * src/summaryview.c
10031                 don't unset flags, if it is not required
10032
10033 2002-08-01 [paul]       0.8.1claws8
10034
10035         * sync with 0.8.1cvs8
10036                 see ChangeLog entry 2002-08-01
10037
10038 2002-08-01 [paul]       0.8.1claws7
10039
10040         * sync with 0.8.1cvs7
10041                 see ChangeLog 2002-07-31 and 2002-08-01
10042
10043 2002-07-31 [christoph]  0.8.1claws6
10044
10045         * src/mainwindow.c
10046                 forgot to update menu sensitivity
10047                 function for new menu entry
10048
10049 2002-07-31 [alfons]     0.8.1claws5
10050
10051         * src/main.c
10052                 check folder item and its path for NULL on
10053                 initial processing
10054
10055 2002-07-31 [christoph]  0.8.1claws4
10056
10057         * src/folder.c
10058                 check if folder_item_get_msginfo in
10059                 folder_item_remove_msg returned NULL
10060         * src/imap.c
10061                 better clear the uid cache in the
10062                 uid validity check function and delete
10063                 cached messages
10064
10065 2002-07-31 [paul]       0.8.1claws3
10066
10067         * man/sylpheed.1
10068                 add the '--attach' option and a few other
10069                 minor changes
10070
10071 2002-07-31 [paul]       0.8.1claws2
10072
10073         * sync with 0.8.1cvs5
10074                 see ChangeLog 2002-07-31
10075
10076 2002-07-31 [christoph]  0.8.1claws1
10077
10078         * src/folderview.[ch]
10079         * src/mainwindow.c
10080                 replace "Rescan all folders..." with
10081                 "Check all folders for new messages..."
10082
10083 2002-07-30 [paul]       0.8.1claws
10084
10085         * version 0.8.1claws released
10086
10087 2002-07-30 [paul]       0.8.0claws29
10088
10089         * tools/OOo2sylpheed.pl ** NEW FILE **
10090           tools/README
10091                 add script to enable sending documents as
10092                 attachments from OpenOffice.org
10093
10094 2002-07-30 [melvin]     0.8.0claws28
10095
10096         * src/prefs_actions.c
10097                 Made the actions' input/output dialog display
10098                 without delay.
10099
10100 2002-07-30 [christoph]  0.8.0claws27
10101
10102         * src/procmsg.c
10103                 check if folder_item_get_msginfo in
10104                 procmsg_save_to_outbox returned NULL
10105
10106 2002-07-30 [paul]       0.8.0claws26
10107
10108         * sync with 0.8.1cvs4
10109                 see ChangeLog 2002-07-29
10110
10111 2002-07-29 [thorsten]   0.8.0claws25
10112
10113         * README.claws
10114                 added selective download, delete on server
10115
10116 2002-07-29 [paul]       0.8.0claws24
10117
10118         * sync with 0.8.1cvs3
10119                 see ChangeLog 2002-07-29
10120
10121 2002-07-27 [christoph]  0.8.0claws23
10122
10123         * src/folder.c
10124                 add extra check if fetching the msginfo
10125                 returned NULL
10126
10127 2002-07-27 [paul]       0.8.0claws22
10128
10129         * sync with 0.8.1cvs2
10130                 see ChangeLog 2002-07-26
10131
10132 2002-07-27 [christoph]  0.8.0claws21
10133
10134         * src/imap.c
10135                 add another check if a valid msginfo
10136                 was returned
10137
10138 2002-07-26 [hoa]        0.8.0claws20
10139
10140         * src/folder.c
10141                 Fixed a condition in folder_item_destroy()
10142
10143         * src/imap.c
10144                 Fixed an error in IMAP protocol
10145
10146 2002-07-26 [alfons]     0.8.0claws19
10147
10148         * src/folder.c
10149                 ofcourse compare with identifier, not the path
10150
10151 2002-07-26 [alfons]     0.8.0claws18
10152
10153         * src/folder.c
10154                 use folder item identifier for saving / restoring
10155                 preferences because folder->path might not be unique
10156
10157 2002-07-26 [melvin]     0.8.0claws17
10158
10159         * src/logwindow.c
10160                 Fixed a crash introduced in 0.8.0claws5 when log is 
10161                 cut under 80 characters.
10162
10163 2002-07-26 [paul]       0.8.0claws16
10164
10165         * sync with 0.8.1cvs1
10166                 see ChangeLog 2002-07-26
10167
10168 2002-07-26 [christoph]  0.8.0claws15
10169
10170         * src/imap.[ch]
10171                 imap folder now remembers the last selected
10172                 folder and imap_fetch_msginfo skips selecting
10173                 the folder if it is already selected
10174
10175 2002-07-26 [christoph]  0.8.0claws14
10176
10177         * src/folder.c
10178         * src/folderview.c
10179         * src/imap.c
10180                 fix imap folder rescanning
10181
10182 2002-07-25 [christoph]  0.8.0claws13
10183
10184         * src/filter.c
10185         * src/folder.[ch]
10186         * src/folderview.c
10187         * src/imap.[ch]
10188         * src/mainwindow.c
10189         * src/mbox_folder.c
10190         * src/mh.c
10191         * src/news.c
10192                 implement imap uid cache and uid validity check
10193
10194 2002-07-25 [alfons]     0.8.0claws12
10195
10196         * src/summaryview.c
10197                 fix a brown paper bag bug, and also add some more
10198                 checks
10199
10200 2002-07-25 [christoph]  0.8.0claws11
10201
10202         * src/folder.c
10203                 don't mix copy, fetch_msginfo and remove
10204                 operations in folder item copy and move
10205                 operations
10206
10207 2002-07-25 [christoph]  0.8.0claws10
10208
10209         * src/folderview.c
10210         * src/mainwindow.c
10211         * src/prefs_folder_item.c
10212         * src/summaryview.[ch]
10213                 remove no longer required parameter update_cache from
10214                 summary_show
10215
10216 2002-07-25 [paul]       0.8.0claws9
10217
10218         * sync with 0.8.1
10219         
10220         * AUTHORS
10221                 a few corrections
10222
10223 2002-07-24 [alfons]     0.8.0claws8
10224
10225         * src/summaryview.c
10226                 sort correctly when using simplified subject line
10227                 (closes feature request "[ 585141 ] applying regexp to subject 
10228                 before sort" submitted by Alexandra Walford)
10229
10230 2002-07-24 [paul]       0.8.0claws7
10231
10232         * sync with 0.8.0cvs3
10233                 see ChangeLog 2002-07-24
10234
10235 2002-07-23 [christoph]  0.8.0claws6
10236
10237         * src/folder.c
10238         * src/folder.h
10239         * src/summaryview.c
10240         * src/summaryview.h
10241         * src/main.c
10242                 o separate processing and summaryview
10243                 o removed summary_write_cache from summaryview
10244                 o removed summaryview->killed_messages, because we don't have
10245                   to keep a list of killed messages anymore. New cache will
10246                   keep the hidden messages in cache anyway
10247         * src/folderview.c
10248         * src/inc.c
10249         * src/selective_download.c
10250                 o removed unnecessary summary_write_cache calls
10251         * src/procmsg.c
10252                 o don't set ignore thread flag in procmsg_get_thread_tree
10253                   if it is already set
10254         * src/mainwindow.c
10255         * src/statusbar.h
10256                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10257                   they are used in different files
10258
10259 2002-07-23 [melvin]     0.8.0claws5
10260
10261         * src/addressbook.c
10262         * src/addrgather.c
10263         * src/editaddress.c
10264         * src/editgroup.c
10265         * src/editldap_basedn.c
10266         * src/importldif.c
10267         * src/prefs_common.c
10268                 Fixed few memory leak (gtk_editable_get_chars returns
10269                 an allocated string)
10270         * src/logwindow.c
10271                 Fixed few memory leak (gtk_editable_get_chars returns
10272                 an allocated string) and modified a little the log cutting
10273                 loop.
10274         * src/compose.c
10275                 Replaced a call to an obsolete function gtk_entry_get_text()
10276                 by gtk_editable_get_chars()
10277         * src/send.c
10278                 Removed a debug printf
10279
10280 2002-07-23 [christoph]  0.8.0claws4
10281
10282         * src/filesel.c
10283                 fix another g_dirname memory leak
10284
10285 2002-07-23 [christoph]  0.8.0claws3
10286
10287         * src/mh.c
10288                 fixed a memory leak in mh_fetch_msginfo
10289                 fixed crash when message header could not be
10290                 parsed
10291
10292 2002-07-23 [paul]       0.8.0claws2
10293
10294         * sync with 0.8.0cvs2
10295                 see ChangeLog 2002-07-23
10296
10297 2002-07-23 [paul]       0.8.0claws1
10298
10299         * sync with 0.8.0cvs1
10300                 see ChangeLog 2002-07-23
10301
10302 2002-07-23 [paul]       0.8.0claws
10303
10304         * release of 0.8.0claws
10305
10306 2002-07-23 [paul]       0.7.8claws99
10307
10308         * po/ru.po
10309                 new Russian translation, submitted by
10310                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10311
10312 2002-07-22 [jens]       0.7.8claws98
10313
10314         * po/de.po
10315                 Updated German translations.
10316
10317 2002-07-22 [paul]       0.7.8claws97
10318
10319         * po/es.po
10320           po/it.po
10321           po/nl.po
10322           po/pt_BR.po
10323                 updated translations by Ricardo Mones Lastra,
10324                 Alessandro Maestri, Wilbert Berendsen and 
10325                 Fabio Jr. Beneditto respectively
10326
10327 2002-07-22 [christoph]  0.7.8claws96
10328
10329         * src/mimeview.c
10330                 fix memory leak caused by wrong g_dirname usage
10331
10332 2002-07-22 [christoph]  0.7.8claws95
10333
10334         * src/summaryview.c
10335                 update new and unread message counts for summaryview
10336                 summaryview does not get it from the folder anymore
10337                 and has to update the values itself
10338
10339 2002-07-22 [melvin]     0.7.8claws94
10340
10341         * po/fr.po
10342                 Updated French translations.
10343
10344 2002-07-22 [christoph]  0.7.8claws93
10345
10346         * src/matcher.c
10347                 set prop->preg pointer to NULL or following check
10348                 will not fail and regexec will be called with
10349                 invalid pointer
10350
10351 2002-07-21 [alfons]     0.7.8claws92
10352         
10353         * src/prefs_common.[ch]
10354                 remove option "Send return receipt on request"
10355
10356 2002-07-21 [thorsten]   0.7.8claws91
10357
10358         * src/mimeview.c
10359                 fixed memleaks, coding style as pointed out by alfons
10360
10361 2002-07-21 [alfons]     0.7.8claws90
10362
10363         * src/messageview.c
10364         * src/noticeview.[ch]
10365                 o fix bug notice view being displayed when going to empty folder 
10366                   (noticed by Christoph)
10367                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10368                   (noticed by Thorsten)
10369
10370 2002-07-21 [thorsten]   0.7.8claws89
10371
10372         * src/mimeview.c
10373                 Included save_all patch from Xaview FACQ
10374                 added support for pathnames
10375
10376 2002-07-21 [alfons]     0.7.8claws88
10377
10378         * po/POTFILES.in
10379         * src/Makefile.am
10380         * src/mainwindow.c
10381         * src/messageview.[ch]
10382         * src/noticeview.c      ** NEW FILE **
10383         * src/noticeview.h      ** NEW FILE **
10384                 make return receipts work again
10385                 (UI idea by Leandro Pereira)
10386
10387 2002-07-21 [paul]       0.7.8claws87
10388
10389         * src/summaryview.c
10390                 fix sensitivity of 'Select thread'
10391
10392 2002-07-21 [paul]       0.7.8claws86
10393
10394         * src/prefs_common.c
10395                 add browser command line for Galeon
10396
10397 2002-07-21 [paul]       0.7.8claws85
10398
10399         * Makefile.am
10400                 fix 'EXTRA_DIST': remove README.README, add TODO
10401                 and TODO.claws
10402
10403 2002-07-21 [alfons]     0.7.8claws84
10404
10405         * src/gtkstext.c
10406                 make enter clear selection
10407                 (closes "[ 579888 ] Editor selection/entry error"
10408                 reported by Steve Lamb)
10409
10410 2002-07-21 [alfons]     0.7.8claws83
10411         
10412         * src/summaryview.c
10413                 sort message list when selecting unthread messages
10414                 (closes "[ 501593 ] switching threaded view doesn't sort"
10415                 reported by Simon Schubert)
10416
10417 2002-07-20 [alfons]     0.7.8claws82
10418         
10419         * src/matcher.c
10420                 const-correctness
10421
10422 2002-07-20 [thorsten]   0.7.8claws81
10423
10424         * src/matcher.c
10425                 Fixed expansion of empty fields in matchactions
10426
10427 2002-07-19 [melvin]     0.7.8claws80
10428
10429         * src/gtkspell.c
10430                 Removed a duplicate menu entry (fast mode) introduced during
10431                 the new cache merge
10432                 Added a menu separator between 'Use alternate' and 'Fast mode'
10433
10434 2002-07-19 [paul]       0.7.8claws79
10435
10436         * tools/Makefile.am
10437           tools/README
10438                 correct typos
10439
10440 2002-07-19 [thorsten]   0.7.8claws78
10441
10442         * tools/calypso_convert.pl      ** NEW FILE **
10443           tools/README
10444           tools/Makefile.am
10445                 script to import mbox files exported
10446                 by calypso
10447                 o generates folder structure
10448                 o includes attachments
10449
10450 2002-07-19 [melvin]     0.7.8claws77
10451
10452         * src/selective_download.[ch]
10453                 Fixed bug where closing the dialog with the window manager's
10454                 close button will not unlock the summary
10455                 Corrected some function declarations that missed a return value
10456                 Made the source code comply better with coding style.
10457         * src/prefs_common.c
10458                 Added new browser command line for Mozilla.
10459
10460 2002-07-18 [paul]       0.7.8claws76
10461
10462         * src/mainwindow.c
10463           src/selective_download.[ch]
10464                 reflect theme changes, fix Gdk Warning when creating 
10465                 pixmap from NULL window, and minor clean up.
10466                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10467
10468         * po/en_GB.po
10469                 updated
10470
10471 2002-07-17 [paul]       0.7.8claws75
10472
10473         * INSTALL[.jp]
10474                 sync with 0.8.0
10475         
10476         * po/en_GB.po
10477                 updated
10478
10479 2002-07-16 [paul]       0.7.8claws74
10480
10481         * tools/filter_conv.pl
10482           tools/README
10483                 replace conversion script with reimplemented version, 
10484                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10485
10486 2002-07-16 [colin]      0.7.8claws73
10487
10488         * src/summaryview.c
10489                 remove forgotten debug messages - sorry ;-)
10490
10491 2002-07-16 [colin]      0.7.8claws72
10492
10493         * src/mimeview.c
10494           src/summaryview.c
10495           src/textview.c
10496           src/textview.h
10497                 add the ability to select part of a text mime-part 
10498                 to reply.
10499
10500 2002-07-15 [christoph]  0.7.8claws71
10501
10502         * src/folder.c
10503                 fix folder message count for folders without
10504                 msg_is_changed (includes news folders)
10505
10506 2002-07-15 [martin]     0.7.8claws70
10507
10508         * src/summaryview.c
10509                 option "display recipient on 'From'..." now works
10510                 without the need of enabling the option
10511                 "display  sender  using  address  book".
10512
10513 2002-07-15 [christoph]  0.7.8claws69
10514
10515         * src/summaryview.c
10516                 removed setting folder status from summaryview.
10517                 folder.c should update all message counts correctly.
10518
10519 2002-07-15 [paul]       0.7.8claws68
10520
10521         * po/pt_BR.po
10522                 updated by Fabio Junior Beneditto
10523
10524 2002-07-15 [darko]      0.7.8claws67
10525
10526         * src/mh.c
10527                 Fixed target folder colorization, don't decrease op
10528                 number twice
10529
10530 2002-07-14 [paul]       0.7.8claws66
10531
10532         * sync with main 0.8.0
10533                 see ChangeLog 2002-07-14
10534
10535 2002-07-13 [melvin]     0.7.8claws65
10536         
10537         * src/addrbook.c
10538         * src/addressbook.c
10539         * src/addrindex.c
10540                 Replaced sprintf by g_snprintf to prevent possible buffer
10541                 overflow.
10542         * src/news.c
10543                 Corrected a log message output format.
10544                 Added a missing "done" debug output.
10545         * src/compose.c
10546                 Added keyboard accelerator for Priority menu items
10547                 Added missing \n in debug output
10548         * src/logwindow.c
10549         * src/gtkspell.c
10550         * src/rfc2015.c
10551                 Added missing \n in debug output
10552
10553 2002-07-13 [paul]       0.7.8claws64
10554
10555         * man/sylpheed.1
10556                 change Sergey's email address to the sf address
10557
10558         * src/textview.c
10559                 increase show_url_timeout (more useful for long
10560                 urls)
10561
10562 2002-07-12 [sergey]     0.7.8claws63
10563
10564         * src/rfc2015.c
10565                 applied (with some modifications) patch to set the
10566                 micalg parameter for signatures
10567                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10568
10569 2002-07-12 [sergey]     0.7.8claws62
10570
10571         * man/Makefile.am
10572         * configure.in
10573                 fixed man page installation
10574
10575 2002-07-12 [paul]       0.7.8claws61
10576
10577         * sync with 0.7.8cvs26
10578                 see ChangeLog 2002-07-11 and 2002-07-12
10579
10580 2002-07-11 [christoph]  0.7.8claws60
10581
10582         * src/compose.c
10583         * src/procmsg.c
10584                 first use the message number to find the message
10585                 to mark with a reply flag but check the
10586                 message-id if we got the correct message, if not
10587                 try to find it by message-id.
10588                 use new string seperator that is not allowed
10589                 in message-ids.
10590
10591 2002-07-11 [paul]       0.7.8claws59
10592
10593         * sync with 0.7.8cvs23
10594                 see ChangeLog 2002-07-10
10595
10596 2002-07-10 [christoph]  0.7.8claws58
10597
10598         * src/folder.[ch]
10599         * src/msgcache.[ch]
10600                 Added message-id table to the cache in memory
10601                 and functions to msgcache.c and folder.c to
10602                 fetch MsgInfos by message id
10603         * src/compose.c
10604         * src/procmsg.c
10605                 store folder and message-id of message replying
10606                 to in queue header and set reply flag after sending
10607                 (Closes bug #469498)
10608
10609 2002-07-10 [paul]       0.7.8claws57
10610
10611         * AUTHORS
10612           man/sylpheed.1.gz
10613                 add Martin to the list of authors
10614
10615 2002-07-09 [martin]     0.7.8claws56
10616         * src/gtksctree.c
10617                 Added gtk_ctree_last_visible(), tree_update_level(),
10618                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10619                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10620                 from gtk+ to gtksctree.c for the new sorting code
10621                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10622                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10623         * src/gtksctree.h
10624                 Added declaration for gtk_sctree_sort_recursive() and
10625                 gtk_sctree_sort_node
10626         * src/addressbook.c
10627         * src/foldersel.c
10628         * src/folderview.c
10629         * src/summaryview.c
10630                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10631                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10632
10633 2002-07-08 [paul]       0.7.8claws55
10634
10635         * more sync with 0.7.8cvs21
10636                 see ChangeLog 2002-07-08
10637
10638 2002-07-08 [paul]       0.7.8claws54
10639
10640         * sync with 0.7.8cvs21
10641                 see ChangeLog 2002-07-08
10642
10643 2002-07-07 [alfons]     0.7.8claws53
10644
10645         * src/Makefile.am
10646         * src/stock_pixmap.[ch]
10647         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10648         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10649         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10650                 add new pixmaps for upcoming notice pane
10651
10652 2002-07-06 [melvin]     0.7.8claws52
10653
10654         * src/gtkspell.[ch]
10655                 Made them a bit closer to Sylpheed's coding style.
10656                 Removed old code.
10657                 Removed possible memory leaks when some errors occurs.
10658
10659 2002-07-06 [melvin]     0.7.8claws51
10660
10661         * po/Makefile.in.in
10662                 Removed --no-location in xgettext command line to help
10663                 translators that use Emacs' po-mode
10664         * src/quote_fmt.c
10665                 Removed unnecessary comments that messed up sylpheed.pot
10666
10667 2002-07-06 [paul]       0.7.8claws50
10668
10669         * sync with 0.7.8cvs19
10670                 see ChangeLog 2002-07-05
10671
10672 2002-07-06 [christoph]  0.7.8claws49
10673
10674         * src/folder.c
10675         * src/mainwindow.c
10676                 fix folder_item_remove_all_msg and folderview
10677                 status for trash folders after emptying trash
10678
10679 2002-07-05 [paul]       0.7.8claws48
10680
10681         * sync with 0.7.8cvs16
10682                 see ChangeLog 2002-07-04 and 2002-07-05
10683
10684 2002-07-04 [paul]       0.7.8claws47
10685
10686         * sync with 0.7.8cvs14
10687                 see  ChangeLog 2002-07-04
10688
10689 2002-07-03 [alfons]     0.7.8claws46
10690
10691         * src/folder.c
10692                 dupe folder item's path because it's being reallocated
10693                 by new folder scanning code
10694
10695 2002-07-03 [christoph]  0.7.8claws45
10696
10697         * src/imap.c
10698                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10699         * src/msgcache.c
10700                 add missing return in msgcache_write
10701
10702 2002-07-02 [thorsten]   0.7.8claws44
10703
10704         * src/jpilot.c
10705         * src/msgcache.c
10706         * src/rfc2015.c
10707                 use binary mode for file access
10708
10709 2002-07-02 [christoph]  0.7.8claws43
10710
10711         * major code cleanup (part 1)
10712         
10713                 - unused variables removed
10714                 - unused functions removed
10715                 - uninitialized variables checked
10716                 - missing return statements added
10717                 - missing function return types added
10718                 - added parentheses around assignment and
10719                   && in || when suggested by gcc
10720               
10721         * src/mh.c
10722         * src/folder.c
10723                 replaced direct calls to folder->scan_tree
10724                 with folder_scan_tree and restore folder
10725                 prefs in this function. The folder should
10726                 not have to deal with them.
10727                 ( Should now work for all folder types )
10728
10729 2002-07-02 [paul]       0.7.8claws42
10730
10731         * sync with 0.7.8cvs13
10732                 see ChangeLog 2002-07-01 and 2002-07-02
10733
10734 2002-07-01 [christoph]  0.7.8claws41
10735
10736         * src/summaryview.c
10737                 fix "goto next/prev unread message" with
10738                 ignored threads
10739
10740 2002-07-01 [paul]       0.7.8claws40
10741
10742         * po/es.po
10743                 updated by Ricardo Mones Lastra
10744
10745 2002-06-30 [match]      0.7.8claws39
10746
10747         * src/jpilot.c
10748                 applied variation of leonerd's patch (566661) to
10749                 allow multiple email addresses per JPilot entry.
10750                 addresses may be separated by space, comma, pipe,
10751                 semi-colon, new-line.
10752
10753 2002-06-30 [alfons]     0.7.8claws38
10754
10755         * src/procmsg.c
10756                 simple fix for putting older nodes before
10757                 newer nodes when threading by subject
10758
10759 2002-06-30 [christoph]  0.7.8claws37
10760
10761         * src/folder.c
10762         * src/folderview.c
10763         * src/mh.c
10764         * src/news.c
10765         * src/procmsg.c
10766                 fix broken folder tree rescaning
10767                 and don't use procmsg_get_mark_sum
10768                 anymore
10769
10770 2002-06-30 [christoph]  0.7.8claws36
10771
10772         * merge new cache branch
10773         * src/imap.c
10774                 fix new cache imap copy bug
10775         * src/folder.c
10776                 improved folder_item_scan
10777                 it should now always set the correct
10778                 new, unread and total message counts
10779
10780 2002-06-29 [paul]       0.7.8claws35
10781
10782         * configure.in
10783                 correct syntax error
10784
10785 2002-06-29 [paul]       0.7.8claws34
10786
10787         * configure.in
10788           Makefile.am
10789           man/Makefile.am       ** NEW FILE **
10790           man/sylpheed.1.gz     ** NEW FILE **
10791                 add Sylpheed man page
10792
10793 2002-06-29 [paul]       0.7.8claws33
10794
10795         * po/pt_BR.po
10796                 updated by Fabio Junior Beneditto
10797
10798 2002-06-28 [jens]       0.7.8claws32
10799
10800         * po/de.po
10801                 translation updated
10802
10803         * src/selective_download.c
10804                 removed gettext for space " "
10805
10806         * src/imap.c
10807                 removed wrong space
10808
10809 2002-06-28 [paul]       0.7.8claws31
10810
10811         * sync with 0.7.8cvs11
10812                 see ChangeLog 2002-06-28
10813
10814 2002-06-28 [paul]       0.7.8claws30
10815
10816         * sync with 0.7.8cvs10
10817                 see ChangeLog 2002-06-27 and 2002-06-28
10818
10819 2002-06-26 [paul]       0.7.8claws29
10820
10821         * src/addrgather.c
10822           src/selective_download.c
10823                 don't gettextise empty strings.
10824                 reserved by gettext. gettext("") returns 
10825                 the header entry with meta information, 
10826                 not the empty string
10827
10828         * po/en_GB.po
10829                 updated
10830
10831 2002-06-26 [paul]       0.7.8claws28
10832
10833         * sync with 0.7.8cvs7
10834                 see ChangeLog 2002-06-25
10835
10836         * src/prefs_common.c
10837                 ...and in the process, tweak the gui a little
10838
10839 2002-06-25 [alfons]     0.7.8claws27
10840         
10841         * configure.in
10842         * src/Makefile.am
10843                 fine tune ldap library detection
10844
10845 2002-06-25 [alfons]     0.7.8claws26
10846
10847         * src/compose.c
10848                 don't allow return receipts when composing a news article
10849
10850 2002-06-25 [paul]       0.7.8claws25
10851
10852         * Makefile.am
10853                 add '$(AMTAR)' to 'release' section to allow for
10854                 new and older autotools
10855
10856 2002-06-25 [paul]       0.7.8claws24
10857
10858         * src/summaryview.c
10859                 fix "No more unread messages" persistant pop-up
10860                 window bug
10861
10862 2002-06-25 [paul]       0.7.8claws23
10863
10864         * po/it.po
10865                 updated by Alessandro Maestri
10866
10867 2002-06-25 [paul]       0.7.8claws22
10868
10869         * sync with 0.7.8cvs6
10870                 see ChangeLog 2002-06-25
10871
10872 2002-06-24 [paul]       0.7.8claws21
10873
10874         * tools/update-po
10875                 add GPL copyright information
10876
10877 2002-06-24 [paul]       0.7.8claws20
10878
10879         * tools/Makefile.am
10880           tools/README
10881           tools/update-po       ** NEW FILE **
10882                 add script that eases the creation of *.po files
10883                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10884
10885 2002-06-23 [alfons]     0.7.8claws19
10886
10887         * src/messageview.c
10888                 make notification_convert_header obey const correctness
10889                 (next step will be fixing the broken return receipt)
10890
10891 2002-06-23 [paul]       0.7.8claws18
10892
10893         * src/messageview.c
10894                 fix bug introduced in last commit:
10895                 removed too much code in last commit - put back what's
10896                 needed
10897
10898 2002-06-23 [paul]       0.7.8claws17
10899
10900         * src/messageview.[ch]
10901                 remove code committed in error from locally patched
10902                 source
10903
10904 2002-06-23 [colin]      0.7.8claws16
10905
10906         * src/compose.[ch]
10907                 add compose_entry_select(), used to select the default_to
10908                 email address - hopefully avoiding people sending mails to
10909                 wrong recipients.
10910
10911 2002-06-22 [alfons]     0.7.8claws15
10912
10913         * AUTHORS
10914                 add Bram Metsch & Stanislav Karchebny
10915         * src/smtp.[ch]
10916         * src/prefs_account.[ch]
10917         * src/send.c
10918                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10919                   options.  (see <http://sourceforge.net/tracker/index.php
10920                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10921
10922                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10923                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10924
10925 2002-06-22 [paul]       0.7.8claws14
10926
10927         * sync with 0.7.8cvs5
10928                 see ChangeLog 2002-06-19 and 2002-06-20
10929
10930 2002-06-22 [alfons]     0.7.8claws13
10931
10932         * src/selective_download.c
10933                 fix a stupid mistake I made
10934
10935 2002-06-22 [alfons]     0.7.8claws12
10936
10937         * src/selective_download.[ch]
10938                 fix another unnoticed leak; cleanup code
10939
10940 2002-06-21 [alfons]
10941
10942         * tools/Makefile.am
10943                 gpg-sign <-- gpg-sign-syl
10944
10945 2002-06-21 [alfons]     0.7.8claws11
10946
10947         * src/selective_download.c
10948         * src/selective_download.h
10949                 fix assorted mix of allocation errors (should solve
10950                 problem reported by Philippe Gramoullé, see:
10951                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10952
10953 2002-06-20 [melvin]     0.7.8claws10
10954
10955         * tools/gpg-sign *REMOVED*
10956           tools/gpg-sign-syl *ADDED*
10957                 Replaced the gpg clearsigning script with the version using
10958                 xterm instead of ssh-askpass and changed its name.
10959
10960         * README.claws
10961                 Updated actions example to reflect the renaming of the
10962                 gpg clearsigning script.
10963
10964 2002-06-19 [paul]       0.7.8claws9
10965
10966         * sync with 0.7.8claws9
10967                 see ChangeLog 2002-06-18 and 2002-06-19
10968
10969 2002-06-19 [paul]       0.7.8claws8
10970
10971         * sync with 0.7.8cvs1
10972                 see ChangeLog 2002-06-18
10973
10974 2002-06-18 [alfons]     0.7.8claws7
10975
10976         * src/mainwindow.h
10977                 add omitted prototype
10978
10979 2002-06-17 [paul]       0.7.8claws6
10980
10981         * src/mainwindow.c
10982                 fix hiding of exec_btn
10983
10984 2002-06-17 [paul]       0.7.8claws5
10985
10986         * src/pop.c
10987                 remove unneeded code: should_delete() 
10988                 and Pop3State::uidl_todelete_list
10989
10990 2002-06-17 [paul]       0.7.8claws4
10991
10992         * sync with 0.7.8
10993                 see ChangeLog 2002-06-11 and 2002-06-13
10994
10995 2002-06-16 [alfons]     0.7.8claws3
10996         
10997         * src/folder.c
10998                 make sure lock sort mode (claws specific) is
10999                 also persists after a tree rescan
11000
11001 2002-06-16 [alfons]     0.7.8claws2
11002
11003         * src/prefs_folder_item.c
11004         * src/folder.[ch]
11005                 fix persistence of folder sort mode (broken
11006                 by adapting Hiro's new folder persistence code)
11007
11008 2002-06-16 [alfons]     0.7.8claws1
11009
11010         * AUTHORS
11011         * src/logwindow.c
11012         * src/prefscommon.[ch]
11013                 control size of log text in log window; 
11014                 closes patch #569155 submitted by Mitko Haralanov.
11015
11016 2002-06-15 [paul]       0.7.8claws
11017
11018         * release of 0.7.8claws
11019
11020 2002-06-15 [paul]       0.7.7claws
11021
11022         * po/pt_BR.po
11023                 updated by Fabio Junior Beneditto
11024
11025 2002-06-14 [paul]       0.7.6claws49
11026
11027         * po/es.po
11028                 updated by Ricardo Mones Lastra
11029
11030 2002-06-14 [paul]       0.7.6claws48
11031
11032         * po/nl.po
11033                 updated translation by Wilbert Berendsen
11034
11035 2002-06-14 [melvin]     0.7.6claws47
11036
11037         * po/fr.po
11038                 Updated French translation
11039
11040 2002-06-13 [paul]       0.7.6claws46
11041
11042         * src/filesel.c
11043                 allow filename to be typed in, rather than just
11044                 selected by the mouse. Patch by Gustavo Noronha Silva.
11045
11046 2002-06-13 [alfons]     0.7.6claws45
11047
11048         * src/mainwindow.[ch]
11049                 more cleanups (removing unnecessary menu items Expand 
11050                 summary / message view)
11051
11052 2002-06-13 [melvin]     0.7.6claws44
11053
11054         * po/POTFILES.in
11055                 Added src/string_match.c
11056         * src/string_match.c
11057                 Fixed possible buffer overflow.
11058                 Corrected typo.
11059                 Added missing config.h header.
11060         * src/prefs_common.c
11061           src/prefs_matcher.c
11062           src/prefs_scoring.c
11063                 Made some strings translatable (missing _(..)).
11064
11065 2002-06-13 [melvin]     0.7.6claws43
11066
11067         * README.claws
11068                 Corrected action example (verifying clearsigned mail).
11069         * src/prefs_account.c
11070                 Corrected typo.
11071         * src/prefs_common.c
11072                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11073
11074 2002-06-12 [alfons]     0.7.6claws42
11075
11076         * src/summaryview.c
11077                 add init of score column lost in 0.7.6claws42
11078
11079 2002-06-12 [paul]       0.7.6claws41
11080
11081         * src/prefs_account.c
11082                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11083                 behavior of the radio buttons, (from 0.7.7cvs2)
11084
11085 2002-06-11 [alfons]     0.7.6claws40
11086
11087         * src/messageview.[ch]
11088         * src/summaryview.[ch]
11089         * src/summary_search.c
11090         * src/mainwindow.c
11091                 perform a sync to bring in Hiro's separate view implementation 
11092
11093                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11094
11095 2002-06-11 [paul]       0.7.6claws39
11096         
11097         * src/prefs_account.c
11098                 correct a typo on the Receive tab
11099
11100 2002-06-10 [match]      0.7.6claws38
11101
11102         * src/addressbook.c
11103                 Included address completion patch from Gustavo Noronha.
11104
11105 2002-06-10 [paul]       0.7.6claws37
11106
11107         * src/inc.[ch]
11108           src/pop.c
11109           src/prefs_account.[ch]
11110           src/selective_download.[ch]
11111                 apply PATCH #561712
11112                  NEW:
11113                 - check if POP Account
11114                 - Receive Button renamed to Preview
11115                 - Preview Button Popup: preview new/all messages
11116                 - Download Button
11117                 - Account Preferences-->Receive tab checkbutton if you
11118                   want to remove Mail after Download
11119                 -: default YES
11120                 - Account Preferences-->Receive tab checkbutton use
11121                   filtering rules on preview
11122                   (think of delete_on_server)
11123                 -: default YES
11124                 - Account selectable from SD dialog
11125                 - checkbutton to show already downloaded messages if
11126                   all messages are previewed
11127                 - new clist column showing Date
11128                 - ESC KEY close
11129                 FIXES:
11130                 - play ball with UIDL
11131                 - fault tolerant (?) 
11132                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11133
11134 2002-06-10 [melvin]     0.7.6claws36
11135
11136         * README.claws
11137                 Added a hint to ac/README in cvs instructions.
11138
11139         * src/prefs_actions.c
11140                 Made it possible to use a more elaborate command line
11141                 for asynchronous actions, too.
11142
11143 2002-06-10 [melvin]     0.7.6claws35
11144         
11145         * src/prefs_actions.c
11146                 Make it possible to use a more elaborate command line
11147                 (e.g. |foo|bar|cat>there;echo Done|)
11148                 Corrected error message when calling %f, %F and %p commands
11149                 from the compose window.
11150
11151 2002-06-09 [colin]      0.7.6claws34
11152
11153         * src/summaryview.c
11154                 Automatically find unread messages in current folder
11155                 before annoying the user.
11156
11157 2002-06-08 [alfons]     0.7.6claws33
11158
11159         * po/it.po
11160                 remove bad formatting string in it.po translation
11161                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11162
11163 2002-06-08 [paul]       0.7.6claws32
11164
11165         * sync with 0.7.6cvs25
11166                 see ChangeLog 2002-06-07
11167
11168 2002-06-05 [paul]       0.7.6claws31
11169
11170         * src/mainwindow.c
11171                 add 'Sort by locked' and 'Sort by score'
11172
11173 2002-06-05 [paul]       0.7.6claws30
11174
11175         * sync with 0.7.6cvs24
11176                 see ChangeLog 2002-06-04
11177
11178 2002-06-04 [paul]       0.7.6claws29
11179
11180         * po/pt_BR.po
11181                 updated by Fabio Junior Beneditto
11182
11183 2002-06-03 [thorsten]   0.7.6claws28
11184
11185         * src/matcher.c
11186                 fclose() matcherrc after reading
11187
11188 2002-06-03 [paul]       0.7.6claws27
11189
11190         * sync with 0.7.6cvs21
11191                 see ChangeLog 2002-05-31
11192
11193 2002-05-31 [paul]       0.7.6claws26
11194
11195         * sync with 0.7.6cvs20
11196                 see ChangeLog 2002-05-29 and 2002-05-30
11197
11198 2002-05-31 [paul]       0.7.6claws25
11199
11200         * src/imap.c
11201                 hopefully fix last buggy sync
11202
11203         * README.claws
11204                 correct typo in 'Actions' examples
11205
11206 2002-05-29 [paul]       0.7.6claws24
11207
11208         * sync with 0.7.6cvs18
11209                 see ChangeLog 2002-05-28 and 2002-05-29
11210
11211         * src/news.c
11212           src/nntp.[ch]
11213                 sync with above 
11214
11215 2002-05-28 [paul]       0.7.6claws23
11216
11217         * sync with 0.7.6cvs16
11218                 see ChangeLog 2002-05-28
11219
11220 2002-05-27 [thorsten]   0.7.6claws22 
11221
11222         * faq/it/sylpheed-faq-1.html
11223           faq/it/sylpheed-faq-2.html
11224           faq/it/sylpheed-faq-3.html
11225           faq/it/sylpheed-faq.html
11226                 corrected DOS lineendings
11227         * faq/de/sylpheed-faq-1.html
11228           faq/de/sylpheed-faq-2.html
11229           faq/en/sylpheed-faq-1.html
11230           faq/en/sylpheed-faq-2.html
11231           faq/en/sylpheed-faq-3.html
11232           faq/es/sylpheed-faq-1.html
11233           faq/es/sylpheed-faq-2.html
11234           faq/es/sylpheed-faq-3.html
11235           faq/fr/sylpheed-faq-1.html
11236           faq/it/sylpheed-faq-1.html
11237           faq/it/sylpheed-faq-2.html
11238           faq/it/sylpheed-faq-3.html
11239           faq/it/sylpheed-faq.html
11240                 changed ">" to &quot;
11241
11242 2002-05-27 [paul]       0.7.6claws21
11243         
11244         * sync with 0.7.6cvs15
11245                 see ChangeLog 2002-05-27
11246
11247 2002-05-27 [paul]       0.7.6claws20
11248
11249         * src/prefs_account.c
11250                 correct a typo
11251
11252 2002-05-26 [paul]       0.7.6claws19
11253
11254         * tools/README
11255                 correct a typo
11256
11257 2002-05-25 [paul]       0.7.6claws18
11258
11259         * tools/README
11260                 add description of kmail2sylpheed.pl
11261
11262 2002-05-25 [paul]       0.7.6claws17
11263
11264         * tools/kmail2sylpheed.pl       ** NEW FILE **
11265                 perl script that converts an exported Kmail address
11266                 book, converts it to sylpheed addressbook file,
11267                 writes the file to .sylpheed, and updates
11268                 addrbook--index.xml 
11269
11270 2002-05-25 [paul]       0.7.6claws16
11271
11272         * sync with 0.7.6cvs14
11273                 see ChangeLog 2002-05-23
11274
11275 2002-05-24 [paul]       0.7.6claws15
11276
11277         * README.claws
11278                 make a correction and add some more info
11279
11280 2002-05-24 [paul]       0.7.6claws14
11281
11282         * src/compose.c
11283                 fix memory leak in 
11284                 compose_redirect_write_headers_from_headerlist()
11285                 add Subject and Resent-Message-ID to
11286                 compose_redirect_write_headers()
11287                 Received, Subject, and X-UIDL are filtered out in 
11288                 compose_redirect_write_to_file()
11289
11290 2002-05-23 [paul]       0.7.6claws13
11291
11292         * src/compose.[ch]
11293           src/filtering.c
11294           src/mainwindow.c
11295           src/matcher.[ch]
11296           src/matcher_parser_lex.l
11297           src/matcher_parser_parse.y
11298           src/prefs_common.[ch]
11299           src/prefs_filtering.c
11300           src/summaryview.c
11301                 rename 'Bounce' to 'Redirect'
11302
11303 2002-05-23 [paul]       0.7.6claws12
11304
11305         * more sync with 0.7.6cvs13
11306           src/compose.c
11307                 see ChangeLog 2002-05-22
11308
11309 2002-05-22 [paul]       0.7.6claws11
11310
11311         * sync with 0.7.6cvs13
11312           src/codeconv.c
11313                 see ChangeLog 2002-05-20
11314           src/prefs_common.c
11315                 see ChangeLog 2002-05-22
11316
11317 2002-05-21 [melvin]     0.7.6claws10
11318
11319         * src/folderview.c
11320                 Added missing filtering and scoring headers
11321                 Fixed bad function call that showed garbage 
11322                 in Folder->Processing
11323
11324 2002-05-21 [paul]       0.7.6claws9
11325
11326         * tools/Makefile.am
11327                 make all tools executable, (patch by Alfons).
11328
11329 2002-05-20 [alfons]     0.7.6claws8
11330
11331         * src/procheader.c
11332                 don't forget to call mktime() so we have a valid week 
11333                 and year day
11334                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11335
11336 2002-05-20 [paul]       0.7.6claws7
11337
11338         * src/html.c
11339                 fix broken parsing of urls
11340         * src/textview.c
11341                 fix displaying of urls
11342
11343                 both fixes from the patch [547855] by Eugene 
11344                 Brevdo (zonem)
11345
11346 2002-05-19 [alfons]     0.7.6claws6
11347
11348         * configure.in
11349                 make sylpheed configure correctly with the latest
11350                 and greatest of automake / autoconf / gettext
11351
11352 2002-05-19 [alfons]     0.7.6claws5
11353
11354         * src/procheader.c
11355         * src/procheader.h
11356                 add function for returning ime zone offset
11357         * src/quote_fmt.c
11358         * src/quote_fmt_parse.y
11359                 better quotation formatting - does not convert
11360                 to local time, but uses the original date string.
11361                 
11362                 Note: %z inserts the timezone offset (should 
11363                 work also on platforms where strftime does not
11364                 support %z).
11365
11366 2002-05-18 [christoph]  0.7.6claws4
11367
11368         * src/summaryview.c
11369                 fix indentation of some code
11370         * tools/Makefile.am
11371                 fix spaces after \
11372         * src/Makefile.am
11373                 add missing \
11374                 correct path for ignorethread.xpm
11375                 incorrect filename for sylpheed_logo.xpm
11376                 add missing include matcher_parser_parse.h
11377
11378 2002-05-18 [paul]       0.7.6claws3
11379
11380         * sync with 0.7.6cvs8
11381                 see ChangeLog 2002-05-16 and 2002-05-17
11382
11383 2002-05-18 [melvin]     0.7.6claws2
11384
11385         * README.claws
11386                 Corrected an action's definition and fixed some misspellings.
11387
11388 2002-05-18 [paul]       0.7.6claws1
11389
11390         * tools/Makefile.am
11391           tools/gpg-sign        ** new file **
11392           tools/uudec           ** new file **
11393                 add Melvin's Actions scripts
11394
11395         * README.claws
11396                 add Melvin's descriptions for Actions
11397
11398 2002-05-18 [paul]       0.7.6claws
11399
11400         * Version 0.7.6claws released
11401
11402 2002-05-17 [paul]       0.7.5claws32
11403
11404         * po/es.po
11405                 updated by Ricardo Mones Lastra
11406
11407 2002-05-17 [paul]       0.7.5claws31
11408
11409         * src/compose.c
11410                 fix Account prefs default folder for sent/draft/deleted
11411                 messages bug
11412
11413         * po/it.po
11414           po/nl.po
11415                 updated translation by Alessandro Maestri and
11416                 Wilbert Berendsen
11417
11418 2002-05-17 [melvin]     0.7.5claws30
11419
11420         * src/prefs_actions.c
11421                 Fixed bug where using %F not at the end of the command 
11422                 resulted in an additional empty argument being created.
11423                 Thanks to Darko Koruga for reporting the bug.
11424
11425 2002-05-17 [melvin]     0.7.5claws29
11426
11427         * po/fr.po
11428                 Updated French translations.
11429
11430 2002-05-15 [paul]       0.7.5claws28
11431         
11432         * po/es.po
11433                 updated by Ricardo Mones Lastra
11434
11435 2002-05-15 [paul]       0.7.5claws27
11436
11437         * sync with 0.7.6cvs4
11438                 see ChangeLog 2002-05-14 and 2002-05-15
11439
11440 2002-05-14 [paul]       0.7.5claws26
11441
11442         * sync with 0.7.6cvs1
11443                 see ChangeLog 2002-05-13
11444
11445 2002-05-13 [thorsten]   0.7.5claws25
11446
11447         * src/messageview.c
11448                 fix select_all and copy in multipart messages
11449         * src/mainwindow.c
11450                 fix select_all and copy in multipart messages
11451
11452 2002-05-12 [paul]       0.7.5claws24
11453
11454         * src/summaryview.c
11455                 reverse last commit, bug already fixed in 0.7.5claws3
11456
11457 2002-05-12 [netztorte]  0.7.5claws23
11458
11459         * src/summaryview.c
11460                 dont parse empty addressbook (checked in before claws20)
11461
11462 2002-05-12 [melvin]     0.7.5claws22
11463
11464         * src/procmsg.[ch]
11465                 Removed unneeded priority code introduced by the previous 
11466                 commit.
11467
11468 2002-05-12 [melvin]     0.7.5claws21
11469
11470         * src/compose.[ch]
11471                 Added possibility to set message's priority.
11472         * src/procmsg.[ch]
11473                 Added possibility to set message's priority.
11474                 Added missing headers
11475
11476 2002-05-12 [melvin]     0.7.5claws20
11477
11478         * src/prefs_actions.c
11479                 Removed implicitely added quotes around the name
11480                 of the temporary files of mime parts.
11481
11482 2002-05-12 [paul]       0.7.5claws19
11483
11484         * sync with 0.7.5cvs20
11485                 see ChangeLog 2002-05-11
11486
11487 2002-05-12 [alfons]     0.7.5claws18
11488
11489         * src/quote_fmt_lex.l
11490         * src/quote_fmt_parse.y
11491                 allow quote / reply date & time format to be set using
11492                 %D{format}. format is a format string you'd pass to
11493                 strftime() (see man strftime, or the Display tab |
11494                 Date format setting).
11495
11496                 Currently %D converts the date to local time. 
11497
11498 2002-05-11 [paul]       0.7.5claws17
11499
11500         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11501                 see ChangeLog 2002-05-10 and 2002-05-11
11502
11503 2002-05-10 [paul]       0.7.5claws16
11504
11505         * sync with 0.7.5cvs16
11506                 see ChangeLog entries 2002-05-09 and 
11507                 2002-05-10
11508
11509 2002-05-10 [colin]      0.7.5claws15
11510
11511         * src/textview.c
11512                 Corrected a bug that prevented sylpheed to open
11513                 double-clicked URIs.
11514
11515 2002-05-09 [paul]       0.7.5claws14
11516
11517         * sync with 0.7.5cvs14
11518                 see ChangeLog 2002-05-08 and 2002-05-09
11519
11520 2002-05-08 [paul]       0.7.5claws13
11521
11522         * sync with 0.7.5cvs11
11523                 see ChangeLog entry 2002-05-08
11524
11525 2002-05-08 [paul]       0.7.5claws12
11526
11527         * src/mainwindow.c
11528           src/textview.[ch]
11529                 fix segfault on View->Open in new window
11530                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11531
11532 2002-05-07 [paul]       0.7.5claws11
11533
11534         * sync with 0.7.5cvs9
11535                 see ChangeLog entry 2002-05-07
11536
11537 2002-05-06 [paul]       0.7.5claws10
11538
11539         * src/messageview.c
11540           src/textview.c
11541                 display url in statusbar on single-click
11542                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11543
11544 2002-05-06 [match]      0.7.5claws9
11545
11546         * src/addritem.[ch]
11547                 new functions.
11548         * src/addrcache.c
11549                 tidy up.
11550         * src/xmlprops.[ch]
11551                 XML implementation of properties file.
11552         * src/exporthtml.[ch]
11553         * src/expthtmldlg.[ch]
11554         * src/addressbook.c
11555                 export to HTML.
11556
11557 2002-05-02 [sergey]     0.7.5claws8
11558
11559         * src/mainwindow.c (mainwin_entries),
11560           src/prefs_common.c (prefs_send_create()),
11561           src/codeconv.c (locale_table):
11562                 use charset name "Windows-1251" instead of "CP1251".
11563
11564 2002-05-02 [colin]      0.7.5claws7
11565         
11566         * src/compose.c
11567           src/prefs_common.c
11568           src/prefs_folder_item.c
11569                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11570
11571 2002-05-02 [hiro]       0.7.5claws6
11572
11573         * src/imap.c
11574                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11575
11576 2002-05-02 [paul]       0.7.5claws5
11577
11578         * src/compose.c
11579                 more sync with 0.7.5cvs7, see ChangeLog entry
11580                 2002-05-02
11581
11582 2002-05-02 [hiro]       0.7.5claws4
11583
11584         * src/compose.c
11585                 compose_queue_sub():
11586                 check if queue folder exists (closes #550397).
11587                 removed directory creation since it should be handled
11588                 transparently.
11589         * src/imap.c
11590                 imap_add_msg(): return UID for appended message
11591                 (closes #548842).
11592
11593 2002-04-30 [paul]       0.7.5claws3
11594
11595         * src/summaryview.c
11596                 fix account_find_from_address() bug
11597
11598 2002-04-28 [colin]      0.7.5claws2
11599
11600         * src/compose.c
11601           src/textview.c
11602           src/prefs_common.[ch]
11603           src/utils.[ch]
11604                 Added user-definable quotation characters recognition.
11605
11606 2002-04-28 [paul]       0.7.5claws1
11607
11608         * sync with 0.7.5cvs4
11609                 see ChangeLog entry  2002-04-25
11610
11611 2002-04-28 [paul]       0.7.5claws
11612
11613         * po/es.po
11614           po/nl.po
11615           po/pt_BR.po
11616                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11617                 Fabio Junior Beneditto
11618
11619 2002-04-27 [jens]       0.7.4claws103
11620
11621         * po/de.po
11622                 updated German translation.
11623
11624 2002-04-27 [hiro]       0.7.4claws102
11625
11626         * src/summaryview.c
11627                 summary_write_cache(): fixed the mark loss of hidden messages.
11628
11629 2002-04-26 [melvin]     0.7.4claws101
11630
11631         * src/procmsg.c
11632                 fixed a second typo (same one)
11633         * po/fr.po
11634           po/it.po
11635           po/pt_BR.po
11636                 fixed the type again...
11637
11638 2002-04-26 [melvin]     0.7.4claws100
11639
11640         * src/procmsg.c
11641                 fixed a typo in an alert message ("temorary").
11642         * po/it.po
11643         * po/pt_BR.po
11644                 corrected the typo  described above.
11645         * po/fr.po
11646                 updated French translation.
11647
11648 2002-04-26 [darko]      0.7.4claws99
11649
11650         * src/summaryview.c
11651                 fix target folder colorization
11652
11653 2002-04-25 [paul]       0.7.4claws98
11654
11655         * po/it.po
11656                 updated by Alessandro Maestri
11657
11658 2002-04-24 [colin]      0.7.4claws97
11659         
11660         * src/compose.c
11661                 Fixed double "subject is empty" question.
11662
11663 2002-04-23 [colin]      0.7.4claws96
11664         
11665         * src/mimeview.c
11666                 Corrected issue when "automatically display images" was
11667                 not set : first image remained after selecting second.
11668
11669 2002-04-23 [melvin]     0.7.4claws95
11670
11671         * src/prefs_actions.c
11672                 Don't display in/out dialog if there is nothing to show.
11673
11674 2002-04-23 [paul]       0.7.4claws94
11675
11676         * sync with 0.7.5cvs3
11677                 bug fixes: see ChangeLog entry 2002-04-23
11678
11679 2002-04-22 [darko]      0.7.4claws93
11680
11681         * src/compose.c
11682                 fix previous check-in which changed code after
11683                 merge from main
11684
11685 2002-04-22 [paul]       0.7.4claws92
11686
11687         * faq/de/*
11688                 add German FAQ
11689         * faq/en/*
11690           faq/es/*
11691           faq/fr/*
11692                 update English, Spanish and French FAQs
11693         * manual/de/*
11694           manual/es/*
11695                 add German and Spanish manuals
11696         * manual/en/*
11697           manual/fr/*
11698                 update English and French manuals
11699
11700         * src/Makefile.am
11701                 add to and re-arrange the pixmap entries
11702
11703 2002-04-22 [darko]      0.7.4claws91
11704
11705         * src/compose.c
11706                 fix sender initials recognition to only allow
11707                 '>' after the initials
11708
11709 2002-04-21 [paul]       0.7.4claws90
11710
11711         * sync with 0.7.5 release
11712                 see ChangeLog entry 2002-04-21
11713
11714 2002-04-21 [alfons]
11715
11716         * src/Makefile.am
11717                 add colin's new pixmaps to EXTRA_DIST
11718
11719 2002-04-21 [colin]      0.7.4claws89
11720         * src/compose.c
11721         * src/inc.c
11722         * src/mainwindow.[ch]
11723         * src/prefs_common.[ch]
11724         * src/stock_pixmap.[ch]
11725                 Added "Work offline" ability.
11726
11727 2002-04-21 [colin]      0.7.4claws88
11728         
11729         * src/mimeview.c
11730         * src/prefs_common.c
11731         * src/prefs_common.h
11732         * src/textview.c : Added an option to common preferences -> display
11733           to allow user not to automatically display images.
11734
11735 2002-04-21 [paul]       0.7.4claws87
11736
11737         * sync with 0.7.4cvs52
11738                 see ChangeLog entry 2002-04-21 (src/imap.c)
11739
11740 2002-04-21 [paul]       0.7.4claws86
11741
11742         * sync with 0.7.4cvs51
11743                 see ChangeLog entry 2002-04-21
11744
11745 2002-04-21 [paul]       0.7.4claws85
11746
11747         * sync with 0.7.4cvs49
11748                 see ChangeLog entries 2002-04-20 and 2002-04-21
11749
11750         * src/Makefile.am
11751                 clean up: remove old 'stock_' element from xpm 
11752                 filenames.
11753
11754 2002-04-21 [alfons]     0.7.4claws84
11755
11756         apply sync patch from Paul
11757
11758         * src/folderview.c
11759                 use old claws prefs_folder_item_create() for now
11760
11761 2002-04-19 [match]      0.7.4claws83
11762
11763         * src/addressbook.[ch]
11764         * src/addrharvest.[ch]
11765         * src/addrgather.[ch]
11766                 recurse folders.
11767         * src/mainwindow.c
11768         * src/summaryview.[ch]
11769                 change menu option.
11770
11771 2002-04-19 [paul]       0.7.4claws82
11772
11773         * po/pt_BR.po
11774                 updated by Fabio Junior Beneditto
11775
11776 2002-04-14 [alfons]     0.7.4claws81
11777
11778         * src/passphrase.c
11779                 add #include <sys/types.h> for mode_t and off_t 
11780
11781 2002-04-13 [paul]       0.7.4claws80
11782         
11783         * src/main.c
11784           src/passphrase.[ch]
11785           src/pgptext.c
11786           src/prefs_common.[ch]
11787           src/rfc2015.c
11788                 enable storing of GnuPG passphrase for the whole 
11789                 session or a user-defined number of minutes. patch 
11790                 submitted by Ravemax <ravemax@dextrose.com>
11791
11792 2002-04-13 [alfons]     0.7.4claws79
11793
11794         * src/textview.c
11795                 make email parser also stop scanning when encountering separators
11796                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11797
11798 2002-04-13 [paul]       0.7.4claws78
11799
11800         * sync with 0.7.4cvs39
11801                 see ChangeLog entry 2002-04-12
11802
11803 2002-04-11 [paul]       0.7.4claws77
11804
11805         * sync with 0.7.4cvs37
11806                 see ChangeLog entry 2002-04-11
11807
11808 2002-04-11 [paul]       0.7.4claws76
11809
11810         * COPYING 
11811                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11812                 the clause for OpenSSL). sync with sylpheed main
11813
11814 2002-04-09 [melvin]     0.7.4claws75
11815
11816         * src/compose.c
11817                 Made 'Ctrl-Enter' on send ignore some modifiers 
11818                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11819                 to bind other *-Enter (but not Alt-Enter).
11820
11821 2002-04-09 [paul]       0.7.4claws74
11822
11823         * sync with 0.7.4cvs35
11824                 see ChangeLog entries 2002-04-09
11825
11826 2002-04-08 [paul]       0.7.4claws73
11827
11828         * sync with 0.7.4cvs33
11829                 see ChangeLog entry 200-04-08
11830
11831 2002-04-07 [match]      0.7.4claws72
11832
11833         * src/addrharvest.[ch]
11834                 fixed to read all addresses in header, regardless
11835                 of header size. improved name parsing. accommodate
11836                 harvest from folders and selected message.
11837         * src/addritem.[ch]
11838                 included new address parsing function.
11839         * src/addrgather.[ch]
11840         * src/addressbook.[ch]
11841         * src/summaryview.[ch]
11842         * src/mainwindow.c
11843                 allow address harvest of folder as well as selected
11844                 messages.
11845
11846 2002-04-07 [paul]       0.7.4claws71
11847
11848         * src/esmtp.[ch]
11849           src/smtp.c
11850                 don't try to authenticate with CRAM-MD5 in SMTP when 
11851                 SMTP-AUTH enabled if MTA doesn't issue this 
11852                 auth-method in it's ehlo-response. bug item #531364,
11853                 patch item #938910. patch submitted by Colin Leroy 
11854                 <colin@colino.net>
11855
11856 2002-04-07 [paul]       0.7.4claws70
11857
11858         * src/nntp.c
11859                 fix missing MODE_READER bug. patch submitted by
11860                 Colin Leroy <colin@colino.net>
11861
11862 2002-04-07 [alfons]     0.7.4claws69
11863
11864         * src/matcher.[ch]
11865         * src/prefs_filtering.c
11866         * src/summaryview.c
11867                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11868                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11869
11870 2002-04-07 [paul]       0.7.4claws68
11871
11872         * sync with 0.7.4cvs32
11873                 see ChangeLog entry 2002-04-06
11874
11875         * tools/filter_conv.pl
11876                 more bug fixes
11877
11878 2002-04-06 [paul]       0.7.4claws67
11879
11880         * tools/filter_conv.pl
11881                 modify to be able to find the name of the first
11882                 mailbox and use that. main's filter does not
11883                 record the full path to the mailbox and therefore
11884                 can only filter to the first mailbox.
11885
11886 2002-04-05 [paul]       0.7.4claws66
11887
11888         * tools/filter_conv.pl
11889                 attempt to make the script all-encompassing and
11890                 be able to convert any main 'filter' rule thrown
11891                 at it
11892
11893 2002-04-05 [paul]       0.7.4claws65
11894
11895         * tools/filter_conv.pl
11896                 allow for collapsed folder trees
11897
11898 2002-04-05 [paul]       0.7.4claws64
11899
11900         * sync with 0.7.4cvs31
11901                 see ChangeLog entries 2002-04-05
11902
11903 2002-04-03 [paul]       0.7.4claws63
11904
11905         * sync with 0.7.4cvs29
11906                 see ChangeLog entries 2002-04-02 and 2002-04-03
11907
11908 2002-04-02 [paul]       0.7.4claws62
11909
11910         * sync with 0.7.4cvs26
11911                 see ChangeLog entry 2002-04-01
11912
11913 2002-04-02 [match]      0.7.4claws61
11914
11915         * src/pine.[ch]
11916         * src/importpine.[ch]
11917         * src/addressbook.c
11918                 import Pine address book.
11919
11920 2002-04-02 [match]      0.7.4claws60
11921
11922         * src/addrharvest.[ch]
11923                 improve address parsing of funky addresses.
11924
11925 2002-04-02 [darko]      0.7.4claws59
11926
11927         * src/compose.c
11928                 wrap on send improvements, it now recognizes quoted
11929                 initials as part of the quotation string, and it
11930                 does not join lines separated by CR
11931
11932 2002-04-01 [match]      0.7.4claws58
11933
11934         * src/mgutils.[ch]
11935                 added new functions.
11936         * src/mutt.[ch]
11937                 remove excessive duplicate address generation
11938                 on import.
11939
11940 2002-04-01 [alfons]     0.7.4claws57
11941         
11942         * src/summaryview.c
11943                 put back g_free() 
11944
11945 2002-04-01 [paul]       0.7.4claws56
11946
11947         * sync with 0.7.4cvs25
11948                 see ChangeLog entry 2002-04-01
11949
11950 2002-04-01 [alfons]     0.7.4aprilfool55
11951
11952         * src/summaryview.c
11953                 honour feature request item #537427 to allow for
11954                 displaying names from address book for sent mail also
11955
11956 2002-03-29 [paul]       0.7.4claws54
11957
11958         * src/mainwindow.c
11959           src/prefs_filtering.[ch]
11960           src/prefs_matcher.c
11961           src/summaryview.c
11962                 add 'fast filter' for claws' filtering,
11963                 /Tools/Create filter rule/... patch submitted
11964                 by Neill Miller <neillm@thecodefactory.org>
11965
11966 2002-03-29 [paul]       0.7.4claws53
11967
11968         * sync with 0.7.4cvs24
11969                 see ChangeLog entry 2002-03-29
11970
11971 2002-03-28 [paul]       0.7.4claws52
11972
11973         * sync with 0.7.4cvs23
11974                 see ChangeLog entry 2002-03-28
11975
11976 2002-03-27 [melvin]     0.7.4claws51
11977
11978         * src/prefs_actions.c
11979                 Added support to pass only one message part (as a
11980                 file) to the command using '%p'. No quotes are needed
11981                 because doubles quotes are automatically added.
11982                 Fixed bug where Sylpheed could block when waiting for
11983                 a child process to finish.
11984                 Changed the help menu to remove quotes around symbols to 
11985                 avoid misinterpretation (they must not be used).
11986
11987 2002-03-27 [melvin]     0.7.4claws50
11988
11989         * src/inc.c
11990                 Made the new mail notification command always 
11991                 execute asynchronously.
11992
11993 2002-03-27 [paul]       0.7.4claws49
11994
11995         * src/compose.c
11996                 fix bug introduced in last commit
11997
11998 2002-03-27 [paul]       0.7.4claws48
11999
12000         * sync with 0.7.4cvs21
12001                 see ChangeLog 2002-03-26 and 2002-03-27
12002
12003 2002-03-26 [hoa]        0.7.4claws47
12004
12005         * src/prefs_folder_item.c
12006                 really fixed the bug #516442 with folder rescan.
12007
12008 2002-03-26 [paul]       0.7.4claws46
12009
12010         * sync with 0.7.4cvs19
12011                 see ChangeLog entries 2002-03-25 and 2002-03-26
12012
12013 2002-03-25 [hoa]        0.7.4claws45
12014
12015         * src/matcher.c
12016         * src/mh.c
12017                 fix the bug #516442 with folder rescan.
12018
12019         * src/prefs_common.[ch]
12020         * src/compose.c
12021                 added an option to enable two different behaviours
12022                 for bounce.
12023
12024
12025 2002-03-25 [paul]       0.7.4claws44
12026
12027         * src/mainwindow.c
12028           src/selective_download.c
12029                 correct a few menuitem labels
12030
12031 2002-03-25 [christoph]  0.7.4claws43
12032
12033         * src/procmsg.c
12034                 fix non deleted tmp message in
12035                 procmsg_save_to_outbox
12036                 fix problems caused by sync with
12037                 main branch's procmsg_send_queue
12038
12039 2002-03-25 [paul]       0.7.4claws42
12040
12041         * src/quote_fmt.c
12042           src/quote_fmt_lex.l
12043           src/quote_fmt_parse.y
12044                 add Last name (%L) placeholder for quoting. 
12045                 patch submitted by Thorsten Thielen 
12046                 <thth@users.sourceforge.net>
12047
12048 2002-03-25 [paul]       0.7.4claws41
12049
12050         * src/utils.c
12051                 get full hostname. patch submitted by
12052                 Bob Woodside <rwoodside1@comcast.net>
12053
12054 2002-03-25 [paul]       0.7.4claws40
12055
12056         * src/account.c
12057           src/news.c
12058           src/nntp.[ch]
12059           src/prefs_account.[ch]
12060                 enable NNTP over SSL. patch submitted by
12061                 Pascal Jermini <pascal@infinity.hn.org>
12062
12063 2002-03-24 [paul]       0.7.4claws39
12064
12065         * src/prefs_common.c
12066                 make the arrangement of the Compose tab more
12067                 coherent
12068
12069         * src/mainwindow.c
12070                 fix some irregularities of style
12071
12072         * po/de.po
12073                 updated by Kilian Krause
12074
12075 2002-03-23 [paul]       0.7.4claws38
12076
12077         * po/pt_BR.po
12078                 updated by Fabio Junior Beneditto
12079
12080 2002-03-23 [paul]       0.7.4claws37
12081
12082         * src/mainwindow.c
12083                 move 'Gather addresses' to 'Tools' menu
12084                 make 'Selective download' sensitive
12085
12086 2002-03-23 [paul]       0.7.4claws36
12087
12088         * sync with 0.7.4cvs16
12089                 see ChangeLog entries 2002-03-23
12090
12091 2002-03-22 [christoph]  0.7.4claws35
12092
12093         * src/quote_fmt_parse.y
12094                 fix include program output
12095
12096 2002-03-22 [alfons]     0.7.4claws34
12097
12098         * src/pop.c
12099                 initialize GDate stack variable correctly (sorry!)
12100
12101 2002-03-22 [paul]       0.7.4claws33
12102
12103         * src/compose.c
12104           src/mainwindow.c
12105           src/prefs_actions.c
12106           src/prefs_common.c
12107                 rename 'Tool' to 'Tools'
12108
12109         * src/mainwindow.c
12110                 move 'Delete duplicated messages' from
12111                 'Message/' to 'Tools/'
12112                 re-arrange the order of 'Tools/' items
12113
12114 2002-03-22 [paul]       0.7.4claws32
12115
12116         * src/addr_compl.c
12117           src/addressbook.[ch]
12118                 auto-address completion now also matches on
12119                 Nickname. patch submitted by Bob Forsman 
12120                 <hammor@users.sourceforge.net>
12121
12122         * src/editaddress.c
12123                 correct a spelling mistake
12124
12125 2002-03-22 [alfons]     0.7.4claws31
12126
12127         * src/pop.c
12128                 fix getting uidl from incorrect string 
12129                 (spotted by Colin)
12130
12131 2002-03-21 [alfons]     0.7.4claws30
12132
12133         * src/pop.c
12134                 more code refactoring
12135                 plug mem leak introduced by delete on server
12136
12137 2002-03-21 [paul]       0.7.4claws29
12138
12139         * sync with 0.7.4cvs11
12140                 see ChangeLog entries 2002-03-20
12141
12142 2002-03-20 [alfons]     0.7.4claws28
12143
12144         * src/inc.c
12145                 apply Colin's patch and refactor
12146
12147 2002-03-20 [paul]       0.7.4claws27
12148
12149         * sync with sylpheed 0.7.4cvs9
12150                 see ChangeLog entry 2002-03-20
12151
12152 2002-03-19 [christoph]  0.7.4claws26
12153
12154         * src/mh.c
12155         * src/procmsg.[ch]
12156         * src/summaryview.c
12157                 revert changes for flag updates
12158                 (does not work correctly and no time to debug)
12159
12160 2002-03-20 [alfons]     0.7.4claws25
12161
12162         * src/pop.c
12163                 refactor should_delete() a little bit 
12164
12165 2002-03-19 [paul]       0.7.4claws24
12166
12167         * src/inc.[ch]
12168           src/pop.c
12169           src/prefs_account.[ch]
12170                 allow the user to leave downloaded mail on the 
12171                 server for n days. Patch submitted by Colin Leroy 
12172                 <colin@colino.net>
12173
12174 2002-02-19 [paul]       0.7.4claws23
12175
12176         * sync with sylpheed 0.7.4cvs8
12177                 see ChangeLog entries 2002-03-19
12178
12179 2002-03-18 [paul]       0.7.4claws22
12180
12181         * sync with sylpheed 0.7.4cvs6
12182                 see ChangeLog entry 2002-03-18
12183
12184 2002-03-18 [paul]       0.7.4claws21
12185
12186         * po/en_GB.po
12187                 add en_GB message catalogue
12188
12189         * src/mbox_folder.c
12190           src/prefs_account.c
12191           src/prefs_actions.c
12192                 correct a few spelling mistakes
12193
12194 2002-03-17 [alfons]     0.7.4claws20
12195
12196         * src/matcher.c
12197                 more stringent checks for NULL params when writing
12198                 filtering actions to a file
12199                 
12200 2002-03-17 [hoa]        0.7.3claws20
12201
12202         * src/news.c
12203                 fixed the count of new messages
12204
12205         * src/compose.c
12206                 fixed the "attachment properties" window
12207
12208 2002-03-17 [paul]       0.7.4claws19
12209
12210         * src/defs.h
12211           src/folder.h
12212           src/news.c
12213           src/prefs_account.[ch]
12214           src/procmsg.[ch]
12215           src/summaryview.c
12216                 automatically mark cross-posted messages as read 
12217                 and (optionally) give them a colour label
12218                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12219                 
12220
12221 2002-03-17 [paul]       0.7.4claws18
12222
12223         * sync with sylpheed 0.7.4cvs5
12224                 see ChangeLog entry 2002-03-17
12225
12226 2002-03-17 [melvin]     0.7.4claws17
12227         
12228         * src/textview.c
12229                 Worked around a gtktext 'bug': when searching for 
12230                 a text in a long message it was scrolling slowly
12231                 line by line until it hit the searched text.
12232         * po/fr.po
12233                 Updated French translation
12234
12235 2002-03-17 [melvin]     0.7.4claws16
12236
12237         * src/mainwindow.c
12238         * src/compose.c
12239         * src/prefs_actions.c
12240                 Moved "Edit/Actions" to "Tool/Actions"
12241                 Made mainwindow/compose window sensitive as soon as
12242                 no child process is running anymore even if the io dialog
12243                 is open.
12244                 Fixed a struct being initialized with a non constant char*
12245
12246 2002-03-16 [christoph]  0.7.4claws15
12247
12248         * configure.in
12249                 add --with-compiler-flags option
12250                 (only for developer hacking)
12251         * src/mh.c
12252         * src/procmsg.[ch]
12253         * src/summaryview.c
12254                 try to make folder-stats and flag handling more
12255                 independent from the summaryview. msgcounts
12256                 are only set when the folder is opened and
12257                 procmsg_msginfo_(un)set_flags will handle it
12258                 later and summaryview will get the values
12259                 from the folder.
12260
12261 2002-03-16 [paul]       0.7.4claws14
12262
12263         * src/messageview.c
12264                 fix Return-receipt. Patch submitted by Bob
12265                 Woodside <rwoodside1@comcast.net>
12266
12267 2002-03-16 [paul]       0.7.4claws13
12268
12269         * src/compose.c
12270                 fix 'dynamic' signatures, make it work again
12271                 broken during sync on 2002-03-14 (0.7.4claws2)
12272
12273 2002-03-15 [match]      0.7.4claws12
12274
12275         * src/addrharvest.[ch]
12276         * src/addrgather.[ch]
12277         * src/addressbook.[ch]
12278         * src/mainwindow.c
12279                 included address harvester feature. still some
12280                 issues with address parsing that I will fix.
12281
12282 2002-03-15 [match]      0.7.4claws11
12283
12284         * src/addrbook.[ch]
12285         * src/addrcache.[ch]
12286         * src/addressbook.[ch]
12287         * src/addrindex.c
12288         * src/editbook.c
12289         * src/importldif.c
12290         * src/importmutt.c
12291         * src/jpilot.[ch]
12292         * src/main.c
12293         * src/syldap.[ch]
12294         * src/vcard.[ch]
12295                 tidy up. fix memory leaks. moved attribs and methods
12296                 from individual interfaces to addrcache object. prep
12297                 for new stuff to come in.
12298
12299 2002-03-15 [alfons]     0.7.4claws10
12300
12301         * src/matcher.[ch]
12302         * src/matcher_parser_parse.y
12303         * src/matcher_parser_lex.l
12304         * src/prefs_matcher.c
12305                 add filtering conditions message greater than, smaller 
12306                 than, and exactly matching a size in bytes
12307                 (does not work with delete from POP3 server yet)
12308
12309                 this should also give others an idea what you should
12310                 do to add new criterions to claws filtering system
12311                 
12312
12313 2002-03-15 [paul]       0.7.4claws9
12314
12315         * tools/filter_conv.pl
12316                 exit if there are no filter rules to convert
12317                 rename filterrc to filterrc.old after completion
12318
12319 2002-03-15 [paul]       0.7.4claws8
12320
12321         * sync with sylpheed 0.7.4cvs3
12322                 see ChangeLog entry 2002-03-14
12323
12324 2002-03-14 [paul]       0.7.4claws7
12325
12326         * src/compose.c
12327                 clean up the last commit (ahem)
12328
12329 2002-03-14 [paul]       0.7.4claws6
12330
12331         * src/compose.c
12332                 fix bug #515655. honour account preferences
12333                 regarding gpg default signing/encryption when 
12334                 changing account from the compose window.
12335
12336 2002-03-14 [paul]       0.7.4claws5
12337
12338         * src/folderview.c
12339                 remove unnecessary curly brackets
12340
12341 2002-03-14 [paul]       0.7.4claws4
12342
12343         * src/folderview.c
12344           src/prefs_filtering.[ch]
12345                 add filter rename on folder rename and filter
12346                 delete on folder delete. Patch submitted by
12347                 Neill Miller <neillm@thecodefactory.org> 
12348
12349 2002-03-14 [christoph]  0.7.4claws3
12350
12351         * src/procmsg.c
12352         * src/send.c
12353                 fix local delivery
12354                 (patch submitted by "Simon 'corecode' Schubert")
12355         * src/prefs_common.c
12356         * src/procmsg.c
12357                 fix gcc 3.0 warning
12358
12359 2002-03-14 [paul]       0.7.4claws2
12360
12361         * sync with sylpheed 0.7.4cvs2
12362                 see ChangeLog entry 2002-03-13
12363
12364 2002-03-12 [darko]      0.7.4claws1
12365
12366         * src/mainwindow.c
12367                 fix what seems to be a copy and paste error
12368                 when setting color for important messages
12369                 (reported by wwp)
12370
12371 2002-03-11 [paul]       version 0.7.4claws released
12372
12373 2002-03-11 [paul]       0.7.4claws
12374
12375         * po/es.po
12376           po/it.po
12377           po/nl.po
12378           po/pt_BR.po
12379                 update message catalogs. Submitted by Ricardo Mones 
12380                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12381                 Fabio Junior Beneditto
12382
12383         * configure.in
12384           faq/Makefile.am
12385           faq/it/Makefile
12386           faq/it/sylpheed-faq*
12387           src/mainwindow.c
12388           src/manual.[ch]
12389                 add FAQ in Italian
12390         
12391
12392 2002-03-11 [jens]       0.7.3claws7
12393
12394         * po/de.po
12395                 updated German translation
12396
12397 2002-03-11 [melvin]     0.7.3claws6
12398
12399         * po/fr.po
12400                 updated and corrected French translation
12401
12402 2002-03-10 [hoa]        0.7.3claws5
12403
12404         * src/account.c
12405         * src/inc.c
12406         * src/prefs_account.c
12407         * src/procmsg.c
12408         * src/send.[ch]
12409                 fixed the local account.
12410                 you have to change the default "/usr/sbin/sendmail"
12411                 to "/usr/sbin/sendmail -t" in the preferences of
12412                 the local account.
12413
12414         * src/procmime.c
12415                 removed some debug display for renderer
12416
12417 2002-03-10 [paul]       0.7.3claws4
12418
12419         * faq/en/sylpheed-faq-1.html
12420           faq/en/sylpheed-faq-2.html
12421                 update
12422
12423 2002-03-09 [paul]       0.7.3claws3
12424
12425         * sync with sylpheed 0.7.4
12426                 see ChangeLog entry 2002-03-09
12427
12428 2002-03-08 [paul]       0.7.3claws2
12429
12430         * faq/en/sylpheed-faq*
12431           faq/es/sylpheed-faq*
12432           faq/fr/sylpheed-faq*
12433                 update the FAQs
12434
12435         * manual/fr/.cvsignore
12436           manual/fr/Makefilea.am
12437           manual/fr/sylpheed*
12438           src/mainwindow.c
12439           src/manual.[ch]
12440                 add the French manual
12441
12442 2002-03-07 [paul]       0.7.3claws1
12443
12444         * sync with sylpheed 0.7.3cvs4
12445                 see ChangeLog entries  2002-03-06 and 2002-03-07
12446         
12447         * po/nl.po
12448                 updated by Wilbert Berendsen
12449
12450 2002-03-07 [melvin]     0.7.2claws34
12451
12452         * src/selective_download.c
12453                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12454
12455 2002-03-06 [paul]       0.7.2claws33
12456
12457         * sync with sylpheed 0.7.3cvs1
12458                 bug fix, see ChangeLog entry 2002-03-05
12459
12460 2002-03-05 [paul]       0.7.2claws32
12461
12462         * src/mimeview.c
12463           src/pgptext.[ch]
12464           src/procmsg.c
12465                 reverse the pgp ascii-armored code implemented in 
12466                 0.7.2claws16. removal of this code until it matures.
12467                 this means that verifying ascii-armored pgp sigs and
12468                 automatic decryption of ascii-armored encrypted
12469                 messages no longer works.
12470
12471 2002-03-05 [paul]       0.7.2claws31
12472
12473         * configure.in
12474           Makefile.am
12475         * faq/Makefile.am
12476         * faq/en/Makefile.am
12477           faq/en/sylpheed-faq.html
12478           faq/en/sylpheed-faq-1.html
12479           faq/en/sylpheed-faq-2.html
12480           faq/en/sylpheed-faq-3.html
12481         * faq/es/Makefile.am
12482           faq/es/sylpheed-faq.html
12483           faq/es/sylpheed-faq-1.html
12484           faq/es/sylpheed-faq-2.html
12485           faq/es/sylpheed-faq-3.html
12486           faq/es/sylpheed-faq-4.html
12487         * faq/fr/Makefile.am
12488           faq/fr/sylpheed-faq.html
12489           faq/fr/sylpheed-faq-1.html
12490           faq/fr/sylpheed-faq-2.html
12491           faq/fr/sylpheed-faq-3.html
12492         * src/Makefile.am
12493           src/defs.h
12494           src/mainwindow.c
12495           src/manual.[ch]
12496                 add FAQs in English, Spanish and French
12497
12498
12499 2002-03-05 [paul]       0.7.2claws30
12500
12501         * manual/en/sylpheed.html
12502           manual/en/sylpheed-XX.html
12503                 updated the English manual
12504
12505 2002-03-05 [hoa]        
12506
12507         * src/summaryview.c
12508                 dialog box pops up if the article can't be deleted.
12509
12510 2002-03-04 [paul]       
12511         
12512         * po/pt_BR.po
12513                 updated by Fabio Junior Benedito
12514
12515 2002-03-04 [hoa]
12516
12517         * removed ac/gpgme.m4
12518                 to avoid autogen common problem
12519                 developers have to install gpgme development package now
12520
12521         * src/compose.c
12522                 encoding to 7bit or 8bit is enabled.
12523
12524 2002-03-03 [alfons]     0.7.2claws29
12525
12526         * src/pop.c
12527                 merge fix by Oliver Haertel for selective
12528                 download buglet
12529
12530 2002-03-03 [paul]       0.7.2claws28
12531         
12532         * sync with sylpheed 0.7.3
12533
12534 2002-03-03 [paul]       0.7.2claws27
12535
12536         * sync with sylpheed 0.7.2cvs24
12537                 see ChangeLog entries 2002-03-02 and 2002-03-03
12538
12539 2002-03-02 [melvin]     0.7.2claws26
12540
12541         * src/inc.[ch]
12542         * src/main.c
12543         * src/mainwindow.c
12544         * src/prefs_common.[ch]
12545                 Added user definable notification on new mail arrival.
12546                 Removed unused variables in spell checker prefs code.
12547
12548 2002-03-02 [melvin]     0.7.2claws25
12549
12550         * src/quote_fmt.c
12551                 Removed unnecessary escape sequences.
12552                 Changed 'Initial...' to 'Initials of Sender'
12553
12554 2002-03-02 [paul]       0.7.2claws24
12555
12556         * sync with sylpheed 0.7.2cvs22
12557                 see ChangeLog entry 2002-03-01
12558
12559 2002-03-01 [hoa]        0.7.2claws23
12560
12561         * src/mainwindow.c
12562                 Set sensitivity of delete actions to active
12563                 even if the folder is a newsgroup.
12564
12565         * src/summaryview.c
12566                 - Set sensitivity of delete actions
12567                 - Added function check_permission() that will check if the
12568                   user is authorized to delete a message. For news, it
12569                   will check if the author is the same.
12570                 - Enabled deletion when there is no trash folder.
12571
12572         * src/news.[ch]
12573                 - Added news_cancel_article() to cancel articles
12574                 - Implemented news_remove_message() (public function)
12575
12576 2002-03-01 [paul]       0.7.2claws22
12577
12578         * src/gtkutils.c
12579           src/textview.c
12580                 recognise urls that that don't include 'http://' and
12581                 simply begin 'www.' 
12582
12583         * AUTHORS
12584                 remove duplicated name
12585
12586 2002-02-28 [paul]       0.7.2claws21
12587
12588         * src/mainwindow.c
12589           src/summaryview.[ch]
12590                 add ability to 'Select thread'
12591                 combines Melvin's "Select thread's head" patch (#510907)
12592                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12593                 patch (#518514) 
12594
12595 2002-02-28 [paul]       0.7.2claws20
12596
12597         * src/mimeview.c
12598                 hopefully fix segfault on right-clicking a mime part
12599                 that some people have experienced.      
12600                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12601
12602 2002-02-28 [paul]       0.7.2claws19
12603
12604         * sync with sylpheed 0.7.2cvs21
12605                 see ChangeLog entries 2002-02-27 and 2002-02-28
12606
12607 2002-02-27 [paul]       0.7.2claws18
12608
12609         * sync with sylpheed 0.7.2cvs18
12610                 see ChangeLog entries 2002-02-26 and 2002-02-27
12611
12612 2002-02-26 [alfons]     0.7.2claws17
12613
12614         * src/procheader.c
12615                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12616                 (spotted by Chris Hessman <idatech@gmx.net>)
12617
12618 2002-02-26 [paul]       0.7.2claws16
12619
12620         * src/mimeview.c
12621           src/pgptext.[ch]
12622           src/procmsg.c
12623                 make decryption of ascii-armored pgp encrypted messages
12624                 and verification of ascii-armored signatures work again.
12625                 slightly altered from the patch by Jens Jahnke 
12626                 <jan0sch@gmx.net>
12627
12628                 ##FIX ME##
12629                 * the checking of plaintext signatures always comes up in 
12630                   a popup box
12631                 * it doesn't work for multipart messages 
12632                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12633                   including the msg headers and these 2 line themselves, are 
12634                   not displayed
12635
12636         * src/mainwindow.c
12637                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12638                 "View/Message View" becomes "View/Separate Message View"
12639                 because its less ambiguous.
12640
12641         * po/es.po
12642                 updated by Ricardo Mones Lastra
12643
12644 2002-02-26 [paul]       0.7.2claws15
12645
12646         * sync with sylpheed 0.7.2cvs17
12647                 see ChangeLog entries 2002-02-25 and 2002-02-26
12648
12649 2002-02-25 [christoph]  0.7.2claws14
12650
12651         * src/filtering.[ch]
12652         * src/inc.c
12653                 do filtering stuff after all messages have been received
12654                   1. drop all messages to .processing
12655                   2. scan processing folder for messages
12656                   3. filter messages or move to inbox
12657                 this will also find old messages left in processing after
12658                 a crash or something like that and we get a real msginfo
12659                 from folder->get_msg_list and do not have to create our
12660                 own in filter_message
12661         * src/matcher_parser_parse.y
12662                 remove MIX/MAX warning (reordered includes)
12663
12664 2002-02-25 [paul]       0.7.2claws13
12665
12666         * sync with sylpheed 0.7.2cvs15
12667                 see ChangeLog entry 2002-02-24
12668
12669 2002-02-24 [alfons]     0.7.2claws12
12670
12671         * src/filtering.c
12672                 clear old color flags first when applying a new color to
12673                 a message info. 
12674                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12675
12676 2002-02-24 [alfons]     0.7.2.claws11
12677         
12678         * AUTHORS
12679         * src/prefs_common.c
12680                 add presets for Opera and Konqueror, closes patch #517261,
12681                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12682
12683 2002-02-24 [alfons]     0.7.2.claws10
12684
12685         * AUTHORS
12686         * src/summaryview.c
12687                 fix threading for null message ids, closes patch #521601,
12688                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12689
12690 2002-02-24 [alfons]     0.7.2claws9
12691
12692         * src/summaryview.c
12693         * src/filtering.c
12694                 make Tool | Filter Message work with filtering system so
12695                 setting flags also works
12696
12697                 TODO:
12698
12699                 - Processing uses the same function as Tool | Filter
12700                   Message, but doesn't use the same update proc yet
12701
12702 2002-02-23 [paul]       0.7.2claws8
12703
12704         * sync with sylpheed 0.7.2cvs14
12705                 see ChangeLog entries 2002-02-22 and 2002-02-23
12706
12707 2002-02-22 [christoph]  0.7.2claws7
12708
12709         * src/quote_fmt.c
12710                 Add column space to table
12711         * src/quote_fmt_parse.y
12712                 Close files
12713
12714 2002-02-22 [paul]       0.7.2claws6
12715
12716         * src/Makefile.am
12717           src/defs.h
12718           src/filtering.c
12719           src/inc.[ch]
12720           src/mainwindow.c
12721           src/matcher.[ch]
12722           src/matcher_parser_lex.l
12723           src/matcher_parser_parse.y
12724           src/pop.[ch]
12725           src/prefs_account.h
12726           src/prefs_filtering.c
12727           src/selective_download.[ch]   *** NEW FILES ***
12728           src/utils.[ch]
12729           po/POTFILES.in
12730                 Selective Download added to 'Tool' menu. 
12731                 Retrieves email headers of the currently selected pop3 
12732                 account and allows the user to mark emails for deletion 
12733                 right on the pop3 server. Patch submitted by Oliver Haertel 
12734                 <oha@users.sourceforge.net>.
12735         
12736         * po/POTFILES.in
12737                 add 'src/quote_fmt.c'           
12738
12739 2002-02-22 [christoph]  0.7.2claws5
12740
12741         * src/Makefile.am
12742                 added quote_fmt.c
12743         * src/prefs_common.[ch]
12744         * src/prefs_template.c
12745         * src/quote_fmt.c               *** NEW FILE ***
12746         * src/quote_fmt.h
12747                 move quote format symbol description code
12748                 to it's own file because it is used from
12749                 differnent code parts
12750                 Rewrote symbol description GUI
12751                   + use table
12752                   + add separators
12753                   + get data from array (no more long constant strings)
12754         * src/quote_fmt_lex.l
12755         * src/quote_fmt_parse.y
12756                 Symbol for Literal % changed to \% instead of %%
12757                 (More logical as \ is used for quoting for other symbols)
12758                 Add |f and |p to include files and program output
12759                 Examples:
12760                     |f{/home/.../.signature}
12761                     |p{date}
12762         * po/de.po
12763                 Correct wrong spelling for "Referenzen"
12764
12765 2002-02-21 [paul]       0.7.2claws4
12766
12767         * src/procmsg.c
12768                 forgotten during sync
12769
12770 2002-02-21 [paul]       0.7.2claws3
12771
12772         * sync with sylpheed 0.7.2cvs11
12773                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12774                 2002-02-20 and 2002-02-21
12775
12776 2002-02-20 [melvin]     0.7.2claws2
12777
12778         * src/prefs_actions.c
12779                 Added error report when child cannot fork or when execvp 
12780                 returns with an error.
12781
12782 2002-02-19 [christoph]  0.7.2claws1
12783
12784         * src/codeconv.c
12785                 return unconverted text if conde conversion is not possible
12786                 when libjconv is used.
12787                 (patch submitted by "Simon 'corecode' Schubert")
12788
12789 2002-02-19 [paul]       
12790
12791         * version 0.7.2claws release
12792
12793 2002-02-19 [paul]       0.7.2claws
12794
12795         * po/nl.po
12796                 updated by Wilbert Berendsen
12797
12798
12799 2002-02-18 [alfons]     0.7.1claws13
12800
12801         * src/syldap.c
12802         * src/jpilot.c
12803                 remove references to dlfcn and explicitly loading functions
12804                 from dynalink libs, because libs linked anyway, and functions
12805                 are loaded explicitly
12806
12807 2002-02-17 [melvin]     0.7.1claws12
12808
12809         * src/prefs_actions.c
12810                 Replaced children wait loop with double fork technique.
12811                 Now, input/output window updated at each new output.
12812                 free_children(): Fixed a memory leak.
12813                 Made input/output window non closable if running children
12814                 still exist.
12815                 Added missing <unistd.h> include.
12816                 Added some --debug outputs.
12817
12818 2002-02-17 [melvin]     0.7.1claws11
12819
12820         * src/summaryview.c
12821                 Fixed bug where descending sort order did not select top
12822                 message.
12823
12824 2002-02-17 [melvin]     0.7.1claws10
12825
12826         * acconfig.h
12827                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12828         * src/prefs_common.c
12829                 Pspell data package directory no more hard coded but
12830                 set during configuration (PSPELL_PATH). (Thanks to 
12831                                 Gustavo Noronha Silva.)
12832
12833 2002-02-17 [melvin]     0.7.1claws9
12834
12835         * configure.in
12836                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12837         * src/gtkspell.c
12838                 Fixed compile-time warnings.
12839
12840 2002-02-16 [alfons]     0.7.1claws8
12841
12842         * src/filesel.c
12843                 fix inadvertent free of NULL pointer which caused
12844                 sylpheed to crash when closing the save-as dialog
12845                 using the window close button
12846
12847 2002-02-16 [carsten]    0.7.1claws7
12848         * src/mainwindow.[ch]
12849           src/summaryview.c
12850           src/prefs_common.c
12851                 fixes for pixmap theming code:
12852                         - recently changed mail attributes shouldn't get
12853                           lost any longer
12854                         - theme is only reloaded iff another theme was
12855                           selected
12856
12857 2002-02-16 [paul]       0.7.1claws6
12858
12859         * sync with sylpheed 0.7.2 release
12860                 see ChangeLog entry 2002-02-15 and 2002-02-16
12861
12862 2002-02-15 [paul]       0.7.1claws5
12863
12864         * sync with sylpheed 0.7.1cvs9
12865                 see ChangeLog entry 2002-02-15
12866
12867         * po/POTFILES.in
12868                 remove unneeded headerwindow.c entry
12869
12870 2002-02-14 [carsten]    0.7.1claws4
12871         * src/summaryview.c
12872                 fixed a bug for "Go to next unread message": there was
12873                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12874                 in the prefs, because of doing "Search again" instead
12875                 "No"
12876
12877 2002-02-14 [carsten]    0.7.1claws3
12878         * src/stock_pixmap.c
12879                 removed 2 more mem leaks; following memprof,
12880                 this code is "leak free" now :)
12881
12882 2002-02-14 [carsten]    0.7.1claws2
12883         * src/stock_pixmap.c
12884                 used opendir/readdir/closedir instead of scandir
12885                 -> code should work now on Solaris
12886
12887 2002-02-14 [paul]       0.7.1claws1
12888
12889         * sync with sylpheed 0.7.1cvs8
12890                 see ChangeLog entries 2002-02-13 and 2002-02-14
12891
12892         * README.claws
12893                 add some description of Actions and Pixmap Themes
12894
12895 2002-02-13 [paul]       
12896
12897         * version 0.7.1claws release
12898
12899 2002-02-13 [paul]       0.7.1claws
12900
12901         * po/es.po
12902           po/it.po
12903           po/pt_BR.po
12904                 updated translations, submitted by Ricardo Mones Lastra,
12905                 Alessandro Maestri and Fabio Junior Beneditto
12906
12907 2002-02-13 [melvin]     0.7.0claws75
12908
12909         * src/prefs_actions.c
12910                 Added missing "signal.h" include
12911
12912 2002-02-13 [melvin]     0.7.0claws74
12913
12914         * src/prefs_folder_item.c
12915                 Added missing "config.h" include
12916         * po/fr.po
12917                 Updated French translation for folder propriety.
12918
12919 2002-02-13 [jens]       0.7.0claws73
12920
12921         * po/POTFILES.in
12922                 Added missing src/prefs_folder_item.c [log added by melvin]
12923         * po/de.po
12924                 Updated German translation.
12925
12926 2002-02-13 [melvin]     0.7.0claws72
12927
12928         * po/fr.po
12929                 Updated French translation.
12930
12931 2002-02-13 [melvin]     0.7.0claws71
12932
12933         * src/gtkutils.c
12934                 Made gtkut_editable_get_selection return NULL if selection
12935                 is of length zero.
12936                 This fixes a bug where selecting part of message A then
12937                 switching to message B and replying to it will not
12938                 quote the message's body.
12939
12940 2002-02-12 [paul]       0.7.0claws70
12941
12942         * src/mainwindow.c
12943                 cosmetic, relating to pixmap themes: on toolbar make 
12944                 updating of 'Exec' and 'Compose news/Compose email'
12945                 icons faster.
12946
12947 2002-02-12 [carsten]    0.7.0claws69
12948         * src/folderview.c
12949           src/mainwindow.[ch]
12950           src/stock_pixmap.c
12951           src/summaryview.c
12952           src/prefs_common.c
12953                 - refreshing after changing pixmap theme better
12954                   now (thanks Paul)
12955                 - wanted to remove some mem leaks, but alfons was
12956                   faster (and had the better solution ;)
12957
12958 2002-02-12 [alfons]     0.7.0claws68
12959
12960         * src/prefs_common.c
12961         * src/stock_pixmap.[ch]
12962                 plug mem leaks, refactor code a little bit
12963
12964
12965 2002-02-12 [sergey]     0.7.0claws67
12966
12967         * src/imap.c
12968                 Fixed problem with copying messages to IMAP folders when the
12969                 server uses something other than '/' as a namespace separator
12970                 (cyrus-imapd uses '.').
12971
12972 2002-02-12 [jens]       0.7.0claws66
12973
12974         * po/de.po
12975                 Updated German Translation
12976
12977 2002-02-12 [paul]       0.7.0claws65
12978
12979         * sync with sylpheed 0.7.1cvs1
12980                 see ChangeLog entry 2002-02-12
12981
12982 2002-02-12 [melvin]     0.7.0claws64
12983
12984         * src/prefs_actions.c
12985                 Fixed "feature" where children's output was duplicated 
12986                 instead of refreshed while monitoring.
12987                 Removed some debug code.
12988
12989 2002-02-12 [christoph]  0.7.0claws63
12990
12991         * src/compose.c
12992                 always delete message from queue after sending/send error
12993                 (closes bug #509601)
12994
12995 2002-02-12 [melvin]     0.7.0claws62
12996
12997         * src/prefs_actions.c
12998                 Children wait loop is now triggered with a timeout of 1s
12999                 Added %F which is replaced with the list of filenames 
13000                 of all selected messages (as suggested by Ricardo Mones Lestra)
13001                 Pipe syntax changed. Prefix with | to send selection, postfix
13002                 with | to retrieve output. Prefix with > or * to send
13003                 user definable input to the command (*: input is hidden)
13004                 Old pipe action should now be postfixed with |, too.
13005
13006 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13007         * src/stock_pixmap.c
13008                 fixed a bug: if there's no theme directory don't
13009                 throw an error, just do "nothing" (thanks Alfons)
13010
13011 2002-02-12 [carsten]    0.7.0claws60
13012         * src/folderview.c
13013           src/summaryview.c
13014                 had to write the cache twice (nasty!); some marks would 
13015                 get lost if not
13016
13017 2002-02-11 [carsten]    0.7.0claws59
13018         * acconfig.h
13019           configure.in
13020           doc-src/maintainer_guide.txt
13021           src/compose.[ch]
13022           src/defs.h
13023           src/folderview.[ch]
13024           src/gtkutils.[ch]
13025           src/mainwindow.[ch]
13026           src/prefs_common.[ch]
13027           src/stock_pixmap.[ch]
13028           src/summaryview.[ch]
13029                 pixmap theming and related work on pixmap
13030                 handling on some other places
13031                 (e.g. hrm features for all folder)
13032           src/pixmap/stock_*.xpm -> the stock_ was removed
13033         
13034 2002-02-11 [paul]       0.7.0claws58
13035
13036         * sync with sylpheed 0.7.1 release
13037                 see ChangeLog entries 2002-02-11
13038
13039 2002-02-08 [paul]       0.7.0claws57
13040
13041         * sync with sylpheed 0.7.0cvs39
13042                 see ChangeLog entry 2002-02-07 (last entry) 
13043
13044         * src/prefs_actions.c
13045           src/prefs_filtering.c
13046           src/prefs_matcher.c
13047           src/prefs_scoring.c
13048                 sync: made it compile with C compilers other than gcc
13049
13050 2002-02-07 [paul]       0.7.0claws56
13051
13052         * sync with sylpheed 0.7.0cvs38
13053                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13054                 2002-02-07
13055
13056 2002-02-07 [darko]      0.7.0claws55
13057
13058         * src/gtkutils.[ch]
13059         * src/summaryview.c
13060                 Fix const gchar */gchar * issue (thanks Hiro)
13061
13062 2002-02-07 [darko]      0.7.0claws54
13063
13064         * src/compose.[ch]
13065         * src/filtering.c
13066         * src/gtkutils.[ch]
13067         * src/prefs_template.c
13068         * src/quote_fmt.h
13069         * src/quote_fmt_parse.y
13070         * src/summaryview.c
13071         * src/utils.[ch]
13072                 When replying or forwarding an email don't quote the entire
13073                 mail body but use the part of the message text that is selected
13074
13075 2002-02-06 [melvin]     0.7.0claws53
13076
13077         * src/prefs_common.[ch]
13078         * src/gtkspell.[ch]
13079         * src/compose.c
13080                 Made possible to switch quickly to last used dictionary
13081                 which makes checking bilingual documents easier.
13082
13083 2002-02-06 [melvin]     0.7.0claws52
13084         
13085         * po/POTFILES.in
13086                 Added forgotten new file src/prefs_actions.c
13087
13088 2002-02-06 [melvin]     0.7.0claws51
13089
13090         * src/prefs_actions.c   ** NEW FILE **
13091         * src/prefs_actions.h   ** NEW FILE **
13092                 Added actions to execute on message text view, or on the
13093                         message's file.
13094         * src/Makefile.am
13095                 Added src/prefs_actions.[ch]
13096         * src/compose.c
13097                 Added new menu "Edit/Actions"
13098         * src/defs.h
13099                 Added new actionsrc file.
13100         * src/main.c
13101                 Added actionsrc reading.
13102         * src/mainwindow.c
13103                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13104         * src/prefs_common.h
13105                 Added new element actionslst element to prefs_common.
13106
13107 2002-02-06 [paul]       0.7.0claws50
13108
13109         * sync with sylpheed 0.7.0cvs36
13110                 see ChangeLog entry 2002-02-06
13111
13112 2002-02-05 [paul]
13113
13114         * po/es.po
13115                 updated by Ricardo Mones Lastra
13116
13117 2002-02-05 [paul]       0.7.0claws49
13118
13119         * sync with sylpheed 0.7.0cvs33
13120                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13121
13122 2002-02-05 [paul]       0.7.0claws48
13123
13124         * src/compose.c
13125                 re-add 'Edit/Advanced/Delete entire line', previously named
13126                 'Delete Line+'
13127
13128 2002-02-04 [paul]       0.7.0claws47
13129
13130         * src/compose.c
13131           src/summaryview.c
13132                 fix bug #494993 (Reply All not taking Reply-To into consi)
13133                 eliminate differences in behaviour of right-click 'Reply to all' 
13134                 in summary view and 'Reply to all' on the toolbar. 
13135                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13136                 view and From gets ignored by 'Reply to all' on toolbar.
13137                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13138                 From when no Reply-To header is present.
13139
13140 2002-02-04 [paul]       0.7.0claws46
13141
13142         * sync with sylpheed 0.7.0cvs30
13143                 see ChangeLog entries 2002-02-03 and 2002-02-04
13144
13145 2002-02-03 [melvin]     0.7.0claws45
13146
13147         * src/gtkspell.[ch]
13148                 Readded function to highlight all misspelled words.
13149                 Fixed bug where user-provided-words did not replace
13150                         correctly the misspelled word when using the mouse.
13151                 Fixed bug where checking a region selected from right to left did
13152                         not check the region at all.
13153                 Fixed bug where 'Check backwards' may not check at all. 
13154                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13155                 Fixed possible buffer overflow when checking for long strings (>1k).
13156                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13157                 Accelerators code uses now gtk_widget_add_accel.
13158                 Removed and disabled obsolete and unfinished code.
13159                 Cleaning up.
13160
13161         * src/compose.c
13162                 Added menu item to Highlight all misspelled words.
13163
13164 2002-02-01 [paul]       0.7.0claws44
13165
13166         * src/mainwindow.c
13167                 fix '/View/Hide read messages' sensitivity when all
13168                 messages in a folder are hidden
13169
13170 2002-02-01 [paul]       0.7.0claws43
13171
13172         * src/main.c
13173                 add --send option to command line interface, sends all
13174                 queued mail. Patch submitted by Ricardo Mones Lastra.
13175
13176 2002-01-31 [paul]       0.7.0claws42
13177
13178         * src/mainwindow.c
13179                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13180
13181 2002-01-31 [paul]       0.7.0claws41
13182
13183         * sync with sylpheed 0.7.0cvs27
13184                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13185                 and 2002-01-31
13186
13187         * src/textview.c
13188                 comment out elements of textview_show_part() as temporary
13189                 workaround for attachment 'Display as text' bug 
13190
13191         * po/pt_BR.po
13192                 updated by Fabio Junior Beneditto
13193
13194 2002-01-30 [paul]       0.7.0claws40
13195
13196         * sync with sylpheed 0.7.0cvs24
13197                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13198                 and 2002-01-30
13199
13200         * src/compose.c
13201                 add {N_("/_Spelling"), ... "<Branch>"} to 
13202                 GtkItemFactoryEntry compose_entries[]
13203
13204         * src/prefs_common.c
13205                 add claws menu items to prefs_keybind_apply_clicked()
13206                 and remove non-claws menu items
13207
13208 2002-01-29 [paul]       0.7.0claws39
13209
13210         * sync with sylpheed 0.7.0cvs22
13211                 see ChangeLog entries 2002-01-28 and 2002-01-29
13212
13213 2002-01-28 [melvin]     0.7.0claws38
13214
13215         * src/compose.c
13216                 Added the declartion of compose_send_control_enter.
13217
13218         * src/compose.c
13219         * src/gtkspell.[ch]
13220                 Added in a 'Spelling' menu which includes the configuration menu. 
13221                 Added a real 'Check all' and got rid from the old one which only
13222                 highlited misspelled word.
13223                 Made 'Check while typing' a disableable option.
13224                 Added a dialog when there are no more misspelled word.
13225                 Added a dialog if error occurs when switching to a dictionary.
13226         
13227         * src/prefs_common.[ch]
13228                 Added option for the default 'Check while typing' option.
13229
13230
13231 2002-01-28 [alfons]     0.7.0claws37
13232
13233         * src/compose.c
13234                 fix buglet and make code comply with sylpheed code style
13235
13236 2002-01-28 [paul]       0.7.0claws36
13237
13238         * sync with sylpheed 0.7.0cvs19
13239                 see ChangeLog entries for 2002-01-28
13240
13241 2002-01-28 [hoa]        0.7.0claws35
13242
13243         * src/defs.h
13244                 added rendererrc
13245
13246         * src/main.c
13247                 read the renderer config
13248
13249         * src/procmime.[ch]
13250                 use the renderer config to convert mime attachments
13251
13252         * src/textview.c
13253                 don't use textview_show_html/ertf,
13254                 use get_text_content instead
13255
13256 2002-01-27 [alfons]     0.7.0claws34
13257         
13258         * src/news.c
13259                 make sylpheed believe it can delete a news message...
13260                 (messages are NOT deleted, maybe we should remove
13261                 processing from the folder properties after all.)
13262
13263 2002-01-27 [alfons]     0.7.0claws33
13264
13265         * src/folder.c
13266                 add extra checks
13267         * src/news.c
13268                 implement remove_msg() 
13269
13270 2002-01-27 [alfons]     0.7.0claws32
13271
13272         * src/procmsg.h
13273         * src/procheader.c
13274         * src/messageview.c
13275                 fix return receipt / disposition notification again. this
13276                 stuff seems to break on _every_ major summary UI change, so
13277                 it's now implemented using a flag which is saved in the
13278                 marks cache
13279                 
13280 2002-01-26 [alfons]     0.7.0claws31
13281
13282         * src/import.c
13283                 let import dialog show the destination folder identifier
13284
13285 2002-01-26 [melvin]     0.7.0claws30
13286
13287         * src/folderview.c
13288         * src/summaryview.c
13289                 Readded 'Mark all read' into summary view popup menu
13290                 Added 'Mark all read' in folder view popup menu for IMAP
13291                 and NNTP.
13292                 Made it insensitive if the selected folder is not the shown
13293                 one to avoid 'Mark all read' on the wrong folder.
13294                 
13295 2002-01-26 [paul]       0.7.0claws29
13296
13297         * src/folderview.c
13298           src/summaryview.c
13299                 move 'Mark all read' from summary view to folder view
13300                 menu. (adapted from) patch submitted by Jeremy Andrews,
13301                 <lists@kerneltrap.com>
13302
13303 2002-01-25 [alfons]     0.7.0claws28
13304
13305         * src/gtkstext.c
13306                 put the gtk class name back so GtkSText adapts the 
13307                 settings of GtkText
13308
13309 2002-01-25 [alfons]     0.7.0claws27
13310
13311         * src/folderview.c 
13312                 assimilate Ricardo's patch that shows pixmaps instead of
13313                 plain "new" and "unread" texts in the folder view column
13314                 headers 
13315
13316 2002-01-25 [paul]       0.7.0claws26
13317
13318         * src/Makefile.am
13319                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13320                 be found in non-standard locations. 
13321                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13322
13323 2002-01-25 [paul]       0.7.0claws25
13324
13325         * sync with sylpheed 0.7.0cvs16
13326                 see ChangeLog entry 2002-01-25
13327
13328 2002-01-24 [paul]       0.7.0claws24
13329
13330         * more sync with sylpheed 0.7.0cvs15
13331                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13332
13333 2002-01-23 [sergey]     0.7.0claws23
13334
13335         * src/importldif.c
13336                 Fixed segfault when closing LDIF import wizard with
13337                 the window manager.
13338         * src/imageview.c
13339         * src/imageview.h
13340         * src/messageview.c
13341         * src/mimeview.c
13342                 Fixed wrong scrolling position after switching between
13343                 text and image parts.
13344
13345 2002-01-23 [paul]       0.7.0claws22
13346
13347         * sync with sylpheed 0.7.0cvs15
13348                 see ChangeLog entries 2002-01-22 and 2002-01-23
13349
13350 2002-01-21 [melvin]     0.7.0claws21
13351
13352         * src/prefs_scoring.c
13353         * src/prefs_filtering.c
13354                 Fixed bug where scoring and filtering windows stopped
13355                 autochecking.
13356
13357 2002-01-21 [paul]       0.7.0claws20
13358
13359         * sync with sylpheed 0.7.0cvs12
13360                 see ChangeLog entries 2002-01-20 and 2002-01-21
13361
13362 2002-01-21 [carsten]    0.7.0claws19
13363         * src/mainwindow.c
13364         * src/menu.[ch]
13365         * src/messageview.[ch]
13366         * src/summaryview.[ch]
13367                 changes to shortcuts handling again:
13368                         + "Q" now controled by mainwin
13369                         + v/V are now customizable and have slightly
13370                           different meanings
13371                 the "button" to minimize the messageview (and maximize
13372                 the summary view) is a real button now
13373         * src/compose.c
13374                 "Delete Line+" added to Edit/Advanced (this will also
13375                 delete the '\n')
13376
13377 2002-01-20 [melvin] 0.7.0claws18
13378
13379         * src/addressbook.c
13380                 Made "Bcc" sensitive when addressbook is called from
13381                 compose window (it was a Claws only bug).
13382
13383 2002-01-19 [alfons] 0.7.0claws17
13384
13385         * src/inc.c
13386                 prevent unnecessary updates when currently selected folder has
13387                 no new messages 
13388
13389 2002-01-19 [alfons] 0.7.0claws16
13390         
13391         * src/summaryview.c
13392                 prevent writing the cache based on current message list in summary 
13393                 view when filtering also put messages in currently selected folder
13394
13395 2002-01-19 [paul]
13396
13397         * po/it.po
13398                 Italian translation submitted by Alessandro Maestri
13399                 <a.maestri@cs.tin.it>
13400
13401 2002-01-18 [melvin]     0.7.0claws15
13402
13403         * src/prefs_filters.c
13404                 fixed bug where 'cancel' from 'filters' window stops autochecking
13405                 if the timer timed out  when the window was open.
13406
13407 2002-01-18 [match]      0.7.0claws14
13408
13409         * src/addrclip.[ch]     ** NEW FILE **
13410         * src/addrselect.[ch]   ** NEW FILE **
13411         * src/adbookbase.h      ** NEW FILE **
13412                 addressbook cut, copy and paste
13413         * src/addrbook.[ch]
13414         * src/addrcache.[ch]
13415         * src/addressitem.h
13416         * src/addrindex.[ch]
13417         * src/addritem.[ch]
13418         * src/importldif.c
13419         * src/importmutt.c
13420         * src/jpilot.[ch]
13421         * src/syldap.[ch]
13422         * src/vcard.[ch]
13423         * src/jpilot.[ch]
13424         * src/editbook.c
13425         * src/editjpilot.c
13426         * src/editldap.c
13427         * src/editvcard.c
13428                 support for copy/paste
13429         * src/addressbook.c
13430                 support for copy/paste
13431                 tidy up menu option processing
13432                 correct address list function arguments
13433         * src/editaddress.c
13434                 sort user attributes
13435         * src/ldif.h
13436         * src/mutt.h
13437                 tidy up
13438
13439         * src/addrbook.[ch]
13440         * src/addrbook.[ch]
13441         * src/addrbook.[ch]
13442                 
13443
13444 2002-01-18 [paul]       0.7.0claws13
13445
13446         * sync with sylpheed 0.7.0cvs8
13447                 configure.in: support Mac OS X (Darwin)
13448
13449 2002-01-18 [carsten]    0.7.0claws12
13450         * src/html.c
13451                 small hack to fix a segfault with an empty href
13452                 (reported by Alexandra Walford <deeni@altern.org>)
13453         * src/mainwindow.c
13454         * src/summaryview.c
13455                 the shortcuts for Mark und Mark as unread are hardcoded
13456                 again
13457         * src/compose.c
13458         * src/gtkstext.[ch]
13459                 readded the shortcuts in gtkstext but made them
13460                 customizeable (simply by adding a menu plus a wrapper
13461                 to compose.c)
13462
13463 2002-01-17 [melvin]     0.7.0claws11
13464
13465         * src/gtkspell.c
13466                 fix default dictionary not being saved.
13467
13468 2002-01-16 [darko]      0.7.0claws10
13469
13470         * src/compose.c
13471                 fix wrapping crash with URL longer than wrapping margin
13472
13473 2002-12-08 [hoa]        0.7.0claws10
13474
13475         * src/matcher_parser_parse.y
13476                 fixed some bugs
13477
13478         * src/prefs_filtering.c
13479                 now, we can use bounce action in the dialog box.
13480
13481 2002-01-16 [carsten]    0.7.0claws9
13482         * src/gtkstext.c
13483                 removed the <control> and <alt> shortcuts because they're
13484                 not needed and interefered with the "normal" shortcuts
13485         * src/mainwindow.c
13486         * src/summaryview.c
13487                 removed most of the hardcoded shortcuts and assigned
13488                 them to menu entries making them easy customizable by
13489                 that
13490
13491 2002-01-16 |melvin]     0.7.0claws8
13492
13493         * src/gtkspell.c
13494                 fixed bug where using the mouse and when the compose
13495                 window is not on top may result in a crash.
13496
13497 2002-01-16 [melvin]     0.7.0claws7
13498
13499         * src/compose.c
13500                 fixed a long standingspell checker bug which could 
13501                 cause a crash after sending a message.
13502
13503 2002-01-16 [paul]       0.7.0claws6
13504
13505         * sync with sylpheed 0.7.0cvs7
13506                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13507                 2002-01-15, and 2002-01-16
13508
13509 2002-01-16 [melvin]     0.7.0claws5
13510
13511         * README.claws
13512         * src/compose.c
13513         * src/gtkspell.[ch]
13514         * src/main.c
13515                 Heavily modified spell checker code to work around
13516                 ispell bug, to add keyboard shortcuts and for future
13517                 enhancements. See README.claws for usage information.
13518
13519 2002-01-15 [alfons]     0.7.0claws4
13520         
13521         * src/summaryview.c
13522                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13523                 so sorting within threads reflects sort mode
13524
13525 2002-01-15 [christoph]  0.7.0claws3
13526
13527         * src/procmsg.c
13528                 added alertpanel if mail sending failed
13529
13530 2002-01-15 [alfons]     0.7.0claws2
13531         
13532         * src/prefs_filtering.c
13533                 don't stop timer when prefs filtering dialog is opened
13534
13535 2002-01-14 [alfons]     0.7.0claws1
13536
13537         * src/addr_compl.c
13538         * src/prefs.c
13539                 remove debug_print()s for privacy reasons
13540
13541 2002-01-14 [darko]      0.7.0claws
13542
13543         * README.claws
13544                 quotation wrapping is now also in the main branch
13545
13546 2002-01-14 [paul]
13547
13548         * tools/filter_conv.pl
13549                 allow for Boolean Op and case-sensitivity
13550                 this file is included in the release and tagged
13551                 'rel_0_7_0'
13552
13553 2002-01-13 [paul]       0.7.0claws
13554
13555         * release 0.7.0, with cvs tag 'rel_0_7_0'
13556
13557 2002-01-13 [paul]
13558
13559         * tools/filter_conv.pl
13560         * tools/README
13561                 rewritten to output to matcherrc instead of filteringrc
13562
13563         * po/es.po
13564                 updated Spanish translation by Ricardo Mones Lastra
13565
13566 2002-01-13 [alfons]
13567
13568         * po/nl.po
13569                 update dutch translation
13570
13571 2002-01-13 [paul]
13572
13573         * po/pt_BR.po
13574                 Updated by Fabio Junior Beneditto 
13575
13576 2002-01-13 [melvin]     0.6.6claws53
13577
13578         * po/fr.po
13579                 Updated french translation
13580
13581 2002-01-12 [alfons]     0.6.6claws52
13582
13583         * src/filtering.c
13584                 plug mem leak that has been sitting there for ages              
13585
13586 2002-01-12 [alfons]     0.6.6claws51
13587
13588         * src/summaryview.c
13589                 undo melvin's changes from 0.6.6claws48 because summary
13590                 view now refuses to select first unread message when
13591                 selecting a folder 
13592
13593 2002-01-11 [alfons]     0.6.6claws50
13594
13595         * src/import.c
13596                 use claws' semantics for getting folder item when
13597                 importing an mbox file into a folder 
13598                 (submitted by Dale P. Smith)
13599
13600 2002-01-11 [christoph]  0.6.6claws49
13601
13602         * src/prefs.h
13603                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13604                 toggle widget, because non static prefs can not use
13605                 prefs_set_* functions
13606         * src/prefs_account.c
13607                 toggle smtp auth password field sensitivity if
13608                 user id is empty and add descrition of usage for
13609                 these fields
13610         * src/prefs_folder_item.c
13611                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13612                 callbacks
13613
13614 2002-01-11 [melvin]     0.6.6claws48
13615
13616         * src/compose.c
13617                 fix the 'Ctrl-Enter' feature for sending and test really
13618                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13619                 editables which was not documented in Gtk)
13620
13621         * src/summaryview.c
13622                 Made summaryview refresh after sorting and not before.
13623
13624 2002-01-11 [christoph]  0.6.6claws47
13625
13626         * src/compose.c
13627                 select account from account ids if possible and
13628                 correctly set save folder for copy in reedit
13629
13630 2002-01-10 [paul]       0.6.6claws46
13631
13632         * sync with sylpheed 0.7.0 release
13633                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13634                 2002-01-09
13635
13636 2002-01-09 [alfons]
13637
13638         * src/summaryview.c
13639                 remove more dirt traces...
13640
13641 2002-01-09 [alfons]
13642         
13643         * src/summaryview.c
13644                 clean up some traces of my debugging stuff
13645
13646 2002-01-09 [alfons]     0.6.6claws45
13647
13648         * src/filtering.c
13649                 break up filteringprop_apply() in three separate pieces
13650                 so we can drop messages that failed processing in the
13651                 inbox
13652
13653         * src/summaryview.c
13654                 fix bug #469598 "no refresh of inbox after filter" which 
13655                 was introduced by the new summary view locking, and which 
13656                 prevented the summary view to update after a manual filter 
13657                 message. claw's filter message requires a summary_show().
13658                 (aargh, summary_show() again! :-)
13659                 
13660 2002-01-07 [alfons]     0.6.6claws44
13661
13662         * src/headerwindow.c
13663         * src/logwindow.c
13664         * src/messageview.c
13665         * src/sourcewindow.c
13666                 bring in Hiro's last 0.7.0 wm class fixes
13667
13668         * tools/sylprint.pl
13669                 bring in Ricardo's fix for sylprint script
13670
13671         * AUTHORS       
13672         * src/rfc2015.[ch]
13673         * src/prefs_common.[ch]
13674         * src/prefs_account.[ch]
13675         * src/compose.c
13676                 clean up account preference poison in rfc2015,
13677                 and preparation to fix double sign bug 
13678                 (patch submitted by Simon 'corecode' Schubert)
13679
13680 2002-01-07 [christoph]  0.6.6claws43
13681
13682         * src/mh.c
13683                 search for free message number, do not only rely
13684                 on last_num
13685         * src/send.c
13686                 fix smtp auth and use extra account information
13687                 if available, if not use pop3 data instead
13688                 (closes bug #500341)            
13689         * src/ssl.[ch]
13690                 match coding style
13691
13692 2002-01-06 [alfons]     0.6.6claws42
13693
13694         * src/mainwindow.c
13695                 try making the separate windows work again...
13696
13697 2002-01-06 [alfons]     0.6.6claws41
13698
13699         * src/mainwindow.c
13700                 adapt Hiro's separate window menu (to get rid of the funny
13701                 duplicate menu items), and make it work again
13702
13703 2002-01-06 [alfons]     0.6.6claws40
13704
13705         * tools/Makefile.am
13706         * tools/sylprint.rc
13707         * tools/sylprint.pl
13708         * tools/README.sylprint
13709                 add sylprint script for printing mails from Sylpheed
13710                 (contributed by Ricardo Mones Lastra)
13711
13712         * src/acount.c
13713                 clean up
13714
13715 2002-01-06 [melvin]     0.6.6claws39
13716
13717         * src/mainwindow.c
13718         * src/summaryview.c
13719                 Fixed crash introduced in 0.6.6claws38 by the menu
13720                 reorganisation (Hide read messages)
13721         
13722         * ChangeLog.claws 
13723                 Fixed typo (we are now in 2002, alfons ;) )
13724
13725 2002-01-05 [alfons]     0.6.6claws38
13726
13727         * sync with sylpheed 0.6.6cvs10-17
13728                 (last stuff marked as LAST_STABLE)
13729
13730 2002-01-04 [melvin]     0.6.6claws37
13731
13732         * src/account.c
13733                 Made account selection code use strcasestr again instead of
13734                 g_strcasecmp (fixes bug where reediting queued messages
13735                 did not select proper account reported by T. Link).
13736         
13737         * src/folderview.c
13738                 Fix bug where folder icons are not shown when 'hide read messages'
13739                 is on.
13740         
13741         * src/stock_pixmaps.[ch]
13742                 Added folder icons for 'hide read messages'.
13743         
13744         * src/compose.c
13745                 Fixed bug where 'Enter' in a header entry will send the message 
13746                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13747
13748 2002-01-03 [melvin]     0.6.6claws36
13749         
13750         * src/prefs.[ch]
13751                 Added popup menu for common preferences and
13752                 account preferences (right click on tab displays
13753                                 a menu of all tabs.)
13754
13755 2002-01-02 [melvin]     0.6.6claws35
13756
13757         * src/gtkspell.[ch]
13758                 Made spelling code compatible with undo/redo feature.
13759                 Added creation of suggestion mode menu for the general
13760                         preferences.
13761         
13762         * src/prefs_common.[ch]
13763                 Added option menu for the speller's suggestion mode.
13764                 Added missing spaces in "..." buttons and made a "..."
13765                         button non translatable!
13766         
13767         * src/compose.c
13768                 Made speller use the default suggestion mode.
13769                 Hack to make it possible to choose 'CTRL-Enter' as a
13770                         shortcut for sending (and only for sending).
13771
13772         * src/prefs_folder_item.c
13773                 Changing subject simplification does not update cache 
13774                         anymore (because it is unnecessary).
13775                 Fixed bug where changing subject simplification updated the 
13776                         summaryview even when the viewed folder is not the
13777                         folder which properties are being changed. (E.g. 
13778                                         viewing folder A and changing
13779                                         the subject simplification of 
13780                                         folder B -not being viewed- updated the 
13781                                         summaryview of folder A with data of
13782                                         folder B). (Hope this is clear... )
13783
13784 2001-12-31 [alfons]     0.6.6claws34
13785         
13786         * src/ldif.c
13787         * src/mutt.c
13788                 fgetc() returns a signed integer which doesn't
13789                 fit in a char. so c truncates this to a char
13790                 but we may lose significant bits. i.e. we may
13791                 comparing 0xFF which may not be equal to -1
13792                 unless properly casted to signed char which
13793                 we won't do because fgetc() returns a signed
13794                 integer which doesn't fit in a char. so c 
13795                 truncates this to a char but we may lose 
13796                 significat bits. (you got the idea, thanks
13797                 to Gustavo Noronha Silva <kov@debian.org>
13798                 and the Debian folks!)
13799
13800 2001-12-30 [alfons]     0.6.6claws33
13801
13802         * src/prefs_common.c
13803                 add #ifdef USE_PSPELLs that Melvin forgot               
13804
13805 2001-12-30 [melvin]     0.6.6claws32
13806         
13807         * src/prefs_common.[ch]
13808                 Added configurable color for misspelled words.
13809
13810         * src/gtkspell.[ch]
13811                 Fixed bug of foreground text color (reported by David
13812                                 Mehrmann)
13813                 Added configurable color for misspelled words.
13814
13815 2001-12-30 [alfons]     0.6.6claws31
13816
13817         * src/folder.c
13818                 remove unnecessary things someone put there
13819
13820         * src/mh.c
13821         * src/folder.[ch]
13822                 make folder properties (like threading and sorting) persistent
13823                 (closes bug #497424 "rescan folder tree resets proprieties")
13824                 currently this is only for MH folders. 
13825
13826 2001-12-29 [melvin]     0.6.6claws30
13827
13828         * src/string_match.[ch]
13829                 Optimized a bit: regexp pattern buffer compiled only once, and
13830                   one subroutine call removed. Fixed ^ regexp search: Now, 
13831                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13832         
13833         * src/summaryview.c
13834                 Subject filtering changed to filter summary columns and
13835                   not directly the messages subject cache. The loss in 
13836                   performance is balanced by the improvement of string_match.
13837                 Added an alert panel if there is an error in the regexp.
13838
13839         * src/src/prefs_folder_item.h
13840                 Added a regexp pattern buffer.
13841
13842 2001-12-28 [alfons]     0.6.6claws29
13843
13844         * src/string_match.[ch]
13845                 clean up name space
13846                 allow compilation *BSD
13847
13848 2001-12-27 [alfons]     0.6.6claws28
13849
13850         * src/filter.c
13851                 sync the Hiro's bug fix for BSD
13852
13853 2001-12-27 [melvin]     0.6.6claws27
13854         
13855         * src/compose.c
13856                 Simplify focus to subject entry code.
13857
13858 2001-12-27 [darko]      0.6.6claws26
13859
13860         * src/filtering.c
13861         * src/mbox_folder.c
13862         * src/messageview.c
13863         * src/mh.c
13864         * src/procheader.[ch]
13865         * src/procmsg.h
13866         * src/stock_pixmap.[ch]
13867         * src/summaryview.c
13868                 Show key icon for encrypted mails in summary view
13869
13870         * src/pixmaps/clip.xpm
13871         * src/pixmaps/clipkey.xpm
13872         * src/pixmaps/key.xpm
13873                 New/modified icons for the above
13874
13875 2001-12-27 [melvin]     0.6.6claws25
13876
13877         * src/prefs_common.c
13878                 Put spell checker options in a separate tab to decrease
13879                 the Common Preferences window height.
13880
13881         * README.claws  
13882                 Update spell checker usage instruction about its options
13883                 location.
13884
13885 2001-12-27 [melvin]     0.6.6claws24
13886
13887         * src/compose.c
13888                 Changed subject entry widget position. Initial focus is
13889                 on the To header instead of the subject entry.
13890                 Creating a new header scrolls the header list to make the
13891                 created one visible. Nevertheless, when automatically filling
13892                 headers, the first one is shown.
13893                 A Tab key press in the last empty header entry zips the 
13894                 focus to the subject entry.
13895                 (I did not change the combo boxes, yet)
13896
13897 2001-12-26 [alfons]     0.6.6claws23
13898
13899         * src/prefs_account.c
13900         * src/inc.c
13901                 allow default inbox to reside in another mailbox (only
13902                 works for POP3 accounts)
13903
13904 2001-12-26 [alfons]     0.6.6claws22
13905         
13906         * src/textview.c
13907                 make reply-on-click work with the account of the selected folder
13908         * src/compose.c
13909                 put a fixme here to remind me to fix finding correct default
13910                 account for nested folders
13911
13912 2001-12-25 [alfons]     0.6.6claws21
13913
13914         * src/summaryview.c
13915                 make column headers display locked and mark pixmaps (idea by Melvin) 
13916                 fix bug by adding score and locked column type to sort array
13917
13918 2001-12-25 [alfons]     0.6.6claws20
13919         
13920         * src/summaryview.c
13921                 catch a *potentially* inadvertent write back of  
13922                 the message cache(s) introduced by 0.6.5claws37
13923
13924 2001-12-25 [christoph]  0.6.6claws19
13925
13926         * src/stock_pixmap.[ch]
13927         * src/summaryview.c
13928                 add ignore thread pixmap
13929                 (can someone draw a better icon for this?)
13930
13931 2001-12-24 [alfons]     0.6.6claws18
13932
13933         * src/prefs_folder_item.c
13934                 make address completion actually work for the
13935                 Default To address in the Folder Property dialog.
13936
13937 2001-12-24 [alfons]     0.6.6claws17
13938         
13939         * src/summaryview.c
13940                 use new style regexp for subject stripping 
13941                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13942
13943 2001-12-24 [darko]      0.6.6claws16
13944
13945         * src/pgptext.c
13946         * src/rfc2015.c
13947                 move GPG related informational messages to debug mode
13948
13949 2001-12-23 [alfons]     0.6.6claws15
13950
13951         * src/stock_pixmap.[ch]
13952         * src/summaryview.c
13953                 add the forgotten Claws' locked pixmap
13954
13955 2001-12-23 [alfons]     0.6.6claws14
13956
13957         * src/filesel.c
13958                 accept file name typed in entry in multi file
13959                 selector (patch submitted by Gustavo Noronha Silva 
13960                 <kov@debian.org>)
13961
13962 2001-12-23 [alfons]     0.6.6claws13
13963
13964         * src/prefs_filter.c
13965         * src/prefs_filtering.c
13966         * src/matcher.c
13967         * src/importmutt.c
13968                 clean up a little bit
13969         
13970         * src/string_match.c
13971                 validate input strings a little bit more
13972
13973 2001-12-23 [alfons]     0.6.6claws12
13974
13975         * src/Makefile.am
13976         * src/summaryview.c
13977         * src/string_match.[ch]         ** NEW **
13978         * src/folderview.[ch]
13979         * src/headerview.h
13980         * src/folder.[ch]
13981         * src/prefs_folder_item.[ch]
13982                 add subject simplification to strip out strings from
13983                 a subject line (esp. handy for mailing lists). 
13984                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13985                 but slightly changed things for better integration.)
13986
13987 2001-12-23 [alfons]     0.6.6claws11
13988
13989         * src/mainwindow.c
13990                 fix bug introduced by submission included in 0.6.5claws52.
13991                 ideally this submission should clean the trash if any trash
13992                 folder has a message. however, the hasTrash variable was
13993                 set to false whenever a trash folder was empty (discarding
13994                 a previously found *filled* trash folder.)
13995
13996                 also edited the code a little bit and made it more safe.
13997
13998 2001-12-22 [alfons]     0.6.6claws10
13999
14000         * src/imap.c
14001                 quick fix for Martin Pool's omission of an account
14002                 specific SSL setting
14003
14004 2001-12-22 [alfons]     0.6.6claws9
14005
14006         * src/compose.c
14007         * src/messageview.c
14008         * src/mimeview.c
14009         * src/pgptext.c
14010         * src/procmime.[ch]
14011                 better support for multipart/digest (submitted
14012                 by Fredrik <e98fo@efd.lth.se>)
14013
14014 2001-12-22 [alfons]     0.6.6claws8
14015
14016         * src/addressbook.c
14017                 correct function signature
14018         * src/socket.[ch]
14019         * src/imap.[ch]
14020         * src/prefs_account.[ch]
14021                 allow IMAP over SSH tunnel (patch submitted by 
14022                 Martin Pool <mbp@samba.org>)
14023
14024 2001-12-21 [alfons]     0.6.6claws7
14025
14026         * sync with sylpheed 0.6.6cvs4-9
14027                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14028
14029 2001-12-21 [christoph]  0.6.6claws6
14030
14031         * src/compose.c
14032         * src/prefs_folder_item.[ch]
14033                 implement saving of outgoing messages to current folder.
14034                 fix segfault when no default outbox is available
14035                 (closes bug #495683)
14036
14037 2001-12-21 [carsten]    0.6.6claws5
14038         * src/folderview.c
14039         * src/summaryview.c
14040                 pressing CTRL while DND does now the expected thing and
14041                 copies the mail (moving is still the default, as this
14042                 seam more appropriate for handling mails by DND)
14043
14044 2001-12-18 [paul]       0.6.6claws4
14045
14046         * sync with sylpheed 0.6.6cvs3
14047                 see ChangeLog entries 2001-12-18
14048
14049 2001-12-18 [hiro]       0.6.6claws3
14050
14051         * src/undo.c
14052                 fix for multibyte characters (obtain the number of letters
14053                 instead of bytes).
14054
14055 2001-12-17 [paul]       0.6.6claws2
14056
14057         * sync with sylpheed 0.6.6cvs1
14058                 see ChangeLog entry 2001-12-16
14059
14060 2000-12-17 [alfons]     0.6.6claws1
14061
14062         * src/filtering.c
14063                 clean up
14064
14065 2001-12-16 [paul]       0.6.6claws
14066 2001-12-15
14067
14068         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14069
14070         * src/mimeview.c
14071                 last minute sync with main 0.6.6
14072
14073         * po/es.po
14074                 updated by Ricardo Mones Lastra
14075                 update for last minute sync
14076         * po/fr.po
14077         * po/nl.po
14078                 update for last minute sync
14079         * po/de.po
14080                 updated by Jens Oberender
14081         * po/pt_BR.po
14082                 updated by Fabio Junior Beneditto
14083
14084         * src/prefs_common.[ch]
14085         * src/undo.c
14086                 number of undo levels is user configurable
14087                 (squeeze it into the release in the dying
14088                 moments) Submitted by Jens Oberender    
14089
14090 2001-12-15 [melvin]
14091
14092         * po/fr.po
14093                 updated french translation
14094
14095 2001-12-15 [paul]       0.6.5claws92
14096
14097         * sync with sylpheed 0.6.5cvs28
14098                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14099
14100         * po/nl.po
14101                 update to allow for sync
14102
14103 2001-12-15 [alfons]
14104         
14105         * po/nl.po
14106                 update dutch translation
14107
14108 2001-12-14 [carsten]    0.6.5claws91
14109         * src/summaryview.c
14110                 fixed bug #473785; also after changing the column order
14111                 the same message will be selected and displayed as before
14112                 the reordering
14113
14114 2001-12-14 [carsten]    0.6.5claws90
14115         * src/folderview.c
14116                 probably found the bug reported by wwb opening or closing
14117                 a folder tree just before dnd (found the solution in the
14118                 balsa source -- thanks to them)
14119
14120 2001-12-14 [carsten]    0.6.5claws89
14121         * src/gtkutils.c
14122         * src/account.c
14123                 moved gtk_clist_moveto to the right place, so that
14124                 only the accounts dialog is effected on opening
14125
14126 2001-12-14 [carsten]    0.6.5claws88
14127         * src/gtkutils.c
14128                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14129                 now, so that the focused row will be seen in any case
14130                 (reported by wwp on sf-claws-user)
14131
14132 2001-12-14 [darko]      0.6.5claws87
14133
14134         * src/compose.c
14135                 remove unnecessary line
14136
14137 2001-12-14 [paul]       0.6.5claws86
14138
14139         * sync with sylpheed 0.6.5cvs27
14140                 see ChangeLog entries 2001-12-14
14141
14142 2001-12-14 [carsten]    0.6.5claws85
14143         * src/mainwindow.c
14144                 following a suggestion of Melvin the rcoabm pops up
14145                 right under the button now and the button is reliefed
14146                 while the popup is open
14147
14148 2001-12-14 [darko]      0.6.5claws84
14149
14150         * src/compose.c
14151                 fix crash when wrapping long lines if linewrap quotation
14152                 is disabled and wrapper encounters a word spanning more
14153                 than one line
14154
14155 2001-12-13 [paul]       0.6.5claws83
14156
14157         * src/compose.c
14158                 prefer 'Reply-To' header over mailing list header when
14159                 replying to a message. Finally prevent all those confirmation 
14160                 messages being sent to the list itself.
14161
14162         * src/summaryview.c
14163                 remove unused summary_set_menu_sensitive() entry
14164
14165 2001-12-13 [paul]       0.6.5claws82
14166
14167         * src/folderview.c
14168         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14169         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14170         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14171                 improvements to 'Hide read messages': Inbox, Outbox,
14172                 Trash, Queue, and Draft icons now reveal presence of hidden 
14173                 messages
14174
14175 2001-12-12 [alfons]     0.6.5claws81
14176
14177         0.6.5claws80 was tagged as LAST_STABLE
14178
14179         * src/filtering.[ch]
14180         * src/matcher.[ch]
14181         * src/matcher_parser_lex.c
14182                 fix the filtering; my last attempt to get it right, 
14183                 if it does not work, it's Hoa's turn. ;-)
14184
14185                 for my honourable peers:
14186                 
14187                 the code now makes a clear distinction between
14188                 rules as they are displayed (probably escaped),
14189                 and as they are executed (probably unescaped). the
14190                 parser does *NOT* do any unescaping, this is
14191                 the task of the matcher.c (which breaks up a
14192                 rule into condition) and the filtering.c (which
14193                 breaks up the rule's action). to make this
14194                 run happily we provide an unescaped copy of
14195                 crucial strings to the MatcherProp and 
14196                 FilteringAction structures. note that the only
14197                 exception to this is any REGEXP string. those
14198                 are directly passed to regcomp() and regexp()
14199                 (who have much more powerful unescape functions).
14200                 
14201                 for everyone else:
14202         
14203                 you can escape tab (\t), carriage return (\r),
14204                 linefeed (\n), form feed (\f), quote (\"), 
14205                 single quote (\'), bell (\b) in all the entry
14206                 lines in the scoring & filtering dialogs.
14207                 as an added bonus this should not affect
14208                 existing filtering rules.
14209
14210 2001-12-12 [carsten]    0.6.5claws80
14211
14212         * src/summaryview.c
14213         * po/de.po
14214                 "item(s) selected" is now sensitive to 1 or more
14215                 than one selected (nice for language where simple
14216                 adding of a "s" is not possible as German (Eintrag
14217                 ->Eintr"age)
14218                 
14219                 the "forward as attachment" entry from the right
14220                 click menu removed, "forward" acts following the
14221                 prefs
14222         
14223         * src/textview.c
14224                 reverted my former changes; so compiler warning again
14225                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14226                 nevertheless
14227
14228         * src/messageview.c
14229                 "search in message" does now *not* only work in MVIEW_TEXT
14230                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14231                 message
14232
14233         * src/mainwindow.c
14234                 removed "/File/_Close" as it was the same as "/File/E_xit"
14235                 and we don't need it two times
14236
14237                 the separate folder view and message view now get a distinct
14238                 WMCLASS, just in case someone is using sawfish ;-)
14239
14240                 as the menu entries "/View/Message view" and "/View/Folder tree"
14241                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14242                 make them sensitive accordingly and as these two are "shown"
14243                 after startup anytime check this menuitem at startup
14244
14245 2001-12-12 [paul]       0.6.5claws79
14246
14247         * src/folderview.c
14248                 fix sensitivity of 'Search folder...', broken in
14249                 0.6.5claws75
14250
14251         * src/mainwindow.c
14252                 fix dodgy English
14253
14254 2001-12-11 [carsten]    0.6.5claws78
14255         * src/filtering.c
14256                 fixed two typos returning a wrong FALSE/TRUE
14257         * src/mainwindow.[ch]
14258                 extra menu for email/news button removed
14259
14260 2001-12-11 [alfons]     0.6.5claws77
14261         
14262         * src/matcher.c                 (1.3)
14263         * src/matcher_parser_lex.l      (1.28)
14264                 revert for another attempt
14265                 mark 0.6.5claws77 as LAST_STABLE
14266
14267 2001-12-11 [christoph]  0.6.5claws76
14268
14269         * po/de.po
14270                 fixed wrong translation for prev. unread msg
14271
14272 2001-12-11 [paul]       0.6.5claws75
14273
14274         * src/folder.[ch]
14275         * src/folderview.c
14276         * src/mainwindow.c
14277         * src/summaryview.[ch]
14278         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14279                 enable ability to hide read messages on per folder basis via 
14280                 '/Summary/Hide read messages'; when selected, a folder will 
14281                 have a red open folder icon, instead of a blue icon, if the 
14282                 folder contains hidden messges
14283                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14284
14285         * src/mainwindow.c
14286                 remove '/Message/Forward as attachment' from 
14287                 main_window_set_menu_sensitive() to prevent debug warning
14288
14289         * src/folderview.c
14290         * src/mainwindow.c
14291                 Clean up some of the English
14292
14293         * tools/newscache_clean.pl
14294                 allow for new 'hidereadmsgs' entry in folderlist.xml
14295
14296         * po/es.po
14297                 updated translation, submitted by Ricardo Mones Lastra
14298
14299 2001-12-11 [paul]       0.6.5claws74
14300
14301         * sync with sylpheed 0.6.5cvs25
14302                 see ChangeLog entry 2001-12-11
14303
14304 2001-12-10 [alfons]     0.6.5claws73
14305
14306         * src/matcher.c
14307                 add more control characters
14308         * src/matcher_parser_lex.l
14309                 make escaping / unescaping work again
14310
14311 2001-12-10 [alfons]     0.6.5claws72
14312
14313         * src/imap.c
14314                 clean up warnings "returning value for void function" 
14315         * src/prefs_filtering.c
14316                 make info button for execute action sensitive
14317
14318 2001-12-10 [paul]       0.6.5claws71
14319
14320         * src/compose.c
14321         * src/imap.[ch]
14322         * src/summaryview.c
14323                 fix: imap server now gets informed of MARKED, UNMARKED
14324                 and REPLY events. Now people can use different IMAP-Mail
14325                 clients and have the exact same information about MARKED,
14326                 UNMARKED and REPLY status with all of them. Especially
14327                 useful for imap servers with a web-frontend.
14328                 submitted by Tobias Sandhaas <medlor@web.de>
14329
14330 2001-12-09 [melvin]     0.6.5claws70
14331         
14332         * src/textview.[ch]
14333                 fixed bug #490076 (hunted down by Alfons who implemented
14334                 a workaround in 0.6.5claws65)
14335
14336 2001-12-09 [christoph]  0.6.5claws69
14337
14338         * src/summaryview.c
14339                 set pointer to string in LOCKED column to NULL
14340                 (might fix bug #490800)
14341
14342 2001-12-09 [carsten]    0.6.5claws68
14343
14344         * po/de.po
14345                 resolved some cluttered menu shortcuts 
14346                 ('creating new email' and 'creating news message'
14347                 hade the same)
14348         * src/compose.c
14349                 wmclass now distinc from main window
14350         * src/mainwindow.c
14351           src/mainwindow.h
14352                 email/news and forward button functionality similar
14353                 to the reply buttons; removed the ugly dropdown arrows
14354                 and use instead the right mouse button
14355
14356 2001-12-09 [paul]       0.6.5claws67
14357
14358         * src/imap.c
14359         * src/utils.h
14360                 allow spaces in imap folder names
14361                 submitted by Willem van Engen <wvengen@stack.nl>
14362
14363 2001-12-09 [paul]       0.6.5claws66
14364
14365         * sync with sylpheed 0.6.5cvs24
14366                 see ChangeLog entry 2001-12-09
14367
14368 2001-12-08 [alfons]     0.6.5claws65
14369
14370         * src/textview.c
14371                 prevent secondary selection claim after "add to sender" dialog
14372                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14373                 we trick GTK by simulating a click at (0, 0) in the textview.
14374
14375 2001-12-08 [hoa]        0.6.5claws64
14376
14377         * src/folder.c
14378                 fixed a bug about the .processing folder name while filtering
14379
14380 2001-12-08 [alfons]     0.6.5claws63
14381
14382         * src/folderview.c 
14383                 work around problem of not correctly updating folder stats
14384                 when deleting messages. there's some folder scanning evil
14385                 going so the folderview_update_msg_num() does not work
14386                 correctly. need to investigate this.
14387
14388 2001-12-08 [paul]       0.6.5claws62
14389
14390         * sync with sylpheed 0.6.5cvs23
14391                 see ChangeLog entry 2001-12-08
14392
14393 2001-12-07 [christoph]  0.6.5claws61
14394
14395         * src/compose.c
14396                 fix another header translation problem
14397
14398 2001-12-07 [alfons]     0.6.5claws60
14399
14400         * src/mbox.c
14401                 make filtering also work on local spool mbox
14402
14403 2001-12-07 [carsten]    0.6.5claws59
14404         * src/addressbook.c
14405                 addressbook window gets a wmclass distinct from the main
14406                 sylpheed window
14407         * src/compose.h
14408         * src/mainwindow.[ch]
14409                   forward menu item will use mode selected in prefs, forward 
14410                 as attatchment in menu removed (will be substituted in the
14411                 toolbar similar to reply buttons)
14412                   create news message menu entry and news button is now 
14413                 sensitive to the existance of a news account
14414         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14415         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14416         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14417                 these are removed because the toolbar buttons don't show
14418                 the quoting modus any longer
14419
14420 2001-12-07 [paul]
14421
14422         * tools/newscache_clean.pl      ** NEW FILE **
14423                 perl script to do some tidying up in the newscache directory 
14424                 
14425         * tools/sylpheed-switcher       ** NEW FILE **
14426                 perl script to enable easy switching between main and claws
14427                 
14428         * tools/README
14429                 added descriptions of the two new perl scripts          
14430
14431
14432 2001-12-07 [melvin]     0.6.5claws58
14433
14434         * src/messageview.c
14435                 fixed a warning during compilation introduced in 0.6.5claws56
14436
14437 2001-12-07 [paul]       0.6.5claws57
14438
14439         * src/mainwindow.[ch]
14440         * src/menu.[ch]
14441                 further usability enhancements to replying with or without 
14442                 quoting via the toolbar, use of Ctrl key is replaced by 
14443                 drop down menu 
14444                 Submitted by Carsten Schurig            
14445
14446 2001-12-07 [melvin]     0.6.5claws56
14447
14448         * src/messageview.c
14449                 hack to fix bug that prevented to make/paste selections
14450                 after switching between MVIEW_TEXT and MVIEW_MIME views
14451                 without deselecting the selection first.
14452
14453 2001-12-06 [alfons]     0.6.5claws55
14454
14455         * src/filtering.[ch]
14456         * src/inc.c
14457                 revise filtering a little bit more, and make sure
14458                 messages are delivered to the appropriate inbox
14459                 (perhaps set per account)
14460
14461 2001-12-06 [paul]       0.6.5claws54
14462
14463         * sync with sylpheed 0.6.5cvs22
14464                 see ChangeLog entry 2001-12-06
14465
14466 2001-12-05 [alfons]     0.6.5claws53
14467
14468         * src/inc.c
14469         * src/folder.[ch]
14470         * src/procmsg.c
14471         * src/filtering.c
14472                 more revisions of filtering system
14473                 (last stable version is marked as LAST_STABLE)
14474                 
14475                 | NOTE 1): the filtering system now uses a local folder called
14476                 | .processing. if filtering fails, check this directory
14477                 | for missing messages.
14478                 |
14479                 | NOTE 2): help us find the filtering actions still missing
14480
14481 2001-12-05 [paul]       0.6.5claws52
14482
14483         * src/mainwindow.c
14484                 fix bug where 'Empty Trash?' pop-up window appears even
14485                 when Trash is empty, submitted by Jesse Skinner         
14486
14487 2001-12-05 [melvin]     0.6.5claws51
14488
14489         * src/compose.c
14490                 fixed bug #486106 to select correct account when reediting 
14491                 a queued message
14492         
14493 2001-12-04 [alfons]     0.6.5claws50
14494
14495         * src/mh.c
14496                 declare markfile in appropriate functions when
14497                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14498                 for spotting this)
14499
14500 2001-12-04 [paul]       0.6.5claws49
14501
14502         * sync with sylpheed 0.6.5cvs21
14503                 see ChangeLog entry 2001-12-04
14504
14505 2001-12-03 [christoph]  0.6.5claws48
14506
14507         * po/de.po
14508                 changed translation of undo
14509         * src/account.c
14510         * src/folder.c
14511                 don't reinvent the wheel to traverse a GNode
14512         * src/compose.[ch]
14513                 seperate code to create the compose gui into functions
14514                 add "Others" page with folder selection for saving copy
14515                 of the message.
14516                 the folder identifier is saved to queue header
14517         * src/procmsg.c
14518                 save message to folder in queue header
14519
14520 2001-12-03 [paul]       0.6.5claws47
14521
14522         * sync with sylpheed 0.6.5cvs20
14523                 see ChangeLog entry 2001-12-03
14524
14525 2001-12-01 [paul]
14526
14527         * more sync with sylpheed 0.6.5cvs19
14528                 see ChangeLog entry 2001-11-29
14529
14530 2001-11-30 [paul]       0.6.5claws46
14531         
14532         * src/compose.c
14533                 remove conflicts introduced by Hoa's last commit
14534          
14535         * src/mainwindow.c
14536                 make 'Message/Bounce' sensitive
14537
14538 2001-11-30 [hoa]        0.6.5claws45
14539
14540         * src/compose.c
14541                 slightly change bounce function to add
14542                 information about the user that bounced the mail
14543                 in the From header line.
14544
14545         * src/folderview.c
14546                 permit the use of processing in outbox folder.
14547
14548 2001-11-29 [paul]       0.6.5claws44
14549
14550         * src/mainwindow.[ch]
14551         * src/prefs_common.c
14552         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14553         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14554         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14555                 usability enhancements to the quoting, implements
14556                 use of Ctrl key to toggle quoting settings
14557                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14558
14559 2001-11-29 [paul]       0.6.5claws43
14560         
14561         * sync with sylpheed 0.6.5cvs19
14562                 see ChangeLog entry 2001-11-28
14563
14564 2001-11-29 [melvin]     0.6.5claws42
14565         * src/Makefile.am
14566                 added enriched.[ch] to the list of files
14567
14568         * src/textview.c
14569         * src/mimeview.c
14570         * src/procmime.[ch]
14571         * src/enriched.[ch]
14572                 added support to view text/enriched
14573                 added support to show headers in message view for text/enriched and text/html
14574                         in non multipart messages
14575
14576 2001-11-28 [paul]       0.6.5claws41
14577
14578         * more sync with sylpheed 0.6.5cvs18
14579                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14580
14581 2001-11-27 [paul]       0.6.5claws40
14582         
14583         * po/pt_BR.po
14584                 updated translation, submitted by Fabio Junior Beneditto
14585                 
14586         * sync with sylpheed 0.6.5cvs18
14587                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14588                 2001-11-27
14589
14590
14591 2001-11-26 [paul]
14592
14593         * po/es.po
14594                 updated translation, submitted by Ricardo Mones Lastra
14595
14596 2001-11-26 [alfons]
14597
14598         * src/matcher.c
14599                 add more translatable strings
14600
14601 2001-11-26 [christoph]  0.6.5claws39
14602
14603         * po/de.po      
14604                 fixed one more umlaut
14605         * src/compose.c
14606                 fix translated header when it should not be translated
14607
14608 2001-11-26 [paul]       0.6.5claws38
14609
14610         * src/mainwindow.c
14611                 remove '/Message/Add Sender to address book' from 
14612                 main_window_set_menu_sensitive(), prevent debug warning
14613                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14614
14615 2001-11-26 [paul]       0.6.5claws37
14616
14617         * src/summaryview.c
14618                 fix 'recurring unread state' bug 
14619
14620         * tools/README 
14621         * tools/filter_conv.pl
14622                 read name of top level mailbox from folderlist.xml
14623                 and presume nothing about its name              
14624
14625 2001-11-26 [darko]      0.6.5claws36
14626
14627         * src/gtkstext.[ch]
14628                 removed functions that are now in gtkutils.c
14629                 use gtkut_text_is_uri_string() from gtkutils.c
14630         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14631
14632 2001-11-26 [paul]       0.6.5claws35
14633
14634         * sync with sylpheed 0.6.5cvs16
14635                 see ChangeLog entries 2001-11-25 and 2001-11-26
14636
14637 2001-11-25 [alfons]     0.6.5claws34
14638
14639         EXPERIMENTAL!!! Please checkout the last stable version using: 
14640           
14641         % cvs update -r LAST_STABLE -dRAP
14642
14643         (Or help us testing this stuff.)
14644
14645         * src/filtering.c               (1.14)
14646         * src/filtering.h               (1.6)
14647         * src/inc.c                     (1.28)
14648         * src/matcher.c                 (1.20)
14649         * src/mbox.c                    (1.9)
14650         * src/procmsg.h                 (1.14)
14651         * src/summaryview.c             (1.59)
14652         * src/summaryview.h             (dunno)
14653                 revert/merge/sync to as it was before commit 
14654                 on Thu, 19 Jul 2001 10:15:51 -0700.
14655
14656 2001-11-25 [hoa]        0.6.5claws33
14657
14658         * src/main.c
14659                 processing mails at startup
14660
14661         * src/folderview.c
14662         * src/summaryview.[ch]
14663                 processing mails when entering folder
14664
14665         * src/prefs_filtering.c
14666                 fixed some UI bugs
14667
14668 2001-11-24 [alfons]     0.6.5claws32
14669
14670         * src/summaryview.[ch]
14671                 make summary sort headers work, and also make
14672                 sure the sort type is stored
14673
14674 2001-11-23 [alfons]     0.6.5claws31
14675
14676         * src/summaryview.[ch]
14677                 make lock work like mark
14678                 disallow deleting messages marked as locked
14679
14680 2001-11-23 [alfons]     0.6.5claws30
14681
14682         * src/gtkstext.c
14683         * src/compose.[ch]
14684         * src/Makefile.am
14685         * src/undo.[ch]
14686                 merge undo patch submitted by Jens
14687
14688 2001-11-23 [christoph]  0.6.5claws29
14689
14690         * src/.cvsignore
14691                 added ylwrap
14692         * src/compose.c
14693                 fixed gpg signing and encoding
14694         * src/folder.[ch]
14695         * src/main.c
14696                 added --status option to get new, unread and total
14697                 message count from a running sylpheed
14698         * src/prefs_common.c
14699                 temporary fix for reply_with_quote problem
14700                 (don't call functions for non existing widget)
14701         * src/procmsg.c
14702                 one more check for ignored threads but still not
14703                 always working correctly. probably a recursive
14704                 check for all parents is needed
14705
14706 2001-11-23 [darko]      0.6.5claws28
14707
14708         * src/compose.c
14709                 wrapping on send improvements
14710         * src/gtkutils.[ch]
14711                 fix for GtkSText after last sync with main branch
14712                 GTK_TEXT -> GTK_STEXT
14713
14714 2001-11-23 [paul]       0.6.5claws27
14715
14716         * sync with sylpheed 0.6.5cvs14
14717                 see ChangeLog entries 2001-11-22 and 2001-11-23
14718                 
14719         * po/de.po
14720                 fixed the scrambled umlauts 
14721                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14722
14723 2001-11-21 [paul]       0.6.5claws26
14724
14725         * sync with sylpheed 0.6.5cvs12
14726                 see 2nd ChangeLog entry dated 2001-11-20
14727
14728 2001-11-20 [paul]       0.6.5claws25
14729
14730         * sync with sylpheed 0.6.5cvs11
14731                 see ChangeLog entry 2001-11-19 (src/utils.c)
14732
14733 2001-11-20 [hiro]
14734
14735         * src/compose.c
14736                 GTK_TEXT -> GTK_STEXT
14737                 fix for wrong comment
14738
14739 2001-11-20 [hiro]       0.6.5claws24
14740
14741         * src/compose.[ch]
14742                 more merges from main branch
14743                 removed fatal warnings (uninitialized variables etc.)
14744                 some coding style fix
14745         * src/gtkutils.h
14746                 fixed typo.
14747         * src/addressbook.c
14748           src/addrindex.c
14749                 V-Card -> vCard
14750
14751 2001-11-19 [hoa]        0.6.5claws23
14752
14753         * src/filtering.c
14754         * src/prefs_scoring.c
14755         * src/matcher.[ch]
14756         * src/scoring.c
14757                 cleaning code
14758
14759         * src/matcher_parser_parse.y
14760         * src/prefs_filtering.c
14761                 bouncing
14762
14763 2001-11-19 [alfons]     0.6.5claws22
14764
14765         more of my old things into claws
14766
14767         * src/Makefile.am
14768         * src/prefs_common.c
14769         * src/procmsg.h
14770         * src/summaryview.[ch]
14771         * src/prefs_summary_column.c
14772         * src/pixmaps/locked.xpm
14773                 add indicators for locking of message in summary view
14774                 (does not work yet, only visual indicator)
14775
14776 2001-11-19 [paul]       0.6.5claws21
14777
14778         * sync with sylpheed 0.6.5cvs10
14779                 see ChangeLog entry 2001-11-19
14780
14781 2001-11-18 [alfons]     0.6.5claws20
14782         
14783         * src/filtering.c
14784                 remove an inadvertent free I forgot in previous clean up 
14785
14786 2001-11-18 [alfons]     0.6.5claws19
14787
14788         * src/filtering.[ch]
14789                 clean up & plug leaks
14790
14791 2001-11-18 [paul]       0.6.5claws18
14792
14793         * sync with sylpheed 0.6.5cvs9
14794                 see ChangeLog entries 2001-11-17 and 2001-11-18
14795
14796 2001-11-16 [paul]       0.6.5claws17
14797
14798         * sync with sylpheed 0.6.5cvs8
14799                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14800
14801 2001-11-16 [paul]       0.6.5claws16
14802
14803         * sync with sylpheed 0.6.5cvs7
14804                 see ChangeLog entries 2001-11-15 and 2001-11-16
14805
14806 2001-11-15 [hoa]        0.6.5claws15
14807
14808         * src/compose.c
14809                 fix bounce, mails we received couln't be bounced to ourself.
14810
14811         * src/defs.h
14812         * src/filtering.[ch]
14813         * src/matcher.[ch]
14814         * src/matcher_parser.h
14815         * src/matcher_parser_lex.l
14816         * src/matcher_parser_parse.y
14817         * src/inc.c
14818         * src/main.c
14819         * src/mbox.c
14820         * src/prefs_filtering.[ch]
14821         * src/mainwindow.c
14822         * src/prefs_matcher.c
14823         * src/prefs_scoring.c
14824         * src/scoring.[ch]
14825         * src/summaryview.c
14826                 new matcher/filter/score configuration file parser
14827                 one unique configuration file => ~/.sylpheed/matcherrc
14828                 import in currently automatic, then save are made
14829                 in this new file.
14830                 one filter per folder and one global filter
14831                 (filter of a folder will be used as folder processing)
14832
14833         * src/folder.c
14834                 fix a bug in folder_item_get_identifier
14835                 
14836         * src/messageview.c
14837                 receive receipt return are fixed.
14838
14839 2001-11-14 [alfons]     0.6.5claws14
14840
14841         * src/session.h
14842                 add things from main branch to make claws compile
14843
14844 2001-11-14 [paul]       0.6.5claws13
14845
14846         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14847                 see ChangeLog entries 2001-11-08 to 2001-11-14
14848
14849 2001-11-14 [hoa] 0.6.5claws12
14850
14851         * src/compose.[ch]
14852         * src/mainwindow.c
14853         * src/summaryview.c
14854                 add "bounce mail" option
14855
14856 2001-11-13 [christoph]  0.6.5claws11
14857
14858         * src/compose.c
14859                 Cleanup a mess i add before commiting
14860
14861 2001-11-13 [hoa]        0.6.5claws10
14862
14863         * src/compose.c
14864                 some fixes when mail are sent or
14865                 for crossposts
14866
14867 2001-11-13 [christoph]  0.6.5claws9
14868
14869         * po/de.po
14870                 Changed two string with the same translation
14871         * src/compose.c
14872         * src/procmsg.[ch]
14873         * src/send.[ch]
14874                 New mailsending process:
14875                   - Always queue message before sending
14876                     (message will be saved if sylpheed crashed or
14877                      freezes while sending)
14878                   - Allow queuing of newspostings
14879                   - No copy in outbox before sending
14880                     (closes bug #469501)
14881                   - No more redundant code for send and send_later
14882         * src/summaryview.c
14883                 Applied wwp <subscript@free.fr>'s patch that fixes
14884                 marks for multiple forwarded messages (+compose.c)
14885
14886 2001-11-12 [alfons]
14887
14888         * README.claws
14889                 remove things that are now in main branch
14890         
14891         * po/nl.po
14892                 update Dutch translation
14893
14894 2001-11-12 [mhadasht]   0.6.5.claws8
14895
14896         * src/prefs_common.c
14897                 re-enabled account autoselection feature for forward
14898                 and reedit lost during the branch point for SYNC-B4-REL
14899         * src/gtkspell.c
14900                 gtkpspell_get_dict(): more readable code (even if function is
14901                 not used yet)
14902         * ChangeLog.claws
14903                 added version number info to 2001-11-12 [hiro] comment.
14904
14905 2001-11-12 [hiro]       0.6.5.claws7
14906
14907         * src/compose.c
14908                 compose_forward(): fixed a bug that forward quote mark
14909                 wasn't used.
14910                 removed unnecessary code.
14911         * src/template_select.[ch]: removed.
14912
14913 2001-11-11 [alfons]
14914
14915         * src/compose.c
14916                 :%s/GTK_TEXT/GTK_STEXT/g
14917         
14918         * src/compose.[ch]
14919         * src/undo.[ch]
14920         * src/Makefile.am
14921                 revert the undo stuff (this is 0.6.6claws stuff)
14922
14923 2001-11-11 [hoa]        0.6.5.claws6
14924
14925         * src/compose.[ch]
14926                 Insert signature at the end of the text.
14927                 Added undo patch but currently disabled
14928
14929         * src/procmsg.c
14930                 Threading by subject improved.
14931
14932         * added src/undo.[ch]
14933                 Undo module for compose dialog box.
14934
14935 2001-11-11 [alfons]     0.6.5.claws5
14936
14937         * src/procmsg.c
14938                 prevent threading by subject on nodes that have already been
14939                 threaded by in-reply-to (as in "circular references in a tree
14940                 result in a dead branch")
14941
14942 2001-11-09 [hoa]        0.6.5.claws4
14943         
14944         * src/folderview.c
14945                 allows creation of mbox folder item from any files.
14946
14947 2001-11-09 [alfons]     0.6.5.claws3
14948         
14949         * src/utils.c
14950         * src/procmsg.c
14951                 do what I mean and correct threading by subject so it really
14952                 ignores attracting lines without "Re: "
14953
14954 2001-11-07 [alfons]     0.6.5.claws2
14955
14956         * src/procmsg.c
14957         * src/utils.[ch]
14958                 only attract by subject if a subject line starts with a "Re: "
14959         * src/syldap.c
14960                 remove warning
14961
14962 2001-11-07 [paul]       0.6.5claws1
14963
14964         * sync with sylpheed 0.6.5. release
14965                 see ChangeLog entry 2001-11-07
14966
14967 2001-11-07 [paul]       0.6.4claws31
14968
14969         * sync with sylpheed 0.6.4cvs18
14970                 see ChangeLog entries 2001-10-30 to 2001-11-07
14971                 prefs_templates.[ch] renamed prefs_template.[ch]
14972
14973 2001-11-06 [alfons]
14974         
14975         * src/utils.h
14976                 add semicolon Hoa forgot ;-)
14977                 
14978
14979 2001-11-06 [hoa]        0.6.4claws30
14980         
14981         * src/procmsg.c
14982         * src/summaryview.c
14983         * src/utils.c
14984         * src/utils.h
14985                 threading by subject - empty subject are ignored
14986
14987 2001-11-06 [christoph]  0.6.4claws29
14988
14989         * src/socket.c
14990                 use SSL_peek for sock_gets
14991         * src/utils.c
14992                 removed unneeded pointer in extracting quoted
14993                 names implementation
14994
14995 2001-11-06 [melvin]     0.6.4claws28
14996
14997         * src/gtkspell.c
14998                 fixed bug #476792 Selection overtyping with spell checker
14999                 fixed bug which could cause a buffer overflow
15000                 fixed a memory leak
15001
15002 2001-11-06 [hoa]        0.6.4claws27
15003         
15004         * src/procmsg.c
15005         * src/summaryview.c
15006                 threading by subject
15007
15008 2001-11-05 [alfons]     0.6.4claws26
15009         
15010         * README.claws
15011                 Claws -> Sylpheed (vice versa)
15012
15013         * src/compose.c
15014                 :%s/gtk_text/gtk_stext/g
15015                 :%s/GTK_TEXT/GTK_STEXT/g
15016                 (thanks to Jonathan Ware for spotting this)
15017
15018 2001-11-04 [christoph]  0.6.4claws25
15019
15020         * src/summaryview.c
15021                 replace Xalloca + strdup with Xstrdup_a
15022         * src/utils.c
15023                 better implementation of extracting quoted names
15024                 from addresses (remove backlashes and ignore
15025                 quotes after them)
15026
15027 2001-11-04 [alfons]     0.6.4claws24
15028
15029         * src/utils.[ch]
15030                 edit to comply more with coding style
15031
15032         * src/textview.c
15033                 fix bug reported by Kim Schulz. introduced by the patch integrated
15034                 in 0.6.4claws15. the code did not check the return value of
15035                 the html parser.
15036
15037         * AUTHORS
15038                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15039
15040 2001-11-04 [christoph]  0.6.4claws23
15041
15042         * src/main.c
15043         * src/prefs_common.[ch]
15044                 init some pointers that possibly caused a segfault
15045                 reported in the claws-users ML
15046
15047 2001-11-04 [hoa]        0.6.4claws22
15048
15049         * src/grouplistdialog.c
15050                 change the names of the nodes in the tree
15051
15052         * src/compose.c
15053                 enhanced mailto syntax as described in
15054                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15055                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15056
15057         * src/utils.c
15058                 encode and decode URI (useful when opening URL into
15059                 netscape).
15060
15061 2001-11-03 [hoa]        0.6.4claws21
15062
15063         * src/grouplistdialog.c
15064                 a new newsgroups list selection dialog box
15065                 with a CTree instead of a CList
15066
15067 2001-11-03 [hoa]        0.6.4claws20
15068
15069         * src/folderview.c
15070                 enable property and scoring options when right
15071                 click on "inbox"
15072
15073         * src/summaryview.c
15074                 fixed bug when nickname were displayed using
15075                 the address book.
15076
15077 2001-11-02 [darko]      0.6.4claws19
15078
15079         * src/compose.c
15080                 new wrap quotation and URL/long words wrapping implementation
15081         * src/compose.c src/gtkstext.[ch]
15082                 move gtkstext_strncmp() to gtkstext.c
15083
15084 2001-11-01 [christoph]  0.6.4claws18
15085
15086         * src/prefs_account.c
15087                 fixed mess in account settings dialog
15088         * src/prefs_folder_item.c
15089                 added label with folder path to dialog
15090
15091 2001-10-31 [match]      0.6.4claws17
15092
15093         * src/vcard.c
15094                 fix memory leak.
15095         * src/addrbook.c
15096                 fix generation of spurious address book file names.
15097                 remove redundant functions.
15098         * po/POTFILES.in
15099                 added missing file names.
15100
15101 2001-10-30 [paul]       0.6.4claws16
15102
15103         * sync with sylpheed 0.6.4cvs6
15104                 see ChangeLog entries 2001-10-26 to 2001-10-30
15105
15106         * tools/filter_conv.pl
15107                 read folderlist.xml to discover whether the top-level
15108                 folder is called 'Mailbox' or 'Mail' 
15109
15110 2001-10-29 [paul]       0.6.4claws15
15111
15112         * src/html.c, src/textview.c
15113                 activate links in html mail and fix clickable parts
15114                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15115
15116 2001-10-29 [paul]
15117
15118         * po/de.po, po/es.po, po/pt_BR/po
15119                 updated translations, submitted by Jens Oberender,
15120                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15121
15122 2001-10-29 [darko]      0.6.4claws14
15123
15124         * src/compose.c
15125                 fix wrapping for good
15126
15127 2001-10-29 [darko]
15128
15129         * src/compose.c
15130                 undo previous change as it broke the smart wrapping
15131
15132 2001-10-29 [darko]      0.6.4claws13
15133
15134         * src/compose.c
15135                 fix infinite loop when long URL is quoted
15136                 (closes bug #475122.
15137
15138 2001-10-28 [match]
15139
15140         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15141                 import Mutt address book
15142         * src/ldif.[ch] src/importldif.h
15143                 modified import LDIF handle user attributes
15144
15145 2001-10-28 [christoph]  0.6.4claws12
15146
15147         * src/summaryview.c
15148                 fixed that filtering did not work if there
15149                 were no filter rules
15150                 (closes bug #472003 and better implementation
15151                  of patch #474644)
15152
15153 2001-10-27 [christoph]  0.6.4claws11
15154
15155         * src/compose.c
15156                 make the folder's default account to be used when
15157                 replying. (patch by wwp <subscript@free.fr>)
15158         * src/compose.c
15159                 code cleanup, nearly killed all of wwp's patch
15160                 for folder's default account in compose
15161         * src/folderview.c
15162                 error panel when a folder could not be created
15163                 (closes bug #471080 new folder name & already
15164                  existing file)
15165
15166 2001-10-26 [alfons]
15167
15168         * src/utils.h
15169                 change prototype of strstr2() that Christoph forgot about
15170
15171 2001-10-26 [christoph]  0.6.4claws10
15172
15173         * src/account.c
15174                 made search for accounts by email address not case
15175                 sensitive
15176         * src/folder.c
15177                 fixed memory leak in folder_item_get_identifier
15178         * src/gtkspell.c
15179         * src/utils.c
15180                 fixed wrong strstr2 (should work like strstr)
15181
15182 2001-10-26 [darko]      0.6.4claws9
15183
15184         * src/compose.c src/gtkstext.[ch]
15185         * src/gtkstext.c
15186                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15187
15188 2001-10-26 [paul]       0.6.4claws8
15189
15190         * src/html.c
15191                 ignore css and javascript tags in html mail
15192                 case-insensitive, with or without double-quoted
15193                 strings
15194
15195 2001-10-26 [paul]       0.6.4claws7
15196
15197         * sync with sylpheed 0.6.4cvs1
15198                 see ChangeLog entry 2001-10-26
15199
15200         * src/prefs_account.c, src/prefs_common.c,
15201           src/prefs_summary_column.c
15202                 minor improvements to the English
15203
15204 2001-10-25 [alfons]     0.6.4claws6
15205
15206         * src/gtkstext.c
15207         
15208                 make GtkSText follow style of GtkText (closes bug 
15209                 #469211 "text selection while writing message")
15210                 
15211                 do sync with GTK 1.2.10
15212
15213 2001-10-25 [paul]       0.6.4claws5
15214
15215         * src/html.c
15216                 ignore css tags in html mail
15217
15218 2001-10-25 [darko]      0.6.4claws4
15219
15220         * src/compose.c
15221                 don't declare is_url_string as static function since
15222                 we need it in gtkstext.c
15223         * src/gtkstext.c
15224                 remove unused variable
15225                 don't wrap long URLs while composing a message
15226
15227 2001-10-24 [christoph]  0.6.4claws3
15228
15229         * src/socket.c
15230                 fix ssl deadlock, when peer closes connection
15231
15232 2001-10-24 [paul]       0.6.4claws2
15233
15234         * src/prefs_common.c
15235                 gettextize the gpg ascii-armored warning message
15236
15237         * src/compose.c
15238                 insert a DOS/MAC file into the composed message
15239                 (improvements)
15240
15241         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15242
15243 2001-10-22 [paul]       0.6.4claws1
15244
15245         * sync with sylpheed 0.6.4 release
15246                 see ChangeLog entries 2001-10-21
15247
15248         * po/fr.po, po/pt_BR.po
15249                 updated by Melvin Hadasht and Fabio Junior Beneditto
15250
15251 2001-10-21 [paul]       0.6.3claws30
15252
15253         * src/compose.c
15254                 insert a DOS text file from the compose window
15255                 into the composed message text (removes CRs characters)
15256                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15257
15258         * tools/filter_conv.pl, tools/README
15259                 automatically use ~/.sylpheed as working directory
15260                 print out confirmation message on completion
15261
15262         * correct Hoa's last ChangeLog.claws entry
15263
15264 2001-10-20 [hoa]        0.6.3claws29
15265
15266         * src/grouplistdialog.c
15267                 bugfix (another ?) to give the right
15268                 newsgroups list for each news server.
15269
15270         * src/news.c
15271         * src/news.h
15272                 improve the newsgroups list cache
15273
15274 2001-10-20 [paul]       0.6.3claws28
15275
15276         * sync with sylpheed 0.6.3cvs9
15277                 see ChangeLog entry 2001-10-19
15278
15279         * correct Alfons' last ChangeLog.claws entry
15280
15281 2001-10-19 [alfons]
15282
15283         * src/pgptext.[ch]
15284                 fix compilation problems (part of bug #472895)
15285
15286 2001-10-18 [hoa]        0.6.3claws27
15287
15288         * src/grouplistdialog.c
15289                 bugfix when we refresh was clicked (bug 472701)
15290
15291 2001-10-19 [christoph]  0.6.3claws26
15292
15293         * src/compose.c
15294                 last header entry should default to "To:" or
15295                 "Newsgroups:" and not copy the last entry line
15296                 in a new compose window
15297                 (closes bug #472686, #470792)
15298
15299 2001-10-19 [paul]       0.6.3claws25
15300
15301         * sync with Sylpheed 0.6.3cvs8
15302                 see ChangeLog entries 2001-10-18 and 2001-10-19
15303
15304 2001-10-18 [christoph]  0.6.3claws24
15305
15306         * src/procmsg.c
15307                 reimplement ignore thread
15308         
15309 2001-10-18 [hoa]        0.6.3claws23
15310
15311         * src/folderview.c
15312         * src/grouplistdialog.[ch]
15313                 enhanced news subscription interface (feature 469113)
15314
15315         * src/news.c
15316         * src/news.h
15317                 enchanced newsgroup listing,
15318                 now, we can get groups informations
15319                 (NNTPGroupInfo)
15320
15321 2001-10-18 [paul]       0.6.3claws22
15322
15323         * src/summaryview.c
15324                 remove comment (sync with main branch)
15325         * src/mainwindow.c
15326                 fix 'Re-edit' bug in 'Message' menu
15327
15328 2001-10-17 [christoph]  0.6.3claws21
15329
15330         * src/compose.c
15331                 ignore empty or whitespace only header lines
15332
15333 2001-10-17 [paul]       0.6.3claws20
15334
15335         * sync with sylpheed 0.6.3cvs7
15336                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15337                 2001-10-17
15338
15339 2001-10-17 [darko]
15340
15341         * src/compose.c
15342                 wrap long lines without spaces
15343                 don't wrap URLs
15344
15345 2001-10-16 [paul]
15346
15347         * po/es.po, po/nl.po, po/pt_BR.po
15348                 updated by Ricardo Mones Lastra, Alfons,
15349                 and Fabio Junior Beneditto
15350
15351         * sylpheed-0.6.3claws released
15352
15353 2001-10-15 [melvin] 0.6.3claws18
15354
15355         * README.claws
15356                 added summary and detailed installation instructions
15357                 for spell checker
15358         * po/fr.po
15359                 Updated, corrected and completed french translation
15360
15361 2001-10-15 [hoa] 0.6.3claws17
15362         * src/grouplistdialog.c
15363                 we can choose the newsgroups to display with wildcards
15364
15365 2001-10-15 [christoph]  0.6.3claws16
15366
15367         * src/account.c
15368         * src/compose.c
15369         * src/prefs_folder_item.[ch]
15370                 applied wwp <subscript@free.fr>'s folder
15371                 default account patch
15372         * po/de.po
15373                 Fixed wrong translation
15374
15375 2001-10-13 [alfons, christoph, melvin]  
15376                         0.6.3claws15
15377
15378         solution #2 to solve MT-safety problems defers all GUI related calls
15379         to the main thread using a gtk_idle_add() callback. discussed on
15380         ircnet #sylpheed, with christoph spotting some issues with the
15381         original code, and melvin allowing us to lobotomize his sylpheed.
15382
15383         * src/syldap.[ch], src/main.c
15384                 fix race problem in ldap search thread by deferring GUI 
15385                 stuff to main thread using gtk_idle_add()
15386
15387 2001-10-13 [paul]       0.6.3claws14
15388
15389         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15390                 add Sergey's smtpcred.patch
15391                 adds separate username/password setting for SMTP Auth
15392                 needed by some servers
15393                 (closes feature request #471659)
15394
15395 2001-10-13 [paul]       0.6.3claws13
15396
15397         * src/pgptext.[ch] **NEW FILES**
15398         * src/Makefile.am, src/messageview.c, src/mimeview.c
15399                 decrypt ascii-armored gpg text embedded in
15400                 the message body.
15401                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15402
15403 2001-10-13 [christoph]  0.6.3claws12
15404
15405         * README.claws
15406                 some more details on default to and
15407                 feature requests
15408         * src/main.c
15409                 init glib threading when ldap is used
15410         * src/syldap.c
15411                 threading fixes
15412         * po/de.po
15413                 fixed a typo
15414
15415 2001-10-12 [paul]       0.6.3claws11
15416
15417         * src/prefs_common.[ch], src/rfc2015.c
15418                 enable ascii-armored gpg text to be embedded in the
15419                 message body, selectable through the 'Privacy'
15420                 preferences. Supports encrypting only.
15421                 Submitted by Ravemax <ravemax@dextrose.com>
15422
15423 2001-10-12 [paul]       0.6.3claws10
15424
15425         * sync with sylpheed 0.6.3cvs6
15426                 see ChangeLog entries 2001-10-11 and 2001-11-12
15427
15428         * src/folderview.c
15429                 incorporated mbox folders, scoring, and folder
15430                 properties into the sync
15431
15432 2001-10-12 [darko]      0.6.3claws9
15433
15434         * README.claws
15435                 describe quotation wrapping
15436         * src/compose.c
15437                 don't treat tab as space to calculate line length properly
15438
15439 2001-10-11 [alfons]
15440
15441         * README.claws
15442                 correct description of how to make new filtering system work,
15443                 add some other things
15444                 
15445         * src/syldap.c
15446                 remove sched_yield() (not necessary / unportable)
15447
15448 2001-10-11 [paul]       0.6.3claws8
15449
15450         * sync with sylpheed 0.6.3cvs3
15451                 see ChangeLog entry 2001-10-10
15452
15453 2001-10-10 [christoph]  0.6.3claws7
15454
15455         * .cvsignore
15456                 ignore 2 files created by newer autotools
15457         * src/prefs_folder_item.c
15458                 using table for widget alignment
15459                 fixed memory leak and broken octal display
15460         * src/filesel.c
15461                 fixed segfault caused by lost filename
15462                 workaround (closes bug #469551)
15463
15464 2001-10-10 [paul]       0.6.3claws6
15465
15466         * sync with sylpheed 0.6.3cvs2
15467                 see ChangeLog entries 2001-10-09 and 2001-10-10
15468
15469 2001-10-10 [darko]      0.6.3.claws5
15470
15471         * src/gtkstext.c
15472                 proper calculation of right margin if smart wrapping is enabled
15473         * src/compose.c
15474                 automatically wrap long lines if wrap quotation is enabled
15475
15476 2001-10-09 [alfons]     0.6.3.claws4
15477
15478         * src/summaryview.c
15479                 select correct row when deleting last row in the summary view (and
15480                 close bug "[ #469104 ] select second last in list when deleting")
15481
15482 2001-10-09 [paul]       0.6.3claws3
15483
15484         * sync with sylpheed 0.6.3cvs1
15485                 updated some autotool scripts
15486
15487 2001-10-09 [darko]      0.6.3claws2
15488
15489         * src/gtkstext.[ch]
15490                 new name and mark with Sylpheed comment
15491         * src/compose.c
15492                 smart quotation wrapping a-la VIM
15493
15494 2001-10-08 [paul]       0.6.3claws1
15495
15496         * sync with sylpheed 0.6.3 release
15497                 see ChangeLog entry 2001-10-08
15498
15499 2001-10-08 [paul]       0.6.2claws24
15500
15501         * src/summaryview.c
15502                 more sync with sylpheed 0.6.2cvs12
15503                 Fixed the bug that didn't select the last row correctly
15504
15505
15506 2001-10-07 [paul]       0.6.2claws23
15507
15508         * sync with sylpheed 0.6.2cvs12
15509                 see ChangeLog entry 2001-10-07
15510
15511 2001-10-06 [match]
15512         * src/jpilot.[ch]
15513                 enable jpilot to read unsynch'ed addresses.
15514
15515         * src/editldap_basedn.c
15516                 fix segfault when opening dialog.
15517
15518 2001-10-06 [alfons]     0.6.2.claws22
15519
15520         * src/summaryview.c
15521                 fix bug with summary view selecting last *inserted*
15522                 node instead of last *visible* node. remember we
15523                 work with a tree
15524
15525 2001-10-06 [paul]       0.6.2claws21
15526
15527         * po/pt_BR.po
15528                 updated translation, contains some fixes and new
15529                 translations, submitted by Gustavo Noronha Silva
15530                 <kov@debian.org>
15531
15532         * src/prefs_common.c
15533                 change 'each' to 'every' - fix dubious English
15534
15535         * sync with sylpheed 0.6.2cvs11
15536
15537 2001-10-05 [alfons]     0.6.2claws20
15538
15539         * src/mainwindow.[ch], src/folderview.c
15540                 make composite tool button switch between "Compose News"
15541                 and "Compose Mail" depending on selected folder
15542                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15543
15544 2001-10-05 [paul]       0.6.2claws19
15545
15546         * src/mainwindow.c, src/summaryview.c
15547                 fix 'Message/Reply to all', broken in last commit
15548
15549         * src/compose.c
15550                 fix X_BEENTHERE seg fault, thanks to Alfons
15551
15552 2001-10-04 [paul]       0.6.2claws18
15553
15554         * src/compose.[ch], src/mainwindow.c
15555                 make "Message/Reply" reply to mailing lists; matches
15556                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15557                 based on portions of the patch submitted by
15558                 Junichi Uekawa <dancer@netfort.gr.jp>
15559
15560 2001-10-04 [darko]      0.6.2claws17
15561
15562         * src/compose.c
15563                 better smart wrapping
15564         * src/gtkstext.[hc]
15565                 a function to make text buffer contiguous
15566
15567 2001-10-03 [paul]       0.6.2claws16
15568
15569         * sync with sylpheed 0.6.2cvs10
15570
15571 2001-10-02 [alfons]
15572
15573         * configure.in
15574         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15575                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15576                 references to chinese translations (hope someone picks up
15577                 this)
15578
15579 2001-10-02 [christoph]  0.6.2claws15
15580
15581         * src/compose.c
15582                 fixed non translated header bug
15583         * ChangeLog.claws
15584                 fixed wrong date in alfons last entry ;)
15585
15586 2001-10-02 [alfons]     0.6.2claws14
15587
15588         * src/compose.c, src/prefs_common.[ch]
15589                 add block cursor option
15590
15591 2001-10-02 [paul]       0.6.2claws13
15592
15593         * sync with sylpheed 0.6.2cvs9
15594
15595 2001-09-30 [paul]       0.6.2claws12
15596
15597         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15598                 updated translations
15599
15600         * po/POTFILES.in
15601                 add 'src/importldif.c'
15602
15603         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15604                 added eudora-to-vCard conversion tool
15605                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15606
15607         * sync with sylpheed 0.6.2cvs8
15608
15609 2001-09-30 [paul]
15610
15611         * sylpheed-0.6.2claws released
15612
15613 2001-09-27 [melvin]     0.6.2claws11
15614
15615         * src/gtkspell.c
15616                 fixed crash when using default path (introduced 
15617                 in 0.6.2claws10)
15618                 fixed tiny bug for initial suggestion mode
15619
15620 2001-09-27 [melvin]     0.6.2claws10
15621         
15622         * src/gtkspell.c
15623                 fixed bug where gtkpspell didn't set the path correctly
15624
15625         * README.claws
15626                 added a paragraph about spell checking
15627                 
15628
15629
15630 2001-09-27 [paul]       0.6.2claws9
15631
15632         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15633                 replace '// comments' with '/* comments */' to prevent
15634                 some compiler warnings 
15635
15636         * sync with sylpheed 0.6.2cvs6
15637
15638 2001-09-26 [alfons]     0.6.2claws8
15639
15640         * src/messageview.c
15641                 introduce return receipt request notification again,
15642                 which was lost because of other semantics in 
15643                 procheader_parse() (???)
15644
15645 2001-09-26 [christoph]  0.6.2claws7
15646
15647         * src/compose.c
15648                 replace comments for old code with #if 0
15649                 readded auto cc, bcc and reply-to
15650         * src/prefs_matcher.c
15651         * src/prefs_scoring.c
15652                 removed some definition (was moved to
15653                 prefs.h)
15654
15655 2001-09-26 [paul]       0.6.2claws6
15656
15657         * src/mainwindow.c
15658                 make 'Follow-up and reply to' sensitive
15659
15660         * more sync with sylpheed 0.6.2cvs5
15661
15662 2001-09-25 [melvin]
15663
15664         * 0.6.2claws5
15665
15666         * src/gtkspell.c
15667                 fixed bug for "US-ASCII" introduced by the encoding code
15668
15669 2001-09-25 [paul]
15670
15671         * 0.6.2claws4
15672
15673         * src/prefs_common.[ch], src/summaryview.c
15674                 'next unread msg' 'go to next folder?' dialog can be
15675                 given default behaviour, either always show dialog,
15676                 or assume 'yes', or assume 'no'
15677                 Submitted by wwp <subscript@free.fr>
15678
15679 2001-09-25 [melvin]
15680                 
15681         * src/compose.c src/gtkspell.[ch]
15682                 added support for different encodings
15683
15684 2001-09-25 [paul]
15685
15686         * more sync with sylpheed 0.6.2cvs5
15687
15688 2001-09-24 [alfons]
15689         
15690         * src/prefs_folder_item.c
15691                 add check for item->prefs->default_to string is NULL and
15692                 add another check when freeing this string
15693
15694 2001-09-24 [paul]
15695
15696         * configure.in
15697                 change to version 0.6.2claws3
15698
15699         * sync with sylpheed 0.6.2cvs5 
15700
15701 2001-09-24 [match]
15702         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15703                 import LDIF files.
15704         * src/addrcache.[ch], addrindex.[ch]
15705                 small update for future
15706         * src/addrbook.c
15707                 fix test XML file.
15708
15709 2001-09-24 [melvin]
15710         * src/gtkspell.[ch]
15711                 added 'Learn from mistakes' option
15712                 better handling of quotes in checked words
15713                 sorted dict list
15714         * po/fr.po
15715                 small update for spell checking stuff
15716
15717 2001-09-23 [alfons]
15718         
15719         * src/gtkspell.c
15720                 edit a little bit so it complies more with main coding style
15721
15722 2001-09-23 [alfons]
15723
15724         * src/folder.[ch], prefs_folder_item.c, compose.c
15725                 migrate "request return receipt" folder property
15726                 to folderlist.xml
15727
15728 2001-09-22 [alfons]
15729
15730         * README.claws **NEW**
15731                 (add things of interest for users of main branch 
15732                 and claws here)
15733
15734         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15735                 re-implement threading per folder option, but store 
15736                 the setting in folderlist.xml (where it belongs)
15737
15738 2001-09-21 [melvin]
15739
15740         * src/gtkspell.[ch]
15741                 fixed bug when compose window is under another window
15742         * src/prefs_common.[ch] src/compose.c
15743                 changed 'dictionary_path' to 'dictionary' to be consistent
15744                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15745         * ac/pspell.m4 src/Makefile.am 
15746                 dropped PSPELL_PATH macro
15747         * po/fr.po
15748                 updated translations
15749
15750 2001-09-21 [christoph]
15751
15752         * src/compose.c
15753                 added border around header fields
15754                 keep header type when new field is added
15755
15756 2001-09-20 [christoph]
15757
15758         * src/utils.[ch]
15759                 more portable debug_print with source filename
15760                 and linenumber
15761         * src/procmsg.c
15762                 more newlines after debug messages
15763
15764 2001-09-20 [paul]
15765
15766         * configure.in
15767                 change to version 0.6.2claws2
15768
15769         * sync with sylpheed 0.6.2cvs3
15770
15771 2001-09-19 [melvin]
15772
15773         * src/gtkspell.c
15774                 fixed the post-right-click focus pb
15775                 fixed crash when 'Spell check all' after dict change 
15776                         and when cursor is at the end of the text
15777                 shift-right-click pops up config menu even on misspelled words.
15778         * po/POTFILES.in
15779                 added gtkspell.c
15780
15781 2001-09-19 [melvin]
15782
15783         * src/about.c
15784                 added pspell to compiled-in features list
15785
15786 2001-09-18 [melvin]
15787
15788         * switched to pspell and dropped ispell
15789         * ac/pspell.m4
15790                 new file. autoconf macro for pspell
15791         * ac/Makefile.am 
15792         * configure.in acconfig.h
15793                 added pspell support
15794         * src/Makefile.am
15795         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15796         * src/prefs_common.[ch] 
15797                 added pspell support
15798
15799 2001-09-18 [christoph]
15800
15801         * src/addr_compl.c
15802         * src/template.[ch]
15803                 replace LOG_MESSAGE with debug_print
15804         * src/compose.[ch]
15805                 gui improvements
15806         * src/menu.c
15807                 added newline after debug message
15808         * src/utils.h
15809                 using __VA_ARGS__ for debug_print macro
15810         * tools/.cvsignore
15811                 ignore Makefile and Makefile.in
15812
15813 2001-09-18 [paul]
15814
15815         * configure.in
15816                 change to version 0.6.2claws1
15817         * sync with sylpheed 0.6.2cvs1
15818
15819         * src/matcher.c 
15820         * src/prefs_matcher.c
15821                 add 'score equal to' option, submitted by
15822                 Paul Evans <nerd@freeuk.com>
15823
15824 2001-09-15 [christoph]
15825
15826         * src/mainwindow.c
15827                 comment out menu entry not existing in claws
15828         * src/menu.c
15829                 add debug output for non existing menu entries
15830         * src/summaryview.c
15831                 fix next/prev unread message for ignored threads
15832         * src/utils.[ch]
15833                 add sourcefile and line number to debug output
15834                 otherwise it is sometimes hard to find the
15835                 source code part if debug messages are translated
15836
15837 2001-09-14 [darko]
15838         
15839         * src/folderview.c
15840                 refresh target folder style after colour is changed
15841
15842 2001-09-13 [paul]
15843
15844         * configure.in
15845                 change to version 0.6.1claws3
15846
15847         * sync with sylpheed 0.6.1cvs6
15848
15849 2001-09-13 [darko]
15850         
15851         * src/folderview.c
15852                 fix target folder colourization to use user selected colour
15853
15854 2001-09-12 [darko]
15855         
15856         * src/summaryview.c
15857                 fix crash when message that is marked for copy/move is unmarked
15858
15859 2001-09-09 [paul]
15860
15861         * configure.in
15862                 change to version 0.6.1claws2
15863
15864         * sync with sylpheed 0.6.1cvs3
15865
15866 2001-09-09 [alfons]
15867         
15868         * src/folderview.c
15869                 fix bug with default font used for trash folder text
15870
15871 2001-09-06 [paul]
15872
15873         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15874                 updated translations
15875
15876         * configure.in
15877                 change to version 0.6.1claws1
15878
15879         * sync with sylpheed 0.6.1cvs2
15880
15881 2001-09-03 [paul]
15882
15883         * po/POTFILES.in
15884                 add Match's new addressbook
15885
15886         * po/de.po
15887                 updated translation submitted by Jens Oberender
15888
15889 2001-09-02 [paul]
15890
15891         * configure.in
15892                 change to 0.6.1claws
15893         * sync with sylpheed 0.6.1 release
15894
15895 2001-09-02 [paul]
15896
15897         * configure.in
15898                 change to 0.6.0claws2
15899
15900         * sync with sylpheed 0.6.0cvs4
15901
15902         * po/pt_BR.po
15903                 updated translation submitted by Fabio Junior Beneditto
15904
15905 2001-09-01 [match]
15906         * pixmaps/
15907                 interface.xpm
15908                 book.xpm
15909                 address.xpm
15910         * src/
15911                 Makefile.am
15912                 a ton of new files
15913
15914 2001-08-31 [paul]
15915
15916         * configure.in
15917                 change to version 0.6.0claws1
15918
15919         * sync with sylpheed 0.6.0cvs1
15920
15921         * po/es.po
15922                 updated translation submitted by Ricardo Mones Lastra
15923
15924         * po/POTFILES.in
15925                 add 'src/prefs_templates.c'
15926
15927         * src/compose.c, src/summaryview.c
15928                 fix segfault on 'Re_edit'               
15929
15930 2001-08-30 [alfons]
15931
15932         * configure.in, Makefile.am
15933         * tools/Makefile.am
15934                 add tools directory to source distribution
15935
15936 2001-08-30 [paul]
15937
15938         * configure.in
15939                 change to version 0.6.0claws
15940
15941         * sync with sylpheed 0.6.0 release
15942
15943 2001-08-30 [christoph]
15944
15945         * configure.in
15946                 removed autoconf version check
15947
15948 2001-08-30 [paul]
15949
15950         * src/account.c, src/compose.c, src/prefs_common.[ch]
15951         * src/procheader.[ch] src/utils.[ch]
15952                 Enhanced automatic account selection on replies
15953                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15954
15955         * configure.in
15956                 add LDAP and JPilot to the configuration results output.
15957
15958 2001-08-29 [christoph]
15959
15960         * src/summeryview.c
15961                 no bold font for ignored threads
15962
15963 2001-08-29 [paul]
15964
15965         * configure.in
15966                 change to version 0.5.3claws6
15967
15968         * sync with sylpheed 0.5.3cvs10
15969                 src/stringtable.[ch]: New Files
15970
15971         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15972         * src/pixmaps/sylpheed.xpm
15973                 add mini-icons to windows (by Alfons)
15974
15975 2001-08-27 [paul]
15976
15977         * src/mainwindow.c
15978                 new functions: next_labeled_cb(), prev_labeled_cb()
15979
15980         * src/summaryview.c
15981                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15982                 summary_select_next_labeled(), summary_select_prev_labeled()
15983
15984         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15985                 give claws blue folders and a blue trash can
15986
15987 2001-08-27 [paul]
15988
15989         * configure.in
15990                 change to version 0.5.3claws5
15991
15992         * sync with sylpheed 0.5.3cvs9
15993                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15994
15995 2001-08-24 [christoph]
15996
15997         * src/filesel.c
15998                 keep filename when browsing directories
15999                 (not working for user entered filename, but
16000                  for default name and selected filename from
16001                  file list)
16002         * src/mainwindow.c
16003                 fixed wrong spelling "Folllow-up"
16004         * src/mbox_folder.c
16005         * src/procmsg.c
16006         * src/summaryview.c
16007                 fixed new/unread message count with ignored
16008                 threads (2 commits, first didn't notice no
16009                 longer needed decreasing)
16010         * src/inc.c
16011                 readded scrolling of progress dialog
16012                 (lost in sync)
16013
16014 2001-08-24 [paul]
16015
16016         * configure.in
16017                 change to 0.5.3claws4
16018
16019         * sync with sylpheed 0.5.3cvs7
16020
16021 2001-08-24 [christoph]
16022
16023         * src/compose.c
16024                 set request return receipt when replying
16025                 if it is set is the folder prefs of the
16026                 message
16027         * src/inc.c
16028                 disable final error popup if popups are
16029                 disabled in config (again)
16030
16031 2001-08-23 [paul]
16032
16033         * configure.in
16034                 Change version number to 0.5.3claws3
16035
16036         * sync with sylpheed 0.5.3cvs5
16037
16038         * src/mimeview.c
16039                 double quote '%s' in 'gedit %s' to fix bug when
16040                 opening attachment with spaces in the name
16041
16042 2001-08-22 [alte]
16043         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16044           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16045                 initial message templates support
16046
16047
16048 2001-08-22 [paul]
16049
16050         * configure.in
16051                 change version number to 0.5.3claws2
16052
16053         * sync with sylpheed 0.5.3cvs4
16054
16055         * src/procmsg.h src/summaryview.c
16056                 re-implement (un)ignore thread
16057
16058 2001-08-21 [paul]
16059
16060         * src/summaryview.c
16061                 remove unnecessary code
16062         * src/compose.c
16063                 enable 'dynamic' signatures (submitted by
16064                 Eric Limpens <eric@hscg-internet.nl>)
16065
16066 2001-08-21 [paul]
16067
16068         clean up after sync with sylpheed 0.5.3 release
16069
16070         * src/folderview.c
16071                 fix re-introduced font mess, see Christoph's
16072                 entry 2001-06-24
16073
16074         * src/summaryview.c
16075                 remove prev_msgnum
16076                 use sylpheed's small font instead of
16077                 gtk default font for summary view
16078
16079
16080 2001-08-17 [paul]
16081
16082         * configure.in
16083                 add pl to ALL_LINGUAS - sync with main branch
16084
16085         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16086                 Updated. Translations by Jens Oberender, Ricardo Mones
16087                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16088
16089         * po/pl.po  ** NEW FILE **
16090                 sync with the main branch
16091
16092         * src/folderview.c
16093                 fix target folder colorizing and refresh problem
16094
16095
16096 2001-08-17 [christoph]
16097
16098         * src/mainwindow.c
16099                 claws uses 4 colors for target folder coloring.
16100                 arrays were not long enough and destroyed the
16101                 stack causing a segfault.
16102                 target folder colorizing does not work anymore
16103                 for me
16104
16105 2001-08-16 [paul]
16106
16107         * configure.in
16108                 change to version 0.5.3claws1
16109
16110         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16111           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16112           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16113
16114                 sync with sylpheed 0.5.3 release, but keep claws method of
16115                 configuring/saving fonts
16116
16117         * src/addressbook.[ch]
16118                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16119                 in line with a similar change in Hiroyuki's branch
16120
16121         * src/mainwindow.[ch]
16122                 disable main_window_set_thread_option()
16123         * src/prefs_folder_item.c
16124                 comment out &tmps_prefs.enable_thread,
16125         * src/mbox_folder.c, src/procmsg.[ch]
16126                 comment out MSG_IS_IGNORE_THREAD
16127         * src/summaryview.c
16128                 comment out summary_ignore_thread() and summary_unignore_thread()
16129                 comment out MSG_IS_IGNORE_THREAD
16130
16131                 use Hiroyuki's threading instead.
16132
16133
16134
16135 2001-08-15 [paul]
16136
16137         * src/account.c
16138                 use Hiroyuki's 0.5.3 column scheme but also
16139                 include the enable/disable button.
16140         * src/pixmaps/mark.xpm
16141                 add Hiroyuki's amended pixmap
16142
16143 2001-08-13 [christoph]
16144
16145         * src/account.c
16146                 receive at get all column showed wrong state for APOP
16147                 button should only work for POP3 and APOP accounts
16148         * src/prefs_account.c
16149                 added missing preprocessor statement for SSL
16150
16151 2001-08-12 [paul]
16152
16153         * src/account.[ch]
16154                 add 'receive at get all' column and enable/disable
16155                 button.
16156
16157 2001-08-06 [christoph]
16158
16159         * src/account.c
16160                 show usage of SSL in protocol column
16161
16162         * src/imap.c
16163         * src/inc.c
16164                 renamed ssl options
16165
16166         * src/prefs_account.[ch]
16167                 moved ssl options to a new page
16168
16169         * src/send.c
16170         * src/smtp.c
16171         * src/ssl.[ch]
16172                 renamed ssl options
16173                 added support for SMTP STARTTLS command
16174
16175 2001-08-05 [christoph]
16176
16177         * configure.in
16178                 debian autoconf needs version check to find
16179                 correct autoconf version. if the file is
16180                 named configure.in 2.13 is used, which does
16181                 not work with this configure.in script.
16182                 other solution would be to rename the script
16183                 to configure.ac as suggested in the autoconf
16184                 manual.
16185
16186         * src/inc.c
16187                 disable final error popup if popups are
16188                 diabled in config
16189
16190         * src/socket.c
16191                 bugfix in ssl_gets
16192                 fixes IMAP over SSL problem
16193
16194 2001-08-03 [paul]
16195
16196         * configure.in
16197                 change to 0.5.2claws1
16198
16199         * sync with sylpheed 0.5.2cvs1
16200
16201 2001-08-02 [alfons]
16202
16203         * configure.in
16204                 quick fix for ispell detection...
16205
16206 2001-08-01 [paul]
16207
16208         * configure.in
16209                 change to 0.5.1claws4
16210
16211         * sync with sylpheed 0.5.1cvs7
16212
16213 2001-07-31 [alfons]
16214
16215         * src/prefs_common.c, src/prefs_common.h, 
16216           src/gtkspell.c, src/gtkspell.h
16217                 add global spelling checker settings (compose tab) +
16218                 selection of dictionary 
16219           
16220         * configure.in  
16221                 guess valid ispell location
16222
16223 2001-07-31 [paul]
16224
16225         * po/POTFILES.in
16226                 removal of 'src/quote_fmt_parse.c'
16227         * po/de.po
16228                 Updated de.po
16229                 (submitted by Jens Oberender <didge@suse.de>)
16230
16231 2001-07-31 [darko]
16232
16233         * src/folder.[ch]
16234         * src/folderview.[ch]
16235         * src/mainwindow.c
16236         * src/mh.c
16237         * src/prefs_common.[ch]
16238         * src/summaryview.c
16239                 target folder colourization
16240
16241 2001-07-30 [paul]
16242
16243         more sync with Sylpheed 0.5.1cvs6 
16244
16245 2001-07-30 [darko]
16246
16247         * src/mh.c
16248         * src/prefs_folder_item.[hc]
16249         * src/summaryview.c
16250                 shared folders support with a GUI
16251
16252 2001-07-29 [paul]
16253
16254         0.5.1claws3
16255
16256         * sync with Sylpheed 0.5.1cvs6
16257
16258 2001-07-29 [paul]
16259
16260         * po/pt_BR.po
16261                 updated
16262                 (submitted by Fabio Junior Beneditto)
16263
16264 2001-07-28 [paul]
16265
16266         * src/procmime.c
16267         * AUTHORS
16268                 patch to correct bad image mime headers
16269                 (submitted by Don Quijote <dq@searchlores.org>)
16270
16271 2001-07-28 [paul]
16272
16273         * tools/gif2xface.pl   **NEW FILE**
16274         * tools/README
16275                 script to convert file.gif to file.xface for
16276                 use in a custom header.
16277                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16278
16279 2001-07-27 [alfons]
16280         
16281         * configure.in
16282                 change macros for detecting JPilot and LDAP
16283
16284 2001-07-27 [christoph]
16285
16286         * src/filtering.c
16287                 code cleanup (MIN / MAX warning, needed casting)
16288
16289 2001-07-27 [alfons]
16290
16291         * procheader.c
16292                 disallow setting flags when detecting certain headers
16293                 (X-Status, Status, Seen, X-Seen). 
16294         
16295         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16296
16297 2001-07-27 [christoph]
16298
16299         * src/prefs_filter.c
16300         * src/prefs_filtering.c
16301         * src/prefs_matcher.c
16302         * src/prefs_scoring.c
16303                 scroll list when moving rows up or down
16304
16305         * src/imap.c
16306         * src/imap.h
16307         * src/prefs_account.c
16308         * src/prefs_account.h
16309         * src/send.c
16310                 SMTP over SSL (untested, feedback requested)
16311                 IMAP over SSL
16312
16313         * src/ssl.c
16314                 code cleanup
16315
16316 2001-07-26 [alfons]
16317         
16318         * configure.in, acconfig.h
16319                 define CLAWS (need this for main / claws detection)
16320
16321 2001-07-25 [alfons]
16322
16323         * configure.in
16324                 Sylpheed 0.5.1claws2
16325                 
16326         * sync with Sylpheed 0.5.1cvs4
16327
16328 2001-07-25 [christoph]
16329
16330         * src/scoring.c
16331                 fixed segfault
16332                 item->prefs == NULL (don't know why)
16333
16334 2001-07-25 [alfons]
16335
16336         * configure.in
16337                 Sylpheed 0.5.1claws1
16338
16339         * sync with Sylpheed 0.5.1cvs1-3
16340
16341 2001-07-24 [christoph]
16342
16343         * src/folderview.c
16344         * src/prefs_folder_item.[ch]
16345                 added folderitem preferences dialog with
16346                 default To: and auto request return receipt
16347
16348         * src/compose.[ch]
16349         * src/menu.[ch]
16350                 changes to handle new folderitem preferences
16351
16352         * src/mainwindow.c
16353         * src/summaryview.c
16354                 call compose new mail with current folderitem
16355
16356 2001-07-24 [alfons]
16357
16358         Release Sylpheed 0.5.1claws
16359
16360         * configure.in
16361                 change to release version 0.5.1claws
16362
16363 2001-07-24 [christoph]
16364
16365         * src/summaryview.c
16366                 fixed segfault that happend when the selected
16367                 message was removed while retrieving new messages.
16368
16369         * po/es.po
16370                 updated translation
16371                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16372
16373 2001-07-22 [alfons]
16374
16375         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16376         this is a work in progress, for more information: http://nlpagan.net/sylman 
16377         
16378         * configure.in, src/mainwindow.c, manual/Makefile.am
16379                 add support for English manual
16380
16381         * AUTHORS
16382                 add authors of user manuals
16383
16384         * manual/en/sylpheed*.html
16385                 add English documentation
16386
16387 2001-07-22 [christoph]
16388
16389         * po/POTFILES.in
16390                 added src/ssl.c
16391         * src/ssl.c
16392                 changed a wrong debug message
16393
16394 2001-07-22 [alfons]
16395
16396         * po/nl.po
16397                 update Dutch translation
16398
16399         * src/prefs_filtering.c, 
16400           src/prefs_matcher.c
16401                 add more translatable strings           
16402
16403 2001-07-21 [alfons]
16404
16405         0.5.0claws7
16406
16407         * configure.in
16408                 change version
16409
16410         * src/inc.c, src/summaryview.[ch]
16411                 prevent update of mark file when filtering has done, by
16412                 using a variable; this affects two functions:
16413                         inc.c::inc_finished()
16414                         summaryview.c::summary_show()
16415
16416 2001-07-20 [alfons]
16417
16418         * src/filtering.[ch], src/prefs_filtering.c, 
16419           src/matcher.[ch]
16420                 add filtering action for label coloring 
16421
16422         * po/POTFILES.in
16423                 add labelcolors.c
16424
16425         * added src/labelcolors.c
16426         * added src/labelcolors.h
16427         * src/Makefile.am, src/summaryview.c
16428                 rearrange label coloring code
16429
16430         * src/procmsg.h
16431                 add more parentheses so label colouring works correctly
16432
16433         * src/filtering.c
16434                 don't really delete message, but move it to Trash
16435
16436         * src/prefs_matcher.c
16437                 add quote options to info dialog
16438
16439 2001-07-20 [christoph]
16440
16441         * src/Makefile.am
16442         * src/inc.c
16443         * src/main.[ch]
16444         * src/socket.h
16445         * src/ssl.[ch] (new)
16446                 moved ssl stuff to a seperate file
16447
16448 2001-07-20 [darko]
16449
16450         * src/summaryview.c
16451                 fix show sender using address book with no e-mail
16452                 address in From: field
16453
16454 2001-07-19 [alfons]
16455
16456         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16457                 fix messy handling of escaping... now at least the
16458                 execute command is useful. escape char is '\', we
16459                 accept \n and \r too. 
16460
16461                 Real life example:
16462                 
16463                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16464                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16465
16466 2001-07-18 [alfons]
16467
16468         0.5.0claws6
16469
16470         * src/summaryview.c
16471                 clean up
16472
16473         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16474           src/procmsg.[ch]
16475                 revise filtering; currently move, copy, marking have
16476                 been tested. if you like bleeding edge stuff, you
16477                 should definitely go for this version :)
16478
16479         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16480
16481 2001-07-17 [christoph]
16482
16483         * src/utils.c
16484                 timestamp log
16485
16486 2001-07-17 [alfons]
16487
16488         0.5.0claws5
16489
16490         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16491           bits in the mark file, without affecting either branch. Lots of
16492           files changed, also in claws branch.
16493
16494           UNTESTED: use of mbox folders
16495
16496         * src/summaryview.c
16497                 added mark all read; however this was a quick hack used for
16498                 cleaning up mess after initial merge with Hiroyuki
16499
16500         * configure.in
16501                 change claws version number back to 0.5.0claws5 to clear up 
16502                 confusion & pretension (recent release was technically 
16503                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16504
16505 2001-07-16 [alfons]
16506
16507         sync with Hiroyuki's 0.5.0cvs4
16508
16509 2001-07-16 [alfons]
16510
16511         0.5.1claws3
16512
16513         * src/filtering.[ch]
16514                 remove invalid updating of mark files for 
16515                 filter actions MATCHING_ACTION_MOVE and 
16516                 MATCHING_ACTION_DELETE; this should fix the
16517                 folder update bug
16518                 
16519         * src/procmsg.c
16520                 revert Christoph's stab at fixing the folder 
16521                 update bug
16522
16523         * po/POTFILES.in
16524                 add missing files with translatable strings
16525
16526         * src/summaryview.c
16527                 remove debug print
16528
16529 2001-07-15 [alfons]
16530
16531         * src/addr_compl.[ch], src/prefs_filtering.c
16532                 make "filtering pref dialog's destination entry" an
16533                 "address completable entry", if filter destination is 
16534                 an email address
16535
16536         0.5.1claws2
16537         
16538         sync with Hiroyuki's 0.5.0cvs2-3
16539
16540 2001-07-15 [christoph]
16541
16542         * src/procmsg.c
16543                 fixed folder stats update after incorporation
16544
16545 2001-07-15 [alfons]
16546
16547         * src/summaryview.c
16548                 * finish label colouring stuff (for now)
16549                 * fix incorrect colour bug (off by one) 
16550
16551 2001-07-14 [alfons]
16552
16553         * src/mainwindow.c
16554                 change text labels for news and mail message so there's
16555                 plenty of toolbar estate left
16556
16557         * configure.in
16558                 0.5.1claws1
16559
16560         * src/folderview.c
16561           src/folder.[ch]
16562                 sync with Hiroyuki's 0.5.0cvs1
16563
16564         * src/summaryview.c
16565                 more rewrite label colouring
16566
16567 2001-07-14 [alfons]
16568
16569         * src/summaryview.[ch]
16570                 * start rewrite label colouring 
16571                 * fix proper location "Add Sender To Addressbook" menu item
16572
16573 2001-07-13
16574
16575         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16576         (actually this is 0.5.0claws4)
16577
16578 2001-07-13 [alfons]
16579
16580         * po/pt_BR.po
16581                 * fix duplicate message
16582                 * add updated Portugese / Brazilian translation
16583                   submitted by Fabio Junior Beneditto
16584
16585 2001-07-12 [alfons]
16586
16587         * AUTHORS
16588                 add Jens
16589
16590         * po/nl.po
16591                 add updated Dutch translation
16592
16593         * po/de.po
16594                 add updated German translation submitted by Jens
16595
16596 2001-07-11 [alfons]
16597
16598         Prerelease before 0.5.0claws. Please test.
16599         This version is temporarily tagged as VERSION_0_5_0_TEST
16600
16601         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16602           src/prefs_scoring.c, src/prefs_matcher.c, 
16603           src/prefs_filtering.c, src/mbox.c, 
16604           src/main.c, src/inc.c, src/filtering.[ch]
16605                 revert new Hoa's new matcher (does not work yet)
16606
16607         * src/Makefile.am
16608                 clean up
16609
16610 2001-07-10
16611
16612         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16613
16614
16615 2001-07-10 [alfons]
16616
16617         * Makefile.am
16618                 add ChangeLog.claws to EXTRA_DIST
16619         * src/Makefile.am
16620                 add matcher_parser_parse.h to EXTRA_DIST
16621
16622 2001-07-10 [christoph]
16623
16624         * src/inc.c
16625                 add destination folder to table of
16626                 folders that need to be updated after
16627                 incorporation
16628
16629 2001-07-10 [alfons]
16630
16631         * folder.[ch]
16632           folderview.c
16633                 make collapse state of folders and folder items persistent, i.e.
16634                 if you collapse a folder tree, the next time sylpheed-claws starts 
16635                 up the folder tree remains collapsed.  
16636                 
16637 2001-07-10 [christoph]
16638
16639         * acconfig.h
16640         * configure.in
16641                 added --enable-ssl
16642         * src/md5.[ch]
16643                 renamed MD5_CTX to MD5_CTX_syl
16644                 conflicts with a struct in openssl
16645         * src/inc.c
16646         * src/main.[ch]
16647         * src/prefs_account.[ch]
16648         * src/socket.[ch]
16649                 SSL support for POP
16650         * src/mainwindow.c
16651                 fixed compose with current account
16652                 broken by new compose button stuff
16653
16654 2001-07-09 [hoa]
16655
16656         * AUTHORS
16657                 changed my email address
16658
16659         * src/matcher_parser_parse.y
16660                 clean the parser to remove conflicts
16661
16662 2001-07-09 [alfons]
16663
16664         * AUTHORS
16665                 add Match Grun
16666
16667         * configure.in
16668                 fix incorrect description of --enable-ldap parameter
16669
16670         * src/prefs_common.[ch]
16671           src/compose.c
16672                 add experimental option "smart wrapping" which makes the
16673                 compose editor auto wrap.
16674                 
16675                 | TODO: the problem with the buggy cursor handling is caused |
16676                 | by the GtkText. when deleting / backspacing text its       |
16677                 | wrapping algorithm does not take in account the previous   |
16678                 | line. should find a way to hack this in.                   |
16679                 | or should perhaps combine this with the word wrapping      |
16680                 | patch i wrote in january.                                  |
16681
16682         * src/about.c
16683                 show build parameters for LDAP and JPilot
16684
16685         * src/summaryview.c
16686                 revert Christoph's bugfix for selecting next unread message, 
16687                 because folder stats aren't updated correctly
16688
16689 2001-07-08 [hoa]
16690
16691         * src/filtering.c
16692         * src/mainwindow.c
16693         * src/matcher.c
16694         * src/matcher_parser_lex.l
16695         * src/matcher_parser_parse.y
16696         * src/prefs_filtering.c
16697         * src/prefs_scoring.c
16698         * src/scoring.c
16699                 bugfix of the config file parser
16700
16701 2001-07-08 [alfons]
16702
16703         * src/Makefile.am
16704                 added generated matcher sources to BUILT_SOURCES
16705
16706 2001-07-08 [hoa]
16707
16708         * src/Makefile.am
16709         * src/.cvsignore
16710                 added new config file parser
16711
16712         * src/scoring.[ch]
16713         * src/filtering.[ch]
16714         * src/matcher.[ch]
16715         * src/prefs_filtering.c
16716         * src/prefs_matcher.c
16717         * src/prefs_scoring.c
16718         * added src/matcher_parser.h
16719         * added src/matcher_parser_lex.h
16720         * added src/matcher_parser_lex.l
16721         * added src/matcher_parser_parse.y
16722                 lex & yacc config file parser
16723
16724         * src/mbox.c
16725         * src/inc.c
16726         * src/main.c
16727                 changes prefs_filtering into global_filtering           
16728
16729         * src/summaryview.c
16730                 build threads with subjects only if "Re: " is at the
16731                 beginning of the subject
16732
16733 2001-07-07 [paul]
16734
16735         0.5.0claws
16736
16737         sync with sylpheed 0.5.0
16738                 change of version number only
16739
16740 2001-07-06 [paul]
16741
16742         0.5.0claws5
16743
16744         sync with sylpheed 0.5.0pre5
16745
16746 2001-07-05 [paul]
16747
16748         sync with sylpheed 0.5.0pre4 release
16749                 /po and /manual/ja not sync'ed
16750
16751 2001-07-04 [paul]
16752
16753         more sync with sylpheed 0.5.0pre4
16754
16755 2001-07-03 [christoph]
16756
16757         * src/addressbook.c
16758                 fixed address book broken by address book
16759                 for VCard, JPilot, LDAP
16760
16761 2001-07-03 [alfons]
16762
16763         * src/matcher.c
16764         * src/textview.c
16765                 stopped memory leaks
16766
16767 2001-07-03 [paul]
16768
16769         more sync with sylpheed 0.5.0pre4
16770
16771 2001-07-02 [match]
16772
16773         * included address book patch for VCard, JPilot, LDAP
16774         * pref_common.c - fixed Font options on Display tab (cosmetic)
16775         * alertpanel.c - fixed truncated message
16776
16777 2001-07-02 [christoph]
16778
16779         * src/mbox_folder.c
16780         * src/procmsg.[ch]
16781         * src/summaryview.c
16782                 mark threads for ignoring
16783
16784 2001-07-02 [paul]
16785
16786         0.5.0claws4
16787
16788         * sync with sylpheed 0.5.0pre4
16789                 updated gettext to 0.10.38.
16790
16791 2001-07-01 [paul]
16792
16793         * src/ mainwindow.c
16794         * src/procmsg.h
16795         * src/summaryview.[ch]
16796                 new right-click option: Label.
16797                 substitute for 'Mark-->Mark/Unmark', colours the line.
16798                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16799
16800 2001-07-01 [christoph]
16801
16802         * src/folderview.c
16803                 fixed font for trash
16804         * src/summaryview.c
16805                 move ctree to unread message
16806
16807 2001-07-01 [paul]
16808
16809         * sync with sylpheed 0.5.0pre3 release
16810
16811 2001-06-30 [alfons]
16812
16813         * src/filesel.[ch]
16814         * src/compose.c
16815                 allow inserting / attaching multiple files in
16816                 the composer window
16817
16818 2001-06-30 [paul]
16819
16820         * src/codeconv.c
16821                 small change to Alfons' previous stuff so that it
16822                 actually makes
16823
16824 2001-06-30 [alfons]
16825
16826         * lots of files changed; first attempt to merge the changes
16827           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16828
16829 2001-06-30 [paul]
16830
16831         * po/pt_BR.po
16832                 updated and completed, translations by Fabio
16833                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16834
16835 2001-06-29 [alfons]
16836
16837         * src/compose.c
16838         * src/mimeproc.[ch]
16839                 allow selecting an attached files' mime type from a 
16840                 list of types.
16841
16842 2001-06-29 [paul]
16843
16844         * more sync with sylpheed 0.5.0pre3
16845
16846 2001-06-29 [paul]
16847
16848         * po/pt_BR.po
16849                 merge with sylpheed.pot and pt_BR.po provided by
16850                 Fabio Junior Beneditto.
16851
16852 2001-06-29 [darko]
16853
16854         * src/procmime.c
16855                 make MIME types case insensitive
16856
16857 2001-06-28 [alfons]
16858
16859         * po/nl.po
16860                 merge with sylpheed.pot and old nl.po; translations added.
16861
16862 2001-06-28 [paul]
16863
16864         * more sync with sylpheed 0.5.0pre3
16865
16866 2001-06-27 [alfons]
16867
16868         * src/summaryview.c
16869                 don't crash when removing parent node of messages
16870                 attracted by subject. this was caused by not deleting
16871                 the parent node from the subject line hash table.
16872
16873 2001-06-27 [alfons]
16874
16875         * src/summaryview.c
16876         * src/compose.[ch]
16877         * src/mainwindow.c
16878                 if there are multiple messages selected, allow forwarding
16879                 them as attachments.
16880
16881 2001-06-27 [paul]
16882
16883         * more sync with sylpheed 0.5.0pre3
16884
16885 2001-06-26 [paul]
16886
16887         0.5.0claws3
16888
16889         * sync with sylpheed 0.5.0pre3
16890
16891 2001-06-25 [paul]
16892
16893         * src/mainwindow.c
16894                 fixed 'compose news article' bug
16895                 from icon-and-text toolbar
16896
16897 2001-06-25 [paul]
16898
16899         * sync with sylpheed 0.5.0pre2 release
16900
16901 2001-06-24 [christoph]
16902
16903         * src/prefs_common.c
16904                 bug fix in font selection
16905         * src/folderview.c
16906                 use sylpheed's normal font instead of
16907                 gtk default font for folders without
16908                 new messages
16909
16910 2001-06-24 [alfons]
16911
16912         * src/mainwindow.[ch]
16913                 added composite compose mail / news button (an idea by Leandro
16914                 Pereira <leandro@linuxmag.com.br>)
16915
16916 2001-06-24 [paul]
16917
16918         Added instructions for ldif-to-xml.py
16919
16920         * tools/README
16921
16922 2001-06-23 [alfons]
16923
16924         Some minor things.
16925
16926         * src/pixmaps/stock_news_compose.xpm
16927                 added pixmap by Leandro
16928         * src/prefs_common.c
16929                 tested built-in spelling checker of GCC 3.0 :)
16930         * po/nl.po
16931                 merged dutch translation of sylpheed-main with
16932                 sylpheed.pot
16933
16934 2001-06-23 [paul]
16935
16936         Added tools directory and files.
16937
16938         * tools/filter_conv.pl
16939                 converts old filter system to new filtering system
16940         * tools/ldif-to-xml.py
16941                 converts netscape addressbook to sylpheed addressbook
16942         * tools/README
16943                 descriptions/instructions for above two files
16944
16945 2001-06-23 [christoph]
16946
16947         * src/inc.c
16948         * src/manage_window.[ch]
16949         * src/prefs_common.[ch]
16950                 mail retrieval dialog can be enabled, disabled
16951                 or hidden if non of sylpheed's windows is active
16952
16953 2001-06-22 [paul]
16954
16955         0.5.0claws2
16956
16957         * sync with sylpheed 0.5.0pre2
16958
16959 2001-06-21 [christoph]
16960
16961         * src/summaryview.c
16962                 show recipient on 'from' for all accounts
16963                 
16964         * src/inc.c
16965         * src/prefs_common.[ch]
16966                 disable error popup on mail receive errors
16967
16968 2001-06-21 [alfons]
16969
16970         * src/compose.c
16971                 made the ruler correctly appear and disappear.
16972
16973         * src/Makefile.am
16974                 removed Hoa's work-in-progress-stuff (interesting!) so 
16975                 claws compiles ok.
16976
16977 2001-06-20 [christoph]
16978
16979         * src/inc.c
16980         * src/progressdialog.c
16981                 added scrolled window for list in progressdialog
16982
16983 2001-06-20 [paul]
16984
16985         sync with sylpheed 0.5.0pre1 release
16986
16987 2001-06-20 [christoph]
16988
16989         * src/summeryview.c
16990                 make building threads by subject work when
16991                 thread view is enabled
16992                 
16993         * src/compose.c
16994         * src/prefs_common.[ch]
16995                 automatically select account for mail replys
16996
16997 2001-06-19 [sergey]
16998
16999         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17000         they are filled in from the account settings.
17001
17002 2001-06-19 [paul]
17003
17004         * more sync with sylpheed 0.5.0pre1
17005
17006 2001-06-18 [alfons]
17007
17008         * src/Makefile.am,
17009           src/procmime.c
17010                 added --sysconfdir to CPPFLAGS for pointing to the correct
17011                 location of mime.types. 
17012
17013                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17014                 or ./configure!
17015
17016 2001-06-18 [hoa]
17017
17018         * src/summaryview.c
17019                 fixed some bug when building threads
17020
17021 2001-06-18 [pau]l
17022
17023         * src/prefs_account.c
17024                 UI stuff: More changes to the English
17025
17026 2001-06-18 [paul]
17027
17028         * src/pixmaps/stock_news_compose.xpm: new file
17029         * src/Makefile.am
17030         * src/mainwindow.c
17031         * src/summaryview.c
17032                 Added new icon for Hoa's 'compose a news
17033                 message', plus minor improvements to the
17034                 English
17035
17036         * po/ja.po
17037         * ChangeLog
17038         * ChangeLog.jp
17039                 more sync with sylpheed 0.5.0pre1
17040
17041 2001-06-18 [hoa]
17042
17043         * src/compose.[ch]
17044         * src/mainwindow.c
17045                 Follow-up and reply to
17046
17047         * src/summaryview.[ch]
17048                 Build threads also with subjects
17049
17050 2001-06-17 [hoa]
17051
17052         * src/compose.c
17053                 forwarding use the current account.
17054
17055         * src/mainwindow.c
17056                 the "compose message" button has been replaced with
17057                 "new mail" and "new news" buttons
17058
17059         * src/prefs_common.[ch]
17060                 added a configuration option to use the forward button
17061                 as "forward as attachment"
17062                 changed reply and forward format description
17063
17064         * src/quote_fmt_lex.l
17065         * src/quote_fmt_parse.y
17066                 added message with no signature in format for reply
17067                 and forward.
17068
17069 2001-06-17 [paul]
17070
17071         Minor UI stuff
17072
17073         * src/mainwindow.c
17074         * src/summaryview.c
17075                 Improvements to the English
17076
17077         * src/prefs_common.c
17078                 Improvements to the English and some
17079                 clarity/continuity improvements in the
17080                 description of Quote symbols.
17081
17082 2001-06-17 [paul]
17083
17084         0.5.0claws1
17085
17086         * sync with sylpheed 0.5.0pre1
17087
17088 2001-06-17 [hoa]
17089
17090         * src/compose.c
17091                 Better interface for compose, displayed fields
17092                 are updated whenever we change account.
17093                 Newsgroups field is automatically filled.
17094
17095         * src/mainwindow.c
17096                 Newsgroups field is automatically filled.
17097
17098         * src/prefs_account.c
17099                 Some interface stuff when fields appear and
17100                 disappear.
17101
17102 2001-06-16 [paul]
17103
17104         0.4.99claws
17105
17106         * sync with sylpheed 0.4.99
17107
17108 2001-06-16 [sergey]
17109
17110         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17111         base64_decoder_free, base64_decoder_decode): new object and
17112         functions for decoding base64 streams.
17113         * src/procmime.c (procmime_decode_content): modified to use the
17114         new base64 decoder.
17115
17116 2001-06-15 [paul]
17117
17118         0.4.99claws10
17119
17120         * sync with sylpheed 0.4.99cvs11
17121
17122 2001-06-13 [paul]
17123
17124         0.4.99claws9
17125
17126         * sync with sylpheed 0.4.99cvs9
17127
17128 2001-06-13 [hoa]
17129
17130         * src/compose.c
17131         * src/prefs_account.c
17132
17133                 SMTP server can be defined in the news account
17134                 mime type of attachment are kept.
17135
17136         * src/summaryview.c
17137
17138                 now choose the highest important score between default
17139                 and important score of folder.
17140
17141 2001-06-09 [alfons]
17142         
17143         * src/prefs_common.c: 
17144
17145                 (prefs_quote_description_create): corrected description of 
17146                 quote format characters
17147
17148 2001-06-09 [paul]
17149
17150         0.4.99claws8
17151
17152         * sync with sylpheed 0.4.99cvs8
17153
17154 2001-06-08 [sergey]
17155
17156         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17157         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17158
17159 2001-06-08 [paul]
17160
17161         0.4.99claws7
17162
17163         * sync with sylpheed 0.4.99cvs7
17164
17165 2001-06-06 [sergey]
17166
17167         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17168         clashes with autogenerated header).
17169         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17170         * src/Makefile.am: added quote_fmt.h.
17171         * src/.cvsignore: added lex/yacc autogenerated files
17172         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17173
17174 2001-06-06 [paul]
17175
17176         0.4.99claws6
17177
17178         * sync with sylpheed 0.4.99cvs6
17179
17180 2001-06-06 [hoa]
17181
17182         * added src/quote_fmt_parse.h
17183         * src/compose.c
17184                 removed warnings
17185
17186         * src/prefs.[ch]
17187                 don't modify readonly configuration files
17188
17189         * src/prefs_account.c
17190         * src/prefs_common.c
17191         * src/prefs_customheader.c
17192         * src/prefs_display_header.c
17193         * src/prefs_filter.c
17194         * src/prefs_filtering.c
17195         * src/prefs_scoring.c
17196                 don't open dialog box when configuration files
17197                 are readonly
17198
17199 2001-06-05 [sergey]
17200
17201         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17202
17203         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17204         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17205         BUILT_SOURCES to make all files rebuild properly.
17206
17207         * src/compose.c: removed #include "quote_fmt.tab.h".
17208
17209         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17210         CHARACTER value in yylval.
17211
17212         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17213         receive CHARACTER value by documented means (yylval).
17214
17215         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17216
17217 2001-06-05 [hoa]
17218
17219         * src/Makefile.am
17220                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17221
17222         * src/filtering.c
17223         * src/matcher.c
17224         * src/matcher.h
17225         * src/prefs_filtering.c
17226                 now keep the configuration for execute action
17227
17228         * src/mbox_folder.c
17229                 fixed a warning
17230
17231 2001-06-05 [paul]
17232
17233         * sync with sylpheed 0.4.99cvs5
17234
17235 2001-06-05 [hoa]
17236
17237         * src/Makefile.am
17238                 added quote_fmt.[ch]
17239
17240         * added src/quote_fmt.y
17241         * added src/quote_fmt.l
17242         * added src/quote_fmt.tab.h
17243         * added src/quote_fmt.tab.c
17244         * added src/lex.quote_fmt.c
17245                 parsing configuration for replying
17246                 and forwarding
17247
17248         * src/prefs_common.[ch]
17249                 added configuration UI for replying
17250                 and forwarding
17251
17252         * src/compose.c
17253                 using configuration for replying
17254                 and forwarding
17255
17256 2001-06-04 [hoa]
17257
17258         * src/filtering.c
17259         * src/matcher.c
17260         * src/matcher.h
17261         * src/prefs_filtering.c
17262         * src/prefs_matcher.c
17263         * src/prefs_matcher.h
17264                 action "run a command" for filtering
17265                 and matching with a command.
17266                 fixed the "whole message" matching
17267
17268         * src/mbox_folder.c
17269                 changed temporary filename for security
17270
17271         * src/messageview.c
17272                 queue the notification if it fails to send.
17273
17274         * src/prefs_common.c
17275         * src/prefs_folder_item.c
17276                 changed the default important score             
17277
17278         * src/prefs_scoring.c
17279         * src/scoring.c
17280                 hide kill score input when the folder is not
17281                 a newsgroup
17282
17283 2001-06-03 [alfons]
17284
17285         * src/prefs_common.c:
17286
17287                 (prefs_font_select): pass font name in font entry box to font
17288                 selection dialog.
17289
17290 2001-06-03 [sergey]
17291
17292         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17293
17294 2001-06-03 [paul]
17295
17296         * sync with sylpheed 0.4.99cvs4
17297
17298 2001-06-03 [alfons]
17299
17300         * src/headerwindow.c:
17301
17302                 (headerwindow_show_cb): use the selected summary view item, not
17303                 the displayed item.
17304
17305 2001-06-02 [alfons]
17306
17307         * src/headerwindow.c:
17308
17309                 (headerwindow_show_cb): always try to show msginfo
17310
17311 2001-06-02 [hoa]
17312
17313         * src/compose.c
17314                 keep attached parts when reediting or forwarding.
17315
17316 2001-06-01 [hoa]
17317
17318         * src/folderview.c
17319         * src/prefs_folder_item.[ch]
17320         * src/prefs_scoring.[ch]
17321         * src/scoring.[ch]
17322         * src/summaryview.[ch]
17323         * src/main.c
17324         * src/mainwindow.c
17325         * src/prefs_common.[ch]
17326                 support for folder scoring
17327                 kill score and important score for messages
17328         
17329         * src/prefs_account.c
17330                 some display bug fixed for local account
17331                 preferences
17332
17333 2001-05-31 [alfons]
17334
17335         * src/summaryview.c:
17336
17337                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17338                 sender to address book menu item is disabled.
17339
17340 2001-05-30 [hoa]
17341
17342         * src/filtering.[ch]
17343         * src/summaryview.c
17344                 handling summary menu / filter messages
17345
17346         * src/folder.[ch]
17347                 add some stuff
17348
17349         * src/foldersel.c
17350                 imap folders now appears in list
17351
17352         * src/mbox_folder.c
17353                 doesn't crash if destination mail is not writeable
17354
17355 2001-05-29 [hoa]
17356
17357         * src/compose.c
17358                 removed some warnings
17359
17360         * src/filtering.c
17361         * src/folder.[ch]
17362         * src/prefs_filtering.c
17363                 global string to identify any folders           
17364                 removed some debug info
17365                 filtering to mbox folders is now possible
17366
17367         * src/mainwindow.c
17368                 removed some warnings
17369
17370         * src/mbox_folder.c
17371                 permission on files are changed to read/write for user only,
17372                 nothing for other.
17373                 creation of subfolder is handled better.
17374
17375 2001-05-28 [alfons]
17376
17377         Verified the sync for src/prefs_common.[ch] and
17378         src/prefs_account.[ch]. I believe there were some
17379         minor indentation differences.
17380
17381 2001-05-28 [paul]
17382
17383         0.4.99claws3
17384
17385         * sync with 0.4.99cvs3
17386
17387 2001-05-28 [hoa]
17388
17389         * src/compose.c
17390                 handling flags for mbox format
17391
17392         * src/filtering.c
17393                 use of mark file only for MH format
17394                 handling flags for mbox format
17395                 filtering cannot yet move or copy mails to mbox folders.
17396
17397         * src/folder.[ch]
17398                 changed move_msg, copy_msg,
17399                 move_msgs_with_dest, copy_msgs_with_dest functions
17400                 uses only folder->copy_msg() function
17401                 uses folder->finished_copy() to handle the destination
17402                 folder at the end of the copy or move operation.
17403
17404         * src/foldersel.c
17405                 included mbox directories.
17406
17407         * src/folderview.[ch]
17408         * src/mainwindow.c
17409                 handle folders operation for mbox format
17410
17411         * src/mbox.c
17412                 disable conversion of "From " header
17413
17414         * src/mbox_folder.[ch]
17415                 completion of mbox format handling
17416
17417         * src/mh.c
17418                 changed mh_copy_msg() function and
17419                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17420                 mh_copy_msgs_with_dest()
17421
17422         * src/prefs_filtering.c
17423                 removed some warnings
17424
17425         * src/prefs_matcher.c
17426                 default boolean operation is AND
17427
17428         * src/procheader.c
17429                 handling flags for mbox format
17430                 handling of "From " header
17431
17432         * src/procmsg.[ch]
17433                 removed data field
17434                 added MSG_REALLY_DELETED flags to handle deletion of
17435                 messages in mbox format.
17436
17437         * src/summaryview.c
17438                 handling flags for mbox format
17439                 disable the MSG_DELETED flags when messages
17440                 are deleted in mbox format
17441
17442         * src/textview.c
17443                 "From " headers display fixed.
17444
17445 2001-05-27 [alfons]
17446
17447         * src/textview.c:
17448                 
17449                 (get_email_part): skip quoted email addresses, like in e.g.
17450                 "'alfons@proteus.demon.nl'".
17451
17452 2001-05-26 [alfons]
17453
17454         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17455         and fixing the persistence troubles when using separate windows.
17456
17457         * src/mainwindow.c:
17458         
17459             Added #define SEPARATE_ACTION used in the gtk item factory for 
17460             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17461                 use gtk_item_factory_get_widget_by_action() to get the items.
17462                 
17463             Removed separate_widget_cb from the gtk item factory data   
17464           
17465             (mainwindow_create): connect separate_widget_cb() to check
17466             menu item "toggled" signal. also passing a MainWindow pointer
17467                 as object data for both check menu items.
17468                 
17469             (separate_widget_cb): definition of separate_widget_cb() to match
17470             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17471                 window using gtk_object_get_data(). The type of window separation 
17472                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17473         
17474         * src/prefs_filtering.c,
17475           src/prefs_matcher.c: added horizontal scrollbars
17476
17477 2001-05-25 [darko]
17478
17479         * src/headerview.c
17480                 fix segfault with invalid bold font
17481         * src/summaryview.c
17482                 correctly display summary stats after row is marked
17483
17484 2001-05-23 [sergey]
17485
17486         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17487         encodings with libjconv.
17488
17489 2001-05-23 [hoa]
17490
17491         * src/Makefile.am
17492                 added mbox_folder.[ch]
17493         * src/defs.h
17494                 mbox temporary folder
17495         * src/folder.[ch]
17496         * added src/mbox_folder.[ch]
17497         * src/folderview.c
17498         * src/procheader.[ch]
17499                 added mbox support
17500         * src/mbox.c
17501                 bugfix for file incorporation filtering
17502         * src/imap.c
17503                 enable creation of MBOX
17504         * src/prefs_display_header.c
17505                 enable use of headers like "From "
17506                 something that should be fixed :
17507                         displaying of such headers add an extra space
17508         * src/prefs_folder_item.c
17509                 don't create folders because it is not necessary
17510         * src/procmsg.h
17511                 added data field to MsgInfo for mbox internal use
17512         * src/summaryview.c
17513                 added some support for mbox
17514         * src/utils.[ch]
17515                 added get_mbox_cache_dir() function
17516
17517 2001-05-23 [hiroyuki]
17518
17519         * src/headerwindow.c
17520           src/inc.c
17521           src/main.c
17522           src/mh.c
17523           src/nntp.c
17524           src/procmsg.h
17525           src/session.h
17526           src/socket.[ch]
17527           src/summaryview.c
17528           src/textview.c
17529           src/automaton.c
17530           src/folderview.c: more sync with 0.4.99cvs2.
17531
17532         * src/headerwindow.c: reverted.
17533
17534 2001-05-22 [paul]
17535
17536         0.4.99claws2
17537
17538         * sync with sylpheed 0.4.99cvs2
17539                 * src/news.[ch]
17540                 * src/nntp.[ch]
17541                 * INSTALL
17542                 * INSTALL.jp
17543
17544 2001-05-22 [alfons]
17545
17546         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17547
17548 2001-05-21 [alfons]
17549
17550         Minor things:
17551
17552         * configure.in: if gnome-config not found, "no" is displayed
17553         
17554         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17555
17556         * src/textview.c: now also possible to add mail addresses by right
17557           clicking in the text view
17558
17559         * src/codeconv.c: merged patch which fixes endless loop when encountering
17560           invalid wide characters; from Alte <010@imis.ru>  
17561
17562 2001-05-20 [alfons]
17563
17564         Added installation of gnome specific things:
17565
17566         * Makefile.am: gnome conditional
17567
17568         * configure.in: check for installed gnome
17569
17570         * added sylpheed.png, sylpheed.desktop
17571
17572 2001-05-20 [sergey]
17573
17574         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17575
17576         * src/mainwindow.h (main_window_toolbar_create): created a button
17577         for "Reply to all".
17578         (main_window_set_toolbar_sensitive): enable/disable the new button
17579         appropriately.
17580         (toolbar_reply_to_author_cb): handle the new button.
17581
17582         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17583         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17584         failure).
17585
17586 2001-05-19 [sergey]
17587
17588         * src/compose.h (ComposeReplyMode): new modes
17589         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17590         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17591
17592         * src/compose.c
17593         (compose_send): move some code into a new function:
17594         (compose_current_mail_account): new function.
17595         (compose_reply): new argument to_author, all callers changed; if
17596         to_author==TRUE and account->protocol==A_NNTP, find and use an
17597         appropriate mail account for replying.
17598         (compose_reply_set_entry): new argument to_author; ignore
17599         compose->replyto if to_author==TRUE.
17600
17601         * src/mainwindow.c: new command "Message/Reply to author".
17602         (main_window_set_menu_sensitive): enable/disable it.
17603         (reply_cb): handle it.
17604
17605         * src/summaryview.c: new command "Reply to author".
17606         (summary_set_menu_sensitive): enable/disable it.
17607         (summary_reply_cb): handle it.
17608
17609         * src/account.c (account_find_mail_from_address): new function.
17610
17611 2001-05-18 [paul]
17612
17613         0.4.99claws1
17614
17615         * sync with sylpheed 0.4.99cvs1
17616
17617 2001-05-18 [hoa]
17618
17619         * src/compose.[ch]
17620         * src/filtering.c
17621         * src/summaryview.c
17622                 new filtering action : forward and forward as attachment
17623
17624         * src/main.c
17625                 no need for $DISPLAY when we run sylpheed --help
17626                 call to parse_cmd_opt() is moved
17627
17628         * src/mainwindow.[ch]
17629                 execute button is hidden when immediate execute
17630                 is chosen
17631
17632         * src/mh.c
17633         * src/news.c
17634         * src/prefs_folder_item.c
17635         * src/procmsg.c
17636                 better handling of missing directories
17637
17638         * src/summaryview.c
17639                 reedit is enabled in outbox
17640                 reedit is enabled in queue
17641
17642 2001-05-17 [hoa]
17643
17644         * src/filtering.c
17645         * src/matcher.[ch]
17646         * src/prefs_filtering.c
17647                 changed attachement into attachment
17648
17649 2001-05-17 [alfons]
17650
17651         0.4.67claws4    
17652
17653         * sync with sylpheed 0.4.67cvs9
17654         * sync with sylpheed 0.4.67cvs7-8
17655
17656 2001-05-17 [hoa]
17657
17658         * src/Makefile.am
17659                 added prefs_filtering.c
17660
17661         * src/filtering.[ch]
17662         * src/matcher.[ch]
17663                 removed action : forward_news and forward_news_as_attachement
17664                 (forward and forward_as_attachement can be used instead)
17665
17666         * src/mainwindow.c
17667                 added menu option to access filtering configuration
17668
17669         * src/prefs_account.c
17670                 changed mail_command default to /usr/sbin/sendmail
17671
17672         * added src/prefs_filtering.[ch]
17673                 dialog box for filtering configuration
17674
17675         * src/prefs_matcher.c
17676                 added function prefs_matcher_get_criteria_from_matching()
17677
17678         * src/prefs_scoring.c
17679                 reset the dialog when register or substitute is clicked
17680
17681 2001-05-15 [hoa]
17682
17683         * src/Makefile.am
17684                 added filtering.[ch]
17685         * src/inc.c
17686                 using filering.[ch] instead of filter.[ch]
17687         * src/main.c
17688                 reading new filtering configuration
17689         * src/matcher.[ch]
17690                 added some filtering actions
17691                 and fixed a bug for headers and mail body matching
17692         * src/mbox.c
17693                 using filering.[ch] instead of filter.[ch]
17694         * src/mh.c
17695                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17696         * src/summaryview.c
17697                 some fixes for filtering
17698
17699 2001-05-14 [hiroyuki]
17700
17701         * src/send.c: fixed some weird indentations.
17702           send_message_with_command(): call pclose() only if p != NULL.
17703         * src/textview.c: get_email_part(): modified the code for readability.
17704
17705 2001-05-14 [hiroyuki]
17706
17707         * src/md5global.h
17708           src/md5ify.c
17709           src/md5ify.h: removed from the cvs.
17710
17711 2001-05-13 [sergey]
17712
17713         * src/main.c: include rfc2015.h to avoid compiler warnings.
17714         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17715         the panel is already on screen.
17716         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17717         closing the alert window by ESC as "No".
17718         * src/prefs_common.c (prefs_interface_create): moved return
17719         receipt check button to the correct place.
17720
17721 2001-03-13 [alfons]
17722
17723         * src/prefs_common.c: 
17724                 moved return receipt check button to the Send tab. (prefs_send_create)
17725                 removed the date format ui related globals. (prefs_display_create)
17726
17727         0.4.67claws3
17728         
17729         * sync with sylpheed 0.4.67cvs5-6
17730
17731 2001-05-13 [paul]
17732
17733         * added Alfons' font selection patch
17734
17735         * src/defs.h
17736         * src/headerwindow.c
17737         * src/prefs_common.c
17738         * src/prefs_common.h
17739
17740 2001-05-13 [hoa]
17741         * src/defs.h
17742                 changed version of cache
17743         * src/matcher.[ch]
17744         * src/prefs_matcher.c
17745                 added additionnal matching criteria
17746         * src/procheader.c
17747         * src/procmsg.[ch]
17748         * src/news.c
17749                 added references in MsgInfo
17750
17751 2001-05-12 [hoa]
17752
17753         * src/defs.h
17754                 prepared some things for new filtering
17755         * src/matcher.[ch]
17756                 added some matching properties
17757                 inreplyto need to be enhanced
17758                 prepared some things for new filtering
17759         * src/messageview.c
17760                 added Return-Receipt-To handling
17761         * src/prefs_folder_item.c
17762                 changed default value to TRUE
17763         * src/prefs_matcher.c
17764                 added some matching properties
17765         * src/prefs_scoring.[ch]
17766                 the scoring dialog is finished
17767         * src/procheader.c
17768                 added Return-Receipt-To handling
17769                 Reference need to be added
17770         * src/procmsg.[ch]
17771                 added Return-Receipt-To handling
17772                 added threadscore to get a better score sorting when
17773                 threads are enabled
17774         * src/summaryview.c
17775                 suppressed a bug when we sort the list
17776                 when no folder is opened.
17777                 better score sorting when threads are enabled
17778
17779 2001-05-12 [alfons]
17780
17781         * reverted previous patch because of potential errors 
17782
17783         0.4.67claws2
17784         
17785         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17786                 applied "toggle mail-retrieval dialog window" patch submitted 
17787                 by Eric Limpens <eric@qnt.net>
17788
17789         * sync with sylpheed 0.4.67cvs4
17790
17791 2001-05-12 [sergey]
17792
17793         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17794         some picky compilers.
17795         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17796         * src/grouplist_dialog.c: include alertpanel.h.
17797         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17798         fix compile warning.
17799         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17800         #include "defs.h" before others to prevent the warning of `MIN'
17801         and `MAX' redefinition.
17802
17803 2001-05-11 [hoa]
17804
17805         * src/main.c
17806         * src/messageview.c
17807         * src/prefs_account.c
17808         * src/prefs_display_header.c
17809                 removed warning
17810         * src/Makefile.am
17811                 added prefs_scoring.[ch]
17812         * src/grouplist_dialog.c
17813                 display an error dialog box if the group list
17814                 cannot be fetched.
17815         * src/mainwindow.[ch]
17816                 added main_window_set_thread_option() function
17817                 scoring dialog box enabled
17818         * src/matcher.[ch]
17819                 added flags matching unread /new / marked
17820                 / deleted / replied / forwarded
17821         * src/news.c
17822                 newsgroups are now finally in newscache
17823         * src/prefs_matcher.[ch]
17824                 finished preferences for matching dialog
17825         * added src/prefs_scoring.[ch]
17826                 scoring dialog box completed
17827         * src/scoring.[ch]
17828                 conversion to string : added scoringprop_to_string()
17829                 write config for preferences :
17830                 added prefs_scoring_write_config()
17831         * src/summaryview.c
17832                 threads can be enabled/disabled independently
17833                 for each folder
17834
17835 2001-05-10 [alfons]
17836
17837         0.4.67claws1
17838         
17839         * AUTHORS: 
17840                 thought it would be nice to have a list of all
17841                 contributors (used Changelog as a reference)
17842         
17843         * configure.in: 
17844                 messed up version numbering...
17845
17846         0.4.66claws1
17847
17848         * sync with sylpheed 0.4.67cvs1-3
17849
17850 2001-05-10 [darko]
17851
17852         * src/prefs_common.c:
17853                 better UI for strftime format, double clicking
17854                 on format now inserts the format in text entry
17855                 replaced close button with standard OK/Cancel
17856                 moved date format button to the right of the
17857                 text entry field
17858
17859 2001-05-09 [alfons]
17860
17861         * src/gtkstext.c:
17862                 Ctrl-Home / Ctrl-End have proper cursor navigation
17863
17864 2001-05-09 [hoa]
17865
17866         * src/prefs_matcher.c
17867                 finished UI to define matching properties
17868                 added ok and cancel button
17869         * src/prefs_filter.c
17870                 added ok and cancel button
17871         * src/news.c
17872                 fixed some bug in xhdr parsing
17873
17874 2001-05-08 [alfons]
17875
17876         * src/textview.c: 
17877                 fixed a bug in textview_show_header(), which displayed two colons (':');
17878                 cleaned up some warnings
17879
17880 2001-05-08 [hoa]
17881
17882         * src/Makefile.am
17883                 added prefs_matcher.[ch]
17884                 compilation with -W -Wall
17885         * src/alertpanel.c
17886                 ungrab the mouse events if grabbed - does it
17887                 fix the bug for disposition notification ?
17888         * src/mainwindow.c
17889                 added a menu option to open the matching dialog.
17890         * src/matcher.[ch]
17891                 added matcherprop_to_string() and matcherlist_to_string()
17892                 fixed some bugs, changed the name of some options
17893                 age_sup and age_inf becomes age_greater and age_lower,
17894                 body and messageheaders becomes body_part and headers_part,
17895                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17896         * src/prefs_display_header.c
17897         * src/prefs_headers.c
17898                 fixed a bug that accidentally destroyed dialogs
17899                 when closed them with delete_event
17900                 Added *_deleted() which handle delete_event signal correctly.
17901         * src/prefs_folder_item.[ch]
17902                 added "enable_thread" field for future customization
17903         * added src/prefs_matcher.[ch]
17904                 sample of the UI to define matching properties
17905         * src/procheader.c
17906                 using procheader_headername_equal instead of str*cmp functions
17907                 using procheader_parse_header() function
17908         * src/scoring.c
17909                 using MATCHING_XXX instead of SCORING_XXX
17910         * src/summaryview.c
17911                 display the sender of the news even if this is ourself
17912                 when this is a news message.
17913         * src/textview.c
17914                 using headername_equal() instead of str*cmp functions
17915
17916 2001-05-08 [alfons]
17917
17918         0.4.66claws
17919
17920         * sync with sylpheed 0.4.66
17921         * src/gtkstext.c: trace logs added 
17922
17923 2001-05-08 [sergey]
17924
17925         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17926         signature check popup.
17927         * src/rfc2015.c (check_signature): show signature check popup only
17928         if it is enabled in preferences.
17929
17930 2001-05-07 [alfons]
17931
17932         0.4.66claws4
17933         
17934         * sync with sylpheed 0.4.66cvs6
17935
17936 2001-05-07 [darko]
17937
17938         * src/prefs_common.[ch]: added option to enable/disable
17939           looking up sender name in address book for summary pane
17940         * src/summaryview.c: look up sender in the address book
17941           by using Alfons' address completion code
17942
17943 2001-05-07 [hiroyuki]
17944
17945         * src/inc.h
17946           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17947           member of Pop3State.
17948         * src/news.c: brought #include "defs.h" before #include <glib.h>
17949           to prevent the warning of `MIN' and `MAX' redefinition.
17950
17951 2001-05-06 [hoa]
17952
17953         * removed src/headers_display.[ch]
17954         * removed src/prefs_display_headers.[ch]
17955         * src/inc.c
17956                 use a temporary file in the user directory for mbox import
17957         * src/news.c
17958                 added XHDR support to get "To" and "Cc" headers
17959                 (in order to match news with to or cc field for
17960                 scoring)
17961                 added function news_parse_xhdr() to get XHDR response
17962         * src/nntp.[ch]
17963                 added function nntp_xhdr()
17964         * src/matcher.c
17965                 fetch the message if necessary
17966
17967 2001-05-06 [alfons]
17968
17969         0.4.66claws3
17970
17971         * sync with sylpheed 0.4.66cvs3-5
17972
17973 2001-05-06 [hoa]
17974
17975         * src/utils.[ch]
17976                 added function itos_buf() to enable use of several buffers
17977         * src/summaryview.c
17978                 use of itos_buf() instead of itos() in summary list
17979                 to fix the broken display of message number.
17980
17981 2001-05-06 [alfons]
17982
17983         * src/gtkstext.c: bug in cursor up navigation fixed,
17984                 fixed another unsigned / signed comparison (we're getting there :-)
17985
17986 2001-05-06 [hoa]
17987
17988         * src/Makefile.am
17989                 added scoring.c scoring.h
17990                 prefs_folder_item.c prefs_folder_item.h
17991                 matcher.c matcher.h
17992         * src/defs.h
17993                 added FOLDERITEM_RC SCORING_RC
17994         * src/folder.[ch]
17995                 added prefs field in FolderItem :
17996                 properties for each folder (PrefsFolderItem),
17997                 sorting type and mode were added as the first properties.
17998         * src/main.c
17999                 read config for scoring
18000         * added src/matcher.[ch]
18001                 gives functions to parse configuration file to do
18002                 matching on mails with a list of conditions.
18003         * src/mainwindow.c
18004                 add option to sort by score
18005         * src/prefs_common.[ch]
18006                 added preference option to show score and for
18007                 the score column size
18008         * added src/prefs_folder_item.[ch]
18009                 properties for each folder (PrefsFolderItem),
18010                 sorting type and mode were added as the first properties.
18011         * src/procheader.[ch]
18012                 added procheader_parse_header()
18013                 added procheader_header_free()
18014                 added procheader_headername_equal()
18015                 and made modification to use them.
18016         * src/procmsg.[ch]
18017                 added score field to MsgInfo structure
18018         * added src/scoring.[ch]
18019                 gives functions to parse configuration file to do
18020                 scoring on mails with a list of conditions.
18021         * src/summaryview.[ch]
18022                 save the sorting type and mode for the folder
18023                 added column to display the score of the mail
18024                 added function summary_score_clicked()
18025                 sorting type and mode are restored to the folder
18026                 when it is reopen
18027         * src/textview.c
18028                 use procheader_parse_header(), procheader_headername_equal()
18029                 removed memory leak in text_scan_header when freeing headers
18030         * src/filter.c
18031                 changed the function to match names of headers
18032                 using procheader_headername_equal()
18033
18034         Scoring functions are implemented, an interface is needed
18035         to configure that.
18036
18037 2001-05-04 [alfons]
18038
18039         * src/gtkstext.c: 
18040                 hopefully fixed the row up navigation bug,
18041                 removed adding back / forward lines to cache
18042
18043 2001-05-04 [sergey]
18044
18045         * src/prefs_display_headers.c: user interface changes:
18046         (prefs_display_headers_create): remove unused "Show" check button;
18047         allow reordering of headers by dragging.
18048         (prefs_display_headers_write_config): remove unused variables.
18049         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18050         of lists (not needed with the new UI).
18051         (prefs_display_headers_set_list): scan lists starting from row 0,
18052         not 1 (do not skip "(New)").
18053         (prefs_display_headers_find_header): new function.
18054         (prefs_display_headers_clist_set_row): do not allow duplicates.
18055         (prefs_display_headers_delete_cb): do not skip row 0; treat
18056         closing the alert window by ESC as "No".
18057         (prefs_display_headers_up): do not protect row 0.
18058         (prefs_display_headers_down): do not protect row 0.
18059
18060 2001-05-04 [sergey]
18061
18062         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18063         functions.
18064
18065         * src/summaryview.c
18066         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18067         summary_select_next_marked, summary_select_prev_marked): new
18068         functions.
18069
18070 2001-05-03 [sergey]
18071
18072         * src/news.c: fixed a bug when no article can be fetched after
18073         server timeout if the connection was restored by news_post():
18074         (news_select_group): new function.
18075         (news_fetch_msg): call news_select_group() before fetching
18076         article.
18077         (news_get_uncached_articles): set session->group after successful
18078         GROUP command.
18079
18080 2001-05-03 [hoa]
18081
18082         * src/defs.h
18083         * src/procmsg.[ch]
18084         * src/procheader.c
18085                  changed version of cache, added cc field
18086
18087         * src/prefs_display_headers.c
18088                 the interface was changed
18089
18090         * src/prefs_headers.c
18091                 added cancel button
18092
18093 2001-05-03 [alfons]
18094
18095         * completed sync of sylpheed cvs2
18096         * src/gtkstext.c: updated row up / down cursor navigation
18097         * src/textview.c: re-edited, prepared for fixing the email address
18098                 scanner.
18099
18100 2001-05-03 [darko]
18101
18102         * src/prefs_common.c: use alfons' strftime ui code
18103         entry_datefmt and datefmt_sample widgets have to be
18104         global in this module because of this change
18105
18106 2001-05-03 [hoa]
18107
18108         * src/messageview.c
18109         * src/prefs_common.[ch] added option to activate the return receipt
18110                 feature.
18111
18112 2001-05-02 [alfons]
18113
18114         * src/gtkstext.c: fix for row up/down cursor navigation. 
18115
18116         0.4.66claws2
18117         
18118         * sync with 0.4.66cvs2
18119
18120 2001-05-02 [paul]
18121
18122         added add-sender-to-addressbook patch
18123
18124         * src/addressbook.c
18125         * src/addressbook.h
18126         * src/summaryview.c
18127
18128 2001-05-02 [sergey]
18129
18130         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18131         G_ALERTDISABLE.
18132
18133         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18134         all existing callers changed to pass FALSE; create a check button
18135         to disable the message.
18136         (alertpanel_message_with_disable): new function.
18137         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18138         (alertpanel_button_toggled): new function.
18139         (alertpanel_button_clicked, alertpanel_close): set value using
18140         G_ALERT_VALUE_MASK.
18141
18142         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18143
18144         * src/prefs_common.c (prefs_privacy_create): new check button
18145         checkbtn_gpgme_warning.
18146
18147         * src/main.c (main): moved preferences reading before gpgme
18148         initialization; check prefs_common.gpgme_warning before giving the
18149         GnuPG warning and set it to FALSE if the user wants to disable the
18150         warning.
18151
18152 2001-05-02 [hiroyuki]
18153
18154         * src/prefs_display_headers.c: modified the layout and some labels.
18155
18156 2001-05-02 [sergey]
18157
18158         * src/prefs_account.c (prefs_account_fix_size): new function.
18159         (prefs_account_create): call prefs_account_fix_size(); use
18160         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18161         size when the window is shown for the first time).
18162         (prefs_account_basic_create): changed layout of serv_table; moved
18163         localmbox_entry above smtpserv_entry (logically it replaces
18164         POP3/IMAP server).
18165         (prefs_account_protocol_activated): set sensitivity of
18166         nntpauth_chkbtn according to the protocol (in addition to
18167         hide/show); commented out gtk_table_set_row_spacing() calls.
18168         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18169         not sensitive (fixes a bug with disabled username/password boxes
18170         when editing POP3 account after NNTP with authentication).
18171
18172 2001-05-02 [hoa]
18173
18174         * src/account.c
18175         * src/inc.c
18176         * src/prefs_account.[ch]
18177         * src/send.c
18178                 removed local account without SMTP server
18179                 added option to use mail command instead of a connexion
18180                 to SMTP server when a local account is used
18181         * src/prefs_headers.c
18182                 fixed a bug
18183         * src/news.c
18184                 fixed a bug when connexion immediately closed
18185
18186 2001-05-01 [alfons]
18187
18188         0.4.66claws1
18189         
18190         * sync with 0.4.65
18191
18192 2001-05-01 [sergey]
18193
18194         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18195         widget nntpauth_chkbtn.
18196         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18197         visibility.
18198         (prefs_account_nntpauth_toggled): new function.
18199
18200         * src/news.c (news_session_new_for_folder): use NNTP
18201         authentication only if ac->use_nntp_auth is set.
18202
18203 2001-05-01 [hoa]
18204
18205         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18206         * src/prefs_display_headers.c changed the UI
18207         * src/prefs_headers.c changed account_name to account_id
18208         * src/compose.c using customheader.h
18209
18210 2001-05-01 [hiroyuki]
18211
18212         * src/esmtp.c
18213           src/news.c
18214           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18215           unsynched.
18216
18217 2001-05-01 [hoa]
18218
18219         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18220         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18221                 for displaying of headers
18222         * src/grouplist_dialog.[ch] minor changes to remove warnings
18223         * src/prefs_display_headers.[ch] dialog to choose the
18224         headers to display in the mail viewer.
18225         * src/headers.h correction of #define
18226         * src/headers_display.[ch] configuration for displaying of headers.
18227         * src/main.c read config of displaying of headers
18228         * src/prefs_common.c add a button to access the config dialog
18229                 for displaying of headers
18230         * src/prefs_display_headers.[ch] dialog for configuration for
18231                 displaying of the headers.
18232         * src/prefs_headers.c cleaning of code
18233         * src/procheader.c comments added to code
18234         * src/textview.c changes to reorder the headers depending
18235                 on the config for displaying of headers
18236
18237 2001-04-30 [alfons]
18238
18239         0.4.65claws7
18240
18241         * sync with 0.4.65cvs12
18242
18243         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18244
18245 2001-04-30 [sergey]
18246
18247         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18248
18249         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18250         is set to force reconnection after authentication failure.
18251         (nntp_gen_command): set sock->auth_failed on authentication
18252         failure, or if sock->userid and sock->passwd are not set.
18253
18254         * src/news.c (news_session_new_for_folder): set userid=NULL if
18255         password dialog is cancelled.
18256
18257 2001-04-30 [sergey]
18258
18259         * src/nntp.h (NNTPSockInfo): new type.
18260
18261         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18262         SockInfo.
18263         (nntp_open_auth, nntp_close): new functions.
18264         (nntp_gen_command): new function to handle authentication; all
18265         NNTP command functions updated to use it.
18266         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18267         (nntp_list): removed old useless code.
18268
18269         * src/news.h (NNTPSession): new field nntp_sock.
18270
18271         * src/news.c: all functions updated to use NNTPSockInfo instead of
18272         SockInfo.
18273         (news_session_new): new arguments (userid, passwd); made static;
18274         use nntp_open_auth() if needed.
18275         (news_session_destroy): use nntp_close() instead of sock_close().
18276         (news_query_password): changed arguments.
18277         (news_session_new_for_folder): new function.
18278         (news_session_get): use news_session_new_for_folder().
18279         (news_authenticate): deleted.
18280         (news_get_uncached_articles): removed old authentication code.
18281
18282 2001-04-30 [sergey]
18283
18284         * src/news.c: reverted my previous changes (need to do NNTP
18285         authentication in a cleaner way).
18286         
18287 2001-04-29 [sergey]
18288
18289         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18290         news_nntp_post, news_nntp_mode): new functions (wrappers with
18291         authentication support).
18292         (news_get_article_cmd, news_get_article, news_get_header): new
18293         argument "folder"; all callers changed.
18294         (news_get_article_cmd): added authentication support.
18295         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18296         (news_post): use news_nntp_post() instead of nntp_post().
18297         (news_get_uncached_articles): use news_nntp_group() instead of
18298         nntp_group() and news_nntp_xover() instead of nntp_xover();
18299         removed old authentication code.
18300         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18301
18302         * src/nntp.c (nntp_list): return real error code instead of
18303         hardcoded NN_ERROR.
18304
18305 2001-04-29 [sergey]
18306
18307         * configure.in: fixed wint_t typedef detection again
18308
18309 2001-04-28 [hoa]
18310
18311         * src/prefs_account.[ch], added A_LOCAL_CMD
18312                 (send mail with mail command)
18313         * src/send.c added function send_message_with_command()
18314         * src/inc.c made a more secure get_spool() function with
18315                 mktemp() but maybe mkstemp() or something more
18316                 secure can be used.
18317
18318 2001-04-28 [alfons]
18319
18320         * src/textview.c, colorization of email addresses in headers
18321
18322         0.4.65claws6
18323
18324         * bug sync with sylpheed
18325         * prefs_common.c: created date format ui for darko
18326         * sync with 0.4.65cvs11
18327         * configure.in: corrected to have the new gpg checks
18328
18329 2001-04-27 [alfons]
18330
18331         * completed sync with 0.4.65cvs10
18332         * minor debug things added to gtkstext.c
18333
18334 2001-04-27 [darko]
18335
18336         * configure.in: remove check for availability of
18337           strftime() as advised by Hiroyuki
18338         * src/prefs_common.[ch], src/procheader.c:
18339           synch strftime() code with Hiroyki's main branch
18340
18341 2001-04-26 [sergey]
18342
18343         * src/news.c: news_query_password(), news_authenticate(): new
18344           functions.
18345           news_get_uncached_articles(): added NNTP authentication
18346           handling.
18347         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18348           new functions.
18349         * src/prefs_account.c: prefs_account_protocol_activated():
18350           enable userid and password fields for NNTP.
18351
18352 2001-04-26
18353
18354         * configure.in: check for availability of strftime()
18355           [darko]
18356         * src/prefs_common.[ch], src/procheader.c: use
18357           strftime() for displaying date in summary pane if it
18358           is available
18359
18360 2001-04-25
18361
18362         * more .cvsignore cleanups [alfons]
18363
18364 2001-04-25
18365
18366         * ac/sv-check-type.m4: new autoconf macro.
18367         * configure.in: fixed wint_t typedef detection (did not work
18368           with gcc-2.96).
18369
18370 2001-04-25
18371
18372         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18373           [hiroyuki]
18374
18375 2001-04-24
18376         * modified gtkstext.c : buggy cursor navigation fixed, 
18377           and font descent also taken in account when drawing
18378           cursor. [alfons]
18379
18380 2001-04-24 [hoa]
18381         * added comments in src/news.c src/nntp.c
18382         * added src/prefs_headers.[ch]
18383         * added src/headers.[ch]
18384         * modified compose.c to activate custom headers
18385                 added function is_in_custom_headers
18386         * modified prefs_account.[ch]
18387                 added function prefs_account_customhdr_edit
18388         * modified src/defs.h :
18389                 added HEADERS_RC : name of the config file
18390                 for the custom headers
18391
18392 2001-04-24
18393
18394     0.4.65claws5
18395
18396         * configure.in
18397           src/gtkstext.[ch]
18398           src/compose.c
18399           src/Makefile.am
18400           
18401           added gtkstext with configure.in patch by Hiroyuki which
18402           should fix the XIM detection [alfons]
18403
18404         * more clean up of cvs [alfons]
18405
18406                  * removed all Makefile.in files to attic.
18407
18408                  * updated all .cvsignores to really ignore things that could
18409                    be unintentionally committed by a recursive commit.
18410
18411 2001-04-23 [hoa]
18412         * added src/grouplist_dialog.[ch]
18413         * changed src/folderview.c to call grouplist_dialog instead
18414                 of inputdialog
18415         * src/news.c :
18416                 added functions news_reset_group_list
18417                 and news_get_group_list
18418         * src/nntp.c :
18419                 added function nntp_list
18420         * src/defs.h :
18421                 added GROUPLIST_FILE : name of the newsgroup list cache file
18422
18423 2001-04-21
18424
18425         * added option to warn about queued messages on exit [sergey]:
18426
18427           * src/compose.c: compose_queue(): call folder_item_scan()
18428             and folderview_update_item() after queueing.
18429           * src/folderview.c: folderview_update_node(): draw the queue
18430             folder in bold font if there are queued messages.
18431           * src/mainwindow.c: queued_messages(): new function.
18432             app_exit_cb(): display warning if there are queued messages
18433             if warn_queued_on_exit is set.
18434           * prefs_common.[ch]: add warn_queued_on_exit option.
18435
18436         * enhanced GnuPG key selection support [sergey]:
18437
18438           * src/select-keys.c: updated to newer version from Win32
18439             branch with support for selecting arbitrary keys.
18440           * src/prefs_account.c: added the Privacy tab to the account
18441             options window.
18442             prefs_account_privacy_create(),
18443             prefs_account_sign_key_set_data_from_radiobtn(),
18444             prefs_account_sign_key_set_radiobtn(): new functions.
18445           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18446           * src/rfc2015.c: set_signers(): new function.
18447             pgp_sign(): add the account parameter, call set_signers().
18448             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18449           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18450           * src/compose.c: pass the current account to rfc2015_sign().
18451
18452         * tag name claws added to prevent confusion with main branch [alfons]
18453
18454         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18455
18456         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18457
18458         * sync with recent sylpheed cvs. Untested though. [alfons]
18459