inital gtk2 patch
[claws.git] / ChangeLog.claws
1 2003-09-10 [paul]       0.9.5claws
2
3         * 0.9.5claws released
4
5 2003-09-10 [paul]       0.9.4claws78
6
7         * src/Makefile.am
8                 add missing files
9
10 2003-09-10 [melvin]     0.9.4claws77
11
12         * po/fr.po
13                 Updated French translations
14
15 2003-09-10 [paul]       0.9.4claws76
16
17         * po/es.po
18           po/sk.po
19           po/sr.po
20                 update Spanish, Slovak, and Serbian translations.
21                 submitted by Ricardo Mones Lastra, Andrej Kacian,
22                 and Urke MMI
23                 
24         * AUTHORS
25                 add translation team section
26
27 2003-09-09 [christoph]  0.9.4claws75
28
29         * src/folder.c
30                 free item->prefs in folder_item_destroy
31
32 2003-09-09 [alfons]     0.9.4claws74
33
34         * src/folderview.c
35                 o proper check for root node sorting
36                 o remove unnecessary gtk_ctree_remove_node 
37
38         (should fix bug #300, "crash while moving folder")      
39
40 2003-09-08 [christoph]  0.9.4claws73
41
42         * src/folderview.c
43                 o fix double adding of IMAP FolderItems to GtkCTree
44                 o fix crash then mbox folder is removed
45
46 2003-09-08 [christoph]  0.9.4claws72
47
48         * src/folder.c
49         * src/folderview.c
50         * src/mainwindow.c
51                 fix new folder notification
52
53         * src/mbox_folder.c
54                 fix cache path
55
56 2003-09-08 [christoph]  0.9.4claws71
57
58         * src/compose.c
59                 replace '\n' and '\r' before removing trailing spaces
60
61         * src/folder.[ch]
62         * src/folderview.c
63                 add information about new or removed items in folder tree change
64                 notification and use this in folderview to add and remove only
65                 the appected items and not refresh the whole tree
66
67 2003-09-07 [match]      0.9.4claws70
68
69         * src/Makefile.am
70         * src/addr_compl.c
71         * src/addressbook.c
72         * src/addressitem.h
73         * src/addrindex.c
74         * src/addritem.c
75         * src/addritem.h
76         * src/addrquery.c                       ** NEW **
77         * src/addrquery.h
78         * src/ldapquery.c
79         * src/ldapserver.c
80         * src/stock_pixmap.c
81         * src/stock_pixmap.h
82         * src/pixmaps/address_search.xpm        ** NEW **
83                 re-introduce Lookup button for LDAP 'static' searches.
84
85 2003-09-07 [alfons]     0.9.4claws69
86         
87         * src/summaryview.c
88                 abandon setting usize for messageview because it gives layout problems
89                 with the quick search bar and the headerview; fixes assorted UI glitches:
90                 
91                 o bug #148, "Toggling of quick-search bar reduces index view area" 
92                 o bug #280, "Window resiizes for line length but does not revert"
93
94 2003-09-07 [christoph]  0.9.4claws68
95
96         * src/compose.c
97                 o make sure we don't have any newlines in header values
98                 o check custom headers for spaces and newlines and ignore
99                   malformed header names
100
101 2003-09-06 [christoph]  0.9.4claws67
102
103         * src/folder.c
104         * src/folderview.c
105                 invoke notification hook for folder tree changes after append
106                 and remove folder
107
108         (closes Bug 294 Crash while moving folder with many subdirectories)
109
110 2003-09-06 [christoph]  0.9.4claws66
111
112         * src/folder.c
113                 destroy folder's MsgCache if FolderItem is removed to make sure
114                 it is not saved when the FolderItem is destroyed
115
116 2003-09-06 [christoph]  0.9.4claws65
117
118         * src/plugins/clamav/clamav_plugin.c
119                 fix copy & paste bug
120
121 2003-09-05 [christoph]  0.9.4claws64
122
123         * src/folder.c
124         * src/messageview.[ch]
125         * src/procmsg.[ch]
126         * src/summaryview.c
127                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
128                 by MessageView to clear it when the message is deleted. Should
129                 work even if messages are deleted in MainWindow or by
130                 processing.
131
132 2003-09-05 [alfons]     0.9.4claws63
133
134         * src/messageview.c
135                 deleting a message in a message view frees its msginfo, make 
136                 messageview_update_all() aware of that (should fix bug #293,
137                 "deleting message caused crash")
138
139 2003-09-05 [melvin]     0.9.4claws62
140
141         * src/action.c
142                 Improve synchronous action exit code (fixes 
143                 a ~5 seconds delay after action exit on RedHat 9)
144
145 2003-09-04 [christoph]  0.9.4claws61
146
147         * src/compose.c
148         * src/rfc2015.c
149         * src/common/utils.[ch]
150                 add util function to create mime boundary and use it
151                 in compose and gpg code
152
153 2003-09-04 [alfons]     0.9.4claws60
154
155         * src/folder.c
156                 source folder item's GNode should already have been freed in 
157                 a previous call to src->folder->klass->remove_folder()
158                 (should fix bug #287, "crash when moving folders")
159
160 2003-09-03 [thorsten]   0.9.4claws59
161
162         * src/plugins/spamassassin/spamassassin_gtk.c
163                 fix compile error
164
165 2003-09-03 [christoph]  0.9.4claws58
166
167         * src/plugins/spamassassin/spamassassin.[ch]
168         * src/plugins/spamassassin/spamassassin_gtk.c
169                 add timeout config option
170
171 2003-09-03 [paul]       0.9.4claws57
172
173         * po/sk.po      ** NEW FILE **
174                 add Slovak translation. Submitted by Andrej Kacian 
175                 <andrej@kacian.sk>
176
177 2003-09-03 [paul]       0.9.4claws56
178
179         * src/plugins/clamav/clamav_plugin_gtk.c
180                 gui tweaks: replace a label with a tooltip, modify the
181                 text, use gtk_check_button_new(); instead of
182                 gtk_check_button_new_with_label("");
183
184 2003-09-02 [alfons]     0.9.4claws55
185
186         * src/gtk/filesel.c
187                 remember last used dir when attaching multiple files (should fix
188                 bug #290, "Attach File does not remember directory")
189
190 2003-09-01 [paul]       0.9.4claws54
191
192         * po/es.po
193                 updated by Ricardo Mones Lastra
194
195 2003-09-01 [alfons]     0.9.4claws53
196
197         * src/gtk/gtkaspell.[ch]
198                 be pedantic and strict and use const gchar * instead of guchar *
199
200 2003-09-01 [alfons]     0.9.4claws52
201
202         * src/mainwindow.c
203         * src/summaryviewc.
204                 re-enable Save As when multiple messages are selected
205
206 2003-09-01 [paul]       0.9.4claws51
207
208         * src/textview.c
209                 g_free(trimmed_uri);
210
211 2003-09-01 [paul]       0.9.4claws50
212
213         * sync with 0.9.4cvs13
214                 see ChangeLog 2003-09-01
215
216 2003-09-01 [paul]       0.9.4claws49
217
218         * src/textview.c
219                 trim uri before sending to the statusbar
220                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
221                 in the message window causes main S-C window to enlarge 
222                 past screen edges'
223
224 2003-09-01 [paul]       0.9.4claws48
225
226         * sync with 0.9.4cvs12
227                 see ChangeLog 2003-09-01
228
229 2003-08-30 [christoph]  0.9.4claws47
230
231         * src/compose.c
232         * src/folder_item_prefs.[ch]
233         * src/prefs_folder_item.c
234         * src/gtk/gtkaspell.[ch]
235                 commit per folder dictionary patch by
236                 Paul Evans <nerd@freeuk.com>
237
238 2003-08-30 [christoph]  0.9.4claws46
239
240         * src/plugins/spamassassin/spamassassin_gtk.c
241         * src/plugins/spamassassin/spamassassin_gtk.glade
242                 reduce GUI clutter by placing hints into tooltips
243
244 2003-08-30 [paul]       0.9.4claws45
245
246         * src/compose.c
247                 add 'Content-Disposition: inline' to a text/plain
248                 part when using PGP/MIME signing
249
250 2003-08-30 [paul]       0.9.4claws44
251
252         * src/prefs_common.c
253           src/prefs_spelling.c
254           src/prefs_spelling.glade
255                 reduce GUI clutter by placing hints into tooltips
256
257 2003-08-29 [christoph]  0.9.4claws43
258
259         * configure.ac
260                 fix bug found by Ivan Rayner <ivanr@sgi.com>
261
262         * src/stock_pixmap.c
263                 change unecessary warning into a debug message
264
265         * src/plugins/clamav/Makefile.am
266                 Fix error "-I$(CLAMAV_LIBS)"
267
268 2003-08-29 [christoph]  0.9.4claws42
269
270         * intl/Makefile.in
271         * src/Makefile.am
272         * src/matcher.h
273         * src/common/Makefile.am
274         * src/common/passcrypt.c
275                 commit fixes and patches for some of the IRIX problems found by
276                 Ivan Rayner <ivanr@sgi.com>
277
278 2003-08-29 [paul]       0.9.4claws41
279
280         * src/prefs_filtering.c
281                 add 'Top' and 'Bottom' buttons, based on changes in
282                 src/prefs_filter.c in 0.9.4cvs11.
283
284 2003-08-27 [christoph]  0.9.4claws40
285
286         * src/folderview.c
287                 fix bug that the current summary settings were copied to the
288                 wrong folder item, when the folder item prefs are opened.
289                 Copying is not required because summary settings and
290                 folder_item_prefs do not contain the same settings
291
292 2003-08-27 [thorsten]   0.9.4claws39
293
294         * src/imap.c
295                 fix compile error
296
297 2003-08-26 [paul]       0.9.4claws38
298
299         * sync with 0.9.4cvs9
300                 see ChangeLog 2003-08-26
301
302 2003-08-25 [paul]       0.9.4claws37
303
304         * sync with 0.9.4cvs8
305                 see ChangeLog 2003-08-25
306
307 2003-08-24 [christoph]  0.9.4claws36
308
309         * src/prefs_filtering.c
310                 shouldn't remove items from a GSList while iterating over the
311                 list (makes cur invalid and cur->next not accessable)
312
313         (closes Bug 272 i deleted an folder and some seconds later sylpheed
314          crashed)
315
316 2003-08-23 [christoph]  0.9.4claws35
317
318         * src/news.c
319                 news folders should be scanned when opened
320
321 2003-08-22 [christoph]  0.9.4claws34
322
323         * src/prefs_folder_item.c
324                 use macro to assign strings that always frees the old string
325
326         * src/gtk/gtkaspell.[ch]
327                 add gtkaspell_set_dictionary_menu_active_item() to set active
328                 item in dictionary option menu
329
330         * src/prefs_spelling.c
331                 use gtkaspell_set_dictionary_menu_active_item() to select
332                 dictionary
333
334 2003-08-21 [christoph]  0.9.4claws33
335
336         * src/folder.[ch]
337         * src/imap.c
338         * src/mbox_folder.c
339         * src/mh.c
340         * src/news.c
341                 optimize folder system
342
343         * src/gtk/gtkstext.c
344                 fix division by zero when font has 0 width for ' '
345
346 2003-08-21 [paul]       0.9.4claws32
347
348         * sync with 0.9.4cvs7
349                 see ChangeLog 2003-08-20
350
351 2003-08-19 [paul]       0.9.4claws31
352
353         * src/common/defs.h
354                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
355                 SYLDOC_FAQ_HTML_INDEX.
356         * src/manual.c
357                 use LC_MESSAGES instead of LC_ALL to find the current
358                 language
359
360           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
361
362 2003-08-19 [paul]       0.9.4claws30
363
364         * po/bg.po
365                 updated by George Danchev
366
367 2003-08-18 [luke]       0.9.4claws29
368         * src/mimeview.[ch]
369         * src/gtk/gtkvscrollbutton.[ch]
370                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
371                   dependencies; do it the GTK way; reduce code -14/+2 lines)
372                 o removed horizontal separator between icons
373
374 2003-08-17 [christoph]  0.9.4claws28
375
376         * src/procmsg.c
377                 no subject threading when the subject has no reply prefix
378
379 2003-08-16 [christoph]  0.9.4claws27
380
381         * src/mainwindow.c
382                 remember and restore window sizes and position when the main
383                 window is hidden or shown
384
385         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
386          minimised/reopened using trayicon)
387
388 2003-08-16 [paul]       0.9.4claws26
389
390         * src/crash.c
391                 add #include "defs.h"
392
393 2003-08-16 [paul]       0.9.4claws25
394
395         * src/plugins/clamav/clamav_plugin.c
396                 reword a debug_print
397                 
398         * src/plugins/dillo_viewer/dillo_prefs.c
399                 cosmetic: change the labels' text, add tooltips, and
400                 left-align the hint
401
402 2003-08-15 [christoph]  0.9.4claws24
403
404         * src/news.c
405                 complete last change (forgot some changes)
406
407 2003-08-15 [christoph]  0.9.4claws23
408
409         * src/news.c
410                 o check number of messages and don't return a 0 message
411                   when no messages are available
412                 o don't parse xref header anymore
413
414         (closes Bug 203 I'm not getting any news)
415
416 2003-08-15 [paul]       0.9.4claws22
417
418         * src/common/defs.h
419           src/crash.c
420                 update and define claws bugzilla location
421
422 2003-08-15 [paul]       0.9.4claws21
423
424         * po/ru.po
425                 update submitted by Ruslan N. Balkin
426
427 2003-08-14 [christoph]  0.9.4claws20
428
429         * src/procmsg.c
430                 fix search for oldest node in subject threading
431
432 2003-08-14 [christoph]  0.9.4claws19
433
434         * src/procmsg.c
435         * src/common/utils.h
436                 add possibility to check all nodes with the same subject for
437                 subject threading, not only the oldest node. Should not break
438                 threads anymore if the oldest node is thread_by_subject_max_age
439                 days older then parent, because it can now find a child of
440                 oldest node as new parent.
441
442 2003-08-11 [christoph]  0.9.4claws18
443
444         * src/plugins/spamassassin/spamassassin.c
445                 run spam check in background process
446
447 2003-08-10 [alfons]     0.9.4claws17
448
449         * src/summaryview.c
450                 make `Select All' sensitive too
451
452 2003-08-10 [christoph]  0.9.4claws16
453
454         * src/imap.c
455                 add more checks in imap_close
456
457 2003-08-09 [alfons]     0.9.4claws15
458
459         * src/prefs_spelling.c
460                 no spell checking UI if not requested
461
462 2003-08-09 [alfons]     0.9.4claws14
463
464         * src/gtk/prefswindow.c
465                 make it compile
466
467 2003-08-09 [christoph]  0.9.4claws13
468
469         * src/prefs_spelling.c
470         * src/gtk/prefswindow.[ch]
471         * src/plugins/clamav/clamav_plugin_gtk.c
472         * src/plugins/spamassassin/spamassassin_gtk.c
473                 sort prefs pages by heighest weight in tree
474
475 2003-08-09 [paul]       0.9.4claws12
476
477         * sync with 0.9.4cvs6
478                 see ChangeLog 2003-08-07
479                 
480         * AUTHORS
481                 add Leandro and Luke to claws-branch section
482
483 2003-08-09 [christoph]  0.9.4claws11
484
485         * src/gtk/Makefile.am
486         * src/gtk/colorsel.[ch]                 ** NEW **
487                 create a color selection dialog that can be used as a simple
488                 function call with it's own gtk main loop like filesel.[ch]
489
490         * src/Makefile.am
491         * src/main.c
492         * src/prefs_common.c
493         * src/prefs_spelling.[ch]               ** NEW **
494         * src/prefs_spelling.glade              ** NEW **
495         * src/gtk/gtkutils.[ch]
496                 move "Spell Checker" prefs to new prefs dialog
497
498         * src/prefs_folder_item.c
499                 use new colorsel dialog
500
501 2003-08-08 [paul]       0.9.4claws10
502
503         * src/inc.c
504                 clear the progress bar unconditionally
505
506 2003-08-08 [paul]       0.9.4claws9
507
508         * sync with 0.9.4cvs4
509                 see ChangeLog 2003-07-31
510
511 2003-08-07 [christoph]  0.9.4claws8
512
513         * configure.ac
514                 fix bug in image viewer plugin part
515
516         * src/imap.c
517                 don't execute close command if the folder item is not selected
518
519 2003-08-07 [hoa]        0.9.4claws7
520
521         * src/filtering.[ch]
522         * src/matcher_parser.h
523         * src/matcher_parser_parse.y
524                 can define several actions for each filtering rule
525                 can import old versions of filtering rules
526
527         * src/prefs_filtering.c
528                 call to a new dialog box to define actions
529
530         * src/prefs_filtering_action.[ch]
531                 dialog box to define actions for filtering rules
532
533 2003-08-06 [christoph]  0.9.4claws6
534
535         * src/imap.c
536                 make sure source folder is selected when copying messages
537
538 2003-08-06 [christoph]  0.9.4claws5
539
540         * sync with 0.9.4cvs2
541                 see ChangeLog 2003-07-29                
542
543 2003-08-05 [paul]       0.9.4claws4
544
545         * sync with 0.9.4cvs3
546                 see ChangeLog 2003-07-30
547
548 2003-08-04 [match]      0.9.4claws3
549
550         * po/POTFILES.in
551                 export of LDIF files.
552
553 2003-08-04 [match]      0.9.4claws2
554
555         * src/ldif.[ch]
556                 support for export LDIF. documented.
557         * src/importldif.[ch]
558         * src/exportldif.[ch]
559                 add tooltips. documented.
560         * src/exphtmldlg.[ch]
561         * src/common/xmlprops.[ch]
562                 documented.
563         * src/exportldif.[ch]                   ** NEW **
564         * src/expldifdlg.[ch]                   ** NEW **
565         * src/addressbook.[ch]
566         * src/Makefile.am
567                 export of LDIF files.
568                 documented.
569
570 2003-08-04 [christoph]  0.9.4claws1
571
572         * .cvsignore
573         * Makefile.am
574         * configure.ac
575         * sylpheed-claws.pc.in                  ** NEW **
576         * src/Makefile.am
577         * src/common/Makefile.am
578         * src/gtk/Makefile.am
579                 install sylpheed header files in $(pkgincludedir) and create a
580                 pkg-config file to allow building a plugin without the source
581                 package
582
583 2003-08-04 [paul]       0.9.4claws
584
585         * version 0.9.4claws
586
587 2003-08-04 [paul]       0.9.3claws97
588
589         * po/es.po
590                 update Spanish translation. Submitted by Ricardo
591                 Mones Lastra.
592
593 2003-08-03 [paul]       0.9.3claws96
594
595         * po/hr.po
596           po/sr.po
597                 update Croatian and Serbian translations. Submitted by
598                 Dragan and Urke MMI respectively
599
600 2003-08-03 [alfons]     0.9.3claws95
601
602         * src/summaryview.c
603                 mark flag has precedence over important flag - seems
604                 to have been changed in sync of 0.9.3claws45. this fixes
605                 a regression where messages that were scored as important
606                 don't show their mark flags. (using the same column for
607                 both importance as mark flags is the real problem
608                 ofcourse)
609
610 2003-08-03 [melvin]     0.9.3claws94
611
612         * po/fr.po
613                 Updated French translations.
614
615 2003-08-03 [melvin]     0.9.3claws93
616
617         * src/Makefile.am
618                 Fixed typo introduced after 0.9.3claws92 
619                 that prevented compilation
620                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
621                 CPPFLAGS and YFLAGS to allow user setting these.
622         * src/common/Makefile.am
623         * src/gtk/Makefile.am
624         * src/plugins/clamav/Makefile.am
625         * src/plugins/demo/Makefile.am
626         * src/plugins/dillo_viewer/Makefile.am
627         * src/plugins/image_viewer/Makefile.am
628         * src/plugins/mathml_viewer/Makefile.am
629         * src/plugins/spamassassin/Makefile.am
630         * src/plugins/trayicon/Makefile.am
631         * src/plugins/trayicon/libeggtrayicon/Makefile.am
632                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
633                 CPPFLAGS and YFLAGS to allow user setting these.
634
635 2003-08-02 [christoph]  0.9.3claws92
636
637         * configure.ac
638                 o rearrange plugin tests
639                 o add test for clamav.h to ClamAV tests
640
641 2003-08-02 [luke]       0.9.3claws91
642
643         * src/mimeview.c
644                 o fixed appearance of icon list when toggling back from the 
645                   ctree
646                 o toggling of icons using the keyboard works correctly
647                 o fixed all other keyboard shortcuts to work when icons are
648                   active
649         
650         * src/messageview.c
651                 o fixed bug 4 - focus lost when changing messageview view type
652
653 2003-08-02 [christoph]  0.9.3claws90
654
655         * src/common/hooks.c
656                 fix crash when pointer stored in hash table could get invalid
657                 when a plugin is unloaded
658
659 2003-08-01 [christoph]  0.9.3claws89
660
661         * configure.ac
662                 o try to build all plugins (except spamassassin) by default
663                 o don't build a plugin if a dependency check fails
664
665         * src/common/hooks.c
666                 fix warning
667
668 2003-08-01 [match]      0.9.3claws88
669
670         * src/importldif.c
671                 allow single click field selection. document code.
672
673 2003-08-01 [christoph]  0.9.3claws87
674
675         * src/plugins/clamav/clamav_plugin.c
676         * src/plugins/clamav/clamav_plugin_gtk.c
677         * src/plugins/dillo_viewer/dillo_viewer.c
678         * src/plugins/image_viewer/plugin.c
679         * src/plugins/mathml_viewer/mathml_viewer.c
680         * src/plugins/spamassassin/spamassassin.c
681         * src/plugins/spamassassin/spamassassin_gtk.c
682         * src/plugins/trayicon/trayicon.c
683                 add version check to all plugins
684
685 2003-08-01 [hoa]        0.9.3claws86
686
687         * src/prefs_filtering.c
688                 fixed a cosmetic bug, during creation of dialog box,
689                 wrong widgets were shown after creation.
690
691 2003-08-01 [luke]       0.9.3claws85
692
693         * src/mainwindow.c
694                 o fixed visibility of icons/mimeview after toggling separate
695                   message/folder view (factored out some similar code too).
696
697
698 2003-07-31 [alfons]     0.9.3claws84
699
700         * src/mimeview.c
701                 tweak icon box UI a bit more, now allowing right-clicks actions
702                 getting the relevant mime data too; should fix #250, "Can't save 
703                 attachments sometimes".
704
705 2003-07-30 [alfons]     0.9.3claws83
706
707         * src/compose.c
708                 don't do auto-save-draft inside key press handler, but rather
709                 schedule it half of a second later; should fix #67, "autosave 
710                 make re-rediting message crazy"
711
712 2003-07-30 [christoph]  0.9.3claws82
713
714         * src/plugins/trayicon/trayicon.c
715                 process pending events before unloading the plugin
716
717         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
718
719 2003-07-30 [alfons]     0.9.3claws81
720
721         * src/common/hooks.c
722                 parameter 2 of g_hook_destroy() should really be a hook id
723
724 2003-07-30 [alfons]     0.9.3claws80
725
726         * src/common/plugin.c
727                 fix a possibly harmful function signature mismatch 
728                 for plugin_done
729
730 2003-07-30 [alfons]     0.9.3claws79
731
732         * src/common/hooks[.ch]
733                 const correctness
734
735 2003-07-30 [darko]      0.9.3claws78
736
737         * src/summaryview.c
738                 make it compile again
739
740 2003-07-30 [luke]       0.9.3claws77
741
742         * src/crash.c
743         * src/main.c
744                 o added/moved signal handlers for SIGTERM (normal kill command) 
745                   and SIGINT (ctl-c) to be used even without 
746                   --enable-crash-dialog, fixing bug 166
747
748         * src/summaryview.c
749                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
750                   bug 227
751
752         * src/mainwindow.c
753                 o changed sensitivity condition for 'Next new' and 'Next 
754                   unread', fixing bug 8
755
756 2003-07-29 [alfons]     0.9.3claws76
757
758         * src/common/utils.[ch]
759                 add generate_msgid()
760         * src/messageview.c
761                 save ack'ed RRR; fixes #205, "return receipt is not saved in
762                 sent folder".
763
764 2003-07-29 [alfons]     0.9.3claws75
765
766         * src/messageview.c
767                 fix a memleak (claws-only)
768
769 2003-07-29 [alfons]     0.9.3claws74
770
771         * src/mimeview.[ch]
772         * src/gtk/gtkvscrollbutton.[ch]
773                 fix UI glitch where mime icon toolbox' scroll position is not 
774                 reset after switching to another message
775                 
776
777 2003-07-29 [paul]       0.9.3claws73
778
779         * src/prefs_folder_item.c
780                 split the prefs into 2 separate pages
781
782 2003-07-29 [paul]       0.9.3claws72
783
784         * src/compose.c
785                 prepend "\n\n" to a signature without a separator too
786
787 2003-07-29 [paul]       0.9.3claws71
788
789         * src/compose.c
790                 fix bug where changing to an account without an auto-sig
791                 from an initial account without an auto-sig would insert 
792                 2 blank lines at the cursor point
793                 fix bug where changing to an account with an auto-sig
794                 from an initial account without an auto-sig would insert
795                 the sig at the cursor point
796
797 2003-07-29 [paul]       0.9.3claws70
798
799         * src/folderview.c
800                 use the colour from the folder pref unless the folder
801                 has new messages
802
803 2003-07-29 [alfons]     0.9.3claws69
804
805         * src/procmsg.[ch]
806         * src/messageview.c
807         * src/procheader.c
808                 rewrite return receipt request work a little bit (the former 
809                 implementation presumably depended too much on the UI setting
810                 flags). (we're losing the old pending flag.) 
811
812 2003-07-28 [christoph]  0.9.3claws68
813
814         * src/folder.c
815         * src/imap.c
816         * src/mh.c
817         * src/procmsg.[ch]
818                 fix copy to IMAP folder from other folder
819
820 2003-07-28 [christoph]  0.9.3claws67
821
822         * src/procmsg.c
823                 fix sync of procmsg_get_message_file_list
824
825 2003-07-28 [christoph]  0.9.3claws66
826
827         * sync with 0.9.3cvs14
828                 see ChangeLog 2003-07-18
829         * sync with 0.9.3cvs17
830                 see ChangeLog 2003-07-23
831
832         (closes Bug 234 segmentation fault after sending out mail via
833          smtp(auth))
834
835 2003-07-28 [paul]       0.9.3claws65
836
837         * po/es.po
838                 update Spanish translation, submitted by Ricardo Mones
839                 Lastra
840
841 2003-07-28 [christoph]  0.9.3claws64
842
843         * src/folder.[ch]
844         * src/imap.c
845         * src/mh.c
846                 return new message numbers as a GRelation instead of a GSList
847                 that has to be in the same order as the input list. A list
848                 would make it hard for IMAP to optimize oepration by sorting
849                 the input list. The returned list would have to be reordered
850                 to match the same order that input list has.
851
852         * src/gtk/gtkaspell.c
853                 fix missing return value, could cause a crash when garbage is
854                 on the stack that is used as the expected return value
855
856 2003-07-28 [paul]       0.9.3claws63
857
858         * sync with 0.9.4cvs1
859                 see ChangeLog 2003-07-28
860
861 2003-07-27 [alfons]     0.9.3claws62
862
863         * src/mimeview.c
864                 tweak it more to make icon list act like a check button group
865
866 2003-07-27 [christoph]  0.9.3claws61
867
868         * sync with 0.9.3cvs20
869                 see ChangeLog 2003-07-25
870
871 2003-07-27 [paul]       0.9.3claws60
872
873         * src/procmsg.c
874                 re-commit changes from 0.9.3claws58 -
875                 accidently removed in 0.9.3claws59
876
877 2003-07-27 [paul]       0.9.3claws59
878
879         * src/procmsg.[ch]
880                 a sync from 0.9.3cvs17
881                 see ChangeLog 2003-07-23
882
883 2003-07-27 [alfons]     0.9.3claws58
884
885         * src/procmsg.c
886                 add missing header members to MsgInfo; fixes the problem of 
887                 not displaying X-Faces, as noticed by Ricardo Mones
888
889 2003-07-26 [christoph]  0.9.3claws57
890
891         * sync with 0.9.3cvs18
892                 see ChangeLog 2003-07-24
893
894 2003-07-26 [christoph]  0.9.3claws56
895
896         * sync with 0.9.3cvs17
897                 see ChangeLog 2003-07-23
898
899 2003-07-26 [christoph]  0.9.3claws55
900
901         * src/folder.[ch]
902         * src/imap.c
903         * src/mbox_folder.c
904         * src/mh.c
905         * src/news.c
906                 add support for copy function that copy multiple messages
907                 (not implemented yet)
908
909         * src/summaryview.c
910                 add missing return value
911
912 2003-07-26 [paul]       0.9.3claws54
913
914         * tools/multiwebsearch.pl
915                 do whitespace substitution before passing the string
916                 to the browser. fixes bug with browsers that don't
917                 do whitespace conversion themselves.
918
919 2003-07-25 [christoph]  0.9.3claws53
920
921         * src/folder.[ch]
922         * src/imap.c
923         * src/mh.c
924                 rewrite adding of multiple messages to a folder for
925                 claws' folder system
926
927 2003-07-25 [luke]       0.9.3claws52
928
929         * src/mimeview.c
930                 o icon toggles set correctly on leaving ctree mimeview
931
932 2003-07-25 [paul]       0.9.3claws51
933
934         * partial sync with 0.9.3cvs21 [src/main.c]
935                 see ChangeLog 2003-07-25
936
937 2003-07-24 [paul]       0.9.3claws50
938
939         * tools/maildir2sylpheed.pl
940                 fix typo
941
942 2003-07-24 [paul]       0.9.3claws49
943
944         * src/mimeview.c
945                 increase the gutter size of paned so that the panes
946                 can be resized
947                 
948         * src/plugins/demo/demo.c
949                 squeeze in another typo fix
950
951 2003-07-24 [paul]       0.9.3claws48
952
953         * src/plugins/demo/demo.c
954           src/prefs_account.c
955                 small changes to the English
956                 
957         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
958           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
959           src/Makefile.am
960           src/stock_pixmap.c
961                 rename the misspelled icon
962
963 2003-07-23 [alfons]     0.9.3claws47
964
965         * src/mimeview.c
966                 make icon list look like a list of toggles
967
968 2003-07-23 [luke]       0.9.3claws46
969
970         * src/pixmaps/mimeview_gpg_expired.xpm
971         * src/pixmaps/mimeview_gpg_failed.xpm
972         * src/pixmaps/mimeview_gpg_passed.xpm
973         * src/pixmaps/mimeview_text_html.xpm
974         * src/pixmaps/mimeview_image.xpm
975                 o all icons the same size
976
977         * src/mimeview.[ch]
978                 o mimeview ctree arranged vertically above the viewer
979                 o icons changed to buttons
980                 o can use keyboard to select an icon (Enter)
981                 o resize icon list to width of icons
982
983         *  src/gtk/gtkvscrollbutton.c
984                 o sensitivity of buttons reacts to position
985
986 2003-07-23 [christoph]  0.9.3claws45
987
988         * sync with 0.9.3cvs14 (incomplete)
989                 see ChangeLog 2003-07-17
990
991 2003-07-23 [alfons]     0.9.3claws44
992
993         * src/folder.c
994         * src/procmsg.h
995                 sync with my local tree to restore some claws-only things
996
997 2003-07-23 [paul]       0.9.3claws43
998
999         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1000           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1001           src/Makefile.am
1002           src/mimeview.c
1003           src/procmime.h
1004           src/rfc2015.c
1005           src/stock_pixmap.[ch]
1006                 indicate missing keys and expired sigs/keys
1007                 in mime view column
1008
1009 2003-07-23 [paul]       0.9.3claws42
1010
1011         * src/compose.c
1012                 Redirect fixes: enable automatic account selection and
1013                 do not append signature to message on changing account
1014                 fixes Bug[s] #248
1015
1016 2003-07-23 [paul]       0.9.3claws41
1017
1018         * sync with 0.9.3cvs16
1019                 see ChangeLog 2003-07-23
1020
1021 2003-07-23 [alfons]     0.9.3claws40
1022
1023         * src/inc.c
1024                 give progress dialog a main window, and give it the first 
1025                 one (presumably the only one). fixes bug #247, "segfault on 
1026                 pop-before-smtp" 
1027
1028 2003-07-22 [alfons]     0.9.3claws39
1029
1030         * src/summaryview.c
1031                 shift-space scrolls up
1032
1033 2003-07-22 [paul]       0.9.3claws38
1034
1035         * sync with 0.9.3cvs15
1036                 see ChangeLog 2003-07-22
1037
1038 2003-07-20 [alfons]     0.9.3claws37
1039
1040         * src/compose.c
1041                 put menu inside #ifdef USE_ASPELL..#endif
1042
1043 2003-07-20 [christoph]  0.9.3claws36
1044
1045         * src/procmsg.c
1046                 fix wrong flags in MsgInfo returned by
1047                 procmsg_msginfo_get_full_info()
1048
1049         (closes Bug 221 Deleting messages from the Message View gives incorrect
1050          new/unread message counts in the folder view)
1051
1052         * src/plugins/spamassassin/spamassassin_gtk.c
1053                 add gettext macro for prefs page title
1054
1055 2003-07-20 [paul]       0.9.3claws35
1056
1057         * src/mimeview.c
1058                 redraw icon list on signature check
1059
1060 2003-07-20 [christoph]  0.9.3claws34
1061
1062         * src/Makefile.am
1063         * src/account.c
1064         * src/folder.[ch]
1065         * src/folder_item_prefs.[ch]            ** NEW **
1066         * src/folderview.c
1067         * src/mainwindow.c
1068         * src/mh.c
1069         * src/prefs_gtk.c
1070         * src/prefs_scoring.c
1071         * src/summaryview.c
1072         * src/prefs_folder_item.[ch]
1073                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1074                   Properties dialog
1075                 o use prefswindow for folder properties
1076
1077         * src/gtk/prefswindow.[ch]
1078                 change implementation to use an invisible notebook instead
1079                 of unparenting widgets
1080
1081 2003-07-20 [christoph]  0.9.3claws33
1082
1083         * src/compose.h
1084         * src/folder.c
1085         * src/folderview.h
1086         * src/headerview.h
1087         * src/prefs_filtering.h
1088         * src/prefs_folder_item.[ch]
1089         * src/procmime.h
1090         * src/procmsg.h
1091         * src/summaryview.h
1092                 clean up header mess
1093                 (always use 1. typedefs, 2. #includes, 3. structures)
1094
1095         * src/common/version.h.in
1096                 add casts for constants
1097
1098         * src/plugins/demo/demo.c
1099                 fix typo
1100
1101         * src/plugins/spamassassin/spamassassin.c
1102                 remove unused variable
1103
1104 2003-07-20 [alfons]     0.9.3claws32
1105
1106         * src/mimeview.c
1107                 o make icon buttons respond on left click
1108                 o minor cosmetic change
1109
1110 2003-07-19 [luke]       0.9.3claws31
1111
1112         * src/mimeview.[ch]
1113         * src/gtk/gtkvscrollbutton.c
1114         * src/messageview.c
1115                 o improved mimeview behaviour when selecting a new message
1116                 o plus code cleanups to remove compile warnings
1117
1118
1119 2003-07-19 [alfons]     0.9.3claws30
1120
1121         * src/procmsg.c
1122         * src/compose.c
1123         * src/common/utils.[ch]
1124                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1125
1126 2003-07-19 [alfons]     0.9.3claws29
1127
1128         * src/prefs_folder_item.c
1129                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1130                 string pointers
1131
1132 2003-07-19 [luke]       0.9.3claws28
1133
1134         * src/messageview.c
1135         * src/mimeview.[ch]
1136         * src/procmime.h
1137         * src/rfc2015.c
1138         * src/stock_pixmap.[ch]
1139         * src/gtk/Makefile.am
1140         * src/Makefile.am
1141         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1142         * src/pixmaps/mime_*.xpm                ** NEW **
1143                 o mimeview rearrangement with a new icon shortcut bar
1144
1145 2003-07-19 [alfons]     0.9.3claws27
1146
1147         * src/folderview.c
1148                 o plug leaking nodes_to_recollapse
1149                 o add folderview_recollapse_all_nodes() (not used yet)
1150
1151 2003-07-19 [alfons]     0.9.3claws26
1152
1153         * src/compose.c
1154         * src/common/utils.c
1155                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1156                 for both forwarding as replying
1157
1158 2003-07-18 [christoph]  0.9.3claws25
1159
1160         * configure.ac
1161         * src/common/sylpheed.[ch]
1162         * src/common/version.h.in
1163                 add version in numeric form to allow easy comparison
1164
1165         * src/plugins/demo/demo.c
1166                 add version check
1167                 - sylpheed version > plugin version => never allowed, sylpheed
1168                   could contain unknown API changes
1169                 - sylpheed version < minimum version required => don't load,
1170                   API required not available (if linking does not fail)
1171
1172 2003-07-18 [alfons]     0.9.3claws24
1173         
1174         * src/common/plugin.[ch]
1175                 const correctness
1176
1177 2003-07-18 [christoph]  0.9.3claws23
1178
1179         * src/common/hooks.c
1180                 fix crash when hooks where unregisted
1181
1182         * src/plugins/trayicon/trayicon.c
1183                 unregister detroy signal before destroying the widget
1184                 (still crashes when the plugin is unloaded)
1185
1186 2003-07-18 [alfons]     0.9.3claws22
1187         
1188         * src/folderview.c
1189                 delay expanding folder tree during drags until timeout triggered
1190                 (needs perhaps some tweaking, so testing is welcome)
1191
1192 2003-07-17 [alfons]     0.9.3claws21
1193
1194         * src/folderview.c
1195                 clean up cruft
1196
1197 2003-07-17 [christoph]  0.9.3claws20
1198
1199         * src/common/session.c
1200                 fix opening of SSL connections
1201
1202         * src/plugins/image_viewer/Makefile.am
1203                 add OPENSSL_CFLAGS (we should find a better solution to remove
1204                 this dependencies if they are not required)
1205
1206         * src/plugins/spamassassin/spamassassin.c
1207                 remove setlocale workaround (fixed in libspamc)
1208
1209         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1210          if spell checking enabled)
1211
1212 2003-07-17 [alfons]     0.9.3claws19
1213
1214         * src/common/hooks.[ch]
1215         * src/plugins/clamav/clamav_plugin.c
1216         * src/plugins/spamassassin/spamassassin.c
1217         * src/plugins/trayicon/trayicon.c
1218                 fix signedness muck 
1219
1220 2003-07-17 [alfons]     0.9.3claws18
1221
1222         * src/procmime.c
1223                 plug memleak
1224
1225 2003-07-17 [alfons]     0.9.3claws17
1226
1227         * src/inc.c
1228                 plug memleak
1229
1230 2003-07-17 [paul]       0.9.3claws16
1231
1232         * src/common/defs.h
1233           src/mainwindow.c
1234           src/manual.[ch]
1235                 add link to the Claws site's FAQ page, after the suggestion
1236                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1237                 Move url strings to defs.h
1238                 
1239         * src/mainwindow.c
1240                 fix typo to prevent "unknown menu entry" warnings
1241
1242 2003-07-17 [alfons]     0.9.3claws15
1243
1244         * src/folderview.[ch]
1245         * src/summaryview.[ch]
1246         * src/mimeview.[ch]
1247                 plug DnD leaks 
1248
1249 2003-07-17 [paul]       0.9.3claws14
1250
1251         * src/inc.c
1252                 remove two instances of 'GTK_EVENTS_FLUSH' because
1253                 they are unnecessary and probably cause a stack overflow
1254
1255 2003-07-16 [christoph]  0.9.3claws13
1256
1257         * src/mimeview.[ch]
1258                 use an invisible GTK notebook to switch between viewers
1259                 instead of reparenting widgets
1260
1261 2003-07-16 [christoph]  0.9.3claws12
1262
1263         * src/folder.c
1264                 move folder_item_update_freeze() to correct place in
1265                 folder_item_scan_full()
1266
1267 2003-07-16 [paul]       0.9.3claws11
1268
1269         * sync with 0.9.3cvs12
1270                 see ChangeLog 2003-07-14 and 2003-07-15
1271
1272 2003-07-16 [christoph]  0.9.3claws10
1273
1274         * src/imap.[ch]
1275         * src/prefs_account.[ch]
1276                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1277
1278 2003-07-15 [alfons]     0.9.3claws9
1279
1280         * src/main.c
1281                 make --config-dir do something useful
1282
1283 2003-07-15 [alfons]     0.9.3claws8
1284
1285         * src/procmsg.c
1286                 o fix a bug where 'last' didn't really point to the last message
1287                   in the top level list of children, but to the last threaded
1288                   message. 
1289                 
1290                 o clean up and make it easier to sync
1291
1292 2003-07-15 [alfons]     0.9.3claws7
1293
1294         * src/mainwindow.c
1295                 make correct menu items sensitive       
1296
1297 2003-07-14 [alfons]     0.9.3claws6
1298
1299         * src/procmsg.c
1300                 tune the threader so it will not subject-thread any message
1301                 without a subject prefix (this will not thread correctly if 
1302                 a parent is delivered after their childs, but it looks 
1303                 better right now)
1304
1305 2003-07-13 [christoph]  0.9.3claws5
1306
1307         * src/mainwindow.c
1308                 group "Add mailbox *..." menu items in submenu
1309
1310 2003-07-13 [alfons]     0.9.3claws4
1311
1312         * src/summaryview.c
1313                 correct summary_toggle_pressed() signature and make sure
1314                 signal is not passed on
1315
1316 2003-07-13 [alfons]     0.9.3claws3
1317
1318         * src/summaryview.c
1319                 o for now don't pass on keys when they we're handled by 
1320                   ctree::key_press_event
1321                 o clean up
1322
1323 2003-07-13 [alfons]     0.9.3claws2
1324         
1325         * src/main.c
1326                 add command line option "--config-dir" to get the current 
1327                 configuration dir
1328
1329 2003-07-12 [alfons]     0.9.3claws1
1330
1331         * src/matcher.[ch]
1332         * src/matcher_parser_parse.y
1333         * src/prefs_filtering.c
1334         * src/filtering.c
1335                 add "Lock" filter action to lock messages;
1336
1337         * src/filtering.c       
1338                 remove debug_print()    
1339         * src/prefs_filtering.c
1340                 re-organize matcher part 9: 
1341                 make action text entries easily extendible;
1342                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1343                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1344
1345 2003-07-12 [paul]
1346
1347         * tools/README
1348                 update old information and add missing
1349                 information
1350
1351 2003-07-12 [paul]       0.9.3claws
1352
1353         * 0.9.3claws released
1354         
1355 2003-07-12 [paul]       0.9.0claws103
1356
1357         * src/Makefile.am
1358                 add addrquery.h
1359
1360 2003-07-12 [melvin]     0.9.0claws102
1361
1362         * src/messageview.c
1363                 Fixed bug #215: Show MIME tab for single text/html messages. 
1364                 
1365 2003-07-12 [paul]       0.9.0claws101
1366
1367         * man/sylpheed.1
1368                 updated
1369
1370 2003-07-12 [paul]       0.9.0claws100
1371
1372         * po/es.po
1373           po/hr.po
1374           po/pl.po
1375           po/sr.po
1376                 update Spanish, Croatian, Polish, Serbian translations.
1377                 submitted by Ricardo Mones Lastra, Dragan, Witold
1378                 Wladyslaw Wojciech Wilk, Urke MMI
1379
1380 2003-07-12 [melvin]     0.9.0claws99
1381
1382         * po/fr.po
1383                 Updated French translations.
1384
1385 2003-07-12 [paul]       0.9.0claws98
1386
1387         * src/addressbook.c
1388                 disable 'Lookup' button as it has no effect
1389
1390 2003-07-11 [alfons]     0.9.0claws97
1391         
1392         * src/summaryview.c
1393                 summary_searchbar_pressed() should return TRUE to signal that
1394                 event was handled. when returning void, the return value passed
1395                 to GTK is actually random, but maybe FALSE, in which case the
1396                 event is handled by parent
1397                 
1398 2003-07-10 [paul]       0.9.0claws96
1399
1400         * ac/missing/gettext.m4
1401                 update to version 0.12
1402
1403 2003-07-10 [paul]       0.9.0claws95
1404
1405         * src/plugins/clamav/clamav_plugin.c
1406                 fix bug where multipart/alternative messages
1407                 would slip through without being scanned
1408
1409 2003-07-10 [christoph]  0.9.0claws94
1410
1411         * src/folder.c
1412                 correct check if folder supports removing when a message is
1413                 moved. if not the message is only copied.
1414
1415         (closes Bug 132 crash on startup in newsgroups folders)
1416
1417 2003-07-09 [alfons]     0.9.0claws93
1418
1419         * configure.ac
1420         * src/common/defs.h
1421                 --with-config-dir (default .sylpheed)
1422
1423 2003-07-09 [christoph]  0.9.0claws92
1424
1425         * configure.ac
1426                 use PKG_CHECK_MODULES to check for gtkmathview
1427                 (version 0.4.2 now required)
1428
1429 2003-07-08 [melvin]     0.9.0claws91
1430
1431         * src/action.c
1432                 Implemented a progress bar that counts the number of completed
1433                 tasks when the action runs more than one command.
1434
1435 2003-07-08 [alfons]     0.9.0claws90
1436
1437         * src/procmsg.c
1438                 if queued message has an invalid Message-Id, don't try to
1439                 find message it refers to (fixes #209 "crash when processing 
1440                 in folder")
1441
1442 2003-07-08 [paul]       0.9.0claws89
1443
1444         * sync with 0.9.3cvs2
1445                 see ChangeLog 2003-07-08
1446
1447 2003-07-08 [match]      0.9.0claws88
1448
1449         * src/ldapctrl.c
1450                 extend LDAP search for first/last name by parsing search term.
1451
1452 2003-07-08 [alfons]     0.9.0claws87
1453
1454         * src/send_message.c
1455                 fix bug #208 "Status message stuck when sending on POP3 account"
1456
1457 2003-07-07 [paul]       0.9.0claws86
1458
1459         * po/hr.po
1460                 new Croatian translation, submitted by
1461                 Dragan <drleskov@inet.hr>
1462
1463 2003-07-07 [paul]       0.9.0claws85
1464
1465         * sync with 0.9.3cvs1
1466                 see ChangeLog 2003-07-07
1467
1468 2003-07-05 [christoph]  0.9.0claws84
1469
1470         * src/Makefile.am
1471         * src/messageview.c
1472         * src/mimeview.[ch]
1473         * src/stock_pixmap.[ch]
1474         * src/pixmaps/messageview_text.xpm              ** NEW **
1475                 move mimeview tabs to the right side and use icons
1476                 instead of text to save some space
1477
1478         (patch by Luke Plant <lukeplant@softhome.net>)
1479
1480 2003-07-05 [christoph]  0.9.0claws83
1481
1482         * src/inc.c
1483                 add NULL pointer checks
1484
1485         (patch by Luke Plant <lukeplant@softhome.net>)
1486         (closes Bug 204 0.9.0 quits on authentication error?!)
1487
1488 2003-07-05 [alfons]     0.9.0claws82
1489
1490         * configure.ac
1491                 take the clue in bug #202 "./configure script - 
1492                 'if test' comparison failure" reported by John Kristoff. 
1493
1494 2003-07-04 [christoph]  0.9.0claws81
1495
1496         * src/plugins/spamassassin/spamassassin.c
1497                 set timeout for spam check
1498
1499 2003-07-04 [christoph]  0.9.0claws80
1500
1501         * src/main.c
1502                 destroy all FolderItems when shutting down to
1503                 allow folders to clean up
1504
1505 2003-07-04 [melvin]     0.9.0claws79
1506
1507         * src/gtk/gtkaspell.c
1508                 Fixed bug #184 "Entering non-ascii character deletes
1509                 previous char if spell checking enabled": this makes
1510                 the spell checking in multibytes (e.g. UTF-8)locales work.
1511                 (Patch by Luke Plant).
1512                 
1513 2003-07-04 [christoph]  0.9.0claws78
1514
1515         * sync with 0.9.2cvs1
1516                 see ChangeLog 2003-06-10
1517
1518 2003-07-04 [paul]       0.9.0claws77
1519
1520         * sync with 0.9.3 release
1521                 see ChangeLog 2003-07-04
1522
1523 2003-07-03 [christoph]  0.9.0claws76
1524
1525         * src/folder.[ch]
1526         * src/imap.c
1527         * src/mbox_folder.c
1528         * src/mh.c
1529         * src/news.c
1530                 move folder_item_get_path() stuff into a folder virtual function
1531
1532         * src/procmsg.c
1533                 use folder_item_fetch_msg() to get message and do not contruct
1534                 the filename from path and number
1535
1536 2003-07-03 [paul]       0.9.0claws75
1537
1538         * sync with 0.9.2cvs12
1539                 see ChangeLog 2003-07-03
1540
1541 2003-07-02 [paul]       0.9.0claws74
1542
1543         * src/messageview.c
1544                 fix text-selection for replying
1545
1546 2003-07-02 [paul]       0.9.0claws73
1547
1548         * sync with 0.9.2cvs11
1549                 see ChangeLog 2003-07-02
1550
1551 2003-07-02 [paul]       0.9.0claws72
1552
1553         * src/procmsg.c
1554                 revert last commit because it breaks more
1555                 than it fixes
1556
1557 2003-07-02 [paul]       0.9.0claws71
1558
1559         * src/procmsg.c
1560                 fix thread by subject/sort by date
1561
1562 2003-07-01 [paul]       0.9.0claws70
1563
1564         * sync with 0.9.2cvs10
1565                 see ChangeLog 2003-07-01
1566
1567 2003-06-30 [paul]       0.9.0claws69
1568
1569         * sync with 0.9.2cvs9
1570                 see ChangeLog 2003-06-30
1571
1572 2003-06-28 [match]      0.9.0claws68
1573
1574         * src/addressbook.c
1575                 fix null ptr.
1576
1577 2003-06-27 [paul]       0.9.0claws67
1578
1579         * sync with 0.9.2cvs7
1580                 see ChangeLog 2003-06-27
1581
1582 2003-06-26 [christoph]  0.9.0claws66
1583
1584         * src/folder.c
1585                 freeze folder updates while a folder is scanned
1586
1587         (closes Bug 185 New message counter)
1588
1589 2003-06-26 [darko]      0.9.0claws65
1590
1591         * src/ldapserver.c
1592                 fix infinite loop when adding a new LDAP server
1593
1594 2003-06-26 [paul]       0.9.0claws64
1595
1596         * sync with 0.9.2cvs6
1597                 see ChangeLog 2003-06-26
1598
1599 2003-06-26 [paul]       0.9.0claws63
1600
1601         * sync with 0.9.2cvs5
1602                 see ChangeLog 2003-06-25 and 2003-06-26
1603
1604 2003-06-25 [match]      0.9.0claws62
1605
1606         * src/addr_compl.c
1607                 Fixed tab/backtab for dropped-down completion list to
1608                 move next/previous field. (close bug 147)
1609
1610 2003-06-25 [christoph]  0.9.0claws61
1611
1612         * src/addr_compl.[ch]
1613         * src/addrindex.[ch]
1614         * src/folderview.c
1615         * src/inc.c
1616         * src/news.c
1617         * src/summaryview.c
1618         * src/toolbar.c
1619                 fix warnings
1620
1621 2003-06-25 [leandro]    0.9.0claws60
1622
1623         * src/compose.c
1624                 o cleanups
1625                 o gray out "Message/Remove references" menu item if not
1626                   replying to a message
1627
1628 2003-06-24 [leandro]    0.9.0claws59
1629
1630         * src/compose.[ch]
1631                 o removed "Message/Create new thread" menu item
1632                 o added "Message/Remove references" menu item
1633                   (it's off by default and will not check anymore
1634                    if the subject changed)
1635
1636 2003-06-23 [alfons]     0.9.0claws58
1637
1638         * src/procmsg.c
1639                 try better grouping messages threaded by subject based on their age.
1640                 still not perfect - because the message tree is not sorted by date.  
1641
1642 2003-06-23 [thorsten]   0.9.0claws57
1643
1644         * src/pop.[ch]
1645                 added mail_receive_hook to allow modifications
1646                 directly after retrieval (e.g. adding headers).
1647
1648 2003-06-23 [paul]       0.9.0claws56
1649
1650         * src/sourcewindow.c
1651                  enable the use of Ctrl+A to select all text in
1652                  the sourcewindow
1653                  Patch submitted by Ivan Francolin Martinez
1654                  <ivanfm@users.sourceforge.net>
1655
1656 2003-06-22 [christoph]  0.9.0claws55
1657
1658         * src/folder.[ch]
1659                 o add notification hook for folder tree changes
1660                 o invoke hooks after folder tree scanning
1661
1662         * src/folderview.[ch]
1663                 register hook for folder tree changes that
1664                 updates the ctree
1665
1666         (there are more places that should be updated, like add, remove 
1667          or move folder)
1668
1669         (closes Bug 164 Crash on rebuild folder tree)
1670         (closes Bug 190 Crash on 'rebuilding folder tree')
1671
1672 2003-06-21 [leandro]    0.9.0claws54
1673
1674         * src/compose.[ch]
1675                 create a new thread if subject changes
1676                 (it's on by default, can be disabled in Message menu)
1677
1678 2003-06-21 [alfons]     0.9.0claws53
1679
1680         * src/summaryview.c
1681                 quiet little compiler
1682
1683 2003-06-21 [christoph]  0.9.0claws52
1684
1685         update gettext stuff to version 0.12
1686
1687 2003-06-19 [alfons]     0.9.0claws51
1688
1689         * src/common/log.c
1690         * src/common/plugin.c
1691                 move defs.h before glib.h to prevent MIN/MAX redefs
1692
1693 2003-06-19 [alfons]
1694
1695         * src/addressbook.c
1696                 translatable
1697
1698 2003-06-19 [match]      0.9.0claws50
1699
1700         * src/addressbook.[ch]
1701         * src/addrindex.[ch]
1702         * src/addr_compl.[ch]
1703         * src/editldap.[ch]
1704         * src/editldap_basedn.[ch]
1705         * src/addritem.[ch]
1706         * src/ldapquery.h
1707                 re-implemented dynamic LDAP search. works without
1708                 slowdown on display sender with addressbook
1709                 option.
1710         * src/addrbook.c
1711                 documented code.
1712
1713 2003-06-19 [paul]       0.9.0claws49
1714
1715         * src/compose.c
1716                 fix Bug #136 'Nonprovided quotation marks crash claws'
1717                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1718
1719 2003-06-19 [alfons]     0.9.0claws48
1720
1721         * src/prefs_common.[ch]
1722         * src/procmsg.c
1723                 restrict threading by subject by checking thread for
1724                 age (prefs_common.thread_by_subject_max_age)
1725
1726 2003-06-18 [christoph]  0.9.0claws47
1727
1728         * src/imap.c
1729                 fix memory leak in imap_cmd_fetch()
1730
1731 2003-06-18 [christoph]  0.9.0claws46
1732
1733         * src/prefs_gtk.c
1734                 fix memory leak in prefs_set_default() when used multiple
1735                 times or after prefs have been read
1736
1737 2003-06-18 [christoph]  0.9.0claws45
1738
1739         * src/common/plugin.c
1740                 fix memory leak in plugin_unload()
1741
1742 2003-06-18 [christoph]  0.9.0claws44
1743
1744         * src/imap.c
1745                 fix memory leak in imap_cmd_ok()
1746
1747 2003-06-18 [christoph]  0.9.0claws43
1748
1749         * src/folder.c
1750                 stop messages that are downloaded from POP3 and added to
1751                 an IMAP inbox from being filtered twice (first by POP3
1752                 and again when IMAP folder is scaned to get the UID of
1753                 the APPEND operation when no UIDPLUS is available)
1754
1755 2003-06-18 [alfons]
1756
1757         * tools/Makefile.am
1758                 phoenix <- firebird     
1759
1760 2003-06-18 [paul]
1761
1762         * tools/launch_phoenix          ** REMOVED **
1763           tools/launch_firebird         ** NEW **
1764                 renamed and edited to reflect the browser's name change from
1765                 'phoenix' to 'firebird'
1766
1767 2003-06-18 [paul]       0.9.0claws42
1768
1769         * sync with 0.9.2cvs2
1770                 see ChangeLog 2003-06-16
1771
1772 2003-06-17 [alfons]     0.9.0claws41
1773
1774         * src/procmsg.c
1775                 prevent threading problems when a node is an ancestor (parent / great parent),
1776                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1777                 for finding an sample set of messages)
1778
1779 2003-06-16 [christoph]  0.9.0claws40
1780
1781         * src/main.c
1782                 don't popup main window on --receive or --receive-all
1783
1784         * src/mainwindow.[ch]
1785         * src/plugins/trayicon/trayicon.c
1786                 allow hiding of main window by clicking on the trayicon
1787                 (doesn't work correctly in seperate window mode and may
1788                  cause unexpected GTK problems I couldn't find yet)
1789
1790         * src/common/ssl.c
1791                 remove incorrect warning
1792
1793 2003-06-15 [alfons]     0.9.0claws39
1794
1795         * src/gtk/gtkstext.c
1796                 don't output debug text;
1797                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1798                 for pointing this out);
1799
1800 2003-06-14 [alfons]     0.9.0claws38
1801         
1802         * src/messageview.c
1803                 remove printf() and make one if..else comply with coding style
1804
1805 2003-06-14 [alfons]     0.9.0claws37
1806
1807         * AUTHORS
1808                 add Martin Wicke
1809         * src/action.c
1810         * src/messageview.[ch]
1811         * src/summaryview.c
1812                 apply patch #754162 "Quoting messages filtered by actions" submitted
1813                 by Martin Wicke, which allows quoting message body changed by an
1814                 action (Thanks!).
1815
1816 2003-06-13 [alfons]     0.9.0claws36
1817
1818         * src/utils.c
1819                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1820                 use case insensitive regexp (suggested by Ivan Martinez)
1821
1822 2003-06-13 [christoph]  0.9.0claws35
1823
1824         * configure.ac
1825         * src/plugins/trayicon/Makefile.am
1826         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1827         * src/plugins/trayicon/trayicon.c
1828         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1829         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1830         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1831         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1832         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1833         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1834                 replace my own EggTrayIcon backport with the backport
1835                 used by (l|x)mule and gabber.
1836
1837 2003-06-13 [alfons]     0.9.0claws34
1838
1839         * AUTHORS
1840         * src/common/utils.c
1841                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1842
1843 2003-06-13 [alfons]     0.9.0claws33
1844
1845         * src/compose.c
1846                 clean up a little bit
1847
1848 2003-06-12 [alfons]     0.9.0claws32
1849
1850         * src/compose.c
1851                 const correctness fix
1852
1853         * src/common/sylpheed.[ch]
1854                 () -> (void)
1855                 prevent redef MIN/MAX
1856                 
1857         * src/common/utils.[ch]
1858                 () -> (void)
1859
1860 2003-06-12 [melvin]     0.9.0claws31
1861
1862         * src/compose.c
1863                 Updated to take into accounts changes in GtkAspell.
1864
1865 2003-06-12 [alfons]     0.9.0claws30
1866
1867         * src/compose.c
1868         * src/procmsg.c
1869         * src/common/utils.[ch]
1870                 handle reply subject prefixes better (initial 
1871                 suggestion by Robert Story adapted and enhanced 
1872                 using regexps)
1873
1874 2003-06-12 [melvin]     0.9.0claws29
1875
1876         * src/compose.c
1877                 Use new gtkaspell_checkers_strerror() to get the speller's
1878                 error message instead of accessing the (now private)
1879                 checkers structure.
1880                 Minor code clean up
1881
1882         * src/main.c
1883                 Use #ifdef instead of #if for USE_ASPELL
1884                 Use the new spell checkers init/quit functions 
1885
1886         * src/gtk/gtkaspell.c
1887                 Use #ifdef instead of #if for USE_ASPELL
1888                 Moved in the majority of GtkAspell structures that were
1889                 exported before by gtkaspell.h
1890         
1891         * src/gtk/gktaspell.h
1892                 Made gtkaspell.h contain only the necessary data to be
1893                 publicized by moving many structures to gtkaspell.c.
1894                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1895                 gtkaspell_checkers_new(): replaced by...
1896                 gtkaspell_checkers_init(): new function for initialization
1897                 gtkaspell_checkers_delete(): replaced by...
1898                 gtkaspell_checkers_quit(): new function
1899                 gtkaspell_checkers_strerror(): new function that returns
1900                 the checker's last error message.
1901                 
1902 2003-06-11 [melvin]     0.9.0claws28
1903
1904         * po/POTFILES.in
1905                 Updated to take into account gtkaspell.c migration to
1906                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1907
1908 2003-06-10 [alfons]     0.9.0claws27
1909
1910         * src/filtering.[ch]
1911         * src/folder.c
1912         * src/matcher.c
1913         * src/scoring.[ch]
1914                 - try fixing bug #18 (any brave testers?)
1915                 - add more robustness by refusing previously 
1916                   unchecked NULL pointers 
1917
1918 2003-06-10 [alfons]     0.9.0claws26
1919
1920         * src/procmsg.c
1921                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1922
1923 2003-06-09 [alfons]     0.9.0claws25
1924
1925         * src/prefs_common.c
1926                 fix bug #163 "Icon switching doesnt work properly" by 
1927                 preventing early freeing of prefs_common.pixmap_theme_path.
1928
1929 2003-06-09 [christoph]  0.9.0claws24
1930
1931         * src/gtk/gtkaspell.c
1932                 revert Thorsten's fix and add forgotten g_strdup for
1933                 aspell path (it should not be possible to alter the path a
1934                 GtkASpell uses from outside)
1935
1936 2003-06-09 [thorsten]   0.9.0claws23
1937
1938         * src/gtk/gtkaspell.c
1939                 dont free prefs_common.aspell_path when closing compose
1940
1941 2003-06-08 [colin]      0.9.0claws22
1942
1943         * src/plugins/spamassassin/spamassassin.c
1944                 fix prefs types
1945
1946 2003-06-07 [christoph]  0.9.0claws21
1947
1948         * src/Makefile.am
1949         * src/compose.c
1950         * src/gtkaspell.[ch]            ** REMOVE **
1951         * src/gtk/Makefile.am
1952         * src/gtk/gtkaspell.[ch]        ** NEW **
1953                 o make gtkaspell independent from sylpheed's prefs
1954                 o move gtkaspell.[ch] to gtk directory
1955
1956 2003-06-07 [christoph]  0.9.0claws20
1957
1958         * src/Makefile.am
1959         * src/crash.c
1960         * src/export.c
1961         * src/filesel.[ch]              ** REMOVE **
1962         * src/folder.c
1963         * src/main.[ch]
1964         * src/common/sylpheed.[ch]
1965         * src/gtk/Makefile.am
1966         * src/gtk/filesel.[ch]          ** NEW **
1967         * src/gtk/pluginwindow.c
1968         * src/gtk/sslcertwindow.c
1969                 move filesel.[ch] to gtk directory
1970
1971 2003-06-07 [alfons]     0.9.0claws19
1972
1973         * src/filesel.c
1974                 make (multi) file selection dialog work again (Claws-only)
1975
1976 2003-06-07 [thorsten]   0.9.0claws18
1977
1978         * po/de.po
1979                 fix typos
1980
1981 2003-06-07 [alfons]     0.9.0claws17
1982
1983         * configure.ac
1984         * src/mimeview.c
1985                 detect apache mishap in which case don't include fnmatch.h
1986                 if regex.h is already included
1987
1988 2003-06-06 [christoph]  0.9.0claws16
1989
1990         * configure.ac
1991         * src/mimeview.h
1992                 add check for fnmatch.h and include it when available
1993
1994         * src/mimeview.[ch]
1995                 fix wrong case sensitivity of Content-Types
1996
1997         * src/gtk/Makefile.am
1998                 need the same include paths in gtk directory as in
1999                 common directory because .h files in common can
2000                 include files from these directories, when included
2001                 in gtk's .h or .c files
2002
2003 2003-06-06 [alfons]     0.9.0claws15
2004
2005         * src/mimeview.c
2006         * src/summaryview.c
2007                 make it compile again because of regex.h / fnmatch.h 
2008                 include problems (related to recent mime stuff, can
2009                 someone check this?)
2010
2011 2003-06-06 [thorsten]   0.9.0claws14
2012
2013         * src/folderview.c
2014                 possible use of uninitialized pointer while dragging
2015
2016 2003-06-06 [paul]       0.9.0claws13
2017
2018         * src/compose.c
2019                 fix bug where the insert sig button would be effective
2020                 only when auto_sig was set
2021
2022 2003-06-06 [paul]       0.9.0claws12
2023
2024         * sync with 0.9.2 release
2025
2026 2003-06-02 [paul]       0.9.0claws11
2027
2028         * sync with 0.9.1cvs1
2029                 see ChangeLog 2003-06-02
2030                 
2031         * po/de.po
2032                 update by Jens
2033
2034 2003-06-01 [christoph]  0.9.0claws10
2035
2036         * src/account.c
2037                 don't use substring search to find accounts by email address
2038
2039         (closes Bug 169 Overly loose matching of "From" address)
2040
2041 2003-05-31 [christoph]  0.9.0claws9
2042
2043         * doc-src/rfc2683.txt
2044         * src/imap.c
2045                 limit IMAP command length as recommended in RFC2683
2046                 (message number lists will be split into multiple imap
2047                 sets, the limit of 1000 octets is not a hard limit)
2048
2049         (closes Bug 161 sylpheed-claws exits with segfault when logging
2050          in to certain imap-servers)
2051
2052 2003-05-29 [alfons]     0.9.0claws8
2053
2054         * src/toolbar.[ch]
2055                 add print button (calling summary_print());
2056                 fine tune setting tooltip text;
2057                 (if someone needs other buttons, please take these 
2058                 commits as a guide, instead of bothering us - also
2059                 see 0.8.11claws150) 
2060
2061 2003-05-29 [darko]      0.9.0claws7
2062
2063         * src/compose.c
2064                 fix crash when word wrapping kicks in due to
2065                 changed text by spell checker
2066
2067 2003-05-29 [paul]       0.9.0claws6
2068
2069         * src/compose.c
2070                 fix bug where changing account would insert
2071                 sig even if auto_sig was FALSE
2072                 
2073         * ChangeLog
2074           ChangeLog.jp
2075           INSTALL
2076                 sync with 0.9.1 release
2077
2078 2003-05-28 [christoph]  0.9.0claws5
2079
2080         * src/imap.c
2081                 fix truncation of too long commands
2082
2083         (closes Bug 167 IMAP hangs trying to get envelope
2084          information in imap_get_uncached_messages)
2085
2086 2003-05-27 [paul]       0.9.0claws4
2087
2088         * tools/Makefile.am
2089           tools/maildir2sylpheed.pl     ** NEW FILE **
2090                 add kmail to sylpheed mailbox conversion script
2091
2092 2003-05-27 [paul]       0.9.0claws3
2093
2094         * sync with 0.9.0cvs10
2095                 see ChangeLog 2003-05-26
2096
2097 2003-05-26 [paul]       0.9.0claws2
2098
2099         * sync with 0.9.0cvs9
2100                 see ChangeLog 2003-05-26
2101
2102 2003-05-24 [paul]       0.9.0claws1
2103
2104         * sync with 0.9.0cvs8
2105                 see ChangeLog 2003-05-23
2106
2107 2003-05-24 [paul]       0.9.0claws
2108
2109         * version 0.9.0claws released
2110
2111 2003-05-24 [paul]       0.8.11claws177
2112
2113         * src/plugins/dillo-viewer/Makefile.am
2114           src/plugins/traycon/Makefile.am
2115                 add missing files
2116                 
2117         * po/bg.po
2118           po/en_GB.po
2119           po/es.po
2120           po/it.po
2121           po/pt_BR.po
2122           po/ru.po
2123           po/sr.po
2124                 update Bulgarian, British English, Spanish, Italian, 
2125                 Brazilian Portuguese, Russian, and Serbian translations, 
2126                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2127                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2128                 Ruslan N. Balkin, and Urke MMI
2129
2130 2003-05-23 [melvin]     0.8.11claws176
2131
2132         * po/fr.po
2133                 Updated French translations
2134
2135 2003-05-22 [paul]       0.8.11claws175
2136
2137         * src/Makefile.am
2138           src/addrbook.[ch]
2139           src/addrcache.[ch]
2140           src/addr_compl.[ch]
2141           src/adressbook.[ch]
2142           src/addrindex.[ch]
2143           src/addritem.[ch]
2144           src/editaddress.c
2145           src/editgroup.c
2146           src/editldap_basedn.c
2147           src/editldap.c
2148           src/jpilot.c
2149           src/vcard.c
2150                 revert to get ldap into it previous working state
2151                 
2152         * po/zh_TW.Big5.po
2153                 new Taiwanese translation,
2154                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2155
2156 2003-05-22 [christoph]  0.8.11claws174
2157
2158         * src/plugins/spamassassin/libspamc.[ch]
2159                 sync libspamc with SpamAssaain release 2.55
2160
2161 2003-05-22 [paul]       0.8.11claws173
2162
2163         * sync with 0.9.0cvs7
2164                 see ChangeLog 2003-05-22
2165                 
2166         * src/summaryview.c
2167                 revert change in 0.8.11claws172: follow
2168                 Hiroyuki's decision and that's the end of it.
2169
2170 2003-05-21 [paul]       0.8.11claws172
2171
2172         * src/summaryview.c
2173                 fix discrepency between open_unread_on_enter
2174                 and always_show_msg
2175
2176 2003-05-21 [paul]       0.8.11claws171
2177
2178         * sync with 0.9.0cvs6
2179                 see ChangeLog 2003-05-21
2180
2181 2003-05-21 [paul]       0.8.11claws170
2182
2183         * sync with 0.9.0cvs5
2184                 see ChangeLog 2003-05-21
2185
2186 2003-05-20 [paul]       0.8.11claws169
2187
2188         * sync with 0.9.0cvs4
2189                 see ChangeLog 2003-05-20
2190                 fixes bug #152, 'encoding of IMAP folders names'
2191
2192 2003-05-20 [paul]       0.8.11claws168
2193
2194         * sync with 0.9.0cvs3
2195                 see ChangeLog 2003-05-20
2196                 
2197         * src/tools/convert_mbox.pl
2198                 minor change in the comments, submitted by Fred Marton
2199
2200 2003-05-19 [paul]       0.8.11claws167
2201
2202         * src/plugins/clamav/Makefile.am
2203           configure.ac
2204                 link clamav_lib to the plugin and not to the main program
2205
2206 2003-05-19 [christoph]
2207
2208         * src/Makefile.am
2209                 add -export-dynamic for linking
2210
2211 2003-05-19 [paul]       0.8.11claws166
2212
2213         * sync with 0.9.0cvs1
2214                 see ChangeLog 2003-05-19
2215
2216 2003-05-19 [paul]       0.8.11claws165
2217
2218         * src/inc.c
2219                 fix 'pop before smtp' timeout
2220
2221 2003-05-18 [alfons]     0.8.11claws164
2222
2223         * src/prefs_matcher.c
2224                 put "execute" action command line ("expression") in edit box
2225
2226 2003-05-18 [christoph]  0.8.11claws163
2227
2228         * src/mimeview.[ch]
2229         * src/plugins/dillo_viewer/dillo_viewer.c
2230         * src/plugins/image_viewer/viewer.c
2231         * src/plugins/mathml_viewer/mathml_viewer.c
2232                 let a viewer have a list of Content-Types
2233
2234 2003-05-18 [paul]       0.8.11claws162
2235
2236         * src/prefs_filtering.c
2237                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2238                 and REDIRECT actions
2239
2240 2003-05-17 [christoph]
2241
2242         * README.claws
2243                 o remove dynamic signatures that was syned with main
2244                 o add infos about no longer "build in" image viewer
2245                 o update bugtracker URL
2246
2247 2003-05-17 [christoph]  0.8.11claws161
2248
2249         * src/folder.c
2250         * src/folderview.c
2251         * src/imap.c
2252                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2253                 for every folder after rebuilding the folder tree.
2254
2255         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2256          messages)
2257
2258 2003-05-17 [christoph]  0.8.11claws160
2259
2260         * src/imap.c
2261                 don't use STATUS command on current folder to check for
2262                 content changes. imap_cmd_ok() now tracks changes to
2263                 folder and number of existing messages.
2264
2265 2003-05-17 [paul]       0.8.11claws159
2266
2267         * src/plugins/clamav/clamav_plugin.c
2268                 remove unnecessary debug_print
2269
2270 2003-05-16 [thorsten]   0.8.11claws158
2271
2272         * src/plugins/demo.c
2273                 included missing intl.h
2274
2275 2003-05-16 [paul]       0.8.11claws157
2276
2277         * po/POTFILES.in
2278                 remove non-existant entries
2279         
2280         * src/plugins/clamav/clamav_plugin.c
2281           src/plugins/clamav/clamav_plugin_gtk.c
2282           src/plugins/dillo_viewer/dillo_prefs.c
2283           src/plugins/dillo_viewer/dillo_viewer.c
2284                 gettextise
2285
2286 2003-05-16 [christoph]  0.8.11claws156
2287
2288         * po/POTFILES.in
2289                 include plugin .c files for translation until I
2290                 find a better solution to have plugins have their
2291                 own textdomain
2292         * src/plugins/demo/demo.c
2293         * src/plugins/image_viewer/plugin.c
2294         * src/plugins/mathml_viewer/mathml_viewer.c
2295         * src/plugins/spamassassin/spamassassin.c
2296         * src/plugins/spamassassin/spamassassin_gtk.c
2297         * src/plugins/trayicon/trayicon.c
2298                 add gettext macros for plugin name and description
2299
2300 2003-05-16 [paul]
2301
2302         * sync with 0.9.0
2303
2304 2003-05-16 [paul]       0.8.11claws155
2305
2306         * sync with lastest 0.9.0pre1
2307                 see ChangeLog 2003-05-16
2308
2309 2003-05-15 [paul]       0.8.11claws154
2310
2311         * sync with latest 0.9.0pre1
2312                 see ChangeLog 2003-05-14 and 2003-05-15
2313
2314 2003-05-14 [christoph]  0.8.11claws153
2315
2316         * src/plugins/image_viewer/viewer.c
2317         * src/plugins/image_viewer/viewer.glade         ** NEW **
2318         * src/plugins/image_viewer/viewerprefs.c
2319                 make it possible to disable the autoload function in the
2320                 imageviewer again
2321
2322 2003-05-14 [christoph]  0.8.11claws152
2323
2324         * src/folder.c
2325                 fix folder update after adding a message
2326
2327 2003-05-13 [alfons]     0.8.11claws151
2328
2329         * src/common/session.c
2330                 remove debug traces
2331                 
2332         * src/addrcache.[ch]
2333         * src/filtering.[ch]
2334         * src/folder.[c]
2335         * src/gtkaspell.[ch]
2336         * src/imap.[ch]
2337         * src/mbox_folder.[ch]
2338         * src/mh.[ch]
2339         * src/mimeview.h
2340         * src/msgcache.[ch]
2341         * src/news.[ch]
2342         * src/passphrase.[ch]
2343         * src/prefs_common.[ch]
2344         * src/prefs_gtk.[ch]
2345         * src/procmsg.c
2346         * src/scoring.[ch]
2347                 be pedantic; (in prototypes () implies (int))
2348
2349 2003-05-13 [alfons]     0.8.11claws150
2350
2351         * src/prefs_toolbar.[ch]
2352         * src/summaryview.[ch]
2353         * src/toolbar.[ch]
2354                 change misleading text in toolbar prefs;
2355                 add toolbar action for ignore thread (toggles ignore thread flag);
2356                 clean up a little bit;
2357
2358 2003-05-12 [paul]
2359
2360         * tools/convert_mbox.pl
2361                 bug fixed by Fred Marton
2362
2363 2003-05-12 [paul]
2364
2365         * sync with 0.9.0pre1
2366
2367 2003-05-09 [paul]       0.8.11claws149
2368
2369         * sync with 0.8.11cvs43
2370                 see ChangeLog 2003-05-09
2371
2372 2003-05-08 [christoph]  0.8.11claws148
2373
2374         * src/imap.[ch]
2375                 o use CAPABILIY as first command and check for PREAUTH
2376                   information in the response to it
2377                 o rewrite all imap_cmd_* functions to use an IMAPSession
2378                   instead of a SockInfo as parameter
2379                 o do STARTTLS after fetching and checking the server
2380                   capabilities
2381
2382 2003-05-08 [paul]       0.8.11claws147
2383
2384         * tools/Makefile.am
2385           tools/README
2386           tools/convert_mbox.pl         ** NEW FILE **
2387                 add mbox conversion script. Submitted by 
2388                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2389
2390 2003-05-07 [christoph]
2391
2392         * doc-src/glade.txt
2393         * src/gtk/pluginwindow.glade
2394         * src/plugins/image_viewer/viewerprefs.glade
2395         * src/plugins/spamassassin/spamassassin_gtk.glade
2396                 add glade files for user interfaces and a description how
2397                 to use glade to create the sylpheed code
2398
2399 2003-05-07 [paul]       0.8.11claws146
2400
2401         * sync with 0.8.11cvs41
2402                 see ChangeLog 2003-05-07
2403
2404 2003-05-06 [christoph]  0.8.11claws145
2405
2406         * src/main.c
2407         * src/plugins/image_viewer/viewer.c
2408                 fix usage of imlib in imageviewer plugin
2409
2410         * src/gtk/prefswindow.c
2411                 handle window close event correctly
2412
2413 2003-05-06 [paul]       0.8.11claws144
2414
2415         * src/common/ssl.c
2416                 fix typo introduced in sync
2417
2418 2003-05-06 [paul]       0.8.11claws143
2419
2420         * sync with 0.8.11cvs39
2421                 see ChangeLog 2003-05-06
2422
2423 2003-05-06 [paul]       0.8.11claws142
2424
2425         * AUTHORS
2426           po/cs.po
2427                 updated Czech translation, submitted by 
2428                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2429                 
2430         * src/plugins/clamav/clamav_plugin_gtk.c
2431                 clean up
2432
2433 2003-05-03 [alfons]     0.8.11claws141
2434
2435         * src/compose.[ch]
2436                 make paste as quotation work even when the call to 
2437                 text_inserted() was deferred (fixes bug #140 "Paste 
2438                 as quotation does not work when using "external" 
2439                 clipboard")
2440
2441 2003-05-03 [thorsten]   0.8.11claws140
2442
2443         * src/addrquery.h
2444           src/ldapquery.h
2445           src/mainwindow.c
2446                 removed C++ comments
2447         * src/addr_compl.c
2448                 function with non-int retval/param used before
2449                 implementation/declaration
2450
2451 2003-05-02 [paul]       0.8.11claws139
2452
2453         * src/addr_compl.[ch]
2454           src/addressbook.[ch]
2455           src/addrindex.c
2456           src/summaryview.c
2457                 revert match's changes to (finally) remove the bug where
2458                 opening a folder causes massive slowdown when using the 
2459                 'Display sender using address book' option
2460
2461 2003-05-01 [melvin]     0.8.11claws138
2462
2463         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2464         * src/plugins/dillo_viewer/dillo_viewer.c
2465                 Fixed bug where "Cancel" button from prefs issued
2466                 warnings.
2467                 Comply a little more to coding style
2468
2469 2003-05-01 [paul]       0.8.11claws137
2470
2471         * sync with 0.8.11cvs38
2472                 see ChangeLog 2003-05-01
2473
2474 2003-05-01 [paul]       0.8.11claws136
2475
2476         * po/bg.po
2477                 updated by George Danchev
2478
2479 2003-04-30 [christoph]  0.8.11claws135
2480
2481         * src/plugins/dillo_viewer/dillo_prefs.c
2482         * src/plugins/image_viewer/viewerprefs.c
2483         * src/plugins/spamassassin/spamassassin_gtk.c
2484                 remove gtk_widget_ref() calls for widgets in
2485                 glade code
2486
2487 2003-04-30 [paul]       0.8.11claws134
2488
2489         * src/addrindex.c
2490                 ok, this time a better fix for the bug where opening folder
2491                 has massive slowdown when using the 'Display sender using 
2492                 address book' option
2493
2494 2003-04-30 [paul]       0.8.11claws133
2495
2496         * src/addrindex.c
2497                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2498         
2499 2003-04-30 [melvin]     0.8.11claws132
2500
2501         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2502
2503         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2504                 Preferences for the dillo plugin
2505         * src/plugins/dillo_viewer/dillo_viewer.c
2506                 Support for preferences
2507         * src/plugins/dillo_viewer/Makefile.am
2508                 Added dillo_prefs.[ch]
2509
2510 2003-04-30 [alfons]     0.8.11claws131
2511
2512         * src/common/plugin.[ch]
2513                 see? this ANSI C'fication immediately gives us type
2514                 checking for free.
2515
2516 2003-04-30 [alfons]     0.8.11claws130
2517
2518         * src/common/plugin.[ch]
2519         * src/plugins/clamav/clamav_plugin.[ch]
2520         * src/plugins/clamav/clamav_plugin_gtk.c
2521         * src/plugins/demo/demo.c
2522         * src/plugins/dillo_viewer/dillo_viewer.c
2523         * src/plugins/image_viewer/plugin.c
2524         * src/plugins/image_viewer/viewer.[ch]
2525         * src/plugins/image_viewer/viewerprefs.[ch]
2526         * src/plugins/mathml_viewer/mathml_viewer.c
2527         * src/plugins/spamassassin/spamassassin.[ch]
2528         * src/plugins/spamassassin/spamassassin_gtk.c
2529         * src/plugins/trayicon/trayicon.c
2530                 clean up
2531
2532 2003-04-30 [alfons]     0.8.11claws129
2533
2534         * src/common/utils.c
2535                 make is_ascii_str() fail gracefully when NULL pointer
2536                 is passed
2537
2538 2003-04-30 [paul]       0.8.11claws128
2539
2540         * src/addrindex.c
2541                 fix bug where opening folder has massive slowdown when
2542                 using the 'Display sender using address book' option
2543
2544 2003-04-30 [paul]       0.8.11claws127
2545
2546         * src/plugins/clamav/clamav_plugin.c
2547           src/plugins/clamav/clamav_plugin_gtk.c
2548           src/plugins/demo/demo.c
2549           src/plugins/dillo_viewer/dillo_viewer.c
2550           src/plugins/image_viewer/plugin.c
2551           src/plugins/mathml_viewer/mathml_viewer.c
2552           src/plugins/spamassassin/spamassassin.c
2553           src/plugins/spamassassin/spamassassin_gtk.c
2554           src/plugins/trayicon/trayicon.c
2555                 get rid of eye-hurting function signatures
2556
2557 2003-04-30 [paul]       0.8.11claws126
2558
2559         * src/plugins/trayicon/trayicon.c
2560                 add description
2561                 
2562         * src/mimeview.c
2563                 be more descriptive
2564
2565 2003-04-30 [paul]       0.8.11claws125
2566
2567         * configure.ac
2568                 arrange the plugins in reverse alphabetical order
2569                 
2570         * src/plugins/clamav/clamav_plugin.[ch]
2571           src/plugins/clamav/clamav_plugin_gtk.c
2572                 rename some params
2573                 resize max_size window
2574                 re-arrange the order of some gui elements
2575                 improve descriptions
2576         
2577         * src/plugins/image_viewer/plugin.c
2578           src/plugins/mathml_viewer/mathml_viewer.c
2579                 add descriptions
2580                 
2581         * src/plugins/spamassassin/spamassassin_gtk.c
2582                 resize max_size window
2583                 re-arrange the order of some gui elements
2584                 
2585         * src/messageview.c
2586           src/mimeview.c
2587                 correct typos
2588
2589 2003-04-30 [alfons]     0.8.11claws124
2590
2591         * src/imap.c
2592                 fix a leak found while browsing Martin Kluge's 
2593                 valgrind log (Claws only)
2594
2595 2003-04-29 [darko]      0.8.11claws123
2596
2597         * src/gtk/gtkstext.h
2598                 include wchar.h if it is available, fixes compilation
2599                 on HP-UX systems
2600
2601 2003-04-29 [melvin]     0.8.11claws122
2602
2603         * src/prefs_actions.c
2604                 Improved help text of Actions' syntax
2605
2606 2003-04-28 [paul]       0.8.11claws121
2607
2608         * src/action.c
2609                 a better fix for the crash when performing an action
2610                 on a mime part
2611
2612 2003-04-28 [paul]       0.8.11claws120
2613
2614         * src/action.c
2615                 fix crash when performing an action on a
2616                 mime part
2617
2618 2003-04-28 [paul]       0.8.11claws119
2619
2620         * sync with 0.8.11cvs36
2621                 see ChangeLog 2003-04-28
2622
2623 2003-04-27 [paul]       0.8.11claws118
2624
2625         * more sync with 0.8.11cvs35
2626                 see ChangeLog 2003-04-25
2627
2628 2003-04-26 [christoph]  0.8.11claws117
2629
2630         * src/folder.c
2631                 fix remove virtual check
2632
2633 2003-04-26 [paul]       0.8.11claws116
2634
2635         * src/messageview.c
2636                 fix return-receipt, make it work again
2637
2638 2003-04-26 [paul]       0.8.11claws115
2639
2640         * src/mimeview.c
2641                 restore double-clicking of the [application/pgp-signature 
2642                 (Select "Check signature" to check)] line in the message view,
2643                 broken in recent sync
2644
2645 2003-04-26 [christoph]  0.8.11claws114
2646
2647         * src/folder.c
2648                 check if remove virtual really exists before
2649                 calling the function
2650
2651 2003-04-25 [match]      0.8.11claws113
2652
2653         * src/addrindex.c
2654         * src/addrbook.c
2655         * src/ldapquery.[ch]
2656         * src/ldapctrl.[ch]
2657                 fix memleak.
2658         * src/ldapserver.[ch]
2659                 fix memleak. fix segfault.
2660                 plug a Claws memleak
2661
2662 2003-04-25 [alfons]     0.8.11claws112
2663
2664         * src/folder.c
2665                 plug a Claws memleak
2666
2667 2003-04-25 [alfons]     0.8.11claws111
2668
2669         * src/common/session.c
2670                 plug a memleak
2671
2672 2003-04-25 [paul]       0.8.11claws110
2673
2674         * sync with 0.8.11cvs35
2675                 see ChangeLog 2003-04-24 and 2003-04-25
2676                 
2677         * src/gtk/pluginwindow.c
2678                 correct another strange float value
2679
2680 2003-04-24 [christoph]  0.8.11claws109
2681
2682         * src/folder.c
2683                 freeze folder item updates when unsetting new flags
2684
2685         * src/gtk/pluginwindow.c
2686                 correct strange float value
2687
2688 2003-04-23 [paul]       0.8.11claws108
2689
2690         * sync with 0.8.11cvs33
2691                 see ChangeLog 2003-04-23
2692
2693 2003-04-22 [paul]       0.8.11claws107
2694
2695         * src/Makefile.am
2696           src/messageview.c
2697           src/mimeview.c
2698           src/pgptext.[ch]      ** REMOVED **
2699                 remove pgptext.[ch] as its not used any more
2700
2701 2003-04-22 [paul]       0.8.11claws106
2702
2703         * sync with 0.8.11cvs31
2704                 see ChangeLog 2003-04-21 and 2003-04-22
2705
2706 2003-04-21 [alfons]     0.8.11claws105
2707
2708         * src/main.c
2709                 No access to GTK structures if we're a spawned child
2710                 (and clean up code a little bit...) Should fix #126.
2711
2712 2003-04-21 [melvin]     0.8.11claws104
2713
2714         * src/plugins/dillo_viewer/README
2715                 Improved slightly the text.
2716
2717 2003-04-21 [melvin]     0.8.11claws103
2718
2719         * src/plugins/dillo_viewer/README *** NEW ***
2720                 Added a README file for the Dillo plugin
2721
2722 2003-04-20 [paul]
2723
2724         * tools/README
2725           tools/outlook2sylpheed.pl
2726                 updated and improved by Ricardo Mones Lastra
2727
2728 2003-04-18 [oliver]     0.8.11claws102
2729
2730         * src/inc.c 
2731         * src/prefs_account.h
2732                 remove Pop3SessionType (used by selective download)
2733         * src/prefs_toolbar.c
2734                 enable set Default Toolbar button
2735
2736 2003-04-18 [paul]       0.8.11claws101
2737
2738         * sync with 0.8.11cvs29
2739                 see ChangeLog 2003-04-18
2740
2741 2003-04-17 [paul]       0.8.11claws100
2742
2743         * src/prefs_common.[ch]
2744           src/summaryview.c
2745                 remove 'Open next message on deletion' option,
2746                 as the same effect can now be achieved via the
2747                 'Always open messages in summary when selected'
2748                 option.
2749
2750 2003-04-17 [paul]       0.8.11claws99
2751
2752         * sync with 0.8.11cvs28
2753                 see ChangeLog 2003-04-17
2754
2755 2003-04-17 [christoph]  0.8.11claws98
2756
2757         * ac/spamassassin.m4
2758         * src/plugins/spamassassin/libspamc.[ch]
2759         * src/plugins/spamassassin/utils.[ch]
2760                 sync libspamc with SpamAssassin project
2761
2762 2003-04-17 [christoph]  0.8.11claws97
2763
2764         * src/common/socket.h
2765         * src/gtk/sslcertwindow.h
2766                 rename old USE_SSL to USE_OPENSSL
2767
2768 2003-04-17 [paul]       0.8.11claws96
2769
2770         * src/prefs_common.h
2771                 use gulong for P_COLOR so that it compiles/runs on
2772                 64-bit systems. Patch submitted by James Noyes
2773                 <jnoyes-claws@retrogeeks.com>
2774                 
2775         * po/de.po
2776                 updated by Jens
2777
2778 2003-04-17 [paul]       0.8.11claws95
2779
2780         * sync with 0.8.11cvs27
2781                 see ChangeLog 2003-04-16
2782
2783 2003-04-15 [paul]       0.8.11claws94
2784
2785         * src/prefs_common.[ch]
2786                 rearrange to stop the window getting too long:
2787                         move Receive dialog stuff to Receive tab
2788                         move Send dialog to Send tab
2789                         remove Dialogs frame
2790                 rename 'Open messages in summary with cursor keys' to
2791                 'Always open messages in summary when selected', as its
2792                 more appropriate
2793
2794 2003-04-15 [paul]       0.8.11claws93
2795
2796         * src/prefs_common.[ch]
2797           src/summaryview.c
2798                 add new option '/Interface/Open next message on deletion'
2799
2800 2003-04-15 [paul]       0.8.11claws92
2801
2802         * src/summaryview.[ch]
2803                 add /Mark/Lock and /Mark/Unlock to the pop-up
2804                 menu. Patch submitted by Ivan Francolin Martinez
2805                 <ivanfm@users.sourceforge.net>
2806
2807 2003-04-15 [paul]       0.8.11claws91
2808
2809         * sync with 0.8.11cvs24
2810                 see ChangeLog 2003-04-15
2811
2812 2003-04-14 [jens]       0.8.11claws90
2813
2814         * updated German translation and some corrections from
2815                 Roland Bless <bless@tm.uka.de>
2816
2817 2003-04-14 [paul]       0.8.11claws89
2818
2819         * sync with 0.8.11cvs22
2820                 see ChangeLog 2003-04-14
2821
2822 2003-04-13 [paul]       0.8.11claws88
2823
2824         * src/plugins/clamav/clamav_plugin.c
2825                 fix memory leaks
2826                 clean up
2827
2828 2003-04-12 [paul]       0.8.11claws87
2829
2830         * src/plugins/clamav/clamav_plugin.c
2831                 activate enable/disable archive scanning option
2832                 
2833         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2834
2835 2003-04-12 [paul]       0.8.11claws86
2836
2837         * src/plugins/Makefile.am
2838           src/plugins/clamav/Makefile.am                ** NEW FILE **
2839           src/plugins/clamav/README                     ** NEW FILE ** 
2840           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2841           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2842                 add Clam AntiVirus plugin
2843
2844 2003-04-12 [paul]       0.8.11claws85
2845
2846         * sync with 0.8.11cvs21
2847                 see ChangeLog 2003-04-11
2848
2849 2003-04-11 [paul]       0.8.11claws84
2850
2851         * po/es.po
2852                 update Spanish translation. Submitted by Ricardo
2853                 Mones Lastra.
2854
2855 2003-04-10 [christoph]  0.8.11claws83
2856
2857         * src/mbox.c
2858                 fix typo that did not move unfiltered mails to destination
2859                 folder
2860
2861         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2862          when filtering from spool)
2863
2864 2003-04-10 [christoph]  0.8.11claws82
2865
2866         * src/imap.c
2867                 use BODY.PEEK instead of BODY in in message fetch operation
2868                 to make sure the IMAP server does not set the \Seen flag for
2869                 messages. Sylpheed does that later itself, when the message
2870                 is opened in sylpheed
2871
2872         (closes Bug 111 Claws destroys unread marks)
2873
2874 2003-04-09 [oliver]     0.8.11claws81
2875         
2876         * src/folder.c
2877                 fix crash in folder_destroy
2878         * README.claws
2879                 remove selective download
2880
2881 2003-04-09 [christoph]  0.8.11claws80
2882
2883         * src/imap.c
2884                 fix crash in imap_get_msginfo() when then fetched message
2885                 is not found
2886
2887         (closes Bug 110 Crash during mail composition)
2888
2889 2003-04-08 [christoph]  0.8.11claws79
2890
2891         * src/folder.c
2892         * src/prefs_account.c
2893                 Filter new messages that are found in an INBOX folder
2894                 when 'Filter messages on receiving' is enabled in the
2895                 Folder's AccountPrefs. This allows to use Sylpheed's
2896                 filtering engine for IMAP folders where messages are
2897                 added to the INBOX by a MTA
2898
2899 2003-04-08 [paul]       0.8.11claws78
2900
2901         * src/procmsg.h
2902                 clean up after last commit
2903
2904 2003-04-08 [paul]       0.8.11claws77
2905
2906         * sync with 0.8.11cvs20
2907                 see ChangeLog 2003-04-07 and 2003-04-08
2908
2909 2003-04-07 [christoph]  0.8.11claws76
2910
2911         * src/filtering.[ch]
2912         * src/inc.[ch]
2913         * src/mbox.c
2914         * src/procmsg.[ch]
2915                 add procmsg_msginfo_filter() to execute filtering actions
2916
2917 2003-04-06 [christoph]  0.8.11claws75
2918
2919         * src/imap.c
2920                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2921
2922 2003-04-06 [christoph]  0.8.11claws74
2923
2924         * src/common/utils.[ch]
2925                 add g_int_compare() function for slist sorting
2926
2927         * src/imap.c
2928                 fetch all MsgInfos with one command in imap_get_msginfos()
2929                 using an imap set with a list of ranges
2930
2931         * src/news.c
2932                 use new g_int_compare() function
2933
2934 2003-04-06 [thorsten]   0.8.11claws73
2935
2936         * src/mh.c
2937                 corrected implementation of mh_folder_destroy()
2938
2939 2003-04-05 [christoph]  0.8.11claws72
2940
2941         * src/account.c
2942         * src/folder.[ch]
2943         * src/folderview.c
2944         * src/imap.c
2945         * src/inc.c
2946         * src/main.c
2947         * src/mainwindow.c
2948         * src/mbox_folder.c
2949         * src/mh.c
2950         * src/mimeview.h
2951         * src/msgcache.[ch]
2952         * src/news.c
2953         * src/procmime.h
2954         * src/procmsg.[ch]
2955         * src/setup.c
2956         * src/gtk/gtkutils.c
2957                 o rename structure field names class and new to klass and
2958                   new_msgs, to allow including files in C++
2959                 o add 'extern "C"' block to some header files
2960                 o add MsgInfoList and MsgNumberList as alias for GSList for
2961                   developers to know what type of list is expected
2962
2963         * src/plugins/image_viewer/plugin.c
2964         * src/plugins/image_viewer/viewer.[ch]
2965         * src/plugins/image_viewer/viewerprefs.[ch]
2966                 rename function names to prevent conflicts
2967
2968 2003-04-05 [paul]       0.8.11claws71
2969
2970         * sync with 0.8.11cvs18
2971                 see ChangeLog 2003-04-03 and 2003-04-04
2972
2973 2003-04-02 [christoph]  0.8.11claws70
2974
2975         * src/folder.[ch]
2976         * src/imap.[ch]
2977         * src/mbox_folder.[ch]
2978         * src/mh.[ch]
2979         * src/news.[ch]
2980                 o Make all virtual folder functions private
2981                 o remove unused folder code
2982
2983         * src/common/socket.[ch]
2984         * src/summaryview.c
2985                 fix warnings
2986
2987 2003-03-30 [alfons]     0.8.11claws69
2988
2989         * src/send_message.c
2990                 remove two debug traces and see if people still report
2991                 errors
2992
2993 2003-03-30 [alfons]     0.8.11claws68
2994
2995         * src/send_message.c
2996         * src/commons/session.c
2997                 add more debug traces
2998
2999 2003-03-30 [christoph]  0.8.11claws67
3000
3001         * src/folder.c
3002                 change processing folder name from .processing to processing
3003
3004         * src/common/ssl.c
3005                 disable SSL certificate check because it causes Xlib error
3006                 when the child process want's to open an GTK window
3007
3008 2003-03-30 [christoph]  0.8.11claws66
3009
3010         * src/folder.c
3011                 don't use default folder for processing folder item because
3012                 it can be a non local folder
3013
3014         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3015
3016 2003-03-30 [alfons]     0.8.11claws65
3017
3018         * src/send_message.c
3019                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3020                 to generate bad code for 'send_send_data_progressive': When
3021                 called from 'send_send_data_finished', the 'data' pointer is
3022                 cleared just before the assignment to the dialog pointer
3023
3024 2003-03-29 [christoph]  0.8.11claws64
3025
3026         * src/common/prefs.h
3027         * src/plugins/image_viewer/Makefile.am
3028         * src/plugins/image_viewer/plugin.c
3029         * src/plugins/image_viewer/viewer.[ch]
3030         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3031                 add PrefsPage for ImageViewer
3032
3033 2003-03-28 [thorsten]   0.8.11claws63
3034
3035         * src/common/session.c
3036                 added some comments
3037
3038 2003-03-28 [paul]       0.8.11claws62
3039
3040         * sync with 0.8.11cvs16
3041                 see ChangeLog 2003-03-28
3042
3043 2003-03-28 [paul]       0.8.11claws61
3044
3045         * sync with 0.8.11cvs15
3046                 see ChangeLog 2003-03-28
3047
3048 2003-03-27 [christoph]  0.8.11claws60
3049
3050         * src/folder.c
3051         * src/imap.c
3052         * src/common/socket.[ch]
3053                 set socket state to DISCONNECTED when any operation
3054                 fails to allow reconnecting in IMAP code without
3055                 checking the return code of all calls to the command
3056                 functions
3057
3058         * src/folderview.c
3059         * src/summaryview.c
3060                 remove some more stuff that depends on specific
3061                 folder types
3062
3063 2003-03-27 [paul]       0.8.11claws59
3064
3065         * sync with 0.8.11cvs14
3066                 see ChangeLog 2003-03-27
3067                 
3068         * src/selective_download.[ch]   ** REMOVED **
3069                 really removed
3070
3071 2003-03-27 [christoph]  0.8.11claws58
3072
3073         * src/folder.c
3074                 fix handling of tmp_flags in flag copy function
3075
3076 2003-03-27 [paul]       0.8.11claws57
3077
3078         * sync with 0.8.11cvs13
3079                 see ChangeLog 2003-03-27
3080
3081 2003-03-27 [oliver]     0.8.11claws56
3082
3083         * src/maiwindow.c
3084                 remove sel_download_cb
3085
3086 2003-03-27 [oliver]     0.8.11claws55
3087         
3088         * src/inc.c
3089                 remove POP3_TOP
3090         
3091 2003-03-26 [oliver]     0.8.11claws54
3092
3093         *src/pop.h
3094                 remove POP3_TOP*
3095         * README.claws
3096                 remove selective donwload readme
3097
3098 2003-03-26 [oliver]     0.8.11claws53
3099         * src/matcher.[ch]
3100         * src/matcher_parser_parse.y 
3101         * src/pop.c 
3102         * src/prefs_account.[ch]
3103         * src/prefs_filtering.c
3104                 remove selective donwload
3105
3106 2003-03-26 [oliver]     0.8.11claws52
3107
3108         * src/inc.[ch] 
3109         * src/filtering.c 
3110         * src/mainwindow.c 
3111                 remove selective donwload
3112
3113 2003-03-26 [oliver]     0.8.11claws51
3114         
3115         * src/Makefile.am
3116         * src/selective_download.[ch]   ** REMOVE **    
3117
3118 2003-03-26 [christoph]  0.8.11claws50
3119
3120         * src/news.c
3121                 fix NEWS that got broken by a sync with sylpheed-main
3122
3123 2003-03-26 [christoph]  0.8.11claws49
3124
3125         * src/mimeview.c
3126                 fix mime type guessing when no mime type is found for a file
3127
3128 2003-03-25 [christoph]  0.8.11claws48
3129
3130         * src/mimeview.c
3131         * src/procmime.c
3132                 remove mime type guessing from mime parser and use
3133                 name based mime types in viewer lookup for mime type
3134                 application/octet-stream
3135
3136 2003-03-25 [christoph]  0.8.11claws47
3137
3138         * doc-src/readme.txt
3139         * doc-src/rfc2554.txt
3140                 add RFC about SMTP AUTH
3141
3142         * src/send_message.c
3143         * src/common/smtp.[ch]
3144                 add extra error code for authentication errors and
3145                 clear temporary password when this error occurs
3146
3147         (closes Bug 84 authentication failure while sending should
3148          prompt for password again)
3149
3150 2003-03-25 [christoph]  0.8.11claws46
3151
3152         * configure.ac
3153         * src/Makefile.am
3154         * src/imageview.[ch]                            ** REMOVE **
3155         * src/messageview.[ch]
3156         * src/mimeview.[ch]
3157         * src/prefs_common.[ch]
3158         * src/textview.c
3159         * src/plugins/Makefile.am
3160         * src/plugins/image_viewer/.cvsignore           ** NEW **
3161         * src/plugins/image_viewer/Makefile.am          ** NEW **
3162         * src/plugins/image_viewer/plugin.c             ** NEW **
3163         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3164                 move image viewer into a plugin (building is enabled by default)
3165                 [ToDo: Prefs for resize and autoview]
3166
3167 2003-03-25 [paul]       0.8.11claws45
3168
3169         * sync with 0.8.11cvs12
3170                 see ChangeLog 2003-03-26
3171
3172 2003-03-25 [paul]       0.8.11claws44
3173
3174         * sync with 0.8.11cvs11
3175                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3176                 
3177         Note: Selective Download is broken.
3178                 
3179 2003-03-22 [christoph]  0.8.11claws43
3180
3181         * src/folder.c
3182                 code cleanup for flags copying
3183
3184 2003-03-22 [christoph]  0.8.11claws42
3185
3186         * src/plugins/trayicon/trayicon.c
3187                 fix setting the transparent area when the window size
3188                 is forced by the system tray
3189
3190 2003-03-22 [christoph]  0.8.11claws41
3191
3192         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3193         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3194         * src/plugins/trayicon/newmail.xpm              ** NEW **
3195         * src/plugins/trayicon/nomail.xpm               ** NEW **
3196         * src/plugins/trayicon/trayicon.c
3197         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3198                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3199                 o add icon for unread mails
3200                 o set transparency for window
3201
3202 2003-03-22 [christoph]  0.8.11claws40
3203
3204         * src/news.c
3205                 init news session to prevent crash when session is closed
3206
3207 2003-03-22 [christoph]  0.8.11claws39
3208
3209         * src/imap.c
3210         * src/common/session.[ch]
3211                 Init session data to make sure we don't have invalid pointers
3212                 for read_ch and write_ch when new multi process sessions are
3213                 not used
3214
3215         * src/main.c
3216         * src/common/plugin.c
3217         * src/common/sylpheed.c
3218         * src/plugins/demo/demo.c
3219         * src/plugins/dillo_viewer/dillo_viewer.c
3220         * src/plugins/mathml_viewer/mathml_viewer.c
3221         * src/plugins/spamassassin/spamassassin.c
3222         * src/plugins/spamassassin/spamassassin_gtk.c
3223                 add plugin types to allow loading plugins at different times
3224                 (and maybe for different frontends), because it's not good to
3225                 load GTK-Plugins gefore gtk_init was called
3226
3227         * configure.ac
3228         * src/plugins/Makefile.am
3229         * src/plugins/trayicon/.cvsignore               ** NEW **
3230         * src/plugins/trayicon/Makefile.am              ** NEW **
3231         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3232         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3233         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3234         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3235         * src/plugins/trayicon/trayicon.c               ** NEW **
3236                 New Trayicon plugin that shows an icon in a systray that uses
3237                 XEMBED protocol like Gnome's systray. Icon shows if there
3238                 are new mails and a tooltip shows information about new,
3239                 unread and total messages.
3240
3241 2003-03-22 [paul]       0.8.11claws38
3242
3243         * src/common/smtp.c
3244                 fix ESMTP AUTH CRAM-MD5
3245                 [sync with main (still version 0.8.11cvs6), see
3246                  ChangeLog 2003-03-22]
3247
3248 2003-03-21 [colin]      0.8.11claws37
3249
3250         * src/send_message.c
3251                 Fix USE_SSL => USE_OPENSSL
3252
3253 2003-03-21 [colin]      0.8.11claws36
3254
3255         * src/folderview.c
3256                 Fix counts in drag and dropped subfolders
3257
3258 2003-03-21 [colin]      0.8.11claws35
3259
3260         * src/folder.c 
3261         * src/folderview.c
3262                 speed up a bit folder dnd
3263
3264 2003-03-20 [alfons]     0.8.11claws34
3265
3266         * src/main.c
3267         * src/toolbar.c
3268         * src/procmsg.c
3269                 don't send locked queue messages
3270                 (feature request "[ 705245 ] Locking message in outbox 
3271                  should prevent sending")
3272
3273 2003-03-20 [christoph]  0.8.11claws33
3274
3275         * src/folder.c
3276                 remove NEW and UNREAD flag in special folders when scanning
3277                 
3278         * src/common/smtp.c
3279                 fix ESMTP AUTH CRAM-MD5
3280
3281 2003-03-20 [paul]       0.8.11claws32
3282
3283         * src/prefs_account.c
3284                 Re-write 'Tunnel command to open connection' as
3285                 'Use command to communicate with server', and disable
3286                 it for all except IMAP accounts
3287
3288 2003-03-20 [paul]       0.8.11claws31
3289
3290         * sync with 0.8.11cvs6
3291                 see ChangeLog 2003-03-20
3292
3293 2003-03-19 [match]      0.8.11claws30
3294
3295         * src/addritem.[ch]
3296                 include documentation. minor refactoring.
3297         * src/addr_compl.[ch]
3298         * src/addrindex.[ch]
3299         * src/addresbook.[ch]
3300         * src/summaryview.c
3301                 re-enable address lookup (was disabled in
3302                 0.8.11claws20).
3303
3304 2003-03-19 [christoph]  0.8.11claws29
3305
3306         * src/procmsg.c
3307                 add temp flag handling, will make moving and copying
3308                 messages possible again
3309
3310         * src/folder.c
3311                 correct calulation of folder stats
3312
3313 2003-03-18 [match]      0.8.11claws28
3314
3315         * src/editgroup.h
3316                 remove case sensitive comparison (closes bug 80).
3317
3318 2003-03-18 [christoph]  0.8.11claws27
3319
3320         * src/imap.c
3321                 fix imap using a tunnel command
3322
3323         (closes bug 87)
3324
3325 2003-03-18 [christoph]  0.8.11claws26
3326
3327         * src/folder.[ch]
3328         * src/imap.c
3329         * src/procmsg.[ch]
3330                 rewrite flag handling for folders
3331
3332 2003-03-18 [christoph]  0.8.11claws25
3333
3334         * src/folder.c
3335         * src/procmsg.c
3336         * src/summaryview.c
3337                 unset NEW and UNREAD flags when message is ignored, to make
3338                 sure messages don't show up as unread on other IMAP clients,
3339                 because the IGNORE_THREAD flag can not be syncronized through
3340                 the IMAP folder
3341
3342 2003-03-17 [christoph]  0.8.11claws24
3343
3344         * src/imap.c
3345                 don't use recursion to fetch uids when the number of messages
3346                 does not match. Moved code into subfunction that is used
3347                 again when needed, to prevent an endless loop.
3348
3349 2003-03-17 [thorsten]   0.8.11claws23
3350
3351         * src/imageview.[ch]
3352                 export imageview_get_resized_size() (for plugins)
3353         * src/prefs_common.[ch]
3354                 added prefs_common_get() (for plugins)
3355
3356 2003-03-17 [christoph]  0.8.11claws22
3357
3358         * src/imap.c
3359                 o remove UID guessing from copy code
3360                 o support UIDPLUS extension for APPEND command
3361
3362 2003-03-17 [paul]       0.8.11claws21
3363
3364         * src/gtk/about.c
3365                 remove 'Compiled-plugins' section.
3366                 
3367         * src/plugins/dillo_viewer/dillo_viewer.c
3368                 slight change to description text
3369
3370 2003-03-16 [match]      0.8.11claws20
3371         * src/ldapserver.[ch]           ** NEW **
3372         * src/ldapctrl.[ch]             ** NEW **
3373         * src/ldapquery.[ch]            ** NEW **
3374         * src/ldaputil.[ch]             ** NEW **
3375         * src/addrcindex.[ch]           ** NEW **
3376         * src/addrquery.h               ** NEW **
3377         * src/addritem.[ch]
3378         * src/addrcache.[ch]
3379         * src/addrindex.[ch]
3380         * src/addr_compl.[ch]
3381         * src/addressbook.[ch]
3382         * src/addrbook.[ch]
3383         * src/editgroup.c
3384         * src/editaddress.c
3385         * src/editldap.c
3386         * src/editldap_basedn.c
3387         * src/vcard.c
3388         * src/jpilot.c
3389         * src/Makefile.am
3390                 included dynamic LDAP queries. improved address
3391                 completion.
3392
3393 2003-03-16 [paul]       0.8.11claws19
3394
3395         * tools/multiwebsearch.pl
3396                 fix a fatal typo
3397
3398 2003-03-16 [christoph]  0.8.11claws18
3399
3400         * src/mimeview.c
3401         * src/plugins/dillo_viewer/dillo_viewer.c
3402         * src/plugins/mathml_viewer/mathml_viewer.c
3403                 make unregistering of MimeViewerFactorys possible
3404
3405 2003-03-16 [alfons]     0.8.11claws17
3406
3407         * configure.ac
3408                 correct typo
3409
3410 2003-03-16 [melvin]     0.8.11claws16
3411
3412         * src/plugins/dillo_viewer.c
3413                 Fixed bug where it was not possible to view more than
3414                 one text/html attachment per message (bug discovered
3415                 by Christoph Hohmann).
3416
3417 2003-03-15 [melvin]     0.8.11claws15
3418
3419         * src/prefs_actions.c
3420                 Fixed compilation warnings.
3421
3422 2003-03-15 [melvin]     0.8.11claws14
3423
3424         * src/plugins/Makefile.am
3425         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3426         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3427         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3428                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3429                 newer (http://dillo.auriga.wearlab.de/).
3430
3431 2003-03-15 [christoph]  0.8.11claws13
3432
3433         * src/imap.c
3434                 don't query imap folder for attributes because we already
3435                 for them from imap_status
3436
3437         * src/mimeview.[ch]
3438                 add support for plugable MimeViewers (unloading Viewers
3439                 not yet complete)
3440
3441         * src/plugins/Makefile.am
3442         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3443         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3444         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3445                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3446                 widget from http://helm.cs.unibo.it/mml-widget/
3447
3448 2003-03-14 [christoph]  0.8.11claws12
3449
3450         * src/folder.[ch]
3451                 o error return code's should better be negative
3452                 o replace printf with debug_print
3453
3454         * src/imap.c
3455                 improve IMAP folder scan by checking UID-NEXT
3456
3457         * src/summaryview.c
3458                 remove check that are unnecessary in my opinion
3459
3460 2003-03-13 [christoph]  0.8.11claws11
3461
3462         * src/folder.[ch]
3463         * src/foldersel.c
3464         * src/folderview.c
3465         * src/imap.c
3466         * src/mbox_folder.c
3467         * src/mh.c
3468         * src/news.c
3469         * src/prefs_scoring.c
3470         * src/summaryview.c
3471                 use a common function to get a displayable name
3472                 for a FolderItem
3473
3474 2003-03-13 [paul]       0.8.11claws10
3475
3476         * tools/Makefile.am
3477           tools/README
3478           tools/multiwebsearch.conf     ** NEW FILE **
3479           tools/multiwebsearch.pl       ** NEW FILE **
3480                 add multiwebsearch Actions script
3481
3482 2003-03-13 [colin]      0.8.11claws9
3483
3484         * src/compose.c
3485                 Remove leading emtpy lines from quoted text
3486                 before quoting it
3487
3488 2003-03-13 [melvin]     0.8.11claws8
3489
3490         * src/prefs_actions.c
3491                 Fixed a memory leak
3492                 Code clean ups
3493                 Added Cancel and OK buttons
3494                 Corrected help text
3495
3496 2003-03-13 [christoph]  0.8.11claws7
3497
3498         * src/account.c
3499         * src/folder.[ch]
3500         * src/imap.c
3501         * src/mainwindow.c
3502         * src/mbox_folder.c
3503         * src/mh.c
3504         * src/news.c
3505         * src/setup.c
3506                 replace more folder type stuff with folder class stuff
3507
3508 2003-03-13 [melvin]     0.8.11claws6
3509
3510         * src/prefs_actions.c
3511                 Added new tokens:
3512                 %u: user provided argument
3513                 %h: user provided argument (hidden on input)
3514                 %s: current text selection in the message view 
3515
3516 2003-03-13 [paul]       0.8.11claws5
3517
3518         * sync with 0.8.11cvs5
3519                 see ChangeLog 2003-03-11, 2003-03-12
3520
3521 2003-03-12 [christoph]  0.8.11claws4
3522
3523         * src/folder.c
3524                 use folder class idstr when writing folderlist.xml
3525
3526         * src/folder.h
3527         * src/imap.c
3528         * src/news.c
3529                 replace folder type checks with folder class checks
3530
3531 2003-03-12 [christoph]  0.8.11claws3
3532
3533         * src/folder.[ch]
3534         * src/imap.[ch]
3535         * src/main.c
3536         * src/mbox_folder.[ch]
3537         * src/mh.[ch]
3538         * src/news.[ch]
3539                 o create a list of known folder classes in the folder system
3540                 o use folder class id strings for folder item identifiers
3541
3542 2003-03-12 [christoph]  0.8.11claws2
3543
3544         * src/imap.c
3545                 fix imap uid validity check
3546
3547 2003-03-12 [christoph]  0.8.11claws1
3548
3549         * src/account.c
3550         * src/folder.[ch]
3551         * src/foldersel.c
3552         * src/folderview.c
3553         * src/imap.c
3554         * src/mainwindow.c
3555         * src/mbox_folder.c
3556         * src/mh.c
3557         * src/news.c
3558         * src/prefs_scoring.c
3559         * src/procmsg.c
3560         * src/setup.c
3561         * src/summaryview.c
3562                 initial restructuring of folder system, seperating
3563                 folders and folder classes
3564
3565 2003-03-12 [paul]       0.8.11claws
3566
3567         0.8.11claws release
3568
3569 2003-03-12 [christoph]
3570
3571         * src/gtk/prefswindow.c
3572                 fix translation of "Page Index"
3573
3574 2003-03-12 [paul]       0.8.10claws110
3575
3576         a sync from 0.8.11cvs4 before the release
3577
3578         * src/common/utils.c
3579                 subject_compare_for_sort(): allow null strings (fixes
3580                 summary sorting).
3581
3582 2003-03-11 [paul]       0.8.10claws109
3583
3584         * po/es.po
3585                 update Spanish translation, submitted by
3586                 Ricardo Mones Lastra
3587
3588 2003-03-11 [melvin]     0.8.10claws108
3589
3590         * po/fr.po
3591                 Updated French translations
3592
3593 2003-03-11 [paul]       0.8.10claws107
3594
3595         * manual/en/Makefile.am
3596           manual/en/*.html
3597                 update English manual, add a new page
3598                 updated by Francois Barriere <fbarriere@atmel.fr>
3599                 
3600         * po/bg.po
3601           po/it.po
3602           po/sr.po
3603                 update Bulgarian, Italian, and Serbian translations
3604                 submitted by George Danchev, Alessandro Maestri, and
3605                 Urke MMI
3606
3607 2003-03-10 [paul]       0.8.10claws106
3608
3609         * src/gtk/about.c
3610           src/gtk/prefswindow.c
3611                 make some strings translatable
3612
3613 2003-03-10 [darko]      0.8.10claws105
3614
3615         * src/compose.c
3616                 code cleanup to make Hiro happy
3617
3618 2003-03-10 [paul]       0.8.10claws104
3619
3620         * sync with 0.8.11cvs2
3621                 see ChangeLog 2003-03-10
3622
3623 2003-03-09 [melvin]     0.8.10claws103
3624
3625         * src/textview.c
3626                 textview_set_font(): fix for message display in
3627                 UTF-8 locales (thanks to Sergey Vlasov).
3628                 (was unintentionnaly reverted in 0.8.6claws6)   
3629
3630 2003-03-08 [darko]      0.8.10claws102
3631
3632         * src/compose.c
3633                 fix infinite loop in wrapping as reported
3634                 by happycactus
3635                 obsoletes patch #696482
3636
3637 2003-03-08 [christoph]  0.8.10claws101
3638
3639         * src/imap.c
3640                 add workaround for IMAP servers that do not
3641                 support the "UID SEARCH UID" command
3642
3643 2003-03-07 [christoph]  0.8.10claws100
3644
3645         * src/plugins/spamassassin/spamassassin.[ch]
3646         * src/plugins/spamassassin/spamassassin_gtk.c
3647                 code cleanup
3648
3649 2003-03-07 [paul]       0.8.10claws99
3650
3651         * po/es.po
3652                 updated Spanish translation, submitted by
3653                 Ricardo Mones Lastra
3654
3655 2003-03-07 [christoph]  0.8.10claws98
3656
3657         * src/send.c
3658                 fix in 0.8.10claws94 was wrong
3659                 local delivery does not require escaping, remove escaping
3660                 code to make signatures of mails with "." lines valid
3661                 
3662                 NOTE: requires that sendmail is executed with "-i" option,
3663                       what is the default now, but has to be changed in all
3664                       exsiting accounts)
3665
3666 2003-03-07 [paul]       0.8.10claws97
3667
3668         * sync with 0.8.11 release
3669                 see ChangeLog 2003-03-07
3670
3671 2003-03-06 [paul]       0.8.10claws96
3672
3673         * src/compose.c
3674                 revert commit 0.8.10claws92
3675
3676 2003-03-06 [paul]       0.8.10claws95
3677
3678         * src/folderview.c
3679                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3680
3681         * src/gtkaspell.c
3682                 fix bug 74, 'Crash opening editor window with pseudo-color
3683                 display'
3684                 
3685         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3686
3687 2003-03-06 [christoph]  0.8.10claws94
3688
3689         * src/send.c
3690                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3691                 all lines starting with a period get an extra period
3692                 inserted
3693                 (found by Simon 'corecode' Schubert)
3694
3695 2003-03-06 [paul]       0.8.10claws93
3696
3697         * src/folderview.c
3698                 if configured font can't be loaded fall back to gtk
3699                 default. (with thanks to Christoph)
3700                 
3701                 closes long-standing bug 15 'Crashes on startup'
3702
3703 2003-03-06 [paul]       0.8.10claws92
3704
3705         * src/compose.c
3706                 freeze text before autosave and thaw afterwards
3707                 fixes bug 67 'autosave make re-rediting message crazy'
3708
3709 2003-03-06 [christoph]  0.8.10claws91
3710
3711         * src/compose.c
3712                 ignore address comment in dupe check for Cc-list
3713
3714         (closes reopened bug 47 Replying to message strips name part of
3715          e-mail addresses of Cc: lines)
3716
3717 2003-03-06 [paul]       0.8.10claws90
3718
3719         * src/Makefile.am
3720                 remove reference to gtkxtext.h as its no longer in
3721                 the repository
3722
3723 2003-03-06 [paul]       0.8.10claws89
3724
3725         * sync with 0.8.10cvs25
3726                 see ChangeLog 2003-03-06
3727
3728 2003-03-06 [oliver]     0.8.10claws88
3729         
3730         * src/messageview.c
3731                 remove include
3732
3733 2003-03-06 [oliver]     0.8.10claws87
3734         
3735         * src/folderview.c 
3736                 remove changes introduced inclaws74
3737         * src/messageview.c
3738                 another attempt to sanely delete and update
3739                 messages deleted in separate messageview
3740
3741 2003-03-05 [christoph]  0.8.10claws86
3742
3743         * src/summaryview.c
3744                 check if "From" matches any account's address if
3745                 addressbook completion of addresses is disabled too
3746
3747         (closes Bug 70 "Display recipient in from" doesn't check
3748          folder's default account)
3749
3750 2003-03-05 [christoph]  0.8.10claws85
3751
3752         * src/compose.c
3753         * src/common/utils.[ch]
3754                 don't strip address comments when building Cc lists
3755
3756         (closes Bug 47 Replying to message strips name part of e-mail addresses
3757          of Cc: lines)
3758
3759         * src/folder.c
3760                 fix return value of copy function
3761
3762 2003-03-05 [christoph]  0.8.10claws84
3763
3764         * src/imap.c
3765                 don't ask imap server for non rfc822 headers
3766
3767         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3768
3769         * src/imap.c
3770                 destroy session on socket error to allow reconnecting
3771
3772 2003-03-05 [christoph]  0.8.10claws83
3773
3774         * configure.ac
3775                 fix building with gnome when no prefix is set
3776
3777         (closes bug 66 Gnome directory is set to NONE)
3778
3779 2003-03-05 [paul]       0.8.10claws82
3780
3781         * sync with 0.8.10cvs23
3782                 see ChangeLog 2003-03-05
3783
3784 2003-03-04 [christoph]  0.8.10claws81
3785
3786         * src/folder.c
3787                 o fix moving and copying when folder returns 0 for new
3788                   message number
3789                 o remove some code for single message copy and move
3790                   operations and use functions for multiple messages
3791
3792         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3793
3794         * src/news.c
3795                 remove unused include
3796
3797 2003-03-04 [paul]       0.8.10claws80
3798
3799         * src/gtk/about.c
3800                 list 'Compiled plugins'
3801
3802 2003-03-03 [christoph]  0.8.10claws79
3803
3804         * src/news.[ch]
3805                 have to multiply the percentage of the current fetch with
3806                 the percentage that it has of the total fetch operation
3807                 for correct values
3808
3809 2003-03-03 [christoph]  0.8.10claws78
3810
3811         * src/news.c
3812                 fix calculation of expected lines for progress indicator
3813
3814 2003-03-03 [christoph]  0.8.10claws77
3815
3816         * src/summaryview.c
3817         * src/common/utils.c
3818                 fix segfault when opening the root news folder
3819
3820 2003-03-03 [christoph]  0.8.10claws76
3821
3822         * src/mainwindow.[ch]
3823         * src/common/Makefile.am
3824         * src/common/progressindicator.[ch]
3825                 add UI independent progress indicator handling
3826
3827         * src/news.[ch]
3828                 use new progress indicator for message info fetching
3829
3830         * src/common/hooks.h
3831                 code cleanup
3832
3833 2003-03-03 [oliver]     0.8.10claws75
3834
3835         * src/toolbar.c
3836         * src/compose.c
3837                 removed commented code
3838
3839 2003-03-03 [oliver]     0.8.10claws74
3840
3841         * src/toolbar.[ch]
3842                 cleanups and refactoring
3843         * src/compose.[ch]
3844                 compose_reply_mode reply & forwarding interface for
3845                 toolbar buttons
3846         * src/folderview.c
3847                 act on messages marked for deletion in folderview_selected
3848                 based on prefs_common.immediate_exec since a message might 
3849                 have been deleted by messageview in a folder we are changing 
3850                 to (does anybody understand what I'm on about ?)
3851
3852 2003-03-03 [oliver]     0.8.10claws73
3853         
3854         * src/messageview.[ch]
3855                 new functions
3856                 - messageview_delete: delete message shown in messagview
3857                 - messageview_update_view: update messageview to currently 
3858                   selected summaryview message
3859                 - add separate messageview to msgview_list in order to update 
3860                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3861         * src/summaryview.[ch]
3862                 summary_get_selection returns a list of selected msgs
3863                 in summaryview
3864         * src/mainwindow.c
3865                 toolbar reply refactoring
3866
3867 2003-03-03 [paul]       0.8.10claws72
3868
3869         * sync with 0.8.10cvs21
3870                 see ChangeLog 2003-03-03
3871
3872 2003-03-02 [christoph]  0.8.10claws71
3873
3874         * src/common/passcrypt.c
3875                 use POSIX includes
3876
3877 2003-03-02 [christoph]  0.8.10claws70
3878
3879         * configure.ac
3880         * src/prefs_account.c
3881         * src/prefs_gtk.[ch]
3882         * src/common/.cvsignore
3883         * src/common/Makefile.am
3884         * src/common/passcrypt.c                ** NEW **
3885         * src/common/passcrypt.h.in             ** NEW **
3886                 Implement password encryption in config files
3887                 using unix encrypt and setkey functions. The crypt
3888                 key can be set as a configure parameter. Old
3889                 passwords will be converted if they do not begin
3890                 with '!'
3891
3892 2003-03-02 [paul]       0.8.10claws69
3893
3894         * src/prefs_account.c
3895                 fix compile error
3896
3897 2003-03-01 [thorsten]   0.8.10claws68
3898
3899         * po/el.po
3900           po/hr.po
3901           po/it.po
3902           po/nl.po
3903           po/sr.po
3904           po/sv.po
3905                 corrected format strings
3906         * po/en_GB.po
3907                 corrected headers
3908                 (fix compile errors with GNU gettext-0.11.5)
3909
3910 2003-03-01 [oliver]     0.8.10claws67
3911
3912         * src/summaryview.c
3913                 menu callbacks call toolbar_menu_reply
3914
3915 2003-03-01 [oliver]     0.8.10claws66
3916
3917         * src/mainwindow.c
3918         * src/messageview.c
3919                 menu callbacks call toolbar_menu_reply
3920         * src/toolbar.[ch]
3921                 callbacks from menu handled by toolbar_menu_reply
3922
3923 2003-03-01 [paul]       0.8.10claws65
3924
3925         * src/addressbook.c
3926                 revert commit 0.8.10claws54 - breaks editing of
3927                 addressbook.
3928                 
3929         * po/bg.po
3930                 update Bulgarian translation, submitted by
3931                 George Danchev
3932
3933 2003-02-28 [christoph]  0.8.10claws64
3934
3935         * src/account.c
3936         * src/addressadd.c
3937         * src/compose.c
3938         * src/gtkaspell.c
3939         * src/gtkxtext.h                ** REMOVE **
3940         * src/imap.c
3941         * src/matcher.[ch]
3942         * src/mh.c
3943         * src/news.c
3944         * src/pine.c
3945         * src/prefs_common.c
3946         * src/prefs_matcher.c
3947         * src/procheader.[ch]
3948         * src/procmsg.[ch]
3949         * src/toolbar.c
3950         * src/common/ssl_certificate.c
3951         * src/gtk/colorlabel.c
3952         * src/gtk/menu.c
3953                 o fix warnings
3954                 o remove code obsoleted by new cache and folder system rework
3955
3956 2003-02-28 [oliver]     0.8.10claws63
3957         
3958         * src/toolbar.[ch]
3959                 * fix bug where reply in Messageview replied to 
3960                 Message displayed in summaryview
3961                 (reportedd via ML by chinatinte at gmx dot ch)
3962                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3963                 didn't work in separate MessageView Toolbar
3964                 (wondering if anybody uses this at all ?)
3965         * src/summaryview.[ch]
3966                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3967                 (generalize reply and forward code);
3968         * src/messageview.c 
3969                 remove focus_in event which updated summaryview to messageview
3970
3971 2003-02-28 [paul]       0.8.10claws62
3972
3973         * po/Makefile.in.in
3974                 add the --check option
3975                 Patch submitted by Ricardo Mones Lastra
3976
3977 2003-02-28 [paul]       0.8.10claws61
3978
3979         * src/prefs_account.c
3980                 re-order 'Signature' items
3981
3982 2003-02-28 [paul]       0.8.10claws60
3983
3984         * sync with 0.8.10cvs20
3985                 see ChangeLog 2003-02-28
3986
3987 2003-02-28 [paul]       0.8.10claws59
3988
3989         * po/POTFILES.in
3990                 update to reflect recent movement of files
3991
3992 2003-02-28 [paul]       0.8.10claws58
3993
3994         * sync with 0.8.10cvs19
3995                 see ChangeLog 2003-02-28
3996
3997 2003-02-27 [martin]     0.8.10claws57
3998
3999         * src/prefs_matcher.c 
4000                 fix segfault in prefs_matcher_ok() when the
4001                 last entry is deleted and prevents that the
4002                 message "entry not saved" comes up after deleting
4003                 an entry
4004
4005 2003-02-27 [martin]     0.8.10claws56
4006
4007         * src/prefs_filtering.c 
4008                 fix segfault in prefs_filtering_ok() when the
4009                 last entry is deleted and prevents that the
4010                 message "entry not saved" comes up after deleting
4011                 an entry
4012
4013 2003-02-27 [paul]       0.8.10claws55
4014
4015         * sync with 0.8.10cvs18
4016                 see ChangeLog 2003-02-27
4017
4018 2003-02-27 [paul]       0.8.10claws54
4019
4020         * src/addressbook.c
4021                 fix bug where the address book crashes with 
4022                 multiple lookups.
4023                 Patch [687729] submitted by David Frager 
4024                 <dbfrager@users.sourceforge.net>
4025
4026 2003-02-25 [christoph]  0.8.10claws53
4027
4028         * src/Makefile.am
4029         * src/colorlabel.[ch]           ** REMOVE **
4030         * src/gtk/Makefile.am
4031         * src/gtk/colorlabel.[ch]       ** NEW **
4032                 move colorlabel files to gtk directory
4033
4034         * src/esmtp.[ch]                ** REMOVE **
4035                 has been merged into smtp.[ch] in 0.7.5
4036
4037 2003-02-25 [christoph]  0.8.10claws52
4038
4039         * src/Makefile.am
4040         * src/about.[ch]                ** REMOVE **
4041         * src/gtk/Makefile.am
4042         * src/gtk/about.[ch]            ** NEW **
4043                 move about files to gtk directory
4044
4045 2003-02-25 [christoph]  0.8.10claws51
4046
4047         * src/folder.c
4048                 some code optimization of folder scanning code
4049
4050         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4051
4052 2003-02-25 [christoph]  0.8.10claws50
4053
4054         * src/main.c
4055         * src/common/sylpheed.c
4056                 add command line parameter parsing to common code
4057
4058 2003-02-24 [christoph]
4059
4060         * Makefile.am
4061         * configure.ac
4062                 fix gnome prefix problems, the configure script now removed
4063                 `gnome-config --prefix` from `gnome-config --datadir`
4064                 and adds $(prefix} instead
4065
4066         (closes Bug 24 Makefile does not respect prefix when installing
4067          GNOME data)
4068
4069 2003-02-24 [christoph]  0.8.10claws49
4070
4071         * src/news.c
4072                 check for valid session before trying to authenticate
4073
4074         (closes Bug 60 crash if "authenticate on logon" is activated
4075          and newsserver-hostname is not valid)
4076
4077 2003-02-24 [melvin]     0.8.10claws48
4078
4079         * src/prefs_actions.c
4080                 Make sure all user's input is sent to the action and then
4081                 close the socket..
4082
4083 2003-02-23 [alfons]     0.8.10claws46
4084
4085         * src/summaryview.c
4086                 also wait cursor when deleting files
4087
4088 2003-02-23 [paul]
4089
4090         * tools/freshmeat_search.pl
4091           tools/google_search.pl
4092                 scripts should now work for any browser/browser command line
4093
4094 2003-02-22 [christoph]  0.8.10claws45
4095
4096         * src/procmsg.c
4097                 fix IMAP flag setting, IMAP flag is not handled correctly
4098                 anymore by the folder system and information about the
4099                 folder should not be saved in the MsgInfo (in my opinion)
4100
4101         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4102
4103 2003-02-22 [christoph]  0.8.10claws44
4104
4105         * src/summaryview.c
4106                 fix spelling of "label" ;-)
4107
4108 2003-02-22 [thorsten]   0.8.10claws43
4109
4110         * src/mimeview.c
4111           src/prefs_common.[ch]
4112           src/procmime.[ch]
4113                 do not use description as attachment name
4114
4115 2003-02-22 [alfons]     0.8.10claws42
4116
4117         * src/summaryview.c
4118                 freeze/thaw folder item updates when changing color labels,
4119                 and put a wait cursors on
4120
4121 2003-02-22 [thorsten]   0.8.10claws41
4122
4123         * src/mimeview.c
4124                 save-all fixes: crash if invoked on multipart container,
4125                 mimeinfo access, pathseparators, error dialog
4126
4127 2003-02-21 [alfons]     0.8.10claws40
4128
4129         * src/prefs_gtk.c
4130                 remove unused var
4131
4132 2003-02-21 [colin]      0.8.10claws39
4133
4134         * src/send.c
4135                 Fix smtp logging
4136
4137 2003-02-21 [colin]      0.8.10claws38
4138
4139         * src/summaryview.c
4140                 Freeze/thaw folderItem updates when filtering messages 
4141                 via Tools/Filter messages
4142
4143 2003-02-21 [paul]       0.8.10claws37
4144
4145         * src/compose.c
4146                 revert commit 0.8.10claws26, there are ulterior motives
4147                 for users to set a Reply-To header when posting to
4148                 newsgroups
4149
4150 2003-02-21 [paul]       0.8.10claws36
4151
4152         * sync with 0.8.10cvs17
4153                 see ChangeLog 2003-02-21
4154
4155 2003-02-20 [christoph]  0.8.10claws35
4156
4157         * src/imap.c
4158                 IMAP UID fetch speedup using SEARCH
4159
4160         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4161
4162         * src/imap.c
4163                 fix problem with UIDs in IMAP UID cache that no longer existed
4164
4165 2003-02-20 [christoph]  0.8.10claws34
4166
4167         * src/imap.c
4168         * src/procheader.c
4169         * src/procheader.h
4170                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4171
4172         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4173
4174         * src/imap.c
4175                 Rewrite imap_cmd_gen_recv use sock_getline instead
4176                 of sock_gets to avoid problems with too long reply
4177                 lines
4178     
4179 2003-02-20 [colin]      0.8.10claws33
4180         
4181         * src/prefs_account.c
4182                 Better wording
4183
4184 2003-02-20 [colin]      0.8.10claws32
4185
4186         * src/compose.c
4187                 Remove useless '&& !to_sender' 
4188
4189 2003-02-20 [darko]
4190
4191         * AUTHORS
4192                 change my e-mail address
4193
4194 2003-02-19 [colin]      0.8.10claws31
4195
4196         * src/prefs_common.c
4197                 X11 style colors for every configurable color
4198
4199 2003-02-19 [alfons]     0.8.10claws30
4200
4201         * src/prefs_gtk.[ch]
4202         * src/prefs_common.c
4203                 for color_new accept both plain integers and X11 style color
4204                 names (as found in /usr/lib/X11/rgb.txt)
4205
4206 2003-02-19 [paul]       0.8.10claws29
4207
4208         * src/mainwindow.c
4209                 add tooltips to online/offline button and account selector
4210                 button
4211
4212 2003-02-19 [paul]       0.8.10claws28
4213
4214         * src/folder.c
4215           src/news.c
4216           src/prefs_account.[ch]
4217           src/prefs_common.[ch]
4218                 move 'Maximum number of articles to download' to
4219                 account prefs.
4220                 clean up account prefs gui a little by hiding entries
4221                 rather then greying out entries
4222
4223 2003-02-19 [hiro]       0.8.10claws27
4224
4225         * src/common/utils.c
4226                 fix bug #54 'yesterdays date is displayed in the message 
4227                 summary window'
4228
4229 2003-02-19 [paul]       0.8.10claws26
4230
4231         * src/compose.c
4232                 fix bug reported in Feature Request [688596] 
4233                 'Reply-to header in news'
4234
4235 2003-02-18 [paul]       0.8.10claws25
4236
4237         * src/select-keys.c
4238                 add a 'List all keys' button to key selection dialog
4239
4240 2003-02-18 [colin]      0.8.10claws24
4241         
4242         * src/stock_pixmap.c
4243                 fix compile error
4244
4245 2003-02-18 [colin]      0.8.10claws23
4246
4247         * src/common/smtp.[ch]
4248           src/prefs_account.c
4249                 Try to starttls if it seems to be the only
4250                 way to authenticate a user
4251
4252 2003-02-18 [paul]       0.8.10claws22
4253
4254         * src/Makefile.am
4255           src/folderview.c
4256           src/stock_pixmap.[ch]
4257           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4258           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4259                 as a Drafts folder is a special folder allow it to have
4260                 its own unique icons
4261
4262 2003-02-18 [colin]      0.8.10claws21
4263
4264         * src/imap.c
4265                 Fix port selection when using starttls
4266
4267 2003-02-18 [paul]       0.8.10claws20
4268
4269         * src/mainwindow.c
4270           src/prefs_common.[ch]
4271                 make blue the default new mail colour
4272
4273 2003-02-18 [paul]       0.8.10claws19
4274
4275         * sync with 0.8.10cvs14
4276                 see ChangeLog 2003-02-18
4277
4278 2003-02-17 [jens]       0.8.10claws18
4279
4280         * src/common/md5.c
4281                 fixed a compile problem with gcc 3.3
4282                 works on 2.95.3 too (testet on PPC as it is big endian)
4283
4284 2003-02-17 [paul]       0.8.10claws17
4285
4286         * sync with 0.8.10cvs13
4287                 see ChangeLog 2003-02-17
4288
4289 2003-02-17 [paul]       0.8.10claws16
4290
4291         * sync with 0.8.10cvs12
4292                 see ChangeLog 2003-02-17
4293
4294 2003-02-16 [match]      0.8.10claws15
4295
4296         * src/addressbook.c
4297                 Eliminates reloading of address data when items
4298                 deleted or added. Applied submitted by
4299                 Luke Plant <lukeplant@softhome.net>
4300
4301 2003-02-16 [paul]       0.8.10claws14
4302
4303         * src/news.c
4304                 when a 'protocol error' is encountered disconnect from
4305                 the server. This means that the user can carry on viewing
4306                 other articles and doesn't have to either wait until the
4307                 server timesout or quit sylpheed.
4308                 Fixes bug #53 'Unable to read messages in newsgroups, 
4309                 displayed message doesn't change'
4310
4311 2003-02-15 [christoph]  0.8.10claws13
4312
4313         * src/imap.c
4314                 fix bug that stopped scanning of folders when an
4315                 IMAP folder was empty
4316
4317         (closes bug 46 stop scan messages in folders after empty folder)
4318
4319 2003-02-15 [paul]
4320
4321         * tools/Makefile.am
4322           tools/README
4323           tools/freshmeat_search.pl     ** NEW FILE **
4324           tools/google_search.pl        ** NEW FILE **
4325                 Add 2 Actions scripts which search freshmeat/google
4326                 for the selected text using the browser configured
4327                 in sylpheedrc.
4328                 
4329         Note: These scripts are very dependent on the format of the
4330         browser command and may not work on every occasion. Testing
4331         is welcome. 
4332
4333 2003-02-14 [alfons]     0.8.10claws12
4334
4335         * src/compose.c
4336                 fix breakage because of uninitialized account pointer.
4337                 please verify.
4338
4339 2003-02-14 [paul]       0.8.10claws11
4340
4341         * src/compose.c
4342           src/prefs_account.[ch]
4343           src/prefs_common.[ch]
4344                 move signature settings to Account Prefs
4345
4346 2003-02-14 [paul]       0.8.10claws10
4347
4348         * sync with 0.8.10cvs11
4349                 see ChangeLog 2003-02-14
4350
4351 2003-02-13 [thorsten]   0.8.10claws9
4352
4353         * src/news.c
4354                 revert news progressbar (GUI separation)
4355
4356 2003-02-13 [paul]       0.8.10claws8
4357
4358         * src/compose.c
4359                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4360                 paragraph 1
4361
4362 2003-02-13 [paul]       0.8.10claws7
4363
4364         * src/compose.[ch]
4365           src/summaryview.c
4366                 fix 'Follow-up and Reply-to' so that it creates a reply to
4367                 the newsgroup and the sender. If the message has the keyword
4368                 'poster' in the Followup-To header, all replies go to the
4369                 sender, re: RFC 1036, Section 2.2.3
4370                 rename all instances of 'ignore_replyto' to 'to_sender', both
4371                 were previously used, now we use just one.
4372
4373 2003-02-13 [paul]       0.8.10claws6
4374
4375         * sync with 0.8.10cvs9
4376                 see ChangeLog 2003-02-13
4377
4378 2003-02-13 [paul]       0.8.10claws5
4379
4380         * configure.ac
4381                 show which plugins are configured in the configure
4382                 output.
4383
4384 2003-02-12 [thorsten]   0.8.10claws4
4385
4386         * src/news.c
4387                 show progress while fetching news headers
4388
4389 2003-02-12 [christoph]  0.8.10claws3
4390
4391         * configure.ac
4392         * src/plugins/Makefile.am
4393                 use AM_CONDITIONAL to enable plugins, automake correctly
4394                 manages this when creating distdir
4395
4396 2003-02-12 [christoph]  0.8.10claws2
4397
4398         * ac/spamassassin.m4
4399         * src/plugins/spamassassin/Makefile.am
4400                 fix building SpamAssassin plugin without OpenSSL
4401
4402 2003-02-12 [paul]       0.8.10claws1
4403
4404         * ac/Makefile.am
4405           src/Makefile.am
4406           src/plugins/Makefile.am
4407                 fix failure of 'make release'
4408
4409 2003-02-12 [paul]       0.8.10claws
4410
4411         * 0.8.10claws released
4412
4413 2003-02-12 [paul]       0.8.9claws56
4414
4415         * po/bg.po
4416           po/es.po
4417           po/it.po
4418           po/ru.po
4419           po/sr.po
4420                 updated translations by George Danchev, Ricardo Mones Lastra,
4421                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4422                 
4423         * sylpheed.spec.in
4424                 Allow the building of RPMs by a regular user. Submitted
4425                 by Sergei Astanin
4426
4427 2003-02-11 [alfons]     0.8.9claws55
4428
4429         * src/colorlabel.c
4430                 don't use pixmaps for label color rect but draw rectangles
4431                 so we can respect the color map of palette based visuals
4432                 (fixes the long time crashes on Suns - thanks to Andreas
4433                 Engel and Steve O'Hara-Smith for testing)
4434
4435 2003-02-11 [christoph]  0.8.9claws54
4436
4437         * src/matcher_parser_parse.y
4438                 correct bug where filering rules of not existing folders in
4439                 matcherrc were added to global filtering
4440                 
4441         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4442          main filter-rules after removing directory, http://bugs.debian.org/180253)
4443         
4444 2003-02-11 [paul]       0.8.9claws53
4445
4446         * sync with 0.8.10cvs7
4447                 see ChangeLog 2003-02-09
4448
4449 2003-02-11 [melvin]     0.8.9claws52
4450
4451         * po/fr.po
4452                 Updated French tranlsations
4453
4454 2003-02-10 [paul]       0.8.9claws51
4455
4456         * sylpheed.spec.in
4457                 correct --enable-openssl
4458                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4459
4460 2003-02-09 [martin]     0.8.9claws50
4461
4462         * src/prefs_matcher.c
4463                 fix segfault in prefs_matcher_substitute_cb() when
4464                 no row is selected
4465
4466 2003-02-09 [paul]       0.8.9claws49
4467
4468         * src/folderview.c
4469                 fix bug where a newsgroup folder's processing rules were
4470                 merged with the global filtering rules when the newsgroup
4471                 folder was deleted, causing some seriously bad results,
4472                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4473
4474 2003-02-08 [melvin]     0.8.9claws48
4475
4476         * src/compose.c
4477                 Corrected and modified an alert message.
4478
4479 2003-02-07 [paul]       0.8.9claws47
4480
4481         * src/folderview.c
4482                 fix bug where both an 'Account properties' window and a
4483                 'Folder properties' window were opened when clicking on
4484                 'Properties' in an NNTP or IMAP folder's popup menu.
4485
4486 2003-02-07 [paul]       0.8.9claws46
4487
4488         * sync with 0.8.10cvs6
4489                 see ChangeLog 2003-02-06
4490
4491 2003-02-06 [christoph]  0.8.9claws45
4492
4493         * src/mbox.c
4494                 freeze folder updates while importing mbox files
4495                 (closes bug 43 importing mbox took hours)
4496                 
4497         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4498
4499 2003-02-06 [thorsten]   0.8.9claws44
4500
4501         * po/de.po
4502                 Updated german translations
4503
4504 2003-02-06 [thorsten]   0.8.9claws43
4505
4506         * src/news.h
4507                 use guint for message numbers (fix count in grouplist dialog)
4508
4509 2003-02-05 [paul]       0.8.9claws42
4510
4511         * sync with 0.8.10cvs2
4512                 see ChangeLog 2003-02-05
4513
4514 2003-02-04 [colin]      0.8.9claws41
4515
4516         * src/prefs_common.[ch]
4517           src/procmsg.c
4518           src/summaryview.c
4519                 Add an option to disable threading by subject
4520
4521 2003-02-04 [christoph]  0.8.9claws40
4522
4523         * src/inc.c
4524                 only abort fetching mails from multiple accounts when the
4525                 error is fatal and does not allow to check any more accounts
4526                 (currently only disk full error)
4527
4528         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4529          receive mails for other accouts)
4530
4531 2003-02-04 [christoph]  0.8.9claws39
4532
4533         * src/folder.c
4534                 first add the new message to the cache, then
4535                 send the update notification
4536
4537         (closes bug 39 after sending message folderview doesnt get updated)
4538
4539 2003-02-04 [colin]      0.8.9claws38
4540
4541         * src/inc.c
4542                 _really_ fix this Connecting... status
4543
4544 2003-02-04 [paul]       0.8.9claws37
4545
4546         * sync with 0.8.10
4547                 see ChangeLog 2003-02-04
4548
4549 2003-02-04 [paul]       0.8.9claws36
4550
4551         * sync with 0.8.9cvs6
4552                 see ChangeLog 2003-02-03
4553
4554 2003-02-04 [paul]       0.8.9claws35
4555
4556         * po/pt_BR.po
4557                 updated by André Filipe de Assunção e Brito 
4558                 <bedecko@netsite.com.br>
4559
4560 2003-02-03 [thorsten]   0.8.9claws34
4561
4562         * po/de.po
4563                 Updated german translations
4564
4565 2003-02-02 [paul]       0.8.9claws33
4566
4567         * po/es.po
4568                 updated by Ricardo Mones Lastra
4569
4570 2003-02-02 [thorsten]   0.8.9claws32
4571
4572         * src/mh.c
4573                 Fix mh_get_msginfo() segfault if file is inaccessible
4574
4575 2003-01-31 [colin]      0.8.9claws31
4576
4577         * src/procheader.c
4578                 Fix last commit's bug
4579
4580 2003-01-31 [colin]      0.8.9claws30
4581
4582         * src/procheader.c
4583                 Missing a change for gpg-signed messages
4584
4585 2003-01-31 [paul]       0.8.9claws29
4586
4587         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4588           src/procheader.c
4589           src/stock_pixmap.[ch]
4590           src/summaryview.c
4591                 indicate GnuPG signed messages by displaying an icon
4592                 in the Attachment column.
4593
4594 2003-01-31 [paul]       0.8.9claws28
4595
4596         * sync with 0.8.9cvs4
4597                 see ChangeLog 2003-01-31
4598
4599 2003-01-31 [alfons]     0.8.9claws27
4600
4601         * src/textview.c
4602                 tune URI parser to accept mailto URLs with a '?'
4603                 (patch from Ruslan Balkin)
4604
4605 2003-01-31 [colin]      0.8.9claws26
4606
4607         * src/summaryview.c
4608                 Fix a leak introduced in claws24
4609
4610 2003-01-31 [colin]      0.8.9claws25
4611
4612         * src/summaryview.c
4613                 Freeze/Thaw folder updates when deleting dups
4614
4615 2003-01-31 [colin]      0.8.9claws24
4616         
4617         * src/addr_compl.c
4618           src/summaryview.c
4619           src/msgcache.c
4620                 little speed improvements
4621
4622 2003-01-31 [colin]      0.8.9claws23
4623
4624         * src/summaryview.c
4625                 Fix segfault when forwarding nothing
4626                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4627                 
4628 2003-01-30 [paul]       0.8.9claws22
4629
4630         * sync with 0.8.9cvs3
4631                 see ChangeLog 2003-01-30
4632
4633 2003-01-30 [paul]       0.8.9claws21
4634
4635         * sync with 0.8.9cvs2
4636                 see ChangeLog 2003-01-30
4637
4638 2003-01-29 [paul]       0.8.9claws20
4639
4640         * sync with 0.8.9cvs1
4641                 see ChangeLog 2003-01-29
4642
4643 2003-01-28 [paul]       0.8.9claws19
4644
4645         * po/POTFILES.in
4646                 update to reflect changes. 
4647                 thanks to Ricardo Mones Lastra
4648
4649 2003-01-27 [christoph]  0.8.9claws18
4650
4651         * ac/openssl.m4
4652         * ac/spamassassin.m4
4653         * src/plugins/spamassassin/README
4654         * src/plugins/spamassassin/libspamc.[ch]
4655         * src/plugins/spamassassin/utils.[ch]
4656                 updated to latest libspamc
4657
4658 2003-01-27 [christoph]  0.8.9claws17
4659
4660         * src/folder.c
4661                 fix wrong use of procheader_get_header_fields
4662
4663 2003-01-27 [christoph]  0.8.9claws16
4664
4665         * src/news.c
4666         * src/prefs_account.[ch]
4667         * src/common/nntp.[ch]
4668                 allow to force authentication for NNTP servers
4669
4670         Patch submitted by Florian Mickler <dmk@d-labs.de>
4671
4672 2003-01-26 [paul]       0.8.9claws15
4673
4674         * src/summaryview.c
4675                 speed up of marking messages as read
4676                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4677
4678 2003-01-26 [christoph]  0.8.9claws14
4679
4680         * src/Makefile.am
4681         * src/mgutils.[ch]              ** REMOVE **
4682         * src/xml.[ch]                  ** REMOVE **
4683         * src/xmlprops.[ch]             ** REMOVE **
4684         * src/common/Makefile.am
4685         * src/common/mgutils.[ch]       ** NEW **
4686         * src/common/xml.[ch]           ** NEW **
4687         * src/common/xmlprops.[ch]      ** NEW **
4688                 move xml files to common directory
4689
4690 2003-01-26 [christoph]  0.8.9claws13
4691
4692         * src/plugins/spamassassin/spamassassin_gtk.c
4693                 only set gtk entry text if string is available
4694
4695 2003-01-26 [melvin]     0.8.9claws12
4696
4697         * src/description_window.c
4698                 Allow resizing of the window
4699                 Allow automatic horizontal scroll bar
4700                 Do not vertically expand and fill
4701
4702 2003-01-26 [christoph]  0.8.9claws11
4703
4704         * src/Makefile.am
4705         * src/gtkutils.[ch]             ** REMOVE **
4706         * src/common/sylpheed.c
4707         * src/gtk/Makefile.am
4708         * src/gtk/description_window.c
4709         * src/gtk/gtkutils.[ch]         ** NEW **
4710         * src/gtk/prefswindow.c
4711                 move gtkutils to gtk directory
4712
4713 2003-01-26 [paul]       0.8.9claws10
4714
4715         * src/summaryview.c
4716                 rename summary_unread_clicked() to summary_status_clicked()
4717
4718 2003-01-26 [melvin]     0.8.9claws9
4719
4720         * src/prefs_actions.c
4721                 Cosmetical changes to the help text
4722
4723 2003-01-26 [paul]       0.8.9claws8
4724
4725         * src/folder.[ch]
4726           src/mainwindow.c
4727           src/prefs_common.c
4728           src/prefs_sumamry_column.c
4729           summaryview.[ch]
4730                 rename the 'Unread' column to 'Status'
4731
4732 2003-01-25 [match]      0.8.9claws7
4733
4734         * src/mgutils.[ch]
4735                 removed reference to LDAP constants. removed error2string.
4736                 included functions to support LDAP dynamic queries.
4737         * src/syldap.h
4738                 moved LDAP constants here.
4739         * src/addressbook.c
4740         * src/addrindex.c
4741         * src/importldif.c
4742                 removed references to LDAP constants and references to
4743                 error2string.
4744
4745 2003-01-25 [paul]       0.8.9claws6
4746
4747         * src/summaryview.c
4748                 summary_thread_build(), summary_thread_init(): remove 
4749                 unneeded reference to summaryview->folder_item
4750
4751 2003-01-25 [christoph]  0.8.9claws5
4752
4753         * src/gtk/description_window.c
4754                 o allow description texts to expand over multiple columns
4755                 o translate all columns
4756         * src/prefs_actions.c
4757                 change syntax description to use new multi column feature
4758
4759         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4760
4761 2003-01-25 [match]      0.8.9claws4
4762
4763         * src/vcard.c
4764                 fixed bug with Quoted-Printable
4765
4766 2003-01-25 [paul]       0.8.9claws3
4767
4768         * src/folder.[ch]
4769           src/summaryview.[ch]
4770                 implement per-folder collapsed/expanded threads setting
4771                 
4772         * src/prefs_common.c
4773                 remove global collapsed/expanded threads option
4774
4775 2003-01-25 [christoph]  0.8.9claws2
4776
4777         * po/POTFILES.in
4778                 add pluginwindow and prefswindow
4779         * src/compose.c
4780                 make send respond correctly to messages that could be added
4781                 to the queue folder, but the UID of the message is unknown
4782         * src/folder.c
4783         * src/imap.c
4784                 don't return guessed UIDs in imap_add_msg anymore. We return
4785                 0 to tell the folder system it was appened but the UID is
4786                 unknown. Folder system now get's the UID by scaning the folder
4787                 and searching the cache for the Message-ID
4788                 (closes bug #29 Messages queued, but not sent)
4789
4790 2003-01-25 [paul]       0.8.9claws1
4791
4792         * src/codeconv.c
4793                 conv_encode_header():  fix bug when long headers with 8-bit
4794                 characters are used, so that the encoded words are wrapped.
4795                 If the space in the original text falls on the wrap boundary,
4796                 it can be lost.
4797                 Patch by Sergey Vlasov.
4798                 
4799         * src/folderview.c
4800                  fix bug where a change to the sorting method or thread view
4801                  of a folder's messages is lost if simpify-subject is set and
4802                  toggled on or off.
4803                  Patch by Luke Plant.
4804
4805 2003-01-24 [paul]       0.8.9claws
4806
4807         * sylpheed-0.8.9claws released
4808         
4809         * Makefile.am
4810           sylpheed.spec.in
4811                 remove reference to 'INSTALL.jp'
4812
4813 2003-01-23 [paul]       0.8.8claws128
4814
4815         * po/es.po
4816           po/it.po
4817           po/ru.po
4818           po/sr.po
4819                 updated translations. submitted by Ricardo Mones Lastra,
4820                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4821
4822 2003-01-23 [colin]      0.8.8claws127
4823
4824         * src/compose.c
4825                 Fix drafted and queued news articles re-edition
4826
4827 2003-01-23 [melvin]     0.8.8claws126
4828
4829         * po/fr.po
4830                 Updated French translations
4831
4832 2003-01-23 [colin]      0.8.8claws125
4833
4834         * src/inc.c
4835                 Fix "Connecting to..." status message
4836
4837 2003-01-22 [paul]       0.8.8claws124
4838
4839         * po/bg.po
4840                 updated by George Danchev
4841                 
4842         * src/folder.c
4843                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4844                 and folder deletion
4845
4846 2003-01-21 [paul]       0.8.8claws123
4847
4848         * po/bg.po
4849                 updated by George Danchev
4850                 
4851         * src/about.c
4852                 its now 2003
4853                 
4854         * src/toolbar.c
4855                 don't translate 'Separator'
4856                 
4857         * src/plugins/spamassassin/Makefile.am
4858                 add aspell to CPPFLAGS
4859                 
4860         * src/plugins/spamassassin/spamassassin.c
4861           src/plugins/spamassassin/spamassassin_gtk.c
4862                 set correct default for spamassassin_receive_spam
4863                 slightly re-word descriptions and some
4864                 other minor changes
4865
4866 2003-01-19 [alfons]     0.8.8claws122
4867                 
4868         * src/mimeview.c
4869                 mimeview_save_as(): we might as well show the file name for
4870                 the single case "Save As" too
4871
4872 2003-01-19 [alfons]     0.8.8claws121
4873
4874         * src/crash.c
4875                 change bug tracker URL to bugzilla URL
4876
4877 2003-01-19 [alfons]     0.8.8claws120
4878
4879         * src/mimeview.c
4880                 mimeview_save_all(): display name of file before overwriting;
4881                 continue saving all, even when one overwrite was cancelled
4882
4883 2003-01-19 [christoph]  0.8.8claws119
4884
4885         * src/summaryview.c
4886         * src/procmsg.[ch]
4887                 fix wrong usage of procmsg_find_children in summaryview
4888                 by using procmsg_update_unread_children instead of
4889                 summaryview_update_unread_children
4890
4891 2003-01-19 [christoph]  0.8.8claws118
4892
4893         * src/procmsg.c
4894                 fix infinite loop in procmsg_find_children
4895                  (closes bug #25 sylpheed crashes on delete.)
4896
4897         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4898
4899 2003-01-19 [paul]       0.8.8claws117
4900
4901         * po/pt_BR.po
4902                 updated by Ivan Francolin Martinez
4903
4904 2003-01-18 [melvin]     0.8.8claws116
4905
4906         * src/prefs_actions.c
4907                 Removed syntax limitation of only one '&' at the end of command.
4908                         Now actions that contain '>/dev/null 2>&1' are possible.
4909
4910 2003-01-18 [melvin]     0.8.8claws115
4911
4912         * src/prefs_actions.c
4913                 Actions IO dialog: when the action ends
4914                 the "Close" button now has focus and [Escape] closes the
4915                 window.
4916
4917 2003-01-18 [christoph]  0.8.8claws114
4918
4919         * src/procmsg.c
4920                 o add debug output when MsgInfos are really freed
4921                 o free GSLists in procmsg_find_children and
4922                   procmsg_update_unread_children
4923
4924 2003-01-18 [christoph]  0.8.8claws113
4925
4926         * src/mainwindow.c
4927                 reorder Configuration menu
4928
4929 2003-01-18 [christoph]  0.8.8claws112
4930
4931         * src/compose.c
4932                 fix applying templates to forwarded messages
4933
4934         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4935
4936 2003-01-17 [christoph]  0.8.8claws111
4937
4938         * src/folder.c
4939                 destroy folder items, when a folder item is removed
4940
4941 2003-01-17 [christoph]  0.8.8claws110
4942
4943         * src/folder.c
4944                 fix wrong folder stats update when ignored message is
4945                 deleted
4946
4947 2003-01-17 [colin]      0.8.8claws109
4948         
4949         * src/mainwindow.c
4950         * src/summaryview.c
4951                 Quicksearch bugfixes: 
4952                 - hide help button at startup if not extended
4953                 - switch to extended when looking for replies
4954
4955 2003-01-17 [paul]
4956
4957         * sync with 0.8.9 release
4958
4959 2003-01-17 [paul]       0.8.8claws108
4960
4961         * sync with 0.8.8cvs11
4962                 see ChangeLog 2003-01-17
4963
4964 2003-01-16 [colin]      0.8.8claws107
4965
4966         * src/procmsg.c
4967                 Changed encryption test to re-ask passphrase
4968                 if an encrypted message hasn't been decrypted
4969                 Fixes bug #5
4970
4971 2003-01-16 [christoph]  0.8.8claws106
4972
4973         * src/prefs_gtk.c
4974         * src/prefs_toolbar.c
4975         * src/gtk/prefswindow.h
4976         * src/plugins/spamassassin/spamassassin_gtk.c
4977                 remove page destroy function that is not used anymore
4978
4979 2003-01-16 [paul]       0.8.8claws105
4980
4981         * sync with 0.8.8cvs9
4982                 see ChangeLog 2002-01-16
4983
4984 2003-01-16 [colin]      0.8.8claws104
4985
4986         * src/compose.[ch]
4987                 Fix bug with autosaved drafts for IMAP, when draft
4988                 folder is specified - fixes bugzilla bug #20
4989
4990 2003-01-15 [paul]       0.8.8claws103
4991
4992         * src/compose.[ch]
4993           src/procmsg.c
4994                 store folder and message-id of message forwarding
4995                 in queue header and set forward flag after sending
4996
4997 2003-01-15 [paul]       0.8.8claws102
4998
4999         * sync with 0.8.8cvs8
5000                 see ChangeLog 2002-01-15
5001
5002 2003-01-15 [colin]      0.8.8claws101
5003
5004         * src/Makefile.am
5005                 Fix linking with GNU libiconv
5006
5007 2003-01-15 [darko]      0.8.8claws100
5008
5009         * src/pine.c
5010                 fix crash when importing pine address book
5011                 entry with an empty name (reported by DY
5012                 <dybulk at tri8.net>)
5013
5014 2003-01-14 [paul]       0.8.8claws99
5015
5016         * configure.in  ** REMOVED **
5017           configure.ac  ** NEW FILE **
5018                 rename configure.in to configure.ac, as it is now
5019                 preferred
5020
5021 2003-01-14 [melvin]     0.8.8claws98
5022
5023         * src/folderview.c
5024                 folderview_check_new(): More precise function description
5025
5026 2003-01-14 [melvin]     0.8.8claws97
5027
5028         * src/folderview.c
5029                 folderview_check_new(): return the number of new messages 
5030                         since last check.
5031         * src/inc.c
5032                 inc_account_mail(): Disable counting of new messages for IMAP
5033                         and NNTP until bug [19] and [14] are fixed.
5034
5035 2003-01-14 [paul]       0.8.8claws96
5036
5037         * sync with 0.8.8cvs6
5038                 see ChangeLog 2003-01-14
5039
5040 2003-01-13 [alfons]     0.8.8claws95
5041
5042         * src/textview.c
5043                 tune email address validation (c. 0.8.8claws89): if . is 
5044                 just one char away from @, the address is invalid too 
5045                 (correctly rejects addresses like foo@.com)
5046
5047 2003-01-13 [paul]       0.8.8claws94
5048
5049         * src/messageview.c
5050           src/toolbar.c
5051                 fixes to the Message View toolbar and menu:
5052                 fix non-functioning Forward button
5053                 make Reply button consider default_reply_list
5054                 remove 'Follow-up...' menu entry
5055                 add 'Forward' and 'Redirect' menu entries
5056
5057 2003-01-13 [melvin]     0.8.8claws93
5058
5059         * src/inc.c
5060                 Fixed typo that could make new messages count incorrect.
5061
5062 2003-01-13 [melvin]     0.8.8claws92
5063
5064         * src/folderview.[ch]
5065                 folderview_check_new(): return the number of new messages.
5066         * src/inc.c
5067                 Should fix bug [14] where new mail notification worked 
5068                         incorrectly with IMAP accounts.
5069                 inc_spool_account(): return number of new msgs, or -1 on error
5070                 inc_all_spool(): return number of new msgs
5071                 
5072 2003-01-13 [melvin]     0.8.8claws91
5073
5074         * src/prefs_actions.c
5075                 Justify help text.
5076
5077 2003-01-12 [thorsten]   0.8.8claws90
5078
5079         * src/common/prefs.c
5080                 close file before rename
5081
5082 2003-01-12 [alfons]     0.8.8claws89
5083
5084         * AUTHORS
5085                 add Christian Mertes
5086         * src/common/utils.[ch]
5087                 g_stricase_hash(), g_stricase_equal(): functions for 
5088                 case insensitive hash tables
5089         * src/textview.c
5090                 use top level domain names to validate email address, based
5091                 on a patch by Christian Mertes (thanks!), but changed 
5092                 implementation to use a hash table 
5093
5094 2003-01-12 [paul]       0.8.8claws88
5095
5096         * po/bg.po
5097                 updated by George Danchev
5098
5099 2003-01-12 [alfons]     0.8.8claws87
5100
5101         * src/summaryview.c
5102                 delete / execute performance: use new style folder update
5103
5104 2003-01-12 [paul]       0.8.8claws86
5105
5106         * sync with 0.8.8cvs5
5107                 see ChangeLog 2003-01-13 (!)
5108
5109 2003-01-12 [alfons]     0.8.8claws85
5110
5111         * src/filtering.c
5112         * src/matcher_parser_parse.y
5113                 prepare change_score filtering action
5114         * src/matcher.[ch]
5115                 give up const-correctness on functions that call non-const-correct functions;
5116                 several casts to gpointer in g_free();
5117                 add change_score;
5118
5119 2003-01-12 [christoph]  0.8.8claws84
5120
5121         * src/compose.c
5122                 fix 2 warnings
5123
5124         * src/gtk/prefswindow.[ch]
5125         * src/plugins/spamassassin/spamassassin_gtk.c
5126                 changed the call of the widget create function
5127                 for PrefsPages, because sometimes the widget
5128                 create function needs a widget that already has
5129                 been attached to a window (to create GDK pixmaps
5130                 for exmaple). So we simply pass the GtkWindow as
5131                 the second parameter now.
5132
5133         * src/main.c
5134         * src/mainwindow.c
5135         * src/prefs_toolbar.[ch]
5136                 rewrite Toolbar Preferences using the new
5137                 prefs window
5138
5139 2003-01-11 [alfons]     0.8.8claws83
5140
5141         * src/addressadd.c
5142                 fix crash when adding sender to addressbook because status bar
5143                 isn't there (the status bar doesn't seem to be used though,
5144                 but I'll let Match decide what to do with it)
5145
5146 2003-01-11 [colin]      0.8.8claws82
5147
5148         * src/main.c
5149           src/toolbar.c
5150                 Two useless changes reversed
5151
5152 2003-01-11 [colin]      0.8.8claws81
5153
5154         * src/mainwindow.c
5155           src/mainwindow.h
5156                 Add mainwindow_get_mainwindow()
5157         * src/alertpanel.c
5158           src/alertpanel.h
5159                 Add alertpanel_error_log() 
5160         * src/compose.c
5161           src/inc.c
5162           src/messageview.c
5163           src/toolbar.c
5164           src/main.c
5165           src/procmsg.c
5166                 Network errors get a View Log button
5167
5168 2003-01-10 [alfons]     0.8.8claws80
5169
5170         * src/prefs_toolbar.c
5171         * src/toolbar.c
5172                 use the translatable string for "Separator" as file name for
5173                 separator toolbar items (probably make this uppercase?)
5174
5175 2003-01-10 [alfons]     0.8.8claws79
5176
5177         * src/prefs_toolbar.c
5178                 put right A_SEPARATOR description string in "displayed
5179                 toolbar items list" so manually added separators are
5180                 saved correctly (bug #10, "Adding a separator to the main 
5181                 toolbar fails, entry in xml file is wrong")
5182
5183 2003-01-10 [christoph]  0.8.8claws78
5184
5185         * src/imap.c
5186                 o fix warnings
5187                 o use CAPABILITY to check if NAMESPACE is available
5188
5189 2003-01-10 [christoph]  0.8.8claws77
5190
5191         * src/imap.[ch]
5192                 apply UIDPLUS IMAP extension support patch
5193
5194         Patch submitted by Simon 'corecode' Schubert
5195
5196 2003-01-10 [paul]       0.8.8claws76
5197
5198         * src/folderview.c
5199                 a sync from main which fixes the news account folders'
5200                 Properties bug
5201
5202 2003-01-10 [christoph]  0.8.8claws75
5203
5204         * src/folder.c
5205                 don't accept 0 as a valid uid returned by copy and move
5206                 functions. 0 means the message was copied or moved but the
5207                 new uid could not be fetched. It is not an error condition
5208                 for the copy or move operation.
5209
5210 2003-01-10 [paul]       0.8.8claws74
5211
5212         * src/prefs_filtering.c
5213                 change English used in Alert when entry is not
5214                 saved.
5215                 
5216         * sync with 0.8.8cvs4
5217                 see ChangeLog 2003-01-10
5218
5219 2003-01-10 [darko]      0.8.8claws73
5220
5221         * src/pine.c
5222                 fix crash when importing address book entry
5223                 without a valid address
5224
5225 2003-01-09 [alfons]     0.8.8claws72
5226
5227         * src/inc.c
5228                 filtering performance: use new style folder update
5229
5230 2003-01-09 [christoph]  0.8.8claws71
5231
5232         * src/compose.c
5233         * src/gtk/menu.[ch]
5234                 fix wrong selecting of mime encoding type, when
5235                 opening property dialog of attachments in the
5236                 compose window. 7bit was always selected and that
5237                 destoryed files with 8bit data.
5238                 (closes bug #9 Sylpheed-claws destroys attachments when
5239                  changing MIME-types)
5240
5241 2003-01-09 [paul]       0.8.8claws70
5242
5243         * sync with 0.8.8cvs3
5244                 see ChangeLog 2003-01-09
5245
5246 2003-01-08 [alfons]     0.8.8claws69
5247         
5248         * src/addressadd.c
5249                 apply patch by Kim Schulz to fix build breakage
5250                 because of missing variable
5251
5252 2003-01-08 [paul]       0.8.8claws68
5253
5254         * sync with 0.8.8cvs2
5255                 see ChangeLog 2002-01-08
5256
5257 2003-01-08 [paul]       0.8.8claws67
5258
5259         * po/it.po
5260                 updated by Alessandro Maestri
5261                 
5262         * src/addressadd.c
5263                 when using 'Add sender to addressbook' allow
5264                 name to be edited and remarks to be entered
5265                 Patch submitted by Luke Plant
5266
5267 2003-01-08 [darko]      0.8.8claws66
5268
5269         * README.claws, src/summaryview.c
5270                 fix description for marked messages
5271
5272 2003-01-08 [paul]
5273
5274         * tools/Makefile.am
5275           tools/launch_phoenix  ** NEW FILE **
5276                 add script that enables using Phoenix as the default
5277                 web browser. 
5278                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5279                 
5280         * tools/OOo2sylpheed.pl
5281                 remove full path to sylpheed executable, just 'sylpheed'
5282                 will do
5283                 
5284         * tools/README
5285                 add launch_phoenix informtion and re-arrange and compress
5286                 the data a little
5287
5288 2003-01-07 [christoph]  0.8.8claws65
5289
5290         * src/folder.c
5291                 fix update for source folder when moving messages
5292         * src/procmsg.[ch]
5293         * src/summaryview.c
5294                 use function to set to_folder for message infos and
5295                 automatically update the op_count for old and new
5296                 folder
5297
5298 2003-01-07 [melvin]     0.8.8claws64
5299
5300         * src/prefs_actions.c
5301                 Fixed bug where an '%p' Action on a displayed image crashed 
5302                         Sylpheed
5303                 Code clean up (get rid of duplicated code and removed unnecessary 
5304                                 structure member)
5305
5306 2003-01-07 [christoph]  0.8.8claws63
5307
5308         * src/compose.c
5309         * src/folder.[ch]
5310         * src/folderview.c
5311         * src/import.c
5312         * src/inc.c
5313         * src/main.c
5314         * src/mainwindow.c
5315         * src/messageview.c
5316         * src/prefs_folder_item.c
5317         * src/procmsg.c
5318         * src/summaryview.c
5319         * src/toolbar.c
5320                 o remove all folder update triggering from the UI code. The folder
5321                   system should know much better when a folder needs an update.
5322                 o to prevent multiple updates in a row the folder updates can be
5323                   frozen for some time.
5324
5325                 Note: - Please verify that no updates are missing
5326                       - Check where freeze/thaws should be added
5327
5328 2003-01-07 [christoph]  0.8.8claws62
5329
5330         * src/prefs_actions.c
5331                 don't translate empty strings
5332
5333         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5334
5335 2003-01-06 [christoph]  0.8.8claws61
5336
5337         * src/prefs_actions.c
5338                 mark strings for gettext
5339         * src/prefs_matcher.c
5340                 use new description window for Execute action and
5341                 match condition in Filtering
5342
5343         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5344
5345 2003-01-06 [alfons]     0.8.8claws60
5346
5347         keep myself inspired to re-organize matcher part 8; 
5348         yes, more to come (I need to move out the descriptive
5349         text for actions to matcher.c, or at least make it not
5350         depend on the wicked ordering)
5351
5352         * src/prefs_matcher.c
5353                 add documentation so others may comprehend the
5354                 UI part of the conditions
5355                 
5356 2003-01-06 [christoph]  0.8.8claws59
5357
5358         * src/prefs_actions.c
5359                 use new description window for syntax help
5360         * src/gtk/description_window.c
5361                 fix display of descriptions with column count != 2
5362
5363         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5364
5365 2003-01-06 [christoph]  0.8.8claws58
5366
5367         * src/quote_fmt.c
5368         * src/summaryview.[ch]
5369         * src/gtk/Makefile.am
5370         * src/gtk/description_window.[ch]       ** NEW **
5371                 use a generic window to display syntax descriptions
5372                 currently used in quote_fmt and summaryview (new description
5373                 for extended quick search)
5374
5375         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5376
5377 2003-01-06 [paul]       0.8.8claws57
5378
5379         * sync with 0.8.8cvs1
5380                 see ChangeLog 2003-01-06
5381
5382 2003-01-06 [christoph]  0.8.8claws56
5383
5384         * src/mainwindow.c
5385         * src/prefs_gtk.[ch]
5386         * src/gtk/prefswindow.[ch]
5387         * src/plugins/spamassassin/spamassassin_gtk.c
5388                 o remove page management from prefswindow, pages
5389                   will be an argument to prefswindow_open
5390                 o prefswindow_open gets a datapointer that is
5391                   passed to the widget_create function to allow
5392                   creation of prefswindow for specific items
5393
5394 2003-01-06 [colin]      0.8.8claws55
5395         
5396         * src/summaryview.c
5397                 We don't want regexp in the reply-finder, 
5398                 because MIDs can contain !,$,. and so on
5399
5400 2003-01-06 [jens]       0.8.8claws54
5401
5402         * src/jpilot.c
5403                 fixed a wrong free in jpilot_read_db_files
5404
5405 2003-01-06 [alfons]     0.8.8claws53
5406
5407         re-organize matcher part 8; more to come
5408        
5409         * src/matcher.c
5410                 matcherprop_to_string(): put g_free()s before the
5411                 switch-case break to fix memleaks                
5412
5413 2003-01-06 [colin]      0.8.8claws52
5414
5415         * src/summaryview.c
5416                 cleanup & reply-finder now displays the first 
5417                 matching message
5418
5419 2003-01-05 [alfons]     0.8.8claws51
5420
5421         re-organize matcher part 7; more to come
5422
5423         * src/matcher.[ch]
5424                 fixes for constant correctness;
5425                 more documentation;
5426
5427 2003-01-05 [alfons]     0.8.8claws50
5428
5429         re-organize matcher part 6; more to come
5430         
5431         * src/matcher.[ch]
5432                 fixes for constant correctness;
5433                 more documentation;
5434         * src/filtering.c
5435                 fix for constant correctness
5436
5437 2003-01-05 [colin]      0.8.8claws49
5438
5439         * src/account.[ch]
5440                 Add account_get_reply_account function
5441         * src/compose.c
5442                 Use account_get_reply_account function 
5443         * src/summaryview.c
5444                 Basic reply-finder - click on the replied
5445                 icon gets you to the outbox using quick-search
5446
5447 2003-01-05 [paul]       0.8.8claws48
5448
5449         * src/prefs_common.c
5450                 small change to English
5451                 
5452         * src/prefs_filtering.c
5453                 prefs_filtering_action_select(): improve logic and uniformity
5454                 of gui
5455
5456 2003-01-05 [alfons]     0.8.8claws47
5457
5458         fine tune solution to focus problems (bug #7)
5459
5460         * src/mainwindow.c
5461                 mainwindow_focus_in_event(): remove grab event check
5462         * src/summaryview.c
5463                 summary_button_pressed(): move selection on right-click
5464                 too. we can't possibly move the selection back after
5465                 canceling a dialog, because gtk's incomplete focus 
5466                 management. whether this is a good solution, only time
5467                 will tell.
5468
5469 2003-01-05 [christoph]  0.8.8claws46
5470
5471         * src/imap.c
5472                 fix crash when no imap connection could be established
5473
5474 2003-01-05 [paul]       0.8.8claws45
5475
5476         * src/mainwindow.c
5477           src/sumamryview.c
5478           src/gtk/menu.[ch]
5479                 fix bug 605957 'shortcuts in popup-menu'
5480                 make user-defined shortcuts work
5481                 show shortcuts that are already defined
5482                 in the main menu
5483                 Patch submitted by Luke Plant
5484
5485 2003-01-05 [alfons]     0.8.8claws44
5486
5487         * src/mainwindow.c
5488                 focus_in_event handler should not select summary view row 
5489                 when another window (menu, dialog) grabbed for events 
5490                 (bug #7, "[0.8.8claws42] Message summary focus") 
5491
5492 2003-01-04 [christoph]  0.8.8claws43
5493
5494         * src/procmsg.c
5495                 update save folder after adding the sent message
5496                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5497
5498 2003-01-02 [christoph]  0.8.8claws42
5499
5500         * src/common/plugin.c
5501                 fix unloading of all plugins and unload
5502                 plugins in reverse order
5503                 
5504         * src/gtk/pluginwindow.c
5505                 implement function of load and unload button
5506
5507         * src/gtk/prefswindow.c
5508         * src/gtk/prefswindow.h
5509                 rename register function and add new unregister
5510                 function
5511
5512         * src/plugins/spamassassin/spamassassin_gtk.c
5513                 unregister prefs page and update for changes in
5514                 src/gtk/prefswindow.c
5515
5516 2003-01-02 [paul]       0.8.8claws41
5517
5518         * po/es.po
5519                 updated by Ricardo Mones Lastra
5520
5521 2003-01-02 [paul]
5522
5523         * tools/tb2sylpheed
5524                 fixes and improvements by Urke MMI
5525
5526 2003-01-02 [thorsten]   0.8.8claws40
5527
5528         * src/procmsg.c
5529                 fixed wrong return value
5530
5531 2003-01-02 [thorsten]   0.8.8claws39
5532
5533         * src/prefs.c
5534                 fixed printing wrong variable
5535
5536 2003-01-02 [thorsten]   0.8.8claws38
5537
5538         * src/prefs.c
5539                 fixed acessing members of freed pfile struct
5540
5541 2003-01-02 [thorsten]   0.8.8claws37
5542
5543         * src/procmsg.c
5544                 detect loops across several messages
5545                 as suggested by Christoph Hohmann
5546
5547 2003-01-01 [match]      0.8.8claws36
5548
5549         * src/addrindex.c
5550                 fixed another memory leak.
5551
5552 2003-01-01 [match]      0.8.8claws35
5553
5554         * src/jpilot.[ch]
5555                 fixed memory leaks. applied Doxygen comments.
5556
5557 2003-01-01 [thorsten]   0.8.8claws34
5558
5559         * src/procmsg.c
5560                 inhibit endless loop if msg references itself
5561                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5562
5563 2003-01-01 [christoph]  0.8.8claws33
5564
5565         * src/mainwindow.c
5566         * src/gtk/Makefile.am
5567         * src/gtk/pluginwindow.c                ** NEW **
5568         * src/gtk/pluginwindow.h                ** NEW **
5569                 add plugin window
5570
5571         * src/plugins/demo/demo.c
5572         * src/plugins/spamassassin/spamassassin.c
5573         * src/plugins/spamassassin/spamassassin_gtk.c
5574                 write better plugin descriptions
5575
5576 2002-12-31 [christoph]  0.8.8claws32
5577
5578         * src/gtk/prefswindow.c
5579         * src/plugins/spamassassin/spamassassin_gtk.c
5580                 some small improvements to GTK code
5581
5582 2002-12-31 [christoph]  0.8.8claws31
5583
5584         * src/plugins/spamassassin/spamassassin_gtk.c
5585                 enable folder select button
5586
5587 2002-12-31 [christoph]  0.8.8claws30
5588
5589         * src/mainwindow.c
5590         * src/gtk/Makefile.am
5591         * src/gtk/prefswindow.c                         ** NEW **
5592         * src/gtk/prefswindow.h                         ** NEW **
5593                 add new prefs window
5594
5595         * src/common/plugin.c
5596                 don't try to load empty config lines
5597         
5598         * src/plugins/spamassassin/Makefile.am
5599         * src/plugins/spamassassin/spamassassin.c
5600         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5601         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5602                 GTK config for SpamAssassin Plugin using
5603                 the new prefs window
5604
5605 2002-12-31 [paul]       0.8.8claws29
5606
5607         * po/POTFILES.in
5608                 remove obsolete entry 'src/menu.c'
5609
5610 2002-12-31 [alfons]     0.8.8claws28
5611
5612         * src/matcher.[ch]
5613         * src/matcher_parser_parse.y
5614         * src/prefs_matcher.c
5615                 add "ignore_thread" and "~ignore_thread" condition so it's
5616                 possible to make the actions / scoring operate on the ignore
5617                 thread flag
5618
5619 2002-12-31 [christoph]  0.8.8claws27
5620
5621         * src/addrbook.c
5622         * src/addrindex.c
5623         * src/folder.c
5624         * src/matcher.c
5625         * src/prefs_account.c
5626         * src/prefs_actions.c
5627         * src/prefs_customheader.c
5628         * src/prefs_display_header.c
5629         * src/prefs_gtk.c
5630         * src/procmime.c
5631         * src/toolbar.c
5632         * src/xmlprops.c
5633         * src/common/prefs.[ch]
5634                 extend prefs file handling for reading and automatic handling
5635                 of blocks. When reading prefs_set_block_label will automatically
5636                 move on to the block. When writing it will copy all other blocks
5637                 automatically
5638
5639         * src/common/plugin.c
5640                 Now loading plugin filenames from [Plugins] block in
5641                 sylpheed rc file
5642
5643 2002-12-30 [christoph]  0.8.8claws26
5644
5645         * src/common/hooks.[ch]
5646                 return abort status to caller of hooks_invoke
5647                 
5648         * src/inc.[ch]
5649                 invoke message filtering hook and stop
5650                 default handling when filter returns abort
5651
5652         * src/common/plugin.[ch]
5653         * src/plugins/demo/demo.c
5654                 modify plugin loader, because resolving symbols for strings
5655                 does not work correctly
5656         
5657         * configure.in
5658         * ac/spamassassin.m4                            ** NEW **
5659         * src/plugins/spamassassin/.cvsignore           ** NEW **
5660         * src/plugins/spamassassin/Makefile.am          ** NEW **
5661         * src/plugins/spamassassin/README               ** NEW **
5662         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5663         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5664         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5665                 add spamassassin plugin, see src/plugins/spamassassin/README
5666                 for details
5667
5668 2002-12-29 [alfons]     0.8.8claws25
5669
5670         * src/mainwindow.c
5671                 when moving focus from a message view to the main 
5672                 window, don't forget to select the summary node
5673                 of the displayed message. should fix "[ 659103 ] 
5674                 focus-follows-mouse confuses sylpheed"
5675
5676 2002-12-29 [christoph]  0.8.8claws24
5677
5678         * src/Makefile.am
5679         * src/stringtable.[ch]          ** REMOVE **
5680         * src/common/Makefile.am
5681         * src/common/stringtable.[ch]   ** NEW **
5682                 move stringtable files to common directory
5683
5684 2002-12-29 [christoph]  0.8.8claws23
5685
5686         * src/Makefile.am
5687         * src/menu.[ch]                 ** REMOVE **
5688         * src/gtk/Makefile.am
5689         * src/gtk/menu.[ch]             ** NEW **
5690                 move menu files to gtk directory
5691
5692 2002-12-29 [match]      0.8.8claws22
5693
5694         * src/addressbook.c
5695         * src/syldap.c
5696                 moved UI specific code out of LDAP code into addressbook
5697                 UI code. fixed memory leak.
5698
5699 2002-12-29 [christoph]  0.8.8claws21
5700
5701         * src/folder.c
5702                 only check for IGNORED parent message when message is
5703                 not IGNORED itself
5704
5705 2002-12-29 [alfons]     0.8.8claws20
5706
5707         * src/summaryview.c
5708                 set gtksctree's anchor correct (immediate execute
5709                 changes the tree's layout, and anchor points at 
5710                 the incorrect row). fixes "[ 657233 ] multiple msg 
5711                 delete sometimes off by 1".
5712                 we probably have to look for more tree layout /
5713                 anchor glitches.
5714
5715 2002-12-29 [paul]       0.8.8claws19
5716
5717         * src/summaryview.c
5718                 fix bug [ 659054 ] incorrect sorting of 'From' column
5719                 when using 'display sender using address book'
5720                 thanks to Alfons and Luke Plant
5721
5722 2002-12-29 [christoph]  0.8.8claws18
5723
5724         * src/folder.c
5725         * src/procmsg.[ch]
5726                 check parent messages for IGNORE THREAD flag, when adding,
5727                 moving or copying messages to a folder
5728
5729 2002-12-27 [alfons]     0.8.8claws17
5730
5731         re-organize matcher part 5; more to come
5732
5733         * src/matcher.c
5734                 hash keywords in matchparser_tab 
5735
5736 2002-12-27 [alfons]     0.8.8claws16
5737
5738         re-organize matcher part 4; more to come
5739
5740         * src/matcher_parser.h
5741         * src/matcher_parser_lex.l
5742         * src/matcher_parser_parse.y
5743                 cleanup
5744
5745 2002-12-27 [alfons]     0.8.8claws15
5746
5747         re-organize matcher part 3; more to come
5748
5749         * src/matcher.[ch]
5750                 cleanup
5751
5752 2002-12-27 [alfons]     0.8.8claws14
5753
5754         re-organize matcher part 2; more to come but this should
5755         work. cc me if there are any regressions.
5756
5757         * src/matcher.h
5758                 add prototype for get_matchparser_tab_id()
5759         * src/matcher_parser_lex.l
5760                 look up keywords using matchparser_tab_id();
5761
5762 2002-12-27 [alfons]     0.8.8claws12
5763
5764         re-organize matcher part 1
5765
5766         * src/matcher.h
5767                 map yacc generated constants to sylpheed matcher constants
5768         * src/matcher.c
5769                 add function to find a matcher constant from a string
5770
5771 2002-12-27 [christoph]  0.8.8claws11
5772
5773         * src/compose.c
5774                 MENUITEM_ADD casts the 4th argument from integer to pointer
5775                 so it probably should not be a pointer, this means we
5776                 should use account id for it and not the account's pointer
5777
5778 2002-12-27 [paul]       0.8.8claws10
5779
5780         * src/mainwindow.c
5781                 remove unneeded 'GtkWidget *vbox'
5782                 
5783         * src/summaryview.c
5784                 further sync with 0.8.8 - make sort
5785                 by recipient work as expected
5786                 
5787         * NEWS
5788                 sync with 0.8.8
5789
5790 2002-12-27 [paul]       0.8.8claws9
5791
5792         * po/pt_BR.po
5793                 updated by Ivan F. Martinez
5794                 
5795 2002-12-27 [darko]      0.8.8claws8
5796
5797         * src/common/utils.c
5798                 added locked pattern to extended search
5799
5800 2002-12-27 [alfons]     0.8.8claws7
5801
5802         * src/prefs_matcher.[ch]
5803                 clean up
5804
5805 2002-12-26 [alfons]     0.8.8claws6
5806
5807         * src/matcher.[ch]
5808         * src/matcher_parser_lex.l
5809         * src/matcher_parser_parse.y
5810         * src/prefs_matcher.c
5811                 allow color label as a condition in the matcher
5812
5813 2002-12-26 [oliver]     0.8.8claws5
5814         
5815         * src/toolbar.c 
5816                 enable Addressbook for Main and Messageview
5817         * src/prefs_actions.c
5818                 enable actions in Messageview
5819
5820 2002-12-26 [christoph]  0.8.8claws4
5821
5822         * src/common/plugin.c
5823                 add a little debug output
5824         * configure.in
5825         * src/plugins/demo/Makefile.am
5826                 better use of automake
5827
5828 2002-12-26 [christoph]  0.8.8claws3
5829
5830         * src/Makefile.am
5831         * src/common/Makefile.am
5832                 fix "make distdir"
5833
5834 2002-12-26 [christoph]  0.8.8claws2
5835
5836         * configure.in
5837                 sort configure checks into common / gtk / plugins
5838         * po/POTFILES.in
5839                 add src/prefs_gtk.c
5840         * src/Makefile.am
5841                 add plugins SUBDIR
5842         * src/main.c
5843         * src/common/sylpheed.[ch]
5844                 added now sylpheed_done function for shutdown
5845         * src/common/Makefile.am
5846         * src/common/plugin.[ch]                ** NEW **
5847                 plugin loader and unloader
5848         * src/plugins/.cvsignore                ** NEW **
5849         * src/plugins/Makefile.am               ** NEW **
5850                 build plugins
5851         * src/plugins/demo/.cvsignore           ** NEW **
5852         * src/plugins/demo/Makefile.am          ** NEW **
5853         * src/plugins/demo/demo.c               ** NEW **
5854                 small demo plugin that installs a logtext hook and
5855                 outputs the log text to stdout
5856
5857 2002-12-26 [paul]       0.8.8claws1
5858
5859         * po/es.po
5860                 updated by Ricardo Mones Lastra
5861
5862 2002-12-26 [paul]       0.8.8claws
5863
5864         * 0.8.8claws released
5865
5866 2002-12-26 [paul]       0.8.7claws12
5867
5868         * po/bg.po
5869                 updated by George Danchev
5870
5871 2002-12-26 [paul]       0.8.7claws11
5872
5873         * po/POTFILES.in
5874                 remove unneeded 'src/prefs.c' entry 
5875
5876 2002-12-26 [paul]       0.8.7claws10
5877
5878         * src/codeconv.c
5879           src/mainwindow.c
5880                 sync with 0.8.8 release
5881         
5882         * src/folder.[ch]
5883           src/mh.c
5884           src/summaryview.c
5885                 partial sync with 0.8.8 release
5886         
5887
5888 2002-12-25 [alfons]     0.8.7claws9
5889
5890         * src/matcher.[ch]
5891         * src/matcher_parser_lex.l
5892         * src/matcher_parser_parse.y
5893         * src/prefs_matcher.c
5894                 add locked flag to possible filtering / matcher 
5895                 conditions (also a good example what should be
5896                 done to add a simple boolean condition)
5897
5898 2002-12-25 [christoph]  0.8.7claws8
5899
5900         * src/Makefile.am
5901         * src/account.[ch]
5902         * src/addrbook.c
5903         * src/addressbook.c
5904         * src/addrindex.c
5905         * src/filtering.c
5906         * src/folder.c
5907         * src/matcher.c
5908         * src/prefs.[ch]                ** REMOVE **
5909         * src/prefs_account.c
5910         * src/prefs_actions.c
5911         * src/prefs_common.c
5912         * src/prefs_customheader.c
5913         * src/prefs_display_header.c
5914         * src/prefs_filtering.c
5915         * src/prefs_folder_item.c
5916         * src/prefs_gtk.[ch]            ** NEW **
5917         * src/prefs_matcher.c
5918         * src/prefs_scoring.c
5919         * src/prefs_summary_column.c
5920         * src/procmime.c
5921         * src/selective_download.c
5922         * src/toolbar.c
5923         * src/common/Makefile.am
5924         * src/common/prefs.[ch]         ** NEW **
5925                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5926
5927 2002-12-24 [alfons]     0.8.7claws7
5928
5929         * src/summaryview.c
5930                 summary_thread_build(): fix real cause of the crash mentioned in
5931                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5932                 this way we get meaningful ctree nodes 
5933
5934 2002-12-24 [oliver]     0.8.7claws6
5935
5936         * src/mainwindow.[ch]
5937         * src/messageview.[ch]
5938         * src/compose.[ch]
5939         * src/inc.c
5940         * src/summaryview.c
5941                 changes to use updated toolbar handling
5942                 
5943 2002-12-24 [oliver]     0.8.7claws5
5944
5945         * src/toolbar.[ch]
5946                 generic toolbar handling
5947                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5948         * src/prefs_toolbar.[ch]
5949                 adjust to handling
5950         
5951 2002-12-24 [oliver]     0.8.7claws4
5952         
5953         * src/stock_pixmap.[ch]
5954                 move SYLPHEED_LOGO to end of list in order 
5955                 to remove it from Custom Toolbar`s Icon View
5956
5957 2002-12-24 [alfons]     0.8.7claws3
5958
5959         * src/summaryview.c
5960                 summary_thread_build(): fix crash because of focus != selection 
5961                 after threading. when deleting the selection, gtk tries but fails 
5962                 to find the correct focusable element. we now force the selection
5963                 to be focused. this should solve the infamous bug reported by 
5964                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5965                 a test case is available. 
5966
5967 2002-12-24 [darko]      0.8.7claws2
5968
5969         * src/summaryview.c
5970                 don't crash when unmarking message with unread children
5971
5972 2002-12-23 [christoph]  0.8.7claws1
5973
5974         * src/Makefile.am
5975         * src/common/Makefile.am
5976                 update Makefiles for moved intl.h, version.h and defs.h
5977         * src/imap.c
5978                 rewrite imap_session_get to avoid duplicate code
5979
5980 2002-12-23 [paul]       0.8.7claws
5981
5982         * Santa-Claws released
5983         
5984         * po/hu.po
5985           po/ru.po
5986                 squeeze in updated Hungarian and Russian translations.
5987                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5988
5989 2002-12-23 [paul]       0.8.6claws129
5990
5991         * po/pl.po
5992                 updated by Witold Wladyslaw Wojciech Wilk
5993
5994 2002-12-23 [paul]       0.8.6claws128
5995
5996         * src/quote_fmt_parse.y
5997                 fix typo and add licence header
5998
5999 2002-12-23 [paul]       0.8.6claws127
6000
6001         * po/en_GB.po
6002                 updated
6003
6004 2002-12-23 [paul]       0.8.6claws126
6005
6006         * po/it.po
6007                 updated translation, submitted by Alessandro Maestri
6008                 
6009 2002-12-23 [paul]       0.8.6claws125
6010
6011         * src/quote_fmt_parse.y
6012                 fix signature-stripping on replies bug. match
6013                 '-- \n' and not '-- '.
6014
6015 2002-12-22 [paul]       0.8.6claws124
6016
6017         * po/bg.po
6018           po/es.po
6019           po/sr.po
6020                 updated translations. submitted by George Danchev,
6021                 Ricardo Mones Lastra, and Urke MMI respectively
6022
6023 2002-12-21 [paul]       0.8.6claws123
6024
6025         * src/addrbook.c
6026                 fix coding style
6027
6028 2002-12-21 [paul]       0.8.6claws122
6029
6030         * src/addrbook.c
6031                 fix bug [643638] where if a person is in one or more
6032                 addressbook groups editing that person's email 
6033                 address results in removal from those groups.
6034                 Patch submitted by Luke Plant.
6035
6036 2002-12-20 [christoph]  0.8.6claws121
6037
6038         * src/common/utils.c
6039         * src/summaryview.c
6040                 reimplement expand_search_string using GString to
6041                 prevent crashs caused by miscalculated string
6042                 lengths reported by Paul
6043
6044 2002-12-20 [christoph]  0.8.6claws120
6045
6046         * src/summaryview.c
6047                 don't use "changed" to check if op_count has to be changed as it
6048                 is also set when the message has unread children
6049                 (closes bug [ 653221 ] crash while deleting duplicates)
6050
6051 2002-12-20 [paul]       0.8.6claws119
6052
6053         * sync with 0.8.6cvs27
6054                 see ChangeLog 2002-12-20
6055
6056 2002-12-20 [paul]       0.8.6claws118
6057
6058         * sync with 0.8.6cvs26
6059                 see ChangeLog 2002-12-19 and 2002-12-20
6060
6061 2002-12-19 [alfons]     0.8.6claws117
6062
6063         * src/textview.c
6064                 fix incorrect parsing of email addresses, submitted by 
6065                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6066                 name display if it contains @".
6067
6068 2002-12-18 [paul]       0.8.6claws116
6069
6070         * sync with 0.8.6cvs23
6071                 see ChangeLog 2002-12-18
6072
6073 2002-12-18 [paul]       0.8.6claws115
6074
6075         * src/Makefile.am
6076         * src/account.c
6077         * src/codeconv.c
6078         * src/gtkutils.[ch]
6079         * src/imap.c
6080                 sync with 0.8.6cvs22.
6081                 see ChangeLog 2002-12-17 and 2002-12-18
6082
6083 2002-12-17 [christoph]  0.8.6claws114
6084
6085         * src/imap.c
6086                 o don't create a session if imap greeting fails
6087                 o don't close socket when authentication fails
6088                   this is done by imap_session_destroy
6089
6090 2002-12-17 [thorsten]   0.8.6claws113
6091
6092         * tools/Makefile.am
6093           tools/README
6094           tools/google_msgid.pl ** NEW FILE **
6095                 Added "search for message-id" script and doc
6096
6097 2002-12-17 [thorsten]   0.8.6claws112
6098
6099         * po/hu.po
6100                 Updated hungarian translation
6101                 (updated by Gal Zoltan)
6102
6103 2002-12-16 [christoph]  0.8.6claws111
6104
6105         * src/addr_compl.c
6106                 remove stupid addressbook dump to debug output
6107         * src/mh.c
6108                 fix memory leak found by Hiro
6109
6110 2002-12-14 [paul]       0.8.6claws110
6111
6112         * src/compose.c
6113                 fix menubar sensitivity on send
6114                 
6115         * src/prefs_filtering.c
6116         * src/prefs_matcher.c
6117         * src/prefs_scoring.c
6118                 Fix english ;)
6119                 
6120         * src/common/quoted-printable.h
6121                 sync: fix typo
6122         
6123 2002-12-13 [christoph]  0.8.6claws109
6124
6125         * src/Makefile.am
6126         * src/manage_window.[ch]        ** REMOVE **
6127         * src/gtk/Makefile.am
6128         * src/gtk/manage_window.[ch]    ** NEW **
6129                 move manage_window files to gtk directory
6130
6131 2002-12-13 [christoph]  0.8.6claws108
6132
6133         * src/Makefile.am
6134         * src/gtkshruler.[ch]           ** REMOVE **
6135         * src/gtk/Makefile.am
6136         * src/gtk/gtkshruler.[ch]       ** NEW **
6137                 move gtkshruler files to gtk directory
6138
6139 2002-12-13 [christoph]  0.8.6claws107
6140
6141         * src/Makefile.am
6142         * src/compose.c
6143         * src/gtkstext.[ch]             ** REMOVE **
6144         * src/gtkutils.[ch]
6145         * src/textview.c
6146         * src/gtk/gtkstext.[ch]         ** NEW **
6147         * src/gtk/Makefile.am
6148                 o move stext functions to gtkstext.c to remove
6149                   dependency of gtkutils
6150                 o move gtkstext files to gtk directory
6151
6152         * src/gtk/Makefile.am
6153         * src/gtk/sslcertwindow.[ch]
6154                 UI stuff can always depend on common code so
6155                 it's ok to add ../common to include path
6156
6157 2002-12-13 [colin]      0.8.6claws106
6158
6159         * src/summaryview.c
6160                 Disconnect sighandlers for mainwindow when
6161                 quicksearch has the focus
6162                 Fix bug #653231
6163         * src/mainwindow.[ch]
6164                 Make key_pressed callback public, to be able
6165                 to disconnect it
6166
6167 2002-12-13 [christoph]  0.8.6claws105
6168
6169         * src/mh.c
6170                 create .mh_sequences file in new MH folders
6171                 (closes feature request [ 523162 ] MH folders should
6172                  get a .mh_sequences)
6173
6174 2002-12-13 [colin]      0.8.6claws104
6175
6176         * src/summaryview.c
6177                 Better handling of quicksearch show/hide
6178                 (basically the button stays under the mouse 
6179                  when toggled)
6180
6181 2002-12-13 [paul]       0.8.6claws103
6182
6183         * sync with 0.8.6cvs17
6184                 see ChangeLog 2002-12-13
6185
6186 2002-12-13 [paul]       0.8.6claws102
6187
6188         * po/es.po
6189                 updated by Ricardo Mones Lastra
6190
6191 2002-12-11 [colin]       0.8.6claws101
6192
6193         * src/folder.c
6194                 remove statusbar stuff
6195           src/folderview.c
6196                 set statusbar verbosity when moving folders
6197
6198 2002-12-11 [colin]       0.8.6claws100
6199         * src/prefs_filtering.c
6200         * src/prefs_matcher.c
6201         * src/prefs_scoring.c
6202                 Fix english ;)
6203
6204 2002-12-11 [colin]       0.8.6claws99
6205
6206         * src/prefs_common.[ch]
6207                 Add summary_quicksearch_type
6208         * src/summaryview.c
6209                 Save last used quicksearch type
6210
6211 2002-12-11 [jens]       0.8.6claws98
6212         * src/prefs_filtering.c
6213         * src/prefs_matcher.c
6214         * src/prefs_scoring.c
6215                 added dialog for incomplete rules in scoring, filtering and
6216                 matcher to ask wheather really close
6217
6218 2002-12-11 [colin]      0.8.6claws97
6219
6220         * src/folder.c
6221                 Fix folder dnd statusbar logging
6222
6223 2002-12-10 [christoph]  0.8.6claws96
6224
6225         * src/compose.c
6226         * src/folder.c
6227         * src/imap.c
6228         * src/inc.c
6229         * src/main.c
6230         * src/mainwindow.c
6231         * src/news.c
6232         * src/send.c
6233         * src/statusbar.[ch]
6234         * src/common/hooks.c
6235         * src/common/log.[ch]
6236                 o handle verbose logging in statusbar directly in statusbar code
6237                   and common code does not need any knowledge about a statusbar
6238                 o remove direct calls to statusbar_(puts|pop)_all functions
6239
6240 2002-12-10 [jens]       0.8.6claws95
6241
6242         * src/*.c
6243                 removed gettext from g_warnings
6244         * po/POTFILES.in
6245                 cleaned and updated
6246         * po/de.po
6247                 updated
6248
6249 2002-12-10 [colin]      0.8.6claws94
6250
6251         * src/main.c
6252                 finish crash dialog fix
6253
6254 2002-12-10 [colin]      0.8.6claws93
6255
6256         * src/main.c
6257                 "Fix" "sylpheed already running" instead of
6258                 crash dialog appearing after a crash
6259
6260 2002-12-10 [colin]      0.8.6claws92
6261
6262         * po/POTFILES.in
6263                 add src/gtk/sslcertwindow.c
6264
6265 2002-12-10 [paul]       0.8.6claws91
6266
6267         * po/POTFILES.in
6268                 updated to reflect recent changes
6269                 submitted by Alessandro Maestri
6270
6271 2002-12-09 [christoph]  0.8.6claws90
6272
6273         * src/Makefile.am
6274         * src/smtp.[ch]                 ** REMOVE **
6275         * src/common/Makefile.am
6276         * src/common/smtp.[ch]          ** NEW **
6277                 move smtp files to common directory
6278
6279 2002-12-09 [christoph]  0.8.6claws89
6280
6281         * src/Makefile.am
6282         * src/session.[ch]              ** REMOVE **
6283         * src/common/Makefile.am
6284         * src/common/session.[ch]       ** NEW **
6285                 move session files to common directory
6286
6287 2002-12-09 [paul]       0.8.6claws88
6288
6289         * src/account.c
6290                 fix bug [649746] edit accounts: move account reverted
6291                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6292
6293 2002-12-09 [colin]      0.8.6claws87
6294
6295         * src/ssl_certificate.c
6296                 cleanup
6297
6298 2002-12-09 [colin]      0.8.6claws86
6299
6300         * src/ssl.c
6301                 Try to open the cert.pem database and 
6302                 issue a warning if it isn't there
6303
6304 2002-12-09 [colin]      0.8.6claws85
6305
6306         * src/common/ssl_certificate.c
6307         * src/gtk/sslcertwindow.c
6308                 Warning fixes
6309
6310 2002-12-09 [colin]      0.8.6claws84
6311
6312         * src/ssl_certificate.[ch] ** REMOVED **
6313         * src/common/ssl_certificate.[ch] ** NEW **
6314         * src/Makefile.am
6315         * src/common/Makefile.am
6316                 Moved ssl_certificate.[ch] to common
6317         * src/common/ssl.c 
6318                 Put back needed include
6319         * src/gtk/sslcertwindow.[ch]
6320                 Changed ssl_certificate.h include
6321         
6322 2002-12-09 [colin]      0.8.6claws83
6323
6324         * src/gtk/sslcertwindow.[ch]
6325                 Implement hook for certificate acception
6326         * src/ssl_certificate.[ch]
6327                 Implement hook for certificate acception
6328         * src/common/ssl.c
6329                 Reenable certificate acception check
6330         * src/mainwindow.c
6331                 Register sslcertwindow's hook
6332         
6333 2002-12-08 [christoph]  0.8.6claws82
6334
6335         * src/about.c
6336         * src/addr_compl.c
6337         * src/codeconv.c
6338         * src/manual.c
6339         * src/undo.c
6340         * src/common/utils.c
6341                 o add missing includes
6342                 o fix warnings
6343         * src/.cvsignore
6344         * src/common/.cvsignore
6345         * src/common/version.h          ** REMOVE **
6346                 remove autogenerated file
6347
6348 2002-12-08 [paul]       0.8.6claws81
6349
6350         * src/stringtable.c
6351                 put back needed include
6352
6353 2002-12-08 [colin]      0.8.6claws80
6354         
6355         * src/gtk/sslcertwindow.c
6356                 Cleaner popups when asking
6357         * src/ssl_certificate.c
6358         * src/prefs_common.[ch]
6359                 remove ssl certificate pref
6360                 put back needed include
6361         * src/undo.c
6362                 put back needed include
6363
6364 2002-12-08 [christoph]  0.8.6claws79
6365
6366         * src/folderview.c
6367         * src/logwindow.c
6368         * src/statusbar.c
6369         * src/summaryview.c
6370                 only abort hook invokation if required data is missing not
6371                 if our own data pointer is NULL, update hookfunction for
6372                 log window
6373
6374 2002-12-08 [paul]       0.8.6claws78
6375
6376         * src/about.c
6377         * src/addrcache.c
6378         * src/addrclip.c
6379         * src/addr_compl.c
6380         * src/addrselect.c
6381         * src/codeconv.c
6382         * src/colorlabel.c
6383         * src/enriched.c
6384         * src/esmtp.c
6385         * src/exporthtml.c
6386         * src/headerview.c
6387         * src/imageview.c
6388         * src/manual.c
6389         * src/noticeview.c
6390         * src/pgptext.c
6391         * src/scoring.c
6392         * src/sourcewindow.c
6393         * src/stringtable.c
6394         * src/undo.c
6395                 clean up: remove unneccesary includes
6396
6397 2002-12-08 [christoph]  0.8.6claws77
6398
6399         * src/folderview.c
6400         * src/statusbar.c
6401         * src/summaryview.c
6402         * src/common/hooks.[ch]
6403                 hook functions now have a gboolean return value, if a hook
6404                 returns TRUE it will stop executing of any more hooks in
6405                 the same hooklist for this invokation
6406
6407 2002-12-08 [colin]      0.8.6claws76
6408         
6409         * src/main.c
6410                 put back argv0 for CRASH_DIALOG
6411
6412 2002-12-08 [christoph]  0.8.6claws75
6413
6414         * src/Makefile.am
6415         * src/about.c
6416         * src/account.c
6417         * src/crash.c
6418         * src/esmtp.h
6419         * src/imap.[ch]
6420         * src/inc.c
6421         * src/main.c
6422         * src/mainwindow.c
6423         * src/news.c
6424         * src/pop.[ch]
6425         * src/prefs_account.[ch]
6426         * src/prefs_common.[ch]
6427         * src/send.[ch]
6428         * src/smtp.[ch]
6429         * src/ssl_certificate.[ch]
6430         * src/ssl_manager.[ch]
6431         * src/common/Makefile.am
6432         * src/common/log.c
6433         * src/common/nntp.[ch]
6434         * src/common/socket.[ch]
6435         * src/common/ssl.[ch]
6436         * src/gtk/sslcertwindow.[ch]
6437         * ac/openssl.m4
6438                 use new autoconf script to detect OpenSSL with extra parameters
6439                 to specify the location of libs and includes, also remove USE_SSL
6440                 to USE_OPENSSL
6441
6442         * src/common/sylpheed.[ch]
6443         * src/common/version.h.in
6444                 start seperation of common code initialization seperated from gui
6445
6446         * src/summaryview.c
6447                 The function that is called when a color label changes
6448                 should not change the color lable again
6449
6450 2002-12-08 [colin]      0.8.6claws74
6451
6452         * src/gtk/sslcertwindow.c
6453                 warning fixes
6454
6455 2002-12-08 [colin]      0.8.6claws73
6456
6457         * src/statusbar.c
6458           src/common/log.h
6459                 Register a hook for statusbar_puts_all
6460         * src/common/log.c
6461                 invoke statusbar_puts_all's hook
6462         
6463 2002-12-08 [colin]      0.8.6claws72
6464
6465         * src/ssl_certificate.c
6466                 Put back a badly-removed include
6467
6468 2002-12-08 [colin]      0.8.6claws71
6469
6470         * src/gtk/sslcertwindow.[ch]    ** NEW **
6471                 new certificate presentation
6472         * src/gtk/Makefile.am
6473                 add new files
6474         * src/ssl_certificate.[ch]
6475                 gtk cleanup, made utility functions public
6476         * src/ssl_manager.c
6477                 use new cert presentation
6478
6479 2002-12-07 [christoph]  0.8.6claws70
6480
6481         * src/Makefile.am
6482         * src/nntp.[ch]                 ** REMOVE **
6483         * src/common/Makefile.am
6484         * src/common/nntp.[ch]          ** NEW **
6485                 move nntp files to common directory
6486
6487 2002-12-07 [christoph]  0.8.6claws69
6488
6489         * src/procmsg.[ch]
6490         * src/summaryview.c
6491                 implement msginfo update callback using sylpheed's new
6492                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6493
6494 2002-12-06 [christoph]  0.8.6claws68
6495
6496         * src/editgroup.c
6497                 This patch changes the 'Edit Group Details' dialog to
6498                 allow extended selections in either pane, so that
6499                 addresses can be added or removed from a group more
6500                 quickly and easily. (it actually is a net decrease in
6501                 file size, as some unnecessary functions have been
6502                 removed). 
6503                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6504
6505 2002-12-06 [christoph]  0.8.6claws67
6506
6507         * src/Makefile.am
6508         * src/template.[ch]             ** REMOVE **
6509         * src/common/Makefile.am
6510         * src/common/template.[ch]      ** NEW **
6511                 move template files to common directory
6512
6513         * src/nntp.c
6514                 add missing log.h include
6515
6516 2002-12-06 [melvin]     0.8.6claws66
6517
6518         * src/prefs_actions.c
6519                 Added the trailing ">" syntax to insert command's output
6520                 without replacing old text (in contrast to trailing "|").
6521
6522 2002-12-05 [colin]      0.8.6claws65
6523         
6524         * src/common/utils.c
6525                 Don't modify original search_string or it'll change
6526                 the next iterations in the for()
6527
6528 2002-12-05 [darko]      0.8.6claws64
6529
6530         * src/common/utils.c
6531                 proper check for filtering commands, found by Colin
6532
6533 2002-12-05 [darko]      0.8.6claws63
6534
6535         * src/common/utils.c
6536                 check proper string for NULL pointer, found by Colin
6537
6538 2002-12-05 [darko]      0.8.6claws62
6539
6540         * src/common/utils.[ch]
6541                 expand_search_string(): new function
6542                 converts Mutt-like patterns to Sylpheed's
6543                 filtering engine
6544         * src/summaryview.c
6545                 use expand_search_string() to allow Mutt-like
6546                 patterns in extended search
6547         * README.claws
6548                 document extended option in quick search
6549
6550 2002-12-05 [paul]       0.8.6claws61
6551
6552         * sync with 0.8.6cvs16
6553                 see ChangeLog 2002-12-05
6554                 
6555         * po/POTFILES.in
6556                 clean up
6557
6558 2002-12-04 [christoph]  0.8.6claws60
6559
6560         * src/imap.[ch]
6561                 put imap authentication code into a new function and
6562                 remove it from imap_session_new that will allow to
6563                 send other commands before authentication
6564
6565 2002-12-04 [christoph]  0.8.6claws59
6566
6567         * src/imap.[ch]
6568                 use already existing method to prevent unneeded IMAP
6569                 folder selects. Set imap_select parameters to NULL
6570                 in some functions if the values are not required.
6571
6572         * src/xml.h
6573                 remove no longer required include
6574
6575 2002-12-04 [paul]       0.8.6claws58
6576
6577         * po/es.po
6578                 updated by Ricardo Mones Lastra
6579                 
6580         * configure.in
6581           po/hu.po      ** NEW FILE **
6582                 initial Hungarian translation, submitted
6583                 by Gál Zoltán <galzoli@hu.inter.net>
6584
6585 2002-12-03 [christoph]  0.8.6claws57
6586
6587         * src/Makefile.am
6588         * src/gtksctree.[ch]            ** REMOVE **
6589         * src/gtk/Makefile.am
6590         * src/gtk/gtksctree.[ch]        ** NEW **
6591                 move gtksctree files to gtk directory
6592
6593 2002-12-03 [christoph]  0.8.6claws56
6594
6595         * src/Makefile.am
6596         * src/md5.[ch]                  ** REMOVE **
6597         * srm/common/Makefile.am
6598         * src/common/md5.[ch]           ** NEW **
6599                 move md5 files to common directory
6600
6601         * src/gtkstext.c
6602                 remove not required #include
6603
6604 2002-12-03 [sergey]     0.8.6claws55
6605
6606         * src/gtkutils.c
6607         * src/gtkutils.h
6608                 gtkut_window_popup(): new function.
6609         * src/mainwindow.c
6610                 main_window_popup(): use gtkut_window_popup() to raise
6611                 window without changing its position.
6612                 (see sylpheed-main ML message [sylpheed:17247])
6613
6614 2002-12-03 [sergey]     0.8.6claws54
6615
6616         * src/send.c
6617                 send_message_local(): removed first-dot escaping
6618                 (SMTP-only, not needed for sending through pipe)
6619
6620 2002-12-03 [paul]       0.8.6claws53
6621
6622         * po/POTFILES.in
6623                 update to reflect recent changes (thanks
6624                 to Ricardo Mones Lastra)
6625                 
6626         * tools/filter_conv.pl
6627                  fix problem with quoted strings. Patch submitted
6628                  by Luke Plant <lukeplant@softhome.net>
6629
6630 2002-12-03 [paul]       0.8.6claws52
6631
6632         * sync with 0.8.6cvs15
6633                 see ChangeLog 2002-12-03
6634
6635 2002-12-02 [christoph]  0.8.6claws51
6636
6637         * src/logwindow.[ch]
6638         * src/common/log.[ch]
6639                 implement logging using a hook function
6640
6641         * src/folderview.c
6642         * src/folder.[ch]
6643                 define hooklist name in header file to avoid
6644                 errors caused by wrong spelling of hooklist names
6645
6646         * src/toolbar.c
6647                 fix warnings
6648
6649 2002-12-02 [christoph]  0.8.6claws50
6650
6651         * src/common/Makefile.am
6652                 add src/common/hooks.[ch]
6653
6654         * src/common/hooks.[ch]
6655                 implement a simple hook system using glib's hook functions
6656
6657         * src/folder.[ch]
6658         * src/folderview.c
6659                 use new hook system for folder item updates
6660
6661 2002-12-02 [christoph]  0.8.6claws49
6662
6663         * doc-src/ui_seperation.txt     ** NEW **
6664                 information for ui seperation
6665
6666         * src/Makefile.am
6667                 remove files that were moved to common
6668                 include common directory by default for the header files
6669
6670         * src/inc.c
6671         * src/common/socket.c
6672         * src/automaton.[ch]
6673                 implement automaton using g_io_*-functions instead of
6674                 gdk_input_add to make it ui independent
6675
6676         * src/codeconv.c
6677         * src/compose.c
6678         * src/ldif.c
6679         * src/pgptext.c
6680         * src/procmime.c
6681         * src/rfc2015.c
6682         * src/smtp.c
6683         * src/unmime.c
6684                 remove common/ prefix because directory is now in
6685                 include path
6686
6687         * src/compose.c
6688         * src/folder.c
6689         * src/folderview.c
6690         * src/mainwindow.c
6691         * src/messageview.c
6692         * src/prefs_common.c
6693         * src/procmsg.c
6694         * src/rfc2015.c
6695                 fix warnings
6696
6697         * src/imap.c
6698         * src/inc.c
6699         * src/news.c
6700         * src/pop.c
6701         * src/send.c
6702         * src/smtp.c
6703         * src/ssl_certificate.c
6704                 add log.h header file for logging functions
6705
6706         * src/main.c
6707         * src/common/utils.c
6708         * src/summaryview.c
6709         * src/xml.c
6710                 o move debug_mode to common/utils.c
6711                 o add functions to set and get debug_mode
6712
6713         * src/defs.h                    ** REMOVE **
6714         * src/intl.h                    ** REMOVE **
6715         * src/socket.[ch]               ** REMOVE **
6716         * src/ssl.[ch]                  ** REMOVE **
6717         * src/utils.[ch]                ** REMOVE **
6718                 replaced by new files in src/common/
6719         
6720         * src/common/Makefile.am
6721                 add new files in src/common/
6722
6723         * src/common/defs.h             ** NEW **
6724         * src/common/intl.h             ** NEW **
6725         * src/common/log.[ch]           ** NEW **
6726         * src/common/socket.[ch]        ** NEW **
6727         * src/common/ssl.[ch]           ** NEW **
6728         * src/common/utils.[ch]         ** NEW **
6729                 replacement for files in src/
6730
6731 2002-12-02 [colin]      0.8.6claws48
6732
6733         * src/folderview.c
6734                 Scroll folderview if necessary during dnd
6735
6736 2002-12-02 [colin]      0.8.6claws47
6737
6738         * src/folder.[ch]
6739                 Add check to verify a move is within a single mailbox
6740         * src/folderview.c
6741                 Add specific error string for this check
6742
6743 2002-12-02 [colin]      0.8.6claws46
6744
6745         * src/folder.c
6746                 Add a test to folder moving, remove a statusbar_print
6747         * src/folderview.c
6748                 Add Move folder... context-menu item
6749                 Factorize folder moving code
6750                 Enable folder DND for mbox
6751
6752 2002-12-01 [christoph]  0.8.6claws45
6753
6754         * ac/aspell.m4
6755                 remove conf.aspelltest if the version check fails
6756
6757 2002-11-30 [christoph]  0.8.6claws44
6758
6759         * autogen.sh
6760                 run libtoolize --force in autogen to create missing
6761                 libtool scripts
6762
6763 2002-11-30 [christoph]  0.8.6claws43
6764
6765         * src/Makefile.am
6766         * src/pgptext.c
6767         * src/procmime.c
6768         * src/rfc2015.c
6769         * src/uuencode.[ch]             ** REMOVED **
6770         * src/common/Makefile.am
6771         * src/common/uuencode.[ch]      ** NEW **
6772                 move uuen/decoder to common directory
6773
6774 2002-11-30 [christoph]  0.8.6claws42
6775
6776         * src/Makefile.am
6777         * src/base64.[ch]               ** REMOVED **
6778         * src/codeconv.c
6779         * src/compose.c
6780         * src/ldif.c
6781         * src/pgptext.c
6782         * src/procmime.c
6783         * src/rfc2015.c
6784         * src/smtp.c
6785         * src/unmime.c
6786         * src/common/Makefile.am
6787         * src/common/base64.[ch]        ** NEW **
6788                 move base64 en/decoder to common directory
6789
6790 2002-11-30 [christoph]  0.8.6claws41
6791
6792         * src/common                    ** NEW **
6793                 new directory for UI independent code
6794         * src/gtk                       ** NEW **
6795                 new directory for GTK frontend
6796         * src/common/.cvsignore         ** NEW **
6797         * src/gtk/.cvsignore            ** NEW **
6798                 ignore build files
6799         * src/common/Makefile.am        ** NEW **
6800         * src/gtk/Makefile.am           ** NEW **
6801                 automake files to build new seperated stuff
6802         * src/Makefile.am
6803                 the binary will currently still be build with the
6804                 files in src, so we include the code from the
6805                 subdirs for now after building the libs there
6806
6807 2002-11-30 [paul]       0.8.6claws40
6808
6809         * src/compose.c
6810                 fix bug [642731] 'Wrong selected account with drafted mail'
6811
6812 2002-11-29 [oliver]     0.8.6claws39
6813         
6814         * src/messageview.c
6815                 o update summaryview when switching between different
6816                   messageviews          
6817         * src/toolbar.c  
6818                 o check if messageview holds already removed msg
6819                   from summaryview
6820                 
6821
6822 2002-11-29 [oliver]     0.8.6claws38
6823
6824         * src/toolbar.c 
6825                 remove not needed variables and includes
6826                 make messageview stay opened and move to next when msgs are deleted 
6827
6828 2002-11-29 [oliver]     0.8.6claws37
6829         
6830         * src/toolbar.c 
6831                 disable compose button (messageview toolbar) by default
6832                 deleted msgs are moved to trash
6833         
6834 2002-11-29 [melvin]     0.8.6claws36
6835
6836         * configure.in
6837                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6838                 and to detect signatures expirations (gpgme 0.3.6)
6839
6840         * src/main.c
6841                 Use non obsolescent function for Gpgme engine checking.
6842
6843         * src/rfc2015.c
6844                 Inform about expired signatures or signatures which key
6845                 has expired. Expiration date is displayed.
6846
6847         * src/sigstatus.c
6848                 Inform about expired signatures or signatures which key
6849                 has expired.
6850
6851 2002-11-28 [paul]       0.8.6claws35
6852
6853         * src/folderview.c
6854                 re-instate 'Check for new messages' in Newsgroup
6855                 folders right-click menu, after a suggestion from
6856                 Tim Mann <timmann@users.sourceforge.net>
6857
6858         * src/main.c
6859                 after a crash check only local folders for new
6860                 messages
6861
6862 2002-11-28 [paul]       0.8.6claws34
6863
6864         * configure.in
6865                 apply patch that fixes the checking of GTK with XIM 
6866                 support on different OSs, such as FreeBSD. Patch 
6867                 submitted by Topia <topia@users.sourceforge.net>
6868                 
6869 2002-11-28 [paul]       0.8.6claws33
6870
6871         * src/mainwindow.c
6872           src/prefs_common.c
6873           src/prefs_toolbar.c
6874                 more changes to the English
6875
6876 2002-11-28 [paul]       0.8.6claws32
6877
6878         * sync with 0.8.6cvs13
6879                 see ChangeLog 2002-11-28 (no sync needed
6880                 for src/compose.c)
6881
6882 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6883         
6884         * src/mainwindow.[ch]
6885                 add patch by Ivan F. Martinez introducing messageview Toolbar
6886                 some changes and committed by oliver    
6887
6888 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6889
6890         * src/messageview.[ch]
6891                 add patch by Ivan F. Martinez introducing messageview Toolbar
6892                 some changes and committed by oliver    
6893
6894 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6895
6896         * src/compose.[ch]
6897                 add patch by Ivan F. Martinez introducing messageview Toolbar
6898                 some changes and committed by oliver    
6899
6900 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6901         
6902         * src/toolbar.[ch]
6903                 add patch by Ivan F. Martinez introducing messageview Toolbar
6904                 some changes and committed by oliver
6905
6906 2002-11-28 [oliver]     0.8.6claws27
6907         
6908         * src/prefs_toolbar.[ch]
6909                 getting ready for messageview toolbar
6910                 free mem allocated by gettext
6911                 change prefs_toolbar to prefs_toolbar_open
6912  
6913 2002-11-28 [thorsten]   0.8.6claws26
6914
6915         * src/imageview.[ch]
6916                 cleaned up conflicting declarations of
6917                 imageview_show_image()
6918
6919 2002-11-28 [paul]       0.8.6claws25
6920
6921         * src/grouplistdialog.c
6922           src/prefs_common.c
6923           src/prefs_summary_column.c
6924                 a few more improvements to the English
6925
6926 2002-11-28 [colin]      0.8.6claws24
6927
6928         * man/sylpheed.1
6929                 A few updates to command-line parameters
6930
6931 2002-11-28 [colin]      0.8.6claws23
6932
6933         * src/prefs_filtering.c
6934                 Fix problems with prefs_filtering_delete_path:
6935                 a) if the first rule is removed, original pointers
6936                    weren't updated (leading to segfaults)
6937                 b) it was always global_processing updated in case
6938                    of removed path was parent of rule path
6939
6940 2002-11-27 [paul]       0.8.6claws22
6941
6942         * src/mainwindow.c
6943           src/prefs_account.c
6944           src/prefs_actions.c
6945           src/prefs_common.c
6946           src/prefs_customheader.c
6947           src/prefs_display_header.c
6948           src/prefs_filtering.c
6949           src/prefs_folder_item.c
6950           src/prefs_matcher.c
6951           src/prefs_scoring.c
6952           src/prefs_summary_column.c
6953           src/prefs_template.c
6954           src/prefs_toolbar.c
6955                  improve the English in the GUI
6956
6957 2002-11-27 [colin]      0.8.6claws21
6958
6959         * src/folder.c
6960                 Fix processing renaming problems happening after
6961                 last commit
6962
6963 2002-11-27 [colin]      0.8.6claws20
6964
6965         * src/folder.c
6966                 recursive move now deletes src each subfolder after 
6967                 having moved it
6968         * src/folderview.c
6969                 Use identifier instead of path during dnd (enables
6970                 IMAP folder dnd)
6971
6972 2002-11-27 [paul]       0.8.6claws19
6973
6974         * src/main.c
6975                 apply patch that does command-line processing 
6976                 BEFORE gtk_init, allowing claws to run from 
6977                 shell-scripts in non-X environment (e.g. crontab 
6978                 or ip-up, ip-down scripts). Patch submitted by
6979                 Ruslan N. Balkin <baron@dartel.ru>
6980                 
6981         * po/it.po
6982                 updated by Alessandro Maestri
6983
6984 2002-11-27 [paul]       0.8.6claws18
6985
6986         * sync with 0.8.6cvs12
6987           src/prefs_common.c
6988                 Differences are that main uses a 'Receive dialog'
6989                 frame on the Interface tab, whereas claws groups all 
6990                 the dialogs together in a 'Dialogs' frame.
6991
6992 2002-11-27 [colin]      0.8.6claws17
6993
6994         * src/prefs_matcher.c
6995                 Fix Execute criteria's NOT flag
6996
6997
6998 2002-11-26 [christoph]  0.8.6claws16
6999
7000         * src/ssl.c
7001                 rewrite the ssl code a little bit, only use one
7002                 SSL context, set default certificates' file/path
7003
7004 2002-11-26 [thorsten]   0.8.6claws15
7005
7006         * src/compose.c
7007                 default-reply-to didn't work for ml-reply
7008
7009 2002-11-26 [melvin]     0.8.6claws14
7010
7011         * src/prefs_actions.c
7012                 Made pipe-actions ignore short headers in message view
7013                 Made trailing-pipe-actions write in the message view with
7014                 the same font as the original message
7015
7016 2002-11-26 [paul]       0.8.6claws13
7017
7018         * src/compose.c
7019                 this time commit the correct file
7020
7021 2002-11-26 [paul]       0.8.6claws12
7022
7023         * sync with 0.8.6cvs11
7024           src/quote_fmt_parse.y  
7025                 no sync needed
7026           src/account.[ch]       
7027                 not sync'ed
7028           src/compose.c
7029                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7030                 on draft mode.
7031                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7032                 header
7033                 
7034         see ChangeLog 2002-11-25 and 2002-11-26
7035
7036 2002-11-26 [colin]      0.8.6claws11
7037
7038         * src/folderview.c
7039                 Fix collapsed folder not auto-expanding during
7040                 mail dnd, if it was the source folder.
7041
7042 2002-11-25 [colin]      0.8.6claws10
7043
7044         * src/folderview.[ch]
7045                 Variable renaming and cleaning (slist of nodes 
7046                 to be re-collapsed is stored in FolderView)
7047
7048 2002-11-25 [paul]       0.8.6claws9
7049
7050         * src/prefs_common.[ch]
7051                 fix breakage caused by last commit
7052
7053 2002-11-25 [paul]       0.8.6claws8
7054
7055         * sync with 0.8.6cvs4
7056                 see ChangeLog 2002-11-21
7057
7058 2002-11-25 [paul]       0.8.6claws7
7059
7060         * sync with 0.8.6cvs4
7061                 see ChangeLog 2002-11-20
7062
7063 2002-11-25 [paul]       0.8.6claws6
7064
7065         * sync with 0.8.6cvs3
7066                 see ChangeLog 2002-11-18
7067
7068 2002-11-25 [colin]      0.8.6claws5
7069
7070         * src/gtkutils.[ch]
7071                 Add gtkut_ctree_node_is_parent()
7072         * src/folderview.c
7073                 Spring-loaded folders
7074
7075 2002-11-25 [colin]      0.8.6claws4
7076
7077         * src/utils.[ch]
7078                 Add slist_concat_unique(), function to merge
7079                 two GSList filtering dups
7080         * src/folder.[ch]
7081         * src/summaryview.[ch]
7082         * src/folderview.c
7083         * src/main.c
7084                 Add detection/update/display of unread answers
7085                 to marked mails
7086         * src/procmsg.[ch]
7087                 Add procmsg_find_children()
7088                 Add procmsg_msg_has_marked_parent()
7089
7090 2002-11-25 [colin]      0.8.6claws3
7091
7092         * src/ssl_certificate.[ch]
7093                 Allow checking a certificate without a DNS
7094                 lookup
7095                 Allow to forget a cert (by deleting it)
7096                 Make ssl_certificate_destroy_public
7097         * src/ssl_manager.[ch] ** NEW FILES **
7098                 Gui to manage (display/remove) certificates
7099         * src/prefs_common.[ch]
7100                 Add a pref to allow silent acceptation of
7101                 trusted certificates or not (based on the
7102                 "I want to know what's going on" principle)
7103         * src/mainwindow.c
7104                 Add SSL manager in Tools menu
7105         * src/Makefile.am
7106                 Add the new files to the build
7107         * po/POTFILES.in
7108                 Add ssl_manager.c to translations
7109
7110 2002-11-25 [colin]      0.8.6claws2
7111
7112         * src/summaryview.[ch]
7113                 Add S_SEARCH_EXTENDED to the quick search, which 
7114                 allows to search using filtering syntax.
7115
7116 2002-11-25 [colin]      0.8.6claws1
7117
7118         * src/summaryview.c
7119                 Deletion of duplicates now prefer deleting
7120                 the unread dup (fixes feature-request 638989).
7121
7122 2002-11-24 [paul]       0.8.6claws
7123
7124         * po/es.po
7125           po/pl.po
7126           po/ru.po
7127           po/sr.po
7128                 updated by Ricardo Mones Lastra,
7129                 Witold Wladyslaw Wojciech Wilk,
7130                 Ruslan N. Balkin, and  Urke MMI 
7131                 respectively
7132
7133 2002-11-24 [paul]       0.8.5claws182
7134
7135         * po/bg.po
7136                 updated by George Danchev
7137
7138 2002-11-23 [alfons]     0.8.5claws181
7139
7140         * src/imap.c
7141                 tiny memory leak found by browsing Dimitar's 
7142                 valgrind report
7143
7144 2002-11-23 [paul]       0.8.5claws180
7145
7146         * po/it.po
7147                 updated by Alessandro Maestri
7148
7149 2002-11-22 [christoph]  0.8.5claws179
7150
7151         * src/compose.c
7152         * src/inc.c
7153         * src/prefs_filtering.c
7154         * src/summaryview.c
7155                 more warning fixes
7156
7157 2002-11-22 [alfons]     0.8.5claws178
7158
7159         * src/summaryview.c
7160                 summary_execute_delete_func(): if message is deleted, make 
7161                 sure to also remove its entry in the subject hash table. 
7162                 fixes a corner case bug.
7163
7164 2002-11-22 [paul]       0.8.5claws177
7165
7166         * .cvsignore
7167                 add 'autom4te.cache'
7168                 
7169         * ltconfig      ** REMOVED **
7170                 not needed
7171
7172 2002-11-22 [paul]       0.8.5claws176
7173
7174         * src/textview.c
7175                 textview_set_font(): fix for message display in
7176                 UTF-8 locales (thanks to Sergey Vlasov).
7177                 
7178         * AUTHORS
7179                 add new team members and contributors
7180
7181
7182 2002-11-21 [colin]      0.8.5claws175
7183
7184         * src/procmsg.[ch]
7185                 Add procmsg_remove_special_headers()
7186         * src/mh.c
7187                 Use procmsg_remove_special_headers() for 
7188                 previous fix
7189
7190 2002-11-21 [colin]      0.8.5claws174
7191
7192         * src/mh.c
7193                 Fix moving/copying from queue/draft folders
7194                 for MH folders
7195
7196 2002-11-21 [christoph]  0.8.5claws173
7197
7198         * src/crash.c
7199         * src/filtering.c
7200         * src/logwindow.c
7201         * src/main.c
7202         * src/matcher_parser_lex.[hl]
7203         * src/mbox.c
7204         * src/mbox_folder.[ch]
7205         * src/prefs_filtering.c
7206         * src/procheader.c
7207         * src/quote_fmt_lex.l
7208         * src/ssl.c
7209                 fix all warnings except the warnings in lex and yacc files
7210
7211 2002-11-20 [christoph]  0.8.5claws172
7212
7213         * src/imap.c
7214                 fix MsgInfo retrieval for IMAP draft and queue folders
7215                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7216
7217 2002-11-19 [christoph]  0.8.5claws171
7218
7219         * src/compose.c
7220                 fix segfault, when draft saving does not get
7221                 the MsgInfo of the new message
7222                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7223
7224 2002-11-19 [christoph]  0.8.5claws170
7225
7226         * src/procmsg.c
7227                 add parameter check for flag setting function
7228                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7229
7230 2002-11-18 [paul]       0.8.5claws169
7231
7232         * src/compose.c
7233                 more sensitivity fixes to redirect mode:
7234                 * disable toolbar draft button
7235                 * allow only Address book in the Tools menu
7236                 * disable editing of message by the spell
7237                   checker
7238
7239 2002-11-18 [paul]       0.8.5claws168
7240
7241         * src/compose.c
7242                 fix sensitivity of menu items in compose_redirect():
7243                 allow only the necessary items 
7244
7245 2002-11-18 [paul]       0.8.5claws167
7246
7247         * src/compose.c
7248                 fix bug [ 603259 ] 'attachment got lost on bounce'
7249
7250 2002-11-18 [paul]       0.8.5claws166
7251
7252         * po/ru.po
7253                 updated by Ruslan N. Balkin <baron@dartel.ru>
7254
7255 2002-11-18 [colin]      0.8.5claws165
7256
7257         * src/main.c
7258           src/defs.h
7259                 Remove old filtering stuff
7260
7261
7262 2002-11-17 [oliver]     0.8.5claws164
7263
7264         * src/toolbar.h
7265                 remove not needed typedef 
7266
7267 2002-11-17 [oliver]     0.8.5claws163
7268
7269         * src/toolbar.c
7270                 make toolbar's on click events translatable
7271
7272 2002-11-15 [colin]      0.8.5claws162
7273
7274         * src/summaryview.c
7275                 Revert too-soon integration of a feature
7276
7277 2002-11-15 [christoph]  0.8.5claws161
7278
7279         * src/imap.c
7280                 use main's implementation of imap_get_msginfo
7281
7282 2002-11-15 [christoph]  0.8.5claws160
7283
7284         * src/compose.c
7285         * src/folder.[ch]
7286         * src/imap.c
7287         * src/mbox_folder.c
7288         * src/mh.c
7289         * src/news.c
7290         * src/procmsg.c
7291         * src/summaryview.c
7292                 replace claws' fetch_msginfo with main's get_msginfo
7293                 (use main's implementation where possible)
7294
7295 2002-11-15 [colin]      0.8.5claws159
7296
7297         * src/ssl_certificate.c
7298                 Missed a check
7299
7300 2002-11-16 [melvin]     0.8.5claws158
7301
7302         * po/fr.po
7303                 Updated French translations.
7304
7305 2002-11-16 [colin]      0.8.5claws157
7306
7307         * src/ssl_certificate.c
7308                 Check for missing parts in the certificates
7309
7310 2002-11-15 [colin]      0.8.5claws156
7311
7312         * src/folderview.c
7313                 Preventive fix (missing check) found by
7314                 Alfons
7315
7316 2002-11-15 [paul]
7317
7318         * NEWS
7319                 sync with 0.8.6 release
7320
7321 2002-11-15 [colin]      0.8.5claws155
7322
7323         * src/folder.[ch]
7324           src/folderview.c
7325                 Fix error handling of folder_item_move_to()
7326                 (thanks to Alfons!)
7327
7328 2002-11-15 [colin]      0.8.5claws154
7329
7330         * src/folder.[ch]
7331           src/folderview.c
7332                 folder_item_move_to() sets an error message instead
7333                 of having GUI stuff in folder.c
7334
7335 2002-11-15 [colin]      0.8.5claws153
7336
7337         * src/procmsg.[ch]
7338                 Implemented a callback for MsgInfo updates, 
7339                 heavily copy/pasted from Christoph's folder 
7340                 callback system
7341         * src/summaryview.[ch]
7342                 Register summary_update_msg as callback
7343
7344 2002-11-14 [colin]      0.8.5claws152
7345         
7346         * src/procmsg.c
7347                 Update the FolderItem after sending (fixes 617593)
7348
7349 2002-11-14 [christoph]  0.8.5claws151
7350
7351         * src/folder.c
7352                 fix wrong position of NULL pointer check found
7353                 by Sergey
7354
7355 2002-11-14 [christoph]  0.8.5claws150
7356
7357         * src/folder.c
7358                 fix segfault when deleting messages from IMAP folders
7359                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7360
7361 2002-11-14 [colin]      0.8.5claws149
7362
7363         * src/compose.c
7364                 Forwarding was also ignoring the folder's default account.
7365
7366 2002-11-14 [colin]      0.8.5claws148
7367
7368         * src/compose.c
7369                 Fix sent folder not set to folder properties when 
7370                 forwarding.
7371
7372 2002-11-14 [thorsten]   0.8.5claws147
7373
7374         * src/inc.c
7375                 inc_start(): Files were not moved from .processing to inbox,
7376                 if no global processing rule existed
7377
7378 2002-11-14 [colin]      0.8.5claws146
7379
7380         * src/ssl_certificate
7381                 Fix file operations
7382
7383 2002-11-14 [paul]       0.8.5claws145
7384
7385         * po/it.po
7386                 updated by Alessandro Maestri
7387
7388 2002-11-13 [alfons]     0.8.5claws144
7389
7390         * src/folder.c
7391                 folder_item_close(): only mark messages unread
7392                 when a folder has new messages 
7393
7394 2002-11-13 [keith]      0.8.5claws143
7395
7396         * src/imap.c
7397                 Fix problem moving or copying between
7398                 IMAP folders
7399
7400 2002-11-13 [colin]      0.8.5claws142
7401
7402         * src/matcher_parser_parse.y
7403                 Fix rule problem when " don't match
7404
7405 2002-11-13 [christoph]  0.8.5claws141
7406
7407         * src/folder.c
7408         * src/folderview.c
7409                 moved cache saving to folder_item_close
7410                 the folderview should not have to deal with
7411                 this things
7412
7413 2002-11-13 [christoph]  0.8.5claws140
7414
7415         * src/summaryview.c
7416                 moved setting of important score to
7417                 summary_set_prefs_from_folderitem
7418
7419 2002-11-13 [colin]      0.8.5claws139
7420
7421         * src/matcher_parser_parse.y
7422                 Fix a segfault in the parser (happening when
7423                 a good expression had been tested and a bad 
7424                 one arrives)
7425
7426 2002-11-13 [paul]       0.8.5claws138
7427
7428         * sync with 0.8.5cvs24
7429                 see ChangeLog 2002-11-13
7430                 
7431         * po/pt_BR.po
7432                 updated by Fabio Jr. Beneditto
7433
7434 2002-11-13 [colin]      0.8.5claws137
7435         
7436         * src/msgcache.c
7437           src/defs.h
7438           src/procmsg.[ch]
7439                 Revert last commit, problem
7440
7441 2002-11-13 [colin]      0.8.5claws136
7442
7443         * src/msgcache.c
7444                 Remove duplicated code
7445         * src/defs.h
7446                 Bumped CACHE_VERSION and MARK_VERSION
7447         * src/procmsg.[ch]
7448                 Network endian for cache and mark files
7449
7450 2002-11-12 [colin]      0.8.5claws135
7451
7452         * src/inc.c
7453                 Fix the "socket error" dialog which disappeared
7454
7455 2002-11-12 [colin]      0.8.5claws134
7456
7457         * src/msgcache.c
7458                 Reverse last commit which had performance 
7459                 problems, but still reverse the list
7460
7461 2002-11-12 [colin]      0.8.5claws133
7462
7463         * src/msgcache.c
7464                 Reverse list order
7465
7466 2002-11-12 [melvin]     0.8.5claws132
7467
7468         * src/compose.c
7469                 Added a check for a NULL prefs_common.dictionary
7470
7471 2002-11-12 [colin]      0.8.5claws131
7472
7473         * src/ssl_certificate.[ch]
7474                 Use FQDN hostname
7475
7476 2002-11-12 [colin]      0.8.5claws130
7477
7478         * src/ssl_certificate.[ch]
7479                 Take connection port into account for 
7480                 checking certificates (a single hostname
7481                 could have multiple servers with multiple
7482                 certificates)
7483         * src/ssl.c
7484                 Pass the port to ssl_certificate_check
7485
7486 2002-11-12 [paul]       0.8.5claws129
7487
7488         * src/folder.c
7489                 fix a typo in last commit
7490
7491 2002-11-12 [paul]       0.8.5claws128
7492
7493         * sync with 0.8.5cvs23
7494                 see ChangeLog entry 2002-11-12
7495
7496 2002-11-11 [colin]      0.8.5claws127
7497
7498         * src/ssl_certificate.c
7499                 Cleaner messages
7500                 Don't popup, instead log error, if the 
7501                 corresponding pref is checked
7502         * src/ssl_certificate.h
7503                 include <openssl/objects/h>
7504
7505 2002-11-11 [colin]      0.8.5claws126
7506
7507         * src/ssl_certificate.h
7508                 _Really_ clean it
7509
7510 2002-11-11 [colin]      0.8.5claws125
7511         
7512         * src/ssl_certificate.c
7513                 Fixed leak
7514
7515 2002-11-11 [colin]      0.8.5claws124
7516
7517         * src/ssl.c
7518                 Cleaned a bit
7519         * src/ssl_certificate.[ch]
7520                 Cleaned a bit (better use of SSL API)
7521                 (This will cause non-recognition of saved 
7522                  certificates of claws12[23]...)
7523
7524 2002-11-11 [paul]       0.8.5claws123
7525         
7526         * po/es.po
7527                 updated by Ricardo Mones Lastra
7528
7529 2002-11-11 [colin]      0.8.5claws122
7530
7531         * src/ssl.c
7532                 Fix a typo
7533
7534 2002-11-11 [colin]      0.8.5claws121
7535
7536         * src/ssl_certificate.[ch] ** NEW FILES **
7537         * src/ssl.[ch]
7538                 Check SSL certificates presented to us
7539         * src/Makefile.am
7540                 Add ssl_certificate.[ch]
7541         * po/POTFILES.in
7542                 Add ssl_certificate.c
7543
7544 2002-11-11 [paul]       0.8.5claws120
7545
7546         * sync with 0.8.5cvs22
7547                 see ChangeLog 2002-11-11
7548
7549 2002-11-11 [paul]       0.8.5claws119
7550
7551         * sync with 0.8.5cvs21
7552                 see ChangeLog 2002-11-11
7553
7554 2002-11-10 [jens]       0.8.5claws118
7555
7556         * src/folder.c
7557         * src/folderview.c
7558                 corrected some typing
7559         * po/de.po
7560                 updated german translation
7561         * sylpheed.spec.in
7562                 cleaned up specfile and adjusted it for claws
7563
7564 2002-11-10 [colin]      0.8.5claws117
7565
7566         * src/summaryview.c
7567                 a STATUSBAR_PUSH/POP fix
7568
7569 2002-11-10 [colin]      0.8.5claws116
7570
7571         * src/prefs_folder_item.c
7572                 Fix hanging after opening folder properties
7573
7574 2002-11-10 [hoa]        0.8.5claws115
7575
7576         * src/matcher_parser_lex.l
7577         * src/matcher_parser_parse.y
7578                 config file for scoring and filtering is no more trashed
7579                 when there is a syntax error in a filtering rule when
7580                 editing it in a dialog.
7581
7582 2002-11-09 [colin]      0.8.5claws114
7583
7584         * src/mbox_folder.c
7585                 Added missing initialisation of folder->destroy()
7586
7587 2002-11-09 [colin]      0.8.5claws113
7588
7589         * src/folder.c
7590           src/folderview.c
7591                 Fix the status bar messages
7592
7593 2002-11-09 [colin]      0.8.5claws112
7594
7595         * src/folderview.c
7596                 Fix hangs after folder dnd, happening after 
7597                 claws109.
7598
7599 2002-11-09 [christoph]  0.8.5claws111
7600
7601         * src/folderview.c
7602                 just changed order of calls (reverse order of
7603                 associated calls)
7604         * src/inc.c
7605                 lock inc when checking only one account, otherwise
7606                 inc all could be executed at the same time
7607
7608 2002-11-09 [christoph]  0.8.5claws110
7609
7610         * src/folderview.c
7611                 better unlock the mouse cursor before calling
7612                 summary_show because it changes the cursor too
7613
7614 2002-11-09 [christoph]  0.8.5claws109
7615
7616         * src/folder.[ch]
7617         * src/folderview.c
7618                 add functions to open and close a folder
7619                 o opending will execute scanning for remote folders
7620                   and processing
7621                 o closing will unset new flag for messages
7622
7623 2002-11-09 [colin]      0.8.5claws108
7624
7625         * src/folder.c
7626                 Add a call to prefs_matcher_write_config to 
7627                 avoid non-leaf folders filtering settings to be
7628                 lost
7629
7630 2002-11-09 [paul]       0.8.5claws107
7631
7632         * src/prefs_account.c
7633                 re-word a label
7634
7635 2002-11-09 [colin]      0.8.5claws106
7636
7637         * src/folderview.c
7638                 Minor esthetic fix
7639
7640 2002-11-09 [colin]      0.8.5claws105
7641
7642         * src/folderview.c
7643                 Fix prefs_filtering deletion for MH folders (same
7644                 reason as below)
7645         * src/prefs_filtering.c
7646                 Fix prefs_filtering renaming and deletion for 
7647                 folder-based processing rules.  
7648
7649 2002-11-09 [christoph]  0.8.5claws104
7650
7651         * src/compose.c
7652         * src/folder.[ch]
7653         * src/folderview.[ch]
7654         * src/import.c
7655         * src/inc.c
7656         * src/main.c
7657         * src/mainwindow.c
7658         * src/messageview.c
7659         * src/prefs_folder_item.c
7660         * src/procmsg.c
7661         * src/summaryview.c
7662                 implement a callback system for folder item updates
7663
7664 2002-11-09 [colin]      0.8.5claws103
7665
7666         * src/folderview.c
7667                 Fix prefs_filtering renaming for MH folders (we
7668                 shouldn't rename by path as another folder could
7669                 have the same hierarchy).
7670
7671 2002-11-09 [colin]      0.8.5claws102
7672
7673         * src/folder.c
7674                 Fix a leak found by Christoph, use better variable
7675                 names
7676
7677 2002-11-09 [colin]      0.8.5claws101
7678
7679         * src/folder.c
7680                 One more fix for processing rules
7681
7682 2002-11-08 [colin]      0.8.5claws100
7683         
7684         * src/matcher.c
7685                 Don't copy the compiled regexp (will be reevaluated)
7686         * src/folderview.c
7687                 Lock folderview while moving
7688         * src/folder.c
7689                 Provide info on what's happening to the user
7690
7691 2002-11-08 [colin]      0.8.5claws99
7692
7693         * src/folderview.c
7694                 Fix folder reordering after a move if parent is 
7695                 root
7696         * src/scoring.[ch]
7697                 Add function to copy a ScoringProp
7698         * src/prefs_folder_item.c
7699                 Copy scoring rules when copying a folder prefs
7700
7701 2002-11-08 [colin]      0.8.5claws98
7702
7703         * src/folderview.c
7704                 Fixes in case of failure
7705         * src/filtering.[ch]    
7706                 Add function to duplicate a FilteringProp
7707         * src/matcher.[ch]
7708                 Add function to duplicate a MatcherProp
7709         * src/prefs_folder_item.c
7710                 Save folder's processing rules when copying 
7711                 its prefs
7712
7713 2002-11-08 [colin]      0.8.5claws97
7714         
7715         * src/folderview.c
7716                 Sort after move
7717         * src/folder.c 
7718                 Change a printf to debug_print
7719
7720 2002-11-08 [colin]      0.8.5claws96
7721
7722         * src/folder.c
7723           src/folderview.c
7724                 Fix segfaults, call me stupido
7725         
7726
7727 2002-11-08 [colin]      0.8.5claws95
7728
7729         *src/folder.c
7730                 Added forgotten prefs to save when moving folders
7731
7732 2002-11-08 [colin]      0.8.5claws94
7733
7734         * src/folder.c
7735                 Fixes to folder DND (prefs copy)
7736         * src/folderview.c
7737                 Optimization for folder DND (don't rescan whole tree)
7738                 Added folderview_create_folder_node() for this 
7739                 optimization, so de-duped a bit the code
7740         * src/prefs_folder_item.[ch]
7741                 Added prefs_folder_item_copy_prefs()    
7742           
7743 2002-11-08 [paul]       0.8.5claws93
7744
7745         * src/prefs_account.c
7746           tools/README
7747           tools/kmail2sylpheed_v2.pl
7748                 correct some typos
7749
7750 2002-11-08 [paul]       0.8.5claws92
7751
7752         * src/compose.c
7753           src/prefs_account.[ch]
7754                 remove account options 'clearsign' and 'ascii_armored',
7755                 replace with 'default_gnupg_mode' to prevent mixed-mode
7756                 Privacy settings
7757
7758 2002-11-08 [paul]       0.8.5claws91
7759
7760         * src/compose.[ch]
7761                 re-implement GnuPG 'on-the-fly' mode selection,
7762                 disallow mixed-mode
7763
7764 2002-11-08 [colin]      0.8.5claws90
7765
7766         * src/folderview.c
7767           src/prefs_folder_item.c
7768                 Change "Property" to "Properties"
7769
7770 2002-11-07 [colin]      0.8.5claws89
7771
7772         * src/folderview.c
7773           src/folder.c
7774                 Allow folder dropping to a root folder
7775
7776 2002-11-07 [paul]       0.8.5claws88
7777
7778         * src/compose.c
7779                 revert last commit
7780
7781 2002-11-07 [paul]       0.8.5claws87
7782
7783         * src/compose.c
7784                 fix reply-to-list bug. closes bug report
7785                 "[633382] reply-to-list broken in recent cvs"
7786
7787 2002-11-07 [paul]       0.8.5claws86
7788
7789         * src/compose.c
7790                 add a forgotten '#if USE_GPGME ... #endif'
7791
7792 2002-11-07 [paul]       0.8.5claws85
7793
7794         * sync with 0.8.5cvs20
7795                 see ChangeLog 2002-11-07
7796
7797 2002-11-07 [colin]      0.8.5claws84
7798
7799         * src/folder.[ch]
7800                 Change folder_item_move_to to return the newly 
7801                 created folderitem.
7802         * src/folderview.c
7803                 Select the new folderitem after moving.
7804
7805 2002-11-07 [colin]      0.8.5claws83
7806
7807         * src/prefs_filtering.c
7808                 Fix rule rewriting when moving a leaf folder to a 
7809                 shorter path
7810
7811 2002-11-07 [colin]      0.8.5claws82
7812
7813         * src/prefs_filtering.c
7814                 fix a leak
7815
7816 2002-11-07 [colin]      0.8.5claws81
7817
7818         * src/folder.[ch]
7819                 Add folder_item_move_to() function to move a 
7820                 folderitem into another one (updates matcher etc)
7821         * src/folderview.c
7822                 Add folder drag'n drop (context menu to come)
7823                 [Should be dataloss free, but Please backup before 
7824                  trying !]
7825
7826 2002-11-06 [colin]      0.8.5claws80
7827
7828         * src/mh.c
7829                 mh_create_folder() returns NULL if can't create
7830                 directory hierarchy
7831
7832 2002-11-06 [paul]       0.8.5claws79
7833
7834         * src/compose.[ch]
7835                 allow 'on-the-fly' changing of the type of encryption 
7836                 and/or signing used (mime/ascii) via the compose window
7837
7838 2002-11-06 [paul]       0.8.5claws78
7839
7840         * sync with 0.8.5cvs19
7841                 see ChangeLog 2002-11-06 for src/account.c: 
7842                 account_get_special_folder()
7843                 
7844 2002-11-05 [alfons]     0.8.5claws77
7845
7846         * src/crash.c
7847                 very minor cleanups: nothing to see here, move on. :-)
7848
7849 2002-11-05 [colin]      0.8.5claws76
7850
7851         * src/main.c
7852                 Changes choices if compose windows are opened to
7853                 Discard, Draft, Don't quit
7854
7855 2002-11-05 [thorsten]   0.8.5claws75
7856
7857         * src/compose.c
7858                 reenabled default_reply_to folder option
7859
7860 2002-11-05 [colin]      0.8.5claws74
7861
7862         * src/compose.[ch] 
7863                 add compose_draft()
7864         * src/crash.c
7865                 add SIGTERM handler
7866         * src/main.[ch]
7867                 add clean_quit() for the SIGTERM handler
7868
7869 2002-11-05 [paul]       0.8.5claws73
7870         
7871         * po/es.po
7872                 updated by Ricardo Mones Lastra
7873
7874 2002-11-05 [melvin]     0.8.5claws72
7875
7876         * src/logwindow.c
7877                 Fixed log-clipping bug #616795.
7878                 To stop logging in the log window use 0 length.
7879         * src/prefs_common.c
7880                 Added a label to inform about the 0 log length behaviour.
7881
7882 2002-11-05 [paul]       0.8.5claws71
7883
7884         * sync with 0.8.5cvs17
7885                 see ChangeLog 2002-11-05
7886
7887 2002-11-04 [paul]       0.8.5claws70
7888
7889         * sylpheed-128x128.png
7890           sylpheed-64x64.png
7891           sylpheed.png
7892                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7893                 <nikai@users.sourceforge.net>
7894                 
7895         * po/bg.po
7896                 updated by George Danchev
7897
7898 2002-11-03 [thorsten]   0.8.5claws69
7899
7900         * src/main.c
7901           src/mimeview.c
7902           src/rfc2015.h
7903                 add check if gpg is active
7904
7905 2002-11-03 [thorsten]   0.8.5claws68
7906
7907         * src/toolbar.h
7908                 removed GSList declaration causing trouble on MacOS-X
7909                 (submitted by alfons, reported by xfesty)
7910
7911 2002-11-01 [paul]       0.8.5claws67
7912
7913         * src/mainwindow.c
7914                 remove last remnants of main's filter code
7915
7916 2002-11-01 [paul]       0.8.5claws66
7917
7918         * tools/filter_conv.pl
7919                 fix bug where user-defined headers were ignored
7920
7921 2002-11-01 [paul]       0.8.5claws65
7922
7923         * src/logwindow.c
7924                 make a debug_print() not translatable
7925
7926 2002-10-31 [melvin]     0.8.5claws64
7927
7928         * ac/aspell.m4
7929                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7930                 not run any GNU/aspell test.  The dictionary path will
7931                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7932                 was given, in which case, it will be $prefix/lib/aspell/
7933         * configure.in
7934                 Fixed typo in commentary (Aspell code).
7935
7936 2002-10-31 [paul]       0.8.5claws63
7937
7938         * po/POTFILES.in
7939                 remove src/filter.c and src/prefs_filter.c
7940                 thanks to Ricardo for reminding me
7941
7942 2002-10-31 [colin]      0.8.5claws62
7943
7944         * src/mbox_folder.c
7945                 Plug some leaks
7946
7947 2002-10-31 [paul]       0.8.5claws61
7948
7949         * src/prefs_filter.[ch] ** REMOVED **
7950           src/filter.[ch]       ** REMOVED **
7951           
7952         * src/Makefile.am
7953           src/folderview.c
7954           src/inc.c
7955           src/main.c
7956           src/mainwindow.c
7957           src/mbox.c
7958           src/prefs_common.c
7959           src/prefs_filtering.c
7960           src/summaryview.[ch]
7961                 remove main's 'filter' code
7962                 
7963         README.claws
7964                 update to reflect removal of main's filter
7965
7966 2002-10-31 [paul]       0.8.5claws60
7967
7968         * src/summaryview.c
7969                 remove check for global_processing in summary_filter_open(). 
7970                 This fixes the bug where if the user uses the right-click 
7971                 'Create filter rule...' and doesn't have any filter rules 
7972                 already defined in claws' advanced filtering, the newly 
7973                 created filter rule goes to main's filtering which is 
7974                 inaccessible through the gui. Now the filter rule gets added
7975                 to claws' filtering by default.
7976
7977 2002-10-28 [melvin]     0.8.5claws59
7978
7979         * src/prefs_actions.c
7980                 Fixed bug #627322 where MIME parts were not always
7981                 correctly passed to a %p action
7982                 Display an error dialog when message filename is not found.
7983
7984 2002-10-28 [melvin]     0.8.5claws58
7985
7986         * src/prefs_common.c
7987                 Readded a missing function declaration lost in 0.8.3claws34
7988
7989 2002-10-28 [paul]       0.8.5claws57
7990
7991         * sync with 0.8.5cvs15
7992                 see ChangeLog 2002-10-28 and 2002-10-25
7993                 
7994         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7995
7996 2002-10-27 [oliver]     0.8.5claws56
7997
7998         * src/pop.c
7999                 plug leak in pop3_top_recv
8000
8001 2002-10-26 [christoph]  0.8.5claws55
8002
8003         * src/folder.c
8004                 set need_update folder flag when messages are added
8005                 (closes bug [ 626922 ] folder not updated after receiving)
8006
8007 2002-10-25 [melvin]     0.8.5claws54
8008
8009         * src/imageview.c
8010                 Fixed a memleak introduced in the scaling code.
8011
8012 2002-10-24 [alfons]     0.8.5claws53
8013
8014         * src/filtering.c
8015                 make filtering's forward message action forward from the 
8016                 correct account
8017                 (closes bug [628089 ] Filter -> Forward from address problem
8018                 reported by Oktay)
8019
8020 2002-10-24 [christoph]  0.8.5claws52
8021
8022         * src/mainwindow.c
8023         * src/manual.[ch]
8024                 o use manual of current locale or english if current
8025                   locale is not available (and english is available)
8026                 o also link to sylpheed doc project manuals
8027
8028 2002-10-23 [paul]       0.8.5claws51
8029
8030         * tools/README
8031           tools/kmail2sylpheed_v2.pl
8032                 add new version of kmail addressbook importer script.
8033                 works with newer versions of Kmail/KAddressBook which
8034                 have new and rearranged data.
8035
8036 2002-10-23 [martin]     0.8.5claws50
8037
8038         * src/folderview.c
8039         * src/summaryview.c
8040         * src/utils.h
8041         * src/utils.c
8042                 added length parameter to get_abbrev_newsgroup_name()
8043                 changed this function so that it abbreviates the newsgroup
8044                 names only so long it is smaller than the length parameter
8045                 (for better reading of some newsgroup names and space efficiency)
8046
8047 2002-10-22 [colin]      0.8.5claws49
8048
8049         *src/foldersel.c
8050                 Revert Alfons' last modification (after voting ;-))
8051
8052 2002-10-21 [alfons]     0.8.5claws48
8053
8054         * src/foldersel.c
8055                 folder view in folder selection dialog reflects state of
8056                 folder view in main window
8057
8058 2002-10-18 [alfons]     0.8.5claws47
8059
8060         * src/mbox.c
8061                 drop imported messages in folder selected by user,
8062                 and not in the inbox
8063                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8064
8065 2002-10-18 [alfons]     0.8.5claws46
8066
8067         * src/compose.c
8068                 make automagic reply work correctly for email accounts 
8069                 (whether it's viable to do a full sync with Hiro's 
8070                 compose.c is still under discussion)
8071
8072 2002-10-18 [melvin]     0.8.5claws45
8073
8074         * src/prefs_actions.c
8075                 Fixed bug #622275 where asynchroneous actions left 
8076                 zombies processes
8077                 Made (synchroneous) actions' input be displayed live.
8078
8079 2002-10-18 [christoph]  0.8.5claws44
8080
8081         * src/textview.c
8082                 don't add a newline in the textview in front of the
8083                 first textpart if header display is disabled
8084                 (closes bug [ 603385 ] disabled header display leaves blank
8085                  lin)
8086
8087 2002-10-18 [christoph]  0.8.5claws43
8088
8089         * src/folder.[ch]
8090         * src/imap.c
8091         * src/mbox_folder.c
8092         * src/mh.c
8093         * src/news.c
8094                 folder->get_num_list now returns an error code
8095                 (closes bug [ 609424 ] News cache cleared on failure)
8096                 
8097 2002-10-17 [colin]      0.8.5claws42
8098         
8099         * src/news.c
8100                 Changed a printf by debug_print
8101
8102 2002-10-16 [paul]       
8103
8104         * tools/OOo2sylpheed.pl
8105                 allow for spaces in the name of the
8106                 file to be attached.
8107
8108 2002-10-16 [colin]      0.8.5claws41
8109
8110         * src/main.c
8111                 Use a tristate to change online mode
8112
8113 2002-10-16 [paul]       0.8.5claws40
8114
8115         * po/es.po
8116                 updated by Ricardo Mones Lastra
8117
8118 2002-10-16 [colin]      0.8.5claws39
8119
8120         * src/main.c
8121           src/mainwindow.[ch]
8122                 Added --online and --offline command-line
8123                 switches
8124
8125 2002-10-15 [christoph]  0.8.5claws38
8126
8127         * src/procmime.c
8128                 set mimeinfo->name to NULL after g_free to
8129                 avoid double freeing with g_free
8130
8131 2002-10-14 [christoph]  0.8.5claws37
8132
8133         * src/compose.c
8134         * src/filtering.c
8135         * src/summaryview.c
8136                 remove calls to folder->change_flags that are now
8137                 done by procmsg flag functions (seems it is not
8138                 used by any foldertype anyway)
8139         * src/folder.c
8140                 init folder->change_flags with NULL
8141
8142 2002-10-14 [christoph]  0.8.5claws36
8143
8144         * src/folder.[ch]
8145         * src/imap.[ch]
8146                 use virtual functions for folder item new and destroy
8147                 functions
8148
8149 2002-10-14 [melvin]     0.8.5claws35
8150
8151         * src/compose.c
8152                 Added a test to not run the spell checker if no default
8153                 dictionary is available. No dialog is displayed though.
8154
8155 2002-10-14 [melvin]     0.8.5claws34
8156
8157         * src/gtkaspell.c
8158                 Fixed bug in dictionary list context menu where
8159                 "More..." pointed to an emtpy submenu if the
8160                 number of dictionaries is a multiple of 15
8161                 Removed unneeded code in suggestions list creation
8162
8163 2002-10-14 [paul]       0.8.5claws33
8164
8165         * po/bg.po
8166                 updated by George Danchev
8167
8168 2002-10-13 [hoa]        0.8.5claws32
8169
8170         * src/matcher.[ch]
8171           src/matcher_parser_parser.y
8172                 removed the escaped string from internal structure
8173                 of matcher.
8174
8175 2002-10-12 [colin]      0.8.5claws31
8176
8177         * src/gtksctree.[ch]
8178           src/summaryview.c
8179                 Removed useless function gtksctree_reanchor
8180
8181 2002-10-12 [alfons]     0.8.5claws30
8182         
8183         * sync with remaining main changes 2002-10-09 - 2002-10-11
8184         - drop changes to src/compose.c (requires claws specific changes)
8185         
8186 2002-10-12 [alfons]     0.8.5claws29
8187         
8188         * sync with main changes of 2002-10-08
8189         - drop changes to src/compose.c (requires claws specific changes)
8190         - drop changes to src/summaryview.c (requires changes to compose.c)     
8191
8192 2002-10-12 [alfons]     0.8.5claws28
8193         
8194         * sync with main changes of 2002-10-07
8195
8196 2002-10-12 [alfons]     0.8.5claws27
8197
8198         * sync with main changes of 2002-10-04
8199         - drop changes to src/compose.c (requires claws specific changes)
8200         - drop changes to src/prefs_folder_item.c (claws implementation
8201           seems to be working)
8202
8203 2002-10-12 [colin]      0.8.5claws26
8204
8205         * src/mainwindow.c
8206                 Fix folder-flicker when space-reading, introduced 
8207                 in claws22.
8208
8209 2002-10-12 [colin]      0.8.5claws25
8210
8211         * src/compose.c
8212                 Save account address when saving as draft.
8213                 (closes bug 621838)
8214
8215 2002-10-12 [colin]      0.8.5claws24
8216
8217         * src/summaryview.c
8218                 Fix the problem consisting of no message selected
8219                 after the last message in a folder has been moved.
8220
8221 2002-10-12 [paul]       0.8.5claws23
8222
8223         * src/compose.c
8224           src/prefs_template.c
8225           src/template.[ch]
8226                 add Cc and Bcc to templates. Patch submitted by
8227                 John L. Males.
8228
8229 2002-10-12 [colin]      0.8.5claws22
8230
8231         * src/folderview.c
8232                 Fix a bug after "Check for new messages":
8233                 If a folder was opened, it was still selected at
8234                 the end of the check, but displayed empty.
8235         * src/mainwindow.c
8236                 Remove unnecessary check
8237
8238 2002-10-12 [paul]
8239
8240         * tools/README
8241                 be more verbose in the description of
8242                 OOo2sylpheed.pl
8243                 
8244
8245 2002-10-11 [colin]      0.8.5claws21
8246
8247         * src/mainwindow.c
8248                 Make space work (better) when no mail is selected
8249
8250 2002-10-11 [colin]      0.8.5claws20
8251
8252         * src/inc.c
8253           src/news.c
8254                 fix warnings
8255
8256 2002-10-11 [colin]      0.8.5claws19
8257
8258         * src/mainwindow.c
8259                 revert 0.8.5claws6 changes as i couldn't get to
8260                 anything satisfying
8261
8262 2002-10-11 [melvin]     0.8.5claws18
8263
8264         * src/compose.c
8265                 Removed buggy and unused macro (should have been committed in
8266                 0.8.5claws17)
8267
8268 2002-10-11 [melvin]     0.8.5claws17
8269
8270         * src/compose.c
8271                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8272
8273 2002-10-11 [thorsten]   0.8.5claws16 
8274
8275         * src/folderview.c
8276                 remove rescan warning
8277
8278 2002-10-11 [colin]      0.8.5claws15 
8279
8280         * src/procheader.c
8281                 fix a segfault that happens if conv_unmime_header
8282                 fails (should be better to find out why it fails)
8283
8284 2002-10-11 [christoph]  0.8.5claws14
8285
8286         * src/summaryview.c
8287                 update folderview stats after ignore/unignore thread
8288
8289 2002-10-11 [hoa]        0.8.5claws13
8290
8291         * src/quote_fmt_parse.y
8292                 Fixed a yacc/bison syntax error
8293         * src/matcher.c
8294                 Escaping of string is fixed.
8295
8296 2002-10-11 [colin]      0.8.5claws12
8297
8298         * src/imageview.c
8299                 Resize images to fit
8300
8301 2002-10-11 [paul]       0.8.5claws11
8302
8303         * po/es.po
8304                 updated by Ricardo Mones Lastra
8305
8306 2002-10-10 [alfons]     0.8.5claws10
8307
8308         * src/compose.c
8309                 allow dropping files by "moving" files from a file manager,
8310                 not only by the more cumbersome "copying". the latter 
8311                 mostly implies holding down the Control button
8312
8313 2002-10-10 [christoph]  0.8.5claws9
8314
8315         * src/summaryview.c
8316                 update folders after thread building for ignored threads
8317
8318 2002-10-10 [christoph]  0.8.5claws8
8319
8320         * config/.cvsignore
8321                 added Makefile
8322         * src/filtering.[ch]
8323         * src/folder.[ch]
8324         * src/folderview.[ch]
8325         * src/import.c
8326         * src/inc.[ch]
8327         * src/mbox.[ch]
8328         * src/procmsg.c
8329         * src/summaryview.[ch]
8330                 o added new flag need_update to FolderItem
8331                 o removed folder_table from various functions from tracking
8332                   folder updates
8333                 o set need_update flags in folder.c's move, copy and delete
8334                   functions and procmsg's flags functions
8335                 o added function folderview_update_items_when_required that
8336                   updates all folders with need_update set
8337                 o call folderview_update_items_when_required instead of
8338                   folderview_update_item_foreach
8339
8340 2002-10-09 [sergey]     0.8.5claws7
8341
8342         * src/compose.c
8343                 Strip CRs whel loading the text into editor in reedit mode.
8344
8345 2002-10-09 [colin]      0.8.5claws6
8346
8347         * src/mainwindow.c
8348                 Make Space work when no mail is selected
8349
8350 2002-10-09 [colin]      0.8.5claws5
8351
8352         * src/gtksctree.[ch]
8353                 Fix range_select
8354                 Add gtk_sctree_reanchor() 
8355         * src/summaryview.c
8356                 Use gtk_sctree_reanchor() - better fix for 
8357                 bug 60413
8358
8359 2002-10-09 [colin]      0.8.5claws4
8360
8361         * src/summaryview.c
8362                 Fix shift-click select after delete problem
8363                 (closes bug 60413)
8364
8365 2002-10-08 [thorsten]   0.8.5claws3
8366
8367         * src/summaryview.c
8368                 exclude current msg from -hide read messages-
8369
8370 2002-10-08 [colin]      0.8.5claws2
8371
8372         * src/inc.[ch]
8373           src/pop.c
8374           src/recv.c
8375                 Differentiate socket errors from disk full
8376                 errors
8377
8378 2002-10-08 [christoph]  0.8.5claws1
8379
8380         * Makefile.am
8381         * configure.in
8382                 modifications for new config directory
8383
8384         * config.guess  ** REMOVED **
8385         * config.sub    ** REMOVED **
8386         * install-sh    ** REMOVED **
8387         * ltmain.sh     ** REMOVED **
8388         * missing       ** REMOVED **
8389         * mkinstalldirs ** REMOVED **
8390                 these files are autogenerated by automake
8391                 when you run autogen.sh
8392
8393         * config/.cvsignore     ** NEW FILE **
8394         * config/Makefile.am    ** NEW FILE **
8395                 ignore autogenerated files
8396                 create a Makefile in this directory
8397
8398 2002-10-08 [paul]       0.8.5claws
8399
8400         * 0.8.5claws release
8401         
8402         * src/compose.c
8403           src/procheader.c
8404           src/procmsg.c
8405                 fix quote reply format for newsgroups reply bug
8406                 (thanks to Hoa)
8407                 
8408         * po/en_GB.po
8409           po/pl.po
8410                 updated by me and Witold Wladyslaw Wojciech Wilk
8411                 repectively
8412
8413 2002-10-07 [paul]       0.8.3claws53
8414
8415         * po/it.po
8416           po/pt_BR.po
8417           po/sr.po
8418                 updated messages catalogs, submitted by
8419                 Alessandro Maestri, Fabio Jr.Beneditto 
8420                 and Urke MMI, respectively.
8421
8422 2002-10-07 [christoph]  0.8.3claws52
8423
8424         * src/folder.[ch]
8425         * src/folderview.c
8426         * src/mainwindow.c
8427                 fix new folder ghost message bug
8428                 (closes bug [ 619722 ] wrong count for newly created folders)
8429
8430 2002-10-07 [christoph]  0.8.3claws51
8431
8432         * src/compose.c
8433                 fix news posting problem
8434
8435 2002-10-07 [melvin]     0.8.3claws50
8436
8437         * po/fr.po
8438                 Updated French translation
8439
8440 2002-10-05 [christoph]  0.8.3claws49
8441
8442         * src/gtkstext.c
8443                 check if line_start_cache is set in gtk_stext_update_text
8444                 (closes bug [ 618119 ] crash while doing search in folder)
8445
8446 2002-10-05 [christoph]  0.8.3claws48
8447
8448         * src/imap.c
8449         * src/news.c
8450         * src/utils.c
8451         * src/utils.h
8452                 implement cache cleanups for claws' folder system
8453                 (closes bug [ 595916 ] imapcache not cleaned up)
8454
8455 2002-10-05 [melvin]     0.8.3claws47
8456
8457         * src/prefs_actions.c
8458                 Made the help text more clear for the %p token
8459
8460 2002-10-04 [paul]       0.8.3claws46
8461
8462         * sync with 0.8.5
8463                 see ChangeLog 2002-10-02 and 2002-10-03
8464
8465 2002-10-04 [christoph]  0.8.3claws45
8466
8467         * src/inc.c
8468                 fix segfault caused by pop before smtp
8469                 call to inc_account_mail with NULL
8470                 pointer for mainwin
8471
8472 2002-10-04 [paul]       0.8.3claws44
8473
8474         * configure.in
8475                 sync the LDAP detection from 0.8.5cvs1
8476
8477 2002-10-02 [christoph]  0.8.3claws43
8478
8479         * po/de.po
8480                 fix small spelling error
8481
8482 2002-10-02 [melvin]     0.8.3claws42
8483
8484         * ac/aspell.m4
8485                 Behave better and say "no" when test program cannot be run.
8486
8487 2002-10-02 [paul]       0.8.3claws41
8488
8489         * sync with 0.8.4cvs1
8490                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8491                 
8492         * src/summaryview.c
8493                 toggle the behavior of Reply menuitem between
8494                 normal reply and reply-to-list
8495
8496 2002-10-01 [sergey]     0.8.3claws40
8497
8498         * src/compose.c
8499                 Convert newlines in the message text to the canonical form
8500                 before base64 encoding (RFC2045 compliance, fixes some
8501                 interoperability issues with Evolution 1.0.3)
8502
8503 2002-09-29 [colin]      0.8.3claws39
8504
8505         * src/summaryview.c
8506                 Fix an unwanted copy/paste
8507
8508 2002-09-29 [colin]      0.8.3claws38
8509
8510         * src/mainwindow.c
8511                 Renamed "Custom toolbar" to "Customize toolbar"
8512                 Renamed "Show all header" to "Show all headers"
8513                 Renamed "Set diplay item" to "Set displayed items"
8514         * src/prefs_common.c
8515                 Renamed "Show all header" to "Show all headers"
8516         * src/prefs_summary_column.c
8517                 Renamed "diplay item" to "displayed items"
8518
8519 2002-09-29 [colin]      0.8.3claws37
8520
8521         * src/mainwindow.[ch]
8522                 online/offline status pixmaps follow theme
8523                 changes
8524         * src/summaryview.[ch]
8525                 quicksearch pixmap follows theme changes
8526
8527 2002-09-29 [thorsten]   0.8.3claws36
8528
8529         * src/compose.c
8530           src/prefs_folder_item.[ch]
8531                 add default_reply_to folder option (closes patch 581044)
8532
8533 2002-09-29 [christoph]  0.8.3claws35
8534
8535         * acconfig.h    ** REMOVED **
8536         * configure.in
8537         * ac/aspell.m4
8538         * ac/check-type.m4
8539         * ac/gnupg-check-typedef.m4
8540                 fix autoheader 2.50 warning
8541
8542 2002-09-29 [christoph]  0.8.3claws34
8543
8544         * major code cleanup (part 2)
8545         
8546                 - unused variables removed
8547                 - unused functions removed
8548                 - uninitialized variables checked
8549                 - missing return statements added
8550                 - missing function return types added
8551                 - added parentheses around assignment
8552                   when suggested by gcc
8553
8554 2002-09-29 [alfons]     0.8.3claws33
8555
8556         * src/logwindow.c
8557                 log_window_clear(): only bracket gtk_text_forward_delete() 
8558                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8559                 works around GTK text bug)
8560
8561 2002-09-29 [paul]       0.8.3claws32
8562
8563         * po/bg.po
8564           po/sr.po
8565                 updated by George Danchev and Urke MMI
8566                 respectively
8567
8568 2002-09-27 [christoph]  0.8.3claws31
8569
8570         * doc-src/readme.txt
8571         * doc-src/rfc1806.txt   ** REMOVED **
8572         * doc-src/rfc2183.txt   ** NEW FILE **
8573         * doc-src/rfc2980.txt   ** NEW FILE **
8574                 update rfcs
8575
8576 2002-09-27 [melvin]     0.8.3claws30
8577
8578         * ac/aspell.m4
8579                 Fixed typo which could break linking
8580
8581 2002-09-27 [melvin]     0.8.3claws29
8582
8583         * ac/aspell.m4
8584                 Improved GNU/aspell checking. 
8585                 Fixed bug #614490
8586
8587 2002-09-27 [paul]       0.8.3claws28
8588
8589         * sync with 0.8.3cvs8
8590                 see ChangeLog 2002-09-27
8591
8592 2002-09-26 [colin]      0.8.3claws27
8593
8594         * src/toolbar.[ch]
8595           src/mainwindow.[ch]
8596                 Add "Reply to Mailing-list" to the toolbar
8597
8598 2002-09-26 [christoph]  0.8.3claws26
8599
8600         * src/summaryview.c
8601                 Fix wrong message counts in summaryview status
8602
8603 2002-09-26 [paul]       0.8.3claws25
8604
8605         * sync with 0.8.3cvs7
8606                 see ChangeLog 2002-09-26
8607
8608 2002-09-26 [paul]       0.8.3claws24
8609
8610         * sync with 0.8.3cvs6
8611                 see ChangeLog 2002-09-25
8612
8613 2002-09-25 [christoph]  0.8.3claws23
8614
8615         * src/prefs_common.c
8616         * src/prefs_folder_item.c
8617         * src/prefs_scoring.c
8618                 Renamed "kill score" to "hide score" in GUI
8619                 and prefs files
8620
8621 2002-09-25 [paul]       0.8.3claws22
8622
8623         * sync with 0.8.3cvs5
8624                 see ChangeLog 2002-09-24
8625
8626 2002-09-24 [alfons]     0.8.3claws21
8627
8628         patch by Satoshi Nagayasu: allows appending / saving multiple 
8629         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8630         'Save as ...'")
8631
8632         * AUTHORS
8633                 add Satoshi Nagayasu
8634         * src/summaryview.c
8635                 summary_save_as(): allow saving selected files to
8636                 one file
8637                 summary_set_menu_sensitive: enable "Save As..." when
8638                 multiple files are selected
8639         * src/utils.[ch]
8640                 append_file(): new function
8641
8642 2002-09-24 [colin]      0.8.3claws20
8643
8644         * src/procmime.c
8645                 Fix segfault when mimeinfo doesn't have a 
8646                 content_type. 
8647
8648 2002-09-24 [colin]      0.8.3claws19
8649
8650         * src/prefs_common.[ch]
8651                 Add a preference to display send dialog or not
8652         * src/send.c
8653                 Display send dialog according to preference
8654
8655 2002-09-24 [colin]      0.8.3claws18
8656
8657         * src/compose.[ch]
8658                 Disable user actions when sending
8659
8660 2002-09-24 [colin]      0.8.3claws17
8661
8662         * src/procmime.c
8663                 Do not display name or filename for attachments
8664                 with an application/pgp-signature type
8665                 (security flaw, see bug 537413)
8666
8667 2002-09-23 [colin]      0.8.3claws16
8668
8669         * src/editaddress.c
8670                 Initialize entry_email, entry_alias and 
8671                 entry_remarks to first email address of the list
8672
8673 2002-09-23 [colin]      0.83claws15
8674
8675         * src/compose.c
8676                 Drop pgp-signature when reediting a signed queued
8677                 message
8678
8679 2002-09-23 [melvin]     0.8.3claws14
8680
8681         * po/fr.po
8682                 Updated French translation
8683
8684 2002-09-23 [melvin]     0.8.3claws13
8685
8686         * src/mainwindow.c
8687                 Made custom toolbar menu labels more consistent
8688         * src/prefs_toolbar.c
8689                 Made custom toolbar window title more consistent
8690
8691 2002-09-22 [colin]      0.8.3claws12
8692
8693         * src/inc.c
8694                 Initialize session type to normal before getting 
8695                 mail (fixes strange Get behaviour)
8696         * src/prefs_account.h
8697                 Move STYPE_POP_BEFORE_SMTP to last position to 
8698                 avoid other side-effects
8699
8700 2002-09-22 [colin]      0.8.3claws11
8701
8702         * src/prefs_account.c
8703                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8704                 from pop3 to apop or vice-versa
8705
8706 2002-09-22 [colin]      0.8.3claws10
8707         
8708         * src/prefs_account.[ch]
8709                 Add an option for the POP before SMTP timeout
8710         * src/inc.c
8711                 Remember time of last POP connection
8712         * src/send.c
8713                 Do POP before SMTP only if timeout reached
8714
8715 2002-09-22 [oliver]     0.8.3claws9
8716         
8717         * README.claws
8718                 explain custom toolbar
8719
8720 2002-09-22 [oliver]     0.8.3claws8
8721
8722         * src/prefs_actions.[ch]
8723         custom toolbar for compose      
8724                 actions callback from compose toolbar
8725         * src/folderview.c
8726                 remove include toolbar.h
8727
8728 2002-09-22 [oliver]     0.8.3claws7
8729         
8730         * src/prefs_toolbar.[ch]
8731                 custom toolbar for compose
8732                 - generic prefs_toolbar handles both
8733                   Mainwin's toolbar as well as Compose toolbar          
8734
8735 2002-09-22 [oliver]     0.8.3claws6
8736         
8737         * src/toolbar.[ch]
8738                 custom toolbar for compose
8739                 restructure toolbar.[ch]
8740
8741 2002-09-22 [oliver]     0.8.3claws5
8742
8743         * src/compose.[ch]
8744                 custom toolbar for compose
8745
8746 2002-09-22 [oliver]     0.8.3claws4
8747         
8748         * src/mainwindow.[ch]
8749                 custom toolbar for compose 
8750                 move mainwin toolbar back to mainwindow
8751
8752 2002-09-22 [alfons]     0.8.3claws3
8753
8754         * src/procmsg.c
8755                 :%sno/if(/if (/gc
8756                 :%sno/for(/for (/gc
8757                 (beautify)
8758
8759 2002-09-22 [alfons]     0.8.3claws2
8760         
8761         * src/procmsg.c
8762                 procmsg_save_to_outbox(): don't unlink message file from queue;
8763                 callers should do it using folder_item_remove_msg()
8764
8765 2002-09-22 [colin]      0.8.3claws1
8766
8767         * src/mimeview.[ch]
8768                 Made mimeview_check_signature() public
8769         * src/textview.c
8770                 Made GPG signatures verifiable by clicking
8771                 the [application/pgp-signature] in the Text
8772                 view
8773
8774 2002-09-22 [paul]       0.8.3claws
8775
8776         * po/bg.po
8777           po/en_GB.po
8778           po/es.po
8779           po/it.po
8780           po/pl.po
8781           po/pt_BR.po
8782           po/sr.po
8783                 updated translations, submitted by George Danchev,
8784                 me, Ricardo Mones Lastra, Alessandro Maestri,
8785                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8786                 and Urke MMI, respectively.     
8787
8788 2002-09-22 [alfons]     0.8.2claws65
8789
8790         * src/procmsg.c
8791         * src/pgptext.c
8792                 no furry valgrinds have been used to plug these memleaks
8793
8794 2002-09-20 [paul]       0.8.2claws64
8795
8796         * sync with 0.8.3cvs4
8797                 'Select thread' re-implemented 
8798                 see ChangeLog 2002-09-20
8799
8800 2002-09-21 [alfons]     0.8.2claws63
8801
8802         * src/compose.c
8803                 compose_send(): plug unnoticed memleak
8804
8805 2002-09-20 [alfons]     0.8.2claws62
8806
8807         * src/addr_compl.c
8808                 replace_address_in_edit(): strict check for NULL address to
8809                 fix "[ 607348 ] Segfault in address completion". My guess is
8810                 that this happens with an empty address book, but it's good
8811                 to have this check here anyway
8812                 
8813                 completion_window_button_press(): free string returned 
8814                 from the internal cache
8815
8816 2002-09-20 [christoph]  0.8.2claws61
8817
8818         * src/procmime.h
8819                 added ENC_BINARY to EncodingType
8820         * src/procmime.c
8821                 the string returned by procmime_get_encoding_str
8822                 should not depend on the order of values in the
8823                 EncodingType definition
8824         * doc-src/rfc1806.txt   ** NEW FILE **
8825                 Added rfc1806 about MIME Content-Disposition
8826                 Extension
8827
8828 2002-09-19 [paul]       0.8.2claws60
8829
8830         * sync with 0.8.2cvs3
8831                 see ChangeLog 2002-09-19
8832
8833 2002-09-19 [paul]       0.8.2claws59
8834
8835         * src/prefs_folder_item.c
8836                 revert to Darko's original alignment of colour
8837                 selector button
8838                 add a colon to folder_color label
8839                 
8840         * src/compose.c
8841                 add Colin's patch (with Hiro's modifications) to 
8842                 force BASE64 encoding for 8-bit text when signing
8843                 (sync with 0.8.3cvs2)
8844
8845 2002-09-18 [alfons]     0.8.2claws58
8846
8847         * src/compose.c
8848                 :%sno/if(/if (/gc
8849                 :%sno/for(/for (/gc
8850                 (beautify a little bit)
8851
8852 2002-09-18 [christoph]  0.8.2claws57
8853
8854         * src/pine.c
8855                 fix handling of fgetc return value
8856
8857 2002-09-17 [alfons]     0.8.2claws56
8858         
8859         * src/summaryview.c
8860                 summary_sort(): check non-NULL summaryview->folder_item when no 
8861                 folder is selected at all
8862                 (closes "[ 610344 ] sort label make syl Crash")
8863
8864 2002-09-17 [alfons]     0.8.2claws55
8865         
8866         * src/compose.c
8867                 beautify a little bit
8868
8869 2002-09-17 [christoph]  0.8.2claws54
8870
8871         * src/folder.c
8872                 initialize max values for cache and folder
8873                 when cache or folder is empty
8874
8875 2002-09-15 [colin]      0.8.2claws53
8876
8877         * src/compose.c
8878                 Fix a leak (thanks Alfons!) and cleaned
8879                 variables names for custom headers
8880
8881 2002-09-15 [colin]      0.8.2claws52
8882
8883         * src/compose.c
8884                 Fix custom headers recognition when
8885                 prefs_common.trans_hdr is on
8886
8887 2002-09-15 [colin]      0.8.2claws51
8888
8889         * src/compose.c
8890                 Allow dynamically-added custom headers
8891                 Yet not reparsed if reedited
8892
8893 2002-09-15 [alfons]     0.8.2claws50
8894
8895         * src/prefs_account.c
8896                 fix warnings
8897
8898 2002-09-15 [colin]      0.8.2claws49
8899         
8900         * src/prefs_account.c
8901                 fix pop_before_smtp sensitivity
8902
8903 2002-09-15 [colin]      0.8.2claws48
8904
8905         * src/inc.[ch]
8906                 add inc_pop_before_smtp()
8907                 allow MainWindow to be undefined in 
8908                 inc_account_mail() and inc_start()
8909         * src/pop.c
8910           src/prefs_account.h
8911                 add STYPE_POP_BEFORE_SMTP session type
8912         * src/prefs_account.c
8913                 activated pop before smtp option
8914         * src/send.c
8915                 do pop before smtp if the relevant option 
8916                 is set
8917
8918 2002-09-15 [paul]       0.8.2claws47
8919
8920         * sync with 0.8.3
8921                 see ChangeLog 2002-09-15
8922
8923 2002-09-14 [paul]       0.8.2claws46
8924
8925         * po/bg.po
8926                 updated Bulgarian translation, submitted by
8927                 George Danchev
8928
8929 2002-09-13 [paul]       0.8.2claws45
8930
8931         * src/compose.c
8932                 merge claws' select_account() with main's
8933                 (new) compose_select_account(). [sync with
8934                 0.8.2cvs15, see ChangeLog 2002-09-11]
8935
8936 2002-09-12 [christoph]  0.8.2claws44
8937
8938         * src/filter.c
8939                 allocate 1 elements of FolderItem not 0
8940
8941 2002-09-12 [colin]      0.8.2claws43
8942
8943         * src/compose.c
8944                 Fix bug #590825 (obey Follow-up: poster)
8945
8946 2002-09-12 [colin]      0.8.2claws42
8947
8948         * src/procmime.c
8949                 Fix bug #557009 (wrong headers for messages 
8950                 forwarded as attachments)
8951
8952 2002-09-11 [colin]      0.8.2claws41
8953         
8954         * src/compose.c
8955                 Put SCF: pseudo-header on top of message
8956                 Set draft tmp_flag when saved as draft
8957
8958         * src/procmsg.c
8959           src/procheader.c
8960                 Skip after first \n\n for beginning of real message
8961                 for drafts too
8962
8963 2002-09-11 [christoph]  0.8.2claws40
8964
8965         * src/filtering.c
8966                 use procmsg flag functions in filtering or processing
8967                 will cause incorrect folder message counts
8968
8969 2002-09-11 [colin]      0.8.2claws39
8970
8971         * src/compose.c
8972                 Fix bug #550175 - wrong save folder when reediting
8973                 drafts
8974
8975 2002-09-11 [paul]       0.8.2claws38
8976
8977         * sync with 0.8.2cvs14
8978                 see ChangeLog 2002-09-11
8979
8980 2002-09-11 [colin]      0.8.2claws37
8981
8982         * src/folder.c
8983                 Fix a typo (seeming to cause new/unread status to
8984                 be lost)
8985
8986 2002-09-10 [christoph]  0.8.2claws36
8987
8988         * src/compose.c
8989                 compose_redirect should not use compose_generic_new
8990                 because that does more stuff than expected including
8991                 opening the external editor
8992                 (closes bug "[ 526608 ] bounced messages appear blank
8993                  in editor")
8994
8995 2002-09-10 [christoph]  0.8.2claws35
8996
8997         * src/folder.c
8998                 fix problem with too large message number range
8999                 causing a crash in folder_item_scan
9000
9001 2002-09-10 [paul]       0.8.2claws34
9002
9003         * sync with 0.8.2cvs13
9004                 see ChangeLog 2002-09-10
9005
9006 2002-09-10 [christoph]  0.8.2claws33
9007
9008         * src/msgcache.c
9009                 set MsgInfo TmpFlags for queue and draft folders
9010                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9011
9012 2002-09-10 [paul]       0.8.2claws32
9013
9014         * AUTHORS
9015           po/bg.po      ** NEW FILE **
9016                 new Bulgarian translation submitted by
9017                 George Danchev <danchev@spnet.net>
9018                 
9019         * tools/Makefile.am
9020           tools/README
9021           tools/tb2sylpheed     ** NEW FILE **
9022                 add script that converts an addressbook exported
9023                 from The Bat! into a Sylpheed addressbook. Submitted
9024                 by Urke MMI <urke-kg@eunet.yu>
9025
9026 2002-09-10 [paul]       0.8.2claws31
9027
9028         * sync with 0.8.2cvs12
9029                 see ChangeLog 2002-09-10
9030
9031 2002-09-06 [paul]       0.8.2claws30
9032
9033         * src/prefs_common.c
9034                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9035                 
9036         * tools/Makefile.am
9037           tools/README
9038           tools/ldif-to-xml.py  ** REMOVED **
9039                 remove obsolete python script
9040
9041 2002-09-06 [paul]       0.8.2claws29
9042
9043         * sync with 0.8.2cvs10
9044                 see ChangeLog 2002-09-06
9045
9046 2002-09-04 [paul]       0.8.2claws28
9047
9048         * sync with 0.8.2cvs9
9049                 see ChangeLog 2002-08-04
9050
9051 2002-09-04 [colin]      0.8.2claws27 
9052
9053         * src/prefs_common.[ch]
9054                 Added signature color configuration
9055         * src/textview.c
9056                 Use user-specified signature color
9057
9058 2002-09-03 [colin]      0.8.2claws26
9059
9060         * src/prefs_common.[ch]
9061                 Added autosave and autosave_length prefs
9062         * src/compose.c
9063                 Added compose_remove_draft()
9064                 Auto-save drafts according to the prefs
9065         * src/main.c
9066                 Added a crash-indicator file, allowing to check
9067                 for new messages on startup if Sylpheed crashed
9068                 (makes saved drafts "reappear")
9069
9070 2002-09-03 [colin]      0.8.2claws25
9071
9072         * src/textview.[ch]
9073                 Grey the signature
9074
9075 2002-09-03 [paul]       0.8.2claws24
9076
9077         * sync with 0.8.2cvs8
9078                 see ChangeLog 2002-09-02 and 2002-09-03
9079
9080 2002-09-03 [darko]      0.8.2claws23
9081
9082         * src/folderview.c
9083                 use normal style when creating new folder to pick
9084                 proper font size 
9085
9086 2002-09-02 [melvin]     0.8.2claws22
9087
9088         * src/gtkaspell.m4
9089                 removed some obsolete code
9090
9091 2002-09-02 [melvin]     0.8.2claws21
9092
9093         * ac/aspell.m4
9094                 fixed test's equality sign (== to =)
9095
9096 2002-09-02 [alfons]     0.8.2claws20
9097
9098         * src/folder.c
9099         * src/mh.c
9100                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9101                 as folder->destroy virtual as suggested by Hiro
9102                 (the mh.c code seems to have been lost around mh.c.1.21)
9103
9104 2002-09-02 [paul]       0.8.2claws19
9105
9106         * po/pt_BR.po
9107                 updated by Fabio Jr. Beneditto
9108                 
9109         * src/defs.h
9110                 use 'http://claws.sylpheed.org' for homepage link. 
9111                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9112
9113 2002-09-01 [alfons]     0.8.2claws18
9114
9115         * src/mh.c
9116                 plug memleak related to one Martin Kluge found
9117
9118 2002-08-31 [paul]       0.8.2claws17
9119
9120         * sync with 0.8.2cvs6
9121                 see ChangeLog 2002-08-30
9122
9123 2002-08-31 [alfons]     0.8.2claws16
9124
9125         * src/folder.c
9126                 folder_destroy(): remove mailbox from folderlist even if it has
9127                 no destroy virtual
9128
9129 2002-08-31 [alfons]     0.8.2claws15
9130
9131         * src/folder.c
9132                 :%sno/if(/if (/gc
9133                 :%sno/for(/for (/gc
9134                 (being pedantic I know)
9135
9136 2002-08-31 [alfons]     0.8.2claws14
9137
9138         * src/folder.c
9139                 check for NULL pointers returned from folder->fetch_msginfo virtual
9140                 (should solve some reported crashes)
9141
9142 2002-08-30 [alfons]     0.8.2claws13
9143
9144         * acconfig.h
9145         * configure.in
9146         * src/crash.c
9147                 enable crash dialog on compilation time
9148                 (--enable-crash-dialog configure option)
9149
9150 2002-08-30 [alfons]     0.8.2claws12
9151
9152         * AUTHORS
9153                 add Martin Kluge
9154         * src/mh.c
9155                 apply memory leak plug patch by Martin Kluge
9156                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9157                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9158                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9159
9160 2002-08-30 [darko]      0.8.2claws11
9161
9162         * src/folderview.c
9163                 copy Gtk style from normal style to match
9164                 font size for coloured folders
9165
9166 2002-08-29 [alfons]     0.8.2claws10
9167
9168         * sylpheed.desktop
9169                 Type=Internet <- Type=Application
9170                 (reported by Michael Schwendt, see:
9171                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9172                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9173
9174 2002-08-29 [paul]       0.8.2claws9
9175
9176         * sync with 0.8.2cvs5
9177                 see ChangeLog 2002-08-29
9178
9179 2002-08-29 [colin]      0.8.2claws8
9180
9181         * src/summaryview.c
9182                 Added a sanity check in summary_select_thread
9183                 Should fix bug 601605
9184
9185 2002-08-29 [colin]      0.8.2claws7
9186
9187         * src/main.c
9188                 Revert claws6 changes regarding bug #591676
9189
9190 2002-08-28 [colin]      0.8.2claws6
9191         
9192         * src/main.c
9193                 Ignore cache for queue folderitems
9194                 Fix bug #591676
9195
9196 2002-08-28 [melvin]     0.8.2claws5
9197
9198         * README.claws
9199                 Fixed typos.
9200
9201 2002-08-28 [melvin]     0.8.2claws4
9202
9203         * README.claws
9204                 Updated a bit the text concerning the spell checker
9205
9206 2002-08-28 [melvin]     0.8.2claws3
9207
9208         Merged the GNU_aspell_branch:
9209                 Support of new GNU/aspell is now included and the old pspell
9210                 is not supported anymore.
9211                 See README.claws
9212
9213         * README.claws
9214                 Updated spell checker text to reflect the switch to GNU/aspell
9215
9216         * ac/aspell.m4          *** NEW ***
9217         * src/gtkaspell.[ch]    *** NEW *** 
9218         * ac/pspell.m4          *** DELETED *** 
9219         * src/gtkspell.[ch]     *** DELETED ***
9220
9221         * ac/Makefile.am
9222                 Updated for GNU/aspell support
9223
9224         * po/POTFILES.in
9225                 Replaced gtkspell.c by gtkaspell.c
9226
9227         * acconfig.h
9228         * src/Makefile.am
9229         * src/about.c
9230         * src/compose.[ch]
9231         * src/crash.c
9232         * src/main.c
9233         * src/prefs_common.[ch]
9234                 Updated for GNU/aspell support
9235
9236 2002-08-28 [paul]       0.8.2claws2
9237
9238         * sync with 0.8.2cvs4
9239                 see ChangeLog 2002-08-27 and 2002-08-28
9240
9241 2002-08-28 [colin]      0.8.2claws1
9242
9243         * src/summary_search.c
9244                 Added "AND search"
9245
9246 2002-08-28 [jens]       0.8.2claws
9247
9248         *po/de.po
9249                 Updated German translations
9250
9251 2002-08-27 [melvin]     0.8.2claws
9252
9253         * po/fr.po
9254                 Updated French translations
9255
9256 2002-08-27 [paul]       0.8.2claws
9257
9258         * sync with 0.8.2 main release
9259
9260         * po/en_GB.po
9261           po/es.po
9262           po/it.po
9263           po/pl.po
9264           po/pt_BR.po
9265           po/sr.po
9266                 updated message catalogs submitted by
9267                 Ricardo Mones Lastra, Alessandro Maestri,
9268                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9269                 Beneditto and Urke MMI  
9270
9271 2002-08-27 [hoa]        0.8.1claws123
9272
9273         * src/mainwindow.[ch]
9274         * src/summaryview.[ch]
9275                 removed the "filter setting" menu option.
9276                 add a "cancel a news message" menu option.
9277
9278 2002-08-26 [martin]     0.8.1claws122
9279
9280         * ChangeLog.claws
9281                 changed string under 0.8.1claws79 changed by myself
9282                 i'm sorry alfons :(
9283
9284 2002-08-26 [martin]     0.8.1claws121
9285
9286         * src/crash.c
9287                 added kill command to debuggerrc to start crash dialog
9288
9289 2002-08-26 [paul]       0.8.1claws120
9290
9291         * sync with 0.8.1cvs31
9292                 see ChangeLog 2002-08-26
9293
9294 2002-08-25 [alfons]     0.8.1claws119
9295
9296         * src/procmsg.c
9297                 fix bug that didn't send out correct headers to news server
9298                 when sending news article and email from queue (bug reported
9299                 and patch provided by Tim Mann; closes bug 
9300                 "[ 583196 ] 0.7.8claws can't post news")
9301
9302 2002-08-25 [alfons]     0.8.1claws118
9303
9304         * src/selective_download.c
9305                 mark two strings as translatable
9306                 (thanks to Urke MMI for pointing this out)
9307
9308 2002-08-25 [alfons]     0.8.1claws117
9309
9310         * src/summaryview.c
9311                 treat sent boxes as special and allow sorting them by addressee
9312                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9313                 submitted by Steve Lamb)
9314
9315 2002-08-24 [alfons]     0.8.1claws116
9316
9317         * src/matcher.c
9318                 fix memleak reported by Martin Kluge
9319                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9320
9321 2002-08-24 [oliver]     0.8.1claws115
9322
9323         * src/prefs_toolbar.c
9324                 o code cleanup as suggested by Alfons
9325                 o memleak fix
9326
9327 2002-08-24 [alfons]     0.8.1claws114
9328
9329         * src/summaryview.c
9330                 o fix another memory leak reported by Martin Kluge
9331                   (see "[ 599568 ] Small Memory Leak")
9332                 o remove 'from' variable from 'summary_set_header()'; we can
9333                   do with just 'to' 
9334
9335 2002-08-24 [paul]       0.8.1claws113
9336
9337         * sync with 0.8.1cvs30
9338                 see ChangeLog 2002-08-23
9339
9340 2002-08-24 [alfons]     0.8.1claws112
9341
9342         * src/summaryview.c
9343                 remove unnecessary allocations for search bar fixing leaks
9344                 reported by Martin Kluge
9345                 (see "[ 599451 ] Further memory leaks?")
9346
9347 2002-08-24 [alfons]     0.8.1claws111
9348
9349         * src/main.c
9350                 make get_socket_name() public for crash.c
9351         * src/crash.c
9352                 o make report bug button work (goes to claws' 
9353                   bug tracker at sf.net)
9354                 o introduce function for doing important stuff just
9355                   before claws goes down
9356                 o clean up code 
9357
9358 2002-08-24 [alfons]     0.8.1claws110
9359
9360         * src/compose.c
9361                 move cursor to "To" entry when forwarding as attachment
9362                 (reported and solved by Steve Lamb, closes bug report
9363                 "[ 592880 ] Forward as attachment; cursor not in to")
9364
9365 2002-08-24 [colin]      0.8.1claws109
9366
9367         * src/mainwindow.c
9368                 fix quick search visibility after GUI (de)separations.
9369
9370 2002-08-23 [colin]      0.8.1claws108
9371
9372         * src/mainwindow.c
9373                 fix header pane visibility after folderview or
9374                 messageview (de)separation
9375
9376 2002-08-23 [paul]       0.8.1claws107
9377
9378         * src/mainwindow.[ch]
9379           src/toolbar.c
9380                 give full control of display or non-display 
9381                 of the Execute icon to Custom toolbar settings.
9382                 add new sensitivity condition to maninwindow.h: 
9383                 M_DELAY_EXEC
9384
9385         * ChangeLog
9386           ChangeLog.jp
9387           NEWS
9388                 more sync with 0.8.1cvs29
9389
9390 2002-08-23 [melvin]     0.8.1claws106
9391
9392         * src/alertpanel.c
9393                 Readded support for custom widget in alertpanel lost in last
9394                 sync.
9395
9396 2002-08-23 [paul]       0.8.1claws105
9397
9398         * sync with 0.8.1cvs29
9399                 see ChangeLog 2002-08-23
9400
9401 2002-08-23 [colin]      0.8.1claws104
9402
9403         * src/summaryview.c
9404                 Fix folder and search pixmaps exchanging positions
9405                 after theme or toolbar changes. Thank to Oliver for 
9406                 reporting this.
9407
9408 2002-08-23 [colin]      0.8.1claws103
9409
9410         * src/mainwindow.c
9411           src/messageview.[ch]
9412           src/noticeview.[ch]
9413           src/summaryview.c
9414                 Changed messageview_create() and noticeview_create()
9415                 to avoid the last gdk_warning
9416
9417 2002-08-22 [colin]      0.8.1claws102
9418
9419         * src/summaryview.c
9420                 Fix my new `Creating pixmap from xpm' warning
9421
9422 2002-08-22 [colin]      0.8.1claws101
9423
9424         * src/mainwindow.c
9425                 Fix some of the gdk warnings
9426
9427 2002-08-22 [colin]      0.8.1claws100
9428
9429         * src/Makefile.am
9430         * src/stock_pixmap.c
9431         * src/stock_pixmap.h
9432         * src/pixmaps/quicksearch.xpm *ADDED*
9433                 Add the quicksearch pixmap
9434         * src/mainwindow.c
9435         * src/summaryview.c
9436         * src/summaryview.h
9437                 Make quicksearch bar visible/hidden via a button
9438
9439 2002-08-22 [christoph]  0.8.1claws99
9440
9441         * src/folder.c
9442                 fix folder update for newsgroups with message
9443                 numbers below minimum number of articles to fetch
9444                 (closes bug #598445)
9445
9446 2002-08-22 [paul]       0.8.1claws98
9447
9448         * sync with 0.8.1cvs28
9449                 see ChangeLog 2002-08-22
9450
9451 2002-08-21 [alfons]     0.8.1claws97
9452
9453         * src/crash.c
9454                 use bt instead of bt full which seems to work 
9455                 better, and bt full doesn't give a great deal 
9456                 of information anyway
9457
9458 2002-08-21 [colin]      0.8.1claws96
9459
9460         * src/summaryview.c
9461                 fix summaryview_searchtype_changed prototype
9462
9463 2002-08-21 [christoph]  0.8.1claws95
9464
9465         * src/mainwindow.c
9466                 o fix broken menu update for sorting type, we have to
9467                   get this info from the summaryview now
9468                 o removed setting of threaded state in menu callback
9469         * src/summaryview.[ch]
9470                 more summaryview/folderitem seperation for
9471                 threading option
9472         * configure.in
9473                 removed not required --with-compiler-flags option
9474
9475 2002-08-21 [oliver]     0.8.1claws94
9476         
9477         * src/toolbar.h 
9478                 o rename toolbar.xml to toolbar_main.xml
9479                   since toolbar_compose.xml might come up 
9480                   any time soon
9481         * README.claws
9482                 add custom toolbar              
9483
9484 2002-08-21 [darko]      0.8.1claws93
9485
9486         * src/procmsg.c
9487                 don't reset tmp flags for messages copied
9488                 to sent folder
9489
9490 2002-08-21 [colin]      0.8.1claws92
9491         
9492         * src/prefs_filtering.c
9493                 fix renaming rules on folder rename 
9494                 when folder is not a leaf folder
9495
9496 2002-08-21 [paul]       0.8.1claws91
9497
9498         * src/prefs_folder_item.c
9499                 fix alignment of colour selector
9500
9501 2002-08-21 [paul]       0.8.1claws90
9502
9503         * sync with 0.8.1cvs27
9504                 see ChangeLog 2002-08-21
9505
9506 2002-08-21 [paul]       0.8.1claws89
9507
9508         * src/summaryview.c
9509                 fix crash when changing field type in
9510                 Quick search bar
9511
9512 2002-08-21 [colin]      0.8.1claws88
9513
9514         * src/summaryview.c
9515                 Made quick search case-insensitive
9516
9517 2002-08-21 [paul]       0.8.1claws87
9518
9519         * sync with 0.8.1cvs26
9520                 see ChangeLog 2002-08-21
9521
9522 2002-08-20 [christoph]  0.8.1claws86
9523
9524         * src/folderview.c
9525         * src/main.c
9526         * src/summaryview.[ch]
9527                 more summaryview/folderitem seperation for
9528                 sort_key and sort_type
9529         * src/procmsg.c
9530                 added missing return statement
9531
9532 2002-08-20 [colin]      0.8.1claws85
9533
9534         * src/summaryview.[ch]
9535                 Added a quick search box
9536         * src/mainwindow.c
9537         * src/prefs_common.[ch]
9538                 Added a show/hide option for the quick search
9539
9540 2002-08-20 [oliver]     0.8.1claws84
9541         
9542         * src/mainwindow.c
9543                 remove toolbar_create_popups
9544         * src/toolbar.[ch]
9545                 o remove toolbar_create_popups
9546                 o fix toolbar_set_sensitive 
9547                   (Bug reports #596834 and #596832)     
9548         * src/prefs_toolbar.c
9549                 o add "Set default" button
9550                 o align label and text + combo widgets
9551
9552 2002-08-20 [hoa]        0.8.1claws83bis
9553
9554         * src/imap.c
9555                 fixed a bug in imap_fetch_msginfo() in case there is no
9556                 current folder.
9557
9558 2002-08-20 [darko]      0.8.1claws83
9559
9560         * src/folderview.c
9561                 copy the color style of folder view so it
9562                 works with GTK themes
9563
9564 2002-08-20 [darko]      0.8.1claws82
9565
9566         * src/folder.h
9567         * src/folderview.c
9568         * src/prefs_folder_item.[hc]
9569                 don't use UI stuff in folder.h
9570
9571 2002-08-20 [darko]      0.8.1claws81
9572
9573         * src/folder.h
9574         * src/prefs_folder_item.h
9575         * src/folderview.c
9576         * src/prefs_folder_item.c
9577                 ability to set folder color in folderview
9578
9579 2002-08-19 [alfons]     0.8.1claws80
9580
9581         * src/summaryview.c
9582                 fix one of the earlier memleaks reported by Martin Kluge
9583
9584 2002-08-19 [alfons]     0.8.1claws79
9585
9586         * src/mainwindow.c
9587                 hide notice view when selecting seperate folder
9588                 view (reported by Urke MMI)
9589
9590 2002-08-19 [christoph]  0.8.1claws78
9591
9592         * src/folderview.c
9593         * src/prefs_folder_item.h
9594         * src/summaryview.[ch]
9595                 o add summary_set_prefs_from_folderitem to set
9596                   summaryview prefs (first step to remove all
9597                   references to the folderitem in summaryview)
9598                 o moved compiled regex stuff from folderitem prefs
9599                   to summaryview code
9600
9601 2002-08-19 [paul]       0.8.1claws77
9602
9603         * src/compose.c
9604                 add check for '.' to QUOTE_IF_REQUIRED
9605
9606 2002-08-19 [paul]       0.8.1claws76
9607
9608         * src/inc.c
9609                 sync with 0.8.1cvs25 (plug memory leak)
9610
9611         * src/prefs_toolbar.c
9612                 re-order prefs_toolbar_cancel()
9613
9614 2002-08-18 [alfons]     0.8.1claws75
9615
9616         * src/inc.c
9617         * src/matcher.c
9618                 plug other memleaks reported by Martin Kluge
9619
9620 2002-08-18 [paul]       0.8.1claws74
9621
9622         * po/pt_BR.po
9623                 updated by Fabio Jr. Beneditto
9624
9625 2002-08-18 [paul]       0.8.1claws73
9626
9627         * src/toolbar.[ch]
9628                 fix bug where tooltips were displayed untranslated              
9629
9630         * src/prefs_toolbar.c
9631                 fix bug where clicking 'Cancel' creates an icon & text
9632                 toolbar regardless of prefs
9633         
9634
9635 2002-08-17 [oliver]     0.8.1claws72
9636
9637         * src/prefs_toolbar.c
9638                 update toolbar on CANCEL
9639                 bug reported by Martin Kluge
9640         * src/toolbar.c
9641                 toolbar_destroy memleak fixed           
9642
9643 2002-08-17 [alfons]     0.8.1claws71
9644
9645         * src/toolbar.c
9646                 plug another memleak reported by Martin Kluge
9647
9648 2002-08-16 [alfons]     0.8.1claws70
9649
9650         * src/crash.c
9651                 use execvp() correctly (suggested by wwp; thanks!)
9652
9653 2002-08-16 [alfons]     0.8.1claws69
9654
9655         * src/gtksctree.c
9656                 plug memory leak reported by Kim Schultz & Martin Kluge
9657
9658 2002-08-16 [paul]       0.8.1claws68
9659
9660         * po/es.po
9661                 updated by Ricardo Mones Lastra
9662
9663 2002-08-16 [paul]       0.8.1claws67
9664
9665         * src/toolbar.h
9666                 fix bug where 'Compose News' icon showed wrong
9667                 tooltip
9668
9669 2002-08-16 [paul]       0.8.1claws66
9670
9671         * sync with 0.8.1cvs24
9672                 see ChangeLog 2002-08-16
9673
9674         * po/it.po
9675                 updated by Alessandro Maestri
9676
9677 2002-08-15 [paul]       0.8.1claws65
9678
9679         * po/sr.po
9680                 updated by Urke MMI
9681
9682 2002-08-15 [paul]       0.8.1claws64
9683
9684         * src/*.c
9685                 don't translate debug info
9686
9687         * src/matcher.[ch]
9688                 add copyright info
9689
9690 2002-08-15 [paul]       0.8.1claws63
9691
9692         * src/prefs_toolbar.c
9693                 fix bug where clicking 'OK' creates an icon & text
9694                 toolbar regardless of prefs
9695
9696 2002-08-14 [alfons]     0.8.1claws62
9697
9698         * src/main.c
9699                 add global var that has the full argv[0]
9700         * src/crash.c
9701                 o execvp the correct sylpheed by using argv0
9702                   and setting the correct work dir
9703                 o other tweaks  
9704
9705 2002-08-14 [oliver]     0.8.1claws61
9706         
9707         * enable/disable Toolbar Action Buttons 
9708         * code cleanups
9709         * src/mainwindow.c
9710         * src/toolbar.[ch]      
9711         * src/prefs_toolbar.c   
9712
9713 2002-08-14 [melvin]     0.8.1claws60
9714
9715         * po/fr.po
9716                 Updated French translations
9717
9718 2002-08-14 [melvin]     0.8.1claws59
9719
9720         * src/crash.c
9721                 Made bug report not translatable
9722         * src/exporthtml.c
9723                 Fixed exporthtml_build_filespec() return value
9724         * src/foldersel.c
9725                 Fixed incorrect include file
9726         * src/gtkspell.c
9727         * src/prefs_actions.c
9728         * src/prefs_toolbar.c
9729                 Made debug info not translatable
9730         * src/mutt.c
9731         * src/quote_fmt.c
9732                 Added missing includes
9733         * src/prefs_common.c
9734                 Fixed typo
9735
9736 2002-08-14 [paul]       0.8.1claws58
9737
9738         * faq/es/sylpheed-faq.html
9739           faq/es/sylpheed-faq-[1-3].html
9740           faq/es/sylpheed-faq-4.html     **NEW FILE **
9741                 update Spanish FAQ
9742
9743 2002-08-13 [christoph]  0.8.1claws57
9744
9745         * src/procmsg.c
9746                 ignore thread fix that did not mark all
9747                 child nodes of a ignored thread as
9748                 ignored. Does not work perfectly yet,
9749                 but it is better now
9750
9751 2002-08-13 [alfons]     0.8.1claws56
9752
9753         * src/crash.c
9754                 o implement 'save crash log'
9755                 o some tweaks
9756
9757 2002-08-13 [melvin]     0.8.1claws55
9758
9759         * src/main.c
9760                 removed unrequired "execinfo.h" header
9761
9762 2002-08-12 [paul]       0.8.1claws54
9763
9764         * faq/en/sylpheed-faq.html
9765           faq/en/sylpheed-faq-[1-3].html
9766           faq/en/sylpheed-faq-4.html     **NEW FILE **
9767                 update English FAQ
9768
9769 2002-08-12 [alfons]     0.8.1claws53
9770
9771         * po/POTFILES.in
9772                 add crash.c to translatables
9773         * src/crash.c
9774                 bring in Leandro's crash dialog
9775
9776 2002-08-11 [alfons]     0.8.1claws52
9777
9778         * src/crash.c
9779                 clean up some warnings
9780
9781 2002-08-11 [alfons]     0.8.1claws51
9782
9783         * acconfig.h
9784         * configure.in
9785         * src/crash.[ch]        ** NEW FILES **
9786         * src/main.c            
9787                 initial gdb crash handler
9788
9789 2002-08-11 [paul]       0.8.1claws50
9790
9791         * src/prefs_toolbar.c
9792                 replace Up/Down arrow pixmaps with text to be
9793                 consistent across icon themes
9794
9795 2002-08-11 [paul]       0.8.1claws49
9796
9797         * src/prefs_common.c
9798           src/prefs_toolbar.c
9799                 rename 'Pixmap' -> 'Icon'
9800
9801         * src/toolbar.[ch]
9802                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9803
9804 2002-08-10 [paul]       0.8.1claws48
9805
9806         * src/prefs_toolbar.c
9807                 re-work the UI
9808
9809 2002-08-10 [paul]       0.8.1claws47
9810
9811         * src/main.c
9812                 don't write Processing progress to status bar
9813                 patch submitted by Alexander Evseev
9814
9815         * src/prefs_toolbar.c
9816                 re-position and resize window
9817                 make window assume correct size on first call
9818
9819 2002-08-10 [paul]       0.8.1claws46
9820
9821         * src/mainwindow.c
9822           src/prefs_toolbar.c
9823           src/toolbar.c
9824           src/toolbar.h
9825                 obey coding style
9826                 follow UI text conventions
9827
9828 2002-08-10 [alfons]     0.8.1claws45
9829
9830         * src/toolbar.c
9831                 correct pixmap for delete action
9832
9833 2002-08-10 [paul]       0.8.1claws44
9834
9835         * po/pt_BR.po
9836                 updated by Fabio Jr. Beneditto
9837
9838 2002-08-10 [paul]       0.8.1claws43
9839
9840         * po/POTFILES.in
9841                 add custom toolbar files
9842
9843 2002-08-10 [paul]       0.8.1claws42
9844
9845         * sync with 0.8.1cvs22
9846                 see ChangeLog 2002-08-09
9847
9848 2002-08-09 [paul]       0.8.1claws41
9849
9850         * tools/Makefile.am
9851           tools/README
9852           tools/outlook2sylpheed.pl     ** NEW FILE **
9853                 add script to convert exported Outlook
9854                 contacts list to a Sylpheed addressbook.
9855                 Submitted by Ricardo Mones Lastra.
9856
9857 2002-08-09 [paul]       0.8.1claws40
9858
9859         * AUTHORS
9860           configure.in
9861           po/sr.po      ** NEW FILE **
9862                 add Serbian message catalog. Submitted by
9863                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9864
9865 2002-08-09 [paul]       0.8.1claws39
9866
9867         * sync with 0.8.1cvs21
9868                 see ChangeLog 2002-08-08
9869
9870 2002-08-08 [oliver]     0.8.1claws38
9871
9872         * src/mainwindow.c
9873                 move Custom Toolbar to Configuration menu
9874
9875 2002-08-08 [oliver]     0.8.1claws37
9876
9877         * src/prefs_toolbar.c
9878                 fix substitute pixmap bug
9879
9880 2002-08-08 [paul]       0.8.1claws36
9881
9882         * sync with 0.8.1cvs19
9883                 see ChangeLog 2002-08-08
9884
9885 2002-08-07 [christoph]  0.8.1claws35
9886
9887         * src/utils.c
9888                 fixed a memory leak in new canonicalize_file_replace
9889
9890 2002-08-07 [christoph]  0.8.1claws34
9891
9892         * src/utils.[ch]
9893                 o canonicalize_file_replace should create the temporary
9894                   file in the same directory as the original file.
9895                 o added get_tmpfile_in_dir that creates a temorary file
9896                   in a specified directory.
9897
9898 2002-08-07 [melvin]     0.8.1claws33
9899
9900         * src/toolbar.c
9901                 fixed bug where 'Article' button acted as 'Email' button.
9902
9903 2002-08-07 [paul]       0.8.1claws32
9904
9905         * sync with 0.8.1.cvs17
9906                 see ChangeLog 2002-08-07
9907
9908 2002-08-07 [colin]      0.8.1claws31
9909         
9910         * src/news.c
9911                 fix mass-cancel problem
9912
9913 2002-08-07 [thorsten]   0.8.1claws30
9914
9915         * src/prefs_toolbar.c
9916                 fix: crash on replace or add new button
9917         * src/toolbar.c
9918                 fix: close xmlfile after reading
9919         * src/utils.c
9920                 fix: unlink() file before rename()
9921
9922 2002-08-06 [paul]       0.8.1claws29
9923
9924         * sync with 0.8.cvs15
9925                 see ChangeLog 2002-08-06
9926
9927 2002-08-06 [oliver]     0.8.1claws28
9928
9929         * src/toolbar.c
9930         * src/prefs_toolbar.c
9931                 fixed empty toolbar issue
9932
9933 2002-08-06 [oliver]     0.8.1claws27
9934
9935         * Custom Toolbar Final 
9936         * src/folderview.c
9937         * src/inc.c
9938         * src/summaryview.c
9939                 o toolbar stuff now lives in src/toolbar.[ch]
9940                 o main_window_toolbar_* functions are renamed to
9941                   toolbar_* reflecting their new source file
9942         * src/mainwindow.[ch]
9943                 o remove toolbar stuff  
9944
9945 2002-08-06 [oliver]     0.8.1claws26
9946         
9947         * src/Makefile.am
9948         * src/prefs_toolbar.[ch]        **New File**
9949         * src/toolbar.[ch]              **New File**
9950                 o prefs_toolbar.[ch] custom toolbar frontend
9951                 o toolbar.[ch]       backend 
9952
9953 2002-08-06 [oliver]     0.8.1claws25
9954
9955         * src/prefs_actions.[ch]
9956                 o new exported function actions_execute
9957
9958 2002-08-06 [paul]       0.8.1claws24
9959
9960         * sync with 0.8.1cvs4
9961                 see ChangeLog 2002-08-06
9962
9963 2002-08-06 [paul]       0.8.1claws23
9964
9965         * sync with 0.8.1cvs13
9966                 see ChangeLog 2002-08-06
9967
9968 2002-08-06 [paul]       0.8.1claws22
9969
9970         * sync with 0.8.1cvs12
9971                 see ChangeLog 2002-08-05 and 2002-08-06
9972
9973 2002-08-06 [match]      0.8.1claws21
9974
9975         * src/addrclip.c
9976                 improvements to cut/copy/paste address
9977
9978 2002-08-05 [match]      0.8.1claws20
9979
9980         * src/addritem.[ch]
9981         * src/addrcache.c
9982         * src/addrbook.c
9983         * src/editaddress.c
9984         * src/addressbook.c
9985                 fixes to improve cut/copy/paste
9986
9987 2002-08-06 [melvin]     0.8.1claws19
9988
9989         * src/account.[ch]
9990                 account_find_all_from_address(): new function that returns the
9991                 list of all accounts that are matched in an address.
9992         * src/alertpanel.[ch]
9993                 alertpanel() now accepts a custom widget
9994                 alertpanel_with_widget(): new function that pops up a panel with
9995                 a custom widget in it 
9996         * src/gtkutils.[ch]
9997                 gtkut_account_menu_new(): new function that allows the selection
9998                 of an account from a list of accounts.
9999         * src/messageview.c
10000                 Extended Return Receipt notification to select the correct 
10001                 account and to make a security test on the Delivery-Notification
10002                 address which should be the same as the Return-Path.
10003
10004 2002-08-06 [thorsten]   0.8.1claws18
10005
10006         * src/mimeview.c
10007                 attach_all: save unnamed as "noname.%d",
10008                 dont free static dirname
10009
10010 2002-08-05 [alfons]     0.8.1claws17
10011
10012         * configure.in
10013                 detect XIM by trying to link rather than compile a XIM program
10014
10015 2002-08-05 [oliver]     0.8.1claws16
10016                 
10017         * src/stock_pixmap.[ch]
10018                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10019                 o new func to retrieve pixmaps
10020
10021 2002-08-05 [paul]       0.8.1claws15
10022
10023         * sync with 0.8.1cvs10
10024                 see ChangeLog 2002-08-05
10025
10026 2002-08-04 [alfons]     0.8.1claws14
10027
10028         * src/textview.c
10029                 see if this plugs memleak
10030
10031 2002-08-04 [melvin]     0.8.1claws13
10032
10033         * src/gtkspell.c
10034                 fixed bug that could crash Sylpheed when highlighting
10035                 all misspelled words.
10036
10037 2002-08-03 [melvin]     0.8.1claws12
10038
10039         * src/prefs_actions.c
10040                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10041         * src/messageview.c
10042                 fixed bug where the Return Receipt was sent to
10043                 Delivery-Notification-To address even if it was not present
10044
10045 2002-08-02 [alfons]     0.8.1claws11
10046
10047         * src/prefs_actions.c
10048                 o more check for NULLs
10049                 o put create_io_dialog() in right conditional block
10050
10051 2002-08-02 [paul]       0.8.1claws10
10052
10053         * po/es.po
10054                 updated by Ricardo Mones Lastra
10055
10056 2002-08-01 [christoph]  0.8.1claws9
10057
10058         * src/folder.c
10059                 don't free the cache of the opened
10060                 folder in the summaryview
10061         * src/summaryview.c
10062                 don't unset flags, if it is not required
10063
10064 2002-08-01 [paul]       0.8.1claws8
10065
10066         * sync with 0.8.1cvs8
10067                 see ChangeLog entry 2002-08-01
10068
10069 2002-08-01 [paul]       0.8.1claws7
10070
10071         * sync with 0.8.1cvs7
10072                 see ChangeLog 2002-07-31 and 2002-08-01
10073
10074 2002-07-31 [christoph]  0.8.1claws6
10075
10076         * src/mainwindow.c
10077                 forgot to update menu sensitivity
10078                 function for new menu entry
10079
10080 2002-07-31 [alfons]     0.8.1claws5
10081
10082         * src/main.c
10083                 check folder item and its path for NULL on
10084                 initial processing
10085
10086 2002-07-31 [christoph]  0.8.1claws4
10087
10088         * src/folder.c
10089                 check if folder_item_get_msginfo in
10090                 folder_item_remove_msg returned NULL
10091         * src/imap.c
10092                 better clear the uid cache in the
10093                 uid validity check function and delete
10094                 cached messages
10095
10096 2002-07-31 [paul]       0.8.1claws3
10097
10098         * man/sylpheed.1
10099                 add the '--attach' option and a few other
10100                 minor changes
10101
10102 2002-07-31 [paul]       0.8.1claws2
10103
10104         * sync with 0.8.1cvs5
10105                 see ChangeLog 2002-07-31
10106
10107 2002-07-31 [christoph]  0.8.1claws1
10108
10109         * src/folderview.[ch]
10110         * src/mainwindow.c
10111                 replace "Rescan all folders..." with
10112                 "Check all folders for new messages..."
10113
10114 2002-07-30 [paul]       0.8.1claws
10115
10116         * version 0.8.1claws released
10117
10118 2002-07-30 [paul]       0.8.0claws29
10119
10120         * tools/OOo2sylpheed.pl ** NEW FILE **
10121           tools/README
10122                 add script to enable sending documents as
10123                 attachments from OpenOffice.org
10124
10125 2002-07-30 [melvin]     0.8.0claws28
10126
10127         * src/prefs_actions.c
10128                 Made the actions' input/output dialog display
10129                 without delay.
10130
10131 2002-07-30 [christoph]  0.8.0claws27
10132
10133         * src/procmsg.c
10134                 check if folder_item_get_msginfo in
10135                 procmsg_save_to_outbox returned NULL
10136
10137 2002-07-30 [paul]       0.8.0claws26
10138
10139         * sync with 0.8.1cvs4
10140                 see ChangeLog 2002-07-29
10141
10142 2002-07-29 [thorsten]   0.8.0claws25
10143
10144         * README.claws
10145                 added selective download, delete on server
10146
10147 2002-07-29 [paul]       0.8.0claws24
10148
10149         * sync with 0.8.1cvs3
10150                 see ChangeLog 2002-07-29
10151
10152 2002-07-27 [christoph]  0.8.0claws23
10153
10154         * src/folder.c
10155                 add extra check if fetching the msginfo
10156                 returned NULL
10157
10158 2002-07-27 [paul]       0.8.0claws22
10159
10160         * sync with 0.8.1cvs2
10161                 see ChangeLog 2002-07-26
10162
10163 2002-07-27 [christoph]  0.8.0claws21
10164
10165         * src/imap.c
10166                 add another check if a valid msginfo
10167                 was returned
10168
10169 2002-07-26 [hoa]        0.8.0claws20
10170
10171         * src/folder.c
10172                 Fixed a condition in folder_item_destroy()
10173
10174         * src/imap.c
10175                 Fixed an error in IMAP protocol
10176
10177 2002-07-26 [alfons]     0.8.0claws19
10178
10179         * src/folder.c
10180                 ofcourse compare with identifier, not the path
10181
10182 2002-07-26 [alfons]     0.8.0claws18
10183
10184         * src/folder.c
10185                 use folder item identifier for saving / restoring
10186                 preferences because folder->path might not be unique
10187
10188 2002-07-26 [melvin]     0.8.0claws17
10189
10190         * src/logwindow.c
10191                 Fixed a crash introduced in 0.8.0claws5 when log is 
10192                 cut under 80 characters.
10193
10194 2002-07-26 [paul]       0.8.0claws16
10195
10196         * sync with 0.8.1cvs1
10197                 see ChangeLog 2002-07-26
10198
10199 2002-07-26 [christoph]  0.8.0claws15
10200
10201         * src/imap.[ch]
10202                 imap folder now remembers the last selected
10203                 folder and imap_fetch_msginfo skips selecting
10204                 the folder if it is already selected
10205
10206 2002-07-26 [christoph]  0.8.0claws14
10207
10208         * src/folder.c
10209         * src/folderview.c
10210         * src/imap.c
10211                 fix imap folder rescanning
10212
10213 2002-07-25 [christoph]  0.8.0claws13
10214
10215         * src/filter.c
10216         * src/folder.[ch]
10217         * src/folderview.c
10218         * src/imap.[ch]
10219         * src/mainwindow.c
10220         * src/mbox_folder.c
10221         * src/mh.c
10222         * src/news.c
10223                 implement imap uid cache and uid validity check
10224
10225 2002-07-25 [alfons]     0.8.0claws12
10226
10227         * src/summaryview.c
10228                 fix a brown paper bag bug, and also add some more
10229                 checks
10230
10231 2002-07-25 [christoph]  0.8.0claws11
10232
10233         * src/folder.c
10234                 don't mix copy, fetch_msginfo and remove
10235                 operations in folder item copy and move
10236                 operations
10237
10238 2002-07-25 [christoph]  0.8.0claws10
10239
10240         * src/folderview.c
10241         * src/mainwindow.c
10242         * src/prefs_folder_item.c
10243         * src/summaryview.[ch]
10244                 remove no longer required parameter update_cache from
10245                 summary_show
10246
10247 2002-07-25 [paul]       0.8.0claws9
10248
10249         * sync with 0.8.1
10250         
10251         * AUTHORS
10252                 a few corrections
10253
10254 2002-07-24 [alfons]     0.8.0claws8
10255
10256         * src/summaryview.c
10257                 sort correctly when using simplified subject line
10258                 (closes feature request "[ 585141 ] applying regexp to subject 
10259                 before sort" submitted by Alexandra Walford)
10260
10261 2002-07-24 [paul]       0.8.0claws7
10262
10263         * sync with 0.8.0cvs3
10264                 see ChangeLog 2002-07-24
10265
10266 2002-07-23 [christoph]  0.8.0claws6
10267
10268         * src/folder.c
10269         * src/folder.h
10270         * src/summaryview.c
10271         * src/summaryview.h
10272         * src/main.c
10273                 o separate processing and summaryview
10274                 o removed summary_write_cache from summaryview
10275                 o removed summaryview->killed_messages, because we don't have
10276                   to keep a list of killed messages anymore. New cache will
10277                   keep the hidden messages in cache anyway
10278         * src/folderview.c
10279         * src/inc.c
10280         * src/selective_download.c
10281                 o removed unnecessary summary_write_cache calls
10282         * src/procmsg.c
10283                 o don't set ignore thread flag in procmsg_get_thread_tree
10284                   if it is already set
10285         * src/mainwindow.c
10286         * src/statusbar.h
10287                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10288                   they are used in different files
10289
10290 2002-07-23 [melvin]     0.8.0claws5
10291
10292         * src/addressbook.c
10293         * src/addrgather.c
10294         * src/editaddress.c
10295         * src/editgroup.c
10296         * src/editldap_basedn.c
10297         * src/importldif.c
10298         * src/prefs_common.c
10299                 Fixed few memory leak (gtk_editable_get_chars returns
10300                 an allocated string)
10301         * src/logwindow.c
10302                 Fixed few memory leak (gtk_editable_get_chars returns
10303                 an allocated string) and modified a little the log cutting
10304                 loop.
10305         * src/compose.c
10306                 Replaced a call to an obsolete function gtk_entry_get_text()
10307                 by gtk_editable_get_chars()
10308         * src/send.c
10309                 Removed a debug printf
10310
10311 2002-07-23 [christoph]  0.8.0claws4
10312
10313         * src/filesel.c
10314                 fix another g_dirname memory leak
10315
10316 2002-07-23 [christoph]  0.8.0claws3
10317
10318         * src/mh.c
10319                 fixed a memory leak in mh_fetch_msginfo
10320                 fixed crash when message header could not be
10321                 parsed
10322
10323 2002-07-23 [paul]       0.8.0claws2
10324
10325         * sync with 0.8.0cvs2
10326                 see ChangeLog 2002-07-23
10327
10328 2002-07-23 [paul]       0.8.0claws1
10329
10330         * sync with 0.8.0cvs1
10331                 see ChangeLog 2002-07-23
10332
10333 2002-07-23 [paul]       0.8.0claws
10334
10335         * release of 0.8.0claws
10336
10337 2002-07-23 [paul]       0.7.8claws99
10338
10339         * po/ru.po
10340                 new Russian translation, submitted by
10341                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10342
10343 2002-07-22 [jens]       0.7.8claws98
10344
10345         * po/de.po
10346                 Updated German translations.
10347
10348 2002-07-22 [paul]       0.7.8claws97
10349
10350         * po/es.po
10351           po/it.po
10352           po/nl.po
10353           po/pt_BR.po
10354                 updated translations by Ricardo Mones Lastra,
10355                 Alessandro Maestri, Wilbert Berendsen and 
10356                 Fabio Jr. Beneditto respectively
10357
10358 2002-07-22 [christoph]  0.7.8claws96
10359
10360         * src/mimeview.c
10361                 fix memory leak caused by wrong g_dirname usage
10362
10363 2002-07-22 [christoph]  0.7.8claws95
10364
10365         * src/summaryview.c
10366                 update new and unread message counts for summaryview
10367                 summaryview does not get it from the folder anymore
10368                 and has to update the values itself
10369
10370 2002-07-22 [melvin]     0.7.8claws94
10371
10372         * po/fr.po
10373                 Updated French translations.
10374
10375 2002-07-22 [christoph]  0.7.8claws93
10376
10377         * src/matcher.c
10378                 set prop->preg pointer to NULL or following check
10379                 will not fail and regexec will be called with
10380                 invalid pointer
10381
10382 2002-07-21 [alfons]     0.7.8claws92
10383         
10384         * src/prefs_common.[ch]
10385                 remove option "Send return receipt on request"
10386
10387 2002-07-21 [thorsten]   0.7.8claws91
10388
10389         * src/mimeview.c
10390                 fixed memleaks, coding style as pointed out by alfons
10391
10392 2002-07-21 [alfons]     0.7.8claws90
10393
10394         * src/messageview.c
10395         * src/noticeview.[ch]
10396                 o fix bug notice view being displayed when going to empty folder 
10397                   (noticed by Christoph)
10398                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10399                   (noticed by Thorsten)
10400
10401 2002-07-21 [thorsten]   0.7.8claws89
10402
10403         * src/mimeview.c
10404                 Included save_all patch from Xaview FACQ
10405                 added support for pathnames
10406
10407 2002-07-21 [alfons]     0.7.8claws88
10408
10409         * po/POTFILES.in
10410         * src/Makefile.am
10411         * src/mainwindow.c
10412         * src/messageview.[ch]
10413         * src/noticeview.c      ** NEW FILE **
10414         * src/noticeview.h      ** NEW FILE **
10415                 make return receipts work again
10416                 (UI idea by Leandro Pereira)
10417
10418 2002-07-21 [paul]       0.7.8claws87
10419
10420         * src/summaryview.c
10421                 fix sensitivity of 'Select thread'
10422
10423 2002-07-21 [paul]       0.7.8claws86
10424
10425         * src/prefs_common.c
10426                 add browser command line for Galeon
10427
10428 2002-07-21 [paul]       0.7.8claws85
10429
10430         * Makefile.am
10431                 fix 'EXTRA_DIST': remove README.README, add TODO
10432                 and TODO.claws
10433
10434 2002-07-21 [alfons]     0.7.8claws84
10435
10436         * src/gtkstext.c
10437                 make enter clear selection
10438                 (closes "[ 579888 ] Editor selection/entry error"
10439                 reported by Steve Lamb)
10440
10441 2002-07-21 [alfons]     0.7.8claws83
10442         
10443         * src/summaryview.c
10444                 sort message list when selecting unthread messages
10445                 (closes "[ 501593 ] switching threaded view doesn't sort"
10446                 reported by Simon Schubert)
10447
10448 2002-07-20 [alfons]     0.7.8claws82
10449         
10450         * src/matcher.c
10451                 const-correctness
10452
10453 2002-07-20 [thorsten]   0.7.8claws81
10454
10455         * src/matcher.c
10456                 Fixed expansion of empty fields in matchactions
10457
10458 2002-07-19 [melvin]     0.7.8claws80
10459
10460         * src/gtkspell.c
10461                 Removed a duplicate menu entry (fast mode) introduced during
10462                 the new cache merge
10463                 Added a menu separator between 'Use alternate' and 'Fast mode'
10464
10465 2002-07-19 [paul]       0.7.8claws79
10466
10467         * tools/Makefile.am
10468           tools/README
10469                 correct typos
10470
10471 2002-07-19 [thorsten]   0.7.8claws78
10472
10473         * tools/calypso_convert.pl      ** NEW FILE **
10474           tools/README
10475           tools/Makefile.am
10476                 script to import mbox files exported
10477                 by calypso
10478                 o generates folder structure
10479                 o includes attachments
10480
10481 2002-07-19 [melvin]     0.7.8claws77
10482
10483         * src/selective_download.[ch]
10484                 Fixed bug where closing the dialog with the window manager's
10485                 close button will not unlock the summary
10486                 Corrected some function declarations that missed a return value
10487                 Made the source code comply better with coding style.
10488         * src/prefs_common.c
10489                 Added new browser command line for Mozilla.
10490
10491 2002-07-18 [paul]       0.7.8claws76
10492
10493         * src/mainwindow.c
10494           src/selective_download.[ch]
10495                 reflect theme changes, fix Gdk Warning when creating 
10496                 pixmap from NULL window, and minor clean up.
10497                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10498
10499         * po/en_GB.po
10500                 updated
10501
10502 2002-07-17 [paul]       0.7.8claws75
10503
10504         * INSTALL[.jp]
10505                 sync with 0.8.0
10506         
10507         * po/en_GB.po
10508                 updated
10509
10510 2002-07-16 [paul]       0.7.8claws74
10511
10512         * tools/filter_conv.pl
10513           tools/README
10514                 replace conversion script with reimplemented version, 
10515                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10516
10517 2002-07-16 [colin]      0.7.8claws73
10518
10519         * src/summaryview.c
10520                 remove forgotten debug messages - sorry ;-)
10521
10522 2002-07-16 [colin]      0.7.8claws72
10523
10524         * src/mimeview.c
10525           src/summaryview.c
10526           src/textview.c
10527           src/textview.h
10528                 add the ability to select part of a text mime-part 
10529                 to reply.
10530
10531 2002-07-15 [christoph]  0.7.8claws71
10532
10533         * src/folder.c
10534                 fix folder message count for folders without
10535                 msg_is_changed (includes news folders)
10536
10537 2002-07-15 [martin]     0.7.8claws70
10538
10539         * src/summaryview.c
10540                 option "display recipient on 'From'..." now works
10541                 without the need of enabling the option
10542                 "display  sender  using  address  book".
10543
10544 2002-07-15 [christoph]  0.7.8claws69
10545
10546         * src/summaryview.c
10547                 removed setting folder status from summaryview.
10548                 folder.c should update all message counts correctly.
10549
10550 2002-07-15 [paul]       0.7.8claws68
10551
10552         * po/pt_BR.po
10553                 updated by Fabio Junior Beneditto
10554
10555 2002-07-15 [darko]      0.7.8claws67
10556
10557         * src/mh.c
10558                 Fixed target folder colorization, don't decrease op
10559                 number twice
10560
10561 2002-07-14 [paul]       0.7.8claws66
10562
10563         * sync with main 0.8.0
10564                 see ChangeLog 2002-07-14
10565
10566 2002-07-13 [melvin]     0.7.8claws65
10567         
10568         * src/addrbook.c
10569         * src/addressbook.c
10570         * src/addrindex.c
10571                 Replaced sprintf by g_snprintf to prevent possible buffer
10572                 overflow.
10573         * src/news.c
10574                 Corrected a log message output format.
10575                 Added a missing "done" debug output.
10576         * src/compose.c
10577                 Added keyboard accelerator for Priority menu items
10578                 Added missing \n in debug output
10579         * src/logwindow.c
10580         * src/gtkspell.c
10581         * src/rfc2015.c
10582                 Added missing \n in debug output
10583
10584 2002-07-13 [paul]       0.7.8claws64
10585
10586         * man/sylpheed.1
10587                 change Sergey's email address to the sf address
10588
10589         * src/textview.c
10590                 increase show_url_timeout (more useful for long
10591                 urls)
10592
10593 2002-07-12 [sergey]     0.7.8claws63
10594
10595         * src/rfc2015.c
10596                 applied (with some modifications) patch to set the
10597                 micalg parameter for signatures
10598                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10599
10600 2002-07-12 [sergey]     0.7.8claws62
10601
10602         * man/Makefile.am
10603         * configure.in
10604                 fixed man page installation
10605
10606 2002-07-12 [paul]       0.7.8claws61
10607
10608         * sync with 0.7.8cvs26
10609                 see ChangeLog 2002-07-11 and 2002-07-12
10610
10611 2002-07-11 [christoph]  0.7.8claws60
10612
10613         * src/compose.c
10614         * src/procmsg.c
10615                 first use the message number to find the message
10616                 to mark with a reply flag but check the
10617                 message-id if we got the correct message, if not
10618                 try to find it by message-id.
10619                 use new string seperator that is not allowed
10620                 in message-ids.
10621
10622 2002-07-11 [paul]       0.7.8claws59
10623
10624         * sync with 0.7.8cvs23
10625                 see ChangeLog 2002-07-10
10626
10627 2002-07-10 [christoph]  0.7.8claws58
10628
10629         * src/folder.[ch]
10630         * src/msgcache.[ch]
10631                 Added message-id table to the cache in memory
10632                 and functions to msgcache.c and folder.c to
10633                 fetch MsgInfos by message id
10634         * src/compose.c
10635         * src/procmsg.c
10636                 store folder and message-id of message replying
10637                 to in queue header and set reply flag after sending
10638                 (Closes bug #469498)
10639
10640 2002-07-10 [paul]       0.7.8claws57
10641
10642         * AUTHORS
10643           man/sylpheed.1.gz
10644                 add Martin to the list of authors
10645
10646 2002-07-09 [martin]     0.7.8claws56
10647         * src/gtksctree.c
10648                 Added gtk_ctree_last_visible(), tree_update_level(),
10649                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10650                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10651                 from gtk+ to gtksctree.c for the new sorting code
10652                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10653                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10654         * src/gtksctree.h
10655                 Added declaration for gtk_sctree_sort_recursive() and
10656                 gtk_sctree_sort_node
10657         * src/addressbook.c
10658         * src/foldersel.c
10659         * src/folderview.c
10660         * src/summaryview.c
10661                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10662                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10663
10664 2002-07-08 [paul]       0.7.8claws55
10665
10666         * more sync with 0.7.8cvs21
10667                 see ChangeLog 2002-07-08
10668
10669 2002-07-08 [paul]       0.7.8claws54
10670
10671         * sync with 0.7.8cvs21
10672                 see ChangeLog 2002-07-08
10673
10674 2002-07-07 [alfons]     0.7.8claws53
10675
10676         * src/Makefile.am
10677         * src/stock_pixmap.[ch]
10678         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10679         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10680         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10681                 add new pixmaps for upcoming notice pane
10682
10683 2002-07-06 [melvin]     0.7.8claws52
10684
10685         * src/gtkspell.[ch]
10686                 Made them a bit closer to Sylpheed's coding style.
10687                 Removed old code.
10688                 Removed possible memory leaks when some errors occurs.
10689
10690 2002-07-06 [melvin]     0.7.8claws51
10691
10692         * po/Makefile.in.in
10693                 Removed --no-location in xgettext command line to help
10694                 translators that use Emacs' po-mode
10695         * src/quote_fmt.c
10696                 Removed unnecessary comments that messed up sylpheed.pot
10697
10698 2002-07-06 [paul]       0.7.8claws50
10699
10700         * sync with 0.7.8cvs19
10701                 see ChangeLog 2002-07-05
10702
10703 2002-07-06 [christoph]  0.7.8claws49
10704
10705         * src/folder.c
10706         * src/mainwindow.c
10707                 fix folder_item_remove_all_msg and folderview
10708                 status for trash folders after emptying trash
10709
10710 2002-07-05 [paul]       0.7.8claws48
10711
10712         * sync with 0.7.8cvs16
10713                 see ChangeLog 2002-07-04 and 2002-07-05
10714
10715 2002-07-04 [paul]       0.7.8claws47
10716
10717         * sync with 0.7.8cvs14
10718                 see  ChangeLog 2002-07-04
10719
10720 2002-07-03 [alfons]     0.7.8claws46
10721
10722         * src/folder.c
10723                 dupe folder item's path because it's being reallocated
10724                 by new folder scanning code
10725
10726 2002-07-03 [christoph]  0.7.8claws45
10727
10728         * src/imap.c
10729                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10730         * src/msgcache.c
10731                 add missing return in msgcache_write
10732
10733 2002-07-02 [thorsten]   0.7.8claws44
10734
10735         * src/jpilot.c
10736         * src/msgcache.c
10737         * src/rfc2015.c
10738                 use binary mode for file access
10739
10740 2002-07-02 [christoph]  0.7.8claws43
10741
10742         * major code cleanup (part 1)
10743         
10744                 - unused variables removed
10745                 - unused functions removed
10746                 - uninitialized variables checked
10747                 - missing return statements added
10748                 - missing function return types added
10749                 - added parentheses around assignment and
10750                   && in || when suggested by gcc
10751               
10752         * src/mh.c
10753         * src/folder.c
10754                 replaced direct calls to folder->scan_tree
10755                 with folder_scan_tree and restore folder
10756                 prefs in this function. The folder should
10757                 not have to deal with them.
10758                 ( Should now work for all folder types )
10759
10760 2002-07-02 [paul]       0.7.8claws42
10761
10762         * sync with 0.7.8cvs13
10763                 see ChangeLog 2002-07-01 and 2002-07-02
10764
10765 2002-07-01 [christoph]  0.7.8claws41
10766
10767         * src/summaryview.c
10768                 fix "goto next/prev unread message" with
10769                 ignored threads
10770
10771 2002-07-01 [paul]       0.7.8claws40
10772
10773         * po/es.po
10774                 updated by Ricardo Mones Lastra
10775
10776 2002-06-30 [match]      0.7.8claws39
10777
10778         * src/jpilot.c
10779                 applied variation of leonerd's patch (566661) to
10780                 allow multiple email addresses per JPilot entry.
10781                 addresses may be separated by space, comma, pipe,
10782                 semi-colon, new-line.
10783
10784 2002-06-30 [alfons]     0.7.8claws38
10785
10786         * src/procmsg.c
10787                 simple fix for putting older nodes before
10788                 newer nodes when threading by subject
10789
10790 2002-06-30 [christoph]  0.7.8claws37
10791
10792         * src/folder.c
10793         * src/folderview.c
10794         * src/mh.c
10795         * src/news.c
10796         * src/procmsg.c
10797                 fix broken folder tree rescaning
10798                 and don't use procmsg_get_mark_sum
10799                 anymore
10800
10801 2002-06-30 [christoph]  0.7.8claws36
10802
10803         * merge new cache branch
10804         * src/imap.c
10805                 fix new cache imap copy bug
10806         * src/folder.c
10807                 improved folder_item_scan
10808                 it should now always set the correct
10809                 new, unread and total message counts
10810
10811 2002-06-29 [paul]       0.7.8claws35
10812
10813         * configure.in
10814                 correct syntax error
10815
10816 2002-06-29 [paul]       0.7.8claws34
10817
10818         * configure.in
10819           Makefile.am
10820           man/Makefile.am       ** NEW FILE **
10821           man/sylpheed.1.gz     ** NEW FILE **
10822                 add Sylpheed man page
10823
10824 2002-06-29 [paul]       0.7.8claws33
10825
10826         * po/pt_BR.po
10827                 updated by Fabio Junior Beneditto
10828
10829 2002-06-28 [jens]       0.7.8claws32
10830
10831         * po/de.po
10832                 translation updated
10833
10834         * src/selective_download.c
10835                 removed gettext for space " "
10836
10837         * src/imap.c
10838                 removed wrong space
10839
10840 2002-06-28 [paul]       0.7.8claws31
10841
10842         * sync with 0.7.8cvs11
10843                 see ChangeLog 2002-06-28
10844
10845 2002-06-28 [paul]       0.7.8claws30
10846
10847         * sync with 0.7.8cvs10
10848                 see ChangeLog 2002-06-27 and 2002-06-28
10849
10850 2002-06-26 [paul]       0.7.8claws29
10851
10852         * src/addrgather.c
10853           src/selective_download.c
10854                 don't gettextise empty strings.
10855                 reserved by gettext. gettext("") returns 
10856                 the header entry with meta information, 
10857                 not the empty string
10858
10859         * po/en_GB.po
10860                 updated
10861
10862 2002-06-26 [paul]       0.7.8claws28
10863
10864         * sync with 0.7.8cvs7
10865                 see ChangeLog 2002-06-25
10866
10867         * src/prefs_common.c
10868                 ...and in the process, tweak the gui a little
10869
10870 2002-06-25 [alfons]     0.7.8claws27
10871         
10872         * configure.in
10873         * src/Makefile.am
10874                 fine tune ldap library detection
10875
10876 2002-06-25 [alfons]     0.7.8claws26
10877
10878         * src/compose.c
10879                 don't allow return receipts when composing a news article
10880
10881 2002-06-25 [paul]       0.7.8claws25
10882
10883         * Makefile.am
10884                 add '$(AMTAR)' to 'release' section to allow for
10885                 new and older autotools
10886
10887 2002-06-25 [paul]       0.7.8claws24
10888
10889         * src/summaryview.c
10890                 fix "No more unread messages" persistant pop-up
10891                 window bug
10892
10893 2002-06-25 [paul]       0.7.8claws23
10894
10895         * po/it.po
10896                 updated by Alessandro Maestri
10897
10898 2002-06-25 [paul]       0.7.8claws22
10899
10900         * sync with 0.7.8cvs6
10901                 see ChangeLog 2002-06-25
10902
10903 2002-06-24 [paul]       0.7.8claws21
10904
10905         * tools/update-po
10906                 add GPL copyright information
10907
10908 2002-06-24 [paul]       0.7.8claws20
10909
10910         * tools/Makefile.am
10911           tools/README
10912           tools/update-po       ** NEW FILE **
10913                 add script that eases the creation of *.po files
10914                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10915
10916 2002-06-23 [alfons]     0.7.8claws19
10917
10918         * src/messageview.c
10919                 make notification_convert_header obey const correctness
10920                 (next step will be fixing the broken return receipt)
10921
10922 2002-06-23 [paul]       0.7.8claws18
10923
10924         * src/messageview.c
10925                 fix bug introduced in last commit:
10926                 removed too much code in last commit - put back what's
10927                 needed
10928
10929 2002-06-23 [paul]       0.7.8claws17
10930
10931         * src/messageview.[ch]
10932                 remove code committed in error from locally patched
10933                 source
10934
10935 2002-06-23 [colin]      0.7.8claws16
10936
10937         * src/compose.[ch]
10938                 add compose_entry_select(), used to select the default_to
10939                 email address - hopefully avoiding people sending mails to
10940                 wrong recipients.
10941
10942 2002-06-22 [alfons]     0.7.8claws15
10943
10944         * AUTHORS
10945                 add Bram Metsch & Stanislav Karchebny
10946         * src/smtp.[ch]
10947         * src/prefs_account.[ch]
10948         * src/send.c
10949                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10950                   options.  (see <http://sourceforge.net/tracker/index.php
10951                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10952
10953                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10954                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10955
10956 2002-06-22 [paul]       0.7.8claws14
10957
10958         * sync with 0.7.8cvs5
10959                 see ChangeLog 2002-06-19 and 2002-06-20
10960
10961 2002-06-22 [alfons]     0.7.8claws13
10962
10963         * src/selective_download.c
10964                 fix a stupid mistake I made
10965
10966 2002-06-22 [alfons]     0.7.8claws12
10967
10968         * src/selective_download.[ch]
10969                 fix another unnoticed leak; cleanup code
10970
10971 2002-06-21 [alfons]
10972
10973         * tools/Makefile.am
10974                 gpg-sign <-- gpg-sign-syl
10975
10976 2002-06-21 [alfons]     0.7.8claws11
10977
10978         * src/selective_download.c
10979         * src/selective_download.h
10980                 fix assorted mix of allocation errors (should solve
10981                 problem reported by Philippe Gramoullé, see:
10982                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10983
10984 2002-06-20 [melvin]     0.7.8claws10
10985
10986         * tools/gpg-sign *REMOVED*
10987           tools/gpg-sign-syl *ADDED*
10988                 Replaced the gpg clearsigning script with the version using
10989                 xterm instead of ssh-askpass and changed its name.
10990
10991         * README.claws
10992                 Updated actions example to reflect the renaming of the
10993                 gpg clearsigning script.
10994
10995 2002-06-19 [paul]       0.7.8claws9
10996
10997         * sync with 0.7.8claws9
10998                 see ChangeLog 2002-06-18 and 2002-06-19
10999
11000 2002-06-19 [paul]       0.7.8claws8
11001
11002         * sync with 0.7.8cvs1
11003                 see ChangeLog 2002-06-18
11004
11005 2002-06-18 [alfons]     0.7.8claws7
11006
11007         * src/mainwindow.h
11008                 add omitted prototype
11009
11010 2002-06-17 [paul]       0.7.8claws6
11011
11012         * src/mainwindow.c
11013                 fix hiding of exec_btn
11014
11015 2002-06-17 [paul]       0.7.8claws5
11016
11017         * src/pop.c
11018                 remove unneeded code: should_delete() 
11019                 and Pop3State::uidl_todelete_list
11020
11021 2002-06-17 [paul]       0.7.8claws4
11022
11023         * sync with 0.7.8
11024                 see ChangeLog 2002-06-11 and 2002-06-13
11025
11026 2002-06-16 [alfons]     0.7.8claws3
11027         
11028         * src/folder.c
11029                 make sure lock sort mode (claws specific) is
11030                 also persists after a tree rescan
11031
11032 2002-06-16 [alfons]     0.7.8claws2
11033
11034         * src/prefs_folder_item.c
11035         * src/folder.[ch]
11036                 fix persistence of folder sort mode (broken
11037                 by adapting Hiro's new folder persistence code)
11038
11039 2002-06-16 [alfons]     0.7.8claws1
11040
11041         * AUTHORS
11042         * src/logwindow.c
11043         * src/prefscommon.[ch]
11044                 control size of log text in log window; 
11045                 closes patch #569155 submitted by Mitko Haralanov.
11046
11047 2002-06-15 [paul]       0.7.8claws
11048
11049         * release of 0.7.8claws
11050
11051 2002-06-15 [paul]       0.7.7claws
11052
11053         * po/pt_BR.po
11054                 updated by Fabio Junior Beneditto
11055
11056 2002-06-14 [paul]       0.7.6claws49
11057
11058         * po/es.po
11059                 updated by Ricardo Mones Lastra
11060
11061 2002-06-14 [paul]       0.7.6claws48
11062
11063         * po/nl.po
11064                 updated translation by Wilbert Berendsen
11065
11066 2002-06-14 [melvin]     0.7.6claws47
11067
11068         * po/fr.po
11069                 Updated French translation
11070
11071 2002-06-13 [paul]       0.7.6claws46
11072
11073         * src/filesel.c
11074                 allow filename to be typed in, rather than just
11075                 selected by the mouse. Patch by Gustavo Noronha Silva.
11076
11077 2002-06-13 [alfons]     0.7.6claws45
11078
11079         * src/mainwindow.[ch]
11080                 more cleanups (removing unnecessary menu items Expand 
11081                 summary / message view)
11082
11083 2002-06-13 [melvin]     0.7.6claws44
11084
11085         * po/POTFILES.in
11086                 Added src/string_match.c
11087         * src/string_match.c
11088                 Fixed possible buffer overflow.
11089                 Corrected typo.
11090                 Added missing config.h header.
11091         * src/prefs_common.c
11092           src/prefs_matcher.c
11093           src/prefs_scoring.c
11094                 Made some strings translatable (missing _(..)).
11095
11096 2002-06-13 [melvin]     0.7.6claws43
11097
11098         * README.claws
11099                 Corrected action example (verifying clearsigned mail).
11100         * src/prefs_account.c
11101                 Corrected typo.
11102         * src/prefs_common.c
11103                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11104
11105 2002-06-12 [alfons]     0.7.6claws42
11106
11107         * src/summaryview.c
11108                 add init of score column lost in 0.7.6claws42
11109
11110 2002-06-12 [paul]       0.7.6claws41
11111
11112         * src/prefs_account.c
11113                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11114                 behavior of the radio buttons, (from 0.7.7cvs2)
11115
11116 2002-06-11 [alfons]     0.7.6claws40
11117
11118         * src/messageview.[ch]
11119         * src/summaryview.[ch]
11120         * src/summary_search.c
11121         * src/mainwindow.c
11122                 perform a sync to bring in Hiro's separate view implementation 
11123
11124                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11125
11126 2002-06-11 [paul]       0.7.6claws39
11127         
11128         * src/prefs_account.c
11129                 correct a typo on the Receive tab
11130
11131 2002-06-10 [match]      0.7.6claws38
11132
11133         * src/addressbook.c
11134                 Included address completion patch from Gustavo Noronha.
11135
11136 2002-06-10 [paul]       0.7.6claws37
11137
11138         * src/inc.[ch]
11139           src/pop.c
11140           src/prefs_account.[ch]
11141           src/selective_download.[ch]
11142                 apply PATCH #561712
11143                  NEW:
11144                 - check if POP Account
11145                 - Receive Button renamed to Preview
11146                 - Preview Button Popup: preview new/all messages
11147                 - Download Button
11148                 - Account Preferences-->Receive tab checkbutton if you
11149                   want to remove Mail after Download
11150                 -: default YES
11151                 - Account Preferences-->Receive tab checkbutton use
11152                   filtering rules on preview
11153                   (think of delete_on_server)
11154                 -: default YES
11155                 - Account selectable from SD dialog
11156                 - checkbutton to show already downloaded messages if
11157                   all messages are previewed
11158                 - new clist column showing Date
11159                 - ESC KEY close
11160                 FIXES:
11161                 - play ball with UIDL
11162                 - fault tolerant (?) 
11163                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11164
11165 2002-06-10 [melvin]     0.7.6claws36
11166
11167         * README.claws
11168                 Added a hint to ac/README in cvs instructions.
11169
11170         * src/prefs_actions.c
11171                 Made it possible to use a more elaborate command line
11172                 for asynchronous actions, too.
11173
11174 2002-06-10 [melvin]     0.7.6claws35
11175         
11176         * src/prefs_actions.c
11177                 Make it possible to use a more elaborate command line
11178                 (e.g. |foo|bar|cat>there;echo Done|)
11179                 Corrected error message when calling %f, %F and %p commands
11180                 from the compose window.
11181
11182 2002-06-09 [colin]      0.7.6claws34
11183
11184         * src/summaryview.c
11185                 Automatically find unread messages in current folder
11186                 before annoying the user.
11187
11188 2002-06-08 [alfons]     0.7.6claws33
11189
11190         * po/it.po
11191                 remove bad formatting string in it.po translation
11192                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11193
11194 2002-06-08 [paul]       0.7.6claws32
11195
11196         * sync with 0.7.6cvs25
11197                 see ChangeLog 2002-06-07
11198
11199 2002-06-05 [paul]       0.7.6claws31
11200
11201         * src/mainwindow.c
11202                 add 'Sort by locked' and 'Sort by score'
11203
11204 2002-06-05 [paul]       0.7.6claws30
11205
11206         * sync with 0.7.6cvs24
11207                 see ChangeLog 2002-06-04
11208
11209 2002-06-04 [paul]       0.7.6claws29
11210
11211         * po/pt_BR.po
11212                 updated by Fabio Junior Beneditto
11213
11214 2002-06-03 [thorsten]   0.7.6claws28
11215
11216         * src/matcher.c
11217                 fclose() matcherrc after reading
11218
11219 2002-06-03 [paul]       0.7.6claws27
11220
11221         * sync with 0.7.6cvs21
11222                 see ChangeLog 2002-05-31
11223
11224 2002-05-31 [paul]       0.7.6claws26
11225
11226         * sync with 0.7.6cvs20
11227                 see ChangeLog 2002-05-29 and 2002-05-30
11228
11229 2002-05-31 [paul]       0.7.6claws25
11230
11231         * src/imap.c
11232                 hopefully fix last buggy sync
11233
11234         * README.claws
11235                 correct typo in 'Actions' examples
11236
11237 2002-05-29 [paul]       0.7.6claws24
11238
11239         * sync with 0.7.6cvs18
11240                 see ChangeLog 2002-05-28 and 2002-05-29
11241
11242         * src/news.c
11243           src/nntp.[ch]
11244                 sync with above 
11245
11246 2002-05-28 [paul]       0.7.6claws23
11247
11248         * sync with 0.7.6cvs16
11249                 see ChangeLog 2002-05-28
11250
11251 2002-05-27 [thorsten]   0.7.6claws22 
11252
11253         * faq/it/sylpheed-faq-1.html
11254           faq/it/sylpheed-faq-2.html
11255           faq/it/sylpheed-faq-3.html
11256           faq/it/sylpheed-faq.html
11257                 corrected DOS lineendings
11258         * faq/de/sylpheed-faq-1.html
11259           faq/de/sylpheed-faq-2.html
11260           faq/en/sylpheed-faq-1.html
11261           faq/en/sylpheed-faq-2.html
11262           faq/en/sylpheed-faq-3.html
11263           faq/es/sylpheed-faq-1.html
11264           faq/es/sylpheed-faq-2.html
11265           faq/es/sylpheed-faq-3.html
11266           faq/fr/sylpheed-faq-1.html
11267           faq/it/sylpheed-faq-1.html
11268           faq/it/sylpheed-faq-2.html
11269           faq/it/sylpheed-faq-3.html
11270           faq/it/sylpheed-faq.html
11271                 changed ">" to &quot;
11272
11273 2002-05-27 [paul]       0.7.6claws21
11274         
11275         * sync with 0.7.6cvs15
11276                 see ChangeLog 2002-05-27
11277
11278 2002-05-27 [paul]       0.7.6claws20
11279
11280         * src/prefs_account.c
11281                 correct a typo
11282
11283 2002-05-26 [paul]       0.7.6claws19
11284
11285         * tools/README
11286                 correct a typo
11287
11288 2002-05-25 [paul]       0.7.6claws18
11289
11290         * tools/README
11291                 add description of kmail2sylpheed.pl
11292
11293 2002-05-25 [paul]       0.7.6claws17
11294
11295         * tools/kmail2sylpheed.pl       ** NEW FILE **
11296                 perl script that converts an exported Kmail address
11297                 book, converts it to sylpheed addressbook file,
11298                 writes the file to .sylpheed, and updates
11299                 addrbook--index.xml 
11300
11301 2002-05-25 [paul]       0.7.6claws16
11302
11303         * sync with 0.7.6cvs14
11304                 see ChangeLog 2002-05-23
11305
11306 2002-05-24 [paul]       0.7.6claws15
11307
11308         * README.claws
11309                 make a correction and add some more info
11310
11311 2002-05-24 [paul]       0.7.6claws14
11312
11313         * src/compose.c
11314                 fix memory leak in 
11315                 compose_redirect_write_headers_from_headerlist()
11316                 add Subject and Resent-Message-ID to
11317                 compose_redirect_write_headers()
11318                 Received, Subject, and X-UIDL are filtered out in 
11319                 compose_redirect_write_to_file()
11320
11321 2002-05-23 [paul]       0.7.6claws13
11322
11323         * src/compose.[ch]
11324           src/filtering.c
11325           src/mainwindow.c
11326           src/matcher.[ch]
11327           src/matcher_parser_lex.l
11328           src/matcher_parser_parse.y
11329           src/prefs_common.[ch]
11330           src/prefs_filtering.c
11331           src/summaryview.c
11332                 rename 'Bounce' to 'Redirect'
11333
11334 2002-05-23 [paul]       0.7.6claws12
11335
11336         * more sync with 0.7.6cvs13
11337           src/compose.c
11338                 see ChangeLog 2002-05-22
11339
11340 2002-05-22 [paul]       0.7.6claws11
11341
11342         * sync with 0.7.6cvs13
11343           src/codeconv.c
11344                 see ChangeLog 2002-05-20
11345           src/prefs_common.c
11346                 see ChangeLog 2002-05-22
11347
11348 2002-05-21 [melvin]     0.7.6claws10
11349
11350         * src/folderview.c
11351                 Added missing filtering and scoring headers
11352                 Fixed bad function call that showed garbage 
11353                 in Folder->Processing
11354
11355 2002-05-21 [paul]       0.7.6claws9
11356
11357         * tools/Makefile.am
11358                 make all tools executable, (patch by Alfons).
11359
11360 2002-05-20 [alfons]     0.7.6claws8
11361
11362         * src/procheader.c
11363                 don't forget to call mktime() so we have a valid week 
11364                 and year day
11365                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11366
11367 2002-05-20 [paul]       0.7.6claws7
11368
11369         * src/html.c
11370                 fix broken parsing of urls
11371         * src/textview.c
11372                 fix displaying of urls
11373
11374                 both fixes from the patch [547855] by Eugene 
11375                 Brevdo (zonem)
11376
11377 2002-05-19 [alfons]     0.7.6claws6
11378
11379         * configure.in
11380                 make sylpheed configure correctly with the latest
11381                 and greatest of automake / autoconf / gettext
11382
11383 2002-05-19 [alfons]     0.7.6claws5
11384
11385         * src/procheader.c
11386         * src/procheader.h
11387                 add function for returning ime zone offset
11388         * src/quote_fmt.c
11389         * src/quote_fmt_parse.y
11390                 better quotation formatting - does not convert
11391                 to local time, but uses the original date string.
11392                 
11393                 Note: %z inserts the timezone offset (should 
11394                 work also on platforms where strftime does not
11395                 support %z).
11396
11397 2002-05-18 [christoph]  0.7.6claws4
11398
11399         * src/summaryview.c
11400                 fix indentation of some code
11401         * tools/Makefile.am
11402                 fix spaces after \
11403         * src/Makefile.am
11404                 add missing \
11405                 correct path for ignorethread.xpm
11406                 incorrect filename for sylpheed_logo.xpm
11407                 add missing include matcher_parser_parse.h
11408
11409 2002-05-18 [paul]       0.7.6claws3
11410
11411         * sync with 0.7.6cvs8
11412                 see ChangeLog 2002-05-16 and 2002-05-17
11413
11414 2002-05-18 [melvin]     0.7.6claws2
11415
11416         * README.claws
11417                 Corrected an action's definition and fixed some misspellings.
11418
11419 2002-05-18 [paul]       0.7.6claws1
11420
11421         * tools/Makefile.am
11422           tools/gpg-sign        ** new file **
11423           tools/uudec           ** new file **
11424                 add Melvin's Actions scripts
11425
11426         * README.claws
11427                 add Melvin's descriptions for Actions
11428
11429 2002-05-18 [paul]       0.7.6claws
11430
11431         * Version 0.7.6claws released
11432
11433 2002-05-17 [paul]       0.7.5claws32
11434
11435         * po/es.po
11436                 updated by Ricardo Mones Lastra
11437
11438 2002-05-17 [paul]       0.7.5claws31
11439
11440         * src/compose.c
11441                 fix Account prefs default folder for sent/draft/deleted
11442                 messages bug
11443
11444         * po/it.po
11445           po/nl.po
11446                 updated translation by Alessandro Maestri and
11447                 Wilbert Berendsen
11448
11449 2002-05-17 [melvin]     0.7.5claws30
11450
11451         * src/prefs_actions.c
11452                 Fixed bug where using %F not at the end of the command 
11453                 resulted in an additional empty argument being created.
11454                 Thanks to Darko Koruga for reporting the bug.
11455
11456 2002-05-17 [melvin]     0.7.5claws29
11457
11458         * po/fr.po
11459                 Updated French translations.
11460
11461 2002-05-15 [paul]       0.7.5claws28
11462         
11463         * po/es.po
11464                 updated by Ricardo Mones Lastra
11465
11466 2002-05-15 [paul]       0.7.5claws27
11467
11468         * sync with 0.7.6cvs4
11469                 see ChangeLog 2002-05-14 and 2002-05-15
11470
11471 2002-05-14 [paul]       0.7.5claws26
11472
11473         * sync with 0.7.6cvs1
11474                 see ChangeLog 2002-05-13
11475
11476 2002-05-13 [thorsten]   0.7.5claws25
11477
11478         * src/messageview.c
11479                 fix select_all and copy in multipart messages
11480         * src/mainwindow.c
11481                 fix select_all and copy in multipart messages
11482
11483 2002-05-12 [paul]       0.7.5claws24
11484
11485         * src/summaryview.c
11486                 reverse last commit, bug already fixed in 0.7.5claws3
11487
11488 2002-05-12 [netztorte]  0.7.5claws23
11489
11490         * src/summaryview.c
11491                 dont parse empty addressbook (checked in before claws20)
11492
11493 2002-05-12 [melvin]     0.7.5claws22
11494
11495         * src/procmsg.[ch]
11496                 Removed unneeded priority code introduced by the previous 
11497                 commit.
11498
11499 2002-05-12 [melvin]     0.7.5claws21
11500
11501         * src/compose.[ch]
11502                 Added possibility to set message's priority.
11503         * src/procmsg.[ch]
11504                 Added possibility to set message's priority.
11505                 Added missing headers
11506
11507 2002-05-12 [melvin]     0.7.5claws20
11508
11509         * src/prefs_actions.c
11510                 Removed implicitely added quotes around the name
11511                 of the temporary files of mime parts.
11512
11513 2002-05-12 [paul]       0.7.5claws19
11514
11515         * sync with 0.7.5cvs20
11516                 see ChangeLog 2002-05-11
11517
11518 2002-05-12 [alfons]     0.7.5claws18
11519
11520         * src/quote_fmt_lex.l
11521         * src/quote_fmt_parse.y
11522                 allow quote / reply date & time format to be set using
11523                 %D{format}. format is a format string you'd pass to
11524                 strftime() (see man strftime, or the Display tab |
11525                 Date format setting).
11526
11527                 Currently %D converts the date to local time. 
11528
11529 2002-05-11 [paul]       0.7.5claws17
11530
11531         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11532                 see ChangeLog 2002-05-10 and 2002-05-11
11533
11534 2002-05-10 [paul]       0.7.5claws16
11535
11536         * sync with 0.7.5cvs16
11537                 see ChangeLog entries 2002-05-09 and 
11538                 2002-05-10
11539
11540 2002-05-10 [colin]      0.7.5claws15
11541
11542         * src/textview.c
11543                 Corrected a bug that prevented sylpheed to open
11544                 double-clicked URIs.
11545
11546 2002-05-09 [paul]       0.7.5claws14
11547
11548         * sync with 0.7.5cvs14
11549                 see ChangeLog 2002-05-08 and 2002-05-09
11550
11551 2002-05-08 [paul]       0.7.5claws13
11552
11553         * sync with 0.7.5cvs11
11554                 see ChangeLog entry 2002-05-08
11555
11556 2002-05-08 [paul]       0.7.5claws12
11557
11558         * src/mainwindow.c
11559           src/textview.[ch]
11560                 fix segfault on View->Open in new window
11561                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11562
11563 2002-05-07 [paul]       0.7.5claws11
11564
11565         * sync with 0.7.5cvs9
11566                 see ChangeLog entry 2002-05-07
11567
11568 2002-05-06 [paul]       0.7.5claws10
11569
11570         * src/messageview.c
11571           src/textview.c
11572                 display url in statusbar on single-click
11573                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11574
11575 2002-05-06 [match]      0.7.5claws9
11576
11577         * src/addritem.[ch]
11578                 new functions.
11579         * src/addrcache.c
11580                 tidy up.
11581         * src/xmlprops.[ch]
11582                 XML implementation of properties file.
11583         * src/exporthtml.[ch]
11584         * src/expthtmldlg.[ch]
11585         * src/addressbook.c
11586                 export to HTML.
11587
11588 2002-05-02 [sergey]     0.7.5claws8
11589
11590         * src/mainwindow.c (mainwin_entries),
11591           src/prefs_common.c (prefs_send_create()),
11592           src/codeconv.c (locale_table):
11593                 use charset name "Windows-1251" instead of "CP1251".
11594
11595 2002-05-02 [colin]      0.7.5claws7
11596         
11597         * src/compose.c
11598           src/prefs_common.c
11599           src/prefs_folder_item.c
11600                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11601
11602 2002-05-02 [hiro]       0.7.5claws6
11603
11604         * src/imap.c
11605                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11606
11607 2002-05-02 [paul]       0.7.5claws5
11608
11609         * src/compose.c
11610                 more sync with 0.7.5cvs7, see ChangeLog entry
11611                 2002-05-02
11612
11613 2002-05-02 [hiro]       0.7.5claws4
11614
11615         * src/compose.c
11616                 compose_queue_sub():
11617                 check if queue folder exists (closes #550397).
11618                 removed directory creation since it should be handled
11619                 transparently.
11620         * src/imap.c
11621                 imap_add_msg(): return UID for appended message
11622                 (closes #548842).
11623
11624 2002-04-30 [paul]       0.7.5claws3
11625
11626         * src/summaryview.c
11627                 fix account_find_from_address() bug
11628
11629 2002-04-28 [colin]      0.7.5claws2
11630
11631         * src/compose.c
11632           src/textview.c
11633           src/prefs_common.[ch]
11634           src/utils.[ch]
11635                 Added user-definable quotation characters recognition.
11636
11637 2002-04-28 [paul]       0.7.5claws1
11638
11639         * sync with 0.7.5cvs4
11640                 see ChangeLog entry  2002-04-25
11641
11642 2002-04-28 [paul]       0.7.5claws
11643
11644         * po/es.po
11645           po/nl.po
11646           po/pt_BR.po
11647                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11648                 Fabio Junior Beneditto
11649
11650 2002-04-27 [jens]       0.7.4claws103
11651
11652         * po/de.po
11653                 updated German translation.
11654
11655 2002-04-27 [hiro]       0.7.4claws102
11656
11657         * src/summaryview.c
11658                 summary_write_cache(): fixed the mark loss of hidden messages.
11659
11660 2002-04-26 [melvin]     0.7.4claws101
11661
11662         * src/procmsg.c
11663                 fixed a second typo (same one)
11664         * po/fr.po
11665           po/it.po
11666           po/pt_BR.po
11667                 fixed the type again...
11668
11669 2002-04-26 [melvin]     0.7.4claws100
11670
11671         * src/procmsg.c
11672                 fixed a typo in an alert message ("temorary").
11673         * po/it.po
11674         * po/pt_BR.po
11675                 corrected the typo  described above.
11676         * po/fr.po
11677                 updated French translation.
11678
11679 2002-04-26 [darko]      0.7.4claws99
11680
11681         * src/summaryview.c
11682                 fix target folder colorization
11683
11684 2002-04-25 [paul]       0.7.4claws98
11685
11686         * po/it.po
11687                 updated by Alessandro Maestri
11688
11689 2002-04-24 [colin]      0.7.4claws97
11690         
11691         * src/compose.c
11692                 Fixed double "subject is empty" question.
11693
11694 2002-04-23 [colin]      0.7.4claws96
11695         
11696         * src/mimeview.c
11697                 Corrected issue when "automatically display images" was
11698                 not set : first image remained after selecting second.
11699
11700 2002-04-23 [melvin]     0.7.4claws95
11701
11702         * src/prefs_actions.c
11703                 Don't display in/out dialog if there is nothing to show.
11704
11705 2002-04-23 [paul]       0.7.4claws94
11706
11707         * sync with 0.7.5cvs3
11708                 bug fixes: see ChangeLog entry 2002-04-23
11709
11710 2002-04-22 [darko]      0.7.4claws93
11711
11712         * src/compose.c
11713                 fix previous check-in which changed code after
11714                 merge from main
11715
11716 2002-04-22 [paul]       0.7.4claws92
11717
11718         * faq/de/*
11719                 add German FAQ
11720         * faq/en/*
11721           faq/es/*
11722           faq/fr/*
11723                 update English, Spanish and French FAQs
11724         * manual/de/*
11725           manual/es/*
11726                 add German and Spanish manuals
11727         * manual/en/*
11728           manual/fr/*
11729                 update English and French manuals
11730
11731         * src/Makefile.am
11732                 add to and re-arrange the pixmap entries
11733
11734 2002-04-22 [darko]      0.7.4claws91
11735
11736         * src/compose.c
11737                 fix sender initials recognition to only allow
11738                 '>' after the initials
11739
11740 2002-04-21 [paul]       0.7.4claws90
11741
11742         * sync with 0.7.5 release
11743                 see ChangeLog entry 2002-04-21
11744
11745 2002-04-21 [alfons]
11746
11747         * src/Makefile.am
11748                 add colin's new pixmaps to EXTRA_DIST
11749
11750 2002-04-21 [colin]      0.7.4claws89
11751         * src/compose.c
11752         * src/inc.c
11753         * src/mainwindow.[ch]
11754         * src/prefs_common.[ch]
11755         * src/stock_pixmap.[ch]
11756                 Added "Work offline" ability.
11757
11758 2002-04-21 [colin]      0.7.4claws88
11759         
11760         * src/mimeview.c
11761         * src/prefs_common.c
11762         * src/prefs_common.h
11763         * src/textview.c : Added an option to common preferences -> display
11764           to allow user not to automatically display images.
11765
11766 2002-04-21 [paul]       0.7.4claws87
11767
11768         * sync with 0.7.4cvs52
11769                 see ChangeLog entry 2002-04-21 (src/imap.c)
11770
11771 2002-04-21 [paul]       0.7.4claws86
11772
11773         * sync with 0.7.4cvs51
11774                 see ChangeLog entry 2002-04-21
11775
11776 2002-04-21 [paul]       0.7.4claws85
11777
11778         * sync with 0.7.4cvs49
11779                 see ChangeLog entries 2002-04-20 and 2002-04-21
11780
11781         * src/Makefile.am
11782                 clean up: remove old 'stock_' element from xpm 
11783                 filenames.
11784
11785 2002-04-21 [alfons]     0.7.4claws84
11786
11787         apply sync patch from Paul
11788
11789         * src/folderview.c
11790                 use old claws prefs_folder_item_create() for now
11791
11792 2002-04-19 [match]      0.7.4claws83
11793
11794         * src/addressbook.[ch]
11795         * src/addrharvest.[ch]
11796         * src/addrgather.[ch]
11797                 recurse folders.
11798         * src/mainwindow.c
11799         * src/summaryview.[ch]
11800                 change menu option.
11801
11802 2002-04-19 [paul]       0.7.4claws82
11803
11804         * po/pt_BR.po
11805                 updated by Fabio Junior Beneditto
11806
11807 2002-04-14 [alfons]     0.7.4claws81
11808
11809         * src/passphrase.c
11810                 add #include <sys/types.h> for mode_t and off_t 
11811
11812 2002-04-13 [paul]       0.7.4claws80
11813         
11814         * src/main.c
11815           src/passphrase.[ch]
11816           src/pgptext.c
11817           src/prefs_common.[ch]
11818           src/rfc2015.c
11819                 enable storing of GnuPG passphrase for the whole 
11820                 session or a user-defined number of minutes. patch 
11821                 submitted by Ravemax <ravemax@dextrose.com>
11822
11823 2002-04-13 [alfons]     0.7.4claws79
11824
11825         * src/textview.c
11826                 make email parser also stop scanning when encountering separators
11827                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11828
11829 2002-04-13 [paul]       0.7.4claws78
11830
11831         * sync with 0.7.4cvs39
11832                 see ChangeLog entry 2002-04-12
11833
11834 2002-04-11 [paul]       0.7.4claws77
11835
11836         * sync with 0.7.4cvs37
11837                 see ChangeLog entry 2002-04-11
11838
11839 2002-04-11 [paul]       0.7.4claws76
11840
11841         * COPYING 
11842                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11843                 the clause for OpenSSL). sync with sylpheed main
11844
11845 2002-04-09 [melvin]     0.7.4claws75
11846
11847         * src/compose.c
11848                 Made 'Ctrl-Enter' on send ignore some modifiers 
11849                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11850                 to bind other *-Enter (but not Alt-Enter).
11851
11852 2002-04-09 [paul]       0.7.4claws74
11853
11854         * sync with 0.7.4cvs35
11855                 see ChangeLog entries 2002-04-09
11856
11857 2002-04-08 [paul]       0.7.4claws73
11858
11859         * sync with 0.7.4cvs33
11860                 see ChangeLog entry 200-04-08
11861
11862 2002-04-07 [match]      0.7.4claws72
11863
11864         * src/addrharvest.[ch]
11865                 fixed to read all addresses in header, regardless
11866                 of header size. improved name parsing. accommodate
11867                 harvest from folders and selected message.
11868         * src/addritem.[ch]
11869                 included new address parsing function.
11870         * src/addrgather.[ch]
11871         * src/addressbook.[ch]
11872         * src/summaryview.[ch]
11873         * src/mainwindow.c
11874                 allow address harvest of folder as well as selected
11875                 messages.
11876
11877 2002-04-07 [paul]       0.7.4claws71
11878
11879         * src/esmtp.[ch]
11880           src/smtp.c
11881                 don't try to authenticate with CRAM-MD5 in SMTP when 
11882                 SMTP-AUTH enabled if MTA doesn't issue this 
11883                 auth-method in it's ehlo-response. bug item #531364,
11884                 patch item #938910. patch submitted by Colin Leroy 
11885                 <colin@colino.net>
11886
11887 2002-04-07 [paul]       0.7.4claws70
11888
11889         * src/nntp.c
11890                 fix missing MODE_READER bug. patch submitted by
11891                 Colin Leroy <colin@colino.net>
11892
11893 2002-04-07 [alfons]     0.7.4claws69
11894
11895         * src/matcher.[ch]
11896         * src/prefs_filtering.c
11897         * src/summaryview.c
11898                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11899                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11900
11901 2002-04-07 [paul]       0.7.4claws68
11902
11903         * sync with 0.7.4cvs32
11904                 see ChangeLog entry 2002-04-06
11905
11906         * tools/filter_conv.pl
11907                 more bug fixes
11908
11909 2002-04-06 [paul]       0.7.4claws67
11910
11911         * tools/filter_conv.pl
11912                 modify to be able to find the name of the first
11913                 mailbox and use that. main's filter does not
11914                 record the full path to the mailbox and therefore
11915                 can only filter to the first mailbox.
11916
11917 2002-04-05 [paul]       0.7.4claws66
11918
11919         * tools/filter_conv.pl
11920                 attempt to make the script all-encompassing and
11921                 be able to convert any main 'filter' rule thrown
11922                 at it
11923
11924 2002-04-05 [paul]       0.7.4claws65
11925
11926         * tools/filter_conv.pl
11927                 allow for collapsed folder trees
11928
11929 2002-04-05 [paul]       0.7.4claws64
11930
11931         * sync with 0.7.4cvs31
11932                 see ChangeLog entries 2002-04-05
11933
11934 2002-04-03 [paul]       0.7.4claws63
11935
11936         * sync with 0.7.4cvs29
11937                 see ChangeLog entries 2002-04-02 and 2002-04-03
11938
11939 2002-04-02 [paul]       0.7.4claws62
11940
11941         * sync with 0.7.4cvs26
11942                 see ChangeLog entry 2002-04-01
11943
11944 2002-04-02 [match]      0.7.4claws61
11945
11946         * src/pine.[ch]
11947         * src/importpine.[ch]
11948         * src/addressbook.c
11949                 import Pine address book.
11950
11951 2002-04-02 [match]      0.7.4claws60
11952
11953         * src/addrharvest.[ch]
11954                 improve address parsing of funky addresses.
11955
11956 2002-04-02 [darko]      0.7.4claws59
11957
11958         * src/compose.c
11959                 wrap on send improvements, it now recognizes quoted
11960                 initials as part of the quotation string, and it
11961                 does not join lines separated by CR
11962
11963 2002-04-01 [match]      0.7.4claws58
11964
11965         * src/mgutils.[ch]
11966                 added new functions.
11967         * src/mutt.[ch]
11968                 remove excessive duplicate address generation
11969                 on import.
11970
11971 2002-04-01 [alfons]     0.7.4claws57
11972         
11973         * src/summaryview.c
11974                 put back g_free() 
11975
11976 2002-04-01 [paul]       0.7.4claws56
11977
11978         * sync with 0.7.4cvs25
11979                 see ChangeLog entry 2002-04-01
11980
11981 2002-04-01 [alfons]     0.7.4aprilfool55
11982
11983         * src/summaryview.c
11984                 honour feature request item #537427 to allow for
11985                 displaying names from address book for sent mail also
11986
11987 2002-03-29 [paul]       0.7.4claws54
11988
11989         * src/mainwindow.c
11990           src/prefs_filtering.[ch]
11991           src/prefs_matcher.c
11992           src/summaryview.c
11993                 add 'fast filter' for claws' filtering,
11994                 /Tools/Create filter rule/... patch submitted
11995                 by Neill Miller <neillm@thecodefactory.org>
11996
11997 2002-03-29 [paul]       0.7.4claws53
11998
11999         * sync with 0.7.4cvs24
12000                 see ChangeLog entry 2002-03-29
12001
12002 2002-03-28 [paul]       0.7.4claws52
12003
12004         * sync with 0.7.4cvs23
12005                 see ChangeLog entry 2002-03-28
12006
12007 2002-03-27 [melvin]     0.7.4claws51
12008
12009         * src/prefs_actions.c
12010                 Added support to pass only one message part (as a
12011                 file) to the command using '%p'. No quotes are needed
12012                 because doubles quotes are automatically added.
12013                 Fixed bug where Sylpheed could block when waiting for
12014                 a child process to finish.
12015                 Changed the help menu to remove quotes around symbols to 
12016                 avoid misinterpretation (they must not be used).
12017
12018 2002-03-27 [melvin]     0.7.4claws50
12019
12020         * src/inc.c
12021                 Made the new mail notification command always 
12022                 execute asynchronously.
12023
12024 2002-03-27 [paul]       0.7.4claws49
12025
12026         * src/compose.c
12027                 fix bug introduced in last commit
12028
12029 2002-03-27 [paul]       0.7.4claws48
12030
12031         * sync with 0.7.4cvs21
12032                 see ChangeLog 2002-03-26 and 2002-03-27
12033
12034 2002-03-26 [hoa]        0.7.4claws47
12035
12036         * src/prefs_folder_item.c
12037                 really fixed the bug #516442 with folder rescan.
12038
12039 2002-03-26 [paul]       0.7.4claws46
12040
12041         * sync with 0.7.4cvs19
12042                 see ChangeLog entries 2002-03-25 and 2002-03-26
12043
12044 2002-03-25 [hoa]        0.7.4claws45
12045
12046         * src/matcher.c
12047         * src/mh.c
12048                 fix the bug #516442 with folder rescan.
12049
12050         * src/prefs_common.[ch]
12051         * src/compose.c
12052                 added an option to enable two different behaviours
12053                 for bounce.
12054
12055
12056 2002-03-25 [paul]       0.7.4claws44
12057
12058         * src/mainwindow.c
12059           src/selective_download.c
12060                 correct a few menuitem labels
12061
12062 2002-03-25 [christoph]  0.7.4claws43
12063
12064         * src/procmsg.c
12065                 fix non deleted tmp message in
12066                 procmsg_save_to_outbox
12067                 fix problems caused by sync with
12068                 main branch's procmsg_send_queue
12069
12070 2002-03-25 [paul]       0.7.4claws42
12071
12072         * src/quote_fmt.c
12073           src/quote_fmt_lex.l
12074           src/quote_fmt_parse.y
12075                 add Last name (%L) placeholder for quoting. 
12076                 patch submitted by Thorsten Thielen 
12077                 <thth@users.sourceforge.net>
12078
12079 2002-03-25 [paul]       0.7.4claws41
12080
12081         * src/utils.c
12082                 get full hostname. patch submitted by
12083                 Bob Woodside <rwoodside1@comcast.net>
12084
12085 2002-03-25 [paul]       0.7.4claws40
12086
12087         * src/account.c
12088           src/news.c
12089           src/nntp.[ch]
12090           src/prefs_account.[ch]
12091                 enable NNTP over SSL. patch submitted by
12092                 Pascal Jermini <pascal@infinity.hn.org>
12093
12094 2002-03-24 [paul]       0.7.4claws39
12095
12096         * src/prefs_common.c
12097                 make the arrangement of the Compose tab more
12098                 coherent
12099
12100         * src/mainwindow.c
12101                 fix some irregularities of style
12102
12103         * po/de.po
12104                 updated by Kilian Krause
12105
12106 2002-03-23 [paul]       0.7.4claws38
12107
12108         * po/pt_BR.po
12109                 updated by Fabio Junior Beneditto
12110
12111 2002-03-23 [paul]       0.7.4claws37
12112
12113         * src/mainwindow.c
12114                 move 'Gather addresses' to 'Tools' menu
12115                 make 'Selective download' sensitive
12116
12117 2002-03-23 [paul]       0.7.4claws36
12118
12119         * sync with 0.7.4cvs16
12120                 see ChangeLog entries 2002-03-23
12121
12122 2002-03-22 [christoph]  0.7.4claws35
12123
12124         * src/quote_fmt_parse.y
12125                 fix include program output
12126
12127 2002-03-22 [alfons]     0.7.4claws34
12128
12129         * src/pop.c
12130                 initialize GDate stack variable correctly (sorry!)
12131
12132 2002-03-22 [paul]       0.7.4claws33
12133
12134         * src/compose.c
12135           src/mainwindow.c
12136           src/prefs_actions.c
12137           src/prefs_common.c
12138                 rename 'Tool' to 'Tools'
12139
12140         * src/mainwindow.c
12141                 move 'Delete duplicated messages' from
12142                 'Message/' to 'Tools/'
12143                 re-arrange the order of 'Tools/' items
12144
12145 2002-03-22 [paul]       0.7.4claws32
12146
12147         * src/addr_compl.c
12148           src/addressbook.[ch]
12149                 auto-address completion now also matches on
12150                 Nickname. patch submitted by Bob Forsman 
12151                 <hammor@users.sourceforge.net>
12152
12153         * src/editaddress.c
12154                 correct a spelling mistake
12155
12156 2002-03-22 [alfons]     0.7.4claws31
12157
12158         * src/pop.c
12159                 fix getting uidl from incorrect string 
12160                 (spotted by Colin)
12161
12162 2002-03-21 [alfons]     0.7.4claws30
12163
12164         * src/pop.c
12165                 more code refactoring
12166                 plug mem leak introduced by delete on server
12167
12168 2002-03-21 [paul]       0.7.4claws29
12169
12170         * sync with 0.7.4cvs11
12171                 see ChangeLog entries 2002-03-20
12172
12173 2002-03-20 [alfons]     0.7.4claws28
12174
12175         * src/inc.c
12176                 apply Colin's patch and refactor
12177
12178 2002-03-20 [paul]       0.7.4claws27
12179
12180         * sync with sylpheed 0.7.4cvs9
12181                 see ChangeLog entry 2002-03-20
12182
12183 2002-03-19 [christoph]  0.7.4claws26
12184
12185         * src/mh.c
12186         * src/procmsg.[ch]
12187         * src/summaryview.c
12188                 revert changes for flag updates
12189                 (does not work correctly and no time to debug)
12190
12191 2002-03-20 [alfons]     0.7.4claws25
12192
12193         * src/pop.c
12194                 refactor should_delete() a little bit 
12195
12196 2002-03-19 [paul]       0.7.4claws24
12197
12198         * src/inc.[ch]
12199           src/pop.c
12200           src/prefs_account.[ch]
12201                 allow the user to leave downloaded mail on the 
12202                 server for n days. Patch submitted by Colin Leroy 
12203                 <colin@colino.net>
12204
12205 2002-02-19 [paul]       0.7.4claws23
12206
12207         * sync with sylpheed 0.7.4cvs8
12208                 see ChangeLog entries 2002-03-19
12209
12210 2002-03-18 [paul]       0.7.4claws22
12211
12212         * sync with sylpheed 0.7.4cvs6
12213                 see ChangeLog entry 2002-03-18
12214
12215 2002-03-18 [paul]       0.7.4claws21
12216
12217         * po/en_GB.po
12218                 add en_GB message catalogue
12219
12220         * src/mbox_folder.c
12221           src/prefs_account.c
12222           src/prefs_actions.c
12223                 correct a few spelling mistakes
12224
12225 2002-03-17 [alfons]     0.7.4claws20
12226
12227         * src/matcher.c
12228                 more stringent checks for NULL params when writing
12229                 filtering actions to a file
12230                 
12231 2002-03-17 [hoa]        0.7.3claws20
12232
12233         * src/news.c
12234                 fixed the count of new messages
12235
12236         * src/compose.c
12237                 fixed the "attachment properties" window
12238
12239 2002-03-17 [paul]       0.7.4claws19
12240
12241         * src/defs.h
12242           src/folder.h
12243           src/news.c
12244           src/prefs_account.[ch]
12245           src/procmsg.[ch]
12246           src/summaryview.c
12247                 automatically mark cross-posted messages as read 
12248                 and (optionally) give them a colour label
12249                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12250                 
12251
12252 2002-03-17 [paul]       0.7.4claws18
12253
12254         * sync with sylpheed 0.7.4cvs5
12255                 see ChangeLog entry 2002-03-17
12256
12257 2002-03-17 [melvin]     0.7.4claws17
12258         
12259         * src/textview.c
12260                 Worked around a gtktext 'bug': when searching for 
12261                 a text in a long message it was scrolling slowly
12262                 line by line until it hit the searched text.
12263         * po/fr.po
12264                 Updated French translation
12265
12266 2002-03-17 [melvin]     0.7.4claws16
12267
12268         * src/mainwindow.c
12269         * src/compose.c
12270         * src/prefs_actions.c
12271                 Moved "Edit/Actions" to "Tool/Actions"
12272                 Made mainwindow/compose window sensitive as soon as
12273                 no child process is running anymore even if the io dialog
12274                 is open.
12275                 Fixed a struct being initialized with a non constant char*
12276
12277 2002-03-16 [christoph]  0.7.4claws15
12278
12279         * configure.in
12280                 add --with-compiler-flags option
12281                 (only for developer hacking)
12282         * src/mh.c
12283         * src/procmsg.[ch]
12284         * src/summaryview.c
12285                 try to make folder-stats and flag handling more
12286                 independent from the summaryview. msgcounts
12287                 are only set when the folder is opened and
12288                 procmsg_msginfo_(un)set_flags will handle it
12289                 later and summaryview will get the values
12290                 from the folder.
12291
12292 2002-03-16 [paul]       0.7.4claws14
12293
12294         * src/messageview.c
12295                 fix Return-receipt. Patch submitted by Bob
12296                 Woodside <rwoodside1@comcast.net>
12297
12298 2002-03-16 [paul]       0.7.4claws13
12299
12300         * src/compose.c
12301                 fix 'dynamic' signatures, make it work again
12302                 broken during sync on 2002-03-14 (0.7.4claws2)
12303
12304 2002-03-15 [match]      0.7.4claws12
12305
12306         * src/addrharvest.[ch]
12307         * src/addrgather.[ch]
12308         * src/addressbook.[ch]
12309         * src/mainwindow.c
12310                 included address harvester feature. still some
12311                 issues with address parsing that I will fix.
12312
12313 2002-03-15 [match]      0.7.4claws11
12314
12315         * src/addrbook.[ch]
12316         * src/addrcache.[ch]
12317         * src/addressbook.[ch]
12318         * src/addrindex.c
12319         * src/editbook.c
12320         * src/importldif.c
12321         * src/importmutt.c
12322         * src/jpilot.[ch]
12323         * src/main.c
12324         * src/syldap.[ch]
12325         * src/vcard.[ch]
12326                 tidy up. fix memory leaks. moved attribs and methods
12327                 from individual interfaces to addrcache object. prep
12328                 for new stuff to come in.
12329
12330 2002-03-15 [alfons]     0.7.4claws10
12331
12332         * src/matcher.[ch]
12333         * src/matcher_parser_parse.y
12334         * src/matcher_parser_lex.l
12335         * src/prefs_matcher.c
12336                 add filtering conditions message greater than, smaller 
12337                 than, and exactly matching a size in bytes
12338                 (does not work with delete from POP3 server yet)
12339
12340                 this should also give others an idea what you should
12341                 do to add new criterions to claws filtering system
12342                 
12343
12344 2002-03-15 [paul]       0.7.4claws9
12345
12346         * tools/filter_conv.pl
12347                 exit if there are no filter rules to convert
12348                 rename filterrc to filterrc.old after completion
12349
12350 2002-03-15 [paul]       0.7.4claws8
12351
12352         * sync with sylpheed 0.7.4cvs3
12353                 see ChangeLog entry 2002-03-14
12354
12355 2002-03-14 [paul]       0.7.4claws7
12356
12357         * src/compose.c
12358                 clean up the last commit (ahem)
12359
12360 2002-03-14 [paul]       0.7.4claws6
12361
12362         * src/compose.c
12363                 fix bug #515655. honour account preferences
12364                 regarding gpg default signing/encryption when 
12365                 changing account from the compose window.
12366
12367 2002-03-14 [paul]       0.7.4claws5
12368
12369         * src/folderview.c
12370                 remove unnecessary curly brackets
12371
12372 2002-03-14 [paul]       0.7.4claws4
12373
12374         * src/folderview.c
12375           src/prefs_filtering.[ch]
12376                 add filter rename on folder rename and filter
12377                 delete on folder delete. Patch submitted by
12378                 Neill Miller <neillm@thecodefactory.org> 
12379
12380 2002-03-14 [christoph]  0.7.4claws3
12381
12382         * src/procmsg.c
12383         * src/send.c
12384                 fix local delivery
12385                 (patch submitted by "Simon 'corecode' Schubert")
12386         * src/prefs_common.c
12387         * src/procmsg.c
12388                 fix gcc 3.0 warning
12389
12390 2002-03-14 [paul]       0.7.4claws2
12391
12392         * sync with sylpheed 0.7.4cvs2
12393                 see ChangeLog entry 2002-03-13
12394
12395 2002-03-12 [darko]      0.7.4claws1
12396
12397         * src/mainwindow.c
12398                 fix what seems to be a copy and paste error
12399                 when setting color for important messages
12400                 (reported by wwp)
12401
12402 2002-03-11 [paul]       version 0.7.4claws released
12403
12404 2002-03-11 [paul]       0.7.4claws
12405
12406         * po/es.po
12407           po/it.po
12408           po/nl.po
12409           po/pt_BR.po
12410                 update message catalogs. Submitted by Ricardo Mones 
12411                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12412                 Fabio Junior Beneditto
12413
12414         * configure.in
12415           faq/Makefile.am
12416           faq/it/Makefile
12417           faq/it/sylpheed-faq*
12418           src/mainwindow.c
12419           src/manual.[ch]
12420                 add FAQ in Italian
12421         
12422
12423 2002-03-11 [jens]       0.7.3claws7
12424
12425         * po/de.po
12426                 updated German translation
12427
12428 2002-03-11 [melvin]     0.7.3claws6
12429
12430         * po/fr.po
12431                 updated and corrected French translation
12432
12433 2002-03-10 [hoa]        0.7.3claws5
12434
12435         * src/account.c
12436         * src/inc.c
12437         * src/prefs_account.c
12438         * src/procmsg.c
12439         * src/send.[ch]
12440                 fixed the local account.
12441                 you have to change the default "/usr/sbin/sendmail"
12442                 to "/usr/sbin/sendmail -t" in the preferences of
12443                 the local account.
12444
12445         * src/procmime.c
12446                 removed some debug display for renderer
12447
12448 2002-03-10 [paul]       0.7.3claws4
12449
12450         * faq/en/sylpheed-faq-1.html
12451           faq/en/sylpheed-faq-2.html
12452                 update
12453
12454 2002-03-09 [paul]       0.7.3claws3
12455
12456         * sync with sylpheed 0.7.4
12457                 see ChangeLog entry 2002-03-09
12458
12459 2002-03-08 [paul]       0.7.3claws2
12460
12461         * faq/en/sylpheed-faq*
12462           faq/es/sylpheed-faq*
12463           faq/fr/sylpheed-faq*
12464                 update the FAQs
12465
12466         * manual/fr/.cvsignore
12467           manual/fr/Makefilea.am
12468           manual/fr/sylpheed*
12469           src/mainwindow.c
12470           src/manual.[ch]
12471                 add the French manual
12472
12473 2002-03-07 [paul]       0.7.3claws1
12474
12475         * sync with sylpheed 0.7.3cvs4
12476                 see ChangeLog entries  2002-03-06 and 2002-03-07
12477         
12478         * po/nl.po
12479                 updated by Wilbert Berendsen
12480
12481 2002-03-07 [melvin]     0.7.2claws34
12482
12483         * src/selective_download.c
12484                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12485
12486 2002-03-06 [paul]       0.7.2claws33
12487
12488         * sync with sylpheed 0.7.3cvs1
12489                 bug fix, see ChangeLog entry 2002-03-05
12490
12491 2002-03-05 [paul]       0.7.2claws32
12492
12493         * src/mimeview.c
12494           src/pgptext.[ch]
12495           src/procmsg.c
12496                 reverse the pgp ascii-armored code implemented in 
12497                 0.7.2claws16. removal of this code until it matures.
12498                 this means that verifying ascii-armored pgp sigs and
12499                 automatic decryption of ascii-armored encrypted
12500                 messages no longer works.
12501
12502 2002-03-05 [paul]       0.7.2claws31
12503
12504         * configure.in
12505           Makefile.am
12506         * faq/Makefile.am
12507         * faq/en/Makefile.am
12508           faq/en/sylpheed-faq.html
12509           faq/en/sylpheed-faq-1.html
12510           faq/en/sylpheed-faq-2.html
12511           faq/en/sylpheed-faq-3.html
12512         * faq/es/Makefile.am
12513           faq/es/sylpheed-faq.html
12514           faq/es/sylpheed-faq-1.html
12515           faq/es/sylpheed-faq-2.html
12516           faq/es/sylpheed-faq-3.html
12517           faq/es/sylpheed-faq-4.html
12518         * faq/fr/Makefile.am
12519           faq/fr/sylpheed-faq.html
12520           faq/fr/sylpheed-faq-1.html
12521           faq/fr/sylpheed-faq-2.html
12522           faq/fr/sylpheed-faq-3.html
12523         * src/Makefile.am
12524           src/defs.h
12525           src/mainwindow.c
12526           src/manual.[ch]
12527                 add FAQs in English, Spanish and French
12528
12529
12530 2002-03-05 [paul]       0.7.2claws30
12531
12532         * manual/en/sylpheed.html
12533           manual/en/sylpheed-XX.html
12534                 updated the English manual
12535
12536 2002-03-05 [hoa]        
12537
12538         * src/summaryview.c
12539                 dialog box pops up if the article can't be deleted.
12540
12541 2002-03-04 [paul]       
12542         
12543         * po/pt_BR.po
12544                 updated by Fabio Junior Benedito
12545
12546 2002-03-04 [hoa]
12547
12548         * removed ac/gpgme.m4
12549                 to avoid autogen common problem
12550                 developers have to install gpgme development package now
12551
12552         * src/compose.c
12553                 encoding to 7bit or 8bit is enabled.
12554
12555 2002-03-03 [alfons]     0.7.2claws29
12556
12557         * src/pop.c
12558                 merge fix by Oliver Haertel for selective
12559                 download buglet
12560
12561 2002-03-03 [paul]       0.7.2claws28
12562         
12563         * sync with sylpheed 0.7.3
12564
12565 2002-03-03 [paul]       0.7.2claws27
12566
12567         * sync with sylpheed 0.7.2cvs24
12568                 see ChangeLog entries 2002-03-02 and 2002-03-03
12569
12570 2002-03-02 [melvin]     0.7.2claws26
12571
12572         * src/inc.[ch]
12573         * src/main.c
12574         * src/mainwindow.c
12575         * src/prefs_common.[ch]
12576                 Added user definable notification on new mail arrival.
12577                 Removed unused variables in spell checker prefs code.
12578
12579 2002-03-02 [melvin]     0.7.2claws25
12580
12581         * src/quote_fmt.c
12582                 Removed unnecessary escape sequences.
12583                 Changed 'Initial...' to 'Initials of Sender'
12584
12585 2002-03-02 [paul]       0.7.2claws24
12586
12587         * sync with sylpheed 0.7.2cvs22
12588                 see ChangeLog entry 2002-03-01
12589
12590 2002-03-01 [hoa]        0.7.2claws23
12591
12592         * src/mainwindow.c
12593                 Set sensitivity of delete actions to active
12594                 even if the folder is a newsgroup.
12595
12596         * src/summaryview.c
12597                 - Set sensitivity of delete actions
12598                 - Added function check_permission() that will check if the
12599                   user is authorized to delete a message. For news, it
12600                   will check if the author is the same.
12601                 - Enabled deletion when there is no trash folder.
12602
12603         * src/news.[ch]
12604                 - Added news_cancel_article() to cancel articles
12605                 - Implemented news_remove_message() (public function)
12606
12607 2002-03-01 [paul]       0.7.2claws22
12608
12609         * src/gtkutils.c
12610           src/textview.c
12611                 recognise urls that that don't include 'http://' and
12612                 simply begin 'www.' 
12613
12614         * AUTHORS
12615                 remove duplicated name
12616
12617 2002-02-28 [paul]       0.7.2claws21
12618
12619         * src/mainwindow.c
12620           src/summaryview.[ch]
12621                 add ability to 'Select thread'
12622                 combines Melvin's "Select thread's head" patch (#510907)
12623                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12624                 patch (#518514) 
12625
12626 2002-02-28 [paul]       0.7.2claws20
12627
12628         * src/mimeview.c
12629                 hopefully fix segfault on right-clicking a mime part
12630                 that some people have experienced.      
12631                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12632
12633 2002-02-28 [paul]       0.7.2claws19
12634
12635         * sync with sylpheed 0.7.2cvs21
12636                 see ChangeLog entries 2002-02-27 and 2002-02-28
12637
12638 2002-02-27 [paul]       0.7.2claws18
12639
12640         * sync with sylpheed 0.7.2cvs18
12641                 see ChangeLog entries 2002-02-26 and 2002-02-27
12642
12643 2002-02-26 [alfons]     0.7.2claws17
12644
12645         * src/procheader.c
12646                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12647                 (spotted by Chris Hessman <idatech@gmx.net>)
12648
12649 2002-02-26 [paul]       0.7.2claws16
12650
12651         * src/mimeview.c
12652           src/pgptext.[ch]
12653           src/procmsg.c
12654                 make decryption of ascii-armored pgp encrypted messages
12655                 and verification of ascii-armored signatures work again.
12656                 slightly altered from the patch by Jens Jahnke 
12657                 <jan0sch@gmx.net>
12658
12659                 ##FIX ME##
12660                 * the checking of plaintext signatures always comes up in 
12661                   a popup box
12662                 * it doesn't work for multipart messages 
12663                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12664                   including the msg headers and these 2 line themselves, are 
12665                   not displayed
12666
12667         * src/mainwindow.c
12668                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12669                 "View/Message View" becomes "View/Separate Message View"
12670                 because its less ambiguous.
12671
12672         * po/es.po
12673                 updated by Ricardo Mones Lastra
12674
12675 2002-02-26 [paul]       0.7.2claws15
12676
12677         * sync with sylpheed 0.7.2cvs17
12678                 see ChangeLog entries 2002-02-25 and 2002-02-26
12679
12680 2002-02-25 [christoph]  0.7.2claws14
12681
12682         * src/filtering.[ch]
12683         * src/inc.c
12684                 do filtering stuff after all messages have been received
12685                   1. drop all messages to .processing
12686                   2. scan processing folder for messages
12687                   3. filter messages or move to inbox
12688                 this will also find old messages left in processing after
12689                 a crash or something like that and we get a real msginfo
12690                 from folder->get_msg_list and do not have to create our
12691                 own in filter_message
12692         * src/matcher_parser_parse.y
12693                 remove MIX/MAX warning (reordered includes)
12694
12695 2002-02-25 [paul]       0.7.2claws13
12696
12697         * sync with sylpheed 0.7.2cvs15
12698                 see ChangeLog entry 2002-02-24
12699
12700 2002-02-24 [alfons]     0.7.2claws12
12701
12702         * src/filtering.c
12703                 clear old color flags first when applying a new color to
12704                 a message info. 
12705                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12706
12707 2002-02-24 [alfons]     0.7.2.claws11
12708         
12709         * AUTHORS
12710         * src/prefs_common.c
12711                 add presets for Opera and Konqueror, closes patch #517261,
12712                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12713
12714 2002-02-24 [alfons]     0.7.2.claws10
12715
12716         * AUTHORS
12717         * src/summaryview.c
12718                 fix threading for null message ids, closes patch #521601,
12719                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12720
12721 2002-02-24 [alfons]     0.7.2claws9
12722
12723         * src/summaryview.c
12724         * src/filtering.c
12725                 make Tool | Filter Message work with filtering system so
12726                 setting flags also works
12727
12728                 TODO:
12729
12730                 - Processing uses the same function as Tool | Filter
12731                   Message, but doesn't use the same update proc yet
12732
12733 2002-02-23 [paul]       0.7.2claws8
12734
12735         * sync with sylpheed 0.7.2cvs14
12736                 see ChangeLog entries 2002-02-22 and 2002-02-23
12737
12738 2002-02-22 [christoph]  0.7.2claws7
12739
12740         * src/quote_fmt.c
12741                 Add column space to table
12742         * src/quote_fmt_parse.y
12743                 Close files
12744
12745 2002-02-22 [paul]       0.7.2claws6
12746
12747         * src/Makefile.am
12748           src/defs.h
12749           src/filtering.c
12750           src/inc.[ch]
12751           src/mainwindow.c
12752           src/matcher.[ch]
12753           src/matcher_parser_lex.l
12754           src/matcher_parser_parse.y
12755           src/pop.[ch]
12756           src/prefs_account.h
12757           src/prefs_filtering.c
12758           src/selective_download.[ch]   *** NEW FILES ***
12759           src/utils.[ch]
12760           po/POTFILES.in
12761                 Selective Download added to 'Tool' menu. 
12762                 Retrieves email headers of the currently selected pop3 
12763                 account and allows the user to mark emails for deletion 
12764                 right on the pop3 server. Patch submitted by Oliver Haertel 
12765                 <oha@users.sourceforge.net>.
12766         
12767         * po/POTFILES.in
12768                 add 'src/quote_fmt.c'           
12769
12770 2002-02-22 [christoph]  0.7.2claws5
12771
12772         * src/Makefile.am
12773                 added quote_fmt.c
12774         * src/prefs_common.[ch]
12775         * src/prefs_template.c
12776         * src/quote_fmt.c               *** NEW FILE ***
12777         * src/quote_fmt.h
12778                 move quote format symbol description code
12779                 to it's own file because it is used from
12780                 differnent code parts
12781                 Rewrote symbol description GUI
12782                   + use table
12783                   + add separators
12784                   + get data from array (no more long constant strings)
12785         * src/quote_fmt_lex.l
12786         * src/quote_fmt_parse.y
12787                 Symbol for Literal % changed to \% instead of %%
12788                 (More logical as \ is used for quoting for other symbols)
12789                 Add |f and |p to include files and program output
12790                 Examples:
12791                     |f{/home/.../.signature}
12792                     |p{date}
12793         * po/de.po
12794                 Correct wrong spelling for "Referenzen"
12795
12796 2002-02-21 [paul]       0.7.2claws4
12797
12798         * src/procmsg.c
12799                 forgotten during sync
12800
12801 2002-02-21 [paul]       0.7.2claws3
12802
12803         * sync with sylpheed 0.7.2cvs11
12804                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12805                 2002-02-20 and 2002-02-21
12806
12807 2002-02-20 [melvin]     0.7.2claws2
12808
12809         * src/prefs_actions.c
12810                 Added error report when child cannot fork or when execvp 
12811                 returns with an error.
12812
12813 2002-02-19 [christoph]  0.7.2claws1
12814
12815         * src/codeconv.c
12816                 return unconverted text if conde conversion is not possible
12817                 when libjconv is used.
12818                 (patch submitted by "Simon 'corecode' Schubert")
12819
12820 2002-02-19 [paul]       
12821
12822         * version 0.7.2claws release
12823
12824 2002-02-19 [paul]       0.7.2claws
12825
12826         * po/nl.po
12827                 updated by Wilbert Berendsen
12828
12829
12830 2002-02-18 [alfons]     0.7.1claws13
12831
12832         * src/syldap.c
12833         * src/jpilot.c
12834                 remove references to dlfcn and explicitly loading functions
12835                 from dynalink libs, because libs linked anyway, and functions
12836                 are loaded explicitly
12837
12838 2002-02-17 [melvin]     0.7.1claws12
12839
12840         * src/prefs_actions.c
12841                 Replaced children wait loop with double fork technique.
12842                 Now, input/output window updated at each new output.
12843                 free_children(): Fixed a memory leak.
12844                 Made input/output window non closable if running children
12845                 still exist.
12846                 Added missing <unistd.h> include.
12847                 Added some --debug outputs.
12848
12849 2002-02-17 [melvin]     0.7.1claws11
12850
12851         * src/summaryview.c
12852                 Fixed bug where descending sort order did not select top
12853                 message.
12854
12855 2002-02-17 [melvin]     0.7.1claws10
12856
12857         * acconfig.h
12858                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12859         * src/prefs_common.c
12860                 Pspell data package directory no more hard coded but
12861                 set during configuration (PSPELL_PATH). (Thanks to 
12862                                 Gustavo Noronha Silva.)
12863
12864 2002-02-17 [melvin]     0.7.1claws9
12865
12866         * configure.in
12867                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12868         * src/gtkspell.c
12869                 Fixed compile-time warnings.
12870
12871 2002-02-16 [alfons]     0.7.1claws8
12872
12873         * src/filesel.c
12874                 fix inadvertent free of NULL pointer which caused
12875                 sylpheed to crash when closing the save-as dialog
12876                 using the window close button
12877
12878 2002-02-16 [carsten]    0.7.1claws7
12879         * src/mainwindow.[ch]
12880           src/summaryview.c
12881           src/prefs_common.c
12882                 fixes for pixmap theming code:
12883                         - recently changed mail attributes shouldn't get
12884                           lost any longer
12885                         - theme is only reloaded iff another theme was
12886                           selected
12887
12888 2002-02-16 [paul]       0.7.1claws6
12889
12890         * sync with sylpheed 0.7.2 release
12891                 see ChangeLog entry 2002-02-15 and 2002-02-16
12892
12893 2002-02-15 [paul]       0.7.1claws5
12894
12895         * sync with sylpheed 0.7.1cvs9
12896                 see ChangeLog entry 2002-02-15
12897
12898         * po/POTFILES.in
12899                 remove unneeded headerwindow.c entry
12900
12901 2002-02-14 [carsten]    0.7.1claws4
12902         * src/summaryview.c
12903                 fixed a bug for "Go to next unread message": there was
12904                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12905                 in the prefs, because of doing "Search again" instead
12906                 "No"
12907
12908 2002-02-14 [carsten]    0.7.1claws3
12909         * src/stock_pixmap.c
12910                 removed 2 more mem leaks; following memprof,
12911                 this code is "leak free" now :)
12912
12913 2002-02-14 [carsten]    0.7.1claws2
12914         * src/stock_pixmap.c
12915                 used opendir/readdir/closedir instead of scandir
12916                 -> code should work now on Solaris
12917
12918 2002-02-14 [paul]       0.7.1claws1
12919
12920         * sync with sylpheed 0.7.1cvs8
12921                 see ChangeLog entries 2002-02-13 and 2002-02-14
12922
12923         * README.claws
12924                 add some description of Actions and Pixmap Themes
12925
12926 2002-02-13 [paul]       
12927
12928         * version 0.7.1claws release
12929
12930 2002-02-13 [paul]       0.7.1claws
12931
12932         * po/es.po
12933           po/it.po
12934           po/pt_BR.po
12935                 updated translations, submitted by Ricardo Mones Lastra,
12936                 Alessandro Maestri and Fabio Junior Beneditto
12937
12938 2002-02-13 [melvin]     0.7.0claws75
12939
12940         * src/prefs_actions.c
12941                 Added missing "signal.h" include
12942
12943 2002-02-13 [melvin]     0.7.0claws74
12944
12945         * src/prefs_folder_item.c
12946                 Added missing "config.h" include
12947         * po/fr.po
12948                 Updated French translation for folder propriety.
12949
12950 2002-02-13 [jens]       0.7.0claws73
12951
12952         * po/POTFILES.in
12953                 Added missing src/prefs_folder_item.c [log added by melvin]
12954         * po/de.po
12955                 Updated German translation.
12956
12957 2002-02-13 [melvin]     0.7.0claws72
12958
12959         * po/fr.po
12960                 Updated French translation.
12961
12962 2002-02-13 [melvin]     0.7.0claws71
12963
12964         * src/gtkutils.c
12965                 Made gtkut_editable_get_selection return NULL if selection
12966                 is of length zero.
12967                 This fixes a bug where selecting part of message A then
12968                 switching to message B and replying to it will not
12969                 quote the message's body.
12970
12971 2002-02-12 [paul]       0.7.0claws70
12972
12973         * src/mainwindow.c
12974                 cosmetic, relating to pixmap themes: on toolbar make 
12975                 updating of 'Exec' and 'Compose news/Compose email'
12976                 icons faster.
12977
12978 2002-02-12 [carsten]    0.7.0claws69
12979         * src/folderview.c
12980           src/mainwindow.[ch]
12981           src/stock_pixmap.c
12982           src/summaryview.c
12983           src/prefs_common.c
12984                 - refreshing after changing pixmap theme better
12985                   now (thanks Paul)
12986                 - wanted to remove some mem leaks, but alfons was
12987                   faster (and had the better solution ;)
12988
12989 2002-02-12 [alfons]     0.7.0claws68
12990
12991         * src/prefs_common.c
12992         * src/stock_pixmap.[ch]
12993                 plug mem leaks, refactor code a little bit
12994
12995
12996 2002-02-12 [sergey]     0.7.0claws67
12997
12998         * src/imap.c
12999                 Fixed problem with copying messages to IMAP folders when the
13000                 server uses something other than '/' as a namespace separator
13001                 (cyrus-imapd uses '.').
13002
13003 2002-02-12 [jens]       0.7.0claws66
13004
13005         * po/de.po
13006                 Updated German Translation
13007
13008 2002-02-12 [paul]       0.7.0claws65
13009
13010         * sync with sylpheed 0.7.1cvs1
13011                 see ChangeLog entry 2002-02-12
13012
13013 2002-02-12 [melvin]     0.7.0claws64
13014
13015         * src/prefs_actions.c
13016                 Fixed "feature" where children's output was duplicated 
13017                 instead of refreshed while monitoring.
13018                 Removed some debug code.
13019
13020 2002-02-12 [christoph]  0.7.0claws63
13021
13022         * src/compose.c
13023                 always delete message from queue after sending/send error
13024                 (closes bug #509601)
13025
13026 2002-02-12 [melvin]     0.7.0claws62
13027
13028         * src/prefs_actions.c
13029                 Children wait loop is now triggered with a timeout of 1s
13030                 Added %F which is replaced with the list of filenames 
13031                 of all selected messages (as suggested by Ricardo Mones Lestra)
13032                 Pipe syntax changed. Prefix with | to send selection, postfix
13033                 with | to retrieve output. Prefix with > or * to send
13034                 user definable input to the command (*: input is hidden)
13035                 Old pipe action should now be postfixed with |, too.
13036
13037 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13038         * src/stock_pixmap.c
13039                 fixed a bug: if there's no theme directory don't
13040                 throw an error, just do "nothing" (thanks Alfons)
13041
13042 2002-02-12 [carsten]    0.7.0claws60
13043         * src/folderview.c
13044           src/summaryview.c
13045                 had to write the cache twice (nasty!); some marks would 
13046                 get lost if not
13047
13048 2002-02-11 [carsten]    0.7.0claws59
13049         * acconfig.h
13050           configure.in
13051           doc-src/maintainer_guide.txt
13052           src/compose.[ch]
13053           src/defs.h
13054           src/folderview.[ch]
13055           src/gtkutils.[ch]
13056           src/mainwindow.[ch]
13057           src/prefs_common.[ch]
13058           src/stock_pixmap.[ch]
13059           src/summaryview.[ch]
13060                 pixmap theming and related work on pixmap
13061                 handling on some other places
13062                 (e.g. hrm features for all folder)
13063           src/pixmap/stock_*.xpm -> the stock_ was removed
13064         
13065 2002-02-11 [paul]       0.7.0claws58
13066
13067         * sync with sylpheed 0.7.1 release
13068                 see ChangeLog entries 2002-02-11
13069
13070 2002-02-08 [paul]       0.7.0claws57
13071
13072         * sync with sylpheed 0.7.0cvs39
13073                 see ChangeLog entry 2002-02-07 (last entry) 
13074
13075         * src/prefs_actions.c
13076           src/prefs_filtering.c
13077           src/prefs_matcher.c
13078           src/prefs_scoring.c
13079                 sync: made it compile with C compilers other than gcc
13080
13081 2002-02-07 [paul]       0.7.0claws56
13082
13083         * sync with sylpheed 0.7.0cvs38
13084                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13085                 2002-02-07
13086
13087 2002-02-07 [darko]      0.7.0claws55
13088
13089         * src/gtkutils.[ch]
13090         * src/summaryview.c
13091                 Fix const gchar */gchar * issue (thanks Hiro)
13092
13093 2002-02-07 [darko]      0.7.0claws54
13094
13095         * src/compose.[ch]
13096         * src/filtering.c
13097         * src/gtkutils.[ch]
13098         * src/prefs_template.c
13099         * src/quote_fmt.h
13100         * src/quote_fmt_parse.y
13101         * src/summaryview.c
13102         * src/utils.[ch]
13103                 When replying or forwarding an email don't quote the entire
13104                 mail body but use the part of the message text that is selected
13105
13106 2002-02-06 [melvin]     0.7.0claws53
13107
13108         * src/prefs_common.[ch]
13109         * src/gtkspell.[ch]
13110         * src/compose.c
13111                 Made possible to switch quickly to last used dictionary
13112                 which makes checking bilingual documents easier.
13113
13114 2002-02-06 [melvin]     0.7.0claws52
13115         
13116         * po/POTFILES.in
13117                 Added forgotten new file src/prefs_actions.c
13118
13119 2002-02-06 [melvin]     0.7.0claws51
13120
13121         * src/prefs_actions.c   ** NEW FILE **
13122         * src/prefs_actions.h   ** NEW FILE **
13123                 Added actions to execute on message text view, or on the
13124                         message's file.
13125         * src/Makefile.am
13126                 Added src/prefs_actions.[ch]
13127         * src/compose.c
13128                 Added new menu "Edit/Actions"
13129         * src/defs.h
13130                 Added new actionsrc file.
13131         * src/main.c
13132                 Added actionsrc reading.
13133         * src/mainwindow.c
13134                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13135         * src/prefs_common.h
13136                 Added new element actionslst element to prefs_common.
13137
13138 2002-02-06 [paul]       0.7.0claws50
13139
13140         * sync with sylpheed 0.7.0cvs36
13141                 see ChangeLog entry 2002-02-06
13142
13143 2002-02-05 [paul]
13144
13145         * po/es.po
13146                 updated by Ricardo Mones Lastra
13147
13148 2002-02-05 [paul]       0.7.0claws49
13149
13150         * sync with sylpheed 0.7.0cvs33
13151                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13152
13153 2002-02-05 [paul]       0.7.0claws48
13154
13155         * src/compose.c
13156                 re-add 'Edit/Advanced/Delete entire line', previously named
13157                 'Delete Line+'
13158
13159 2002-02-04 [paul]       0.7.0claws47
13160
13161         * src/compose.c
13162           src/summaryview.c
13163                 fix bug #494993 (Reply All not taking Reply-To into consi)
13164                 eliminate differences in behaviour of right-click 'Reply to all' 
13165                 in summary view and 'Reply to all' on the toolbar. 
13166                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13167                 view and From gets ignored by 'Reply to all' on toolbar.
13168                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13169                 From when no Reply-To header is present.
13170
13171 2002-02-04 [paul]       0.7.0claws46
13172
13173         * sync with sylpheed 0.7.0cvs30
13174                 see ChangeLog entries 2002-02-03 and 2002-02-04
13175
13176 2002-02-03 [melvin]     0.7.0claws45
13177
13178         * src/gtkspell.[ch]
13179                 Readded function to highlight all misspelled words.
13180                 Fixed bug where user-provided-words did not replace
13181                         correctly the misspelled word when using the mouse.
13182                 Fixed bug where checking a region selected from right to left did
13183                         not check the region at all.
13184                 Fixed bug where 'Check backwards' may not check at all. 
13185                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13186                 Fixed possible buffer overflow when checking for long strings (>1k).
13187                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13188                 Accelerators code uses now gtk_widget_add_accel.
13189                 Removed and disabled obsolete and unfinished code.
13190                 Cleaning up.
13191
13192         * src/compose.c
13193                 Added menu item to Highlight all misspelled words.
13194
13195 2002-02-01 [paul]       0.7.0claws44
13196
13197         * src/mainwindow.c
13198                 fix '/View/Hide read messages' sensitivity when all
13199                 messages in a folder are hidden
13200
13201 2002-02-01 [paul]       0.7.0claws43
13202
13203         * src/main.c
13204                 add --send option to command line interface, sends all
13205                 queued mail. Patch submitted by Ricardo Mones Lastra.
13206
13207 2002-01-31 [paul]       0.7.0claws42
13208
13209         * src/mainwindow.c
13210                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13211
13212 2002-01-31 [paul]       0.7.0claws41
13213
13214         * sync with sylpheed 0.7.0cvs27
13215                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13216                 and 2002-01-31
13217
13218         * src/textview.c
13219                 comment out elements of textview_show_part() as temporary
13220                 workaround for attachment 'Display as text' bug 
13221
13222         * po/pt_BR.po
13223                 updated by Fabio Junior Beneditto
13224
13225 2002-01-30 [paul]       0.7.0claws40
13226
13227         * sync with sylpheed 0.7.0cvs24
13228                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13229                 and 2002-01-30
13230
13231         * src/compose.c
13232                 add {N_("/_Spelling"), ... "<Branch>"} to 
13233                 GtkItemFactoryEntry compose_entries[]
13234
13235         * src/prefs_common.c
13236                 add claws menu items to prefs_keybind_apply_clicked()
13237                 and remove non-claws menu items
13238
13239 2002-01-29 [paul]       0.7.0claws39
13240
13241         * sync with sylpheed 0.7.0cvs22
13242                 see ChangeLog entries 2002-01-28 and 2002-01-29
13243
13244 2002-01-28 [melvin]     0.7.0claws38
13245
13246         * src/compose.c
13247                 Added the declartion of compose_send_control_enter.
13248
13249         * src/compose.c
13250         * src/gtkspell.[ch]
13251                 Added in a 'Spelling' menu which includes the configuration menu. 
13252                 Added a real 'Check all' and got rid from the old one which only
13253                 highlited misspelled word.
13254                 Made 'Check while typing' a disableable option.
13255                 Added a dialog when there are no more misspelled word.
13256                 Added a dialog if error occurs when switching to a dictionary.
13257         
13258         * src/prefs_common.[ch]
13259                 Added option for the default 'Check while typing' option.
13260
13261
13262 2002-01-28 [alfons]     0.7.0claws37
13263
13264         * src/compose.c
13265                 fix buglet and make code comply with sylpheed code style
13266
13267 2002-01-28 [paul]       0.7.0claws36
13268
13269         * sync with sylpheed 0.7.0cvs19
13270                 see ChangeLog entries for 2002-01-28
13271
13272 2002-01-28 [hoa]        0.7.0claws35
13273
13274         * src/defs.h
13275                 added rendererrc
13276
13277         * src/main.c
13278                 read the renderer config
13279
13280         * src/procmime.[ch]
13281                 use the renderer config to convert mime attachments
13282
13283         * src/textview.c
13284                 don't use textview_show_html/ertf,
13285                 use get_text_content instead
13286
13287 2002-01-27 [alfons]     0.7.0claws34
13288         
13289         * src/news.c
13290                 make sylpheed believe it can delete a news message...
13291                 (messages are NOT deleted, maybe we should remove
13292                 processing from the folder properties after all.)
13293
13294 2002-01-27 [alfons]     0.7.0claws33
13295
13296         * src/folder.c
13297                 add extra checks
13298         * src/news.c
13299                 implement remove_msg() 
13300
13301 2002-01-27 [alfons]     0.7.0claws32
13302
13303         * src/procmsg.h
13304         * src/procheader.c
13305         * src/messageview.c
13306                 fix return receipt / disposition notification again. this
13307                 stuff seems to break on _every_ major summary UI change, so
13308                 it's now implemented using a flag which is saved in the
13309                 marks cache
13310                 
13311 2002-01-26 [alfons]     0.7.0claws31
13312
13313         * src/import.c
13314                 let import dialog show the destination folder identifier
13315
13316 2002-01-26 [melvin]     0.7.0claws30
13317
13318         * src/folderview.c
13319         * src/summaryview.c
13320                 Readded 'Mark all read' into summary view popup menu
13321                 Added 'Mark all read' in folder view popup menu for IMAP
13322                 and NNTP.
13323                 Made it insensitive if the selected folder is not the shown
13324                 one to avoid 'Mark all read' on the wrong folder.
13325                 
13326 2002-01-26 [paul]       0.7.0claws29
13327
13328         * src/folderview.c
13329           src/summaryview.c
13330                 move 'Mark all read' from summary view to folder view
13331                 menu. (adapted from) patch submitted by Jeremy Andrews,
13332                 <lists@kerneltrap.com>
13333
13334 2002-01-25 [alfons]     0.7.0claws28
13335
13336         * src/gtkstext.c
13337                 put the gtk class name back so GtkSText adapts the 
13338                 settings of GtkText
13339
13340 2002-01-25 [alfons]     0.7.0claws27
13341
13342         * src/folderview.c 
13343                 assimilate Ricardo's patch that shows pixmaps instead of
13344                 plain "new" and "unread" texts in the folder view column
13345                 headers 
13346
13347 2002-01-25 [paul]       0.7.0claws26
13348
13349         * src/Makefile.am
13350                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13351                 be found in non-standard locations. 
13352                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13353
13354 2002-01-25 [paul]       0.7.0claws25
13355
13356         * sync with sylpheed 0.7.0cvs16
13357                 see ChangeLog entry 2002-01-25
13358
13359 2002-01-24 [paul]       0.7.0claws24
13360
13361         * more sync with sylpheed 0.7.0cvs15
13362                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13363
13364 2002-01-23 [sergey]     0.7.0claws23
13365
13366         * src/importldif.c
13367                 Fixed segfault when closing LDIF import wizard with
13368                 the window manager.
13369         * src/imageview.c
13370         * src/imageview.h
13371         * src/messageview.c
13372         * src/mimeview.c
13373                 Fixed wrong scrolling position after switching between
13374                 text and image parts.
13375
13376 2002-01-23 [paul]       0.7.0claws22
13377
13378         * sync with sylpheed 0.7.0cvs15
13379                 see ChangeLog entries 2002-01-22 and 2002-01-23
13380
13381 2002-01-21 [melvin]     0.7.0claws21
13382
13383         * src/prefs_scoring.c
13384         * src/prefs_filtering.c
13385                 Fixed bug where scoring and filtering windows stopped
13386                 autochecking.
13387
13388 2002-01-21 [paul]       0.7.0claws20
13389
13390         * sync with sylpheed 0.7.0cvs12
13391                 see ChangeLog entries 2002-01-20 and 2002-01-21
13392
13393 2002-01-21 [carsten]    0.7.0claws19
13394         * src/mainwindow.c
13395         * src/menu.[ch]
13396         * src/messageview.[ch]
13397         * src/summaryview.[ch]
13398                 changes to shortcuts handling again:
13399                         + "Q" now controled by mainwin
13400                         + v/V are now customizable and have slightly
13401                           different meanings
13402                 the "button" to minimize the messageview (and maximize
13403                 the summary view) is a real button now
13404         * src/compose.c
13405                 "Delete Line+" added to Edit/Advanced (this will also
13406                 delete the '\n')
13407
13408 2002-01-20 [melvin] 0.7.0claws18
13409
13410         * src/addressbook.c
13411                 Made "Bcc" sensitive when addressbook is called from
13412                 compose window (it was a Claws only bug).
13413
13414 2002-01-19 [alfons] 0.7.0claws17
13415
13416         * src/inc.c
13417                 prevent unnecessary updates when currently selected folder has
13418                 no new messages 
13419
13420 2002-01-19 [alfons] 0.7.0claws16
13421         
13422         * src/summaryview.c
13423                 prevent writing the cache based on current message list in summary 
13424                 view when filtering also put messages in currently selected folder
13425
13426 2002-01-19 [paul]
13427
13428         * po/it.po
13429                 Italian translation submitted by Alessandro Maestri
13430                 <a.maestri@cs.tin.it>
13431
13432 2002-01-18 [melvin]     0.7.0claws15
13433
13434         * src/prefs_filters.c
13435                 fixed bug where 'cancel' from 'filters' window stops autochecking
13436                 if the timer timed out  when the window was open.
13437
13438 2002-01-18 [match]      0.7.0claws14
13439
13440         * src/addrclip.[ch]     ** NEW FILE **
13441         * src/addrselect.[ch]   ** NEW FILE **
13442         * src/adbookbase.h      ** NEW FILE **
13443                 addressbook cut, copy and paste
13444         * src/addrbook.[ch]
13445         * src/addrcache.[ch]
13446         * src/addressitem.h
13447         * src/addrindex.[ch]
13448         * src/addritem.[ch]
13449         * src/importldif.c
13450         * src/importmutt.c
13451         * src/jpilot.[ch]
13452         * src/syldap.[ch]
13453         * src/vcard.[ch]
13454         * src/jpilot.[ch]
13455         * src/editbook.c
13456         * src/editjpilot.c
13457         * src/editldap.c
13458         * src/editvcard.c
13459                 support for copy/paste
13460         * src/addressbook.c
13461                 support for copy/paste
13462                 tidy up menu option processing
13463                 correct address list function arguments
13464         * src/editaddress.c
13465                 sort user attributes
13466         * src/ldif.h
13467         * src/mutt.h
13468                 tidy up
13469
13470         * src/addrbook.[ch]
13471         * src/addrbook.[ch]
13472         * src/addrbook.[ch]
13473                 
13474
13475 2002-01-18 [paul]       0.7.0claws13
13476
13477         * sync with sylpheed 0.7.0cvs8
13478                 configure.in: support Mac OS X (Darwin)
13479
13480 2002-01-18 [carsten]    0.7.0claws12
13481         * src/html.c
13482                 small hack to fix a segfault with an empty href
13483                 (reported by Alexandra Walford <deeni@altern.org>)
13484         * src/mainwindow.c
13485         * src/summaryview.c
13486                 the shortcuts for Mark und Mark as unread are hardcoded
13487                 again
13488         * src/compose.c
13489         * src/gtkstext.[ch]
13490                 readded the shortcuts in gtkstext but made them
13491                 customizeable (simply by adding a menu plus a wrapper
13492                 to compose.c)
13493
13494 2002-01-17 [melvin]     0.7.0claws11
13495
13496         * src/gtkspell.c
13497                 fix default dictionary not being saved.
13498
13499 2002-01-16 [darko]      0.7.0claws10
13500
13501         * src/compose.c
13502                 fix wrapping crash with URL longer than wrapping margin
13503
13504 2002-12-08 [hoa]        0.7.0claws10
13505
13506         * src/matcher_parser_parse.y
13507                 fixed some bugs
13508
13509         * src/prefs_filtering.c
13510                 now, we can use bounce action in the dialog box.
13511
13512 2002-01-16 [carsten]    0.7.0claws9
13513         * src/gtkstext.c
13514                 removed the <control> and <alt> shortcuts because they're
13515                 not needed and interefered with the "normal" shortcuts
13516         * src/mainwindow.c
13517         * src/summaryview.c
13518                 removed most of the hardcoded shortcuts and assigned
13519                 them to menu entries making them easy customizable by
13520                 that
13521
13522 2002-01-16 |melvin]     0.7.0claws8
13523
13524         * src/gtkspell.c
13525                 fixed bug where using the mouse and when the compose
13526                 window is not on top may result in a crash.
13527
13528 2002-01-16 [melvin]     0.7.0claws7
13529
13530         * src/compose.c
13531                 fixed a long standingspell checker bug which could 
13532                 cause a crash after sending a message.
13533
13534 2002-01-16 [paul]       0.7.0claws6
13535
13536         * sync with sylpheed 0.7.0cvs7
13537                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13538                 2002-01-15, and 2002-01-16
13539
13540 2002-01-16 [melvin]     0.7.0claws5
13541
13542         * README.claws
13543         * src/compose.c
13544         * src/gtkspell.[ch]
13545         * src/main.c
13546                 Heavily modified spell checker code to work around
13547                 ispell bug, to add keyboard shortcuts and for future
13548                 enhancements. See README.claws for usage information.
13549
13550 2002-01-15 [alfons]     0.7.0claws4
13551         
13552         * src/summaryview.c
13553                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13554                 so sorting within threads reflects sort mode
13555
13556 2002-01-15 [christoph]  0.7.0claws3
13557
13558         * src/procmsg.c
13559                 added alertpanel if mail sending failed
13560
13561 2002-01-15 [alfons]     0.7.0claws2
13562         
13563         * src/prefs_filtering.c
13564                 don't stop timer when prefs filtering dialog is opened
13565
13566 2002-01-14 [alfons]     0.7.0claws1
13567
13568         * src/addr_compl.c
13569         * src/prefs.c
13570                 remove debug_print()s for privacy reasons
13571
13572 2002-01-14 [darko]      0.7.0claws
13573
13574         * README.claws
13575                 quotation wrapping is now also in the main branch
13576
13577 2002-01-14 [paul]
13578
13579         * tools/filter_conv.pl
13580                 allow for Boolean Op and case-sensitivity
13581                 this file is included in the release and tagged
13582                 'rel_0_7_0'
13583
13584 2002-01-13 [paul]       0.7.0claws
13585
13586         * release 0.7.0, with cvs tag 'rel_0_7_0'
13587
13588 2002-01-13 [paul]
13589
13590         * tools/filter_conv.pl
13591         * tools/README
13592                 rewritten to output to matcherrc instead of filteringrc
13593
13594         * po/es.po
13595                 updated Spanish translation by Ricardo Mones Lastra
13596
13597 2002-01-13 [alfons]
13598
13599         * po/nl.po
13600                 update dutch translation
13601
13602 2002-01-13 [paul]
13603
13604         * po/pt_BR.po
13605                 Updated by Fabio Junior Beneditto 
13606
13607 2002-01-13 [melvin]     0.6.6claws53
13608
13609         * po/fr.po
13610                 Updated french translation
13611
13612 2002-01-12 [alfons]     0.6.6claws52
13613
13614         * src/filtering.c
13615                 plug mem leak that has been sitting there for ages              
13616
13617 2002-01-12 [alfons]     0.6.6claws51
13618
13619         * src/summaryview.c
13620                 undo melvin's changes from 0.6.6claws48 because summary
13621                 view now refuses to select first unread message when
13622                 selecting a folder 
13623
13624 2002-01-11 [alfons]     0.6.6claws50
13625
13626         * src/import.c
13627                 use claws' semantics for getting folder item when
13628                 importing an mbox file into a folder 
13629                 (submitted by Dale P. Smith)
13630
13631 2002-01-11 [christoph]  0.6.6claws49
13632
13633         * src/prefs.h
13634                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13635                 toggle widget, because non static prefs can not use
13636                 prefs_set_* functions
13637         * src/prefs_account.c
13638                 toggle smtp auth password field sensitivity if
13639                 user id is empty and add descrition of usage for
13640                 these fields
13641         * src/prefs_folder_item.c
13642                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13643                 callbacks
13644
13645 2002-01-11 [melvin]     0.6.6claws48
13646
13647         * src/compose.c
13648                 fix the 'Ctrl-Enter' feature for sending and test really
13649                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13650                 editables which was not documented in Gtk)
13651
13652         * src/summaryview.c
13653                 Made summaryview refresh after sorting and not before.
13654
13655 2002-01-11 [christoph]  0.6.6claws47
13656
13657         * src/compose.c
13658                 select account from account ids if possible and
13659                 correctly set save folder for copy in reedit
13660
13661 2002-01-10 [paul]       0.6.6claws46
13662
13663         * sync with sylpheed 0.7.0 release
13664                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13665                 2002-01-09
13666
13667 2002-01-09 [alfons]
13668
13669         * src/summaryview.c
13670                 remove more dirt traces...
13671
13672 2002-01-09 [alfons]
13673         
13674         * src/summaryview.c
13675                 clean up some traces of my debugging stuff
13676
13677 2002-01-09 [alfons]     0.6.6claws45
13678
13679         * src/filtering.c
13680                 break up filteringprop_apply() in three separate pieces
13681                 so we can drop messages that failed processing in the
13682                 inbox
13683
13684         * src/summaryview.c
13685                 fix bug #469598 "no refresh of inbox after filter" which 
13686                 was introduced by the new summary view locking, and which 
13687                 prevented the summary view to update after a manual filter 
13688                 message. claw's filter message requires a summary_show().
13689                 (aargh, summary_show() again! :-)
13690                 
13691 2002-01-07 [alfons]     0.6.6claws44
13692
13693         * src/headerwindow.c
13694         * src/logwindow.c
13695         * src/messageview.c
13696         * src/sourcewindow.c
13697                 bring in Hiro's last 0.7.0 wm class fixes
13698
13699         * tools/sylprint.pl
13700                 bring in Ricardo's fix for sylprint script
13701
13702         * AUTHORS       
13703         * src/rfc2015.[ch]
13704         * src/prefs_common.[ch]
13705         * src/prefs_account.[ch]
13706         * src/compose.c
13707                 clean up account preference poison in rfc2015,
13708                 and preparation to fix double sign bug 
13709                 (patch submitted by Simon 'corecode' Schubert)
13710
13711 2002-01-07 [christoph]  0.6.6claws43
13712
13713         * src/mh.c
13714                 search for free message number, do not only rely
13715                 on last_num
13716         * src/send.c
13717                 fix smtp auth and use extra account information
13718                 if available, if not use pop3 data instead
13719                 (closes bug #500341)            
13720         * src/ssl.[ch]
13721                 match coding style
13722
13723 2002-01-06 [alfons]     0.6.6claws42
13724
13725         * src/mainwindow.c
13726                 try making the separate windows work again...
13727
13728 2002-01-06 [alfons]     0.6.6claws41
13729
13730         * src/mainwindow.c
13731                 adapt Hiro's separate window menu (to get rid of the funny
13732                 duplicate menu items), and make it work again
13733
13734 2002-01-06 [alfons]     0.6.6claws40
13735
13736         * tools/Makefile.am
13737         * tools/sylprint.rc
13738         * tools/sylprint.pl
13739         * tools/README.sylprint
13740                 add sylprint script for printing mails from Sylpheed
13741                 (contributed by Ricardo Mones Lastra)
13742
13743         * src/acount.c
13744                 clean up
13745
13746 2002-01-06 [melvin]     0.6.6claws39
13747
13748         * src/mainwindow.c
13749         * src/summaryview.c
13750                 Fixed crash introduced in 0.6.6claws38 by the menu
13751                 reorganisation (Hide read messages)
13752         
13753         * ChangeLog.claws 
13754                 Fixed typo (we are now in 2002, alfons ;) )
13755
13756 2002-01-05 [alfons]     0.6.6claws38
13757
13758         * sync with sylpheed 0.6.6cvs10-17
13759                 (last stuff marked as LAST_STABLE)
13760
13761 2002-01-04 [melvin]     0.6.6claws37
13762
13763         * src/account.c
13764                 Made account selection code use strcasestr again instead of
13765                 g_strcasecmp (fixes bug where reediting queued messages
13766                 did not select proper account reported by T. Link).
13767         
13768         * src/folderview.c
13769                 Fix bug where folder icons are not shown when 'hide read messages'
13770                 is on.
13771         
13772         * src/stock_pixmaps.[ch]
13773                 Added folder icons for 'hide read messages'.
13774         
13775         * src/compose.c
13776                 Fixed bug where 'Enter' in a header entry will send the message 
13777                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13778
13779 2002-01-03 [melvin]     0.6.6claws36
13780         
13781         * src/prefs.[ch]
13782                 Added popup menu for common preferences and
13783                 account preferences (right click on tab displays
13784                                 a menu of all tabs.)
13785
13786 2002-01-02 [melvin]     0.6.6claws35
13787
13788         * src/gtkspell.[ch]
13789                 Made spelling code compatible with undo/redo feature.
13790                 Added creation of suggestion mode menu for the general
13791                         preferences.
13792         
13793         * src/prefs_common.[ch]
13794                 Added option menu for the speller's suggestion mode.
13795                 Added missing spaces in "..." buttons and made a "..."
13796                         button non translatable!
13797         
13798         * src/compose.c
13799                 Made speller use the default suggestion mode.
13800                 Hack to make it possible to choose 'CTRL-Enter' as a
13801                         shortcut for sending (and only for sending).
13802
13803         * src/prefs_folder_item.c
13804                 Changing subject simplification does not update cache 
13805                         anymore (because it is unnecessary).
13806                 Fixed bug where changing subject simplification updated the 
13807                         summaryview even when the viewed folder is not the
13808                         folder which properties are being changed. (E.g. 
13809                                         viewing folder A and changing
13810                                         the subject simplification of 
13811                                         folder B -not being viewed- updated the 
13812                                         summaryview of folder A with data of
13813                                         folder B). (Hope this is clear... )
13814
13815 2001-12-31 [alfons]     0.6.6claws34
13816         
13817         * src/ldif.c
13818         * src/mutt.c
13819                 fgetc() returns a signed integer which doesn't
13820                 fit in a char. so c truncates this to a char
13821                 but we may lose significant bits. i.e. we may
13822                 comparing 0xFF which may not be equal to -1
13823                 unless properly casted to signed char which
13824                 we won't do because fgetc() returns a signed
13825                 integer which doesn't fit in a char. so c 
13826                 truncates this to a char but we may lose 
13827                 significat bits. (you got the idea, thanks
13828                 to Gustavo Noronha Silva <kov@debian.org>
13829                 and the Debian folks!)
13830
13831 2001-12-30 [alfons]     0.6.6claws33
13832
13833         * src/prefs_common.c
13834                 add #ifdef USE_PSPELLs that Melvin forgot               
13835
13836 2001-12-30 [melvin]     0.6.6claws32
13837         
13838         * src/prefs_common.[ch]
13839                 Added configurable color for misspelled words.
13840
13841         * src/gtkspell.[ch]
13842                 Fixed bug of foreground text color (reported by David
13843                                 Mehrmann)
13844                 Added configurable color for misspelled words.
13845
13846 2001-12-30 [alfons]     0.6.6claws31
13847
13848         * src/folder.c
13849                 remove unnecessary things someone put there
13850
13851         * src/mh.c
13852         * src/folder.[ch]
13853                 make folder properties (like threading and sorting) persistent
13854                 (closes bug #497424 "rescan folder tree resets proprieties")
13855                 currently this is only for MH folders. 
13856
13857 2001-12-29 [melvin]     0.6.6claws30
13858
13859         * src/string_match.[ch]
13860                 Optimized a bit: regexp pattern buffer compiled only once, and
13861                   one subroutine call removed. Fixed ^ regexp search: Now, 
13862                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13863         
13864         * src/summaryview.c
13865                 Subject filtering changed to filter summary columns and
13866                   not directly the messages subject cache. The loss in 
13867                   performance is balanced by the improvement of string_match.
13868                 Added an alert panel if there is an error in the regexp.
13869
13870         * src/src/prefs_folder_item.h
13871                 Added a regexp pattern buffer.
13872
13873 2001-12-28 [alfons]     0.6.6claws29
13874
13875         * src/string_match.[ch]
13876                 clean up name space
13877                 allow compilation *BSD
13878
13879 2001-12-27 [alfons]     0.6.6claws28
13880
13881         * src/filter.c
13882                 sync the Hiro's bug fix for BSD
13883
13884 2001-12-27 [melvin]     0.6.6claws27
13885         
13886         * src/compose.c
13887                 Simplify focus to subject entry code.
13888
13889 2001-12-27 [darko]      0.6.6claws26
13890
13891         * src/filtering.c
13892         * src/mbox_folder.c
13893         * src/messageview.c
13894         * src/mh.c
13895         * src/procheader.[ch]
13896         * src/procmsg.h
13897         * src/stock_pixmap.[ch]
13898         * src/summaryview.c
13899                 Show key icon for encrypted mails in summary view
13900
13901         * src/pixmaps/clip.xpm
13902         * src/pixmaps/clipkey.xpm
13903         * src/pixmaps/key.xpm
13904                 New/modified icons for the above
13905
13906 2001-12-27 [melvin]     0.6.6claws25
13907
13908         * src/prefs_common.c
13909                 Put spell checker options in a separate tab to decrease
13910                 the Common Preferences window height.
13911
13912         * README.claws  
13913                 Update spell checker usage instruction about its options
13914                 location.
13915
13916 2001-12-27 [melvin]     0.6.6claws24
13917
13918         * src/compose.c
13919                 Changed subject entry widget position. Initial focus is
13920                 on the To header instead of the subject entry.
13921                 Creating a new header scrolls the header list to make the
13922                 created one visible. Nevertheless, when automatically filling
13923                 headers, the first one is shown.
13924                 A Tab key press in the last empty header entry zips the 
13925                 focus to the subject entry.
13926                 (I did not change the combo boxes, yet)
13927
13928 2001-12-26 [alfons]     0.6.6claws23
13929
13930         * src/prefs_account.c
13931         * src/inc.c
13932                 allow default inbox to reside in another mailbox (only
13933                 works for POP3 accounts)
13934
13935 2001-12-26 [alfons]     0.6.6claws22
13936         
13937         * src/textview.c
13938                 make reply-on-click work with the account of the selected folder
13939         * src/compose.c
13940                 put a fixme here to remind me to fix finding correct default
13941                 account for nested folders
13942
13943 2001-12-25 [alfons]     0.6.6claws21
13944
13945         * src/summaryview.c
13946                 make column headers display locked and mark pixmaps (idea by Melvin) 
13947                 fix bug by adding score and locked column type to sort array
13948
13949 2001-12-25 [alfons]     0.6.6claws20
13950         
13951         * src/summaryview.c
13952                 catch a *potentially* inadvertent write back of  
13953                 the message cache(s) introduced by 0.6.5claws37
13954
13955 2001-12-25 [christoph]  0.6.6claws19
13956
13957         * src/stock_pixmap.[ch]
13958         * src/summaryview.c
13959                 add ignore thread pixmap
13960                 (can someone draw a better icon for this?)
13961
13962 2001-12-24 [alfons]     0.6.6claws18
13963
13964         * src/prefs_folder_item.c
13965                 make address completion actually work for the
13966                 Default To address in the Folder Property dialog.
13967
13968 2001-12-24 [alfons]     0.6.6claws17
13969         
13970         * src/summaryview.c
13971                 use new style regexp for subject stripping 
13972                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13973
13974 2001-12-24 [darko]      0.6.6claws16
13975
13976         * src/pgptext.c
13977         * src/rfc2015.c
13978                 move GPG related informational messages to debug mode
13979
13980 2001-12-23 [alfons]     0.6.6claws15
13981
13982         * src/stock_pixmap.[ch]
13983         * src/summaryview.c
13984                 add the forgotten Claws' locked pixmap
13985
13986 2001-12-23 [alfons]     0.6.6claws14
13987
13988         * src/filesel.c
13989                 accept file name typed in entry in multi file
13990                 selector (patch submitted by Gustavo Noronha Silva 
13991                 <kov@debian.org>)
13992
13993 2001-12-23 [alfons]     0.6.6claws13
13994
13995         * src/prefs_filter.c
13996         * src/prefs_filtering.c
13997         * src/matcher.c
13998         * src/importmutt.c
13999                 clean up a little bit
14000         
14001         * src/string_match.c
14002                 validate input strings a little bit more
14003
14004 2001-12-23 [alfons]     0.6.6claws12
14005
14006         * src/Makefile.am
14007         * src/summaryview.c
14008         * src/string_match.[ch]         ** NEW **
14009         * src/folderview.[ch]
14010         * src/headerview.h
14011         * src/folder.[ch]
14012         * src/prefs_folder_item.[ch]
14013                 add subject simplification to strip out strings from
14014                 a subject line (esp. handy for mailing lists). 
14015                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14016                 but slightly changed things for better integration.)
14017
14018 2001-12-23 [alfons]     0.6.6claws11
14019
14020         * src/mainwindow.c
14021                 fix bug introduced by submission included in 0.6.5claws52.
14022                 ideally this submission should clean the trash if any trash
14023                 folder has a message. however, the hasTrash variable was
14024                 set to false whenever a trash folder was empty (discarding
14025                 a previously found *filled* trash folder.)
14026
14027                 also edited the code a little bit and made it more safe.
14028
14029 2001-12-22 [alfons]     0.6.6claws10
14030
14031         * src/imap.c
14032                 quick fix for Martin Pool's omission of an account
14033                 specific SSL setting
14034
14035 2001-12-22 [alfons]     0.6.6claws9
14036
14037         * src/compose.c
14038         * src/messageview.c
14039         * src/mimeview.c
14040         * src/pgptext.c
14041         * src/procmime.[ch]
14042                 better support for multipart/digest (submitted
14043                 by Fredrik <e98fo@efd.lth.se>)
14044
14045 2001-12-22 [alfons]     0.6.6claws8
14046
14047         * src/addressbook.c
14048                 correct function signature
14049         * src/socket.[ch]
14050         * src/imap.[ch]
14051         * src/prefs_account.[ch]
14052                 allow IMAP over SSH tunnel (patch submitted by 
14053                 Martin Pool <mbp@samba.org>)
14054
14055 2001-12-21 [alfons]     0.6.6claws7
14056
14057         * sync with sylpheed 0.6.6cvs4-9
14058                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14059
14060 2001-12-21 [christoph]  0.6.6claws6
14061
14062         * src/compose.c
14063         * src/prefs_folder_item.[ch]
14064                 implement saving of outgoing messages to current folder.
14065                 fix segfault when no default outbox is available
14066                 (closes bug #495683)
14067
14068 2001-12-21 [carsten]    0.6.6claws5
14069         * src/folderview.c
14070         * src/summaryview.c
14071                 pressing CTRL while DND does now the expected thing and
14072                 copies the mail (moving is still the default, as this
14073                 seam more appropriate for handling mails by DND)
14074
14075 2001-12-18 [paul]       0.6.6claws4
14076
14077         * sync with sylpheed 0.6.6cvs3
14078                 see ChangeLog entries 2001-12-18
14079
14080 2001-12-18 [hiro]       0.6.6claws3
14081
14082         * src/undo.c
14083                 fix for multibyte characters (obtain the number of letters
14084                 instead of bytes).
14085
14086 2001-12-17 [paul]       0.6.6claws2
14087
14088         * sync with sylpheed 0.6.6cvs1
14089                 see ChangeLog entry 2001-12-16
14090
14091 2000-12-17 [alfons]     0.6.6claws1
14092
14093         * src/filtering.c
14094                 clean up
14095
14096 2001-12-16 [paul]       0.6.6claws
14097 2001-12-15
14098
14099         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14100
14101         * src/mimeview.c
14102                 last minute sync with main 0.6.6
14103
14104         * po/es.po
14105                 updated by Ricardo Mones Lastra
14106                 update for last minute sync
14107         * po/fr.po
14108         * po/nl.po
14109                 update for last minute sync
14110         * po/de.po
14111                 updated by Jens Oberender
14112         * po/pt_BR.po
14113                 updated by Fabio Junior Beneditto
14114
14115         * src/prefs_common.[ch]
14116         * src/undo.c
14117                 number of undo levels is user configurable
14118                 (squeeze it into the release in the dying
14119                 moments) Submitted by Jens Oberender    
14120
14121 2001-12-15 [melvin]
14122
14123         * po/fr.po
14124                 updated french translation
14125
14126 2001-12-15 [paul]       0.6.5claws92
14127
14128         * sync with sylpheed 0.6.5cvs28
14129                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14130
14131         * po/nl.po
14132                 update to allow for sync
14133
14134 2001-12-15 [alfons]
14135         
14136         * po/nl.po
14137                 update dutch translation
14138
14139 2001-12-14 [carsten]    0.6.5claws91
14140         * src/summaryview.c
14141                 fixed bug #473785; also after changing the column order
14142                 the same message will be selected and displayed as before
14143                 the reordering
14144
14145 2001-12-14 [carsten]    0.6.5claws90
14146         * src/folderview.c
14147                 probably found the bug reported by wwb opening or closing
14148                 a folder tree just before dnd (found the solution in the
14149                 balsa source -- thanks to them)
14150
14151 2001-12-14 [carsten]    0.6.5claws89
14152         * src/gtkutils.c
14153         * src/account.c
14154                 moved gtk_clist_moveto to the right place, so that
14155                 only the accounts dialog is effected on opening
14156
14157 2001-12-14 [carsten]    0.6.5claws88
14158         * src/gtkutils.c
14159                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14160                 now, so that the focused row will be seen in any case
14161                 (reported by wwp on sf-claws-user)
14162
14163 2001-12-14 [darko]      0.6.5claws87
14164
14165         * src/compose.c
14166                 remove unnecessary line
14167
14168 2001-12-14 [paul]       0.6.5claws86
14169
14170         * sync with sylpheed 0.6.5cvs27
14171                 see ChangeLog entries 2001-12-14
14172
14173 2001-12-14 [carsten]    0.6.5claws85
14174         * src/mainwindow.c
14175                 following a suggestion of Melvin the rcoabm pops up
14176                 right under the button now and the button is reliefed
14177                 while the popup is open
14178
14179 2001-12-14 [darko]      0.6.5claws84
14180
14181         * src/compose.c
14182                 fix crash when wrapping long lines if linewrap quotation
14183                 is disabled and wrapper encounters a word spanning more
14184                 than one line
14185
14186 2001-12-13 [paul]       0.6.5claws83
14187
14188         * src/compose.c
14189                 prefer 'Reply-To' header over mailing list header when
14190                 replying to a message. Finally prevent all those confirmation 
14191                 messages being sent to the list itself.
14192
14193         * src/summaryview.c
14194                 remove unused summary_set_menu_sensitive() entry
14195
14196 2001-12-13 [paul]       0.6.5claws82
14197
14198         * src/folderview.c
14199         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14200         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14201         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14202                 improvements to 'Hide read messages': Inbox, Outbox,
14203                 Trash, Queue, and Draft icons now reveal presence of hidden 
14204                 messages
14205
14206 2001-12-12 [alfons]     0.6.5claws81
14207
14208         0.6.5claws80 was tagged as LAST_STABLE
14209
14210         * src/filtering.[ch]
14211         * src/matcher.[ch]
14212         * src/matcher_parser_lex.c
14213                 fix the filtering; my last attempt to get it right, 
14214                 if it does not work, it's Hoa's turn. ;-)
14215
14216                 for my honourable peers:
14217                 
14218                 the code now makes a clear distinction between
14219                 rules as they are displayed (probably escaped),
14220                 and as they are executed (probably unescaped). the
14221                 parser does *NOT* do any unescaping, this is
14222                 the task of the matcher.c (which breaks up a
14223                 rule into condition) and the filtering.c (which
14224                 breaks up the rule's action). to make this
14225                 run happily we provide an unescaped copy of
14226                 crucial strings to the MatcherProp and 
14227                 FilteringAction structures. note that the only
14228                 exception to this is any REGEXP string. those
14229                 are directly passed to regcomp() and regexp()
14230                 (who have much more powerful unescape functions).
14231                 
14232                 for everyone else:
14233         
14234                 you can escape tab (\t), carriage return (\r),
14235                 linefeed (\n), form feed (\f), quote (\"), 
14236                 single quote (\'), bell (\b) in all the entry
14237                 lines in the scoring & filtering dialogs.
14238                 as an added bonus this should not affect
14239                 existing filtering rules.
14240
14241 2001-12-12 [carsten]    0.6.5claws80
14242
14243         * src/summaryview.c
14244         * po/de.po
14245                 "item(s) selected" is now sensitive to 1 or more
14246                 than one selected (nice for language where simple
14247                 adding of a "s" is not possible as German (Eintrag
14248                 ->Eintr"age)
14249                 
14250                 the "forward as attachment" entry from the right
14251                 click menu removed, "forward" acts following the
14252                 prefs
14253         
14254         * src/textview.c
14255                 reverted my former changes; so compiler warning again
14256                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14257                 nevertheless
14258
14259         * src/messageview.c
14260                 "search in message" does now *not* only work in MVIEW_TEXT
14261                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14262                 message
14263
14264         * src/mainwindow.c
14265                 removed "/File/_Close" as it was the same as "/File/E_xit"
14266                 and we don't need it two times
14267
14268                 the separate folder view and message view now get a distinct
14269                 WMCLASS, just in case someone is using sawfish ;-)
14270
14271                 as the menu entries "/View/Message view" and "/View/Folder tree"
14272                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14273                 make them sensitive accordingly and as these two are "shown"
14274                 after startup anytime check this menuitem at startup
14275
14276 2001-12-12 [paul]       0.6.5claws79
14277
14278         * src/folderview.c
14279                 fix sensitivity of 'Search folder...', broken in
14280                 0.6.5claws75
14281
14282         * src/mainwindow.c
14283                 fix dodgy English
14284
14285 2001-12-11 [carsten]    0.6.5claws78
14286         * src/filtering.c
14287                 fixed two typos returning a wrong FALSE/TRUE
14288         * src/mainwindow.[ch]
14289                 extra menu for email/news button removed
14290
14291 2001-12-11 [alfons]     0.6.5claws77
14292         
14293         * src/matcher.c                 (1.3)
14294         * src/matcher_parser_lex.l      (1.28)
14295                 revert for another attempt
14296                 mark 0.6.5claws77 as LAST_STABLE
14297
14298 2001-12-11 [christoph]  0.6.5claws76
14299
14300         * po/de.po
14301                 fixed wrong translation for prev. unread msg
14302
14303 2001-12-11 [paul]       0.6.5claws75
14304
14305         * src/folder.[ch]
14306         * src/folderview.c
14307         * src/mainwindow.c
14308         * src/summaryview.[ch]
14309         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14310                 enable ability to hide read messages on per folder basis via 
14311                 '/Summary/Hide read messages'; when selected, a folder will 
14312                 have a red open folder icon, instead of a blue icon, if the 
14313                 folder contains hidden messges
14314                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14315
14316         * src/mainwindow.c
14317                 remove '/Message/Forward as attachment' from 
14318                 main_window_set_menu_sensitive() to prevent debug warning
14319
14320         * src/folderview.c
14321         * src/mainwindow.c
14322                 Clean up some of the English
14323
14324         * tools/newscache_clean.pl
14325                 allow for new 'hidereadmsgs' entry in folderlist.xml
14326
14327         * po/es.po
14328                 updated translation, submitted by Ricardo Mones Lastra
14329
14330 2001-12-11 [paul]       0.6.5claws74
14331
14332         * sync with sylpheed 0.6.5cvs25
14333                 see ChangeLog entry 2001-12-11
14334
14335 2001-12-10 [alfons]     0.6.5claws73
14336
14337         * src/matcher.c
14338                 add more control characters
14339         * src/matcher_parser_lex.l
14340                 make escaping / unescaping work again
14341
14342 2001-12-10 [alfons]     0.6.5claws72
14343
14344         * src/imap.c
14345                 clean up warnings "returning value for void function" 
14346         * src/prefs_filtering.c
14347                 make info button for execute action sensitive
14348
14349 2001-12-10 [paul]       0.6.5claws71
14350
14351         * src/compose.c
14352         * src/imap.[ch]
14353         * src/summaryview.c
14354                 fix: imap server now gets informed of MARKED, UNMARKED
14355                 and REPLY events. Now people can use different IMAP-Mail
14356                 clients and have the exact same information about MARKED,
14357                 UNMARKED and REPLY status with all of them. Especially
14358                 useful for imap servers with a web-frontend.
14359                 submitted by Tobias Sandhaas <medlor@web.de>
14360
14361 2001-12-09 [melvin]     0.6.5claws70
14362         
14363         * src/textview.[ch]
14364                 fixed bug #490076 (hunted down by Alfons who implemented
14365                 a workaround in 0.6.5claws65)
14366
14367 2001-12-09 [christoph]  0.6.5claws69
14368
14369         * src/summaryview.c
14370                 set pointer to string in LOCKED column to NULL
14371                 (might fix bug #490800)
14372
14373 2001-12-09 [carsten]    0.6.5claws68
14374
14375         * po/de.po
14376                 resolved some cluttered menu shortcuts 
14377                 ('creating new email' and 'creating news message'
14378                 hade the same)
14379         * src/compose.c
14380                 wmclass now distinc from main window
14381         * src/mainwindow.c
14382           src/mainwindow.h
14383                 email/news and forward button functionality similar
14384                 to the reply buttons; removed the ugly dropdown arrows
14385                 and use instead the right mouse button
14386
14387 2001-12-09 [paul]       0.6.5claws67
14388
14389         * src/imap.c
14390         * src/utils.h
14391                 allow spaces in imap folder names
14392                 submitted by Willem van Engen <wvengen@stack.nl>
14393
14394 2001-12-09 [paul]       0.6.5claws66
14395
14396         * sync with sylpheed 0.6.5cvs24
14397                 see ChangeLog entry 2001-12-09
14398
14399 2001-12-08 [alfons]     0.6.5claws65
14400
14401         * src/textview.c
14402                 prevent secondary selection claim after "add to sender" dialog
14403                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14404                 we trick GTK by simulating a click at (0, 0) in the textview.
14405
14406 2001-12-08 [hoa]        0.6.5claws64
14407
14408         * src/folder.c
14409                 fixed a bug about the .processing folder name while filtering
14410
14411 2001-12-08 [alfons]     0.6.5claws63
14412
14413         * src/folderview.c 
14414                 work around problem of not correctly updating folder stats
14415                 when deleting messages. there's some folder scanning evil
14416                 going so the folderview_update_msg_num() does not work
14417                 correctly. need to investigate this.
14418
14419 2001-12-08 [paul]       0.6.5claws62
14420
14421         * sync with sylpheed 0.6.5cvs23
14422                 see ChangeLog entry 2001-12-08
14423
14424 2001-12-07 [christoph]  0.6.5claws61
14425
14426         * src/compose.c
14427                 fix another header translation problem
14428
14429 2001-12-07 [alfons]     0.6.5claws60
14430
14431         * src/mbox.c
14432                 make filtering also work on local spool mbox
14433
14434 2001-12-07 [carsten]    0.6.5claws59
14435         * src/addressbook.c
14436                 addressbook window gets a wmclass distinct from the main
14437                 sylpheed window
14438         * src/compose.h
14439         * src/mainwindow.[ch]
14440                   forward menu item will use mode selected in prefs, forward 
14441                 as attatchment in menu removed (will be substituted in the
14442                 toolbar similar to reply buttons)
14443                   create news message menu entry and news button is now 
14444                 sensitive to the existance of a news account
14445         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14446         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14447         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14448                 these are removed because the toolbar buttons don't show
14449                 the quoting modus any longer
14450
14451 2001-12-07 [paul]
14452
14453         * tools/newscache_clean.pl      ** NEW FILE **
14454                 perl script to do some tidying up in the newscache directory 
14455                 
14456         * tools/sylpheed-switcher       ** NEW FILE **
14457                 perl script to enable easy switching between main and claws
14458                 
14459         * tools/README
14460                 added descriptions of the two new perl scripts          
14461
14462
14463 2001-12-07 [melvin]     0.6.5claws58
14464
14465         * src/messageview.c
14466                 fixed a warning during compilation introduced in 0.6.5claws56
14467
14468 2001-12-07 [paul]       0.6.5claws57
14469
14470         * src/mainwindow.[ch]
14471         * src/menu.[ch]
14472                 further usability enhancements to replying with or without 
14473                 quoting via the toolbar, use of Ctrl key is replaced by 
14474                 drop down menu 
14475                 Submitted by Carsten Schurig            
14476
14477 2001-12-07 [melvin]     0.6.5claws56
14478
14479         * src/messageview.c
14480                 hack to fix bug that prevented to make/paste selections
14481                 after switching between MVIEW_TEXT and MVIEW_MIME views
14482                 without deselecting the selection first.
14483
14484 2001-12-06 [alfons]     0.6.5claws55
14485
14486         * src/filtering.[ch]
14487         * src/inc.c
14488                 revise filtering a little bit more, and make sure
14489                 messages are delivered to the appropriate inbox
14490                 (perhaps set per account)
14491
14492 2001-12-06 [paul]       0.6.5claws54
14493
14494         * sync with sylpheed 0.6.5cvs22
14495                 see ChangeLog entry 2001-12-06
14496
14497 2001-12-05 [alfons]     0.6.5claws53
14498
14499         * src/inc.c
14500         * src/folder.[ch]
14501         * src/procmsg.c
14502         * src/filtering.c
14503                 more revisions of filtering system
14504                 (last stable version is marked as LAST_STABLE)
14505                 
14506                 | NOTE 1): the filtering system now uses a local folder called
14507                 | .processing. if filtering fails, check this directory
14508                 | for missing messages.
14509                 |
14510                 | NOTE 2): help us find the filtering actions still missing
14511
14512 2001-12-05 [paul]       0.6.5claws52
14513
14514         * src/mainwindow.c
14515                 fix bug where 'Empty Trash?' pop-up window appears even
14516                 when Trash is empty, submitted by Jesse Skinner         
14517
14518 2001-12-05 [melvin]     0.6.5claws51
14519
14520         * src/compose.c
14521                 fixed bug #486106 to select correct account when reediting 
14522                 a queued message
14523         
14524 2001-12-04 [alfons]     0.6.5claws50
14525
14526         * src/mh.c
14527                 declare markfile in appropriate functions when
14528                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14529                 for spotting this)
14530
14531 2001-12-04 [paul]       0.6.5claws49
14532
14533         * sync with sylpheed 0.6.5cvs21
14534                 see ChangeLog entry 2001-12-04
14535
14536 2001-12-03 [christoph]  0.6.5claws48
14537
14538         * po/de.po
14539                 changed translation of undo
14540         * src/account.c
14541         * src/folder.c
14542                 don't reinvent the wheel to traverse a GNode
14543         * src/compose.[ch]
14544                 seperate code to create the compose gui into functions
14545                 add "Others" page with folder selection for saving copy
14546                 of the message.
14547                 the folder identifier is saved to queue header
14548         * src/procmsg.c
14549                 save message to folder in queue header
14550
14551 2001-12-03 [paul]       0.6.5claws47
14552
14553         * sync with sylpheed 0.6.5cvs20
14554                 see ChangeLog entry 2001-12-03
14555
14556 2001-12-01 [paul]
14557
14558         * more sync with sylpheed 0.6.5cvs19
14559                 see ChangeLog entry 2001-11-29
14560
14561 2001-11-30 [paul]       0.6.5claws46
14562         
14563         * src/compose.c
14564                 remove conflicts introduced by Hoa's last commit
14565          
14566         * src/mainwindow.c
14567                 make 'Message/Bounce' sensitive
14568
14569 2001-11-30 [hoa]        0.6.5claws45
14570
14571         * src/compose.c
14572                 slightly change bounce function to add
14573                 information about the user that bounced the mail
14574                 in the From header line.
14575
14576         * src/folderview.c
14577                 permit the use of processing in outbox folder.
14578
14579 2001-11-29 [paul]       0.6.5claws44
14580
14581         * src/mainwindow.[ch]
14582         * src/prefs_common.c
14583         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14584         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14585         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14586                 usability enhancements to the quoting, implements
14587                 use of Ctrl key to toggle quoting settings
14588                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14589
14590 2001-11-29 [paul]       0.6.5claws43
14591         
14592         * sync with sylpheed 0.6.5cvs19
14593                 see ChangeLog entry 2001-11-28
14594
14595 2001-11-29 [melvin]     0.6.5claws42
14596         * src/Makefile.am
14597                 added enriched.[ch] to the list of files
14598
14599         * src/textview.c
14600         * src/mimeview.c
14601         * src/procmime.[ch]
14602         * src/enriched.[ch]
14603                 added support to view text/enriched
14604                 added support to show headers in message view for text/enriched and text/html
14605                         in non multipart messages
14606
14607 2001-11-28 [paul]       0.6.5claws41
14608
14609         * more sync with sylpheed 0.6.5cvs18
14610                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14611
14612 2001-11-27 [paul]       0.6.5claws40
14613         
14614         * po/pt_BR.po
14615                 updated translation, submitted by Fabio Junior Beneditto
14616                 
14617         * sync with sylpheed 0.6.5cvs18
14618                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14619                 2001-11-27
14620
14621
14622 2001-11-26 [paul]
14623
14624         * po/es.po
14625                 updated translation, submitted by Ricardo Mones Lastra
14626
14627 2001-11-26 [alfons]
14628
14629         * src/matcher.c
14630                 add more translatable strings
14631
14632 2001-11-26 [christoph]  0.6.5claws39
14633
14634         * po/de.po      
14635                 fixed one more umlaut
14636         * src/compose.c
14637                 fix translated header when it should not be translated
14638
14639 2001-11-26 [paul]       0.6.5claws38
14640
14641         * src/mainwindow.c
14642                 remove '/Message/Add Sender to address book' from 
14643                 main_window_set_menu_sensitive(), prevent debug warning
14644                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14645
14646 2001-11-26 [paul]       0.6.5claws37
14647
14648         * src/summaryview.c
14649                 fix 'recurring unread state' bug 
14650
14651         * tools/README 
14652         * tools/filter_conv.pl
14653                 read name of top level mailbox from folderlist.xml
14654                 and presume nothing about its name              
14655
14656 2001-11-26 [darko]      0.6.5claws36
14657
14658         * src/gtkstext.[ch]
14659                 removed functions that are now in gtkutils.c
14660                 use gtkut_text_is_uri_string() from gtkutils.c
14661         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14662
14663 2001-11-26 [paul]       0.6.5claws35
14664
14665         * sync with sylpheed 0.6.5cvs16
14666                 see ChangeLog entries 2001-11-25 and 2001-11-26
14667
14668 2001-11-25 [alfons]     0.6.5claws34
14669
14670         EXPERIMENTAL!!! Please checkout the last stable version using: 
14671           
14672         % cvs update -r LAST_STABLE -dRAP
14673
14674         (Or help us testing this stuff.)
14675
14676         * src/filtering.c               (1.14)
14677         * src/filtering.h               (1.6)
14678         * src/inc.c                     (1.28)
14679         * src/matcher.c                 (1.20)
14680         * src/mbox.c                    (1.9)
14681         * src/procmsg.h                 (1.14)
14682         * src/summaryview.c             (1.59)
14683         * src/summaryview.h             (dunno)
14684                 revert/merge/sync to as it was before commit 
14685                 on Thu, 19 Jul 2001 10:15:51 -0700.
14686
14687 2001-11-25 [hoa]        0.6.5claws33
14688
14689         * src/main.c
14690                 processing mails at startup
14691
14692         * src/folderview.c
14693         * src/summaryview.[ch]
14694                 processing mails when entering folder
14695
14696         * src/prefs_filtering.c
14697                 fixed some UI bugs
14698
14699 2001-11-24 [alfons]     0.6.5claws32
14700
14701         * src/summaryview.[ch]
14702                 make summary sort headers work, and also make
14703                 sure the sort type is stored
14704
14705 2001-11-23 [alfons]     0.6.5claws31
14706
14707         * src/summaryview.[ch]
14708                 make lock work like mark
14709                 disallow deleting messages marked as locked
14710
14711 2001-11-23 [alfons]     0.6.5claws30
14712
14713         * src/gtkstext.c
14714         * src/compose.[ch]
14715         * src/Makefile.am
14716         * src/undo.[ch]
14717                 merge undo patch submitted by Jens
14718
14719 2001-11-23 [christoph]  0.6.5claws29
14720
14721         * src/.cvsignore
14722                 added ylwrap
14723         * src/compose.c
14724                 fixed gpg signing and encoding
14725         * src/folder.[ch]
14726         * src/main.c
14727                 added --status option to get new, unread and total
14728                 message count from a running sylpheed
14729         * src/prefs_common.c
14730                 temporary fix for reply_with_quote problem
14731                 (don't call functions for non existing widget)
14732         * src/procmsg.c
14733                 one more check for ignored threads but still not
14734                 always working correctly. probably a recursive
14735                 check for all parents is needed
14736
14737 2001-11-23 [darko]      0.6.5claws28
14738
14739         * src/compose.c
14740                 wrapping on send improvements
14741         * src/gtkutils.[ch]
14742                 fix for GtkSText after last sync with main branch
14743                 GTK_TEXT -> GTK_STEXT
14744
14745 2001-11-23 [paul]       0.6.5claws27
14746
14747         * sync with sylpheed 0.6.5cvs14
14748                 see ChangeLog entries 2001-11-22 and 2001-11-23
14749                 
14750         * po/de.po
14751                 fixed the scrambled umlauts 
14752                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14753
14754 2001-11-21 [paul]       0.6.5claws26
14755
14756         * sync with sylpheed 0.6.5cvs12
14757                 see 2nd ChangeLog entry dated 2001-11-20
14758
14759 2001-11-20 [paul]       0.6.5claws25
14760
14761         * sync with sylpheed 0.6.5cvs11
14762                 see ChangeLog entry 2001-11-19 (src/utils.c)
14763
14764 2001-11-20 [hiro]
14765
14766         * src/compose.c
14767                 GTK_TEXT -> GTK_STEXT
14768                 fix for wrong comment
14769
14770 2001-11-20 [hiro]       0.6.5claws24
14771
14772         * src/compose.[ch]
14773                 more merges from main branch
14774                 removed fatal warnings (uninitialized variables etc.)
14775                 some coding style fix
14776         * src/gtkutils.h
14777                 fixed typo.
14778         * src/addressbook.c
14779           src/addrindex.c
14780                 V-Card -> vCard
14781
14782 2001-11-19 [hoa]        0.6.5claws23
14783
14784         * src/filtering.c
14785         * src/prefs_scoring.c
14786         * src/matcher.[ch]
14787         * src/scoring.c
14788                 cleaning code
14789
14790         * src/matcher_parser_parse.y
14791         * src/prefs_filtering.c
14792                 bouncing
14793
14794 2001-11-19 [alfons]     0.6.5claws22
14795
14796         more of my old things into claws
14797
14798         * src/Makefile.am
14799         * src/prefs_common.c
14800         * src/procmsg.h
14801         * src/summaryview.[ch]
14802         * src/prefs_summary_column.c
14803         * src/pixmaps/locked.xpm
14804                 add indicators for locking of message in summary view
14805                 (does not work yet, only visual indicator)
14806
14807 2001-11-19 [paul]       0.6.5claws21
14808
14809         * sync with sylpheed 0.6.5cvs10
14810                 see ChangeLog entry 2001-11-19
14811
14812 2001-11-18 [alfons]     0.6.5claws20
14813         
14814         * src/filtering.c
14815                 remove an inadvertent free I forgot in previous clean up 
14816
14817 2001-11-18 [alfons]     0.6.5claws19
14818
14819         * src/filtering.[ch]
14820                 clean up & plug leaks
14821
14822 2001-11-18 [paul]       0.6.5claws18
14823
14824         * sync with sylpheed 0.6.5cvs9
14825                 see ChangeLog entries 2001-11-17 and 2001-11-18
14826
14827 2001-11-16 [paul]       0.6.5claws17
14828
14829         * sync with sylpheed 0.6.5cvs8
14830                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14831
14832 2001-11-16 [paul]       0.6.5claws16
14833
14834         * sync with sylpheed 0.6.5cvs7
14835                 see ChangeLog entries 2001-11-15 and 2001-11-16
14836
14837 2001-11-15 [hoa]        0.6.5claws15
14838
14839         * src/compose.c
14840                 fix bounce, mails we received couln't be bounced to ourself.
14841
14842         * src/defs.h
14843         * src/filtering.[ch]
14844         * src/matcher.[ch]
14845         * src/matcher_parser.h
14846         * src/matcher_parser_lex.l
14847         * src/matcher_parser_parse.y
14848         * src/inc.c
14849         * src/main.c
14850         * src/mbox.c
14851         * src/prefs_filtering.[ch]
14852         * src/mainwindow.c
14853         * src/prefs_matcher.c
14854         * src/prefs_scoring.c
14855         * src/scoring.[ch]
14856         * src/summaryview.c
14857                 new matcher/filter/score configuration file parser
14858                 one unique configuration file => ~/.sylpheed/matcherrc
14859                 import in currently automatic, then save are made
14860                 in this new file.
14861                 one filter per folder and one global filter
14862                 (filter of a folder will be used as folder processing)
14863
14864         * src/folder.c
14865                 fix a bug in folder_item_get_identifier
14866                 
14867         * src/messageview.c
14868                 receive receipt return are fixed.
14869
14870 2001-11-14 [alfons]     0.6.5claws14
14871
14872         * src/session.h
14873                 add things from main branch to make claws compile
14874
14875 2001-11-14 [paul]       0.6.5claws13
14876
14877         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14878                 see ChangeLog entries 2001-11-08 to 2001-11-14
14879
14880 2001-11-14 [hoa] 0.6.5claws12
14881
14882         * src/compose.[ch]
14883         * src/mainwindow.c
14884         * src/summaryview.c
14885                 add "bounce mail" option
14886
14887 2001-11-13 [christoph]  0.6.5claws11
14888
14889         * src/compose.c
14890                 Cleanup a mess i add before commiting
14891
14892 2001-11-13 [hoa]        0.6.5claws10
14893
14894         * src/compose.c
14895                 some fixes when mail are sent or
14896                 for crossposts
14897
14898 2001-11-13 [christoph]  0.6.5claws9
14899
14900         * po/de.po
14901                 Changed two string with the same translation
14902         * src/compose.c
14903         * src/procmsg.[ch]
14904         * src/send.[ch]
14905                 New mailsending process:
14906                   - Always queue message before sending
14907                     (message will be saved if sylpheed crashed or
14908                      freezes while sending)
14909                   - Allow queuing of newspostings
14910                   - No copy in outbox before sending
14911                     (closes bug #469501)
14912                   - No more redundant code for send and send_later
14913         * src/summaryview.c
14914                 Applied wwp <subscript@free.fr>'s patch that fixes
14915                 marks for multiple forwarded messages (+compose.c)
14916
14917 2001-11-12 [alfons]
14918
14919         * README.claws
14920                 remove things that are now in main branch
14921         
14922         * po/nl.po
14923                 update Dutch translation
14924
14925 2001-11-12 [mhadasht]   0.6.5.claws8
14926
14927         * src/prefs_common.c
14928                 re-enabled account autoselection feature for forward
14929                 and reedit lost during the branch point for SYNC-B4-REL
14930         * src/gtkspell.c
14931                 gtkpspell_get_dict(): more readable code (even if function is
14932                 not used yet)
14933         * ChangeLog.claws
14934                 added version number info to 2001-11-12 [hiro] comment.
14935
14936 2001-11-12 [hiro]       0.6.5.claws7
14937
14938         * src/compose.c
14939                 compose_forward(): fixed a bug that forward quote mark
14940                 wasn't used.
14941                 removed unnecessary code.
14942         * src/template_select.[ch]: removed.
14943
14944 2001-11-11 [alfons]
14945
14946         * src/compose.c
14947                 :%s/GTK_TEXT/GTK_STEXT/g
14948         
14949         * src/compose.[ch]
14950         * src/undo.[ch]
14951         * src/Makefile.am
14952                 revert the undo stuff (this is 0.6.6claws stuff)
14953
14954 2001-11-11 [hoa]        0.6.5.claws6
14955
14956         * src/compose.[ch]
14957                 Insert signature at the end of the text.
14958                 Added undo patch but currently disabled
14959
14960         * src/procmsg.c
14961                 Threading by subject improved.
14962
14963         * added src/undo.[ch]
14964                 Undo module for compose dialog box.
14965
14966 2001-11-11 [alfons]     0.6.5.claws5
14967
14968         * src/procmsg.c
14969                 prevent threading by subject on nodes that have already been
14970                 threaded by in-reply-to (as in "circular references in a tree
14971                 result in a dead branch")
14972
14973 2001-11-09 [hoa]        0.6.5.claws4
14974         
14975         * src/folderview.c
14976                 allows creation of mbox folder item from any files.
14977
14978 2001-11-09 [alfons]     0.6.5.claws3
14979         
14980         * src/utils.c
14981         * src/procmsg.c
14982                 do what I mean and correct threading by subject so it really
14983                 ignores attracting lines without "Re: "
14984
14985 2001-11-07 [alfons]     0.6.5.claws2
14986
14987         * src/procmsg.c
14988         * src/utils.[ch]
14989                 only attract by subject if a subject line starts with a "Re: "
14990         * src/syldap.c
14991                 remove warning
14992
14993 2001-11-07 [paul]       0.6.5claws1
14994
14995         * sync with sylpheed 0.6.5. release
14996                 see ChangeLog entry 2001-11-07
14997
14998 2001-11-07 [paul]       0.6.4claws31
14999
15000         * sync with sylpheed 0.6.4cvs18
15001                 see ChangeLog entries 2001-10-30 to 2001-11-07
15002                 prefs_templates.[ch] renamed prefs_template.[ch]
15003
15004 2001-11-06 [alfons]
15005         
15006         * src/utils.h
15007                 add semicolon Hoa forgot ;-)
15008                 
15009
15010 2001-11-06 [hoa]        0.6.4claws30
15011         
15012         * src/procmsg.c
15013         * src/summaryview.c
15014         * src/utils.c
15015         * src/utils.h
15016                 threading by subject - empty subject are ignored
15017
15018 2001-11-06 [christoph]  0.6.4claws29
15019
15020         * src/socket.c
15021                 use SSL_peek for sock_gets
15022         * src/utils.c
15023                 removed unneeded pointer in extracting quoted
15024                 names implementation
15025
15026 2001-11-06 [melvin]     0.6.4claws28
15027
15028         * src/gtkspell.c
15029                 fixed bug #476792 Selection overtyping with spell checker
15030                 fixed bug which could cause a buffer overflow
15031                 fixed a memory leak
15032
15033 2001-11-06 [hoa]        0.6.4claws27
15034         
15035         * src/procmsg.c
15036         * src/summaryview.c
15037                 threading by subject
15038
15039 2001-11-05 [alfons]     0.6.4claws26
15040         
15041         * README.claws
15042                 Claws -> Sylpheed (vice versa)
15043
15044         * src/compose.c
15045                 :%s/gtk_text/gtk_stext/g
15046                 :%s/GTK_TEXT/GTK_STEXT/g
15047                 (thanks to Jonathan Ware for spotting this)
15048
15049 2001-11-04 [christoph]  0.6.4claws25
15050
15051         * src/summaryview.c
15052                 replace Xalloca + strdup with Xstrdup_a
15053         * src/utils.c
15054                 better implementation of extracting quoted names
15055                 from addresses (remove backlashes and ignore
15056                 quotes after them)
15057
15058 2001-11-04 [alfons]     0.6.4claws24
15059
15060         * src/utils.[ch]
15061                 edit to comply more with coding style
15062
15063         * src/textview.c
15064                 fix bug reported by Kim Schulz. introduced by the patch integrated
15065                 in 0.6.4claws15. the code did not check the return value of
15066                 the html parser.
15067
15068         * AUTHORS
15069                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15070
15071 2001-11-04 [christoph]  0.6.4claws23
15072
15073         * src/main.c
15074         * src/prefs_common.[ch]
15075                 init some pointers that possibly caused a segfault
15076                 reported in the claws-users ML
15077
15078 2001-11-04 [hoa]        0.6.4claws22
15079
15080         * src/grouplistdialog.c
15081                 change the names of the nodes in the tree
15082
15083         * src/compose.c
15084                 enhanced mailto syntax as described in
15085                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15086                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15087
15088         * src/utils.c
15089                 encode and decode URI (useful when opening URL into
15090                 netscape).
15091
15092 2001-11-03 [hoa]        0.6.4claws21
15093
15094         * src/grouplistdialog.c
15095                 a new newsgroups list selection dialog box
15096                 with a CTree instead of a CList
15097
15098 2001-11-03 [hoa]        0.6.4claws20
15099
15100         * src/folderview.c
15101                 enable property and scoring options when right
15102                 click on "inbox"
15103
15104         * src/summaryview.c
15105                 fixed bug when nickname were displayed using
15106                 the address book.
15107
15108 2001-11-02 [darko]      0.6.4claws19
15109
15110         * src/compose.c
15111                 new wrap quotation and URL/long words wrapping implementation
15112         * src/compose.c src/gtkstext.[ch]
15113                 move gtkstext_strncmp() to gtkstext.c
15114
15115 2001-11-01 [christoph]  0.6.4claws18
15116
15117         * src/prefs_account.c
15118                 fixed mess in account settings dialog
15119         * src/prefs_folder_item.c
15120                 added label with folder path to dialog
15121
15122 2001-10-31 [match]      0.6.4claws17
15123
15124         * src/vcard.c
15125                 fix memory leak.
15126         * src/addrbook.c
15127                 fix generation of spurious address book file names.
15128                 remove redundant functions.
15129         * po/POTFILES.in
15130                 added missing file names.
15131
15132 2001-10-30 [paul]       0.6.4claws16
15133
15134         * sync with sylpheed 0.6.4cvs6
15135                 see ChangeLog entries 2001-10-26 to 2001-10-30
15136
15137         * tools/filter_conv.pl
15138                 read folderlist.xml to discover whether the top-level
15139                 folder is called 'Mailbox' or 'Mail' 
15140
15141 2001-10-29 [paul]       0.6.4claws15
15142
15143         * src/html.c, src/textview.c
15144                 activate links in html mail and fix clickable parts
15145                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15146
15147 2001-10-29 [paul]
15148
15149         * po/de.po, po/es.po, po/pt_BR/po
15150                 updated translations, submitted by Jens Oberender,
15151                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15152
15153 2001-10-29 [darko]      0.6.4claws14
15154
15155         * src/compose.c
15156                 fix wrapping for good
15157
15158 2001-10-29 [darko]
15159
15160         * src/compose.c
15161                 undo previous change as it broke the smart wrapping
15162
15163 2001-10-29 [darko]      0.6.4claws13
15164
15165         * src/compose.c
15166                 fix infinite loop when long URL is quoted
15167                 (closes bug #475122.
15168
15169 2001-10-28 [match]
15170
15171         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15172                 import Mutt address book
15173         * src/ldif.[ch] src/importldif.h
15174                 modified import LDIF handle user attributes
15175
15176 2001-10-28 [christoph]  0.6.4claws12
15177
15178         * src/summaryview.c
15179                 fixed that filtering did not work if there
15180                 were no filter rules
15181                 (closes bug #472003 and better implementation
15182                  of patch #474644)
15183
15184 2001-10-27 [christoph]  0.6.4claws11
15185
15186         * src/compose.c
15187                 make the folder's default account to be used when
15188                 replying. (patch by wwp <subscript@free.fr>)
15189         * src/compose.c
15190                 code cleanup, nearly killed all of wwp's patch
15191                 for folder's default account in compose
15192         * src/folderview.c
15193                 error panel when a folder could not be created
15194                 (closes bug #471080 new folder name & already
15195                  existing file)
15196
15197 2001-10-26 [alfons]
15198
15199         * src/utils.h
15200                 change prototype of strstr2() that Christoph forgot about
15201
15202 2001-10-26 [christoph]  0.6.4claws10
15203
15204         * src/account.c
15205                 made search for accounts by email address not case
15206                 sensitive
15207         * src/folder.c
15208                 fixed memory leak in folder_item_get_identifier
15209         * src/gtkspell.c
15210         * src/utils.c
15211                 fixed wrong strstr2 (should work like strstr)
15212
15213 2001-10-26 [darko]      0.6.4claws9
15214
15215         * src/compose.c src/gtkstext.[ch]
15216         * src/gtkstext.c
15217                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15218
15219 2001-10-26 [paul]       0.6.4claws8
15220
15221         * src/html.c
15222                 ignore css and javascript tags in html mail
15223                 case-insensitive, with or without double-quoted
15224                 strings
15225
15226 2001-10-26 [paul]       0.6.4claws7
15227
15228         * sync with sylpheed 0.6.4cvs1
15229                 see ChangeLog entry 2001-10-26
15230
15231         * src/prefs_account.c, src/prefs_common.c,
15232           src/prefs_summary_column.c
15233                 minor improvements to the English
15234
15235 2001-10-25 [alfons]     0.6.4claws6
15236
15237         * src/gtkstext.c
15238         
15239                 make GtkSText follow style of GtkText (closes bug 
15240                 #469211 "text selection while writing message")
15241                 
15242                 do sync with GTK 1.2.10
15243
15244 2001-10-25 [paul]       0.6.4claws5
15245
15246         * src/html.c
15247                 ignore css tags in html mail
15248
15249 2001-10-25 [darko]      0.6.4claws4
15250
15251         * src/compose.c
15252                 don't declare is_url_string as static function since
15253                 we need it in gtkstext.c
15254         * src/gtkstext.c
15255                 remove unused variable
15256                 don't wrap long URLs while composing a message
15257
15258 2001-10-24 [christoph]  0.6.4claws3
15259
15260         * src/socket.c
15261                 fix ssl deadlock, when peer closes connection
15262
15263 2001-10-24 [paul]       0.6.4claws2
15264
15265         * src/prefs_common.c
15266                 gettextize the gpg ascii-armored warning message
15267
15268         * src/compose.c
15269                 insert a DOS/MAC file into the composed message
15270                 (improvements)
15271
15272         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15273
15274 2001-10-22 [paul]       0.6.4claws1
15275
15276         * sync with sylpheed 0.6.4 release
15277                 see ChangeLog entries 2001-10-21
15278
15279         * po/fr.po, po/pt_BR.po
15280                 updated by Melvin Hadasht and Fabio Junior Beneditto
15281
15282 2001-10-21 [paul]       0.6.3claws30
15283
15284         * src/compose.c
15285                 insert a DOS text file from the compose window
15286                 into the composed message text (removes CRs characters)
15287                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15288
15289         * tools/filter_conv.pl, tools/README
15290                 automatically use ~/.sylpheed as working directory
15291                 print out confirmation message on completion
15292
15293         * correct Hoa's last ChangeLog.claws entry
15294
15295 2001-10-20 [hoa]        0.6.3claws29
15296
15297         * src/grouplistdialog.c
15298                 bugfix (another ?) to give the right
15299                 newsgroups list for each news server.
15300
15301         * src/news.c
15302         * src/news.h
15303                 improve the newsgroups list cache
15304
15305 2001-10-20 [paul]       0.6.3claws28
15306
15307         * sync with sylpheed 0.6.3cvs9
15308                 see ChangeLog entry 2001-10-19
15309
15310         * correct Alfons' last ChangeLog.claws entry
15311
15312 2001-10-19 [alfons]
15313
15314         * src/pgptext.[ch]
15315                 fix compilation problems (part of bug #472895)
15316
15317 2001-10-18 [hoa]        0.6.3claws27
15318
15319         * src/grouplistdialog.c
15320                 bugfix when we refresh was clicked (bug 472701)
15321
15322 2001-10-19 [christoph]  0.6.3claws26
15323
15324         * src/compose.c
15325                 last header entry should default to "To:" or
15326                 "Newsgroups:" and not copy the last entry line
15327                 in a new compose window
15328                 (closes bug #472686, #470792)
15329
15330 2001-10-19 [paul]       0.6.3claws25
15331
15332         * sync with Sylpheed 0.6.3cvs8
15333                 see ChangeLog entries 2001-10-18 and 2001-10-19
15334
15335 2001-10-18 [christoph]  0.6.3claws24
15336
15337         * src/procmsg.c
15338                 reimplement ignore thread
15339         
15340 2001-10-18 [hoa]        0.6.3claws23
15341
15342         * src/folderview.c
15343         * src/grouplistdialog.[ch]
15344                 enhanced news subscription interface (feature 469113)
15345
15346         * src/news.c
15347         * src/news.h
15348                 enchanced newsgroup listing,
15349                 now, we can get groups informations
15350                 (NNTPGroupInfo)
15351
15352 2001-10-18 [paul]       0.6.3claws22
15353
15354         * src/summaryview.c
15355                 remove comment (sync with main branch)
15356         * src/mainwindow.c
15357                 fix 'Re-edit' bug in 'Message' menu
15358
15359 2001-10-17 [christoph]  0.6.3claws21
15360
15361         * src/compose.c
15362                 ignore empty or whitespace only header lines
15363
15364 2001-10-17 [paul]       0.6.3claws20
15365
15366         * sync with sylpheed 0.6.3cvs7
15367                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15368                 2001-10-17
15369
15370 2001-10-17 [darko]
15371
15372         * src/compose.c
15373                 wrap long lines without spaces
15374                 don't wrap URLs
15375
15376 2001-10-16 [paul]
15377
15378         * po/es.po, po/nl.po, po/pt_BR.po
15379                 updated by Ricardo Mones Lastra, Alfons,
15380                 and Fabio Junior Beneditto
15381
15382         * sylpheed-0.6.3claws released
15383
15384 2001-10-15 [melvin] 0.6.3claws18
15385
15386         * README.claws
15387                 added summary and detailed installation instructions
15388                 for spell checker
15389         * po/fr.po
15390                 Updated, corrected and completed french translation
15391
15392 2001-10-15 [hoa] 0.6.3claws17
15393         * src/grouplistdialog.c
15394                 we can choose the newsgroups to display with wildcards
15395
15396 2001-10-15 [christoph]  0.6.3claws16
15397
15398         * src/account.c
15399         * src/compose.c
15400         * src/prefs_folder_item.[ch]
15401                 applied wwp <subscript@free.fr>'s folder
15402                 default account patch
15403         * po/de.po
15404                 Fixed wrong translation
15405
15406 2001-10-13 [alfons, christoph, melvin]  
15407                         0.6.3claws15
15408
15409         solution #2 to solve MT-safety problems defers all GUI related calls
15410         to the main thread using a gtk_idle_add() callback. discussed on
15411         ircnet #sylpheed, with christoph spotting some issues with the
15412         original code, and melvin allowing us to lobotomize his sylpheed.
15413
15414         * src/syldap.[ch], src/main.c
15415                 fix race problem in ldap search thread by deferring GUI 
15416                 stuff to main thread using gtk_idle_add()
15417
15418 2001-10-13 [paul]       0.6.3claws14
15419
15420         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15421                 add Sergey's smtpcred.patch
15422                 adds separate username/password setting for SMTP Auth
15423                 needed by some servers
15424                 (closes feature request #471659)
15425
15426 2001-10-13 [paul]       0.6.3claws13
15427
15428         * src/pgptext.[ch] **NEW FILES**
15429         * src/Makefile.am, src/messageview.c, src/mimeview.c
15430                 decrypt ascii-armored gpg text embedded in
15431                 the message body.
15432                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15433
15434 2001-10-13 [christoph]  0.6.3claws12
15435
15436         * README.claws
15437                 some more details on default to and
15438                 feature requests
15439         * src/main.c
15440                 init glib threading when ldap is used
15441         * src/syldap.c
15442                 threading fixes
15443         * po/de.po
15444                 fixed a typo
15445
15446 2001-10-12 [paul]       0.6.3claws11
15447
15448         * src/prefs_common.[ch], src/rfc2015.c
15449                 enable ascii-armored gpg text to be embedded in the
15450                 message body, selectable through the 'Privacy'
15451                 preferences. Supports encrypting only.
15452                 Submitted by Ravemax <ravemax@dextrose.com>
15453
15454 2001-10-12 [paul]       0.6.3claws10
15455
15456         * sync with sylpheed 0.6.3cvs6
15457                 see ChangeLog entries 2001-10-11 and 2001-11-12
15458
15459         * src/folderview.c
15460                 incorporated mbox folders, scoring, and folder
15461                 properties into the sync
15462
15463 2001-10-12 [darko]      0.6.3claws9
15464
15465         * README.claws
15466                 describe quotation wrapping
15467         * src/compose.c
15468                 don't treat tab as space to calculate line length properly
15469
15470 2001-10-11 [alfons]
15471
15472         * README.claws
15473                 correct description of how to make new filtering system work,
15474                 add some other things
15475                 
15476         * src/syldap.c
15477                 remove sched_yield() (not necessary / unportable)
15478
15479 2001-10-11 [paul]       0.6.3claws8
15480
15481         * sync with sylpheed 0.6.3cvs3
15482                 see ChangeLog entry 2001-10-10
15483
15484 2001-10-10 [christoph]  0.6.3claws7
15485
15486         * .cvsignore
15487                 ignore 2 files created by newer autotools
15488         * src/prefs_folder_item.c
15489                 using table for widget alignment
15490                 fixed memory leak and broken octal display
15491         * src/filesel.c
15492                 fixed segfault caused by lost filename
15493                 workaround (closes bug #469551)
15494
15495 2001-10-10 [paul]       0.6.3claws6
15496
15497         * sync with sylpheed 0.6.3cvs2
15498                 see ChangeLog entries 2001-10-09 and 2001-10-10
15499
15500 2001-10-10 [darko]      0.6.3.claws5
15501
15502         * src/gtkstext.c
15503                 proper calculation of right margin if smart wrapping is enabled
15504         * src/compose.c
15505                 automatically wrap long lines if wrap quotation is enabled
15506
15507 2001-10-09 [alfons]     0.6.3.claws4
15508
15509         * src/summaryview.c
15510                 select correct row when deleting last row in the summary view (and
15511                 close bug "[ #469104 ] select second last in list when deleting")
15512
15513 2001-10-09 [paul]       0.6.3claws3
15514
15515         * sync with sylpheed 0.6.3cvs1
15516                 updated some autotool scripts
15517
15518 2001-10-09 [darko]      0.6.3claws2
15519
15520         * src/gtkstext.[ch]
15521                 new name and mark with Sylpheed comment
15522         * src/compose.c
15523                 smart quotation wrapping a-la VIM
15524
15525 2001-10-08 [paul]       0.6.3claws1
15526
15527         * sync with sylpheed 0.6.3 release
15528                 see ChangeLog entry 2001-10-08
15529
15530 2001-10-08 [paul]       0.6.2claws24
15531
15532         * src/summaryview.c
15533                 more sync with sylpheed 0.6.2cvs12
15534                 Fixed the bug that didn't select the last row correctly
15535
15536
15537 2001-10-07 [paul]       0.6.2claws23
15538
15539         * sync with sylpheed 0.6.2cvs12
15540                 see ChangeLog entry 2001-10-07
15541
15542 2001-10-06 [match]
15543         * src/jpilot.[ch]
15544                 enable jpilot to read unsynch'ed addresses.
15545
15546         * src/editldap_basedn.c
15547                 fix segfault when opening dialog.
15548
15549 2001-10-06 [alfons]     0.6.2.claws22
15550
15551         * src/summaryview.c
15552                 fix bug with summary view selecting last *inserted*
15553                 node instead of last *visible* node. remember we
15554                 work with a tree
15555
15556 2001-10-06 [paul]       0.6.2claws21
15557
15558         * po/pt_BR.po
15559                 updated translation, contains some fixes and new
15560                 translations, submitted by Gustavo Noronha Silva
15561                 <kov@debian.org>
15562
15563         * src/prefs_common.c
15564                 change 'each' to 'every' - fix dubious English
15565
15566         * sync with sylpheed 0.6.2cvs11
15567
15568 2001-10-05 [alfons]     0.6.2claws20
15569
15570         * src/mainwindow.[ch], src/folderview.c
15571                 make composite tool button switch between "Compose News"
15572                 and "Compose Mail" depending on selected folder
15573                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15574
15575 2001-10-05 [paul]       0.6.2claws19
15576
15577         * src/mainwindow.c, src/summaryview.c
15578                 fix 'Message/Reply to all', broken in last commit
15579
15580         * src/compose.c
15581                 fix X_BEENTHERE seg fault, thanks to Alfons
15582
15583 2001-10-04 [paul]       0.6.2claws18
15584
15585         * src/compose.[ch], src/mainwindow.c
15586                 make "Message/Reply" reply to mailing lists; matches
15587                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15588                 based on portions of the patch submitted by
15589                 Junichi Uekawa <dancer@netfort.gr.jp>
15590
15591 2001-10-04 [darko]      0.6.2claws17
15592
15593         * src/compose.c
15594                 better smart wrapping
15595         * src/gtkstext.[hc]
15596                 a function to make text buffer contiguous
15597
15598 2001-10-03 [paul]       0.6.2claws16
15599
15600         * sync with sylpheed 0.6.2cvs10
15601
15602 2001-10-02 [alfons]
15603
15604         * configure.in
15605         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15606                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15607                 references to chinese translations (hope someone picks up
15608                 this)
15609
15610 2001-10-02 [christoph]  0.6.2claws15
15611
15612         * src/compose.c
15613                 fixed non translated header bug
15614         * ChangeLog.claws
15615                 fixed wrong date in alfons last entry ;)
15616
15617 2001-10-02 [alfons]     0.6.2claws14
15618
15619         * src/compose.c, src/prefs_common.[ch]
15620                 add block cursor option
15621
15622 2001-10-02 [paul]       0.6.2claws13
15623
15624         * sync with sylpheed 0.6.2cvs9
15625
15626 2001-09-30 [paul]       0.6.2claws12
15627
15628         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15629                 updated translations
15630
15631         * po/POTFILES.in
15632                 add 'src/importldif.c'
15633
15634         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15635                 added eudora-to-vCard conversion tool
15636                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15637
15638         * sync with sylpheed 0.6.2cvs8
15639
15640 2001-09-30 [paul]
15641
15642         * sylpheed-0.6.2claws released
15643
15644 2001-09-27 [melvin]     0.6.2claws11
15645
15646         * src/gtkspell.c
15647                 fixed crash when using default path (introduced 
15648                 in 0.6.2claws10)
15649                 fixed tiny bug for initial suggestion mode
15650
15651 2001-09-27 [melvin]     0.6.2claws10
15652         
15653         * src/gtkspell.c
15654                 fixed bug where gtkpspell didn't set the path correctly
15655
15656         * README.claws
15657                 added a paragraph about spell checking
15658                 
15659
15660
15661 2001-09-27 [paul]       0.6.2claws9
15662
15663         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15664                 replace '// comments' with '/* comments */' to prevent
15665                 some compiler warnings 
15666
15667         * sync with sylpheed 0.6.2cvs6
15668
15669 2001-09-26 [alfons]     0.6.2claws8
15670
15671         * src/messageview.c
15672                 introduce return receipt request notification again,
15673                 which was lost because of other semantics in 
15674                 procheader_parse() (???)
15675
15676 2001-09-26 [christoph]  0.6.2claws7
15677
15678         * src/compose.c
15679                 replace comments for old code with #if 0
15680                 readded auto cc, bcc and reply-to
15681         * src/prefs_matcher.c
15682         * src/prefs_scoring.c
15683                 removed some definition (was moved to
15684                 prefs.h)
15685
15686 2001-09-26 [paul]       0.6.2claws6
15687
15688         * src/mainwindow.c
15689                 make 'Follow-up and reply to' sensitive
15690
15691         * more sync with sylpheed 0.6.2cvs5
15692
15693 2001-09-25 [melvin]
15694
15695         * 0.6.2claws5
15696
15697         * src/gtkspell.c
15698                 fixed bug for "US-ASCII" introduced by the encoding code
15699
15700 2001-09-25 [paul]
15701
15702         * 0.6.2claws4
15703
15704         * src/prefs_common.[ch], src/summaryview.c
15705                 'next unread msg' 'go to next folder?' dialog can be
15706                 given default behaviour, either always show dialog,
15707                 or assume 'yes', or assume 'no'
15708                 Submitted by wwp <subscript@free.fr>
15709
15710 2001-09-25 [melvin]
15711                 
15712         * src/compose.c src/gtkspell.[ch]
15713                 added support for different encodings
15714
15715 2001-09-25 [paul]
15716
15717         * more sync with sylpheed 0.6.2cvs5
15718
15719 2001-09-24 [alfons]
15720         
15721         * src/prefs_folder_item.c
15722                 add check for item->prefs->default_to string is NULL and
15723                 add another check when freeing this string
15724
15725 2001-09-24 [paul]
15726
15727         * configure.in
15728                 change to version 0.6.2claws3
15729
15730         * sync with sylpheed 0.6.2cvs5 
15731
15732 2001-09-24 [match]
15733         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15734                 import LDIF files.
15735         * src/addrcache.[ch], addrindex.[ch]
15736                 small update for future
15737         * src/addrbook.c
15738                 fix test XML file.
15739
15740 2001-09-24 [melvin]
15741         * src/gtkspell.[ch]
15742                 added 'Learn from mistakes' option
15743                 better handling of quotes in checked words
15744                 sorted dict list
15745         * po/fr.po
15746                 small update for spell checking stuff
15747
15748 2001-09-23 [alfons]
15749         
15750         * src/gtkspell.c
15751                 edit a little bit so it complies more with main coding style
15752
15753 2001-09-23 [alfons]
15754
15755         * src/folder.[ch], prefs_folder_item.c, compose.c
15756                 migrate "request return receipt" folder property
15757                 to folderlist.xml
15758
15759 2001-09-22 [alfons]
15760
15761         * README.claws **NEW**
15762                 (add things of interest for users of main branch 
15763                 and claws here)
15764
15765         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15766                 re-implement threading per folder option, but store 
15767                 the setting in folderlist.xml (where it belongs)
15768
15769 2001-09-21 [melvin]
15770
15771         * src/gtkspell.[ch]
15772                 fixed bug when compose window is under another window
15773         * src/prefs_common.[ch] src/compose.c
15774                 changed 'dictionary_path' to 'dictionary' to be consistent
15775                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15776         * ac/pspell.m4 src/Makefile.am 
15777                 dropped PSPELL_PATH macro
15778         * po/fr.po
15779                 updated translations
15780
15781 2001-09-21 [christoph]
15782
15783         * src/compose.c
15784                 added border around header fields
15785                 keep header type when new field is added
15786
15787 2001-09-20 [christoph]
15788
15789         * src/utils.[ch]
15790                 more portable debug_print with source filename
15791                 and linenumber
15792         * src/procmsg.c
15793                 more newlines after debug messages
15794
15795 2001-09-20 [paul]
15796
15797         * configure.in
15798                 change to version 0.6.2claws2
15799
15800         * sync with sylpheed 0.6.2cvs3
15801
15802 2001-09-19 [melvin]
15803
15804         * src/gtkspell.c
15805                 fixed the post-right-click focus pb
15806                 fixed crash when 'Spell check all' after dict change 
15807                         and when cursor is at the end of the text
15808                 shift-right-click pops up config menu even on misspelled words.
15809         * po/POTFILES.in
15810                 added gtkspell.c
15811
15812 2001-09-19 [melvin]
15813
15814         * src/about.c
15815                 added pspell to compiled-in features list
15816
15817 2001-09-18 [melvin]
15818
15819         * switched to pspell and dropped ispell
15820         * ac/pspell.m4
15821                 new file. autoconf macro for pspell
15822         * ac/Makefile.am 
15823         * configure.in acconfig.h
15824                 added pspell support
15825         * src/Makefile.am
15826         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15827         * src/prefs_common.[ch] 
15828                 added pspell support
15829
15830 2001-09-18 [christoph]
15831
15832         * src/addr_compl.c
15833         * src/template.[ch]
15834                 replace LOG_MESSAGE with debug_print
15835         * src/compose.[ch]
15836                 gui improvements
15837         * src/menu.c
15838                 added newline after debug message
15839         * src/utils.h
15840                 using __VA_ARGS__ for debug_print macro
15841         * tools/.cvsignore
15842                 ignore Makefile and Makefile.in
15843
15844 2001-09-18 [paul]
15845
15846         * configure.in
15847                 change to version 0.6.2claws1
15848         * sync with sylpheed 0.6.2cvs1
15849
15850         * src/matcher.c 
15851         * src/prefs_matcher.c
15852                 add 'score equal to' option, submitted by
15853                 Paul Evans <nerd@freeuk.com>
15854
15855 2001-09-15 [christoph]
15856
15857         * src/mainwindow.c
15858                 comment out menu entry not existing in claws
15859         * src/menu.c
15860                 add debug output for non existing menu entries
15861         * src/summaryview.c
15862                 fix next/prev unread message for ignored threads
15863         * src/utils.[ch]
15864                 add sourcefile and line number to debug output
15865                 otherwise it is sometimes hard to find the
15866                 source code part if debug messages are translated
15867
15868 2001-09-14 [darko]
15869         
15870         * src/folderview.c
15871                 refresh target folder style after colour is changed
15872
15873 2001-09-13 [paul]
15874
15875         * configure.in
15876                 change to version 0.6.1claws3
15877
15878         * sync with sylpheed 0.6.1cvs6
15879
15880 2001-09-13 [darko]
15881         
15882         * src/folderview.c
15883                 fix target folder colourization to use user selected colour
15884
15885 2001-09-12 [darko]
15886         
15887         * src/summaryview.c
15888                 fix crash when message that is marked for copy/move is unmarked
15889
15890 2001-09-09 [paul]
15891
15892         * configure.in
15893                 change to version 0.6.1claws2
15894
15895         * sync with sylpheed 0.6.1cvs3
15896
15897 2001-09-09 [alfons]
15898         
15899         * src/folderview.c
15900                 fix bug with default font used for trash folder text
15901
15902 2001-09-06 [paul]
15903
15904         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15905                 updated translations
15906
15907         * configure.in
15908                 change to version 0.6.1claws1
15909
15910         * sync with sylpheed 0.6.1cvs2
15911
15912 2001-09-03 [paul]
15913
15914         * po/POTFILES.in
15915                 add Match's new addressbook
15916
15917         * po/de.po
15918                 updated translation submitted by Jens Oberender
15919
15920 2001-09-02 [paul]
15921
15922         * configure.in
15923                 change to 0.6.1claws
15924         * sync with sylpheed 0.6.1 release
15925
15926 2001-09-02 [paul]
15927
15928         * configure.in
15929                 change to 0.6.0claws2
15930
15931         * sync with sylpheed 0.6.0cvs4
15932
15933         * po/pt_BR.po
15934                 updated translation submitted by Fabio Junior Beneditto
15935
15936 2001-09-01 [match]
15937         * pixmaps/
15938                 interface.xpm
15939                 book.xpm
15940                 address.xpm
15941         * src/
15942                 Makefile.am
15943                 a ton of new files
15944
15945 2001-08-31 [paul]
15946
15947         * configure.in
15948                 change to version 0.6.0claws1
15949
15950         * sync with sylpheed 0.6.0cvs1
15951
15952         * po/es.po
15953                 updated translation submitted by Ricardo Mones Lastra
15954
15955         * po/POTFILES.in
15956                 add 'src/prefs_templates.c'
15957
15958         * src/compose.c, src/summaryview.c
15959                 fix segfault on 'Re_edit'               
15960
15961 2001-08-30 [alfons]
15962
15963         * configure.in, Makefile.am
15964         * tools/Makefile.am
15965                 add tools directory to source distribution
15966
15967 2001-08-30 [paul]
15968
15969         * configure.in
15970                 change to version 0.6.0claws
15971
15972         * sync with sylpheed 0.6.0 release
15973
15974 2001-08-30 [christoph]
15975
15976         * configure.in
15977                 removed autoconf version check
15978
15979 2001-08-30 [paul]
15980
15981         * src/account.c, src/compose.c, src/prefs_common.[ch]
15982         * src/procheader.[ch] src/utils.[ch]
15983                 Enhanced automatic account selection on replies
15984                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15985
15986         * configure.in
15987                 add LDAP and JPilot to the configuration results output.
15988
15989 2001-08-29 [christoph]
15990
15991         * src/summeryview.c
15992                 no bold font for ignored threads
15993
15994 2001-08-29 [paul]
15995
15996         * configure.in
15997                 change to version 0.5.3claws6
15998
15999         * sync with sylpheed 0.5.3cvs10
16000                 src/stringtable.[ch]: New Files
16001
16002         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16003         * src/pixmaps/sylpheed.xpm
16004                 add mini-icons to windows (by Alfons)
16005
16006 2001-08-27 [paul]
16007
16008         * src/mainwindow.c
16009                 new functions: next_labeled_cb(), prev_labeled_cb()
16010
16011         * src/summaryview.c
16012                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16013                 summary_select_next_labeled(), summary_select_prev_labeled()
16014
16015         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16016                 give claws blue folders and a blue trash can
16017
16018 2001-08-27 [paul]
16019
16020         * configure.in
16021                 change to version 0.5.3claws5
16022
16023         * sync with sylpheed 0.5.3cvs9
16024                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16025
16026 2001-08-24 [christoph]
16027
16028         * src/filesel.c
16029                 keep filename when browsing directories
16030                 (not working for user entered filename, but
16031                  for default name and selected filename from
16032                  file list)
16033         * src/mainwindow.c
16034                 fixed wrong spelling "Folllow-up"
16035         * src/mbox_folder.c
16036         * src/procmsg.c
16037         * src/summaryview.c
16038                 fixed new/unread message count with ignored
16039                 threads (2 commits, first didn't notice no
16040                 longer needed decreasing)
16041         * src/inc.c
16042                 readded scrolling of progress dialog
16043                 (lost in sync)
16044
16045 2001-08-24 [paul]
16046
16047         * configure.in
16048                 change to 0.5.3claws4
16049
16050         * sync with sylpheed 0.5.3cvs7
16051
16052 2001-08-24 [christoph]
16053
16054         * src/compose.c
16055                 set request return receipt when replying
16056                 if it is set is the folder prefs of the
16057                 message
16058         * src/inc.c
16059                 disable final error popup if popups are
16060                 disabled in config (again)
16061
16062 2001-08-23 [paul]
16063
16064         * configure.in
16065                 Change version number to 0.5.3claws3
16066
16067         * sync with sylpheed 0.5.3cvs5
16068
16069         * src/mimeview.c
16070                 double quote '%s' in 'gedit %s' to fix bug when
16071                 opening attachment with spaces in the name
16072
16073 2001-08-22 [alte]
16074         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16075           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16076                 initial message templates support
16077
16078
16079 2001-08-22 [paul]
16080
16081         * configure.in
16082                 change version number to 0.5.3claws2
16083
16084         * sync with sylpheed 0.5.3cvs4
16085
16086         * src/procmsg.h src/summaryview.c
16087                 re-implement (un)ignore thread
16088
16089 2001-08-21 [paul]
16090
16091         * src/summaryview.c
16092                 remove unnecessary code
16093         * src/compose.c
16094                 enable 'dynamic' signatures (submitted by
16095                 Eric Limpens <eric@hscg-internet.nl>)
16096
16097 2001-08-21 [paul]
16098
16099         clean up after sync with sylpheed 0.5.3 release
16100
16101         * src/folderview.c
16102                 fix re-introduced font mess, see Christoph's
16103                 entry 2001-06-24
16104
16105         * src/summaryview.c
16106                 remove prev_msgnum
16107                 use sylpheed's small font instead of
16108                 gtk default font for summary view
16109
16110
16111 2001-08-17 [paul]
16112
16113         * configure.in
16114                 add pl to ALL_LINGUAS - sync with main branch
16115
16116         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16117                 Updated. Translations by Jens Oberender, Ricardo Mones
16118                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16119
16120         * po/pl.po  ** NEW FILE **
16121                 sync with the main branch
16122
16123         * src/folderview.c
16124                 fix target folder colorizing and refresh problem
16125
16126
16127 2001-08-17 [christoph]
16128
16129         * src/mainwindow.c
16130                 claws uses 4 colors for target folder coloring.
16131                 arrays were not long enough and destroyed the
16132                 stack causing a segfault.
16133                 target folder colorizing does not work anymore
16134                 for me
16135
16136 2001-08-16 [paul]
16137
16138         * configure.in
16139                 change to version 0.5.3claws1
16140
16141         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16142           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16143           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16144
16145                 sync with sylpheed 0.5.3 release, but keep claws method of
16146                 configuring/saving fonts
16147
16148         * src/addressbook.[ch]
16149                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16150                 in line with a similar change in Hiroyuki's branch
16151
16152         * src/mainwindow.[ch]
16153                 disable main_window_set_thread_option()
16154         * src/prefs_folder_item.c
16155                 comment out &tmps_prefs.enable_thread,
16156         * src/mbox_folder.c, src/procmsg.[ch]
16157                 comment out MSG_IS_IGNORE_THREAD
16158         * src/summaryview.c
16159                 comment out summary_ignore_thread() and summary_unignore_thread()
16160                 comment out MSG_IS_IGNORE_THREAD
16161
16162                 use Hiroyuki's threading instead.
16163
16164
16165
16166 2001-08-15 [paul]
16167
16168         * src/account.c
16169                 use Hiroyuki's 0.5.3 column scheme but also
16170                 include the enable/disable button.
16171         * src/pixmaps/mark.xpm
16172                 add Hiroyuki's amended pixmap
16173
16174 2001-08-13 [christoph]
16175
16176         * src/account.c
16177                 receive at get all column showed wrong state for APOP
16178                 button should only work for POP3 and APOP accounts
16179         * src/prefs_account.c
16180                 added missing preprocessor statement for SSL
16181
16182 2001-08-12 [paul]
16183
16184         * src/account.[ch]
16185                 add 'receive at get all' column and enable/disable
16186                 button.
16187
16188 2001-08-06 [christoph]
16189
16190         * src/account.c
16191                 show usage of SSL in protocol column
16192
16193         * src/imap.c
16194         * src/inc.c
16195                 renamed ssl options
16196
16197         * src/prefs_account.[ch]
16198                 moved ssl options to a new page
16199
16200         * src/send.c
16201         * src/smtp.c
16202         * src/ssl.[ch]
16203                 renamed ssl options
16204                 added support for SMTP STARTTLS command
16205
16206 2001-08-05 [christoph]
16207
16208         * configure.in
16209                 debian autoconf needs version check to find
16210                 correct autoconf version. if the file is
16211                 named configure.in 2.13 is used, which does
16212                 not work with this configure.in script.
16213                 other solution would be to rename the script
16214                 to configure.ac as suggested in the autoconf
16215                 manual.
16216
16217         * src/inc.c
16218                 disable final error popup if popups are
16219                 diabled in config
16220
16221         * src/socket.c
16222                 bugfix in ssl_gets
16223                 fixes IMAP over SSL problem
16224
16225 2001-08-03 [paul]
16226
16227         * configure.in
16228                 change to 0.5.2claws1
16229
16230         * sync with sylpheed 0.5.2cvs1
16231
16232 2001-08-02 [alfons]
16233
16234         * configure.in
16235                 quick fix for ispell detection...
16236
16237 2001-08-01 [paul]
16238
16239         * configure.in
16240                 change to 0.5.1claws4
16241
16242         * sync with sylpheed 0.5.1cvs7
16243
16244 2001-07-31 [alfons]
16245
16246         * src/prefs_common.c, src/prefs_common.h, 
16247           src/gtkspell.c, src/gtkspell.h
16248                 add global spelling checker settings (compose tab) +
16249                 selection of dictionary 
16250           
16251         * configure.in  
16252                 guess valid ispell location
16253
16254 2001-07-31 [paul]
16255
16256         * po/POTFILES.in
16257                 removal of 'src/quote_fmt_parse.c'
16258         * po/de.po
16259                 Updated de.po
16260                 (submitted by Jens Oberender <didge@suse.de>)
16261
16262 2001-07-31 [darko]
16263
16264         * src/folder.[ch]
16265         * src/folderview.[ch]
16266         * src/mainwindow.c
16267         * src/mh.c
16268         * src/prefs_common.[ch]
16269         * src/summaryview.c
16270                 target folder colourization
16271
16272 2001-07-30 [paul]
16273
16274         more sync with Sylpheed 0.5.1cvs6 
16275
16276 2001-07-30 [darko]
16277
16278         * src/mh.c
16279         * src/prefs_folder_item.[hc]
16280         * src/summaryview.c
16281                 shared folders support with a GUI
16282
16283 2001-07-29 [paul]
16284
16285         0.5.1claws3
16286
16287         * sync with Sylpheed 0.5.1cvs6
16288
16289 2001-07-29 [paul]
16290
16291         * po/pt_BR.po
16292                 updated
16293                 (submitted by Fabio Junior Beneditto)
16294
16295 2001-07-28 [paul]
16296
16297         * src/procmime.c
16298         * AUTHORS
16299                 patch to correct bad image mime headers
16300                 (submitted by Don Quijote <dq@searchlores.org>)
16301
16302 2001-07-28 [paul]
16303
16304         * tools/gif2xface.pl   **NEW FILE**
16305         * tools/README
16306                 script to convert file.gif to file.xface for
16307                 use in a custom header.
16308                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16309
16310 2001-07-27 [alfons]
16311         
16312         * configure.in
16313                 change macros for detecting JPilot and LDAP
16314
16315 2001-07-27 [christoph]
16316
16317         * src/filtering.c
16318                 code cleanup (MIN / MAX warning, needed casting)
16319
16320 2001-07-27 [alfons]
16321
16322         * procheader.c
16323                 disallow setting flags when detecting certain headers
16324                 (X-Status, Status, Seen, X-Seen). 
16325         
16326         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16327
16328 2001-07-27 [christoph]
16329
16330         * src/prefs_filter.c
16331         * src/prefs_filtering.c
16332         * src/prefs_matcher.c
16333         * src/prefs_scoring.c
16334                 scroll list when moving rows up or down
16335
16336         * src/imap.c
16337         * src/imap.h
16338         * src/prefs_account.c
16339         * src/prefs_account.h
16340         * src/send.c
16341                 SMTP over SSL (untested, feedback requested)
16342                 IMAP over SSL
16343
16344         * src/ssl.c
16345                 code cleanup
16346
16347 2001-07-26 [alfons]
16348         
16349         * configure.in, acconfig.h
16350                 define CLAWS (need this for main / claws detection)
16351
16352 2001-07-25 [alfons]
16353
16354         * configure.in
16355                 Sylpheed 0.5.1claws2
16356                 
16357         * sync with Sylpheed 0.5.1cvs4
16358
16359 2001-07-25 [christoph]
16360
16361         * src/scoring.c
16362                 fixed segfault
16363                 item->prefs == NULL (don't know why)
16364
16365 2001-07-25 [alfons]
16366
16367         * configure.in
16368                 Sylpheed 0.5.1claws1
16369
16370         * sync with Sylpheed 0.5.1cvs1-3
16371
16372 2001-07-24 [christoph]
16373
16374         * src/folderview.c
16375         * src/prefs_folder_item.[ch]
16376                 added folderitem preferences dialog with
16377                 default To: and auto request return receipt
16378
16379         * src/compose.[ch]
16380         * src/menu.[ch]
16381                 changes to handle new folderitem preferences
16382
16383         * src/mainwindow.c
16384         * src/summaryview.c
16385                 call compose new mail with current folderitem
16386
16387 2001-07-24 [alfons]
16388
16389         Release Sylpheed 0.5.1claws
16390
16391         * configure.in
16392                 change to release version 0.5.1claws
16393
16394 2001-07-24 [christoph]
16395
16396         * src/summaryview.c
16397                 fixed segfault that happend when the selected
16398                 message was removed while retrieving new messages.
16399
16400         * po/es.po
16401                 updated translation
16402                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16403
16404 2001-07-22 [alfons]
16405
16406         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16407         this is a work in progress, for more information: http://nlpagan.net/sylman 
16408         
16409         * configure.in, src/mainwindow.c, manual/Makefile.am
16410                 add support for English manual
16411
16412         * AUTHORS
16413                 add authors of user manuals
16414
16415         * manual/en/sylpheed*.html
16416                 add English documentation
16417
16418 2001-07-22 [christoph]
16419
16420         * po/POTFILES.in
16421                 added src/ssl.c
16422         * src/ssl.c
16423                 changed a wrong debug message
16424
16425 2001-07-22 [alfons]
16426
16427         * po/nl.po
16428                 update Dutch translation
16429
16430         * src/prefs_filtering.c, 
16431           src/prefs_matcher.c
16432                 add more translatable strings           
16433
16434 2001-07-21 [alfons]
16435
16436         0.5.0claws7
16437
16438         * configure.in
16439                 change version
16440
16441         * src/inc.c, src/summaryview.[ch]
16442                 prevent update of mark file when filtering has done, by
16443                 using a variable; this affects two functions:
16444                         inc.c::inc_finished()
16445                         summaryview.c::summary_show()
16446
16447 2001-07-20 [alfons]
16448
16449         * src/filtering.[ch], src/prefs_filtering.c, 
16450           src/matcher.[ch]
16451                 add filtering action for label coloring 
16452
16453         * po/POTFILES.in
16454                 add labelcolors.c
16455
16456         * added src/labelcolors.c
16457         * added src/labelcolors.h
16458         * src/Makefile.am, src/summaryview.c
16459                 rearrange label coloring code
16460
16461         * src/procmsg.h
16462                 add more parentheses so label colouring works correctly
16463
16464         * src/filtering.c
16465                 don't really delete message, but move it to Trash
16466
16467         * src/prefs_matcher.c
16468                 add quote options to info dialog
16469
16470 2001-07-20 [christoph]
16471
16472         * src/Makefile.am
16473         * src/inc.c
16474         * src/main.[ch]
16475         * src/socket.h
16476         * src/ssl.[ch] (new)
16477                 moved ssl stuff to a seperate file
16478
16479 2001-07-20 [darko]
16480
16481         * src/summaryview.c
16482                 fix show sender using address book with no e-mail
16483                 address in From: field
16484
16485 2001-07-19 [alfons]
16486
16487         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16488                 fix messy handling of escaping... now at least the
16489                 execute command is useful. escape char is '\', we
16490                 accept \n and \r too. 
16491
16492                 Real life example:
16493                 
16494                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16495                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16496
16497 2001-07-18 [alfons]
16498
16499         0.5.0claws6
16500
16501         * src/summaryview.c
16502                 clean up
16503
16504         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16505           src/procmsg.[ch]
16506                 revise filtering; currently move, copy, marking have
16507                 been tested. if you like bleeding edge stuff, you
16508                 should definitely go for this version :)
16509
16510         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16511
16512 2001-07-17 [christoph]
16513
16514         * src/utils.c
16515                 timestamp log
16516
16517 2001-07-17 [alfons]
16518
16519         0.5.0claws5
16520
16521         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16522           bits in the mark file, without affecting either branch. Lots of
16523           files changed, also in claws branch.
16524
16525           UNTESTED: use of mbox folders
16526
16527         * src/summaryview.c
16528                 added mark all read; however this was a quick hack used for
16529                 cleaning up mess after initial merge with Hiroyuki
16530
16531         * configure.in
16532                 change claws version number back to 0.5.0claws5 to clear up 
16533                 confusion & pretension (recent release was technically 
16534                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16535
16536 2001-07-16 [alfons]
16537
16538         sync with Hiroyuki's 0.5.0cvs4
16539
16540 2001-07-16 [alfons]
16541
16542         0.5.1claws3
16543
16544         * src/filtering.[ch]
16545                 remove invalid updating of mark files for 
16546                 filter actions MATCHING_ACTION_MOVE and 
16547                 MATCHING_ACTION_DELETE; this should fix the
16548                 folder update bug
16549                 
16550         * src/procmsg.c
16551                 revert Christoph's stab at fixing the folder 
16552                 update bug
16553
16554         * po/POTFILES.in
16555                 add missing files with translatable strings
16556
16557         * src/summaryview.c
16558                 remove debug print
16559
16560 2001-07-15 [alfons]
16561
16562         * src/addr_compl.[ch], src/prefs_filtering.c
16563                 make "filtering pref dialog's destination entry" an
16564                 "address completable entry", if filter destination is 
16565                 an email address
16566
16567         0.5.1claws2
16568         
16569         sync with Hiroyuki's 0.5.0cvs2-3
16570
16571 2001-07-15 [christoph]
16572
16573         * src/procmsg.c
16574                 fixed folder stats update after incorporation
16575
16576 2001-07-15 [alfons]
16577
16578         * src/summaryview.c
16579                 * finish label colouring stuff (for now)
16580                 * fix incorrect colour bug (off by one) 
16581
16582 2001-07-14 [alfons]
16583
16584         * src/mainwindow.c
16585                 change text labels for news and mail message so there's
16586                 plenty of toolbar estate left
16587
16588         * configure.in
16589                 0.5.1claws1
16590
16591         * src/folderview.c
16592           src/folder.[ch]
16593                 sync with Hiroyuki's 0.5.0cvs1
16594
16595         * src/summaryview.c
16596                 more rewrite label colouring
16597
16598 2001-07-14 [alfons]
16599
16600         * src/summaryview.[ch]
16601                 * start rewrite label colouring 
16602                 * fix proper location "Add Sender To Addressbook" menu item
16603
16604 2001-07-13
16605
16606         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16607         (actually this is 0.5.0claws4)
16608
16609 2001-07-13 [alfons]
16610
16611         * po/pt_BR.po
16612                 * fix duplicate message
16613                 * add updated Portugese / Brazilian translation
16614                   submitted by Fabio Junior Beneditto
16615
16616 2001-07-12 [alfons]
16617
16618         * AUTHORS
16619                 add Jens
16620
16621         * po/nl.po
16622                 add updated Dutch translation
16623
16624         * po/de.po
16625                 add updated German translation submitted by Jens
16626
16627 2001-07-11 [alfons]
16628
16629         Prerelease before 0.5.0claws. Please test.
16630         This version is temporarily tagged as VERSION_0_5_0_TEST
16631
16632         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16633           src/prefs_scoring.c, src/prefs_matcher.c, 
16634           src/prefs_filtering.c, src/mbox.c, 
16635           src/main.c, src/inc.c, src/filtering.[ch]
16636                 revert new Hoa's new matcher (does not work yet)
16637
16638         * src/Makefile.am
16639                 clean up
16640
16641 2001-07-10
16642
16643         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16644
16645
16646 2001-07-10 [alfons]
16647
16648         * Makefile.am
16649                 add ChangeLog.claws to EXTRA_DIST
16650         * src/Makefile.am
16651                 add matcher_parser_parse.h to EXTRA_DIST
16652
16653 2001-07-10 [christoph]
16654
16655         * src/inc.c
16656                 add destination folder to table of
16657                 folders that need to be updated after
16658                 incorporation
16659
16660 2001-07-10 [alfons]
16661
16662         * folder.[ch]
16663           folderview.c
16664                 make collapse state of folders and folder items persistent, i.e.
16665                 if you collapse a folder tree, the next time sylpheed-claws starts 
16666                 up the folder tree remains collapsed.  
16667                 
16668 2001-07-10 [christoph]
16669
16670         * acconfig.h
16671         * configure.in
16672                 added --enable-ssl
16673         * src/md5.[ch]
16674                 renamed MD5_CTX to MD5_CTX_syl
16675                 conflicts with a struct in openssl
16676         * src/inc.c
16677         * src/main.[ch]
16678         * src/prefs_account.[ch]
16679         * src/socket.[ch]
16680                 SSL support for POP
16681         * src/mainwindow.c
16682                 fixed compose with current account
16683                 broken by new compose button stuff
16684
16685 2001-07-09 [hoa]
16686
16687         * AUTHORS
16688                 changed my email address
16689
16690         * src/matcher_parser_parse.y
16691                 clean the parser to remove conflicts
16692
16693 2001-07-09 [alfons]
16694
16695         * AUTHORS
16696                 add Match Grun
16697
16698         * configure.in
16699                 fix incorrect description of --enable-ldap parameter
16700
16701         * src/prefs_common.[ch]
16702           src/compose.c
16703                 add experimental option "smart wrapping" which makes the
16704                 compose editor auto wrap.
16705                 
16706                 | TODO: the problem with the buggy cursor handling is caused |
16707                 | by the GtkText. when deleting / backspacing text its       |
16708                 | wrapping algorithm does not take in account the previous   |
16709                 | line. should find a way to hack this in.                   |
16710                 | or should perhaps combine this with the word wrapping      |
16711                 | patch i wrote in january.                                  |
16712
16713         * src/about.c
16714                 show build parameters for LDAP and JPilot
16715
16716         * src/summaryview.c
16717                 revert Christoph's bugfix for selecting next unread message, 
16718                 because folder stats aren't updated correctly
16719
16720 2001-07-08 [hoa]
16721
16722         * src/filtering.c
16723         * src/mainwindow.c
16724         * src/matcher.c
16725         * src/matcher_parser_lex.l
16726         * src/matcher_parser_parse.y
16727         * src/prefs_filtering.c
16728         * src/prefs_scoring.c
16729         * src/scoring.c
16730                 bugfix of the config file parser
16731
16732 2001-07-08 [alfons]
16733
16734         * src/Makefile.am
16735                 added generated matcher sources to BUILT_SOURCES
16736
16737 2001-07-08 [hoa]
16738
16739         * src/Makefile.am
16740         * src/.cvsignore
16741                 added new config file parser
16742
16743         * src/scoring.[ch]
16744         * src/filtering.[ch]
16745         * src/matcher.[ch]
16746         * src/prefs_filtering.c
16747         * src/prefs_matcher.c
16748         * src/prefs_scoring.c
16749         * added src/matcher_parser.h
16750         * added src/matcher_parser_lex.h
16751         * added src/matcher_parser_lex.l
16752         * added src/matcher_parser_parse.y
16753                 lex & yacc config file parser
16754
16755         * src/mbox.c
16756         * src/inc.c
16757         * src/main.c
16758                 changes prefs_filtering into global_filtering           
16759
16760         * src/summaryview.c
16761                 build threads with subjects only if "Re: " is at the
16762                 beginning of the subject
16763
16764 2001-07-07 [paul]
16765
16766         0.5.0claws
16767
16768         sync with sylpheed 0.5.0
16769                 change of version number only
16770
16771 2001-07-06 [paul]
16772
16773         0.5.0claws5
16774
16775         sync with sylpheed 0.5.0pre5
16776
16777 2001-07-05 [paul]
16778
16779         sync with sylpheed 0.5.0pre4 release
16780                 /po and /manual/ja not sync'ed
16781
16782 2001-07-04 [paul]
16783
16784         more sync with sylpheed 0.5.0pre4
16785
16786 2001-07-03 [christoph]
16787
16788         * src/addressbook.c
16789                 fixed address book broken by address book
16790                 for VCard, JPilot, LDAP
16791
16792 2001-07-03 [alfons]
16793
16794         * src/matcher.c
16795         * src/textview.c
16796                 stopped memory leaks
16797
16798 2001-07-03 [paul]
16799
16800         more sync with sylpheed 0.5.0pre4
16801
16802 2001-07-02 [match]
16803
16804         * included address book patch for VCard, JPilot, LDAP
16805         * pref_common.c - fixed Font options on Display tab (cosmetic)
16806         * alertpanel.c - fixed truncated message
16807
16808 2001-07-02 [christoph]
16809
16810         * src/mbox_folder.c
16811         * src/procmsg.[ch]
16812         * src/summaryview.c
16813                 mark threads for ignoring
16814
16815 2001-07-02 [paul]
16816
16817         0.5.0claws4
16818
16819         * sync with sylpheed 0.5.0pre4
16820                 updated gettext to 0.10.38.
16821
16822 2001-07-01 [paul]
16823
16824         * src/ mainwindow.c
16825         * src/procmsg.h
16826         * src/summaryview.[ch]
16827                 new right-click option: Label.
16828                 substitute for 'Mark-->Mark/Unmark', colours the line.
16829                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16830
16831 2001-07-01 [christoph]
16832
16833         * src/folderview.c
16834                 fixed font for trash
16835         * src/summaryview.c
16836                 move ctree to unread message
16837
16838 2001-07-01 [paul]
16839
16840         * sync with sylpheed 0.5.0pre3 release
16841
16842 2001-06-30 [alfons]
16843
16844         * src/filesel.[ch]
16845         * src/compose.c
16846                 allow inserting / attaching multiple files in
16847                 the composer window
16848
16849 2001-06-30 [paul]
16850
16851         * src/codeconv.c
16852                 small change to Alfons' previous stuff so that it
16853                 actually makes
16854
16855 2001-06-30 [alfons]
16856
16857         * lots of files changed; first attempt to merge the changes
16858           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16859
16860 2001-06-30 [paul]
16861
16862         * po/pt_BR.po
16863                 updated and completed, translations by Fabio
16864                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16865
16866 2001-06-29 [alfons]
16867
16868         * src/compose.c
16869         * src/mimeproc.[ch]
16870                 allow selecting an attached files' mime type from a 
16871                 list of types.
16872
16873 2001-06-29 [paul]
16874
16875         * more sync with sylpheed 0.5.0pre3
16876
16877 2001-06-29 [paul]
16878
16879         * po/pt_BR.po
16880                 merge with sylpheed.pot and pt_BR.po provided by
16881                 Fabio Junior Beneditto.
16882
16883 2001-06-29 [darko]
16884
16885         * src/procmime.c
16886                 make MIME types case insensitive
16887
16888 2001-06-28 [alfons]
16889
16890         * po/nl.po
16891                 merge with sylpheed.pot and old nl.po; translations added.
16892
16893 2001-06-28 [paul]
16894
16895         * more sync with sylpheed 0.5.0pre3
16896
16897 2001-06-27 [alfons]
16898
16899         * src/summaryview.c
16900                 don't crash when removing parent node of messages
16901                 attracted by subject. this was caused by not deleting
16902                 the parent node from the subject line hash table.
16903
16904 2001-06-27 [alfons]
16905
16906         * src/summaryview.c
16907         * src/compose.[ch]
16908         * src/mainwindow.c
16909                 if there are multiple messages selected, allow forwarding
16910                 them as attachments.
16911
16912 2001-06-27 [paul]
16913
16914         * more sync with sylpheed 0.5.0pre3
16915
16916 2001-06-26 [paul]
16917
16918         0.5.0claws3
16919
16920         * sync with sylpheed 0.5.0pre3
16921
16922 2001-06-25 [paul]
16923
16924         * src/mainwindow.c
16925                 fixed 'compose news article' bug
16926                 from icon-and-text toolbar
16927
16928 2001-06-25 [paul]
16929
16930         * sync with sylpheed 0.5.0pre2 release
16931
16932 2001-06-24 [christoph]
16933
16934         * src/prefs_common.c
16935                 bug fix in font selection
16936         * src/folderview.c
16937                 use sylpheed's normal font instead of
16938                 gtk default font for folders without
16939                 new messages
16940
16941 2001-06-24 [alfons]
16942
16943         * src/mainwindow.[ch]
16944                 added composite compose mail / news button (an idea by Leandro
16945                 Pereira <leandro@linuxmag.com.br>)
16946
16947 2001-06-24 [paul]
16948
16949         Added instructions for ldif-to-xml.py
16950
16951         * tools/README
16952
16953 2001-06-23 [alfons]
16954
16955         Some minor things.
16956
16957         * src/pixmaps/stock_news_compose.xpm
16958                 added pixmap by Leandro
16959         * src/prefs_common.c
16960                 tested built-in spelling checker of GCC 3.0 :)
16961         * po/nl.po
16962                 merged dutch translation of sylpheed-main with
16963                 sylpheed.pot
16964
16965 2001-06-23 [paul]
16966
16967         Added tools directory and files.
16968
16969         * tools/filter_conv.pl
16970                 converts old filter system to new filtering system
16971         * tools/ldif-to-xml.py
16972                 converts netscape addressbook to sylpheed addressbook
16973         * tools/README
16974                 descriptions/instructions for above two files
16975
16976 2001-06-23 [christoph]
16977
16978         * src/inc.c
16979         * src/manage_window.[ch]
16980         * src/prefs_common.[ch]
16981                 mail retrieval dialog can be enabled, disabled
16982                 or hidden if non of sylpheed's windows is active
16983
16984 2001-06-22 [paul]
16985
16986         0.5.0claws2
16987
16988         * sync with sylpheed 0.5.0pre2
16989
16990 2001-06-21 [christoph]
16991
16992         * src/summaryview.c
16993                 show recipient on 'from' for all accounts
16994                 
16995         * src/inc.c
16996         * src/prefs_common.[ch]
16997                 disable error popup on mail receive errors
16998
16999 2001-06-21 [alfons]
17000
17001         * src/compose.c
17002                 made the ruler correctly appear and disappear.
17003
17004         * src/Makefile.am
17005                 removed Hoa's work-in-progress-stuff (interesting!) so 
17006                 claws compiles ok.
17007
17008 2001-06-20 [christoph]
17009
17010         * src/inc.c
17011         * src/progressdialog.c
17012                 added scrolled window for list in progressdialog
17013
17014 2001-06-20 [paul]
17015
17016         sync with sylpheed 0.5.0pre1 release
17017
17018 2001-06-20 [christoph]
17019
17020         * src/summeryview.c
17021                 make building threads by subject work when
17022                 thread view is enabled
17023                 
17024         * src/compose.c
17025         * src/prefs_common.[ch]
17026                 automatically select account for mail replys
17027
17028 2001-06-19 [sergey]
17029
17030         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17031         they are filled in from the account settings.
17032
17033 2001-06-19 [paul]
17034
17035         * more sync with sylpheed 0.5.0pre1
17036
17037 2001-06-18 [alfons]
17038
17039         * src/Makefile.am,
17040           src/procmime.c
17041                 added --sysconfdir to CPPFLAGS for pointing to the correct
17042                 location of mime.types. 
17043
17044                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17045                 or ./configure!
17046
17047 2001-06-18 [hoa]
17048
17049         * src/summaryview.c
17050                 fixed some bug when building threads
17051
17052 2001-06-18 [pau]l
17053
17054         * src/prefs_account.c
17055                 UI stuff: More changes to the English
17056
17057 2001-06-18 [paul]
17058
17059         * src/pixmaps/stock_news_compose.xpm: new file
17060         * src/Makefile.am
17061         * src/mainwindow.c
17062         * src/summaryview.c
17063                 Added new icon for Hoa's 'compose a news
17064                 message', plus minor improvements to the
17065                 English
17066
17067         * po/ja.po
17068         * ChangeLog
17069         * ChangeLog.jp
17070                 more sync with sylpheed 0.5.0pre1
17071
17072 2001-06-18 [hoa]
17073
17074         * src/compose.[ch]
17075         * src/mainwindow.c
17076                 Follow-up and reply to
17077
17078         * src/summaryview.[ch]
17079                 Build threads also with subjects
17080
17081 2001-06-17 [hoa]
17082
17083         * src/compose.c
17084                 forwarding use the current account.
17085
17086         * src/mainwindow.c
17087                 the "compose message" button has been replaced with
17088                 "new mail" and "new news" buttons
17089
17090         * src/prefs_common.[ch]
17091                 added a configuration option to use the forward button
17092                 as "forward as attachment"
17093                 changed reply and forward format description
17094
17095         * src/quote_fmt_lex.l
17096         * src/quote_fmt_parse.y
17097                 added message with no signature in format for reply
17098                 and forward.
17099
17100 2001-06-17 [paul]
17101
17102         Minor UI stuff
17103
17104         * src/mainwindow.c
17105         * src/summaryview.c
17106                 Improvements to the English
17107
17108         * src/prefs_common.c
17109                 Improvements to the English and some
17110                 clarity/continuity improvements in the
17111                 description of Quote symbols.
17112
17113 2001-06-17 [paul]
17114
17115         0.5.0claws1
17116
17117         * sync with sylpheed 0.5.0pre1
17118
17119 2001-06-17 [hoa]
17120
17121         * src/compose.c
17122                 Better interface for compose, displayed fields
17123                 are updated whenever we change account.
17124                 Newsgroups field is automatically filled.
17125
17126         * src/mainwindow.c
17127                 Newsgroups field is automatically filled.
17128
17129         * src/prefs_account.c
17130                 Some interface stuff when fields appear and
17131                 disappear.
17132
17133 2001-06-16 [paul]
17134
17135         0.4.99claws
17136
17137         * sync with sylpheed 0.4.99
17138
17139 2001-06-16 [sergey]
17140
17141         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17142         base64_decoder_free, base64_decoder_decode): new object and
17143         functions for decoding base64 streams.
17144         * src/procmime.c (procmime_decode_content): modified to use the
17145         new base64 decoder.
17146
17147 2001-06-15 [paul]
17148
17149         0.4.99claws10
17150
17151         * sync with sylpheed 0.4.99cvs11
17152
17153 2001-06-13 [paul]
17154
17155         0.4.99claws9
17156
17157         * sync with sylpheed 0.4.99cvs9
17158
17159 2001-06-13 [hoa]
17160
17161         * src/compose.c
17162         * src/prefs_account.c
17163
17164                 SMTP server can be defined in the news account
17165                 mime type of attachment are kept.
17166
17167         * src/summaryview.c
17168
17169                 now choose the highest important score between default
17170                 and important score of folder.
17171
17172 2001-06-09 [alfons]
17173         
17174         * src/prefs_common.c: 
17175
17176                 (prefs_quote_description_create): corrected description of 
17177                 quote format characters
17178
17179 2001-06-09 [paul]
17180
17181         0.4.99claws8
17182
17183         * sync with sylpheed 0.4.99cvs8
17184
17185 2001-06-08 [sergey]
17186
17187         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17188         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17189
17190 2001-06-08 [paul]
17191
17192         0.4.99claws7
17193
17194         * sync with sylpheed 0.4.99cvs7
17195
17196 2001-06-06 [sergey]
17197
17198         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17199         clashes with autogenerated header).
17200         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17201         * src/Makefile.am: added quote_fmt.h.
17202         * src/.cvsignore: added lex/yacc autogenerated files
17203         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17204
17205 2001-06-06 [paul]
17206
17207         0.4.99claws6
17208
17209         * sync with sylpheed 0.4.99cvs6
17210
17211 2001-06-06 [hoa]
17212
17213         * added src/quote_fmt_parse.h
17214         * src/compose.c
17215                 removed warnings
17216
17217         * src/prefs.[ch]
17218                 don't modify readonly configuration files
17219
17220         * src/prefs_account.c
17221         * src/prefs_common.c
17222         * src/prefs_customheader.c
17223         * src/prefs_display_header.c
17224         * src/prefs_filter.c
17225         * src/prefs_filtering.c
17226         * src/prefs_scoring.c
17227                 don't open dialog box when configuration files
17228                 are readonly
17229
17230 2001-06-05 [sergey]
17231
17232         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17233
17234         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17235         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17236         BUILT_SOURCES to make all files rebuild properly.
17237
17238         * src/compose.c: removed #include "quote_fmt.tab.h".
17239
17240         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17241         CHARACTER value in yylval.
17242
17243         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17244         receive CHARACTER value by documented means (yylval).
17245
17246         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17247
17248 2001-06-05 [hoa]
17249
17250         * src/Makefile.am
17251                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17252
17253         * src/filtering.c
17254         * src/matcher.c
17255         * src/matcher.h
17256         * src/prefs_filtering.c
17257                 now keep the configuration for execute action
17258
17259         * src/mbox_folder.c
17260                 fixed a warning
17261
17262 2001-06-05 [paul]
17263
17264         * sync with sylpheed 0.4.99cvs5
17265
17266 2001-06-05 [hoa]
17267
17268         * src/Makefile.am
17269                 added quote_fmt.[ch]
17270
17271         * added src/quote_fmt.y
17272         * added src/quote_fmt.l
17273         * added src/quote_fmt.tab.h
17274         * added src/quote_fmt.tab.c
17275         * added src/lex.quote_fmt.c
17276                 parsing configuration for replying
17277                 and forwarding
17278
17279         * src/prefs_common.[ch]
17280                 added configuration UI for replying
17281                 and forwarding
17282
17283         * src/compose.c
17284                 using configuration for replying
17285                 and forwarding
17286
17287 2001-06-04 [hoa]
17288
17289         * src/filtering.c
17290         * src/matcher.c
17291         * src/matcher.h
17292         * src/prefs_filtering.c
17293         * src/prefs_matcher.c
17294         * src/prefs_matcher.h
17295                 action "run a command" for filtering
17296                 and matching with a command.
17297                 fixed the "whole message" matching
17298
17299         * src/mbox_folder.c
17300                 changed temporary filename for security
17301
17302         * src/messageview.c
17303                 queue the notification if it fails to send.
17304
17305         * src/prefs_common.c
17306         * src/prefs_folder_item.c
17307                 changed the default important score             
17308
17309         * src/prefs_scoring.c
17310         * src/scoring.c
17311                 hide kill score input when the folder is not
17312                 a newsgroup
17313
17314 2001-06-03 [alfons]
17315
17316         * src/prefs_common.c:
17317
17318                 (prefs_font_select): pass font name in font entry box to font
17319                 selection dialog.
17320
17321 2001-06-03 [sergey]
17322
17323         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17324
17325 2001-06-03 [paul]
17326
17327         * sync with sylpheed 0.4.99cvs4
17328
17329 2001-06-03 [alfons]
17330
17331         * src/headerwindow.c:
17332
17333                 (headerwindow_show_cb): use the selected summary view item, not
17334                 the displayed item.
17335
17336 2001-06-02 [alfons]
17337
17338         * src/headerwindow.c:
17339
17340                 (headerwindow_show_cb): always try to show msginfo
17341
17342 2001-06-02 [hoa]
17343
17344         * src/compose.c
17345                 keep attached parts when reediting or forwarding.
17346
17347 2001-06-01 [hoa]
17348
17349         * src/folderview.c
17350         * src/prefs_folder_item.[ch]
17351         * src/prefs_scoring.[ch]
17352         * src/scoring.[ch]
17353         * src/summaryview.[ch]
17354         * src/main.c
17355         * src/mainwindow.c
17356         * src/prefs_common.[ch]
17357                 support for folder scoring
17358                 kill score and important score for messages
17359         
17360         * src/prefs_account.c
17361                 some display bug fixed for local account
17362                 preferences
17363
17364 2001-05-31 [alfons]
17365
17366         * src/summaryview.c:
17367
17368                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17369                 sender to address book menu item is disabled.
17370
17371 2001-05-30 [hoa]
17372
17373         * src/filtering.[ch]
17374         * src/summaryview.c
17375                 handling summary menu / filter messages
17376
17377         * src/folder.[ch]
17378                 add some stuff
17379
17380         * src/foldersel.c
17381                 imap folders now appears in list
17382
17383         * src/mbox_folder.c
17384                 doesn't crash if destination mail is not writeable
17385
17386 2001-05-29 [hoa]
17387
17388         * src/compose.c
17389                 removed some warnings
17390
17391         * src/filtering.c
17392         * src/folder.[ch]
17393         * src/prefs_filtering.c
17394                 global string to identify any folders           
17395                 removed some debug info
17396                 filtering to mbox folders is now possible
17397
17398         * src/mainwindow.c
17399                 removed some warnings
17400
17401         * src/mbox_folder.c
17402                 permission on files are changed to read/write for user only,
17403                 nothing for other.
17404                 creation of subfolder is handled better.
17405
17406 2001-05-28 [alfons]
17407
17408         Verified the sync for src/prefs_common.[ch] and
17409         src/prefs_account.[ch]. I believe there were some
17410         minor indentation differences.
17411
17412 2001-05-28 [paul]
17413
17414         0.4.99claws3
17415
17416         * sync with 0.4.99cvs3
17417
17418 2001-05-28 [hoa]
17419
17420         * src/compose.c
17421                 handling flags for mbox format
17422
17423         * src/filtering.c
17424                 use of mark file only for MH format
17425                 handling flags for mbox format
17426                 filtering cannot yet move or copy mails to mbox folders.
17427
17428         * src/folder.[ch]
17429                 changed move_msg, copy_msg,
17430                 move_msgs_with_dest, copy_msgs_with_dest functions
17431                 uses only folder->copy_msg() function
17432                 uses folder->finished_copy() to handle the destination
17433                 folder at the end of the copy or move operation.
17434
17435         * src/foldersel.c
17436                 included mbox directories.
17437
17438         * src/folderview.[ch]
17439         * src/mainwindow.c
17440                 handle folders operation for mbox format
17441
17442         * src/mbox.c
17443                 disable conversion of "From " header
17444
17445         * src/mbox_folder.[ch]
17446                 completion of mbox format handling
17447
17448         * src/mh.c
17449                 changed mh_copy_msg() function and
17450                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17451                 mh_copy_msgs_with_dest()
17452
17453         * src/prefs_filtering.c
17454                 removed some warnings
17455
17456         * src/prefs_matcher.c
17457                 default boolean operation is AND
17458
17459         * src/procheader.c
17460                 handling flags for mbox format
17461                 handling of "From " header
17462
17463         * src/procmsg.[ch]
17464                 removed data field
17465                 added MSG_REALLY_DELETED flags to handle deletion of
17466                 messages in mbox format.
17467
17468         * src/summaryview.c
17469                 handling flags for mbox format
17470                 disable the MSG_DELETED flags when messages
17471                 are deleted in mbox format
17472
17473         * src/textview.c
17474                 "From " headers display fixed.
17475
17476 2001-05-27 [alfons]
17477
17478         * src/textview.c:
17479                 
17480                 (get_email_part): skip quoted email addresses, like in e.g.
17481                 "'alfons@proteus.demon.nl'".
17482
17483 2001-05-26 [alfons]
17484
17485         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17486         and fixing the persistence troubles when using separate windows.
17487
17488         * src/mainwindow.c:
17489         
17490             Added #define SEPARATE_ACTION used in the gtk item factory for 
17491             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17492                 use gtk_item_factory_get_widget_by_action() to get the items.
17493                 
17494             Removed separate_widget_cb from the gtk item factory data   
17495           
17496             (mainwindow_create): connect separate_widget_cb() to check
17497             menu item "toggled" signal. also passing a MainWindow pointer
17498                 as object data for both check menu items.
17499                 
17500             (separate_widget_cb): definition of separate_widget_cb() to match
17501             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17502                 window using gtk_object_get_data(). The type of window separation 
17503                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17504         
17505         * src/prefs_filtering.c,
17506           src/prefs_matcher.c: added horizontal scrollbars
17507
17508 2001-05-25 [darko]
17509
17510         * src/headerview.c
17511                 fix segfault with invalid bold font
17512         * src/summaryview.c
17513                 correctly display summary stats after row is marked
17514
17515 2001-05-23 [sergey]
17516
17517         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17518         encodings with libjconv.
17519
17520 2001-05-23 [hoa]
17521
17522         * src/Makefile.am
17523                 added mbox_folder.[ch]
17524         * src/defs.h
17525                 mbox temporary folder
17526         * src/folder.[ch]
17527         * added src/mbox_folder.[ch]
17528         * src/folderview.c
17529         * src/procheader.[ch]
17530                 added mbox support
17531         * src/mbox.c
17532                 bugfix for file incorporation filtering
17533         * src/imap.c
17534                 enable creation of MBOX
17535         * src/prefs_display_header.c
17536                 enable use of headers like "From "
17537                 something that should be fixed :
17538                         displaying of such headers add an extra space
17539         * src/prefs_folder_item.c
17540                 don't create folders because it is not necessary
17541         * src/procmsg.h
17542                 added data field to MsgInfo for mbox internal use
17543         * src/summaryview.c
17544                 added some support for mbox
17545         * src/utils.[ch]
17546                 added get_mbox_cache_dir() function
17547
17548 2001-05-23 [hiroyuki]
17549
17550         * src/headerwindow.c
17551           src/inc.c
17552           src/main.c
17553           src/mh.c
17554           src/nntp.c
17555           src/procmsg.h
17556           src/session.h
17557           src/socket.[ch]
17558           src/summaryview.c
17559           src/textview.c
17560           src/automaton.c
17561           src/folderview.c: more sync with 0.4.99cvs2.
17562
17563         * src/headerwindow.c: reverted.
17564
17565 2001-05-22 [paul]
17566
17567         0.4.99claws2
17568
17569         * sync with sylpheed 0.4.99cvs2
17570                 * src/news.[ch]
17571                 * src/nntp.[ch]
17572                 * INSTALL
17573                 * INSTALL.jp
17574
17575 2001-05-22 [alfons]
17576
17577         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17578
17579 2001-05-21 [alfons]
17580
17581         Minor things:
17582
17583         * configure.in: if gnome-config not found, "no" is displayed
17584         
17585         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17586
17587         * src/textview.c: now also possible to add mail addresses by right
17588           clicking in the text view
17589
17590         * src/codeconv.c: merged patch which fixes endless loop when encountering
17591           invalid wide characters; from Alte <010@imis.ru>  
17592
17593 2001-05-20 [alfons]
17594
17595         Added installation of gnome specific things:
17596
17597         * Makefile.am: gnome conditional
17598
17599         * configure.in: check for installed gnome
17600
17601         * added sylpheed.png, sylpheed.desktop
17602
17603 2001-05-20 [sergey]
17604
17605         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17606
17607         * src/mainwindow.h (main_window_toolbar_create): created a button
17608         for "Reply to all".
17609         (main_window_set_toolbar_sensitive): enable/disable the new button
17610         appropriately.
17611         (toolbar_reply_to_author_cb): handle the new button.
17612
17613         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17614         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17615         failure).
17616
17617 2001-05-19 [sergey]
17618
17619         * src/compose.h (ComposeReplyMode): new modes
17620         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17621         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17622
17623         * src/compose.c
17624         (compose_send): move some code into a new function:
17625         (compose_current_mail_account): new function.
17626         (compose_reply): new argument to_author, all callers changed; if
17627         to_author==TRUE and account->protocol==A_NNTP, find and use an
17628         appropriate mail account for replying.
17629         (compose_reply_set_entry): new argument to_author; ignore
17630         compose->replyto if to_author==TRUE.
17631
17632         * src/mainwindow.c: new command "Message/Reply to author".
17633         (main_window_set_menu_sensitive): enable/disable it.
17634         (reply_cb): handle it.
17635
17636         * src/summaryview.c: new command "Reply to author".
17637         (summary_set_menu_sensitive): enable/disable it.
17638         (summary_reply_cb): handle it.
17639
17640         * src/account.c (account_find_mail_from_address): new function.
17641
17642 2001-05-18 [paul]
17643
17644         0.4.99claws1
17645
17646         * sync with sylpheed 0.4.99cvs1
17647
17648 2001-05-18 [hoa]
17649
17650         * src/compose.[ch]
17651         * src/filtering.c
17652         * src/summaryview.c
17653                 new filtering action : forward and forward as attachment
17654
17655         * src/main.c
17656                 no need for $DISPLAY when we run sylpheed --help
17657                 call to parse_cmd_opt() is moved
17658
17659         * src/mainwindow.[ch]
17660                 execute button is hidden when immediate execute
17661                 is chosen
17662
17663         * src/mh.c
17664         * src/news.c
17665         * src/prefs_folder_item.c
17666         * src/procmsg.c
17667                 better handling of missing directories
17668
17669         * src/summaryview.c
17670                 reedit is enabled in outbox
17671                 reedit is enabled in queue
17672
17673 2001-05-17 [hoa]
17674
17675         * src/filtering.c
17676         * src/matcher.[ch]
17677         * src/prefs_filtering.c
17678                 changed attachement into attachment
17679
17680 2001-05-17 [alfons]
17681
17682         0.4.67claws4    
17683
17684         * sync with sylpheed 0.4.67cvs9
17685         * sync with sylpheed 0.4.67cvs7-8
17686
17687 2001-05-17 [hoa]
17688
17689         * src/Makefile.am
17690                 added prefs_filtering.c
17691
17692         * src/filtering.[ch]
17693         * src/matcher.[ch]
17694                 removed action : forward_news and forward_news_as_attachement
17695                 (forward and forward_as_attachement can be used instead)
17696
17697         * src/mainwindow.c
17698                 added menu option to access filtering configuration
17699
17700         * src/prefs_account.c
17701                 changed mail_command default to /usr/sbin/sendmail
17702
17703         * added src/prefs_filtering.[ch]
17704                 dialog box for filtering configuration
17705
17706         * src/prefs_matcher.c
17707                 added function prefs_matcher_get_criteria_from_matching()
17708
17709         * src/prefs_scoring.c
17710                 reset the dialog when register or substitute is clicked
17711
17712 2001-05-15 [hoa]
17713
17714         * src/Makefile.am
17715                 added filtering.[ch]
17716         * src/inc.c
17717                 using filering.[ch] instead of filter.[ch]
17718         * src/main.c
17719                 reading new filtering configuration
17720         * src/matcher.[ch]
17721                 added some filtering actions
17722                 and fixed a bug for headers and mail body matching
17723         * src/mbox.c
17724                 using filering.[ch] instead of filter.[ch]
17725         * src/mh.c
17726                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17727         * src/summaryview.c
17728                 some fixes for filtering
17729
17730 2001-05-14 [hiroyuki]
17731
17732         * src/send.c: fixed some weird indentations.
17733           send_message_with_command(): call pclose() only if p != NULL.
17734         * src/textview.c: get_email_part(): modified the code for readability.
17735
17736 2001-05-14 [hiroyuki]
17737
17738         * src/md5global.h
17739           src/md5ify.c
17740           src/md5ify.h: removed from the cvs.
17741
17742 2001-05-13 [sergey]
17743
17744         * src/main.c: include rfc2015.h to avoid compiler warnings.
17745         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17746         the panel is already on screen.
17747         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17748         closing the alert window by ESC as "No".
17749         * src/prefs_common.c (prefs_interface_create): moved return
17750         receipt check button to the correct place.
17751
17752 2001-03-13 [alfons]
17753
17754         * src/prefs_common.c: 
17755                 moved return receipt check button to the Send tab. (prefs_send_create)
17756                 removed the date format ui related globals. (prefs_display_create)
17757
17758         0.4.67claws3
17759         
17760         * sync with sylpheed 0.4.67cvs5-6
17761
17762 2001-05-13 [paul]
17763
17764         * added Alfons' font selection patch
17765
17766         * src/defs.h
17767         * src/headerwindow.c
17768         * src/prefs_common.c
17769         * src/prefs_common.h
17770
17771 2001-05-13 [hoa]
17772         * src/defs.h
17773                 changed version of cache
17774         * src/matcher.[ch]
17775         * src/prefs_matcher.c
17776                 added additionnal matching criteria
17777         * src/procheader.c
17778         * src/procmsg.[ch]
17779         * src/news.c
17780                 added references in MsgInfo
17781
17782 2001-05-12 [hoa]
17783
17784         * src/defs.h
17785                 prepared some things for new filtering
17786         * src/matcher.[ch]
17787                 added some matching properties
17788                 inreplyto need to be enhanced
17789                 prepared some things for new filtering
17790         * src/messageview.c
17791                 added Return-Receipt-To handling
17792         * src/prefs_folder_item.c
17793                 changed default value to TRUE
17794         * src/prefs_matcher.c
17795                 added some matching properties
17796         * src/prefs_scoring.[ch]
17797                 the scoring dialog is finished
17798         * src/procheader.c
17799                 added Return-Receipt-To handling
17800                 Reference need to be added
17801         * src/procmsg.[ch]
17802                 added Return-Receipt-To handling
17803                 added threadscore to get a better score sorting when
17804                 threads are enabled
17805         * src/summaryview.c
17806                 suppressed a bug when we sort the list
17807                 when no folder is opened.
17808                 better score sorting when threads are enabled
17809
17810 2001-05-12 [alfons]
17811
17812         * reverted previous patch because of potential errors 
17813
17814         0.4.67claws2
17815         
17816         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17817                 applied "toggle mail-retrieval dialog window" patch submitted 
17818                 by Eric Limpens <eric@qnt.net>
17819
17820         * sync with sylpheed 0.4.67cvs4
17821
17822 2001-05-12 [sergey]
17823
17824         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17825         some picky compilers.
17826         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17827         * src/grouplist_dialog.c: include alertpanel.h.
17828         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17829         fix compile warning.
17830         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17831         #include "defs.h" before others to prevent the warning of `MIN'
17832         and `MAX' redefinition.
17833
17834 2001-05-11 [hoa]
17835
17836         * src/main.c
17837         * src/messageview.c
17838         * src/prefs_account.c
17839         * src/prefs_display_header.c
17840                 removed warning
17841         * src/Makefile.am
17842                 added prefs_scoring.[ch]
17843         * src/grouplist_dialog.c
17844                 display an error dialog box if the group list
17845                 cannot be fetched.
17846         * src/mainwindow.[ch]
17847                 added main_window_set_thread_option() function
17848                 scoring dialog box enabled
17849         * src/matcher.[ch]
17850                 added flags matching unread /new / marked
17851                 / deleted / replied / forwarded
17852         * src/news.c
17853                 newsgroups are now finally in newscache
17854         * src/prefs_matcher.[ch]
17855                 finished preferences for matching dialog
17856         * added src/prefs_scoring.[ch]
17857                 scoring dialog box completed
17858         * src/scoring.[ch]
17859                 conversion to string : added scoringprop_to_string()
17860                 write config for preferences :
17861                 added prefs_scoring_write_config()
17862         * src/summaryview.c
17863                 threads can be enabled/disabled independently
17864                 for each folder
17865
17866 2001-05-10 [alfons]
17867
17868         0.4.67claws1
17869         
17870         * AUTHORS: 
17871                 thought it would be nice to have a list of all
17872                 contributors (used Changelog as a reference)
17873         
17874         * configure.in: 
17875                 messed up version numbering...
17876
17877         0.4.66claws1
17878
17879         * sync with sylpheed 0.4.67cvs1-3
17880
17881 2001-05-10 [darko]
17882
17883         * src/prefs_common.c:
17884                 better UI for strftime format, double clicking
17885                 on format now inserts the format in text entry
17886                 replaced close button with standard OK/Cancel
17887                 moved date format button to the right of the
17888                 text entry field
17889
17890 2001-05-09 [alfons]
17891
17892         * src/gtkstext.c:
17893                 Ctrl-Home / Ctrl-End have proper cursor navigation
17894
17895 2001-05-09 [hoa]
17896
17897         * src/prefs_matcher.c
17898                 finished UI to define matching properties
17899                 added ok and cancel button
17900         * src/prefs_filter.c
17901                 added ok and cancel button
17902         * src/news.c
17903                 fixed some bug in xhdr parsing
17904
17905 2001-05-08 [alfons]
17906
17907         * src/textview.c: 
17908                 fixed a bug in textview_show_header(), which displayed two colons (':');
17909                 cleaned up some warnings
17910
17911 2001-05-08 [hoa]
17912
17913         * src/Makefile.am
17914                 added prefs_matcher.[ch]
17915                 compilation with -W -Wall
17916         * src/alertpanel.c
17917                 ungrab the mouse events if grabbed - does it
17918                 fix the bug for disposition notification ?
17919         * src/mainwindow.c
17920                 added a menu option to open the matching dialog.
17921         * src/matcher.[ch]
17922                 added matcherprop_to_string() and matcherlist_to_string()
17923                 fixed some bugs, changed the name of some options
17924                 age_sup and age_inf becomes age_greater and age_lower,
17925                 body and messageheaders becomes body_part and headers_part,
17926                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17927         * src/prefs_display_header.c
17928         * src/prefs_headers.c
17929                 fixed a bug that accidentally destroyed dialogs
17930                 when closed them with delete_event
17931                 Added *_deleted() which handle delete_event signal correctly.
17932         * src/prefs_folder_item.[ch]
17933                 added "enable_thread" field for future customization
17934         * added src/prefs_matcher.[ch]
17935                 sample of the UI to define matching properties
17936         * src/procheader.c
17937                 using procheader_headername_equal instead of str*cmp functions
17938                 using procheader_parse_header() function
17939         * src/scoring.c
17940                 using MATCHING_XXX instead of SCORING_XXX
17941         * src/summaryview.c
17942                 display the sender of the news even if this is ourself
17943                 when this is a news message.
17944         * src/textview.c
17945                 using headername_equal() instead of str*cmp functions
17946
17947 2001-05-08 [alfons]
17948
17949         0.4.66claws
17950
17951         * sync with sylpheed 0.4.66
17952         * src/gtkstext.c: trace logs added 
17953
17954 2001-05-08 [sergey]
17955
17956         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17957         signature check popup.
17958         * src/rfc2015.c (check_signature): show signature check popup only
17959         if it is enabled in preferences.
17960
17961 2001-05-07 [alfons]
17962
17963         0.4.66claws4
17964         
17965         * sync with sylpheed 0.4.66cvs6
17966
17967 2001-05-07 [darko]
17968
17969         * src/prefs_common.[ch]: added option to enable/disable
17970           looking up sender name in address book for summary pane
17971         * src/summaryview.c: look up sender in the address book
17972           by using Alfons' address completion code
17973
17974 2001-05-07 [hiroyuki]
17975
17976         * src/inc.h
17977           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17978           member of Pop3State.
17979         * src/news.c: brought #include "defs.h" before #include <glib.h>
17980           to prevent the warning of `MIN' and `MAX' redefinition.
17981
17982 2001-05-06 [hoa]
17983
17984         * removed src/headers_display.[ch]
17985         * removed src/prefs_display_headers.[ch]
17986         * src/inc.c
17987                 use a temporary file in the user directory for mbox import
17988         * src/news.c
17989                 added XHDR support to get "To" and "Cc" headers
17990                 (in order to match news with to or cc field for
17991                 scoring)
17992                 added function news_parse_xhdr() to get XHDR response
17993         * src/nntp.[ch]
17994                 added function nntp_xhdr()
17995         * src/matcher.c
17996                 fetch the message if necessary
17997
17998 2001-05-06 [alfons]
17999
18000         0.4.66claws3
18001
18002         * sync with sylpheed 0.4.66cvs3-5
18003
18004 2001-05-06 [hoa]
18005
18006         * src/utils.[ch]
18007                 added function itos_buf() to enable use of several buffers
18008         * src/summaryview.c
18009                 use of itos_buf() instead of itos() in summary list
18010                 to fix the broken display of message number.
18011
18012 2001-05-06 [alfons]
18013
18014         * src/gtkstext.c: bug in cursor up navigation fixed,
18015                 fixed another unsigned / signed comparison (we're getting there :-)
18016
18017 2001-05-06 [hoa]
18018
18019         * src/Makefile.am
18020                 added scoring.c scoring.h
18021                 prefs_folder_item.c prefs_folder_item.h
18022                 matcher.c matcher.h
18023         * src/defs.h
18024                 added FOLDERITEM_RC SCORING_RC
18025         * src/folder.[ch]
18026                 added prefs field in FolderItem :
18027                 properties for each folder (PrefsFolderItem),
18028                 sorting type and mode were added as the first properties.
18029         * src/main.c
18030                 read config for scoring
18031         * added src/matcher.[ch]
18032                 gives functions to parse configuration file to do
18033                 matching on mails with a list of conditions.
18034         * src/mainwindow.c
18035                 add option to sort by score
18036         * src/prefs_common.[ch]
18037                 added preference option to show score and for
18038                 the score column size
18039         * added src/prefs_folder_item.[ch]
18040                 properties for each folder (PrefsFolderItem),
18041                 sorting type and mode were added as the first properties.
18042         * src/procheader.[ch]
18043                 added procheader_parse_header()
18044                 added procheader_header_free()
18045                 added procheader_headername_equal()
18046                 and made modification to use them.
18047         * src/procmsg.[ch]
18048                 added score field to MsgInfo structure
18049         * added src/scoring.[ch]
18050                 gives functions to parse configuration file to do
18051                 scoring on mails with a list of conditions.
18052         * src/summaryview.[ch]
18053                 save the sorting type and mode for the folder
18054                 added column to display the score of the mail
18055                 added function summary_score_clicked()
18056                 sorting type and mode are restored to the folder
18057                 when it is reopen
18058         * src/textview.c
18059                 use procheader_parse_header(), procheader_headername_equal()
18060                 removed memory leak in text_scan_header when freeing headers
18061         * src/filter.c
18062                 changed the function to match names of headers
18063                 using procheader_headername_equal()
18064
18065         Scoring functions are implemented, an interface is needed
18066         to configure that.
18067
18068 2001-05-04 [alfons]
18069
18070         * src/gtkstext.c: 
18071                 hopefully fixed the row up navigation bug,
18072                 removed adding back / forward lines to cache
18073
18074 2001-05-04 [sergey]
18075
18076         * src/prefs_display_headers.c: user interface changes:
18077         (prefs_display_headers_create): remove unused "Show" check button;
18078         allow reordering of headers by dragging.
18079         (prefs_display_headers_write_config): remove unused variables.
18080         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18081         of lists (not needed with the new UI).
18082         (prefs_display_headers_set_list): scan lists starting from row 0,
18083         not 1 (do not skip "(New)").
18084         (prefs_display_headers_find_header): new function.
18085         (prefs_display_headers_clist_set_row): do not allow duplicates.
18086         (prefs_display_headers_delete_cb): do not skip row 0; treat
18087         closing the alert window by ESC as "No".
18088         (prefs_display_headers_up): do not protect row 0.
18089         (prefs_display_headers_down): do not protect row 0.
18090
18091 2001-05-04 [sergey]
18092
18093         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18094         functions.
18095
18096         * src/summaryview.c
18097         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18098         summary_select_next_marked, summary_select_prev_marked): new
18099         functions.
18100
18101 2001-05-03 [sergey]
18102
18103         * src/news.c: fixed a bug when no article can be fetched after
18104         server timeout if the connection was restored by news_post():
18105         (news_select_group): new function.
18106         (news_fetch_msg): call news_select_group() before fetching
18107         article.
18108         (news_get_uncached_articles): set session->group after successful
18109         GROUP command.
18110
18111 2001-05-03 [hoa]
18112
18113         * src/defs.h
18114         * src/procmsg.[ch]
18115         * src/procheader.c
18116                  changed version of cache, added cc field
18117
18118         * src/prefs_display_headers.c
18119                 the interface was changed
18120
18121         * src/prefs_headers.c
18122                 added cancel button
18123
18124 2001-05-03 [alfons]
18125
18126         * completed sync of sylpheed cvs2
18127         * src/gtkstext.c: updated row up / down cursor navigation
18128         * src/textview.c: re-edited, prepared for fixing the email address
18129                 scanner.
18130
18131 2001-05-03 [darko]
18132
18133         * src/prefs_common.c: use alfons' strftime ui code
18134         entry_datefmt and datefmt_sample widgets have to be
18135         global in this module because of this change
18136
18137 2001-05-03 [hoa]
18138
18139         * src/messageview.c
18140         * src/prefs_common.[ch] added option to activate the return receipt
18141                 feature.
18142
18143 2001-05-02 [alfons]
18144
18145         * src/gtkstext.c: fix for row up/down cursor navigation. 
18146
18147         0.4.66claws2
18148         
18149         * sync with 0.4.66cvs2
18150
18151 2001-05-02 [paul]
18152
18153         added add-sender-to-addressbook patch
18154
18155         * src/addressbook.c
18156         * src/addressbook.h
18157         * src/summaryview.c
18158
18159 2001-05-02 [sergey]
18160
18161         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18162         G_ALERTDISABLE.
18163
18164         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18165         all existing callers changed to pass FALSE; create a check button
18166         to disable the message.
18167         (alertpanel_message_with_disable): new function.
18168         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18169         (alertpanel_button_toggled): new function.
18170         (alertpanel_button_clicked, alertpanel_close): set value using
18171         G_ALERT_VALUE_MASK.
18172
18173         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18174
18175         * src/prefs_common.c (prefs_privacy_create): new check button
18176         checkbtn_gpgme_warning.
18177
18178         * src/main.c (main): moved preferences reading before gpgme
18179         initialization; check prefs_common.gpgme_warning before giving the
18180         GnuPG warning and set it to FALSE if the user wants to disable the
18181         warning.
18182
18183 2001-05-02 [hiroyuki]
18184
18185         * src/prefs_display_headers.c: modified the layout and some labels.
18186
18187 2001-05-02 [sergey]
18188
18189         * src/prefs_account.c (prefs_account_fix_size): new function.
18190         (prefs_account_create): call prefs_account_fix_size(); use
18191         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18192         size when the window is shown for the first time).
18193         (prefs_account_basic_create): changed layout of serv_table; moved
18194         localmbox_entry above smtpserv_entry (logically it replaces
18195         POP3/IMAP server).
18196         (prefs_account_protocol_activated): set sensitivity of
18197         nntpauth_chkbtn according to the protocol (in addition to
18198         hide/show); commented out gtk_table_set_row_spacing() calls.
18199         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18200         not sensitive (fixes a bug with disabled username/password boxes
18201         when editing POP3 account after NNTP with authentication).
18202
18203 2001-05-02 [hoa]
18204
18205         * src/account.c
18206         * src/inc.c
18207         * src/prefs_account.[ch]
18208         * src/send.c
18209                 removed local account without SMTP server
18210                 added option to use mail command instead of a connexion
18211                 to SMTP server when a local account is used
18212         * src/prefs_headers.c
18213                 fixed a bug
18214         * src/news.c
18215                 fixed a bug when connexion immediately closed
18216
18217 2001-05-01 [alfons]
18218
18219         0.4.66claws1
18220         
18221         * sync with 0.4.65
18222
18223 2001-05-01 [sergey]
18224
18225         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18226         widget nntpauth_chkbtn.
18227         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18228         visibility.
18229         (prefs_account_nntpauth_toggled): new function.
18230
18231         * src/news.c (news_session_new_for_folder): use NNTP
18232         authentication only if ac->use_nntp_auth is set.
18233
18234 2001-05-01 [hoa]
18235
18236         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18237         * src/prefs_display_headers.c changed the UI
18238         * src/prefs_headers.c changed account_name to account_id
18239         * src/compose.c using customheader.h
18240
18241 2001-05-01 [hiroyuki]
18242
18243         * src/esmtp.c
18244           src/news.c
18245           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18246           unsynched.
18247
18248 2001-05-01 [hoa]
18249
18250         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18251         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18252                 for displaying of headers
18253         * src/grouplist_dialog.[ch] minor changes to remove warnings
18254         * src/prefs_display_headers.[ch] dialog to choose the
18255         headers to display in the mail viewer.
18256         * src/headers.h correction of #define
18257         * src/headers_display.[ch] configuration for displaying of headers.
18258         * src/main.c read config of displaying of headers
18259         * src/prefs_common.c add a button to access the config dialog
18260                 for displaying of headers
18261         * src/prefs_display_headers.[ch] dialog for configuration for
18262                 displaying of the headers.
18263         * src/prefs_headers.c cleaning of code
18264         * src/procheader.c comments added to code
18265         * src/textview.c changes to reorder the headers depending
18266                 on the config for displaying of headers
18267
18268 2001-04-30 [alfons]
18269
18270         0.4.65claws7
18271
18272         * sync with 0.4.65cvs12
18273
18274         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18275
18276 2001-04-30 [sergey]
18277
18278         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18279
18280         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18281         is set to force reconnection after authentication failure.
18282         (nntp_gen_command): set sock->auth_failed on authentication
18283         failure, or if sock->userid and sock->passwd are not set.
18284
18285         * src/news.c (news_session_new_for_folder): set userid=NULL if
18286         password dialog is cancelled.
18287
18288 2001-04-30 [sergey]
18289
18290         * src/nntp.h (NNTPSockInfo): new type.
18291
18292         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18293         SockInfo.
18294         (nntp_open_auth, nntp_close): new functions.
18295         (nntp_gen_command): new function to handle authentication; all
18296         NNTP command functions updated to use it.
18297         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18298         (nntp_list): removed old useless code.
18299
18300         * src/news.h (NNTPSession): new field nntp_sock.
18301
18302         * src/news.c: all functions updated to use NNTPSockInfo instead of
18303         SockInfo.
18304         (news_session_new): new arguments (userid, passwd); made static;
18305         use nntp_open_auth() if needed.
18306         (news_session_destroy): use nntp_close() instead of sock_close().
18307         (news_query_password): changed arguments.
18308         (news_session_new_for_folder): new function.
18309         (news_session_get): use news_session_new_for_folder().
18310         (news_authenticate): deleted.
18311         (news_get_uncached_articles): removed old authentication code.
18312
18313 2001-04-30 [sergey]
18314
18315         * src/news.c: reverted my previous changes (need to do NNTP
18316         authentication in a cleaner way).
18317         
18318 2001-04-29 [sergey]
18319
18320         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18321         news_nntp_post, news_nntp_mode): new functions (wrappers with
18322         authentication support).
18323         (news_get_article_cmd, news_get_article, news_get_header): new
18324         argument "folder"; all callers changed.
18325         (news_get_article_cmd): added authentication support.
18326         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18327         (news_post): use news_nntp_post() instead of nntp_post().
18328         (news_get_uncached_articles): use news_nntp_group() instead of
18329         nntp_group() and news_nntp_xover() instead of nntp_xover();
18330         removed old authentication code.
18331         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18332
18333         * src/nntp.c (nntp_list): return real error code instead of
18334         hardcoded NN_ERROR.
18335
18336 2001-04-29 [sergey]
18337
18338         * configure.in: fixed wint_t typedef detection again
18339
18340 2001-04-28 [hoa]
18341
18342         * src/prefs_account.[ch], added A_LOCAL_CMD
18343                 (send mail with mail command)
18344         * src/send.c added function send_message_with_command()
18345         * src/inc.c made a more secure get_spool() function with
18346                 mktemp() but maybe mkstemp() or something more
18347                 secure can be used.
18348
18349 2001-04-28 [alfons]
18350
18351         * src/textview.c, colorization of email addresses in headers
18352
18353         0.4.65claws6
18354
18355         * bug sync with sylpheed
18356         * prefs_common.c: created date format ui for darko
18357         * sync with 0.4.65cvs11
18358         * configure.in: corrected to have the new gpg checks
18359
18360 2001-04-27 [alfons]
18361
18362         * completed sync with 0.4.65cvs10
18363         * minor debug things added to gtkstext.c
18364
18365 2001-04-27 [darko]
18366
18367         * configure.in: remove check for availability of
18368           strftime() as advised by Hiroyuki
18369         * src/prefs_common.[ch], src/procheader.c:
18370           synch strftime() code with Hiroyki's main branch
18371
18372 2001-04-26 [sergey]
18373
18374         * src/news.c: news_query_password(), news_authenticate(): new
18375           functions.
18376           news_get_uncached_articles(): added NNTP authentication
18377           handling.
18378         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18379           new functions.
18380         * src/prefs_account.c: prefs_account_protocol_activated():
18381           enable userid and password fields for NNTP.
18382
18383 2001-04-26
18384
18385         * configure.in: check for availability of strftime()
18386           [darko]
18387         * src/prefs_common.[ch], src/procheader.c: use
18388           strftime() for displaying date in summary pane if it
18389           is available
18390
18391 2001-04-25
18392
18393         * more .cvsignore cleanups [alfons]
18394
18395 2001-04-25
18396
18397         * ac/sv-check-type.m4: new autoconf macro.
18398         * configure.in: fixed wint_t typedef detection (did not work
18399           with gcc-2.96).
18400
18401 2001-04-25
18402
18403         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18404           [hiroyuki]
18405
18406 2001-04-24
18407         * modified gtkstext.c : buggy cursor navigation fixed, 
18408           and font descent also taken in account when drawing
18409           cursor. [alfons]
18410
18411 2001-04-24 [hoa]
18412         * added comments in src/news.c src/nntp.c
18413         * added src/prefs_headers.[ch]
18414         * added src/headers.[ch]
18415         * modified compose.c to activate custom headers
18416                 added function is_in_custom_headers
18417         * modified prefs_account.[ch]
18418                 added function prefs_account_customhdr_edit
18419         * modified src/defs.h :
18420                 added HEADERS_RC : name of the config file
18421                 for the custom headers
18422
18423 2001-04-24
18424
18425     0.4.65claws5
18426
18427         * configure.in
18428           src/gtkstext.[ch]
18429           src/compose.c
18430           src/Makefile.am
18431           
18432           added gtkstext with configure.in patch by Hiroyuki which
18433           should fix the XIM detection [alfons]
18434
18435         * more clean up of cvs [alfons]
18436
18437                  * removed all Makefile.in files to attic.
18438
18439                  * updated all .cvsignores to really ignore things that could
18440                    be unintentionally committed by a recursive commit.
18441
18442 2001-04-23 [hoa]
18443         * added src/grouplist_dialog.[ch]
18444         * changed src/folderview.c to call grouplist_dialog instead
18445                 of inputdialog
18446         * src/news.c :
18447                 added functions news_reset_group_list
18448                 and news_get_group_list
18449         * src/nntp.c :
18450                 added function nntp_list
18451         * src/defs.h :
18452                 added GROUPLIST_FILE : name of the newsgroup list cache file
18453
18454 2001-04-21
18455
18456         * added option to warn about queued messages on exit [sergey]:
18457
18458           * src/compose.c: compose_queue(): call folder_item_scan()
18459             and folderview_update_item() after queueing.
18460           * src/folderview.c: folderview_update_node(): draw the queue
18461             folder in bold font if there are queued messages.
18462           * src/mainwindow.c: queued_messages(): new function.
18463             app_exit_cb(): display warning if there are queued messages
18464             if warn_queued_on_exit is set.
18465           * prefs_common.[ch]: add warn_queued_on_exit option.
18466
18467         * enhanced GnuPG key selection support [sergey]:
18468
18469           * src/select-keys.c: updated to newer version from Win32
18470             branch with support for selecting arbitrary keys.
18471           * src/prefs_account.c: added the Privacy tab to the account
18472             options window.
18473             prefs_account_privacy_create(),
18474             prefs_account_sign_key_set_data_from_radiobtn(),
18475             prefs_account_sign_key_set_radiobtn(): new functions.
18476           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18477           * src/rfc2015.c: set_signers(): new function.
18478             pgp_sign(): add the account parameter, call set_signers().
18479             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18480           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18481           * src/compose.c: pass the current account to rfc2015_sign().
18482
18483         * tag name claws added to prevent confusion with main branch [alfons]
18484
18485         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18486
18487         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18488
18489         * sync with recent sylpheed cvs. Untested though. [alfons]
18490