0.9.4claws65
[claws.git] / ChangeLog.claws
1 2003-09-06 [christoph]  0.9.4claws65
2
3         * src/plugins/clamav/clamav_plugin.c
4                 fix copy & paste bug
5
6 2003-09-05 [christoph]  0.9.4claws64
7
8         * src/folder.c
9         * src/messageview.[ch]
10         * src/procmsg.[ch]
11         * src/summaryview.c
12                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
13                 by MessageView to clear it when the message is deleted. Should
14                 work even if messages are deleted in MainWindow or by
15                 processing.
16
17 2003-09-05 [alfons]     0.9.4claws63
18
19         * src/messageview.c
20                 deleting a message in a message view frees its msginfo, make 
21                 messageview_update_all() aware of that (should fix bug #293,
22                 "deleting message caused crash")
23
24 2003-09-05 [melvin]     0.9.4claws62
25
26         * src/action.c
27                 Improve synchronous action exit code (fixes 
28                 a ~5 seconds delay after action exit on RedHat 9)
29
30 2003-09-04 [christoph]  0.9.4claws61
31
32         * src/compose.c
33         * src/rfc2015.c
34         * src/common/utils.[ch]
35                 add util function to create mime boundary and use it
36                 in compose and gpg code
37
38 2003-09-04 [alfons]     0.9.4claws60
39
40         * src/folder.c
41                 source folder item's GNode should already have been freed in 
42                 a previous call to src->folder->klass->remove_folder()
43                 (should fix bug #287, "crash when moving folders")
44
45 2003-09-03 [thorsten]   0.9.4claws59
46
47         * src/plugins/spamassassin/spamassassin_gtk.c
48                 fix compile error
49
50 2003-09-03 [christoph]  0.9.4claws58
51
52         * src/plugins/spamassassin/spamassassin.[ch]
53         * src/plugins/spamassassin/spamassassin_gtk.c
54                 add timeout config option
55
56 2003-09-03 [paul]       0.9.4claws57
57
58         * po/sk.po      ** NEW FILE **
59                 add Slovak translation. Submitted by Andrej Kacian 
60                 <andrej@kacian.sk>
61
62 2003-09-03 [paul]       0.9.4claws56
63
64         * src/plugins/clamav/clamav_plugin_gtk.c
65                 gui tweaks: replace a label with a tooltip, modify the
66                 text, use gtk_check_button_new(); instead of
67                 gtk_check_button_new_with_label("");
68
69 2003-09-02 [alfons]     0.9.4claws55
70
71         * src/gtk/filesel.c
72                 remember last used dir when attaching multiple files (should fix
73                 bug #290, "Attach File does not remember directory")
74
75 2003-09-01 [paul]       0.9.4claws54
76
77         * po/es.po
78                 updated by Ricardo Mones Lastra
79
80 2003-09-01 [alfons]     0.9.4claws53
81
82         * src/gtk/gtkaspell.[ch]
83                 be pedantic and strict and use const gchar * instead of guchar *
84
85 2003-09-01 [alfons]     0.9.4claws52
86
87         * src/mainwindow.c
88         * src/summaryviewc.
89                 re-enable Save As when multiple messages are selected
90
91 2003-09-01 [paul]       0.9.4claws51
92
93         * src/textview.c
94                 g_free(trimmed_uri);
95
96 2003-09-01 [paul]       0.9.4claws50
97
98         * sync with 0.9.4cvs13
99                 see ChangeLog 2003-09-01
100
101 2003-09-01 [paul]       0.9.4claws49
102
103         * src/textview.c
104                 trim uri before sending to the statusbar
105                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
106                 in the message window causes main S-C window to enlarge 
107                 past screen edges'
108
109 2003-09-01 [paul]       0.9.4claws48
110
111         * sync with 0.9.4cvs12
112                 see ChangeLog 2003-09-01
113
114 2003-08-30 [christoph]  0.9.4claws47
115
116         * src/compose.c
117         * src/folder_item_prefs.[ch]
118         * src/prefs_folder_item.c
119         * src/gtk/gtkaspell.[ch]
120                 commit per folder dictionary patch by
121                 Paul Evans <nerd@freeuk.com>
122
123 2003-08-30 [christoph]  0.9.4claws46
124
125         * src/plugins/spamassassin/spamassassin_gtk.c
126         * src/plugins/spamassassin/spamassassin_gtk.glade
127                 reduce GUI clutter by placing hints into tooltips
128
129 2003-08-30 [paul]       0.9.4claws45
130
131         * src/compose.c
132                 add 'Content-Disposition: inline' to a text/plain
133                 part when using PGP/MIME signing
134
135 2003-08-30 [paul]       0.9.4claws44
136
137         * src/prefs_common.c
138           src/prefs_spelling.c
139           src/prefs_spelling.glade
140                 reduce GUI clutter by placing hints into tooltips
141
142 2003-08-29 [christoph]  0.9.4claws43
143
144         * configure.ac
145                 fix bug found by Ivan Rayner <ivanr@sgi.com>
146
147         * src/stock_pixmap.c
148                 change unecessary warning into a debug message
149
150         * src/plugins/clamav/Makefile.am
151                 Fix error "-I$(CLAMAV_LIBS)"
152
153 2003-08-29 [christoph]  0.9.4claws42
154
155         * intl/Makefile.in
156         * src/Makefile.am
157         * src/matcher.h
158         * src/common/Makefile.am
159         * src/common/passcrypt.c
160                 commit fixes and patches for some of the IRIX problems found by
161                 Ivan Rayner <ivanr@sgi.com>
162
163 2003-08-29 [paul]       0.9.4claws41
164
165         * src/prefs_filtering.c
166                 add 'Top' and 'Bottom' buttons, based on changes in
167                 src/prefs_filter.c in 0.9.4cvs11.
168
169 2003-08-27 [christoph]  0.9.4claws40
170
171         * src/folderview.c
172                 fix bug that the current summary settings were copied to the
173                 wrong folder item, when the folder item prefs are opened.
174                 Copying is not required because summary settings and
175                 folder_item_prefs do not contain the same settings
176
177 2003-08-27 [thorsten]   0.9.4claws39
178
179         * src/imap.c
180                 fix compile error
181
182 2003-08-26 [paul]       0.9.4claws38
183
184         * sync with 0.9.4cvs9
185                 see ChangeLog 2003-08-26
186
187 2003-08-25 [paul]       0.9.4claws37
188
189         * sync with 0.9.4cvs8
190                 see ChangeLog 2003-08-25
191
192 2003-08-24 [christoph]  0.9.4claws36
193
194         * src/prefs_filtering.c
195                 shouldn't remove items from a GSList while iterating over the
196                 list (makes cur invalid and cur->next not accessable)
197
198         (closes Bug 272 i deleted an folder and some seconds later sylpheed
199          crashed)
200
201 2003-08-23 [christoph]  0.9.4claws35
202
203         * src/news.c
204                 news folders should be scanned when opened
205
206 2003-08-22 [christoph]  0.9.4claws34
207
208         * src/prefs_folder_item.c
209                 use macro to assign strings that always frees the old string
210
211         * src/gtk/gtkaspell.[ch]
212                 add gtkaspell_set_dictionary_menu_active_item() to set active
213                 item in dictionary option menu
214
215         * src/prefs_spelling.c
216                 use gtkaspell_set_dictionary_menu_active_item() to select
217                 dictionary
218
219 2003-08-21 [christoph]  0.9.4claws33
220
221         * src/folder.[ch]
222         * src/imap.c
223         * src/mbox_folder.c
224         * src/mh.c
225         * src/news.c
226                 optimize folder system
227
228         * src/gtk/gtkstext.c
229                 fix division by zero when font has 0 width for ' '
230
231 2003-08-21 [paul]       0.9.4claws32
232
233         * sync with 0.9.4cvs7
234                 see ChangeLog 2003-08-20
235
236 2003-08-19 [paul]       0.9.4claws31
237
238         * src/common/defs.h
239                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
240                 SYLDOC_FAQ_HTML_INDEX.
241         * src/manual.c
242                 use LC_MESSAGES instead of LC_ALL to find the current
243                 language
244
245           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
246
247 2003-08-19 [paul]       0.9.4claws30
248
249         * po/bg.po
250                 updated by George Danchev
251
252 2003-08-18 [luke]       0.9.4claws29
253         * src/mimeview.[ch]
254         * src/gtk/gtkvscrollbutton.[ch]
255                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
256                   dependencies; do it the GTK way; reduce code -14/+2 lines)
257                 o removed horizontal separator between icons
258
259 2003-08-17 [christoph]  0.9.4claws28
260
261         * src/procmsg.c
262                 no subject threading when the subject has no reply prefix
263
264 2003-08-16 [christoph]  0.9.4claws27
265
266         * src/mainwindow.c
267                 remember and restore window sizes and position when the main
268                 window is hidden or shown
269
270         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
271          minimised/reopened using trayicon)
272
273 2003-08-16 [paul]       0.9.4claws26
274
275         * src/crash.c
276                 add #include "defs.h"
277
278 2003-08-16 [paul]       0.9.4claws25
279
280         * src/plugins/clamav/clamav_plugin.c
281                 reword a debug_print
282                 
283         * src/plugins/dillo_viewer/dillo_prefs.c
284                 cosmetic: change the labels' text, add tooltips, and
285                 left-align the hint
286
287 2003-08-15 [christoph]  0.9.4claws24
288
289         * src/news.c
290                 complete last change (forgot some changes)
291
292 2003-08-15 [christoph]  0.9.4claws23
293
294         * src/news.c
295                 o check number of messages and don't return a 0 message
296                   when no messages are available
297                 o don't parse xref header anymore
298
299         (closes Bug 203 I'm not getting any news)
300
301 2003-08-15 [paul]       0.9.4claws22
302
303         * src/common/defs.h
304           src/crash.c
305                 update and define claws bugzilla location
306
307 2003-08-15 [paul]       0.9.4claws21
308
309         * po/ru.po
310                 update submitted by Ruslan N. Balkin
311
312 2003-08-14 [christoph]  0.9.4claws20
313
314         * src/procmsg.c
315                 fix search for oldest node in subject threading
316
317 2003-08-14 [christoph]  0.9.4claws19
318
319         * src/procmsg.c
320         * src/common/utils.h
321                 add possibility to check all nodes with the same subject for
322                 subject threading, not only the oldest node. Should not break
323                 threads anymore if the oldest node is thread_by_subject_max_age
324                 days older then parent, because it can now find a child of
325                 oldest node as new parent.
326
327 2003-08-11 [christoph]  0.9.4claws18
328
329         * src/plugins/spamassassin/spamassassin.c
330                 run spam check in background process
331
332 2003-08-10 [alfons]     0.9.4claws17
333
334         * src/summaryview.c
335                 make `Select All' sensitive too
336
337 2003-08-10 [christoph]  0.9.4claws16
338
339         * src/imap.c
340                 add more checks in imap_close
341
342 2003-08-09 [alfons]     0.9.4claws15
343
344         * src/prefs_spelling.c
345                 no spell checking UI if not requested
346
347 2003-08-09 [alfons]     0.9.4claws14
348
349         * src/gtk/prefswindow.c
350                 make it compile
351
352 2003-08-09 [christoph]  0.9.4claws13
353
354         * src/prefs_spelling.c
355         * src/gtk/prefswindow.[ch]
356         * src/plugins/clamav/clamav_plugin_gtk.c
357         * src/plugins/spamassassin/spamassassin_gtk.c
358                 sort prefs pages by heighest weight in tree
359
360 2003-08-09 [paul]       0.9.4claws12
361
362         * sync with 0.9.4cvs6
363                 see ChangeLog 2003-08-07
364                 
365         * AUTHORS
366                 add Leandro and Luke to claws-branch section
367
368 2003-08-09 [christoph]  0.9.4claws11
369
370         * src/gtk/Makefile.am
371         * src/gtk/colorsel.[ch]                 ** NEW **
372                 create a color selection dialog that can be used as a simple
373                 function call with it's own gtk main loop like filesel.[ch]
374
375         * src/Makefile.am
376         * src/main.c
377         * src/prefs_common.c
378         * src/prefs_spelling.[ch]               ** NEW **
379         * src/prefs_spelling.glade              ** NEW **
380         * src/gtk/gtkutils.[ch]
381                 move "Spell Checker" prefs to new prefs dialog
382
383         * src/prefs_folder_item.c
384                 use new colorsel dialog
385
386 2003-08-08 [paul]       0.9.4claws10
387
388         * src/inc.c
389                 clear the progress bar unconditionally
390
391 2003-08-08 [paul]       0.9.4claws9
392
393         * sync with 0.9.4cvs4
394                 see ChangeLog 2003-07-31
395
396 2003-08-07 [christoph]  0.9.4claws8
397
398         * configure.ac
399                 fix bug in image viewer plugin part
400
401         * src/imap.c
402                 don't execute close command if the folder item is not selected
403
404 2003-08-07 [hoa]        0.9.4claws7
405
406         * src/filtering.[ch]
407         * src/matcher_parser.h
408         * src/matcher_parser_parse.y
409                 can define several actions for each filtering rule
410                 can import old versions of filtering rules
411
412         * src/prefs_filtering.c
413                 call to a new dialog box to define actions
414
415         * src/prefs_filtering_action.[ch]
416                 dialog box to define actions for filtering rules
417
418 2003-08-06 [christoph]  0.9.4claws6
419
420         * src/imap.c
421                 make sure source folder is selected when copying messages
422
423 2003-08-06 [christoph]  0.9.4claws5
424
425         * sync with 0.9.4cvs2
426                 see ChangeLog 2003-07-29                
427
428 2003-08-05 [paul]       0.9.4claws4
429
430         * sync with 0.9.4cvs3
431                 see ChangeLog 2003-07-30
432
433 2003-08-04 [match]      0.9.4claws3
434
435         * po/POTFILES.in
436                 export of LDIF files.
437
438 2003-08-04 [match]      0.9.4claws2
439
440         * src/ldif.[ch]
441                 support for export LDIF. documented.
442         * src/importldif.[ch]
443         * src/exportldif.[ch]
444                 add tooltips. documented.
445         * src/exphtmldlg.[ch]
446         * src/common/xmlprops.[ch]
447                 documented.
448         * src/exportldif.[ch]                   ** NEW **
449         * src/expldifdlg.[ch]                   ** NEW **
450         * src/addressbook.[ch]
451         * src/Makefile.am
452                 export of LDIF files.
453                 documented.
454
455 2003-08-04 [christoph]  0.9.4claws1
456
457         * .cvsignore
458         * Makefile.am
459         * configure.ac
460         * sylpheed-claws.pc.in                  ** NEW **
461         * src/Makefile.am
462         * src/common/Makefile.am
463         * src/gtk/Makefile.am
464                 install sylpheed header files in $(pkgincludedir) and create a
465                 pkg-config file to allow building a plugin without the source
466                 package
467
468 2003-08-04 [paul]       0.9.4claws
469
470         * version 0.9.4claws
471
472 2003-08-04 [paul]       0.9.3claws97
473
474         * po/es.po
475                 update Spanish translation. Submitted by Ricardo
476                 Mones Lastra.
477
478 2003-08-03 [paul]       0.9.3claws96
479
480         * po/hr.po
481           po/sr.po
482                 update Croatian and Serbian translations. Submitted by
483                 Dragan and Urke MMI respectively
484
485 2003-08-03 [alfons]     0.9.3claws95
486
487         * src/summaryview.c
488                 mark flag has precedence over important flag - seems
489                 to have been changed in sync of 0.9.3claws45. this fixes
490                 a regression where messages that were scored as important
491                 don't show their mark flags. (using the same column for
492                 both importance as mark flags is the real problem
493                 ofcourse)
494
495 2003-08-03 [melvin]     0.9.3claws94
496
497         * po/fr.po
498                 Updated French translations.
499
500 2003-08-03 [melvin]     0.9.3claws93
501
502         * src/Makefile.am
503                 Fixed typo introduced after 0.9.3claws92 
504                 that prevented compilation
505                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
506                 CPPFLAGS and YFLAGS to allow user setting these.
507         * src/common/Makefile.am
508         * src/gtk/Makefile.am
509         * src/plugins/clamav/Makefile.am
510         * src/plugins/demo/Makefile.am
511         * src/plugins/dillo_viewer/Makefile.am
512         * src/plugins/image_viewer/Makefile.am
513         * src/plugins/mathml_viewer/Makefile.am
514         * src/plugins/spamassassin/Makefile.am
515         * src/plugins/trayicon/Makefile.am
516         * src/plugins/trayicon/libeggtrayicon/Makefile.am
517                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
518                 CPPFLAGS and YFLAGS to allow user setting these.
519
520 2003-08-02 [christoph]  0.9.3claws92
521
522         * configure.ac
523                 o rearrange plugin tests
524                 o add test for clamav.h to ClamAV tests
525
526 2003-08-02 [luke]       0.9.3claws91
527
528         * src/mimeview.c
529                 o fixed appearance of icon list when toggling back from the 
530                   ctree
531                 o toggling of icons using the keyboard works correctly
532                 o fixed all other keyboard shortcuts to work when icons are
533                   active
534         
535         * src/messageview.c
536                 o fixed bug 4 - focus lost when changing messageview view type
537
538 2003-08-02 [christoph]  0.9.3claws90
539
540         * src/common/hooks.c
541                 fix crash when pointer stored in hash table could get invalid
542                 when a plugin is unloaded
543
544 2003-08-01 [christoph]  0.9.3claws89
545
546         * configure.ac
547                 o try to build all plugins (except spamassassin) by default
548                 o don't build a plugin if a dependency check fails
549
550         * src/common/hooks.c
551                 fix warning
552
553 2003-08-01 [match]      0.9.3claws88
554
555         * src/importldif.c
556                 allow single click field selection. document code.
557
558 2003-08-01 [christoph]  0.9.3claws87
559
560         * src/plugins/clamav/clamav_plugin.c
561         * src/plugins/clamav/clamav_plugin_gtk.c
562         * src/plugins/dillo_viewer/dillo_viewer.c
563         * src/plugins/image_viewer/plugin.c
564         * src/plugins/mathml_viewer/mathml_viewer.c
565         * src/plugins/spamassassin/spamassassin.c
566         * src/plugins/spamassassin/spamassassin_gtk.c
567         * src/plugins/trayicon/trayicon.c
568                 add version check to all plugins
569
570 2003-08-01 [hoa]        0.9.3claws86
571
572         * src/prefs_filtering.c
573                 fixed a cosmetic bug, during creation of dialog box,
574                 wrong widgets were shown after creation.
575
576 2003-08-01 [luke]       0.9.3claws85
577
578         * src/mainwindow.c
579                 o fixed visibility of icons/mimeview after toggling separate
580                   message/folder view (factored out some similar code too).
581
582
583 2003-07-31 [alfons]     0.9.3claws84
584
585         * src/mimeview.c
586                 tweak icon box UI a bit more, now allowing right-clicks actions
587                 getting the relevant mime data too; should fix #250, "Can't save 
588                 attachments sometimes".
589
590 2003-07-30 [alfons]     0.9.3claws83
591
592         * src/compose.c
593                 don't do auto-save-draft inside key press handler, but rather
594                 schedule it half of a second later; should fix #67, "autosave 
595                 make re-rediting message crazy"
596
597 2003-07-30 [christoph]  0.9.3claws82
598
599         * src/plugins/trayicon/trayicon.c
600                 process pending events before unloading the plugin
601
602         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
603
604 2003-07-30 [alfons]     0.9.3claws81
605
606         * src/common/hooks.c
607                 parameter 2 of g_hook_destroy() should really be a hook id
608
609 2003-07-30 [alfons]     0.9.3claws80
610
611         * src/common/plugin.c
612                 fix a possibly harmful function signature mismatch 
613                 for plugin_done
614
615 2003-07-30 [alfons]     0.9.3claws79
616
617         * src/common/hooks[.ch]
618                 const correctness
619
620 2003-07-30 [darko]      0.9.3claws78
621
622         * src/summaryview.c
623                 make it compile again
624
625 2003-07-30 [luke]       0.9.3claws77
626
627         * src/crash.c
628         * src/main.c
629                 o added/moved signal handlers for SIGTERM (normal kill command) 
630                   and SIGINT (ctl-c) to be used even without 
631                   --enable-crash-dialog, fixing bug 166
632
633         * src/summaryview.c
634                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
635                   bug 227
636
637         * src/mainwindow.c
638                 o changed sensitivity condition for 'Next new' and 'Next 
639                   unread', fixing bug 8
640
641 2003-07-29 [alfons]     0.9.3claws76
642
643         * src/common/utils.[ch]
644                 add generate_msgid()
645         * src/messageview.c
646                 save ack'ed RRR; fixes #205, "return receipt is not saved in
647                 sent folder".
648
649 2003-07-29 [alfons]     0.9.3claws75
650
651         * src/messageview.c
652                 fix a memleak (claws-only)
653
654 2003-07-29 [alfons]     0.9.3claws74
655
656         * src/mimeview.[ch]
657         * src/gtk/gtkvscrollbutton.[ch]
658                 fix UI glitch where mime icon toolbox' scroll position is not 
659                 reset after switching to another message
660                 
661
662 2003-07-29 [paul]       0.9.3claws73
663
664         * src/prefs_folder_item.c
665                 split the prefs into 2 separate pages
666
667 2003-07-29 [paul]       0.9.3claws72
668
669         * src/compose.c
670                 prepend "\n\n" to a signature without a separator too
671
672 2003-07-29 [paul]       0.9.3claws71
673
674         * src/compose.c
675                 fix bug where changing to an account without an auto-sig
676                 from an initial account without an auto-sig would insert 
677                 2 blank lines at the cursor point
678                 fix bug where changing to an account with an auto-sig
679                 from an initial account without an auto-sig would insert
680                 the sig at the cursor point
681
682 2003-07-29 [paul]       0.9.3claws70
683
684         * src/folderview.c
685                 use the colour from the folder pref unless the folder
686                 has new messages
687
688 2003-07-29 [alfons]     0.9.3claws69
689
690         * src/procmsg.[ch]
691         * src/messageview.c
692         * src/procheader.c
693                 rewrite return receipt request work a little bit (the former 
694                 implementation presumably depended too much on the UI setting
695                 flags). (we're losing the old pending flag.) 
696
697 2003-07-28 [christoph]  0.9.3claws68
698
699         * src/folder.c
700         * src/imap.c
701         * src/mh.c
702         * src/procmsg.[ch]
703                 fix copy to IMAP folder from other folder
704
705 2003-07-28 [christoph]  0.9.3claws67
706
707         * src/procmsg.c
708                 fix sync of procmsg_get_message_file_list
709
710 2003-07-28 [christoph]  0.9.3claws66
711
712         * sync with 0.9.3cvs14
713                 see ChangeLog 2003-07-18
714         * sync with 0.9.3cvs17
715                 see ChangeLog 2003-07-23
716
717         (closes Bug 234 segmentation fault after sending out mail via
718          smtp(auth))
719
720 2003-07-28 [paul]       0.9.3claws65
721
722         * po/es.po
723                 update Spanish translation, submitted by Ricardo Mones
724                 Lastra
725
726 2003-07-28 [christoph]  0.9.3claws64
727
728         * src/folder.[ch]
729         * src/imap.c
730         * src/mh.c
731                 return new message numbers as a GRelation instead of a GSList
732                 that has to be in the same order as the input list. A list
733                 would make it hard for IMAP to optimize oepration by sorting
734                 the input list. The returned list would have to be reordered
735                 to match the same order that input list has.
736
737         * src/gtk/gtkaspell.c
738                 fix missing return value, could cause a crash when garbage is
739                 on the stack that is used as the expected return value
740
741 2003-07-28 [paul]       0.9.3claws63
742
743         * sync with 0.9.4cvs1
744                 see ChangeLog 2003-07-28
745
746 2003-07-27 [alfons]     0.9.3claws62
747
748         * src/mimeview.c
749                 tweak it more to make icon list act like a check button group
750
751 2003-07-27 [christoph]  0.9.3claws61
752
753         * sync with 0.9.3cvs20
754                 see ChangeLog 2003-07-25
755
756 2003-07-27 [paul]       0.9.3claws60
757
758         * src/procmsg.c
759                 re-commit changes from 0.9.3claws58 -
760                 accidently removed in 0.9.3claws59
761
762 2003-07-27 [paul]       0.9.3claws59
763
764         * src/procmsg.[ch]
765                 a sync from 0.9.3cvs17
766                 see ChangeLog 2003-07-23
767
768 2003-07-27 [alfons]     0.9.3claws58
769
770         * src/procmsg.c
771                 add missing header members to MsgInfo; fixes the problem of 
772                 not displaying X-Faces, as noticed by Ricardo Mones
773
774 2003-07-26 [christoph]  0.9.3claws57
775
776         * sync with 0.9.3cvs18
777                 see ChangeLog 2003-07-24
778
779 2003-07-26 [christoph]  0.9.3claws56
780
781         * sync with 0.9.3cvs17
782                 see ChangeLog 2003-07-23
783
784 2003-07-26 [christoph]  0.9.3claws55
785
786         * src/folder.[ch]
787         * src/imap.c
788         * src/mbox_folder.c
789         * src/mh.c
790         * src/news.c
791                 add support for copy function that copy multiple messages
792                 (not implemented yet)
793
794         * src/summaryview.c
795                 add missing return value
796
797 2003-07-26 [paul]       0.9.3claws54
798
799         * tools/multiwebsearch.pl
800                 do whitespace substitution before passing the string
801                 to the browser. fixes bug with browsers that don't
802                 do whitespace conversion themselves.
803
804 2003-07-25 [christoph]  0.9.3claws53
805
806         * src/folder.[ch]
807         * src/imap.c
808         * src/mh.c
809                 rewrite adding of multiple messages to a folder for
810                 claws' folder system
811
812 2003-07-25 [luke]       0.9.3claws52
813
814         * src/mimeview.c
815                 o icon toggles set correctly on leaving ctree mimeview
816
817 2003-07-25 [paul]       0.9.3claws51
818
819         * partial sync with 0.9.3cvs21 [src/main.c]
820                 see ChangeLog 2003-07-25
821
822 2003-07-24 [paul]       0.9.3claws50
823
824         * tools/maildir2sylpheed.pl
825                 fix typo
826
827 2003-07-24 [paul]       0.9.3claws49
828
829         * src/mimeview.c
830                 increase the gutter size of paned so that the panes
831                 can be resized
832                 
833         * src/plugins/demo/demo.c
834                 squeeze in another typo fix
835
836 2003-07-24 [paul]       0.9.3claws48
837
838         * src/plugins/demo/demo.c
839           src/prefs_account.c
840                 small changes to the English
841                 
842         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
843           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
844           src/Makefile.am
845           src/stock_pixmap.c
846                 rename the misspelled icon
847
848 2003-07-23 [alfons]     0.9.3claws47
849
850         * src/mimeview.c
851                 make icon list look like a list of toggles
852
853 2003-07-23 [luke]       0.9.3claws46
854
855         * src/pixmaps/mimeview_gpg_expired.xpm
856         * src/pixmaps/mimeview_gpg_failed.xpm
857         * src/pixmaps/mimeview_gpg_passed.xpm
858         * src/pixmaps/mimeview_text_html.xpm
859         * src/pixmaps/mimeview_image.xpm
860                 o all icons the same size
861
862         * src/mimeview.[ch]
863                 o mimeview ctree arranged vertically above the viewer
864                 o icons changed to buttons
865                 o can use keyboard to select an icon (Enter)
866                 o resize icon list to width of icons
867
868         *  src/gtk/gtkvscrollbutton.c
869                 o sensitivity of buttons reacts to position
870
871 2003-07-23 [christoph]  0.9.3claws45
872
873         * sync with 0.9.3cvs14 (incomplete)
874                 see ChangeLog 2003-07-17
875
876 2003-07-23 [alfons]     0.9.3claws44
877
878         * src/folder.c
879         * src/procmsg.h
880                 sync with my local tree to restore some claws-only things
881
882 2003-07-23 [paul]       0.9.3claws43
883
884         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
885           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
886           src/Makefile.am
887           src/mimeview.c
888           src/procmime.h
889           src/rfc2015.c
890           src/stock_pixmap.[ch]
891                 indicate missing keys and expired sigs/keys
892                 in mime view column
893
894 2003-07-23 [paul]       0.9.3claws42
895
896         * src/compose.c
897                 Redirect fixes: enable automatic account selection and
898                 do not append signature to message on changing account
899                 fixes Bug[s] #248
900
901 2003-07-23 [paul]       0.9.3claws41
902
903         * sync with 0.9.3cvs16
904                 see ChangeLog 2003-07-23
905
906 2003-07-23 [alfons]     0.9.3claws40
907
908         * src/inc.c
909                 give progress dialog a main window, and give it the first 
910                 one (presumably the only one). fixes bug #247, "segfault on 
911                 pop-before-smtp" 
912
913 2003-07-22 [alfons]     0.9.3claws39
914
915         * src/summaryview.c
916                 shift-space scrolls up
917
918 2003-07-22 [paul]       0.9.3claws38
919
920         * sync with 0.9.3cvs15
921                 see ChangeLog 2003-07-22
922
923 2003-07-20 [alfons]     0.9.3claws37
924
925         * src/compose.c
926                 put menu inside #ifdef USE_ASPELL..#endif
927
928 2003-07-20 [christoph]  0.9.3claws36
929
930         * src/procmsg.c
931                 fix wrong flags in MsgInfo returned by
932                 procmsg_msginfo_get_full_info()
933
934         (closes Bug 221 Deleting messages from the Message View gives incorrect
935          new/unread message counts in the folder view)
936
937         * src/plugins/spamassassin/spamassassin_gtk.c
938                 add gettext macro for prefs page title
939
940 2003-07-20 [paul]       0.9.3claws35
941
942         * src/mimeview.c
943                 redraw icon list on signature check
944
945 2003-07-20 [christoph]  0.9.3claws34
946
947         * src/Makefile.am
948         * src/account.c
949         * src/folder.[ch]
950         * src/folder_item_prefs.[ch]            ** NEW **
951         * src/folderview.c
952         * src/mainwindow.c
953         * src/mh.c
954         * src/prefs_gtk.c
955         * src/prefs_scoring.c
956         * src/summaryview.c
957         * src/prefs_folder_item.[ch]
958                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
959                   Properties dialog
960                 o use prefswindow for folder properties
961
962         * src/gtk/prefswindow.[ch]
963                 change implementation to use an invisible notebook instead
964                 of unparenting widgets
965
966 2003-07-20 [christoph]  0.9.3claws33
967
968         * src/compose.h
969         * src/folder.c
970         * src/folderview.h
971         * src/headerview.h
972         * src/prefs_filtering.h
973         * src/prefs_folder_item.[ch]
974         * src/procmime.h
975         * src/procmsg.h
976         * src/summaryview.h
977                 clean up header mess
978                 (always use 1. typedefs, 2. #includes, 3. structures)
979
980         * src/common/version.h.in
981                 add casts for constants
982
983         * src/plugins/demo/demo.c
984                 fix typo
985
986         * src/plugins/spamassassin/spamassassin.c
987                 remove unused variable
988
989 2003-07-20 [alfons]     0.9.3claws32
990
991         * src/mimeview.c
992                 o make icon buttons respond on left click
993                 o minor cosmetic change
994
995 2003-07-19 [luke]       0.9.3claws31
996
997         * src/mimeview.[ch]
998         * src/gtk/gtkvscrollbutton.c
999         * src/messageview.c
1000                 o improved mimeview behaviour when selecting a new message
1001                 o plus code cleanups to remove compile warnings
1002
1003
1004 2003-07-19 [alfons]     0.9.3claws30
1005
1006         * src/procmsg.c
1007         * src/compose.c
1008         * src/common/utils.[ch]
1009                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1010
1011 2003-07-19 [alfons]     0.9.3claws29
1012
1013         * src/prefs_folder_item.c
1014                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1015                 string pointers
1016
1017 2003-07-19 [luke]       0.9.3claws28
1018
1019         * src/messageview.c
1020         * src/mimeview.[ch]
1021         * src/procmime.h
1022         * src/rfc2015.c
1023         * src/stock_pixmap.[ch]
1024         * src/gtk/Makefile.am
1025         * src/Makefile.am
1026         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1027         * src/pixmaps/mime_*.xpm                ** NEW **
1028                 o mimeview rearrangement with a new icon shortcut bar
1029
1030 2003-07-19 [alfons]     0.9.3claws27
1031
1032         * src/folderview.c
1033                 o plug leaking nodes_to_recollapse
1034                 o add folderview_recollapse_all_nodes() (not used yet)
1035
1036 2003-07-19 [alfons]     0.9.3claws26
1037
1038         * src/compose.c
1039         * src/common/utils.c
1040                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1041                 for both forwarding as replying
1042
1043 2003-07-18 [christoph]  0.9.3claws25
1044
1045         * configure.ac
1046         * src/common/sylpheed.[ch]
1047         * src/common/version.h.in
1048                 add version in numeric form to allow easy comparison
1049
1050         * src/plugins/demo/demo.c
1051                 add version check
1052                 - sylpheed version > plugin version => never allowed, sylpheed
1053                   could contain unknown API changes
1054                 - sylpheed version < minimum version required => don't load,
1055                   API required not available (if linking does not fail)
1056
1057 2003-07-18 [alfons]     0.9.3claws24
1058         
1059         * src/common/plugin.[ch]
1060                 const correctness
1061
1062 2003-07-18 [christoph]  0.9.3claws23
1063
1064         * src/common/hooks.c
1065                 fix crash when hooks where unregisted
1066
1067         * src/plugins/trayicon/trayicon.c
1068                 unregister detroy signal before destroying the widget
1069                 (still crashes when the plugin is unloaded)
1070
1071 2003-07-18 [alfons]     0.9.3claws22
1072         
1073         * src/folderview.c
1074                 delay expanding folder tree during drags until timeout triggered
1075                 (needs perhaps some tweaking, so testing is welcome)
1076
1077 2003-07-17 [alfons]     0.9.3claws21
1078
1079         * src/folderview.c
1080                 clean up cruft
1081
1082 2003-07-17 [christoph]  0.9.3claws20
1083
1084         * src/common/session.c
1085                 fix opening of SSL connections
1086
1087         * src/plugins/image_viewer/Makefile.am
1088                 add OPENSSL_CFLAGS (we should find a better solution to remove
1089                 this dependencies if they are not required)
1090
1091         * src/plugins/spamassassin/spamassassin.c
1092                 remove setlocale workaround (fixed in libspamc)
1093
1094         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1095          if spell checking enabled)
1096
1097 2003-07-17 [alfons]     0.9.3claws19
1098
1099         * src/common/hooks.[ch]
1100         * src/plugins/clamav/clamav_plugin.c
1101         * src/plugins/spamassassin/spamassassin.c
1102         * src/plugins/trayicon/trayicon.c
1103                 fix signedness muck 
1104
1105 2003-07-17 [alfons]     0.9.3claws18
1106
1107         * src/procmime.c
1108                 plug memleak
1109
1110 2003-07-17 [alfons]     0.9.3claws17
1111
1112         * src/inc.c
1113                 plug memleak
1114
1115 2003-07-17 [paul]       0.9.3claws16
1116
1117         * src/common/defs.h
1118           src/mainwindow.c
1119           src/manual.[ch]
1120                 add link to the Claws site's FAQ page, after the suggestion
1121                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1122                 Move url strings to defs.h
1123                 
1124         * src/mainwindow.c
1125                 fix typo to prevent "unknown menu entry" warnings
1126
1127 2003-07-17 [alfons]     0.9.3claws15
1128
1129         * src/folderview.[ch]
1130         * src/summaryview.[ch]
1131         * src/mimeview.[ch]
1132                 plug DnD leaks 
1133
1134 2003-07-17 [paul]       0.9.3claws14
1135
1136         * src/inc.c
1137                 remove two instances of 'GTK_EVENTS_FLUSH' because
1138                 they are unnecessary and probably cause a stack overflow
1139
1140 2003-07-16 [christoph]  0.9.3claws13
1141
1142         * src/mimeview.[ch]
1143                 use an invisible GTK notebook to switch between viewers
1144                 instead of reparenting widgets
1145
1146 2003-07-16 [christoph]  0.9.3claws12
1147
1148         * src/folder.c
1149                 move folder_item_update_freeze() to correct place in
1150                 folder_item_scan_full()
1151
1152 2003-07-16 [paul]       0.9.3claws11
1153
1154         * sync with 0.9.3cvs12
1155                 see ChangeLog 2003-07-14 and 2003-07-15
1156
1157 2003-07-16 [christoph]  0.9.3claws10
1158
1159         * src/imap.[ch]
1160         * src/prefs_account.[ch]
1161                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1162
1163 2003-07-15 [alfons]     0.9.3claws9
1164
1165         * src/main.c
1166                 make --config-dir do something useful
1167
1168 2003-07-15 [alfons]     0.9.3claws8
1169
1170         * src/procmsg.c
1171                 o fix a bug where 'last' didn't really point to the last message
1172                   in the top level list of children, but to the last threaded
1173                   message. 
1174                 
1175                 o clean up and make it easier to sync
1176
1177 2003-07-15 [alfons]     0.9.3claws7
1178
1179         * src/mainwindow.c
1180                 make correct menu items sensitive       
1181
1182 2003-07-14 [alfons]     0.9.3claws6
1183
1184         * src/procmsg.c
1185                 tune the threader so it will not subject-thread any message
1186                 without a subject prefix (this will not thread correctly if 
1187                 a parent is delivered after their childs, but it looks 
1188                 better right now)
1189
1190 2003-07-13 [christoph]  0.9.3claws5
1191
1192         * src/mainwindow.c
1193                 group "Add mailbox *..." menu items in submenu
1194
1195 2003-07-13 [alfons]     0.9.3claws4
1196
1197         * src/summaryview.c
1198                 correct summary_toggle_pressed() signature and make sure
1199                 signal is not passed on
1200
1201 2003-07-13 [alfons]     0.9.3claws3
1202
1203         * src/summaryview.c
1204                 o for now don't pass on keys when they we're handled by 
1205                   ctree::key_press_event
1206                 o clean up
1207
1208 2003-07-13 [alfons]     0.9.3claws2
1209         
1210         * src/main.c
1211                 add command line option "--config-dir" to get the current 
1212                 configuration dir
1213
1214 2003-07-12 [alfons]     0.9.3claws1
1215
1216         * src/matcher.[ch]
1217         * src/matcher_parser_parse.y
1218         * src/prefs_filtering.c
1219         * src/filtering.c
1220                 add "Lock" filter action to lock messages;
1221
1222         * src/filtering.c       
1223                 remove debug_print()    
1224         * src/prefs_filtering.c
1225                 re-organize matcher part 9: 
1226                 make action text entries easily extendible;
1227                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1228                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1229
1230 2003-07-12 [paul]
1231
1232         * tools/README
1233                 update old information and add missing
1234                 information
1235
1236 2003-07-12 [paul]       0.9.3claws
1237
1238         * 0.9.3claws released
1239         
1240 2003-07-12 [paul]       0.9.0claws103
1241
1242         * src/Makefile.am
1243                 add addrquery.h
1244
1245 2003-07-12 [melvin]     0.9.0claws102
1246
1247         * src/messageview.c
1248                 Fixed bug #215: Show MIME tab for single text/html messages. 
1249                 
1250 2003-07-12 [paul]       0.9.0claws101
1251
1252         * man/sylpheed.1
1253                 updated
1254
1255 2003-07-12 [paul]       0.9.0claws100
1256
1257         * po/es.po
1258           po/hr.po
1259           po/pl.po
1260           po/sr.po
1261                 update Spanish, Croatian, Polish, Serbian translations.
1262                 submitted by Ricardo Mones Lastra, Dragan, Witold
1263                 Wladyslaw Wojciech Wilk, Urke MMI
1264
1265 2003-07-12 [melvin]     0.9.0claws99
1266
1267         * po/fr.po
1268                 Updated French translations.
1269
1270 2003-07-12 [paul]       0.9.0claws98
1271
1272         * src/addressbook.c
1273                 disable 'Lookup' button as it has no effect
1274
1275 2003-07-11 [alfons]     0.9.0claws97
1276         
1277         * src/summaryview.c
1278                 summary_searchbar_pressed() should return TRUE to signal that
1279                 event was handled. when returning void, the return value passed
1280                 to GTK is actually random, but maybe FALSE, in which case the
1281                 event is handled by parent
1282                 
1283 2003-07-10 [paul]       0.9.0claws96
1284
1285         * ac/missing/gettext.m4
1286                 update to version 0.12
1287
1288 2003-07-10 [paul]       0.9.0claws95
1289
1290         * src/plugins/clamav/clamav_plugin.c
1291                 fix bug where multipart/alternative messages
1292                 would slip through without being scanned
1293
1294 2003-07-10 [christoph]  0.9.0claws94
1295
1296         * src/folder.c
1297                 correct check if folder supports removing when a message is
1298                 moved. if not the message is only copied.
1299
1300         (closes Bug 132 crash on startup in newsgroups folders)
1301
1302 2003-07-09 [alfons]     0.9.0claws93
1303
1304         * configure.ac
1305         * src/common/defs.h
1306                 --with-config-dir (default .sylpheed)
1307
1308 2003-07-09 [christoph]  0.9.0claws92
1309
1310         * configure.ac
1311                 use PKG_CHECK_MODULES to check for gtkmathview
1312                 (version 0.4.2 now required)
1313
1314 2003-07-08 [melvin]     0.9.0claws91
1315
1316         * src/action.c
1317                 Implemented a progress bar that counts the number of completed
1318                 tasks when the action runs more than one command.
1319
1320 2003-07-08 [alfons]     0.9.0claws90
1321
1322         * src/procmsg.c
1323                 if queued message has an invalid Message-Id, don't try to
1324                 find message it refers to (fixes #209 "crash when processing 
1325                 in folder")
1326
1327 2003-07-08 [paul]       0.9.0claws89
1328
1329         * sync with 0.9.3cvs2
1330                 see ChangeLog 2003-07-08
1331
1332 2003-07-08 [match]      0.9.0claws88
1333
1334         * src/ldapctrl.c
1335                 extend LDAP search for first/last name by parsing search term.
1336
1337 2003-07-08 [alfons]     0.9.0claws87
1338
1339         * src/send_message.c
1340                 fix bug #208 "Status message stuck when sending on POP3 account"
1341
1342 2003-07-07 [paul]       0.9.0claws86
1343
1344         * po/hr.po
1345                 new Croatian translation, submitted by
1346                 Dragan <drleskov@inet.hr>
1347
1348 2003-07-07 [paul]       0.9.0claws85
1349
1350         * sync with 0.9.3cvs1
1351                 see ChangeLog 2003-07-07
1352
1353 2003-07-05 [christoph]  0.9.0claws84
1354
1355         * src/Makefile.am
1356         * src/messageview.c
1357         * src/mimeview.[ch]
1358         * src/stock_pixmap.[ch]
1359         * src/pixmaps/messageview_text.xpm              ** NEW **
1360                 move mimeview tabs to the right side and use icons
1361                 instead of text to save some space
1362
1363         (patch by Luke Plant <lukeplant@softhome.net>)
1364
1365 2003-07-05 [christoph]  0.9.0claws83
1366
1367         * src/inc.c
1368                 add NULL pointer checks
1369
1370         (patch by Luke Plant <lukeplant@softhome.net>)
1371         (closes Bug 204 0.9.0 quits on authentication error?!)
1372
1373 2003-07-05 [alfons]     0.9.0claws82
1374
1375         * configure.ac
1376                 take the clue in bug #202 "./configure script - 
1377                 'if test' comparison failure" reported by John Kristoff. 
1378
1379 2003-07-04 [christoph]  0.9.0claws81
1380
1381         * src/plugins/spamassassin/spamassassin.c
1382                 set timeout for spam check
1383
1384 2003-07-04 [christoph]  0.9.0claws80
1385
1386         * src/main.c
1387                 destroy all FolderItems when shutting down to
1388                 allow folders to clean up
1389
1390 2003-07-04 [melvin]     0.9.0claws79
1391
1392         * src/gtk/gtkaspell.c
1393                 Fixed bug #184 "Entering non-ascii character deletes
1394                 previous char if spell checking enabled": this makes
1395                 the spell checking in multibytes (e.g. UTF-8)locales work.
1396                 (Patch by Luke Plant).
1397                 
1398 2003-07-04 [christoph]  0.9.0claws78
1399
1400         * sync with 0.9.2cvs1
1401                 see ChangeLog 2003-06-10
1402
1403 2003-07-04 [paul]       0.9.0claws77
1404
1405         * sync with 0.9.3 release
1406                 see ChangeLog 2003-07-04
1407
1408 2003-07-03 [christoph]  0.9.0claws76
1409
1410         * src/folder.[ch]
1411         * src/imap.c
1412         * src/mbox_folder.c
1413         * src/mh.c
1414         * src/news.c
1415                 move folder_item_get_path() stuff into a folder virtual function
1416
1417         * src/procmsg.c
1418                 use folder_item_fetch_msg() to get message and do not contruct
1419                 the filename from path and number
1420
1421 2003-07-03 [paul]       0.9.0claws75
1422
1423         * sync with 0.9.2cvs12
1424                 see ChangeLog 2003-07-03
1425
1426 2003-07-02 [paul]       0.9.0claws74
1427
1428         * src/messageview.c
1429                 fix text-selection for replying
1430
1431 2003-07-02 [paul]       0.9.0claws73
1432
1433         * sync with 0.9.2cvs11
1434                 see ChangeLog 2003-07-02
1435
1436 2003-07-02 [paul]       0.9.0claws72
1437
1438         * src/procmsg.c
1439                 revert last commit because it breaks more
1440                 than it fixes
1441
1442 2003-07-02 [paul]       0.9.0claws71
1443
1444         * src/procmsg.c
1445                 fix thread by subject/sort by date
1446
1447 2003-07-01 [paul]       0.9.0claws70
1448
1449         * sync with 0.9.2cvs10
1450                 see ChangeLog 2003-07-01
1451
1452 2003-06-30 [paul]       0.9.0claws69
1453
1454         * sync with 0.9.2cvs9
1455                 see ChangeLog 2003-06-30
1456
1457 2003-06-28 [match]      0.9.0claws68
1458
1459         * src/addressbook.c
1460                 fix null ptr.
1461
1462 2003-06-27 [paul]       0.9.0claws67
1463
1464         * sync with 0.9.2cvs7
1465                 see ChangeLog 2003-06-27
1466
1467 2003-06-26 [christoph]  0.9.0claws66
1468
1469         * src/folder.c
1470                 freeze folder updates while a folder is scanned
1471
1472         (closes Bug 185 New message counter)
1473
1474 2003-06-26 [darko]      0.9.0claws65
1475
1476         * src/ldapserver.c
1477                 fix infinite loop when adding a new LDAP server
1478
1479 2003-06-26 [paul]       0.9.0claws64
1480
1481         * sync with 0.9.2cvs6
1482                 see ChangeLog 2003-06-26
1483
1484 2003-06-26 [paul]       0.9.0claws63
1485
1486         * sync with 0.9.2cvs5
1487                 see ChangeLog 2003-06-25 and 2003-06-26
1488
1489 2003-06-25 [match]      0.9.0claws62
1490
1491         * src/addr_compl.c
1492                 Fixed tab/backtab for dropped-down completion list to
1493                 move next/previous field. (close bug 147)
1494
1495 2003-06-25 [christoph]  0.9.0claws61
1496
1497         * src/addr_compl.[ch]
1498         * src/addrindex.[ch]
1499         * src/folderview.c
1500         * src/inc.c
1501         * src/news.c
1502         * src/summaryview.c
1503         * src/toolbar.c
1504                 fix warnings
1505
1506 2003-06-25 [leandro]    0.9.0claws60
1507
1508         * src/compose.c
1509                 o cleanups
1510                 o gray out "Message/Remove references" menu item if not
1511                   replying to a message
1512
1513 2003-06-24 [leandro]    0.9.0claws59
1514
1515         * src/compose.[ch]
1516                 o removed "Message/Create new thread" menu item
1517                 o added "Message/Remove references" menu item
1518                   (it's off by default and will not check anymore
1519                    if the subject changed)
1520
1521 2003-06-23 [alfons]     0.9.0claws58
1522
1523         * src/procmsg.c
1524                 try better grouping messages threaded by subject based on their age.
1525                 still not perfect - because the message tree is not sorted by date.  
1526
1527 2003-06-23 [thorsten]   0.9.0claws57
1528
1529         * src/pop.[ch]
1530                 added mail_receive_hook to allow modifications
1531                 directly after retrieval (e.g. adding headers).
1532
1533 2003-06-23 [paul]       0.9.0claws56
1534
1535         * src/sourcewindow.c
1536                  enable the use of Ctrl+A to select all text in
1537                  the sourcewindow
1538                  Patch submitted by Ivan Francolin Martinez
1539                  <ivanfm@users.sourceforge.net>
1540
1541 2003-06-22 [christoph]  0.9.0claws55
1542
1543         * src/folder.[ch]
1544                 o add notification hook for folder tree changes
1545                 o invoke hooks after folder tree scanning
1546
1547         * src/folderview.[ch]
1548                 register hook for folder tree changes that
1549                 updates the ctree
1550
1551         (there are more places that should be updated, like add, remove 
1552          or move folder)
1553
1554         (closes Bug 164 Crash on rebuild folder tree)
1555         (closes Bug 190 Crash on 'rebuilding folder tree')
1556
1557 2003-06-21 [leandro]    0.9.0claws54
1558
1559         * src/compose.[ch]
1560                 create a new thread if subject changes
1561                 (it's on by default, can be disabled in Message menu)
1562
1563 2003-06-21 [alfons]     0.9.0claws53
1564
1565         * src/summaryview.c
1566                 quiet little compiler
1567
1568 2003-06-21 [christoph]  0.9.0claws52
1569
1570         update gettext stuff to version 0.12
1571
1572 2003-06-19 [alfons]     0.9.0claws51
1573
1574         * src/common/log.c
1575         * src/common/plugin.c
1576                 move defs.h before glib.h to prevent MIN/MAX redefs
1577
1578 2003-06-19 [alfons]
1579
1580         * src/addressbook.c
1581                 translatable
1582
1583 2003-06-19 [match]      0.9.0claws50
1584
1585         * src/addressbook.[ch]
1586         * src/addrindex.[ch]
1587         * src/addr_compl.[ch]
1588         * src/editldap.[ch]
1589         * src/editldap_basedn.[ch]
1590         * src/addritem.[ch]
1591         * src/ldapquery.h
1592                 re-implemented dynamic LDAP search. works without
1593                 slowdown on display sender with addressbook
1594                 option.
1595         * src/addrbook.c
1596                 documented code.
1597
1598 2003-06-19 [paul]       0.9.0claws49
1599
1600         * src/compose.c
1601                 fix Bug #136 'Nonprovided quotation marks crash claws'
1602                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1603
1604 2003-06-19 [alfons]     0.9.0claws48
1605
1606         * src/prefs_common.[ch]
1607         * src/procmsg.c
1608                 restrict threading by subject by checking thread for
1609                 age (prefs_common.thread_by_subject_max_age)
1610
1611 2003-06-18 [christoph]  0.9.0claws47
1612
1613         * src/imap.c
1614                 fix memory leak in imap_cmd_fetch()
1615
1616 2003-06-18 [christoph]  0.9.0claws46
1617
1618         * src/prefs_gtk.c
1619                 fix memory leak in prefs_set_default() when used multiple
1620                 times or after prefs have been read
1621
1622 2003-06-18 [christoph]  0.9.0claws45
1623
1624         * src/common/plugin.c
1625                 fix memory leak in plugin_unload()
1626
1627 2003-06-18 [christoph]  0.9.0claws44
1628
1629         * src/imap.c
1630                 fix memory leak in imap_cmd_ok()
1631
1632 2003-06-18 [christoph]  0.9.0claws43
1633
1634         * src/folder.c
1635                 stop messages that are downloaded from POP3 and added to
1636                 an IMAP inbox from being filtered twice (first by POP3
1637                 and again when IMAP folder is scaned to get the UID of
1638                 the APPEND operation when no UIDPLUS is available)
1639
1640 2003-06-18 [alfons]
1641
1642         * tools/Makefile.am
1643                 phoenix <- firebird     
1644
1645 2003-06-18 [paul]
1646
1647         * tools/launch_phoenix          ** REMOVED **
1648           tools/launch_firebird         ** NEW **
1649                 renamed and edited to reflect the browser's name change from
1650                 'phoenix' to 'firebird'
1651
1652 2003-06-18 [paul]       0.9.0claws42
1653
1654         * sync with 0.9.2cvs2
1655                 see ChangeLog 2003-06-16
1656
1657 2003-06-17 [alfons]     0.9.0claws41
1658
1659         * src/procmsg.c
1660                 prevent threading problems when a node is an ancestor (parent / great parent),
1661                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1662                 for finding an sample set of messages)
1663
1664 2003-06-16 [christoph]  0.9.0claws40
1665
1666         * src/main.c
1667                 don't popup main window on --receive or --receive-all
1668
1669         * src/mainwindow.[ch]
1670         * src/plugins/trayicon/trayicon.c
1671                 allow hiding of main window by clicking on the trayicon
1672                 (doesn't work correctly in seperate window mode and may
1673                  cause unexpected GTK problems I couldn't find yet)
1674
1675         * src/common/ssl.c
1676                 remove incorrect warning
1677
1678 2003-06-15 [alfons]     0.9.0claws39
1679
1680         * src/gtk/gtkstext.c
1681                 don't output debug text;
1682                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1683                 for pointing this out);
1684
1685 2003-06-14 [alfons]     0.9.0claws38
1686         
1687         * src/messageview.c
1688                 remove printf() and make one if..else comply with coding style
1689
1690 2003-06-14 [alfons]     0.9.0claws37
1691
1692         * AUTHORS
1693                 add Martin Wicke
1694         * src/action.c
1695         * src/messageview.[ch]
1696         * src/summaryview.c
1697                 apply patch #754162 "Quoting messages filtered by actions" submitted
1698                 by Martin Wicke, which allows quoting message body changed by an
1699                 action (Thanks!).
1700
1701 2003-06-13 [alfons]     0.9.0claws36
1702
1703         * src/utils.c
1704                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1705                 use case insensitive regexp (suggested by Ivan Martinez)
1706
1707 2003-06-13 [christoph]  0.9.0claws35
1708
1709         * configure.ac
1710         * src/plugins/trayicon/Makefile.am
1711         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1712         * src/plugins/trayicon/trayicon.c
1713         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1714         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1715         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1716         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1717         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1718         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1719                 replace my own EggTrayIcon backport with the backport
1720                 used by (l|x)mule and gabber.
1721
1722 2003-06-13 [alfons]     0.9.0claws34
1723
1724         * AUTHORS
1725         * src/common/utils.c
1726                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1727
1728 2003-06-13 [alfons]     0.9.0claws33
1729
1730         * src/compose.c
1731                 clean up a little bit
1732
1733 2003-06-12 [alfons]     0.9.0claws32
1734
1735         * src/compose.c
1736                 const correctness fix
1737
1738         * src/common/sylpheed.[ch]
1739                 () -> (void)
1740                 prevent redef MIN/MAX
1741                 
1742         * src/common/utils.[ch]
1743                 () -> (void)
1744
1745 2003-06-12 [melvin]     0.9.0claws31
1746
1747         * src/compose.c
1748                 Updated to take into accounts changes in GtkAspell.
1749
1750 2003-06-12 [alfons]     0.9.0claws30
1751
1752         * src/compose.c
1753         * src/procmsg.c
1754         * src/common/utils.[ch]
1755                 handle reply subject prefixes better (initial 
1756                 suggestion by Robert Story adapted and enhanced 
1757                 using regexps)
1758
1759 2003-06-12 [melvin]     0.9.0claws29
1760
1761         * src/compose.c
1762                 Use new gtkaspell_checkers_strerror() to get the speller's
1763                 error message instead of accessing the (now private)
1764                 checkers structure.
1765                 Minor code clean up
1766
1767         * src/main.c
1768                 Use #ifdef instead of #if for USE_ASPELL
1769                 Use the new spell checkers init/quit functions 
1770
1771         * src/gtk/gtkaspell.c
1772                 Use #ifdef instead of #if for USE_ASPELL
1773                 Moved in the majority of GtkAspell structures that were
1774                 exported before by gtkaspell.h
1775         
1776         * src/gtk/gktaspell.h
1777                 Made gtkaspell.h contain only the necessary data to be
1778                 publicized by moving many structures to gtkaspell.c.
1779                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1780                 gtkaspell_checkers_new(): replaced by...
1781                 gtkaspell_checkers_init(): new function for initialization
1782                 gtkaspell_checkers_delete(): replaced by...
1783                 gtkaspell_checkers_quit(): new function
1784                 gtkaspell_checkers_strerror(): new function that returns
1785                 the checker's last error message.
1786                 
1787 2003-06-11 [melvin]     0.9.0claws28
1788
1789         * po/POTFILES.in
1790                 Updated to take into account gtkaspell.c migration to
1791                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1792
1793 2003-06-10 [alfons]     0.9.0claws27
1794
1795         * src/filtering.[ch]
1796         * src/folder.c
1797         * src/matcher.c
1798         * src/scoring.[ch]
1799                 - try fixing bug #18 (any brave testers?)
1800                 - add more robustness by refusing previously 
1801                   unchecked NULL pointers 
1802
1803 2003-06-10 [alfons]     0.9.0claws26
1804
1805         * src/procmsg.c
1806                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1807
1808 2003-06-09 [alfons]     0.9.0claws25
1809
1810         * src/prefs_common.c
1811                 fix bug #163 "Icon switching doesnt work properly" by 
1812                 preventing early freeing of prefs_common.pixmap_theme_path.
1813
1814 2003-06-09 [christoph]  0.9.0claws24
1815
1816         * src/gtk/gtkaspell.c
1817                 revert Thorsten's fix and add forgotten g_strdup for
1818                 aspell path (it should not be possible to alter the path a
1819                 GtkASpell uses from outside)
1820
1821 2003-06-09 [thorsten]   0.9.0claws23
1822
1823         * src/gtk/gtkaspell.c
1824                 dont free prefs_common.aspell_path when closing compose
1825
1826 2003-06-08 [colin]      0.9.0claws22
1827
1828         * src/plugins/spamassassin/spamassassin.c
1829                 fix prefs types
1830
1831 2003-06-07 [christoph]  0.9.0claws21
1832
1833         * src/Makefile.am
1834         * src/compose.c
1835         * src/gtkaspell.[ch]            ** REMOVE **
1836         * src/gtk/Makefile.am
1837         * src/gtk/gtkaspell.[ch]        ** NEW **
1838                 o make gtkaspell independent from sylpheed's prefs
1839                 o move gtkaspell.[ch] to gtk directory
1840
1841 2003-06-07 [christoph]  0.9.0claws20
1842
1843         * src/Makefile.am
1844         * src/crash.c
1845         * src/export.c
1846         * src/filesel.[ch]              ** REMOVE **
1847         * src/folder.c
1848         * src/main.[ch]
1849         * src/common/sylpheed.[ch]
1850         * src/gtk/Makefile.am
1851         * src/gtk/filesel.[ch]          ** NEW **
1852         * src/gtk/pluginwindow.c
1853         * src/gtk/sslcertwindow.c
1854                 move filesel.[ch] to gtk directory
1855
1856 2003-06-07 [alfons]     0.9.0claws19
1857
1858         * src/filesel.c
1859                 make (multi) file selection dialog work again (Claws-only)
1860
1861 2003-06-07 [thorsten]   0.9.0claws18
1862
1863         * po/de.po
1864                 fix typos
1865
1866 2003-06-07 [alfons]     0.9.0claws17
1867
1868         * configure.ac
1869         * src/mimeview.c
1870                 detect apache mishap in which case don't include fnmatch.h
1871                 if regex.h is already included
1872
1873 2003-06-06 [christoph]  0.9.0claws16
1874
1875         * configure.ac
1876         * src/mimeview.h
1877                 add check for fnmatch.h and include it when available
1878
1879         * src/mimeview.[ch]
1880                 fix wrong case sensitivity of Content-Types
1881
1882         * src/gtk/Makefile.am
1883                 need the same include paths in gtk directory as in
1884                 common directory because .h files in common can
1885                 include files from these directories, when included
1886                 in gtk's .h or .c files
1887
1888 2003-06-06 [alfons]     0.9.0claws15
1889
1890         * src/mimeview.c
1891         * src/summaryview.c
1892                 make it compile again because of regex.h / fnmatch.h 
1893                 include problems (related to recent mime stuff, can
1894                 someone check this?)
1895
1896 2003-06-06 [thorsten]   0.9.0claws14
1897
1898         * src/folderview.c
1899                 possible use of uninitialized pointer while dragging
1900
1901 2003-06-06 [paul]       0.9.0claws13
1902
1903         * src/compose.c
1904                 fix bug where the insert sig button would be effective
1905                 only when auto_sig was set
1906
1907 2003-06-06 [paul]       0.9.0claws12
1908
1909         * sync with 0.9.2 release
1910
1911 2003-06-02 [paul]       0.9.0claws11
1912
1913         * sync with 0.9.1cvs1
1914                 see ChangeLog 2003-06-02
1915                 
1916         * po/de.po
1917                 update by Jens
1918
1919 2003-06-01 [christoph]  0.9.0claws10
1920
1921         * src/account.c
1922                 don't use substring search to find accounts by email address
1923
1924         (closes Bug 169 Overly loose matching of "From" address)
1925
1926 2003-05-31 [christoph]  0.9.0claws9
1927
1928         * doc-src/rfc2683.txt
1929         * src/imap.c
1930                 limit IMAP command length as recommended in RFC2683
1931                 (message number lists will be split into multiple imap
1932                 sets, the limit of 1000 octets is not a hard limit)
1933
1934         (closes Bug 161 sylpheed-claws exits with segfault when logging
1935          in to certain imap-servers)
1936
1937 2003-05-29 [alfons]     0.9.0claws8
1938
1939         * src/toolbar.[ch]
1940                 add print button (calling summary_print());
1941                 fine tune setting tooltip text;
1942                 (if someone needs other buttons, please take these 
1943                 commits as a guide, instead of bothering us - also
1944                 see 0.8.11claws150) 
1945
1946 2003-05-29 [darko]      0.9.0claws7
1947
1948         * src/compose.c
1949                 fix crash when word wrapping kicks in due to
1950                 changed text by spell checker
1951
1952 2003-05-29 [paul]       0.9.0claws6
1953
1954         * src/compose.c
1955                 fix bug where changing account would insert
1956                 sig even if auto_sig was FALSE
1957                 
1958         * ChangeLog
1959           ChangeLog.jp
1960           INSTALL
1961                 sync with 0.9.1 release
1962
1963 2003-05-28 [christoph]  0.9.0claws5
1964
1965         * src/imap.c
1966                 fix truncation of too long commands
1967
1968         (closes Bug 167 IMAP hangs trying to get envelope
1969          information in imap_get_uncached_messages)
1970
1971 2003-05-27 [paul]       0.9.0claws4
1972
1973         * tools/Makefile.am
1974           tools/maildir2sylpheed.pl     ** NEW FILE **
1975                 add kmail to sylpheed mailbox conversion script
1976
1977 2003-05-27 [paul]       0.9.0claws3
1978
1979         * sync with 0.9.0cvs10
1980                 see ChangeLog 2003-05-26
1981
1982 2003-05-26 [paul]       0.9.0claws2
1983
1984         * sync with 0.9.0cvs9
1985                 see ChangeLog 2003-05-26
1986
1987 2003-05-24 [paul]       0.9.0claws1
1988
1989         * sync with 0.9.0cvs8
1990                 see ChangeLog 2003-05-23
1991
1992 2003-05-24 [paul]       0.9.0claws
1993
1994         * version 0.9.0claws released
1995
1996 2003-05-24 [paul]       0.8.11claws177
1997
1998         * src/plugins/dillo-viewer/Makefile.am
1999           src/plugins/traycon/Makefile.am
2000                 add missing files
2001                 
2002         * po/bg.po
2003           po/en_GB.po
2004           po/es.po
2005           po/it.po
2006           po/pt_BR.po
2007           po/ru.po
2008           po/sr.po
2009                 update Bulgarian, British English, Spanish, Italian, 
2010                 Brazilian Portuguese, Russian, and Serbian translations, 
2011                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2012                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2013                 Ruslan N. Balkin, and Urke MMI
2014
2015 2003-05-23 [melvin]     0.8.11claws176
2016
2017         * po/fr.po
2018                 Updated French translations
2019
2020 2003-05-22 [paul]       0.8.11claws175
2021
2022         * src/Makefile.am
2023           src/addrbook.[ch]
2024           src/addrcache.[ch]
2025           src/addr_compl.[ch]
2026           src/adressbook.[ch]
2027           src/addrindex.[ch]
2028           src/addritem.[ch]
2029           src/editaddress.c
2030           src/editgroup.c
2031           src/editldap_basedn.c
2032           src/editldap.c
2033           src/jpilot.c
2034           src/vcard.c
2035                 revert to get ldap into it previous working state
2036                 
2037         * po/zh_TW.Big5.po
2038                 new Taiwanese translation,
2039                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2040
2041 2003-05-22 [christoph]  0.8.11claws174
2042
2043         * src/plugins/spamassassin/libspamc.[ch]
2044                 sync libspamc with SpamAssaain release 2.55
2045
2046 2003-05-22 [paul]       0.8.11claws173
2047
2048         * sync with 0.9.0cvs7
2049                 see ChangeLog 2003-05-22
2050                 
2051         * src/summaryview.c
2052                 revert change in 0.8.11claws172: follow
2053                 Hiroyuki's decision and that's the end of it.
2054
2055 2003-05-21 [paul]       0.8.11claws172
2056
2057         * src/summaryview.c
2058                 fix discrepency between open_unread_on_enter
2059                 and always_show_msg
2060
2061 2003-05-21 [paul]       0.8.11claws171
2062
2063         * sync with 0.9.0cvs6
2064                 see ChangeLog 2003-05-21
2065
2066 2003-05-21 [paul]       0.8.11claws170
2067
2068         * sync with 0.9.0cvs5
2069                 see ChangeLog 2003-05-21
2070
2071 2003-05-20 [paul]       0.8.11claws169
2072
2073         * sync with 0.9.0cvs4
2074                 see ChangeLog 2003-05-20
2075                 fixes bug #152, 'encoding of IMAP folders names'
2076
2077 2003-05-20 [paul]       0.8.11claws168
2078
2079         * sync with 0.9.0cvs3
2080                 see ChangeLog 2003-05-20
2081                 
2082         * src/tools/convert_mbox.pl
2083                 minor change in the comments, submitted by Fred Marton
2084
2085 2003-05-19 [paul]       0.8.11claws167
2086
2087         * src/plugins/clamav/Makefile.am
2088           configure.ac
2089                 link clamav_lib to the plugin and not to the main program
2090
2091 2003-05-19 [christoph]
2092
2093         * src/Makefile.am
2094                 add -export-dynamic for linking
2095
2096 2003-05-19 [paul]       0.8.11claws166
2097
2098         * sync with 0.9.0cvs1
2099                 see ChangeLog 2003-05-19
2100
2101 2003-05-19 [paul]       0.8.11claws165
2102
2103         * src/inc.c
2104                 fix 'pop before smtp' timeout
2105
2106 2003-05-18 [alfons]     0.8.11claws164
2107
2108         * src/prefs_matcher.c
2109                 put "execute" action command line ("expression") in edit box
2110
2111 2003-05-18 [christoph]  0.8.11claws163
2112
2113         * src/mimeview.[ch]
2114         * src/plugins/dillo_viewer/dillo_viewer.c
2115         * src/plugins/image_viewer/viewer.c
2116         * src/plugins/mathml_viewer/mathml_viewer.c
2117                 let a viewer have a list of Content-Types
2118
2119 2003-05-18 [paul]       0.8.11claws162
2120
2121         * src/prefs_filtering.c
2122                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2123                 and REDIRECT actions
2124
2125 2003-05-17 [christoph]
2126
2127         * README.claws
2128                 o remove dynamic signatures that was syned with main
2129                 o add infos about no longer "build in" image viewer
2130                 o update bugtracker URL
2131
2132 2003-05-17 [christoph]  0.8.11claws161
2133
2134         * src/folder.c
2135         * src/folderview.c
2136         * src/imap.c
2137                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2138                 for every folder after rebuilding the folder tree.
2139
2140         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2141          messages)
2142
2143 2003-05-17 [christoph]  0.8.11claws160
2144
2145         * src/imap.c
2146                 don't use STATUS command on current folder to check for
2147                 content changes. imap_cmd_ok() now tracks changes to
2148                 folder and number of existing messages.
2149
2150 2003-05-17 [paul]       0.8.11claws159
2151
2152         * src/plugins/clamav/clamav_plugin.c
2153                 remove unnecessary debug_print
2154
2155 2003-05-16 [thorsten]   0.8.11claws158
2156
2157         * src/plugins/demo.c
2158                 included missing intl.h
2159
2160 2003-05-16 [paul]       0.8.11claws157
2161
2162         * po/POTFILES.in
2163                 remove non-existant entries
2164         
2165         * src/plugins/clamav/clamav_plugin.c
2166           src/plugins/clamav/clamav_plugin_gtk.c
2167           src/plugins/dillo_viewer/dillo_prefs.c
2168           src/plugins/dillo_viewer/dillo_viewer.c
2169                 gettextise
2170
2171 2003-05-16 [christoph]  0.8.11claws156
2172
2173         * po/POTFILES.in
2174                 include plugin .c files for translation until I
2175                 find a better solution to have plugins have their
2176                 own textdomain
2177         * src/plugins/demo/demo.c
2178         * src/plugins/image_viewer/plugin.c
2179         * src/plugins/mathml_viewer/mathml_viewer.c
2180         * src/plugins/spamassassin/spamassassin.c
2181         * src/plugins/spamassassin/spamassassin_gtk.c
2182         * src/plugins/trayicon/trayicon.c
2183                 add gettext macros for plugin name and description
2184
2185 2003-05-16 [paul]
2186
2187         * sync with 0.9.0
2188
2189 2003-05-16 [paul]       0.8.11claws155
2190
2191         * sync with lastest 0.9.0pre1
2192                 see ChangeLog 2003-05-16
2193
2194 2003-05-15 [paul]       0.8.11claws154
2195
2196         * sync with latest 0.9.0pre1
2197                 see ChangeLog 2003-05-14 and 2003-05-15
2198
2199 2003-05-14 [christoph]  0.8.11claws153
2200
2201         * src/plugins/image_viewer/viewer.c
2202         * src/plugins/image_viewer/viewer.glade         ** NEW **
2203         * src/plugins/image_viewer/viewerprefs.c
2204                 make it possible to disable the autoload function in the
2205                 imageviewer again
2206
2207 2003-05-14 [christoph]  0.8.11claws152
2208
2209         * src/folder.c
2210                 fix folder update after adding a message
2211
2212 2003-05-13 [alfons]     0.8.11claws151
2213
2214         * src/common/session.c
2215                 remove debug traces
2216                 
2217         * src/addrcache.[ch]
2218         * src/filtering.[ch]
2219         * src/folder.[c]
2220         * src/gtkaspell.[ch]
2221         * src/imap.[ch]
2222         * src/mbox_folder.[ch]
2223         * src/mh.[ch]
2224         * src/mimeview.h
2225         * src/msgcache.[ch]
2226         * src/news.[ch]
2227         * src/passphrase.[ch]
2228         * src/prefs_common.[ch]
2229         * src/prefs_gtk.[ch]
2230         * src/procmsg.c
2231         * src/scoring.[ch]
2232                 be pedantic; (in prototypes () implies (int))
2233
2234 2003-05-13 [alfons]     0.8.11claws150
2235
2236         * src/prefs_toolbar.[ch]
2237         * src/summaryview.[ch]
2238         * src/toolbar.[ch]
2239                 change misleading text in toolbar prefs;
2240                 add toolbar action for ignore thread (toggles ignore thread flag);
2241                 clean up a little bit;
2242
2243 2003-05-12 [paul]
2244
2245         * tools/convert_mbox.pl
2246                 bug fixed by Fred Marton
2247
2248 2003-05-12 [paul]
2249
2250         * sync with 0.9.0pre1
2251
2252 2003-05-09 [paul]       0.8.11claws149
2253
2254         * sync with 0.8.11cvs43
2255                 see ChangeLog 2003-05-09
2256
2257 2003-05-08 [christoph]  0.8.11claws148
2258
2259         * src/imap.[ch]
2260                 o use CAPABILIY as first command and check for PREAUTH
2261                   information in the response to it
2262                 o rewrite all imap_cmd_* functions to use an IMAPSession
2263                   instead of a SockInfo as parameter
2264                 o do STARTTLS after fetching and checking the server
2265                   capabilities
2266
2267 2003-05-08 [paul]       0.8.11claws147
2268
2269         * tools/Makefile.am
2270           tools/README
2271           tools/convert_mbox.pl         ** NEW FILE **
2272                 add mbox conversion script. Submitted by 
2273                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2274
2275 2003-05-07 [christoph]
2276
2277         * doc-src/glade.txt
2278         * src/gtk/pluginwindow.glade
2279         * src/plugins/image_viewer/viewerprefs.glade
2280         * src/plugins/spamassassin/spamassassin_gtk.glade
2281                 add glade files for user interfaces and a description how
2282                 to use glade to create the sylpheed code
2283
2284 2003-05-07 [paul]       0.8.11claws146
2285
2286         * sync with 0.8.11cvs41
2287                 see ChangeLog 2003-05-07
2288
2289 2003-05-06 [christoph]  0.8.11claws145
2290
2291         * src/main.c
2292         * src/plugins/image_viewer/viewer.c
2293                 fix usage of imlib in imageviewer plugin
2294
2295         * src/gtk/prefswindow.c
2296                 handle window close event correctly
2297
2298 2003-05-06 [paul]       0.8.11claws144
2299
2300         * src/common/ssl.c
2301                 fix typo introduced in sync
2302
2303 2003-05-06 [paul]       0.8.11claws143
2304
2305         * sync with 0.8.11cvs39
2306                 see ChangeLog 2003-05-06
2307
2308 2003-05-06 [paul]       0.8.11claws142
2309
2310         * AUTHORS
2311           po/cs.po
2312                 updated Czech translation, submitted by 
2313                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2314                 
2315         * src/plugins/clamav/clamav_plugin_gtk.c
2316                 clean up
2317
2318 2003-05-03 [alfons]     0.8.11claws141
2319
2320         * src/compose.[ch]
2321                 make paste as quotation work even when the call to 
2322                 text_inserted() was deferred (fixes bug #140 "Paste 
2323                 as quotation does not work when using "external" 
2324                 clipboard")
2325
2326 2003-05-03 [thorsten]   0.8.11claws140
2327
2328         * src/addrquery.h
2329           src/ldapquery.h
2330           src/mainwindow.c
2331                 removed C++ comments
2332         * src/addr_compl.c
2333                 function with non-int retval/param used before
2334                 implementation/declaration
2335
2336 2003-05-02 [paul]       0.8.11claws139
2337
2338         * src/addr_compl.[ch]
2339           src/addressbook.[ch]
2340           src/addrindex.c
2341           src/summaryview.c
2342                 revert match's changes to (finally) remove the bug where
2343                 opening a folder causes massive slowdown when using the 
2344                 'Display sender using address book' option
2345
2346 2003-05-01 [melvin]     0.8.11claws138
2347
2348         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2349         * src/plugins/dillo_viewer/dillo_viewer.c
2350                 Fixed bug where "Cancel" button from prefs issued
2351                 warnings.
2352                 Comply a little more to coding style
2353
2354 2003-05-01 [paul]       0.8.11claws137
2355
2356         * sync with 0.8.11cvs38
2357                 see ChangeLog 2003-05-01
2358
2359 2003-05-01 [paul]       0.8.11claws136
2360
2361         * po/bg.po
2362                 updated by George Danchev
2363
2364 2003-04-30 [christoph]  0.8.11claws135
2365
2366         * src/plugins/dillo_viewer/dillo_prefs.c
2367         * src/plugins/image_viewer/viewerprefs.c
2368         * src/plugins/spamassassin/spamassassin_gtk.c
2369                 remove gtk_widget_ref() calls for widgets in
2370                 glade code
2371
2372 2003-04-30 [paul]       0.8.11claws134
2373
2374         * src/addrindex.c
2375                 ok, this time a better fix for the bug where opening folder
2376                 has massive slowdown when using the 'Display sender using 
2377                 address book' option
2378
2379 2003-04-30 [paul]       0.8.11claws133
2380
2381         * src/addrindex.c
2382                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2383         
2384 2003-04-30 [melvin]     0.8.11claws132
2385
2386         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2387
2388         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2389                 Preferences for the dillo plugin
2390         * src/plugins/dillo_viewer/dillo_viewer.c
2391                 Support for preferences
2392         * src/plugins/dillo_viewer/Makefile.am
2393                 Added dillo_prefs.[ch]
2394
2395 2003-04-30 [alfons]     0.8.11claws131
2396
2397         * src/common/plugin.[ch]
2398                 see? this ANSI C'fication immediately gives us type
2399                 checking for free.
2400
2401 2003-04-30 [alfons]     0.8.11claws130
2402
2403         * src/common/plugin.[ch]
2404         * src/plugins/clamav/clamav_plugin.[ch]
2405         * src/plugins/clamav/clamav_plugin_gtk.c
2406         * src/plugins/demo/demo.c
2407         * src/plugins/dillo_viewer/dillo_viewer.c
2408         * src/plugins/image_viewer/plugin.c
2409         * src/plugins/image_viewer/viewer.[ch]
2410         * src/plugins/image_viewer/viewerprefs.[ch]
2411         * src/plugins/mathml_viewer/mathml_viewer.c
2412         * src/plugins/spamassassin/spamassassin.[ch]
2413         * src/plugins/spamassassin/spamassassin_gtk.c
2414         * src/plugins/trayicon/trayicon.c
2415                 clean up
2416
2417 2003-04-30 [alfons]     0.8.11claws129
2418
2419         * src/common/utils.c
2420                 make is_ascii_str() fail gracefully when NULL pointer
2421                 is passed
2422
2423 2003-04-30 [paul]       0.8.11claws128
2424
2425         * src/addrindex.c
2426                 fix bug where opening folder has massive slowdown when
2427                 using the 'Display sender using address book' option
2428
2429 2003-04-30 [paul]       0.8.11claws127
2430
2431         * src/plugins/clamav/clamav_plugin.c
2432           src/plugins/clamav/clamav_plugin_gtk.c
2433           src/plugins/demo/demo.c
2434           src/plugins/dillo_viewer/dillo_viewer.c
2435           src/plugins/image_viewer/plugin.c
2436           src/plugins/mathml_viewer/mathml_viewer.c
2437           src/plugins/spamassassin/spamassassin.c
2438           src/plugins/spamassassin/spamassassin_gtk.c
2439           src/plugins/trayicon/trayicon.c
2440                 get rid of eye-hurting function signatures
2441
2442 2003-04-30 [paul]       0.8.11claws126
2443
2444         * src/plugins/trayicon/trayicon.c
2445                 add description
2446                 
2447         * src/mimeview.c
2448                 be more descriptive
2449
2450 2003-04-30 [paul]       0.8.11claws125
2451
2452         * configure.ac
2453                 arrange the plugins in reverse alphabetical order
2454                 
2455         * src/plugins/clamav/clamav_plugin.[ch]
2456           src/plugins/clamav/clamav_plugin_gtk.c
2457                 rename some params
2458                 resize max_size window
2459                 re-arrange the order of some gui elements
2460                 improve descriptions
2461         
2462         * src/plugins/image_viewer/plugin.c
2463           src/plugins/mathml_viewer/mathml_viewer.c
2464                 add descriptions
2465                 
2466         * src/plugins/spamassassin/spamassassin_gtk.c
2467                 resize max_size window
2468                 re-arrange the order of some gui elements
2469                 
2470         * src/messageview.c
2471           src/mimeview.c
2472                 correct typos
2473
2474 2003-04-30 [alfons]     0.8.11claws124
2475
2476         * src/imap.c
2477                 fix a leak found while browsing Martin Kluge's 
2478                 valgrind log (Claws only)
2479
2480 2003-04-29 [darko]      0.8.11claws123
2481
2482         * src/gtk/gtkstext.h
2483                 include wchar.h if it is available, fixes compilation
2484                 on HP-UX systems
2485
2486 2003-04-29 [melvin]     0.8.11claws122
2487
2488         * src/prefs_actions.c
2489                 Improved help text of Actions' syntax
2490
2491 2003-04-28 [paul]       0.8.11claws121
2492
2493         * src/action.c
2494                 a better fix for the crash when performing an action
2495                 on a mime part
2496
2497 2003-04-28 [paul]       0.8.11claws120
2498
2499         * src/action.c
2500                 fix crash when performing an action on a
2501                 mime part
2502
2503 2003-04-28 [paul]       0.8.11claws119
2504
2505         * sync with 0.8.11cvs36
2506                 see ChangeLog 2003-04-28
2507
2508 2003-04-27 [paul]       0.8.11claws118
2509
2510         * more sync with 0.8.11cvs35
2511                 see ChangeLog 2003-04-25
2512
2513 2003-04-26 [christoph]  0.8.11claws117
2514
2515         * src/folder.c
2516                 fix remove virtual check
2517
2518 2003-04-26 [paul]       0.8.11claws116
2519
2520         * src/messageview.c
2521                 fix return-receipt, make it work again
2522
2523 2003-04-26 [paul]       0.8.11claws115
2524
2525         * src/mimeview.c
2526                 restore double-clicking of the [application/pgp-signature 
2527                 (Select "Check signature" to check)] line in the message view,
2528                 broken in recent sync
2529
2530 2003-04-26 [christoph]  0.8.11claws114
2531
2532         * src/folder.c
2533                 check if remove virtual really exists before
2534                 calling the function
2535
2536 2003-04-25 [match]      0.8.11claws113
2537
2538         * src/addrindex.c
2539         * src/addrbook.c
2540         * src/ldapquery.[ch]
2541         * src/ldapctrl.[ch]
2542                 fix memleak.
2543         * src/ldapserver.[ch]
2544                 fix memleak. fix segfault.
2545                 plug a Claws memleak
2546
2547 2003-04-25 [alfons]     0.8.11claws112
2548
2549         * src/folder.c
2550                 plug a Claws memleak
2551
2552 2003-04-25 [alfons]     0.8.11claws111
2553
2554         * src/common/session.c
2555                 plug a memleak
2556
2557 2003-04-25 [paul]       0.8.11claws110
2558
2559         * sync with 0.8.11cvs35
2560                 see ChangeLog 2003-04-24 and 2003-04-25
2561                 
2562         * src/gtk/pluginwindow.c
2563                 correct another strange float value
2564
2565 2003-04-24 [christoph]  0.8.11claws109
2566
2567         * src/folder.c
2568                 freeze folder item updates when unsetting new flags
2569
2570         * src/gtk/pluginwindow.c
2571                 correct strange float value
2572
2573 2003-04-23 [paul]       0.8.11claws108
2574
2575         * sync with 0.8.11cvs33
2576                 see ChangeLog 2003-04-23
2577
2578 2003-04-22 [paul]       0.8.11claws107
2579
2580         * src/Makefile.am
2581           src/messageview.c
2582           src/mimeview.c
2583           src/pgptext.[ch]      ** REMOVED **
2584                 remove pgptext.[ch] as its not used any more
2585
2586 2003-04-22 [paul]       0.8.11claws106
2587
2588         * sync with 0.8.11cvs31
2589                 see ChangeLog 2003-04-21 and 2003-04-22
2590
2591 2003-04-21 [alfons]     0.8.11claws105
2592
2593         * src/main.c
2594                 No access to GTK structures if we're a spawned child
2595                 (and clean up code a little bit...) Should fix #126.
2596
2597 2003-04-21 [melvin]     0.8.11claws104
2598
2599         * src/plugins/dillo_viewer/README
2600                 Improved slightly the text.
2601
2602 2003-04-21 [melvin]     0.8.11claws103
2603
2604         * src/plugins/dillo_viewer/README *** NEW ***
2605                 Added a README file for the Dillo plugin
2606
2607 2003-04-20 [paul]
2608
2609         * tools/README
2610           tools/outlook2sylpheed.pl
2611                 updated and improved by Ricardo Mones Lastra
2612
2613 2003-04-18 [oliver]     0.8.11claws102
2614
2615         * src/inc.c 
2616         * src/prefs_account.h
2617                 remove Pop3SessionType (used by selective download)
2618         * src/prefs_toolbar.c
2619                 enable set Default Toolbar button
2620
2621 2003-04-18 [paul]       0.8.11claws101
2622
2623         * sync with 0.8.11cvs29
2624                 see ChangeLog 2003-04-18
2625
2626 2003-04-17 [paul]       0.8.11claws100
2627
2628         * src/prefs_common.[ch]
2629           src/summaryview.c
2630                 remove 'Open next message on deletion' option,
2631                 as the same effect can now be achieved via the
2632                 'Always open messages in summary when selected'
2633                 option.
2634
2635 2003-04-17 [paul]       0.8.11claws99
2636
2637         * sync with 0.8.11cvs28
2638                 see ChangeLog 2003-04-17
2639
2640 2003-04-17 [christoph]  0.8.11claws98
2641
2642         * ac/spamassassin.m4
2643         * src/plugins/spamassassin/libspamc.[ch]
2644         * src/plugins/spamassassin/utils.[ch]
2645                 sync libspamc with SpamAssassin project
2646
2647 2003-04-17 [christoph]  0.8.11claws97
2648
2649         * src/common/socket.h
2650         * src/gtk/sslcertwindow.h
2651                 rename old USE_SSL to USE_OPENSSL
2652
2653 2003-04-17 [paul]       0.8.11claws96
2654
2655         * src/prefs_common.h
2656                 use gulong for P_COLOR so that it compiles/runs on
2657                 64-bit systems. Patch submitted by James Noyes
2658                 <jnoyes-claws@retrogeeks.com>
2659                 
2660         * po/de.po
2661                 updated by Jens
2662
2663 2003-04-17 [paul]       0.8.11claws95
2664
2665         * sync with 0.8.11cvs27
2666                 see ChangeLog 2003-04-16
2667
2668 2003-04-15 [paul]       0.8.11claws94
2669
2670         * src/prefs_common.[ch]
2671                 rearrange to stop the window getting too long:
2672                         move Receive dialog stuff to Receive tab
2673                         move Send dialog to Send tab
2674                         remove Dialogs frame
2675                 rename 'Open messages in summary with cursor keys' to
2676                 'Always open messages in summary when selected', as its
2677                 more appropriate
2678
2679 2003-04-15 [paul]       0.8.11claws93
2680
2681         * src/prefs_common.[ch]
2682           src/summaryview.c
2683                 add new option '/Interface/Open next message on deletion'
2684
2685 2003-04-15 [paul]       0.8.11claws92
2686
2687         * src/summaryview.[ch]
2688                 add /Mark/Lock and /Mark/Unlock to the pop-up
2689                 menu. Patch submitted by Ivan Francolin Martinez
2690                 <ivanfm@users.sourceforge.net>
2691
2692 2003-04-15 [paul]       0.8.11claws91
2693
2694         * sync with 0.8.11cvs24
2695                 see ChangeLog 2003-04-15
2696
2697 2003-04-14 [jens]       0.8.11claws90
2698
2699         * updated German translation and some corrections from
2700                 Roland Bless <bless@tm.uka.de>
2701
2702 2003-04-14 [paul]       0.8.11claws89
2703
2704         * sync with 0.8.11cvs22
2705                 see ChangeLog 2003-04-14
2706
2707 2003-04-13 [paul]       0.8.11claws88
2708
2709         * src/plugins/clamav/clamav_plugin.c
2710                 fix memory leaks
2711                 clean up
2712
2713 2003-04-12 [paul]       0.8.11claws87
2714
2715         * src/plugins/clamav/clamav_plugin.c
2716                 activate enable/disable archive scanning option
2717                 
2718         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2719
2720 2003-04-12 [paul]       0.8.11claws86
2721
2722         * src/plugins/Makefile.am
2723           src/plugins/clamav/Makefile.am                ** NEW FILE **
2724           src/plugins/clamav/README                     ** NEW FILE ** 
2725           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2726           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2727                 add Clam AntiVirus plugin
2728
2729 2003-04-12 [paul]       0.8.11claws85
2730
2731         * sync with 0.8.11cvs21
2732                 see ChangeLog 2003-04-11
2733
2734 2003-04-11 [paul]       0.8.11claws84
2735
2736         * po/es.po
2737                 update Spanish translation. Submitted by Ricardo
2738                 Mones Lastra.
2739
2740 2003-04-10 [christoph]  0.8.11claws83
2741
2742         * src/mbox.c
2743                 fix typo that did not move unfiltered mails to destination
2744                 folder
2745
2746         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2747          when filtering from spool)
2748
2749 2003-04-10 [christoph]  0.8.11claws82
2750
2751         * src/imap.c
2752                 use BODY.PEEK instead of BODY in in message fetch operation
2753                 to make sure the IMAP server does not set the \Seen flag for
2754                 messages. Sylpheed does that later itself, when the message
2755                 is opened in sylpheed
2756
2757         (closes Bug 111 Claws destroys unread marks)
2758
2759 2003-04-09 [oliver]     0.8.11claws81
2760         
2761         * src/folder.c
2762                 fix crash in folder_destroy
2763         * README.claws
2764                 remove selective download
2765
2766 2003-04-09 [christoph]  0.8.11claws80
2767
2768         * src/imap.c
2769                 fix crash in imap_get_msginfo() when then fetched message
2770                 is not found
2771
2772         (closes Bug 110 Crash during mail composition)
2773
2774 2003-04-08 [christoph]  0.8.11claws79
2775
2776         * src/folder.c
2777         * src/prefs_account.c
2778                 Filter new messages that are found in an INBOX folder
2779                 when 'Filter messages on receiving' is enabled in the
2780                 Folder's AccountPrefs. This allows to use Sylpheed's
2781                 filtering engine for IMAP folders where messages are
2782                 added to the INBOX by a MTA
2783
2784 2003-04-08 [paul]       0.8.11claws78
2785
2786         * src/procmsg.h
2787                 clean up after last commit
2788
2789 2003-04-08 [paul]       0.8.11claws77
2790
2791         * sync with 0.8.11cvs20
2792                 see ChangeLog 2003-04-07 and 2003-04-08
2793
2794 2003-04-07 [christoph]  0.8.11claws76
2795
2796         * src/filtering.[ch]
2797         * src/inc.[ch]
2798         * src/mbox.c
2799         * src/procmsg.[ch]
2800                 add procmsg_msginfo_filter() to execute filtering actions
2801
2802 2003-04-06 [christoph]  0.8.11claws75
2803
2804         * src/imap.c
2805                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2806
2807 2003-04-06 [christoph]  0.8.11claws74
2808
2809         * src/common/utils.[ch]
2810                 add g_int_compare() function for slist sorting
2811
2812         * src/imap.c
2813                 fetch all MsgInfos with one command in imap_get_msginfos()
2814                 using an imap set with a list of ranges
2815
2816         * src/news.c
2817                 use new g_int_compare() function
2818
2819 2003-04-06 [thorsten]   0.8.11claws73
2820
2821         * src/mh.c
2822                 corrected implementation of mh_folder_destroy()
2823
2824 2003-04-05 [christoph]  0.8.11claws72
2825
2826         * src/account.c
2827         * src/folder.[ch]
2828         * src/folderview.c
2829         * src/imap.c
2830         * src/inc.c
2831         * src/main.c
2832         * src/mainwindow.c
2833         * src/mbox_folder.c
2834         * src/mh.c
2835         * src/mimeview.h
2836         * src/msgcache.[ch]
2837         * src/news.c
2838         * src/procmime.h
2839         * src/procmsg.[ch]
2840         * src/setup.c
2841         * src/gtk/gtkutils.c
2842                 o rename structure field names class and new to klass and
2843                   new_msgs, to allow including files in C++
2844                 o add 'extern "C"' block to some header files
2845                 o add MsgInfoList and MsgNumberList as alias for GSList for
2846                   developers to know what type of list is expected
2847
2848         * src/plugins/image_viewer/plugin.c
2849         * src/plugins/image_viewer/viewer.[ch]
2850         * src/plugins/image_viewer/viewerprefs.[ch]
2851                 rename function names to prevent conflicts
2852
2853 2003-04-05 [paul]       0.8.11claws71
2854
2855         * sync with 0.8.11cvs18
2856                 see ChangeLog 2003-04-03 and 2003-04-04
2857
2858 2003-04-02 [christoph]  0.8.11claws70
2859
2860         * src/folder.[ch]
2861         * src/imap.[ch]
2862         * src/mbox_folder.[ch]
2863         * src/mh.[ch]
2864         * src/news.[ch]
2865                 o Make all virtual folder functions private
2866                 o remove unused folder code
2867
2868         * src/common/socket.[ch]
2869         * src/summaryview.c
2870                 fix warnings
2871
2872 2003-03-30 [alfons]     0.8.11claws69
2873
2874         * src/send_message.c
2875                 remove two debug traces and see if people still report
2876                 errors
2877
2878 2003-03-30 [alfons]     0.8.11claws68
2879
2880         * src/send_message.c
2881         * src/commons/session.c
2882                 add more debug traces
2883
2884 2003-03-30 [christoph]  0.8.11claws67
2885
2886         * src/folder.c
2887                 change processing folder name from .processing to processing
2888
2889         * src/common/ssl.c
2890                 disable SSL certificate check because it causes Xlib error
2891                 when the child process want's to open an GTK window
2892
2893 2003-03-30 [christoph]  0.8.11claws66
2894
2895         * src/folder.c
2896                 don't use default folder for processing folder item because
2897                 it can be a non local folder
2898
2899         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2900
2901 2003-03-30 [alfons]     0.8.11claws65
2902
2903         * src/send_message.c
2904                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2905                 to generate bad code for 'send_send_data_progressive': When
2906                 called from 'send_send_data_finished', the 'data' pointer is
2907                 cleared just before the assignment to the dialog pointer
2908
2909 2003-03-29 [christoph]  0.8.11claws64
2910
2911         * src/common/prefs.h
2912         * src/plugins/image_viewer/Makefile.am
2913         * src/plugins/image_viewer/plugin.c
2914         * src/plugins/image_viewer/viewer.[ch]
2915         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2916                 add PrefsPage for ImageViewer
2917
2918 2003-03-28 [thorsten]   0.8.11claws63
2919
2920         * src/common/session.c
2921                 added some comments
2922
2923 2003-03-28 [paul]       0.8.11claws62
2924
2925         * sync with 0.8.11cvs16
2926                 see ChangeLog 2003-03-28
2927
2928 2003-03-28 [paul]       0.8.11claws61
2929
2930         * sync with 0.8.11cvs15
2931                 see ChangeLog 2003-03-28
2932
2933 2003-03-27 [christoph]  0.8.11claws60
2934
2935         * src/folder.c
2936         * src/imap.c
2937         * src/common/socket.[ch]
2938                 set socket state to DISCONNECTED when any operation
2939                 fails to allow reconnecting in IMAP code without
2940                 checking the return code of all calls to the command
2941                 functions
2942
2943         * src/folderview.c
2944         * src/summaryview.c
2945                 remove some more stuff that depends on specific
2946                 folder types
2947
2948 2003-03-27 [paul]       0.8.11claws59
2949
2950         * sync with 0.8.11cvs14
2951                 see ChangeLog 2003-03-27
2952                 
2953         * src/selective_download.[ch]   ** REMOVED **
2954                 really removed
2955
2956 2003-03-27 [christoph]  0.8.11claws58
2957
2958         * src/folder.c
2959                 fix handling of tmp_flags in flag copy function
2960
2961 2003-03-27 [paul]       0.8.11claws57
2962
2963         * sync with 0.8.11cvs13
2964                 see ChangeLog 2003-03-27
2965
2966 2003-03-27 [oliver]     0.8.11claws56
2967
2968         * src/maiwindow.c
2969                 remove sel_download_cb
2970
2971 2003-03-27 [oliver]     0.8.11claws55
2972         
2973         * src/inc.c
2974                 remove POP3_TOP
2975         
2976 2003-03-26 [oliver]     0.8.11claws54
2977
2978         *src/pop.h
2979                 remove POP3_TOP*
2980         * README.claws
2981                 remove selective donwload readme
2982
2983 2003-03-26 [oliver]     0.8.11claws53
2984         * src/matcher.[ch]
2985         * src/matcher_parser_parse.y 
2986         * src/pop.c 
2987         * src/prefs_account.[ch]
2988         * src/prefs_filtering.c
2989                 remove selective donwload
2990
2991 2003-03-26 [oliver]     0.8.11claws52
2992
2993         * src/inc.[ch] 
2994         * src/filtering.c 
2995         * src/mainwindow.c 
2996                 remove selective donwload
2997
2998 2003-03-26 [oliver]     0.8.11claws51
2999         
3000         * src/Makefile.am
3001         * src/selective_download.[ch]   ** REMOVE **    
3002
3003 2003-03-26 [christoph]  0.8.11claws50
3004
3005         * src/news.c
3006                 fix NEWS that got broken by a sync with sylpheed-main
3007
3008 2003-03-26 [christoph]  0.8.11claws49
3009
3010         * src/mimeview.c
3011                 fix mime type guessing when no mime type is found for a file
3012
3013 2003-03-25 [christoph]  0.8.11claws48
3014
3015         * src/mimeview.c
3016         * src/procmime.c
3017                 remove mime type guessing from mime parser and use
3018                 name based mime types in viewer lookup for mime type
3019                 application/octet-stream
3020
3021 2003-03-25 [christoph]  0.8.11claws47
3022
3023         * doc-src/readme.txt
3024         * doc-src/rfc2554.txt
3025                 add RFC about SMTP AUTH
3026
3027         * src/send_message.c
3028         * src/common/smtp.[ch]
3029                 add extra error code for authentication errors and
3030                 clear temporary password when this error occurs
3031
3032         (closes Bug 84 authentication failure while sending should
3033          prompt for password again)
3034
3035 2003-03-25 [christoph]  0.8.11claws46
3036
3037         * configure.ac
3038         * src/Makefile.am
3039         * src/imageview.[ch]                            ** REMOVE **
3040         * src/messageview.[ch]
3041         * src/mimeview.[ch]
3042         * src/prefs_common.[ch]
3043         * src/textview.c
3044         * src/plugins/Makefile.am
3045         * src/plugins/image_viewer/.cvsignore           ** NEW **
3046         * src/plugins/image_viewer/Makefile.am          ** NEW **
3047         * src/plugins/image_viewer/plugin.c             ** NEW **
3048         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3049                 move image viewer into a plugin (building is enabled by default)
3050                 [ToDo: Prefs for resize and autoview]
3051
3052 2003-03-25 [paul]       0.8.11claws45
3053
3054         * sync with 0.8.11cvs12
3055                 see ChangeLog 2003-03-26
3056
3057 2003-03-25 [paul]       0.8.11claws44
3058
3059         * sync with 0.8.11cvs11
3060                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3061                 
3062         Note: Selective Download is broken.
3063                 
3064 2003-03-22 [christoph]  0.8.11claws43
3065
3066         * src/folder.c
3067                 code cleanup for flags copying
3068
3069 2003-03-22 [christoph]  0.8.11claws42
3070
3071         * src/plugins/trayicon/trayicon.c
3072                 fix setting the transparent area when the window size
3073                 is forced by the system tray
3074
3075 2003-03-22 [christoph]  0.8.11claws41
3076
3077         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3078         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3079         * src/plugins/trayicon/newmail.xpm              ** NEW **
3080         * src/plugins/trayicon/nomail.xpm               ** NEW **
3081         * src/plugins/trayicon/trayicon.c
3082         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3083                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3084                 o add icon for unread mails
3085                 o set transparency for window
3086
3087 2003-03-22 [christoph]  0.8.11claws40
3088
3089         * src/news.c
3090                 init news session to prevent crash when session is closed
3091
3092 2003-03-22 [christoph]  0.8.11claws39
3093
3094         * src/imap.c
3095         * src/common/session.[ch]
3096                 Init session data to make sure we don't have invalid pointers
3097                 for read_ch and write_ch when new multi process sessions are
3098                 not used
3099
3100         * src/main.c
3101         * src/common/plugin.c
3102         * src/common/sylpheed.c
3103         * src/plugins/demo/demo.c
3104         * src/plugins/dillo_viewer/dillo_viewer.c
3105         * src/plugins/mathml_viewer/mathml_viewer.c
3106         * src/plugins/spamassassin/spamassassin.c
3107         * src/plugins/spamassassin/spamassassin_gtk.c
3108                 add plugin types to allow loading plugins at different times
3109                 (and maybe for different frontends), because it's not good to
3110                 load GTK-Plugins gefore gtk_init was called
3111
3112         * configure.ac
3113         * src/plugins/Makefile.am
3114         * src/plugins/trayicon/.cvsignore               ** NEW **
3115         * src/plugins/trayicon/Makefile.am              ** NEW **
3116         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3117         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3118         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3119         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3120         * src/plugins/trayicon/trayicon.c               ** NEW **
3121                 New Trayicon plugin that shows an icon in a systray that uses
3122                 XEMBED protocol like Gnome's systray. Icon shows if there
3123                 are new mails and a tooltip shows information about new,
3124                 unread and total messages.
3125
3126 2003-03-22 [paul]       0.8.11claws38
3127
3128         * src/common/smtp.c
3129                 fix ESMTP AUTH CRAM-MD5
3130                 [sync with main (still version 0.8.11cvs6), see
3131                  ChangeLog 2003-03-22]
3132
3133 2003-03-21 [colin]      0.8.11claws37
3134
3135         * src/send_message.c
3136                 Fix USE_SSL => USE_OPENSSL
3137
3138 2003-03-21 [colin]      0.8.11claws36
3139
3140         * src/folderview.c
3141                 Fix counts in drag and dropped subfolders
3142
3143 2003-03-21 [colin]      0.8.11claws35
3144
3145         * src/folder.c 
3146         * src/folderview.c
3147                 speed up a bit folder dnd
3148
3149 2003-03-20 [alfons]     0.8.11claws34
3150
3151         * src/main.c
3152         * src/toolbar.c
3153         * src/procmsg.c
3154                 don't send locked queue messages
3155                 (feature request "[ 705245 ] Locking message in outbox 
3156                  should prevent sending")
3157
3158 2003-03-20 [christoph]  0.8.11claws33
3159
3160         * src/folder.c
3161                 remove NEW and UNREAD flag in special folders when scanning
3162                 
3163         * src/common/smtp.c
3164                 fix ESMTP AUTH CRAM-MD5
3165
3166 2003-03-20 [paul]       0.8.11claws32
3167
3168         * src/prefs_account.c
3169                 Re-write 'Tunnel command to open connection' as
3170                 'Use command to communicate with server', and disable
3171                 it for all except IMAP accounts
3172
3173 2003-03-20 [paul]       0.8.11claws31
3174
3175         * sync with 0.8.11cvs6
3176                 see ChangeLog 2003-03-20
3177
3178 2003-03-19 [match]      0.8.11claws30
3179
3180         * src/addritem.[ch]
3181                 include documentation. minor refactoring.
3182         * src/addr_compl.[ch]
3183         * src/addrindex.[ch]
3184         * src/addresbook.[ch]
3185         * src/summaryview.c
3186                 re-enable address lookup (was disabled in
3187                 0.8.11claws20).
3188
3189 2003-03-19 [christoph]  0.8.11claws29
3190
3191         * src/procmsg.c
3192                 add temp flag handling, will make moving and copying
3193                 messages possible again
3194
3195         * src/folder.c
3196                 correct calulation of folder stats
3197
3198 2003-03-18 [match]      0.8.11claws28
3199
3200         * src/editgroup.h
3201                 remove case sensitive comparison (closes bug 80).
3202
3203 2003-03-18 [christoph]  0.8.11claws27
3204
3205         * src/imap.c
3206                 fix imap using a tunnel command
3207
3208         (closes bug 87)
3209
3210 2003-03-18 [christoph]  0.8.11claws26
3211
3212         * src/folder.[ch]
3213         * src/imap.c
3214         * src/procmsg.[ch]
3215                 rewrite flag handling for folders
3216
3217 2003-03-18 [christoph]  0.8.11claws25
3218
3219         * src/folder.c
3220         * src/procmsg.c
3221         * src/summaryview.c
3222                 unset NEW and UNREAD flags when message is ignored, to make
3223                 sure messages don't show up as unread on other IMAP clients,
3224                 because the IGNORE_THREAD flag can not be syncronized through
3225                 the IMAP folder
3226
3227 2003-03-17 [christoph]  0.8.11claws24
3228
3229         * src/imap.c
3230                 don't use recursion to fetch uids when the number of messages
3231                 does not match. Moved code into subfunction that is used
3232                 again when needed, to prevent an endless loop.
3233
3234 2003-03-17 [thorsten]   0.8.11claws23
3235
3236         * src/imageview.[ch]
3237                 export imageview_get_resized_size() (for plugins)
3238         * src/prefs_common.[ch]
3239                 added prefs_common_get() (for plugins)
3240
3241 2003-03-17 [christoph]  0.8.11claws22
3242
3243         * src/imap.c
3244                 o remove UID guessing from copy code
3245                 o support UIDPLUS extension for APPEND command
3246
3247 2003-03-17 [paul]       0.8.11claws21
3248
3249         * src/gtk/about.c
3250                 remove 'Compiled-plugins' section.
3251                 
3252         * src/plugins/dillo_viewer/dillo_viewer.c
3253                 slight change to description text
3254
3255 2003-03-16 [match]      0.8.11claws20
3256         * src/ldapserver.[ch]           ** NEW **
3257         * src/ldapctrl.[ch]             ** NEW **
3258         * src/ldapquery.[ch]            ** NEW **
3259         * src/ldaputil.[ch]             ** NEW **
3260         * src/addrcindex.[ch]           ** NEW **
3261         * src/addrquery.h               ** NEW **
3262         * src/addritem.[ch]
3263         * src/addrcache.[ch]
3264         * src/addrindex.[ch]
3265         * src/addr_compl.[ch]
3266         * src/addressbook.[ch]
3267         * src/addrbook.[ch]
3268         * src/editgroup.c
3269         * src/editaddress.c
3270         * src/editldap.c
3271         * src/editldap_basedn.c
3272         * src/vcard.c
3273         * src/jpilot.c
3274         * src/Makefile.am
3275                 included dynamic LDAP queries. improved address
3276                 completion.
3277
3278 2003-03-16 [paul]       0.8.11claws19
3279
3280         * tools/multiwebsearch.pl
3281                 fix a fatal typo
3282
3283 2003-03-16 [christoph]  0.8.11claws18
3284
3285         * src/mimeview.c
3286         * src/plugins/dillo_viewer/dillo_viewer.c
3287         * src/plugins/mathml_viewer/mathml_viewer.c
3288                 make unregistering of MimeViewerFactorys possible
3289
3290 2003-03-16 [alfons]     0.8.11claws17
3291
3292         * configure.ac
3293                 correct typo
3294
3295 2003-03-16 [melvin]     0.8.11claws16
3296
3297         * src/plugins/dillo_viewer.c
3298                 Fixed bug where it was not possible to view more than
3299                 one text/html attachment per message (bug discovered
3300                 by Christoph Hohmann).
3301
3302 2003-03-15 [melvin]     0.8.11claws15
3303
3304         * src/prefs_actions.c
3305                 Fixed compilation warnings.
3306
3307 2003-03-15 [melvin]     0.8.11claws14
3308
3309         * src/plugins/Makefile.am
3310         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3311         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3312         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3313                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3314                 newer (http://dillo.auriga.wearlab.de/).
3315
3316 2003-03-15 [christoph]  0.8.11claws13
3317
3318         * src/imap.c
3319                 don't query imap folder for attributes because we already
3320                 for them from imap_status
3321
3322         * src/mimeview.[ch]
3323                 add support for plugable MimeViewers (unloading Viewers
3324                 not yet complete)
3325
3326         * src/plugins/Makefile.am
3327         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3328         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3329         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3330                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3331                 widget from http://helm.cs.unibo.it/mml-widget/
3332
3333 2003-03-14 [christoph]  0.8.11claws12
3334
3335         * src/folder.[ch]
3336                 o error return code's should better be negative
3337                 o replace printf with debug_print
3338
3339         * src/imap.c
3340                 improve IMAP folder scan by checking UID-NEXT
3341
3342         * src/summaryview.c
3343                 remove check that are unnecessary in my opinion
3344
3345 2003-03-13 [christoph]  0.8.11claws11
3346
3347         * src/folder.[ch]
3348         * src/foldersel.c
3349         * src/folderview.c
3350         * src/imap.c
3351         * src/mbox_folder.c
3352         * src/mh.c
3353         * src/news.c
3354         * src/prefs_scoring.c
3355         * src/summaryview.c
3356                 use a common function to get a displayable name
3357                 for a FolderItem
3358
3359 2003-03-13 [paul]       0.8.11claws10
3360
3361         * tools/Makefile.am
3362           tools/README
3363           tools/multiwebsearch.conf     ** NEW FILE **
3364           tools/multiwebsearch.pl       ** NEW FILE **
3365                 add multiwebsearch Actions script
3366
3367 2003-03-13 [colin]      0.8.11claws9
3368
3369         * src/compose.c
3370                 Remove leading emtpy lines from quoted text
3371                 before quoting it
3372
3373 2003-03-13 [melvin]     0.8.11claws8
3374
3375         * src/prefs_actions.c
3376                 Fixed a memory leak
3377                 Code clean ups
3378                 Added Cancel and OK buttons
3379                 Corrected help text
3380
3381 2003-03-13 [christoph]  0.8.11claws7
3382
3383         * src/account.c
3384         * src/folder.[ch]
3385         * src/imap.c
3386         * src/mainwindow.c
3387         * src/mbox_folder.c
3388         * src/mh.c
3389         * src/news.c
3390         * src/setup.c
3391                 replace more folder type stuff with folder class stuff
3392
3393 2003-03-13 [melvin]     0.8.11claws6
3394
3395         * src/prefs_actions.c
3396                 Added new tokens:
3397                 %u: user provided argument
3398                 %h: user provided argument (hidden on input)
3399                 %s: current text selection in the message view 
3400
3401 2003-03-13 [paul]       0.8.11claws5
3402
3403         * sync with 0.8.11cvs5
3404                 see ChangeLog 2003-03-11, 2003-03-12
3405
3406 2003-03-12 [christoph]  0.8.11claws4
3407
3408         * src/folder.c
3409                 use folder class idstr when writing folderlist.xml
3410
3411         * src/folder.h
3412         * src/imap.c
3413         * src/news.c
3414                 replace folder type checks with folder class checks
3415
3416 2003-03-12 [christoph]  0.8.11claws3
3417
3418         * src/folder.[ch]
3419         * src/imap.[ch]
3420         * src/main.c
3421         * src/mbox_folder.[ch]
3422         * src/mh.[ch]
3423         * src/news.[ch]
3424                 o create a list of known folder classes in the folder system
3425                 o use folder class id strings for folder item identifiers
3426
3427 2003-03-12 [christoph]  0.8.11claws2
3428
3429         * src/imap.c
3430                 fix imap uid validity check
3431
3432 2003-03-12 [christoph]  0.8.11claws1
3433
3434         * src/account.c
3435         * src/folder.[ch]
3436         * src/foldersel.c
3437         * src/folderview.c
3438         * src/imap.c
3439         * src/mainwindow.c
3440         * src/mbox_folder.c
3441         * src/mh.c
3442         * src/news.c
3443         * src/prefs_scoring.c
3444         * src/procmsg.c
3445         * src/setup.c
3446         * src/summaryview.c
3447                 initial restructuring of folder system, seperating
3448                 folders and folder classes
3449
3450 2003-03-12 [paul]       0.8.11claws
3451
3452         0.8.11claws release
3453
3454 2003-03-12 [christoph]
3455
3456         * src/gtk/prefswindow.c
3457                 fix translation of "Page Index"
3458
3459 2003-03-12 [paul]       0.8.10claws110
3460
3461         a sync from 0.8.11cvs4 before the release
3462
3463         * src/common/utils.c
3464                 subject_compare_for_sort(): allow null strings (fixes
3465                 summary sorting).
3466
3467 2003-03-11 [paul]       0.8.10claws109
3468
3469         * po/es.po
3470                 update Spanish translation, submitted by
3471                 Ricardo Mones Lastra
3472
3473 2003-03-11 [melvin]     0.8.10claws108
3474
3475         * po/fr.po
3476                 Updated French translations
3477
3478 2003-03-11 [paul]       0.8.10claws107
3479
3480         * manual/en/Makefile.am
3481           manual/en/*.html
3482                 update English manual, add a new page
3483                 updated by Francois Barriere <fbarriere@atmel.fr>
3484                 
3485         * po/bg.po
3486           po/it.po
3487           po/sr.po
3488                 update Bulgarian, Italian, and Serbian translations
3489                 submitted by George Danchev, Alessandro Maestri, and
3490                 Urke MMI
3491
3492 2003-03-10 [paul]       0.8.10claws106
3493
3494         * src/gtk/about.c
3495           src/gtk/prefswindow.c
3496                 make some strings translatable
3497
3498 2003-03-10 [darko]      0.8.10claws105
3499
3500         * src/compose.c
3501                 code cleanup to make Hiro happy
3502
3503 2003-03-10 [paul]       0.8.10claws104
3504
3505         * sync with 0.8.11cvs2
3506                 see ChangeLog 2003-03-10
3507
3508 2003-03-09 [melvin]     0.8.10claws103
3509
3510         * src/textview.c
3511                 textview_set_font(): fix for message display in
3512                 UTF-8 locales (thanks to Sergey Vlasov).
3513                 (was unintentionnaly reverted in 0.8.6claws6)   
3514
3515 2003-03-08 [darko]      0.8.10claws102
3516
3517         * src/compose.c
3518                 fix infinite loop in wrapping as reported
3519                 by happycactus
3520                 obsoletes patch #696482
3521
3522 2003-03-08 [christoph]  0.8.10claws101
3523
3524         * src/imap.c
3525                 add workaround for IMAP servers that do not
3526                 support the "UID SEARCH UID" command
3527
3528 2003-03-07 [christoph]  0.8.10claws100
3529
3530         * src/plugins/spamassassin/spamassassin.[ch]
3531         * src/plugins/spamassassin/spamassassin_gtk.c
3532                 code cleanup
3533
3534 2003-03-07 [paul]       0.8.10claws99
3535
3536         * po/es.po
3537                 updated Spanish translation, submitted by
3538                 Ricardo Mones Lastra
3539
3540 2003-03-07 [christoph]  0.8.10claws98
3541
3542         * src/send.c
3543                 fix in 0.8.10claws94 was wrong
3544                 local delivery does not require escaping, remove escaping
3545                 code to make signatures of mails with "." lines valid
3546                 
3547                 NOTE: requires that sendmail is executed with "-i" option,
3548                       what is the default now, but has to be changed in all
3549                       exsiting accounts)
3550
3551 2003-03-07 [paul]       0.8.10claws97
3552
3553         * sync with 0.8.11 release
3554                 see ChangeLog 2003-03-07
3555
3556 2003-03-06 [paul]       0.8.10claws96
3557
3558         * src/compose.c
3559                 revert commit 0.8.10claws92
3560
3561 2003-03-06 [paul]       0.8.10claws95
3562
3563         * src/folderview.c
3564                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3565
3566         * src/gtkaspell.c
3567                 fix bug 74, 'Crash opening editor window with pseudo-color
3568                 display'
3569                 
3570         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3571
3572 2003-03-06 [christoph]  0.8.10claws94
3573
3574         * src/send.c
3575                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3576                 all lines starting with a period get an extra period
3577                 inserted
3578                 (found by Simon 'corecode' Schubert)
3579
3580 2003-03-06 [paul]       0.8.10claws93
3581
3582         * src/folderview.c
3583                 if configured font can't be loaded fall back to gtk
3584                 default. (with thanks to Christoph)
3585                 
3586                 closes long-standing bug 15 'Crashes on startup'
3587
3588 2003-03-06 [paul]       0.8.10claws92
3589
3590         * src/compose.c
3591                 freeze text before autosave and thaw afterwards
3592                 fixes bug 67 'autosave make re-rediting message crazy'
3593
3594 2003-03-06 [christoph]  0.8.10claws91
3595
3596         * src/compose.c
3597                 ignore address comment in dupe check for Cc-list
3598
3599         (closes reopened bug 47 Replying to message strips name part of
3600          e-mail addresses of Cc: lines)
3601
3602 2003-03-06 [paul]       0.8.10claws90
3603
3604         * src/Makefile.am
3605                 remove reference to gtkxtext.h as its no longer in
3606                 the repository
3607
3608 2003-03-06 [paul]       0.8.10claws89
3609
3610         * sync with 0.8.10cvs25
3611                 see ChangeLog 2003-03-06
3612
3613 2003-03-06 [oliver]     0.8.10claws88
3614         
3615         * src/messageview.c
3616                 remove include
3617
3618 2003-03-06 [oliver]     0.8.10claws87
3619         
3620         * src/folderview.c 
3621                 remove changes introduced inclaws74
3622         * src/messageview.c
3623                 another attempt to sanely delete and update
3624                 messages deleted in separate messageview
3625
3626 2003-03-05 [christoph]  0.8.10claws86
3627
3628         * src/summaryview.c
3629                 check if "From" matches any account's address if
3630                 addressbook completion of addresses is disabled too
3631
3632         (closes Bug 70 "Display recipient in from" doesn't check
3633          folder's default account)
3634
3635 2003-03-05 [christoph]  0.8.10claws85
3636
3637         * src/compose.c
3638         * src/common/utils.[ch]
3639                 don't strip address comments when building Cc lists
3640
3641         (closes Bug 47 Replying to message strips name part of e-mail addresses
3642          of Cc: lines)
3643
3644         * src/folder.c
3645                 fix return value of copy function
3646
3647 2003-03-05 [christoph]  0.8.10claws84
3648
3649         * src/imap.c
3650                 don't ask imap server for non rfc822 headers
3651
3652         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3653
3654         * src/imap.c
3655                 destroy session on socket error to allow reconnecting
3656
3657 2003-03-05 [christoph]  0.8.10claws83
3658
3659         * configure.ac
3660                 fix building with gnome when no prefix is set
3661
3662         (closes bug 66 Gnome directory is set to NONE)
3663
3664 2003-03-05 [paul]       0.8.10claws82
3665
3666         * sync with 0.8.10cvs23
3667                 see ChangeLog 2003-03-05
3668
3669 2003-03-04 [christoph]  0.8.10claws81
3670
3671         * src/folder.c
3672                 o fix moving and copying when folder returns 0 for new
3673                   message number
3674                 o remove some code for single message copy and move
3675                   operations and use functions for multiple messages
3676
3677         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3678
3679         * src/news.c
3680                 remove unused include
3681
3682 2003-03-04 [paul]       0.8.10claws80
3683
3684         * src/gtk/about.c
3685                 list 'Compiled plugins'
3686
3687 2003-03-03 [christoph]  0.8.10claws79
3688
3689         * src/news.[ch]
3690                 have to multiply the percentage of the current fetch with
3691                 the percentage that it has of the total fetch operation
3692                 for correct values
3693
3694 2003-03-03 [christoph]  0.8.10claws78
3695
3696         * src/news.c
3697                 fix calculation of expected lines for progress indicator
3698
3699 2003-03-03 [christoph]  0.8.10claws77
3700
3701         * src/summaryview.c
3702         * src/common/utils.c
3703                 fix segfault when opening the root news folder
3704
3705 2003-03-03 [christoph]  0.8.10claws76
3706
3707         * src/mainwindow.[ch]
3708         * src/common/Makefile.am
3709         * src/common/progressindicator.[ch]
3710                 add UI independent progress indicator handling
3711
3712         * src/news.[ch]
3713                 use new progress indicator for message info fetching
3714
3715         * src/common/hooks.h
3716                 code cleanup
3717
3718 2003-03-03 [oliver]     0.8.10claws75
3719
3720         * src/toolbar.c
3721         * src/compose.c
3722                 removed commented code
3723
3724 2003-03-03 [oliver]     0.8.10claws74
3725
3726         * src/toolbar.[ch]
3727                 cleanups and refactoring
3728         * src/compose.[ch]
3729                 compose_reply_mode reply & forwarding interface for
3730                 toolbar buttons
3731         * src/folderview.c
3732                 act on messages marked for deletion in folderview_selected
3733                 based on prefs_common.immediate_exec since a message might 
3734                 have been deleted by messageview in a folder we are changing 
3735                 to (does anybody understand what I'm on about ?)
3736
3737 2003-03-03 [oliver]     0.8.10claws73
3738         
3739         * src/messageview.[ch]
3740                 new functions
3741                 - messageview_delete: delete message shown in messagview
3742                 - messageview_update_view: update messageview to currently 
3743                   selected summaryview message
3744                 - add separate messageview to msgview_list in order to update 
3745                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3746         * src/summaryview.[ch]
3747                 summary_get_selection returns a list of selected msgs
3748                 in summaryview
3749         * src/mainwindow.c
3750                 toolbar reply refactoring
3751
3752 2003-03-03 [paul]       0.8.10claws72
3753
3754         * sync with 0.8.10cvs21
3755                 see ChangeLog 2003-03-03
3756
3757 2003-03-02 [christoph]  0.8.10claws71
3758
3759         * src/common/passcrypt.c
3760                 use POSIX includes
3761
3762 2003-03-02 [christoph]  0.8.10claws70
3763
3764         * configure.ac
3765         * src/prefs_account.c
3766         * src/prefs_gtk.[ch]
3767         * src/common/.cvsignore
3768         * src/common/Makefile.am
3769         * src/common/passcrypt.c                ** NEW **
3770         * src/common/passcrypt.h.in             ** NEW **
3771                 Implement password encryption in config files
3772                 using unix encrypt and setkey functions. The crypt
3773                 key can be set as a configure parameter. Old
3774                 passwords will be converted if they do not begin
3775                 with '!'
3776
3777 2003-03-02 [paul]       0.8.10claws69
3778
3779         * src/prefs_account.c
3780                 fix compile error
3781
3782 2003-03-01 [thorsten]   0.8.10claws68
3783
3784         * po/el.po
3785           po/hr.po
3786           po/it.po
3787           po/nl.po
3788           po/sr.po
3789           po/sv.po
3790                 corrected format strings
3791         * po/en_GB.po
3792                 corrected headers
3793                 (fix compile errors with GNU gettext-0.11.5)
3794
3795 2003-03-01 [oliver]     0.8.10claws67
3796
3797         * src/summaryview.c
3798                 menu callbacks call toolbar_menu_reply
3799
3800 2003-03-01 [oliver]     0.8.10claws66
3801
3802         * src/mainwindow.c
3803         * src/messageview.c
3804                 menu callbacks call toolbar_menu_reply
3805         * src/toolbar.[ch]
3806                 callbacks from menu handled by toolbar_menu_reply
3807
3808 2003-03-01 [paul]       0.8.10claws65
3809
3810         * src/addressbook.c
3811                 revert commit 0.8.10claws54 - breaks editing of
3812                 addressbook.
3813                 
3814         * po/bg.po
3815                 update Bulgarian translation, submitted by
3816                 George Danchev
3817
3818 2003-02-28 [christoph]  0.8.10claws64
3819
3820         * src/account.c
3821         * src/addressadd.c
3822         * src/compose.c
3823         * src/gtkaspell.c
3824         * src/gtkxtext.h                ** REMOVE **
3825         * src/imap.c
3826         * src/matcher.[ch]
3827         * src/mh.c
3828         * src/news.c
3829         * src/pine.c
3830         * src/prefs_common.c
3831         * src/prefs_matcher.c
3832         * src/procheader.[ch]
3833         * src/procmsg.[ch]
3834         * src/toolbar.c
3835         * src/common/ssl_certificate.c
3836         * src/gtk/colorlabel.c
3837         * src/gtk/menu.c
3838                 o fix warnings
3839                 o remove code obsoleted by new cache and folder system rework
3840
3841 2003-02-28 [oliver]     0.8.10claws63
3842         
3843         * src/toolbar.[ch]
3844                 * fix bug where reply in Messageview replied to 
3845                 Message displayed in summaryview
3846                 (reportedd via ML by chinatinte at gmx dot ch)
3847                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3848                 didn't work in separate MessageView Toolbar
3849                 (wondering if anybody uses this at all ?)
3850         * src/summaryview.[ch]
3851                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3852                 (generalize reply and forward code);
3853         * src/messageview.c 
3854                 remove focus_in event which updated summaryview to messageview
3855
3856 2003-02-28 [paul]       0.8.10claws62
3857
3858         * po/Makefile.in.in
3859                 add the --check option
3860                 Patch submitted by Ricardo Mones Lastra
3861
3862 2003-02-28 [paul]       0.8.10claws61
3863
3864         * src/prefs_account.c
3865                 re-order 'Signature' items
3866
3867 2003-02-28 [paul]       0.8.10claws60
3868
3869         * sync with 0.8.10cvs20
3870                 see ChangeLog 2003-02-28
3871
3872 2003-02-28 [paul]       0.8.10claws59
3873
3874         * po/POTFILES.in
3875                 update to reflect recent movement of files
3876
3877 2003-02-28 [paul]       0.8.10claws58
3878
3879         * sync with 0.8.10cvs19
3880                 see ChangeLog 2003-02-28
3881
3882 2003-02-27 [martin]     0.8.10claws57
3883
3884         * src/prefs_matcher.c 
3885                 fix segfault in prefs_matcher_ok() when the
3886                 last entry is deleted and prevents that the
3887                 message "entry not saved" comes up after deleting
3888                 an entry
3889
3890 2003-02-27 [martin]     0.8.10claws56
3891
3892         * src/prefs_filtering.c 
3893                 fix segfault in prefs_filtering_ok() when the
3894                 last entry is deleted and prevents that the
3895                 message "entry not saved" comes up after deleting
3896                 an entry
3897
3898 2003-02-27 [paul]       0.8.10claws55
3899
3900         * sync with 0.8.10cvs18
3901                 see ChangeLog 2003-02-27
3902
3903 2003-02-27 [paul]       0.8.10claws54
3904
3905         * src/addressbook.c
3906                 fix bug where the address book crashes with 
3907                 multiple lookups.
3908                 Patch [687729] submitted by David Frager 
3909                 <dbfrager@users.sourceforge.net>
3910
3911 2003-02-25 [christoph]  0.8.10claws53
3912
3913         * src/Makefile.am
3914         * src/colorlabel.[ch]           ** REMOVE **
3915         * src/gtk/Makefile.am
3916         * src/gtk/colorlabel.[ch]       ** NEW **
3917                 move colorlabel files to gtk directory
3918
3919         * src/esmtp.[ch]                ** REMOVE **
3920                 has been merged into smtp.[ch] in 0.7.5
3921
3922 2003-02-25 [christoph]  0.8.10claws52
3923
3924         * src/Makefile.am
3925         * src/about.[ch]                ** REMOVE **
3926         * src/gtk/Makefile.am
3927         * src/gtk/about.[ch]            ** NEW **
3928                 move about files to gtk directory
3929
3930 2003-02-25 [christoph]  0.8.10claws51
3931
3932         * src/folder.c
3933                 some code optimization of folder scanning code
3934
3935         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3936
3937 2003-02-25 [christoph]  0.8.10claws50
3938
3939         * src/main.c
3940         * src/common/sylpheed.c
3941                 add command line parameter parsing to common code
3942
3943 2003-02-24 [christoph]
3944
3945         * Makefile.am
3946         * configure.ac
3947                 fix gnome prefix problems, the configure script now removed
3948                 `gnome-config --prefix` from `gnome-config --datadir`
3949                 and adds $(prefix} instead
3950
3951         (closes Bug 24 Makefile does not respect prefix when installing
3952          GNOME data)
3953
3954 2003-02-24 [christoph]  0.8.10claws49
3955
3956         * src/news.c
3957                 check for valid session before trying to authenticate
3958
3959         (closes Bug 60 crash if "authenticate on logon" is activated
3960          and newsserver-hostname is not valid)
3961
3962 2003-02-24 [melvin]     0.8.10claws48
3963
3964         * src/prefs_actions.c
3965                 Make sure all user's input is sent to the action and then
3966                 close the socket..
3967
3968 2003-02-23 [alfons]     0.8.10claws46
3969
3970         * src/summaryview.c
3971                 also wait cursor when deleting files
3972
3973 2003-02-23 [paul]
3974
3975         * tools/freshmeat_search.pl
3976           tools/google_search.pl
3977                 scripts should now work for any browser/browser command line
3978
3979 2003-02-22 [christoph]  0.8.10claws45
3980
3981         * src/procmsg.c
3982                 fix IMAP flag setting, IMAP flag is not handled correctly
3983                 anymore by the folder system and information about the
3984                 folder should not be saved in the MsgInfo (in my opinion)
3985
3986         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3987
3988 2003-02-22 [christoph]  0.8.10claws44
3989
3990         * src/summaryview.c
3991                 fix spelling of "label" ;-)
3992
3993 2003-02-22 [thorsten]   0.8.10claws43
3994
3995         * src/mimeview.c
3996           src/prefs_common.[ch]
3997           src/procmime.[ch]
3998                 do not use description as attachment name
3999
4000 2003-02-22 [alfons]     0.8.10claws42
4001
4002         * src/summaryview.c
4003                 freeze/thaw folder item updates when changing color labels,
4004                 and put a wait cursors on
4005
4006 2003-02-22 [thorsten]   0.8.10claws41
4007
4008         * src/mimeview.c
4009                 save-all fixes: crash if invoked on multipart container,
4010                 mimeinfo access, pathseparators, error dialog
4011
4012 2003-02-21 [alfons]     0.8.10claws40
4013
4014         * src/prefs_gtk.c
4015                 remove unused var
4016
4017 2003-02-21 [colin]      0.8.10claws39
4018
4019         * src/send.c
4020                 Fix smtp logging
4021
4022 2003-02-21 [colin]      0.8.10claws38
4023
4024         * src/summaryview.c
4025                 Freeze/thaw folderItem updates when filtering messages 
4026                 via Tools/Filter messages
4027
4028 2003-02-21 [paul]       0.8.10claws37
4029
4030         * src/compose.c
4031                 revert commit 0.8.10claws26, there are ulterior motives
4032                 for users to set a Reply-To header when posting to
4033                 newsgroups
4034
4035 2003-02-21 [paul]       0.8.10claws36
4036
4037         * sync with 0.8.10cvs17
4038                 see ChangeLog 2003-02-21
4039
4040 2003-02-20 [christoph]  0.8.10claws35
4041
4042         * src/imap.c
4043                 IMAP UID fetch speedup using SEARCH
4044
4045         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4046
4047         * src/imap.c
4048                 fix problem with UIDs in IMAP UID cache that no longer existed
4049
4050 2003-02-20 [christoph]  0.8.10claws34
4051
4052         * src/imap.c
4053         * src/procheader.c
4054         * src/procheader.h
4055                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4056
4057         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4058
4059         * src/imap.c
4060                 Rewrite imap_cmd_gen_recv use sock_getline instead
4061                 of sock_gets to avoid problems with too long reply
4062                 lines
4063     
4064 2003-02-20 [colin]      0.8.10claws33
4065         
4066         * src/prefs_account.c
4067                 Better wording
4068
4069 2003-02-20 [colin]      0.8.10claws32
4070
4071         * src/compose.c
4072                 Remove useless '&& !to_sender' 
4073
4074 2003-02-20 [darko]
4075
4076         * AUTHORS
4077                 change my e-mail address
4078
4079 2003-02-19 [colin]      0.8.10claws31
4080
4081         * src/prefs_common.c
4082                 X11 style colors for every configurable color
4083
4084 2003-02-19 [alfons]     0.8.10claws30
4085
4086         * src/prefs_gtk.[ch]
4087         * src/prefs_common.c
4088                 for color_new accept both plain integers and X11 style color
4089                 names (as found in /usr/lib/X11/rgb.txt)
4090
4091 2003-02-19 [paul]       0.8.10claws29
4092
4093         * src/mainwindow.c
4094                 add tooltips to online/offline button and account selector
4095                 button
4096
4097 2003-02-19 [paul]       0.8.10claws28
4098
4099         * src/folder.c
4100           src/news.c
4101           src/prefs_account.[ch]
4102           src/prefs_common.[ch]
4103                 move 'Maximum number of articles to download' to
4104                 account prefs.
4105                 clean up account prefs gui a little by hiding entries
4106                 rather then greying out entries
4107
4108 2003-02-19 [hiro]       0.8.10claws27
4109
4110         * src/common/utils.c
4111                 fix bug #54 'yesterdays date is displayed in the message 
4112                 summary window'
4113
4114 2003-02-19 [paul]       0.8.10claws26
4115
4116         * src/compose.c
4117                 fix bug reported in Feature Request [688596] 
4118                 'Reply-to header in news'
4119
4120 2003-02-18 [paul]       0.8.10claws25
4121
4122         * src/select-keys.c
4123                 add a 'List all keys' button to key selection dialog
4124
4125 2003-02-18 [colin]      0.8.10claws24
4126         
4127         * src/stock_pixmap.c
4128                 fix compile error
4129
4130 2003-02-18 [colin]      0.8.10claws23
4131
4132         * src/common/smtp.[ch]
4133           src/prefs_account.c
4134                 Try to starttls if it seems to be the only
4135                 way to authenticate a user
4136
4137 2003-02-18 [paul]       0.8.10claws22
4138
4139         * src/Makefile.am
4140           src/folderview.c
4141           src/stock_pixmap.[ch]
4142           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4143           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4144                 as a Drafts folder is a special folder allow it to have
4145                 its own unique icons
4146
4147 2003-02-18 [colin]      0.8.10claws21
4148
4149         * src/imap.c
4150                 Fix port selection when using starttls
4151
4152 2003-02-18 [paul]       0.8.10claws20
4153
4154         * src/mainwindow.c
4155           src/prefs_common.[ch]
4156                 make blue the default new mail colour
4157
4158 2003-02-18 [paul]       0.8.10claws19
4159
4160         * sync with 0.8.10cvs14
4161                 see ChangeLog 2003-02-18
4162
4163 2003-02-17 [jens]       0.8.10claws18
4164
4165         * src/common/md5.c
4166                 fixed a compile problem with gcc 3.3
4167                 works on 2.95.3 too (testet on PPC as it is big endian)
4168
4169 2003-02-17 [paul]       0.8.10claws17
4170
4171         * sync with 0.8.10cvs13
4172                 see ChangeLog 2003-02-17
4173
4174 2003-02-17 [paul]       0.8.10claws16
4175
4176         * sync with 0.8.10cvs12
4177                 see ChangeLog 2003-02-17
4178
4179 2003-02-16 [match]      0.8.10claws15
4180
4181         * src/addressbook.c
4182                 Eliminates reloading of address data when items
4183                 deleted or added. Applied submitted by
4184                 Luke Plant <lukeplant@softhome.net>
4185
4186 2003-02-16 [paul]       0.8.10claws14
4187
4188         * src/news.c
4189                 when a 'protocol error' is encountered disconnect from
4190                 the server. This means that the user can carry on viewing
4191                 other articles and doesn't have to either wait until the
4192                 server timesout or quit sylpheed.
4193                 Fixes bug #53 'Unable to read messages in newsgroups, 
4194                 displayed message doesn't change'
4195
4196 2003-02-15 [christoph]  0.8.10claws13
4197
4198         * src/imap.c
4199                 fix bug that stopped scanning of folders when an
4200                 IMAP folder was empty
4201
4202         (closes bug 46 stop scan messages in folders after empty folder)
4203
4204 2003-02-15 [paul]
4205
4206         * tools/Makefile.am
4207           tools/README
4208           tools/freshmeat_search.pl     ** NEW FILE **
4209           tools/google_search.pl        ** NEW FILE **
4210                 Add 2 Actions scripts which search freshmeat/google
4211                 for the selected text using the browser configured
4212                 in sylpheedrc.
4213                 
4214         Note: These scripts are very dependent on the format of the
4215         browser command and may not work on every occasion. Testing
4216         is welcome. 
4217
4218 2003-02-14 [alfons]     0.8.10claws12
4219
4220         * src/compose.c
4221                 fix breakage because of uninitialized account pointer.
4222                 please verify.
4223
4224 2003-02-14 [paul]       0.8.10claws11
4225
4226         * src/compose.c
4227           src/prefs_account.[ch]
4228           src/prefs_common.[ch]
4229                 move signature settings to Account Prefs
4230
4231 2003-02-14 [paul]       0.8.10claws10
4232
4233         * sync with 0.8.10cvs11
4234                 see ChangeLog 2003-02-14
4235
4236 2003-02-13 [thorsten]   0.8.10claws9
4237
4238         * src/news.c
4239                 revert news progressbar (GUI separation)
4240
4241 2003-02-13 [paul]       0.8.10claws8
4242
4243         * src/compose.c
4244                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4245                 paragraph 1
4246
4247 2003-02-13 [paul]       0.8.10claws7
4248
4249         * src/compose.[ch]
4250           src/summaryview.c
4251                 fix 'Follow-up and Reply-to' so that it creates a reply to
4252                 the newsgroup and the sender. If the message has the keyword
4253                 'poster' in the Followup-To header, all replies go to the
4254                 sender, re: RFC 1036, Section 2.2.3
4255                 rename all instances of 'ignore_replyto' to 'to_sender', both
4256                 were previously used, now we use just one.
4257
4258 2003-02-13 [paul]       0.8.10claws6
4259
4260         * sync with 0.8.10cvs9
4261                 see ChangeLog 2003-02-13
4262
4263 2003-02-13 [paul]       0.8.10claws5
4264
4265         * configure.ac
4266                 show which plugins are configured in the configure
4267                 output.
4268
4269 2003-02-12 [thorsten]   0.8.10claws4
4270
4271         * src/news.c
4272                 show progress while fetching news headers
4273
4274 2003-02-12 [christoph]  0.8.10claws3
4275
4276         * configure.ac
4277         * src/plugins/Makefile.am
4278                 use AM_CONDITIONAL to enable plugins, automake correctly
4279                 manages this when creating distdir
4280
4281 2003-02-12 [christoph]  0.8.10claws2
4282
4283         * ac/spamassassin.m4
4284         * src/plugins/spamassassin/Makefile.am
4285                 fix building SpamAssassin plugin without OpenSSL
4286
4287 2003-02-12 [paul]       0.8.10claws1
4288
4289         * ac/Makefile.am
4290           src/Makefile.am
4291           src/plugins/Makefile.am
4292                 fix failure of 'make release'
4293
4294 2003-02-12 [paul]       0.8.10claws
4295
4296         * 0.8.10claws released
4297
4298 2003-02-12 [paul]       0.8.9claws56
4299
4300         * po/bg.po
4301           po/es.po
4302           po/it.po
4303           po/ru.po
4304           po/sr.po
4305                 updated translations by George Danchev, Ricardo Mones Lastra,
4306                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4307                 
4308         * sylpheed.spec.in
4309                 Allow the building of RPMs by a regular user. Submitted
4310                 by Sergei Astanin
4311
4312 2003-02-11 [alfons]     0.8.9claws55
4313
4314         * src/colorlabel.c
4315                 don't use pixmaps for label color rect but draw rectangles
4316                 so we can respect the color map of palette based visuals
4317                 (fixes the long time crashes on Suns - thanks to Andreas
4318                 Engel and Steve O'Hara-Smith for testing)
4319
4320 2003-02-11 [christoph]  0.8.9claws54
4321
4322         * src/matcher_parser_parse.y
4323                 correct bug where filering rules of not existing folders in
4324                 matcherrc were added to global filtering
4325                 
4326         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4327          main filter-rules after removing directory, http://bugs.debian.org/180253)
4328         
4329 2003-02-11 [paul]       0.8.9claws53
4330
4331         * sync with 0.8.10cvs7
4332                 see ChangeLog 2003-02-09
4333
4334 2003-02-11 [melvin]     0.8.9claws52
4335
4336         * po/fr.po
4337                 Updated French tranlsations
4338
4339 2003-02-10 [paul]       0.8.9claws51
4340
4341         * sylpheed.spec.in
4342                 correct --enable-openssl
4343                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4344
4345 2003-02-09 [martin]     0.8.9claws50
4346
4347         * src/prefs_matcher.c
4348                 fix segfault in prefs_matcher_substitute_cb() when
4349                 no row is selected
4350
4351 2003-02-09 [paul]       0.8.9claws49
4352
4353         * src/folderview.c
4354                 fix bug where a newsgroup folder's processing rules were
4355                 merged with the global filtering rules when the newsgroup
4356                 folder was deleted, causing some seriously bad results,
4357                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4358
4359 2003-02-08 [melvin]     0.8.9claws48
4360
4361         * src/compose.c
4362                 Corrected and modified an alert message.
4363
4364 2003-02-07 [paul]       0.8.9claws47
4365
4366         * src/folderview.c
4367                 fix bug where both an 'Account properties' window and a
4368                 'Folder properties' window were opened when clicking on
4369                 'Properties' in an NNTP or IMAP folder's popup menu.
4370
4371 2003-02-07 [paul]       0.8.9claws46
4372
4373         * sync with 0.8.10cvs6
4374                 see ChangeLog 2003-02-06
4375
4376 2003-02-06 [christoph]  0.8.9claws45
4377
4378         * src/mbox.c
4379                 freeze folder updates while importing mbox files
4380                 (closes bug 43 importing mbox took hours)
4381                 
4382         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4383
4384 2003-02-06 [thorsten]   0.8.9claws44
4385
4386         * po/de.po
4387                 Updated german translations
4388
4389 2003-02-06 [thorsten]   0.8.9claws43
4390
4391         * src/news.h
4392                 use guint for message numbers (fix count in grouplist dialog)
4393
4394 2003-02-05 [paul]       0.8.9claws42
4395
4396         * sync with 0.8.10cvs2
4397                 see ChangeLog 2003-02-05
4398
4399 2003-02-04 [colin]      0.8.9claws41
4400
4401         * src/prefs_common.[ch]
4402           src/procmsg.c
4403           src/summaryview.c
4404                 Add an option to disable threading by subject
4405
4406 2003-02-04 [christoph]  0.8.9claws40
4407
4408         * src/inc.c
4409                 only abort fetching mails from multiple accounts when the
4410                 error is fatal and does not allow to check any more accounts
4411                 (currently only disk full error)
4412
4413         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4414          receive mails for other accouts)
4415
4416 2003-02-04 [christoph]  0.8.9claws39
4417
4418         * src/folder.c
4419                 first add the new message to the cache, then
4420                 send the update notification
4421
4422         (closes bug 39 after sending message folderview doesnt get updated)
4423
4424 2003-02-04 [colin]      0.8.9claws38
4425
4426         * src/inc.c
4427                 _really_ fix this Connecting... status
4428
4429 2003-02-04 [paul]       0.8.9claws37
4430
4431         * sync with 0.8.10
4432                 see ChangeLog 2003-02-04
4433
4434 2003-02-04 [paul]       0.8.9claws36
4435
4436         * sync with 0.8.9cvs6
4437                 see ChangeLog 2003-02-03
4438
4439 2003-02-04 [paul]       0.8.9claws35
4440
4441         * po/pt_BR.po
4442                 updated by André Filipe de Assunção e Brito 
4443                 <bedecko@netsite.com.br>
4444
4445 2003-02-03 [thorsten]   0.8.9claws34
4446
4447         * po/de.po
4448                 Updated german translations
4449
4450 2003-02-02 [paul]       0.8.9claws33
4451
4452         * po/es.po
4453                 updated by Ricardo Mones Lastra
4454
4455 2003-02-02 [thorsten]   0.8.9claws32
4456
4457         * src/mh.c
4458                 Fix mh_get_msginfo() segfault if file is inaccessible
4459
4460 2003-01-31 [colin]      0.8.9claws31
4461
4462         * src/procheader.c
4463                 Fix last commit's bug
4464
4465 2003-01-31 [colin]      0.8.9claws30
4466
4467         * src/procheader.c
4468                 Missing a change for gpg-signed messages
4469
4470 2003-01-31 [paul]       0.8.9claws29
4471
4472         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4473           src/procheader.c
4474           src/stock_pixmap.[ch]
4475           src/summaryview.c
4476                 indicate GnuPG signed messages by displaying an icon
4477                 in the Attachment column.
4478
4479 2003-01-31 [paul]       0.8.9claws28
4480
4481         * sync with 0.8.9cvs4
4482                 see ChangeLog 2003-01-31
4483
4484 2003-01-31 [alfons]     0.8.9claws27
4485
4486         * src/textview.c
4487                 tune URI parser to accept mailto URLs with a '?'
4488                 (patch from Ruslan Balkin)
4489
4490 2003-01-31 [colin]      0.8.9claws26
4491
4492         * src/summaryview.c
4493                 Fix a leak introduced in claws24
4494
4495 2003-01-31 [colin]      0.8.9claws25
4496
4497         * src/summaryview.c
4498                 Freeze/Thaw folder updates when deleting dups
4499
4500 2003-01-31 [colin]      0.8.9claws24
4501         
4502         * src/addr_compl.c
4503           src/summaryview.c
4504           src/msgcache.c
4505                 little speed improvements
4506
4507 2003-01-31 [colin]      0.8.9claws23
4508
4509         * src/summaryview.c
4510                 Fix segfault when forwarding nothing
4511                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4512                 
4513 2003-01-30 [paul]       0.8.9claws22
4514
4515         * sync with 0.8.9cvs3
4516                 see ChangeLog 2003-01-30
4517
4518 2003-01-30 [paul]       0.8.9claws21
4519
4520         * sync with 0.8.9cvs2
4521                 see ChangeLog 2003-01-30
4522
4523 2003-01-29 [paul]       0.8.9claws20
4524
4525         * sync with 0.8.9cvs1
4526                 see ChangeLog 2003-01-29
4527
4528 2003-01-28 [paul]       0.8.9claws19
4529
4530         * po/POTFILES.in
4531                 update to reflect changes. 
4532                 thanks to Ricardo Mones Lastra
4533
4534 2003-01-27 [christoph]  0.8.9claws18
4535
4536         * ac/openssl.m4
4537         * ac/spamassassin.m4
4538         * src/plugins/spamassassin/README
4539         * src/plugins/spamassassin/libspamc.[ch]
4540         * src/plugins/spamassassin/utils.[ch]
4541                 updated to latest libspamc
4542
4543 2003-01-27 [christoph]  0.8.9claws17
4544
4545         * src/folder.c
4546                 fix wrong use of procheader_get_header_fields
4547
4548 2003-01-27 [christoph]  0.8.9claws16
4549
4550         * src/news.c
4551         * src/prefs_account.[ch]
4552         * src/common/nntp.[ch]
4553                 allow to force authentication for NNTP servers
4554
4555         Patch submitted by Florian Mickler <dmk@d-labs.de>
4556
4557 2003-01-26 [paul]       0.8.9claws15
4558
4559         * src/summaryview.c
4560                 speed up of marking messages as read
4561                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4562
4563 2003-01-26 [christoph]  0.8.9claws14
4564
4565         * src/Makefile.am
4566         * src/mgutils.[ch]              ** REMOVE **
4567         * src/xml.[ch]                  ** REMOVE **
4568         * src/xmlprops.[ch]             ** REMOVE **
4569         * src/common/Makefile.am
4570         * src/common/mgutils.[ch]       ** NEW **
4571         * src/common/xml.[ch]           ** NEW **
4572         * src/common/xmlprops.[ch]      ** NEW **
4573                 move xml files to common directory
4574
4575 2003-01-26 [christoph]  0.8.9claws13
4576
4577         * src/plugins/spamassassin/spamassassin_gtk.c
4578                 only set gtk entry text if string is available
4579
4580 2003-01-26 [melvin]     0.8.9claws12
4581
4582         * src/description_window.c
4583                 Allow resizing of the window
4584                 Allow automatic horizontal scroll bar
4585                 Do not vertically expand and fill
4586
4587 2003-01-26 [christoph]  0.8.9claws11
4588
4589         * src/Makefile.am
4590         * src/gtkutils.[ch]             ** REMOVE **
4591         * src/common/sylpheed.c
4592         * src/gtk/Makefile.am
4593         * src/gtk/description_window.c
4594         * src/gtk/gtkutils.[ch]         ** NEW **
4595         * src/gtk/prefswindow.c
4596                 move gtkutils to gtk directory
4597
4598 2003-01-26 [paul]       0.8.9claws10
4599
4600         * src/summaryview.c
4601                 rename summary_unread_clicked() to summary_status_clicked()
4602
4603 2003-01-26 [melvin]     0.8.9claws9
4604
4605         * src/prefs_actions.c
4606                 Cosmetical changes to the help text
4607
4608 2003-01-26 [paul]       0.8.9claws8
4609
4610         * src/folder.[ch]
4611           src/mainwindow.c
4612           src/prefs_common.c
4613           src/prefs_sumamry_column.c
4614           summaryview.[ch]
4615                 rename the 'Unread' column to 'Status'
4616
4617 2003-01-25 [match]      0.8.9claws7
4618
4619         * src/mgutils.[ch]
4620                 removed reference to LDAP constants. removed error2string.
4621                 included functions to support LDAP dynamic queries.
4622         * src/syldap.h
4623                 moved LDAP constants here.
4624         * src/addressbook.c
4625         * src/addrindex.c
4626         * src/importldif.c
4627                 removed references to LDAP constants and references to
4628                 error2string.
4629
4630 2003-01-25 [paul]       0.8.9claws6
4631
4632         * src/summaryview.c
4633                 summary_thread_build(), summary_thread_init(): remove 
4634                 unneeded reference to summaryview->folder_item
4635
4636 2003-01-25 [christoph]  0.8.9claws5
4637
4638         * src/gtk/description_window.c
4639                 o allow description texts to expand over multiple columns
4640                 o translate all columns
4641         * src/prefs_actions.c
4642                 change syntax description to use new multi column feature
4643
4644         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4645
4646 2003-01-25 [match]      0.8.9claws4
4647
4648         * src/vcard.c
4649                 fixed bug with Quoted-Printable
4650
4651 2003-01-25 [paul]       0.8.9claws3
4652
4653         * src/folder.[ch]
4654           src/summaryview.[ch]
4655                 implement per-folder collapsed/expanded threads setting
4656                 
4657         * src/prefs_common.c
4658                 remove global collapsed/expanded threads option
4659
4660 2003-01-25 [christoph]  0.8.9claws2
4661
4662         * po/POTFILES.in
4663                 add pluginwindow and prefswindow
4664         * src/compose.c
4665                 make send respond correctly to messages that could be added
4666                 to the queue folder, but the UID of the message is unknown
4667         * src/folder.c
4668         * src/imap.c
4669                 don't return guessed UIDs in imap_add_msg anymore. We return
4670                 0 to tell the folder system it was appened but the UID is
4671                 unknown. Folder system now get's the UID by scaning the folder
4672                 and searching the cache for the Message-ID
4673                 (closes bug #29 Messages queued, but not sent)
4674
4675 2003-01-25 [paul]       0.8.9claws1
4676
4677         * src/codeconv.c
4678                 conv_encode_header():  fix bug when long headers with 8-bit
4679                 characters are used, so that the encoded words are wrapped.
4680                 If the space in the original text falls on the wrap boundary,
4681                 it can be lost.
4682                 Patch by Sergey Vlasov.
4683                 
4684         * src/folderview.c
4685                  fix bug where a change to the sorting method or thread view
4686                  of a folder's messages is lost if simpify-subject is set and
4687                  toggled on or off.
4688                  Patch by Luke Plant.
4689
4690 2003-01-24 [paul]       0.8.9claws
4691
4692         * sylpheed-0.8.9claws released
4693         
4694         * Makefile.am
4695           sylpheed.spec.in
4696                 remove reference to 'INSTALL.jp'
4697
4698 2003-01-23 [paul]       0.8.8claws128
4699
4700         * po/es.po
4701           po/it.po
4702           po/ru.po
4703           po/sr.po
4704                 updated translations. submitted by Ricardo Mones Lastra,
4705                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4706
4707 2003-01-23 [colin]      0.8.8claws127
4708
4709         * src/compose.c
4710                 Fix drafted and queued news articles re-edition
4711
4712 2003-01-23 [melvin]     0.8.8claws126
4713
4714         * po/fr.po
4715                 Updated French translations
4716
4717 2003-01-23 [colin]      0.8.8claws125
4718
4719         * src/inc.c
4720                 Fix "Connecting to..." status message
4721
4722 2003-01-22 [paul]       0.8.8claws124
4723
4724         * po/bg.po
4725                 updated by George Danchev
4726                 
4727         * src/folder.c
4728                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4729                 and folder deletion
4730
4731 2003-01-21 [paul]       0.8.8claws123
4732
4733         * po/bg.po
4734                 updated by George Danchev
4735                 
4736         * src/about.c
4737                 its now 2003
4738                 
4739         * src/toolbar.c
4740                 don't translate 'Separator'
4741                 
4742         * src/plugins/spamassassin/Makefile.am
4743                 add aspell to CPPFLAGS
4744                 
4745         * src/plugins/spamassassin/spamassassin.c
4746           src/plugins/spamassassin/spamassassin_gtk.c
4747                 set correct default for spamassassin_receive_spam
4748                 slightly re-word descriptions and some
4749                 other minor changes
4750
4751 2003-01-19 [alfons]     0.8.8claws122
4752                 
4753         * src/mimeview.c
4754                 mimeview_save_as(): we might as well show the file name for
4755                 the single case "Save As" too
4756
4757 2003-01-19 [alfons]     0.8.8claws121
4758
4759         * src/crash.c
4760                 change bug tracker URL to bugzilla URL
4761
4762 2003-01-19 [alfons]     0.8.8claws120
4763
4764         * src/mimeview.c
4765                 mimeview_save_all(): display name of file before overwriting;
4766                 continue saving all, even when one overwrite was cancelled
4767
4768 2003-01-19 [christoph]  0.8.8claws119
4769
4770         * src/summaryview.c
4771         * src/procmsg.[ch]
4772                 fix wrong usage of procmsg_find_children in summaryview
4773                 by using procmsg_update_unread_children instead of
4774                 summaryview_update_unread_children
4775
4776 2003-01-19 [christoph]  0.8.8claws118
4777
4778         * src/procmsg.c
4779                 fix infinite loop in procmsg_find_children
4780                  (closes bug #25 sylpheed crashes on delete.)
4781
4782         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4783
4784 2003-01-19 [paul]       0.8.8claws117
4785
4786         * po/pt_BR.po
4787                 updated by Ivan Francolin Martinez
4788
4789 2003-01-18 [melvin]     0.8.8claws116
4790
4791         * src/prefs_actions.c
4792                 Removed syntax limitation of only one '&' at the end of command.
4793                         Now actions that contain '>/dev/null 2>&1' are possible.
4794
4795 2003-01-18 [melvin]     0.8.8claws115
4796
4797         * src/prefs_actions.c
4798                 Actions IO dialog: when the action ends
4799                 the "Close" button now has focus and [Escape] closes the
4800                 window.
4801
4802 2003-01-18 [christoph]  0.8.8claws114
4803
4804         * src/procmsg.c
4805                 o add debug output when MsgInfos are really freed
4806                 o free GSLists in procmsg_find_children and
4807                   procmsg_update_unread_children
4808
4809 2003-01-18 [christoph]  0.8.8claws113
4810
4811         * src/mainwindow.c
4812                 reorder Configuration menu
4813
4814 2003-01-18 [christoph]  0.8.8claws112
4815
4816         * src/compose.c
4817                 fix applying templates to forwarded messages
4818
4819         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4820
4821 2003-01-17 [christoph]  0.8.8claws111
4822
4823         * src/folder.c
4824                 destroy folder items, when a folder item is removed
4825
4826 2003-01-17 [christoph]  0.8.8claws110
4827
4828         * src/folder.c
4829                 fix wrong folder stats update when ignored message is
4830                 deleted
4831
4832 2003-01-17 [colin]      0.8.8claws109
4833         
4834         * src/mainwindow.c
4835         * src/summaryview.c
4836                 Quicksearch bugfixes: 
4837                 - hide help button at startup if not extended
4838                 - switch to extended when looking for replies
4839
4840 2003-01-17 [paul]
4841
4842         * sync with 0.8.9 release
4843
4844 2003-01-17 [paul]       0.8.8claws108
4845
4846         * sync with 0.8.8cvs11
4847                 see ChangeLog 2003-01-17
4848
4849 2003-01-16 [colin]      0.8.8claws107
4850
4851         * src/procmsg.c
4852                 Changed encryption test to re-ask passphrase
4853                 if an encrypted message hasn't been decrypted
4854                 Fixes bug #5
4855
4856 2003-01-16 [christoph]  0.8.8claws106
4857
4858         * src/prefs_gtk.c
4859         * src/prefs_toolbar.c
4860         * src/gtk/prefswindow.h
4861         * src/plugins/spamassassin/spamassassin_gtk.c
4862                 remove page destroy function that is not used anymore
4863
4864 2003-01-16 [paul]       0.8.8claws105
4865
4866         * sync with 0.8.8cvs9
4867                 see ChangeLog 2002-01-16
4868
4869 2003-01-16 [colin]      0.8.8claws104
4870
4871         * src/compose.[ch]
4872                 Fix bug with autosaved drafts for IMAP, when draft
4873                 folder is specified - fixes bugzilla bug #20
4874
4875 2003-01-15 [paul]       0.8.8claws103
4876
4877         * src/compose.[ch]
4878           src/procmsg.c
4879                 store folder and message-id of message forwarding
4880                 in queue header and set forward flag after sending
4881
4882 2003-01-15 [paul]       0.8.8claws102
4883
4884         * sync with 0.8.8cvs8
4885                 see ChangeLog 2002-01-15
4886
4887 2003-01-15 [colin]      0.8.8claws101
4888
4889         * src/Makefile.am
4890                 Fix linking with GNU libiconv
4891
4892 2003-01-15 [darko]      0.8.8claws100
4893
4894         * src/pine.c
4895                 fix crash when importing pine address book
4896                 entry with an empty name (reported by DY
4897                 <dybulk at tri8.net>)
4898
4899 2003-01-14 [paul]       0.8.8claws99
4900
4901         * configure.in  ** REMOVED **
4902           configure.ac  ** NEW FILE **
4903                 rename configure.in to configure.ac, as it is now
4904                 preferred
4905
4906 2003-01-14 [melvin]     0.8.8claws98
4907
4908         * src/folderview.c
4909                 folderview_check_new(): More precise function description
4910
4911 2003-01-14 [melvin]     0.8.8claws97
4912
4913         * src/folderview.c
4914                 folderview_check_new(): return the number of new messages 
4915                         since last check.
4916         * src/inc.c
4917                 inc_account_mail(): Disable counting of new messages for IMAP
4918                         and NNTP until bug [19] and [14] are fixed.
4919
4920 2003-01-14 [paul]       0.8.8claws96
4921
4922         * sync with 0.8.8cvs6
4923                 see ChangeLog 2003-01-14
4924
4925 2003-01-13 [alfons]     0.8.8claws95
4926
4927         * src/textview.c
4928                 tune email address validation (c. 0.8.8claws89): if . is 
4929                 just one char away from @, the address is invalid too 
4930                 (correctly rejects addresses like foo@.com)
4931
4932 2003-01-13 [paul]       0.8.8claws94
4933
4934         * src/messageview.c
4935           src/toolbar.c
4936                 fixes to the Message View toolbar and menu:
4937                 fix non-functioning Forward button
4938                 make Reply button consider default_reply_list
4939                 remove 'Follow-up...' menu entry
4940                 add 'Forward' and 'Redirect' menu entries
4941
4942 2003-01-13 [melvin]     0.8.8claws93
4943
4944         * src/inc.c
4945                 Fixed typo that could make new messages count incorrect.
4946
4947 2003-01-13 [melvin]     0.8.8claws92
4948
4949         * src/folderview.[ch]
4950                 folderview_check_new(): return the number of new messages.
4951         * src/inc.c
4952                 Should fix bug [14] where new mail notification worked 
4953                         incorrectly with IMAP accounts.
4954                 inc_spool_account(): return number of new msgs, or -1 on error
4955                 inc_all_spool(): return number of new msgs
4956                 
4957 2003-01-13 [melvin]     0.8.8claws91
4958
4959         * src/prefs_actions.c
4960                 Justify help text.
4961
4962 2003-01-12 [thorsten]   0.8.8claws90
4963
4964         * src/common/prefs.c
4965                 close file before rename
4966
4967 2003-01-12 [alfons]     0.8.8claws89
4968
4969         * AUTHORS
4970                 add Christian Mertes
4971         * src/common/utils.[ch]
4972                 g_stricase_hash(), g_stricase_equal(): functions for 
4973                 case insensitive hash tables
4974         * src/textview.c
4975                 use top level domain names to validate email address, based
4976                 on a patch by Christian Mertes (thanks!), but changed 
4977                 implementation to use a hash table 
4978
4979 2003-01-12 [paul]       0.8.8claws88
4980
4981         * po/bg.po
4982                 updated by George Danchev
4983
4984 2003-01-12 [alfons]     0.8.8claws87
4985
4986         * src/summaryview.c
4987                 delete / execute performance: use new style folder update
4988
4989 2003-01-12 [paul]       0.8.8claws86
4990
4991         * sync with 0.8.8cvs5
4992                 see ChangeLog 2003-01-13 (!)
4993
4994 2003-01-12 [alfons]     0.8.8claws85
4995
4996         * src/filtering.c
4997         * src/matcher_parser_parse.y
4998                 prepare change_score filtering action
4999         * src/matcher.[ch]
5000                 give up const-correctness on functions that call non-const-correct functions;
5001                 several casts to gpointer in g_free();
5002                 add change_score;
5003
5004 2003-01-12 [christoph]  0.8.8claws84
5005
5006         * src/compose.c
5007                 fix 2 warnings
5008
5009         * src/gtk/prefswindow.[ch]
5010         * src/plugins/spamassassin/spamassassin_gtk.c
5011                 changed the call of the widget create function
5012                 for PrefsPages, because sometimes the widget
5013                 create function needs a widget that already has
5014                 been attached to a window (to create GDK pixmaps
5015                 for exmaple). So we simply pass the GtkWindow as
5016                 the second parameter now.
5017
5018         * src/main.c
5019         * src/mainwindow.c
5020         * src/prefs_toolbar.[ch]
5021                 rewrite Toolbar Preferences using the new
5022                 prefs window
5023
5024 2003-01-11 [alfons]     0.8.8claws83
5025
5026         * src/addressadd.c
5027                 fix crash when adding sender to addressbook because status bar
5028                 isn't there (the status bar doesn't seem to be used though,
5029                 but I'll let Match decide what to do with it)
5030
5031 2003-01-11 [colin]      0.8.8claws82
5032
5033         * src/main.c
5034           src/toolbar.c
5035                 Two useless changes reversed
5036
5037 2003-01-11 [colin]      0.8.8claws81
5038
5039         * src/mainwindow.c
5040           src/mainwindow.h
5041                 Add mainwindow_get_mainwindow()
5042         * src/alertpanel.c
5043           src/alertpanel.h
5044                 Add alertpanel_error_log() 
5045         * src/compose.c
5046           src/inc.c
5047           src/messageview.c
5048           src/toolbar.c
5049           src/main.c
5050           src/procmsg.c
5051                 Network errors get a View Log button
5052
5053 2003-01-10 [alfons]     0.8.8claws80
5054
5055         * src/prefs_toolbar.c
5056         * src/toolbar.c
5057                 use the translatable string for "Separator" as file name for
5058                 separator toolbar items (probably make this uppercase?)
5059
5060 2003-01-10 [alfons]     0.8.8claws79
5061
5062         * src/prefs_toolbar.c
5063                 put right A_SEPARATOR description string in "displayed
5064                 toolbar items list" so manually added separators are
5065                 saved correctly (bug #10, "Adding a separator to the main 
5066                 toolbar fails, entry in xml file is wrong")
5067
5068 2003-01-10 [christoph]  0.8.8claws78
5069
5070         * src/imap.c
5071                 o fix warnings
5072                 o use CAPABILITY to check if NAMESPACE is available
5073
5074 2003-01-10 [christoph]  0.8.8claws77
5075
5076         * src/imap.[ch]
5077                 apply UIDPLUS IMAP extension support patch
5078
5079         Patch submitted by Simon 'corecode' Schubert
5080
5081 2003-01-10 [paul]       0.8.8claws76
5082
5083         * src/folderview.c
5084                 a sync from main which fixes the news account folders'
5085                 Properties bug
5086
5087 2003-01-10 [christoph]  0.8.8claws75
5088
5089         * src/folder.c
5090                 don't accept 0 as a valid uid returned by copy and move
5091                 functions. 0 means the message was copied or moved but the
5092                 new uid could not be fetched. It is not an error condition
5093                 for the copy or move operation.
5094
5095 2003-01-10 [paul]       0.8.8claws74
5096
5097         * src/prefs_filtering.c
5098                 change English used in Alert when entry is not
5099                 saved.
5100                 
5101         * sync with 0.8.8cvs4
5102                 see ChangeLog 2003-01-10
5103
5104 2003-01-10 [darko]      0.8.8claws73
5105
5106         * src/pine.c
5107                 fix crash when importing address book entry
5108                 without a valid address
5109
5110 2003-01-09 [alfons]     0.8.8claws72
5111
5112         * src/inc.c
5113                 filtering performance: use new style folder update
5114
5115 2003-01-09 [christoph]  0.8.8claws71
5116
5117         * src/compose.c
5118         * src/gtk/menu.[ch]
5119                 fix wrong selecting of mime encoding type, when
5120                 opening property dialog of attachments in the
5121                 compose window. 7bit was always selected and that
5122                 destoryed files with 8bit data.
5123                 (closes bug #9 Sylpheed-claws destroys attachments when
5124                  changing MIME-types)
5125
5126 2003-01-09 [paul]       0.8.8claws70
5127
5128         * sync with 0.8.8cvs3
5129                 see ChangeLog 2003-01-09
5130
5131 2003-01-08 [alfons]     0.8.8claws69
5132         
5133         * src/addressadd.c
5134                 apply patch by Kim Schulz to fix build breakage
5135                 because of missing variable
5136
5137 2003-01-08 [paul]       0.8.8claws68
5138
5139         * sync with 0.8.8cvs2
5140                 see ChangeLog 2002-01-08
5141
5142 2003-01-08 [paul]       0.8.8claws67
5143
5144         * po/it.po
5145                 updated by Alessandro Maestri
5146                 
5147         * src/addressadd.c
5148                 when using 'Add sender to addressbook' allow
5149                 name to be edited and remarks to be entered
5150                 Patch submitted by Luke Plant
5151
5152 2003-01-08 [darko]      0.8.8claws66
5153
5154         * README.claws, src/summaryview.c
5155                 fix description for marked messages
5156
5157 2003-01-08 [paul]
5158
5159         * tools/Makefile.am
5160           tools/launch_phoenix  ** NEW FILE **
5161                 add script that enables using Phoenix as the default
5162                 web browser. 
5163                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5164                 
5165         * tools/OOo2sylpheed.pl
5166                 remove full path to sylpheed executable, just 'sylpheed'
5167                 will do
5168                 
5169         * tools/README
5170                 add launch_phoenix informtion and re-arrange and compress
5171                 the data a little
5172
5173 2003-01-07 [christoph]  0.8.8claws65
5174
5175         * src/folder.c
5176                 fix update for source folder when moving messages
5177         * src/procmsg.[ch]
5178         * src/summaryview.c
5179                 use function to set to_folder for message infos and
5180                 automatically update the op_count for old and new
5181                 folder
5182
5183 2003-01-07 [melvin]     0.8.8claws64
5184
5185         * src/prefs_actions.c
5186                 Fixed bug where an '%p' Action on a displayed image crashed 
5187                         Sylpheed
5188                 Code clean up (get rid of duplicated code and removed unnecessary 
5189                                 structure member)
5190
5191 2003-01-07 [christoph]  0.8.8claws63
5192
5193         * src/compose.c
5194         * src/folder.[ch]
5195         * src/folderview.c
5196         * src/import.c
5197         * src/inc.c
5198         * src/main.c
5199         * src/mainwindow.c
5200         * src/messageview.c
5201         * src/prefs_folder_item.c
5202         * src/procmsg.c
5203         * src/summaryview.c
5204         * src/toolbar.c
5205                 o remove all folder update triggering from the UI code. The folder
5206                   system should know much better when a folder needs an update.
5207                 o to prevent multiple updates in a row the folder updates can be
5208                   frozen for some time.
5209
5210                 Note: - Please verify that no updates are missing
5211                       - Check where freeze/thaws should be added
5212
5213 2003-01-07 [christoph]  0.8.8claws62
5214
5215         * src/prefs_actions.c
5216                 don't translate empty strings
5217
5218         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5219
5220 2003-01-06 [christoph]  0.8.8claws61
5221
5222         * src/prefs_actions.c
5223                 mark strings for gettext
5224         * src/prefs_matcher.c
5225                 use new description window for Execute action and
5226                 match condition in Filtering
5227
5228         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5229
5230 2003-01-06 [alfons]     0.8.8claws60
5231
5232         keep myself inspired to re-organize matcher part 8; 
5233         yes, more to come (I need to move out the descriptive
5234         text for actions to matcher.c, or at least make it not
5235         depend on the wicked ordering)
5236
5237         * src/prefs_matcher.c
5238                 add documentation so others may comprehend the
5239                 UI part of the conditions
5240                 
5241 2003-01-06 [christoph]  0.8.8claws59
5242
5243         * src/prefs_actions.c
5244                 use new description window for syntax help
5245         * src/gtk/description_window.c
5246                 fix display of descriptions with column count != 2
5247
5248         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5249
5250 2003-01-06 [christoph]  0.8.8claws58
5251
5252         * src/quote_fmt.c
5253         * src/summaryview.[ch]
5254         * src/gtk/Makefile.am
5255         * src/gtk/description_window.[ch]       ** NEW **
5256                 use a generic window to display syntax descriptions
5257                 currently used in quote_fmt and summaryview (new description
5258                 for extended quick search)
5259
5260         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5261
5262 2003-01-06 [paul]       0.8.8claws57
5263
5264         * sync with 0.8.8cvs1
5265                 see ChangeLog 2003-01-06
5266
5267 2003-01-06 [christoph]  0.8.8claws56
5268
5269         * src/mainwindow.c
5270         * src/prefs_gtk.[ch]
5271         * src/gtk/prefswindow.[ch]
5272         * src/plugins/spamassassin/spamassassin_gtk.c
5273                 o remove page management from prefswindow, pages
5274                   will be an argument to prefswindow_open
5275                 o prefswindow_open gets a datapointer that is
5276                   passed to the widget_create function to allow
5277                   creation of prefswindow for specific items
5278
5279 2003-01-06 [colin]      0.8.8claws55
5280         
5281         * src/summaryview.c
5282                 We don't want regexp in the reply-finder, 
5283                 because MIDs can contain !,$,. and so on
5284
5285 2003-01-06 [jens]       0.8.8claws54
5286
5287         * src/jpilot.c
5288                 fixed a wrong free in jpilot_read_db_files
5289
5290 2003-01-06 [alfons]     0.8.8claws53
5291
5292         re-organize matcher part 8; more to come
5293        
5294         * src/matcher.c
5295                 matcherprop_to_string(): put g_free()s before the
5296                 switch-case break to fix memleaks                
5297
5298 2003-01-06 [colin]      0.8.8claws52
5299
5300         * src/summaryview.c
5301                 cleanup & reply-finder now displays the first 
5302                 matching message
5303
5304 2003-01-05 [alfons]     0.8.8claws51
5305
5306         re-organize matcher part 7; more to come
5307
5308         * src/matcher.[ch]
5309                 fixes for constant correctness;
5310                 more documentation;
5311
5312 2003-01-05 [alfons]     0.8.8claws50
5313
5314         re-organize matcher part 6; more to come
5315         
5316         * src/matcher.[ch]
5317                 fixes for constant correctness;
5318                 more documentation;
5319         * src/filtering.c
5320                 fix for constant correctness
5321
5322 2003-01-05 [colin]      0.8.8claws49
5323
5324         * src/account.[ch]
5325                 Add account_get_reply_account function
5326         * src/compose.c
5327                 Use account_get_reply_account function 
5328         * src/summaryview.c
5329                 Basic reply-finder - click on the replied
5330                 icon gets you to the outbox using quick-search
5331
5332 2003-01-05 [paul]       0.8.8claws48
5333
5334         * src/prefs_common.c
5335                 small change to English
5336                 
5337         * src/prefs_filtering.c
5338                 prefs_filtering_action_select(): improve logic and uniformity
5339                 of gui
5340
5341 2003-01-05 [alfons]     0.8.8claws47
5342
5343         fine tune solution to focus problems (bug #7)
5344
5345         * src/mainwindow.c
5346                 mainwindow_focus_in_event(): remove grab event check
5347         * src/summaryview.c
5348                 summary_button_pressed(): move selection on right-click
5349                 too. we can't possibly move the selection back after
5350                 canceling a dialog, because gtk's incomplete focus 
5351                 management. whether this is a good solution, only time
5352                 will tell.
5353
5354 2003-01-05 [christoph]  0.8.8claws46
5355
5356         * src/imap.c
5357                 fix crash when no imap connection could be established
5358
5359 2003-01-05 [paul]       0.8.8claws45
5360
5361         * src/mainwindow.c
5362           src/sumamryview.c
5363           src/gtk/menu.[ch]
5364                 fix bug 605957 'shortcuts in popup-menu'
5365                 make user-defined shortcuts work
5366                 show shortcuts that are already defined
5367                 in the main menu
5368                 Patch submitted by Luke Plant
5369
5370 2003-01-05 [alfons]     0.8.8claws44
5371
5372         * src/mainwindow.c
5373                 focus_in_event handler should not select summary view row 
5374                 when another window (menu, dialog) grabbed for events 
5375                 (bug #7, "[0.8.8claws42] Message summary focus") 
5376
5377 2003-01-04 [christoph]  0.8.8claws43
5378
5379         * src/procmsg.c
5380                 update save folder after adding the sent message
5381                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5382
5383 2003-01-02 [christoph]  0.8.8claws42
5384
5385         * src/common/plugin.c
5386                 fix unloading of all plugins and unload
5387                 plugins in reverse order
5388                 
5389         * src/gtk/pluginwindow.c
5390                 implement function of load and unload button
5391
5392         * src/gtk/prefswindow.c
5393         * src/gtk/prefswindow.h
5394                 rename register function and add new unregister
5395                 function
5396
5397         * src/plugins/spamassassin/spamassassin_gtk.c
5398                 unregister prefs page and update for changes in
5399                 src/gtk/prefswindow.c
5400
5401 2003-01-02 [paul]       0.8.8claws41
5402
5403         * po/es.po
5404                 updated by Ricardo Mones Lastra
5405
5406 2003-01-02 [paul]
5407
5408         * tools/tb2sylpheed
5409                 fixes and improvements by Urke MMI
5410
5411 2003-01-02 [thorsten]   0.8.8claws40
5412
5413         * src/procmsg.c
5414                 fixed wrong return value
5415
5416 2003-01-02 [thorsten]   0.8.8claws39
5417
5418         * src/prefs.c
5419                 fixed printing wrong variable
5420
5421 2003-01-02 [thorsten]   0.8.8claws38
5422
5423         * src/prefs.c
5424                 fixed acessing members of freed pfile struct
5425
5426 2003-01-02 [thorsten]   0.8.8claws37
5427
5428         * src/procmsg.c
5429                 detect loops across several messages
5430                 as suggested by Christoph Hohmann
5431
5432 2003-01-01 [match]      0.8.8claws36
5433
5434         * src/addrindex.c
5435                 fixed another memory leak.
5436
5437 2003-01-01 [match]      0.8.8claws35
5438
5439         * src/jpilot.[ch]
5440                 fixed memory leaks. applied Doxygen comments.
5441
5442 2003-01-01 [thorsten]   0.8.8claws34
5443
5444         * src/procmsg.c
5445                 inhibit endless loop if msg references itself
5446                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5447
5448 2003-01-01 [christoph]  0.8.8claws33
5449
5450         * src/mainwindow.c
5451         * src/gtk/Makefile.am
5452         * src/gtk/pluginwindow.c                ** NEW **
5453         * src/gtk/pluginwindow.h                ** NEW **
5454                 add plugin window
5455
5456         * src/plugins/demo/demo.c
5457         * src/plugins/spamassassin/spamassassin.c
5458         * src/plugins/spamassassin/spamassassin_gtk.c
5459                 write better plugin descriptions
5460
5461 2002-12-31 [christoph]  0.8.8claws32
5462
5463         * src/gtk/prefswindow.c
5464         * src/plugins/spamassassin/spamassassin_gtk.c
5465                 some small improvements to GTK code
5466
5467 2002-12-31 [christoph]  0.8.8claws31
5468
5469         * src/plugins/spamassassin/spamassassin_gtk.c
5470                 enable folder select button
5471
5472 2002-12-31 [christoph]  0.8.8claws30
5473
5474         * src/mainwindow.c
5475         * src/gtk/Makefile.am
5476         * src/gtk/prefswindow.c                         ** NEW **
5477         * src/gtk/prefswindow.h                         ** NEW **
5478                 add new prefs window
5479
5480         * src/common/plugin.c
5481                 don't try to load empty config lines
5482         
5483         * src/plugins/spamassassin/Makefile.am
5484         * src/plugins/spamassassin/spamassassin.c
5485         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5486         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5487                 GTK config for SpamAssassin Plugin using
5488                 the new prefs window
5489
5490 2002-12-31 [paul]       0.8.8claws29
5491
5492         * po/POTFILES.in
5493                 remove obsolete entry 'src/menu.c'
5494
5495 2002-12-31 [alfons]     0.8.8claws28
5496
5497         * src/matcher.[ch]
5498         * src/matcher_parser_parse.y
5499         * src/prefs_matcher.c
5500                 add "ignore_thread" and "~ignore_thread" condition so it's
5501                 possible to make the actions / scoring operate on the ignore
5502                 thread flag
5503
5504 2002-12-31 [christoph]  0.8.8claws27
5505
5506         * src/addrbook.c
5507         * src/addrindex.c
5508         * src/folder.c
5509         * src/matcher.c
5510         * src/prefs_account.c
5511         * src/prefs_actions.c
5512         * src/prefs_customheader.c
5513         * src/prefs_display_header.c
5514         * src/prefs_gtk.c
5515         * src/procmime.c
5516         * src/toolbar.c
5517         * src/xmlprops.c
5518         * src/common/prefs.[ch]
5519                 extend prefs file handling for reading and automatic handling
5520                 of blocks. When reading prefs_set_block_label will automatically
5521                 move on to the block. When writing it will copy all other blocks
5522                 automatically
5523
5524         * src/common/plugin.c
5525                 Now loading plugin filenames from [Plugins] block in
5526                 sylpheed rc file
5527
5528 2002-12-30 [christoph]  0.8.8claws26
5529
5530         * src/common/hooks.[ch]
5531                 return abort status to caller of hooks_invoke
5532                 
5533         * src/inc.[ch]
5534                 invoke message filtering hook and stop
5535                 default handling when filter returns abort
5536
5537         * src/common/plugin.[ch]
5538         * src/plugins/demo/demo.c
5539                 modify plugin loader, because resolving symbols for strings
5540                 does not work correctly
5541         
5542         * configure.in
5543         * ac/spamassassin.m4                            ** NEW **
5544         * src/plugins/spamassassin/.cvsignore           ** NEW **
5545         * src/plugins/spamassassin/Makefile.am          ** NEW **
5546         * src/plugins/spamassassin/README               ** NEW **
5547         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5548         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5549         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5550                 add spamassassin plugin, see src/plugins/spamassassin/README
5551                 for details
5552
5553 2002-12-29 [alfons]     0.8.8claws25
5554
5555         * src/mainwindow.c
5556                 when moving focus from a message view to the main 
5557                 window, don't forget to select the summary node
5558                 of the displayed message. should fix "[ 659103 ] 
5559                 focus-follows-mouse confuses sylpheed"
5560
5561 2002-12-29 [christoph]  0.8.8claws24
5562
5563         * src/Makefile.am
5564         * src/stringtable.[ch]          ** REMOVE **
5565         * src/common/Makefile.am
5566         * src/common/stringtable.[ch]   ** NEW **
5567                 move stringtable files to common directory
5568
5569 2002-12-29 [christoph]  0.8.8claws23
5570
5571         * src/Makefile.am
5572         * src/menu.[ch]                 ** REMOVE **
5573         * src/gtk/Makefile.am
5574         * src/gtk/menu.[ch]             ** NEW **
5575                 move menu files to gtk directory
5576
5577 2002-12-29 [match]      0.8.8claws22
5578
5579         * src/addressbook.c
5580         * src/syldap.c
5581                 moved UI specific code out of LDAP code into addressbook
5582                 UI code. fixed memory leak.
5583
5584 2002-12-29 [christoph]  0.8.8claws21
5585
5586         * src/folder.c
5587                 only check for IGNORED parent message when message is
5588                 not IGNORED itself
5589
5590 2002-12-29 [alfons]     0.8.8claws20
5591
5592         * src/summaryview.c
5593                 set gtksctree's anchor correct (immediate execute
5594                 changes the tree's layout, and anchor points at 
5595                 the incorrect row). fixes "[ 657233 ] multiple msg 
5596                 delete sometimes off by 1".
5597                 we probably have to look for more tree layout /
5598                 anchor glitches.
5599
5600 2002-12-29 [paul]       0.8.8claws19
5601
5602         * src/summaryview.c
5603                 fix bug [ 659054 ] incorrect sorting of 'From' column
5604                 when using 'display sender using address book'
5605                 thanks to Alfons and Luke Plant
5606
5607 2002-12-29 [christoph]  0.8.8claws18
5608
5609         * src/folder.c
5610         * src/procmsg.[ch]
5611                 check parent messages for IGNORE THREAD flag, when adding,
5612                 moving or copying messages to a folder
5613
5614 2002-12-27 [alfons]     0.8.8claws17
5615
5616         re-organize matcher part 5; more to come
5617
5618         * src/matcher.c
5619                 hash keywords in matchparser_tab 
5620
5621 2002-12-27 [alfons]     0.8.8claws16
5622
5623         re-organize matcher part 4; more to come
5624
5625         * src/matcher_parser.h
5626         * src/matcher_parser_lex.l
5627         * src/matcher_parser_parse.y
5628                 cleanup
5629
5630 2002-12-27 [alfons]     0.8.8claws15
5631
5632         re-organize matcher part 3; more to come
5633
5634         * src/matcher.[ch]
5635                 cleanup
5636
5637 2002-12-27 [alfons]     0.8.8claws14
5638
5639         re-organize matcher part 2; more to come but this should
5640         work. cc me if there are any regressions.
5641
5642         * src/matcher.h
5643                 add prototype for get_matchparser_tab_id()
5644         * src/matcher_parser_lex.l
5645                 look up keywords using matchparser_tab_id();
5646
5647 2002-12-27 [alfons]     0.8.8claws12
5648
5649         re-organize matcher part 1
5650
5651         * src/matcher.h
5652                 map yacc generated constants to sylpheed matcher constants
5653         * src/matcher.c
5654                 add function to find a matcher constant from a string
5655
5656 2002-12-27 [christoph]  0.8.8claws11
5657
5658         * src/compose.c
5659                 MENUITEM_ADD casts the 4th argument from integer to pointer
5660                 so it probably should not be a pointer, this means we
5661                 should use account id for it and not the account's pointer
5662
5663 2002-12-27 [paul]       0.8.8claws10
5664
5665         * src/mainwindow.c
5666                 remove unneeded 'GtkWidget *vbox'
5667                 
5668         * src/summaryview.c
5669                 further sync with 0.8.8 - make sort
5670                 by recipient work as expected
5671                 
5672         * NEWS
5673                 sync with 0.8.8
5674
5675 2002-12-27 [paul]       0.8.8claws9
5676
5677         * po/pt_BR.po
5678                 updated by Ivan F. Martinez
5679                 
5680 2002-12-27 [darko]      0.8.8claws8
5681
5682         * src/common/utils.c
5683                 added locked pattern to extended search
5684
5685 2002-12-27 [alfons]     0.8.8claws7
5686
5687         * src/prefs_matcher.[ch]
5688                 clean up
5689
5690 2002-12-26 [alfons]     0.8.8claws6
5691
5692         * src/matcher.[ch]
5693         * src/matcher_parser_lex.l
5694         * src/matcher_parser_parse.y
5695         * src/prefs_matcher.c
5696                 allow color label as a condition in the matcher
5697
5698 2002-12-26 [oliver]     0.8.8claws5
5699         
5700         * src/toolbar.c 
5701                 enable Addressbook for Main and Messageview
5702         * src/prefs_actions.c
5703                 enable actions in Messageview
5704
5705 2002-12-26 [christoph]  0.8.8claws4
5706
5707         * src/common/plugin.c
5708                 add a little debug output
5709         * configure.in
5710         * src/plugins/demo/Makefile.am
5711                 better use of automake
5712
5713 2002-12-26 [christoph]  0.8.8claws3
5714
5715         * src/Makefile.am
5716         * src/common/Makefile.am
5717                 fix "make distdir"
5718
5719 2002-12-26 [christoph]  0.8.8claws2
5720
5721         * configure.in
5722                 sort configure checks into common / gtk / plugins
5723         * po/POTFILES.in
5724                 add src/prefs_gtk.c
5725         * src/Makefile.am
5726                 add plugins SUBDIR
5727         * src/main.c
5728         * src/common/sylpheed.[ch]
5729                 added now sylpheed_done function for shutdown
5730         * src/common/Makefile.am
5731         * src/common/plugin.[ch]                ** NEW **
5732                 plugin loader and unloader
5733         * src/plugins/.cvsignore                ** NEW **
5734         * src/plugins/Makefile.am               ** NEW **
5735                 build plugins
5736         * src/plugins/demo/.cvsignore           ** NEW **
5737         * src/plugins/demo/Makefile.am          ** NEW **
5738         * src/plugins/demo/demo.c               ** NEW **
5739                 small demo plugin that installs a logtext hook and
5740                 outputs the log text to stdout
5741
5742 2002-12-26 [paul]       0.8.8claws1
5743
5744         * po/es.po
5745                 updated by Ricardo Mones Lastra
5746
5747 2002-12-26 [paul]       0.8.8claws
5748
5749         * 0.8.8claws released
5750
5751 2002-12-26 [paul]       0.8.7claws12
5752
5753         * po/bg.po
5754                 updated by George Danchev
5755
5756 2002-12-26 [paul]       0.8.7claws11
5757
5758         * po/POTFILES.in
5759                 remove unneeded 'src/prefs.c' entry 
5760
5761 2002-12-26 [paul]       0.8.7claws10
5762
5763         * src/codeconv.c
5764           src/mainwindow.c
5765                 sync with 0.8.8 release
5766         
5767         * src/folder.[ch]
5768           src/mh.c
5769           src/summaryview.c
5770                 partial sync with 0.8.8 release
5771         
5772
5773 2002-12-25 [alfons]     0.8.7claws9
5774
5775         * src/matcher.[ch]
5776         * src/matcher_parser_lex.l
5777         * src/matcher_parser_parse.y
5778         * src/prefs_matcher.c
5779                 add locked flag to possible filtering / matcher 
5780                 conditions (also a good example what should be
5781                 done to add a simple boolean condition)
5782
5783 2002-12-25 [christoph]  0.8.7claws8
5784
5785         * src/Makefile.am
5786         * src/account.[ch]
5787         * src/addrbook.c
5788         * src/addressbook.c
5789         * src/addrindex.c
5790         * src/filtering.c
5791         * src/folder.c
5792         * src/matcher.c
5793         * src/prefs.[ch]                ** REMOVE **
5794         * src/prefs_account.c
5795         * src/prefs_actions.c
5796         * src/prefs_common.c
5797         * src/prefs_customheader.c
5798         * src/prefs_display_header.c
5799         * src/prefs_filtering.c
5800         * src/prefs_folder_item.c
5801         * src/prefs_gtk.[ch]            ** NEW **
5802         * src/prefs_matcher.c
5803         * src/prefs_scoring.c
5804         * src/prefs_summary_column.c
5805         * src/procmime.c
5806         * src/selective_download.c
5807         * src/toolbar.c
5808         * src/common/Makefile.am
5809         * src/common/prefs.[ch]         ** NEW **
5810                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5811
5812 2002-12-24 [alfons]     0.8.7claws7
5813
5814         * src/summaryview.c
5815                 summary_thread_build(): fix real cause of the crash mentioned in
5816                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5817                 this way we get meaningful ctree nodes 
5818
5819 2002-12-24 [oliver]     0.8.7claws6
5820
5821         * src/mainwindow.[ch]
5822         * src/messageview.[ch]
5823         * src/compose.[ch]
5824         * src/inc.c
5825         * src/summaryview.c
5826                 changes to use updated toolbar handling
5827                 
5828 2002-12-24 [oliver]     0.8.7claws5
5829
5830         * src/toolbar.[ch]
5831                 generic toolbar handling
5832                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5833         * src/prefs_toolbar.[ch]
5834                 adjust to handling
5835         
5836 2002-12-24 [oliver]     0.8.7claws4
5837         
5838         * src/stock_pixmap.[ch]
5839                 move SYLPHEED_LOGO to end of list in order 
5840                 to remove it from Custom Toolbar`s Icon View
5841
5842 2002-12-24 [alfons]     0.8.7claws3
5843
5844         * src/summaryview.c
5845                 summary_thread_build(): fix crash because of focus != selection 
5846                 after threading. when deleting the selection, gtk tries but fails 
5847                 to find the correct focusable element. we now force the selection
5848                 to be focused. this should solve the infamous bug reported by 
5849                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5850                 a test case is available. 
5851
5852 2002-12-24 [darko]      0.8.7claws2
5853
5854         * src/summaryview.c
5855                 don't crash when unmarking message with unread children
5856
5857 2002-12-23 [christoph]  0.8.7claws1
5858
5859         * src/Makefile.am
5860         * src/common/Makefile.am
5861                 update Makefiles for moved intl.h, version.h and defs.h
5862         * src/imap.c
5863                 rewrite imap_session_get to avoid duplicate code
5864
5865 2002-12-23 [paul]       0.8.7claws
5866
5867         * Santa-Claws released
5868         
5869         * po/hu.po
5870           po/ru.po
5871                 squeeze in updated Hungarian and Russian translations.
5872                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5873
5874 2002-12-23 [paul]       0.8.6claws129
5875
5876         * po/pl.po
5877                 updated by Witold Wladyslaw Wojciech Wilk
5878
5879 2002-12-23 [paul]       0.8.6claws128
5880
5881         * src/quote_fmt_parse.y
5882                 fix typo and add licence header
5883
5884 2002-12-23 [paul]       0.8.6claws127
5885
5886         * po/en_GB.po
5887                 updated
5888
5889 2002-12-23 [paul]       0.8.6claws126
5890
5891         * po/it.po
5892                 updated translation, submitted by Alessandro Maestri
5893                 
5894 2002-12-23 [paul]       0.8.6claws125
5895
5896         * src/quote_fmt_parse.y
5897                 fix signature-stripping on replies bug. match
5898                 '-- \n' and not '-- '.
5899
5900 2002-12-22 [paul]       0.8.6claws124
5901
5902         * po/bg.po
5903           po/es.po
5904           po/sr.po
5905                 updated translations. submitted by George Danchev,
5906                 Ricardo Mones Lastra, and Urke MMI respectively
5907
5908 2002-12-21 [paul]       0.8.6claws123
5909
5910         * src/addrbook.c
5911                 fix coding style
5912
5913 2002-12-21 [paul]       0.8.6claws122
5914
5915         * src/addrbook.c
5916                 fix bug [643638] where if a person is in one or more
5917                 addressbook groups editing that person's email 
5918                 address results in removal from those groups.
5919                 Patch submitted by Luke Plant.
5920
5921 2002-12-20 [christoph]  0.8.6claws121
5922
5923         * src/common/utils.c
5924         * src/summaryview.c
5925                 reimplement expand_search_string using GString to
5926                 prevent crashs caused by miscalculated string
5927                 lengths reported by Paul
5928
5929 2002-12-20 [christoph]  0.8.6claws120
5930
5931         * src/summaryview.c
5932                 don't use "changed" to check if op_count has to be changed as it
5933                 is also set when the message has unread children
5934                 (closes bug [ 653221 ] crash while deleting duplicates)
5935
5936 2002-12-20 [paul]       0.8.6claws119
5937
5938         * sync with 0.8.6cvs27
5939                 see ChangeLog 2002-12-20
5940
5941 2002-12-20 [paul]       0.8.6claws118
5942
5943         * sync with 0.8.6cvs26
5944                 see ChangeLog 2002-12-19 and 2002-12-20
5945
5946 2002-12-19 [alfons]     0.8.6claws117
5947
5948         * src/textview.c
5949                 fix incorrect parsing of email addresses, submitted by 
5950                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5951                 name display if it contains @".
5952
5953 2002-12-18 [paul]       0.8.6claws116
5954
5955         * sync with 0.8.6cvs23
5956                 see ChangeLog 2002-12-18
5957
5958 2002-12-18 [paul]       0.8.6claws115
5959
5960         * src/Makefile.am
5961         * src/account.c
5962         * src/codeconv.c
5963         * src/gtkutils.[ch]
5964         * src/imap.c
5965                 sync with 0.8.6cvs22.
5966                 see ChangeLog 2002-12-17 and 2002-12-18
5967
5968 2002-12-17 [christoph]  0.8.6claws114
5969
5970         * src/imap.c
5971                 o don't create a session if imap greeting fails
5972                 o don't close socket when authentication fails
5973                   this is done by imap_session_destroy
5974
5975 2002-12-17 [thorsten]   0.8.6claws113
5976
5977         * tools/Makefile.am
5978           tools/README
5979           tools/google_msgid.pl ** NEW FILE **
5980                 Added "search for message-id" script and doc
5981
5982 2002-12-17 [thorsten]   0.8.6claws112
5983
5984         * po/hu.po
5985                 Updated hungarian translation
5986                 (updated by Gal Zoltan)
5987
5988 2002-12-16 [christoph]  0.8.6claws111
5989
5990         * src/addr_compl.c
5991                 remove stupid addressbook dump to debug output
5992         * src/mh.c
5993                 fix memory leak found by Hiro
5994
5995 2002-12-14 [paul]       0.8.6claws110
5996
5997         * src/compose.c
5998                 fix menubar sensitivity on send
5999                 
6000         * src/prefs_filtering.c
6001         * src/prefs_matcher.c
6002         * src/prefs_scoring.c
6003                 Fix english ;)
6004                 
6005         * src/common/quoted-printable.h
6006                 sync: fix typo
6007         
6008 2002-12-13 [christoph]  0.8.6claws109
6009
6010         * src/Makefile.am
6011         * src/manage_window.[ch]        ** REMOVE **
6012         * src/gtk/Makefile.am
6013         * src/gtk/manage_window.[ch]    ** NEW **
6014                 move manage_window files to gtk directory
6015
6016 2002-12-13 [christoph]  0.8.6claws108
6017
6018         * src/Makefile.am
6019         * src/gtkshruler.[ch]           ** REMOVE **
6020         * src/gtk/Makefile.am
6021         * src/gtk/gtkshruler.[ch]       ** NEW **
6022                 move gtkshruler files to gtk directory
6023
6024 2002-12-13 [christoph]  0.8.6claws107
6025
6026         * src/Makefile.am
6027         * src/compose.c
6028         * src/gtkstext.[ch]             ** REMOVE **
6029         * src/gtkutils.[ch]
6030         * src/textview.c
6031         * src/gtk/gtkstext.[ch]         ** NEW **
6032         * src/gtk/Makefile.am
6033                 o move stext functions to gtkstext.c to remove
6034                   dependency of gtkutils
6035                 o move gtkstext files to gtk directory
6036
6037         * src/gtk/Makefile.am
6038         * src/gtk/sslcertwindow.[ch]
6039                 UI stuff can always depend on common code so
6040                 it's ok to add ../common to include path
6041
6042 2002-12-13 [colin]      0.8.6claws106
6043
6044         * src/summaryview.c
6045                 Disconnect sighandlers for mainwindow when
6046                 quicksearch has the focus
6047                 Fix bug #653231
6048         * src/mainwindow.[ch]
6049                 Make key_pressed callback public, to be able
6050                 to disconnect it
6051
6052 2002-12-13 [christoph]  0.8.6claws105
6053
6054         * src/mh.c
6055                 create .mh_sequences file in new MH folders
6056                 (closes feature request [ 523162 ] MH folders should
6057                  get a .mh_sequences)
6058
6059 2002-12-13 [colin]      0.8.6claws104
6060
6061         * src/summaryview.c
6062                 Better handling of quicksearch show/hide
6063                 (basically the button stays under the mouse 
6064                  when toggled)
6065
6066 2002-12-13 [paul]       0.8.6claws103
6067
6068         * sync with 0.8.6cvs17
6069                 see ChangeLog 2002-12-13
6070
6071 2002-12-13 [paul]       0.8.6claws102
6072
6073         * po/es.po
6074                 updated by Ricardo Mones Lastra
6075
6076 2002-12-11 [colin]       0.8.6claws101
6077
6078         * src/folder.c
6079                 remove statusbar stuff
6080           src/folderview.c
6081                 set statusbar verbosity when moving folders
6082
6083 2002-12-11 [colin]       0.8.6claws100
6084         * src/prefs_filtering.c
6085         * src/prefs_matcher.c
6086         * src/prefs_scoring.c
6087                 Fix english ;)
6088
6089 2002-12-11 [colin]       0.8.6claws99
6090
6091         * src/prefs_common.[ch]
6092                 Add summary_quicksearch_type
6093         * src/summaryview.c
6094                 Save last used quicksearch type
6095
6096 2002-12-11 [jens]       0.8.6claws98
6097         * src/prefs_filtering.c
6098         * src/prefs_matcher.c
6099         * src/prefs_scoring.c
6100                 added dialog for incomplete rules in scoring, filtering and
6101                 matcher to ask wheather really close
6102
6103 2002-12-11 [colin]      0.8.6claws97
6104
6105         * src/folder.c
6106                 Fix folder dnd statusbar logging
6107
6108 2002-12-10 [christoph]  0.8.6claws96
6109
6110         * src/compose.c
6111         * src/folder.c
6112         * src/imap.c
6113         * src/inc.c
6114         * src/main.c
6115         * src/mainwindow.c
6116         * src/news.c
6117         * src/send.c
6118         * src/statusbar.[ch]
6119         * src/common/hooks.c
6120         * src/common/log.[ch]
6121                 o handle verbose logging in statusbar directly in statusbar code
6122                   and common code does not need any knowledge about a statusbar
6123                 o remove direct calls to statusbar_(puts|pop)_all functions
6124
6125 2002-12-10 [jens]       0.8.6claws95
6126
6127         * src/*.c
6128                 removed gettext from g_warnings
6129         * po/POTFILES.in
6130                 cleaned and updated
6131         * po/de.po
6132                 updated
6133
6134 2002-12-10 [colin]      0.8.6claws94
6135
6136         * src/main.c
6137                 finish crash dialog fix
6138
6139 2002-12-10 [colin]      0.8.6claws93
6140
6141         * src/main.c
6142                 "Fix" "sylpheed already running" instead of
6143                 crash dialog appearing after a crash
6144
6145 2002-12-10 [colin]      0.8.6claws92
6146
6147         * po/POTFILES.in
6148                 add src/gtk/sslcertwindow.c
6149
6150 2002-12-10 [paul]       0.8.6claws91
6151
6152         * po/POTFILES.in
6153                 updated to reflect recent changes
6154                 submitted by Alessandro Maestri
6155
6156 2002-12-09 [christoph]  0.8.6claws90
6157
6158         * src/Makefile.am
6159         * src/smtp.[ch]                 ** REMOVE **
6160         * src/common/Makefile.am
6161         * src/common/smtp.[ch]          ** NEW **
6162                 move smtp files to common directory
6163
6164 2002-12-09 [christoph]  0.8.6claws89
6165
6166         * src/Makefile.am
6167         * src/session.[ch]              ** REMOVE **
6168         * src/common/Makefile.am
6169         * src/common/session.[ch]       ** NEW **
6170                 move session files to common directory
6171
6172 2002-12-09 [paul]       0.8.6claws88
6173
6174         * src/account.c
6175                 fix bug [649746] edit accounts: move account reverted
6176                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6177
6178 2002-12-09 [colin]      0.8.6claws87
6179
6180         * src/ssl_certificate.c
6181                 cleanup
6182
6183 2002-12-09 [colin]      0.8.6claws86
6184
6185         * src/ssl.c
6186                 Try to open the cert.pem database and 
6187                 issue a warning if it isn't there
6188
6189 2002-12-09 [colin]      0.8.6claws85
6190
6191         * src/common/ssl_certificate.c
6192         * src/gtk/sslcertwindow.c
6193                 Warning fixes
6194
6195 2002-12-09 [colin]      0.8.6claws84
6196
6197         * src/ssl_certificate.[ch] ** REMOVED **
6198         * src/common/ssl_certificate.[ch] ** NEW **
6199         * src/Makefile.am
6200         * src/common/Makefile.am
6201                 Moved ssl_certificate.[ch] to common
6202         * src/common/ssl.c 
6203                 Put back needed include
6204         * src/gtk/sslcertwindow.[ch]
6205                 Changed ssl_certificate.h include
6206         
6207 2002-12-09 [colin]      0.8.6claws83
6208
6209         * src/gtk/sslcertwindow.[ch]
6210                 Implement hook for certificate acception
6211         * src/ssl_certificate.[ch]
6212                 Implement hook for certificate acception
6213         * src/common/ssl.c
6214                 Reenable certificate acception check
6215         * src/mainwindow.c
6216                 Register sslcertwindow's hook
6217         
6218 2002-12-08 [christoph]  0.8.6claws82
6219
6220         * src/about.c
6221         * src/addr_compl.c
6222         * src/codeconv.c
6223         * src/manual.c
6224         * src/undo.c
6225         * src/common/utils.c
6226                 o add missing includes
6227                 o fix warnings
6228         * src/.cvsignore
6229         * src/common/.cvsignore
6230         * src/common/version.h          ** REMOVE **
6231                 remove autogenerated file
6232
6233 2002-12-08 [paul]       0.8.6claws81
6234
6235         * src/stringtable.c
6236                 put back needed include
6237
6238 2002-12-08 [colin]      0.8.6claws80
6239         
6240         * src/gtk/sslcertwindow.c
6241                 Cleaner popups when asking
6242         * src/ssl_certificate.c
6243         * src/prefs_common.[ch]
6244                 remove ssl certificate pref
6245                 put back needed include
6246         * src/undo.c
6247                 put back needed include
6248
6249 2002-12-08 [christoph]  0.8.6claws79
6250
6251         * src/folderview.c
6252         * src/logwindow.c
6253         * src/statusbar.c
6254         * src/summaryview.c
6255                 only abort hook invokation if required data is missing not
6256                 if our own data pointer is NULL, update hookfunction for
6257                 log window
6258
6259 2002-12-08 [paul]       0.8.6claws78
6260
6261         * src/about.c
6262         * src/addrcache.c
6263         * src/addrclip.c
6264         * src/addr_compl.c
6265         * src/addrselect.c
6266         * src/codeconv.c
6267         * src/colorlabel.c
6268         * src/enriched.c
6269         * src/esmtp.c
6270         * src/exporthtml.c
6271         * src/headerview.c
6272         * src/imageview.c
6273         * src/manual.c
6274         * src/noticeview.c
6275         * src/pgptext.c
6276         * src/scoring.c
6277         * src/sourcewindow.c
6278         * src/stringtable.c
6279         * src/undo.c
6280                 clean up: remove unneccesary includes
6281
6282 2002-12-08 [christoph]  0.8.6claws77
6283
6284         * src/folderview.c
6285         * src/statusbar.c
6286         * src/summaryview.c
6287         * src/common/hooks.[ch]
6288                 hook functions now have a gboolean return value, if a hook
6289                 returns TRUE it will stop executing of any more hooks in
6290                 the same hooklist for this invokation
6291
6292 2002-12-08 [colin]      0.8.6claws76
6293         
6294         * src/main.c
6295                 put back argv0 for CRASH_DIALOG
6296
6297 2002-12-08 [christoph]  0.8.6claws75
6298
6299         * src/Makefile.am
6300         * src/about.c
6301         * src/account.c
6302         * src/crash.c
6303         * src/esmtp.h
6304         * src/imap.[ch]
6305         * src/inc.c
6306         * src/main.c
6307         * src/mainwindow.c
6308         * src/news.c
6309         * src/pop.[ch]
6310         * src/prefs_account.[ch]
6311         * src/prefs_common.[ch]
6312         * src/send.[ch]
6313         * src/smtp.[ch]
6314         * src/ssl_certificate.[ch]
6315         * src/ssl_manager.[ch]
6316         * src/common/Makefile.am
6317         * src/common/log.c
6318         * src/common/nntp.[ch]
6319         * src/common/socket.[ch]
6320         * src/common/ssl.[ch]
6321         * src/gtk/sslcertwindow.[ch]
6322         * ac/openssl.m4
6323                 use new autoconf script to detect OpenSSL with extra parameters
6324                 to specify the location of libs and includes, also remove USE_SSL
6325                 to USE_OPENSSL
6326
6327         * src/common/sylpheed.[ch]
6328         * src/common/version.h.in
6329                 start seperation of common code initialization seperated from gui
6330
6331         * src/summaryview.c
6332                 The function that is called when a color label changes
6333                 should not change the color lable again
6334
6335 2002-12-08 [colin]      0.8.6claws74
6336
6337         * src/gtk/sslcertwindow.c
6338                 warning fixes
6339
6340 2002-12-08 [colin]      0.8.6claws73
6341
6342         * src/statusbar.c
6343           src/common/log.h
6344                 Register a hook for statusbar_puts_all
6345         * src/common/log.c
6346                 invoke statusbar_puts_all's hook
6347         
6348 2002-12-08 [colin]      0.8.6claws72
6349
6350         * src/ssl_certificate.c
6351                 Put back a badly-removed include
6352
6353 2002-12-08 [colin]      0.8.6claws71
6354
6355         * src/gtk/sslcertwindow.[ch]    ** NEW **
6356                 new certificate presentation
6357         * src/gtk/Makefile.am
6358                 add new files
6359         * src/ssl_certificate.[ch]
6360                 gtk cleanup, made utility functions public
6361         * src/ssl_manager.c
6362                 use new cert presentation
6363
6364 2002-12-07 [christoph]  0.8.6claws70
6365
6366         * src/Makefile.am
6367         * src/nntp.[ch]                 ** REMOVE **
6368         * src/common/Makefile.am
6369         * src/common/nntp.[ch]          ** NEW **
6370                 move nntp files to common directory
6371
6372 2002-12-07 [christoph]  0.8.6claws69
6373
6374         * src/procmsg.[ch]
6375         * src/summaryview.c
6376                 implement msginfo update callback using sylpheed's new
6377                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6378
6379 2002-12-06 [christoph]  0.8.6claws68
6380
6381         * src/editgroup.c
6382                 This patch changes the 'Edit Group Details' dialog to
6383                 allow extended selections in either pane, so that
6384                 addresses can be added or removed from a group more
6385                 quickly and easily. (it actually is a net decrease in
6386                 file size, as some unnecessary functions have been
6387                 removed). 
6388                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6389
6390 2002-12-06 [christoph]  0.8.6claws67
6391
6392         * src/Makefile.am
6393         * src/template.[ch]             ** REMOVE **
6394         * src/common/Makefile.am
6395         * src/common/template.[ch]      ** NEW **
6396                 move template files to common directory
6397
6398         * src/nntp.c
6399                 add missing log.h include
6400
6401 2002-12-06 [melvin]     0.8.6claws66
6402
6403         * src/prefs_actions.c
6404                 Added the trailing ">" syntax to insert command's output
6405                 without replacing old text (in contrast to trailing "|").
6406
6407 2002-12-05 [colin]      0.8.6claws65
6408         
6409         * src/common/utils.c
6410                 Don't modify original search_string or it'll change
6411                 the next iterations in the for()
6412
6413 2002-12-05 [darko]      0.8.6claws64
6414
6415         * src/common/utils.c
6416                 proper check for filtering commands, found by Colin
6417
6418 2002-12-05 [darko]      0.8.6claws63
6419
6420         * src/common/utils.c
6421                 check proper string for NULL pointer, found by Colin
6422
6423 2002-12-05 [darko]      0.8.6claws62
6424
6425         * src/common/utils.[ch]
6426                 expand_search_string(): new function
6427                 converts Mutt-like patterns to Sylpheed's
6428                 filtering engine
6429         * src/summaryview.c
6430                 use expand_search_string() to allow Mutt-like
6431                 patterns in extended search
6432         * README.claws
6433                 document extended option in quick search
6434
6435 2002-12-05 [paul]       0.8.6claws61
6436
6437         * sync with 0.8.6cvs16
6438                 see ChangeLog 2002-12-05
6439                 
6440         * po/POTFILES.in
6441                 clean up
6442
6443 2002-12-04 [christoph]  0.8.6claws60
6444
6445         * src/imap.[ch]
6446                 put imap authentication code into a new function and
6447                 remove it from imap_session_new that will allow to
6448                 send other commands before authentication
6449
6450 2002-12-04 [christoph]  0.8.6claws59
6451
6452         * src/imap.[ch]
6453                 use already existing method to prevent unneeded IMAP
6454                 folder selects. Set imap_select parameters to NULL
6455                 in some functions if the values are not required.
6456
6457         * src/xml.h
6458                 remove no longer required include
6459
6460 2002-12-04 [paul]       0.8.6claws58
6461
6462         * po/es.po
6463                 updated by Ricardo Mones Lastra
6464                 
6465         * configure.in
6466           po/hu.po      ** NEW FILE **
6467                 initial Hungarian translation, submitted
6468                 by Gál Zoltán <galzoli@hu.inter.net>
6469
6470 2002-12-03 [christoph]  0.8.6claws57
6471
6472         * src/Makefile.am
6473         * src/gtksctree.[ch]            ** REMOVE **
6474         * src/gtk/Makefile.am
6475         * src/gtk/gtksctree.[ch]        ** NEW **
6476                 move gtksctree files to gtk directory
6477
6478 2002-12-03 [christoph]  0.8.6claws56
6479
6480         * src/Makefile.am
6481         * src/md5.[ch]                  ** REMOVE **
6482         * srm/common/Makefile.am
6483         * src/common/md5.[ch]           ** NEW **
6484                 move md5 files to common directory
6485
6486         * src/gtkstext.c
6487                 remove not required #include
6488
6489 2002-12-03 [sergey]     0.8.6claws55
6490
6491         * src/gtkutils.c
6492         * src/gtkutils.h
6493                 gtkut_window_popup(): new function.
6494         * src/mainwindow.c
6495                 main_window_popup(): use gtkut_window_popup() to raise
6496                 window without changing its position.
6497                 (see sylpheed-main ML message [sylpheed:17247])
6498
6499 2002-12-03 [sergey]     0.8.6claws54
6500
6501         * src/send.c
6502                 send_message_local(): removed first-dot escaping
6503                 (SMTP-only, not needed for sending through pipe)
6504
6505 2002-12-03 [paul]       0.8.6claws53
6506
6507         * po/POTFILES.in
6508                 update to reflect recent changes (thanks
6509                 to Ricardo Mones Lastra)
6510                 
6511         * tools/filter_conv.pl
6512                  fix problem with quoted strings. Patch submitted
6513                  by Luke Plant <lukeplant@softhome.net>
6514
6515 2002-12-03 [paul]       0.8.6claws52
6516
6517         * sync with 0.8.6cvs15
6518                 see ChangeLog 2002-12-03
6519
6520 2002-12-02 [christoph]  0.8.6claws51
6521
6522         * src/logwindow.[ch]
6523         * src/common/log.[ch]
6524                 implement logging using a hook function
6525
6526         * src/folderview.c
6527         * src/folder.[ch]
6528                 define hooklist name in header file to avoid
6529                 errors caused by wrong spelling of hooklist names
6530
6531         * src/toolbar.c
6532                 fix warnings
6533
6534 2002-12-02 [christoph]  0.8.6claws50
6535
6536         * src/common/Makefile.am
6537                 add src/common/hooks.[ch]
6538
6539         * src/common/hooks.[ch]
6540                 implement a simple hook system using glib's hook functions
6541
6542         * src/folder.[ch]
6543         * src/folderview.c
6544                 use new hook system for folder item updates
6545
6546 2002-12-02 [christoph]  0.8.6claws49
6547
6548         * doc-src/ui_seperation.txt     ** NEW **
6549                 information for ui seperation
6550
6551         * src/Makefile.am
6552                 remove files that were moved to common
6553                 include common directory by default for the header files
6554
6555         * src/inc.c
6556         * src/common/socket.c
6557         * src/automaton.[ch]
6558                 implement automaton using g_io_*-functions instead of
6559                 gdk_input_add to make it ui independent
6560
6561         * src/codeconv.c
6562         * src/compose.c
6563         * src/ldif.c
6564         * src/pgptext.c
6565         * src/procmime.c
6566         * src/rfc2015.c
6567         * src/smtp.c
6568         * src/unmime.c
6569                 remove common/ prefix because directory is now in
6570                 include path
6571
6572         * src/compose.c
6573         * src/folder.c
6574         * src/folderview.c
6575         * src/mainwindow.c
6576         * src/messageview.c
6577         * src/prefs_common.c
6578         * src/procmsg.c
6579         * src/rfc2015.c
6580                 fix warnings
6581
6582         * src/imap.c
6583         * src/inc.c
6584         * src/news.c
6585         * src/pop.c
6586         * src/send.c
6587         * src/smtp.c
6588         * src/ssl_certificate.c
6589                 add log.h header file for logging functions
6590
6591         * src/main.c
6592         * src/common/utils.c
6593         * src/summaryview.c
6594         * src/xml.c
6595                 o move debug_mode to common/utils.c
6596                 o add functions to set and get debug_mode
6597
6598         * src/defs.h                    ** REMOVE **
6599         * src/intl.h                    ** REMOVE **
6600         * src/socket.[ch]               ** REMOVE **
6601         * src/ssl.[ch]                  ** REMOVE **
6602         * src/utils.[ch]                ** REMOVE **
6603                 replaced by new files in src/common/
6604         
6605         * src/common/Makefile.am
6606                 add new files in src/common/
6607
6608         * src/common/defs.h             ** NEW **
6609         * src/common/intl.h             ** NEW **
6610         * src/common/log.[ch]           ** NEW **
6611         * src/common/socket.[ch]        ** NEW **
6612         * src/common/ssl.[ch]           ** NEW **
6613         * src/common/utils.[ch]         ** NEW **
6614                 replacement for files in src/
6615
6616 2002-12-02 [colin]      0.8.6claws48
6617
6618         * src/folderview.c
6619                 Scroll folderview if necessary during dnd
6620
6621 2002-12-02 [colin]      0.8.6claws47
6622
6623         * src/folder.[ch]
6624                 Add check to verify a move is within a single mailbox
6625         * src/folderview.c
6626                 Add specific error string for this check
6627
6628 2002-12-02 [colin]      0.8.6claws46
6629
6630         * src/folder.c
6631                 Add a test to folder moving, remove a statusbar_print
6632         * src/folderview.c
6633                 Add Move folder... context-menu item
6634                 Factorize folder moving code
6635                 Enable folder DND for mbox
6636
6637 2002-12-01 [christoph]  0.8.6claws45
6638
6639         * ac/aspell.m4
6640                 remove conf.aspelltest if the version check fails
6641
6642 2002-11-30 [christoph]  0.8.6claws44
6643
6644         * autogen.sh
6645                 run libtoolize --force in autogen to create missing
6646                 libtool scripts
6647
6648 2002-11-30 [christoph]  0.8.6claws43
6649
6650         * src/Makefile.am
6651         * src/pgptext.c
6652         * src/procmime.c
6653         * src/rfc2015.c
6654         * src/uuencode.[ch]             ** REMOVED **
6655         * src/common/Makefile.am
6656         * src/common/uuencode.[ch]      ** NEW **
6657                 move uuen/decoder to common directory
6658
6659 2002-11-30 [christoph]  0.8.6claws42
6660
6661         * src/Makefile.am
6662         * src/base64.[ch]               ** REMOVED **
6663         * src/codeconv.c
6664         * src/compose.c
6665         * src/ldif.c
6666         * src/pgptext.c
6667         * src/procmime.c
6668         * src/rfc2015.c
6669         * src/smtp.c
6670         * src/unmime.c
6671         * src/common/Makefile.am
6672         * src/common/base64.[ch]        ** NEW **
6673                 move base64 en/decoder to common directory
6674
6675 2002-11-30 [christoph]  0.8.6claws41
6676
6677         * src/common                    ** NEW **
6678                 new directory for UI independent code
6679         * src/gtk                       ** NEW **
6680                 new directory for GTK frontend
6681         * src/common/.cvsignore         ** NEW **
6682         * src/gtk/.cvsignore            ** NEW **
6683                 ignore build files
6684         * src/common/Makefile.am        ** NEW **
6685         * src/gtk/Makefile.am           ** NEW **
6686                 automake files to build new seperated stuff
6687         * src/Makefile.am
6688                 the binary will currently still be build with the
6689                 files in src, so we include the code from the
6690                 subdirs for now after building the libs there
6691
6692 2002-11-30 [paul]       0.8.6claws40
6693
6694         * src/compose.c
6695                 fix bug [642731] 'Wrong selected account with drafted mail'
6696
6697 2002-11-29 [oliver]     0.8.6claws39
6698         
6699         * src/messageview.c
6700                 o update summaryview when switching between different
6701                   messageviews          
6702         * src/toolbar.c  
6703                 o check if messageview holds already removed msg
6704                   from summaryview
6705                 
6706
6707 2002-11-29 [oliver]     0.8.6claws38
6708
6709         * src/toolbar.c 
6710                 remove not needed variables and includes
6711                 make messageview stay opened and move to next when msgs are deleted 
6712
6713 2002-11-29 [oliver]     0.8.6claws37
6714         
6715         * src/toolbar.c 
6716                 disable compose button (messageview toolbar) by default
6717                 deleted msgs are moved to trash
6718         
6719 2002-11-29 [melvin]     0.8.6claws36
6720
6721         * configure.in
6722                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6723                 and to detect signatures expirations (gpgme 0.3.6)
6724
6725         * src/main.c
6726                 Use non obsolescent function for Gpgme engine checking.
6727
6728         * src/rfc2015.c
6729                 Inform about expired signatures or signatures which key
6730                 has expired. Expiration date is displayed.
6731
6732         * src/sigstatus.c
6733                 Inform about expired signatures or signatures which key
6734                 has expired.
6735
6736 2002-11-28 [paul]       0.8.6claws35
6737
6738         * src/folderview.c
6739                 re-instate 'Check for new messages' in Newsgroup
6740                 folders right-click menu, after a suggestion from
6741                 Tim Mann <timmann@users.sourceforge.net>
6742
6743         * src/main.c
6744                 after a crash check only local folders for new
6745                 messages
6746
6747 2002-11-28 [paul]       0.8.6claws34
6748
6749         * configure.in
6750                 apply patch that fixes the checking of GTK with XIM 
6751                 support on different OSs, such as FreeBSD. Patch 
6752                 submitted by Topia <topia@users.sourceforge.net>
6753                 
6754 2002-11-28 [paul]       0.8.6claws33
6755
6756         * src/mainwindow.c
6757           src/prefs_common.c
6758           src/prefs_toolbar.c
6759                 more changes to the English
6760
6761 2002-11-28 [paul]       0.8.6claws32
6762
6763         * sync with 0.8.6cvs13
6764                 see ChangeLog 2002-11-28 (no sync needed
6765                 for src/compose.c)
6766
6767 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6768         
6769         * src/mainwindow.[ch]
6770                 add patch by Ivan F. Martinez introducing messageview Toolbar
6771                 some changes and committed by oliver    
6772
6773 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6774
6775         * src/messageview.[ch]
6776                 add patch by Ivan F. Martinez introducing messageview Toolbar
6777                 some changes and committed by oliver    
6778
6779 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6780
6781         * src/compose.[ch]
6782                 add patch by Ivan F. Martinez introducing messageview Toolbar
6783                 some changes and committed by oliver    
6784
6785 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6786         
6787         * src/toolbar.[ch]
6788                 add patch by Ivan F. Martinez introducing messageview Toolbar
6789                 some changes and committed by oliver
6790
6791 2002-11-28 [oliver]     0.8.6claws27
6792         
6793         * src/prefs_toolbar.[ch]
6794                 getting ready for messageview toolbar
6795                 free mem allocated by gettext
6796                 change prefs_toolbar to prefs_toolbar_open
6797  
6798 2002-11-28 [thorsten]   0.8.6claws26
6799
6800         * src/imageview.[ch]
6801                 cleaned up conflicting declarations of
6802                 imageview_show_image()
6803
6804 2002-11-28 [paul]       0.8.6claws25
6805
6806         * src/grouplistdialog.c
6807           src/prefs_common.c
6808           src/prefs_summary_column.c
6809                 a few more improvements to the English
6810
6811 2002-11-28 [colin]      0.8.6claws24
6812
6813         * man/sylpheed.1
6814                 A few updates to command-line parameters
6815
6816 2002-11-28 [colin]      0.8.6claws23
6817
6818         * src/prefs_filtering.c
6819                 Fix problems with prefs_filtering_delete_path:
6820                 a) if the first rule is removed, original pointers
6821                    weren't updated (leading to segfaults)
6822                 b) it was always global_processing updated in case
6823                    of removed path was parent of rule path
6824
6825 2002-11-27 [paul]       0.8.6claws22
6826
6827         * src/mainwindow.c
6828           src/prefs_account.c
6829           src/prefs_actions.c
6830           src/prefs_common.c
6831           src/prefs_customheader.c
6832           src/prefs_display_header.c
6833           src/prefs_filtering.c
6834           src/prefs_folder_item.c
6835           src/prefs_matcher.c
6836           src/prefs_scoring.c
6837           src/prefs_summary_column.c
6838           src/prefs_template.c
6839           src/prefs_toolbar.c
6840                  improve the English in the GUI
6841
6842 2002-11-27 [colin]      0.8.6claws21
6843
6844         * src/folder.c
6845                 Fix processing renaming problems happening after
6846                 last commit
6847
6848 2002-11-27 [colin]      0.8.6claws20
6849
6850         * src/folder.c
6851                 recursive move now deletes src each subfolder after 
6852                 having moved it
6853         * src/folderview.c
6854                 Use identifier instead of path during dnd (enables
6855                 IMAP folder dnd)
6856
6857 2002-11-27 [paul]       0.8.6claws19
6858
6859         * src/main.c
6860                 apply patch that does command-line processing 
6861                 BEFORE gtk_init, allowing claws to run from 
6862                 shell-scripts in non-X environment (e.g. crontab 
6863                 or ip-up, ip-down scripts). Patch submitted by
6864                 Ruslan N. Balkin <baron@dartel.ru>
6865                 
6866         * po/it.po
6867                 updated by Alessandro Maestri
6868
6869 2002-11-27 [paul]       0.8.6claws18
6870
6871         * sync with 0.8.6cvs12
6872           src/prefs_common.c
6873                 Differences are that main uses a 'Receive dialog'
6874                 frame on the Interface tab, whereas claws groups all 
6875                 the dialogs together in a 'Dialogs' frame.
6876
6877 2002-11-27 [colin]      0.8.6claws17
6878
6879         * src/prefs_matcher.c
6880                 Fix Execute criteria's NOT flag
6881
6882
6883 2002-11-26 [christoph]  0.8.6claws16
6884
6885         * src/ssl.c
6886                 rewrite the ssl code a little bit, only use one
6887                 SSL context, set default certificates' file/path
6888
6889 2002-11-26 [thorsten]   0.8.6claws15
6890
6891         * src/compose.c
6892                 default-reply-to didn't work for ml-reply
6893
6894 2002-11-26 [melvin]     0.8.6claws14
6895
6896         * src/prefs_actions.c
6897                 Made pipe-actions ignore short headers in message view
6898                 Made trailing-pipe-actions write in the message view with
6899                 the same font as the original message
6900
6901 2002-11-26 [paul]       0.8.6claws13
6902
6903         * src/compose.c
6904                 this time commit the correct file
6905
6906 2002-11-26 [paul]       0.8.6claws12
6907
6908         * sync with 0.8.6cvs11
6909           src/quote_fmt_parse.y  
6910                 no sync needed
6911           src/account.[ch]       
6912                 not sync'ed
6913           src/compose.c
6914                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6915                 on draft mode.
6916                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6917                 header
6918                 
6919         see ChangeLog 2002-11-25 and 2002-11-26
6920
6921 2002-11-26 [colin]      0.8.6claws11
6922
6923         * src/folderview.c
6924                 Fix collapsed folder not auto-expanding during
6925                 mail dnd, if it was the source folder.
6926
6927 2002-11-25 [colin]      0.8.6claws10
6928
6929         * src/folderview.[ch]
6930                 Variable renaming and cleaning (slist of nodes 
6931                 to be re-collapsed is stored in FolderView)
6932
6933 2002-11-25 [paul]       0.8.6claws9
6934
6935         * src/prefs_common.[ch]
6936                 fix breakage caused by last commit
6937
6938 2002-11-25 [paul]       0.8.6claws8
6939
6940         * sync with 0.8.6cvs4
6941                 see ChangeLog 2002-11-21
6942
6943 2002-11-25 [paul]       0.8.6claws7
6944
6945         * sync with 0.8.6cvs4
6946                 see ChangeLog 2002-11-20
6947
6948 2002-11-25 [paul]       0.8.6claws6
6949
6950         * sync with 0.8.6cvs3
6951                 see ChangeLog 2002-11-18
6952
6953 2002-11-25 [colin]      0.8.6claws5
6954
6955         * src/gtkutils.[ch]
6956                 Add gtkut_ctree_node_is_parent()
6957         * src/folderview.c
6958                 Spring-loaded folders
6959
6960 2002-11-25 [colin]      0.8.6claws4
6961
6962         * src/utils.[ch]
6963                 Add slist_concat_unique(), function to merge
6964                 two GSList filtering dups
6965         * src/folder.[ch]
6966         * src/summaryview.[ch]
6967         * src/folderview.c
6968         * src/main.c
6969                 Add detection/update/display of unread answers
6970                 to marked mails
6971         * src/procmsg.[ch]
6972                 Add procmsg_find_children()
6973                 Add procmsg_msg_has_marked_parent()
6974
6975 2002-11-25 [colin]      0.8.6claws3
6976
6977         * src/ssl_certificate.[ch]
6978                 Allow checking a certificate without a DNS
6979                 lookup
6980                 Allow to forget a cert (by deleting it)
6981                 Make ssl_certificate_destroy_public
6982         * src/ssl_manager.[ch] ** NEW FILES **
6983                 Gui to manage (display/remove) certificates
6984         * src/prefs_common.[ch]
6985                 Add a pref to allow silent acceptation of
6986                 trusted certificates or not (based on the
6987                 "I want to know what's going on" principle)
6988         * src/mainwindow.c
6989                 Add SSL manager in Tools menu
6990         * src/Makefile.am
6991                 Add the new files to the build
6992         * po/POTFILES.in
6993                 Add ssl_manager.c to translations
6994
6995 2002-11-25 [colin]      0.8.6claws2
6996
6997         * src/summaryview.[ch]
6998                 Add S_SEARCH_EXTENDED to the quick search, which 
6999                 allows to search using filtering syntax.
7000
7001 2002-11-25 [colin]      0.8.6claws1
7002
7003         * src/summaryview.c
7004                 Deletion of duplicates now prefer deleting
7005                 the unread dup (fixes feature-request 638989).
7006
7007 2002-11-24 [paul]       0.8.6claws
7008
7009         * po/es.po
7010           po/pl.po
7011           po/ru.po
7012           po/sr.po
7013                 updated by Ricardo Mones Lastra,
7014                 Witold Wladyslaw Wojciech Wilk,
7015                 Ruslan N. Balkin, and  Urke MMI 
7016                 respectively
7017
7018 2002-11-24 [paul]       0.8.5claws182
7019
7020         * po/bg.po
7021                 updated by George Danchev
7022
7023 2002-11-23 [alfons]     0.8.5claws181
7024
7025         * src/imap.c
7026                 tiny memory leak found by browsing Dimitar's 
7027                 valgrind report
7028
7029 2002-11-23 [paul]       0.8.5claws180
7030
7031         * po/it.po
7032                 updated by Alessandro Maestri
7033
7034 2002-11-22 [christoph]  0.8.5claws179
7035
7036         * src/compose.c
7037         * src/inc.c
7038         * src/prefs_filtering.c
7039         * src/summaryview.c
7040                 more warning fixes
7041
7042 2002-11-22 [alfons]     0.8.5claws178
7043
7044         * src/summaryview.c
7045                 summary_execute_delete_func(): if message is deleted, make 
7046                 sure to also remove its entry in the subject hash table. 
7047                 fixes a corner case bug.
7048
7049 2002-11-22 [paul]       0.8.5claws177
7050
7051         * .cvsignore
7052                 add 'autom4te.cache'
7053                 
7054         * ltconfig      ** REMOVED **
7055                 not needed
7056
7057 2002-11-22 [paul]       0.8.5claws176
7058
7059         * src/textview.c
7060                 textview_set_font(): fix for message display in
7061                 UTF-8 locales (thanks to Sergey Vlasov).
7062                 
7063         * AUTHORS
7064                 add new team members and contributors
7065
7066
7067 2002-11-21 [colin]      0.8.5claws175
7068
7069         * src/procmsg.[ch]
7070                 Add procmsg_remove_special_headers()
7071         * src/mh.c
7072                 Use procmsg_remove_special_headers() for 
7073                 previous fix
7074
7075 2002-11-21 [colin]      0.8.5claws174
7076
7077         * src/mh.c
7078                 Fix moving/copying from queue/draft folders
7079                 for MH folders
7080
7081 2002-11-21 [christoph]  0.8.5claws173
7082
7083         * src/crash.c
7084         * src/filtering.c
7085         * src/logwindow.c
7086         * src/main.c
7087         * src/matcher_parser_lex.[hl]
7088         * src/mbox.c
7089         * src/mbox_folder.[ch]
7090         * src/prefs_filtering.c
7091         * src/procheader.c
7092         * src/quote_fmt_lex.l
7093         * src/ssl.c
7094                 fix all warnings except the warnings in lex and yacc files
7095
7096 2002-11-20 [christoph]  0.8.5claws172
7097
7098         * src/imap.c
7099                 fix MsgInfo retrieval for IMAP draft and queue folders
7100                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7101
7102 2002-11-19 [christoph]  0.8.5claws171
7103
7104         * src/compose.c
7105                 fix segfault, when draft saving does not get
7106                 the MsgInfo of the new message
7107                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7108
7109 2002-11-19 [christoph]  0.8.5claws170
7110
7111         * src/procmsg.c
7112                 add parameter check for flag setting function
7113                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7114
7115 2002-11-18 [paul]       0.8.5claws169
7116
7117         * src/compose.c
7118                 more sensitivity fixes to redirect mode:
7119                 * disable toolbar draft button
7120                 * allow only Address book in the Tools menu
7121                 * disable editing of message by the spell
7122                   checker
7123
7124 2002-11-18 [paul]       0.8.5claws168
7125
7126         * src/compose.c
7127                 fix sensitivity of menu items in compose_redirect():
7128                 allow only the necessary items 
7129
7130 2002-11-18 [paul]       0.8.5claws167
7131
7132         * src/compose.c
7133                 fix bug [ 603259 ] 'attachment got lost on bounce'
7134
7135 2002-11-18 [paul]       0.8.5claws166
7136
7137         * po/ru.po
7138                 updated by Ruslan N. Balkin <baron@dartel.ru>
7139
7140 2002-11-18 [colin]      0.8.5claws165
7141
7142         * src/main.c
7143           src/defs.h
7144                 Remove old filtering stuff
7145
7146
7147 2002-11-17 [oliver]     0.8.5claws164
7148
7149         * src/toolbar.h
7150                 remove not needed typedef 
7151
7152 2002-11-17 [oliver]     0.8.5claws163
7153
7154         * src/toolbar.c
7155                 make toolbar's on click events translatable
7156
7157 2002-11-15 [colin]      0.8.5claws162
7158
7159         * src/summaryview.c
7160                 Revert too-soon integration of a feature
7161
7162 2002-11-15 [christoph]  0.8.5claws161
7163
7164         * src/imap.c
7165                 use main's implementation of imap_get_msginfo
7166
7167 2002-11-15 [christoph]  0.8.5claws160
7168
7169         * src/compose.c
7170         * src/folder.[ch]
7171         * src/imap.c
7172         * src/mbox_folder.c
7173         * src/mh.c
7174         * src/news.c
7175         * src/procmsg.c
7176         * src/summaryview.c
7177                 replace claws' fetch_msginfo with main's get_msginfo
7178                 (use main's implementation where possible)
7179
7180 2002-11-15 [colin]      0.8.5claws159
7181
7182         * src/ssl_certificate.c
7183                 Missed a check
7184
7185 2002-11-16 [melvin]     0.8.5claws158
7186
7187         * po/fr.po
7188                 Updated French translations.
7189
7190 2002-11-16 [colin]      0.8.5claws157
7191
7192         * src/ssl_certificate.c
7193                 Check for missing parts in the certificates
7194
7195 2002-11-15 [colin]      0.8.5claws156
7196
7197         * src/folderview.c
7198                 Preventive fix (missing check) found by
7199                 Alfons
7200
7201 2002-11-15 [paul]
7202
7203         * NEWS
7204                 sync with 0.8.6 release
7205
7206 2002-11-15 [colin]      0.8.5claws155
7207
7208         * src/folder.[ch]
7209           src/folderview.c
7210                 Fix error handling of folder_item_move_to()
7211                 (thanks to Alfons!)
7212
7213 2002-11-15 [colin]      0.8.5claws154
7214
7215         * src/folder.[ch]
7216           src/folderview.c
7217                 folder_item_move_to() sets an error message instead
7218                 of having GUI stuff in folder.c
7219
7220 2002-11-15 [colin]      0.8.5claws153
7221
7222         * src/procmsg.[ch]
7223                 Implemented a callback for MsgInfo updates, 
7224                 heavily copy/pasted from Christoph's folder 
7225                 callback system
7226         * src/summaryview.[ch]
7227                 Register summary_update_msg as callback
7228
7229 2002-11-14 [colin]      0.8.5claws152
7230         
7231         * src/procmsg.c
7232                 Update the FolderItem after sending (fixes 617593)
7233
7234 2002-11-14 [christoph]  0.8.5claws151
7235
7236         * src/folder.c
7237                 fix wrong position of NULL pointer check found
7238                 by Sergey
7239
7240 2002-11-14 [christoph]  0.8.5claws150
7241
7242         * src/folder.c
7243                 fix segfault when deleting messages from IMAP folders
7244                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7245
7246 2002-11-14 [colin]      0.8.5claws149
7247
7248         * src/compose.c
7249                 Forwarding was also ignoring the folder's default account.
7250
7251 2002-11-14 [colin]      0.8.5claws148
7252
7253         * src/compose.c
7254                 Fix sent folder not set to folder properties when 
7255                 forwarding.
7256
7257 2002-11-14 [thorsten]   0.8.5claws147
7258
7259         * src/inc.c
7260                 inc_start(): Files were not moved from .processing to inbox,
7261                 if no global processing rule existed
7262
7263 2002-11-14 [colin]      0.8.5claws146
7264
7265         * src/ssl_certificate
7266                 Fix file operations
7267
7268 2002-11-14 [paul]       0.8.5claws145
7269
7270         * po/it.po
7271                 updated by Alessandro Maestri
7272
7273 2002-11-13 [alfons]     0.8.5claws144
7274
7275         * src/folder.c
7276                 folder_item_close(): only mark messages unread
7277                 when a folder has new messages 
7278
7279 2002-11-13 [keith]      0.8.5claws143
7280
7281         * src/imap.c
7282                 Fix problem moving or copying between
7283                 IMAP folders
7284
7285 2002-11-13 [colin]      0.8.5claws142
7286
7287         * src/matcher_parser_parse.y
7288                 Fix rule problem when " don't match
7289
7290 2002-11-13 [christoph]  0.8.5claws141
7291
7292         * src/folder.c
7293         * src/folderview.c
7294                 moved cache saving to folder_item_close
7295                 the folderview should not have to deal with
7296                 this things
7297
7298 2002-11-13 [christoph]  0.8.5claws140
7299
7300         * src/summaryview.c
7301                 moved setting of important score to
7302                 summary_set_prefs_from_folderitem
7303
7304 2002-11-13 [colin]      0.8.5claws139
7305
7306         * src/matcher_parser_parse.y
7307                 Fix a segfault in the parser (happening when
7308                 a good expression had been tested and a bad 
7309                 one arrives)
7310
7311 2002-11-13 [paul]       0.8.5claws138
7312
7313         * sync with 0.8.5cvs24
7314                 see ChangeLog 2002-11-13
7315                 
7316         * po/pt_BR.po
7317                 updated by Fabio Jr. Beneditto
7318
7319 2002-11-13 [colin]      0.8.5claws137
7320         
7321         * src/msgcache.c
7322           src/defs.h
7323           src/procmsg.[ch]
7324                 Revert last commit, problem
7325
7326 2002-11-13 [colin]      0.8.5claws136
7327
7328         * src/msgcache.c
7329                 Remove duplicated code
7330         * src/defs.h
7331                 Bumped CACHE_VERSION and MARK_VERSION
7332         * src/procmsg.[ch]
7333                 Network endian for cache and mark files
7334
7335 2002-11-12 [colin]      0.8.5claws135
7336
7337         * src/inc.c
7338                 Fix the "socket error" dialog which disappeared
7339
7340 2002-11-12 [colin]      0.8.5claws134
7341
7342         * src/msgcache.c
7343                 Reverse last commit which had performance 
7344                 problems, but still reverse the list
7345
7346 2002-11-12 [colin]      0.8.5claws133
7347
7348         * src/msgcache.c
7349                 Reverse list order
7350
7351 2002-11-12 [melvin]     0.8.5claws132
7352
7353         * src/compose.c
7354                 Added a check for a NULL prefs_common.dictionary
7355
7356 2002-11-12 [colin]      0.8.5claws131
7357
7358         * src/ssl_certificate.[ch]
7359                 Use FQDN hostname
7360
7361 2002-11-12 [colin]      0.8.5claws130
7362
7363         * src/ssl_certificate.[ch]
7364                 Take connection port into account for 
7365                 checking certificates (a single hostname
7366                 could have multiple servers with multiple
7367                 certificates)
7368         * src/ssl.c
7369                 Pass the port to ssl_certificate_check
7370
7371 2002-11-12 [paul]       0.8.5claws129
7372
7373         * src/folder.c
7374                 fix a typo in last commit
7375
7376 2002-11-12 [paul]       0.8.5claws128
7377
7378         * sync with 0.8.5cvs23
7379                 see ChangeLog entry 2002-11-12
7380
7381 2002-11-11 [colin]      0.8.5claws127
7382
7383         * src/ssl_certificate.c
7384                 Cleaner messages
7385                 Don't popup, instead log error, if the 
7386                 corresponding pref is checked
7387         * src/ssl_certificate.h
7388                 include <openssl/objects/h>
7389
7390 2002-11-11 [colin]      0.8.5claws126
7391
7392         * src/ssl_certificate.h
7393                 _Really_ clean it
7394
7395 2002-11-11 [colin]      0.8.5claws125
7396         
7397         * src/ssl_certificate.c
7398                 Fixed leak
7399
7400 2002-11-11 [colin]      0.8.5claws124
7401
7402         * src/ssl.c
7403                 Cleaned a bit
7404         * src/ssl_certificate.[ch]
7405                 Cleaned a bit (better use of SSL API)
7406                 (This will cause non-recognition of saved 
7407                  certificates of claws12[23]...)
7408
7409 2002-11-11 [paul]       0.8.5claws123
7410         
7411         * po/es.po
7412                 updated by Ricardo Mones Lastra
7413
7414 2002-11-11 [colin]      0.8.5claws122
7415
7416         * src/ssl.c
7417                 Fix a typo
7418
7419 2002-11-11 [colin]      0.8.5claws121
7420
7421         * src/ssl_certificate.[ch] ** NEW FILES **
7422         * src/ssl.[ch]
7423                 Check SSL certificates presented to us
7424         * src/Makefile.am
7425                 Add ssl_certificate.[ch]
7426         * po/POTFILES.in
7427                 Add ssl_certificate.c
7428
7429 2002-11-11 [paul]       0.8.5claws120
7430
7431         * sync with 0.8.5cvs22
7432                 see ChangeLog 2002-11-11
7433
7434 2002-11-11 [paul]       0.8.5claws119
7435
7436         * sync with 0.8.5cvs21
7437                 see ChangeLog 2002-11-11
7438
7439 2002-11-10 [jens]       0.8.5claws118
7440
7441         * src/folder.c
7442         * src/folderview.c
7443                 corrected some typing
7444         * po/de.po
7445                 updated german translation
7446         * sylpheed.spec.in
7447                 cleaned up specfile and adjusted it for claws
7448
7449 2002-11-10 [colin]      0.8.5claws117
7450
7451         * src/summaryview.c
7452                 a STATUSBAR_PUSH/POP fix
7453
7454 2002-11-10 [colin]      0.8.5claws116
7455
7456         * src/prefs_folder_item.c
7457                 Fix hanging after opening folder properties
7458
7459 2002-11-10 [hoa]        0.8.5claws115
7460
7461         * src/matcher_parser_lex.l
7462         * src/matcher_parser_parse.y
7463                 config file for scoring and filtering is no more trashed
7464                 when there is a syntax error in a filtering rule when
7465                 editing it in a dialog.
7466
7467 2002-11-09 [colin]      0.8.5claws114
7468
7469         * src/mbox_folder.c
7470                 Added missing initialisation of folder->destroy()
7471
7472 2002-11-09 [colin]      0.8.5claws113
7473
7474         * src/folder.c
7475           src/folderview.c
7476                 Fix the status bar messages
7477
7478 2002-11-09 [colin]      0.8.5claws112
7479
7480         * src/folderview.c
7481                 Fix hangs after folder dnd, happening after 
7482                 claws109.
7483
7484 2002-11-09 [christoph]  0.8.5claws111
7485
7486         * src/folderview.c
7487                 just changed order of calls (reverse order of
7488                 associated calls)
7489         * src/inc.c
7490                 lock inc when checking only one account, otherwise
7491                 inc all could be executed at the same time
7492
7493 2002-11-09 [christoph]  0.8.5claws110
7494
7495         * src/folderview.c
7496                 better unlock the mouse cursor before calling
7497                 summary_show because it changes the cursor too
7498
7499 2002-11-09 [christoph]  0.8.5claws109
7500
7501         * src/folder.[ch]
7502         * src/folderview.c
7503                 add functions to open and close a folder
7504                 o opending will execute scanning for remote folders
7505                   and processing
7506                 o closing will unset new flag for messages
7507
7508 2002-11-09 [colin]      0.8.5claws108
7509
7510         * src/folder.c
7511                 Add a call to prefs_matcher_write_config to 
7512                 avoid non-leaf folders filtering settings to be
7513                 lost
7514
7515 2002-11-09 [paul]       0.8.5claws107
7516
7517         * src/prefs_account.c
7518                 re-word a label
7519
7520 2002-11-09 [colin]      0.8.5claws106
7521
7522         * src/folderview.c
7523                 Minor esthetic fix
7524
7525 2002-11-09 [colin]      0.8.5claws105
7526
7527         * src/folderview.c
7528                 Fix prefs_filtering deletion for MH folders (same
7529                 reason as below)
7530         * src/prefs_filtering.c
7531                 Fix prefs_filtering renaming and deletion for 
7532                 folder-based processing rules.  
7533
7534 2002-11-09 [christoph]  0.8.5claws104
7535
7536         * src/compose.c
7537         * src/folder.[ch]
7538         * src/folderview.[ch]
7539         * src/import.c
7540         * src/inc.c
7541         * src/main.c
7542         * src/mainwindow.c
7543         * src/messageview.c
7544         * src/prefs_folder_item.c
7545         * src/procmsg.c
7546         * src/summaryview.c
7547                 implement a callback system for folder item updates
7548
7549 2002-11-09 [colin]      0.8.5claws103
7550
7551         * src/folderview.c
7552                 Fix prefs_filtering renaming for MH folders (we
7553                 shouldn't rename by path as another folder could
7554                 have the same hierarchy).
7555
7556 2002-11-09 [colin]      0.8.5claws102
7557
7558         * src/folder.c
7559                 Fix a leak found by Christoph, use better variable
7560                 names
7561
7562 2002-11-09 [colin]      0.8.5claws101
7563
7564         * src/folder.c
7565                 One more fix for processing rules
7566
7567 2002-11-08 [colin]      0.8.5claws100
7568         
7569         * src/matcher.c
7570                 Don't copy the compiled regexp (will be reevaluated)
7571         * src/folderview.c
7572                 Lock folderview while moving
7573         * src/folder.c
7574                 Provide info on what's happening to the user
7575
7576 2002-11-08 [colin]      0.8.5claws99
7577
7578         * src/folderview.c
7579                 Fix folder reordering after a move if parent is 
7580                 root
7581         * src/scoring.[ch]
7582                 Add function to copy a ScoringProp
7583         * src/prefs_folder_item.c
7584                 Copy scoring rules when copying a folder prefs
7585
7586 2002-11-08 [colin]      0.8.5claws98
7587
7588         * src/folderview.c
7589                 Fixes in case of failure
7590         * src/filtering.[ch]    
7591                 Add function to duplicate a FilteringProp
7592         * src/matcher.[ch]
7593                 Add function to duplicate a MatcherProp
7594         * src/prefs_folder_item.c
7595                 Save folder's processing rules when copying 
7596                 its prefs
7597
7598 2002-11-08 [colin]      0.8.5claws97
7599         
7600         * src/folderview.c
7601                 Sort after move
7602         * src/folder.c 
7603                 Change a printf to debug_print
7604
7605 2002-11-08 [colin]      0.8.5claws96
7606
7607         * src/folder.c
7608           src/folderview.c
7609                 Fix segfaults, call me stupido
7610         
7611
7612 2002-11-08 [colin]      0.8.5claws95
7613
7614         *src/folder.c
7615                 Added forgotten prefs to save when moving folders
7616
7617 2002-11-08 [colin]      0.8.5claws94
7618
7619         * src/folder.c
7620                 Fixes to folder DND (prefs copy)
7621         * src/folderview.c
7622                 Optimization for folder DND (don't rescan whole tree)
7623                 Added folderview_create_folder_node() for this 
7624                 optimization, so de-duped a bit the code
7625         * src/prefs_folder_item.[ch]
7626                 Added prefs_folder_item_copy_prefs()    
7627           
7628 2002-11-08 [paul]       0.8.5claws93
7629
7630         * src/prefs_account.c
7631           tools/README
7632           tools/kmail2sylpheed_v2.pl
7633                 correct some typos
7634
7635 2002-11-08 [paul]       0.8.5claws92
7636
7637         * src/compose.c
7638           src/prefs_account.[ch]
7639                 remove account options 'clearsign' and 'ascii_armored',
7640                 replace with 'default_gnupg_mode' to prevent mixed-mode
7641                 Privacy settings
7642
7643 2002-11-08 [paul]       0.8.5claws91
7644
7645         * src/compose.[ch]
7646                 re-implement GnuPG 'on-the-fly' mode selection,
7647                 disallow mixed-mode
7648
7649 2002-11-08 [colin]      0.8.5claws90
7650
7651         * src/folderview.c
7652           src/prefs_folder_item.c
7653                 Change "Property" to "Properties"
7654
7655 2002-11-07 [colin]      0.8.5claws89
7656
7657         * src/folderview.c
7658           src/folder.c
7659                 Allow folder dropping to a root folder
7660
7661 2002-11-07 [paul]       0.8.5claws88
7662
7663         * src/compose.c
7664                 revert last commit
7665
7666 2002-11-07 [paul]       0.8.5claws87
7667
7668         * src/compose.c
7669                 fix reply-to-list bug. closes bug report
7670                 "[633382] reply-to-list broken in recent cvs"
7671
7672 2002-11-07 [paul]       0.8.5claws86
7673
7674         * src/compose.c
7675                 add a forgotten '#if USE_GPGME ... #endif'
7676
7677 2002-11-07 [paul]       0.8.5claws85
7678
7679         * sync with 0.8.5cvs20
7680                 see ChangeLog 2002-11-07
7681
7682 2002-11-07 [colin]      0.8.5claws84
7683
7684         * src/folder.[ch]
7685                 Change folder_item_move_to to return the newly 
7686                 created folderitem.
7687         * src/folderview.c
7688                 Select the new folderitem after moving.
7689
7690 2002-11-07 [colin]      0.8.5claws83
7691
7692         * src/prefs_filtering.c
7693                 Fix rule rewriting when moving a leaf folder to a 
7694                 shorter path
7695
7696 2002-11-07 [colin]      0.8.5claws82
7697
7698         * src/prefs_filtering.c
7699                 fix a leak
7700
7701 2002-11-07 [colin]      0.8.5claws81
7702
7703         * src/folder.[ch]
7704                 Add folder_item_move_to() function to move a 
7705                 folderitem into another one (updates matcher etc)
7706         * src/folderview.c
7707                 Add folder drag'n drop (context menu to come)
7708                 [Should be dataloss free, but Please backup before 
7709                  trying !]
7710
7711 2002-11-06 [colin]      0.8.5claws80
7712
7713         * src/mh.c
7714                 mh_create_folder() returns NULL if can't create
7715                 directory hierarchy
7716
7717 2002-11-06 [paul]       0.8.5claws79
7718
7719         * src/compose.[ch]
7720                 allow 'on-the-fly' changing of the type of encryption 
7721                 and/or signing used (mime/ascii) via the compose window
7722
7723 2002-11-06 [paul]       0.8.5claws78
7724
7725         * sync with 0.8.5cvs19
7726                 see ChangeLog 2002-11-06 for src/account.c: 
7727                 account_get_special_folder()
7728                 
7729 2002-11-05 [alfons]     0.8.5claws77
7730
7731         * src/crash.c
7732                 very minor cleanups: nothing to see here, move on. :-)
7733
7734 2002-11-05 [colin]      0.8.5claws76
7735
7736         * src/main.c
7737                 Changes choices if compose windows are opened to
7738                 Discard, Draft, Don't quit
7739
7740 2002-11-05 [thorsten]   0.8.5claws75
7741
7742         * src/compose.c
7743                 reenabled default_reply_to folder option
7744
7745 2002-11-05 [colin]      0.8.5claws74
7746
7747         * src/compose.[ch] 
7748                 add compose_draft()
7749         * src/crash.c
7750                 add SIGTERM handler
7751         * src/main.[ch]
7752                 add clean_quit() for the SIGTERM handler
7753
7754 2002-11-05 [paul]       0.8.5claws73
7755         
7756         * po/es.po
7757                 updated by Ricardo Mones Lastra
7758
7759 2002-11-05 [melvin]     0.8.5claws72
7760
7761         * src/logwindow.c
7762                 Fixed log-clipping bug #616795.
7763                 To stop logging in the log window use 0 length.
7764         * src/prefs_common.c
7765                 Added a label to inform about the 0 log length behaviour.
7766
7767 2002-11-05 [paul]       0.8.5claws71
7768
7769         * sync with 0.8.5cvs17
7770                 see ChangeLog 2002-11-05
7771
7772 2002-11-04 [paul]       0.8.5claws70
7773
7774         * sylpheed-128x128.png
7775           sylpheed-64x64.png
7776           sylpheed.png
7777                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7778                 <nikai@users.sourceforge.net>
7779                 
7780         * po/bg.po
7781                 updated by George Danchev
7782
7783 2002-11-03 [thorsten]   0.8.5claws69
7784
7785         * src/main.c
7786           src/mimeview.c
7787           src/rfc2015.h
7788                 add check if gpg is active
7789
7790 2002-11-03 [thorsten]   0.8.5claws68
7791
7792         * src/toolbar.h
7793                 removed GSList declaration causing trouble on MacOS-X
7794                 (submitted by alfons, reported by xfesty)
7795
7796 2002-11-01 [paul]       0.8.5claws67
7797
7798         * src/mainwindow.c
7799                 remove last remnants of main's filter code
7800
7801 2002-11-01 [paul]       0.8.5claws66
7802
7803         * tools/filter_conv.pl
7804                 fix bug where user-defined headers were ignored
7805
7806 2002-11-01 [paul]       0.8.5claws65
7807
7808         * src/logwindow.c
7809                 make a debug_print() not translatable
7810
7811 2002-10-31 [melvin]     0.8.5claws64
7812
7813         * ac/aspell.m4
7814                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7815                 not run any GNU/aspell test.  The dictionary path will
7816                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7817                 was given, in which case, it will be $prefix/lib/aspell/
7818         * configure.in
7819                 Fixed typo in commentary (Aspell code).
7820
7821 2002-10-31 [paul]       0.8.5claws63
7822
7823         * po/POTFILES.in
7824                 remove src/filter.c and src/prefs_filter.c
7825                 thanks to Ricardo for reminding me
7826
7827 2002-10-31 [colin]      0.8.5claws62
7828
7829         * src/mbox_folder.c
7830                 Plug some leaks
7831
7832 2002-10-31 [paul]       0.8.5claws61
7833
7834         * src/prefs_filter.[ch] ** REMOVED **
7835           src/filter.[ch]       ** REMOVED **
7836           
7837         * src/Makefile.am
7838           src/folderview.c
7839           src/inc.c
7840           src/main.c
7841           src/mainwindow.c
7842           src/mbox.c
7843           src/prefs_common.c
7844           src/prefs_filtering.c
7845           src/summaryview.[ch]
7846                 remove main's 'filter' code
7847                 
7848         README.claws
7849                 update to reflect removal of main's filter
7850
7851 2002-10-31 [paul]       0.8.5claws60
7852
7853         * src/summaryview.c
7854                 remove check for global_processing in summary_filter_open(). 
7855                 This fixes the bug where if the user uses the right-click 
7856                 'Create filter rule...' and doesn't have any filter rules 
7857                 already defined in claws' advanced filtering, the newly 
7858                 created filter rule goes to main's filtering which is 
7859                 inaccessible through the gui. Now the filter rule gets added
7860                 to claws' filtering by default.
7861
7862 2002-10-28 [melvin]     0.8.5claws59
7863
7864         * src/prefs_actions.c
7865                 Fixed bug #627322 where MIME parts were not always
7866                 correctly passed to a %p action
7867                 Display an error dialog when message filename is not found.
7868
7869 2002-10-28 [melvin]     0.8.5claws58
7870
7871         * src/prefs_common.c
7872                 Readded a missing function declaration lost in 0.8.3claws34
7873
7874 2002-10-28 [paul]       0.8.5claws57
7875
7876         * sync with 0.8.5cvs15
7877                 see ChangeLog 2002-10-28 and 2002-10-25
7878                 
7879         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7880
7881 2002-10-27 [oliver]     0.8.5claws56
7882
7883         * src/pop.c
7884                 plug leak in pop3_top_recv
7885
7886 2002-10-26 [christoph]  0.8.5claws55
7887
7888         * src/folder.c
7889                 set need_update folder flag when messages are added
7890                 (closes bug [ 626922 ] folder not updated after receiving)
7891
7892 2002-10-25 [melvin]     0.8.5claws54
7893
7894         * src/imageview.c
7895                 Fixed a memleak introduced in the scaling code.
7896
7897 2002-10-24 [alfons]     0.8.5claws53
7898
7899         * src/filtering.c
7900                 make filtering's forward message action forward from the 
7901                 correct account
7902                 (closes bug [628089 ] Filter -> Forward from address problem
7903                 reported by Oktay)
7904
7905 2002-10-24 [christoph]  0.8.5claws52
7906
7907         * src/mainwindow.c
7908         * src/manual.[ch]
7909                 o use manual of current locale or english if current
7910                   locale is not available (and english is available)
7911                 o also link to sylpheed doc project manuals
7912
7913 2002-10-23 [paul]       0.8.5claws51
7914
7915         * tools/README
7916           tools/kmail2sylpheed_v2.pl
7917                 add new version of kmail addressbook importer script.
7918                 works with newer versions of Kmail/KAddressBook which
7919                 have new and rearranged data.
7920
7921 2002-10-23 [martin]     0.8.5claws50
7922
7923         * src/folderview.c
7924         * src/summaryview.c
7925         * src/utils.h
7926         * src/utils.c
7927                 added length parameter to get_abbrev_newsgroup_name()
7928                 changed this function so that it abbreviates the newsgroup
7929                 names only so long it is smaller than the length parameter
7930                 (for better reading of some newsgroup names and space efficiency)
7931
7932 2002-10-22 [colin]      0.8.5claws49
7933
7934         *src/foldersel.c
7935                 Revert Alfons' last modification (after voting ;-))
7936
7937 2002-10-21 [alfons]     0.8.5claws48
7938
7939         * src/foldersel.c
7940                 folder view in folder selection dialog reflects state of
7941                 folder view in main window
7942
7943 2002-10-18 [alfons]     0.8.5claws47
7944
7945         * src/mbox.c
7946                 drop imported messages in folder selected by user,
7947                 and not in the inbox
7948                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7949
7950 2002-10-18 [alfons]     0.8.5claws46
7951
7952         * src/compose.c
7953                 make automagic reply work correctly for email accounts 
7954                 (whether it's viable to do a full sync with Hiro's 
7955                 compose.c is still under discussion)
7956
7957 2002-10-18 [melvin]     0.8.5claws45
7958
7959         * src/prefs_actions.c
7960                 Fixed bug #622275 where asynchroneous actions left 
7961                 zombies processes
7962                 Made (synchroneous) actions' input be displayed live.
7963
7964 2002-10-18 [christoph]  0.8.5claws44
7965
7966         * src/textview.c
7967                 don't add a newline in the textview in front of the
7968                 first textpart if header display is disabled
7969                 (closes bug [ 603385 ] disabled header display leaves blank
7970                  lin)
7971
7972 2002-10-18 [christoph]  0.8.5claws43
7973
7974         * src/folder.[ch]
7975         * src/imap.c
7976         * src/mbox_folder.c
7977         * src/mh.c
7978         * src/news.c
7979                 folder->get_num_list now returns an error code
7980                 (closes bug [ 609424 ] News cache cleared on failure)
7981                 
7982 2002-10-17 [colin]      0.8.5claws42
7983         
7984         * src/news.c
7985                 Changed a printf by debug_print
7986
7987 2002-10-16 [paul]       
7988
7989         * tools/OOo2sylpheed.pl
7990                 allow for spaces in the name of the
7991                 file to be attached.
7992
7993 2002-10-16 [colin]      0.8.5claws41
7994
7995         * src/main.c
7996                 Use a tristate to change online mode
7997
7998 2002-10-16 [paul]       0.8.5claws40
7999
8000         * po/es.po
8001                 updated by Ricardo Mones Lastra
8002
8003 2002-10-16 [colin]      0.8.5claws39
8004
8005         * src/main.c
8006           src/mainwindow.[ch]
8007                 Added --online and --offline command-line
8008                 switches
8009
8010 2002-10-15 [christoph]  0.8.5claws38
8011
8012         * src/procmime.c
8013                 set mimeinfo->name to NULL after g_free to
8014                 avoid double freeing with g_free
8015
8016 2002-10-14 [christoph]  0.8.5claws37
8017
8018         * src/compose.c
8019         * src/filtering.c
8020         * src/summaryview.c
8021                 remove calls to folder->change_flags that are now
8022                 done by procmsg flag functions (seems it is not
8023                 used by any foldertype anyway)
8024         * src/folder.c
8025                 init folder->change_flags with NULL
8026
8027 2002-10-14 [christoph]  0.8.5claws36
8028
8029         * src/folder.[ch]
8030         * src/imap.[ch]
8031                 use virtual functions for folder item new and destroy
8032                 functions
8033
8034 2002-10-14 [melvin]     0.8.5claws35
8035
8036         * src/compose.c
8037                 Added a test to not run the spell checker if no default
8038                 dictionary is available. No dialog is displayed though.
8039
8040 2002-10-14 [melvin]     0.8.5claws34
8041
8042         * src/gtkaspell.c
8043                 Fixed bug in dictionary list context menu where
8044                 "More..." pointed to an emtpy submenu if the
8045                 number of dictionaries is a multiple of 15
8046                 Removed unneeded code in suggestions list creation
8047
8048 2002-10-14 [paul]       0.8.5claws33
8049
8050         * po/bg.po
8051                 updated by George Danchev
8052
8053 2002-10-13 [hoa]        0.8.5claws32
8054
8055         * src/matcher.[ch]
8056           src/matcher_parser_parser.y
8057                 removed the escaped string from internal structure
8058                 of matcher.
8059
8060 2002-10-12 [colin]      0.8.5claws31
8061
8062         * src/gtksctree.[ch]
8063           src/summaryview.c
8064                 Removed useless function gtksctree_reanchor
8065
8066 2002-10-12 [alfons]     0.8.5claws30
8067         
8068         * sync with remaining main changes 2002-10-09 - 2002-10-11
8069         - drop changes to src/compose.c (requires claws specific changes)
8070         
8071 2002-10-12 [alfons]     0.8.5claws29
8072         
8073         * sync with main changes of 2002-10-08
8074         - drop changes to src/compose.c (requires claws specific changes)
8075         - drop changes to src/summaryview.c (requires changes to compose.c)     
8076
8077 2002-10-12 [alfons]     0.8.5claws28
8078         
8079         * sync with main changes of 2002-10-07
8080
8081 2002-10-12 [alfons]     0.8.5claws27
8082
8083         * sync with main changes of 2002-10-04
8084         - drop changes to src/compose.c (requires claws specific changes)
8085         - drop changes to src/prefs_folder_item.c (claws implementation
8086           seems to be working)
8087
8088 2002-10-12 [colin]      0.8.5claws26
8089
8090         * src/mainwindow.c
8091                 Fix folder-flicker when space-reading, introduced 
8092                 in claws22.
8093
8094 2002-10-12 [colin]      0.8.5claws25
8095
8096         * src/compose.c
8097                 Save account address when saving as draft.
8098                 (closes bug 621838)
8099
8100 2002-10-12 [colin]      0.8.5claws24
8101
8102         * src/summaryview.c
8103                 Fix the problem consisting of no message selected
8104                 after the last message in a folder has been moved.
8105
8106 2002-10-12 [paul]       0.8.5claws23
8107
8108         * src/compose.c
8109           src/prefs_template.c
8110           src/template.[ch]
8111                 add Cc and Bcc to templates. Patch submitted by
8112                 John L. Males.
8113
8114 2002-10-12 [colin]      0.8.5claws22
8115
8116         * src/folderview.c
8117                 Fix a bug after "Check for new messages":
8118                 If a folder was opened, it was still selected at
8119                 the end of the check, but displayed empty.
8120         * src/mainwindow.c
8121                 Remove unnecessary check
8122
8123 2002-10-12 [paul]
8124
8125         * tools/README
8126                 be more verbose in the description of
8127                 OOo2sylpheed.pl
8128                 
8129
8130 2002-10-11 [colin]      0.8.5claws21
8131
8132         * src/mainwindow.c
8133                 Make space work (better) when no mail is selected
8134
8135 2002-10-11 [colin]      0.8.5claws20
8136
8137         * src/inc.c
8138           src/news.c
8139                 fix warnings
8140
8141 2002-10-11 [colin]      0.8.5claws19
8142
8143         * src/mainwindow.c
8144                 revert 0.8.5claws6 changes as i couldn't get to
8145                 anything satisfying
8146
8147 2002-10-11 [melvin]     0.8.5claws18
8148
8149         * src/compose.c
8150                 Removed buggy and unused macro (should have been committed in
8151                 0.8.5claws17)
8152
8153 2002-10-11 [melvin]     0.8.5claws17
8154
8155         * src/compose.c
8156                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8157
8158 2002-10-11 [thorsten]   0.8.5claws16 
8159
8160         * src/folderview.c
8161                 remove rescan warning
8162
8163 2002-10-11 [colin]      0.8.5claws15 
8164
8165         * src/procheader.c
8166                 fix a segfault that happens if conv_unmime_header
8167                 fails (should be better to find out why it fails)
8168
8169 2002-10-11 [christoph]  0.8.5claws14
8170
8171         * src/summaryview.c
8172                 update folderview stats after ignore/unignore thread
8173
8174 2002-10-11 [hoa]        0.8.5claws13
8175
8176         * src/quote_fmt_parse.y
8177                 Fixed a yacc/bison syntax error
8178         * src/matcher.c
8179                 Escaping of string is fixed.
8180
8181 2002-10-11 [colin]      0.8.5claws12
8182
8183         * src/imageview.c
8184                 Resize images to fit
8185
8186 2002-10-11 [paul]       0.8.5claws11
8187
8188         * po/es.po
8189                 updated by Ricardo Mones Lastra
8190
8191 2002-10-10 [alfons]     0.8.5claws10
8192
8193         * src/compose.c
8194                 allow dropping files by "moving" files from a file manager,
8195                 not only by the more cumbersome "copying". the latter 
8196                 mostly implies holding down the Control button
8197
8198 2002-10-10 [christoph]  0.8.5claws9
8199
8200         * src/summaryview.c
8201                 update folders after thread building for ignored threads
8202
8203 2002-10-10 [christoph]  0.8.5claws8
8204
8205         * config/.cvsignore
8206                 added Makefile
8207         * src/filtering.[ch]
8208         * src/folder.[ch]
8209         * src/folderview.[ch]
8210         * src/import.c
8211         * src/inc.[ch]
8212         * src/mbox.[ch]
8213         * src/procmsg.c
8214         * src/summaryview.[ch]
8215                 o added new flag need_update to FolderItem
8216                 o removed folder_table from various functions from tracking
8217                   folder updates
8218                 o set need_update flags in folder.c's move, copy and delete
8219                   functions and procmsg's flags functions
8220                 o added function folderview_update_items_when_required that
8221                   updates all folders with need_update set
8222                 o call folderview_update_items_when_required instead of
8223                   folderview_update_item_foreach
8224
8225 2002-10-09 [sergey]     0.8.5claws7
8226
8227         * src/compose.c
8228                 Strip CRs whel loading the text into editor in reedit mode.
8229
8230 2002-10-09 [colin]      0.8.5claws6
8231
8232         * src/mainwindow.c
8233                 Make Space work when no mail is selected
8234
8235 2002-10-09 [colin]      0.8.5claws5
8236
8237         * src/gtksctree.[ch]
8238                 Fix range_select
8239                 Add gtk_sctree_reanchor() 
8240         * src/summaryview.c
8241                 Use gtk_sctree_reanchor() - better fix for 
8242                 bug 60413
8243
8244 2002-10-09 [colin]      0.8.5claws4
8245
8246         * src/summaryview.c
8247                 Fix shift-click select after delete problem
8248                 (closes bug 60413)
8249
8250 2002-10-08 [thorsten]   0.8.5claws3
8251
8252         * src/summaryview.c
8253                 exclude current msg from -hide read messages-
8254
8255 2002-10-08 [colin]      0.8.5claws2
8256
8257         * src/inc.[ch]
8258           src/pop.c
8259           src/recv.c
8260                 Differentiate socket errors from disk full
8261                 errors
8262
8263 2002-10-08 [christoph]  0.8.5claws1
8264
8265         * Makefile.am
8266         * configure.in
8267                 modifications for new config directory
8268
8269         * config.guess  ** REMOVED **
8270         * config.sub    ** REMOVED **
8271         * install-sh    ** REMOVED **
8272         * ltmain.sh     ** REMOVED **
8273         * missing       ** REMOVED **
8274         * mkinstalldirs ** REMOVED **
8275                 these files are autogenerated by automake
8276                 when you run autogen.sh
8277
8278         * config/.cvsignore     ** NEW FILE **
8279         * config/Makefile.am    ** NEW FILE **
8280                 ignore autogenerated files
8281                 create a Makefile in this directory
8282
8283 2002-10-08 [paul]       0.8.5claws
8284
8285         * 0.8.5claws release
8286         
8287         * src/compose.c
8288           src/procheader.c
8289           src/procmsg.c
8290                 fix quote reply format for newsgroups reply bug
8291                 (thanks to Hoa)
8292                 
8293         * po/en_GB.po
8294           po/pl.po
8295                 updated by me and Witold Wladyslaw Wojciech Wilk
8296                 repectively
8297
8298 2002-10-07 [paul]       0.8.3claws53
8299
8300         * po/it.po
8301           po/pt_BR.po
8302           po/sr.po
8303                 updated messages catalogs, submitted by
8304                 Alessandro Maestri, Fabio Jr.Beneditto 
8305                 and Urke MMI, respectively.
8306
8307 2002-10-07 [christoph]  0.8.3claws52
8308
8309         * src/folder.[ch]
8310         * src/folderview.c
8311         * src/mainwindow.c
8312                 fix new folder ghost message bug
8313                 (closes bug [ 619722 ] wrong count for newly created folders)
8314
8315 2002-10-07 [christoph]  0.8.3claws51
8316
8317         * src/compose.c
8318                 fix news posting problem
8319
8320 2002-10-07 [melvin]     0.8.3claws50
8321
8322         * po/fr.po
8323                 Updated French translation
8324
8325 2002-10-05 [christoph]  0.8.3claws49
8326
8327         * src/gtkstext.c
8328                 check if line_start_cache is set in gtk_stext_update_text
8329                 (closes bug [ 618119 ] crash while doing search in folder)
8330
8331 2002-10-05 [christoph]  0.8.3claws48
8332
8333         * src/imap.c
8334         * src/news.c
8335         * src/utils.c
8336         * src/utils.h
8337                 implement cache cleanups for claws' folder system
8338                 (closes bug [ 595916 ] imapcache not cleaned up)
8339
8340 2002-10-05 [melvin]     0.8.3claws47
8341
8342         * src/prefs_actions.c
8343                 Made the help text more clear for the %p token
8344
8345 2002-10-04 [paul]       0.8.3claws46
8346
8347         * sync with 0.8.5
8348                 see ChangeLog 2002-10-02 and 2002-10-03
8349
8350 2002-10-04 [christoph]  0.8.3claws45
8351
8352         * src/inc.c
8353                 fix segfault caused by pop before smtp
8354                 call to inc_account_mail with NULL
8355                 pointer for mainwin
8356
8357 2002-10-04 [paul]       0.8.3claws44
8358
8359         * configure.in
8360                 sync the LDAP detection from 0.8.5cvs1
8361
8362 2002-10-02 [christoph]  0.8.3claws43
8363
8364         * po/de.po
8365                 fix small spelling error
8366
8367 2002-10-02 [melvin]     0.8.3claws42
8368
8369         * ac/aspell.m4
8370                 Behave better and say "no" when test program cannot be run.
8371
8372 2002-10-02 [paul]       0.8.3claws41
8373
8374         * sync with 0.8.4cvs1
8375                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8376                 
8377         * src/summaryview.c
8378                 toggle the behavior of Reply menuitem between
8379                 normal reply and reply-to-list
8380
8381 2002-10-01 [sergey]     0.8.3claws40
8382
8383         * src/compose.c
8384                 Convert newlines in the message text to the canonical form
8385                 before base64 encoding (RFC2045 compliance, fixes some
8386                 interoperability issues with Evolution 1.0.3)
8387
8388 2002-09-29 [colin]      0.8.3claws39
8389
8390         * src/summaryview.c
8391                 Fix an unwanted copy/paste
8392
8393 2002-09-29 [colin]      0.8.3claws38
8394
8395         * src/mainwindow.c
8396                 Renamed "Custom toolbar" to "Customize toolbar"
8397                 Renamed "Show all header" to "Show all headers"
8398                 Renamed "Set diplay item" to "Set displayed items"
8399         * src/prefs_common.c
8400                 Renamed "Show all header" to "Show all headers"
8401         * src/prefs_summary_column.c
8402                 Renamed "diplay item" to "displayed items"
8403
8404 2002-09-29 [colin]      0.8.3claws37
8405
8406         * src/mainwindow.[ch]
8407                 online/offline status pixmaps follow theme
8408                 changes
8409         * src/summaryview.[ch]
8410                 quicksearch pixmap follows theme changes
8411
8412 2002-09-29 [thorsten]   0.8.3claws36
8413
8414         * src/compose.c
8415           src/prefs_folder_item.[ch]
8416                 add default_reply_to folder option (closes patch 581044)
8417
8418 2002-09-29 [christoph]  0.8.3claws35
8419
8420         * acconfig.h    ** REMOVED **
8421         * configure.in
8422         * ac/aspell.m4
8423         * ac/check-type.m4
8424         * ac/gnupg-check-typedef.m4
8425                 fix autoheader 2.50 warning
8426
8427 2002-09-29 [christoph]  0.8.3claws34
8428
8429         * major code cleanup (part 2)
8430         
8431                 - unused variables removed
8432                 - unused functions removed
8433                 - uninitialized variables checked
8434                 - missing return statements added
8435                 - missing function return types added
8436                 - added parentheses around assignment
8437                   when suggested by gcc
8438
8439 2002-09-29 [alfons]     0.8.3claws33
8440
8441         * src/logwindow.c
8442                 log_window_clear(): only bracket gtk_text_forward_delete() 
8443                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8444                 works around GTK text bug)
8445
8446 2002-09-29 [paul]       0.8.3claws32
8447
8448         * po/bg.po
8449           po/sr.po
8450                 updated by George Danchev and Urke MMI
8451                 respectively
8452
8453 2002-09-27 [christoph]  0.8.3claws31
8454
8455         * doc-src/readme.txt
8456         * doc-src/rfc1806.txt   ** REMOVED **
8457         * doc-src/rfc2183.txt   ** NEW FILE **
8458         * doc-src/rfc2980.txt   ** NEW FILE **
8459                 update rfcs
8460
8461 2002-09-27 [melvin]     0.8.3claws30
8462
8463         * ac/aspell.m4
8464                 Fixed typo which could break linking
8465
8466 2002-09-27 [melvin]     0.8.3claws29
8467
8468         * ac/aspell.m4
8469                 Improved GNU/aspell checking. 
8470                 Fixed bug #614490
8471
8472 2002-09-27 [paul]       0.8.3claws28
8473
8474         * sync with 0.8.3cvs8
8475                 see ChangeLog 2002-09-27
8476
8477 2002-09-26 [colin]      0.8.3claws27
8478
8479         * src/toolbar.[ch]
8480           src/mainwindow.[ch]
8481                 Add "Reply to Mailing-list" to the toolbar
8482
8483 2002-09-26 [christoph]  0.8.3claws26
8484
8485         * src/summaryview.c
8486                 Fix wrong message counts in summaryview status
8487
8488 2002-09-26 [paul]       0.8.3claws25
8489
8490         * sync with 0.8.3cvs7
8491                 see ChangeLog 2002-09-26
8492
8493 2002-09-26 [paul]       0.8.3claws24
8494
8495         * sync with 0.8.3cvs6
8496                 see ChangeLog 2002-09-25
8497
8498 2002-09-25 [christoph]  0.8.3claws23
8499
8500         * src/prefs_common.c
8501         * src/prefs_folder_item.c
8502         * src/prefs_scoring.c
8503                 Renamed "kill score" to "hide score" in GUI
8504                 and prefs files
8505
8506 2002-09-25 [paul]       0.8.3claws22
8507
8508         * sync with 0.8.3cvs5
8509                 see ChangeLog 2002-09-24
8510
8511 2002-09-24 [alfons]     0.8.3claws21
8512
8513         patch by Satoshi Nagayasu: allows appending / saving multiple 
8514         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8515         'Save as ...'")
8516
8517         * AUTHORS
8518                 add Satoshi Nagayasu
8519         * src/summaryview.c
8520                 summary_save_as(): allow saving selected files to
8521                 one file
8522                 summary_set_menu_sensitive: enable "Save As..." when
8523                 multiple files are selected
8524         * src/utils.[ch]
8525                 append_file(): new function
8526
8527 2002-09-24 [colin]      0.8.3claws20
8528
8529         * src/procmime.c
8530                 Fix segfault when mimeinfo doesn't have a 
8531                 content_type. 
8532
8533 2002-09-24 [colin]      0.8.3claws19
8534
8535         * src/prefs_common.[ch]
8536                 Add a preference to display send dialog or not
8537         * src/send.c
8538                 Display send dialog according to preference
8539
8540 2002-09-24 [colin]      0.8.3claws18
8541
8542         * src/compose.[ch]
8543                 Disable user actions when sending
8544
8545 2002-09-24 [colin]      0.8.3claws17
8546
8547         * src/procmime.c
8548                 Do not display name or filename for attachments
8549                 with an application/pgp-signature type
8550                 (security flaw, see bug 537413)
8551
8552 2002-09-23 [colin]      0.8.3claws16
8553
8554         * src/editaddress.c
8555                 Initialize entry_email, entry_alias and 
8556                 entry_remarks to first email address of the list
8557
8558 2002-09-23 [colin]      0.83claws15
8559
8560         * src/compose.c
8561                 Drop pgp-signature when reediting a signed queued
8562                 message
8563
8564 2002-09-23 [melvin]     0.8.3claws14
8565
8566         * po/fr.po
8567                 Updated French translation
8568
8569 2002-09-23 [melvin]     0.8.3claws13
8570
8571         * src/mainwindow.c
8572                 Made custom toolbar menu labels more consistent
8573         * src/prefs_toolbar.c
8574                 Made custom toolbar window title more consistent
8575
8576 2002-09-22 [colin]      0.8.3claws12
8577
8578         * src/inc.c
8579                 Initialize session type to normal before getting 
8580                 mail (fixes strange Get behaviour)
8581         * src/prefs_account.h
8582                 Move STYPE_POP_BEFORE_SMTP to last position to 
8583                 avoid other side-effects
8584
8585 2002-09-22 [colin]      0.8.3claws11
8586
8587         * src/prefs_account.c
8588                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8589                 from pop3 to apop or vice-versa
8590
8591 2002-09-22 [colin]      0.8.3claws10
8592         
8593         * src/prefs_account.[ch]
8594                 Add an option for the POP before SMTP timeout
8595         * src/inc.c
8596                 Remember time of last POP connection
8597         * src/send.c
8598                 Do POP before SMTP only if timeout reached
8599
8600 2002-09-22 [oliver]     0.8.3claws9
8601         
8602         * README.claws
8603                 explain custom toolbar
8604
8605 2002-09-22 [oliver]     0.8.3claws8
8606
8607         * src/prefs_actions.[ch]
8608         custom toolbar for compose      
8609                 actions callback from compose toolbar
8610         * src/folderview.c
8611                 remove include toolbar.h
8612
8613 2002-09-22 [oliver]     0.8.3claws7
8614         
8615         * src/prefs_toolbar.[ch]
8616                 custom toolbar for compose
8617                 - generic prefs_toolbar handles both
8618                   Mainwin's toolbar as well as Compose toolbar          
8619
8620 2002-09-22 [oliver]     0.8.3claws6
8621         
8622         * src/toolbar.[ch]
8623                 custom toolbar for compose
8624                 restructure toolbar.[ch]
8625
8626 2002-09-22 [oliver]     0.8.3claws5
8627
8628         * src/compose.[ch]
8629                 custom toolbar for compose
8630
8631 2002-09-22 [oliver]     0.8.3claws4
8632         
8633         * src/mainwindow.[ch]
8634                 custom toolbar for compose 
8635                 move mainwin toolbar back to mainwindow
8636
8637 2002-09-22 [alfons]     0.8.3claws3
8638
8639         * src/procmsg.c
8640                 :%sno/if(/if (/gc
8641                 :%sno/for(/for (/gc
8642                 (beautify)
8643
8644 2002-09-22 [alfons]     0.8.3claws2
8645         
8646         * src/procmsg.c
8647                 procmsg_save_to_outbox(): don't unlink message file from queue;
8648                 callers should do it using folder_item_remove_msg()
8649
8650 2002-09-22 [colin]      0.8.3claws1
8651
8652         * src/mimeview.[ch]
8653                 Made mimeview_check_signature() public
8654         * src/textview.c
8655                 Made GPG signatures verifiable by clicking
8656                 the [application/pgp-signature] in the Text
8657                 view
8658
8659 2002-09-22 [paul]       0.8.3claws
8660
8661         * po/bg.po
8662           po/en_GB.po
8663           po/es.po
8664           po/it.po
8665           po/pl.po
8666           po/pt_BR.po
8667           po/sr.po
8668                 updated translations, submitted by George Danchev,
8669                 me, Ricardo Mones Lastra, Alessandro Maestri,
8670                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8671                 and Urke MMI, respectively.     
8672
8673 2002-09-22 [alfons]     0.8.2claws65
8674
8675         * src/procmsg.c
8676         * src/pgptext.c
8677                 no furry valgrinds have been used to plug these memleaks
8678
8679 2002-09-20 [paul]       0.8.2claws64
8680
8681         * sync with 0.8.3cvs4
8682                 'Select thread' re-implemented 
8683                 see ChangeLog 2002-09-20
8684
8685 2002-09-21 [alfons]     0.8.2claws63
8686
8687         * src/compose.c
8688                 compose_send(): plug unnoticed memleak
8689
8690 2002-09-20 [alfons]     0.8.2claws62
8691
8692         * src/addr_compl.c
8693                 replace_address_in_edit(): strict check for NULL address to
8694                 fix "[ 607348 ] Segfault in address completion". My guess is
8695                 that this happens with an empty address book, but it's good
8696                 to have this check here anyway
8697                 
8698                 completion_window_button_press(): free string returned 
8699                 from the internal cache
8700
8701 2002-09-20 [christoph]  0.8.2claws61
8702
8703         * src/procmime.h
8704                 added ENC_BINARY to EncodingType
8705         * src/procmime.c
8706                 the string returned by procmime_get_encoding_str
8707                 should not depend on the order of values in the
8708                 EncodingType definition
8709         * doc-src/rfc1806.txt   ** NEW FILE **
8710                 Added rfc1806 about MIME Content-Disposition
8711                 Extension
8712
8713 2002-09-19 [paul]       0.8.2claws60
8714
8715         * sync with 0.8.2cvs3
8716                 see ChangeLog 2002-09-19
8717
8718 2002-09-19 [paul]       0.8.2claws59
8719
8720         * src/prefs_folder_item.c
8721                 revert to Darko's original alignment of colour
8722                 selector button
8723                 add a colon to folder_color label
8724                 
8725         * src/compose.c
8726                 add Colin's patch (with Hiro's modifications) to 
8727                 force BASE64 encoding for 8-bit text when signing
8728                 (sync with 0.8.3cvs2)
8729
8730 2002-09-18 [alfons]     0.8.2claws58
8731
8732         * src/compose.c
8733                 :%sno/if(/if (/gc
8734                 :%sno/for(/for (/gc
8735                 (beautify a little bit)
8736
8737 2002-09-18 [christoph]  0.8.2claws57
8738
8739         * src/pine.c
8740                 fix handling of fgetc return value
8741
8742 2002-09-17 [alfons]     0.8.2claws56
8743         
8744         * src/summaryview.c
8745                 summary_sort(): check non-NULL summaryview->folder_item when no 
8746                 folder is selected at all
8747                 (closes "[ 610344 ] sort label make syl Crash")
8748
8749 2002-09-17 [alfons]     0.8.2claws55
8750         
8751         * src/compose.c
8752                 beautify a little bit
8753
8754 2002-09-17 [christoph]  0.8.2claws54
8755
8756         * src/folder.c
8757                 initialize max values for cache and folder
8758                 when cache or folder is empty
8759
8760 2002-09-15 [colin]      0.8.2claws53
8761
8762         * src/compose.c
8763                 Fix a leak (thanks Alfons!) and cleaned
8764                 variables names for custom headers
8765
8766 2002-09-15 [colin]      0.8.2claws52
8767
8768         * src/compose.c
8769                 Fix custom headers recognition when
8770                 prefs_common.trans_hdr is on
8771
8772 2002-09-15 [colin]      0.8.2claws51
8773
8774         * src/compose.c
8775                 Allow dynamically-added custom headers
8776                 Yet not reparsed if reedited
8777
8778 2002-09-15 [alfons]     0.8.2claws50
8779
8780         * src/prefs_account.c
8781                 fix warnings
8782
8783 2002-09-15 [colin]      0.8.2claws49
8784         
8785         * src/prefs_account.c
8786                 fix pop_before_smtp sensitivity
8787
8788 2002-09-15 [colin]      0.8.2claws48
8789
8790         * src/inc.[ch]
8791                 add inc_pop_before_smtp()
8792                 allow MainWindow to be undefined in 
8793                 inc_account_mail() and inc_start()
8794         * src/pop.c
8795           src/prefs_account.h
8796                 add STYPE_POP_BEFORE_SMTP session type
8797         * src/prefs_account.c
8798                 activated pop before smtp option
8799         * src/send.c
8800                 do pop before smtp if the relevant option 
8801                 is set
8802
8803 2002-09-15 [paul]       0.8.2claws47
8804
8805         * sync with 0.8.3
8806                 see ChangeLog 2002-09-15
8807
8808 2002-09-14 [paul]       0.8.2claws46
8809
8810         * po/bg.po
8811                 updated Bulgarian translation, submitted by
8812                 George Danchev
8813
8814 2002-09-13 [paul]       0.8.2claws45
8815
8816         * src/compose.c
8817                 merge claws' select_account() with main's
8818                 (new) compose_select_account(). [sync with
8819                 0.8.2cvs15, see ChangeLog 2002-09-11]
8820
8821 2002-09-12 [christoph]  0.8.2claws44
8822
8823         * src/filter.c
8824                 allocate 1 elements of FolderItem not 0
8825
8826 2002-09-12 [colin]      0.8.2claws43
8827
8828         * src/compose.c
8829                 Fix bug #590825 (obey Follow-up: poster)
8830
8831 2002-09-12 [colin]      0.8.2claws42
8832
8833         * src/procmime.c
8834                 Fix bug #557009 (wrong headers for messages 
8835                 forwarded as attachments)
8836
8837 2002-09-11 [colin]      0.8.2claws41
8838         
8839         * src/compose.c
8840                 Put SCF: pseudo-header on top of message
8841                 Set draft tmp_flag when saved as draft
8842
8843         * src/procmsg.c
8844           src/procheader.c
8845                 Skip after first \n\n for beginning of real message
8846                 for drafts too
8847
8848 2002-09-11 [christoph]  0.8.2claws40
8849
8850         * src/filtering.c
8851                 use procmsg flag functions in filtering or processing
8852                 will cause incorrect folder message counts
8853
8854 2002-09-11 [colin]      0.8.2claws39
8855
8856         * src/compose.c
8857                 Fix bug #550175 - wrong save folder when reediting
8858                 drafts
8859
8860 2002-09-11 [paul]       0.8.2claws38
8861
8862         * sync with 0.8.2cvs14
8863                 see ChangeLog 2002-09-11
8864
8865 2002-09-11 [colin]      0.8.2claws37
8866
8867         * src/folder.c
8868                 Fix a typo (seeming to cause new/unread status to
8869                 be lost)
8870
8871 2002-09-10 [christoph]  0.8.2claws36
8872
8873         * src/compose.c
8874                 compose_redirect should not use compose_generic_new
8875                 because that does more stuff than expected including
8876                 opening the external editor
8877                 (closes bug "[ 526608 ] bounced messages appear blank
8878                  in editor")
8879
8880 2002-09-10 [christoph]  0.8.2claws35
8881
8882         * src/folder.c
8883                 fix problem with too large message number range
8884                 causing a crash in folder_item_scan
8885
8886 2002-09-10 [paul]       0.8.2claws34
8887
8888         * sync with 0.8.2cvs13
8889                 see ChangeLog 2002-09-10
8890
8891 2002-09-10 [christoph]  0.8.2claws33
8892
8893         * src/msgcache.c
8894                 set MsgInfo TmpFlags for queue and draft folders
8895                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8896
8897 2002-09-10 [paul]       0.8.2claws32
8898
8899         * AUTHORS
8900           po/bg.po      ** NEW FILE **
8901                 new Bulgarian translation submitted by
8902                 George Danchev <danchev@spnet.net>
8903                 
8904         * tools/Makefile.am
8905           tools/README
8906           tools/tb2sylpheed     ** NEW FILE **
8907                 add script that converts an addressbook exported
8908                 from The Bat! into a Sylpheed addressbook. Submitted
8909                 by Urke MMI <urke-kg@eunet.yu>
8910
8911 2002-09-10 [paul]       0.8.2claws31
8912
8913         * sync with 0.8.2cvs12
8914                 see ChangeLog 2002-09-10
8915
8916 2002-09-06 [paul]       0.8.2claws30
8917
8918         * src/prefs_common.c
8919                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8920                 
8921         * tools/Makefile.am
8922           tools/README
8923           tools/ldif-to-xml.py  ** REMOVED **
8924                 remove obsolete python script
8925
8926 2002-09-06 [paul]       0.8.2claws29
8927
8928         * sync with 0.8.2cvs10
8929                 see ChangeLog 2002-09-06
8930
8931 2002-09-04 [paul]       0.8.2claws28
8932
8933         * sync with 0.8.2cvs9
8934                 see ChangeLog 2002-08-04
8935
8936 2002-09-04 [colin]      0.8.2claws27 
8937
8938         * src/prefs_common.[ch]
8939                 Added signature color configuration
8940         * src/textview.c
8941                 Use user-specified signature color
8942
8943 2002-09-03 [colin]      0.8.2claws26
8944
8945         * src/prefs_common.[ch]
8946                 Added autosave and autosave_length prefs
8947         * src/compose.c
8948                 Added compose_remove_draft()
8949                 Auto-save drafts according to the prefs
8950         * src/main.c
8951                 Added a crash-indicator file, allowing to check
8952                 for new messages on startup if Sylpheed crashed
8953                 (makes saved drafts "reappear")
8954
8955 2002-09-03 [colin]      0.8.2claws25
8956
8957         * src/textview.[ch]
8958                 Grey the signature
8959
8960 2002-09-03 [paul]       0.8.2claws24
8961
8962         * sync with 0.8.2cvs8
8963                 see ChangeLog 2002-09-02 and 2002-09-03
8964
8965 2002-09-03 [darko]      0.8.2claws23
8966
8967         * src/folderview.c
8968                 use normal style when creating new folder to pick
8969                 proper font size 
8970
8971 2002-09-02 [melvin]     0.8.2claws22
8972
8973         * src/gtkaspell.m4
8974                 removed some obsolete code
8975
8976 2002-09-02 [melvin]     0.8.2claws21
8977
8978         * ac/aspell.m4
8979                 fixed test's equality sign (== to =)
8980
8981 2002-09-02 [alfons]     0.8.2claws20
8982
8983         * src/folder.c
8984         * src/mh.c
8985                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8986                 as folder->destroy virtual as suggested by Hiro
8987                 (the mh.c code seems to have been lost around mh.c.1.21)
8988
8989 2002-09-02 [paul]       0.8.2claws19
8990
8991         * po/pt_BR.po
8992                 updated by Fabio Jr. Beneditto
8993                 
8994         * src/defs.h
8995                 use 'http://claws.sylpheed.org' for homepage link. 
8996                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8997
8998 2002-09-01 [alfons]     0.8.2claws18
8999
9000         * src/mh.c
9001                 plug memleak related to one Martin Kluge found
9002
9003 2002-08-31 [paul]       0.8.2claws17
9004
9005         * sync with 0.8.2cvs6
9006                 see ChangeLog 2002-08-30
9007
9008 2002-08-31 [alfons]     0.8.2claws16
9009
9010         * src/folder.c
9011                 folder_destroy(): remove mailbox from folderlist even if it has
9012                 no destroy virtual
9013
9014 2002-08-31 [alfons]     0.8.2claws15
9015
9016         * src/folder.c
9017                 :%sno/if(/if (/gc
9018                 :%sno/for(/for (/gc
9019                 (being pedantic I know)
9020
9021 2002-08-31 [alfons]     0.8.2claws14
9022
9023         * src/folder.c
9024                 check for NULL pointers returned from folder->fetch_msginfo virtual
9025                 (should solve some reported crashes)
9026
9027 2002-08-30 [alfons]     0.8.2claws13
9028
9029         * acconfig.h
9030         * configure.in
9031         * src/crash.c
9032                 enable crash dialog on compilation time
9033                 (--enable-crash-dialog configure option)
9034
9035 2002-08-30 [alfons]     0.8.2claws12
9036
9037         * AUTHORS
9038                 add Martin Kluge
9039         * src/mh.c
9040                 apply memory leak plug patch by Martin Kluge
9041                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9042                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9043                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9044
9045 2002-08-30 [darko]      0.8.2claws11
9046
9047         * src/folderview.c
9048                 copy Gtk style from normal style to match
9049                 font size for coloured folders
9050
9051 2002-08-29 [alfons]     0.8.2claws10
9052
9053         * sylpheed.desktop
9054                 Type=Internet <- Type=Application
9055                 (reported by Michael Schwendt, see:
9056                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9057                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9058
9059 2002-08-29 [paul]       0.8.2claws9
9060
9061         * sync with 0.8.2cvs5
9062                 see ChangeLog 2002-08-29
9063
9064 2002-08-29 [colin]      0.8.2claws8
9065
9066         * src/summaryview.c
9067                 Added a sanity check in summary_select_thread
9068                 Should fix bug 601605
9069
9070 2002-08-29 [colin]      0.8.2claws7
9071
9072         * src/main.c
9073                 Revert claws6 changes regarding bug #591676
9074
9075 2002-08-28 [colin]      0.8.2claws6
9076         
9077         * src/main.c
9078                 Ignore cache for queue folderitems
9079                 Fix bug #591676
9080
9081 2002-08-28 [melvin]     0.8.2claws5
9082
9083         * README.claws
9084                 Fixed typos.
9085
9086 2002-08-28 [melvin]     0.8.2claws4
9087
9088         * README.claws
9089                 Updated a bit the text concerning the spell checker
9090
9091 2002-08-28 [melvin]     0.8.2claws3
9092
9093         Merged the GNU_aspell_branch:
9094                 Support of new GNU/aspell is now included and the old pspell
9095                 is not supported anymore.
9096                 See README.claws
9097
9098         * README.claws
9099                 Updated spell checker text to reflect the switch to GNU/aspell
9100
9101         * ac/aspell.m4          *** NEW ***
9102         * src/gtkaspell.[ch]    *** NEW *** 
9103         * ac/pspell.m4          *** DELETED *** 
9104         * src/gtkspell.[ch]     *** DELETED ***
9105
9106         * ac/Makefile.am
9107                 Updated for GNU/aspell support
9108
9109         * po/POTFILES.in
9110                 Replaced gtkspell.c by gtkaspell.c
9111
9112         * acconfig.h
9113         * src/Makefile.am
9114         * src/about.c
9115         * src/compose.[ch]
9116         * src/crash.c
9117         * src/main.c
9118         * src/prefs_common.[ch]
9119                 Updated for GNU/aspell support
9120
9121 2002-08-28 [paul]       0.8.2claws2
9122
9123         * sync with 0.8.2cvs4
9124                 see ChangeLog 2002-08-27 and 2002-08-28
9125
9126 2002-08-28 [colin]      0.8.2claws1
9127
9128         * src/summary_search.c
9129                 Added "AND search"
9130
9131 2002-08-28 [jens]       0.8.2claws
9132
9133         *po/de.po
9134                 Updated German translations
9135
9136 2002-08-27 [melvin]     0.8.2claws
9137
9138         * po/fr.po
9139                 Updated French translations
9140
9141 2002-08-27 [paul]       0.8.2claws
9142
9143         * sync with 0.8.2 main release
9144
9145         * po/en_GB.po
9146           po/es.po
9147           po/it.po
9148           po/pl.po
9149           po/pt_BR.po
9150           po/sr.po
9151                 updated message catalogs submitted by
9152                 Ricardo Mones Lastra, Alessandro Maestri,
9153                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9154                 Beneditto and Urke MMI  
9155
9156 2002-08-27 [hoa]        0.8.1claws123
9157
9158         * src/mainwindow.[ch]
9159         * src/summaryview.[ch]
9160                 removed the "filter setting" menu option.
9161                 add a "cancel a news message" menu option.
9162
9163 2002-08-26 [martin]     0.8.1claws122
9164
9165         * ChangeLog.claws
9166                 changed string under 0.8.1claws79 changed by myself
9167                 i'm sorry alfons :(
9168
9169 2002-08-26 [martin]     0.8.1claws121
9170
9171         * src/crash.c
9172                 added kill command to debuggerrc to start crash dialog
9173
9174 2002-08-26 [paul]       0.8.1claws120
9175
9176         * sync with 0.8.1cvs31
9177                 see ChangeLog 2002-08-26
9178
9179 2002-08-25 [alfons]     0.8.1claws119
9180
9181         * src/procmsg.c
9182                 fix bug that didn't send out correct headers to news server
9183                 when sending news article and email from queue (bug reported
9184                 and patch provided by Tim Mann; closes bug 
9185                 "[ 583196 ] 0.7.8claws can't post news")
9186
9187 2002-08-25 [alfons]     0.8.1claws118
9188
9189         * src/selective_download.c
9190                 mark two strings as translatable
9191                 (thanks to Urke MMI for pointing this out)
9192
9193 2002-08-25 [alfons]     0.8.1claws117
9194
9195         * src/summaryview.c
9196                 treat sent boxes as special and allow sorting them by addressee
9197                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9198                 submitted by Steve Lamb)
9199
9200 2002-08-24 [alfons]     0.8.1claws116
9201
9202         * src/matcher.c
9203                 fix memleak reported by Martin Kluge
9204                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9205
9206 2002-08-24 [oliver]     0.8.1claws115
9207
9208         * src/prefs_toolbar.c
9209                 o code cleanup as suggested by Alfons
9210                 o memleak fix
9211
9212 2002-08-24 [alfons]     0.8.1claws114
9213
9214         * src/summaryview.c
9215                 o fix another memory leak reported by Martin Kluge
9216                   (see "[ 599568 ] Small Memory Leak")
9217                 o remove 'from' variable from 'summary_set_header()'; we can
9218                   do with just 'to' 
9219
9220 2002-08-24 [paul]       0.8.1claws113
9221
9222         * sync with 0.8.1cvs30
9223                 see ChangeLog 2002-08-23
9224
9225 2002-08-24 [alfons]     0.8.1claws112
9226
9227         * src/summaryview.c
9228                 remove unnecessary allocations for search bar fixing leaks
9229                 reported by Martin Kluge
9230                 (see "[ 599451 ] Further memory leaks?")
9231
9232 2002-08-24 [alfons]     0.8.1claws111
9233
9234         * src/main.c
9235                 make get_socket_name() public for crash.c
9236         * src/crash.c
9237                 o make report bug button work (goes to claws' 
9238                   bug tracker at sf.net)
9239                 o introduce function for doing important stuff just
9240                   before claws goes down
9241                 o clean up code 
9242
9243 2002-08-24 [alfons]     0.8.1claws110
9244
9245         * src/compose.c
9246                 move cursor to "To" entry when forwarding as attachment
9247                 (reported and solved by Steve Lamb, closes bug report
9248                 "[ 592880 ] Forward as attachment; cursor not in to")
9249
9250 2002-08-24 [colin]      0.8.1claws109
9251
9252         * src/mainwindow.c
9253                 fix quick search visibility after GUI (de)separations.
9254
9255 2002-08-23 [colin]      0.8.1claws108
9256
9257         * src/mainwindow.c
9258                 fix header pane visibility after folderview or
9259                 messageview (de)separation
9260
9261 2002-08-23 [paul]       0.8.1claws107
9262
9263         * src/mainwindow.[ch]
9264           src/toolbar.c
9265                 give full control of display or non-display 
9266                 of the Execute icon to Custom toolbar settings.
9267                 add new sensitivity condition to maninwindow.h: 
9268                 M_DELAY_EXEC
9269
9270         * ChangeLog
9271           ChangeLog.jp
9272           NEWS
9273                 more sync with 0.8.1cvs29
9274
9275 2002-08-23 [melvin]     0.8.1claws106
9276
9277         * src/alertpanel.c
9278                 Readded support for custom widget in alertpanel lost in last
9279                 sync.
9280
9281 2002-08-23 [paul]       0.8.1claws105
9282
9283         * sync with 0.8.1cvs29
9284                 see ChangeLog 2002-08-23
9285
9286 2002-08-23 [colin]      0.8.1claws104
9287
9288         * src/summaryview.c
9289                 Fix folder and search pixmaps exchanging positions
9290                 after theme or toolbar changes. Thank to Oliver for 
9291                 reporting this.
9292
9293 2002-08-23 [colin]      0.8.1claws103
9294
9295         * src/mainwindow.c
9296           src/messageview.[ch]
9297           src/noticeview.[ch]
9298           src/summaryview.c
9299                 Changed messageview_create() and noticeview_create()
9300                 to avoid the last gdk_warning
9301
9302 2002-08-22 [colin]      0.8.1claws102
9303
9304         * src/summaryview.c
9305                 Fix my new `Creating pixmap from xpm' warning
9306
9307 2002-08-22 [colin]      0.8.1claws101
9308
9309         * src/mainwindow.c
9310                 Fix some of the gdk warnings
9311
9312 2002-08-22 [colin]      0.8.1claws100
9313
9314         * src/Makefile.am
9315         * src/stock_pixmap.c
9316         * src/stock_pixmap.h
9317         * src/pixmaps/quicksearch.xpm *ADDED*
9318                 Add the quicksearch pixmap
9319         * src/mainwindow.c
9320         * src/summaryview.c
9321         * src/summaryview.h
9322                 Make quicksearch bar visible/hidden via a button
9323
9324 2002-08-22 [christoph]  0.8.1claws99
9325
9326         * src/folder.c
9327                 fix folder update for newsgroups with message
9328                 numbers below minimum number of articles to fetch
9329                 (closes bug #598445)
9330
9331 2002-08-22 [paul]       0.8.1claws98
9332
9333         * sync with 0.8.1cvs28
9334                 see ChangeLog 2002-08-22
9335
9336 2002-08-21 [alfons]     0.8.1claws97
9337
9338         * src/crash.c
9339                 use bt instead of bt full which seems to work 
9340                 better, and bt full doesn't give a great deal 
9341                 of information anyway
9342
9343 2002-08-21 [colin]      0.8.1claws96
9344
9345         * src/summaryview.c
9346                 fix summaryview_searchtype_changed prototype
9347
9348 2002-08-21 [christoph]  0.8.1claws95
9349
9350         * src/mainwindow.c
9351                 o fix broken menu update for sorting type, we have to
9352                   get this info from the summaryview now
9353                 o removed setting of threaded state in menu callback
9354         * src/summaryview.[ch]
9355                 more summaryview/folderitem seperation for
9356                 threading option
9357         * configure.in
9358                 removed not required --with-compiler-flags option
9359
9360 2002-08-21 [oliver]     0.8.1claws94
9361         
9362         * src/toolbar.h 
9363                 o rename toolbar.xml to toolbar_main.xml
9364                   since toolbar_compose.xml might come up 
9365                   any time soon
9366         * README.claws
9367                 add custom toolbar              
9368
9369 2002-08-21 [darko]      0.8.1claws93
9370
9371         * src/procmsg.c
9372                 don't reset tmp flags for messages copied
9373                 to sent folder
9374
9375 2002-08-21 [colin]      0.8.1claws92
9376         
9377         * src/prefs_filtering.c
9378                 fix renaming rules on folder rename 
9379                 when folder is not a leaf folder
9380
9381 2002-08-21 [paul]       0.8.1claws91
9382
9383         * src/prefs_folder_item.c
9384                 fix alignment of colour selector
9385
9386 2002-08-21 [paul]       0.8.1claws90
9387
9388         * sync with 0.8.1cvs27
9389                 see ChangeLog 2002-08-21
9390
9391 2002-08-21 [paul]       0.8.1claws89
9392
9393         * src/summaryview.c
9394                 fix crash when changing field type in
9395                 Quick search bar
9396
9397 2002-08-21 [colin]      0.8.1claws88
9398
9399         * src/summaryview.c
9400                 Made quick search case-insensitive
9401
9402 2002-08-21 [paul]       0.8.1claws87
9403
9404         * sync with 0.8.1cvs26
9405                 see ChangeLog 2002-08-21
9406
9407 2002-08-20 [christoph]  0.8.1claws86
9408
9409         * src/folderview.c
9410         * src/main.c
9411         * src/summaryview.[ch]
9412                 more summaryview/folderitem seperation for
9413                 sort_key and sort_type
9414         * src/procmsg.c
9415                 added missing return statement
9416
9417 2002-08-20 [colin]      0.8.1claws85
9418
9419         * src/summaryview.[ch]
9420                 Added a quick search box
9421         * src/mainwindow.c
9422         * src/prefs_common.[ch]
9423                 Added a show/hide option for the quick search
9424
9425 2002-08-20 [oliver]     0.8.1claws84
9426         
9427         * src/mainwindow.c
9428                 remove toolbar_create_popups
9429         * src/toolbar.[ch]
9430                 o remove toolbar_create_popups
9431                 o fix toolbar_set_sensitive 
9432                   (Bug reports #596834 and #596832)     
9433         * src/prefs_toolbar.c
9434                 o add "Set default" button
9435                 o align label and text + combo widgets
9436
9437 2002-08-20 [hoa]        0.8.1claws83bis
9438
9439         * src/imap.c
9440                 fixed a bug in imap_fetch_msginfo() in case there is no
9441                 current folder.
9442
9443 2002-08-20 [darko]      0.8.1claws83
9444
9445         * src/folderview.c
9446                 copy the color style of folder view so it
9447                 works with GTK themes
9448
9449 2002-08-20 [darko]      0.8.1claws82
9450
9451         * src/folder.h
9452         * src/folderview.c
9453         * src/prefs_folder_item.[hc]
9454                 don't use UI stuff in folder.h
9455
9456 2002-08-20 [darko]      0.8.1claws81
9457
9458         * src/folder.h
9459         * src/prefs_folder_item.h
9460         * src/folderview.c
9461         * src/prefs_folder_item.c
9462                 ability to set folder color in folderview
9463
9464 2002-08-19 [alfons]     0.8.1claws80
9465
9466         * src/summaryview.c
9467                 fix one of the earlier memleaks reported by Martin Kluge
9468
9469 2002-08-19 [alfons]     0.8.1claws79
9470
9471         * src/mainwindow.c
9472                 hide notice view when selecting seperate folder
9473                 view (reported by Urke MMI)
9474
9475 2002-08-19 [christoph]  0.8.1claws78
9476
9477         * src/folderview.c
9478         * src/prefs_folder_item.h
9479         * src/summaryview.[ch]
9480                 o add summary_set_prefs_from_folderitem to set
9481                   summaryview prefs (first step to remove all
9482                   references to the folderitem in summaryview)
9483                 o moved compiled regex stuff from folderitem prefs
9484                   to summaryview code
9485
9486 2002-08-19 [paul]       0.8.1claws77
9487
9488         * src/compose.c
9489                 add check for '.' to QUOTE_IF_REQUIRED
9490
9491 2002-08-19 [paul]       0.8.1claws76
9492
9493         * src/inc.c
9494                 sync with 0.8.1cvs25 (plug memory leak)
9495
9496         * src/prefs_toolbar.c
9497                 re-order prefs_toolbar_cancel()
9498
9499 2002-08-18 [alfons]     0.8.1claws75
9500
9501         * src/inc.c
9502         * src/matcher.c
9503                 plug other memleaks reported by Martin Kluge
9504
9505 2002-08-18 [paul]       0.8.1claws74
9506
9507         * po/pt_BR.po
9508                 updated by Fabio Jr. Beneditto
9509
9510 2002-08-18 [paul]       0.8.1claws73
9511
9512         * src/toolbar.[ch]
9513                 fix bug where tooltips were displayed untranslated              
9514
9515         * src/prefs_toolbar.c
9516                 fix bug where clicking 'Cancel' creates an icon & text
9517                 toolbar regardless of prefs
9518         
9519
9520 2002-08-17 [oliver]     0.8.1claws72
9521
9522         * src/prefs_toolbar.c
9523                 update toolbar on CANCEL
9524                 bug reported by Martin Kluge
9525         * src/toolbar.c
9526                 toolbar_destroy memleak fixed           
9527
9528 2002-08-17 [alfons]     0.8.1claws71
9529
9530         * src/toolbar.c
9531                 plug another memleak reported by Martin Kluge
9532
9533 2002-08-16 [alfons]     0.8.1claws70
9534
9535         * src/crash.c
9536                 use execvp() correctly (suggested by wwp; thanks!)
9537
9538 2002-08-16 [alfons]     0.8.1claws69
9539
9540         * src/gtksctree.c
9541                 plug memory leak reported by Kim Schultz & Martin Kluge
9542
9543 2002-08-16 [paul]       0.8.1claws68
9544
9545         * po/es.po
9546                 updated by Ricardo Mones Lastra
9547
9548 2002-08-16 [paul]       0.8.1claws67
9549
9550         * src/toolbar.h
9551                 fix bug where 'Compose News' icon showed wrong
9552                 tooltip
9553
9554 2002-08-16 [paul]       0.8.1claws66
9555
9556         * sync with 0.8.1cvs24
9557                 see ChangeLog 2002-08-16
9558
9559         * po/it.po
9560                 updated by Alessandro Maestri
9561
9562 2002-08-15 [paul]       0.8.1claws65
9563
9564         * po/sr.po
9565                 updated by Urke MMI
9566
9567 2002-08-15 [paul]       0.8.1claws64
9568
9569         * src/*.c
9570                 don't translate debug info
9571
9572         * src/matcher.[ch]
9573                 add copyright info
9574
9575 2002-08-15 [paul]       0.8.1claws63
9576
9577         * src/prefs_toolbar.c
9578                 fix bug where clicking 'OK' creates an icon & text
9579                 toolbar regardless of prefs
9580
9581 2002-08-14 [alfons]     0.8.1claws62
9582
9583         * src/main.c
9584                 add global var that has the full argv[0]
9585         * src/crash.c
9586                 o execvp the correct sylpheed by using argv0
9587                   and setting the correct work dir
9588                 o other tweaks  
9589
9590 2002-08-14 [oliver]     0.8.1claws61
9591         
9592         * enable/disable Toolbar Action Buttons 
9593         * code cleanups
9594         * src/mainwindow.c
9595         * src/toolbar.[ch]      
9596         * src/prefs_toolbar.c   
9597
9598 2002-08-14 [melvin]     0.8.1claws60
9599
9600         * po/fr.po
9601                 Updated French translations
9602
9603 2002-08-14 [melvin]     0.8.1claws59
9604
9605         * src/crash.c
9606                 Made bug report not translatable
9607         * src/exporthtml.c
9608                 Fixed exporthtml_build_filespec() return value
9609         * src/foldersel.c
9610                 Fixed incorrect include file
9611         * src/gtkspell.c
9612         * src/prefs_actions.c
9613         * src/prefs_toolbar.c
9614                 Made debug info not translatable
9615         * src/mutt.c
9616         * src/quote_fmt.c
9617                 Added missing includes
9618         * src/prefs_common.c
9619                 Fixed typo
9620
9621 2002-08-14 [paul]       0.8.1claws58
9622
9623         * faq/es/sylpheed-faq.html
9624           faq/es/sylpheed-faq-[1-3].html
9625           faq/es/sylpheed-faq-4.html     **NEW FILE **
9626                 update Spanish FAQ
9627
9628 2002-08-13 [christoph]  0.8.1claws57
9629
9630         * src/procmsg.c
9631                 ignore thread fix that did not mark all
9632                 child nodes of a ignored thread as
9633                 ignored. Does not work perfectly yet,
9634                 but it is better now
9635
9636 2002-08-13 [alfons]     0.8.1claws56
9637
9638         * src/crash.c
9639                 o implement 'save crash log'
9640                 o some tweaks
9641
9642 2002-08-13 [melvin]     0.8.1claws55
9643
9644         * src/main.c
9645                 removed unrequired "execinfo.h" header
9646
9647 2002-08-12 [paul]       0.8.1claws54
9648
9649         * faq/en/sylpheed-faq.html
9650           faq/en/sylpheed-faq-[1-3].html
9651           faq/en/sylpheed-faq-4.html     **NEW FILE **
9652                 update English FAQ
9653
9654 2002-08-12 [alfons]     0.8.1claws53
9655
9656         * po/POTFILES.in
9657                 add crash.c to translatables
9658         * src/crash.c
9659                 bring in Leandro's crash dialog
9660
9661 2002-08-11 [alfons]     0.8.1claws52
9662
9663         * src/crash.c
9664                 clean up some warnings
9665
9666 2002-08-11 [alfons]     0.8.1claws51
9667
9668         * acconfig.h
9669         * configure.in
9670         * src/crash.[ch]        ** NEW FILES **
9671         * src/main.c            
9672                 initial gdb crash handler
9673
9674 2002-08-11 [paul]       0.8.1claws50
9675
9676         * src/prefs_toolbar.c
9677                 replace Up/Down arrow pixmaps with text to be
9678                 consistent across icon themes
9679
9680 2002-08-11 [paul]       0.8.1claws49
9681
9682         * src/prefs_common.c
9683           src/prefs_toolbar.c
9684                 rename 'Pixmap' -> 'Icon'
9685
9686         * src/toolbar.[ch]
9687                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9688
9689 2002-08-10 [paul]       0.8.1claws48
9690
9691         * src/prefs_toolbar.c
9692                 re-work the UI
9693
9694 2002-08-10 [paul]       0.8.1claws47
9695
9696         * src/main.c
9697                 don't write Processing progress to status bar
9698                 patch submitted by Alexander Evseev
9699
9700         * src/prefs_toolbar.c
9701                 re-position and resize window
9702                 make window assume correct size on first call
9703
9704 2002-08-10 [paul]       0.8.1claws46
9705
9706         * src/mainwindow.c
9707           src/prefs_toolbar.c
9708           src/toolbar.c
9709           src/toolbar.h
9710                 obey coding style
9711                 follow UI text conventions
9712
9713 2002-08-10 [alfons]     0.8.1claws45
9714
9715         * src/toolbar.c
9716                 correct pixmap for delete action
9717
9718 2002-08-10 [paul]       0.8.1claws44
9719
9720         * po/pt_BR.po
9721                 updated by Fabio Jr. Beneditto
9722
9723 2002-08-10 [paul]       0.8.1claws43
9724
9725         * po/POTFILES.in
9726                 add custom toolbar files
9727
9728 2002-08-10 [paul]       0.8.1claws42
9729
9730         * sync with 0.8.1cvs22
9731                 see ChangeLog 2002-08-09
9732
9733 2002-08-09 [paul]       0.8.1claws41
9734
9735         * tools/Makefile.am
9736           tools/README
9737           tools/outlook2sylpheed.pl     ** NEW FILE **
9738                 add script to convert exported Outlook
9739                 contacts list to a Sylpheed addressbook.
9740                 Submitted by Ricardo Mones Lastra.
9741
9742 2002-08-09 [paul]       0.8.1claws40
9743
9744         * AUTHORS
9745           configure.in
9746           po/sr.po      ** NEW FILE **
9747                 add Serbian message catalog. Submitted by
9748                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9749
9750 2002-08-09 [paul]       0.8.1claws39
9751
9752         * sync with 0.8.1cvs21
9753                 see ChangeLog 2002-08-08
9754
9755 2002-08-08 [oliver]     0.8.1claws38
9756
9757         * src/mainwindow.c
9758                 move Custom Toolbar to Configuration menu
9759
9760 2002-08-08 [oliver]     0.8.1claws37
9761
9762         * src/prefs_toolbar.c
9763                 fix substitute pixmap bug
9764
9765 2002-08-08 [paul]       0.8.1claws36
9766
9767         * sync with 0.8.1cvs19
9768                 see ChangeLog 2002-08-08
9769
9770 2002-08-07 [christoph]  0.8.1claws35
9771
9772         * src/utils.c
9773                 fixed a memory leak in new canonicalize_file_replace
9774
9775 2002-08-07 [christoph]  0.8.1claws34
9776
9777         * src/utils.[ch]
9778                 o canonicalize_file_replace should create the temporary
9779                   file in the same directory as the original file.
9780                 o added get_tmpfile_in_dir that creates a temorary file
9781                   in a specified directory.
9782
9783 2002-08-07 [melvin]     0.8.1claws33
9784
9785         * src/toolbar.c
9786                 fixed bug where 'Article' button acted as 'Email' button.
9787
9788 2002-08-07 [paul]       0.8.1claws32
9789
9790         * sync with 0.8.1.cvs17
9791                 see ChangeLog 2002-08-07
9792
9793 2002-08-07 [colin]      0.8.1claws31
9794         
9795         * src/news.c
9796                 fix mass-cancel problem
9797
9798 2002-08-07 [thorsten]   0.8.1claws30
9799
9800         * src/prefs_toolbar.c
9801                 fix: crash on replace or add new button
9802         * src/toolbar.c
9803                 fix: close xmlfile after reading
9804         * src/utils.c
9805                 fix: unlink() file before rename()
9806
9807 2002-08-06 [paul]       0.8.1claws29
9808
9809         * sync with 0.8.cvs15
9810                 see ChangeLog 2002-08-06
9811
9812 2002-08-06 [oliver]     0.8.1claws28
9813
9814         * src/toolbar.c
9815         * src/prefs_toolbar.c
9816                 fixed empty toolbar issue
9817
9818 2002-08-06 [oliver]     0.8.1claws27
9819
9820         * Custom Toolbar Final 
9821         * src/folderview.c
9822         * src/inc.c
9823         * src/summaryview.c
9824                 o toolbar stuff now lives in src/toolbar.[ch]
9825                 o main_window_toolbar_* functions are renamed to
9826                   toolbar_* reflecting their new source file
9827         * src/mainwindow.[ch]
9828                 o remove toolbar stuff  
9829
9830 2002-08-06 [oliver]     0.8.1claws26
9831         
9832         * src/Makefile.am
9833         * src/prefs_toolbar.[ch]        **New File**
9834         * src/toolbar.[ch]              **New File**
9835                 o prefs_toolbar.[ch] custom toolbar frontend
9836                 o toolbar.[ch]       backend 
9837
9838 2002-08-06 [oliver]     0.8.1claws25
9839
9840         * src/prefs_actions.[ch]
9841                 o new exported function actions_execute
9842
9843 2002-08-06 [paul]       0.8.1claws24
9844
9845         * sync with 0.8.1cvs4
9846                 see ChangeLog 2002-08-06
9847
9848 2002-08-06 [paul]       0.8.1claws23
9849
9850         * sync with 0.8.1cvs13
9851                 see ChangeLog 2002-08-06
9852
9853 2002-08-06 [paul]       0.8.1claws22
9854
9855         * sync with 0.8.1cvs12
9856                 see ChangeLog 2002-08-05 and 2002-08-06
9857
9858 2002-08-06 [match]      0.8.1claws21
9859
9860         * src/addrclip.c
9861                 improvements to cut/copy/paste address
9862
9863 2002-08-05 [match]      0.8.1claws20
9864
9865         * src/addritem.[ch]
9866         * src/addrcache.c
9867         * src/addrbook.c
9868         * src/editaddress.c
9869         * src/addressbook.c
9870                 fixes to improve cut/copy/paste
9871
9872 2002-08-06 [melvin]     0.8.1claws19
9873
9874         * src/account.[ch]
9875                 account_find_all_from_address(): new function that returns the
9876                 list of all accounts that are matched in an address.
9877         * src/alertpanel.[ch]
9878                 alertpanel() now accepts a custom widget
9879                 alertpanel_with_widget(): new function that pops up a panel with
9880                 a custom widget in it 
9881         * src/gtkutils.[ch]
9882                 gtkut_account_menu_new(): new function that allows the selection
9883                 of an account from a list of accounts.
9884         * src/messageview.c
9885                 Extended Return Receipt notification to select the correct 
9886                 account and to make a security test on the Delivery-Notification
9887                 address which should be the same as the Return-Path.
9888
9889 2002-08-06 [thorsten]   0.8.1claws18
9890
9891         * src/mimeview.c
9892                 attach_all: save unnamed as "noname.%d",
9893                 dont free static dirname
9894
9895 2002-08-05 [alfons]     0.8.1claws17
9896
9897         * configure.in
9898                 detect XIM by trying to link rather than compile a XIM program
9899
9900 2002-08-05 [oliver]     0.8.1claws16
9901                 
9902         * src/stock_pixmap.[ch]
9903                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9904                 o new func to retrieve pixmaps
9905
9906 2002-08-05 [paul]       0.8.1claws15
9907
9908         * sync with 0.8.1cvs10
9909                 see ChangeLog 2002-08-05
9910
9911 2002-08-04 [alfons]     0.8.1claws14
9912
9913         * src/textview.c
9914                 see if this plugs memleak
9915
9916 2002-08-04 [melvin]     0.8.1claws13
9917
9918         * src/gtkspell.c
9919                 fixed bug that could crash Sylpheed when highlighting
9920                 all misspelled words.
9921
9922 2002-08-03 [melvin]     0.8.1claws12
9923
9924         * src/prefs_actions.c
9925                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9926         * src/messageview.c
9927                 fixed bug where the Return Receipt was sent to
9928                 Delivery-Notification-To address even if it was not present
9929
9930 2002-08-02 [alfons]     0.8.1claws11
9931
9932         * src/prefs_actions.c
9933                 o more check for NULLs
9934                 o put create_io_dialog() in right conditional block
9935
9936 2002-08-02 [paul]       0.8.1claws10
9937
9938         * po/es.po
9939                 updated by Ricardo Mones Lastra
9940
9941 2002-08-01 [christoph]  0.8.1claws9
9942
9943         * src/folder.c
9944                 don't free the cache of the opened
9945                 folder in the summaryview
9946         * src/summaryview.c
9947                 don't unset flags, if it is not required
9948
9949 2002-08-01 [paul]       0.8.1claws8
9950
9951         * sync with 0.8.1cvs8
9952                 see ChangeLog entry 2002-08-01
9953
9954 2002-08-01 [paul]       0.8.1claws7
9955
9956         * sync with 0.8.1cvs7
9957                 see ChangeLog 2002-07-31 and 2002-08-01
9958
9959 2002-07-31 [christoph]  0.8.1claws6
9960
9961         * src/mainwindow.c
9962                 forgot to update menu sensitivity
9963                 function for new menu entry
9964
9965 2002-07-31 [alfons]     0.8.1claws5
9966
9967         * src/main.c
9968                 check folder item and its path for NULL on
9969                 initial processing
9970
9971 2002-07-31 [christoph]  0.8.1claws4
9972
9973         * src/folder.c
9974                 check if folder_item_get_msginfo in
9975                 folder_item_remove_msg returned NULL
9976         * src/imap.c
9977                 better clear the uid cache in the
9978                 uid validity check function and delete
9979                 cached messages
9980
9981 2002-07-31 [paul]       0.8.1claws3
9982
9983         * man/sylpheed.1
9984                 add the '--attach' option and a few other
9985                 minor changes
9986
9987 2002-07-31 [paul]       0.8.1claws2
9988
9989         * sync with 0.8.1cvs5
9990                 see ChangeLog 2002-07-31
9991
9992 2002-07-31 [christoph]  0.8.1claws1
9993
9994         * src/folderview.[ch]
9995         * src/mainwindow.c
9996                 replace "Rescan all folders..." with
9997                 "Check all folders for new messages..."
9998
9999 2002-07-30 [paul]       0.8.1claws
10000
10001         * version 0.8.1claws released
10002
10003 2002-07-30 [paul]       0.8.0claws29
10004
10005         * tools/OOo2sylpheed.pl ** NEW FILE **
10006           tools/README
10007                 add script to enable sending documents as
10008                 attachments from OpenOffice.org
10009
10010 2002-07-30 [melvin]     0.8.0claws28
10011
10012         * src/prefs_actions.c
10013                 Made the actions' input/output dialog display
10014                 without delay.
10015
10016 2002-07-30 [christoph]  0.8.0claws27
10017
10018         * src/procmsg.c
10019                 check if folder_item_get_msginfo in
10020                 procmsg_save_to_outbox returned NULL
10021
10022 2002-07-30 [paul]       0.8.0claws26
10023
10024         * sync with 0.8.1cvs4
10025                 see ChangeLog 2002-07-29
10026
10027 2002-07-29 [thorsten]   0.8.0claws25
10028
10029         * README.claws
10030                 added selective download, delete on server
10031
10032 2002-07-29 [paul]       0.8.0claws24
10033
10034         * sync with 0.8.1cvs3
10035                 see ChangeLog 2002-07-29
10036
10037 2002-07-27 [christoph]  0.8.0claws23
10038
10039         * src/folder.c
10040                 add extra check if fetching the msginfo
10041                 returned NULL
10042
10043 2002-07-27 [paul]       0.8.0claws22
10044
10045         * sync with 0.8.1cvs2
10046                 see ChangeLog 2002-07-26
10047
10048 2002-07-27 [christoph]  0.8.0claws21
10049
10050         * src/imap.c
10051                 add another check if a valid msginfo
10052                 was returned
10053
10054 2002-07-26 [hoa]        0.8.0claws20
10055
10056         * src/folder.c
10057                 Fixed a condition in folder_item_destroy()
10058
10059         * src/imap.c
10060                 Fixed an error in IMAP protocol
10061
10062 2002-07-26 [alfons]     0.8.0claws19
10063
10064         * src/folder.c
10065                 ofcourse compare with identifier, not the path
10066
10067 2002-07-26 [alfons]     0.8.0claws18
10068
10069         * src/folder.c
10070                 use folder item identifier for saving / restoring
10071                 preferences because folder->path might not be unique
10072
10073 2002-07-26 [melvin]     0.8.0claws17
10074
10075         * src/logwindow.c
10076                 Fixed a crash introduced in 0.8.0claws5 when log is 
10077                 cut under 80 characters.
10078
10079 2002-07-26 [paul]       0.8.0claws16
10080
10081         * sync with 0.8.1cvs1
10082                 see ChangeLog 2002-07-26
10083
10084 2002-07-26 [christoph]  0.8.0claws15
10085
10086         * src/imap.[ch]
10087                 imap folder now remembers the last selected
10088                 folder and imap_fetch_msginfo skips selecting
10089                 the folder if it is already selected
10090
10091 2002-07-26 [christoph]  0.8.0claws14
10092
10093         * src/folder.c
10094         * src/folderview.c
10095         * src/imap.c
10096                 fix imap folder rescanning
10097
10098 2002-07-25 [christoph]  0.8.0claws13
10099
10100         * src/filter.c
10101         * src/folder.[ch]
10102         * src/folderview.c
10103         * src/imap.[ch]
10104         * src/mainwindow.c
10105         * src/mbox_folder.c
10106         * src/mh.c
10107         * src/news.c
10108                 implement imap uid cache and uid validity check
10109
10110 2002-07-25 [alfons]     0.8.0claws12
10111
10112         * src/summaryview.c
10113                 fix a brown paper bag bug, and also add some more
10114                 checks
10115
10116 2002-07-25 [christoph]  0.8.0claws11
10117
10118         * src/folder.c
10119                 don't mix copy, fetch_msginfo and remove
10120                 operations in folder item copy and move
10121                 operations
10122
10123 2002-07-25 [christoph]  0.8.0claws10
10124
10125         * src/folderview.c
10126         * src/mainwindow.c
10127         * src/prefs_folder_item.c
10128         * src/summaryview.[ch]
10129                 remove no longer required parameter update_cache from
10130                 summary_show
10131
10132 2002-07-25 [paul]       0.8.0claws9
10133
10134         * sync with 0.8.1
10135         
10136         * AUTHORS
10137                 a few corrections
10138
10139 2002-07-24 [alfons]     0.8.0claws8
10140
10141         * src/summaryview.c
10142                 sort correctly when using simplified subject line
10143                 (closes feature request "[ 585141 ] applying regexp to subject 
10144                 before sort" submitted by Alexandra Walford)
10145
10146 2002-07-24 [paul]       0.8.0claws7
10147
10148         * sync with 0.8.0cvs3
10149                 see ChangeLog 2002-07-24
10150
10151 2002-07-23 [christoph]  0.8.0claws6
10152
10153         * src/folder.c
10154         * src/folder.h
10155         * src/summaryview.c
10156         * src/summaryview.h
10157         * src/main.c
10158                 o separate processing and summaryview
10159                 o removed summary_write_cache from summaryview
10160                 o removed summaryview->killed_messages, because we don't have
10161                   to keep a list of killed messages anymore. New cache will
10162                   keep the hidden messages in cache anyway
10163         * src/folderview.c
10164         * src/inc.c
10165         * src/selective_download.c
10166                 o removed unnecessary summary_write_cache calls
10167         * src/procmsg.c
10168                 o don't set ignore thread flag in procmsg_get_thread_tree
10169                   if it is already set
10170         * src/mainwindow.c
10171         * src/statusbar.h
10172                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10173                   they are used in different files
10174
10175 2002-07-23 [melvin]     0.8.0claws5
10176
10177         * src/addressbook.c
10178         * src/addrgather.c
10179         * src/editaddress.c
10180         * src/editgroup.c
10181         * src/editldap_basedn.c
10182         * src/importldif.c
10183         * src/prefs_common.c
10184                 Fixed few memory leak (gtk_editable_get_chars returns
10185                 an allocated string)
10186         * src/logwindow.c
10187                 Fixed few memory leak (gtk_editable_get_chars returns
10188                 an allocated string) and modified a little the log cutting
10189                 loop.
10190         * src/compose.c
10191                 Replaced a call to an obsolete function gtk_entry_get_text()
10192                 by gtk_editable_get_chars()
10193         * src/send.c
10194                 Removed a debug printf
10195
10196 2002-07-23 [christoph]  0.8.0claws4
10197
10198         * src/filesel.c
10199                 fix another g_dirname memory leak
10200
10201 2002-07-23 [christoph]  0.8.0claws3
10202
10203         * src/mh.c
10204                 fixed a memory leak in mh_fetch_msginfo
10205                 fixed crash when message header could not be
10206                 parsed
10207
10208 2002-07-23 [paul]       0.8.0claws2
10209
10210         * sync with 0.8.0cvs2
10211                 see ChangeLog 2002-07-23
10212
10213 2002-07-23 [paul]       0.8.0claws1
10214
10215         * sync with 0.8.0cvs1
10216                 see ChangeLog 2002-07-23
10217
10218 2002-07-23 [paul]       0.8.0claws
10219
10220         * release of 0.8.0claws
10221
10222 2002-07-23 [paul]       0.7.8claws99
10223
10224         * po/ru.po
10225                 new Russian translation, submitted by
10226                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10227
10228 2002-07-22 [jens]       0.7.8claws98
10229
10230         * po/de.po
10231                 Updated German translations.
10232
10233 2002-07-22 [paul]       0.7.8claws97
10234
10235         * po/es.po
10236           po/it.po
10237           po/nl.po
10238           po/pt_BR.po
10239                 updated translations by Ricardo Mones Lastra,
10240                 Alessandro Maestri, Wilbert Berendsen and 
10241                 Fabio Jr. Beneditto respectively
10242
10243 2002-07-22 [christoph]  0.7.8claws96
10244
10245         * src/mimeview.c
10246                 fix memory leak caused by wrong g_dirname usage
10247
10248 2002-07-22 [christoph]  0.7.8claws95
10249
10250         * src/summaryview.c
10251                 update new and unread message counts for summaryview
10252                 summaryview does not get it from the folder anymore
10253                 and has to update the values itself
10254
10255 2002-07-22 [melvin]     0.7.8claws94
10256
10257         * po/fr.po
10258                 Updated French translations.
10259
10260 2002-07-22 [christoph]  0.7.8claws93
10261
10262         * src/matcher.c
10263                 set prop->preg pointer to NULL or following check
10264                 will not fail and regexec will be called with
10265                 invalid pointer
10266
10267 2002-07-21 [alfons]     0.7.8claws92
10268         
10269         * src/prefs_common.[ch]
10270                 remove option "Send return receipt on request"
10271
10272 2002-07-21 [thorsten]   0.7.8claws91
10273
10274         * src/mimeview.c
10275                 fixed memleaks, coding style as pointed out by alfons
10276
10277 2002-07-21 [alfons]     0.7.8claws90
10278
10279         * src/messageview.c
10280         * src/noticeview.[ch]
10281                 o fix bug notice view being displayed when going to empty folder 
10282                   (noticed by Christoph)
10283                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10284                   (noticed by Thorsten)
10285
10286 2002-07-21 [thorsten]   0.7.8claws89
10287
10288         * src/mimeview.c
10289                 Included save_all patch from Xaview FACQ
10290                 added support for pathnames
10291
10292 2002-07-21 [alfons]     0.7.8claws88
10293
10294         * po/POTFILES.in
10295         * src/Makefile.am
10296         * src/mainwindow.c
10297         * src/messageview.[ch]
10298         * src/noticeview.c      ** NEW FILE **
10299         * src/noticeview.h      ** NEW FILE **
10300                 make return receipts work again
10301                 (UI idea by Leandro Pereira)
10302
10303 2002-07-21 [paul]       0.7.8claws87
10304
10305         * src/summaryview.c
10306                 fix sensitivity of 'Select thread'
10307
10308 2002-07-21 [paul]       0.7.8claws86
10309
10310         * src/prefs_common.c
10311                 add browser command line for Galeon
10312
10313 2002-07-21 [paul]       0.7.8claws85
10314
10315         * Makefile.am
10316                 fix 'EXTRA_DIST': remove README.README, add TODO
10317                 and TODO.claws
10318
10319 2002-07-21 [alfons]     0.7.8claws84
10320
10321         * src/gtkstext.c
10322                 make enter clear selection
10323                 (closes "[ 579888 ] Editor selection/entry error"
10324                 reported by Steve Lamb)
10325
10326 2002-07-21 [alfons]     0.7.8claws83
10327         
10328         * src/summaryview.c
10329                 sort message list when selecting unthread messages
10330                 (closes "[ 501593 ] switching threaded view doesn't sort"
10331                 reported by Simon Schubert)
10332
10333 2002-07-20 [alfons]     0.7.8claws82
10334         
10335         * src/matcher.c
10336                 const-correctness
10337
10338 2002-07-20 [thorsten]   0.7.8claws81
10339
10340         * src/matcher.c
10341                 Fixed expansion of empty fields in matchactions
10342
10343 2002-07-19 [melvin]     0.7.8claws80
10344
10345         * src/gtkspell.c
10346                 Removed a duplicate menu entry (fast mode) introduced during
10347                 the new cache merge
10348                 Added a menu separator between 'Use alternate' and 'Fast mode'
10349
10350 2002-07-19 [paul]       0.7.8claws79
10351
10352         * tools/Makefile.am
10353           tools/README
10354                 correct typos
10355
10356 2002-07-19 [thorsten]   0.7.8claws78
10357
10358         * tools/calypso_convert.pl      ** NEW FILE **
10359           tools/README
10360           tools/Makefile.am
10361                 script to import mbox files exported
10362                 by calypso
10363                 o generates folder structure
10364                 o includes attachments
10365
10366 2002-07-19 [melvin]     0.7.8claws77
10367
10368         * src/selective_download.[ch]
10369                 Fixed bug where closing the dialog with the window manager's
10370                 close button will not unlock the summary
10371                 Corrected some function declarations that missed a return value
10372                 Made the source code comply better with coding style.
10373         * src/prefs_common.c
10374                 Added new browser command line for Mozilla.
10375
10376 2002-07-18 [paul]       0.7.8claws76
10377
10378         * src/mainwindow.c
10379           src/selective_download.[ch]
10380                 reflect theme changes, fix Gdk Warning when creating 
10381                 pixmap from NULL window, and minor clean up.
10382                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10383
10384         * po/en_GB.po
10385                 updated
10386
10387 2002-07-17 [paul]       0.7.8claws75
10388
10389         * INSTALL[.jp]
10390                 sync with 0.8.0
10391         
10392         * po/en_GB.po
10393                 updated
10394
10395 2002-07-16 [paul]       0.7.8claws74
10396
10397         * tools/filter_conv.pl
10398           tools/README
10399                 replace conversion script with reimplemented version, 
10400                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10401
10402 2002-07-16 [colin]      0.7.8claws73
10403
10404         * src/summaryview.c
10405                 remove forgotten debug messages - sorry ;-)
10406
10407 2002-07-16 [colin]      0.7.8claws72
10408
10409         * src/mimeview.c
10410           src/summaryview.c
10411           src/textview.c
10412           src/textview.h
10413                 add the ability to select part of a text mime-part 
10414                 to reply.
10415
10416 2002-07-15 [christoph]  0.7.8claws71
10417
10418         * src/folder.c
10419                 fix folder message count for folders without
10420                 msg_is_changed (includes news folders)
10421
10422 2002-07-15 [martin]     0.7.8claws70
10423
10424         * src/summaryview.c
10425                 option "display recipient on 'From'..." now works
10426                 without the need of enabling the option
10427                 "display  sender  using  address  book".
10428
10429 2002-07-15 [christoph]  0.7.8claws69
10430
10431         * src/summaryview.c
10432                 removed setting folder status from summaryview.
10433                 folder.c should update all message counts correctly.
10434
10435 2002-07-15 [paul]       0.7.8claws68
10436
10437         * po/pt_BR.po
10438                 updated by Fabio Junior Beneditto
10439
10440 2002-07-15 [darko]      0.7.8claws67
10441
10442         * src/mh.c
10443                 Fixed target folder colorization, don't decrease op
10444                 number twice
10445
10446 2002-07-14 [paul]       0.7.8claws66
10447
10448         * sync with main 0.8.0
10449                 see ChangeLog 2002-07-14
10450
10451 2002-07-13 [melvin]     0.7.8claws65
10452         
10453         * src/addrbook.c
10454         * src/addressbook.c
10455         * src/addrindex.c
10456                 Replaced sprintf by g_snprintf to prevent possible buffer
10457                 overflow.
10458         * src/news.c
10459                 Corrected a log message output format.
10460                 Added a missing "done" debug output.
10461         * src/compose.c
10462                 Added keyboard accelerator for Priority menu items
10463                 Added missing \n in debug output
10464         * src/logwindow.c
10465         * src/gtkspell.c
10466         * src/rfc2015.c
10467                 Added missing \n in debug output
10468
10469 2002-07-13 [paul]       0.7.8claws64
10470
10471         * man/sylpheed.1
10472                 change Sergey's email address to the sf address
10473
10474         * src/textview.c
10475                 increase show_url_timeout (more useful for long
10476                 urls)
10477
10478 2002-07-12 [sergey]     0.7.8claws63
10479
10480         * src/rfc2015.c
10481                 applied (with some modifications) patch to set the
10482                 micalg parameter for signatures
10483                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10484
10485 2002-07-12 [sergey]     0.7.8claws62
10486
10487         * man/Makefile.am
10488         * configure.in
10489                 fixed man page installation
10490
10491 2002-07-12 [paul]       0.7.8claws61
10492
10493         * sync with 0.7.8cvs26
10494                 see ChangeLog 2002-07-11 and 2002-07-12
10495
10496 2002-07-11 [christoph]  0.7.8claws60
10497
10498         * src/compose.c
10499         * src/procmsg.c
10500                 first use the message number to find the message
10501                 to mark with a reply flag but check the
10502                 message-id if we got the correct message, if not
10503                 try to find it by message-id.
10504                 use new string seperator that is not allowed
10505                 in message-ids.
10506
10507 2002-07-11 [paul]       0.7.8claws59
10508
10509         * sync with 0.7.8cvs23
10510                 see ChangeLog 2002-07-10
10511
10512 2002-07-10 [christoph]  0.7.8claws58
10513
10514         * src/folder.[ch]
10515         * src/msgcache.[ch]
10516                 Added message-id table to the cache in memory
10517                 and functions to msgcache.c and folder.c to
10518                 fetch MsgInfos by message id
10519         * src/compose.c
10520         * src/procmsg.c
10521                 store folder and message-id of message replying
10522                 to in queue header and set reply flag after sending
10523                 (Closes bug #469498)
10524
10525 2002-07-10 [paul]       0.7.8claws57
10526
10527         * AUTHORS
10528           man/sylpheed.1.gz
10529                 add Martin to the list of authors
10530
10531 2002-07-09 [martin]     0.7.8claws56
10532         * src/gtksctree.c
10533                 Added gtk_ctree_last_visible(), tree_update_level(),
10534                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10535                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10536                 from gtk+ to gtksctree.c for the new sorting code
10537                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10538                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10539         * src/gtksctree.h
10540                 Added declaration for gtk_sctree_sort_recursive() and
10541                 gtk_sctree_sort_node
10542         * src/addressbook.c
10543         * src/foldersel.c
10544         * src/folderview.c
10545         * src/summaryview.c
10546                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10547                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10548
10549 2002-07-08 [paul]       0.7.8claws55
10550
10551         * more sync with 0.7.8cvs21
10552                 see ChangeLog 2002-07-08
10553
10554 2002-07-08 [paul]       0.7.8claws54
10555
10556         * sync with 0.7.8cvs21
10557                 see ChangeLog 2002-07-08
10558
10559 2002-07-07 [alfons]     0.7.8claws53
10560
10561         * src/Makefile.am
10562         * src/stock_pixmap.[ch]
10563         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10564         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10565         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10566                 add new pixmaps for upcoming notice pane
10567
10568 2002-07-06 [melvin]     0.7.8claws52
10569
10570         * src/gtkspell.[ch]
10571                 Made them a bit closer to Sylpheed's coding style.
10572                 Removed old code.
10573                 Removed possible memory leaks when some errors occurs.
10574
10575 2002-07-06 [melvin]     0.7.8claws51
10576
10577         * po/Makefile.in.in
10578                 Removed --no-location in xgettext command line to help
10579                 translators that use Emacs' po-mode
10580         * src/quote_fmt.c
10581                 Removed unnecessary comments that messed up sylpheed.pot
10582
10583 2002-07-06 [paul]       0.7.8claws50
10584
10585         * sync with 0.7.8cvs19
10586                 see ChangeLog 2002-07-05
10587
10588 2002-07-06 [christoph]  0.7.8claws49
10589
10590         * src/folder.c
10591         * src/mainwindow.c
10592                 fix folder_item_remove_all_msg and folderview
10593                 status for trash folders after emptying trash
10594
10595 2002-07-05 [paul]       0.7.8claws48
10596
10597         * sync with 0.7.8cvs16
10598                 see ChangeLog 2002-07-04 and 2002-07-05
10599
10600 2002-07-04 [paul]       0.7.8claws47
10601
10602         * sync with 0.7.8cvs14
10603                 see  ChangeLog 2002-07-04
10604
10605 2002-07-03 [alfons]     0.7.8claws46
10606
10607         * src/folder.c
10608                 dupe folder item's path because it's being reallocated
10609                 by new folder scanning code
10610
10611 2002-07-03 [christoph]  0.7.8claws45
10612
10613         * src/imap.c
10614                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10615         * src/msgcache.c
10616                 add missing return in msgcache_write
10617
10618 2002-07-02 [thorsten]   0.7.8claws44
10619
10620         * src/jpilot.c
10621         * src/msgcache.c
10622         * src/rfc2015.c
10623                 use binary mode for file access
10624
10625 2002-07-02 [christoph]  0.7.8claws43
10626
10627         * major code cleanup (part 1)
10628         
10629                 - unused variables removed
10630                 - unused functions removed
10631                 - uninitialized variables checked
10632                 - missing return statements added
10633                 - missing function return types added
10634                 - added parentheses around assignment and
10635                   && in || when suggested by gcc
10636               
10637         * src/mh.c
10638         * src/folder.c
10639                 replaced direct calls to folder->scan_tree
10640                 with folder_scan_tree and restore folder
10641                 prefs in this function. The folder should
10642                 not have to deal with them.
10643                 ( Should now work for all folder types )
10644
10645 2002-07-02 [paul]       0.7.8claws42
10646
10647         * sync with 0.7.8cvs13
10648                 see ChangeLog 2002-07-01 and 2002-07-02
10649
10650 2002-07-01 [christoph]  0.7.8claws41
10651
10652         * src/summaryview.c
10653                 fix "goto next/prev unread message" with
10654                 ignored threads
10655
10656 2002-07-01 [paul]       0.7.8claws40
10657
10658         * po/es.po
10659                 updated by Ricardo Mones Lastra
10660
10661 2002-06-30 [match]      0.7.8claws39
10662
10663         * src/jpilot.c
10664                 applied variation of leonerd's patch (566661) to
10665                 allow multiple email addresses per JPilot entry.
10666                 addresses may be separated by space, comma, pipe,
10667                 semi-colon, new-line.
10668
10669 2002-06-30 [alfons]     0.7.8claws38
10670
10671         * src/procmsg.c
10672                 simple fix for putting older nodes before
10673                 newer nodes when threading by subject
10674
10675 2002-06-30 [christoph]  0.7.8claws37
10676
10677         * src/folder.c
10678         * src/folderview.c
10679         * src/mh.c
10680         * src/news.c
10681         * src/procmsg.c
10682                 fix broken folder tree rescaning
10683                 and don't use procmsg_get_mark_sum
10684                 anymore
10685
10686 2002-06-30 [christoph]  0.7.8claws36
10687
10688         * merge new cache branch
10689         * src/imap.c
10690                 fix new cache imap copy bug
10691         * src/folder.c
10692                 improved folder_item_scan
10693                 it should now always set the correct
10694                 new, unread and total message counts
10695
10696 2002-06-29 [paul]       0.7.8claws35
10697
10698         * configure.in
10699                 correct syntax error
10700
10701 2002-06-29 [paul]       0.7.8claws34
10702
10703         * configure.in
10704           Makefile.am
10705           man/Makefile.am       ** NEW FILE **
10706           man/sylpheed.1.gz     ** NEW FILE **
10707                 add Sylpheed man page
10708
10709 2002-06-29 [paul]       0.7.8claws33
10710
10711         * po/pt_BR.po
10712                 updated by Fabio Junior Beneditto
10713
10714 2002-06-28 [jens]       0.7.8claws32
10715
10716         * po/de.po
10717                 translation updated
10718
10719         * src/selective_download.c
10720                 removed gettext for space " "
10721
10722         * src/imap.c
10723                 removed wrong space
10724
10725 2002-06-28 [paul]       0.7.8claws31
10726
10727         * sync with 0.7.8cvs11
10728                 see ChangeLog 2002-06-28
10729
10730 2002-06-28 [paul]       0.7.8claws30
10731
10732         * sync with 0.7.8cvs10
10733                 see ChangeLog 2002-06-27 and 2002-06-28
10734
10735 2002-06-26 [paul]       0.7.8claws29
10736
10737         * src/addrgather.c
10738           src/selective_download.c
10739                 don't gettextise empty strings.
10740                 reserved by gettext. gettext("") returns 
10741                 the header entry with meta information, 
10742                 not the empty string
10743
10744         * po/en_GB.po
10745                 updated
10746
10747 2002-06-26 [paul]       0.7.8claws28
10748
10749         * sync with 0.7.8cvs7
10750                 see ChangeLog 2002-06-25
10751
10752         * src/prefs_common.c
10753                 ...and in the process, tweak the gui a little
10754
10755 2002-06-25 [alfons]     0.7.8claws27
10756         
10757         * configure.in
10758         * src/Makefile.am
10759                 fine tune ldap library detection
10760
10761 2002-06-25 [alfons]     0.7.8claws26
10762
10763         * src/compose.c
10764                 don't allow return receipts when composing a news article
10765
10766 2002-06-25 [paul]       0.7.8claws25
10767
10768         * Makefile.am
10769                 add '$(AMTAR)' to 'release' section to allow for
10770                 new and older autotools
10771
10772 2002-06-25 [paul]       0.7.8claws24
10773
10774         * src/summaryview.c
10775                 fix "No more unread messages" persistant pop-up
10776                 window bug
10777
10778 2002-06-25 [paul]       0.7.8claws23
10779
10780         * po/it.po
10781                 updated by Alessandro Maestri
10782
10783 2002-06-25 [paul]       0.7.8claws22
10784
10785         * sync with 0.7.8cvs6
10786                 see ChangeLog 2002-06-25
10787
10788 2002-06-24 [paul]       0.7.8claws21
10789
10790         * tools/update-po
10791                 add GPL copyright information
10792
10793 2002-06-24 [paul]       0.7.8claws20
10794
10795         * tools/Makefile.am
10796           tools/README
10797           tools/update-po       ** NEW FILE **
10798                 add script that eases the creation of *.po files
10799                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10800
10801 2002-06-23 [alfons]     0.7.8claws19
10802
10803         * src/messageview.c
10804                 make notification_convert_header obey const correctness
10805                 (next step will be fixing the broken return receipt)
10806
10807 2002-06-23 [paul]       0.7.8claws18
10808
10809         * src/messageview.c
10810                 fix bug introduced in last commit:
10811                 removed too much code in last commit - put back what's
10812                 needed
10813
10814 2002-06-23 [paul]       0.7.8claws17
10815
10816         * src/messageview.[ch]
10817                 remove code committed in error from locally patched
10818                 source
10819
10820 2002-06-23 [colin]      0.7.8claws16
10821
10822         * src/compose.[ch]
10823                 add compose_entry_select(), used to select the default_to
10824                 email address - hopefully avoiding people sending mails to
10825                 wrong recipients.
10826
10827 2002-06-22 [alfons]     0.7.8claws15
10828
10829         * AUTHORS
10830                 add Bram Metsch & Stanislav Karchebny
10831         * src/smtp.[ch]
10832         * src/prefs_account.[ch]
10833         * src/send.c
10834                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10835                   options.  (see <http://sourceforge.net/tracker/index.php
10836                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10837
10838                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10839                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10840
10841 2002-06-22 [paul]       0.7.8claws14
10842
10843         * sync with 0.7.8cvs5
10844                 see ChangeLog 2002-06-19 and 2002-06-20
10845
10846 2002-06-22 [alfons]     0.7.8claws13
10847
10848         * src/selective_download.c
10849                 fix a stupid mistake I made
10850
10851 2002-06-22 [alfons]     0.7.8claws12
10852
10853         * src/selective_download.[ch]
10854                 fix another unnoticed leak; cleanup code
10855
10856 2002-06-21 [alfons]
10857
10858         * tools/Makefile.am
10859                 gpg-sign <-- gpg-sign-syl
10860
10861 2002-06-21 [alfons]     0.7.8claws11
10862
10863         * src/selective_download.c
10864         * src/selective_download.h
10865                 fix assorted mix of allocation errors (should solve
10866                 problem reported by Philippe Gramoullé, see:
10867                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10868
10869 2002-06-20 [melvin]     0.7.8claws10
10870
10871         * tools/gpg-sign *REMOVED*
10872           tools/gpg-sign-syl *ADDED*
10873                 Replaced the gpg clearsigning script with the version using
10874                 xterm instead of ssh-askpass and changed its name.
10875
10876         * README.claws
10877                 Updated actions example to reflect the renaming of the
10878                 gpg clearsigning script.
10879
10880 2002-06-19 [paul]       0.7.8claws9
10881
10882         * sync with 0.7.8claws9
10883                 see ChangeLog 2002-06-18 and 2002-06-19
10884
10885 2002-06-19 [paul]       0.7.8claws8
10886
10887         * sync with 0.7.8cvs1
10888                 see ChangeLog 2002-06-18
10889
10890 2002-06-18 [alfons]     0.7.8claws7
10891
10892         * src/mainwindow.h
10893                 add omitted prototype
10894
10895 2002-06-17 [paul]       0.7.8claws6
10896
10897         * src/mainwindow.c
10898                 fix hiding of exec_btn
10899
10900 2002-06-17 [paul]       0.7.8claws5
10901
10902         * src/pop.c
10903                 remove unneeded code: should_delete() 
10904                 and Pop3State::uidl_todelete_list
10905
10906 2002-06-17 [paul]       0.7.8claws4
10907
10908         * sync with 0.7.8
10909                 see ChangeLog 2002-06-11 and 2002-06-13
10910
10911 2002-06-16 [alfons]     0.7.8claws3
10912         
10913         * src/folder.c
10914                 make sure lock sort mode (claws specific) is
10915                 also persists after a tree rescan
10916
10917 2002-06-16 [alfons]     0.7.8claws2
10918
10919         * src/prefs_folder_item.c
10920         * src/folder.[ch]
10921                 fix persistence of folder sort mode (broken
10922                 by adapting Hiro's new folder persistence code)
10923
10924 2002-06-16 [alfons]     0.7.8claws1
10925
10926         * AUTHORS
10927         * src/logwindow.c
10928         * src/prefscommon.[ch]
10929                 control size of log text in log window; 
10930                 closes patch #569155 submitted by Mitko Haralanov.
10931
10932 2002-06-15 [paul]       0.7.8claws
10933
10934         * release of 0.7.8claws
10935
10936 2002-06-15 [paul]       0.7.7claws
10937
10938         * po/pt_BR.po
10939                 updated by Fabio Junior Beneditto
10940
10941 2002-06-14 [paul]       0.7.6claws49
10942
10943         * po/es.po
10944                 updated by Ricardo Mones Lastra
10945
10946 2002-06-14 [paul]       0.7.6claws48
10947
10948         * po/nl.po
10949                 updated translation by Wilbert Berendsen
10950
10951 2002-06-14 [melvin]     0.7.6claws47
10952
10953         * po/fr.po
10954                 Updated French translation
10955
10956 2002-06-13 [paul]       0.7.6claws46
10957
10958         * src/filesel.c
10959                 allow filename to be typed in, rather than just
10960                 selected by the mouse. Patch by Gustavo Noronha Silva.
10961
10962 2002-06-13 [alfons]     0.7.6claws45
10963
10964         * src/mainwindow.[ch]
10965                 more cleanups (removing unnecessary menu items Expand 
10966                 summary / message view)
10967
10968 2002-06-13 [melvin]     0.7.6claws44
10969
10970         * po/POTFILES.in
10971                 Added src/string_match.c
10972         * src/string_match.c
10973                 Fixed possible buffer overflow.
10974                 Corrected typo.
10975                 Added missing config.h header.
10976         * src/prefs_common.c
10977           src/prefs_matcher.c
10978           src/prefs_scoring.c
10979                 Made some strings translatable (missing _(..)).
10980
10981 2002-06-13 [melvin]     0.7.6claws43
10982
10983         * README.claws
10984                 Corrected action example (verifying clearsigned mail).
10985         * src/prefs_account.c
10986                 Corrected typo.
10987         * src/prefs_common.c
10988                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10989
10990 2002-06-12 [alfons]     0.7.6claws42
10991
10992         * src/summaryview.c
10993                 add init of score column lost in 0.7.6claws42
10994
10995 2002-06-12 [paul]       0.7.6claws41
10996
10997         * src/prefs_account.c
10998                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10999                 behavior of the radio buttons, (from 0.7.7cvs2)
11000
11001 2002-06-11 [alfons]     0.7.6claws40
11002
11003         * src/messageview.[ch]
11004         * src/summaryview.[ch]
11005         * src/summary_search.c
11006         * src/mainwindow.c
11007                 perform a sync to bring in Hiro's separate view implementation 
11008
11009                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11010
11011 2002-06-11 [paul]       0.7.6claws39
11012         
11013         * src/prefs_account.c
11014                 correct a typo on the Receive tab
11015
11016 2002-06-10 [match]      0.7.6claws38
11017
11018         * src/addressbook.c
11019                 Included address completion patch from Gustavo Noronha.
11020
11021 2002-06-10 [paul]       0.7.6claws37
11022
11023         * src/inc.[ch]
11024           src/pop.c
11025           src/prefs_account.[ch]
11026           src/selective_download.[ch]
11027                 apply PATCH #561712
11028                  NEW:
11029                 - check if POP Account
11030                 - Receive Button renamed to Preview
11031                 - Preview Button Popup: preview new/all messages
11032                 - Download Button
11033                 - Account Preferences-->Receive tab checkbutton if you
11034                   want to remove Mail after Download
11035                 -: default YES
11036                 - Account Preferences-->Receive tab checkbutton use
11037                   filtering rules on preview
11038                   (think of delete_on_server)
11039                 -: default YES
11040                 - Account selectable from SD dialog
11041                 - checkbutton to show already downloaded messages if
11042                   all messages are previewed
11043                 - new clist column showing Date
11044                 - ESC KEY close
11045                 FIXES:
11046                 - play ball with UIDL
11047                 - fault tolerant (?) 
11048                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11049
11050 2002-06-10 [melvin]     0.7.6claws36
11051
11052         * README.claws
11053                 Added a hint to ac/README in cvs instructions.
11054
11055         * src/prefs_actions.c
11056                 Made it possible to use a more elaborate command line
11057                 for asynchronous actions, too.
11058
11059 2002-06-10 [melvin]     0.7.6claws35
11060         
11061         * src/prefs_actions.c
11062                 Make it possible to use a more elaborate command line
11063                 (e.g. |foo|bar|cat>there;echo Done|)
11064                 Corrected error message when calling %f, %F and %p commands
11065                 from the compose window.
11066
11067 2002-06-09 [colin]      0.7.6claws34
11068
11069         * src/summaryview.c
11070                 Automatically find unread messages in current folder
11071                 before annoying the user.
11072
11073 2002-06-08 [alfons]     0.7.6claws33
11074
11075         * po/it.po
11076                 remove bad formatting string in it.po translation
11077                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11078
11079 2002-06-08 [paul]       0.7.6claws32
11080
11081         * sync with 0.7.6cvs25
11082                 see ChangeLog 2002-06-07
11083
11084 2002-06-05 [paul]       0.7.6claws31
11085
11086         * src/mainwindow.c
11087                 add 'Sort by locked' and 'Sort by score'
11088
11089 2002-06-05 [paul]       0.7.6claws30
11090
11091         * sync with 0.7.6cvs24
11092                 see ChangeLog 2002-06-04
11093
11094 2002-06-04 [paul]       0.7.6claws29
11095
11096         * po/pt_BR.po
11097                 updated by Fabio Junior Beneditto
11098
11099 2002-06-03 [thorsten]   0.7.6claws28
11100
11101         * src/matcher.c
11102                 fclose() matcherrc after reading
11103
11104 2002-06-03 [paul]       0.7.6claws27
11105
11106         * sync with 0.7.6cvs21
11107                 see ChangeLog 2002-05-31
11108
11109 2002-05-31 [paul]       0.7.6claws26
11110
11111         * sync with 0.7.6cvs20
11112                 see ChangeLog 2002-05-29 and 2002-05-30
11113
11114 2002-05-31 [paul]       0.7.6claws25
11115
11116         * src/imap.c
11117                 hopefully fix last buggy sync
11118
11119         * README.claws
11120                 correct typo in 'Actions' examples
11121
11122 2002-05-29 [paul]       0.7.6claws24
11123
11124         * sync with 0.7.6cvs18
11125                 see ChangeLog 2002-05-28 and 2002-05-29
11126
11127         * src/news.c
11128           src/nntp.[ch]
11129                 sync with above 
11130
11131 2002-05-28 [paul]       0.7.6claws23
11132
11133         * sync with 0.7.6cvs16
11134                 see ChangeLog 2002-05-28
11135
11136 2002-05-27 [thorsten]   0.7.6claws22 
11137
11138         * faq/it/sylpheed-faq-1.html
11139           faq/it/sylpheed-faq-2.html
11140           faq/it/sylpheed-faq-3.html
11141           faq/it/sylpheed-faq.html
11142                 corrected DOS lineendings
11143         * faq/de/sylpheed-faq-1.html
11144           faq/de/sylpheed-faq-2.html
11145           faq/en/sylpheed-faq-1.html
11146           faq/en/sylpheed-faq-2.html
11147           faq/en/sylpheed-faq-3.html
11148           faq/es/sylpheed-faq-1.html
11149           faq/es/sylpheed-faq-2.html
11150           faq/es/sylpheed-faq-3.html
11151           faq/fr/sylpheed-faq-1.html
11152           faq/it/sylpheed-faq-1.html
11153           faq/it/sylpheed-faq-2.html
11154           faq/it/sylpheed-faq-3.html
11155           faq/it/sylpheed-faq.html
11156                 changed ">" to &quot;
11157
11158 2002-05-27 [paul]       0.7.6claws21
11159         
11160         * sync with 0.7.6cvs15
11161                 see ChangeLog 2002-05-27
11162
11163 2002-05-27 [paul]       0.7.6claws20
11164
11165         * src/prefs_account.c
11166                 correct a typo
11167
11168 2002-05-26 [paul]       0.7.6claws19
11169
11170         * tools/README
11171                 correct a typo
11172
11173 2002-05-25 [paul]       0.7.6claws18
11174
11175         * tools/README
11176                 add description of kmail2sylpheed.pl
11177
11178 2002-05-25 [paul]       0.7.6claws17
11179
11180         * tools/kmail2sylpheed.pl       ** NEW FILE **
11181                 perl script that converts an exported Kmail address
11182                 book, converts it to sylpheed addressbook file,
11183                 writes the file to .sylpheed, and updates
11184                 addrbook--index.xml 
11185
11186 2002-05-25 [paul]       0.7.6claws16
11187
11188         * sync with 0.7.6cvs14
11189                 see ChangeLog 2002-05-23
11190
11191 2002-05-24 [paul]       0.7.6claws15
11192
11193         * README.claws
11194                 make a correction and add some more info
11195
11196 2002-05-24 [paul]       0.7.6claws14
11197
11198         * src/compose.c
11199                 fix memory leak in 
11200                 compose_redirect_write_headers_from_headerlist()
11201                 add Subject and Resent-Message-ID to
11202                 compose_redirect_write_headers()
11203                 Received, Subject, and X-UIDL are filtered out in 
11204                 compose_redirect_write_to_file()
11205
11206 2002-05-23 [paul]       0.7.6claws13
11207
11208         * src/compose.[ch]
11209           src/filtering.c
11210           src/mainwindow.c
11211           src/matcher.[ch]
11212           src/matcher_parser_lex.l
11213           src/matcher_parser_parse.y
11214           src/prefs_common.[ch]
11215           src/prefs_filtering.c
11216           src/summaryview.c
11217                 rename 'Bounce' to 'Redirect'
11218
11219 2002-05-23 [paul]       0.7.6claws12
11220
11221         * more sync with 0.7.6cvs13
11222           src/compose.c
11223                 see ChangeLog 2002-05-22
11224
11225 2002-05-22 [paul]       0.7.6claws11
11226
11227         * sync with 0.7.6cvs13
11228           src/codeconv.c
11229                 see ChangeLog 2002-05-20
11230           src/prefs_common.c
11231                 see ChangeLog 2002-05-22
11232
11233 2002-05-21 [melvin]     0.7.6claws10
11234
11235         * src/folderview.c
11236                 Added missing filtering and scoring headers
11237                 Fixed bad function call that showed garbage 
11238                 in Folder->Processing
11239
11240 2002-05-21 [paul]       0.7.6claws9
11241
11242         * tools/Makefile.am
11243                 make all tools executable, (patch by Alfons).
11244
11245 2002-05-20 [alfons]     0.7.6claws8
11246
11247         * src/procheader.c
11248                 don't forget to call mktime() so we have a valid week 
11249                 and year day
11250                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11251
11252 2002-05-20 [paul]       0.7.6claws7
11253
11254         * src/html.c
11255                 fix broken parsing of urls
11256         * src/textview.c
11257                 fix displaying of urls
11258
11259                 both fixes from the patch [547855] by Eugene 
11260                 Brevdo (zonem)
11261
11262 2002-05-19 [alfons]     0.7.6claws6
11263
11264         * configure.in
11265                 make sylpheed configure correctly with the latest
11266                 and greatest of automake / autoconf / gettext
11267
11268 2002-05-19 [alfons]     0.7.6claws5
11269
11270         * src/procheader.c
11271         * src/procheader.h
11272                 add function for returning ime zone offset
11273         * src/quote_fmt.c
11274         * src/quote_fmt_parse.y
11275                 better quotation formatting - does not convert
11276                 to local time, but uses the original date string.
11277                 
11278                 Note: %z inserts the timezone offset (should 
11279                 work also on platforms where strftime does not
11280                 support %z).
11281
11282 2002-05-18 [christoph]  0.7.6claws4
11283
11284         * src/summaryview.c
11285                 fix indentation of some code
11286         * tools/Makefile.am
11287                 fix spaces after \
11288         * src/Makefile.am
11289                 add missing \
11290                 correct path for ignorethread.xpm
11291                 incorrect filename for sylpheed_logo.xpm
11292                 add missing include matcher_parser_parse.h
11293
11294 2002-05-18 [paul]       0.7.6claws3
11295
11296         * sync with 0.7.6cvs8
11297                 see ChangeLog 2002-05-16 and 2002-05-17
11298
11299 2002-05-18 [melvin]     0.7.6claws2
11300
11301         * README.claws
11302                 Corrected an action's definition and fixed some misspellings.
11303
11304 2002-05-18 [paul]       0.7.6claws1
11305
11306         * tools/Makefile.am
11307           tools/gpg-sign        ** new file **
11308           tools/uudec           ** new file **
11309                 add Melvin's Actions scripts
11310
11311         * README.claws
11312                 add Melvin's descriptions for Actions
11313
11314 2002-05-18 [paul]       0.7.6claws
11315
11316         * Version 0.7.6claws released
11317
11318 2002-05-17 [paul]       0.7.5claws32
11319
11320         * po/es.po
11321                 updated by Ricardo Mones Lastra
11322
11323 2002-05-17 [paul]       0.7.5claws31
11324
11325         * src/compose.c
11326                 fix Account prefs default folder for sent/draft/deleted
11327                 messages bug
11328
11329         * po/it.po
11330           po/nl.po
11331                 updated translation by Alessandro Maestri and
11332                 Wilbert Berendsen
11333
11334 2002-05-17 [melvin]     0.7.5claws30
11335
11336         * src/prefs_actions.c
11337                 Fixed bug where using %F not at the end of the command 
11338                 resulted in an additional empty argument being created.
11339                 Thanks to Darko Koruga for reporting the bug.
11340
11341 2002-05-17 [melvin]     0.7.5claws29
11342
11343         * po/fr.po
11344                 Updated French translations.
11345
11346 2002-05-15 [paul]       0.7.5claws28
11347         
11348         * po/es.po
11349                 updated by Ricardo Mones Lastra
11350
11351 2002-05-15 [paul]       0.7.5claws27
11352
11353         * sync with 0.7.6cvs4
11354                 see ChangeLog 2002-05-14 and 2002-05-15
11355
11356 2002-05-14 [paul]       0.7.5claws26
11357
11358         * sync with 0.7.6cvs1
11359                 see ChangeLog 2002-05-13
11360
11361 2002-05-13 [thorsten]   0.7.5claws25
11362
11363         * src/messageview.c
11364                 fix select_all and copy in multipart messages
11365         * src/mainwindow.c
11366                 fix select_all and copy in multipart messages
11367
11368 2002-05-12 [paul]       0.7.5claws24
11369
11370         * src/summaryview.c
11371                 reverse last commit, bug already fixed in 0.7.5claws3
11372
11373 2002-05-12 [netztorte]  0.7.5claws23
11374
11375         * src/summaryview.c
11376                 dont parse empty addressbook (checked in before claws20)
11377
11378 2002-05-12 [melvin]     0.7.5claws22
11379
11380         * src/procmsg.[ch]
11381                 Removed unneeded priority code introduced by the previous 
11382                 commit.
11383
11384 2002-05-12 [melvin]     0.7.5claws21
11385
11386         * src/compose.[ch]
11387                 Added possibility to set message's priority.
11388         * src/procmsg.[ch]
11389                 Added possibility to set message's priority.
11390                 Added missing headers
11391
11392 2002-05-12 [melvin]     0.7.5claws20
11393
11394         * src/prefs_actions.c
11395                 Removed implicitely added quotes around the name
11396                 of the temporary files of mime parts.
11397
11398 2002-05-12 [paul]       0.7.5claws19
11399
11400         * sync with 0.7.5cvs20
11401                 see ChangeLog 2002-05-11
11402
11403 2002-05-12 [alfons]     0.7.5claws18
11404
11405         * src/quote_fmt_lex.l
11406         * src/quote_fmt_parse.y
11407                 allow quote / reply date & time format to be set using
11408                 %D{format}. format is a format string you'd pass to
11409                 strftime() (see man strftime, or the Display tab |
11410                 Date format setting).
11411
11412                 Currently %D converts the date to local time. 
11413
11414 2002-05-11 [paul]       0.7.5claws17
11415
11416         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11417                 see ChangeLog 2002-05-10 and 2002-05-11
11418
11419 2002-05-10 [paul]       0.7.5claws16
11420
11421         * sync with 0.7.5cvs16
11422                 see ChangeLog entries 2002-05-09 and 
11423                 2002-05-10
11424
11425 2002-05-10 [colin]      0.7.5claws15
11426
11427         * src/textview.c
11428                 Corrected a bug that prevented sylpheed to open
11429                 double-clicked URIs.
11430
11431 2002-05-09 [paul]       0.7.5claws14
11432
11433         * sync with 0.7.5cvs14
11434                 see ChangeLog 2002-05-08 and 2002-05-09
11435
11436 2002-05-08 [paul]       0.7.5claws13
11437
11438         * sync with 0.7.5cvs11
11439                 see ChangeLog entry 2002-05-08
11440
11441 2002-05-08 [paul]       0.7.5claws12
11442
11443         * src/mainwindow.c
11444           src/textview.[ch]
11445                 fix segfault on View->Open in new window
11446                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11447
11448 2002-05-07 [paul]       0.7.5claws11
11449
11450         * sync with 0.7.5cvs9
11451                 see ChangeLog entry 2002-05-07
11452
11453 2002-05-06 [paul]       0.7.5claws10
11454
11455         * src/messageview.c
11456           src/textview.c
11457                 display url in statusbar on single-click
11458                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11459
11460 2002-05-06 [match]      0.7.5claws9
11461
11462         * src/addritem.[ch]
11463                 new functions.
11464         * src/addrcache.c
11465                 tidy up.
11466         * src/xmlprops.[ch]
11467                 XML implementation of properties file.
11468         * src/exporthtml.[ch]
11469         * src/expthtmldlg.[ch]
11470         * src/addressbook.c
11471                 export to HTML.
11472
11473 2002-05-02 [sergey]     0.7.5claws8
11474
11475         * src/mainwindow.c (mainwin_entries),
11476           src/prefs_common.c (prefs_send_create()),
11477           src/codeconv.c (locale_table):
11478                 use charset name "Windows-1251" instead of "CP1251".
11479
11480 2002-05-02 [colin]      0.7.5claws7
11481         
11482         * src/compose.c
11483           src/prefs_common.c
11484           src/prefs_folder_item.c
11485                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11486
11487 2002-05-02 [hiro]       0.7.5claws6
11488
11489         * src/imap.c
11490                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11491
11492 2002-05-02 [paul]       0.7.5claws5
11493
11494         * src/compose.c
11495                 more sync with 0.7.5cvs7, see ChangeLog entry
11496                 2002-05-02
11497
11498 2002-05-02 [hiro]       0.7.5claws4
11499
11500         * src/compose.c
11501                 compose_queue_sub():
11502                 check if queue folder exists (closes #550397).
11503                 removed directory creation since it should be handled
11504                 transparently.
11505         * src/imap.c
11506                 imap_add_msg(): return UID for appended message
11507                 (closes #548842).
11508
11509 2002-04-30 [paul]       0.7.5claws3
11510
11511         * src/summaryview.c
11512                 fix account_find_from_address() bug
11513
11514 2002-04-28 [colin]      0.7.5claws2
11515
11516         * src/compose.c
11517           src/textview.c
11518           src/prefs_common.[ch]
11519           src/utils.[ch]
11520                 Added user-definable quotation characters recognition.
11521
11522 2002-04-28 [paul]       0.7.5claws1
11523
11524         * sync with 0.7.5cvs4
11525                 see ChangeLog entry  2002-04-25
11526
11527 2002-04-28 [paul]       0.7.5claws
11528
11529         * po/es.po
11530           po/nl.po
11531           po/pt_BR.po
11532                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11533                 Fabio Junior Beneditto
11534
11535 2002-04-27 [jens]       0.7.4claws103
11536
11537         * po/de.po
11538                 updated German translation.
11539
11540 2002-04-27 [hiro]       0.7.4claws102
11541
11542         * src/summaryview.c
11543                 summary_write_cache(): fixed the mark loss of hidden messages.
11544
11545 2002-04-26 [melvin]     0.7.4claws101
11546
11547         * src/procmsg.c
11548                 fixed a second typo (same one)
11549         * po/fr.po
11550           po/it.po
11551           po/pt_BR.po
11552                 fixed the type again...
11553
11554 2002-04-26 [melvin]     0.7.4claws100
11555
11556         * src/procmsg.c
11557                 fixed a typo in an alert message ("temorary").
11558         * po/it.po
11559         * po/pt_BR.po
11560                 corrected the typo  described above.
11561         * po/fr.po
11562                 updated French translation.
11563
11564 2002-04-26 [darko]      0.7.4claws99
11565
11566         * src/summaryview.c
11567                 fix target folder colorization
11568
11569 2002-04-25 [paul]       0.7.4claws98
11570
11571         * po/it.po
11572                 updated by Alessandro Maestri
11573
11574 2002-04-24 [colin]      0.7.4claws97
11575         
11576         * src/compose.c
11577                 Fixed double "subject is empty" question.
11578
11579 2002-04-23 [colin]      0.7.4claws96
11580         
11581         * src/mimeview.c
11582                 Corrected issue when "automatically display images" was
11583                 not set : first image remained after selecting second.
11584
11585 2002-04-23 [melvin]     0.7.4claws95
11586
11587         * src/prefs_actions.c
11588                 Don't display in/out dialog if there is nothing to show.
11589
11590 2002-04-23 [paul]       0.7.4claws94
11591
11592         * sync with 0.7.5cvs3
11593                 bug fixes: see ChangeLog entry 2002-04-23
11594
11595 2002-04-22 [darko]      0.7.4claws93
11596
11597         * src/compose.c
11598                 fix previous check-in which changed code after
11599                 merge from main
11600
11601 2002-04-22 [paul]       0.7.4claws92
11602
11603         * faq/de/*
11604                 add German FAQ
11605         * faq/en/*
11606           faq/es/*
11607           faq/fr/*
11608                 update English, Spanish and French FAQs
11609         * manual/de/*
11610           manual/es/*
11611                 add German and Spanish manuals
11612         * manual/en/*
11613           manual/fr/*
11614                 update English and French manuals
11615
11616         * src/Makefile.am
11617                 add to and re-arrange the pixmap entries
11618
11619 2002-04-22 [darko]      0.7.4claws91
11620
11621         * src/compose.c
11622                 fix sender initials recognition to only allow
11623                 '>' after the initials
11624
11625 2002-04-21 [paul]       0.7.4claws90
11626
11627         * sync with 0.7.5 release
11628                 see ChangeLog entry 2002-04-21
11629
11630 2002-04-21 [alfons]
11631
11632         * src/Makefile.am
11633                 add colin's new pixmaps to EXTRA_DIST
11634
11635 2002-04-21 [colin]      0.7.4claws89
11636         * src/compose.c
11637         * src/inc.c
11638         * src/mainwindow.[ch]
11639         * src/prefs_common.[ch]
11640         * src/stock_pixmap.[ch]
11641                 Added "Work offline" ability.
11642
11643 2002-04-21 [colin]      0.7.4claws88
11644         
11645         * src/mimeview.c
11646         * src/prefs_common.c
11647         * src/prefs_common.h
11648         * src/textview.c : Added an option to common preferences -> display
11649           to allow user not to automatically display images.
11650
11651 2002-04-21 [paul]       0.7.4claws87
11652
11653         * sync with 0.7.4cvs52
11654                 see ChangeLog entry 2002-04-21 (src/imap.c)
11655
11656 2002-04-21 [paul]       0.7.4claws86
11657
11658         * sync with 0.7.4cvs51
11659                 see ChangeLog entry 2002-04-21
11660
11661 2002-04-21 [paul]       0.7.4claws85
11662
11663         * sync with 0.7.4cvs49
11664                 see ChangeLog entries 2002-04-20 and 2002-04-21
11665
11666         * src/Makefile.am
11667                 clean up: remove old 'stock_' element from xpm 
11668                 filenames.
11669
11670 2002-04-21 [alfons]     0.7.4claws84
11671
11672         apply sync patch from Paul
11673
11674         * src/folderview.c
11675                 use old claws prefs_folder_item_create() for now
11676
11677 2002-04-19 [match]      0.7.4claws83
11678
11679         * src/addressbook.[ch]
11680         * src/addrharvest.[ch]
11681         * src/addrgather.[ch]
11682                 recurse folders.
11683         * src/mainwindow.c
11684         * src/summaryview.[ch]
11685                 change menu option.
11686
11687 2002-04-19 [paul]       0.7.4claws82
11688
11689         * po/pt_BR.po
11690                 updated by Fabio Junior Beneditto
11691
11692 2002-04-14 [alfons]     0.7.4claws81
11693
11694         * src/passphrase.c
11695                 add #include <sys/types.h> for mode_t and off_t 
11696
11697 2002-04-13 [paul]       0.7.4claws80
11698         
11699         * src/main.c
11700           src/passphrase.[ch]
11701           src/pgptext.c
11702           src/prefs_common.[ch]
11703           src/rfc2015.c
11704                 enable storing of GnuPG passphrase for the whole 
11705                 session or a user-defined number of minutes. patch 
11706                 submitted by Ravemax <ravemax@dextrose.com>
11707
11708 2002-04-13 [alfons]     0.7.4claws79
11709
11710         * src/textview.c
11711                 make email parser also stop scanning when encountering separators
11712                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11713
11714 2002-04-13 [paul]       0.7.4claws78
11715
11716         * sync with 0.7.4cvs39
11717                 see ChangeLog entry 2002-04-12
11718
11719 2002-04-11 [paul]       0.7.4claws77
11720
11721         * sync with 0.7.4cvs37
11722                 see ChangeLog entry 2002-04-11
11723
11724 2002-04-11 [paul]       0.7.4claws76
11725
11726         * COPYING 
11727                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11728                 the clause for OpenSSL). sync with sylpheed main
11729
11730 2002-04-09 [melvin]     0.7.4claws75
11731
11732         * src/compose.c
11733                 Made 'Ctrl-Enter' on send ignore some modifiers 
11734                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11735                 to bind other *-Enter (but not Alt-Enter).
11736
11737 2002-04-09 [paul]       0.7.4claws74
11738
11739         * sync with 0.7.4cvs35
11740                 see ChangeLog entries 2002-04-09
11741
11742 2002-04-08 [paul]       0.7.4claws73
11743
11744         * sync with 0.7.4cvs33
11745                 see ChangeLog entry 200-04-08
11746
11747 2002-04-07 [match]      0.7.4claws72
11748
11749         * src/addrharvest.[ch]
11750                 fixed to read all addresses in header, regardless
11751                 of header size. improved name parsing. accommodate
11752                 harvest from folders and selected message.
11753         * src/addritem.[ch]
11754                 included new address parsing function.
11755         * src/addrgather.[ch]
11756         * src/addressbook.[ch]
11757         * src/summaryview.[ch]
11758         * src/mainwindow.c
11759                 allow address harvest of folder as well as selected
11760                 messages.
11761
11762 2002-04-07 [paul]       0.7.4claws71
11763
11764         * src/esmtp.[ch]
11765           src/smtp.c
11766                 don't try to authenticate with CRAM-MD5 in SMTP when 
11767                 SMTP-AUTH enabled if MTA doesn't issue this 
11768                 auth-method in it's ehlo-response. bug item #531364,
11769                 patch item #938910. patch submitted by Colin Leroy 
11770                 <colin@colino.net>
11771
11772 2002-04-07 [paul]       0.7.4claws70
11773
11774         * src/nntp.c
11775                 fix missing MODE_READER bug. patch submitted by
11776                 Colin Leroy <colin@colino.net>
11777
11778 2002-04-07 [alfons]     0.7.4claws69
11779
11780         * src/matcher.[ch]
11781         * src/prefs_filtering.c
11782         * src/summaryview.c
11783                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11784                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11785
11786 2002-04-07 [paul]       0.7.4claws68
11787
11788         * sync with 0.7.4cvs32
11789                 see ChangeLog entry 2002-04-06
11790
11791         * tools/filter_conv.pl
11792                 more bug fixes
11793
11794 2002-04-06 [paul]       0.7.4claws67
11795
11796         * tools/filter_conv.pl
11797                 modify to be able to find the name of the first
11798                 mailbox and use that. main's filter does not
11799                 record the full path to the mailbox and therefore
11800                 can only filter to the first mailbox.
11801
11802 2002-04-05 [paul]       0.7.4claws66
11803
11804         * tools/filter_conv.pl
11805                 attempt to make the script all-encompassing and
11806                 be able to convert any main 'filter' rule thrown
11807                 at it
11808
11809 2002-04-05 [paul]       0.7.4claws65
11810
11811         * tools/filter_conv.pl
11812                 allow for collapsed folder trees
11813
11814 2002-04-05 [paul]       0.7.4claws64
11815
11816         * sync with 0.7.4cvs31
11817                 see ChangeLog entries 2002-04-05
11818
11819 2002-04-03 [paul]       0.7.4claws63
11820
11821         * sync with 0.7.4cvs29
11822                 see ChangeLog entries 2002-04-02 and 2002-04-03
11823
11824 2002-04-02 [paul]       0.7.4claws62
11825
11826         * sync with 0.7.4cvs26
11827                 see ChangeLog entry 2002-04-01
11828
11829 2002-04-02 [match]      0.7.4claws61
11830
11831         * src/pine.[ch]
11832         * src/importpine.[ch]
11833         * src/addressbook.c
11834                 import Pine address book.
11835
11836 2002-04-02 [match]      0.7.4claws60
11837
11838         * src/addrharvest.[ch]
11839                 improve address parsing of funky addresses.
11840
11841 2002-04-02 [darko]      0.7.4claws59
11842
11843         * src/compose.c
11844                 wrap on send improvements, it now recognizes quoted
11845                 initials as part of the quotation string, and it
11846                 does not join lines separated by CR
11847
11848 2002-04-01 [match]      0.7.4claws58
11849
11850         * src/mgutils.[ch]
11851                 added new functions.
11852         * src/mutt.[ch]
11853                 remove excessive duplicate address generation
11854                 on import.
11855
11856 2002-04-01 [alfons]     0.7.4claws57
11857         
11858         * src/summaryview.c
11859                 put back g_free() 
11860
11861 2002-04-01 [paul]       0.7.4claws56
11862
11863         * sync with 0.7.4cvs25
11864                 see ChangeLog entry 2002-04-01
11865
11866 2002-04-01 [alfons]     0.7.4aprilfool55
11867
11868         * src/summaryview.c
11869                 honour feature request item #537427 to allow for
11870                 displaying names from address book for sent mail also
11871
11872 2002-03-29 [paul]       0.7.4claws54
11873
11874         * src/mainwindow.c
11875           src/prefs_filtering.[ch]
11876           src/prefs_matcher.c
11877           src/summaryview.c
11878                 add 'fast filter' for claws' filtering,
11879                 /Tools/Create filter rule/... patch submitted
11880                 by Neill Miller <neillm@thecodefactory.org>
11881
11882 2002-03-29 [paul]       0.7.4claws53
11883
11884         * sync with 0.7.4cvs24
11885                 see ChangeLog entry 2002-03-29
11886
11887 2002-03-28 [paul]       0.7.4claws52
11888
11889         * sync with 0.7.4cvs23
11890                 see ChangeLog entry 2002-03-28
11891
11892 2002-03-27 [melvin]     0.7.4claws51
11893
11894         * src/prefs_actions.c
11895                 Added support to pass only one message part (as a
11896                 file) to the command using '%p'. No quotes are needed
11897                 because doubles quotes are automatically added.
11898                 Fixed bug where Sylpheed could block when waiting for
11899                 a child process to finish.
11900                 Changed the help menu to remove quotes around symbols to 
11901                 avoid misinterpretation (they must not be used).
11902
11903 2002-03-27 [melvin]     0.7.4claws50
11904
11905         * src/inc.c
11906                 Made the new mail notification command always 
11907                 execute asynchronously.
11908
11909 2002-03-27 [paul]       0.7.4claws49
11910
11911         * src/compose.c
11912                 fix bug introduced in last commit
11913
11914 2002-03-27 [paul]       0.7.4claws48
11915
11916         * sync with 0.7.4cvs21
11917                 see ChangeLog 2002-03-26 and 2002-03-27
11918
11919 2002-03-26 [hoa]        0.7.4claws47
11920
11921         * src/prefs_folder_item.c
11922                 really fixed the bug #516442 with folder rescan.
11923
11924 2002-03-26 [paul]       0.7.4claws46
11925
11926         * sync with 0.7.4cvs19
11927                 see ChangeLog entries 2002-03-25 and 2002-03-26
11928
11929 2002-03-25 [hoa]        0.7.4claws45
11930
11931         * src/matcher.c
11932         * src/mh.c
11933                 fix the bug #516442 with folder rescan.
11934
11935         * src/prefs_common.[ch]
11936         * src/compose.c
11937                 added an option to enable two different behaviours
11938                 for bounce.
11939
11940
11941 2002-03-25 [paul]       0.7.4claws44
11942
11943         * src/mainwindow.c
11944           src/selective_download.c
11945                 correct a few menuitem labels
11946
11947 2002-03-25 [christoph]  0.7.4claws43
11948
11949         * src/procmsg.c
11950                 fix non deleted tmp message in
11951                 procmsg_save_to_outbox
11952                 fix problems caused by sync with
11953                 main branch's procmsg_send_queue
11954
11955 2002-03-25 [paul]       0.7.4claws42
11956
11957         * src/quote_fmt.c
11958           src/quote_fmt_lex.l
11959           src/quote_fmt_parse.y
11960                 add Last name (%L) placeholder for quoting. 
11961                 patch submitted by Thorsten Thielen 
11962                 <thth@users.sourceforge.net>
11963
11964 2002-03-25 [paul]       0.7.4claws41
11965
11966         * src/utils.c
11967                 get full hostname. patch submitted by
11968                 Bob Woodside <rwoodside1@comcast.net>
11969
11970 2002-03-25 [paul]       0.7.4claws40
11971
11972         * src/account.c
11973           src/news.c
11974           src/nntp.[ch]
11975           src/prefs_account.[ch]
11976                 enable NNTP over SSL. patch submitted by
11977                 Pascal Jermini <pascal@infinity.hn.org>
11978
11979 2002-03-24 [paul]       0.7.4claws39
11980
11981         * src/prefs_common.c
11982                 make the arrangement of the Compose tab more
11983                 coherent
11984
11985         * src/mainwindow.c
11986                 fix some irregularities of style
11987
11988         * po/de.po
11989                 updated by Kilian Krause
11990
11991 2002-03-23 [paul]       0.7.4claws38
11992
11993         * po/pt_BR.po
11994                 updated by Fabio Junior Beneditto
11995
11996 2002-03-23 [paul]       0.7.4claws37
11997
11998         * src/mainwindow.c
11999                 move 'Gather addresses' to 'Tools' menu
12000                 make 'Selective download' sensitive
12001
12002 2002-03-23 [paul]       0.7.4claws36
12003
12004         * sync with 0.7.4cvs16
12005                 see ChangeLog entries 2002-03-23
12006
12007 2002-03-22 [christoph]  0.7.4claws35
12008
12009         * src/quote_fmt_parse.y
12010                 fix include program output
12011
12012 2002-03-22 [alfons]     0.7.4claws34
12013
12014         * src/pop.c
12015                 initialize GDate stack variable correctly (sorry!)
12016
12017 2002-03-22 [paul]       0.7.4claws33
12018
12019         * src/compose.c
12020           src/mainwindow.c
12021           src/prefs_actions.c
12022           src/prefs_common.c
12023                 rename 'Tool' to 'Tools'
12024
12025         * src/mainwindow.c
12026                 move 'Delete duplicated messages' from
12027                 'Message/' to 'Tools/'
12028                 re-arrange the order of 'Tools/' items
12029
12030 2002-03-22 [paul]       0.7.4claws32
12031
12032         * src/addr_compl.c
12033           src/addressbook.[ch]
12034                 auto-address completion now also matches on
12035                 Nickname. patch submitted by Bob Forsman 
12036                 <hammor@users.sourceforge.net>
12037
12038         * src/editaddress.c
12039                 correct a spelling mistake
12040
12041 2002-03-22 [alfons]     0.7.4claws31
12042
12043         * src/pop.c
12044                 fix getting uidl from incorrect string 
12045                 (spotted by Colin)
12046
12047 2002-03-21 [alfons]     0.7.4claws30
12048
12049         * src/pop.c
12050                 more code refactoring
12051                 plug mem leak introduced by delete on server
12052
12053 2002-03-21 [paul]       0.7.4claws29
12054
12055         * sync with 0.7.4cvs11
12056                 see ChangeLog entries 2002-03-20
12057
12058 2002-03-20 [alfons]     0.7.4claws28
12059
12060         * src/inc.c
12061                 apply Colin's patch and refactor
12062
12063 2002-03-20 [paul]       0.7.4claws27
12064
12065         * sync with sylpheed 0.7.4cvs9
12066                 see ChangeLog entry 2002-03-20
12067
12068 2002-03-19 [christoph]  0.7.4claws26
12069
12070         * src/mh.c
12071         * src/procmsg.[ch]
12072         * src/summaryview.c
12073                 revert changes for flag updates
12074                 (does not work correctly and no time to debug)
12075
12076 2002-03-20 [alfons]     0.7.4claws25
12077
12078         * src/pop.c
12079                 refactor should_delete() a little bit 
12080
12081 2002-03-19 [paul]       0.7.4claws24
12082
12083         * src/inc.[ch]
12084           src/pop.c
12085           src/prefs_account.[ch]
12086                 allow the user to leave downloaded mail on the 
12087                 server for n days. Patch submitted by Colin Leroy 
12088                 <colin@colino.net>
12089
12090 2002-02-19 [paul]       0.7.4claws23
12091
12092         * sync with sylpheed 0.7.4cvs8
12093                 see ChangeLog entries 2002-03-19
12094
12095 2002-03-18 [paul]       0.7.4claws22
12096
12097         * sync with sylpheed 0.7.4cvs6
12098                 see ChangeLog entry 2002-03-18
12099
12100 2002-03-18 [paul]       0.7.4claws21
12101
12102         * po/en_GB.po
12103                 add en_GB message catalogue
12104
12105         * src/mbox_folder.c
12106           src/prefs_account.c
12107           src/prefs_actions.c
12108                 correct a few spelling mistakes
12109
12110 2002-03-17 [alfons]     0.7.4claws20
12111
12112         * src/matcher.c
12113                 more stringent checks for NULL params when writing
12114                 filtering actions to a file
12115                 
12116 2002-03-17 [hoa]        0.7.3claws20
12117
12118         * src/news.c
12119                 fixed the count of new messages
12120
12121         * src/compose.c
12122                 fixed the "attachment properties" window
12123
12124 2002-03-17 [paul]       0.7.4claws19
12125
12126         * src/defs.h
12127           src/folder.h
12128           src/news.c
12129           src/prefs_account.[ch]
12130           src/procmsg.[ch]
12131           src/summaryview.c
12132                 automatically mark cross-posted messages as read 
12133                 and (optionally) give them a colour label
12134                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12135                 
12136
12137 2002-03-17 [paul]       0.7.4claws18
12138
12139         * sync with sylpheed 0.7.4cvs5
12140                 see ChangeLog entry 2002-03-17
12141
12142 2002-03-17 [melvin]     0.7.4claws17
12143         
12144         * src/textview.c
12145                 Worked around a gtktext 'bug': when searching for 
12146                 a text in a long message it was scrolling slowly
12147                 line by line until it hit the searched text.
12148         * po/fr.po
12149                 Updated French translation
12150
12151 2002-03-17 [melvin]     0.7.4claws16
12152
12153         * src/mainwindow.c
12154         * src/compose.c
12155         * src/prefs_actions.c
12156                 Moved "Edit/Actions" to "Tool/Actions"
12157                 Made mainwindow/compose window sensitive as soon as
12158                 no child process is running anymore even if the io dialog
12159                 is open.
12160                 Fixed a struct being initialized with a non constant char*
12161
12162 2002-03-16 [christoph]  0.7.4claws15
12163
12164         * configure.in
12165                 add --with-compiler-flags option
12166                 (only for developer hacking)
12167         * src/mh.c
12168         * src/procmsg.[ch]
12169         * src/summaryview.c
12170                 try to make folder-stats and flag handling more
12171                 independent from the summaryview. msgcounts
12172                 are only set when the folder is opened and
12173                 procmsg_msginfo_(un)set_flags will handle it
12174                 later and summaryview will get the values
12175                 from the folder.
12176
12177 2002-03-16 [paul]       0.7.4claws14
12178
12179         * src/messageview.c
12180                 fix Return-receipt. Patch submitted by Bob
12181                 Woodside <rwoodside1@comcast.net>
12182
12183 2002-03-16 [paul]       0.7.4claws13
12184
12185         * src/compose.c
12186                 fix 'dynamic' signatures, make it work again
12187                 broken during sync on 2002-03-14 (0.7.4claws2)
12188
12189 2002-03-15 [match]      0.7.4claws12
12190
12191         * src/addrharvest.[ch]
12192         * src/addrgather.[ch]
12193         * src/addressbook.[ch]
12194         * src/mainwindow.c
12195                 included address harvester feature. still some
12196                 issues with address parsing that I will fix.
12197
12198 2002-03-15 [match]      0.7.4claws11
12199
12200         * src/addrbook.[ch]
12201         * src/addrcache.[ch]
12202         * src/addressbook.[ch]
12203         * src/addrindex.c
12204         * src/editbook.c
12205         * src/importldif.c
12206         * src/importmutt.c
12207         * src/jpilot.[ch]
12208         * src/main.c
12209         * src/syldap.[ch]
12210         * src/vcard.[ch]
12211                 tidy up. fix memory leaks. moved attribs and methods
12212                 from individual interfaces to addrcache object. prep
12213                 for new stuff to come in.
12214
12215 2002-03-15 [alfons]     0.7.4claws10
12216
12217         * src/matcher.[ch]
12218         * src/matcher_parser_parse.y
12219         * src/matcher_parser_lex.l
12220         * src/prefs_matcher.c
12221                 add filtering conditions message greater than, smaller 
12222                 than, and exactly matching a size in bytes
12223                 (does not work with delete from POP3 server yet)
12224
12225                 this should also give others an idea what you should
12226                 do to add new criterions to claws filtering system
12227                 
12228
12229 2002-03-15 [paul]       0.7.4claws9
12230
12231         * tools/filter_conv.pl
12232                 exit if there are no filter rules to convert
12233                 rename filterrc to filterrc.old after completion
12234
12235 2002-03-15 [paul]       0.7.4claws8
12236
12237         * sync with sylpheed 0.7.4cvs3
12238                 see ChangeLog entry 2002-03-14
12239
12240 2002-03-14 [paul]       0.7.4claws7
12241
12242         * src/compose.c
12243                 clean up the last commit (ahem)
12244
12245 2002-03-14 [paul]       0.7.4claws6
12246
12247         * src/compose.c
12248                 fix bug #515655. honour account preferences
12249                 regarding gpg default signing/encryption when 
12250                 changing account from the compose window.
12251
12252 2002-03-14 [paul]       0.7.4claws5
12253
12254         * src/folderview.c
12255                 remove unnecessary curly brackets
12256
12257 2002-03-14 [paul]       0.7.4claws4
12258
12259         * src/folderview.c
12260           src/prefs_filtering.[ch]
12261                 add filter rename on folder rename and filter
12262                 delete on folder delete. Patch submitted by
12263                 Neill Miller <neillm@thecodefactory.org> 
12264
12265 2002-03-14 [christoph]  0.7.4claws3
12266
12267         * src/procmsg.c
12268         * src/send.c
12269                 fix local delivery
12270                 (patch submitted by "Simon 'corecode' Schubert")
12271         * src/prefs_common.c
12272         * src/procmsg.c
12273                 fix gcc 3.0 warning
12274
12275 2002-03-14 [paul]       0.7.4claws2
12276
12277         * sync with sylpheed 0.7.4cvs2
12278                 see ChangeLog entry 2002-03-13
12279
12280 2002-03-12 [darko]      0.7.4claws1
12281
12282         * src/mainwindow.c
12283                 fix what seems to be a copy and paste error
12284                 when setting color for important messages
12285                 (reported by wwp)
12286
12287 2002-03-11 [paul]       version 0.7.4claws released
12288
12289 2002-03-11 [paul]       0.7.4claws
12290
12291         * po/es.po
12292           po/it.po
12293           po/nl.po
12294           po/pt_BR.po
12295                 update message catalogs. Submitted by Ricardo Mones 
12296                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12297                 Fabio Junior Beneditto
12298
12299         * configure.in
12300           faq/Makefile.am
12301           faq/it/Makefile
12302           faq/it/sylpheed-faq*
12303           src/mainwindow.c
12304           src/manual.[ch]
12305                 add FAQ in Italian
12306         
12307
12308 2002-03-11 [jens]       0.7.3claws7
12309
12310         * po/de.po
12311                 updated German translation
12312
12313 2002-03-11 [melvin]     0.7.3claws6
12314
12315         * po/fr.po
12316                 updated and corrected French translation
12317
12318 2002-03-10 [hoa]        0.7.3claws5
12319
12320         * src/account.c
12321         * src/inc.c
12322         * src/prefs_account.c
12323         * src/procmsg.c
12324         * src/send.[ch]
12325                 fixed the local account.
12326                 you have to change the default "/usr/sbin/sendmail"
12327                 to "/usr/sbin/sendmail -t" in the preferences of
12328                 the local account.
12329
12330         * src/procmime.c
12331                 removed some debug display for renderer
12332
12333 2002-03-10 [paul]       0.7.3claws4
12334
12335         * faq/en/sylpheed-faq-1.html
12336           faq/en/sylpheed-faq-2.html
12337                 update
12338
12339 2002-03-09 [paul]       0.7.3claws3
12340
12341         * sync with sylpheed 0.7.4
12342                 see ChangeLog entry 2002-03-09
12343
12344 2002-03-08 [paul]       0.7.3claws2
12345
12346         * faq/en/sylpheed-faq*
12347           faq/es/sylpheed-faq*
12348           faq/fr/sylpheed-faq*
12349                 update the FAQs
12350
12351         * manual/fr/.cvsignore
12352           manual/fr/Makefilea.am
12353           manual/fr/sylpheed*
12354           src/mainwindow.c
12355           src/manual.[ch]
12356                 add the French manual
12357
12358 2002-03-07 [paul]       0.7.3claws1
12359
12360         * sync with sylpheed 0.7.3cvs4
12361                 see ChangeLog entries  2002-03-06 and 2002-03-07
12362         
12363         * po/nl.po
12364                 updated by Wilbert Berendsen
12365
12366 2002-03-07 [melvin]     0.7.2claws34
12367
12368         * src/selective_download.c
12369                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12370
12371 2002-03-06 [paul]       0.7.2claws33
12372
12373         * sync with sylpheed 0.7.3cvs1
12374                 bug fix, see ChangeLog entry 2002-03-05
12375
12376 2002-03-05 [paul]       0.7.2claws32
12377
12378         * src/mimeview.c
12379           src/pgptext.[ch]
12380           src/procmsg.c
12381                 reverse the pgp ascii-armored code implemented in 
12382                 0.7.2claws16. removal of this code until it matures.
12383                 this means that verifying ascii-armored pgp sigs and
12384                 automatic decryption of ascii-armored encrypted
12385                 messages no longer works.
12386
12387 2002-03-05 [paul]       0.7.2claws31
12388
12389         * configure.in
12390           Makefile.am
12391         * faq/Makefile.am
12392         * faq/en/Makefile.am
12393           faq/en/sylpheed-faq.html
12394           faq/en/sylpheed-faq-1.html
12395           faq/en/sylpheed-faq-2.html
12396           faq/en/sylpheed-faq-3.html
12397         * faq/es/Makefile.am
12398           faq/es/sylpheed-faq.html
12399           faq/es/sylpheed-faq-1.html
12400           faq/es/sylpheed-faq-2.html
12401           faq/es/sylpheed-faq-3.html
12402           faq/es/sylpheed-faq-4.html
12403         * faq/fr/Makefile.am
12404           faq/fr/sylpheed-faq.html
12405           faq/fr/sylpheed-faq-1.html
12406           faq/fr/sylpheed-faq-2.html
12407           faq/fr/sylpheed-faq-3.html
12408         * src/Makefile.am
12409           src/defs.h
12410           src/mainwindow.c
12411           src/manual.[ch]
12412                 add FAQs in English, Spanish and French
12413
12414
12415 2002-03-05 [paul]       0.7.2claws30
12416
12417         * manual/en/sylpheed.html
12418           manual/en/sylpheed-XX.html
12419                 updated the English manual
12420
12421 2002-03-05 [hoa]        
12422
12423         * src/summaryview.c
12424                 dialog box pops up if the article can't be deleted.
12425
12426 2002-03-04 [paul]       
12427         
12428         * po/pt_BR.po
12429                 updated by Fabio Junior Benedito
12430
12431 2002-03-04 [hoa]
12432
12433         * removed ac/gpgme.m4
12434                 to avoid autogen common problem
12435                 developers have to install gpgme development package now
12436
12437         * src/compose.c
12438                 encoding to 7bit or 8bit is enabled.
12439
12440 2002-03-03 [alfons]     0.7.2claws29
12441
12442         * src/pop.c
12443                 merge fix by Oliver Haertel for selective
12444                 download buglet
12445
12446 2002-03-03 [paul]       0.7.2claws28
12447         
12448         * sync with sylpheed 0.7.3
12449
12450 2002-03-03 [paul]       0.7.2claws27
12451
12452         * sync with sylpheed 0.7.2cvs24
12453                 see ChangeLog entries 2002-03-02 and 2002-03-03
12454
12455 2002-03-02 [melvin]     0.7.2claws26
12456
12457         * src/inc.[ch]
12458         * src/main.c
12459         * src/mainwindow.c
12460         * src/prefs_common.[ch]
12461                 Added user definable notification on new mail arrival.
12462                 Removed unused variables in spell checker prefs code.
12463
12464 2002-03-02 [melvin]     0.7.2claws25
12465
12466         * src/quote_fmt.c
12467                 Removed unnecessary escape sequences.
12468                 Changed 'Initial...' to 'Initials of Sender'
12469
12470 2002-03-02 [paul]       0.7.2claws24
12471
12472         * sync with sylpheed 0.7.2cvs22
12473                 see ChangeLog entry 2002-03-01
12474
12475 2002-03-01 [hoa]        0.7.2claws23
12476
12477         * src/mainwindow.c
12478                 Set sensitivity of delete actions to active
12479                 even if the folder is a newsgroup.
12480
12481         * src/summaryview.c
12482                 - Set sensitivity of delete actions
12483                 - Added function check_permission() that will check if the
12484                   user is authorized to delete a message. For news, it
12485                   will check if the author is the same.
12486                 - Enabled deletion when there is no trash folder.
12487
12488         * src/news.[ch]
12489                 - Added news_cancel_article() to cancel articles
12490                 - Implemented news_remove_message() (public function)
12491
12492 2002-03-01 [paul]       0.7.2claws22
12493
12494         * src/gtkutils.c
12495           src/textview.c
12496                 recognise urls that that don't include 'http://' and
12497                 simply begin 'www.' 
12498
12499         * AUTHORS
12500                 remove duplicated name
12501
12502 2002-02-28 [paul]       0.7.2claws21
12503
12504         * src/mainwindow.c
12505           src/summaryview.[ch]
12506                 add ability to 'Select thread'
12507                 combines Melvin's "Select thread's head" patch (#510907)
12508                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12509                 patch (#518514) 
12510
12511 2002-02-28 [paul]       0.7.2claws20
12512
12513         * src/mimeview.c
12514                 hopefully fix segfault on right-clicking a mime part
12515                 that some people have experienced.      
12516                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12517
12518 2002-02-28 [paul]       0.7.2claws19
12519
12520         * sync with sylpheed 0.7.2cvs21
12521                 see ChangeLog entries 2002-02-27 and 2002-02-28
12522
12523 2002-02-27 [paul]       0.7.2claws18
12524
12525         * sync with sylpheed 0.7.2cvs18
12526                 see ChangeLog entries 2002-02-26 and 2002-02-27
12527
12528 2002-02-26 [alfons]     0.7.2claws17
12529
12530         * src/procheader.c
12531                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12532                 (spotted by Chris Hessman <idatech@gmx.net>)
12533
12534 2002-02-26 [paul]       0.7.2claws16
12535
12536         * src/mimeview.c
12537           src/pgptext.[ch]
12538           src/procmsg.c
12539                 make decryption of ascii-armored pgp encrypted messages
12540                 and verification of ascii-armored signatures work again.
12541                 slightly altered from the patch by Jens Jahnke 
12542                 <jan0sch@gmx.net>
12543
12544                 ##FIX ME##
12545                 * the checking of plaintext signatures always comes up in 
12546                   a popup box
12547                 * it doesn't work for multipart messages 
12548                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12549                   including the msg headers and these 2 line themselves, are 
12550                   not displayed
12551
12552         * src/mainwindow.c
12553                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12554                 "View/Message View" becomes "View/Separate Message View"
12555                 because its less ambiguous.
12556
12557         * po/es.po
12558                 updated by Ricardo Mones Lastra
12559
12560 2002-02-26 [paul]       0.7.2claws15
12561
12562         * sync with sylpheed 0.7.2cvs17
12563                 see ChangeLog entries 2002-02-25 and 2002-02-26
12564
12565 2002-02-25 [christoph]  0.7.2claws14
12566
12567         * src/filtering.[ch]
12568         * src/inc.c
12569                 do filtering stuff after all messages have been received
12570                   1. drop all messages to .processing
12571                   2. scan processing folder for messages
12572                   3. filter messages or move to inbox
12573                 this will also find old messages left in processing after
12574                 a crash or something like that and we get a real msginfo
12575                 from folder->get_msg_list and do not have to create our
12576                 own in filter_message
12577         * src/matcher_parser_parse.y
12578                 remove MIX/MAX warning (reordered includes)
12579
12580 2002-02-25 [paul]       0.7.2claws13
12581
12582         * sync with sylpheed 0.7.2cvs15
12583                 see ChangeLog entry 2002-02-24
12584
12585 2002-02-24 [alfons]     0.7.2claws12
12586
12587         * src/filtering.c
12588                 clear old color flags first when applying a new color to
12589                 a message info. 
12590                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12591
12592 2002-02-24 [alfons]     0.7.2.claws11
12593         
12594         * AUTHORS
12595         * src/prefs_common.c
12596                 add presets for Opera and Konqueror, closes patch #517261,
12597                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12598
12599 2002-02-24 [alfons]     0.7.2.claws10
12600
12601         * AUTHORS
12602         * src/summaryview.c
12603                 fix threading for null message ids, closes patch #521601,
12604                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12605
12606 2002-02-24 [alfons]     0.7.2claws9
12607
12608         * src/summaryview.c
12609         * src/filtering.c
12610                 make Tool | Filter Message work with filtering system so
12611                 setting flags also works
12612
12613                 TODO:
12614
12615                 - Processing uses the same function as Tool | Filter
12616                   Message, but doesn't use the same update proc yet
12617
12618 2002-02-23 [paul]       0.7.2claws8
12619
12620         * sync with sylpheed 0.7.2cvs14
12621                 see ChangeLog entries 2002-02-22 and 2002-02-23
12622
12623 2002-02-22 [christoph]  0.7.2claws7
12624
12625         * src/quote_fmt.c
12626                 Add column space to table
12627         * src/quote_fmt_parse.y
12628                 Close files
12629
12630 2002-02-22 [paul]       0.7.2claws6
12631
12632         * src/Makefile.am
12633           src/defs.h
12634           src/filtering.c
12635           src/inc.[ch]
12636           src/mainwindow.c
12637           src/matcher.[ch]
12638           src/matcher_parser_lex.l
12639           src/matcher_parser_parse.y
12640           src/pop.[ch]
12641           src/prefs_account.h
12642           src/prefs_filtering.c
12643           src/selective_download.[ch]   *** NEW FILES ***
12644           src/utils.[ch]
12645           po/POTFILES.in
12646                 Selective Download added to 'Tool' menu. 
12647                 Retrieves email headers of the currently selected pop3 
12648                 account and allows the user to mark emails for deletion 
12649                 right on the pop3 server. Patch submitted by Oliver Haertel 
12650                 <oha@users.sourceforge.net>.
12651         
12652         * po/POTFILES.in
12653                 add 'src/quote_fmt.c'           
12654
12655 2002-02-22 [christoph]  0.7.2claws5
12656
12657         * src/Makefile.am
12658                 added quote_fmt.c
12659         * src/prefs_common.[ch]
12660         * src/prefs_template.c
12661         * src/quote_fmt.c               *** NEW FILE ***
12662         * src/quote_fmt.h
12663                 move quote format symbol description code
12664                 to it's own file because it is used from
12665                 differnent code parts
12666                 Rewrote symbol description GUI
12667                   + use table
12668                   + add separators
12669                   + get data from array (no more long constant strings)
12670         * src/quote_fmt_lex.l
12671         * src/quote_fmt_parse.y
12672                 Symbol for Literal % changed to \% instead of %%
12673                 (More logical as \ is used for quoting for other symbols)
12674                 Add |f and |p to include files and program output
12675                 Examples:
12676                     |f{/home/.../.signature}
12677                     |p{date}
12678         * po/de.po
12679                 Correct wrong spelling for "Referenzen"
12680
12681 2002-02-21 [paul]       0.7.2claws4
12682
12683         * src/procmsg.c
12684                 forgotten during sync
12685
12686 2002-02-21 [paul]       0.7.2claws3
12687
12688         * sync with sylpheed 0.7.2cvs11
12689                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12690                 2002-02-20 and 2002-02-21
12691
12692 2002-02-20 [melvin]     0.7.2claws2
12693
12694         * src/prefs_actions.c
12695                 Added error report when child cannot fork or when execvp 
12696                 returns with an error.
12697
12698 2002-02-19 [christoph]  0.7.2claws1
12699
12700         * src/codeconv.c
12701                 return unconverted text if conde conversion is not possible
12702                 when libjconv is used.
12703                 (patch submitted by "Simon 'corecode' Schubert")
12704
12705 2002-02-19 [paul]       
12706
12707         * version 0.7.2claws release
12708
12709 2002-02-19 [paul]       0.7.2claws
12710
12711         * po/nl.po
12712                 updated by Wilbert Berendsen
12713
12714
12715 2002-02-18 [alfons]     0.7.1claws13
12716
12717         * src/syldap.c
12718         * src/jpilot.c
12719                 remove references to dlfcn and explicitly loading functions
12720                 from dynalink libs, because libs linked anyway, and functions
12721                 are loaded explicitly
12722
12723 2002-02-17 [melvin]     0.7.1claws12
12724
12725         * src/prefs_actions.c
12726                 Replaced children wait loop with double fork technique.
12727                 Now, input/output window updated at each new output.
12728                 free_children(): Fixed a memory leak.
12729                 Made input/output window non closable if running children
12730                 still exist.
12731                 Added missing <unistd.h> include.
12732                 Added some --debug outputs.
12733
12734 2002-02-17 [melvin]     0.7.1claws11
12735
12736         * src/summaryview.c
12737                 Fixed bug where descending sort order did not select top
12738                 message.
12739
12740 2002-02-17 [melvin]     0.7.1claws10
12741
12742         * acconfig.h
12743                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12744         * src/prefs_common.c
12745                 Pspell data package directory no more hard coded but
12746                 set during configuration (PSPELL_PATH). (Thanks to 
12747                                 Gustavo Noronha Silva.)
12748
12749 2002-02-17 [melvin]     0.7.1claws9
12750
12751         * configure.in
12752                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12753         * src/gtkspell.c
12754                 Fixed compile-time warnings.
12755
12756 2002-02-16 [alfons]     0.7.1claws8
12757
12758         * src/filesel.c
12759                 fix inadvertent free of NULL pointer which caused
12760                 sylpheed to crash when closing the save-as dialog
12761                 using the window close button
12762
12763 2002-02-16 [carsten]    0.7.1claws7
12764         * src/mainwindow.[ch]
12765           src/summaryview.c
12766           src/prefs_common.c
12767                 fixes for pixmap theming code:
12768                         - recently changed mail attributes shouldn't get
12769                           lost any longer
12770                         - theme is only reloaded iff another theme was
12771                           selected
12772
12773 2002-02-16 [paul]       0.7.1claws6
12774
12775         * sync with sylpheed 0.7.2 release
12776                 see ChangeLog entry 2002-02-15 and 2002-02-16
12777
12778 2002-02-15 [paul]       0.7.1claws5
12779
12780         * sync with sylpheed 0.7.1cvs9
12781                 see ChangeLog entry 2002-02-15
12782
12783         * po/POTFILES.in
12784                 remove unneeded headerwindow.c entry
12785
12786 2002-02-14 [carsten]    0.7.1claws4
12787         * src/summaryview.c
12788                 fixed a bug for "Go to next unread message": there was
12789                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12790                 in the prefs, because of doing "Search again" instead
12791                 "No"
12792
12793 2002-02-14 [carsten]    0.7.1claws3
12794         * src/stock_pixmap.c
12795                 removed 2 more mem leaks; following memprof,
12796                 this code is "leak free" now :)
12797
12798 2002-02-14 [carsten]    0.7.1claws2
12799         * src/stock_pixmap.c
12800                 used opendir/readdir/closedir instead of scandir
12801                 -> code should work now on Solaris
12802
12803 2002-02-14 [paul]       0.7.1claws1
12804
12805         * sync with sylpheed 0.7.1cvs8
12806                 see ChangeLog entries 2002-02-13 and 2002-02-14
12807
12808         * README.claws
12809                 add some description of Actions and Pixmap Themes
12810
12811 2002-02-13 [paul]       
12812
12813         * version 0.7.1claws release
12814
12815 2002-02-13 [paul]       0.7.1claws
12816
12817         * po/es.po
12818           po/it.po
12819           po/pt_BR.po
12820                 updated translations, submitted by Ricardo Mones Lastra,
12821                 Alessandro Maestri and Fabio Junior Beneditto
12822
12823 2002-02-13 [melvin]     0.7.0claws75
12824
12825         * src/prefs_actions.c
12826                 Added missing "signal.h" include
12827
12828 2002-02-13 [melvin]     0.7.0claws74
12829
12830         * src/prefs_folder_item.c
12831                 Added missing "config.h" include
12832         * po/fr.po
12833                 Updated French translation for folder propriety.
12834
12835 2002-02-13 [jens]       0.7.0claws73
12836
12837         * po/POTFILES.in
12838                 Added missing src/prefs_folder_item.c [log added by melvin]
12839         * po/de.po
12840                 Updated German translation.
12841
12842 2002-02-13 [melvin]     0.7.0claws72
12843
12844         * po/fr.po
12845                 Updated French translation.
12846
12847 2002-02-13 [melvin]     0.7.0claws71
12848
12849         * src/gtkutils.c
12850                 Made gtkut_editable_get_selection return NULL if selection
12851                 is of length zero.
12852                 This fixes a bug where selecting part of message A then
12853                 switching to message B and replying to it will not
12854                 quote the message's body.
12855
12856 2002-02-12 [paul]       0.7.0claws70
12857
12858         * src/mainwindow.c
12859                 cosmetic, relating to pixmap themes: on toolbar make 
12860                 updating of 'Exec' and 'Compose news/Compose email'
12861                 icons faster.
12862
12863 2002-02-12 [carsten]    0.7.0claws69
12864         * src/folderview.c
12865           src/mainwindow.[ch]
12866           src/stock_pixmap.c
12867           src/summaryview.c
12868           src/prefs_common.c
12869                 - refreshing after changing pixmap theme better
12870                   now (thanks Paul)
12871                 - wanted to remove some mem leaks, but alfons was
12872                   faster (and had the better solution ;)
12873
12874 2002-02-12 [alfons]     0.7.0claws68
12875
12876         * src/prefs_common.c
12877         * src/stock_pixmap.[ch]
12878                 plug mem leaks, refactor code a little bit
12879
12880
12881 2002-02-12 [sergey]     0.7.0claws67
12882
12883         * src/imap.c
12884                 Fixed problem with copying messages to IMAP folders when the
12885                 server uses something other than '/' as a namespace separator
12886                 (cyrus-imapd uses '.').
12887
12888 2002-02-12 [jens]       0.7.0claws66
12889
12890         * po/de.po
12891                 Updated German Translation
12892
12893 2002-02-12 [paul]       0.7.0claws65
12894
12895         * sync with sylpheed 0.7.1cvs1
12896                 see ChangeLog entry 2002-02-12
12897
12898 2002-02-12 [melvin]     0.7.0claws64
12899
12900         * src/prefs_actions.c
12901                 Fixed "feature" where children's output was duplicated 
12902                 instead of refreshed while monitoring.
12903                 Removed some debug code.
12904
12905 2002-02-12 [christoph]  0.7.0claws63
12906
12907         * src/compose.c
12908                 always delete message from queue after sending/send error
12909                 (closes bug #509601)
12910
12911 2002-02-12 [melvin]     0.7.0claws62
12912
12913         * src/prefs_actions.c
12914                 Children wait loop is now triggered with a timeout of 1s
12915                 Added %F which is replaced with the list of filenames 
12916                 of all selected messages (as suggested by Ricardo Mones Lestra)
12917                 Pipe syntax changed. Prefix with | to send selection, postfix
12918                 with | to retrieve output. Prefix with > or * to send
12919                 user definable input to the command (*: input is hidden)
12920                 Old pipe action should now be postfixed with |, too.
12921
12922 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12923         * src/stock_pixmap.c
12924                 fixed a bug: if there's no theme directory don't
12925                 throw an error, just do "nothing" (thanks Alfons)
12926
12927 2002-02-12 [carsten]    0.7.0claws60
12928         * src/folderview.c
12929           src/summaryview.c
12930                 had to write the cache twice (nasty!); some marks would 
12931                 get lost if not
12932
12933 2002-02-11 [carsten]    0.7.0claws59
12934         * acconfig.h
12935           configure.in
12936           doc-src/maintainer_guide.txt
12937           src/compose.[ch]
12938           src/defs.h
12939           src/folderview.[ch]
12940           src/gtkutils.[ch]
12941           src/mainwindow.[ch]
12942           src/prefs_common.[ch]
12943           src/stock_pixmap.[ch]
12944           src/summaryview.[ch]
12945                 pixmap theming and related work on pixmap
12946                 handling on some other places
12947                 (e.g. hrm features for all folder)
12948           src/pixmap/stock_*.xpm -> the stock_ was removed
12949         
12950 2002-02-11 [paul]       0.7.0claws58
12951
12952         * sync with sylpheed 0.7.1 release
12953                 see ChangeLog entries 2002-02-11
12954
12955 2002-02-08 [paul]       0.7.0claws57
12956
12957         * sync with sylpheed 0.7.0cvs39
12958                 see ChangeLog entry 2002-02-07 (last entry) 
12959
12960         * src/prefs_actions.c
12961           src/prefs_filtering.c
12962           src/prefs_matcher.c
12963           src/prefs_scoring.c
12964                 sync: made it compile with C compilers other than gcc
12965
12966 2002-02-07 [paul]       0.7.0claws56
12967
12968         * sync with sylpheed 0.7.0cvs38
12969                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12970                 2002-02-07
12971
12972 2002-02-07 [darko]      0.7.0claws55
12973
12974         * src/gtkutils.[ch]
12975         * src/summaryview.c
12976                 Fix const gchar */gchar * issue (thanks Hiro)
12977
12978 2002-02-07 [darko]      0.7.0claws54
12979
12980         * src/compose.[ch]
12981         * src/filtering.c
12982         * src/gtkutils.[ch]
12983         * src/prefs_template.c
12984         * src/quote_fmt.h
12985         * src/quote_fmt_parse.y
12986         * src/summaryview.c
12987         * src/utils.[ch]
12988                 When replying or forwarding an email don't quote the entire
12989                 mail body but use the part of the message text that is selected
12990
12991 2002-02-06 [melvin]     0.7.0claws53
12992
12993         * src/prefs_common.[ch]
12994         * src/gtkspell.[ch]
12995         * src/compose.c
12996                 Made possible to switch quickly to last used dictionary
12997                 which makes checking bilingual documents easier.
12998
12999 2002-02-06 [melvin]     0.7.0claws52
13000         
13001         * po/POTFILES.in
13002                 Added forgotten new file src/prefs_actions.c
13003
13004 2002-02-06 [melvin]     0.7.0claws51
13005
13006         * src/prefs_actions.c   ** NEW FILE **
13007         * src/prefs_actions.h   ** NEW FILE **
13008                 Added actions to execute on message text view, or on the
13009                         message's file.
13010         * src/Makefile.am
13011                 Added src/prefs_actions.[ch]
13012         * src/compose.c
13013                 Added new menu "Edit/Actions"
13014         * src/defs.h
13015                 Added new actionsrc file.
13016         * src/main.c
13017                 Added actionsrc reading.
13018         * src/mainwindow.c
13019                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13020         * src/prefs_common.h
13021                 Added new element actionslst element to prefs_common.
13022
13023 2002-02-06 [paul]       0.7.0claws50
13024
13025         * sync with sylpheed 0.7.0cvs36
13026                 see ChangeLog entry 2002-02-06
13027
13028 2002-02-05 [paul]
13029
13030         * po/es.po
13031                 updated by Ricardo Mones Lastra
13032
13033 2002-02-05 [paul]       0.7.0claws49
13034
13035         * sync with sylpheed 0.7.0cvs33
13036                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13037
13038 2002-02-05 [paul]       0.7.0claws48
13039
13040         * src/compose.c
13041                 re-add 'Edit/Advanced/Delete entire line', previously named
13042                 'Delete Line+'
13043
13044 2002-02-04 [paul]       0.7.0claws47
13045
13046         * src/compose.c
13047           src/summaryview.c
13048                 fix bug #494993 (Reply All not taking Reply-To into consi)
13049                 eliminate differences in behaviour of right-click 'Reply to all' 
13050                 in summary view and 'Reply to all' on the toolbar. 
13051                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13052                 view and From gets ignored by 'Reply to all' on toolbar.
13053                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13054                 From when no Reply-To header is present.
13055
13056 2002-02-04 [paul]       0.7.0claws46
13057
13058         * sync with sylpheed 0.7.0cvs30
13059                 see ChangeLog entries 2002-02-03 and 2002-02-04
13060
13061 2002-02-03 [melvin]     0.7.0claws45
13062
13063         * src/gtkspell.[ch]
13064                 Readded function to highlight all misspelled words.
13065                 Fixed bug where user-provided-words did not replace
13066                         correctly the misspelled word when using the mouse.
13067                 Fixed bug where checking a region selected from right to left did
13068                         not check the region at all.
13069                 Fixed bug where 'Check backwards' may not check at all. 
13070                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13071                 Fixed possible buffer overflow when checking for long strings (>1k).
13072                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13073                 Accelerators code uses now gtk_widget_add_accel.
13074                 Removed and disabled obsolete and unfinished code.
13075                 Cleaning up.
13076
13077         * src/compose.c
13078                 Added menu item to Highlight all misspelled words.
13079
13080 2002-02-01 [paul]       0.7.0claws44
13081
13082         * src/mainwindow.c
13083                 fix '/View/Hide read messages' sensitivity when all
13084                 messages in a folder are hidden
13085
13086 2002-02-01 [paul]       0.7.0claws43
13087
13088         * src/main.c
13089                 add --send option to command line interface, sends all
13090                 queued mail. Patch submitted by Ricardo Mones Lastra.
13091
13092 2002-01-31 [paul]       0.7.0claws42
13093
13094         * src/mainwindow.c
13095                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13096
13097 2002-01-31 [paul]       0.7.0claws41
13098
13099         * sync with sylpheed 0.7.0cvs27
13100                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13101                 and 2002-01-31
13102
13103         * src/textview.c
13104                 comment out elements of textview_show_part() as temporary
13105                 workaround for attachment 'Display as text' bug 
13106
13107         * po/pt_BR.po
13108                 updated by Fabio Junior Beneditto
13109
13110 2002-01-30 [paul]       0.7.0claws40
13111
13112         * sync with sylpheed 0.7.0cvs24
13113                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13114                 and 2002-01-30
13115
13116         * src/compose.c
13117                 add {N_("/_Spelling"), ... "<Branch>"} to 
13118                 GtkItemFactoryEntry compose_entries[]
13119
13120         * src/prefs_common.c
13121                 add claws menu items to prefs_keybind_apply_clicked()
13122                 and remove non-claws menu items
13123
13124 2002-01-29 [paul]       0.7.0claws39
13125
13126         * sync with sylpheed 0.7.0cvs22
13127                 see ChangeLog entries 2002-01-28 and 2002-01-29
13128
13129 2002-01-28 [melvin]     0.7.0claws38
13130
13131         * src/compose.c
13132                 Added the declartion of compose_send_control_enter.
13133
13134         * src/compose.c
13135         * src/gtkspell.[ch]
13136                 Added in a 'Spelling' menu which includes the configuration menu. 
13137                 Added a real 'Check all' and got rid from the old one which only
13138                 highlited misspelled word.
13139                 Made 'Check while typing' a disableable option.
13140                 Added a dialog when there are no more misspelled word.
13141                 Added a dialog if error occurs when switching to a dictionary.
13142         
13143         * src/prefs_common.[ch]
13144                 Added option for the default 'Check while typing' option.
13145
13146
13147 2002-01-28 [alfons]     0.7.0claws37
13148
13149         * src/compose.c
13150                 fix buglet and make code comply with sylpheed code style
13151
13152 2002-01-28 [paul]       0.7.0claws36
13153
13154         * sync with sylpheed 0.7.0cvs19
13155                 see ChangeLog entries for 2002-01-28
13156
13157 2002-01-28 [hoa]        0.7.0claws35
13158
13159         * src/defs.h
13160                 added rendererrc
13161
13162         * src/main.c
13163                 read the renderer config
13164
13165         * src/procmime.[ch]
13166                 use the renderer config to convert mime attachments
13167
13168         * src/textview.c
13169                 don't use textview_show_html/ertf,
13170                 use get_text_content instead
13171
13172 2002-01-27 [alfons]     0.7.0claws34
13173         
13174         * src/news.c
13175                 make sylpheed believe it can delete a news message...
13176                 (messages are NOT deleted, maybe we should remove
13177                 processing from the folder properties after all.)
13178
13179 2002-01-27 [alfons]     0.7.0claws33
13180
13181         * src/folder.c
13182                 add extra checks
13183         * src/news.c
13184                 implement remove_msg() 
13185
13186 2002-01-27 [alfons]     0.7.0claws32
13187
13188         * src/procmsg.h
13189         * src/procheader.c
13190         * src/messageview.c
13191                 fix return receipt / disposition notification again. this
13192                 stuff seems to break on _every_ major summary UI change, so
13193                 it's now implemented using a flag which is saved in the
13194                 marks cache
13195                 
13196 2002-01-26 [alfons]     0.7.0claws31
13197
13198         * src/import.c
13199                 let import dialog show the destination folder identifier
13200
13201 2002-01-26 [melvin]     0.7.0claws30
13202
13203         * src/folderview.c
13204         * src/summaryview.c
13205                 Readded 'Mark all read' into summary view popup menu
13206                 Added 'Mark all read' in folder view popup menu for IMAP
13207                 and NNTP.
13208                 Made it insensitive if the selected folder is not the shown
13209                 one to avoid 'Mark all read' on the wrong folder.
13210                 
13211 2002-01-26 [paul]       0.7.0claws29
13212
13213         * src/folderview.c
13214           src/summaryview.c
13215                 move 'Mark all read' from summary view to folder view
13216                 menu. (adapted from) patch submitted by Jeremy Andrews,
13217                 <lists@kerneltrap.com>
13218
13219 2002-01-25 [alfons]     0.7.0claws28
13220
13221         * src/gtkstext.c
13222                 put the gtk class name back so GtkSText adapts the 
13223                 settings of GtkText
13224
13225 2002-01-25 [alfons]     0.7.0claws27
13226
13227         * src/folderview.c 
13228                 assimilate Ricardo's patch that shows pixmaps instead of
13229                 plain "new" and "unread" texts in the folder view column
13230                 headers 
13231
13232 2002-01-25 [paul]       0.7.0claws26
13233
13234         * src/Makefile.am
13235                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13236                 be found in non-standard locations. 
13237                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13238
13239 2002-01-25 [paul]       0.7.0claws25
13240
13241         * sync with sylpheed 0.7.0cvs16
13242                 see ChangeLog entry 2002-01-25
13243
13244 2002-01-24 [paul]       0.7.0claws24
13245
13246         * more sync with sylpheed 0.7.0cvs15
13247                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13248
13249 2002-01-23 [sergey]     0.7.0claws23
13250
13251         * src/importldif.c
13252                 Fixed segfault when closing LDIF import wizard with
13253                 the window manager.
13254         * src/imageview.c
13255         * src/imageview.h
13256         * src/messageview.c
13257         * src/mimeview.c
13258                 Fixed wrong scrolling position after switching between
13259                 text and image parts.
13260
13261 2002-01-23 [paul]       0.7.0claws22
13262
13263         * sync with sylpheed 0.7.0cvs15
13264                 see ChangeLog entries 2002-01-22 and 2002-01-23
13265
13266 2002-01-21 [melvin]     0.7.0claws21
13267
13268         * src/prefs_scoring.c
13269         * src/prefs_filtering.c
13270                 Fixed bug where scoring and filtering windows stopped
13271                 autochecking.
13272
13273 2002-01-21 [paul]       0.7.0claws20
13274
13275         * sync with sylpheed 0.7.0cvs12
13276                 see ChangeLog entries 2002-01-20 and 2002-01-21
13277
13278 2002-01-21 [carsten]    0.7.0claws19
13279         * src/mainwindow.c
13280         * src/menu.[ch]
13281         * src/messageview.[ch]
13282         * src/summaryview.[ch]
13283                 changes to shortcuts handling again:
13284                         + "Q" now controled by mainwin
13285                         + v/V are now customizable and have slightly
13286                           different meanings
13287                 the "button" to minimize the messageview (and maximize
13288                 the summary view) is a real button now
13289         * src/compose.c
13290                 "Delete Line+" added to Edit/Advanced (this will also
13291                 delete the '\n')
13292
13293 2002-01-20 [melvin] 0.7.0claws18
13294
13295         * src/addressbook.c
13296                 Made "Bcc" sensitive when addressbook is called from
13297                 compose window (it was a Claws only bug).
13298
13299 2002-01-19 [alfons] 0.7.0claws17
13300
13301         * src/inc.c
13302                 prevent unnecessary updates when currently selected folder has
13303                 no new messages 
13304
13305 2002-01-19 [alfons] 0.7.0claws16
13306         
13307         * src/summaryview.c
13308                 prevent writing the cache based on current message list in summary 
13309                 view when filtering also put messages in currently selected folder
13310
13311 2002-01-19 [paul]
13312
13313         * po/it.po
13314                 Italian translation submitted by Alessandro Maestri
13315                 <a.maestri@cs.tin.it>
13316
13317 2002-01-18 [melvin]     0.7.0claws15
13318
13319         * src/prefs_filters.c
13320                 fixed bug where 'cancel' from 'filters' window stops autochecking
13321                 if the timer timed out  when the window was open.
13322
13323 2002-01-18 [match]      0.7.0claws14
13324
13325         * src/addrclip.[ch]     ** NEW FILE **
13326         * src/addrselect.[ch]   ** NEW FILE **
13327         * src/adbookbase.h      ** NEW FILE **
13328                 addressbook cut, copy and paste
13329         * src/addrbook.[ch]
13330         * src/addrcache.[ch]
13331         * src/addressitem.h
13332         * src/addrindex.[ch]
13333         * src/addritem.[ch]
13334         * src/importldif.c
13335         * src/importmutt.c
13336         * src/jpilot.[ch]
13337         * src/syldap.[ch]
13338         * src/vcard.[ch]
13339         * src/jpilot.[ch]
13340         * src/editbook.c
13341         * src/editjpilot.c
13342         * src/editldap.c
13343         * src/editvcard.c
13344                 support for copy/paste
13345         * src/addressbook.c
13346                 support for copy/paste
13347                 tidy up menu option processing
13348                 correct address list function arguments
13349         * src/editaddress.c
13350                 sort user attributes
13351         * src/ldif.h
13352         * src/mutt.h
13353                 tidy up
13354
13355         * src/addrbook.[ch]
13356         * src/addrbook.[ch]
13357         * src/addrbook.[ch]
13358                 
13359
13360 2002-01-18 [paul]       0.7.0claws13
13361
13362         * sync with sylpheed 0.7.0cvs8
13363                 configure.in: support Mac OS X (Darwin)
13364
13365 2002-01-18 [carsten]    0.7.0claws12
13366         * src/html.c
13367                 small hack to fix a segfault with an empty href
13368                 (reported by Alexandra Walford <deeni@altern.org>)
13369         * src/mainwindow.c
13370         * src/summaryview.c
13371                 the shortcuts for Mark und Mark as unread are hardcoded
13372                 again
13373         * src/compose.c
13374         * src/gtkstext.[ch]
13375                 readded the shortcuts in gtkstext but made them
13376                 customizeable (simply by adding a menu plus a wrapper
13377                 to compose.c)
13378
13379 2002-01-17 [melvin]     0.7.0claws11
13380
13381         * src/gtkspell.c
13382                 fix default dictionary not being saved.
13383
13384 2002-01-16 [darko]      0.7.0claws10
13385
13386         * src/compose.c
13387                 fix wrapping crash with URL longer than wrapping margin
13388
13389 2002-12-08 [hoa]        0.7.0claws10
13390
13391         * src/matcher_parser_parse.y
13392                 fixed some bugs
13393
13394         * src/prefs_filtering.c
13395                 now, we can use bounce action in the dialog box.
13396
13397 2002-01-16 [carsten]    0.7.0claws9
13398         * src/gtkstext.c
13399                 removed the <control> and <alt> shortcuts because they're
13400                 not needed and interefered with the "normal" shortcuts
13401         * src/mainwindow.c
13402         * src/summaryview.c
13403                 removed most of the hardcoded shortcuts and assigned
13404                 them to menu entries making them easy customizable by
13405                 that
13406
13407 2002-01-16 |melvin]     0.7.0claws8
13408
13409         * src/gtkspell.c
13410                 fixed bug where using the mouse and when the compose
13411                 window is not on top may result in a crash.
13412
13413 2002-01-16 [melvin]     0.7.0claws7
13414
13415         * src/compose.c
13416                 fixed a long standingspell checker bug which could 
13417                 cause a crash after sending a message.
13418
13419 2002-01-16 [paul]       0.7.0claws6
13420
13421         * sync with sylpheed 0.7.0cvs7
13422                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13423                 2002-01-15, and 2002-01-16
13424
13425 2002-01-16 [melvin]     0.7.0claws5
13426
13427         * README.claws
13428         * src/compose.c
13429         * src/gtkspell.[ch]
13430         * src/main.c
13431                 Heavily modified spell checker code to work around
13432                 ispell bug, to add keyboard shortcuts and for future
13433                 enhancements. See README.claws for usage information.
13434
13435 2002-01-15 [alfons]     0.7.0claws4
13436         
13437         * src/summaryview.c
13438                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13439                 so sorting within threads reflects sort mode
13440
13441 2002-01-15 [christoph]  0.7.0claws3
13442
13443         * src/procmsg.c
13444                 added alertpanel if mail sending failed
13445
13446 2002-01-15 [alfons]     0.7.0claws2
13447         
13448         * src/prefs_filtering.c
13449                 don't stop timer when prefs filtering dialog is opened
13450
13451 2002-01-14 [alfons]     0.7.0claws1
13452
13453         * src/addr_compl.c
13454         * src/prefs.c
13455                 remove debug_print()s for privacy reasons
13456
13457 2002-01-14 [darko]      0.7.0claws
13458
13459         * README.claws
13460                 quotation wrapping is now also in the main branch
13461
13462 2002-01-14 [paul]
13463
13464         * tools/filter_conv.pl
13465                 allow for Boolean Op and case-sensitivity
13466                 this file is included in the release and tagged
13467                 'rel_0_7_0'
13468
13469 2002-01-13 [paul]       0.7.0claws
13470
13471         * release 0.7.0, with cvs tag 'rel_0_7_0'
13472
13473 2002-01-13 [paul]
13474
13475         * tools/filter_conv.pl
13476         * tools/README
13477                 rewritten to output to matcherrc instead of filteringrc
13478
13479         * po/es.po
13480                 updated Spanish translation by Ricardo Mones Lastra
13481
13482 2002-01-13 [alfons]
13483
13484         * po/nl.po
13485                 update dutch translation
13486
13487 2002-01-13 [paul]
13488
13489         * po/pt_BR.po
13490                 Updated by Fabio Junior Beneditto 
13491
13492 2002-01-13 [melvin]     0.6.6claws53
13493
13494         * po/fr.po
13495                 Updated french translation
13496
13497 2002-01-12 [alfons]     0.6.6claws52
13498
13499         * src/filtering.c
13500                 plug mem leak that has been sitting there for ages              
13501
13502 2002-01-12 [alfons]     0.6.6claws51
13503
13504         * src/summaryview.c
13505                 undo melvin's changes from 0.6.6claws48 because summary
13506                 view now refuses to select first unread message when
13507                 selecting a folder 
13508
13509 2002-01-11 [alfons]     0.6.6claws50
13510
13511         * src/import.c
13512                 use claws' semantics for getting folder item when
13513                 importing an mbox file into a folder 
13514                 (submitted by Dale P. Smith)
13515
13516 2002-01-11 [christoph]  0.6.6claws49
13517
13518         * src/prefs.h
13519                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13520                 toggle widget, because non static prefs can not use
13521                 prefs_set_* functions
13522         * src/prefs_account.c
13523                 toggle smtp auth password field sensitivity if
13524                 user id is empty and add descrition of usage for
13525                 these fields
13526         * src/prefs_folder_item.c
13527                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13528                 callbacks
13529
13530 2002-01-11 [melvin]     0.6.6claws48
13531
13532         * src/compose.c
13533                 fix the 'Ctrl-Enter' feature for sending and test really
13534                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13535                 editables which was not documented in Gtk)
13536
13537         * src/summaryview.c
13538                 Made summaryview refresh after sorting and not before.
13539
13540 2002-01-11 [christoph]  0.6.6claws47
13541
13542         * src/compose.c
13543                 select account from account ids if possible and
13544                 correctly set save folder for copy in reedit
13545
13546 2002-01-10 [paul]       0.6.6claws46
13547
13548         * sync with sylpheed 0.7.0 release
13549                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13550                 2002-01-09
13551
13552 2002-01-09 [alfons]
13553
13554         * src/summaryview.c
13555                 remove more dirt traces...
13556
13557 2002-01-09 [alfons]
13558         
13559         * src/summaryview.c
13560                 clean up some traces of my debugging stuff
13561
13562 2002-01-09 [alfons]     0.6.6claws45
13563
13564         * src/filtering.c
13565                 break up filteringprop_apply() in three separate pieces
13566                 so we can drop messages that failed processing in the
13567                 inbox
13568
13569         * src/summaryview.c
13570                 fix bug #469598 "no refresh of inbox after filter" which 
13571                 was introduced by the new summary view locking, and which 
13572                 prevented the summary view to update after a manual filter 
13573                 message. claw's filter message requires a summary_show().
13574                 (aargh, summary_show() again! :-)
13575                 
13576 2002-01-07 [alfons]     0.6.6claws44
13577
13578         * src/headerwindow.c
13579         * src/logwindow.c
13580         * src/messageview.c
13581         * src/sourcewindow.c
13582                 bring in Hiro's last 0.7.0 wm class fixes
13583
13584         * tools/sylprint.pl
13585                 bring in Ricardo's fix for sylprint script
13586
13587         * AUTHORS       
13588         * src/rfc2015.[ch]
13589         * src/prefs_common.[ch]
13590         * src/prefs_account.[ch]
13591         * src/compose.c
13592                 clean up account preference poison in rfc2015,
13593                 and preparation to fix double sign bug 
13594                 (patch submitted by Simon 'corecode' Schubert)
13595
13596 2002-01-07 [christoph]  0.6.6claws43
13597
13598         * src/mh.c
13599                 search for free message number, do not only rely
13600                 on last_num
13601         * src/send.c
13602                 fix smtp auth and use extra account information
13603                 if available, if not use pop3 data instead
13604                 (closes bug #500341)            
13605         * src/ssl.[ch]
13606                 match coding style
13607
13608 2002-01-06 [alfons]     0.6.6claws42
13609
13610         * src/mainwindow.c
13611                 try making the separate windows work again...
13612
13613 2002-01-06 [alfons]     0.6.6claws41
13614
13615         * src/mainwindow.c
13616                 adapt Hiro's separate window menu (to get rid of the funny
13617                 duplicate menu items), and make it work again
13618
13619 2002-01-06 [alfons]     0.6.6claws40
13620
13621         * tools/Makefile.am
13622         * tools/sylprint.rc
13623         * tools/sylprint.pl
13624         * tools/README.sylprint
13625                 add sylprint script for printing mails from Sylpheed
13626                 (contributed by Ricardo Mones Lastra)
13627
13628         * src/acount.c
13629                 clean up
13630
13631 2002-01-06 [melvin]     0.6.6claws39
13632
13633         * src/mainwindow.c
13634         * src/summaryview.c
13635                 Fixed crash introduced in 0.6.6claws38 by the menu
13636                 reorganisation (Hide read messages)
13637         
13638         * ChangeLog.claws 
13639                 Fixed typo (we are now in 2002, alfons ;) )
13640
13641 2002-01-05 [alfons]     0.6.6claws38
13642
13643         * sync with sylpheed 0.6.6cvs10-17
13644                 (last stuff marked as LAST_STABLE)
13645
13646 2002-01-04 [melvin]     0.6.6claws37
13647
13648         * src/account.c
13649                 Made account selection code use strcasestr again instead of
13650                 g_strcasecmp (fixes bug where reediting queued messages
13651                 did not select proper account reported by T. Link).
13652         
13653         * src/folderview.c
13654                 Fix bug where folder icons are not shown when 'hide read messages'
13655                 is on.
13656         
13657         * src/stock_pixmaps.[ch]
13658                 Added folder icons for 'hide read messages'.
13659         
13660         * src/compose.c
13661                 Fixed bug where 'Enter' in a header entry will send the message 
13662                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13663
13664 2002-01-03 [melvin]     0.6.6claws36
13665         
13666         * src/prefs.[ch]
13667                 Added popup menu for common preferences and
13668                 account preferences (right click on tab displays
13669                                 a menu of all tabs.)
13670
13671 2002-01-02 [melvin]     0.6.6claws35
13672
13673         * src/gtkspell.[ch]
13674                 Made spelling code compatible with undo/redo feature.
13675                 Added creation of suggestion mode menu for the general
13676                         preferences.
13677         
13678         * src/prefs_common.[ch]
13679                 Added option menu for the speller's suggestion mode.
13680                 Added missing spaces in "..." buttons and made a "..."
13681                         button non translatable!
13682         
13683         * src/compose.c
13684                 Made speller use the default suggestion mode.
13685                 Hack to make it possible to choose 'CTRL-Enter' as a
13686                         shortcut for sending (and only for sending).
13687
13688         * src/prefs_folder_item.c
13689                 Changing subject simplification does not update cache 
13690                         anymore (because it is unnecessary).
13691                 Fixed bug where changing subject simplification updated the 
13692                         summaryview even when the viewed folder is not the
13693                         folder which properties are being changed. (E.g. 
13694                                         viewing folder A and changing
13695                                         the subject simplification of 
13696                                         folder B -not being viewed- updated the 
13697                                         summaryview of folder A with data of
13698                                         folder B). (Hope this is clear... )
13699
13700 2001-12-31 [alfons]     0.6.6claws34
13701         
13702         * src/ldif.c
13703         * src/mutt.c
13704                 fgetc() returns a signed integer which doesn't
13705                 fit in a char. so c truncates this to a char
13706                 but we may lose significant bits. i.e. we may
13707                 comparing 0xFF which may not be equal to -1
13708                 unless properly casted to signed char which
13709                 we won't do because fgetc() returns a signed
13710                 integer which doesn't fit in a char. so c 
13711                 truncates this to a char but we may lose 
13712                 significat bits. (you got the idea, thanks
13713                 to Gustavo Noronha Silva <kov@debian.org>
13714                 and the Debian folks!)
13715
13716 2001-12-30 [alfons]     0.6.6claws33
13717
13718         * src/prefs_common.c
13719                 add #ifdef USE_PSPELLs that Melvin forgot               
13720
13721 2001-12-30 [melvin]     0.6.6claws32
13722         
13723         * src/prefs_common.[ch]
13724                 Added configurable color for misspelled words.
13725
13726         * src/gtkspell.[ch]
13727                 Fixed bug of foreground text color (reported by David
13728                                 Mehrmann)
13729                 Added configurable color for misspelled words.
13730
13731 2001-12-30 [alfons]     0.6.6claws31
13732
13733         * src/folder.c
13734                 remove unnecessary things someone put there
13735
13736         * src/mh.c
13737         * src/folder.[ch]
13738                 make folder properties (like threading and sorting) persistent
13739                 (closes bug #497424 "rescan folder tree resets proprieties")
13740                 currently this is only for MH folders. 
13741
13742 2001-12-29 [melvin]     0.6.6claws30
13743
13744         * src/string_match.[ch]
13745                 Optimized a bit: regexp pattern buffer compiled only once, and
13746                   one subroutine call removed. Fixed ^ regexp search: Now, 
13747                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13748         
13749         * src/summaryview.c
13750                 Subject filtering changed to filter summary columns and
13751                   not directly the messages subject cache. The loss in 
13752                   performance is balanced by the improvement of string_match.
13753                 Added an alert panel if there is an error in the regexp.
13754
13755         * src/src/prefs_folder_item.h
13756                 Added a regexp pattern buffer.
13757
13758 2001-12-28 [alfons]     0.6.6claws29
13759
13760         * src/string_match.[ch]
13761                 clean up name space
13762                 allow compilation *BSD
13763
13764 2001-12-27 [alfons]     0.6.6claws28
13765
13766         * src/filter.c
13767                 sync the Hiro's bug fix for BSD
13768
13769 2001-12-27 [melvin]     0.6.6claws27
13770         
13771         * src/compose.c
13772                 Simplify focus to subject entry code.
13773
13774 2001-12-27 [darko]      0.6.6claws26
13775
13776         * src/filtering.c
13777         * src/mbox_folder.c
13778         * src/messageview.c
13779         * src/mh.c
13780         * src/procheader.[ch]
13781         * src/procmsg.h
13782         * src/stock_pixmap.[ch]
13783         * src/summaryview.c
13784                 Show key icon for encrypted mails in summary view
13785
13786         * src/pixmaps/clip.xpm
13787         * src/pixmaps/clipkey.xpm
13788         * src/pixmaps/key.xpm
13789                 New/modified icons for the above
13790
13791 2001-12-27 [melvin]     0.6.6claws25
13792
13793         * src/prefs_common.c
13794                 Put spell checker options in a separate tab to decrease
13795                 the Common Preferences window height.
13796
13797         * README.claws  
13798                 Update spell checker usage instruction about its options
13799                 location.
13800
13801 2001-12-27 [melvin]     0.6.6claws24
13802
13803         * src/compose.c
13804                 Changed subject entry widget position. Initial focus is
13805                 on the To header instead of the subject entry.
13806                 Creating a new header scrolls the header list to make the
13807                 created one visible. Nevertheless, when automatically filling
13808                 headers, the first one is shown.
13809                 A Tab key press in the last empty header entry zips the 
13810                 focus to the subject entry.
13811                 (I did not change the combo boxes, yet)
13812
13813 2001-12-26 [alfons]     0.6.6claws23
13814
13815         * src/prefs_account.c
13816         * src/inc.c
13817                 allow default inbox to reside in another mailbox (only
13818                 works for POP3 accounts)
13819
13820 2001-12-26 [alfons]     0.6.6claws22
13821         
13822         * src/textview.c
13823                 make reply-on-click work with the account of the selected folder
13824         * src/compose.c
13825                 put a fixme here to remind me to fix finding correct default
13826                 account for nested folders
13827
13828 2001-12-25 [alfons]     0.6.6claws21
13829
13830         * src/summaryview.c
13831                 make column headers display locked and mark pixmaps (idea by Melvin) 
13832                 fix bug by adding score and locked column type to sort array
13833
13834 2001-12-25 [alfons]     0.6.6claws20
13835         
13836         * src/summaryview.c
13837                 catch a *potentially* inadvertent write back of  
13838                 the message cache(s) introduced by 0.6.5claws37
13839
13840 2001-12-25 [christoph]  0.6.6claws19
13841
13842         * src/stock_pixmap.[ch]
13843         * src/summaryview.c
13844                 add ignore thread pixmap
13845                 (can someone draw a better icon for this?)
13846
13847 2001-12-24 [alfons]     0.6.6claws18
13848
13849         * src/prefs_folder_item.c
13850                 make address completion actually work for the
13851                 Default To address in the Folder Property dialog.
13852
13853 2001-12-24 [alfons]     0.6.6claws17
13854         
13855         * src/summaryview.c
13856                 use new style regexp for subject stripping 
13857                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13858
13859 2001-12-24 [darko]      0.6.6claws16
13860
13861         * src/pgptext.c
13862         * src/rfc2015.c
13863                 move GPG related informational messages to debug mode
13864
13865 2001-12-23 [alfons]     0.6.6claws15
13866
13867         * src/stock_pixmap.[ch]
13868         * src/summaryview.c
13869                 add the forgotten Claws' locked pixmap
13870
13871 2001-12-23 [alfons]     0.6.6claws14
13872
13873         * src/filesel.c
13874                 accept file name typed in entry in multi file
13875                 selector (patch submitted by Gustavo Noronha Silva 
13876                 <kov@debian.org>)
13877
13878 2001-12-23 [alfons]     0.6.6claws13
13879
13880         * src/prefs_filter.c
13881         * src/prefs_filtering.c
13882         * src/matcher.c
13883         * src/importmutt.c
13884                 clean up a little bit
13885         
13886         * src/string_match.c
13887                 validate input strings a little bit more
13888
13889 2001-12-23 [alfons]     0.6.6claws12
13890
13891         * src/Makefile.am
13892         * src/summaryview.c
13893         * src/string_match.[ch]         ** NEW **
13894         * src/folderview.[ch]
13895         * src/headerview.h
13896         * src/folder.[ch]
13897         * src/prefs_folder_item.[ch]
13898                 add subject simplification to strip out strings from
13899                 a subject line (esp. handy for mailing lists). 
13900                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13901                 but slightly changed things for better integration.)
13902
13903 2001-12-23 [alfons]     0.6.6claws11
13904
13905         * src/mainwindow.c
13906                 fix bug introduced by submission included in 0.6.5claws52.
13907                 ideally this submission should clean the trash if any trash
13908                 folder has a message. however, the hasTrash variable was
13909                 set to false whenever a trash folder was empty (discarding
13910                 a previously found *filled* trash folder.)
13911
13912                 also edited the code a little bit and made it more safe.
13913
13914 2001-12-22 [alfons]     0.6.6claws10
13915
13916         * src/imap.c
13917                 quick fix for Martin Pool's omission of an account
13918                 specific SSL setting
13919
13920 2001-12-22 [alfons]     0.6.6claws9
13921
13922         * src/compose.c
13923         * src/messageview.c
13924         * src/mimeview.c
13925         * src/pgptext.c
13926         * src/procmime.[ch]
13927                 better support for multipart/digest (submitted
13928                 by Fredrik <e98fo@efd.lth.se>)
13929
13930 2001-12-22 [alfons]     0.6.6claws8
13931
13932         * src/addressbook.c
13933                 correct function signature
13934         * src/socket.[ch]
13935         * src/imap.[ch]
13936         * src/prefs_account.[ch]
13937                 allow IMAP over SSH tunnel (patch submitted by 
13938                 Martin Pool <mbp@samba.org>)
13939
13940 2001-12-21 [alfons]     0.6.6claws7
13941
13942         * sync with sylpheed 0.6.6cvs4-9
13943                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13944
13945 2001-12-21 [christoph]  0.6.6claws6
13946
13947         * src/compose.c
13948         * src/prefs_folder_item.[ch]
13949                 implement saving of outgoing messages to current folder.
13950                 fix segfault when no default outbox is available
13951                 (closes bug #495683)
13952
13953 2001-12-21 [carsten]    0.6.6claws5
13954         * src/folderview.c
13955         * src/summaryview.c
13956                 pressing CTRL while DND does now the expected thing and
13957                 copies the mail (moving is still the default, as this
13958                 seam more appropriate for handling mails by DND)
13959
13960 2001-12-18 [paul]       0.6.6claws4
13961
13962         * sync with sylpheed 0.6.6cvs3
13963                 see ChangeLog entries 2001-12-18
13964
13965 2001-12-18 [hiro]       0.6.6claws3
13966
13967         * src/undo.c
13968                 fix for multibyte characters (obtain the number of letters
13969                 instead of bytes).
13970
13971 2001-12-17 [paul]       0.6.6claws2
13972
13973         * sync with sylpheed 0.6.6cvs1
13974                 see ChangeLog entry 2001-12-16
13975
13976 2000-12-17 [alfons]     0.6.6claws1
13977
13978         * src/filtering.c
13979                 clean up
13980
13981 2001-12-16 [paul]       0.6.6claws
13982 2001-12-15
13983
13984         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13985
13986         * src/mimeview.c
13987                 last minute sync with main 0.6.6
13988
13989         * po/es.po
13990                 updated by Ricardo Mones Lastra
13991                 update for last minute sync
13992         * po/fr.po
13993         * po/nl.po
13994                 update for last minute sync
13995         * po/de.po
13996                 updated by Jens Oberender
13997         * po/pt_BR.po
13998                 updated by Fabio Junior Beneditto
13999
14000         * src/prefs_common.[ch]
14001         * src/undo.c
14002                 number of undo levels is user configurable
14003                 (squeeze it into the release in the dying
14004                 moments) Submitted by Jens Oberender    
14005
14006 2001-12-15 [melvin]
14007
14008         * po/fr.po
14009                 updated french translation
14010
14011 2001-12-15 [paul]       0.6.5claws92
14012
14013         * sync with sylpheed 0.6.5cvs28
14014                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14015
14016         * po/nl.po
14017                 update to allow for sync
14018
14019 2001-12-15 [alfons]
14020         
14021         * po/nl.po
14022                 update dutch translation
14023
14024 2001-12-14 [carsten]    0.6.5claws91
14025         * src/summaryview.c
14026                 fixed bug #473785; also after changing the column order
14027                 the same message will be selected and displayed as before
14028                 the reordering
14029
14030 2001-12-14 [carsten]    0.6.5claws90
14031         * src/folderview.c
14032                 probably found the bug reported by wwb opening or closing
14033                 a folder tree just before dnd (found the solution in the
14034                 balsa source -- thanks to them)
14035
14036 2001-12-14 [carsten]    0.6.5claws89
14037         * src/gtkutils.c
14038         * src/account.c
14039                 moved gtk_clist_moveto to the right place, so that
14040                 only the accounts dialog is effected on opening
14041
14042 2001-12-14 [carsten]    0.6.5claws88
14043         * src/gtkutils.c
14044                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14045                 now, so that the focused row will be seen in any case
14046                 (reported by wwp on sf-claws-user)
14047
14048 2001-12-14 [darko]      0.6.5claws87
14049
14050         * src/compose.c
14051                 remove unnecessary line
14052
14053 2001-12-14 [paul]       0.6.5claws86
14054
14055         * sync with sylpheed 0.6.5cvs27
14056                 see ChangeLog entries 2001-12-14
14057
14058 2001-12-14 [carsten]    0.6.5claws85
14059         * src/mainwindow.c
14060                 following a suggestion of Melvin the rcoabm pops up
14061                 right under the button now and the button is reliefed
14062                 while the popup is open
14063
14064 2001-12-14 [darko]      0.6.5claws84
14065
14066         * src/compose.c
14067                 fix crash when wrapping long lines if linewrap quotation
14068                 is disabled and wrapper encounters a word spanning more
14069                 than one line
14070
14071 2001-12-13 [paul]       0.6.5claws83
14072
14073         * src/compose.c
14074                 prefer 'Reply-To' header over mailing list header when
14075                 replying to a message. Finally prevent all those confirmation 
14076                 messages being sent to the list itself.
14077
14078         * src/summaryview.c
14079                 remove unused summary_set_menu_sensitive() entry
14080
14081 2001-12-13 [paul]       0.6.5claws82
14082
14083         * src/folderview.c
14084         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14085         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14086         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14087                 improvements to 'Hide read messages': Inbox, Outbox,
14088                 Trash, Queue, and Draft icons now reveal presence of hidden 
14089                 messages
14090
14091 2001-12-12 [alfons]     0.6.5claws81
14092
14093         0.6.5claws80 was tagged as LAST_STABLE
14094
14095         * src/filtering.[ch]
14096         * src/matcher.[ch]
14097         * src/matcher_parser_lex.c
14098                 fix the filtering; my last attempt to get it right, 
14099                 if it does not work, it's Hoa's turn. ;-)
14100
14101                 for my honourable peers:
14102                 
14103                 the code now makes a clear distinction between
14104                 rules as they are displayed (probably escaped),
14105                 and as they are executed (probably unescaped). the
14106                 parser does *NOT* do any unescaping, this is
14107                 the task of the matcher.c (which breaks up a
14108                 rule into condition) and the filtering.c (which
14109                 breaks up the rule's action). to make this
14110                 run happily we provide an unescaped copy of
14111                 crucial strings to the MatcherProp and 
14112                 FilteringAction structures. note that the only
14113                 exception to this is any REGEXP string. those
14114                 are directly passed to regcomp() and regexp()
14115                 (who have much more powerful unescape functions).
14116                 
14117                 for everyone else:
14118         
14119                 you can escape tab (\t), carriage return (\r),
14120                 linefeed (\n), form feed (\f), quote (\"), 
14121                 single quote (\'), bell (\b) in all the entry
14122                 lines in the scoring & filtering dialogs.
14123                 as an added bonus this should not affect
14124                 existing filtering rules.
14125
14126 2001-12-12 [carsten]    0.6.5claws80
14127
14128         * src/summaryview.c
14129         * po/de.po
14130                 "item(s) selected" is now sensitive to 1 or more
14131                 than one selected (nice for language where simple
14132                 adding of a "s" is not possible as German (Eintrag
14133                 ->Eintr"age)
14134                 
14135                 the "forward as attachment" entry from the right
14136                 click menu removed, "forward" acts following the
14137                 prefs
14138         
14139         * src/textview.c
14140                 reverted my former changes; so compiler warning again
14141                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14142                 nevertheless
14143
14144         * src/messageview.c
14145                 "search in message" does now *not* only work in MVIEW_TEXT
14146                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14147                 message
14148
14149         * src/mainwindow.c
14150                 removed "/File/_Close" as it was the same as "/File/E_xit"
14151                 and we don't need it two times
14152
14153                 the separate folder view and message view now get a distinct
14154                 WMCLASS, just in case someone is using sawfish ;-)
14155
14156                 as the menu entries "/View/Message view" and "/View/Folder tree"
14157                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14158                 make them sensitive accordingly and as these two are "shown"
14159                 after startup anytime check this menuitem at startup
14160
14161 2001-12-12 [paul]       0.6.5claws79
14162
14163         * src/folderview.c
14164                 fix sensitivity of 'Search folder...', broken in
14165                 0.6.5claws75
14166
14167         * src/mainwindow.c
14168                 fix dodgy English
14169
14170 2001-12-11 [carsten]    0.6.5claws78
14171         * src/filtering.c
14172                 fixed two typos returning a wrong FALSE/TRUE
14173         * src/mainwindow.[ch]
14174                 extra menu for email/news button removed
14175
14176 2001-12-11 [alfons]     0.6.5claws77
14177         
14178         * src/matcher.c                 (1.3)
14179         * src/matcher_parser_lex.l      (1.28)
14180                 revert for another attempt
14181                 mark 0.6.5claws77 as LAST_STABLE
14182
14183 2001-12-11 [christoph]  0.6.5claws76
14184
14185         * po/de.po
14186                 fixed wrong translation for prev. unread msg
14187
14188 2001-12-11 [paul]       0.6.5claws75
14189
14190         * src/folder.[ch]
14191         * src/folderview.c
14192         * src/mainwindow.c
14193         * src/summaryview.[ch]
14194         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14195                 enable ability to hide read messages on per folder basis via 
14196                 '/Summary/Hide read messages'; when selected, a folder will 
14197                 have a red open folder icon, instead of a blue icon, if the 
14198                 folder contains hidden messges
14199                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14200
14201         * src/mainwindow.c
14202                 remove '/Message/Forward as attachment' from 
14203                 main_window_set_menu_sensitive() to prevent debug warning
14204
14205         * src/folderview.c
14206         * src/mainwindow.c
14207                 Clean up some of the English
14208
14209         * tools/newscache_clean.pl
14210                 allow for new 'hidereadmsgs' entry in folderlist.xml
14211
14212         * po/es.po
14213                 updated translation, submitted by Ricardo Mones Lastra
14214
14215 2001-12-11 [paul]       0.6.5claws74
14216
14217         * sync with sylpheed 0.6.5cvs25
14218                 see ChangeLog entry 2001-12-11
14219
14220 2001-12-10 [alfons]     0.6.5claws73
14221
14222         * src/matcher.c
14223                 add more control characters
14224         * src/matcher_parser_lex.l
14225                 make escaping / unescaping work again
14226
14227 2001-12-10 [alfons]     0.6.5claws72
14228
14229         * src/imap.c
14230                 clean up warnings "returning value for void function" 
14231         * src/prefs_filtering.c
14232                 make info button for execute action sensitive
14233
14234 2001-12-10 [paul]       0.6.5claws71
14235
14236         * src/compose.c
14237         * src/imap.[ch]
14238         * src/summaryview.c
14239                 fix: imap server now gets informed of MARKED, UNMARKED
14240                 and REPLY events. Now people can use different IMAP-Mail
14241                 clients and have the exact same information about MARKED,
14242                 UNMARKED and REPLY status with all of them. Especially
14243                 useful for imap servers with a web-frontend.
14244                 submitted by Tobias Sandhaas <medlor@web.de>
14245
14246 2001-12-09 [melvin]     0.6.5claws70
14247         
14248         * src/textview.[ch]
14249                 fixed bug #490076 (hunted down by Alfons who implemented
14250                 a workaround in 0.6.5claws65)
14251
14252 2001-12-09 [christoph]  0.6.5claws69
14253
14254         * src/summaryview.c
14255                 set pointer to string in LOCKED column to NULL
14256                 (might fix bug #490800)
14257
14258 2001-12-09 [carsten]    0.6.5claws68
14259
14260         * po/de.po
14261                 resolved some cluttered menu shortcuts 
14262                 ('creating new email' and 'creating news message'
14263                 hade the same)
14264         * src/compose.c
14265                 wmclass now distinc from main window
14266         * src/mainwindow.c
14267           src/mainwindow.h
14268                 email/news and forward button functionality similar
14269                 to the reply buttons; removed the ugly dropdown arrows
14270                 and use instead the right mouse button
14271
14272 2001-12-09 [paul]       0.6.5claws67
14273
14274         * src/imap.c
14275         * src/utils.h
14276                 allow spaces in imap folder names
14277                 submitted by Willem van Engen <wvengen@stack.nl>
14278
14279 2001-12-09 [paul]       0.6.5claws66
14280
14281         * sync with sylpheed 0.6.5cvs24
14282                 see ChangeLog entry 2001-12-09
14283
14284 2001-12-08 [alfons]     0.6.5claws65
14285
14286         * src/textview.c
14287                 prevent secondary selection claim after "add to sender" dialog
14288                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14289                 we trick GTK by simulating a click at (0, 0) in the textview.
14290
14291 2001-12-08 [hoa]        0.6.5claws64
14292
14293         * src/folder.c
14294                 fixed a bug about the .processing folder name while filtering
14295
14296 2001-12-08 [alfons]     0.6.5claws63
14297
14298         * src/folderview.c 
14299                 work around problem of not correctly updating folder stats
14300                 when deleting messages. there's some folder scanning evil
14301                 going so the folderview_update_msg_num() does not work
14302                 correctly. need to investigate this.
14303
14304 2001-12-08 [paul]       0.6.5claws62
14305
14306         * sync with sylpheed 0.6.5cvs23
14307                 see ChangeLog entry 2001-12-08
14308
14309 2001-12-07 [christoph]  0.6.5claws61
14310
14311         * src/compose.c
14312                 fix another header translation problem
14313
14314 2001-12-07 [alfons]     0.6.5claws60
14315
14316         * src/mbox.c
14317                 make filtering also work on local spool mbox
14318
14319 2001-12-07 [carsten]    0.6.5claws59
14320         * src/addressbook.c
14321                 addressbook window gets a wmclass distinct from the main
14322                 sylpheed window
14323         * src/compose.h
14324         * src/mainwindow.[ch]
14325                   forward menu item will use mode selected in prefs, forward 
14326                 as attatchment in menu removed (will be substituted in the
14327                 toolbar similar to reply buttons)
14328                   create news message menu entry and news button is now 
14329                 sensitive to the existance of a news account
14330         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14331         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14332         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14333                 these are removed because the toolbar buttons don't show
14334                 the quoting modus any longer
14335
14336 2001-12-07 [paul]
14337
14338         * tools/newscache_clean.pl      ** NEW FILE **
14339                 perl script to do some tidying up in the newscache directory 
14340                 
14341         * tools/sylpheed-switcher       ** NEW FILE **
14342                 perl script to enable easy switching between main and claws
14343                 
14344         * tools/README
14345                 added descriptions of the two new perl scripts          
14346
14347
14348 2001-12-07 [melvin]     0.6.5claws58
14349
14350         * src/messageview.c
14351                 fixed a warning during compilation introduced in 0.6.5claws56
14352
14353 2001-12-07 [paul]       0.6.5claws57
14354
14355         * src/mainwindow.[ch]
14356         * src/menu.[ch]
14357                 further usability enhancements to replying with or without 
14358                 quoting via the toolbar, use of Ctrl key is replaced by 
14359                 drop down menu 
14360                 Submitted by Carsten Schurig            
14361
14362 2001-12-07 [melvin]     0.6.5claws56
14363
14364         * src/messageview.c
14365                 hack to fix bug that prevented to make/paste selections
14366                 after switching between MVIEW_TEXT and MVIEW_MIME views
14367                 without deselecting the selection first.
14368
14369 2001-12-06 [alfons]     0.6.5claws55
14370
14371         * src/filtering.[ch]
14372         * src/inc.c
14373                 revise filtering a little bit more, and make sure
14374                 messages are delivered to the appropriate inbox
14375                 (perhaps set per account)
14376
14377 2001-12-06 [paul]       0.6.5claws54
14378
14379         * sync with sylpheed 0.6.5cvs22
14380                 see ChangeLog entry 2001-12-06
14381
14382 2001-12-05 [alfons]     0.6.5claws53
14383
14384         * src/inc.c
14385         * src/folder.[ch]
14386         * src/procmsg.c
14387         * src/filtering.c
14388                 more revisions of filtering system
14389                 (last stable version is marked as LAST_STABLE)
14390                 
14391                 | NOTE 1): the filtering system now uses a local folder called
14392                 | .processing. if filtering fails, check this directory
14393                 | for missing messages.
14394                 |
14395                 | NOTE 2): help us find the filtering actions still missing
14396
14397 2001-12-05 [paul]       0.6.5claws52
14398
14399         * src/mainwindow.c
14400                 fix bug where 'Empty Trash?' pop-up window appears even
14401                 when Trash is empty, submitted by Jesse Skinner         
14402
14403 2001-12-05 [melvin]     0.6.5claws51
14404
14405         * src/compose.c
14406                 fixed bug #486106 to select correct account when reediting 
14407                 a queued message
14408         
14409 2001-12-04 [alfons]     0.6.5claws50
14410
14411         * src/mh.c
14412                 declare markfile in appropriate functions when
14413                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14414                 for spotting this)
14415
14416 2001-12-04 [paul]       0.6.5claws49
14417
14418         * sync with sylpheed 0.6.5cvs21
14419                 see ChangeLog entry 2001-12-04
14420
14421 2001-12-03 [christoph]  0.6.5claws48
14422
14423         * po/de.po
14424                 changed translation of undo
14425         * src/account.c
14426         * src/folder.c
14427                 don't reinvent the wheel to traverse a GNode
14428         * src/compose.[ch]
14429                 seperate code to create the compose gui into functions
14430                 add "Others" page with folder selection for saving copy
14431                 of the message.
14432                 the folder identifier is saved to queue header
14433         * src/procmsg.c
14434                 save message to folder in queue header
14435
14436 2001-12-03 [paul]       0.6.5claws47
14437
14438         * sync with sylpheed 0.6.5cvs20
14439                 see ChangeLog entry 2001-12-03
14440
14441 2001-12-01 [paul]
14442
14443         * more sync with sylpheed 0.6.5cvs19
14444                 see ChangeLog entry 2001-11-29
14445
14446 2001-11-30 [paul]       0.6.5claws46
14447         
14448         * src/compose.c
14449                 remove conflicts introduced by Hoa's last commit
14450          
14451         * src/mainwindow.c
14452                 make 'Message/Bounce' sensitive
14453
14454 2001-11-30 [hoa]        0.6.5claws45
14455
14456         * src/compose.c
14457                 slightly change bounce function to add
14458                 information about the user that bounced the mail
14459                 in the From header line.
14460
14461         * src/folderview.c
14462                 permit the use of processing in outbox folder.
14463
14464 2001-11-29 [paul]       0.6.5claws44
14465
14466         * src/mainwindow.[ch]
14467         * src/prefs_common.c
14468         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14469         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14470         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14471                 usability enhancements to the quoting, implements
14472                 use of Ctrl key to toggle quoting settings
14473                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14474
14475 2001-11-29 [paul]       0.6.5claws43
14476         
14477         * sync with sylpheed 0.6.5cvs19
14478                 see ChangeLog entry 2001-11-28
14479
14480 2001-11-29 [melvin]     0.6.5claws42
14481         * src/Makefile.am
14482                 added enriched.[ch] to the list of files
14483
14484         * src/textview.c
14485         * src/mimeview.c
14486         * src/procmime.[ch]
14487         * src/enriched.[ch]
14488                 added support to view text/enriched
14489                 added support to show headers in message view for text/enriched and text/html
14490                         in non multipart messages
14491
14492 2001-11-28 [paul]       0.6.5claws41
14493
14494         * more sync with sylpheed 0.6.5cvs18
14495                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14496
14497 2001-11-27 [paul]       0.6.5claws40
14498         
14499         * po/pt_BR.po
14500                 updated translation, submitted by Fabio Junior Beneditto
14501                 
14502         * sync with sylpheed 0.6.5cvs18
14503                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14504                 2001-11-27
14505
14506
14507 2001-11-26 [paul]
14508
14509         * po/es.po
14510                 updated translation, submitted by Ricardo Mones Lastra
14511
14512 2001-11-26 [alfons]
14513
14514         * src/matcher.c
14515                 add more translatable strings
14516
14517 2001-11-26 [christoph]  0.6.5claws39
14518
14519         * po/de.po      
14520                 fixed one more umlaut
14521         * src/compose.c
14522                 fix translated header when it should not be translated
14523
14524 2001-11-26 [paul]       0.6.5claws38
14525
14526         * src/mainwindow.c
14527                 remove '/Message/Add Sender to address book' from 
14528                 main_window_set_menu_sensitive(), prevent debug warning
14529                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14530
14531 2001-11-26 [paul]       0.6.5claws37
14532
14533         * src/summaryview.c
14534                 fix 'recurring unread state' bug 
14535
14536         * tools/README 
14537         * tools/filter_conv.pl
14538                 read name of top level mailbox from folderlist.xml
14539                 and presume nothing about its name              
14540
14541 2001-11-26 [darko]      0.6.5claws36
14542
14543         * src/gtkstext.[ch]
14544                 removed functions that are now in gtkutils.c
14545                 use gtkut_text_is_uri_string() from gtkutils.c
14546         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14547
14548 2001-11-26 [paul]       0.6.5claws35
14549
14550         * sync with sylpheed 0.6.5cvs16
14551                 see ChangeLog entries 2001-11-25 and 2001-11-26
14552
14553 2001-11-25 [alfons]     0.6.5claws34
14554
14555         EXPERIMENTAL!!! Please checkout the last stable version using: 
14556           
14557         % cvs update -r LAST_STABLE -dRAP
14558
14559         (Or help us testing this stuff.)
14560
14561         * src/filtering.c               (1.14)
14562         * src/filtering.h               (1.6)
14563         * src/inc.c                     (1.28)
14564         * src/matcher.c                 (1.20)
14565         * src/mbox.c                    (1.9)
14566         * src/procmsg.h                 (1.14)
14567         * src/summaryview.c             (1.59)
14568         * src/summaryview.h             (dunno)
14569                 revert/merge/sync to as it was before commit 
14570                 on Thu, 19 Jul 2001 10:15:51 -0700.
14571
14572 2001-11-25 [hoa]        0.6.5claws33
14573
14574         * src/main.c
14575                 processing mails at startup
14576
14577         * src/folderview.c
14578         * src/summaryview.[ch]
14579                 processing mails when entering folder
14580
14581         * src/prefs_filtering.c
14582                 fixed some UI bugs
14583
14584 2001-11-24 [alfons]     0.6.5claws32
14585
14586         * src/summaryview.[ch]
14587                 make summary sort headers work, and also make
14588                 sure the sort type is stored
14589
14590 2001-11-23 [alfons]     0.6.5claws31
14591
14592         * src/summaryview.[ch]
14593                 make lock work like mark
14594                 disallow deleting messages marked as locked
14595
14596 2001-11-23 [alfons]     0.6.5claws30
14597
14598         * src/gtkstext.c
14599         * src/compose.[ch]
14600         * src/Makefile.am
14601         * src/undo.[ch]
14602                 merge undo patch submitted by Jens
14603
14604 2001-11-23 [christoph]  0.6.5claws29
14605
14606         * src/.cvsignore
14607                 added ylwrap
14608         * src/compose.c
14609                 fixed gpg signing and encoding
14610         * src/folder.[ch]
14611         * src/main.c
14612                 added --status option to get new, unread and total
14613                 message count from a running sylpheed
14614         * src/prefs_common.c
14615                 temporary fix for reply_with_quote problem
14616                 (don't call functions for non existing widget)
14617         * src/procmsg.c
14618                 one more check for ignored threads but still not
14619                 always working correctly. probably a recursive
14620                 check for all parents is needed
14621
14622 2001-11-23 [darko]      0.6.5claws28
14623
14624         * src/compose.c
14625                 wrapping on send improvements
14626         * src/gtkutils.[ch]
14627                 fix for GtkSText after last sync with main branch
14628                 GTK_TEXT -> GTK_STEXT
14629
14630 2001-11-23 [paul]       0.6.5claws27
14631
14632         * sync with sylpheed 0.6.5cvs14
14633                 see ChangeLog entries 2001-11-22 and 2001-11-23
14634                 
14635         * po/de.po
14636                 fixed the scrambled umlauts 
14637                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14638
14639 2001-11-21 [paul]       0.6.5claws26
14640
14641         * sync with sylpheed 0.6.5cvs12
14642                 see 2nd ChangeLog entry dated 2001-11-20
14643
14644 2001-11-20 [paul]       0.6.5claws25
14645
14646         * sync with sylpheed 0.6.5cvs11
14647                 see ChangeLog entry 2001-11-19 (src/utils.c)
14648
14649 2001-11-20 [hiro]
14650
14651         * src/compose.c
14652                 GTK_TEXT -> GTK_STEXT
14653                 fix for wrong comment
14654
14655 2001-11-20 [hiro]       0.6.5claws24
14656
14657         * src/compose.[ch]
14658                 more merges from main branch
14659                 removed fatal warnings (uninitialized variables etc.)
14660                 some coding style fix
14661         * src/gtkutils.h
14662                 fixed typo.
14663         * src/addressbook.c
14664           src/addrindex.c
14665                 V-Card -> vCard
14666
14667 2001-11-19 [hoa]        0.6.5claws23
14668
14669         * src/filtering.c
14670         * src/prefs_scoring.c
14671         * src/matcher.[ch]
14672         * src/scoring.c
14673                 cleaning code
14674
14675         * src/matcher_parser_parse.y
14676         * src/prefs_filtering.c
14677                 bouncing
14678
14679 2001-11-19 [alfons]     0.6.5claws22
14680
14681         more of my old things into claws
14682
14683         * src/Makefile.am
14684         * src/prefs_common.c
14685         * src/procmsg.h
14686         * src/summaryview.[ch]
14687         * src/prefs_summary_column.c
14688         * src/pixmaps/locked.xpm
14689                 add indicators for locking of message in summary view
14690                 (does not work yet, only visual indicator)
14691
14692 2001-11-19 [paul]       0.6.5claws21
14693
14694         * sync with sylpheed 0.6.5cvs10
14695                 see ChangeLog entry 2001-11-19
14696
14697 2001-11-18 [alfons]     0.6.5claws20
14698         
14699         * src/filtering.c
14700                 remove an inadvertent free I forgot in previous clean up 
14701
14702 2001-11-18 [alfons]     0.6.5claws19
14703
14704         * src/filtering.[ch]
14705                 clean up & plug leaks
14706
14707 2001-11-18 [paul]       0.6.5claws18
14708
14709         * sync with sylpheed 0.6.5cvs9
14710                 see ChangeLog entries 2001-11-17 and 2001-11-18
14711
14712 2001-11-16 [paul]       0.6.5claws17
14713
14714         * sync with sylpheed 0.6.5cvs8
14715                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14716
14717 2001-11-16 [paul]       0.6.5claws16
14718
14719         * sync with sylpheed 0.6.5cvs7
14720                 see ChangeLog entries 2001-11-15 and 2001-11-16
14721
14722 2001-11-15 [hoa]        0.6.5claws15
14723
14724         * src/compose.c
14725                 fix bounce, mails we received couln't be bounced to ourself.
14726
14727         * src/defs.h
14728         * src/filtering.[ch]
14729         * src/matcher.[ch]
14730         * src/matcher_parser.h
14731         * src/matcher_parser_lex.l
14732         * src/matcher_parser_parse.y
14733         * src/inc.c
14734         * src/main.c
14735         * src/mbox.c
14736         * src/prefs_filtering.[ch]
14737         * src/mainwindow.c
14738         * src/prefs_matcher.c
14739         * src/prefs_scoring.c
14740         * src/scoring.[ch]
14741         * src/summaryview.c
14742                 new matcher/filter/score configuration file parser
14743                 one unique configuration file => ~/.sylpheed/matcherrc
14744                 import in currently automatic, then save are made
14745                 in this new file.
14746                 one filter per folder and one global filter
14747                 (filter of a folder will be used as folder processing)
14748
14749         * src/folder.c
14750                 fix a bug in folder_item_get_identifier
14751                 
14752         * src/messageview.c
14753                 receive receipt return are fixed.
14754
14755 2001-11-14 [alfons]     0.6.5claws14
14756
14757         * src/session.h
14758                 add things from main branch to make claws compile
14759
14760 2001-11-14 [paul]       0.6.5claws13
14761
14762         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14763                 see ChangeLog entries 2001-11-08 to 2001-11-14
14764
14765 2001-11-14 [hoa] 0.6.5claws12
14766
14767         * src/compose.[ch]
14768         * src/mainwindow.c
14769         * src/summaryview.c
14770                 add "bounce mail" option
14771
14772 2001-11-13 [christoph]  0.6.5claws11
14773
14774         * src/compose.c
14775                 Cleanup a mess i add before commiting
14776
14777 2001-11-13 [hoa]        0.6.5claws10
14778
14779         * src/compose.c
14780                 some fixes when mail are sent or
14781                 for crossposts
14782
14783 2001-11-13 [christoph]  0.6.5claws9
14784
14785         * po/de.po
14786                 Changed two string with the same translation
14787         * src/compose.c
14788         * src/procmsg.[ch]
14789         * src/send.[ch]
14790                 New mailsending process:
14791                   - Always queue message before sending
14792                     (message will be saved if sylpheed crashed or
14793                      freezes while sending)
14794                   - Allow queuing of newspostings
14795                   - No copy in outbox before sending
14796                     (closes bug #469501)
14797                   - No more redundant code for send and send_later
14798         * src/summaryview.c
14799                 Applied wwp <subscript@free.fr>'s patch that fixes
14800                 marks for multiple forwarded messages (+compose.c)
14801
14802 2001-11-12 [alfons]
14803
14804         * README.claws
14805                 remove things that are now in main branch
14806         
14807         * po/nl.po
14808                 update Dutch translation
14809
14810 2001-11-12 [mhadasht]   0.6.5.claws8
14811
14812         * src/prefs_common.c
14813                 re-enabled account autoselection feature for forward
14814                 and reedit lost during the branch point for SYNC-B4-REL
14815         * src/gtkspell.c
14816                 gtkpspell_get_dict(): more readable code (even if function is
14817                 not used yet)
14818         * ChangeLog.claws
14819                 added version number info to 2001-11-12 [hiro] comment.
14820
14821 2001-11-12 [hiro]       0.6.5.claws7
14822
14823         * src/compose.c
14824                 compose_forward(): fixed a bug that forward quote mark
14825                 wasn't used.
14826                 removed unnecessary code.
14827         * src/template_select.[ch]: removed.
14828
14829 2001-11-11 [alfons]
14830
14831         * src/compose.c
14832                 :%s/GTK_TEXT/GTK_STEXT/g
14833         
14834         * src/compose.[ch]
14835         * src/undo.[ch]
14836         * src/Makefile.am
14837                 revert the undo stuff (this is 0.6.6claws stuff)
14838
14839 2001-11-11 [hoa]        0.6.5.claws6
14840
14841         * src/compose.[ch]
14842                 Insert signature at the end of the text.
14843                 Added undo patch but currently disabled
14844
14845         * src/procmsg.c
14846                 Threading by subject improved.
14847
14848         * added src/undo.[ch]
14849                 Undo module for compose dialog box.
14850
14851 2001-11-11 [alfons]     0.6.5.claws5
14852
14853         * src/procmsg.c
14854                 prevent threading by subject on nodes that have already been
14855                 threaded by in-reply-to (as in "circular references in a tree
14856                 result in a dead branch")
14857
14858 2001-11-09 [hoa]        0.6.5.claws4
14859         
14860         * src/folderview.c
14861                 allows creation of mbox folder item from any files.
14862
14863 2001-11-09 [alfons]     0.6.5.claws3
14864         
14865         * src/utils.c
14866         * src/procmsg.c
14867                 do what I mean and correct threading by subject so it really
14868                 ignores attracting lines without "Re: "
14869
14870 2001-11-07 [alfons]     0.6.5.claws2
14871
14872         * src/procmsg.c
14873         * src/utils.[ch]
14874                 only attract by subject if a subject line starts with a "Re: "
14875         * src/syldap.c
14876                 remove warning
14877
14878 2001-11-07 [paul]       0.6.5claws1
14879
14880         * sync with sylpheed 0.6.5. release
14881                 see ChangeLog entry 2001-11-07
14882
14883 2001-11-07 [paul]       0.6.4claws31
14884
14885         * sync with sylpheed 0.6.4cvs18
14886                 see ChangeLog entries 2001-10-30 to 2001-11-07
14887                 prefs_templates.[ch] renamed prefs_template.[ch]
14888
14889 2001-11-06 [alfons]
14890         
14891         * src/utils.h
14892                 add semicolon Hoa forgot ;-)
14893                 
14894
14895 2001-11-06 [hoa]        0.6.4claws30
14896         
14897         * src/procmsg.c
14898         * src/summaryview.c
14899         * src/utils.c
14900         * src/utils.h
14901                 threading by subject - empty subject are ignored
14902
14903 2001-11-06 [christoph]  0.6.4claws29
14904
14905         * src/socket.c
14906                 use SSL_peek for sock_gets
14907         * src/utils.c
14908                 removed unneeded pointer in extracting quoted
14909                 names implementation
14910
14911 2001-11-06 [melvin]     0.6.4claws28
14912
14913         * src/gtkspell.c
14914                 fixed bug #476792 Selection overtyping with spell checker
14915                 fixed bug which could cause a buffer overflow
14916                 fixed a memory leak
14917
14918 2001-11-06 [hoa]        0.6.4claws27
14919         
14920         * src/procmsg.c
14921         * src/summaryview.c
14922                 threading by subject
14923
14924 2001-11-05 [alfons]     0.6.4claws26
14925         
14926         * README.claws
14927                 Claws -> Sylpheed (vice versa)
14928
14929         * src/compose.c
14930                 :%s/gtk_text/gtk_stext/g
14931                 :%s/GTK_TEXT/GTK_STEXT/g
14932                 (thanks to Jonathan Ware for spotting this)
14933
14934 2001-11-04 [christoph]  0.6.4claws25
14935
14936         * src/summaryview.c
14937                 replace Xalloca + strdup with Xstrdup_a
14938         * src/utils.c
14939                 better implementation of extracting quoted names
14940                 from addresses (remove backlashes and ignore
14941                 quotes after them)
14942
14943 2001-11-04 [alfons]     0.6.4claws24
14944
14945         * src/utils.[ch]
14946                 edit to comply more with coding style
14947
14948         * src/textview.c
14949                 fix bug reported by Kim Schulz. introduced by the patch integrated
14950                 in 0.6.4claws15. the code did not check the return value of
14951                 the html parser.
14952
14953         * AUTHORS
14954                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14955
14956 2001-11-04 [christoph]  0.6.4claws23
14957
14958         * src/main.c
14959         * src/prefs_common.[ch]
14960                 init some pointers that possibly caused a segfault
14961                 reported in the claws-users ML
14962
14963 2001-11-04 [hoa]        0.6.4claws22
14964
14965         * src/grouplistdialog.c
14966                 change the names of the nodes in the tree
14967
14968         * src/compose.c
14969                 enhanced mailto syntax as described in
14970                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14971                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14972
14973         * src/utils.c
14974                 encode and decode URI (useful when opening URL into
14975                 netscape).
14976
14977 2001-11-03 [hoa]        0.6.4claws21
14978
14979         * src/grouplistdialog.c
14980                 a new newsgroups list selection dialog box
14981                 with a CTree instead of a CList
14982
14983 2001-11-03 [hoa]        0.6.4claws20
14984
14985         * src/folderview.c
14986                 enable property and scoring options when right
14987                 click on "inbox"
14988
14989         * src/summaryview.c
14990                 fixed bug when nickname were displayed using
14991                 the address book.
14992
14993 2001-11-02 [darko]      0.6.4claws19
14994
14995         * src/compose.c
14996                 new wrap quotation and URL/long words wrapping implementation
14997         * src/compose.c src/gtkstext.[ch]
14998                 move gtkstext_strncmp() to gtkstext.c
14999
15000 2001-11-01 [christoph]  0.6.4claws18
15001
15002         * src/prefs_account.c
15003                 fixed mess in account settings dialog
15004         * src/prefs_folder_item.c
15005                 added label with folder path to dialog
15006
15007 2001-10-31 [match]      0.6.4claws17
15008
15009         * src/vcard.c
15010                 fix memory leak.
15011         * src/addrbook.c
15012                 fix generation of spurious address book file names.
15013                 remove redundant functions.
15014         * po/POTFILES.in
15015                 added missing file names.
15016
15017 2001-10-30 [paul]       0.6.4claws16
15018
15019         * sync with sylpheed 0.6.4cvs6
15020                 see ChangeLog entries 2001-10-26 to 2001-10-30
15021
15022         * tools/filter_conv.pl
15023                 read folderlist.xml to discover whether the top-level
15024                 folder is called 'Mailbox' or 'Mail' 
15025
15026 2001-10-29 [paul]       0.6.4claws15
15027
15028         * src/html.c, src/textview.c
15029                 activate links in html mail and fix clickable parts
15030                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15031
15032 2001-10-29 [paul]
15033
15034         * po/de.po, po/es.po, po/pt_BR/po
15035                 updated translations, submitted by Jens Oberender,
15036                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15037
15038 2001-10-29 [darko]      0.6.4claws14
15039
15040         * src/compose.c
15041                 fix wrapping for good
15042
15043 2001-10-29 [darko]
15044
15045         * src/compose.c
15046                 undo previous change as it broke the smart wrapping
15047
15048 2001-10-29 [darko]      0.6.4claws13
15049
15050         * src/compose.c
15051                 fix infinite loop when long URL is quoted
15052                 (closes bug #475122.
15053
15054 2001-10-28 [match]
15055
15056         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15057                 import Mutt address book
15058         * src/ldif.[ch] src/importldif.h
15059                 modified import LDIF handle user attributes
15060
15061 2001-10-28 [christoph]  0.6.4claws12
15062
15063         * src/summaryview.c
15064                 fixed that filtering did not work if there
15065                 were no filter rules
15066                 (closes bug #472003 and better implementation
15067                  of patch #474644)
15068
15069 2001-10-27 [christoph]  0.6.4claws11
15070
15071         * src/compose.c
15072                 make the folder's default account to be used when
15073                 replying. (patch by wwp <subscript@free.fr>)
15074         * src/compose.c
15075                 code cleanup, nearly killed all of wwp's patch
15076                 for folder's default account in compose
15077         * src/folderview.c
15078                 error panel when a folder could not be created
15079                 (closes bug #471080 new folder name & already
15080                  existing file)
15081
15082 2001-10-26 [alfons]
15083
15084         * src/utils.h
15085                 change prototype of strstr2() that Christoph forgot about
15086
15087 2001-10-26 [christoph]  0.6.4claws10
15088
15089         * src/account.c
15090                 made search for accounts by email address not case
15091                 sensitive
15092         * src/folder.c
15093                 fixed memory leak in folder_item_get_identifier
15094         * src/gtkspell.c
15095         * src/utils.c
15096                 fixed wrong strstr2 (should work like strstr)
15097
15098 2001-10-26 [darko]      0.6.4claws9
15099
15100         * src/compose.c src/gtkstext.[ch]
15101         * src/gtkstext.c
15102                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15103
15104 2001-10-26 [paul]       0.6.4claws8
15105
15106         * src/html.c
15107                 ignore css and javascript tags in html mail
15108                 case-insensitive, with or without double-quoted
15109                 strings
15110
15111 2001-10-26 [paul]       0.6.4claws7
15112
15113         * sync with sylpheed 0.6.4cvs1
15114                 see ChangeLog entry 2001-10-26
15115
15116         * src/prefs_account.c, src/prefs_common.c,
15117           src/prefs_summary_column.c
15118                 minor improvements to the English
15119
15120 2001-10-25 [alfons]     0.6.4claws6
15121
15122         * src/gtkstext.c
15123         
15124                 make GtkSText follow style of GtkText (closes bug 
15125                 #469211 "text selection while writing message")
15126                 
15127                 do sync with GTK 1.2.10
15128
15129 2001-10-25 [paul]       0.6.4claws5
15130
15131         * src/html.c
15132                 ignore css tags in html mail
15133
15134 2001-10-25 [darko]      0.6.4claws4
15135
15136         * src/compose.c
15137                 don't declare is_url_string as static function since
15138                 we need it in gtkstext.c
15139         * src/gtkstext.c
15140                 remove unused variable
15141                 don't wrap long URLs while composing a message
15142
15143 2001-10-24 [christoph]  0.6.4claws3
15144
15145         * src/socket.c
15146                 fix ssl deadlock, when peer closes connection
15147
15148 2001-10-24 [paul]       0.6.4claws2
15149
15150         * src/prefs_common.c
15151                 gettextize the gpg ascii-armored warning message
15152
15153         * src/compose.c
15154                 insert a DOS/MAC file into the composed message
15155                 (improvements)
15156
15157         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15158
15159 2001-10-22 [paul]       0.6.4claws1
15160
15161         * sync with sylpheed 0.6.4 release
15162                 see ChangeLog entries 2001-10-21
15163
15164         * po/fr.po, po/pt_BR.po
15165                 updated by Melvin Hadasht and Fabio Junior Beneditto
15166
15167 2001-10-21 [paul]       0.6.3claws30
15168
15169         * src/compose.c
15170                 insert a DOS text file from the compose window
15171                 into the composed message text (removes CRs characters)
15172                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15173
15174         * tools/filter_conv.pl, tools/README
15175                 automatically use ~/.sylpheed as working directory
15176                 print out confirmation message on completion
15177
15178         * correct Hoa's last ChangeLog.claws entry
15179
15180 2001-10-20 [hoa]        0.6.3claws29
15181
15182         * src/grouplistdialog.c
15183                 bugfix (another ?) to give the right
15184                 newsgroups list for each news server.
15185
15186         * src/news.c
15187         * src/news.h
15188                 improve the newsgroups list cache
15189
15190 2001-10-20 [paul]       0.6.3claws28
15191
15192         * sync with sylpheed 0.6.3cvs9
15193                 see ChangeLog entry 2001-10-19
15194
15195         * correct Alfons' last ChangeLog.claws entry
15196
15197 2001-10-19 [alfons]
15198
15199         * src/pgptext.[ch]
15200                 fix compilation problems (part of bug #472895)
15201
15202 2001-10-18 [hoa]        0.6.3claws27
15203
15204         * src/grouplistdialog.c
15205                 bugfix when we refresh was clicked (bug 472701)
15206
15207 2001-10-19 [christoph]  0.6.3claws26
15208
15209         * src/compose.c
15210                 last header entry should default to "To:" or
15211                 "Newsgroups:" and not copy the last entry line
15212                 in a new compose window
15213                 (closes bug #472686, #470792)
15214
15215 2001-10-19 [paul]       0.6.3claws25
15216
15217         * sync with Sylpheed 0.6.3cvs8
15218                 see ChangeLog entries 2001-10-18 and 2001-10-19
15219
15220 2001-10-18 [christoph]  0.6.3claws24
15221
15222         * src/procmsg.c
15223                 reimplement ignore thread
15224         
15225 2001-10-18 [hoa]        0.6.3claws23
15226
15227         * src/folderview.c
15228         * src/grouplistdialog.[ch]
15229                 enhanced news subscription interface (feature 469113)
15230
15231         * src/news.c
15232         * src/news.h
15233                 enchanced newsgroup listing,
15234                 now, we can get groups informations
15235                 (NNTPGroupInfo)
15236
15237 2001-10-18 [paul]       0.6.3claws22
15238
15239         * src/summaryview.c
15240                 remove comment (sync with main branch)
15241         * src/mainwindow.c
15242                 fix 'Re-edit' bug in 'Message' menu
15243
15244 2001-10-17 [christoph]  0.6.3claws21
15245
15246         * src/compose.c
15247                 ignore empty or whitespace only header lines
15248
15249 2001-10-17 [paul]       0.6.3claws20
15250
15251         * sync with sylpheed 0.6.3cvs7
15252                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15253                 2001-10-17
15254
15255 2001-10-17 [darko]
15256
15257         * src/compose.c
15258                 wrap long lines without spaces
15259                 don't wrap URLs
15260
15261 2001-10-16 [paul]
15262
15263         * po/es.po, po/nl.po, po/pt_BR.po
15264                 updated by Ricardo Mones Lastra, Alfons,
15265                 and Fabio Junior Beneditto
15266
15267         * sylpheed-0.6.3claws released
15268
15269 2001-10-15 [melvin] 0.6.3claws18
15270
15271         * README.claws
15272                 added summary and detailed installation instructions
15273                 for spell checker
15274         * po/fr.po
15275                 Updated, corrected and completed french translation
15276
15277 2001-10-15 [hoa] 0.6.3claws17
15278         * src/grouplistdialog.c
15279                 we can choose the newsgroups to display with wildcards
15280
15281 2001-10-15 [christoph]  0.6.3claws16
15282
15283         * src/account.c
15284         * src/compose.c
15285         * src/prefs_folder_item.[ch]
15286                 applied wwp <subscript@free.fr>'s folder
15287                 default account patch
15288         * po/de.po
15289                 Fixed wrong translation
15290
15291 2001-10-13 [alfons, christoph, melvin]  
15292                         0.6.3claws15
15293
15294         solution #2 to solve MT-safety problems defers all GUI related calls
15295         to the main thread using a gtk_idle_add() callback. discussed on
15296         ircnet #sylpheed, with christoph spotting some issues with the
15297         original code, and melvin allowing us to lobotomize his sylpheed.
15298
15299         * src/syldap.[ch], src/main.c
15300                 fix race problem in ldap search thread by deferring GUI 
15301                 stuff to main thread using gtk_idle_add()
15302
15303 2001-10-13 [paul]       0.6.3claws14
15304
15305         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15306                 add Sergey's smtpcred.patch
15307                 adds separate username/password setting for SMTP Auth
15308                 needed by some servers
15309                 (closes feature request #471659)
15310
15311 2001-10-13 [paul]       0.6.3claws13
15312
15313         * src/pgptext.[ch] **NEW FILES**
15314         * src/Makefile.am, src/messageview.c, src/mimeview.c
15315                 decrypt ascii-armored gpg text embedded in
15316                 the message body.
15317                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15318
15319 2001-10-13 [christoph]  0.6.3claws12
15320
15321         * README.claws
15322                 some more details on default to and
15323                 feature requests
15324         * src/main.c
15325                 init glib threading when ldap is used
15326         * src/syldap.c
15327                 threading fixes
15328         * po/de.po
15329                 fixed a typo
15330
15331 2001-10-12 [paul]       0.6.3claws11
15332
15333         * src/prefs_common.[ch], src/rfc2015.c
15334                 enable ascii-armored gpg text to be embedded in the
15335                 message body, selectable through the 'Privacy'
15336                 preferences. Supports encrypting only.
15337                 Submitted by Ravemax <ravemax@dextrose.com>
15338
15339 2001-10-12 [paul]       0.6.3claws10
15340
15341         * sync with sylpheed 0.6.3cvs6
15342                 see ChangeLog entries 2001-10-11 and 2001-11-12
15343
15344         * src/folderview.c
15345                 incorporated mbox folders, scoring, and folder
15346                 properties into the sync
15347
15348 2001-10-12 [darko]      0.6.3claws9
15349
15350         * README.claws
15351                 describe quotation wrapping
15352         * src/compose.c
15353                 don't treat tab as space to calculate line length properly
15354
15355 2001-10-11 [alfons]
15356
15357         * README.claws
15358                 correct description of how to make new filtering system work,
15359                 add some other things
15360                 
15361         * src/syldap.c
15362                 remove sched_yield() (not necessary / unportable)
15363
15364 2001-10-11 [paul]       0.6.3claws8
15365
15366         * sync with sylpheed 0.6.3cvs3
15367                 see ChangeLog entry 2001-10-10
15368
15369 2001-10-10 [christoph]  0.6.3claws7
15370
15371         * .cvsignore
15372                 ignore 2 files created by newer autotools
15373         * src/prefs_folder_item.c
15374                 using table for widget alignment
15375                 fixed memory leak and broken octal display
15376         * src/filesel.c
15377                 fixed segfault caused by lost filename
15378                 workaround (closes bug #469551)
15379
15380 2001-10-10 [paul]       0.6.3claws6
15381
15382         * sync with sylpheed 0.6.3cvs2
15383                 see ChangeLog entries 2001-10-09 and 2001-10-10
15384
15385 2001-10-10 [darko]      0.6.3.claws5
15386
15387         * src/gtkstext.c
15388                 proper calculation of right margin if smart wrapping is enabled
15389         * src/compose.c
15390                 automatically wrap long lines if wrap quotation is enabled
15391
15392 2001-10-09 [alfons]     0.6.3.claws4
15393
15394         * src/summaryview.c
15395                 select correct row when deleting last row in the summary view (and
15396                 close bug "[ #469104 ] select second last in list when deleting")
15397
15398 2001-10-09 [paul]       0.6.3claws3
15399
15400         * sync with sylpheed 0.6.3cvs1
15401                 updated some autotool scripts
15402
15403 2001-10-09 [darko]      0.6.3claws2
15404
15405         * src/gtkstext.[ch]
15406                 new name and mark with Sylpheed comment
15407         * src/compose.c
15408                 smart quotation wrapping a-la VIM
15409
15410 2001-10-08 [paul]       0.6.3claws1
15411
15412         * sync with sylpheed 0.6.3 release
15413                 see ChangeLog entry 2001-10-08
15414
15415 2001-10-08 [paul]       0.6.2claws24
15416
15417         * src/summaryview.c
15418                 more sync with sylpheed 0.6.2cvs12
15419                 Fixed the bug that didn't select the last row correctly
15420
15421
15422 2001-10-07 [paul]       0.6.2claws23
15423
15424         * sync with sylpheed 0.6.2cvs12
15425                 see ChangeLog entry 2001-10-07
15426
15427 2001-10-06 [match]
15428         * src/jpilot.[ch]
15429                 enable jpilot to read unsynch'ed addresses.
15430
15431         * src/editldap_basedn.c
15432                 fix segfault when opening dialog.
15433
15434 2001-10-06 [alfons]     0.6.2.claws22
15435
15436         * src/summaryview.c
15437                 fix bug with summary view selecting last *inserted*
15438                 node instead of last *visible* node. remember we
15439                 work with a tree
15440
15441 2001-10-06 [paul]       0.6.2claws21
15442
15443         * po/pt_BR.po
15444                 updated translation, contains some fixes and new
15445                 translations, submitted by Gustavo Noronha Silva
15446                 <kov@debian.org>
15447
15448         * src/prefs_common.c
15449                 change 'each' to 'every' - fix dubious English
15450
15451         * sync with sylpheed 0.6.2cvs11
15452
15453 2001-10-05 [alfons]     0.6.2claws20
15454
15455         * src/mainwindow.[ch], src/folderview.c
15456                 make composite tool button switch between "Compose News"
15457                 and "Compose Mail" depending on selected folder
15458                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15459
15460 2001-10-05 [paul]       0.6.2claws19
15461
15462         * src/mainwindow.c, src/summaryview.c
15463                 fix 'Message/Reply to all', broken in last commit
15464
15465         * src/compose.c
15466                 fix X_BEENTHERE seg fault, thanks to Alfons
15467
15468 2001-10-04 [paul]       0.6.2claws18
15469
15470         * src/compose.[ch], src/mainwindow.c
15471                 make "Message/Reply" reply to mailing lists; matches
15472                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15473                 based on portions of the patch submitted by
15474                 Junichi Uekawa <dancer@netfort.gr.jp>
15475
15476 2001-10-04 [darko]      0.6.2claws17
15477
15478         * src/compose.c
15479                 better smart wrapping
15480         * src/gtkstext.[hc]
15481                 a function to make text buffer contiguous
15482
15483 2001-10-03 [paul]       0.6.2claws16
15484
15485         * sync with sylpheed 0.6.2cvs10
15486
15487 2001-10-02 [alfons]
15488
15489         * configure.in
15490         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15491                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15492                 references to chinese translations (hope someone picks up
15493                 this)
15494
15495 2001-10-02 [christoph]  0.6.2claws15
15496
15497         * src/compose.c
15498                 fixed non translated header bug
15499         * ChangeLog.claws
15500                 fixed wrong date in alfons last entry ;)
15501
15502 2001-10-02 [alfons]     0.6.2claws14
15503
15504         * src/compose.c, src/prefs_common.[ch]
15505                 add block cursor option
15506
15507 2001-10-02 [paul]       0.6.2claws13
15508
15509         * sync with sylpheed 0.6.2cvs9
15510
15511 2001-09-30 [paul]       0.6.2claws12
15512
15513         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15514                 updated translations
15515
15516         * po/POTFILES.in
15517                 add 'src/importldif.c'
15518
15519         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15520                 added eudora-to-vCard conversion tool
15521                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15522
15523         * sync with sylpheed 0.6.2cvs8
15524
15525 2001-09-30 [paul]
15526
15527         * sylpheed-0.6.2claws released
15528
15529 2001-09-27 [melvin]     0.6.2claws11
15530
15531         * src/gtkspell.c
15532                 fixed crash when using default path (introduced 
15533                 in 0.6.2claws10)
15534                 fixed tiny bug for initial suggestion mode
15535
15536 2001-09-27 [melvin]     0.6.2claws10
15537         
15538         * src/gtkspell.c
15539                 fixed bug where gtkpspell didn't set the path correctly
15540
15541         * README.claws
15542                 added a paragraph about spell checking
15543                 
15544
15545
15546 2001-09-27 [paul]       0.6.2claws9
15547
15548         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15549                 replace '// comments' with '/* comments */' to prevent
15550                 some compiler warnings 
15551
15552         * sync with sylpheed 0.6.2cvs6
15553
15554 2001-09-26 [alfons]     0.6.2claws8
15555
15556         * src/messageview.c
15557                 introduce return receipt request notification again,
15558                 which was lost because of other semantics in 
15559                 procheader_parse() (???)
15560
15561 2001-09-26 [christoph]  0.6.2claws7
15562
15563         * src/compose.c
15564                 replace comments for old code with #if 0
15565                 readded auto cc, bcc and reply-to
15566         * src/prefs_matcher.c
15567         * src/prefs_scoring.c
15568                 removed some definition (was moved to
15569                 prefs.h)
15570
15571 2001-09-26 [paul]       0.6.2claws6
15572
15573         * src/mainwindow.c
15574                 make 'Follow-up and reply to' sensitive
15575
15576         * more sync with sylpheed 0.6.2cvs5
15577
15578 2001-09-25 [melvin]
15579
15580         * 0.6.2claws5
15581
15582         * src/gtkspell.c
15583                 fixed bug for "US-ASCII" introduced by the encoding code
15584
15585 2001-09-25 [paul]
15586
15587         * 0.6.2claws4
15588
15589         * src/prefs_common.[ch], src/summaryview.c
15590                 'next unread msg' 'go to next folder?' dialog can be
15591                 given default behaviour, either always show dialog,
15592                 or assume 'yes', or assume 'no'
15593                 Submitted by wwp <subscript@free.fr>
15594
15595 2001-09-25 [melvin]
15596                 
15597         * src/compose.c src/gtkspell.[ch]
15598                 added support for different encodings
15599
15600 2001-09-25 [paul]
15601
15602         * more sync with sylpheed 0.6.2cvs5
15603
15604 2001-09-24 [alfons]
15605         
15606         * src/prefs_folder_item.c
15607                 add check for item->prefs->default_to string is NULL and
15608                 add another check when freeing this string
15609
15610 2001-09-24 [paul]
15611
15612         * configure.in
15613                 change to version 0.6.2claws3
15614
15615         * sync with sylpheed 0.6.2cvs5 
15616
15617 2001-09-24 [match]
15618         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15619                 import LDIF files.
15620         * src/addrcache.[ch], addrindex.[ch]
15621                 small update for future
15622         * src/addrbook.c
15623                 fix test XML file.
15624
15625 2001-09-24 [melvin]
15626         * src/gtkspell.[ch]
15627                 added 'Learn from mistakes' option
15628                 better handling of quotes in checked words
15629                 sorted dict list
15630         * po/fr.po
15631                 small update for spell checking stuff
15632
15633 2001-09-23 [alfons]
15634         
15635         * src/gtkspell.c
15636                 edit a little bit so it complies more with main coding style
15637
15638 2001-09-23 [alfons]
15639
15640         * src/folder.[ch], prefs_folder_item.c, compose.c
15641                 migrate "request return receipt" folder property
15642                 to folderlist.xml
15643
15644 2001-09-22 [alfons]
15645
15646         * README.claws **NEW**
15647                 (add things of interest for users of main branch 
15648                 and claws here)
15649
15650         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15651                 re-implement threading per folder option, but store 
15652                 the setting in folderlist.xml (where it belongs)
15653
15654 2001-09-21 [melvin]
15655
15656         * src/gtkspell.[ch]
15657                 fixed bug when compose window is under another window
15658         * src/prefs_common.[ch] src/compose.c
15659                 changed 'dictionary_path' to 'dictionary' to be consistent
15660                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15661         * ac/pspell.m4 src/Makefile.am 
15662                 dropped PSPELL_PATH macro
15663         * po/fr.po
15664                 updated translations
15665
15666 2001-09-21 [christoph]
15667
15668         * src/compose.c
15669                 added border around header fields
15670                 keep header type when new field is added
15671
15672 2001-09-20 [christoph]
15673
15674         * src/utils.[ch]
15675                 more portable debug_print with source filename
15676                 and linenumber
15677         * src/procmsg.c
15678                 more newlines after debug messages
15679
15680 2001-09-20 [paul]
15681
15682         * configure.in
15683                 change to version 0.6.2claws2
15684
15685         * sync with sylpheed 0.6.2cvs3
15686
15687 2001-09-19 [melvin]
15688
15689         * src/gtkspell.c
15690                 fixed the post-right-click focus pb
15691                 fixed crash when 'Spell check all' after dict change 
15692                         and when cursor is at the end of the text
15693                 shift-right-click pops up config menu even on misspelled words.
15694         * po/POTFILES.in
15695                 added gtkspell.c
15696
15697 2001-09-19 [melvin]
15698
15699         * src/about.c
15700                 added pspell to compiled-in features list
15701
15702 2001-09-18 [melvin]
15703
15704         * switched to pspell and dropped ispell
15705         * ac/pspell.m4
15706                 new file. autoconf macro for pspell
15707         * ac/Makefile.am 
15708         * configure.in acconfig.h
15709                 added pspell support
15710         * src/Makefile.am
15711         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15712         * src/prefs_common.[ch] 
15713                 added pspell support
15714
15715 2001-09-18 [christoph]
15716
15717         * src/addr_compl.c
15718         * src/template.[ch]
15719                 replace LOG_MESSAGE with debug_print
15720         * src/compose.[ch]
15721                 gui improvements
15722         * src/menu.c
15723                 added newline after debug message
15724         * src/utils.h
15725                 using __VA_ARGS__ for debug_print macro
15726         * tools/.cvsignore
15727                 ignore Makefile and Makefile.in
15728
15729 2001-09-18 [paul]
15730
15731         * configure.in
15732                 change to version 0.6.2claws1
15733         * sync with sylpheed 0.6.2cvs1
15734
15735         * src/matcher.c 
15736         * src/prefs_matcher.c
15737                 add 'score equal to' option, submitted by
15738                 Paul Evans <nerd@freeuk.com>
15739
15740 2001-09-15 [christoph]
15741
15742         * src/mainwindow.c
15743                 comment out menu entry not existing in claws
15744         * src/menu.c
15745                 add debug output for non existing menu entries
15746         * src/summaryview.c
15747                 fix next/prev unread message for ignored threads
15748         * src/utils.[ch]
15749                 add sourcefile and line number to debug output
15750                 otherwise it is sometimes hard to find the
15751                 source code part if debug messages are translated
15752
15753 2001-09-14 [darko]
15754         
15755         * src/folderview.c
15756                 refresh target folder style after colour is changed
15757
15758 2001-09-13 [paul]
15759
15760         * configure.in
15761                 change to version 0.6.1claws3
15762
15763         * sync with sylpheed 0.6.1cvs6
15764
15765 2001-09-13 [darko]
15766         
15767         * src/folderview.c
15768                 fix target folder colourization to use user selected colour
15769
15770 2001-09-12 [darko]
15771         
15772         * src/summaryview.c
15773                 fix crash when message that is marked for copy/move is unmarked
15774
15775 2001-09-09 [paul]
15776
15777         * configure.in
15778                 change to version 0.6.1claws2
15779
15780         * sync with sylpheed 0.6.1cvs3
15781
15782 2001-09-09 [alfons]
15783         
15784         * src/folderview.c
15785                 fix bug with default font used for trash folder text
15786
15787 2001-09-06 [paul]
15788
15789         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15790                 updated translations
15791
15792         * configure.in
15793                 change to version 0.6.1claws1
15794
15795         * sync with sylpheed 0.6.1cvs2
15796
15797 2001-09-03 [paul]
15798
15799         * po/POTFILES.in
15800                 add Match's new addressbook
15801
15802         * po/de.po
15803                 updated translation submitted by Jens Oberender
15804
15805 2001-09-02 [paul]
15806
15807         * configure.in
15808                 change to 0.6.1claws
15809         * sync with sylpheed 0.6.1 release
15810
15811 2001-09-02 [paul]
15812
15813         * configure.in
15814                 change to 0.6.0claws2
15815
15816         * sync with sylpheed 0.6.0cvs4
15817
15818         * po/pt_BR.po
15819                 updated translation submitted by Fabio Junior Beneditto
15820
15821 2001-09-01 [match]
15822         * pixmaps/
15823                 interface.xpm
15824                 book.xpm
15825                 address.xpm
15826         * src/
15827                 Makefile.am
15828                 a ton of new files
15829
15830 2001-08-31 [paul]
15831
15832         * configure.in
15833                 change to version 0.6.0claws1
15834
15835         * sync with sylpheed 0.6.0cvs1
15836
15837         * po/es.po
15838                 updated translation submitted by Ricardo Mones Lastra
15839
15840         * po/POTFILES.in
15841                 add 'src/prefs_templates.c'
15842
15843         * src/compose.c, src/summaryview.c
15844                 fix segfault on 'Re_edit'               
15845
15846 2001-08-30 [alfons]
15847
15848         * configure.in, Makefile.am
15849         * tools/Makefile.am
15850                 add tools directory to source distribution
15851
15852 2001-08-30 [paul]
15853
15854         * configure.in
15855                 change to version 0.6.0claws
15856
15857         * sync with sylpheed 0.6.0 release
15858
15859 2001-08-30 [christoph]
15860
15861         * configure.in
15862                 removed autoconf version check
15863
15864 2001-08-30 [paul]
15865
15866         * src/account.c, src/compose.c, src/prefs_common.[ch]
15867         * src/procheader.[ch] src/utils.[ch]
15868                 Enhanced automatic account selection on replies
15869                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15870
15871         * configure.in
15872                 add LDAP and JPilot to the configuration results output.
15873
15874 2001-08-29 [christoph]
15875
15876         * src/summeryview.c
15877                 no bold font for ignored threads
15878
15879 2001-08-29 [paul]
15880
15881         * configure.in
15882                 change to version 0.5.3claws6
15883
15884         * sync with sylpheed 0.5.3cvs10
15885                 src/stringtable.[ch]: New Files
15886
15887         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15888         * src/pixmaps/sylpheed.xpm
15889                 add mini-icons to windows (by Alfons)
15890
15891 2001-08-27 [paul]
15892
15893         * src/mainwindow.c
15894                 new functions: next_labeled_cb(), prev_labeled_cb()
15895
15896         * src/summaryview.c
15897                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15898                 summary_select_next_labeled(), summary_select_prev_labeled()
15899
15900         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15901                 give claws blue folders and a blue trash can
15902
15903 2001-08-27 [paul]
15904
15905         * configure.in
15906                 change to version 0.5.3claws5
15907
15908         * sync with sylpheed 0.5.3cvs9
15909                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15910
15911 2001-08-24 [christoph]
15912
15913         * src/filesel.c
15914                 keep filename when browsing directories
15915                 (not working for user entered filename, but
15916                  for default name and selected filename from
15917                  file list)
15918         * src/mainwindow.c
15919                 fixed wrong spelling "Folllow-up"
15920         * src/mbox_folder.c
15921         * src/procmsg.c
15922         * src/summaryview.c
15923                 fixed new/unread message count with ignored
15924                 threads (2 commits, first didn't notice no
15925                 longer needed decreasing)
15926         * src/inc.c
15927                 readded scrolling of progress dialog
15928                 (lost in sync)
15929
15930 2001-08-24 [paul]
15931
15932         * configure.in
15933                 change to 0.5.3claws4
15934
15935         * sync with sylpheed 0.5.3cvs7
15936
15937 2001-08-24 [christoph]
15938
15939         * src/compose.c
15940                 set request return receipt when replying
15941                 if it is set is the folder prefs of the
15942                 message
15943         * src/inc.c
15944                 disable final error popup if popups are
15945                 disabled in config (again)
15946
15947 2001-08-23 [paul]
15948
15949         * configure.in
15950                 Change version number to 0.5.3claws3
15951
15952         * sync with sylpheed 0.5.3cvs5
15953
15954         * src/mimeview.c
15955                 double quote '%s' in 'gedit %s' to fix bug when
15956                 opening attachment with spaces in the name
15957
15958 2001-08-22 [alte]
15959         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15960           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15961                 initial message templates support
15962
15963
15964 2001-08-22 [paul]
15965
15966         * configure.in
15967                 change version number to 0.5.3claws2
15968
15969         * sync with sylpheed 0.5.3cvs4
15970
15971         * src/procmsg.h src/summaryview.c
15972                 re-implement (un)ignore thread
15973
15974 2001-08-21 [paul]
15975
15976         * src/summaryview.c
15977                 remove unnecessary code
15978         * src/compose.c
15979                 enable 'dynamic' signatures (submitted by
15980                 Eric Limpens <eric@hscg-internet.nl>)
15981
15982 2001-08-21 [paul]
15983
15984         clean up after sync with sylpheed 0.5.3 release
15985
15986         * src/folderview.c
15987                 fix re-introduced font mess, see Christoph's
15988                 entry 2001-06-24
15989
15990         * src/summaryview.c
15991                 remove prev_msgnum
15992                 use sylpheed's small font instead of
15993                 gtk default font for summary view
15994
15995
15996 2001-08-17 [paul]
15997
15998         * configure.in
15999                 add pl to ALL_LINGUAS - sync with main branch
16000
16001         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16002                 Updated. Translations by Jens Oberender, Ricardo Mones
16003                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16004
16005         * po/pl.po  ** NEW FILE **
16006                 sync with the main branch
16007
16008         * src/folderview.c
16009                 fix target folder colorizing and refresh problem
16010
16011
16012 2001-08-17 [christoph]
16013
16014         * src/mainwindow.c
16015                 claws uses 4 colors for target folder coloring.
16016                 arrays were not long enough and destroyed the
16017                 stack causing a segfault.
16018                 target folder colorizing does not work anymore
16019                 for me
16020
16021 2001-08-16 [paul]
16022
16023         * configure.in
16024                 change to version 0.5.3claws1
16025
16026         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16027           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16028           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16029
16030                 sync with sylpheed 0.5.3 release, but keep claws method of
16031                 configuring/saving fonts
16032
16033         * src/addressbook.[ch]
16034                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16035                 in line with a similar change in Hiroyuki's branch
16036
16037         * src/mainwindow.[ch]
16038                 disable main_window_set_thread_option()
16039         * src/prefs_folder_item.c
16040                 comment out &tmps_prefs.enable_thread,
16041         * src/mbox_folder.c, src/procmsg.[ch]
16042                 comment out MSG_IS_IGNORE_THREAD
16043         * src/summaryview.c
16044                 comment out summary_ignore_thread() and summary_unignore_thread()
16045                 comment out MSG_IS_IGNORE_THREAD
16046
16047                 use Hiroyuki's threading instead.
16048
16049
16050
16051 2001-08-15 [paul]
16052
16053         * src/account.c
16054                 use Hiroyuki's 0.5.3 column scheme but also
16055                 include the enable/disable button.
16056         * src/pixmaps/mark.xpm
16057                 add Hiroyuki's amended pixmap
16058
16059 2001-08-13 [christoph]
16060
16061         * src/account.c
16062                 receive at get all column showed wrong state for APOP
16063                 button should only work for POP3 and APOP accounts
16064         * src/prefs_account.c
16065                 added missing preprocessor statement for SSL
16066
16067 2001-08-12 [paul]
16068
16069         * src/account.[ch]
16070                 add 'receive at get all' column and enable/disable
16071                 button.
16072
16073 2001-08-06 [christoph]
16074
16075         * src/account.c
16076                 show usage of SSL in protocol column
16077
16078         * src/imap.c
16079         * src/inc.c
16080                 renamed ssl options
16081
16082         * src/prefs_account.[ch]
16083                 moved ssl options to a new page
16084
16085         * src/send.c
16086         * src/smtp.c
16087         * src/ssl.[ch]
16088                 renamed ssl options
16089                 added support for SMTP STARTTLS command
16090
16091 2001-08-05 [christoph]
16092
16093         * configure.in
16094                 debian autoconf needs version check to find
16095                 correct autoconf version. if the file is
16096                 named configure.in 2.13 is used, which does
16097                 not work with this configure.in script.
16098                 other solution would be to rename the script
16099                 to configure.ac as suggested in the autoconf
16100                 manual.
16101
16102         * src/inc.c
16103                 disable final error popup if popups are
16104                 diabled in config
16105
16106         * src/socket.c
16107                 bugfix in ssl_gets
16108                 fixes IMAP over SSL problem
16109
16110 2001-08-03 [paul]
16111
16112         * configure.in
16113                 change to 0.5.2claws1
16114
16115         * sync with sylpheed 0.5.2cvs1
16116
16117 2001-08-02 [alfons]
16118
16119         * configure.in
16120                 quick fix for ispell detection...
16121
16122 2001-08-01 [paul]
16123
16124         * configure.in
16125                 change to 0.5.1claws4
16126
16127         * sync with sylpheed 0.5.1cvs7
16128
16129 2001-07-31 [alfons]
16130
16131         * src/prefs_common.c, src/prefs_common.h, 
16132           src/gtkspell.c, src/gtkspell.h
16133                 add global spelling checker settings (compose tab) +
16134                 selection of dictionary 
16135           
16136         * configure.in  
16137                 guess valid ispell location
16138
16139 2001-07-31 [paul]
16140
16141         * po/POTFILES.in
16142                 removal of 'src/quote_fmt_parse.c'
16143         * po/de.po
16144                 Updated de.po
16145                 (submitted by Jens Oberender <didge@suse.de>)
16146
16147 2001-07-31 [darko]
16148
16149         * src/folder.[ch]
16150         * src/folderview.[ch]
16151         * src/mainwindow.c
16152         * src/mh.c
16153         * src/prefs_common.[ch]
16154         * src/summaryview.c
16155                 target folder colourization
16156
16157 2001-07-30 [paul]
16158
16159         more sync with Sylpheed 0.5.1cvs6 
16160
16161 2001-07-30 [darko]
16162
16163         * src/mh.c
16164         * src/prefs_folder_item.[hc]
16165         * src/summaryview.c
16166                 shared folders support with a GUI
16167
16168 2001-07-29 [paul]
16169
16170         0.5.1claws3
16171
16172         * sync with Sylpheed 0.5.1cvs6
16173
16174 2001-07-29 [paul]
16175
16176         * po/pt_BR.po
16177                 updated
16178                 (submitted by Fabio Junior Beneditto)
16179
16180 2001-07-28 [paul]
16181
16182         * src/procmime.c
16183         * AUTHORS
16184                 patch to correct bad image mime headers
16185                 (submitted by Don Quijote <dq@searchlores.org>)
16186
16187 2001-07-28 [paul]
16188
16189         * tools/gif2xface.pl   **NEW FILE**
16190         * tools/README
16191                 script to convert file.gif to file.xface for
16192                 use in a custom header.
16193                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16194
16195 2001-07-27 [alfons]
16196         
16197         * configure.in
16198                 change macros for detecting JPilot and LDAP
16199
16200 2001-07-27 [christoph]
16201
16202         * src/filtering.c
16203                 code cleanup (MIN / MAX warning, needed casting)
16204
16205 2001-07-27 [alfons]
16206
16207         * procheader.c
16208                 disallow setting flags when detecting certain headers
16209                 (X-Status, Status, Seen, X-Seen). 
16210         
16211         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16212
16213 2001-07-27 [christoph]
16214
16215         * src/prefs_filter.c
16216         * src/prefs_filtering.c
16217         * src/prefs_matcher.c
16218         * src/prefs_scoring.c
16219                 scroll list when moving rows up or down
16220
16221         * src/imap.c
16222         * src/imap.h
16223         * src/prefs_account.c
16224         * src/prefs_account.h
16225         * src/send.c
16226                 SMTP over SSL (untested, feedback requested)
16227                 IMAP over SSL
16228
16229         * src/ssl.c
16230                 code cleanup
16231
16232 2001-07-26 [alfons]
16233         
16234         * configure.in, acconfig.h
16235                 define CLAWS (need this for main / claws detection)
16236
16237 2001-07-25 [alfons]
16238
16239         * configure.in
16240                 Sylpheed 0.5.1claws2
16241                 
16242         * sync with Sylpheed 0.5.1cvs4
16243
16244 2001-07-25 [christoph]
16245
16246         * src/scoring.c
16247                 fixed segfault
16248                 item->prefs == NULL (don't know why)
16249
16250 2001-07-25 [alfons]
16251
16252         * configure.in
16253                 Sylpheed 0.5.1claws1
16254
16255         * sync with Sylpheed 0.5.1cvs1-3
16256
16257 2001-07-24 [christoph]
16258
16259         * src/folderview.c
16260         * src/prefs_folder_item.[ch]
16261                 added folderitem preferences dialog with
16262                 default To: and auto request return receipt
16263
16264         * src/compose.[ch]
16265         * src/menu.[ch]
16266                 changes to handle new folderitem preferences
16267
16268         * src/mainwindow.c
16269         * src/summaryview.c
16270                 call compose new mail with current folderitem
16271
16272 2001-07-24 [alfons]
16273
16274         Release Sylpheed 0.5.1claws
16275
16276         * configure.in
16277                 change to release version 0.5.1claws
16278
16279 2001-07-24 [christoph]
16280
16281         * src/summaryview.c
16282                 fixed segfault that happend when the selected
16283                 message was removed while retrieving new messages.
16284
16285         * po/es.po
16286                 updated translation
16287                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16288
16289 2001-07-22 [alfons]
16290
16291         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16292         this is a work in progress, for more information: http://nlpagan.net/sylman 
16293         
16294         * configure.in, src/mainwindow.c, manual/Makefile.am
16295                 add support for English manual
16296
16297         * AUTHORS
16298                 add authors of user manuals
16299
16300         * manual/en/sylpheed*.html
16301                 add English documentation
16302
16303 2001-07-22 [christoph]
16304
16305         * po/POTFILES.in
16306                 added src/ssl.c
16307         * src/ssl.c
16308                 changed a wrong debug message
16309
16310 2001-07-22 [alfons]
16311
16312         * po/nl.po
16313                 update Dutch translation
16314
16315         * src/prefs_filtering.c, 
16316           src/prefs_matcher.c
16317                 add more translatable strings           
16318
16319 2001-07-21 [alfons]
16320
16321         0.5.0claws7
16322
16323         * configure.in
16324                 change version
16325
16326         * src/inc.c, src/summaryview.[ch]
16327                 prevent update of mark file when filtering has done, by
16328                 using a variable; this affects two functions:
16329                         inc.c::inc_finished()
16330                         summaryview.c::summary_show()
16331
16332 2001-07-20 [alfons]
16333
16334         * src/filtering.[ch], src/prefs_filtering.c, 
16335           src/matcher.[ch]
16336                 add filtering action for label coloring 
16337
16338         * po/POTFILES.in
16339                 add labelcolors.c
16340
16341         * added src/labelcolors.c
16342         * added src/labelcolors.h
16343         * src/Makefile.am, src/summaryview.c
16344                 rearrange label coloring code
16345
16346         * src/procmsg.h
16347                 add more parentheses so label colouring works correctly
16348
16349         * src/filtering.c
16350                 don't really delete message, but move it to Trash
16351
16352         * src/prefs_matcher.c
16353                 add quote options to info dialog
16354
16355 2001-07-20 [christoph]
16356
16357         * src/Makefile.am
16358         * src/inc.c
16359         * src/main.[ch]
16360         * src/socket.h
16361         * src/ssl.[ch] (new)
16362                 moved ssl stuff to a seperate file
16363
16364 2001-07-20 [darko]
16365
16366         * src/summaryview.c
16367                 fix show sender using address book with no e-mail
16368                 address in From: field
16369
16370 2001-07-19 [alfons]
16371
16372         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16373                 fix messy handling of escaping... now at least the
16374                 execute command is useful. escape char is '\', we
16375                 accept \n and \r too. 
16376
16377                 Real life example:
16378                 
16379                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16380                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16381
16382 2001-07-18 [alfons]
16383
16384         0.5.0claws6
16385
16386         * src/summaryview.c
16387                 clean up
16388
16389         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16390           src/procmsg.[ch]
16391                 revise filtering; currently move, copy, marking have
16392                 been tested. if you like bleeding edge stuff, you
16393                 should definitely go for this version :)
16394
16395         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16396
16397 2001-07-17 [christoph]
16398
16399         * src/utils.c
16400                 timestamp log
16401
16402 2001-07-17 [alfons]
16403
16404         0.5.0claws5
16405
16406         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16407           bits in the mark file, without affecting either branch. Lots of
16408           files changed, also in claws branch.
16409
16410           UNTESTED: use of mbox folders
16411
16412         * src/summaryview.c
16413                 added mark all read; however this was a quick hack used for
16414                 cleaning up mess after initial merge with Hiroyuki
16415
16416         * configure.in
16417                 change claws version number back to 0.5.0claws5 to clear up 
16418                 confusion & pretension (recent release was technically 
16419                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16420
16421 2001-07-16 [alfons]
16422
16423         sync with Hiroyuki's 0.5.0cvs4
16424
16425 2001-07-16 [alfons]
16426
16427         0.5.1claws3
16428
16429         * src/filtering.[ch]
16430                 remove invalid updating of mark files for 
16431                 filter actions MATCHING_ACTION_MOVE and 
16432                 MATCHING_ACTION_DELETE; this should fix the
16433                 folder update bug
16434                 
16435         * src/procmsg.c
16436                 revert Christoph's stab at fixing the folder 
16437                 update bug
16438
16439         * po/POTFILES.in
16440                 add missing files with translatable strings
16441
16442         * src/summaryview.c
16443                 remove debug print
16444
16445 2001-07-15 [alfons]
16446
16447         * src/addr_compl.[ch], src/prefs_filtering.c
16448                 make "filtering pref dialog's destination entry" an
16449                 "address completable entry", if filter destination is 
16450                 an email address
16451
16452         0.5.1claws2
16453         
16454         sync with Hiroyuki's 0.5.0cvs2-3
16455
16456 2001-07-15 [christoph]
16457
16458         * src/procmsg.c
16459                 fixed folder stats update after incorporation
16460
16461 2001-07-15 [alfons]
16462
16463         * src/summaryview.c
16464                 * finish label colouring stuff (for now)
16465                 * fix incorrect colour bug (off by one) 
16466
16467 2001-07-14 [alfons]
16468
16469         * src/mainwindow.c
16470                 change text labels for news and mail message so there's
16471                 plenty of toolbar estate left
16472
16473         * configure.in
16474                 0.5.1claws1
16475
16476         * src/folderview.c
16477           src/folder.[ch]
16478                 sync with Hiroyuki's 0.5.0cvs1
16479
16480         * src/summaryview.c
16481                 more rewrite label colouring
16482
16483 2001-07-14 [alfons]
16484
16485         * src/summaryview.[ch]
16486                 * start rewrite label colouring 
16487                 * fix proper location "Add Sender To Addressbook" menu item
16488
16489 2001-07-13
16490
16491         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16492         (actually this is 0.5.0claws4)
16493
16494 2001-07-13 [alfons]
16495
16496         * po/pt_BR.po
16497                 * fix duplicate message
16498                 * add updated Portugese / Brazilian translation
16499                   submitted by Fabio Junior Beneditto
16500
16501 2001-07-12 [alfons]
16502
16503         * AUTHORS
16504                 add Jens
16505
16506         * po/nl.po
16507                 add updated Dutch translation
16508
16509         * po/de.po
16510                 add updated German translation submitted by Jens
16511
16512 2001-07-11 [alfons]
16513
16514         Prerelease before 0.5.0claws. Please test.
16515         This version is temporarily tagged as VERSION_0_5_0_TEST
16516
16517         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16518           src/prefs_scoring.c, src/prefs_matcher.c, 
16519           src/prefs_filtering.c, src/mbox.c, 
16520           src/main.c, src/inc.c, src/filtering.[ch]
16521                 revert new Hoa's new matcher (does not work yet)
16522
16523         * src/Makefile.am
16524                 clean up
16525
16526 2001-07-10
16527
16528         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16529
16530
16531 2001-07-10 [alfons]
16532
16533         * Makefile.am
16534                 add ChangeLog.claws to EXTRA_DIST
16535         * src/Makefile.am
16536                 add matcher_parser_parse.h to EXTRA_DIST
16537
16538 2001-07-10 [christoph]
16539
16540         * src/inc.c
16541                 add destination folder to table of
16542                 folders that need to be updated after
16543                 incorporation
16544
16545 2001-07-10 [alfons]
16546
16547         * folder.[ch]
16548           folderview.c
16549                 make collapse state of folders and folder items persistent, i.e.
16550                 if you collapse a folder tree, the next time sylpheed-claws starts 
16551                 up the folder tree remains collapsed.  
16552                 
16553 2001-07-10 [christoph]
16554
16555         * acconfig.h
16556         * configure.in
16557                 added --enable-ssl
16558         * src/md5.[ch]
16559                 renamed MD5_CTX to MD5_CTX_syl
16560                 conflicts with a struct in openssl
16561         * src/inc.c
16562         * src/main.[ch]
16563         * src/prefs_account.[ch]
16564         * src/socket.[ch]
16565                 SSL support for POP
16566         * src/mainwindow.c
16567                 fixed compose with current account
16568                 broken by new compose button stuff
16569
16570 2001-07-09 [hoa]
16571
16572         * AUTHORS
16573                 changed my email address
16574
16575         * src/matcher_parser_parse.y
16576                 clean the parser to remove conflicts
16577
16578 2001-07-09 [alfons]
16579
16580         * AUTHORS
16581                 add Match Grun
16582
16583         * configure.in
16584                 fix incorrect description of --enable-ldap parameter
16585
16586         * src/prefs_common.[ch]
16587           src/compose.c
16588                 add experimental option "smart wrapping" which makes the
16589                 compose editor auto wrap.
16590                 
16591                 | TODO: the problem with the buggy cursor handling is caused |
16592                 | by the GtkText. when deleting / backspacing text its       |
16593                 | wrapping algorithm does not take in account the previous   |
16594                 | line. should find a way to hack this in.                   |
16595                 | or should perhaps combine this with the word wrapping      |
16596                 | patch i wrote in january.                                  |
16597
16598         * src/about.c
16599                 show build parameters for LDAP and JPilot
16600
16601         * src/summaryview.c
16602                 revert Christoph's bugfix for selecting next unread message, 
16603                 because folder stats aren't updated correctly
16604
16605 2001-07-08 [hoa]
16606
16607         * src/filtering.c
16608         * src/mainwindow.c
16609         * src/matcher.c
16610         * src/matcher_parser_lex.l
16611         * src/matcher_parser_parse.y
16612         * src/prefs_filtering.c
16613         * src/prefs_scoring.c
16614         * src/scoring.c
16615                 bugfix of the config file parser
16616
16617 2001-07-08 [alfons]
16618
16619         * src/Makefile.am
16620                 added generated matcher sources to BUILT_SOURCES
16621
16622 2001-07-08 [hoa]
16623
16624         * src/Makefile.am
16625         * src/.cvsignore
16626                 added new config file parser
16627
16628         * src/scoring.[ch]
16629         * src/filtering.[ch]
16630         * src/matcher.[ch]
16631         * src/prefs_filtering.c
16632         * src/prefs_matcher.c
16633         * src/prefs_scoring.c
16634         * added src/matcher_parser.h
16635         * added src/matcher_parser_lex.h
16636         * added src/matcher_parser_lex.l
16637         * added src/matcher_parser_parse.y
16638                 lex & yacc config file parser
16639
16640         * src/mbox.c
16641         * src/inc.c
16642         * src/main.c
16643                 changes prefs_filtering into global_filtering           
16644
16645         * src/summaryview.c
16646                 build threads with subjects only if "Re: " is at the
16647                 beginning of the subject
16648
16649 2001-07-07 [paul]
16650
16651         0.5.0claws
16652
16653         sync with sylpheed 0.5.0
16654                 change of version number only
16655
16656 2001-07-06 [paul]
16657
16658         0.5.0claws5
16659
16660         sync with sylpheed 0.5.0pre5
16661
16662 2001-07-05 [paul]
16663
16664         sync with sylpheed 0.5.0pre4 release
16665                 /po and /manual/ja not sync'ed
16666
16667 2001-07-04 [paul]
16668
16669         more sync with sylpheed 0.5.0pre4
16670
16671 2001-07-03 [christoph]
16672
16673         * src/addressbook.c
16674                 fixed address book broken by address book
16675                 for VCard, JPilot, LDAP
16676
16677 2001-07-03 [alfons]
16678
16679         * src/matcher.c
16680         * src/textview.c
16681                 stopped memory leaks
16682
16683 2001-07-03 [paul]
16684
16685         more sync with sylpheed 0.5.0pre4
16686
16687 2001-07-02 [match]
16688
16689         * included address book patch for VCard, JPilot, LDAP
16690         * pref_common.c - fixed Font options on Display tab (cosmetic)
16691         * alertpanel.c - fixed truncated message
16692
16693 2001-07-02 [christoph]
16694
16695         * src/mbox_folder.c
16696         * src/procmsg.[ch]
16697         * src/summaryview.c
16698                 mark threads for ignoring
16699
16700 2001-07-02 [paul]
16701
16702         0.5.0claws4
16703
16704         * sync with sylpheed 0.5.0pre4
16705                 updated gettext to 0.10.38.
16706
16707 2001-07-01 [paul]
16708
16709         * src/ mainwindow.c
16710         * src/procmsg.h
16711         * src/summaryview.[ch]
16712                 new right-click option: Label.
16713                 substitute for 'Mark-->Mark/Unmark', colours the line.
16714                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16715
16716 2001-07-01 [christoph]
16717
16718         * src/folderview.c
16719                 fixed font for trash
16720         * src/summaryview.c
16721                 move ctree to unread message
16722
16723 2001-07-01 [paul]
16724
16725         * sync with sylpheed 0.5.0pre3 release
16726
16727 2001-06-30 [alfons]
16728
16729         * src/filesel.[ch]
16730         * src/compose.c
16731                 allow inserting / attaching multiple files in
16732                 the composer window
16733
16734 2001-06-30 [paul]
16735
16736         * src/codeconv.c
16737                 small change to Alfons' previous stuff so that it
16738                 actually makes
16739
16740 2001-06-30 [alfons]
16741
16742         * lots of files changed; first attempt to merge the changes
16743           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16744
16745 2001-06-30 [paul]
16746
16747         * po/pt_BR.po
16748                 updated and completed, translations by Fabio
16749                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16750
16751 2001-06-29 [alfons]
16752
16753         * src/compose.c
16754         * src/mimeproc.[ch]
16755                 allow selecting an attached files' mime type from a 
16756                 list of types.
16757
16758 2001-06-29 [paul]
16759
16760         * more sync with sylpheed 0.5.0pre3
16761
16762 2001-06-29 [paul]
16763
16764         * po/pt_BR.po
16765                 merge with sylpheed.pot and pt_BR.po provided by
16766                 Fabio Junior Beneditto.
16767
16768 2001-06-29 [darko]
16769
16770         * src/procmime.c
16771                 make MIME types case insensitive
16772
16773 2001-06-28 [alfons]
16774
16775         * po/nl.po
16776                 merge with sylpheed.pot and old nl.po; translations added.
16777
16778 2001-06-28 [paul]
16779
16780         * more sync with sylpheed 0.5.0pre3
16781
16782 2001-06-27 [alfons]
16783
16784         * src/summaryview.c
16785                 don't crash when removing parent node of messages
16786                 attracted by subject. this was caused by not deleting
16787                 the parent node from the subject line hash table.
16788
16789 2001-06-27 [alfons]
16790
16791         * src/summaryview.c
16792         * src/compose.[ch]
16793         * src/mainwindow.c
16794                 if there are multiple messages selected, allow forwarding
16795                 them as attachments.
16796
16797 2001-06-27 [paul]
16798
16799         * more sync with sylpheed 0.5.0pre3
16800
16801 2001-06-26 [paul]
16802
16803         0.5.0claws3
16804
16805         * sync with sylpheed 0.5.0pre3
16806
16807 2001-06-25 [paul]
16808
16809         * src/mainwindow.c
16810                 fixed 'compose news article' bug
16811                 from icon-and-text toolbar
16812
16813 2001-06-25 [paul]
16814
16815         * sync with sylpheed 0.5.0pre2 release
16816
16817 2001-06-24 [christoph]
16818
16819         * src/prefs_common.c
16820                 bug fix in font selection
16821         * src/folderview.c
16822                 use sylpheed's normal font instead of
16823                 gtk default font for folders without
16824                 new messages
16825
16826 2001-06-24 [alfons]
16827
16828         * src/mainwindow.[ch]
16829                 added composite compose mail / news button (an idea by Leandro
16830                 Pereira <leandro@linuxmag.com.br>)
16831
16832 2001-06-24 [paul]
16833
16834         Added instructions for ldif-to-xml.py
16835
16836         * tools/README
16837
16838 2001-06-23 [alfons]
16839
16840         Some minor things.
16841
16842         * src/pixmaps/stock_news_compose.xpm
16843                 added pixmap by Leandro
16844         * src/prefs_common.c
16845                 tested built-in spelling checker of GCC 3.0 :)
16846         * po/nl.po
16847                 merged dutch translation of sylpheed-main with
16848                 sylpheed.pot
16849
16850 2001-06-23 [paul]
16851
16852         Added tools directory and files.
16853
16854         * tools/filter_conv.pl
16855                 converts old filter system to new filtering system
16856         * tools/ldif-to-xml.py
16857                 converts netscape addressbook to sylpheed addressbook
16858         * tools/README
16859                 descriptions/instructions for above two files
16860
16861 2001-06-23 [christoph]
16862
16863         * src/inc.c
16864         * src/manage_window.[ch]
16865         * src/prefs_common.[ch]
16866                 mail retrieval dialog can be enabled, disabled
16867                 or hidden if non of sylpheed's windows is active
16868
16869 2001-06-22 [paul]
16870
16871         0.5.0claws2
16872
16873         * sync with sylpheed 0.5.0pre2
16874
16875 2001-06-21 [christoph]
16876
16877         * src/summaryview.c
16878                 show recipient on 'from' for all accounts
16879                 
16880         * src/inc.c
16881         * src/prefs_common.[ch]
16882                 disable error popup on mail receive errors
16883
16884 2001-06-21 [alfons]
16885
16886         * src/compose.c
16887                 made the ruler correctly appear and disappear.
16888
16889         * src/Makefile.am
16890                 removed Hoa's work-in-progress-stuff (interesting!) so 
16891                 claws compiles ok.
16892
16893 2001-06-20 [christoph]
16894
16895         * src/inc.c
16896         * src/progressdialog.c
16897                 added scrolled window for list in progressdialog
16898
16899 2001-06-20 [paul]
16900
16901         sync with sylpheed 0.5.0pre1 release
16902
16903 2001-06-20 [christoph]
16904
16905         * src/summeryview.c
16906                 make building threads by subject work when
16907                 thread view is enabled
16908                 
16909         * src/compose.c
16910         * src/prefs_common.[ch]
16911                 automatically select account for mail replys
16912
16913 2001-06-19 [sergey]
16914
16915         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16916         they are filled in from the account settings.
16917
16918 2001-06-19 [paul]
16919
16920         * more sync with sylpheed 0.5.0pre1
16921
16922 2001-06-18 [alfons]
16923
16924         * src/Makefile.am,
16925           src/procmime.c
16926                 added --sysconfdir to CPPFLAGS for pointing to the correct
16927                 location of mime.types. 
16928
16929                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16930                 or ./configure!
16931
16932 2001-06-18 [hoa]
16933
16934         * src/summaryview.c
16935                 fixed some bug when building threads
16936
16937 2001-06-18 [pau]l
16938
16939         * src/prefs_account.c
16940                 UI stuff: More changes to the English
16941
16942 2001-06-18 [paul]
16943
16944         * src/pixmaps/stock_news_compose.xpm: new file
16945         * src/Makefile.am
16946         * src/mainwindow.c
16947         * src/summaryview.c
16948                 Added new icon for Hoa's 'compose a news
16949                 message', plus minor improvements to the
16950                 English
16951
16952         * po/ja.po
16953         * ChangeLog
16954         * ChangeLog.jp
16955                 more sync with sylpheed 0.5.0pre1
16956
16957 2001-06-18 [hoa]
16958
16959         * src/compose.[ch]
16960         * src/mainwindow.c
16961                 Follow-up and reply to
16962
16963         * src/summaryview.[ch]
16964                 Build threads also with subjects
16965
16966 2001-06-17 [hoa]
16967
16968         * src/compose.c
16969                 forwarding use the current account.
16970
16971         * src/mainwindow.c
16972                 the "compose message" button has been replaced with
16973                 "new mail" and "new news" buttons
16974
16975         * src/prefs_common.[ch]
16976                 added a configuration option to use the forward button
16977                 as "forward as attachment"
16978                 changed reply and forward format description
16979
16980         * src/quote_fmt_lex.l
16981         * src/quote_fmt_parse.y
16982                 added message with no signature in format for reply
16983                 and forward.
16984
16985 2001-06-17 [paul]
16986
16987         Minor UI stuff
16988
16989         * src/mainwindow.c
16990         * src/summaryview.c
16991                 Improvements to the English
16992
16993         * src/prefs_common.c
16994                 Improvements to the English and some
16995                 clarity/continuity improvements in the
16996                 description of Quote symbols.
16997
16998 2001-06-17 [paul]
16999
17000         0.5.0claws1
17001
17002         * sync with sylpheed 0.5.0pre1
17003
17004 2001-06-17 [hoa]
17005
17006         * src/compose.c
17007                 Better interface for compose, displayed fields
17008                 are updated whenever we change account.
17009                 Newsgroups field is automatically filled.
17010
17011         * src/mainwindow.c
17012                 Newsgroups field is automatically filled.
17013
17014         * src/prefs_account.c
17015                 Some interface stuff when fields appear and
17016                 disappear.
17017
17018 2001-06-16 [paul]
17019
17020         0.4.99claws
17021
17022         * sync with sylpheed 0.4.99
17023
17024 2001-06-16 [sergey]
17025
17026         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17027         base64_decoder_free, base64_decoder_decode): new object and
17028         functions for decoding base64 streams.
17029         * src/procmime.c (procmime_decode_content): modified to use the
17030         new base64 decoder.
17031
17032 2001-06-15 [paul]
17033
17034         0.4.99claws10
17035
17036         * sync with sylpheed 0.4.99cvs11
17037
17038 2001-06-13 [paul]
17039
17040         0.4.99claws9
17041
17042         * sync with sylpheed 0.4.99cvs9
17043
17044 2001-06-13 [hoa]
17045
17046         * src/compose.c
17047         * src/prefs_account.c
17048
17049                 SMTP server can be defined in the news account
17050                 mime type of attachment are kept.
17051
17052         * src/summaryview.c
17053
17054                 now choose the highest important score between default
17055                 and important score of folder.
17056
17057 2001-06-09 [alfons]
17058         
17059         * src/prefs_common.c: 
17060
17061                 (prefs_quote_description_create): corrected description of 
17062                 quote format characters
17063
17064 2001-06-09 [paul]
17065
17066         0.4.99claws8
17067
17068         * sync with sylpheed 0.4.99cvs8
17069
17070 2001-06-08 [sergey]
17071
17072         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17073         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17074
17075 2001-06-08 [paul]
17076
17077         0.4.99claws7
17078
17079         * sync with sylpheed 0.4.99cvs7
17080
17081 2001-06-06 [sergey]
17082
17083         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17084         clashes with autogenerated header).
17085         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17086         * src/Makefile.am: added quote_fmt.h.
17087         * src/.cvsignore: added lex/yacc autogenerated files
17088         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17089
17090 2001-06-06 [paul]
17091
17092         0.4.99claws6
17093
17094         * sync with sylpheed 0.4.99cvs6
17095
17096 2001-06-06 [hoa]
17097
17098         * added src/quote_fmt_parse.h
17099         * src/compose.c
17100                 removed warnings
17101
17102         * src/prefs.[ch]
17103                 don't modify readonly configuration files
17104
17105         * src/prefs_account.c
17106         * src/prefs_common.c
17107         * src/prefs_customheader.c
17108         * src/prefs_display_header.c
17109         * src/prefs_filter.c
17110         * src/prefs_filtering.c
17111         * src/prefs_scoring.c
17112                 don't open dialog box when configuration files
17113                 are readonly
17114
17115 2001-06-05 [sergey]
17116
17117         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17118
17119         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17120         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17121         BUILT_SOURCES to make all files rebuild properly.
17122
17123         * src/compose.c: removed #include "quote_fmt.tab.h".
17124
17125         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17126         CHARACTER value in yylval.
17127
17128         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17129         receive CHARACTER value by documented means (yylval).
17130
17131         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17132
17133 2001-06-05 [hoa]
17134
17135         * src/Makefile.am
17136                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17137
17138         * src/filtering.c
17139         * src/matcher.c
17140         * src/matcher.h
17141         * src/prefs_filtering.c
17142                 now keep the configuration for execute action
17143
17144         * src/mbox_folder.c
17145                 fixed a warning
17146
17147 2001-06-05 [paul]
17148
17149         * sync with sylpheed 0.4.99cvs5
17150
17151 2001-06-05 [hoa]
17152
17153         * src/Makefile.am
17154                 added quote_fmt.[ch]
17155
17156         * added src/quote_fmt.y
17157         * added src/quote_fmt.l
17158         * added src/quote_fmt.tab.h
17159         * added src/quote_fmt.tab.c
17160         * added src/lex.quote_fmt.c
17161                 parsing configuration for replying
17162                 and forwarding
17163
17164         * src/prefs_common.[ch]
17165                 added configuration UI for replying
17166                 and forwarding
17167
17168         * src/compose.c
17169                 using configuration for replying
17170                 and forwarding
17171
17172 2001-06-04 [hoa]
17173
17174         * src/filtering.c
17175         * src/matcher.c
17176         * src/matcher.h
17177         * src/prefs_filtering.c
17178         * src/prefs_matcher.c
17179         * src/prefs_matcher.h
17180                 action "run a command" for filtering
17181                 and matching with a command.
17182                 fixed the "whole message" matching
17183
17184         * src/mbox_folder.c
17185                 changed temporary filename for security
17186
17187         * src/messageview.c
17188                 queue the notification if it fails to send.
17189
17190         * src/prefs_common.c
17191         * src/prefs_folder_item.c
17192                 changed the default important score             
17193
17194         * src/prefs_scoring.c
17195         * src/scoring.c
17196                 hide kill score input when the folder is not
17197                 a newsgroup
17198
17199 2001-06-03 [alfons]
17200
17201         * src/prefs_common.c:
17202
17203                 (prefs_font_select): pass font name in font entry box to font
17204                 selection dialog.
17205
17206 2001-06-03 [sergey]
17207
17208         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17209
17210 2001-06-03 [paul]
17211
17212         * sync with sylpheed 0.4.99cvs4
17213
17214 2001-06-03 [alfons]
17215
17216         * src/headerwindow.c:
17217
17218                 (headerwindow_show_cb): use the selected summary view item, not
17219                 the displayed item.
17220
17221 2001-06-02 [alfons]
17222
17223         * src/headerwindow.c:
17224
17225                 (headerwindow_show_cb): always try to show msginfo
17226
17227 2001-06-02 [hoa]
17228
17229         * src/compose.c
17230                 keep attached parts when reediting or forwarding.
17231
17232 2001-06-01 [hoa]
17233
17234         * src/folderview.c
17235         * src/prefs_folder_item.[ch]
17236         * src/prefs_scoring.[ch]
17237         * src/scoring.[ch]
17238         * src/summaryview.[ch]
17239         * src/main.c
17240         * src/mainwindow.c
17241         * src/prefs_common.[ch]
17242                 support for folder scoring
17243                 kill score and important score for messages
17244         
17245         * src/prefs_account.c
17246                 some display bug fixed for local account
17247                 preferences
17248
17249 2001-05-31 [alfons]
17250
17251         * src/summaryview.c:
17252
17253                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17254                 sender to address book menu item is disabled.
17255
17256 2001-05-30 [hoa]
17257
17258         * src/filtering.[ch]
17259         * src/summaryview.c
17260                 handling summary menu / filter messages
17261
17262         * src/folder.[ch]
17263                 add some stuff
17264
17265         * src/foldersel.c
17266                 imap folders now appears in list
17267
17268         * src/mbox_folder.c
17269                 doesn't crash if destination mail is not writeable
17270
17271 2001-05-29 [hoa]
17272
17273         * src/compose.c
17274                 removed some warnings
17275
17276         * src/filtering.c
17277         * src/folder.[ch]
17278         * src/prefs_filtering.c
17279                 global string to identify any folders           
17280                 removed some debug info
17281                 filtering to mbox folders is now possible
17282
17283         * src/mainwindow.c
17284                 removed some warnings
17285
17286         * src/mbox_folder.c
17287                 permission on files are changed to read/write for user only,
17288                 nothing for other.
17289                 creation of subfolder is handled better.
17290
17291 2001-05-28 [alfons]
17292
17293         Verified the sync for src/prefs_common.[ch] and
17294         src/prefs_account.[ch]. I believe there were some
17295         minor indentation differences.
17296
17297 2001-05-28 [paul]
17298
17299         0.4.99claws3
17300
17301         * sync with 0.4.99cvs3
17302
17303 2001-05-28 [hoa]
17304
17305         * src/compose.c
17306                 handling flags for mbox format
17307
17308         * src/filtering.c
17309                 use of mark file only for MH format
17310                 handling flags for mbox format
17311                 filtering cannot yet move or copy mails to mbox folders.
17312
17313         * src/folder.[ch]
17314                 changed move_msg, copy_msg,
17315                 move_msgs_with_dest, copy_msgs_with_dest functions
17316                 uses only folder->copy_msg() function
17317                 uses folder->finished_copy() to handle the destination
17318                 folder at the end of the copy or move operation.
17319
17320         * src/foldersel.c
17321                 included mbox directories.
17322
17323         * src/folderview.[ch]
17324         * src/mainwindow.c
17325                 handle folders operation for mbox format
17326
17327         * src/mbox.c
17328                 disable conversion of "From " header
17329
17330         * src/mbox_folder.[ch]
17331                 completion of mbox format handling
17332
17333         * src/mh.c
17334                 changed mh_copy_msg() function and
17335                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17336                 mh_copy_msgs_with_dest()
17337
17338         * src/prefs_filtering.c
17339                 removed some warnings
17340
17341         * src/prefs_matcher.c
17342                 default boolean operation is AND
17343
17344         * src/procheader.c
17345                 handling flags for mbox format
17346                 handling of "From " header
17347
17348         * src/procmsg.[ch]
17349                 removed data field
17350                 added MSG_REALLY_DELETED flags to handle deletion of
17351                 messages in mbox format.
17352
17353         * src/summaryview.c
17354                 handling flags for mbox format
17355                 disable the MSG_DELETED flags when messages
17356                 are deleted in mbox format
17357
17358         * src/textview.c
17359                 "From " headers display fixed.
17360
17361 2001-05-27 [alfons]
17362
17363         * src/textview.c:
17364                 
17365                 (get_email_part): skip quoted email addresses, like in e.g.
17366                 "'alfons@proteus.demon.nl'".
17367
17368 2001-05-26 [alfons]
17369
17370         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17371         and fixing the persistence troubles when using separate windows.
17372
17373         * src/mainwindow.c:
17374         
17375             Added #define SEPARATE_ACTION used in the gtk item factory for 
17376             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17377                 use gtk_item_factory_get_widget_by_action() to get the items.
17378                 
17379             Removed separate_widget_cb from the gtk item factory data   
17380           
17381             (mainwindow_create): connect separate_widget_cb() to check
17382             menu item "toggled" signal. also passing a MainWindow pointer
17383                 as object data for both check menu items.
17384                 
17385             (separate_widget_cb): definition of separate_widget_cb() to match
17386             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17387                 window using gtk_object_get_data(). The type of window separation 
17388                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17389         
17390         * src/prefs_filtering.c,
17391           src/prefs_matcher.c: added horizontal scrollbars
17392
17393 2001-05-25 [darko]
17394
17395         * src/headerview.c
17396                 fix segfault with invalid bold font
17397         * src/summaryview.c
17398                 correctly display summary stats after row is marked
17399
17400 2001-05-23 [sergey]
17401
17402         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17403         encodings with libjconv.
17404
17405 2001-05-23 [hoa]
17406
17407         * src/Makefile.am
17408                 added mbox_folder.[ch]
17409         * src/defs.h
17410                 mbox temporary folder
17411         * src/folder.[ch]
17412         * added src/mbox_folder.[ch]
17413         * src/folderview.c
17414         * src/procheader.[ch]
17415                 added mbox support
17416         * src/mbox.c
17417                 bugfix for file incorporation filtering
17418         * src/imap.c
17419                 enable creation of MBOX
17420         * src/prefs_display_header.c
17421                 enable use of headers like "From "
17422                 something that should be fixed :
17423                         displaying of such headers add an extra space
17424         * src/prefs_folder_item.c
17425                 don't create folders because it is not necessary
17426         * src/procmsg.h
17427                 added data field to MsgInfo for mbox internal use
17428         * src/summaryview.c
17429                 added some support for mbox
17430         * src/utils.[ch]
17431                 added get_mbox_cache_dir() function
17432
17433 2001-05-23 [hiroyuki]
17434
17435         * src/headerwindow.c
17436           src/inc.c
17437           src/main.c
17438           src/mh.c
17439           src/nntp.c
17440           src/procmsg.h
17441           src/session.h
17442           src/socket.[ch]
17443           src/summaryview.c
17444           src/textview.c
17445           src/automaton.c
17446           src/folderview.c: more sync with 0.4.99cvs2.
17447
17448         * src/headerwindow.c: reverted.
17449
17450 2001-05-22 [paul]
17451
17452         0.4.99claws2
17453
17454         * sync with sylpheed 0.4.99cvs2
17455                 * src/news.[ch]
17456                 * src/nntp.[ch]
17457                 * INSTALL
17458                 * INSTALL.jp
17459
17460 2001-05-22 [alfons]
17461
17462         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17463
17464 2001-05-21 [alfons]
17465
17466         Minor things:
17467
17468         * configure.in: if gnome-config not found, "no" is displayed
17469         
17470         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17471
17472         * src/textview.c: now also possible to add mail addresses by right
17473           clicking in the text view
17474
17475         * src/codeconv.c: merged patch which fixes endless loop when encountering
17476           invalid wide characters; from Alte <010@imis.ru>  
17477
17478 2001-05-20 [alfons]
17479
17480         Added installation of gnome specific things:
17481
17482         * Makefile.am: gnome conditional
17483
17484         * configure.in: check for installed gnome
17485
17486         * added sylpheed.png, sylpheed.desktop
17487
17488 2001-05-20 [sergey]
17489
17490         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17491
17492         * src/mainwindow.h (main_window_toolbar_create): created a button
17493         for "Reply to all".
17494         (main_window_set_toolbar_sensitive): enable/disable the new button
17495         appropriately.
17496         (toolbar_reply_to_author_cb): handle the new button.
17497
17498         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17499         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17500         failure).
17501
17502 2001-05-19 [sergey]
17503
17504         * src/compose.h (ComposeReplyMode): new modes
17505         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17506         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17507
17508         * src/compose.c
17509         (compose_send): move some code into a new function:
17510         (compose_current_mail_account): new function.
17511         (compose_reply): new argument to_author, all callers changed; if
17512         to_author==TRUE and account->protocol==A_NNTP, find and use an
17513         appropriate mail account for replying.
17514         (compose_reply_set_entry): new argument to_author; ignore
17515         compose->replyto if to_author==TRUE.
17516
17517         * src/mainwindow.c: new command "Message/Reply to author".
17518         (main_window_set_menu_sensitive): enable/disable it.
17519         (reply_cb): handle it.
17520
17521         * src/summaryview.c: new command "Reply to author".
17522         (summary_set_menu_sensitive): enable/disable it.
17523         (summary_reply_cb): handle it.
17524
17525         * src/account.c (account_find_mail_from_address): new function.
17526
17527 2001-05-18 [paul]
17528
17529         0.4.99claws1
17530
17531         * sync with sylpheed 0.4.99cvs1
17532
17533 2001-05-18 [hoa]
17534
17535         * src/compose.[ch]
17536         * src/filtering.c
17537         * src/summaryview.c
17538                 new filtering action : forward and forward as attachment
17539
17540         * src/main.c
17541                 no need for $DISPLAY when we run sylpheed --help
17542                 call to parse_cmd_opt() is moved
17543
17544         * src/mainwindow.[ch]
17545                 execute button is hidden when immediate execute
17546                 is chosen
17547
17548         * src/mh.c
17549         * src/news.c
17550         * src/prefs_folder_item.c
17551         * src/procmsg.c
17552                 better handling of missing directories
17553
17554         * src/summaryview.c
17555                 reedit is enabled in outbox
17556                 reedit is enabled in queue
17557
17558 2001-05-17 [hoa]
17559
17560         * src/filtering.c
17561         * src/matcher.[ch]
17562         * src/prefs_filtering.c
17563                 changed attachement into attachment
17564
17565 2001-05-17 [alfons]
17566
17567         0.4.67claws4    
17568
17569         * sync with sylpheed 0.4.67cvs9
17570         * sync with sylpheed 0.4.67cvs7-8
17571
17572 2001-05-17 [hoa]
17573
17574         * src/Makefile.am
17575                 added prefs_filtering.c
17576
17577         * src/filtering.[ch]
17578         * src/matcher.[ch]
17579                 removed action : forward_news and forward_news_as_attachement
17580                 (forward and forward_as_attachement can be used instead)
17581
17582         * src/mainwindow.c
17583                 added menu option to access filtering configuration
17584
17585         * src/prefs_account.c
17586                 changed mail_command default to /usr/sbin/sendmail
17587
17588         * added src/prefs_filtering.[ch]
17589                 dialog box for filtering configuration
17590
17591         * src/prefs_matcher.c
17592                 added function prefs_matcher_get_criteria_from_matching()
17593
17594         * src/prefs_scoring.c
17595                 reset the dialog when register or substitute is clicked
17596
17597 2001-05-15 [hoa]
17598
17599         * src/Makefile.am
17600                 added filtering.[ch]
17601         * src/inc.c
17602                 using filering.[ch] instead of filter.[ch]
17603         * src/main.c
17604                 reading new filtering configuration
17605         * src/matcher.[ch]
17606                 added some filtering actions
17607                 and fixed a bug for headers and mail body matching
17608         * src/mbox.c
17609                 using filering.[ch] instead of filter.[ch]
17610         * src/mh.c
17611                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17612         * src/summaryview.c
17613                 some fixes for filtering
17614
17615 2001-05-14 [hiroyuki]
17616
17617         * src/send.c: fixed some weird indentations.
17618           send_message_with_command(): call pclose() only if p != NULL.
17619         * src/textview.c: get_email_part(): modified the code for readability.
17620
17621 2001-05-14 [hiroyuki]
17622
17623         * src/md5global.h
17624           src/md5ify.c
17625           src/md5ify.h: removed from the cvs.
17626
17627 2001-05-13 [sergey]
17628
17629         * src/main.c: include rfc2015.h to avoid compiler warnings.
17630         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17631         the panel is already on screen.
17632         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17633         closing the alert window by ESC as "No".
17634         * src/prefs_common.c (prefs_interface_create): moved return
17635         receipt check button to the correct place.
17636
17637 2001-03-13 [alfons]
17638
17639         * src/prefs_common.c: 
17640                 moved return receipt check button to the Send tab. (prefs_send_create)
17641                 removed the date format ui related globals. (prefs_display_create)
17642
17643         0.4.67claws3
17644         
17645         * sync with sylpheed 0.4.67cvs5-6
17646
17647 2001-05-13 [paul]
17648
17649         * added Alfons' font selection patch
17650
17651         * src/defs.h
17652         * src/headerwindow.c
17653         * src/prefs_common.c
17654         * src/prefs_common.h
17655
17656 2001-05-13 [hoa]
17657         * src/defs.h
17658                 changed version of cache
17659         * src/matcher.[ch]
17660         * src/prefs_matcher.c
17661                 added additionnal matching criteria
17662         * src/procheader.c
17663         * src/procmsg.[ch]
17664         * src/news.c
17665                 added references in MsgInfo
17666
17667 2001-05-12 [hoa]
17668
17669         * src/defs.h
17670                 prepared some things for new filtering
17671         * src/matcher.[ch]
17672                 added some matching properties
17673                 inreplyto need to be enhanced
17674                 prepared some things for new filtering
17675         * src/messageview.c
17676                 added Return-Receipt-To handling
17677         * src/prefs_folder_item.c
17678                 changed default value to TRUE
17679         * src/prefs_matcher.c
17680                 added some matching properties
17681         * src/prefs_scoring.[ch]
17682                 the scoring dialog is finished
17683         * src/procheader.c
17684                 added Return-Receipt-To handling
17685                 Reference need to be added
17686         * src/procmsg.[ch]
17687                 added Return-Receipt-To handling
17688                 added threadscore to get a better score sorting when
17689                 threads are enabled
17690         * src/summaryview.c
17691                 suppressed a bug when we sort the list
17692                 when no folder is opened.
17693                 better score sorting when threads are enabled
17694
17695 2001-05-12 [alfons]
17696
17697         * reverted previous patch because of potential errors 
17698
17699         0.4.67claws2
17700         
17701         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17702                 applied "toggle mail-retrieval dialog window" patch submitted 
17703                 by Eric Limpens <eric@qnt.net>
17704
17705         * sync with sylpheed 0.4.67cvs4
17706
17707 2001-05-12 [sergey]
17708
17709         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17710         some picky compilers.
17711         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17712         * src/grouplist_dialog.c: include alertpanel.h.
17713         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17714         fix compile warning.
17715         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17716         #include "defs.h" before others to prevent the warning of `MIN'
17717         and `MAX' redefinition.
17718
17719 2001-05-11 [hoa]
17720
17721         * src/main.c
17722         * src/messageview.c
17723         * src/prefs_account.c
17724         * src/prefs_display_header.c
17725                 removed warning
17726         * src/Makefile.am
17727                 added prefs_scoring.[ch]
17728         * src/grouplist_dialog.c
17729                 display an error dialog box if the group list
17730                 cannot be fetched.
17731         * src/mainwindow.[ch]
17732                 added main_window_set_thread_option() function
17733                 scoring dialog box enabled
17734         * src/matcher.[ch]
17735                 added flags matching unread /new / marked
17736                 / deleted / replied / forwarded
17737         * src/news.c
17738                 newsgroups are now finally in newscache
17739         * src/prefs_matcher.[ch]
17740                 finished preferences for matching dialog
17741         * added src/prefs_scoring.[ch]
17742                 scoring dialog box completed
17743         * src/scoring.[ch]
17744                 conversion to string : added scoringprop_to_string()
17745                 write config for preferences :
17746                 added prefs_scoring_write_config()
17747         * src/summaryview.c
17748                 threads can be enabled/disabled independently
17749                 for each folder
17750
17751 2001-05-10 [alfons]
17752
17753         0.4.67claws1
17754         
17755         * AUTHORS: 
17756                 thought it would be nice to have a list of all
17757                 contributors (used Changelog as a reference)
17758         
17759         * configure.in: 
17760                 messed up version numbering...
17761
17762         0.4.66claws1
17763
17764         * sync with sylpheed 0.4.67cvs1-3
17765
17766 2001-05-10 [darko]
17767
17768         * src/prefs_common.c:
17769                 better UI for strftime format, double clicking
17770                 on format now inserts the format in text entry
17771                 replaced close button with standard OK/Cancel
17772                 moved date format button to the right of the
17773                 text entry field
17774
17775 2001-05-09 [alfons]
17776
17777         * src/gtkstext.c:
17778                 Ctrl-Home / Ctrl-End have proper cursor navigation
17779
17780 2001-05-09 [hoa]
17781
17782         * src/prefs_matcher.c
17783                 finished UI to define matching properties
17784                 added ok and cancel button
17785         * src/prefs_filter.c
17786                 added ok and cancel button
17787         * src/news.c
17788                 fixed some bug in xhdr parsing
17789
17790 2001-05-08 [alfons]
17791
17792         * src/textview.c: 
17793                 fixed a bug in textview_show_header(), which displayed two colons (':');
17794                 cleaned up some warnings
17795
17796 2001-05-08 [hoa]
17797
17798         * src/Makefile.am
17799                 added prefs_matcher.[ch]
17800                 compilation with -W -Wall
17801         * src/alertpanel.c
17802                 ungrab the mouse events if grabbed - does it
17803                 fix the bug for disposition notification ?
17804         * src/mainwindow.c
17805                 added a menu option to open the matching dialog.
17806         * src/matcher.[ch]
17807                 added matcherprop_to_string() and matcherlist_to_string()
17808                 fixed some bugs, changed the name of some options
17809                 age_sup and age_inf becomes age_greater and age_lower,
17810                 body and messageheaders becomes body_part and headers_part,
17811                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17812         * src/prefs_display_header.c
17813         * src/prefs_headers.c
17814                 fixed a bug that accidentally destroyed dialogs
17815                 when closed them with delete_event
17816                 Added *_deleted() which handle delete_event signal correctly.
17817         * src/prefs_folder_item.[ch]
17818                 added "enable_thread" field for future customization
17819         * added src/prefs_matcher.[ch]
17820                 sample of the UI to define matching properties
17821         * src/procheader.c
17822                 using procheader_headername_equal instead of str*cmp functions
17823                 using procheader_parse_header() function
17824         * src/scoring.c
17825                 using MATCHING_XXX instead of SCORING_XXX
17826         * src/summaryview.c
17827                 display the sender of the news even if this is ourself
17828                 when this is a news message.
17829         * src/textview.c
17830                 using headername_equal() instead of str*cmp functions
17831
17832 2001-05-08 [alfons]
17833
17834         0.4.66claws
17835
17836         * sync with sylpheed 0.4.66
17837         * src/gtkstext.c: trace logs added 
17838
17839 2001-05-08 [sergey]
17840
17841         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17842         signature check popup.
17843         * src/rfc2015.c (check_signature): show signature check popup only
17844         if it is enabled in preferences.
17845
17846 2001-05-07 [alfons]
17847
17848         0.4.66claws4
17849         
17850         * sync with sylpheed 0.4.66cvs6
17851
17852 2001-05-07 [darko]
17853
17854         * src/prefs_common.[ch]: added option to enable/disable
17855           looking up sender name in address book for summary pane
17856         * src/summaryview.c: look up sender in the address book
17857           by using Alfons' address completion code
17858
17859 2001-05-07 [hiroyuki]
17860
17861         * src/inc.h
17862           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17863           member of Pop3State.
17864         * src/news.c: brought #include "defs.h" before #include <glib.h>
17865           to prevent the warning of `MIN' and `MAX' redefinition.
17866
17867 2001-05-06 [hoa]
17868
17869         * removed src/headers_display.[ch]
17870         * removed src/prefs_display_headers.[ch]
17871         * src/inc.c
17872                 use a temporary file in the user directory for mbox import
17873         * src/news.c
17874                 added XHDR support to get "To" and "Cc" headers
17875                 (in order to match news with to or cc field for
17876                 scoring)
17877                 added function news_parse_xhdr() to get XHDR response
17878         * src/nntp.[ch]
17879                 added function nntp_xhdr()
17880         * src/matcher.c
17881                 fetch the message if necessary
17882
17883 2001-05-06 [alfons]
17884
17885         0.4.66claws3
17886
17887         * sync with sylpheed 0.4.66cvs3-5
17888
17889 2001-05-06 [hoa]
17890
17891         * src/utils.[ch]
17892                 added function itos_buf() to enable use of several buffers
17893         * src/summaryview.c
17894                 use of itos_buf() instead of itos() in summary list
17895                 to fix the broken display of message number.
17896
17897 2001-05-06 [alfons]
17898
17899         * src/gtkstext.c: bug in cursor up navigation fixed,
17900                 fixed another unsigned / signed comparison (we're getting there :-)
17901
17902 2001-05-06 [hoa]
17903
17904         * src/Makefile.am
17905                 added scoring.c scoring.h
17906                 prefs_folder_item.c prefs_folder_item.h
17907                 matcher.c matcher.h
17908         * src/defs.h
17909                 added FOLDERITEM_RC SCORING_RC
17910         * src/folder.[ch]
17911                 added prefs field in FolderItem :
17912                 properties for each folder (PrefsFolderItem),
17913                 sorting type and mode were added as the first properties.
17914         * src/main.c
17915                 read config for scoring
17916         * added src/matcher.[ch]
17917                 gives functions to parse configuration file to do
17918                 matching on mails with a list of conditions.
17919         * src/mainwindow.c
17920                 add option to sort by score
17921         * src/prefs_common.[ch]
17922                 added preference option to show score and for
17923                 the score column size
17924         * added src/prefs_folder_item.[ch]
17925                 properties for each folder (PrefsFolderItem),
17926                 sorting type and mode were added as the first properties.
17927         * src/procheader.[ch]
17928                 added procheader_parse_header()
17929                 added procheader_header_free()
17930                 added procheader_headername_equal()
17931                 and made modification to use them.
17932         * src/procmsg.[ch]
17933                 added score field to MsgInfo structure
17934         * added src/scoring.[ch]
17935                 gives functions to parse configuration file to do
17936                 scoring on mails with a list of conditions.
17937         * src/summaryview.[ch]
17938                 save the sorting type and mode for the folder
17939                 added column to display the score of the mail
17940                 added function summary_score_clicked()
17941                 sorting type and mode are restored to the folder
17942                 when it is reopen
17943         * src/textview.c
17944                 use procheader_parse_header(), procheader_headername_equal()
17945                 removed memory leak in text_scan_header when freeing headers
17946         * src/filter.c
17947                 changed the function to match names of headers
17948                 using procheader_headername_equal()
17949
17950         Scoring functions are implemented, an interface is needed
17951         to configure that.
17952
17953 2001-05-04 [alfons]
17954
17955         * src/gtkstext.c: 
17956                 hopefully fixed the row up navigation bug,
17957                 removed adding back / forward lines to cache
17958
17959 2001-05-04 [sergey]
17960
17961         * src/prefs_display_headers.c: user interface changes:
17962         (prefs_display_headers_create): remove unused "Show" check button;
17963         allow reordering of headers by dragging.
17964         (prefs_display_headers_write_config): remove unused variables.
17965         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17966         of lists (not needed with the new UI).
17967         (prefs_display_headers_set_list): scan lists starting from row 0,
17968         not 1 (do not skip "(New)").
17969         (prefs_display_headers_find_header): new function.
17970         (prefs_display_headers_clist_set_row): do not allow duplicates.
17971         (prefs_display_headers_delete_cb): do not skip row 0; treat
17972         closing the alert window by ESC as "No".
17973         (prefs_display_headers_up): do not protect row 0.
17974         (prefs_display_headers_down): do not protect row 0.
17975
17976 2001-05-04 [sergey]
17977
17978         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17979         functions.
17980
17981         * src/summaryview.c
17982         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17983         summary_select_next_marked, summary_select_prev_marked): new
17984         functions.
17985
17986 2001-05-03 [sergey]
17987
17988         * src/news.c: fixed a bug when no article can be fetched after
17989         server timeout if the connection was restored by news_post():
17990         (news_select_group): new function.
17991         (news_fetch_msg): call news_select_group() before fetching
17992         article.
17993         (news_get_uncached_articles): set session->group after successful
17994         GROUP command.
17995
17996 2001-05-03 [hoa]
17997
17998         * src/defs.h
17999         * src/procmsg.[ch]
18000         * src/procheader.c
18001                  changed version of cache, added cc field
18002
18003         * src/prefs_display_headers.c
18004                 the interface was changed
18005
18006         * src/prefs_headers.c
18007                 added cancel button
18008
18009 2001-05-03 [alfons]
18010
18011         * completed sync of sylpheed cvs2
18012         * src/gtkstext.c: updated row up / down cursor navigation
18013         * src/textview.c: re-edited, prepared for fixing the email address
18014                 scanner.
18015
18016 2001-05-03 [darko]
18017
18018         * src/prefs_common.c: use alfons' strftime ui code
18019         entry_datefmt and datefmt_sample widgets have to be
18020         global in this module because of this change
18021
18022 2001-05-03 [hoa]
18023
18024         * src/messageview.c
18025         * src/prefs_common.[ch] added option to activate the return receipt
18026                 feature.
18027
18028 2001-05-02 [alfons]
18029
18030         * src/gtkstext.c: fix for row up/down cursor navigation. 
18031
18032         0.4.66claws2
18033         
18034         * sync with 0.4.66cvs2
18035
18036 2001-05-02 [paul]
18037
18038         added add-sender-to-addressbook patch
18039
18040         * src/addressbook.c
18041         * src/addressbook.h
18042         * src/summaryview.c
18043
18044 2001-05-02 [sergey]
18045
18046         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18047         G_ALERTDISABLE.
18048
18049         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18050         all existing callers changed to pass FALSE; create a check button
18051         to disable the message.
18052         (alertpanel_message_with_disable): new function.
18053         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18054         (alertpanel_button_toggled): new function.
18055         (alertpanel_button_clicked, alertpanel_close): set value using
18056         G_ALERT_VALUE_MASK.
18057
18058         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18059
18060         * src/prefs_common.c (prefs_privacy_create): new check button
18061         checkbtn_gpgme_warning.
18062
18063         * src/main.c (main): moved preferences reading before gpgme
18064         initialization; check prefs_common.gpgme_warning before giving the
18065         GnuPG warning and set it to FALSE if the user wants to disable the
18066         warning.
18067
18068 2001-05-02 [hiroyuki]
18069
18070         * src/prefs_display_headers.c: modified the layout and some labels.
18071
18072 2001-05-02 [sergey]
18073
18074         * src/prefs_account.c (prefs_account_fix_size): new function.
18075         (prefs_account_create): call prefs_account_fix_size(); use
18076         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18077         size when the window is shown for the first time).
18078         (prefs_account_basic_create): changed layout of serv_table; moved
18079         localmbox_entry above smtpserv_entry (logically it replaces
18080         POP3/IMAP server).
18081         (prefs_account_protocol_activated): set sensitivity of
18082         nntpauth_chkbtn according to the protocol (in addition to
18083         hide/show); commented out gtk_table_set_row_spacing() calls.
18084         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18085         not sensitive (fixes a bug with disabled username/password boxes
18086         when editing POP3 account after NNTP with authentication).
18087
18088 2001-05-02 [hoa]
18089
18090         * src/account.c
18091         * src/inc.c
18092         * src/prefs_account.[ch]
18093         * src/send.c
18094                 removed local account without SMTP server
18095                 added option to use mail command instead of a connexion
18096                 to SMTP server when a local account is used
18097         * src/prefs_headers.c
18098                 fixed a bug
18099         * src/news.c
18100                 fixed a bug when connexion immediately closed
18101
18102 2001-05-01 [alfons]
18103
18104         0.4.66claws1
18105         
18106         * sync with 0.4.65
18107
18108 2001-05-01 [sergey]
18109
18110         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18111         widget nntpauth_chkbtn.
18112         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18113         visibility.
18114         (prefs_account_nntpauth_toggled): new function.
18115
18116         * src/news.c (news_session_new_for_folder): use NNTP
18117         authentication only if ac->use_nntp_auth is set.
18118
18119 2001-05-01 [hoa]
18120
18121         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18122         * src/prefs_display_headers.c changed the UI
18123         * src/prefs_headers.c changed account_name to account_id
18124         * src/compose.c using customheader.h
18125
18126 2001-05-01 [hiroyuki]
18127
18128         * src/esmtp.c
18129           src/news.c
18130           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18131           unsynched.
18132
18133 2001-05-01 [hoa]
18134
18135         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18136         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18137                 for displaying of headers
18138         * src/grouplist_dialog.[ch] minor changes to remove warnings
18139         * src/prefs_display_headers.[ch] dialog to choose the
18140         headers to display in the mail viewer.
18141         * src/headers.h correction of #define
18142         * src/headers_display.[ch] configuration for displaying of headers.
18143         * src/main.c read config of displaying of headers
18144         * src/prefs_common.c add a button to access the config dialog
18145                 for displaying of headers
18146         * src/prefs_display_headers.[ch] dialog for configuration for
18147                 displaying of the headers.
18148         * src/prefs_headers.c cleaning of code
18149         * src/procheader.c comments added to code
18150         * src/textview.c changes to reorder the headers depending
18151                 on the config for displaying of headers
18152
18153 2001-04-30 [alfons]
18154
18155         0.4.65claws7
18156
18157         * sync with 0.4.65cvs12
18158
18159         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18160
18161 2001-04-30 [sergey]
18162
18163         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18164
18165         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18166         is set to force reconnection after authentication failure.
18167         (nntp_gen_command): set sock->auth_failed on authentication
18168         failure, or if sock->userid and sock->passwd are not set.
18169
18170         * src/news.c (news_session_new_for_folder): set userid=NULL if
18171         password dialog is cancelled.
18172
18173 2001-04-30 [sergey]
18174
18175         * src/nntp.h (NNTPSockInfo): new type.
18176
18177         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18178         SockInfo.
18179         (nntp_open_auth, nntp_close): new functions.
18180         (nntp_gen_command): new function to handle authentication; all
18181         NNTP command functions updated to use it.
18182         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18183         (nntp_list): removed old useless code.
18184
18185         * src/news.h (NNTPSession): new field nntp_sock.
18186
18187         * src/news.c: all functions updated to use NNTPSockInfo instead of
18188         SockInfo.
18189         (news_session_new): new arguments (userid, passwd); made static;
18190         use nntp_open_auth() if needed.
18191         (news_session_destroy): use nntp_close() instead of sock_close().
18192         (news_query_password): changed arguments.
18193         (news_session_new_for_folder): new function.
18194         (news_session_get): use news_session_new_for_folder().
18195         (news_authenticate): deleted.
18196         (news_get_uncached_articles): removed old authentication code.
18197
18198 2001-04-30 [sergey]
18199
18200         * src/news.c: reverted my previous changes (need to do NNTP
18201         authentication in a cleaner way).
18202         
18203 2001-04-29 [sergey]
18204
18205         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18206         news_nntp_post, news_nntp_mode): new functions (wrappers with
18207         authentication support).
18208         (news_get_article_cmd, news_get_article, news_get_header): new
18209         argument "folder"; all callers changed.
18210         (news_get_article_cmd): added authentication support.
18211         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18212         (news_post): use news_nntp_post() instead of nntp_post().
18213         (news_get_uncached_articles): use news_nntp_group() instead of
18214         nntp_group() and news_nntp_xover() instead of nntp_xover();
18215         removed old authentication code.
18216         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18217
18218         * src/nntp.c (nntp_list): return real error code instead of
18219         hardcoded NN_ERROR.
18220
18221 2001-04-29 [sergey]
18222
18223         * configure.in: fixed wint_t typedef detection again
18224
18225 2001-04-28 [hoa]
18226
18227         * src/prefs_account.[ch], added A_LOCAL_CMD
18228                 (send mail with mail command)
18229         * src/send.c added function send_message_with_command()
18230         * src/inc.c made a more secure get_spool() function with
18231                 mktemp() but maybe mkstemp() or something more
18232                 secure can be used.
18233
18234 2001-04-28 [alfons]
18235
18236         * src/textview.c, colorization of email addresses in headers
18237
18238         0.4.65claws6
18239
18240         * bug sync with sylpheed
18241         * prefs_common.c: created date format ui for darko
18242         * sync with 0.4.65cvs11
18243         * configure.in: corrected to have the new gpg checks
18244
18245 2001-04-27 [alfons]
18246
18247         * completed sync with 0.4.65cvs10
18248         * minor debug things added to gtkstext.c
18249
18250 2001-04-27 [darko]
18251
18252         * configure.in: remove check for availability of
18253           strftime() as advised by Hiroyuki
18254         * src/prefs_common.[ch], src/procheader.c:
18255           synch strftime() code with Hiroyki's main branch
18256
18257 2001-04-26 [sergey]
18258
18259         * src/news.c: news_query_password(), news_authenticate(): new
18260           functions.
18261           news_get_uncached_articles(): added NNTP authentication
18262           handling.
18263         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18264           new functions.
18265         * src/prefs_account.c: prefs_account_protocol_activated():
18266           enable userid and password fields for NNTP.
18267
18268 2001-04-26
18269
18270         * configure.in: check for availability of strftime()
18271           [darko]
18272         * src/prefs_common.[ch], src/procheader.c: use
18273           strftime() for displaying date in summary pane if it
18274           is available
18275
18276 2001-04-25
18277
18278         * more .cvsignore cleanups [alfons]
18279
18280 2001-04-25
18281
18282         * ac/sv-check-type.m4: new autoconf macro.
18283         * configure.in: fixed wint_t typedef detection (did not work
18284           with gcc-2.96).
18285
18286 2001-04-25
18287
18288         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18289           [hiroyuki]
18290
18291 2001-04-24
18292         * modified gtkstext.c : buggy cursor navigation fixed, 
18293           and font descent also taken in account when drawing
18294           cursor. [alfons]
18295
18296 2001-04-24 [hoa]
18297         * added comments in src/news.c src/nntp.c
18298         * added src/prefs_headers.[ch]
18299         * added src/headers.[ch]
18300         * modified compose.c to activate custom headers
18301                 added function is_in_custom_headers
18302         * modified prefs_account.[ch]
18303                 added function prefs_account_customhdr_edit
18304         * modified src/defs.h :
18305                 added HEADERS_RC : name of the config file
18306                 for the custom headers
18307
18308 2001-04-24
18309
18310     0.4.65claws5
18311
18312         * configure.in
18313           src/gtkstext.[ch]
18314           src/compose.c
18315           src/Makefile.am
18316           
18317           added gtkstext with configure.in patch by Hiroyuki which
18318           should fix the XIM detection [alfons]
18319
18320         * more clean up of cvs [alfons]
18321
18322                  * removed all Makefile.in files to attic.
18323
18324                  * updated all .cvsignores to really ignore things that could
18325                    be unintentionally committed by a recursive commit.
18326
18327 2001-04-23 [hoa]
18328         * added src/grouplist_dialog.[ch]
18329         * changed src/folderview.c to call grouplist_dialog instead
18330                 of inputdialog
18331         * src/news.c :
18332                 added functions news_reset_group_list
18333                 and news_get_group_list
18334         * src/nntp.c :
18335                 added function nntp_list
18336         * src/defs.h :
18337                 added GROUPLIST_FILE : name of the newsgroup list cache file
18338
18339 2001-04-21
18340
18341         * added option to warn about queued messages on exit [sergey]:
18342
18343           * src/compose.c: compose_queue(): call folder_item_scan()
18344             and folderview_update_item() after queueing.
18345           * src/folderview.c: folderview_update_node(): draw the queue
18346             folder in bold font if there are queued messages.
18347           * src/mainwindow.c: queued_messages(): new function.
18348             app_exit_cb(): display warning if there are queued messages
18349             if warn_queued_on_exit is set.
18350           * prefs_common.[ch]: add warn_queued_on_exit option.
18351
18352         * enhanced GnuPG key selection support [sergey]:
18353
18354           * src/select-keys.c: updated to newer version from Win32
18355             branch with support for selecting arbitrary keys.
18356           * src/prefs_account.c: added the Privacy tab to the account
18357             options window.
18358             prefs_account_privacy_create(),
18359             prefs_account_sign_key_set_data_from_radiobtn(),
18360             prefs_account_sign_key_set_radiobtn(): new functions.
18361           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18362           * src/rfc2015.c: set_signers(): new function.
18363             pgp_sign(): add the account parameter, call set_signers().
18364             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18365           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18366           * src/compose.c: pass the current account to rfc2015_sign().
18367
18368         * tag name claws added to prevent confusion with main branch [alfons]
18369
18370         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18371
18372         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18373
18374         * sync with recent sylpheed cvs. Untested though. [alfons]
18375