Improve synchronous action exit code (fixes long delay after action exit on RH9
[claws.git] / ChangeLog.claws
1 2003-09-03 [melvin]     0.9.4claws61
2
3         * src/action.c
4                 Improve synchronous action exit code (fixes 
5                 a ~5 seconds delay after action exit on RedHat 9)
6
7 2003-09-03 [christoph]  0.9.4claws61
8
9         * src/compose.c
10         * src/rfc2015.c
11         * src/common/utils.[ch]
12                 add util function to create mime boundary and use it
13                 in compose and gpg code
14
15 2003-09-03 [alfons]     0.9.4claws60
16
17         * src/folder.c
18                 source folder item's GNode should already have been freed in 
19                 a previous call to src->folder->klass->remove_folder()
20                 (should fix bug #287, "crash when moving folders")
21
22 2003-09-03 [thorsten]   0.9.4claws59
23
24         * src/plugins/spamassassin/spamassassin_gtk.c
25                 fix compile error
26
27 2003-09-03 [christoph]  0.9.4claws58
28
29         * src/plugins/spamassassin/spamassassin.[ch]
30         * src/plugins/spamassassin/spamassassin_gtk.c
31                 add timeout config option
32
33 2003-09-03 [paul]       0.9.4claws57
34
35         * po/sk.po      ** NEW FILE **
36                 add Slovak translation. Submitted by Andrej Kacian 
37                 <andrej@kacian.sk>
38
39 2003-09-03 [paul]       0.9.4claws56
40
41         * src/plugins/clamav/clamav_plugin_gtk.c
42                 gui tweaks: replace a label with a tooltip, modify the
43                 text, use gtk_check_button_new(); instead of
44                 gtk_check_button_new_with_label("");
45
46 2003-09-02 [alfons]     0.9.4claws55
47
48         * src/gtk/filesel.c
49                 remember last used dir when attaching multiple files (should fix
50                 bug #290, "Attach File does not remember directory")
51
52 2003-09-01 [paul]       0.9.4claws54
53
54         * po/es.po
55                 updated by Ricardo Mones Lastra
56
57 2003-09-01 [alfons]     0.9.4claws53
58
59         * src/gtk/gtkaspell.[ch]
60                 be pedantic and strict and use const gchar * instead of guchar *
61
62 2003-09-01 [alfons]     0.9.4claws52
63
64         * src/mainwindow.c
65         * src/summaryviewc.
66                 re-enable Save As when multiple messages are selected
67
68 2003-09-01 [paul]       0.9.4claws51
69
70         * src/textview.c
71                 g_free(trimmed_uri);
72
73 2003-09-01 [paul]       0.9.4claws50
74
75         * sync with 0.9.4cvs13
76                 see ChangeLog 2003-09-01
77
78 2003-09-01 [paul]       0.9.4claws49
79
80         * src/textview.c
81                 trim uri before sending to the statusbar
82                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
83                 in the message window causes main S-C window to enlarge 
84                 past screen edges'
85
86 2003-09-01 [paul]       0.9.4claws48
87
88         * sync with 0.9.4cvs12
89                 see ChangeLog 2003-09-01
90
91 2003-08-30 [christoph]  0.9.4claws47
92
93         * src/compose.c
94         * src/folder_item_prefs.[ch]
95         * src/prefs_folder_item.c
96         * src/gtk/gtkaspell.[ch]
97                 commit per folder dictionary patch by
98                 Paul Evans <nerd@freeuk.com>
99
100 2003-08-30 [christoph]  0.9.4claws46
101
102         * src/plugins/spamassassin/spamassassin_gtk.c
103         * src/plugins/spamassassin/spamassassin_gtk.glade
104                 reduce GUI clutter by placing hints into tooltips
105
106 2003-08-30 [paul]       0.9.4claws45
107
108         * src/compose.c
109                 add 'Content-Disposition: inline' to a text/plain
110                 part when using PGP/MIME signing
111
112 2003-08-30 [paul]       0.9.4claws44
113
114         * src/prefs_common.c
115           src/prefs_spelling.c
116           src/prefs_spelling.glade
117                 reduce GUI clutter by placing hints into tooltips
118
119 2003-08-29 [christoph]  0.9.4claws43
120
121         * configure.ac
122                 fix bug found by Ivan Rayner <ivanr@sgi.com>
123
124         * src/stock_pixmap.c
125                 change unecessary warning into a debug message
126
127         * src/plugins/clamav/Makefile.am
128                 Fix error "-I$(CLAMAV_LIBS)"
129
130 2003-08-29 [christoph]  0.9.4claws42
131
132         * intl/Makefile.in
133         * src/Makefile.am
134         * src/matcher.h
135         * src/common/Makefile.am
136         * src/common/passcrypt.c
137                 commit fixes and patches for some of the IRIX problems found by
138                 Ivan Rayner <ivanr@sgi.com>
139
140 2003-08-29 [paul]       0.9.4claws41
141
142         * src/prefs_filtering.c
143                 add 'Top' and 'Bottom' buttons, based on changes in
144                 src/prefs_filter.c in 0.9.4cvs11.
145
146 2003-08-27 [christoph]  0.9.4claws40
147
148         * src/folderview.c
149                 fix bug that the current summary settings were copied to the
150                 wrong folder item, when the folder item prefs are opened.
151                 Copying is not required because summary settings and
152                 folder_item_prefs do not contain the same settings
153
154 2003-08-27 [thorsten]   0.9.4claws39
155
156         * src/imap.c
157                 fix compile error
158
159 2003-08-26 [paul]       0.9.4claws38
160
161         * sync with 0.9.4cvs9
162                 see ChangeLog 2003-08-26
163
164 2003-08-25 [paul]       0.9.4claws37
165
166         * sync with 0.9.4cvs8
167                 see ChangeLog 2003-08-25
168
169 2003-08-24 [christoph]  0.9.4claws36
170
171         * src/prefs_filtering.c
172                 shouldn't remove items from a GSList while iterating over the
173                 list (makes cur invalid and cur->next not accessable)
174
175         (closes Bug 272 i deleted an folder and some seconds later sylpheed
176          crashed)
177
178 2003-08-23 [christoph]  0.9.4claws35
179
180         * src/news.c
181                 news folders should be scanned when opened
182
183 2003-08-22 [christoph]  0.9.4claws34
184
185         * src/prefs_folder_item.c
186                 use macro to assign strings that always frees the old string
187
188         * src/gtk/gtkaspell.[ch]
189                 add gtkaspell_set_dictionary_menu_active_item() to set active
190                 item in dictionary option menu
191
192         * src/prefs_spelling.c
193                 use gtkaspell_set_dictionary_menu_active_item() to select
194                 dictionary
195
196 2003-08-21 [christoph]  0.9.4claws33
197
198         * src/folder.[ch]
199         * src/imap.c
200         * src/mbox_folder.c
201         * src/mh.c
202         * src/news.c
203                 optimize folder system
204
205         * src/gtk/gtkstext.c
206                 fix division by zero when font has 0 width for ' '
207
208 2003-08-21 [paul]       0.9.4claws32
209
210         * sync with 0.9.4cvs7
211                 see ChangeLog 2003-08-20
212
213 2003-08-19 [paul]       0.9.4claws31
214
215         * src/common/defs.h
216                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
217                 SYLDOC_FAQ_HTML_INDEX.
218         * src/manual.c
219                 use LC_MESSAGES instead of LC_ALL to find the current
220                 language
221
222           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
223
224 2003-08-19 [paul]       0.9.4claws30
225
226         * po/bg.po
227                 updated by George Danchev
228
229 2003-08-18 [luke]       0.9.4claws29
230         * src/mimeview.[ch]
231         * src/gtk/gtkvscrollbutton.[ch]
232                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
233                   dependencies; do it the GTK way; reduce code -14/+2 lines)
234                 o removed horizontal separator between icons
235
236 2003-08-17 [christoph]  0.9.4claws28
237
238         * src/procmsg.c
239                 no subject threading when the subject has no reply prefix
240
241 2003-08-16 [christoph]  0.9.4claws27
242
243         * src/mainwindow.c
244                 remember and restore window sizes and position when the main
245                 window is hidden or shown
246
247         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
248          minimised/reopened using trayicon)
249
250 2003-08-16 [paul]       0.9.4claws26
251
252         * src/crash.c
253                 add #include "defs.h"
254
255 2003-08-16 [paul]       0.9.4claws25
256
257         * src/plugins/clamav/clamav_plugin.c
258                 reword a debug_print
259                 
260         * src/plugins/dillo_viewer/dillo_prefs.c
261                 cosmetic: change the labels' text, add tooltips, and
262                 left-align the hint
263
264 2003-08-15 [christoph]  0.9.4claws24
265
266         * src/news.c
267                 complete last change (forgot some changes)
268
269 2003-08-15 [christoph]  0.9.4claws23
270
271         * src/news.c
272                 o check number of messages and don't return a 0 message
273                   when no messages are available
274                 o don't parse xref header anymore
275
276         (closes Bug 203 I'm not getting any news)
277
278 2003-08-15 [paul]       0.9.4claws22
279
280         * src/common/defs.h
281           src/crash.c
282                 update and define claws bugzilla location
283
284 2003-08-15 [paul]       0.9.4claws21
285
286         * po/ru.po
287                 update submitted by Ruslan N. Balkin
288
289 2003-08-14 [christoph]  0.9.4claws20
290
291         * src/procmsg.c
292                 fix search for oldest node in subject threading
293
294 2003-08-14 [christoph]  0.9.4claws19
295
296         * src/procmsg.c
297         * src/common/utils.h
298                 add possibility to check all nodes with the same subject for
299                 subject threading, not only the oldest node. Should not break
300                 threads anymore if the oldest node is thread_by_subject_max_age
301                 days older then parent, because it can now find a child of
302                 oldest node as new parent.
303
304 2003-08-11 [christoph]  0.9.4claws18
305
306         * src/plugins/spamassassin/spamassassin.c
307                 run spam check in background process
308
309 2003-08-10 [alfons]     0.9.4claws17
310
311         * src/summaryview.c
312                 make `Select All' sensitive too
313
314 2003-08-10 [christoph]  0.9.4claws16
315
316         * src/imap.c
317                 add more checks in imap_close
318
319 2003-08-09 [alfons]     0.9.4claws15
320
321         * src/prefs_spelling.c
322                 no spell checking UI if not requested
323
324 2003-08-09 [alfons]     0.9.4claws14
325
326         * src/gtk/prefswindow.c
327                 make it compile
328
329 2003-08-09 [christoph]  0.9.4claws13
330
331         * src/prefs_spelling.c
332         * src/gtk/prefswindow.[ch]
333         * src/plugins/clamav/clamav_plugin_gtk.c
334         * src/plugins/spamassassin/spamassassin_gtk.c
335                 sort prefs pages by heighest weight in tree
336
337 2003-08-09 [paul]       0.9.4claws12
338
339         * sync with 0.9.4cvs6
340                 see ChangeLog 2003-08-07
341                 
342         * AUTHORS
343                 add Leandro and Luke to claws-branch section
344
345 2003-08-09 [christoph]  0.9.4claws11
346
347         * src/gtk/Makefile.am
348         * src/gtk/colorsel.[ch]                 ** NEW **
349                 create a color selection dialog that can be used as a simple
350                 function call with it's own gtk main loop like filesel.[ch]
351
352         * src/Makefile.am
353         * src/main.c
354         * src/prefs_common.c
355         * src/prefs_spelling.[ch]               ** NEW **
356         * src/prefs_spelling.glade              ** NEW **
357         * src/gtk/gtkutils.[ch]
358                 move "Spell Checker" prefs to new prefs dialog
359
360         * src/prefs_folder_item.c
361                 use new colorsel dialog
362
363 2003-08-08 [paul]       0.9.4claws10
364
365         * src/inc.c
366                 clear the progress bar unconditionally
367
368 2003-08-08 [paul]       0.9.4claws9
369
370         * sync with 0.9.4cvs4
371                 see ChangeLog 2003-07-31
372
373 2003-08-07 [christoph]  0.9.4claws8
374
375         * configure.ac
376                 fix bug in image viewer plugin part
377
378         * src/imap.c
379                 don't execute close command if the folder item is not selected
380
381 2003-08-07 [hoa]        0.9.4claws7
382
383         * src/filtering.[ch]
384         * src/matcher_parser.h
385         * src/matcher_parser_parse.y
386                 can define several actions for each filtering rule
387                 can import old versions of filtering rules
388
389         * src/prefs_filtering.c
390                 call to a new dialog box to define actions
391
392         * src/prefs_filtering_action.[ch]
393                 dialog box to define actions for filtering rules
394
395 2003-08-06 [christoph]  0.9.4claws6
396
397         * src/imap.c
398                 make sure source folder is selected when copying messages
399
400 2003-08-06 [christoph]  0.9.4claws5
401
402         * sync with 0.9.4cvs2
403                 see ChangeLog 2003-07-29                
404
405 2003-08-05 [paul]       0.9.4claws4
406
407         * sync with 0.9.4cvs3
408                 see ChangeLog 2003-07-30
409
410 2003-08-04 [match]      0.9.4claws3
411
412         * po/POTFILES.in
413                 export of LDIF files.
414
415 2003-08-04 [match]      0.9.4claws2
416
417         * src/ldif.[ch]
418                 support for export LDIF. documented.
419         * src/importldif.[ch]
420         * src/exportldif.[ch]
421                 add tooltips. documented.
422         * src/exphtmldlg.[ch]
423         * src/common/xmlprops.[ch]
424                 documented.
425         * src/exportldif.[ch]                   ** NEW **
426         * src/expldifdlg.[ch]                   ** NEW **
427         * src/addressbook.[ch]
428         * src/Makefile.am
429                 export of LDIF files.
430                 documented.
431
432 2003-08-04 [christoph]  0.9.4claws1
433
434         * .cvsignore
435         * Makefile.am
436         * configure.ac
437         * sylpheed-claws.pc.in                  ** NEW **
438         * src/Makefile.am
439         * src/common/Makefile.am
440         * src/gtk/Makefile.am
441                 install sylpheed header files in $(pkgincludedir) and create a
442                 pkg-config file to allow building a plugin without the source
443                 package
444
445 2003-08-04 [paul]       0.9.4claws
446
447         * version 0.9.4claws
448
449 2003-08-04 [paul]       0.9.3claws97
450
451         * po/es.po
452                 update Spanish translation. Submitted by Ricardo
453                 Mones Lastra.
454
455 2003-08-03 [paul]       0.9.3claws96
456
457         * po/hr.po
458           po/sr.po
459                 update Croatian and Serbian translations. Submitted by
460                 Dragan and Urke MMI respectively
461
462 2003-08-03 [alfons]     0.9.3claws95
463
464         * src/summaryview.c
465                 mark flag has precedence over important flag - seems
466                 to have been changed in sync of 0.9.3claws45. this fixes
467                 a regression where messages that were scored as important
468                 don't show their mark flags. (using the same column for
469                 both importance as mark flags is the real problem
470                 ofcourse)
471
472 2003-08-03 [melvin]     0.9.3claws94
473
474         * po/fr.po
475                 Updated French translations.
476
477 2003-08-03 [melvin]     0.9.3claws93
478
479         * src/Makefile.am
480                 Fixed typo introduced after 0.9.3claws92 
481                 that prevented compilation
482                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
483                 CPPFLAGS and YFLAGS to allow user setting these.
484         * src/common/Makefile.am
485         * src/gtk/Makefile.am
486         * src/plugins/clamav/Makefile.am
487         * src/plugins/demo/Makefile.am
488         * src/plugins/dillo_viewer/Makefile.am
489         * src/plugins/image_viewer/Makefile.am
490         * src/plugins/mathml_viewer/Makefile.am
491         * src/plugins/spamassassin/Makefile.am
492         * src/plugins/trayicon/Makefile.am
493         * src/plugins/trayicon/libeggtrayicon/Makefile.am
494                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
495                 CPPFLAGS and YFLAGS to allow user setting these.
496
497 2003-08-02 [christoph]  0.9.3claws92
498
499         * configure.ac
500                 o rearrange plugin tests
501                 o add test for clamav.h to ClamAV tests
502
503 2003-08-02 [luke]       0.9.3claws91
504
505         * src/mimeview.c
506                 o fixed appearance of icon list when toggling back from the 
507                   ctree
508                 o toggling of icons using the keyboard works correctly
509                 o fixed all other keyboard shortcuts to work when icons are
510                   active
511         
512         * src/messageview.c
513                 o fixed bug 4 - focus lost when changing messageview view type
514
515 2003-08-02 [christoph]  0.9.3claws90
516
517         * src/common/hooks.c
518                 fix crash when pointer stored in hash table could get invalid
519                 when a plugin is unloaded
520
521 2003-08-01 [christoph]  0.9.3claws89
522
523         * configure.ac
524                 o try to build all plugins (except spamassassin) by default
525                 o don't build a plugin if a dependency check fails
526
527         * src/common/hooks.c
528                 fix warning
529
530 2003-08-01 [match]      0.9.3claws88
531
532         * src/importldif.c
533                 allow single click field selection. document code.
534
535 2003-08-01 [christoph]  0.9.3claws87
536
537         * src/plugins/clamav/clamav_plugin.c
538         * src/plugins/clamav/clamav_plugin_gtk.c
539         * src/plugins/dillo_viewer/dillo_viewer.c
540         * src/plugins/image_viewer/plugin.c
541         * src/plugins/mathml_viewer/mathml_viewer.c
542         * src/plugins/spamassassin/spamassassin.c
543         * src/plugins/spamassassin/spamassassin_gtk.c
544         * src/plugins/trayicon/trayicon.c
545                 add version check to all plugins
546
547 2003-08-01 [hoa]        0.9.3claws86
548
549         * src/prefs_filtering.c
550                 fixed a cosmetic bug, during creation of dialog box,
551                 wrong widgets were shown after creation.
552
553 2003-08-01 [luke]       0.9.3claws85
554
555         * src/mainwindow.c
556                 o fixed visibility of icons/mimeview after toggling separate
557                   message/folder view (factored out some similar code too).
558
559
560 2003-07-31 [alfons]     0.9.3claws84
561
562         * src/mimeview.c
563                 tweak icon box UI a bit more, now allowing right-clicks actions
564                 getting the relevant mime data too; should fix #250, "Can't save 
565                 attachments sometimes".
566
567 2003-07-30 [alfons]     0.9.3claws83
568
569         * src/compose.c
570                 don't do auto-save-draft inside key press handler, but rather
571                 schedule it half of a second later; should fix #67, "autosave 
572                 make re-rediting message crazy"
573
574 2003-07-30 [christoph]  0.9.3claws82
575
576         * src/plugins/trayicon/trayicon.c
577                 process pending events before unloading the plugin
578
579         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
580
581 2003-07-30 [alfons]     0.9.3claws81
582
583         * src/common/hooks.c
584                 parameter 2 of g_hook_destroy() should really be a hook id
585
586 2003-07-30 [alfons]     0.9.3claws80
587
588         * src/common/plugin.c
589                 fix a possibly harmful function signature mismatch 
590                 for plugin_done
591
592 2003-07-30 [alfons]     0.9.3claws79
593
594         * src/common/hooks[.ch]
595                 const correctness
596
597 2003-07-30 [darko]      0.9.3claws78
598
599         * src/summaryview.c
600                 make it compile again
601
602 2003-07-30 [luke]       0.9.3claws77
603
604         * src/crash.c
605         * src/main.c
606                 o added/moved signal handlers for SIGTERM (normal kill command) 
607                   and SIGINT (ctl-c) to be used even without 
608                   --enable-crash-dialog, fixing bug 166
609
610         * src/summaryview.c
611                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
612                   bug 227
613
614         * src/mainwindow.c
615                 o changed sensitivity condition for 'Next new' and 'Next 
616                   unread', fixing bug 8
617
618 2003-07-29 [alfons]     0.9.3claws76
619
620         * src/common/utils.[ch]
621                 add generate_msgid()
622         * src/messageview.c
623                 save ack'ed RRR; fixes #205, "return receipt is not saved in
624                 sent folder".
625
626 2003-07-29 [alfons]     0.9.3claws75
627
628         * src/messageview.c
629                 fix a memleak (claws-only)
630
631 2003-07-29 [alfons]     0.9.3claws74
632
633         * src/mimeview.[ch]
634         * src/gtk/gtkvscrollbutton.[ch]
635                 fix UI glitch where mime icon toolbox' scroll position is not 
636                 reset after switching to another message
637                 
638
639 2003-07-29 [paul]       0.9.3claws73
640
641         * src/prefs_folder_item.c
642                 split the prefs into 2 separate pages
643
644 2003-07-29 [paul]       0.9.3claws72
645
646         * src/compose.c
647                 prepend "\n\n" to a signature without a separator too
648
649 2003-07-29 [paul]       0.9.3claws71
650
651         * src/compose.c
652                 fix bug where changing to an account without an auto-sig
653                 from an initial account without an auto-sig would insert 
654                 2 blank lines at the cursor point
655                 fix bug where changing to an account with an auto-sig
656                 from an initial account without an auto-sig would insert
657                 the sig at the cursor point
658
659 2003-07-29 [paul]       0.9.3claws70
660
661         * src/folderview.c
662                 use the colour from the folder pref unless the folder
663                 has new messages
664
665 2003-07-29 [alfons]     0.9.3claws69
666
667         * src/procmsg.[ch]
668         * src/messageview.c
669         * src/procheader.c
670                 rewrite return receipt request work a little bit (the former 
671                 implementation presumably depended too much on the UI setting
672                 flags). (we're losing the old pending flag.) 
673
674 2003-07-28 [christoph]  0.9.3claws68
675
676         * src/folder.c
677         * src/imap.c
678         * src/mh.c
679         * src/procmsg.[ch]
680                 fix copy to IMAP folder from other folder
681
682 2003-07-28 [christoph]  0.9.3claws67
683
684         * src/procmsg.c
685                 fix sync of procmsg_get_message_file_list
686
687 2003-07-28 [christoph]  0.9.3claws66
688
689         * sync with 0.9.3cvs14
690                 see ChangeLog 2003-07-18
691         * sync with 0.9.3cvs17
692                 see ChangeLog 2003-07-23
693
694         (closes Bug 234 segmentation fault after sending out mail via
695          smtp(auth))
696
697 2003-07-28 [paul]       0.9.3claws65
698
699         * po/es.po
700                 update Spanish translation, submitted by Ricardo Mones
701                 Lastra
702
703 2003-07-28 [christoph]  0.9.3claws64
704
705         * src/folder.[ch]
706         * src/imap.c
707         * src/mh.c
708                 return new message numbers as a GRelation instead of a GSList
709                 that has to be in the same order as the input list. A list
710                 would make it hard for IMAP to optimize oepration by sorting
711                 the input list. The returned list would have to be reordered
712                 to match the same order that input list has.
713
714         * src/gtk/gtkaspell.c
715                 fix missing return value, could cause a crash when garbage is
716                 on the stack that is used as the expected return value
717
718 2003-07-28 [paul]       0.9.3claws63
719
720         * sync with 0.9.4cvs1
721                 see ChangeLog 2003-07-28
722
723 2003-07-27 [alfons]     0.9.3claws62
724
725         * src/mimeview.c
726                 tweak it more to make icon list act like a check button group
727
728 2003-07-27 [christoph]  0.9.3claws61
729
730         * sync with 0.9.3cvs20
731                 see ChangeLog 2003-07-25
732
733 2003-07-27 [paul]       0.9.3claws60
734
735         * src/procmsg.c
736                 re-commit changes from 0.9.3claws58 -
737                 accidently removed in 0.9.3claws59
738
739 2003-07-27 [paul]       0.9.3claws59
740
741         * src/procmsg.[ch]
742                 a sync from 0.9.3cvs17
743                 see ChangeLog 2003-07-23
744
745 2003-07-27 [alfons]     0.9.3claws58
746
747         * src/procmsg.c
748                 add missing header members to MsgInfo; fixes the problem of 
749                 not displaying X-Faces, as noticed by Ricardo Mones
750
751 2003-07-26 [christoph]  0.9.3claws57
752
753         * sync with 0.9.3cvs18
754                 see ChangeLog 2003-07-24
755
756 2003-07-26 [christoph]  0.9.3claws56
757
758         * sync with 0.9.3cvs17
759                 see ChangeLog 2003-07-23
760
761 2003-07-26 [christoph]  0.9.3claws55
762
763         * src/folder.[ch]
764         * src/imap.c
765         * src/mbox_folder.c
766         * src/mh.c
767         * src/news.c
768                 add support for copy function that copy multiple messages
769                 (not implemented yet)
770
771         * src/summaryview.c
772                 add missing return value
773
774 2003-07-26 [paul]       0.9.3claws54
775
776         * tools/multiwebsearch.pl
777                 do whitespace substitution before passing the string
778                 to the browser. fixes bug with browsers that don't
779                 do whitespace conversion themselves.
780
781 2003-07-25 [christoph]  0.9.3claws53
782
783         * src/folder.[ch]
784         * src/imap.c
785         * src/mh.c
786                 rewrite adding of multiple messages to a folder for
787                 claws' folder system
788
789 2003-07-25 [luke]       0.9.3claws52
790
791         * src/mimeview.c
792                 o icon toggles set correctly on leaving ctree mimeview
793
794 2003-07-25 [paul]       0.9.3claws51
795
796         * partial sync with 0.9.3cvs21 [src/main.c]
797                 see ChangeLog 2003-07-25
798
799 2003-07-24 [paul]       0.9.3claws50
800
801         * tools/maildir2sylpheed.pl
802                 fix typo
803
804 2003-07-24 [paul]       0.9.3claws49
805
806         * src/mimeview.c
807                 increase the gutter size of paned so that the panes
808                 can be resized
809                 
810         * src/plugins/demo/demo.c
811                 squeeze in another typo fix
812
813 2003-07-24 [paul]       0.9.3claws48
814
815         * src/plugins/demo/demo.c
816           src/prefs_account.c
817                 small changes to the English
818                 
819         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
820           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
821           src/Makefile.am
822           src/stock_pixmap.c
823                 rename the misspelled icon
824
825 2003-07-23 [alfons]     0.9.3claws47
826
827         * src/mimeview.c
828                 make icon list look like a list of toggles
829
830 2003-07-23 [luke]       0.9.3claws46
831
832         * src/pixmaps/mimeview_gpg_expired.xpm
833         * src/pixmaps/mimeview_gpg_failed.xpm
834         * src/pixmaps/mimeview_gpg_passed.xpm
835         * src/pixmaps/mimeview_text_html.xpm
836         * src/pixmaps/mimeview_image.xpm
837                 o all icons the same size
838
839         * src/mimeview.[ch]
840                 o mimeview ctree arranged vertically above the viewer
841                 o icons changed to buttons
842                 o can use keyboard to select an icon (Enter)
843                 o resize icon list to width of icons
844
845         *  src/gtk/gtkvscrollbutton.c
846                 o sensitivity of buttons reacts to position
847
848 2003-07-23 [christoph]  0.9.3claws45
849
850         * sync with 0.9.3cvs14 (incomplete)
851                 see ChangeLog 2003-07-17
852
853 2003-07-23 [alfons]     0.9.3claws44
854
855         * src/folder.c
856         * src/procmsg.h
857                 sync with my local tree to restore some claws-only things
858
859 2003-07-23 [paul]       0.9.3claws43
860
861         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
862           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
863           src/Makefile.am
864           src/mimeview.c
865           src/procmime.h
866           src/rfc2015.c
867           src/stock_pixmap.[ch]
868                 indicate missing keys and expired sigs/keys
869                 in mime view column
870
871 2003-07-23 [paul]       0.9.3claws42
872
873         * src/compose.c
874                 Redirect fixes: enable automatic account selection and
875                 do not append signature to message on changing account
876                 fixes Bug[s] #248
877
878 2003-07-23 [paul]       0.9.3claws41
879
880         * sync with 0.9.3cvs16
881                 see ChangeLog 2003-07-23
882
883 2003-07-23 [alfons]     0.9.3claws40
884
885         * src/inc.c
886                 give progress dialog a main window, and give it the first 
887                 one (presumably the only one). fixes bug #247, "segfault on 
888                 pop-before-smtp" 
889
890 2003-07-22 [alfons]     0.9.3claws39
891
892         * src/summaryview.c
893                 shift-space scrolls up
894
895 2003-07-22 [paul]       0.9.3claws38
896
897         * sync with 0.9.3cvs15
898                 see ChangeLog 2003-07-22
899
900 2003-07-20 [alfons]     0.9.3claws37
901
902         * src/compose.c
903                 put menu inside #ifdef USE_ASPELL..#endif
904
905 2003-07-20 [christoph]  0.9.3claws36
906
907         * src/procmsg.c
908                 fix wrong flags in MsgInfo returned by
909                 procmsg_msginfo_get_full_info()
910
911         (closes Bug 221 Deleting messages from the Message View gives incorrect
912          new/unread message counts in the folder view)
913
914         * src/plugins/spamassassin/spamassassin_gtk.c
915                 add gettext macro for prefs page title
916
917 2003-07-20 [paul]       0.9.3claws35
918
919         * src/mimeview.c
920                 redraw icon list on signature check
921
922 2003-07-20 [christoph]  0.9.3claws34
923
924         * src/Makefile.am
925         * src/account.c
926         * src/folder.[ch]
927         * src/folder_item_prefs.[ch]            ** NEW **
928         * src/folderview.c
929         * src/mainwindow.c
930         * src/mh.c
931         * src/prefs_gtk.c
932         * src/prefs_scoring.c
933         * src/summaryview.c
934         * src/prefs_folder_item.[ch]
935                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
936                   Properties dialog
937                 o use prefswindow for folder properties
938
939         * src/gtk/prefswindow.[ch]
940                 change implementation to use an invisible notebook instead
941                 of unparenting widgets
942
943 2003-07-20 [christoph]  0.9.3claws33
944
945         * src/compose.h
946         * src/folder.c
947         * src/folderview.h
948         * src/headerview.h
949         * src/prefs_filtering.h
950         * src/prefs_folder_item.[ch]
951         * src/procmime.h
952         * src/procmsg.h
953         * src/summaryview.h
954                 clean up header mess
955                 (always use 1. typedefs, 2. #includes, 3. structures)
956
957         * src/common/version.h.in
958                 add casts for constants
959
960         * src/plugins/demo/demo.c
961                 fix typo
962
963         * src/plugins/spamassassin/spamassassin.c
964                 remove unused variable
965
966 2003-07-20 [alfons]     0.9.3claws32
967
968         * src/mimeview.c
969                 o make icon buttons respond on left click
970                 o minor cosmetic change
971
972 2003-07-19 [luke]       0.9.3claws31
973
974         * src/mimeview.[ch]
975         * src/gtk/gtkvscrollbutton.c
976         * src/messageview.c
977                 o improved mimeview behaviour when selecting a new message
978                 o plus code cleanups to remove compile warnings
979
980
981 2003-07-19 [alfons]     0.9.3claws30
982
983         * src/procmsg.c
984         * src/compose.c
985         * src/common/utils.[ch]
986                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
987
988 2003-07-19 [alfons]     0.9.3claws29
989
990         * src/prefs_folder_item.c
991                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
992                 string pointers
993
994 2003-07-19 [luke]       0.9.3claws28
995
996         * src/messageview.c
997         * src/mimeview.[ch]
998         * src/procmime.h
999         * src/rfc2015.c
1000         * src/stock_pixmap.[ch]
1001         * src/gtk/Makefile.am
1002         * src/Makefile.am
1003         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1004         * src/pixmaps/mime_*.xpm                ** NEW **
1005                 o mimeview rearrangement with a new icon shortcut bar
1006
1007 2003-07-19 [alfons]     0.9.3claws27
1008
1009         * src/folderview.c
1010                 o plug leaking nodes_to_recollapse
1011                 o add folderview_recollapse_all_nodes() (not used yet)
1012
1013 2003-07-19 [alfons]     0.9.3claws26
1014
1015         * src/compose.c
1016         * src/common/utils.c
1017                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1018                 for both forwarding as replying
1019
1020 2003-07-18 [christoph]  0.9.3claws25
1021
1022         * configure.ac
1023         * src/common/sylpheed.[ch]
1024         * src/common/version.h.in
1025                 add version in numeric form to allow easy comparison
1026
1027         * src/plugins/demo/demo.c
1028                 add version check
1029                 - sylpheed version > plugin version => never allowed, sylpheed
1030                   could contain unknown API changes
1031                 - sylpheed version < minimum version required => don't load,
1032                   API required not available (if linking does not fail)
1033
1034 2003-07-18 [alfons]     0.9.3claws24
1035         
1036         * src/common/plugin.[ch]
1037                 const correctness
1038
1039 2003-07-18 [christoph]  0.9.3claws23
1040
1041         * src/common/hooks.c
1042                 fix crash when hooks where unregisted
1043
1044         * src/plugins/trayicon/trayicon.c
1045                 unregister detroy signal before destroying the widget
1046                 (still crashes when the plugin is unloaded)
1047
1048 2003-07-18 [alfons]     0.9.3claws22
1049         
1050         * src/folderview.c
1051                 delay expanding folder tree during drags until timeout triggered
1052                 (needs perhaps some tweaking, so testing is welcome)
1053
1054 2003-07-17 [alfons]     0.9.3claws21
1055
1056         * src/folderview.c
1057                 clean up cruft
1058
1059 2003-07-17 [christoph]  0.9.3claws20
1060
1061         * src/common/session.c
1062                 fix opening of SSL connections
1063
1064         * src/plugins/image_viewer/Makefile.am
1065                 add OPENSSL_CFLAGS (we should find a better solution to remove
1066                 this dependencies if they are not required)
1067
1068         * src/plugins/spamassassin/spamassassin.c
1069                 remove setlocale workaround (fixed in libspamc)
1070
1071         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1072          if spell checking enabled)
1073
1074 2003-07-17 [alfons]     0.9.3claws19
1075
1076         * src/common/hooks.[ch]
1077         * src/plugins/clamav/clamav_plugin.c
1078         * src/plugins/spamassassin/spamassassin.c
1079         * src/plugins/trayicon/trayicon.c
1080                 fix signedness muck 
1081
1082 2003-07-17 [alfons]     0.9.3claws18
1083
1084         * src/procmime.c
1085                 plug memleak
1086
1087 2003-07-17 [alfons]     0.9.3claws17
1088
1089         * src/inc.c
1090                 plug memleak
1091
1092 2003-07-17 [paul]       0.9.3claws16
1093
1094         * src/common/defs.h
1095           src/mainwindow.c
1096           src/manual.[ch]
1097                 add link to the Claws site's FAQ page, after the suggestion
1098                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1099                 Move url strings to defs.h
1100                 
1101         * src/mainwindow.c
1102                 fix typo to prevent "unknown menu entry" warnings
1103
1104 2003-07-17 [alfons]     0.9.3claws15
1105
1106         * src/folderview.[ch]
1107         * src/summaryview.[ch]
1108         * src/mimeview.[ch]
1109                 plug DnD leaks 
1110
1111 2003-07-17 [paul]       0.9.3claws14
1112
1113         * src/inc.c
1114                 remove two instances of 'GTK_EVENTS_FLUSH' because
1115                 they are unnecessary and probably cause a stack overflow
1116
1117 2003-07-16 [christoph]  0.9.3claws13
1118
1119         * src/mimeview.[ch]
1120                 use an invisible GTK notebook to switch between viewers
1121                 instead of reparenting widgets
1122
1123 2003-07-16 [christoph]  0.9.3claws12
1124
1125         * src/folder.c
1126                 move folder_item_update_freeze() to correct place in
1127                 folder_item_scan_full()
1128
1129 2003-07-16 [paul]       0.9.3claws11
1130
1131         * sync with 0.9.3cvs12
1132                 see ChangeLog 2003-07-14 and 2003-07-15
1133
1134 2003-07-16 [christoph]  0.9.3claws10
1135
1136         * src/imap.[ch]
1137         * src/prefs_account.[ch]
1138                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1139
1140 2003-07-15 [alfons]     0.9.3claws9
1141
1142         * src/main.c
1143                 make --config-dir do something useful
1144
1145 2003-07-15 [alfons]     0.9.3claws8
1146
1147         * src/procmsg.c
1148                 o fix a bug where 'last' didn't really point to the last message
1149                   in the top level list of children, but to the last threaded
1150                   message. 
1151                 
1152                 o clean up and make it easier to sync
1153
1154 2003-07-15 [alfons]     0.9.3claws7
1155
1156         * src/mainwindow.c
1157                 make correct menu items sensitive       
1158
1159 2003-07-14 [alfons]     0.9.3claws6
1160
1161         * src/procmsg.c
1162                 tune the threader so it will not subject-thread any message
1163                 without a subject prefix (this will not thread correctly if 
1164                 a parent is delivered after their childs, but it looks 
1165                 better right now)
1166
1167 2003-07-13 [christoph]  0.9.3claws5
1168
1169         * src/mainwindow.c
1170                 group "Add mailbox *..." menu items in submenu
1171
1172 2003-07-13 [alfons]     0.9.3claws4
1173
1174         * src/summaryview.c
1175                 correct summary_toggle_pressed() signature and make sure
1176                 signal is not passed on
1177
1178 2003-07-13 [alfons]     0.9.3claws3
1179
1180         * src/summaryview.c
1181                 o for now don't pass on keys when they we're handled by 
1182                   ctree::key_press_event
1183                 o clean up
1184
1185 2003-07-13 [alfons]     0.9.3claws2
1186         
1187         * src/main.c
1188                 add command line option "--config-dir" to get the current 
1189                 configuration dir
1190
1191 2003-07-12 [alfons]     0.9.3claws1
1192
1193         * src/matcher.[ch]
1194         * src/matcher_parser_parse.y
1195         * src/prefs_filtering.c
1196         * src/filtering.c
1197                 add "Lock" filter action to lock messages;
1198
1199         * src/filtering.c       
1200                 remove debug_print()    
1201         * src/prefs_filtering.c
1202                 re-organize matcher part 9: 
1203                 make action text entries easily extendible;
1204                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1205                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1206
1207 2003-07-12 [paul]
1208
1209         * tools/README
1210                 update old information and add missing
1211                 information
1212
1213 2003-07-12 [paul]       0.9.3claws
1214
1215         * 0.9.3claws released
1216         
1217 2003-07-12 [paul]       0.9.0claws103
1218
1219         * src/Makefile.am
1220                 add addrquery.h
1221
1222 2003-07-12 [melvin]     0.9.0claws102
1223
1224         * src/messageview.c
1225                 Fixed bug #215: Show MIME tab for single text/html messages. 
1226                 
1227 2003-07-12 [paul]       0.9.0claws101
1228
1229         * man/sylpheed.1
1230                 updated
1231
1232 2003-07-12 [paul]       0.9.0claws100
1233
1234         * po/es.po
1235           po/hr.po
1236           po/pl.po
1237           po/sr.po
1238                 update Spanish, Croatian, Polish, Serbian translations.
1239                 submitted by Ricardo Mones Lastra, Dragan, Witold
1240                 Wladyslaw Wojciech Wilk, Urke MMI
1241
1242 2003-07-12 [melvin]     0.9.0claws99
1243
1244         * po/fr.po
1245                 Updated French translations.
1246
1247 2003-07-12 [paul]       0.9.0claws98
1248
1249         * src/addressbook.c
1250                 disable 'Lookup' button as it has no effect
1251
1252 2003-07-11 [alfons]     0.9.0claws97
1253         
1254         * src/summaryview.c
1255                 summary_searchbar_pressed() should return TRUE to signal that
1256                 event was handled. when returning void, the return value passed
1257                 to GTK is actually random, but maybe FALSE, in which case the
1258                 event is handled by parent
1259                 
1260 2003-07-10 [paul]       0.9.0claws96
1261
1262         * ac/missing/gettext.m4
1263                 update to version 0.12
1264
1265 2003-07-10 [paul]       0.9.0claws95
1266
1267         * src/plugins/clamav/clamav_plugin.c
1268                 fix bug where multipart/alternative messages
1269                 would slip through without being scanned
1270
1271 2003-07-10 [christoph]  0.9.0claws94
1272
1273         * src/folder.c
1274                 correct check if folder supports removing when a message is
1275                 moved. if not the message is only copied.
1276
1277         (closes Bug 132 crash on startup in newsgroups folders)
1278
1279 2003-07-09 [alfons]     0.9.0claws93
1280
1281         * configure.ac
1282         * src/common/defs.h
1283                 --with-config-dir (default .sylpheed)
1284
1285 2003-07-09 [christoph]  0.9.0claws92
1286
1287         * configure.ac
1288                 use PKG_CHECK_MODULES to check for gtkmathview
1289                 (version 0.4.2 now required)
1290
1291 2003-07-08 [melvin]     0.9.0claws91
1292
1293         * src/action.c
1294                 Implemented a progress bar that counts the number of completed
1295                 tasks when the action runs more than one command.
1296
1297 2003-07-08 [alfons]     0.9.0claws90
1298
1299         * src/procmsg.c
1300                 if queued message has an invalid Message-Id, don't try to
1301                 find message it refers to (fixes #209 "crash when processing 
1302                 in folder")
1303
1304 2003-07-08 [paul]       0.9.0claws89
1305
1306         * sync with 0.9.3cvs2
1307                 see ChangeLog 2003-07-08
1308
1309 2003-07-08 [match]      0.9.0claws88
1310
1311         * src/ldapctrl.c
1312                 extend LDAP search for first/last name by parsing search term.
1313
1314 2003-07-08 [alfons]     0.9.0claws87
1315
1316         * src/send_message.c
1317                 fix bug #208 "Status message stuck when sending on POP3 account"
1318
1319 2003-07-07 [paul]       0.9.0claws86
1320
1321         * po/hr.po
1322                 new Croatian translation, submitted by
1323                 Dragan <drleskov@inet.hr>
1324
1325 2003-07-07 [paul]       0.9.0claws85
1326
1327         * sync with 0.9.3cvs1
1328                 see ChangeLog 2003-07-07
1329
1330 2003-07-05 [christoph]  0.9.0claws84
1331
1332         * src/Makefile.am
1333         * src/messageview.c
1334         * src/mimeview.[ch]
1335         * src/stock_pixmap.[ch]
1336         * src/pixmaps/messageview_text.xpm              ** NEW **
1337                 move mimeview tabs to the right side and use icons
1338                 instead of text to save some space
1339
1340         (patch by Luke Plant <lukeplant@softhome.net>)
1341
1342 2003-07-05 [christoph]  0.9.0claws83
1343
1344         * src/inc.c
1345                 add NULL pointer checks
1346
1347         (patch by Luke Plant <lukeplant@softhome.net>)
1348         (closes Bug 204 0.9.0 quits on authentication error?!)
1349
1350 2003-07-05 [alfons]     0.9.0claws82
1351
1352         * configure.ac
1353                 take the clue in bug #202 "./configure script - 
1354                 'if test' comparison failure" reported by John Kristoff. 
1355
1356 2003-07-04 [christoph]  0.9.0claws81
1357
1358         * src/plugins/spamassassin/spamassassin.c
1359                 set timeout for spam check
1360
1361 2003-07-04 [christoph]  0.9.0claws80
1362
1363         * src/main.c
1364                 destroy all FolderItems when shutting down to
1365                 allow folders to clean up
1366
1367 2003-07-04 [melvin]     0.9.0claws79
1368
1369         * src/gtk/gtkaspell.c
1370                 Fixed bug #184 "Entering non-ascii character deletes
1371                 previous char if spell checking enabled": this makes
1372                 the spell checking in multibytes (e.g. UTF-8)locales work.
1373                 (Patch by Luke Plant).
1374                 
1375 2003-07-04 [christoph]  0.9.0claws78
1376
1377         * sync with 0.9.2cvs1
1378                 see ChangeLog 2003-06-10
1379
1380 2003-07-04 [paul]       0.9.0claws77
1381
1382         * sync with 0.9.3 release
1383                 see ChangeLog 2003-07-04
1384
1385 2003-07-03 [christoph]  0.9.0claws76
1386
1387         * src/folder.[ch]
1388         * src/imap.c
1389         * src/mbox_folder.c
1390         * src/mh.c
1391         * src/news.c
1392                 move folder_item_get_path() stuff into a folder virtual function
1393
1394         * src/procmsg.c
1395                 use folder_item_fetch_msg() to get message and do not contruct
1396                 the filename from path and number
1397
1398 2003-07-03 [paul]       0.9.0claws75
1399
1400         * sync with 0.9.2cvs12
1401                 see ChangeLog 2003-07-03
1402
1403 2003-07-02 [paul]       0.9.0claws74
1404
1405         * src/messageview.c
1406                 fix text-selection for replying
1407
1408 2003-07-02 [paul]       0.9.0claws73
1409
1410         * sync with 0.9.2cvs11
1411                 see ChangeLog 2003-07-02
1412
1413 2003-07-02 [paul]       0.9.0claws72
1414
1415         * src/procmsg.c
1416                 revert last commit because it breaks more
1417                 than it fixes
1418
1419 2003-07-02 [paul]       0.9.0claws71
1420
1421         * src/procmsg.c
1422                 fix thread by subject/sort by date
1423
1424 2003-07-01 [paul]       0.9.0claws70
1425
1426         * sync with 0.9.2cvs10
1427                 see ChangeLog 2003-07-01
1428
1429 2003-06-30 [paul]       0.9.0claws69
1430
1431         * sync with 0.9.2cvs9
1432                 see ChangeLog 2003-06-30
1433
1434 2003-06-28 [match]      0.9.0claws68
1435
1436         * src/addressbook.c
1437                 fix null ptr.
1438
1439 2003-06-27 [paul]       0.9.0claws67
1440
1441         * sync with 0.9.2cvs7
1442                 see ChangeLog 2003-06-27
1443
1444 2003-06-26 [christoph]  0.9.0claws66
1445
1446         * src/folder.c
1447                 freeze folder updates while a folder is scanned
1448
1449         (closes Bug 185 New message counter)
1450
1451 2003-06-26 [darko]      0.9.0claws65
1452
1453         * src/ldapserver.c
1454                 fix infinite loop when adding a new LDAP server
1455
1456 2003-06-26 [paul]       0.9.0claws64
1457
1458         * sync with 0.9.2cvs6
1459                 see ChangeLog 2003-06-26
1460
1461 2003-06-26 [paul]       0.9.0claws63
1462
1463         * sync with 0.9.2cvs5
1464                 see ChangeLog 2003-06-25 and 2003-06-26
1465
1466 2003-06-25 [match]      0.9.0claws62
1467
1468         * src/addr_compl.c
1469                 Fixed tab/backtab for dropped-down completion list to
1470                 move next/previous field. (close bug 147)
1471
1472 2003-06-25 [christoph]  0.9.0claws61
1473
1474         * src/addr_compl.[ch]
1475         * src/addrindex.[ch]
1476         * src/folderview.c
1477         * src/inc.c
1478         * src/news.c
1479         * src/summaryview.c
1480         * src/toolbar.c
1481                 fix warnings
1482
1483 2003-06-25 [leandro]    0.9.0claws60
1484
1485         * src/compose.c
1486                 o cleanups
1487                 o gray out "Message/Remove references" menu item if not
1488                   replying to a message
1489
1490 2003-06-24 [leandro]    0.9.0claws59
1491
1492         * src/compose.[ch]
1493                 o removed "Message/Create new thread" menu item
1494                 o added "Message/Remove references" menu item
1495                   (it's off by default and will not check anymore
1496                    if the subject changed)
1497
1498 2003-06-23 [alfons]     0.9.0claws58
1499
1500         * src/procmsg.c
1501                 try better grouping messages threaded by subject based on their age.
1502                 still not perfect - because the message tree is not sorted by date.  
1503
1504 2003-06-23 [thorsten]   0.9.0claws57
1505
1506         * src/pop.[ch]
1507                 added mail_receive_hook to allow modifications
1508                 directly after retrieval (e.g. adding headers).
1509
1510 2003-06-23 [paul]       0.9.0claws56
1511
1512         * src/sourcewindow.c
1513                  enable the use of Ctrl+A to select all text in
1514                  the sourcewindow
1515                  Patch submitted by Ivan Francolin Martinez
1516                  <ivanfm@users.sourceforge.net>
1517
1518 2003-06-22 [christoph]  0.9.0claws55
1519
1520         * src/folder.[ch]
1521                 o add notification hook for folder tree changes
1522                 o invoke hooks after folder tree scanning
1523
1524         * src/folderview.[ch]
1525                 register hook for folder tree changes that
1526                 updates the ctree
1527
1528         (there are more places that should be updated, like add, remove 
1529          or move folder)
1530
1531         (closes Bug 164 Crash on rebuild folder tree)
1532         (closes Bug 190 Crash on 'rebuilding folder tree')
1533
1534 2003-06-21 [leandro]    0.9.0claws54
1535
1536         * src/compose.[ch]
1537                 create a new thread if subject changes
1538                 (it's on by default, can be disabled in Message menu)
1539
1540 2003-06-21 [alfons]     0.9.0claws53
1541
1542         * src/summaryview.c
1543                 quiet little compiler
1544
1545 2003-06-21 [christoph]  0.9.0claws52
1546
1547         update gettext stuff to version 0.12
1548
1549 2003-06-19 [alfons]     0.9.0claws51
1550
1551         * src/common/log.c
1552         * src/common/plugin.c
1553                 move defs.h before glib.h to prevent MIN/MAX redefs
1554
1555 2003-06-19 [alfons]
1556
1557         * src/addressbook.c
1558                 translatable
1559
1560 2003-06-19 [match]      0.9.0claws50
1561
1562         * src/addressbook.[ch]
1563         * src/addrindex.[ch]
1564         * src/addr_compl.[ch]
1565         * src/editldap.[ch]
1566         * src/editldap_basedn.[ch]
1567         * src/addritem.[ch]
1568         * src/ldapquery.h
1569                 re-implemented dynamic LDAP search. works without
1570                 slowdown on display sender with addressbook
1571                 option.
1572         * src/addrbook.c
1573                 documented code.
1574
1575 2003-06-19 [paul]       0.9.0claws49
1576
1577         * src/compose.c
1578                 fix Bug #136 'Nonprovided quotation marks crash claws'
1579                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1580
1581 2003-06-19 [alfons]     0.9.0claws48
1582
1583         * src/prefs_common.[ch]
1584         * src/procmsg.c
1585                 restrict threading by subject by checking thread for
1586                 age (prefs_common.thread_by_subject_max_age)
1587
1588 2003-06-18 [christoph]  0.9.0claws47
1589
1590         * src/imap.c
1591                 fix memory leak in imap_cmd_fetch()
1592
1593 2003-06-18 [christoph]  0.9.0claws46
1594
1595         * src/prefs_gtk.c
1596                 fix memory leak in prefs_set_default() when used multiple
1597                 times or after prefs have been read
1598
1599 2003-06-18 [christoph]  0.9.0claws45
1600
1601         * src/common/plugin.c
1602                 fix memory leak in plugin_unload()
1603
1604 2003-06-18 [christoph]  0.9.0claws44
1605
1606         * src/imap.c
1607                 fix memory leak in imap_cmd_ok()
1608
1609 2003-06-18 [christoph]  0.9.0claws43
1610
1611         * src/folder.c
1612                 stop messages that are downloaded from POP3 and added to
1613                 an IMAP inbox from being filtered twice (first by POP3
1614                 and again when IMAP folder is scaned to get the UID of
1615                 the APPEND operation when no UIDPLUS is available)
1616
1617 2003-06-18 [alfons]
1618
1619         * tools/Makefile.am
1620                 phoenix <- firebird     
1621
1622 2003-06-18 [paul]
1623
1624         * tools/launch_phoenix          ** REMOVED **
1625           tools/launch_firebird         ** NEW **
1626                 renamed and edited to reflect the browser's name change from
1627                 'phoenix' to 'firebird'
1628
1629 2003-06-18 [paul]       0.9.0claws42
1630
1631         * sync with 0.9.2cvs2
1632                 see ChangeLog 2003-06-16
1633
1634 2003-06-17 [alfons]     0.9.0claws41
1635
1636         * src/procmsg.c
1637                 prevent threading problems when a node is an ancestor (parent / great parent),
1638                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1639                 for finding an sample set of messages)
1640
1641 2003-06-16 [christoph]  0.9.0claws40
1642
1643         * src/main.c
1644                 don't popup main window on --receive or --receive-all
1645
1646         * src/mainwindow.[ch]
1647         * src/plugins/trayicon/trayicon.c
1648                 allow hiding of main window by clicking on the trayicon
1649                 (doesn't work correctly in seperate window mode and may
1650                  cause unexpected GTK problems I couldn't find yet)
1651
1652         * src/common/ssl.c
1653                 remove incorrect warning
1654
1655 2003-06-15 [alfons]     0.9.0claws39
1656
1657         * src/gtk/gtkstext.c
1658                 don't output debug text;
1659                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1660                 for pointing this out);
1661
1662 2003-06-14 [alfons]     0.9.0claws38
1663         
1664         * src/messageview.c
1665                 remove printf() and make one if..else comply with coding style
1666
1667 2003-06-14 [alfons]     0.9.0claws37
1668
1669         * AUTHORS
1670                 add Martin Wicke
1671         * src/action.c
1672         * src/messageview.[ch]
1673         * src/summaryview.c
1674                 apply patch #754162 "Quoting messages filtered by actions" submitted
1675                 by Martin Wicke, which allows quoting message body changed by an
1676                 action (Thanks!).
1677
1678 2003-06-13 [alfons]     0.9.0claws36
1679
1680         * src/utils.c
1681                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1682                 use case insensitive regexp (suggested by Ivan Martinez)
1683
1684 2003-06-13 [christoph]  0.9.0claws35
1685
1686         * configure.ac
1687         * src/plugins/trayicon/Makefile.am
1688         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1689         * src/plugins/trayicon/trayicon.c
1690         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1691         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1692         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1693         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1694         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1695         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1696                 replace my own EggTrayIcon backport with the backport
1697                 used by (l|x)mule and gabber.
1698
1699 2003-06-13 [alfons]     0.9.0claws34
1700
1701         * AUTHORS
1702         * src/common/utils.c
1703                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1704
1705 2003-06-13 [alfons]     0.9.0claws33
1706
1707         * src/compose.c
1708                 clean up a little bit
1709
1710 2003-06-12 [alfons]     0.9.0claws32
1711
1712         * src/compose.c
1713                 const correctness fix
1714
1715         * src/common/sylpheed.[ch]
1716                 () -> (void)
1717                 prevent redef MIN/MAX
1718                 
1719         * src/common/utils.[ch]
1720                 () -> (void)
1721
1722 2003-06-12 [melvin]     0.9.0claws31
1723
1724         * src/compose.c
1725                 Updated to take into accounts changes in GtkAspell.
1726
1727 2003-06-12 [alfons]     0.9.0claws30
1728
1729         * src/compose.c
1730         * src/procmsg.c
1731         * src/common/utils.[ch]
1732                 handle reply subject prefixes better (initial 
1733                 suggestion by Robert Story adapted and enhanced 
1734                 using regexps)
1735
1736 2003-06-12 [melvin]     0.9.0claws29
1737
1738         * src/compose.c
1739                 Use new gtkaspell_checkers_strerror() to get the speller's
1740                 error message instead of accessing the (now private)
1741                 checkers structure.
1742                 Minor code clean up
1743
1744         * src/main.c
1745                 Use #ifdef instead of #if for USE_ASPELL
1746                 Use the new spell checkers init/quit functions 
1747
1748         * src/gtk/gtkaspell.c
1749                 Use #ifdef instead of #if for USE_ASPELL
1750                 Moved in the majority of GtkAspell structures that were
1751                 exported before by gtkaspell.h
1752         
1753         * src/gtk/gktaspell.h
1754                 Made gtkaspell.h contain only the necessary data to be
1755                 publicized by moving many structures to gtkaspell.c.
1756                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1757                 gtkaspell_checkers_new(): replaced by...
1758                 gtkaspell_checkers_init(): new function for initialization
1759                 gtkaspell_checkers_delete(): replaced by...
1760                 gtkaspell_checkers_quit(): new function
1761                 gtkaspell_checkers_strerror(): new function that returns
1762                 the checker's last error message.
1763                 
1764 2003-06-11 [melvin]     0.9.0claws28
1765
1766         * po/POTFILES.in
1767                 Updated to take into account gtkaspell.c migration to
1768                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1769
1770 2003-06-10 [alfons]     0.9.0claws27
1771
1772         * src/filtering.[ch]
1773         * src/folder.c
1774         * src/matcher.c
1775         * src/scoring.[ch]
1776                 - try fixing bug #18 (any brave testers?)
1777                 - add more robustness by refusing previously 
1778                   unchecked NULL pointers 
1779
1780 2003-06-10 [alfons]     0.9.0claws26
1781
1782         * src/procmsg.c
1783                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1784
1785 2003-06-09 [alfons]     0.9.0claws25
1786
1787         * src/prefs_common.c
1788                 fix bug #163 "Icon switching doesnt work properly" by 
1789                 preventing early freeing of prefs_common.pixmap_theme_path.
1790
1791 2003-06-09 [christoph]  0.9.0claws24
1792
1793         * src/gtk/gtkaspell.c
1794                 revert Thorsten's fix and add forgotten g_strdup for
1795                 aspell path (it should not be possible to alter the path a
1796                 GtkASpell uses from outside)
1797
1798 2003-06-09 [thorsten]   0.9.0claws23
1799
1800         * src/gtk/gtkaspell.c
1801                 dont free prefs_common.aspell_path when closing compose
1802
1803 2003-06-08 [colin]      0.9.0claws22
1804
1805         * src/plugins/spamassassin/spamassassin.c
1806                 fix prefs types
1807
1808 2003-06-07 [christoph]  0.9.0claws21
1809
1810         * src/Makefile.am
1811         * src/compose.c
1812         * src/gtkaspell.[ch]            ** REMOVE **
1813         * src/gtk/Makefile.am
1814         * src/gtk/gtkaspell.[ch]        ** NEW **
1815                 o make gtkaspell independent from sylpheed's prefs
1816                 o move gtkaspell.[ch] to gtk directory
1817
1818 2003-06-07 [christoph]  0.9.0claws20
1819
1820         * src/Makefile.am
1821         * src/crash.c
1822         * src/export.c
1823         * src/filesel.[ch]              ** REMOVE **
1824         * src/folder.c
1825         * src/main.[ch]
1826         * src/common/sylpheed.[ch]
1827         * src/gtk/Makefile.am
1828         * src/gtk/filesel.[ch]          ** NEW **
1829         * src/gtk/pluginwindow.c
1830         * src/gtk/sslcertwindow.c
1831                 move filesel.[ch] to gtk directory
1832
1833 2003-06-07 [alfons]     0.9.0claws19
1834
1835         * src/filesel.c
1836                 make (multi) file selection dialog work again (Claws-only)
1837
1838 2003-06-07 [thorsten]   0.9.0claws18
1839
1840         * po/de.po
1841                 fix typos
1842
1843 2003-06-07 [alfons]     0.9.0claws17
1844
1845         * configure.ac
1846         * src/mimeview.c
1847                 detect apache mishap in which case don't include fnmatch.h
1848                 if regex.h is already included
1849
1850 2003-06-06 [christoph]  0.9.0claws16
1851
1852         * configure.ac
1853         * src/mimeview.h
1854                 add check for fnmatch.h and include it when available
1855
1856         * src/mimeview.[ch]
1857                 fix wrong case sensitivity of Content-Types
1858
1859         * src/gtk/Makefile.am
1860                 need the same include paths in gtk directory as in
1861                 common directory because .h files in common can
1862                 include files from these directories, when included
1863                 in gtk's .h or .c files
1864
1865 2003-06-06 [alfons]     0.9.0claws15
1866
1867         * src/mimeview.c
1868         * src/summaryview.c
1869                 make it compile again because of regex.h / fnmatch.h 
1870                 include problems (related to recent mime stuff, can
1871                 someone check this?)
1872
1873 2003-06-06 [thorsten]   0.9.0claws14
1874
1875         * src/folderview.c
1876                 possible use of uninitialized pointer while dragging
1877
1878 2003-06-06 [paul]       0.9.0claws13
1879
1880         * src/compose.c
1881                 fix bug where the insert sig button would be effective
1882                 only when auto_sig was set
1883
1884 2003-06-06 [paul]       0.9.0claws12
1885
1886         * sync with 0.9.2 release
1887
1888 2003-06-02 [paul]       0.9.0claws11
1889
1890         * sync with 0.9.1cvs1
1891                 see ChangeLog 2003-06-02
1892                 
1893         * po/de.po
1894                 update by Jens
1895
1896 2003-06-01 [christoph]  0.9.0claws10
1897
1898         * src/account.c
1899                 don't use substring search to find accounts by email address
1900
1901         (closes Bug 169 Overly loose matching of "From" address)
1902
1903 2003-05-31 [christoph]  0.9.0claws9
1904
1905         * doc-src/rfc2683.txt
1906         * src/imap.c
1907                 limit IMAP command length as recommended in RFC2683
1908                 (message number lists will be split into multiple imap
1909                 sets, the limit of 1000 octets is not a hard limit)
1910
1911         (closes Bug 161 sylpheed-claws exits with segfault when logging
1912          in to certain imap-servers)
1913
1914 2003-05-29 [alfons]     0.9.0claws8
1915
1916         * src/toolbar.[ch]
1917                 add print button (calling summary_print());
1918                 fine tune setting tooltip text;
1919                 (if someone needs other buttons, please take these 
1920                 commits as a guide, instead of bothering us - also
1921                 see 0.8.11claws150) 
1922
1923 2003-05-29 [darko]      0.9.0claws7
1924
1925         * src/compose.c
1926                 fix crash when word wrapping kicks in due to
1927                 changed text by spell checker
1928
1929 2003-05-29 [paul]       0.9.0claws6
1930
1931         * src/compose.c
1932                 fix bug where changing account would insert
1933                 sig even if auto_sig was FALSE
1934                 
1935         * ChangeLog
1936           ChangeLog.jp
1937           INSTALL
1938                 sync with 0.9.1 release
1939
1940 2003-05-28 [christoph]  0.9.0claws5
1941
1942         * src/imap.c
1943                 fix truncation of too long commands
1944
1945         (closes Bug 167 IMAP hangs trying to get envelope
1946          information in imap_get_uncached_messages)
1947
1948 2003-05-27 [paul]       0.9.0claws4
1949
1950         * tools/Makefile.am
1951           tools/maildir2sylpheed.pl     ** NEW FILE **
1952                 add kmail to sylpheed mailbox conversion script
1953
1954 2003-05-27 [paul]       0.9.0claws3
1955
1956         * sync with 0.9.0cvs10
1957                 see ChangeLog 2003-05-26
1958
1959 2003-05-26 [paul]       0.9.0claws2
1960
1961         * sync with 0.9.0cvs9
1962                 see ChangeLog 2003-05-26
1963
1964 2003-05-24 [paul]       0.9.0claws1
1965
1966         * sync with 0.9.0cvs8
1967                 see ChangeLog 2003-05-23
1968
1969 2003-05-24 [paul]       0.9.0claws
1970
1971         * version 0.9.0claws released
1972
1973 2003-05-24 [paul]       0.8.11claws177
1974
1975         * src/plugins/dillo-viewer/Makefile.am
1976           src/plugins/traycon/Makefile.am
1977                 add missing files
1978                 
1979         * po/bg.po
1980           po/en_GB.po
1981           po/es.po
1982           po/it.po
1983           po/pt_BR.po
1984           po/ru.po
1985           po/sr.po
1986                 update Bulgarian, British English, Spanish, Italian, 
1987                 Brazilian Portuguese, Russian, and Serbian translations, 
1988                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1989                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1990                 Ruslan N. Balkin, and Urke MMI
1991
1992 2003-05-23 [melvin]     0.8.11claws176
1993
1994         * po/fr.po
1995                 Updated French translations
1996
1997 2003-05-22 [paul]       0.8.11claws175
1998
1999         * src/Makefile.am
2000           src/addrbook.[ch]
2001           src/addrcache.[ch]
2002           src/addr_compl.[ch]
2003           src/adressbook.[ch]
2004           src/addrindex.[ch]
2005           src/addritem.[ch]
2006           src/editaddress.c
2007           src/editgroup.c
2008           src/editldap_basedn.c
2009           src/editldap.c
2010           src/jpilot.c
2011           src/vcard.c
2012                 revert to get ldap into it previous working state
2013                 
2014         * po/zh_TW.Big5.po
2015                 new Taiwanese translation,
2016                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2017
2018 2003-05-22 [christoph]  0.8.11claws174
2019
2020         * src/plugins/spamassassin/libspamc.[ch]
2021                 sync libspamc with SpamAssaain release 2.55
2022
2023 2003-05-22 [paul]       0.8.11claws173
2024
2025         * sync with 0.9.0cvs7
2026                 see ChangeLog 2003-05-22
2027                 
2028         * src/summaryview.c
2029                 revert change in 0.8.11claws172: follow
2030                 Hiroyuki's decision and that's the end of it.
2031
2032 2003-05-21 [paul]       0.8.11claws172
2033
2034         * src/summaryview.c
2035                 fix discrepency between open_unread_on_enter
2036                 and always_show_msg
2037
2038 2003-05-21 [paul]       0.8.11claws171
2039
2040         * sync with 0.9.0cvs6
2041                 see ChangeLog 2003-05-21
2042
2043 2003-05-21 [paul]       0.8.11claws170
2044
2045         * sync with 0.9.0cvs5
2046                 see ChangeLog 2003-05-21
2047
2048 2003-05-20 [paul]       0.8.11claws169
2049
2050         * sync with 0.9.0cvs4
2051                 see ChangeLog 2003-05-20
2052                 fixes bug #152, 'encoding of IMAP folders names'
2053
2054 2003-05-20 [paul]       0.8.11claws168
2055
2056         * sync with 0.9.0cvs3
2057                 see ChangeLog 2003-05-20
2058                 
2059         * src/tools/convert_mbox.pl
2060                 minor change in the comments, submitted by Fred Marton
2061
2062 2003-05-19 [paul]       0.8.11claws167
2063
2064         * src/plugins/clamav/Makefile.am
2065           configure.ac
2066                 link clamav_lib to the plugin and not to the main program
2067
2068 2003-05-19 [christoph]
2069
2070         * src/Makefile.am
2071                 add -export-dynamic for linking
2072
2073 2003-05-19 [paul]       0.8.11claws166
2074
2075         * sync with 0.9.0cvs1
2076                 see ChangeLog 2003-05-19
2077
2078 2003-05-19 [paul]       0.8.11claws165
2079
2080         * src/inc.c
2081                 fix 'pop before smtp' timeout
2082
2083 2003-05-18 [alfons]     0.8.11claws164
2084
2085         * src/prefs_matcher.c
2086                 put "execute" action command line ("expression") in edit box
2087
2088 2003-05-18 [christoph]  0.8.11claws163
2089
2090         * src/mimeview.[ch]
2091         * src/plugins/dillo_viewer/dillo_viewer.c
2092         * src/plugins/image_viewer/viewer.c
2093         * src/plugins/mathml_viewer/mathml_viewer.c
2094                 let a viewer have a list of Content-Types
2095
2096 2003-05-18 [paul]       0.8.11claws162
2097
2098         * src/prefs_filtering.c
2099                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2100                 and REDIRECT actions
2101
2102 2003-05-17 [christoph]
2103
2104         * README.claws
2105                 o remove dynamic signatures that was syned with main
2106                 o add infos about no longer "build in" image viewer
2107                 o update bugtracker URL
2108
2109 2003-05-17 [christoph]  0.8.11claws161
2110
2111         * src/folder.c
2112         * src/folderview.c
2113         * src/imap.c
2114                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2115                 for every folder after rebuilding the folder tree.
2116
2117         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2118          messages)
2119
2120 2003-05-17 [christoph]  0.8.11claws160
2121
2122         * src/imap.c
2123                 don't use STATUS command on current folder to check for
2124                 content changes. imap_cmd_ok() now tracks changes to
2125                 folder and number of existing messages.
2126
2127 2003-05-17 [paul]       0.8.11claws159
2128
2129         * src/plugins/clamav/clamav_plugin.c
2130                 remove unnecessary debug_print
2131
2132 2003-05-16 [thorsten]   0.8.11claws158
2133
2134         * src/plugins/demo.c
2135                 included missing intl.h
2136
2137 2003-05-16 [paul]       0.8.11claws157
2138
2139         * po/POTFILES.in
2140                 remove non-existant entries
2141         
2142         * src/plugins/clamav/clamav_plugin.c
2143           src/plugins/clamav/clamav_plugin_gtk.c
2144           src/plugins/dillo_viewer/dillo_prefs.c
2145           src/plugins/dillo_viewer/dillo_viewer.c
2146                 gettextise
2147
2148 2003-05-16 [christoph]  0.8.11claws156
2149
2150         * po/POTFILES.in
2151                 include plugin .c files for translation until I
2152                 find a better solution to have plugins have their
2153                 own textdomain
2154         * src/plugins/demo/demo.c
2155         * src/plugins/image_viewer/plugin.c
2156         * src/plugins/mathml_viewer/mathml_viewer.c
2157         * src/plugins/spamassassin/spamassassin.c
2158         * src/plugins/spamassassin/spamassassin_gtk.c
2159         * src/plugins/trayicon/trayicon.c
2160                 add gettext macros for plugin name and description
2161
2162 2003-05-16 [paul]
2163
2164         * sync with 0.9.0
2165
2166 2003-05-16 [paul]       0.8.11claws155
2167
2168         * sync with lastest 0.9.0pre1
2169                 see ChangeLog 2003-05-16
2170
2171 2003-05-15 [paul]       0.8.11claws154
2172
2173         * sync with latest 0.9.0pre1
2174                 see ChangeLog 2003-05-14 and 2003-05-15
2175
2176 2003-05-14 [christoph]  0.8.11claws153
2177
2178         * src/plugins/image_viewer/viewer.c
2179         * src/plugins/image_viewer/viewer.glade         ** NEW **
2180         * src/plugins/image_viewer/viewerprefs.c
2181                 make it possible to disable the autoload function in the
2182                 imageviewer again
2183
2184 2003-05-14 [christoph]  0.8.11claws152
2185
2186         * src/folder.c
2187                 fix folder update after adding a message
2188
2189 2003-05-13 [alfons]     0.8.11claws151
2190
2191         * src/common/session.c
2192                 remove debug traces
2193                 
2194         * src/addrcache.[ch]
2195         * src/filtering.[ch]
2196         * src/folder.[c]
2197         * src/gtkaspell.[ch]
2198         * src/imap.[ch]
2199         * src/mbox_folder.[ch]
2200         * src/mh.[ch]
2201         * src/mimeview.h
2202         * src/msgcache.[ch]
2203         * src/news.[ch]
2204         * src/passphrase.[ch]
2205         * src/prefs_common.[ch]
2206         * src/prefs_gtk.[ch]
2207         * src/procmsg.c
2208         * src/scoring.[ch]
2209                 be pedantic; (in prototypes () implies (int))
2210
2211 2003-05-13 [alfons]     0.8.11claws150
2212
2213         * src/prefs_toolbar.[ch]
2214         * src/summaryview.[ch]
2215         * src/toolbar.[ch]
2216                 change misleading text in toolbar prefs;
2217                 add toolbar action for ignore thread (toggles ignore thread flag);
2218                 clean up a little bit;
2219
2220 2003-05-12 [paul]
2221
2222         * tools/convert_mbox.pl
2223                 bug fixed by Fred Marton
2224
2225 2003-05-12 [paul]
2226
2227         * sync with 0.9.0pre1
2228
2229 2003-05-09 [paul]       0.8.11claws149
2230
2231         * sync with 0.8.11cvs43
2232                 see ChangeLog 2003-05-09
2233
2234 2003-05-08 [christoph]  0.8.11claws148
2235
2236         * src/imap.[ch]
2237                 o use CAPABILIY as first command and check for PREAUTH
2238                   information in the response to it
2239                 o rewrite all imap_cmd_* functions to use an IMAPSession
2240                   instead of a SockInfo as parameter
2241                 o do STARTTLS after fetching and checking the server
2242                   capabilities
2243
2244 2003-05-08 [paul]       0.8.11claws147
2245
2246         * tools/Makefile.am
2247           tools/README
2248           tools/convert_mbox.pl         ** NEW FILE **
2249                 add mbox conversion script. Submitted by 
2250                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2251
2252 2003-05-07 [christoph]
2253
2254         * doc-src/glade.txt
2255         * src/gtk/pluginwindow.glade
2256         * src/plugins/image_viewer/viewerprefs.glade
2257         * src/plugins/spamassassin/spamassassin_gtk.glade
2258                 add glade files for user interfaces and a description how
2259                 to use glade to create the sylpheed code
2260
2261 2003-05-07 [paul]       0.8.11claws146
2262
2263         * sync with 0.8.11cvs41
2264                 see ChangeLog 2003-05-07
2265
2266 2003-05-06 [christoph]  0.8.11claws145
2267
2268         * src/main.c
2269         * src/plugins/image_viewer/viewer.c
2270                 fix usage of imlib in imageviewer plugin
2271
2272         * src/gtk/prefswindow.c
2273                 handle window close event correctly
2274
2275 2003-05-06 [paul]       0.8.11claws144
2276
2277         * src/common/ssl.c
2278                 fix typo introduced in sync
2279
2280 2003-05-06 [paul]       0.8.11claws143
2281
2282         * sync with 0.8.11cvs39
2283                 see ChangeLog 2003-05-06
2284
2285 2003-05-06 [paul]       0.8.11claws142
2286
2287         * AUTHORS
2288           po/cs.po
2289                 updated Czech translation, submitted by 
2290                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2291                 
2292         * src/plugins/clamav/clamav_plugin_gtk.c
2293                 clean up
2294
2295 2003-05-03 [alfons]     0.8.11claws141
2296
2297         * src/compose.[ch]
2298                 make paste as quotation work even when the call to 
2299                 text_inserted() was deferred (fixes bug #140 "Paste 
2300                 as quotation does not work when using "external" 
2301                 clipboard")
2302
2303 2003-05-03 [thorsten]   0.8.11claws140
2304
2305         * src/addrquery.h
2306           src/ldapquery.h
2307           src/mainwindow.c
2308                 removed C++ comments
2309         * src/addr_compl.c
2310                 function with non-int retval/param used before
2311                 implementation/declaration
2312
2313 2003-05-02 [paul]       0.8.11claws139
2314
2315         * src/addr_compl.[ch]
2316           src/addressbook.[ch]
2317           src/addrindex.c
2318           src/summaryview.c
2319                 revert match's changes to (finally) remove the bug where
2320                 opening a folder causes massive slowdown when using the 
2321                 'Display sender using address book' option
2322
2323 2003-05-01 [melvin]     0.8.11claws138
2324
2325         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2326         * src/plugins/dillo_viewer/dillo_viewer.c
2327                 Fixed bug where "Cancel" button from prefs issued
2328                 warnings.
2329                 Comply a little more to coding style
2330
2331 2003-05-01 [paul]       0.8.11claws137
2332
2333         * sync with 0.8.11cvs38
2334                 see ChangeLog 2003-05-01
2335
2336 2003-05-01 [paul]       0.8.11claws136
2337
2338         * po/bg.po
2339                 updated by George Danchev
2340
2341 2003-04-30 [christoph]  0.8.11claws135
2342
2343         * src/plugins/dillo_viewer/dillo_prefs.c
2344         * src/plugins/image_viewer/viewerprefs.c
2345         * src/plugins/spamassassin/spamassassin_gtk.c
2346                 remove gtk_widget_ref() calls for widgets in
2347                 glade code
2348
2349 2003-04-30 [paul]       0.8.11claws134
2350
2351         * src/addrindex.c
2352                 ok, this time a better fix for the bug where opening folder
2353                 has massive slowdown when using the 'Display sender using 
2354                 address book' option
2355
2356 2003-04-30 [paul]       0.8.11claws133
2357
2358         * src/addrindex.c
2359                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2360         
2361 2003-04-30 [melvin]     0.8.11claws132
2362
2363         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2364
2365         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2366                 Preferences for the dillo plugin
2367         * src/plugins/dillo_viewer/dillo_viewer.c
2368                 Support for preferences
2369         * src/plugins/dillo_viewer/Makefile.am
2370                 Added dillo_prefs.[ch]
2371
2372 2003-04-30 [alfons]     0.8.11claws131
2373
2374         * src/common/plugin.[ch]
2375                 see? this ANSI C'fication immediately gives us type
2376                 checking for free.
2377
2378 2003-04-30 [alfons]     0.8.11claws130
2379
2380         * src/common/plugin.[ch]
2381         * src/plugins/clamav/clamav_plugin.[ch]
2382         * src/plugins/clamav/clamav_plugin_gtk.c
2383         * src/plugins/demo/demo.c
2384         * src/plugins/dillo_viewer/dillo_viewer.c
2385         * src/plugins/image_viewer/plugin.c
2386         * src/plugins/image_viewer/viewer.[ch]
2387         * src/plugins/image_viewer/viewerprefs.[ch]
2388         * src/plugins/mathml_viewer/mathml_viewer.c
2389         * src/plugins/spamassassin/spamassassin.[ch]
2390         * src/plugins/spamassassin/spamassassin_gtk.c
2391         * src/plugins/trayicon/trayicon.c
2392                 clean up
2393
2394 2003-04-30 [alfons]     0.8.11claws129
2395
2396         * src/common/utils.c
2397                 make is_ascii_str() fail gracefully when NULL pointer
2398                 is passed
2399
2400 2003-04-30 [paul]       0.8.11claws128
2401
2402         * src/addrindex.c
2403                 fix bug where opening folder has massive slowdown when
2404                 using the 'Display sender using address book' option
2405
2406 2003-04-30 [paul]       0.8.11claws127
2407
2408         * src/plugins/clamav/clamav_plugin.c
2409           src/plugins/clamav/clamav_plugin_gtk.c
2410           src/plugins/demo/demo.c
2411           src/plugins/dillo_viewer/dillo_viewer.c
2412           src/plugins/image_viewer/plugin.c
2413           src/plugins/mathml_viewer/mathml_viewer.c
2414           src/plugins/spamassassin/spamassassin.c
2415           src/plugins/spamassassin/spamassassin_gtk.c
2416           src/plugins/trayicon/trayicon.c
2417                 get rid of eye-hurting function signatures
2418
2419 2003-04-30 [paul]       0.8.11claws126
2420
2421         * src/plugins/trayicon/trayicon.c
2422                 add description
2423                 
2424         * src/mimeview.c
2425                 be more descriptive
2426
2427 2003-04-30 [paul]       0.8.11claws125
2428
2429         * configure.ac
2430                 arrange the plugins in reverse alphabetical order
2431                 
2432         * src/plugins/clamav/clamav_plugin.[ch]
2433           src/plugins/clamav/clamav_plugin_gtk.c
2434                 rename some params
2435                 resize max_size window
2436                 re-arrange the order of some gui elements
2437                 improve descriptions
2438         
2439         * src/plugins/image_viewer/plugin.c
2440           src/plugins/mathml_viewer/mathml_viewer.c
2441                 add descriptions
2442                 
2443         * src/plugins/spamassassin/spamassassin_gtk.c
2444                 resize max_size window
2445                 re-arrange the order of some gui elements
2446                 
2447         * src/messageview.c
2448           src/mimeview.c
2449                 correct typos
2450
2451 2003-04-30 [alfons]     0.8.11claws124
2452
2453         * src/imap.c
2454                 fix a leak found while browsing Martin Kluge's 
2455                 valgrind log (Claws only)
2456
2457 2003-04-29 [darko]      0.8.11claws123
2458
2459         * src/gtk/gtkstext.h
2460                 include wchar.h if it is available, fixes compilation
2461                 on HP-UX systems
2462
2463 2003-04-29 [melvin]     0.8.11claws122
2464
2465         * src/prefs_actions.c
2466                 Improved help text of Actions' syntax
2467
2468 2003-04-28 [paul]       0.8.11claws121
2469
2470         * src/action.c
2471                 a better fix for the crash when performing an action
2472                 on a mime part
2473
2474 2003-04-28 [paul]       0.8.11claws120
2475
2476         * src/action.c
2477                 fix crash when performing an action on a
2478                 mime part
2479
2480 2003-04-28 [paul]       0.8.11claws119
2481
2482         * sync with 0.8.11cvs36
2483                 see ChangeLog 2003-04-28
2484
2485 2003-04-27 [paul]       0.8.11claws118
2486
2487         * more sync with 0.8.11cvs35
2488                 see ChangeLog 2003-04-25
2489
2490 2003-04-26 [christoph]  0.8.11claws117
2491
2492         * src/folder.c
2493                 fix remove virtual check
2494
2495 2003-04-26 [paul]       0.8.11claws116
2496
2497         * src/messageview.c
2498                 fix return-receipt, make it work again
2499
2500 2003-04-26 [paul]       0.8.11claws115
2501
2502         * src/mimeview.c
2503                 restore double-clicking of the [application/pgp-signature 
2504                 (Select "Check signature" to check)] line in the message view,
2505                 broken in recent sync
2506
2507 2003-04-26 [christoph]  0.8.11claws114
2508
2509         * src/folder.c
2510                 check if remove virtual really exists before
2511                 calling the function
2512
2513 2003-04-25 [match]      0.8.11claws113
2514
2515         * src/addrindex.c
2516         * src/addrbook.c
2517         * src/ldapquery.[ch]
2518         * src/ldapctrl.[ch]
2519                 fix memleak.
2520         * src/ldapserver.[ch]
2521                 fix memleak. fix segfault.
2522                 plug a Claws memleak
2523
2524 2003-04-25 [alfons]     0.8.11claws112
2525
2526         * src/folder.c
2527                 plug a Claws memleak
2528
2529 2003-04-25 [alfons]     0.8.11claws111
2530
2531         * src/common/session.c
2532                 plug a memleak
2533
2534 2003-04-25 [paul]       0.8.11claws110
2535
2536         * sync with 0.8.11cvs35
2537                 see ChangeLog 2003-04-24 and 2003-04-25
2538                 
2539         * src/gtk/pluginwindow.c
2540                 correct another strange float value
2541
2542 2003-04-24 [christoph]  0.8.11claws109
2543
2544         * src/folder.c
2545                 freeze folder item updates when unsetting new flags
2546
2547         * src/gtk/pluginwindow.c
2548                 correct strange float value
2549
2550 2003-04-23 [paul]       0.8.11claws108
2551
2552         * sync with 0.8.11cvs33
2553                 see ChangeLog 2003-04-23
2554
2555 2003-04-22 [paul]       0.8.11claws107
2556
2557         * src/Makefile.am
2558           src/messageview.c
2559           src/mimeview.c
2560           src/pgptext.[ch]      ** REMOVED **
2561                 remove pgptext.[ch] as its not used any more
2562
2563 2003-04-22 [paul]       0.8.11claws106
2564
2565         * sync with 0.8.11cvs31
2566                 see ChangeLog 2003-04-21 and 2003-04-22
2567
2568 2003-04-21 [alfons]     0.8.11claws105
2569
2570         * src/main.c
2571                 No access to GTK structures if we're a spawned child
2572                 (and clean up code a little bit...) Should fix #126.
2573
2574 2003-04-21 [melvin]     0.8.11claws104
2575
2576         * src/plugins/dillo_viewer/README
2577                 Improved slightly the text.
2578
2579 2003-04-21 [melvin]     0.8.11claws103
2580
2581         * src/plugins/dillo_viewer/README *** NEW ***
2582                 Added a README file for the Dillo plugin
2583
2584 2003-04-20 [paul]
2585
2586         * tools/README
2587           tools/outlook2sylpheed.pl
2588                 updated and improved by Ricardo Mones Lastra
2589
2590 2003-04-18 [oliver]     0.8.11claws102
2591
2592         * src/inc.c 
2593         * src/prefs_account.h
2594                 remove Pop3SessionType (used by selective download)
2595         * src/prefs_toolbar.c
2596                 enable set Default Toolbar button
2597
2598 2003-04-18 [paul]       0.8.11claws101
2599
2600         * sync with 0.8.11cvs29
2601                 see ChangeLog 2003-04-18
2602
2603 2003-04-17 [paul]       0.8.11claws100
2604
2605         * src/prefs_common.[ch]
2606           src/summaryview.c
2607                 remove 'Open next message on deletion' option,
2608                 as the same effect can now be achieved via the
2609                 'Always open messages in summary when selected'
2610                 option.
2611
2612 2003-04-17 [paul]       0.8.11claws99
2613
2614         * sync with 0.8.11cvs28
2615                 see ChangeLog 2003-04-17
2616
2617 2003-04-17 [christoph]  0.8.11claws98
2618
2619         * ac/spamassassin.m4
2620         * src/plugins/spamassassin/libspamc.[ch]
2621         * src/plugins/spamassassin/utils.[ch]
2622                 sync libspamc with SpamAssassin project
2623
2624 2003-04-17 [christoph]  0.8.11claws97
2625
2626         * src/common/socket.h
2627         * src/gtk/sslcertwindow.h
2628                 rename old USE_SSL to USE_OPENSSL
2629
2630 2003-04-17 [paul]       0.8.11claws96
2631
2632         * src/prefs_common.h
2633                 use gulong for P_COLOR so that it compiles/runs on
2634                 64-bit systems. Patch submitted by James Noyes
2635                 <jnoyes-claws@retrogeeks.com>
2636                 
2637         * po/de.po
2638                 updated by Jens
2639
2640 2003-04-17 [paul]       0.8.11claws95
2641
2642         * sync with 0.8.11cvs27
2643                 see ChangeLog 2003-04-16
2644
2645 2003-04-15 [paul]       0.8.11claws94
2646
2647         * src/prefs_common.[ch]
2648                 rearrange to stop the window getting too long:
2649                         move Receive dialog stuff to Receive tab
2650                         move Send dialog to Send tab
2651                         remove Dialogs frame
2652                 rename 'Open messages in summary with cursor keys' to
2653                 'Always open messages in summary when selected', as its
2654                 more appropriate
2655
2656 2003-04-15 [paul]       0.8.11claws93
2657
2658         * src/prefs_common.[ch]
2659           src/summaryview.c
2660                 add new option '/Interface/Open next message on deletion'
2661
2662 2003-04-15 [paul]       0.8.11claws92
2663
2664         * src/summaryview.[ch]
2665                 add /Mark/Lock and /Mark/Unlock to the pop-up
2666                 menu. Patch submitted by Ivan Francolin Martinez
2667                 <ivanfm@users.sourceforge.net>
2668
2669 2003-04-15 [paul]       0.8.11claws91
2670
2671         * sync with 0.8.11cvs24
2672                 see ChangeLog 2003-04-15
2673
2674 2003-04-14 [jens]       0.8.11claws90
2675
2676         * updated German translation and some corrections from
2677                 Roland Bless <bless@tm.uka.de>
2678
2679 2003-04-14 [paul]       0.8.11claws89
2680
2681         * sync with 0.8.11cvs22
2682                 see ChangeLog 2003-04-14
2683
2684 2003-04-13 [paul]       0.8.11claws88
2685
2686         * src/plugins/clamav/clamav_plugin.c
2687                 fix memory leaks
2688                 clean up
2689
2690 2003-04-12 [paul]       0.8.11claws87
2691
2692         * src/plugins/clamav/clamav_plugin.c
2693                 activate enable/disable archive scanning option
2694                 
2695         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2696
2697 2003-04-12 [paul]       0.8.11claws86
2698
2699         * src/plugins/Makefile.am
2700           src/plugins/clamav/Makefile.am                ** NEW FILE **
2701           src/plugins/clamav/README                     ** NEW FILE ** 
2702           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2703           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2704                 add Clam AntiVirus plugin
2705
2706 2003-04-12 [paul]       0.8.11claws85
2707
2708         * sync with 0.8.11cvs21
2709                 see ChangeLog 2003-04-11
2710
2711 2003-04-11 [paul]       0.8.11claws84
2712
2713         * po/es.po
2714                 update Spanish translation. Submitted by Ricardo
2715                 Mones Lastra.
2716
2717 2003-04-10 [christoph]  0.8.11claws83
2718
2719         * src/mbox.c
2720                 fix typo that did not move unfiltered mails to destination
2721                 folder
2722
2723         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2724          when filtering from spool)
2725
2726 2003-04-10 [christoph]  0.8.11claws82
2727
2728         * src/imap.c
2729                 use BODY.PEEK instead of BODY in in message fetch operation
2730                 to make sure the IMAP server does not set the \Seen flag for
2731                 messages. Sylpheed does that later itself, when the message
2732                 is opened in sylpheed
2733
2734         (closes Bug 111 Claws destroys unread marks)
2735
2736 2003-04-09 [oliver]     0.8.11claws81
2737         
2738         * src/folder.c
2739                 fix crash in folder_destroy
2740         * README.claws
2741                 remove selective download
2742
2743 2003-04-09 [christoph]  0.8.11claws80
2744
2745         * src/imap.c
2746                 fix crash in imap_get_msginfo() when then fetched message
2747                 is not found
2748
2749         (closes Bug 110 Crash during mail composition)
2750
2751 2003-04-08 [christoph]  0.8.11claws79
2752
2753         * src/folder.c
2754         * src/prefs_account.c
2755                 Filter new messages that are found in an INBOX folder
2756                 when 'Filter messages on receiving' is enabled in the
2757                 Folder's AccountPrefs. This allows to use Sylpheed's
2758                 filtering engine for IMAP folders where messages are
2759                 added to the INBOX by a MTA
2760
2761 2003-04-08 [paul]       0.8.11claws78
2762
2763         * src/procmsg.h
2764                 clean up after last commit
2765
2766 2003-04-08 [paul]       0.8.11claws77
2767
2768         * sync with 0.8.11cvs20
2769                 see ChangeLog 2003-04-07 and 2003-04-08
2770
2771 2003-04-07 [christoph]  0.8.11claws76
2772
2773         * src/filtering.[ch]
2774         * src/inc.[ch]
2775         * src/mbox.c
2776         * src/procmsg.[ch]
2777                 add procmsg_msginfo_filter() to execute filtering actions
2778
2779 2003-04-06 [christoph]  0.8.11claws75
2780
2781         * src/imap.c
2782                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2783
2784 2003-04-06 [christoph]  0.8.11claws74
2785
2786         * src/common/utils.[ch]
2787                 add g_int_compare() function for slist sorting
2788
2789         * src/imap.c
2790                 fetch all MsgInfos with one command in imap_get_msginfos()
2791                 using an imap set with a list of ranges
2792
2793         * src/news.c
2794                 use new g_int_compare() function
2795
2796 2003-04-06 [thorsten]   0.8.11claws73
2797
2798         * src/mh.c
2799                 corrected implementation of mh_folder_destroy()
2800
2801 2003-04-05 [christoph]  0.8.11claws72
2802
2803         * src/account.c
2804         * src/folder.[ch]
2805         * src/folderview.c
2806         * src/imap.c
2807         * src/inc.c
2808         * src/main.c
2809         * src/mainwindow.c
2810         * src/mbox_folder.c
2811         * src/mh.c
2812         * src/mimeview.h
2813         * src/msgcache.[ch]
2814         * src/news.c
2815         * src/procmime.h
2816         * src/procmsg.[ch]
2817         * src/setup.c
2818         * src/gtk/gtkutils.c
2819                 o rename structure field names class and new to klass and
2820                   new_msgs, to allow including files in C++
2821                 o add 'extern "C"' block to some header files
2822                 o add MsgInfoList and MsgNumberList as alias for GSList for
2823                   developers to know what type of list is expected
2824
2825         * src/plugins/image_viewer/plugin.c
2826         * src/plugins/image_viewer/viewer.[ch]
2827         * src/plugins/image_viewer/viewerprefs.[ch]
2828                 rename function names to prevent conflicts
2829
2830 2003-04-05 [paul]       0.8.11claws71
2831
2832         * sync with 0.8.11cvs18
2833                 see ChangeLog 2003-04-03 and 2003-04-04
2834
2835 2003-04-02 [christoph]  0.8.11claws70
2836
2837         * src/folder.[ch]
2838         * src/imap.[ch]
2839         * src/mbox_folder.[ch]
2840         * src/mh.[ch]
2841         * src/news.[ch]
2842                 o Make all virtual folder functions private
2843                 o remove unused folder code
2844
2845         * src/common/socket.[ch]
2846         * src/summaryview.c
2847                 fix warnings
2848
2849 2003-03-30 [alfons]     0.8.11claws69
2850
2851         * src/send_message.c
2852                 remove two debug traces and see if people still report
2853                 errors
2854
2855 2003-03-30 [alfons]     0.8.11claws68
2856
2857         * src/send_message.c
2858         * src/commons/session.c
2859                 add more debug traces
2860
2861 2003-03-30 [christoph]  0.8.11claws67
2862
2863         * src/folder.c
2864                 change processing folder name from .processing to processing
2865
2866         * src/common/ssl.c
2867                 disable SSL certificate check because it causes Xlib error
2868                 when the child process want's to open an GTK window
2869
2870 2003-03-30 [christoph]  0.8.11claws66
2871
2872         * src/folder.c
2873                 don't use default folder for processing folder item because
2874                 it can be a non local folder
2875
2876         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2877
2878 2003-03-30 [alfons]     0.8.11claws65
2879
2880         * src/send_message.c
2881                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2882                 to generate bad code for 'send_send_data_progressive': When
2883                 called from 'send_send_data_finished', the 'data' pointer is
2884                 cleared just before the assignment to the dialog pointer
2885
2886 2003-03-29 [christoph]  0.8.11claws64
2887
2888         * src/common/prefs.h
2889         * src/plugins/image_viewer/Makefile.am
2890         * src/plugins/image_viewer/plugin.c
2891         * src/plugins/image_viewer/viewer.[ch]
2892         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2893                 add PrefsPage for ImageViewer
2894
2895 2003-03-28 [thorsten]   0.8.11claws63
2896
2897         * src/common/session.c
2898                 added some comments
2899
2900 2003-03-28 [paul]       0.8.11claws62
2901
2902         * sync with 0.8.11cvs16
2903                 see ChangeLog 2003-03-28
2904
2905 2003-03-28 [paul]       0.8.11claws61
2906
2907         * sync with 0.8.11cvs15
2908                 see ChangeLog 2003-03-28
2909
2910 2003-03-27 [christoph]  0.8.11claws60
2911
2912         * src/folder.c
2913         * src/imap.c
2914         * src/common/socket.[ch]
2915                 set socket state to DISCONNECTED when any operation
2916                 fails to allow reconnecting in IMAP code without
2917                 checking the return code of all calls to the command
2918                 functions
2919
2920         * src/folderview.c
2921         * src/summaryview.c
2922                 remove some more stuff that depends on specific
2923                 folder types
2924
2925 2003-03-27 [paul]       0.8.11claws59
2926
2927         * sync with 0.8.11cvs14
2928                 see ChangeLog 2003-03-27
2929                 
2930         * src/selective_download.[ch]   ** REMOVED **
2931                 really removed
2932
2933 2003-03-27 [christoph]  0.8.11claws58
2934
2935         * src/folder.c
2936                 fix handling of tmp_flags in flag copy function
2937
2938 2003-03-27 [paul]       0.8.11claws57
2939
2940         * sync with 0.8.11cvs13
2941                 see ChangeLog 2003-03-27
2942
2943 2003-03-27 [oliver]     0.8.11claws56
2944
2945         * src/maiwindow.c
2946                 remove sel_download_cb
2947
2948 2003-03-27 [oliver]     0.8.11claws55
2949         
2950         * src/inc.c
2951                 remove POP3_TOP
2952         
2953 2003-03-26 [oliver]     0.8.11claws54
2954
2955         *src/pop.h
2956                 remove POP3_TOP*
2957         * README.claws
2958                 remove selective donwload readme
2959
2960 2003-03-26 [oliver]     0.8.11claws53
2961         * src/matcher.[ch]
2962         * src/matcher_parser_parse.y 
2963         * src/pop.c 
2964         * src/prefs_account.[ch]
2965         * src/prefs_filtering.c
2966                 remove selective donwload
2967
2968 2003-03-26 [oliver]     0.8.11claws52
2969
2970         * src/inc.[ch] 
2971         * src/filtering.c 
2972         * src/mainwindow.c 
2973                 remove selective donwload
2974
2975 2003-03-26 [oliver]     0.8.11claws51
2976         
2977         * src/Makefile.am
2978         * src/selective_download.[ch]   ** REMOVE **    
2979
2980 2003-03-26 [christoph]  0.8.11claws50
2981
2982         * src/news.c
2983                 fix NEWS that got broken by a sync with sylpheed-main
2984
2985 2003-03-26 [christoph]  0.8.11claws49
2986
2987         * src/mimeview.c
2988                 fix mime type guessing when no mime type is found for a file
2989
2990 2003-03-25 [christoph]  0.8.11claws48
2991
2992         * src/mimeview.c
2993         * src/procmime.c
2994                 remove mime type guessing from mime parser and use
2995                 name based mime types in viewer lookup for mime type
2996                 application/octet-stream
2997
2998 2003-03-25 [christoph]  0.8.11claws47
2999
3000         * doc-src/readme.txt
3001         * doc-src/rfc2554.txt
3002                 add RFC about SMTP AUTH
3003
3004         * src/send_message.c
3005         * src/common/smtp.[ch]
3006                 add extra error code for authentication errors and
3007                 clear temporary password when this error occurs
3008
3009         (closes Bug 84 authentication failure while sending should
3010          prompt for password again)
3011
3012 2003-03-25 [christoph]  0.8.11claws46
3013
3014         * configure.ac
3015         * src/Makefile.am
3016         * src/imageview.[ch]                            ** REMOVE **
3017         * src/messageview.[ch]
3018         * src/mimeview.[ch]
3019         * src/prefs_common.[ch]
3020         * src/textview.c
3021         * src/plugins/Makefile.am
3022         * src/plugins/image_viewer/.cvsignore           ** NEW **
3023         * src/plugins/image_viewer/Makefile.am          ** NEW **
3024         * src/plugins/image_viewer/plugin.c             ** NEW **
3025         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3026                 move image viewer into a plugin (building is enabled by default)
3027                 [ToDo: Prefs for resize and autoview]
3028
3029 2003-03-25 [paul]       0.8.11claws45
3030
3031         * sync with 0.8.11cvs12
3032                 see ChangeLog 2003-03-26
3033
3034 2003-03-25 [paul]       0.8.11claws44
3035
3036         * sync with 0.8.11cvs11
3037                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3038                 
3039         Note: Selective Download is broken.
3040                 
3041 2003-03-22 [christoph]  0.8.11claws43
3042
3043         * src/folder.c
3044                 code cleanup for flags copying
3045
3046 2003-03-22 [christoph]  0.8.11claws42
3047
3048         * src/plugins/trayicon/trayicon.c
3049                 fix setting the transparent area when the window size
3050                 is forced by the system tray
3051
3052 2003-03-22 [christoph]  0.8.11claws41
3053
3054         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3055         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3056         * src/plugins/trayicon/newmail.xpm              ** NEW **
3057         * src/plugins/trayicon/nomail.xpm               ** NEW **
3058         * src/plugins/trayicon/trayicon.c
3059         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3060                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3061                 o add icon for unread mails
3062                 o set transparency for window
3063
3064 2003-03-22 [christoph]  0.8.11claws40
3065
3066         * src/news.c
3067                 init news session to prevent crash when session is closed
3068
3069 2003-03-22 [christoph]  0.8.11claws39
3070
3071         * src/imap.c
3072         * src/common/session.[ch]
3073                 Init session data to make sure we don't have invalid pointers
3074                 for read_ch and write_ch when new multi process sessions are
3075                 not used
3076
3077         * src/main.c
3078         * src/common/plugin.c
3079         * src/common/sylpheed.c
3080         * src/plugins/demo/demo.c
3081         * src/plugins/dillo_viewer/dillo_viewer.c
3082         * src/plugins/mathml_viewer/mathml_viewer.c
3083         * src/plugins/spamassassin/spamassassin.c
3084         * src/plugins/spamassassin/spamassassin_gtk.c
3085                 add plugin types to allow loading plugins at different times
3086                 (and maybe for different frontends), because it's not good to
3087                 load GTK-Plugins gefore gtk_init was called
3088
3089         * configure.ac
3090         * src/plugins/Makefile.am
3091         * src/plugins/trayicon/.cvsignore               ** NEW **
3092         * src/plugins/trayicon/Makefile.am              ** NEW **
3093         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3094         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3095         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3096         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3097         * src/plugins/trayicon/trayicon.c               ** NEW **
3098                 New Trayicon plugin that shows an icon in a systray that uses
3099                 XEMBED protocol like Gnome's systray. Icon shows if there
3100                 are new mails and a tooltip shows information about new,
3101                 unread and total messages.
3102
3103 2003-03-22 [paul]       0.8.11claws38
3104
3105         * src/common/smtp.c
3106                 fix ESMTP AUTH CRAM-MD5
3107                 [sync with main (still version 0.8.11cvs6), see
3108                  ChangeLog 2003-03-22]
3109
3110 2003-03-21 [colin]      0.8.11claws37
3111
3112         * src/send_message.c
3113                 Fix USE_SSL => USE_OPENSSL
3114
3115 2003-03-21 [colin]      0.8.11claws36
3116
3117         * src/folderview.c
3118                 Fix counts in drag and dropped subfolders
3119
3120 2003-03-21 [colin]      0.8.11claws35
3121
3122         * src/folder.c 
3123         * src/folderview.c
3124                 speed up a bit folder dnd
3125
3126 2003-03-20 [alfons]     0.8.11claws34
3127
3128         * src/main.c
3129         * src/toolbar.c
3130         * src/procmsg.c
3131                 don't send locked queue messages
3132                 (feature request "[ 705245 ] Locking message in outbox 
3133                  should prevent sending")
3134
3135 2003-03-20 [christoph]  0.8.11claws33
3136
3137         * src/folder.c
3138                 remove NEW and UNREAD flag in special folders when scanning
3139                 
3140         * src/common/smtp.c
3141                 fix ESMTP AUTH CRAM-MD5
3142
3143 2003-03-20 [paul]       0.8.11claws32
3144
3145         * src/prefs_account.c
3146                 Re-write 'Tunnel command to open connection' as
3147                 'Use command to communicate with server', and disable
3148                 it for all except IMAP accounts
3149
3150 2003-03-20 [paul]       0.8.11claws31
3151
3152         * sync with 0.8.11cvs6
3153                 see ChangeLog 2003-03-20
3154
3155 2003-03-19 [match]      0.8.11claws30
3156
3157         * src/addritem.[ch]
3158                 include documentation. minor refactoring.
3159         * src/addr_compl.[ch]
3160         * src/addrindex.[ch]
3161         * src/addresbook.[ch]
3162         * src/summaryview.c
3163                 re-enable address lookup (was disabled in
3164                 0.8.11claws20).
3165
3166 2003-03-19 [christoph]  0.8.11claws29
3167
3168         * src/procmsg.c
3169                 add temp flag handling, will make moving and copying
3170                 messages possible again
3171
3172         * src/folder.c
3173                 correct calulation of folder stats
3174
3175 2003-03-18 [match]      0.8.11claws28
3176
3177         * src/editgroup.h
3178                 remove case sensitive comparison (closes bug 80).
3179
3180 2003-03-18 [christoph]  0.8.11claws27
3181
3182         * src/imap.c
3183                 fix imap using a tunnel command
3184
3185         (closes bug 87)
3186
3187 2003-03-18 [christoph]  0.8.11claws26
3188
3189         * src/folder.[ch]
3190         * src/imap.c
3191         * src/procmsg.[ch]
3192                 rewrite flag handling for folders
3193
3194 2003-03-18 [christoph]  0.8.11claws25
3195
3196         * src/folder.c
3197         * src/procmsg.c
3198         * src/summaryview.c
3199                 unset NEW and UNREAD flags when message is ignored, to make
3200                 sure messages don't show up as unread on other IMAP clients,
3201                 because the IGNORE_THREAD flag can not be syncronized through
3202                 the IMAP folder
3203
3204 2003-03-17 [christoph]  0.8.11claws24
3205
3206         * src/imap.c
3207                 don't use recursion to fetch uids when the number of messages
3208                 does not match. Moved code into subfunction that is used
3209                 again when needed, to prevent an endless loop.
3210
3211 2003-03-17 [thorsten]   0.8.11claws23
3212
3213         * src/imageview.[ch]
3214                 export imageview_get_resized_size() (for plugins)
3215         * src/prefs_common.[ch]
3216                 added prefs_common_get() (for plugins)
3217
3218 2003-03-17 [christoph]  0.8.11claws22
3219
3220         * src/imap.c
3221                 o remove UID guessing from copy code
3222                 o support UIDPLUS extension for APPEND command
3223
3224 2003-03-17 [paul]       0.8.11claws21
3225
3226         * src/gtk/about.c
3227                 remove 'Compiled-plugins' section.
3228                 
3229         * src/plugins/dillo_viewer/dillo_viewer.c
3230                 slight change to description text
3231
3232 2003-03-16 [match]      0.8.11claws20
3233         * src/ldapserver.[ch]           ** NEW **
3234         * src/ldapctrl.[ch]             ** NEW **
3235         * src/ldapquery.[ch]            ** NEW **
3236         * src/ldaputil.[ch]             ** NEW **
3237         * src/addrcindex.[ch]           ** NEW **
3238         * src/addrquery.h               ** NEW **
3239         * src/addritem.[ch]
3240         * src/addrcache.[ch]
3241         * src/addrindex.[ch]
3242         * src/addr_compl.[ch]
3243         * src/addressbook.[ch]
3244         * src/addrbook.[ch]
3245         * src/editgroup.c
3246         * src/editaddress.c
3247         * src/editldap.c
3248         * src/editldap_basedn.c
3249         * src/vcard.c
3250         * src/jpilot.c
3251         * src/Makefile.am
3252                 included dynamic LDAP queries. improved address
3253                 completion.
3254
3255 2003-03-16 [paul]       0.8.11claws19
3256
3257         * tools/multiwebsearch.pl
3258                 fix a fatal typo
3259
3260 2003-03-16 [christoph]  0.8.11claws18
3261
3262         * src/mimeview.c
3263         * src/plugins/dillo_viewer/dillo_viewer.c
3264         * src/plugins/mathml_viewer/mathml_viewer.c
3265                 make unregistering of MimeViewerFactorys possible
3266
3267 2003-03-16 [alfons]     0.8.11claws17
3268
3269         * configure.ac
3270                 correct typo
3271
3272 2003-03-16 [melvin]     0.8.11claws16
3273
3274         * src/plugins/dillo_viewer.c
3275                 Fixed bug where it was not possible to view more than
3276                 one text/html attachment per message (bug discovered
3277                 by Christoph Hohmann).
3278
3279 2003-03-15 [melvin]     0.8.11claws15
3280
3281         * src/prefs_actions.c
3282                 Fixed compilation warnings.
3283
3284 2003-03-15 [melvin]     0.8.11claws14
3285
3286         * src/plugins/Makefile.am
3287         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3288         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3289         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3290                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3291                 newer (http://dillo.auriga.wearlab.de/).
3292
3293 2003-03-15 [christoph]  0.8.11claws13
3294
3295         * src/imap.c
3296                 don't query imap folder for attributes because we already
3297                 for them from imap_status
3298
3299         * src/mimeview.[ch]
3300                 add support for plugable MimeViewers (unloading Viewers
3301                 not yet complete)
3302
3303         * src/plugins/Makefile.am
3304         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3305         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3306         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3307                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3308                 widget from http://helm.cs.unibo.it/mml-widget/
3309
3310 2003-03-14 [christoph]  0.8.11claws12
3311
3312         * src/folder.[ch]
3313                 o error return code's should better be negative
3314                 o replace printf with debug_print
3315
3316         * src/imap.c
3317                 improve IMAP folder scan by checking UID-NEXT
3318
3319         * src/summaryview.c
3320                 remove check that are unnecessary in my opinion
3321
3322 2003-03-13 [christoph]  0.8.11claws11
3323
3324         * src/folder.[ch]
3325         * src/foldersel.c
3326         * src/folderview.c
3327         * src/imap.c
3328         * src/mbox_folder.c
3329         * src/mh.c
3330         * src/news.c
3331         * src/prefs_scoring.c
3332         * src/summaryview.c
3333                 use a common function to get a displayable name
3334                 for a FolderItem
3335
3336 2003-03-13 [paul]       0.8.11claws10
3337
3338         * tools/Makefile.am
3339           tools/README
3340           tools/multiwebsearch.conf     ** NEW FILE **
3341           tools/multiwebsearch.pl       ** NEW FILE **
3342                 add multiwebsearch Actions script
3343
3344 2003-03-13 [colin]      0.8.11claws9
3345
3346         * src/compose.c
3347                 Remove leading emtpy lines from quoted text
3348                 before quoting it
3349
3350 2003-03-13 [melvin]     0.8.11claws8
3351
3352         * src/prefs_actions.c
3353                 Fixed a memory leak
3354                 Code clean ups
3355                 Added Cancel and OK buttons
3356                 Corrected help text
3357
3358 2003-03-13 [christoph]  0.8.11claws7
3359
3360         * src/account.c
3361         * src/folder.[ch]
3362         * src/imap.c
3363         * src/mainwindow.c
3364         * src/mbox_folder.c
3365         * src/mh.c
3366         * src/news.c
3367         * src/setup.c
3368                 replace more folder type stuff with folder class stuff
3369
3370 2003-03-13 [melvin]     0.8.11claws6
3371
3372         * src/prefs_actions.c
3373                 Added new tokens:
3374                 %u: user provided argument
3375                 %h: user provided argument (hidden on input)
3376                 %s: current text selection in the message view 
3377
3378 2003-03-13 [paul]       0.8.11claws5
3379
3380         * sync with 0.8.11cvs5
3381                 see ChangeLog 2003-03-11, 2003-03-12
3382
3383 2003-03-12 [christoph]  0.8.11claws4
3384
3385         * src/folder.c
3386                 use folder class idstr when writing folderlist.xml
3387
3388         * src/folder.h
3389         * src/imap.c
3390         * src/news.c
3391                 replace folder type checks with folder class checks
3392
3393 2003-03-12 [christoph]  0.8.11claws3
3394
3395         * src/folder.[ch]
3396         * src/imap.[ch]
3397         * src/main.c
3398         * src/mbox_folder.[ch]
3399         * src/mh.[ch]
3400         * src/news.[ch]
3401                 o create a list of known folder classes in the folder system
3402                 o use folder class id strings for folder item identifiers
3403
3404 2003-03-12 [christoph]  0.8.11claws2
3405
3406         * src/imap.c
3407                 fix imap uid validity check
3408
3409 2003-03-12 [christoph]  0.8.11claws1
3410
3411         * src/account.c
3412         * src/folder.[ch]
3413         * src/foldersel.c
3414         * src/folderview.c
3415         * src/imap.c
3416         * src/mainwindow.c
3417         * src/mbox_folder.c
3418         * src/mh.c
3419         * src/news.c
3420         * src/prefs_scoring.c
3421         * src/procmsg.c
3422         * src/setup.c
3423         * src/summaryview.c
3424                 initial restructuring of folder system, seperating
3425                 folders and folder classes
3426
3427 2003-03-12 [paul]       0.8.11claws
3428
3429         0.8.11claws release
3430
3431 2003-03-12 [christoph]
3432
3433         * src/gtk/prefswindow.c
3434                 fix translation of "Page Index"
3435
3436 2003-03-12 [paul]       0.8.10claws110
3437
3438         a sync from 0.8.11cvs4 before the release
3439
3440         * src/common/utils.c
3441                 subject_compare_for_sort(): allow null strings (fixes
3442                 summary sorting).
3443
3444 2003-03-11 [paul]       0.8.10claws109
3445
3446         * po/es.po
3447                 update Spanish translation, submitted by
3448                 Ricardo Mones Lastra
3449
3450 2003-03-11 [melvin]     0.8.10claws108
3451
3452         * po/fr.po
3453                 Updated French translations
3454
3455 2003-03-11 [paul]       0.8.10claws107
3456
3457         * manual/en/Makefile.am
3458           manual/en/*.html
3459                 update English manual, add a new page
3460                 updated by Francois Barriere <fbarriere@atmel.fr>
3461                 
3462         * po/bg.po
3463           po/it.po
3464           po/sr.po
3465                 update Bulgarian, Italian, and Serbian translations
3466                 submitted by George Danchev, Alessandro Maestri, and
3467                 Urke MMI
3468
3469 2003-03-10 [paul]       0.8.10claws106
3470
3471         * src/gtk/about.c
3472           src/gtk/prefswindow.c
3473                 make some strings translatable
3474
3475 2003-03-10 [darko]      0.8.10claws105
3476
3477         * src/compose.c
3478                 code cleanup to make Hiro happy
3479
3480 2003-03-10 [paul]       0.8.10claws104
3481
3482         * sync with 0.8.11cvs2
3483                 see ChangeLog 2003-03-10
3484
3485 2003-03-09 [melvin]     0.8.10claws103
3486
3487         * src/textview.c
3488                 textview_set_font(): fix for message display in
3489                 UTF-8 locales (thanks to Sergey Vlasov).
3490                 (was unintentionnaly reverted in 0.8.6claws6)   
3491
3492 2003-03-08 [darko]      0.8.10claws102
3493
3494         * src/compose.c
3495                 fix infinite loop in wrapping as reported
3496                 by happycactus
3497                 obsoletes patch #696482
3498
3499 2003-03-08 [christoph]  0.8.10claws101
3500
3501         * src/imap.c
3502                 add workaround for IMAP servers that do not
3503                 support the "UID SEARCH UID" command
3504
3505 2003-03-07 [christoph]  0.8.10claws100
3506
3507         * src/plugins/spamassassin/spamassassin.[ch]
3508         * src/plugins/spamassassin/spamassassin_gtk.c
3509                 code cleanup
3510
3511 2003-03-07 [paul]       0.8.10claws99
3512
3513         * po/es.po
3514                 updated Spanish translation, submitted by
3515                 Ricardo Mones Lastra
3516
3517 2003-03-07 [christoph]  0.8.10claws98
3518
3519         * src/send.c
3520                 fix in 0.8.10claws94 was wrong
3521                 local delivery does not require escaping, remove escaping
3522                 code to make signatures of mails with "." lines valid
3523                 
3524                 NOTE: requires that sendmail is executed with "-i" option,
3525                       what is the default now, but has to be changed in all
3526                       exsiting accounts)
3527
3528 2003-03-07 [paul]       0.8.10claws97
3529
3530         * sync with 0.8.11 release
3531                 see ChangeLog 2003-03-07
3532
3533 2003-03-06 [paul]       0.8.10claws96
3534
3535         * src/compose.c
3536                 revert commit 0.8.10claws92
3537
3538 2003-03-06 [paul]       0.8.10claws95
3539
3540         * src/folderview.c
3541                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3542
3543         * src/gtkaspell.c
3544                 fix bug 74, 'Crash opening editor window with pseudo-color
3545                 display'
3546                 
3547         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3548
3549 2003-03-06 [christoph]  0.8.10claws94
3550
3551         * src/send.c
3552                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3553                 all lines starting with a period get an extra period
3554                 inserted
3555                 (found by Simon 'corecode' Schubert)
3556
3557 2003-03-06 [paul]       0.8.10claws93
3558
3559         * src/folderview.c
3560                 if configured font can't be loaded fall back to gtk
3561                 default. (with thanks to Christoph)
3562                 
3563                 closes long-standing bug 15 'Crashes on startup'
3564
3565 2003-03-06 [paul]       0.8.10claws92
3566
3567         * src/compose.c
3568                 freeze text before autosave and thaw afterwards
3569                 fixes bug 67 'autosave make re-rediting message crazy'
3570
3571 2003-03-06 [christoph]  0.8.10claws91
3572
3573         * src/compose.c
3574                 ignore address comment in dupe check for Cc-list
3575
3576         (closes reopened bug 47 Replying to message strips name part of
3577          e-mail addresses of Cc: lines)
3578
3579 2003-03-06 [paul]       0.8.10claws90
3580
3581         * src/Makefile.am
3582                 remove reference to gtkxtext.h as its no longer in
3583                 the repository
3584
3585 2003-03-06 [paul]       0.8.10claws89
3586
3587         * sync with 0.8.10cvs25
3588                 see ChangeLog 2003-03-06
3589
3590 2003-03-06 [oliver]     0.8.10claws88
3591         
3592         * src/messageview.c
3593                 remove include
3594
3595 2003-03-06 [oliver]     0.8.10claws87
3596         
3597         * src/folderview.c 
3598                 remove changes introduced inclaws74
3599         * src/messageview.c
3600                 another attempt to sanely delete and update
3601                 messages deleted in separate messageview
3602
3603 2003-03-05 [christoph]  0.8.10claws86
3604
3605         * src/summaryview.c
3606                 check if "From" matches any account's address if
3607                 addressbook completion of addresses is disabled too
3608
3609         (closes Bug 70 "Display recipient in from" doesn't check
3610          folder's default account)
3611
3612 2003-03-05 [christoph]  0.8.10claws85
3613
3614         * src/compose.c
3615         * src/common/utils.[ch]
3616                 don't strip address comments when building Cc lists
3617
3618         (closes Bug 47 Replying to message strips name part of e-mail addresses
3619          of Cc: lines)
3620
3621         * src/folder.c
3622                 fix return value of copy function
3623
3624 2003-03-05 [christoph]  0.8.10claws84
3625
3626         * src/imap.c
3627                 don't ask imap server for non rfc822 headers
3628
3629         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3630
3631         * src/imap.c
3632                 destroy session on socket error to allow reconnecting
3633
3634 2003-03-05 [christoph]  0.8.10claws83
3635
3636         * configure.ac
3637                 fix building with gnome when no prefix is set
3638
3639         (closes bug 66 Gnome directory is set to NONE)
3640
3641 2003-03-05 [paul]       0.8.10claws82
3642
3643         * sync with 0.8.10cvs23
3644                 see ChangeLog 2003-03-05
3645
3646 2003-03-04 [christoph]  0.8.10claws81
3647
3648         * src/folder.c
3649                 o fix moving and copying when folder returns 0 for new
3650                   message number
3651                 o remove some code for single message copy and move
3652                   operations and use functions for multiple messages
3653
3654         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3655
3656         * src/news.c
3657                 remove unused include
3658
3659 2003-03-04 [paul]       0.8.10claws80
3660
3661         * src/gtk/about.c
3662                 list 'Compiled plugins'
3663
3664 2003-03-03 [christoph]  0.8.10claws79
3665
3666         * src/news.[ch]
3667                 have to multiply the percentage of the current fetch with
3668                 the percentage that it has of the total fetch operation
3669                 for correct values
3670
3671 2003-03-03 [christoph]  0.8.10claws78
3672
3673         * src/news.c
3674                 fix calculation of expected lines for progress indicator
3675
3676 2003-03-03 [christoph]  0.8.10claws77
3677
3678         * src/summaryview.c
3679         * src/common/utils.c
3680                 fix segfault when opening the root news folder
3681
3682 2003-03-03 [christoph]  0.8.10claws76
3683
3684         * src/mainwindow.[ch]
3685         * src/common/Makefile.am
3686         * src/common/progressindicator.[ch]
3687                 add UI independent progress indicator handling
3688
3689         * src/news.[ch]
3690                 use new progress indicator for message info fetching
3691
3692         * src/common/hooks.h
3693                 code cleanup
3694
3695 2003-03-03 [oliver]     0.8.10claws75
3696
3697         * src/toolbar.c
3698         * src/compose.c
3699                 removed commented code
3700
3701 2003-03-03 [oliver]     0.8.10claws74
3702
3703         * src/toolbar.[ch]
3704                 cleanups and refactoring
3705         * src/compose.[ch]
3706                 compose_reply_mode reply & forwarding interface for
3707                 toolbar buttons
3708         * src/folderview.c
3709                 act on messages marked for deletion in folderview_selected
3710                 based on prefs_common.immediate_exec since a message might 
3711                 have been deleted by messageview in a folder we are changing 
3712                 to (does anybody understand what I'm on about ?)
3713
3714 2003-03-03 [oliver]     0.8.10claws73
3715         
3716         * src/messageview.[ch]
3717                 new functions
3718                 - messageview_delete: delete message shown in messagview
3719                 - messageview_update_view: update messageview to currently 
3720                   selected summaryview message
3721                 - add separate messageview to msgview_list in order to update 
3722                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3723         * src/summaryview.[ch]
3724                 summary_get_selection returns a list of selected msgs
3725                 in summaryview
3726         * src/mainwindow.c
3727                 toolbar reply refactoring
3728
3729 2003-03-03 [paul]       0.8.10claws72
3730
3731         * sync with 0.8.10cvs21
3732                 see ChangeLog 2003-03-03
3733
3734 2003-03-02 [christoph]  0.8.10claws71
3735
3736         * src/common/passcrypt.c
3737                 use POSIX includes
3738
3739 2003-03-02 [christoph]  0.8.10claws70
3740
3741         * configure.ac
3742         * src/prefs_account.c
3743         * src/prefs_gtk.[ch]
3744         * src/common/.cvsignore
3745         * src/common/Makefile.am
3746         * src/common/passcrypt.c                ** NEW **
3747         * src/common/passcrypt.h.in             ** NEW **
3748                 Implement password encryption in config files
3749                 using unix encrypt and setkey functions. The crypt
3750                 key can be set as a configure parameter. Old
3751                 passwords will be converted if they do not begin
3752                 with '!'
3753
3754 2003-03-02 [paul]       0.8.10claws69
3755
3756         * src/prefs_account.c
3757                 fix compile error
3758
3759 2003-03-01 [thorsten]   0.8.10claws68
3760
3761         * po/el.po
3762           po/hr.po
3763           po/it.po
3764           po/nl.po
3765           po/sr.po
3766           po/sv.po
3767                 corrected format strings
3768         * po/en_GB.po
3769                 corrected headers
3770                 (fix compile errors with GNU gettext-0.11.5)
3771
3772 2003-03-01 [oliver]     0.8.10claws67
3773
3774         * src/summaryview.c
3775                 menu callbacks call toolbar_menu_reply
3776
3777 2003-03-01 [oliver]     0.8.10claws66
3778
3779         * src/mainwindow.c
3780         * src/messageview.c
3781                 menu callbacks call toolbar_menu_reply
3782         * src/toolbar.[ch]
3783                 callbacks from menu handled by toolbar_menu_reply
3784
3785 2003-03-01 [paul]       0.8.10claws65
3786
3787         * src/addressbook.c
3788                 revert commit 0.8.10claws54 - breaks editing of
3789                 addressbook.
3790                 
3791         * po/bg.po
3792                 update Bulgarian translation, submitted by
3793                 George Danchev
3794
3795 2003-02-28 [christoph]  0.8.10claws64
3796
3797         * src/account.c
3798         * src/addressadd.c
3799         * src/compose.c
3800         * src/gtkaspell.c
3801         * src/gtkxtext.h                ** REMOVE **
3802         * src/imap.c
3803         * src/matcher.[ch]
3804         * src/mh.c
3805         * src/news.c
3806         * src/pine.c
3807         * src/prefs_common.c
3808         * src/prefs_matcher.c
3809         * src/procheader.[ch]
3810         * src/procmsg.[ch]
3811         * src/toolbar.c
3812         * src/common/ssl_certificate.c
3813         * src/gtk/colorlabel.c
3814         * src/gtk/menu.c
3815                 o fix warnings
3816                 o remove code obsoleted by new cache and folder system rework
3817
3818 2003-02-28 [oliver]     0.8.10claws63
3819         
3820         * src/toolbar.[ch]
3821                 * fix bug where reply in Messageview replied to 
3822                 Message displayed in summaryview
3823                 (reportedd via ML by chinatinte at gmx dot ch)
3824                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3825                 didn't work in separate MessageView Toolbar
3826                 (wondering if anybody uses this at all ?)
3827         * src/summaryview.[ch]
3828                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3829                 (generalize reply and forward code);
3830         * src/messageview.c 
3831                 remove focus_in event which updated summaryview to messageview
3832
3833 2003-02-28 [paul]       0.8.10claws62
3834
3835         * po/Makefile.in.in
3836                 add the --check option
3837                 Patch submitted by Ricardo Mones Lastra
3838
3839 2003-02-28 [paul]       0.8.10claws61
3840
3841         * src/prefs_account.c
3842                 re-order 'Signature' items
3843
3844 2003-02-28 [paul]       0.8.10claws60
3845
3846         * sync with 0.8.10cvs20
3847                 see ChangeLog 2003-02-28
3848
3849 2003-02-28 [paul]       0.8.10claws59
3850
3851         * po/POTFILES.in
3852                 update to reflect recent movement of files
3853
3854 2003-02-28 [paul]       0.8.10claws58
3855
3856         * sync with 0.8.10cvs19
3857                 see ChangeLog 2003-02-28
3858
3859 2003-02-27 [martin]     0.8.10claws57
3860
3861         * src/prefs_matcher.c 
3862                 fix segfault in prefs_matcher_ok() when the
3863                 last entry is deleted and prevents that the
3864                 message "entry not saved" comes up after deleting
3865                 an entry
3866
3867 2003-02-27 [martin]     0.8.10claws56
3868
3869         * src/prefs_filtering.c 
3870                 fix segfault in prefs_filtering_ok() when the
3871                 last entry is deleted and prevents that the
3872                 message "entry not saved" comes up after deleting
3873                 an entry
3874
3875 2003-02-27 [paul]       0.8.10claws55
3876
3877         * sync with 0.8.10cvs18
3878                 see ChangeLog 2003-02-27
3879
3880 2003-02-27 [paul]       0.8.10claws54
3881
3882         * src/addressbook.c
3883                 fix bug where the address book crashes with 
3884                 multiple lookups.
3885                 Patch [687729] submitted by David Frager 
3886                 <dbfrager@users.sourceforge.net>
3887
3888 2003-02-25 [christoph]  0.8.10claws53
3889
3890         * src/Makefile.am
3891         * src/colorlabel.[ch]           ** REMOVE **
3892         * src/gtk/Makefile.am
3893         * src/gtk/colorlabel.[ch]       ** NEW **
3894                 move colorlabel files to gtk directory
3895
3896         * src/esmtp.[ch]                ** REMOVE **
3897                 has been merged into smtp.[ch] in 0.7.5
3898
3899 2003-02-25 [christoph]  0.8.10claws52
3900
3901         * src/Makefile.am
3902         * src/about.[ch]                ** REMOVE **
3903         * src/gtk/Makefile.am
3904         * src/gtk/about.[ch]            ** NEW **
3905                 move about files to gtk directory
3906
3907 2003-02-25 [christoph]  0.8.10claws51
3908
3909         * src/folder.c
3910                 some code optimization of folder scanning code
3911
3912         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3913
3914 2003-02-25 [christoph]  0.8.10claws50
3915
3916         * src/main.c
3917         * src/common/sylpheed.c
3918                 add command line parameter parsing to common code
3919
3920 2003-02-24 [christoph]
3921
3922         * Makefile.am
3923         * configure.ac
3924                 fix gnome prefix problems, the configure script now removed
3925                 `gnome-config --prefix` from `gnome-config --datadir`
3926                 and adds $(prefix} instead
3927
3928         (closes Bug 24 Makefile does not respect prefix when installing
3929          GNOME data)
3930
3931 2003-02-24 [christoph]  0.8.10claws49
3932
3933         * src/news.c
3934                 check for valid session before trying to authenticate
3935
3936         (closes Bug 60 crash if "authenticate on logon" is activated
3937          and newsserver-hostname is not valid)
3938
3939 2003-02-24 [melvin]     0.8.10claws48
3940
3941         * src/prefs_actions.c
3942                 Make sure all user's input is sent to the action and then
3943                 close the socket..
3944
3945 2003-02-23 [alfons]     0.8.10claws46
3946
3947         * src/summaryview.c
3948                 also wait cursor when deleting files
3949
3950 2003-02-23 [paul]
3951
3952         * tools/freshmeat_search.pl
3953           tools/google_search.pl
3954                 scripts should now work for any browser/browser command line
3955
3956 2003-02-22 [christoph]  0.8.10claws45
3957
3958         * src/procmsg.c
3959                 fix IMAP flag setting, IMAP flag is not handled correctly
3960                 anymore by the folder system and information about the
3961                 folder should not be saved in the MsgInfo (in my opinion)
3962
3963         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3964
3965 2003-02-22 [christoph]  0.8.10claws44
3966
3967         * src/summaryview.c
3968                 fix spelling of "label" ;-)
3969
3970 2003-02-22 [thorsten]   0.8.10claws43
3971
3972         * src/mimeview.c
3973           src/prefs_common.[ch]
3974           src/procmime.[ch]
3975                 do not use description as attachment name
3976
3977 2003-02-22 [alfons]     0.8.10claws42
3978
3979         * src/summaryview.c
3980                 freeze/thaw folder item updates when changing color labels,
3981                 and put a wait cursors on
3982
3983 2003-02-22 [thorsten]   0.8.10claws41
3984
3985         * src/mimeview.c
3986                 save-all fixes: crash if invoked on multipart container,
3987                 mimeinfo access, pathseparators, error dialog
3988
3989 2003-02-21 [alfons]     0.8.10claws40
3990
3991         * src/prefs_gtk.c
3992                 remove unused var
3993
3994 2003-02-21 [colin]      0.8.10claws39
3995
3996         * src/send.c
3997                 Fix smtp logging
3998
3999 2003-02-21 [colin]      0.8.10claws38
4000
4001         * src/summaryview.c
4002                 Freeze/thaw folderItem updates when filtering messages 
4003                 via Tools/Filter messages
4004
4005 2003-02-21 [paul]       0.8.10claws37
4006
4007         * src/compose.c
4008                 revert commit 0.8.10claws26, there are ulterior motives
4009                 for users to set a Reply-To header when posting to
4010                 newsgroups
4011
4012 2003-02-21 [paul]       0.8.10claws36
4013
4014         * sync with 0.8.10cvs17
4015                 see ChangeLog 2003-02-21
4016
4017 2003-02-20 [christoph]  0.8.10claws35
4018
4019         * src/imap.c
4020                 IMAP UID fetch speedup using SEARCH
4021
4022         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4023
4024         * src/imap.c
4025                 fix problem with UIDs in IMAP UID cache that no longer existed
4026
4027 2003-02-20 [christoph]  0.8.10claws34
4028
4029         * src/imap.c
4030         * src/procheader.c
4031         * src/procheader.h
4032                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4033
4034         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4035
4036         * src/imap.c
4037                 Rewrite imap_cmd_gen_recv use sock_getline instead
4038                 of sock_gets to avoid problems with too long reply
4039                 lines
4040     
4041 2003-02-20 [colin]      0.8.10claws33
4042         
4043         * src/prefs_account.c
4044                 Better wording
4045
4046 2003-02-20 [colin]      0.8.10claws32
4047
4048         * src/compose.c
4049                 Remove useless '&& !to_sender' 
4050
4051 2003-02-20 [darko]
4052
4053         * AUTHORS
4054                 change my e-mail address
4055
4056 2003-02-19 [colin]      0.8.10claws31
4057
4058         * src/prefs_common.c
4059                 X11 style colors for every configurable color
4060
4061 2003-02-19 [alfons]     0.8.10claws30
4062
4063         * src/prefs_gtk.[ch]
4064         * src/prefs_common.c
4065                 for color_new accept both plain integers and X11 style color
4066                 names (as found in /usr/lib/X11/rgb.txt)
4067
4068 2003-02-19 [paul]       0.8.10claws29
4069
4070         * src/mainwindow.c
4071                 add tooltips to online/offline button and account selector
4072                 button
4073
4074 2003-02-19 [paul]       0.8.10claws28
4075
4076         * src/folder.c
4077           src/news.c
4078           src/prefs_account.[ch]
4079           src/prefs_common.[ch]
4080                 move 'Maximum number of articles to download' to
4081                 account prefs.
4082                 clean up account prefs gui a little by hiding entries
4083                 rather then greying out entries
4084
4085 2003-02-19 [hiro]       0.8.10claws27
4086
4087         * src/common/utils.c
4088                 fix bug #54 'yesterdays date is displayed in the message 
4089                 summary window'
4090
4091 2003-02-19 [paul]       0.8.10claws26
4092
4093         * src/compose.c
4094                 fix bug reported in Feature Request [688596] 
4095                 'Reply-to header in news'
4096
4097 2003-02-18 [paul]       0.8.10claws25
4098
4099         * src/select-keys.c
4100                 add a 'List all keys' button to key selection dialog
4101
4102 2003-02-18 [colin]      0.8.10claws24
4103         
4104         * src/stock_pixmap.c
4105                 fix compile error
4106
4107 2003-02-18 [colin]      0.8.10claws23
4108
4109         * src/common/smtp.[ch]
4110           src/prefs_account.c
4111                 Try to starttls if it seems to be the only
4112                 way to authenticate a user
4113
4114 2003-02-18 [paul]       0.8.10claws22
4115
4116         * src/Makefile.am
4117           src/folderview.c
4118           src/stock_pixmap.[ch]
4119           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4120           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4121                 as a Drafts folder is a special folder allow it to have
4122                 its own unique icons
4123
4124 2003-02-18 [colin]      0.8.10claws21
4125
4126         * src/imap.c
4127                 Fix port selection when using starttls
4128
4129 2003-02-18 [paul]       0.8.10claws20
4130
4131         * src/mainwindow.c
4132           src/prefs_common.[ch]
4133                 make blue the default new mail colour
4134
4135 2003-02-18 [paul]       0.8.10claws19
4136
4137         * sync with 0.8.10cvs14
4138                 see ChangeLog 2003-02-18
4139
4140 2003-02-17 [jens]       0.8.10claws18
4141
4142         * src/common/md5.c
4143                 fixed a compile problem with gcc 3.3
4144                 works on 2.95.3 too (testet on PPC as it is big endian)
4145
4146 2003-02-17 [paul]       0.8.10claws17
4147
4148         * sync with 0.8.10cvs13
4149                 see ChangeLog 2003-02-17
4150
4151 2003-02-17 [paul]       0.8.10claws16
4152
4153         * sync with 0.8.10cvs12
4154                 see ChangeLog 2003-02-17
4155
4156 2003-02-16 [match]      0.8.10claws15
4157
4158         * src/addressbook.c
4159                 Eliminates reloading of address data when items
4160                 deleted or added. Applied submitted by
4161                 Luke Plant <lukeplant@softhome.net>
4162
4163 2003-02-16 [paul]       0.8.10claws14
4164
4165         * src/news.c
4166                 when a 'protocol error' is encountered disconnect from
4167                 the server. This means that the user can carry on viewing
4168                 other articles and doesn't have to either wait until the
4169                 server timesout or quit sylpheed.
4170                 Fixes bug #53 'Unable to read messages in newsgroups, 
4171                 displayed message doesn't change'
4172
4173 2003-02-15 [christoph]  0.8.10claws13
4174
4175         * src/imap.c
4176                 fix bug that stopped scanning of folders when an
4177                 IMAP folder was empty
4178
4179         (closes bug 46 stop scan messages in folders after empty folder)
4180
4181 2003-02-15 [paul]
4182
4183         * tools/Makefile.am
4184           tools/README
4185           tools/freshmeat_search.pl     ** NEW FILE **
4186           tools/google_search.pl        ** NEW FILE **
4187                 Add 2 Actions scripts which search freshmeat/google
4188                 for the selected text using the browser configured
4189                 in sylpheedrc.
4190                 
4191         Note: These scripts are very dependent on the format of the
4192         browser command and may not work on every occasion. Testing
4193         is welcome. 
4194
4195 2003-02-14 [alfons]     0.8.10claws12
4196
4197         * src/compose.c
4198                 fix breakage because of uninitialized account pointer.
4199                 please verify.
4200
4201 2003-02-14 [paul]       0.8.10claws11
4202
4203         * src/compose.c
4204           src/prefs_account.[ch]
4205           src/prefs_common.[ch]
4206                 move signature settings to Account Prefs
4207
4208 2003-02-14 [paul]       0.8.10claws10
4209
4210         * sync with 0.8.10cvs11
4211                 see ChangeLog 2003-02-14
4212
4213 2003-02-13 [thorsten]   0.8.10claws9
4214
4215         * src/news.c
4216                 revert news progressbar (GUI separation)
4217
4218 2003-02-13 [paul]       0.8.10claws8
4219
4220         * src/compose.c
4221                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4222                 paragraph 1
4223
4224 2003-02-13 [paul]       0.8.10claws7
4225
4226         * src/compose.[ch]
4227           src/summaryview.c
4228                 fix 'Follow-up and Reply-to' so that it creates a reply to
4229                 the newsgroup and the sender. If the message has the keyword
4230                 'poster' in the Followup-To header, all replies go to the
4231                 sender, re: RFC 1036, Section 2.2.3
4232                 rename all instances of 'ignore_replyto' to 'to_sender', both
4233                 were previously used, now we use just one.
4234
4235 2003-02-13 [paul]       0.8.10claws6
4236
4237         * sync with 0.8.10cvs9
4238                 see ChangeLog 2003-02-13
4239
4240 2003-02-13 [paul]       0.8.10claws5
4241
4242         * configure.ac
4243                 show which plugins are configured in the configure
4244                 output.
4245
4246 2003-02-12 [thorsten]   0.8.10claws4
4247
4248         * src/news.c
4249                 show progress while fetching news headers
4250
4251 2003-02-12 [christoph]  0.8.10claws3
4252
4253         * configure.ac
4254         * src/plugins/Makefile.am
4255                 use AM_CONDITIONAL to enable plugins, automake correctly
4256                 manages this when creating distdir
4257
4258 2003-02-12 [christoph]  0.8.10claws2
4259
4260         * ac/spamassassin.m4
4261         * src/plugins/spamassassin/Makefile.am
4262                 fix building SpamAssassin plugin without OpenSSL
4263
4264 2003-02-12 [paul]       0.8.10claws1
4265
4266         * ac/Makefile.am
4267           src/Makefile.am
4268           src/plugins/Makefile.am
4269                 fix failure of 'make release'
4270
4271 2003-02-12 [paul]       0.8.10claws
4272
4273         * 0.8.10claws released
4274
4275 2003-02-12 [paul]       0.8.9claws56
4276
4277         * po/bg.po
4278           po/es.po
4279           po/it.po
4280           po/ru.po
4281           po/sr.po
4282                 updated translations by George Danchev, Ricardo Mones Lastra,
4283                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4284                 
4285         * sylpheed.spec.in
4286                 Allow the building of RPMs by a regular user. Submitted
4287                 by Sergei Astanin
4288
4289 2003-02-11 [alfons]     0.8.9claws55
4290
4291         * src/colorlabel.c
4292                 don't use pixmaps for label color rect but draw rectangles
4293                 so we can respect the color map of palette based visuals
4294                 (fixes the long time crashes on Suns - thanks to Andreas
4295                 Engel and Steve O'Hara-Smith for testing)
4296
4297 2003-02-11 [christoph]  0.8.9claws54
4298
4299         * src/matcher_parser_parse.y
4300                 correct bug where filering rules of not existing folders in
4301                 matcherrc were added to global filtering
4302                 
4303         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4304          main filter-rules after removing directory, http://bugs.debian.org/180253)
4305         
4306 2003-02-11 [paul]       0.8.9claws53
4307
4308         * sync with 0.8.10cvs7
4309                 see ChangeLog 2003-02-09
4310
4311 2003-02-11 [melvin]     0.8.9claws52
4312
4313         * po/fr.po
4314                 Updated French tranlsations
4315
4316 2003-02-10 [paul]       0.8.9claws51
4317
4318         * sylpheed.spec.in
4319                 correct --enable-openssl
4320                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4321
4322 2003-02-09 [martin]     0.8.9claws50
4323
4324         * src/prefs_matcher.c
4325                 fix segfault in prefs_matcher_substitute_cb() when
4326                 no row is selected
4327
4328 2003-02-09 [paul]       0.8.9claws49
4329
4330         * src/folderview.c
4331                 fix bug where a newsgroup folder's processing rules were
4332                 merged with the global filtering rules when the newsgroup
4333                 folder was deleted, causing some seriously bad results,
4334                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4335
4336 2003-02-08 [melvin]     0.8.9claws48
4337
4338         * src/compose.c
4339                 Corrected and modified an alert message.
4340
4341 2003-02-07 [paul]       0.8.9claws47
4342
4343         * src/folderview.c
4344                 fix bug where both an 'Account properties' window and a
4345                 'Folder properties' window were opened when clicking on
4346                 'Properties' in an NNTP or IMAP folder's popup menu.
4347
4348 2003-02-07 [paul]       0.8.9claws46
4349
4350         * sync with 0.8.10cvs6
4351                 see ChangeLog 2003-02-06
4352
4353 2003-02-06 [christoph]  0.8.9claws45
4354
4355         * src/mbox.c
4356                 freeze folder updates while importing mbox files
4357                 (closes bug 43 importing mbox took hours)
4358                 
4359         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4360
4361 2003-02-06 [thorsten]   0.8.9claws44
4362
4363         * po/de.po
4364                 Updated german translations
4365
4366 2003-02-06 [thorsten]   0.8.9claws43
4367
4368         * src/news.h
4369                 use guint for message numbers (fix count in grouplist dialog)
4370
4371 2003-02-05 [paul]       0.8.9claws42
4372
4373         * sync with 0.8.10cvs2
4374                 see ChangeLog 2003-02-05
4375
4376 2003-02-04 [colin]      0.8.9claws41
4377
4378         * src/prefs_common.[ch]
4379           src/procmsg.c
4380           src/summaryview.c
4381                 Add an option to disable threading by subject
4382
4383 2003-02-04 [christoph]  0.8.9claws40
4384
4385         * src/inc.c
4386                 only abort fetching mails from multiple accounts when the
4387                 error is fatal and does not allow to check any more accounts
4388                 (currently only disk full error)
4389
4390         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4391          receive mails for other accouts)
4392
4393 2003-02-04 [christoph]  0.8.9claws39
4394
4395         * src/folder.c
4396                 first add the new message to the cache, then
4397                 send the update notification
4398
4399         (closes bug 39 after sending message folderview doesnt get updated)
4400
4401 2003-02-04 [colin]      0.8.9claws38
4402
4403         * src/inc.c
4404                 _really_ fix this Connecting... status
4405
4406 2003-02-04 [paul]       0.8.9claws37
4407
4408         * sync with 0.8.10
4409                 see ChangeLog 2003-02-04
4410
4411 2003-02-04 [paul]       0.8.9claws36
4412
4413         * sync with 0.8.9cvs6
4414                 see ChangeLog 2003-02-03
4415
4416 2003-02-04 [paul]       0.8.9claws35
4417
4418         * po/pt_BR.po
4419                 updated by André Filipe de Assunção e Brito 
4420                 <bedecko@netsite.com.br>
4421
4422 2003-02-03 [thorsten]   0.8.9claws34
4423
4424         * po/de.po
4425                 Updated german translations
4426
4427 2003-02-02 [paul]       0.8.9claws33
4428
4429         * po/es.po
4430                 updated by Ricardo Mones Lastra
4431
4432 2003-02-02 [thorsten]   0.8.9claws32
4433
4434         * src/mh.c
4435                 Fix mh_get_msginfo() segfault if file is inaccessible
4436
4437 2003-01-31 [colin]      0.8.9claws31
4438
4439         * src/procheader.c
4440                 Fix last commit's bug
4441
4442 2003-01-31 [colin]      0.8.9claws30
4443
4444         * src/procheader.c
4445                 Missing a change for gpg-signed messages
4446
4447 2003-01-31 [paul]       0.8.9claws29
4448
4449         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4450           src/procheader.c
4451           src/stock_pixmap.[ch]
4452           src/summaryview.c
4453                 indicate GnuPG signed messages by displaying an icon
4454                 in the Attachment column.
4455
4456 2003-01-31 [paul]       0.8.9claws28
4457
4458         * sync with 0.8.9cvs4
4459                 see ChangeLog 2003-01-31
4460
4461 2003-01-31 [alfons]     0.8.9claws27
4462
4463         * src/textview.c
4464                 tune URI parser to accept mailto URLs with a '?'
4465                 (patch from Ruslan Balkin)
4466
4467 2003-01-31 [colin]      0.8.9claws26
4468
4469         * src/summaryview.c
4470                 Fix a leak introduced in claws24
4471
4472 2003-01-31 [colin]      0.8.9claws25
4473
4474         * src/summaryview.c
4475                 Freeze/Thaw folder updates when deleting dups
4476
4477 2003-01-31 [colin]      0.8.9claws24
4478         
4479         * src/addr_compl.c
4480           src/summaryview.c
4481           src/msgcache.c
4482                 little speed improvements
4483
4484 2003-01-31 [colin]      0.8.9claws23
4485
4486         * src/summaryview.c
4487                 Fix segfault when forwarding nothing
4488                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4489                 
4490 2003-01-30 [paul]       0.8.9claws22
4491
4492         * sync with 0.8.9cvs3
4493                 see ChangeLog 2003-01-30
4494
4495 2003-01-30 [paul]       0.8.9claws21
4496
4497         * sync with 0.8.9cvs2
4498                 see ChangeLog 2003-01-30
4499
4500 2003-01-29 [paul]       0.8.9claws20
4501
4502         * sync with 0.8.9cvs1
4503                 see ChangeLog 2003-01-29
4504
4505 2003-01-28 [paul]       0.8.9claws19
4506
4507         * po/POTFILES.in
4508                 update to reflect changes. 
4509                 thanks to Ricardo Mones Lastra
4510
4511 2003-01-27 [christoph]  0.8.9claws18
4512
4513         * ac/openssl.m4
4514         * ac/spamassassin.m4
4515         * src/plugins/spamassassin/README
4516         * src/plugins/spamassassin/libspamc.[ch]
4517         * src/plugins/spamassassin/utils.[ch]
4518                 updated to latest libspamc
4519
4520 2003-01-27 [christoph]  0.8.9claws17
4521
4522         * src/folder.c
4523                 fix wrong use of procheader_get_header_fields
4524
4525 2003-01-27 [christoph]  0.8.9claws16
4526
4527         * src/news.c
4528         * src/prefs_account.[ch]
4529         * src/common/nntp.[ch]
4530                 allow to force authentication for NNTP servers
4531
4532         Patch submitted by Florian Mickler <dmk@d-labs.de>
4533
4534 2003-01-26 [paul]       0.8.9claws15
4535
4536         * src/summaryview.c
4537                 speed up of marking messages as read
4538                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4539
4540 2003-01-26 [christoph]  0.8.9claws14
4541
4542         * src/Makefile.am
4543         * src/mgutils.[ch]              ** REMOVE **
4544         * src/xml.[ch]                  ** REMOVE **
4545         * src/xmlprops.[ch]             ** REMOVE **
4546         * src/common/Makefile.am
4547         * src/common/mgutils.[ch]       ** NEW **
4548         * src/common/xml.[ch]           ** NEW **
4549         * src/common/xmlprops.[ch]      ** NEW **
4550                 move xml files to common directory
4551
4552 2003-01-26 [christoph]  0.8.9claws13
4553
4554         * src/plugins/spamassassin/spamassassin_gtk.c
4555                 only set gtk entry text if string is available
4556
4557 2003-01-26 [melvin]     0.8.9claws12
4558
4559         * src/description_window.c
4560                 Allow resizing of the window
4561                 Allow automatic horizontal scroll bar
4562                 Do not vertically expand and fill
4563
4564 2003-01-26 [christoph]  0.8.9claws11
4565
4566         * src/Makefile.am
4567         * src/gtkutils.[ch]             ** REMOVE **
4568         * src/common/sylpheed.c
4569         * src/gtk/Makefile.am
4570         * src/gtk/description_window.c
4571         * src/gtk/gtkutils.[ch]         ** NEW **
4572         * src/gtk/prefswindow.c
4573                 move gtkutils to gtk directory
4574
4575 2003-01-26 [paul]       0.8.9claws10
4576
4577         * src/summaryview.c
4578                 rename summary_unread_clicked() to summary_status_clicked()
4579
4580 2003-01-26 [melvin]     0.8.9claws9
4581
4582         * src/prefs_actions.c
4583                 Cosmetical changes to the help text
4584
4585 2003-01-26 [paul]       0.8.9claws8
4586
4587         * src/folder.[ch]
4588           src/mainwindow.c
4589           src/prefs_common.c
4590           src/prefs_sumamry_column.c
4591           summaryview.[ch]
4592                 rename the 'Unread' column to 'Status'
4593
4594 2003-01-25 [match]      0.8.9claws7
4595
4596         * src/mgutils.[ch]
4597                 removed reference to LDAP constants. removed error2string.
4598                 included functions to support LDAP dynamic queries.
4599         * src/syldap.h
4600                 moved LDAP constants here.
4601         * src/addressbook.c
4602         * src/addrindex.c
4603         * src/importldif.c
4604                 removed references to LDAP constants and references to
4605                 error2string.
4606
4607 2003-01-25 [paul]       0.8.9claws6
4608
4609         * src/summaryview.c
4610                 summary_thread_build(), summary_thread_init(): remove 
4611                 unneeded reference to summaryview->folder_item
4612
4613 2003-01-25 [christoph]  0.8.9claws5
4614
4615         * src/gtk/description_window.c
4616                 o allow description texts to expand over multiple columns
4617                 o translate all columns
4618         * src/prefs_actions.c
4619                 change syntax description to use new multi column feature
4620
4621         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4622
4623 2003-01-25 [match]      0.8.9claws4
4624
4625         * src/vcard.c
4626                 fixed bug with Quoted-Printable
4627
4628 2003-01-25 [paul]       0.8.9claws3
4629
4630         * src/folder.[ch]
4631           src/summaryview.[ch]
4632                 implement per-folder collapsed/expanded threads setting
4633                 
4634         * src/prefs_common.c
4635                 remove global collapsed/expanded threads option
4636
4637 2003-01-25 [christoph]  0.8.9claws2
4638
4639         * po/POTFILES.in
4640                 add pluginwindow and prefswindow
4641         * src/compose.c
4642                 make send respond correctly to messages that could be added
4643                 to the queue folder, but the UID of the message is unknown
4644         * src/folder.c
4645         * src/imap.c
4646                 don't return guessed UIDs in imap_add_msg anymore. We return
4647                 0 to tell the folder system it was appened but the UID is
4648                 unknown. Folder system now get's the UID by scaning the folder
4649                 and searching the cache for the Message-ID
4650                 (closes bug #29 Messages queued, but not sent)
4651
4652 2003-01-25 [paul]       0.8.9claws1
4653
4654         * src/codeconv.c
4655                 conv_encode_header():  fix bug when long headers with 8-bit
4656                 characters are used, so that the encoded words are wrapped.
4657                 If the space in the original text falls on the wrap boundary,
4658                 it can be lost.
4659                 Patch by Sergey Vlasov.
4660                 
4661         * src/folderview.c
4662                  fix bug where a change to the sorting method or thread view
4663                  of a folder's messages is lost if simpify-subject is set and
4664                  toggled on or off.
4665                  Patch by Luke Plant.
4666
4667 2003-01-24 [paul]       0.8.9claws
4668
4669         * sylpheed-0.8.9claws released
4670         
4671         * Makefile.am
4672           sylpheed.spec.in
4673                 remove reference to 'INSTALL.jp'
4674
4675 2003-01-23 [paul]       0.8.8claws128
4676
4677         * po/es.po
4678           po/it.po
4679           po/ru.po
4680           po/sr.po
4681                 updated translations. submitted by Ricardo Mones Lastra,
4682                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4683
4684 2003-01-23 [colin]      0.8.8claws127
4685
4686         * src/compose.c
4687                 Fix drafted and queued news articles re-edition
4688
4689 2003-01-23 [melvin]     0.8.8claws126
4690
4691         * po/fr.po
4692                 Updated French translations
4693
4694 2003-01-23 [colin]      0.8.8claws125
4695
4696         * src/inc.c
4697                 Fix "Connecting to..." status message
4698
4699 2003-01-22 [paul]       0.8.8claws124
4700
4701         * po/bg.po
4702                 updated by George Danchev
4703                 
4704         * src/folder.c
4705                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4706                 and folder deletion
4707
4708 2003-01-21 [paul]       0.8.8claws123
4709
4710         * po/bg.po
4711                 updated by George Danchev
4712                 
4713         * src/about.c
4714                 its now 2003
4715                 
4716         * src/toolbar.c
4717                 don't translate 'Separator'
4718                 
4719         * src/plugins/spamassassin/Makefile.am
4720                 add aspell to CPPFLAGS
4721                 
4722         * src/plugins/spamassassin/spamassassin.c
4723           src/plugins/spamassassin/spamassassin_gtk.c
4724                 set correct default for spamassassin_receive_spam
4725                 slightly re-word descriptions and some
4726                 other minor changes
4727
4728 2003-01-19 [alfons]     0.8.8claws122
4729                 
4730         * src/mimeview.c
4731                 mimeview_save_as(): we might as well show the file name for
4732                 the single case "Save As" too
4733
4734 2003-01-19 [alfons]     0.8.8claws121
4735
4736         * src/crash.c
4737                 change bug tracker URL to bugzilla URL
4738
4739 2003-01-19 [alfons]     0.8.8claws120
4740
4741         * src/mimeview.c
4742                 mimeview_save_all(): display name of file before overwriting;
4743                 continue saving all, even when one overwrite was cancelled
4744
4745 2003-01-19 [christoph]  0.8.8claws119
4746
4747         * src/summaryview.c
4748         * src/procmsg.[ch]
4749                 fix wrong usage of procmsg_find_children in summaryview
4750                 by using procmsg_update_unread_children instead of
4751                 summaryview_update_unread_children
4752
4753 2003-01-19 [christoph]  0.8.8claws118
4754
4755         * src/procmsg.c
4756                 fix infinite loop in procmsg_find_children
4757                  (closes bug #25 sylpheed crashes on delete.)
4758
4759         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4760
4761 2003-01-19 [paul]       0.8.8claws117
4762
4763         * po/pt_BR.po
4764                 updated by Ivan Francolin Martinez
4765
4766 2003-01-18 [melvin]     0.8.8claws116
4767
4768         * src/prefs_actions.c
4769                 Removed syntax limitation of only one '&' at the end of command.
4770                         Now actions that contain '>/dev/null 2>&1' are possible.
4771
4772 2003-01-18 [melvin]     0.8.8claws115
4773
4774         * src/prefs_actions.c
4775                 Actions IO dialog: when the action ends
4776                 the "Close" button now has focus and [Escape] closes the
4777                 window.
4778
4779 2003-01-18 [christoph]  0.8.8claws114
4780
4781         * src/procmsg.c
4782                 o add debug output when MsgInfos are really freed
4783                 o free GSLists in procmsg_find_children and
4784                   procmsg_update_unread_children
4785
4786 2003-01-18 [christoph]  0.8.8claws113
4787
4788         * src/mainwindow.c
4789                 reorder Configuration menu
4790
4791 2003-01-18 [christoph]  0.8.8claws112
4792
4793         * src/compose.c
4794                 fix applying templates to forwarded messages
4795
4796         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4797
4798 2003-01-17 [christoph]  0.8.8claws111
4799
4800         * src/folder.c
4801                 destroy folder items, when a folder item is removed
4802
4803 2003-01-17 [christoph]  0.8.8claws110
4804
4805         * src/folder.c
4806                 fix wrong folder stats update when ignored message is
4807                 deleted
4808
4809 2003-01-17 [colin]      0.8.8claws109
4810         
4811         * src/mainwindow.c
4812         * src/summaryview.c
4813                 Quicksearch bugfixes: 
4814                 - hide help button at startup if not extended
4815                 - switch to extended when looking for replies
4816
4817 2003-01-17 [paul]
4818
4819         * sync with 0.8.9 release
4820
4821 2003-01-17 [paul]       0.8.8claws108
4822
4823         * sync with 0.8.8cvs11
4824                 see ChangeLog 2003-01-17
4825
4826 2003-01-16 [colin]      0.8.8claws107
4827
4828         * src/procmsg.c
4829                 Changed encryption test to re-ask passphrase
4830                 if an encrypted message hasn't been decrypted
4831                 Fixes bug #5
4832
4833 2003-01-16 [christoph]  0.8.8claws106
4834
4835         * src/prefs_gtk.c
4836         * src/prefs_toolbar.c
4837         * src/gtk/prefswindow.h
4838         * src/plugins/spamassassin/spamassassin_gtk.c
4839                 remove page destroy function that is not used anymore
4840
4841 2003-01-16 [paul]       0.8.8claws105
4842
4843         * sync with 0.8.8cvs9
4844                 see ChangeLog 2002-01-16
4845
4846 2003-01-16 [colin]      0.8.8claws104
4847
4848         * src/compose.[ch]
4849                 Fix bug with autosaved drafts for IMAP, when draft
4850                 folder is specified - fixes bugzilla bug #20
4851
4852 2003-01-15 [paul]       0.8.8claws103
4853
4854         * src/compose.[ch]
4855           src/procmsg.c
4856                 store folder and message-id of message forwarding
4857                 in queue header and set forward flag after sending
4858
4859 2003-01-15 [paul]       0.8.8claws102
4860
4861         * sync with 0.8.8cvs8
4862                 see ChangeLog 2002-01-15
4863
4864 2003-01-15 [colin]      0.8.8claws101
4865
4866         * src/Makefile.am
4867                 Fix linking with GNU libiconv
4868
4869 2003-01-15 [darko]      0.8.8claws100
4870
4871         * src/pine.c
4872                 fix crash when importing pine address book
4873                 entry with an empty name (reported by DY
4874                 <dybulk at tri8.net>)
4875
4876 2003-01-14 [paul]       0.8.8claws99
4877
4878         * configure.in  ** REMOVED **
4879           configure.ac  ** NEW FILE **
4880                 rename configure.in to configure.ac, as it is now
4881                 preferred
4882
4883 2003-01-14 [melvin]     0.8.8claws98
4884
4885         * src/folderview.c
4886                 folderview_check_new(): More precise function description
4887
4888 2003-01-14 [melvin]     0.8.8claws97
4889
4890         * src/folderview.c
4891                 folderview_check_new(): return the number of new messages 
4892                         since last check.
4893         * src/inc.c
4894                 inc_account_mail(): Disable counting of new messages for IMAP
4895                         and NNTP until bug [19] and [14] are fixed.
4896
4897 2003-01-14 [paul]       0.8.8claws96
4898
4899         * sync with 0.8.8cvs6
4900                 see ChangeLog 2003-01-14
4901
4902 2003-01-13 [alfons]     0.8.8claws95
4903
4904         * src/textview.c
4905                 tune email address validation (c. 0.8.8claws89): if . is 
4906                 just one char away from @, the address is invalid too 
4907                 (correctly rejects addresses like foo@.com)
4908
4909 2003-01-13 [paul]       0.8.8claws94
4910
4911         * src/messageview.c
4912           src/toolbar.c
4913                 fixes to the Message View toolbar and menu:
4914                 fix non-functioning Forward button
4915                 make Reply button consider default_reply_list
4916                 remove 'Follow-up...' menu entry
4917                 add 'Forward' and 'Redirect' menu entries
4918
4919 2003-01-13 [melvin]     0.8.8claws93
4920
4921         * src/inc.c
4922                 Fixed typo that could make new messages count incorrect.
4923
4924 2003-01-13 [melvin]     0.8.8claws92
4925
4926         * src/folderview.[ch]
4927                 folderview_check_new(): return the number of new messages.
4928         * src/inc.c
4929                 Should fix bug [14] where new mail notification worked 
4930                         incorrectly with IMAP accounts.
4931                 inc_spool_account(): return number of new msgs, or -1 on error
4932                 inc_all_spool(): return number of new msgs
4933                 
4934 2003-01-13 [melvin]     0.8.8claws91
4935
4936         * src/prefs_actions.c
4937                 Justify help text.
4938
4939 2003-01-12 [thorsten]   0.8.8claws90
4940
4941         * src/common/prefs.c
4942                 close file before rename
4943
4944 2003-01-12 [alfons]     0.8.8claws89
4945
4946         * AUTHORS
4947                 add Christian Mertes
4948         * src/common/utils.[ch]
4949                 g_stricase_hash(), g_stricase_equal(): functions for 
4950                 case insensitive hash tables
4951         * src/textview.c
4952                 use top level domain names to validate email address, based
4953                 on a patch by Christian Mertes (thanks!), but changed 
4954                 implementation to use a hash table 
4955
4956 2003-01-12 [paul]       0.8.8claws88
4957
4958         * po/bg.po
4959                 updated by George Danchev
4960
4961 2003-01-12 [alfons]     0.8.8claws87
4962
4963         * src/summaryview.c
4964                 delete / execute performance: use new style folder update
4965
4966 2003-01-12 [paul]       0.8.8claws86
4967
4968         * sync with 0.8.8cvs5
4969                 see ChangeLog 2003-01-13 (!)
4970
4971 2003-01-12 [alfons]     0.8.8claws85
4972
4973         * src/filtering.c
4974         * src/matcher_parser_parse.y
4975                 prepare change_score filtering action
4976         * src/matcher.[ch]
4977                 give up const-correctness on functions that call non-const-correct functions;
4978                 several casts to gpointer in g_free();
4979                 add change_score;
4980
4981 2003-01-12 [christoph]  0.8.8claws84
4982
4983         * src/compose.c
4984                 fix 2 warnings
4985
4986         * src/gtk/prefswindow.[ch]
4987         * src/plugins/spamassassin/spamassassin_gtk.c
4988                 changed the call of the widget create function
4989                 for PrefsPages, because sometimes the widget
4990                 create function needs a widget that already has
4991                 been attached to a window (to create GDK pixmaps
4992                 for exmaple). So we simply pass the GtkWindow as
4993                 the second parameter now.
4994
4995         * src/main.c
4996         * src/mainwindow.c
4997         * src/prefs_toolbar.[ch]
4998                 rewrite Toolbar Preferences using the new
4999                 prefs window
5000
5001 2003-01-11 [alfons]     0.8.8claws83
5002
5003         * src/addressadd.c
5004                 fix crash when adding sender to addressbook because status bar
5005                 isn't there (the status bar doesn't seem to be used though,
5006                 but I'll let Match decide what to do with it)
5007
5008 2003-01-11 [colin]      0.8.8claws82
5009
5010         * src/main.c
5011           src/toolbar.c
5012                 Two useless changes reversed
5013
5014 2003-01-11 [colin]      0.8.8claws81
5015
5016         * src/mainwindow.c
5017           src/mainwindow.h
5018                 Add mainwindow_get_mainwindow()
5019         * src/alertpanel.c
5020           src/alertpanel.h
5021                 Add alertpanel_error_log() 
5022         * src/compose.c
5023           src/inc.c
5024           src/messageview.c
5025           src/toolbar.c
5026           src/main.c
5027           src/procmsg.c
5028                 Network errors get a View Log button
5029
5030 2003-01-10 [alfons]     0.8.8claws80
5031
5032         * src/prefs_toolbar.c
5033         * src/toolbar.c
5034                 use the translatable string for "Separator" as file name for
5035                 separator toolbar items (probably make this uppercase?)
5036
5037 2003-01-10 [alfons]     0.8.8claws79
5038
5039         * src/prefs_toolbar.c
5040                 put right A_SEPARATOR description string in "displayed
5041                 toolbar items list" so manually added separators are
5042                 saved correctly (bug #10, "Adding a separator to the main 
5043                 toolbar fails, entry in xml file is wrong")
5044
5045 2003-01-10 [christoph]  0.8.8claws78
5046
5047         * src/imap.c
5048                 o fix warnings
5049                 o use CAPABILITY to check if NAMESPACE is available
5050
5051 2003-01-10 [christoph]  0.8.8claws77
5052
5053         * src/imap.[ch]
5054                 apply UIDPLUS IMAP extension support patch
5055
5056         Patch submitted by Simon 'corecode' Schubert
5057
5058 2003-01-10 [paul]       0.8.8claws76
5059
5060         * src/folderview.c
5061                 a sync from main which fixes the news account folders'
5062                 Properties bug
5063
5064 2003-01-10 [christoph]  0.8.8claws75
5065
5066         * src/folder.c
5067                 don't accept 0 as a valid uid returned by copy and move
5068                 functions. 0 means the message was copied or moved but the
5069                 new uid could not be fetched. It is not an error condition
5070                 for the copy or move operation.
5071
5072 2003-01-10 [paul]       0.8.8claws74
5073
5074         * src/prefs_filtering.c
5075                 change English used in Alert when entry is not
5076                 saved.
5077                 
5078         * sync with 0.8.8cvs4
5079                 see ChangeLog 2003-01-10
5080
5081 2003-01-10 [darko]      0.8.8claws73
5082
5083         * src/pine.c
5084                 fix crash when importing address book entry
5085                 without a valid address
5086
5087 2003-01-09 [alfons]     0.8.8claws72
5088
5089         * src/inc.c
5090                 filtering performance: use new style folder update
5091
5092 2003-01-09 [christoph]  0.8.8claws71
5093
5094         * src/compose.c
5095         * src/gtk/menu.[ch]
5096                 fix wrong selecting of mime encoding type, when
5097                 opening property dialog of attachments in the
5098                 compose window. 7bit was always selected and that
5099                 destoryed files with 8bit data.
5100                 (closes bug #9 Sylpheed-claws destroys attachments when
5101                  changing MIME-types)
5102
5103 2003-01-09 [paul]       0.8.8claws70
5104
5105         * sync with 0.8.8cvs3
5106                 see ChangeLog 2003-01-09
5107
5108 2003-01-08 [alfons]     0.8.8claws69
5109         
5110         * src/addressadd.c
5111                 apply patch by Kim Schulz to fix build breakage
5112                 because of missing variable
5113
5114 2003-01-08 [paul]       0.8.8claws68
5115
5116         * sync with 0.8.8cvs2
5117                 see ChangeLog 2002-01-08
5118
5119 2003-01-08 [paul]       0.8.8claws67
5120
5121         * po/it.po
5122                 updated by Alessandro Maestri
5123                 
5124         * src/addressadd.c
5125                 when using 'Add sender to addressbook' allow
5126                 name to be edited and remarks to be entered
5127                 Patch submitted by Luke Plant
5128
5129 2003-01-08 [darko]      0.8.8claws66
5130
5131         * README.claws, src/summaryview.c
5132                 fix description for marked messages
5133
5134 2003-01-08 [paul]
5135
5136         * tools/Makefile.am
5137           tools/launch_phoenix  ** NEW FILE **
5138                 add script that enables using Phoenix as the default
5139                 web browser. 
5140                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5141                 
5142         * tools/OOo2sylpheed.pl
5143                 remove full path to sylpheed executable, just 'sylpheed'
5144                 will do
5145                 
5146         * tools/README
5147                 add launch_phoenix informtion and re-arrange and compress
5148                 the data a little
5149
5150 2003-01-07 [christoph]  0.8.8claws65
5151
5152         * src/folder.c
5153                 fix update for source folder when moving messages
5154         * src/procmsg.[ch]
5155         * src/summaryview.c
5156                 use function to set to_folder for message infos and
5157                 automatically update the op_count for old and new
5158                 folder
5159
5160 2003-01-07 [melvin]     0.8.8claws64
5161
5162         * src/prefs_actions.c
5163                 Fixed bug where an '%p' Action on a displayed image crashed 
5164                         Sylpheed
5165                 Code clean up (get rid of duplicated code and removed unnecessary 
5166                                 structure member)
5167
5168 2003-01-07 [christoph]  0.8.8claws63
5169
5170         * src/compose.c
5171         * src/folder.[ch]
5172         * src/folderview.c
5173         * src/import.c
5174         * src/inc.c
5175         * src/main.c
5176         * src/mainwindow.c
5177         * src/messageview.c
5178         * src/prefs_folder_item.c
5179         * src/procmsg.c
5180         * src/summaryview.c
5181         * src/toolbar.c
5182                 o remove all folder update triggering from the UI code. The folder
5183                   system should know much better when a folder needs an update.
5184                 o to prevent multiple updates in a row the folder updates can be
5185                   frozen for some time.
5186
5187                 Note: - Please verify that no updates are missing
5188                       - Check where freeze/thaws should be added
5189
5190 2003-01-07 [christoph]  0.8.8claws62
5191
5192         * src/prefs_actions.c
5193                 don't translate empty strings
5194
5195         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5196
5197 2003-01-06 [christoph]  0.8.8claws61
5198
5199         * src/prefs_actions.c
5200                 mark strings for gettext
5201         * src/prefs_matcher.c
5202                 use new description window for Execute action and
5203                 match condition in Filtering
5204
5205         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5206
5207 2003-01-06 [alfons]     0.8.8claws60
5208
5209         keep myself inspired to re-organize matcher part 8; 
5210         yes, more to come (I need to move out the descriptive
5211         text for actions to matcher.c, or at least make it not
5212         depend on the wicked ordering)
5213
5214         * src/prefs_matcher.c
5215                 add documentation so others may comprehend the
5216                 UI part of the conditions
5217                 
5218 2003-01-06 [christoph]  0.8.8claws59
5219
5220         * src/prefs_actions.c
5221                 use new description window for syntax help
5222         * src/gtk/description_window.c
5223                 fix display of descriptions with column count != 2
5224
5225         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5226
5227 2003-01-06 [christoph]  0.8.8claws58
5228
5229         * src/quote_fmt.c
5230         * src/summaryview.[ch]
5231         * src/gtk/Makefile.am
5232         * src/gtk/description_window.[ch]       ** NEW **
5233                 use a generic window to display syntax descriptions
5234                 currently used in quote_fmt and summaryview (new description
5235                 for extended quick search)
5236
5237         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5238
5239 2003-01-06 [paul]       0.8.8claws57
5240
5241         * sync with 0.8.8cvs1
5242                 see ChangeLog 2003-01-06
5243
5244 2003-01-06 [christoph]  0.8.8claws56
5245
5246         * src/mainwindow.c
5247         * src/prefs_gtk.[ch]
5248         * src/gtk/prefswindow.[ch]
5249         * src/plugins/spamassassin/spamassassin_gtk.c
5250                 o remove page management from prefswindow, pages
5251                   will be an argument to prefswindow_open
5252                 o prefswindow_open gets a datapointer that is
5253                   passed to the widget_create function to allow
5254                   creation of prefswindow for specific items
5255
5256 2003-01-06 [colin]      0.8.8claws55
5257         
5258         * src/summaryview.c
5259                 We don't want regexp in the reply-finder, 
5260                 because MIDs can contain !,$,. and so on
5261
5262 2003-01-06 [jens]       0.8.8claws54
5263
5264         * src/jpilot.c
5265                 fixed a wrong free in jpilot_read_db_files
5266
5267 2003-01-06 [alfons]     0.8.8claws53
5268
5269         re-organize matcher part 8; more to come
5270        
5271         * src/matcher.c
5272                 matcherprop_to_string(): put g_free()s before the
5273                 switch-case break to fix memleaks                
5274
5275 2003-01-06 [colin]      0.8.8claws52
5276
5277         * src/summaryview.c
5278                 cleanup & reply-finder now displays the first 
5279                 matching message
5280
5281 2003-01-05 [alfons]     0.8.8claws51
5282
5283         re-organize matcher part 7; more to come
5284
5285         * src/matcher.[ch]
5286                 fixes for constant correctness;
5287                 more documentation;
5288
5289 2003-01-05 [alfons]     0.8.8claws50
5290
5291         re-organize matcher part 6; more to come
5292         
5293         * src/matcher.[ch]
5294                 fixes for constant correctness;
5295                 more documentation;
5296         * src/filtering.c
5297                 fix for constant correctness
5298
5299 2003-01-05 [colin]      0.8.8claws49
5300
5301         * src/account.[ch]
5302                 Add account_get_reply_account function
5303         * src/compose.c
5304                 Use account_get_reply_account function 
5305         * src/summaryview.c
5306                 Basic reply-finder - click on the replied
5307                 icon gets you to the outbox using quick-search
5308
5309 2003-01-05 [paul]       0.8.8claws48
5310
5311         * src/prefs_common.c
5312                 small change to English
5313                 
5314         * src/prefs_filtering.c
5315                 prefs_filtering_action_select(): improve logic and uniformity
5316                 of gui
5317
5318 2003-01-05 [alfons]     0.8.8claws47
5319
5320         fine tune solution to focus problems (bug #7)
5321
5322         * src/mainwindow.c
5323                 mainwindow_focus_in_event(): remove grab event check
5324         * src/summaryview.c
5325                 summary_button_pressed(): move selection on right-click
5326                 too. we can't possibly move the selection back after
5327                 canceling a dialog, because gtk's incomplete focus 
5328                 management. whether this is a good solution, only time
5329                 will tell.
5330
5331 2003-01-05 [christoph]  0.8.8claws46
5332
5333         * src/imap.c
5334                 fix crash when no imap connection could be established
5335
5336 2003-01-05 [paul]       0.8.8claws45
5337
5338         * src/mainwindow.c
5339           src/sumamryview.c
5340           src/gtk/menu.[ch]
5341                 fix bug 605957 'shortcuts in popup-menu'
5342                 make user-defined shortcuts work
5343                 show shortcuts that are already defined
5344                 in the main menu
5345                 Patch submitted by Luke Plant
5346
5347 2003-01-05 [alfons]     0.8.8claws44
5348
5349         * src/mainwindow.c
5350                 focus_in_event handler should not select summary view row 
5351                 when another window (menu, dialog) grabbed for events 
5352                 (bug #7, "[0.8.8claws42] Message summary focus") 
5353
5354 2003-01-04 [christoph]  0.8.8claws43
5355
5356         * src/procmsg.c
5357                 update save folder after adding the sent message
5358                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5359
5360 2003-01-02 [christoph]  0.8.8claws42
5361
5362         * src/common/plugin.c
5363                 fix unloading of all plugins and unload
5364                 plugins in reverse order
5365                 
5366         * src/gtk/pluginwindow.c
5367                 implement function of load and unload button
5368
5369         * src/gtk/prefswindow.c
5370         * src/gtk/prefswindow.h
5371                 rename register function and add new unregister
5372                 function
5373
5374         * src/plugins/spamassassin/spamassassin_gtk.c
5375                 unregister prefs page and update for changes in
5376                 src/gtk/prefswindow.c
5377
5378 2003-01-02 [paul]       0.8.8claws41
5379
5380         * po/es.po
5381                 updated by Ricardo Mones Lastra
5382
5383 2003-01-02 [paul]
5384
5385         * tools/tb2sylpheed
5386                 fixes and improvements by Urke MMI
5387
5388 2003-01-02 [thorsten]   0.8.8claws40
5389
5390         * src/procmsg.c
5391                 fixed wrong return value
5392
5393 2003-01-02 [thorsten]   0.8.8claws39
5394
5395         * src/prefs.c
5396                 fixed printing wrong variable
5397
5398 2003-01-02 [thorsten]   0.8.8claws38
5399
5400         * src/prefs.c
5401                 fixed acessing members of freed pfile struct
5402
5403 2003-01-02 [thorsten]   0.8.8claws37
5404
5405         * src/procmsg.c
5406                 detect loops across several messages
5407                 as suggested by Christoph Hohmann
5408
5409 2003-01-01 [match]      0.8.8claws36
5410
5411         * src/addrindex.c
5412                 fixed another memory leak.
5413
5414 2003-01-01 [match]      0.8.8claws35
5415
5416         * src/jpilot.[ch]
5417                 fixed memory leaks. applied Doxygen comments.
5418
5419 2003-01-01 [thorsten]   0.8.8claws34
5420
5421         * src/procmsg.c
5422                 inhibit endless loop if msg references itself
5423                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5424
5425 2003-01-01 [christoph]  0.8.8claws33
5426
5427         * src/mainwindow.c
5428         * src/gtk/Makefile.am
5429         * src/gtk/pluginwindow.c                ** NEW **
5430         * src/gtk/pluginwindow.h                ** NEW **
5431                 add plugin window
5432
5433         * src/plugins/demo/demo.c
5434         * src/plugins/spamassassin/spamassassin.c
5435         * src/plugins/spamassassin/spamassassin_gtk.c
5436                 write better plugin descriptions
5437
5438 2002-12-31 [christoph]  0.8.8claws32
5439
5440         * src/gtk/prefswindow.c
5441         * src/plugins/spamassassin/spamassassin_gtk.c
5442                 some small improvements to GTK code
5443
5444 2002-12-31 [christoph]  0.8.8claws31
5445
5446         * src/plugins/spamassassin/spamassassin_gtk.c
5447                 enable folder select button
5448
5449 2002-12-31 [christoph]  0.8.8claws30
5450
5451         * src/mainwindow.c
5452         * src/gtk/Makefile.am
5453         * src/gtk/prefswindow.c                         ** NEW **
5454         * src/gtk/prefswindow.h                         ** NEW **
5455                 add new prefs window
5456
5457         * src/common/plugin.c
5458                 don't try to load empty config lines
5459         
5460         * src/plugins/spamassassin/Makefile.am
5461         * src/plugins/spamassassin/spamassassin.c
5462         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5463         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5464                 GTK config for SpamAssassin Plugin using
5465                 the new prefs window
5466
5467 2002-12-31 [paul]       0.8.8claws29
5468
5469         * po/POTFILES.in
5470                 remove obsolete entry 'src/menu.c'
5471
5472 2002-12-31 [alfons]     0.8.8claws28
5473
5474         * src/matcher.[ch]
5475         * src/matcher_parser_parse.y
5476         * src/prefs_matcher.c
5477                 add "ignore_thread" and "~ignore_thread" condition so it's
5478                 possible to make the actions / scoring operate on the ignore
5479                 thread flag
5480
5481 2002-12-31 [christoph]  0.8.8claws27
5482
5483         * src/addrbook.c
5484         * src/addrindex.c
5485         * src/folder.c
5486         * src/matcher.c
5487         * src/prefs_account.c
5488         * src/prefs_actions.c
5489         * src/prefs_customheader.c
5490         * src/prefs_display_header.c
5491         * src/prefs_gtk.c
5492         * src/procmime.c
5493         * src/toolbar.c
5494         * src/xmlprops.c
5495         * src/common/prefs.[ch]
5496                 extend prefs file handling for reading and automatic handling
5497                 of blocks. When reading prefs_set_block_label will automatically
5498                 move on to the block. When writing it will copy all other blocks
5499                 automatically
5500
5501         * src/common/plugin.c
5502                 Now loading plugin filenames from [Plugins] block in
5503                 sylpheed rc file
5504
5505 2002-12-30 [christoph]  0.8.8claws26
5506
5507         * src/common/hooks.[ch]
5508                 return abort status to caller of hooks_invoke
5509                 
5510         * src/inc.[ch]
5511                 invoke message filtering hook and stop
5512                 default handling when filter returns abort
5513
5514         * src/common/plugin.[ch]
5515         * src/plugins/demo/demo.c
5516                 modify plugin loader, because resolving symbols for strings
5517                 does not work correctly
5518         
5519         * configure.in
5520         * ac/spamassassin.m4                            ** NEW **
5521         * src/plugins/spamassassin/.cvsignore           ** NEW **
5522         * src/plugins/spamassassin/Makefile.am          ** NEW **
5523         * src/plugins/spamassassin/README               ** NEW **
5524         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5525         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5526         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5527                 add spamassassin plugin, see src/plugins/spamassassin/README
5528                 for details
5529
5530 2002-12-29 [alfons]     0.8.8claws25
5531
5532         * src/mainwindow.c
5533                 when moving focus from a message view to the main 
5534                 window, don't forget to select the summary node
5535                 of the displayed message. should fix "[ 659103 ] 
5536                 focus-follows-mouse confuses sylpheed"
5537
5538 2002-12-29 [christoph]  0.8.8claws24
5539
5540         * src/Makefile.am
5541         * src/stringtable.[ch]          ** REMOVE **
5542         * src/common/Makefile.am
5543         * src/common/stringtable.[ch]   ** NEW **
5544                 move stringtable files to common directory
5545
5546 2002-12-29 [christoph]  0.8.8claws23
5547
5548         * src/Makefile.am
5549         * src/menu.[ch]                 ** REMOVE **
5550         * src/gtk/Makefile.am
5551         * src/gtk/menu.[ch]             ** NEW **
5552                 move menu files to gtk directory
5553
5554 2002-12-29 [match]      0.8.8claws22
5555
5556         * src/addressbook.c
5557         * src/syldap.c
5558                 moved UI specific code out of LDAP code into addressbook
5559                 UI code. fixed memory leak.
5560
5561 2002-12-29 [christoph]  0.8.8claws21
5562
5563         * src/folder.c
5564                 only check for IGNORED parent message when message is
5565                 not IGNORED itself
5566
5567 2002-12-29 [alfons]     0.8.8claws20
5568
5569         * src/summaryview.c
5570                 set gtksctree's anchor correct (immediate execute
5571                 changes the tree's layout, and anchor points at 
5572                 the incorrect row). fixes "[ 657233 ] multiple msg 
5573                 delete sometimes off by 1".
5574                 we probably have to look for more tree layout /
5575                 anchor glitches.
5576
5577 2002-12-29 [paul]       0.8.8claws19
5578
5579         * src/summaryview.c
5580                 fix bug [ 659054 ] incorrect sorting of 'From' column
5581                 when using 'display sender using address book'
5582                 thanks to Alfons and Luke Plant
5583
5584 2002-12-29 [christoph]  0.8.8claws18
5585
5586         * src/folder.c
5587         * src/procmsg.[ch]
5588                 check parent messages for IGNORE THREAD flag, when adding,
5589                 moving or copying messages to a folder
5590
5591 2002-12-27 [alfons]     0.8.8claws17
5592
5593         re-organize matcher part 5; more to come
5594
5595         * src/matcher.c
5596                 hash keywords in matchparser_tab 
5597
5598 2002-12-27 [alfons]     0.8.8claws16
5599
5600         re-organize matcher part 4; more to come
5601
5602         * src/matcher_parser.h
5603         * src/matcher_parser_lex.l
5604         * src/matcher_parser_parse.y
5605                 cleanup
5606
5607 2002-12-27 [alfons]     0.8.8claws15
5608
5609         re-organize matcher part 3; more to come
5610
5611         * src/matcher.[ch]
5612                 cleanup
5613
5614 2002-12-27 [alfons]     0.8.8claws14
5615
5616         re-organize matcher part 2; more to come but this should
5617         work. cc me if there are any regressions.
5618
5619         * src/matcher.h
5620                 add prototype for get_matchparser_tab_id()
5621         * src/matcher_parser_lex.l
5622                 look up keywords using matchparser_tab_id();
5623
5624 2002-12-27 [alfons]     0.8.8claws12
5625
5626         re-organize matcher part 1
5627
5628         * src/matcher.h
5629                 map yacc generated constants to sylpheed matcher constants
5630         * src/matcher.c
5631                 add function to find a matcher constant from a string
5632
5633 2002-12-27 [christoph]  0.8.8claws11
5634
5635         * src/compose.c
5636                 MENUITEM_ADD casts the 4th argument from integer to pointer
5637                 so it probably should not be a pointer, this means we
5638                 should use account id for it and not the account's pointer
5639
5640 2002-12-27 [paul]       0.8.8claws10
5641
5642         * src/mainwindow.c
5643                 remove unneeded 'GtkWidget *vbox'
5644                 
5645         * src/summaryview.c
5646                 further sync with 0.8.8 - make sort
5647                 by recipient work as expected
5648                 
5649         * NEWS
5650                 sync with 0.8.8
5651
5652 2002-12-27 [paul]       0.8.8claws9
5653
5654         * po/pt_BR.po
5655                 updated by Ivan F. Martinez
5656                 
5657 2002-12-27 [darko]      0.8.8claws8
5658
5659         * src/common/utils.c
5660                 added locked pattern to extended search
5661
5662 2002-12-27 [alfons]     0.8.8claws7
5663
5664         * src/prefs_matcher.[ch]
5665                 clean up
5666
5667 2002-12-26 [alfons]     0.8.8claws6
5668
5669         * src/matcher.[ch]
5670         * src/matcher_parser_lex.l
5671         * src/matcher_parser_parse.y
5672         * src/prefs_matcher.c
5673                 allow color label as a condition in the matcher
5674
5675 2002-12-26 [oliver]     0.8.8claws5
5676         
5677         * src/toolbar.c 
5678                 enable Addressbook for Main and Messageview
5679         * src/prefs_actions.c
5680                 enable actions in Messageview
5681
5682 2002-12-26 [christoph]  0.8.8claws4
5683
5684         * src/common/plugin.c
5685                 add a little debug output
5686         * configure.in
5687         * src/plugins/demo/Makefile.am
5688                 better use of automake
5689
5690 2002-12-26 [christoph]  0.8.8claws3
5691
5692         * src/Makefile.am
5693         * src/common/Makefile.am
5694                 fix "make distdir"
5695
5696 2002-12-26 [christoph]  0.8.8claws2
5697
5698         * configure.in
5699                 sort configure checks into common / gtk / plugins
5700         * po/POTFILES.in
5701                 add src/prefs_gtk.c
5702         * src/Makefile.am
5703                 add plugins SUBDIR
5704         * src/main.c
5705         * src/common/sylpheed.[ch]
5706                 added now sylpheed_done function for shutdown
5707         * src/common/Makefile.am
5708         * src/common/plugin.[ch]                ** NEW **
5709                 plugin loader and unloader
5710         * src/plugins/.cvsignore                ** NEW **
5711         * src/plugins/Makefile.am               ** NEW **
5712                 build plugins
5713         * src/plugins/demo/.cvsignore           ** NEW **
5714         * src/plugins/demo/Makefile.am          ** NEW **
5715         * src/plugins/demo/demo.c               ** NEW **
5716                 small demo plugin that installs a logtext hook and
5717                 outputs the log text to stdout
5718
5719 2002-12-26 [paul]       0.8.8claws1
5720
5721         * po/es.po
5722                 updated by Ricardo Mones Lastra
5723
5724 2002-12-26 [paul]       0.8.8claws
5725
5726         * 0.8.8claws released
5727
5728 2002-12-26 [paul]       0.8.7claws12
5729
5730         * po/bg.po
5731                 updated by George Danchev
5732
5733 2002-12-26 [paul]       0.8.7claws11
5734
5735         * po/POTFILES.in
5736                 remove unneeded 'src/prefs.c' entry 
5737
5738 2002-12-26 [paul]       0.8.7claws10
5739
5740         * src/codeconv.c
5741           src/mainwindow.c
5742                 sync with 0.8.8 release
5743         
5744         * src/folder.[ch]
5745           src/mh.c
5746           src/summaryview.c
5747                 partial sync with 0.8.8 release
5748         
5749
5750 2002-12-25 [alfons]     0.8.7claws9
5751
5752         * src/matcher.[ch]
5753         * src/matcher_parser_lex.l
5754         * src/matcher_parser_parse.y
5755         * src/prefs_matcher.c
5756                 add locked flag to possible filtering / matcher 
5757                 conditions (also a good example what should be
5758                 done to add a simple boolean condition)
5759
5760 2002-12-25 [christoph]  0.8.7claws8
5761
5762         * src/Makefile.am
5763         * src/account.[ch]
5764         * src/addrbook.c
5765         * src/addressbook.c
5766         * src/addrindex.c
5767         * src/filtering.c
5768         * src/folder.c
5769         * src/matcher.c
5770         * src/prefs.[ch]                ** REMOVE **
5771         * src/prefs_account.c
5772         * src/prefs_actions.c
5773         * src/prefs_common.c
5774         * src/prefs_customheader.c
5775         * src/prefs_display_header.c
5776         * src/prefs_filtering.c
5777         * src/prefs_folder_item.c
5778         * src/prefs_gtk.[ch]            ** NEW **
5779         * src/prefs_matcher.c
5780         * src/prefs_scoring.c
5781         * src/prefs_summary_column.c
5782         * src/procmime.c
5783         * src/selective_download.c
5784         * src/toolbar.c
5785         * src/common/Makefile.am
5786         * src/common/prefs.[ch]         ** NEW **
5787                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5788
5789 2002-12-24 [alfons]     0.8.7claws7
5790
5791         * src/summaryview.c
5792                 summary_thread_build(): fix real cause of the crash mentioned in
5793                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5794                 this way we get meaningful ctree nodes 
5795
5796 2002-12-24 [oliver]     0.8.7claws6
5797
5798         * src/mainwindow.[ch]
5799         * src/messageview.[ch]
5800         * src/compose.[ch]
5801         * src/inc.c
5802         * src/summaryview.c
5803                 changes to use updated toolbar handling
5804                 
5805 2002-12-24 [oliver]     0.8.7claws5
5806
5807         * src/toolbar.[ch]
5808                 generic toolbar handling
5809                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5810         * src/prefs_toolbar.[ch]
5811                 adjust to handling
5812         
5813 2002-12-24 [oliver]     0.8.7claws4
5814         
5815         * src/stock_pixmap.[ch]
5816                 move SYLPHEED_LOGO to end of list in order 
5817                 to remove it from Custom Toolbar`s Icon View
5818
5819 2002-12-24 [alfons]     0.8.7claws3
5820
5821         * src/summaryview.c
5822                 summary_thread_build(): fix crash because of focus != selection 
5823                 after threading. when deleting the selection, gtk tries but fails 
5824                 to find the correct focusable element. we now force the selection
5825                 to be focused. this should solve the infamous bug reported by 
5826                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5827                 a test case is available. 
5828
5829 2002-12-24 [darko]      0.8.7claws2
5830
5831         * src/summaryview.c
5832                 don't crash when unmarking message with unread children
5833
5834 2002-12-23 [christoph]  0.8.7claws1
5835
5836         * src/Makefile.am
5837         * src/common/Makefile.am
5838                 update Makefiles for moved intl.h, version.h and defs.h
5839         * src/imap.c
5840                 rewrite imap_session_get to avoid duplicate code
5841
5842 2002-12-23 [paul]       0.8.7claws
5843
5844         * Santa-Claws released
5845         
5846         * po/hu.po
5847           po/ru.po
5848                 squeeze in updated Hungarian and Russian translations.
5849                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5850
5851 2002-12-23 [paul]       0.8.6claws129
5852
5853         * po/pl.po
5854                 updated by Witold Wladyslaw Wojciech Wilk
5855
5856 2002-12-23 [paul]       0.8.6claws128
5857
5858         * src/quote_fmt_parse.y
5859                 fix typo and add licence header
5860
5861 2002-12-23 [paul]       0.8.6claws127
5862
5863         * po/en_GB.po
5864                 updated
5865
5866 2002-12-23 [paul]       0.8.6claws126
5867
5868         * po/it.po
5869                 updated translation, submitted by Alessandro Maestri
5870                 
5871 2002-12-23 [paul]       0.8.6claws125
5872
5873         * src/quote_fmt_parse.y
5874                 fix signature-stripping on replies bug. match
5875                 '-- \n' and not '-- '.
5876
5877 2002-12-22 [paul]       0.8.6claws124
5878
5879         * po/bg.po
5880           po/es.po
5881           po/sr.po
5882                 updated translations. submitted by George Danchev,
5883                 Ricardo Mones Lastra, and Urke MMI respectively
5884
5885 2002-12-21 [paul]       0.8.6claws123
5886
5887         * src/addrbook.c
5888                 fix coding style
5889
5890 2002-12-21 [paul]       0.8.6claws122
5891
5892         * src/addrbook.c
5893                 fix bug [643638] where if a person is in one or more
5894                 addressbook groups editing that person's email 
5895                 address results in removal from those groups.
5896                 Patch submitted by Luke Plant.
5897
5898 2002-12-20 [christoph]  0.8.6claws121
5899
5900         * src/common/utils.c
5901         * src/summaryview.c
5902                 reimplement expand_search_string using GString to
5903                 prevent crashs caused by miscalculated string
5904                 lengths reported by Paul
5905
5906 2002-12-20 [christoph]  0.8.6claws120
5907
5908         * src/summaryview.c
5909                 don't use "changed" to check if op_count has to be changed as it
5910                 is also set when the message has unread children
5911                 (closes bug [ 653221 ] crash while deleting duplicates)
5912
5913 2002-12-20 [paul]       0.8.6claws119
5914
5915         * sync with 0.8.6cvs27
5916                 see ChangeLog 2002-12-20
5917
5918 2002-12-20 [paul]       0.8.6claws118
5919
5920         * sync with 0.8.6cvs26
5921                 see ChangeLog 2002-12-19 and 2002-12-20
5922
5923 2002-12-19 [alfons]     0.8.6claws117
5924
5925         * src/textview.c
5926                 fix incorrect parsing of email addresses, submitted by 
5927                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5928                 name display if it contains @".
5929
5930 2002-12-18 [paul]       0.8.6claws116
5931
5932         * sync with 0.8.6cvs23
5933                 see ChangeLog 2002-12-18
5934
5935 2002-12-18 [paul]       0.8.6claws115
5936
5937         * src/Makefile.am
5938         * src/account.c
5939         * src/codeconv.c
5940         * src/gtkutils.[ch]
5941         * src/imap.c
5942                 sync with 0.8.6cvs22.
5943                 see ChangeLog 2002-12-17 and 2002-12-18
5944
5945 2002-12-17 [christoph]  0.8.6claws114
5946
5947         * src/imap.c
5948                 o don't create a session if imap greeting fails
5949                 o don't close socket when authentication fails
5950                   this is done by imap_session_destroy
5951
5952 2002-12-17 [thorsten]   0.8.6claws113
5953
5954         * tools/Makefile.am
5955           tools/README
5956           tools/google_msgid.pl ** NEW FILE **
5957                 Added "search for message-id" script and doc
5958
5959 2002-12-17 [thorsten]   0.8.6claws112
5960
5961         * po/hu.po
5962                 Updated hungarian translation
5963                 (updated by Gal Zoltan)
5964
5965 2002-12-16 [christoph]  0.8.6claws111
5966
5967         * src/addr_compl.c
5968                 remove stupid addressbook dump to debug output
5969         * src/mh.c
5970                 fix memory leak found by Hiro
5971
5972 2002-12-14 [paul]       0.8.6claws110
5973
5974         * src/compose.c
5975                 fix menubar sensitivity on send
5976                 
5977         * src/prefs_filtering.c
5978         * src/prefs_matcher.c
5979         * src/prefs_scoring.c
5980                 Fix english ;)
5981                 
5982         * src/common/quoted-printable.h
5983                 sync: fix typo
5984         
5985 2002-12-13 [christoph]  0.8.6claws109
5986
5987         * src/Makefile.am
5988         * src/manage_window.[ch]        ** REMOVE **
5989         * src/gtk/Makefile.am
5990         * src/gtk/manage_window.[ch]    ** NEW **
5991                 move manage_window files to gtk directory
5992
5993 2002-12-13 [christoph]  0.8.6claws108
5994
5995         * src/Makefile.am
5996         * src/gtkshruler.[ch]           ** REMOVE **
5997         * src/gtk/Makefile.am
5998         * src/gtk/gtkshruler.[ch]       ** NEW **
5999                 move gtkshruler files to gtk directory
6000
6001 2002-12-13 [christoph]  0.8.6claws107
6002
6003         * src/Makefile.am
6004         * src/compose.c
6005         * src/gtkstext.[ch]             ** REMOVE **
6006         * src/gtkutils.[ch]
6007         * src/textview.c
6008         * src/gtk/gtkstext.[ch]         ** NEW **
6009         * src/gtk/Makefile.am
6010                 o move stext functions to gtkstext.c to remove
6011                   dependency of gtkutils
6012                 o move gtkstext files to gtk directory
6013
6014         * src/gtk/Makefile.am
6015         * src/gtk/sslcertwindow.[ch]
6016                 UI stuff can always depend on common code so
6017                 it's ok to add ../common to include path
6018
6019 2002-12-13 [colin]      0.8.6claws106
6020
6021         * src/summaryview.c
6022                 Disconnect sighandlers for mainwindow when
6023                 quicksearch has the focus
6024                 Fix bug #653231
6025         * src/mainwindow.[ch]
6026                 Make key_pressed callback public, to be able
6027                 to disconnect it
6028
6029 2002-12-13 [christoph]  0.8.6claws105
6030
6031         * src/mh.c
6032                 create .mh_sequences file in new MH folders
6033                 (closes feature request [ 523162 ] MH folders should
6034                  get a .mh_sequences)
6035
6036 2002-12-13 [colin]      0.8.6claws104
6037
6038         * src/summaryview.c
6039                 Better handling of quicksearch show/hide
6040                 (basically the button stays under the mouse 
6041                  when toggled)
6042
6043 2002-12-13 [paul]       0.8.6claws103
6044
6045         * sync with 0.8.6cvs17
6046                 see ChangeLog 2002-12-13
6047
6048 2002-12-13 [paul]       0.8.6claws102
6049
6050         * po/es.po
6051                 updated by Ricardo Mones Lastra
6052
6053 2002-12-11 [colin]       0.8.6claws101
6054
6055         * src/folder.c
6056                 remove statusbar stuff
6057           src/folderview.c
6058                 set statusbar verbosity when moving folders
6059
6060 2002-12-11 [colin]       0.8.6claws100
6061         * src/prefs_filtering.c
6062         * src/prefs_matcher.c
6063         * src/prefs_scoring.c
6064                 Fix english ;)
6065
6066 2002-12-11 [colin]       0.8.6claws99
6067
6068         * src/prefs_common.[ch]
6069                 Add summary_quicksearch_type
6070         * src/summaryview.c
6071                 Save last used quicksearch type
6072
6073 2002-12-11 [jens]       0.8.6claws98
6074         * src/prefs_filtering.c
6075         * src/prefs_matcher.c
6076         * src/prefs_scoring.c
6077                 added dialog for incomplete rules in scoring, filtering and
6078                 matcher to ask wheather really close
6079
6080 2002-12-11 [colin]      0.8.6claws97
6081
6082         * src/folder.c
6083                 Fix folder dnd statusbar logging
6084
6085 2002-12-10 [christoph]  0.8.6claws96
6086
6087         * src/compose.c
6088         * src/folder.c
6089         * src/imap.c
6090         * src/inc.c
6091         * src/main.c
6092         * src/mainwindow.c
6093         * src/news.c
6094         * src/send.c
6095         * src/statusbar.[ch]
6096         * src/common/hooks.c
6097         * src/common/log.[ch]
6098                 o handle verbose logging in statusbar directly in statusbar code
6099                   and common code does not need any knowledge about a statusbar
6100                 o remove direct calls to statusbar_(puts|pop)_all functions
6101
6102 2002-12-10 [jens]       0.8.6claws95
6103
6104         * src/*.c
6105                 removed gettext from g_warnings
6106         * po/POTFILES.in
6107                 cleaned and updated
6108         * po/de.po
6109                 updated
6110
6111 2002-12-10 [colin]      0.8.6claws94
6112
6113         * src/main.c
6114                 finish crash dialog fix
6115
6116 2002-12-10 [colin]      0.8.6claws93
6117
6118         * src/main.c
6119                 "Fix" "sylpheed already running" instead of
6120                 crash dialog appearing after a crash
6121
6122 2002-12-10 [colin]      0.8.6claws92
6123
6124         * po/POTFILES.in
6125                 add src/gtk/sslcertwindow.c
6126
6127 2002-12-10 [paul]       0.8.6claws91
6128
6129         * po/POTFILES.in
6130                 updated to reflect recent changes
6131                 submitted by Alessandro Maestri
6132
6133 2002-12-09 [christoph]  0.8.6claws90
6134
6135         * src/Makefile.am
6136         * src/smtp.[ch]                 ** REMOVE **
6137         * src/common/Makefile.am
6138         * src/common/smtp.[ch]          ** NEW **
6139                 move smtp files to common directory
6140
6141 2002-12-09 [christoph]  0.8.6claws89
6142
6143         * src/Makefile.am
6144         * src/session.[ch]              ** REMOVE **
6145         * src/common/Makefile.am
6146         * src/common/session.[ch]       ** NEW **
6147                 move session files to common directory
6148
6149 2002-12-09 [paul]       0.8.6claws88
6150
6151         * src/account.c
6152                 fix bug [649746] edit accounts: move account reverted
6153                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6154
6155 2002-12-09 [colin]      0.8.6claws87
6156
6157         * src/ssl_certificate.c
6158                 cleanup
6159
6160 2002-12-09 [colin]      0.8.6claws86
6161
6162         * src/ssl.c
6163                 Try to open the cert.pem database and 
6164                 issue a warning if it isn't there
6165
6166 2002-12-09 [colin]      0.8.6claws85
6167
6168         * src/common/ssl_certificate.c
6169         * src/gtk/sslcertwindow.c
6170                 Warning fixes
6171
6172 2002-12-09 [colin]      0.8.6claws84
6173
6174         * src/ssl_certificate.[ch] ** REMOVED **
6175         * src/common/ssl_certificate.[ch] ** NEW **
6176         * src/Makefile.am
6177         * src/common/Makefile.am
6178                 Moved ssl_certificate.[ch] to common
6179         * src/common/ssl.c 
6180                 Put back needed include
6181         * src/gtk/sslcertwindow.[ch]
6182                 Changed ssl_certificate.h include
6183         
6184 2002-12-09 [colin]      0.8.6claws83
6185
6186         * src/gtk/sslcertwindow.[ch]
6187                 Implement hook for certificate acception
6188         * src/ssl_certificate.[ch]
6189                 Implement hook for certificate acception
6190         * src/common/ssl.c
6191                 Reenable certificate acception check
6192         * src/mainwindow.c
6193                 Register sslcertwindow's hook
6194         
6195 2002-12-08 [christoph]  0.8.6claws82
6196
6197         * src/about.c
6198         * src/addr_compl.c
6199         * src/codeconv.c
6200         * src/manual.c
6201         * src/undo.c
6202         * src/common/utils.c
6203                 o add missing includes
6204                 o fix warnings
6205         * src/.cvsignore
6206         * src/common/.cvsignore
6207         * src/common/version.h          ** REMOVE **
6208                 remove autogenerated file
6209
6210 2002-12-08 [paul]       0.8.6claws81
6211
6212         * src/stringtable.c
6213                 put back needed include
6214
6215 2002-12-08 [colin]      0.8.6claws80
6216         
6217         * src/gtk/sslcertwindow.c
6218                 Cleaner popups when asking
6219         * src/ssl_certificate.c
6220         * src/prefs_common.[ch]
6221                 remove ssl certificate pref
6222                 put back needed include
6223         * src/undo.c
6224                 put back needed include
6225
6226 2002-12-08 [christoph]  0.8.6claws79
6227
6228         * src/folderview.c
6229         * src/logwindow.c
6230         * src/statusbar.c
6231         * src/summaryview.c
6232                 only abort hook invokation if required data is missing not
6233                 if our own data pointer is NULL, update hookfunction for
6234                 log window
6235
6236 2002-12-08 [paul]       0.8.6claws78
6237
6238         * src/about.c
6239         * src/addrcache.c
6240         * src/addrclip.c
6241         * src/addr_compl.c
6242         * src/addrselect.c
6243         * src/codeconv.c
6244         * src/colorlabel.c
6245         * src/enriched.c
6246         * src/esmtp.c
6247         * src/exporthtml.c
6248         * src/headerview.c
6249         * src/imageview.c
6250         * src/manual.c
6251         * src/noticeview.c
6252         * src/pgptext.c
6253         * src/scoring.c
6254         * src/sourcewindow.c
6255         * src/stringtable.c
6256         * src/undo.c
6257                 clean up: remove unneccesary includes
6258
6259 2002-12-08 [christoph]  0.8.6claws77
6260
6261         * src/folderview.c
6262         * src/statusbar.c
6263         * src/summaryview.c
6264         * src/common/hooks.[ch]
6265                 hook functions now have a gboolean return value, if a hook
6266                 returns TRUE it will stop executing of any more hooks in
6267                 the same hooklist for this invokation
6268
6269 2002-12-08 [colin]      0.8.6claws76
6270         
6271         * src/main.c
6272                 put back argv0 for CRASH_DIALOG
6273
6274 2002-12-08 [christoph]  0.8.6claws75
6275
6276         * src/Makefile.am
6277         * src/about.c
6278         * src/account.c
6279         * src/crash.c
6280         * src/esmtp.h
6281         * src/imap.[ch]
6282         * src/inc.c
6283         * src/main.c
6284         * src/mainwindow.c
6285         * src/news.c
6286         * src/pop.[ch]
6287         * src/prefs_account.[ch]
6288         * src/prefs_common.[ch]
6289         * src/send.[ch]
6290         * src/smtp.[ch]
6291         * src/ssl_certificate.[ch]
6292         * src/ssl_manager.[ch]
6293         * src/common/Makefile.am
6294         * src/common/log.c
6295         * src/common/nntp.[ch]
6296         * src/common/socket.[ch]
6297         * src/common/ssl.[ch]
6298         * src/gtk/sslcertwindow.[ch]
6299         * ac/openssl.m4
6300                 use new autoconf script to detect OpenSSL with extra parameters
6301                 to specify the location of libs and includes, also remove USE_SSL
6302                 to USE_OPENSSL
6303
6304         * src/common/sylpheed.[ch]
6305         * src/common/version.h.in
6306                 start seperation of common code initialization seperated from gui
6307
6308         * src/summaryview.c
6309                 The function that is called when a color label changes
6310                 should not change the color lable again
6311
6312 2002-12-08 [colin]      0.8.6claws74
6313
6314         * src/gtk/sslcertwindow.c
6315                 warning fixes
6316
6317 2002-12-08 [colin]      0.8.6claws73
6318
6319         * src/statusbar.c
6320           src/common/log.h
6321                 Register a hook for statusbar_puts_all
6322         * src/common/log.c
6323                 invoke statusbar_puts_all's hook
6324         
6325 2002-12-08 [colin]      0.8.6claws72
6326
6327         * src/ssl_certificate.c
6328                 Put back a badly-removed include
6329
6330 2002-12-08 [colin]      0.8.6claws71
6331
6332         * src/gtk/sslcertwindow.[ch]    ** NEW **
6333                 new certificate presentation
6334         * src/gtk/Makefile.am
6335                 add new files
6336         * src/ssl_certificate.[ch]
6337                 gtk cleanup, made utility functions public
6338         * src/ssl_manager.c
6339                 use new cert presentation
6340
6341 2002-12-07 [christoph]  0.8.6claws70
6342
6343         * src/Makefile.am
6344         * src/nntp.[ch]                 ** REMOVE **
6345         * src/common/Makefile.am
6346         * src/common/nntp.[ch]          ** NEW **
6347                 move nntp files to common directory
6348
6349 2002-12-07 [christoph]  0.8.6claws69
6350
6351         * src/procmsg.[ch]
6352         * src/summaryview.c
6353                 implement msginfo update callback using sylpheed's new
6354                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6355
6356 2002-12-06 [christoph]  0.8.6claws68
6357
6358         * src/editgroup.c
6359                 This patch changes the 'Edit Group Details' dialog to
6360                 allow extended selections in either pane, so that
6361                 addresses can be added or removed from a group more
6362                 quickly and easily. (it actually is a net decrease in
6363                 file size, as some unnecessary functions have been
6364                 removed). 
6365                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6366
6367 2002-12-06 [christoph]  0.8.6claws67
6368
6369         * src/Makefile.am
6370         * src/template.[ch]             ** REMOVE **
6371         * src/common/Makefile.am
6372         * src/common/template.[ch]      ** NEW **
6373                 move template files to common directory
6374
6375         * src/nntp.c
6376                 add missing log.h include
6377
6378 2002-12-06 [melvin]     0.8.6claws66
6379
6380         * src/prefs_actions.c
6381                 Added the trailing ">" syntax to insert command's output
6382                 without replacing old text (in contrast to trailing "|").
6383
6384 2002-12-05 [colin]      0.8.6claws65
6385         
6386         * src/common/utils.c
6387                 Don't modify original search_string or it'll change
6388                 the next iterations in the for()
6389
6390 2002-12-05 [darko]      0.8.6claws64
6391
6392         * src/common/utils.c
6393                 proper check for filtering commands, found by Colin
6394
6395 2002-12-05 [darko]      0.8.6claws63
6396
6397         * src/common/utils.c
6398                 check proper string for NULL pointer, found by Colin
6399
6400 2002-12-05 [darko]      0.8.6claws62
6401
6402         * src/common/utils.[ch]
6403                 expand_search_string(): new function
6404                 converts Mutt-like patterns to Sylpheed's
6405                 filtering engine
6406         * src/summaryview.c
6407                 use expand_search_string() to allow Mutt-like
6408                 patterns in extended search
6409         * README.claws
6410                 document extended option in quick search
6411
6412 2002-12-05 [paul]       0.8.6claws61
6413
6414         * sync with 0.8.6cvs16
6415                 see ChangeLog 2002-12-05
6416                 
6417         * po/POTFILES.in
6418                 clean up
6419
6420 2002-12-04 [christoph]  0.8.6claws60
6421
6422         * src/imap.[ch]
6423                 put imap authentication code into a new function and
6424                 remove it from imap_session_new that will allow to
6425                 send other commands before authentication
6426
6427 2002-12-04 [christoph]  0.8.6claws59
6428
6429         * src/imap.[ch]
6430                 use already existing method to prevent unneeded IMAP
6431                 folder selects. Set imap_select parameters to NULL
6432                 in some functions if the values are not required.
6433
6434         * src/xml.h
6435                 remove no longer required include
6436
6437 2002-12-04 [paul]       0.8.6claws58
6438
6439         * po/es.po
6440                 updated by Ricardo Mones Lastra
6441                 
6442         * configure.in
6443           po/hu.po      ** NEW FILE **
6444                 initial Hungarian translation, submitted
6445                 by Gál Zoltán <galzoli@hu.inter.net>
6446
6447 2002-12-03 [christoph]  0.8.6claws57
6448
6449         * src/Makefile.am
6450         * src/gtksctree.[ch]            ** REMOVE **
6451         * src/gtk/Makefile.am
6452         * src/gtk/gtksctree.[ch]        ** NEW **
6453                 move gtksctree files to gtk directory
6454
6455 2002-12-03 [christoph]  0.8.6claws56
6456
6457         * src/Makefile.am
6458         * src/md5.[ch]                  ** REMOVE **
6459         * srm/common/Makefile.am
6460         * src/common/md5.[ch]           ** NEW **
6461                 move md5 files to common directory
6462
6463         * src/gtkstext.c
6464                 remove not required #include
6465
6466 2002-12-03 [sergey]     0.8.6claws55
6467
6468         * src/gtkutils.c
6469         * src/gtkutils.h
6470                 gtkut_window_popup(): new function.
6471         * src/mainwindow.c
6472                 main_window_popup(): use gtkut_window_popup() to raise
6473                 window without changing its position.
6474                 (see sylpheed-main ML message [sylpheed:17247])
6475
6476 2002-12-03 [sergey]     0.8.6claws54
6477
6478         * src/send.c
6479                 send_message_local(): removed first-dot escaping
6480                 (SMTP-only, not needed for sending through pipe)
6481
6482 2002-12-03 [paul]       0.8.6claws53
6483
6484         * po/POTFILES.in
6485                 update to reflect recent changes (thanks
6486                 to Ricardo Mones Lastra)
6487                 
6488         * tools/filter_conv.pl
6489                  fix problem with quoted strings. Patch submitted
6490                  by Luke Plant <lukeplant@softhome.net>
6491
6492 2002-12-03 [paul]       0.8.6claws52
6493
6494         * sync with 0.8.6cvs15
6495                 see ChangeLog 2002-12-03
6496
6497 2002-12-02 [christoph]  0.8.6claws51
6498
6499         * src/logwindow.[ch]
6500         * src/common/log.[ch]
6501                 implement logging using a hook function
6502
6503         * src/folderview.c
6504         * src/folder.[ch]
6505                 define hooklist name in header file to avoid
6506                 errors caused by wrong spelling of hooklist names
6507
6508         * src/toolbar.c
6509                 fix warnings
6510
6511 2002-12-02 [christoph]  0.8.6claws50
6512
6513         * src/common/Makefile.am
6514                 add src/common/hooks.[ch]
6515
6516         * src/common/hooks.[ch]
6517                 implement a simple hook system using glib's hook functions
6518
6519         * src/folder.[ch]
6520         * src/folderview.c
6521                 use new hook system for folder item updates
6522
6523 2002-12-02 [christoph]  0.8.6claws49
6524
6525         * doc-src/ui_seperation.txt     ** NEW **
6526                 information for ui seperation
6527
6528         * src/Makefile.am
6529                 remove files that were moved to common
6530                 include common directory by default for the header files
6531
6532         * src/inc.c
6533         * src/common/socket.c
6534         * src/automaton.[ch]
6535                 implement automaton using g_io_*-functions instead of
6536                 gdk_input_add to make it ui independent
6537
6538         * src/codeconv.c
6539         * src/compose.c
6540         * src/ldif.c
6541         * src/pgptext.c
6542         * src/procmime.c
6543         * src/rfc2015.c
6544         * src/smtp.c
6545         * src/unmime.c
6546                 remove common/ prefix because directory is now in
6547                 include path
6548
6549         * src/compose.c
6550         * src/folder.c
6551         * src/folderview.c
6552         * src/mainwindow.c
6553         * src/messageview.c
6554         * src/prefs_common.c
6555         * src/procmsg.c
6556         * src/rfc2015.c
6557                 fix warnings
6558
6559         * src/imap.c
6560         * src/inc.c
6561         * src/news.c
6562         * src/pop.c
6563         * src/send.c
6564         * src/smtp.c
6565         * src/ssl_certificate.c
6566                 add log.h header file for logging functions
6567
6568         * src/main.c
6569         * src/common/utils.c
6570         * src/summaryview.c
6571         * src/xml.c
6572                 o move debug_mode to common/utils.c
6573                 o add functions to set and get debug_mode
6574
6575         * src/defs.h                    ** REMOVE **
6576         * src/intl.h                    ** REMOVE **
6577         * src/socket.[ch]               ** REMOVE **
6578         * src/ssl.[ch]                  ** REMOVE **
6579         * src/utils.[ch]                ** REMOVE **
6580                 replaced by new files in src/common/
6581         
6582         * src/common/Makefile.am
6583                 add new files in src/common/
6584
6585         * src/common/defs.h             ** NEW **
6586         * src/common/intl.h             ** NEW **
6587         * src/common/log.[ch]           ** NEW **
6588         * src/common/socket.[ch]        ** NEW **
6589         * src/common/ssl.[ch]           ** NEW **
6590         * src/common/utils.[ch]         ** NEW **
6591                 replacement for files in src/
6592
6593 2002-12-02 [colin]      0.8.6claws48
6594
6595         * src/folderview.c
6596                 Scroll folderview if necessary during dnd
6597
6598 2002-12-02 [colin]      0.8.6claws47
6599
6600         * src/folder.[ch]
6601                 Add check to verify a move is within a single mailbox
6602         * src/folderview.c
6603                 Add specific error string for this check
6604
6605 2002-12-02 [colin]      0.8.6claws46
6606
6607         * src/folder.c
6608                 Add a test to folder moving, remove a statusbar_print
6609         * src/folderview.c
6610                 Add Move folder... context-menu item
6611                 Factorize folder moving code
6612                 Enable folder DND for mbox
6613
6614 2002-12-01 [christoph]  0.8.6claws45
6615
6616         * ac/aspell.m4
6617                 remove conf.aspelltest if the version check fails
6618
6619 2002-11-30 [christoph]  0.8.6claws44
6620
6621         * autogen.sh
6622                 run libtoolize --force in autogen to create missing
6623                 libtool scripts
6624
6625 2002-11-30 [christoph]  0.8.6claws43
6626
6627         * src/Makefile.am
6628         * src/pgptext.c
6629         * src/procmime.c
6630         * src/rfc2015.c
6631         * src/uuencode.[ch]             ** REMOVED **
6632         * src/common/Makefile.am
6633         * src/common/uuencode.[ch]      ** NEW **
6634                 move uuen/decoder to common directory
6635
6636 2002-11-30 [christoph]  0.8.6claws42
6637
6638         * src/Makefile.am
6639         * src/base64.[ch]               ** REMOVED **
6640         * src/codeconv.c
6641         * src/compose.c
6642         * src/ldif.c
6643         * src/pgptext.c
6644         * src/procmime.c
6645         * src/rfc2015.c
6646         * src/smtp.c
6647         * src/unmime.c
6648         * src/common/Makefile.am
6649         * src/common/base64.[ch]        ** NEW **
6650                 move base64 en/decoder to common directory
6651
6652 2002-11-30 [christoph]  0.8.6claws41
6653
6654         * src/common                    ** NEW **
6655                 new directory for UI independent code
6656         * src/gtk                       ** NEW **
6657                 new directory for GTK frontend
6658         * src/common/.cvsignore         ** NEW **
6659         * src/gtk/.cvsignore            ** NEW **
6660                 ignore build files
6661         * src/common/Makefile.am        ** NEW **
6662         * src/gtk/Makefile.am           ** NEW **
6663                 automake files to build new seperated stuff
6664         * src/Makefile.am
6665                 the binary will currently still be build with the
6666                 files in src, so we include the code from the
6667                 subdirs for now after building the libs there
6668
6669 2002-11-30 [paul]       0.8.6claws40
6670
6671         * src/compose.c
6672                 fix bug [642731] 'Wrong selected account with drafted mail'
6673
6674 2002-11-29 [oliver]     0.8.6claws39
6675         
6676         * src/messageview.c
6677                 o update summaryview when switching between different
6678                   messageviews          
6679         * src/toolbar.c  
6680                 o check if messageview holds already removed msg
6681                   from summaryview
6682                 
6683
6684 2002-11-29 [oliver]     0.8.6claws38
6685
6686         * src/toolbar.c 
6687                 remove not needed variables and includes
6688                 make messageview stay opened and move to next when msgs are deleted 
6689
6690 2002-11-29 [oliver]     0.8.6claws37
6691         
6692         * src/toolbar.c 
6693                 disable compose button (messageview toolbar) by default
6694                 deleted msgs are moved to trash
6695         
6696 2002-11-29 [melvin]     0.8.6claws36
6697
6698         * configure.in
6699                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6700                 and to detect signatures expirations (gpgme 0.3.6)
6701
6702         * src/main.c
6703                 Use non obsolescent function for Gpgme engine checking.
6704
6705         * src/rfc2015.c
6706                 Inform about expired signatures or signatures which key
6707                 has expired. Expiration date is displayed.
6708
6709         * src/sigstatus.c
6710                 Inform about expired signatures or signatures which key
6711                 has expired.
6712
6713 2002-11-28 [paul]       0.8.6claws35
6714
6715         * src/folderview.c
6716                 re-instate 'Check for new messages' in Newsgroup
6717                 folders right-click menu, after a suggestion from
6718                 Tim Mann <timmann@users.sourceforge.net>
6719
6720         * src/main.c
6721                 after a crash check only local folders for new
6722                 messages
6723
6724 2002-11-28 [paul]       0.8.6claws34
6725
6726         * configure.in
6727                 apply patch that fixes the checking of GTK with XIM 
6728                 support on different OSs, such as FreeBSD. Patch 
6729                 submitted by Topia <topia@users.sourceforge.net>
6730                 
6731 2002-11-28 [paul]       0.8.6claws33
6732
6733         * src/mainwindow.c
6734           src/prefs_common.c
6735           src/prefs_toolbar.c
6736                 more changes to the English
6737
6738 2002-11-28 [paul]       0.8.6claws32
6739
6740         * sync with 0.8.6cvs13
6741                 see ChangeLog 2002-11-28 (no sync needed
6742                 for src/compose.c)
6743
6744 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6745         
6746         * src/mainwindow.[ch]
6747                 add patch by Ivan F. Martinez introducing messageview Toolbar
6748                 some changes and committed by oliver    
6749
6750 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6751
6752         * src/messageview.[ch]
6753                 add patch by Ivan F. Martinez introducing messageview Toolbar
6754                 some changes and committed by oliver    
6755
6756 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6757
6758         * src/compose.[ch]
6759                 add patch by Ivan F. Martinez introducing messageview Toolbar
6760                 some changes and committed by oliver    
6761
6762 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6763         
6764         * src/toolbar.[ch]
6765                 add patch by Ivan F. Martinez introducing messageview Toolbar
6766                 some changes and committed by oliver
6767
6768 2002-11-28 [oliver]     0.8.6claws27
6769         
6770         * src/prefs_toolbar.[ch]
6771                 getting ready for messageview toolbar
6772                 free mem allocated by gettext
6773                 change prefs_toolbar to prefs_toolbar_open
6774  
6775 2002-11-28 [thorsten]   0.8.6claws26
6776
6777         * src/imageview.[ch]
6778                 cleaned up conflicting declarations of
6779                 imageview_show_image()
6780
6781 2002-11-28 [paul]       0.8.6claws25
6782
6783         * src/grouplistdialog.c
6784           src/prefs_common.c
6785           src/prefs_summary_column.c
6786                 a few more improvements to the English
6787
6788 2002-11-28 [colin]      0.8.6claws24
6789
6790         * man/sylpheed.1
6791                 A few updates to command-line parameters
6792
6793 2002-11-28 [colin]      0.8.6claws23
6794
6795         * src/prefs_filtering.c
6796                 Fix problems with prefs_filtering_delete_path:
6797                 a) if the first rule is removed, original pointers
6798                    weren't updated (leading to segfaults)
6799                 b) it was always global_processing updated in case
6800                    of removed path was parent of rule path
6801
6802 2002-11-27 [paul]       0.8.6claws22
6803
6804         * src/mainwindow.c
6805           src/prefs_account.c
6806           src/prefs_actions.c
6807           src/prefs_common.c
6808           src/prefs_customheader.c
6809           src/prefs_display_header.c
6810           src/prefs_filtering.c
6811           src/prefs_folder_item.c
6812           src/prefs_matcher.c
6813           src/prefs_scoring.c
6814           src/prefs_summary_column.c
6815           src/prefs_template.c
6816           src/prefs_toolbar.c
6817                  improve the English in the GUI
6818
6819 2002-11-27 [colin]      0.8.6claws21
6820
6821         * src/folder.c
6822                 Fix processing renaming problems happening after
6823                 last commit
6824
6825 2002-11-27 [colin]      0.8.6claws20
6826
6827         * src/folder.c
6828                 recursive move now deletes src each subfolder after 
6829                 having moved it
6830         * src/folderview.c
6831                 Use identifier instead of path during dnd (enables
6832                 IMAP folder dnd)
6833
6834 2002-11-27 [paul]       0.8.6claws19
6835
6836         * src/main.c
6837                 apply patch that does command-line processing 
6838                 BEFORE gtk_init, allowing claws to run from 
6839                 shell-scripts in non-X environment (e.g. crontab 
6840                 or ip-up, ip-down scripts). Patch submitted by
6841                 Ruslan N. Balkin <baron@dartel.ru>
6842                 
6843         * po/it.po
6844                 updated by Alessandro Maestri
6845
6846 2002-11-27 [paul]       0.8.6claws18
6847
6848         * sync with 0.8.6cvs12
6849           src/prefs_common.c
6850                 Differences are that main uses a 'Receive dialog'
6851                 frame on the Interface tab, whereas claws groups all 
6852                 the dialogs together in a 'Dialogs' frame.
6853
6854 2002-11-27 [colin]      0.8.6claws17
6855
6856         * src/prefs_matcher.c
6857                 Fix Execute criteria's NOT flag
6858
6859
6860 2002-11-26 [christoph]  0.8.6claws16
6861
6862         * src/ssl.c
6863                 rewrite the ssl code a little bit, only use one
6864                 SSL context, set default certificates' file/path
6865
6866 2002-11-26 [thorsten]   0.8.6claws15
6867
6868         * src/compose.c
6869                 default-reply-to didn't work for ml-reply
6870
6871 2002-11-26 [melvin]     0.8.6claws14
6872
6873         * src/prefs_actions.c
6874                 Made pipe-actions ignore short headers in message view
6875                 Made trailing-pipe-actions write in the message view with
6876                 the same font as the original message
6877
6878 2002-11-26 [paul]       0.8.6claws13
6879
6880         * src/compose.c
6881                 this time commit the correct file
6882
6883 2002-11-26 [paul]       0.8.6claws12
6884
6885         * sync with 0.8.6cvs11
6886           src/quote_fmt_parse.y  
6887                 no sync needed
6888           src/account.[ch]       
6889                 not sync'ed
6890           src/compose.c
6891                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6892                 on draft mode.
6893                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6894                 header
6895                 
6896         see ChangeLog 2002-11-25 and 2002-11-26
6897
6898 2002-11-26 [colin]      0.8.6claws11
6899
6900         * src/folderview.c
6901                 Fix collapsed folder not auto-expanding during
6902                 mail dnd, if it was the source folder.
6903
6904 2002-11-25 [colin]      0.8.6claws10
6905
6906         * src/folderview.[ch]
6907                 Variable renaming and cleaning (slist of nodes 
6908                 to be re-collapsed is stored in FolderView)
6909
6910 2002-11-25 [paul]       0.8.6claws9
6911
6912         * src/prefs_common.[ch]
6913                 fix breakage caused by last commit
6914
6915 2002-11-25 [paul]       0.8.6claws8
6916
6917         * sync with 0.8.6cvs4
6918                 see ChangeLog 2002-11-21
6919
6920 2002-11-25 [paul]       0.8.6claws7
6921
6922         * sync with 0.8.6cvs4
6923                 see ChangeLog 2002-11-20
6924
6925 2002-11-25 [paul]       0.8.6claws6
6926
6927         * sync with 0.8.6cvs3
6928                 see ChangeLog 2002-11-18
6929
6930 2002-11-25 [colin]      0.8.6claws5
6931
6932         * src/gtkutils.[ch]
6933                 Add gtkut_ctree_node_is_parent()
6934         * src/folderview.c
6935                 Spring-loaded folders
6936
6937 2002-11-25 [colin]      0.8.6claws4
6938
6939         * src/utils.[ch]
6940                 Add slist_concat_unique(), function to merge
6941                 two GSList filtering dups
6942         * src/folder.[ch]
6943         * src/summaryview.[ch]
6944         * src/folderview.c
6945         * src/main.c
6946                 Add detection/update/display of unread answers
6947                 to marked mails
6948         * src/procmsg.[ch]
6949                 Add procmsg_find_children()
6950                 Add procmsg_msg_has_marked_parent()
6951
6952 2002-11-25 [colin]      0.8.6claws3
6953
6954         * src/ssl_certificate.[ch]
6955                 Allow checking a certificate without a DNS
6956                 lookup
6957                 Allow to forget a cert (by deleting it)
6958                 Make ssl_certificate_destroy_public
6959         * src/ssl_manager.[ch] ** NEW FILES **
6960                 Gui to manage (display/remove) certificates
6961         * src/prefs_common.[ch]
6962                 Add a pref to allow silent acceptation of
6963                 trusted certificates or not (based on the
6964                 "I want to know what's going on" principle)
6965         * src/mainwindow.c
6966                 Add SSL manager in Tools menu
6967         * src/Makefile.am
6968                 Add the new files to the build
6969         * po/POTFILES.in
6970                 Add ssl_manager.c to translations
6971
6972 2002-11-25 [colin]      0.8.6claws2
6973
6974         * src/summaryview.[ch]
6975                 Add S_SEARCH_EXTENDED to the quick search, which 
6976                 allows to search using filtering syntax.
6977
6978 2002-11-25 [colin]      0.8.6claws1
6979
6980         * src/summaryview.c
6981                 Deletion of duplicates now prefer deleting
6982                 the unread dup (fixes feature-request 638989).
6983
6984 2002-11-24 [paul]       0.8.6claws
6985
6986         * po/es.po
6987           po/pl.po
6988           po/ru.po
6989           po/sr.po
6990                 updated by Ricardo Mones Lastra,
6991                 Witold Wladyslaw Wojciech Wilk,
6992                 Ruslan N. Balkin, and  Urke MMI 
6993                 respectively
6994
6995 2002-11-24 [paul]       0.8.5claws182
6996
6997         * po/bg.po
6998                 updated by George Danchev
6999
7000 2002-11-23 [alfons]     0.8.5claws181
7001
7002         * src/imap.c
7003                 tiny memory leak found by browsing Dimitar's 
7004                 valgrind report
7005
7006 2002-11-23 [paul]       0.8.5claws180
7007
7008         * po/it.po
7009                 updated by Alessandro Maestri
7010
7011 2002-11-22 [christoph]  0.8.5claws179
7012
7013         * src/compose.c
7014         * src/inc.c
7015         * src/prefs_filtering.c
7016         * src/summaryview.c
7017                 more warning fixes
7018
7019 2002-11-22 [alfons]     0.8.5claws178
7020
7021         * src/summaryview.c
7022                 summary_execute_delete_func(): if message is deleted, make 
7023                 sure to also remove its entry in the subject hash table. 
7024                 fixes a corner case bug.
7025
7026 2002-11-22 [paul]       0.8.5claws177
7027
7028         * .cvsignore
7029                 add 'autom4te.cache'
7030                 
7031         * ltconfig      ** REMOVED **
7032                 not needed
7033
7034 2002-11-22 [paul]       0.8.5claws176
7035
7036         * src/textview.c
7037                 textview_set_font(): fix for message display in
7038                 UTF-8 locales (thanks to Sergey Vlasov).
7039                 
7040         * AUTHORS
7041                 add new team members and contributors
7042
7043
7044 2002-11-21 [colin]      0.8.5claws175
7045
7046         * src/procmsg.[ch]
7047                 Add procmsg_remove_special_headers()
7048         * src/mh.c
7049                 Use procmsg_remove_special_headers() for 
7050                 previous fix
7051
7052 2002-11-21 [colin]      0.8.5claws174
7053
7054         * src/mh.c
7055                 Fix moving/copying from queue/draft folders
7056                 for MH folders
7057
7058 2002-11-21 [christoph]  0.8.5claws173
7059
7060         * src/crash.c
7061         * src/filtering.c
7062         * src/logwindow.c
7063         * src/main.c
7064         * src/matcher_parser_lex.[hl]
7065         * src/mbox.c
7066         * src/mbox_folder.[ch]
7067         * src/prefs_filtering.c
7068         * src/procheader.c
7069         * src/quote_fmt_lex.l
7070         * src/ssl.c
7071                 fix all warnings except the warnings in lex and yacc files
7072
7073 2002-11-20 [christoph]  0.8.5claws172
7074
7075         * src/imap.c
7076                 fix MsgInfo retrieval for IMAP draft and queue folders
7077                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7078
7079 2002-11-19 [christoph]  0.8.5claws171
7080
7081         * src/compose.c
7082                 fix segfault, when draft saving does not get
7083                 the MsgInfo of the new message
7084                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7085
7086 2002-11-19 [christoph]  0.8.5claws170
7087
7088         * src/procmsg.c
7089                 add parameter check for flag setting function
7090                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7091
7092 2002-11-18 [paul]       0.8.5claws169
7093
7094         * src/compose.c
7095                 more sensitivity fixes to redirect mode:
7096                 * disable toolbar draft button
7097                 * allow only Address book in the Tools menu
7098                 * disable editing of message by the spell
7099                   checker
7100
7101 2002-11-18 [paul]       0.8.5claws168
7102
7103         * src/compose.c
7104                 fix sensitivity of menu items in compose_redirect():
7105                 allow only the necessary items 
7106
7107 2002-11-18 [paul]       0.8.5claws167
7108
7109         * src/compose.c
7110                 fix bug [ 603259 ] 'attachment got lost on bounce'
7111
7112 2002-11-18 [paul]       0.8.5claws166
7113
7114         * po/ru.po
7115                 updated by Ruslan N. Balkin <baron@dartel.ru>
7116
7117 2002-11-18 [colin]      0.8.5claws165
7118
7119         * src/main.c
7120           src/defs.h
7121                 Remove old filtering stuff
7122
7123
7124 2002-11-17 [oliver]     0.8.5claws164
7125
7126         * src/toolbar.h
7127                 remove not needed typedef 
7128
7129 2002-11-17 [oliver]     0.8.5claws163
7130
7131         * src/toolbar.c
7132                 make toolbar's on click events translatable
7133
7134 2002-11-15 [colin]      0.8.5claws162
7135
7136         * src/summaryview.c
7137                 Revert too-soon integration of a feature
7138
7139 2002-11-15 [christoph]  0.8.5claws161
7140
7141         * src/imap.c
7142                 use main's implementation of imap_get_msginfo
7143
7144 2002-11-15 [christoph]  0.8.5claws160
7145
7146         * src/compose.c
7147         * src/folder.[ch]
7148         * src/imap.c
7149         * src/mbox_folder.c
7150         * src/mh.c
7151         * src/news.c
7152         * src/procmsg.c
7153         * src/summaryview.c
7154                 replace claws' fetch_msginfo with main's get_msginfo
7155                 (use main's implementation where possible)
7156
7157 2002-11-15 [colin]      0.8.5claws159
7158
7159         * src/ssl_certificate.c
7160                 Missed a check
7161
7162 2002-11-16 [melvin]     0.8.5claws158
7163
7164         * po/fr.po
7165                 Updated French translations.
7166
7167 2002-11-16 [colin]      0.8.5claws157
7168
7169         * src/ssl_certificate.c
7170                 Check for missing parts in the certificates
7171
7172 2002-11-15 [colin]      0.8.5claws156
7173
7174         * src/folderview.c
7175                 Preventive fix (missing check) found by
7176                 Alfons
7177
7178 2002-11-15 [paul]
7179
7180         * NEWS
7181                 sync with 0.8.6 release
7182
7183 2002-11-15 [colin]      0.8.5claws155
7184
7185         * src/folder.[ch]
7186           src/folderview.c
7187                 Fix error handling of folder_item_move_to()
7188                 (thanks to Alfons!)
7189
7190 2002-11-15 [colin]      0.8.5claws154
7191
7192         * src/folder.[ch]
7193           src/folderview.c
7194                 folder_item_move_to() sets an error message instead
7195                 of having GUI stuff in folder.c
7196
7197 2002-11-15 [colin]      0.8.5claws153
7198
7199         * src/procmsg.[ch]
7200                 Implemented a callback for MsgInfo updates, 
7201                 heavily copy/pasted from Christoph's folder 
7202                 callback system
7203         * src/summaryview.[ch]
7204                 Register summary_update_msg as callback
7205
7206 2002-11-14 [colin]      0.8.5claws152
7207         
7208         * src/procmsg.c
7209                 Update the FolderItem after sending (fixes 617593)
7210
7211 2002-11-14 [christoph]  0.8.5claws151
7212
7213         * src/folder.c
7214                 fix wrong position of NULL pointer check found
7215                 by Sergey
7216
7217 2002-11-14 [christoph]  0.8.5claws150
7218
7219         * src/folder.c
7220                 fix segfault when deleting messages from IMAP folders
7221                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7222
7223 2002-11-14 [colin]      0.8.5claws149
7224
7225         * src/compose.c
7226                 Forwarding was also ignoring the folder's default account.
7227
7228 2002-11-14 [colin]      0.8.5claws148
7229
7230         * src/compose.c
7231                 Fix sent folder not set to folder properties when 
7232                 forwarding.
7233
7234 2002-11-14 [thorsten]   0.8.5claws147
7235
7236         * src/inc.c
7237                 inc_start(): Files were not moved from .processing to inbox,
7238                 if no global processing rule existed
7239
7240 2002-11-14 [colin]      0.8.5claws146
7241
7242         * src/ssl_certificate
7243                 Fix file operations
7244
7245 2002-11-14 [paul]       0.8.5claws145
7246
7247         * po/it.po
7248                 updated by Alessandro Maestri
7249
7250 2002-11-13 [alfons]     0.8.5claws144
7251
7252         * src/folder.c
7253                 folder_item_close(): only mark messages unread
7254                 when a folder has new messages 
7255
7256 2002-11-13 [keith]      0.8.5claws143
7257
7258         * src/imap.c
7259                 Fix problem moving or copying between
7260                 IMAP folders
7261
7262 2002-11-13 [colin]      0.8.5claws142
7263
7264         * src/matcher_parser_parse.y
7265                 Fix rule problem when " don't match
7266
7267 2002-11-13 [christoph]  0.8.5claws141
7268
7269         * src/folder.c
7270         * src/folderview.c
7271                 moved cache saving to folder_item_close
7272                 the folderview should not have to deal with
7273                 this things
7274
7275 2002-11-13 [christoph]  0.8.5claws140
7276
7277         * src/summaryview.c
7278                 moved setting of important score to
7279                 summary_set_prefs_from_folderitem
7280
7281 2002-11-13 [colin]      0.8.5claws139
7282
7283         * src/matcher_parser_parse.y
7284                 Fix a segfault in the parser (happening when
7285                 a good expression had been tested and a bad 
7286                 one arrives)
7287
7288 2002-11-13 [paul]       0.8.5claws138
7289
7290         * sync with 0.8.5cvs24
7291                 see ChangeLog 2002-11-13
7292                 
7293         * po/pt_BR.po
7294                 updated by Fabio Jr. Beneditto
7295
7296 2002-11-13 [colin]      0.8.5claws137
7297         
7298         * src/msgcache.c
7299           src/defs.h
7300           src/procmsg.[ch]
7301                 Revert last commit, problem
7302
7303 2002-11-13 [colin]      0.8.5claws136
7304
7305         * src/msgcache.c
7306                 Remove duplicated code
7307         * src/defs.h
7308                 Bumped CACHE_VERSION and MARK_VERSION
7309         * src/procmsg.[ch]
7310                 Network endian for cache and mark files
7311
7312 2002-11-12 [colin]      0.8.5claws135
7313
7314         * src/inc.c
7315                 Fix the "socket error" dialog which disappeared
7316
7317 2002-11-12 [colin]      0.8.5claws134
7318
7319         * src/msgcache.c
7320                 Reverse last commit which had performance 
7321                 problems, but still reverse the list
7322
7323 2002-11-12 [colin]      0.8.5claws133
7324
7325         * src/msgcache.c
7326                 Reverse list order
7327
7328 2002-11-12 [melvin]     0.8.5claws132
7329
7330         * src/compose.c
7331                 Added a check for a NULL prefs_common.dictionary
7332
7333 2002-11-12 [colin]      0.8.5claws131
7334
7335         * src/ssl_certificate.[ch]
7336                 Use FQDN hostname
7337
7338 2002-11-12 [colin]      0.8.5claws130
7339
7340         * src/ssl_certificate.[ch]
7341                 Take connection port into account for 
7342                 checking certificates (a single hostname
7343                 could have multiple servers with multiple
7344                 certificates)
7345         * src/ssl.c
7346                 Pass the port to ssl_certificate_check
7347
7348 2002-11-12 [paul]       0.8.5claws129
7349
7350         * src/folder.c
7351                 fix a typo in last commit
7352
7353 2002-11-12 [paul]       0.8.5claws128
7354
7355         * sync with 0.8.5cvs23
7356                 see ChangeLog entry 2002-11-12
7357
7358 2002-11-11 [colin]      0.8.5claws127
7359
7360         * src/ssl_certificate.c
7361                 Cleaner messages
7362                 Don't popup, instead log error, if the 
7363                 corresponding pref is checked
7364         * src/ssl_certificate.h
7365                 include <openssl/objects/h>
7366
7367 2002-11-11 [colin]      0.8.5claws126
7368
7369         * src/ssl_certificate.h
7370                 _Really_ clean it
7371
7372 2002-11-11 [colin]      0.8.5claws125
7373         
7374         * src/ssl_certificate.c
7375                 Fixed leak
7376
7377 2002-11-11 [colin]      0.8.5claws124
7378
7379         * src/ssl.c
7380                 Cleaned a bit
7381         * src/ssl_certificate.[ch]
7382                 Cleaned a bit (better use of SSL API)
7383                 (This will cause non-recognition of saved 
7384                  certificates of claws12[23]...)
7385
7386 2002-11-11 [paul]       0.8.5claws123
7387         
7388         * po/es.po
7389                 updated by Ricardo Mones Lastra
7390
7391 2002-11-11 [colin]      0.8.5claws122
7392
7393         * src/ssl.c
7394                 Fix a typo
7395
7396 2002-11-11 [colin]      0.8.5claws121
7397
7398         * src/ssl_certificate.[ch] ** NEW FILES **
7399         * src/ssl.[ch]
7400                 Check SSL certificates presented to us
7401         * src/Makefile.am
7402                 Add ssl_certificate.[ch]
7403         * po/POTFILES.in
7404                 Add ssl_certificate.c
7405
7406 2002-11-11 [paul]       0.8.5claws120
7407
7408         * sync with 0.8.5cvs22
7409                 see ChangeLog 2002-11-11
7410
7411 2002-11-11 [paul]       0.8.5claws119
7412
7413         * sync with 0.8.5cvs21
7414                 see ChangeLog 2002-11-11
7415
7416 2002-11-10 [jens]       0.8.5claws118
7417
7418         * src/folder.c
7419         * src/folderview.c
7420                 corrected some typing
7421         * po/de.po
7422                 updated german translation
7423         * sylpheed.spec.in
7424                 cleaned up specfile and adjusted it for claws
7425
7426 2002-11-10 [colin]      0.8.5claws117
7427
7428         * src/summaryview.c
7429                 a STATUSBAR_PUSH/POP fix
7430
7431 2002-11-10 [colin]      0.8.5claws116
7432
7433         * src/prefs_folder_item.c
7434                 Fix hanging after opening folder properties
7435
7436 2002-11-10 [hoa]        0.8.5claws115
7437
7438         * src/matcher_parser_lex.l
7439         * src/matcher_parser_parse.y
7440                 config file for scoring and filtering is no more trashed
7441                 when there is a syntax error in a filtering rule when
7442                 editing it in a dialog.
7443
7444 2002-11-09 [colin]      0.8.5claws114
7445
7446         * src/mbox_folder.c
7447                 Added missing initialisation of folder->destroy()
7448
7449 2002-11-09 [colin]      0.8.5claws113
7450
7451         * src/folder.c
7452           src/folderview.c
7453                 Fix the status bar messages
7454
7455 2002-11-09 [colin]      0.8.5claws112
7456
7457         * src/folderview.c
7458                 Fix hangs after folder dnd, happening after 
7459                 claws109.
7460
7461 2002-11-09 [christoph]  0.8.5claws111
7462
7463         * src/folderview.c
7464                 just changed order of calls (reverse order of
7465                 associated calls)
7466         * src/inc.c
7467                 lock inc when checking only one account, otherwise
7468                 inc all could be executed at the same time
7469
7470 2002-11-09 [christoph]  0.8.5claws110
7471
7472         * src/folderview.c
7473                 better unlock the mouse cursor before calling
7474                 summary_show because it changes the cursor too
7475
7476 2002-11-09 [christoph]  0.8.5claws109
7477
7478         * src/folder.[ch]
7479         * src/folderview.c
7480                 add functions to open and close a folder
7481                 o opending will execute scanning for remote folders
7482                   and processing
7483                 o closing will unset new flag for messages
7484
7485 2002-11-09 [colin]      0.8.5claws108
7486
7487         * src/folder.c
7488                 Add a call to prefs_matcher_write_config to 
7489                 avoid non-leaf folders filtering settings to be
7490                 lost
7491
7492 2002-11-09 [paul]       0.8.5claws107
7493
7494         * src/prefs_account.c
7495                 re-word a label
7496
7497 2002-11-09 [colin]      0.8.5claws106
7498
7499         * src/folderview.c
7500                 Minor esthetic fix
7501
7502 2002-11-09 [colin]      0.8.5claws105
7503
7504         * src/folderview.c
7505                 Fix prefs_filtering deletion for MH folders (same
7506                 reason as below)
7507         * src/prefs_filtering.c
7508                 Fix prefs_filtering renaming and deletion for 
7509                 folder-based processing rules.  
7510
7511 2002-11-09 [christoph]  0.8.5claws104
7512
7513         * src/compose.c
7514         * src/folder.[ch]
7515         * src/folderview.[ch]
7516         * src/import.c
7517         * src/inc.c
7518         * src/main.c
7519         * src/mainwindow.c
7520         * src/messageview.c
7521         * src/prefs_folder_item.c
7522         * src/procmsg.c
7523         * src/summaryview.c
7524                 implement a callback system for folder item updates
7525
7526 2002-11-09 [colin]      0.8.5claws103
7527
7528         * src/folderview.c
7529                 Fix prefs_filtering renaming for MH folders (we
7530                 shouldn't rename by path as another folder could
7531                 have the same hierarchy).
7532
7533 2002-11-09 [colin]      0.8.5claws102
7534
7535         * src/folder.c
7536                 Fix a leak found by Christoph, use better variable
7537                 names
7538
7539 2002-11-09 [colin]      0.8.5claws101
7540
7541         * src/folder.c
7542                 One more fix for processing rules
7543
7544 2002-11-08 [colin]      0.8.5claws100
7545         
7546         * src/matcher.c
7547                 Don't copy the compiled regexp (will be reevaluated)
7548         * src/folderview.c
7549                 Lock folderview while moving
7550         * src/folder.c
7551                 Provide info on what's happening to the user
7552
7553 2002-11-08 [colin]      0.8.5claws99
7554
7555         * src/folderview.c
7556                 Fix folder reordering after a move if parent is 
7557                 root
7558         * src/scoring.[ch]
7559                 Add function to copy a ScoringProp
7560         * src/prefs_folder_item.c
7561                 Copy scoring rules when copying a folder prefs
7562
7563 2002-11-08 [colin]      0.8.5claws98
7564
7565         * src/folderview.c
7566                 Fixes in case of failure
7567         * src/filtering.[ch]    
7568                 Add function to duplicate a FilteringProp
7569         * src/matcher.[ch]
7570                 Add function to duplicate a MatcherProp
7571         * src/prefs_folder_item.c
7572                 Save folder's processing rules when copying 
7573                 its prefs
7574
7575 2002-11-08 [colin]      0.8.5claws97
7576         
7577         * src/folderview.c
7578                 Sort after move
7579         * src/folder.c 
7580                 Change a printf to debug_print
7581
7582 2002-11-08 [colin]      0.8.5claws96
7583
7584         * src/folder.c
7585           src/folderview.c
7586                 Fix segfaults, call me stupido
7587         
7588
7589 2002-11-08 [colin]      0.8.5claws95
7590
7591         *src/folder.c
7592                 Added forgotten prefs to save when moving folders
7593
7594 2002-11-08 [colin]      0.8.5claws94
7595
7596         * src/folder.c
7597                 Fixes to folder DND (prefs copy)
7598         * src/folderview.c
7599                 Optimization for folder DND (don't rescan whole tree)
7600                 Added folderview_create_folder_node() for this 
7601                 optimization, so de-duped a bit the code
7602         * src/prefs_folder_item.[ch]
7603                 Added prefs_folder_item_copy_prefs()    
7604           
7605 2002-11-08 [paul]       0.8.5claws93
7606
7607         * src/prefs_account.c
7608           tools/README
7609           tools/kmail2sylpheed_v2.pl
7610                 correct some typos
7611
7612 2002-11-08 [paul]       0.8.5claws92
7613
7614         * src/compose.c
7615           src/prefs_account.[ch]
7616                 remove account options 'clearsign' and 'ascii_armored',
7617                 replace with 'default_gnupg_mode' to prevent mixed-mode
7618                 Privacy settings
7619
7620 2002-11-08 [paul]       0.8.5claws91
7621
7622         * src/compose.[ch]
7623                 re-implement GnuPG 'on-the-fly' mode selection,
7624                 disallow mixed-mode
7625
7626 2002-11-08 [colin]      0.8.5claws90
7627
7628         * src/folderview.c
7629           src/prefs_folder_item.c
7630                 Change "Property" to "Properties"
7631
7632 2002-11-07 [colin]      0.8.5claws89
7633
7634         * src/folderview.c
7635           src/folder.c
7636                 Allow folder dropping to a root folder
7637
7638 2002-11-07 [paul]       0.8.5claws88
7639
7640         * src/compose.c
7641                 revert last commit
7642
7643 2002-11-07 [paul]       0.8.5claws87
7644
7645         * src/compose.c
7646                 fix reply-to-list bug. closes bug report
7647                 "[633382] reply-to-list broken in recent cvs"
7648
7649 2002-11-07 [paul]       0.8.5claws86
7650
7651         * src/compose.c
7652                 add a forgotten '#if USE_GPGME ... #endif'
7653
7654 2002-11-07 [paul]       0.8.5claws85
7655
7656         * sync with 0.8.5cvs20
7657                 see ChangeLog 2002-11-07
7658
7659 2002-11-07 [colin]      0.8.5claws84
7660
7661         * src/folder.[ch]
7662                 Change folder_item_move_to to return the newly 
7663                 created folderitem.
7664         * src/folderview.c
7665                 Select the new folderitem after moving.
7666
7667 2002-11-07 [colin]      0.8.5claws83
7668
7669         * src/prefs_filtering.c
7670                 Fix rule rewriting when moving a leaf folder to a 
7671                 shorter path
7672
7673 2002-11-07 [colin]      0.8.5claws82
7674
7675         * src/prefs_filtering.c
7676                 fix a leak
7677
7678 2002-11-07 [colin]      0.8.5claws81
7679
7680         * src/folder.[ch]
7681                 Add folder_item_move_to() function to move a 
7682                 folderitem into another one (updates matcher etc)
7683         * src/folderview.c
7684                 Add folder drag'n drop (context menu to come)
7685                 [Should be dataloss free, but Please backup before 
7686                  trying !]
7687
7688 2002-11-06 [colin]      0.8.5claws80
7689
7690         * src/mh.c
7691                 mh_create_folder() returns NULL if can't create
7692                 directory hierarchy
7693
7694 2002-11-06 [paul]       0.8.5claws79
7695
7696         * src/compose.[ch]
7697                 allow 'on-the-fly' changing of the type of encryption 
7698                 and/or signing used (mime/ascii) via the compose window
7699
7700 2002-11-06 [paul]       0.8.5claws78
7701
7702         * sync with 0.8.5cvs19
7703                 see ChangeLog 2002-11-06 for src/account.c: 
7704                 account_get_special_folder()
7705                 
7706 2002-11-05 [alfons]     0.8.5claws77
7707
7708         * src/crash.c
7709                 very minor cleanups: nothing to see here, move on. :-)
7710
7711 2002-11-05 [colin]      0.8.5claws76
7712
7713         * src/main.c
7714                 Changes choices if compose windows are opened to
7715                 Discard, Draft, Don't quit
7716
7717 2002-11-05 [thorsten]   0.8.5claws75
7718
7719         * src/compose.c
7720                 reenabled default_reply_to folder option
7721
7722 2002-11-05 [colin]      0.8.5claws74
7723
7724         * src/compose.[ch] 
7725                 add compose_draft()
7726         * src/crash.c
7727                 add SIGTERM handler
7728         * src/main.[ch]
7729                 add clean_quit() for the SIGTERM handler
7730
7731 2002-11-05 [paul]       0.8.5claws73
7732         
7733         * po/es.po
7734                 updated by Ricardo Mones Lastra
7735
7736 2002-11-05 [melvin]     0.8.5claws72
7737
7738         * src/logwindow.c
7739                 Fixed log-clipping bug #616795.
7740                 To stop logging in the log window use 0 length.
7741         * src/prefs_common.c
7742                 Added a label to inform about the 0 log length behaviour.
7743
7744 2002-11-05 [paul]       0.8.5claws71
7745
7746         * sync with 0.8.5cvs17
7747                 see ChangeLog 2002-11-05
7748
7749 2002-11-04 [paul]       0.8.5claws70
7750
7751         * sylpheed-128x128.png
7752           sylpheed-64x64.png
7753           sylpheed.png
7754                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7755                 <nikai@users.sourceforge.net>
7756                 
7757         * po/bg.po
7758                 updated by George Danchev
7759
7760 2002-11-03 [thorsten]   0.8.5claws69
7761
7762         * src/main.c
7763           src/mimeview.c
7764           src/rfc2015.h
7765                 add check if gpg is active
7766
7767 2002-11-03 [thorsten]   0.8.5claws68
7768
7769         * src/toolbar.h
7770                 removed GSList declaration causing trouble on MacOS-X
7771                 (submitted by alfons, reported by xfesty)
7772
7773 2002-11-01 [paul]       0.8.5claws67
7774
7775         * src/mainwindow.c
7776                 remove last remnants of main's filter code
7777
7778 2002-11-01 [paul]       0.8.5claws66
7779
7780         * tools/filter_conv.pl
7781                 fix bug where user-defined headers were ignored
7782
7783 2002-11-01 [paul]       0.8.5claws65
7784
7785         * src/logwindow.c
7786                 make a debug_print() not translatable
7787
7788 2002-10-31 [melvin]     0.8.5claws64
7789
7790         * ac/aspell.m4
7791                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7792                 not run any GNU/aspell test.  The dictionary path will
7793                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7794                 was given, in which case, it will be $prefix/lib/aspell/
7795         * configure.in
7796                 Fixed typo in commentary (Aspell code).
7797
7798 2002-10-31 [paul]       0.8.5claws63
7799
7800         * po/POTFILES.in
7801                 remove src/filter.c and src/prefs_filter.c
7802                 thanks to Ricardo for reminding me
7803
7804 2002-10-31 [colin]      0.8.5claws62
7805
7806         * src/mbox_folder.c
7807                 Plug some leaks
7808
7809 2002-10-31 [paul]       0.8.5claws61
7810
7811         * src/prefs_filter.[ch] ** REMOVED **
7812           src/filter.[ch]       ** REMOVED **
7813           
7814         * src/Makefile.am
7815           src/folderview.c
7816           src/inc.c
7817           src/main.c
7818           src/mainwindow.c
7819           src/mbox.c
7820           src/prefs_common.c
7821           src/prefs_filtering.c
7822           src/summaryview.[ch]
7823                 remove main's 'filter' code
7824                 
7825         README.claws
7826                 update to reflect removal of main's filter
7827
7828 2002-10-31 [paul]       0.8.5claws60
7829
7830         * src/summaryview.c
7831                 remove check for global_processing in summary_filter_open(). 
7832                 This fixes the bug where if the user uses the right-click 
7833                 'Create filter rule...' and doesn't have any filter rules 
7834                 already defined in claws' advanced filtering, the newly 
7835                 created filter rule goes to main's filtering which is 
7836                 inaccessible through the gui. Now the filter rule gets added
7837                 to claws' filtering by default.
7838
7839 2002-10-28 [melvin]     0.8.5claws59
7840
7841         * src/prefs_actions.c
7842                 Fixed bug #627322 where MIME parts were not always
7843                 correctly passed to a %p action
7844                 Display an error dialog when message filename is not found.
7845
7846 2002-10-28 [melvin]     0.8.5claws58
7847
7848         * src/prefs_common.c
7849                 Readded a missing function declaration lost in 0.8.3claws34
7850
7851 2002-10-28 [paul]       0.8.5claws57
7852
7853         * sync with 0.8.5cvs15
7854                 see ChangeLog 2002-10-28 and 2002-10-25
7855                 
7856         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7857
7858 2002-10-27 [oliver]     0.8.5claws56
7859
7860         * src/pop.c
7861                 plug leak in pop3_top_recv
7862
7863 2002-10-26 [christoph]  0.8.5claws55
7864
7865         * src/folder.c
7866                 set need_update folder flag when messages are added
7867                 (closes bug [ 626922 ] folder not updated after receiving)
7868
7869 2002-10-25 [melvin]     0.8.5claws54
7870
7871         * src/imageview.c
7872                 Fixed a memleak introduced in the scaling code.
7873
7874 2002-10-24 [alfons]     0.8.5claws53
7875
7876         * src/filtering.c
7877                 make filtering's forward message action forward from the 
7878                 correct account
7879                 (closes bug [628089 ] Filter -> Forward from address problem
7880                 reported by Oktay)
7881
7882 2002-10-24 [christoph]  0.8.5claws52
7883
7884         * src/mainwindow.c
7885         * src/manual.[ch]
7886                 o use manual of current locale or english if current
7887                   locale is not available (and english is available)
7888                 o also link to sylpheed doc project manuals
7889
7890 2002-10-23 [paul]       0.8.5claws51
7891
7892         * tools/README
7893           tools/kmail2sylpheed_v2.pl
7894                 add new version of kmail addressbook importer script.
7895                 works with newer versions of Kmail/KAddressBook which
7896                 have new and rearranged data.
7897
7898 2002-10-23 [martin]     0.8.5claws50
7899
7900         * src/folderview.c
7901         * src/summaryview.c
7902         * src/utils.h
7903         * src/utils.c
7904                 added length parameter to get_abbrev_newsgroup_name()
7905                 changed this function so that it abbreviates the newsgroup
7906                 names only so long it is smaller than the length parameter
7907                 (for better reading of some newsgroup names and space efficiency)
7908
7909 2002-10-22 [colin]      0.8.5claws49
7910
7911         *src/foldersel.c
7912                 Revert Alfons' last modification (after voting ;-))
7913
7914 2002-10-21 [alfons]     0.8.5claws48
7915
7916         * src/foldersel.c
7917                 folder view in folder selection dialog reflects state of
7918                 folder view in main window
7919
7920 2002-10-18 [alfons]     0.8.5claws47
7921
7922         * src/mbox.c
7923                 drop imported messages in folder selected by user,
7924                 and not in the inbox
7925                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7926
7927 2002-10-18 [alfons]     0.8.5claws46
7928
7929         * src/compose.c
7930                 make automagic reply work correctly for email accounts 
7931                 (whether it's viable to do a full sync with Hiro's 
7932                 compose.c is still under discussion)
7933
7934 2002-10-18 [melvin]     0.8.5claws45
7935
7936         * src/prefs_actions.c
7937                 Fixed bug #622275 where asynchroneous actions left 
7938                 zombies processes
7939                 Made (synchroneous) actions' input be displayed live.
7940
7941 2002-10-18 [christoph]  0.8.5claws44
7942
7943         * src/textview.c
7944                 don't add a newline in the textview in front of the
7945                 first textpart if header display is disabled
7946                 (closes bug [ 603385 ] disabled header display leaves blank
7947                  lin)
7948
7949 2002-10-18 [christoph]  0.8.5claws43
7950
7951         * src/folder.[ch]
7952         * src/imap.c
7953         * src/mbox_folder.c
7954         * src/mh.c
7955         * src/news.c
7956                 folder->get_num_list now returns an error code
7957                 (closes bug [ 609424 ] News cache cleared on failure)
7958                 
7959 2002-10-17 [colin]      0.8.5claws42
7960         
7961         * src/news.c
7962                 Changed a printf by debug_print
7963
7964 2002-10-16 [paul]       
7965
7966         * tools/OOo2sylpheed.pl
7967                 allow for spaces in the name of the
7968                 file to be attached.
7969
7970 2002-10-16 [colin]      0.8.5claws41
7971
7972         * src/main.c
7973                 Use a tristate to change online mode
7974
7975 2002-10-16 [paul]       0.8.5claws40
7976
7977         * po/es.po
7978                 updated by Ricardo Mones Lastra
7979
7980 2002-10-16 [colin]      0.8.5claws39
7981
7982         * src/main.c
7983           src/mainwindow.[ch]
7984                 Added --online and --offline command-line
7985                 switches
7986
7987 2002-10-15 [christoph]  0.8.5claws38
7988
7989         * src/procmime.c
7990                 set mimeinfo->name to NULL after g_free to
7991                 avoid double freeing with g_free
7992
7993 2002-10-14 [christoph]  0.8.5claws37
7994
7995         * src/compose.c
7996         * src/filtering.c
7997         * src/summaryview.c
7998                 remove calls to folder->change_flags that are now
7999                 done by procmsg flag functions (seems it is not
8000                 used by any foldertype anyway)
8001         * src/folder.c
8002                 init folder->change_flags with NULL
8003
8004 2002-10-14 [christoph]  0.8.5claws36
8005
8006         * src/folder.[ch]
8007         * src/imap.[ch]
8008                 use virtual functions for folder item new and destroy
8009                 functions
8010
8011 2002-10-14 [melvin]     0.8.5claws35
8012
8013         * src/compose.c
8014                 Added a test to not run the spell checker if no default
8015                 dictionary is available. No dialog is displayed though.
8016
8017 2002-10-14 [melvin]     0.8.5claws34
8018
8019         * src/gtkaspell.c
8020                 Fixed bug in dictionary list context menu where
8021                 "More..." pointed to an emtpy submenu if the
8022                 number of dictionaries is a multiple of 15
8023                 Removed unneeded code in suggestions list creation
8024
8025 2002-10-14 [paul]       0.8.5claws33
8026
8027         * po/bg.po
8028                 updated by George Danchev
8029
8030 2002-10-13 [hoa]        0.8.5claws32
8031
8032         * src/matcher.[ch]
8033           src/matcher_parser_parser.y
8034                 removed the escaped string from internal structure
8035                 of matcher.
8036
8037 2002-10-12 [colin]      0.8.5claws31
8038
8039         * src/gtksctree.[ch]
8040           src/summaryview.c
8041                 Removed useless function gtksctree_reanchor
8042
8043 2002-10-12 [alfons]     0.8.5claws30
8044         
8045         * sync with remaining main changes 2002-10-09 - 2002-10-11
8046         - drop changes to src/compose.c (requires claws specific changes)
8047         
8048 2002-10-12 [alfons]     0.8.5claws29
8049         
8050         * sync with main changes of 2002-10-08
8051         - drop changes to src/compose.c (requires claws specific changes)
8052         - drop changes to src/summaryview.c (requires changes to compose.c)     
8053
8054 2002-10-12 [alfons]     0.8.5claws28
8055         
8056         * sync with main changes of 2002-10-07
8057
8058 2002-10-12 [alfons]     0.8.5claws27
8059
8060         * sync with main changes of 2002-10-04
8061         - drop changes to src/compose.c (requires claws specific changes)
8062         - drop changes to src/prefs_folder_item.c (claws implementation
8063           seems to be working)
8064
8065 2002-10-12 [colin]      0.8.5claws26
8066
8067         * src/mainwindow.c
8068                 Fix folder-flicker when space-reading, introduced 
8069                 in claws22.
8070
8071 2002-10-12 [colin]      0.8.5claws25
8072
8073         * src/compose.c
8074                 Save account address when saving as draft.
8075                 (closes bug 621838)
8076
8077 2002-10-12 [colin]      0.8.5claws24
8078
8079         * src/summaryview.c
8080                 Fix the problem consisting of no message selected
8081                 after the last message in a folder has been moved.
8082
8083 2002-10-12 [paul]       0.8.5claws23
8084
8085         * src/compose.c
8086           src/prefs_template.c
8087           src/template.[ch]
8088                 add Cc and Bcc to templates. Patch submitted by
8089                 John L. Males.
8090
8091 2002-10-12 [colin]      0.8.5claws22
8092
8093         * src/folderview.c
8094                 Fix a bug after "Check for new messages":
8095                 If a folder was opened, it was still selected at
8096                 the end of the check, but displayed empty.
8097         * src/mainwindow.c
8098                 Remove unnecessary check
8099
8100 2002-10-12 [paul]
8101
8102         * tools/README
8103                 be more verbose in the description of
8104                 OOo2sylpheed.pl
8105                 
8106
8107 2002-10-11 [colin]      0.8.5claws21
8108
8109         * src/mainwindow.c
8110                 Make space work (better) when no mail is selected
8111
8112 2002-10-11 [colin]      0.8.5claws20
8113
8114         * src/inc.c
8115           src/news.c
8116                 fix warnings
8117
8118 2002-10-11 [colin]      0.8.5claws19
8119
8120         * src/mainwindow.c
8121                 revert 0.8.5claws6 changes as i couldn't get to
8122                 anything satisfying
8123
8124 2002-10-11 [melvin]     0.8.5claws18
8125
8126         * src/compose.c
8127                 Removed buggy and unused macro (should have been committed in
8128                 0.8.5claws17)
8129
8130 2002-10-11 [melvin]     0.8.5claws17
8131
8132         * src/compose.c
8133                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8134
8135 2002-10-11 [thorsten]   0.8.5claws16 
8136
8137         * src/folderview.c
8138                 remove rescan warning
8139
8140 2002-10-11 [colin]      0.8.5claws15 
8141
8142         * src/procheader.c
8143                 fix a segfault that happens if conv_unmime_header
8144                 fails (should be better to find out why it fails)
8145
8146 2002-10-11 [christoph]  0.8.5claws14
8147
8148         * src/summaryview.c
8149                 update folderview stats after ignore/unignore thread
8150
8151 2002-10-11 [hoa]        0.8.5claws13
8152
8153         * src/quote_fmt_parse.y
8154                 Fixed a yacc/bison syntax error
8155         * src/matcher.c
8156                 Escaping of string is fixed.
8157
8158 2002-10-11 [colin]      0.8.5claws12
8159
8160         * src/imageview.c
8161                 Resize images to fit
8162
8163 2002-10-11 [paul]       0.8.5claws11
8164
8165         * po/es.po
8166                 updated by Ricardo Mones Lastra
8167
8168 2002-10-10 [alfons]     0.8.5claws10
8169
8170         * src/compose.c
8171                 allow dropping files by "moving" files from a file manager,
8172                 not only by the more cumbersome "copying". the latter 
8173                 mostly implies holding down the Control button
8174
8175 2002-10-10 [christoph]  0.8.5claws9
8176
8177         * src/summaryview.c
8178                 update folders after thread building for ignored threads
8179
8180 2002-10-10 [christoph]  0.8.5claws8
8181
8182         * config/.cvsignore
8183                 added Makefile
8184         * src/filtering.[ch]
8185         * src/folder.[ch]
8186         * src/folderview.[ch]
8187         * src/import.c
8188         * src/inc.[ch]
8189         * src/mbox.[ch]
8190         * src/procmsg.c
8191         * src/summaryview.[ch]
8192                 o added new flag need_update to FolderItem
8193                 o removed folder_table from various functions from tracking
8194                   folder updates
8195                 o set need_update flags in folder.c's move, copy and delete
8196                   functions and procmsg's flags functions
8197                 o added function folderview_update_items_when_required that
8198                   updates all folders with need_update set
8199                 o call folderview_update_items_when_required instead of
8200                   folderview_update_item_foreach
8201
8202 2002-10-09 [sergey]     0.8.5claws7
8203
8204         * src/compose.c
8205                 Strip CRs whel loading the text into editor in reedit mode.
8206
8207 2002-10-09 [colin]      0.8.5claws6
8208
8209         * src/mainwindow.c
8210                 Make Space work when no mail is selected
8211
8212 2002-10-09 [colin]      0.8.5claws5
8213
8214         * src/gtksctree.[ch]
8215                 Fix range_select
8216                 Add gtk_sctree_reanchor() 
8217         * src/summaryview.c
8218                 Use gtk_sctree_reanchor() - better fix for 
8219                 bug 60413
8220
8221 2002-10-09 [colin]      0.8.5claws4
8222
8223         * src/summaryview.c
8224                 Fix shift-click select after delete problem
8225                 (closes bug 60413)
8226
8227 2002-10-08 [thorsten]   0.8.5claws3
8228
8229         * src/summaryview.c
8230                 exclude current msg from -hide read messages-
8231
8232 2002-10-08 [colin]      0.8.5claws2
8233
8234         * src/inc.[ch]
8235           src/pop.c
8236           src/recv.c
8237                 Differentiate socket errors from disk full
8238                 errors
8239
8240 2002-10-08 [christoph]  0.8.5claws1
8241
8242         * Makefile.am
8243         * configure.in
8244                 modifications for new config directory
8245
8246         * config.guess  ** REMOVED **
8247         * config.sub    ** REMOVED **
8248         * install-sh    ** REMOVED **
8249         * ltmain.sh     ** REMOVED **
8250         * missing       ** REMOVED **
8251         * mkinstalldirs ** REMOVED **
8252                 these files are autogenerated by automake
8253                 when you run autogen.sh
8254
8255         * config/.cvsignore     ** NEW FILE **
8256         * config/Makefile.am    ** NEW FILE **
8257                 ignore autogenerated files
8258                 create a Makefile in this directory
8259
8260 2002-10-08 [paul]       0.8.5claws
8261
8262         * 0.8.5claws release
8263         
8264         * src/compose.c
8265           src/procheader.c
8266           src/procmsg.c
8267                 fix quote reply format for newsgroups reply bug
8268                 (thanks to Hoa)
8269                 
8270         * po/en_GB.po
8271           po/pl.po
8272                 updated by me and Witold Wladyslaw Wojciech Wilk
8273                 repectively
8274
8275 2002-10-07 [paul]       0.8.3claws53
8276
8277         * po/it.po
8278           po/pt_BR.po
8279           po/sr.po
8280                 updated messages catalogs, submitted by
8281                 Alessandro Maestri, Fabio Jr.Beneditto 
8282                 and Urke MMI, respectively.
8283
8284 2002-10-07 [christoph]  0.8.3claws52
8285
8286         * src/folder.[ch]
8287         * src/folderview.c
8288         * src/mainwindow.c
8289                 fix new folder ghost message bug
8290                 (closes bug [ 619722 ] wrong count for newly created folders)
8291
8292 2002-10-07 [christoph]  0.8.3claws51
8293
8294         * src/compose.c
8295                 fix news posting problem
8296
8297 2002-10-07 [melvin]     0.8.3claws50
8298
8299         * po/fr.po
8300                 Updated French translation
8301
8302 2002-10-05 [christoph]  0.8.3claws49
8303
8304         * src/gtkstext.c
8305                 check if line_start_cache is set in gtk_stext_update_text
8306                 (closes bug [ 618119 ] crash while doing search in folder)
8307
8308 2002-10-05 [christoph]  0.8.3claws48
8309
8310         * src/imap.c
8311         * src/news.c
8312         * src/utils.c
8313         * src/utils.h
8314                 implement cache cleanups for claws' folder system
8315                 (closes bug [ 595916 ] imapcache not cleaned up)
8316
8317 2002-10-05 [melvin]     0.8.3claws47
8318
8319         * src/prefs_actions.c
8320                 Made the help text more clear for the %p token
8321
8322 2002-10-04 [paul]       0.8.3claws46
8323
8324         * sync with 0.8.5
8325                 see ChangeLog 2002-10-02 and 2002-10-03
8326
8327 2002-10-04 [christoph]  0.8.3claws45
8328
8329         * src/inc.c
8330                 fix segfault caused by pop before smtp
8331                 call to inc_account_mail with NULL
8332                 pointer for mainwin
8333
8334 2002-10-04 [paul]       0.8.3claws44
8335
8336         * configure.in
8337                 sync the LDAP detection from 0.8.5cvs1
8338
8339 2002-10-02 [christoph]  0.8.3claws43
8340
8341         * po/de.po
8342                 fix small spelling error
8343
8344 2002-10-02 [melvin]     0.8.3claws42
8345
8346         * ac/aspell.m4
8347                 Behave better and say "no" when test program cannot be run.
8348
8349 2002-10-02 [paul]       0.8.3claws41
8350
8351         * sync with 0.8.4cvs1
8352                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8353                 
8354         * src/summaryview.c
8355                 toggle the behavior of Reply menuitem between
8356                 normal reply and reply-to-list
8357
8358 2002-10-01 [sergey]     0.8.3claws40
8359
8360         * src/compose.c
8361                 Convert newlines in the message text to the canonical form
8362                 before base64 encoding (RFC2045 compliance, fixes some
8363                 interoperability issues with Evolution 1.0.3)
8364
8365 2002-09-29 [colin]      0.8.3claws39
8366
8367         * src/summaryview.c
8368                 Fix an unwanted copy/paste
8369
8370 2002-09-29 [colin]      0.8.3claws38
8371
8372         * src/mainwindow.c
8373                 Renamed "Custom toolbar" to "Customize toolbar"
8374                 Renamed "Show all header" to "Show all headers"
8375                 Renamed "Set diplay item" to "Set displayed items"
8376         * src/prefs_common.c
8377                 Renamed "Show all header" to "Show all headers"
8378         * src/prefs_summary_column.c
8379                 Renamed "diplay item" to "displayed items"
8380
8381 2002-09-29 [colin]      0.8.3claws37
8382
8383         * src/mainwindow.[ch]
8384                 online/offline status pixmaps follow theme
8385                 changes
8386         * src/summaryview.[ch]
8387                 quicksearch pixmap follows theme changes
8388
8389 2002-09-29 [thorsten]   0.8.3claws36
8390
8391         * src/compose.c
8392           src/prefs_folder_item.[ch]
8393                 add default_reply_to folder option (closes patch 581044)
8394
8395 2002-09-29 [christoph]  0.8.3claws35
8396
8397         * acconfig.h    ** REMOVED **
8398         * configure.in
8399         * ac/aspell.m4
8400         * ac/check-type.m4
8401         * ac/gnupg-check-typedef.m4
8402                 fix autoheader 2.50 warning
8403
8404 2002-09-29 [christoph]  0.8.3claws34
8405
8406         * major code cleanup (part 2)
8407         
8408                 - unused variables removed
8409                 - unused functions removed
8410                 - uninitialized variables checked
8411                 - missing return statements added
8412                 - missing function return types added
8413                 - added parentheses around assignment
8414                   when suggested by gcc
8415
8416 2002-09-29 [alfons]     0.8.3claws33
8417
8418         * src/logwindow.c
8419                 log_window_clear(): only bracket gtk_text_forward_delete() 
8420                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8421                 works around GTK text bug)
8422
8423 2002-09-29 [paul]       0.8.3claws32
8424
8425         * po/bg.po
8426           po/sr.po
8427                 updated by George Danchev and Urke MMI
8428                 respectively
8429
8430 2002-09-27 [christoph]  0.8.3claws31
8431
8432         * doc-src/readme.txt
8433         * doc-src/rfc1806.txt   ** REMOVED **
8434         * doc-src/rfc2183.txt   ** NEW FILE **
8435         * doc-src/rfc2980.txt   ** NEW FILE **
8436                 update rfcs
8437
8438 2002-09-27 [melvin]     0.8.3claws30
8439
8440         * ac/aspell.m4
8441                 Fixed typo which could break linking
8442
8443 2002-09-27 [melvin]     0.8.3claws29
8444
8445         * ac/aspell.m4
8446                 Improved GNU/aspell checking. 
8447                 Fixed bug #614490
8448
8449 2002-09-27 [paul]       0.8.3claws28
8450
8451         * sync with 0.8.3cvs8
8452                 see ChangeLog 2002-09-27
8453
8454 2002-09-26 [colin]      0.8.3claws27
8455
8456         * src/toolbar.[ch]
8457           src/mainwindow.[ch]
8458                 Add "Reply to Mailing-list" to the toolbar
8459
8460 2002-09-26 [christoph]  0.8.3claws26
8461
8462         * src/summaryview.c
8463                 Fix wrong message counts in summaryview status
8464
8465 2002-09-26 [paul]       0.8.3claws25
8466
8467         * sync with 0.8.3cvs7
8468                 see ChangeLog 2002-09-26
8469
8470 2002-09-26 [paul]       0.8.3claws24
8471
8472         * sync with 0.8.3cvs6
8473                 see ChangeLog 2002-09-25
8474
8475 2002-09-25 [christoph]  0.8.3claws23
8476
8477         * src/prefs_common.c
8478         * src/prefs_folder_item.c
8479         * src/prefs_scoring.c
8480                 Renamed "kill score" to "hide score" in GUI
8481                 and prefs files
8482
8483 2002-09-25 [paul]       0.8.3claws22
8484
8485         * sync with 0.8.3cvs5
8486                 see ChangeLog 2002-09-24
8487
8488 2002-09-24 [alfons]     0.8.3claws21
8489
8490         patch by Satoshi Nagayasu: allows appending / saving multiple 
8491         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8492         'Save as ...'")
8493
8494         * AUTHORS
8495                 add Satoshi Nagayasu
8496         * src/summaryview.c
8497                 summary_save_as(): allow saving selected files to
8498                 one file
8499                 summary_set_menu_sensitive: enable "Save As..." when
8500                 multiple files are selected
8501         * src/utils.[ch]
8502                 append_file(): new function
8503
8504 2002-09-24 [colin]      0.8.3claws20
8505
8506         * src/procmime.c
8507                 Fix segfault when mimeinfo doesn't have a 
8508                 content_type. 
8509
8510 2002-09-24 [colin]      0.8.3claws19
8511
8512         * src/prefs_common.[ch]
8513                 Add a preference to display send dialog or not
8514         * src/send.c
8515                 Display send dialog according to preference
8516
8517 2002-09-24 [colin]      0.8.3claws18
8518
8519         * src/compose.[ch]
8520                 Disable user actions when sending
8521
8522 2002-09-24 [colin]      0.8.3claws17
8523
8524         * src/procmime.c
8525                 Do not display name or filename for attachments
8526                 with an application/pgp-signature type
8527                 (security flaw, see bug 537413)
8528
8529 2002-09-23 [colin]      0.8.3claws16
8530
8531         * src/editaddress.c
8532                 Initialize entry_email, entry_alias and 
8533                 entry_remarks to first email address of the list
8534
8535 2002-09-23 [colin]      0.83claws15
8536
8537         * src/compose.c
8538                 Drop pgp-signature when reediting a signed queued
8539                 message
8540
8541 2002-09-23 [melvin]     0.8.3claws14
8542
8543         * po/fr.po
8544                 Updated French translation
8545
8546 2002-09-23 [melvin]     0.8.3claws13
8547
8548         * src/mainwindow.c
8549                 Made custom toolbar menu labels more consistent
8550         * src/prefs_toolbar.c
8551                 Made custom toolbar window title more consistent
8552
8553 2002-09-22 [colin]      0.8.3claws12
8554
8555         * src/inc.c
8556                 Initialize session type to normal before getting 
8557                 mail (fixes strange Get behaviour)
8558         * src/prefs_account.h
8559                 Move STYPE_POP_BEFORE_SMTP to last position to 
8560                 avoid other side-effects
8561
8562 2002-09-22 [colin]      0.8.3claws11
8563
8564         * src/prefs_account.c
8565                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8566                 from pop3 to apop or vice-versa
8567
8568 2002-09-22 [colin]      0.8.3claws10
8569         
8570         * src/prefs_account.[ch]
8571                 Add an option for the POP before SMTP timeout
8572         * src/inc.c
8573                 Remember time of last POP connection
8574         * src/send.c
8575                 Do POP before SMTP only if timeout reached
8576
8577 2002-09-22 [oliver]     0.8.3claws9
8578         
8579         * README.claws
8580                 explain custom toolbar
8581
8582 2002-09-22 [oliver]     0.8.3claws8
8583
8584         * src/prefs_actions.[ch]
8585         custom toolbar for compose      
8586                 actions callback from compose toolbar
8587         * src/folderview.c
8588                 remove include toolbar.h
8589
8590 2002-09-22 [oliver]     0.8.3claws7
8591         
8592         * src/prefs_toolbar.[ch]
8593                 custom toolbar for compose
8594                 - generic prefs_toolbar handles both
8595                   Mainwin's toolbar as well as Compose toolbar          
8596
8597 2002-09-22 [oliver]     0.8.3claws6
8598         
8599         * src/toolbar.[ch]
8600                 custom toolbar for compose
8601                 restructure toolbar.[ch]
8602
8603 2002-09-22 [oliver]     0.8.3claws5
8604
8605         * src/compose.[ch]
8606                 custom toolbar for compose
8607
8608 2002-09-22 [oliver]     0.8.3claws4
8609         
8610         * src/mainwindow.[ch]
8611                 custom toolbar for compose 
8612                 move mainwin toolbar back to mainwindow
8613
8614 2002-09-22 [alfons]     0.8.3claws3
8615
8616         * src/procmsg.c
8617                 :%sno/if(/if (/gc
8618                 :%sno/for(/for (/gc
8619                 (beautify)
8620
8621 2002-09-22 [alfons]     0.8.3claws2
8622         
8623         * src/procmsg.c
8624                 procmsg_save_to_outbox(): don't unlink message file from queue;
8625                 callers should do it using folder_item_remove_msg()
8626
8627 2002-09-22 [colin]      0.8.3claws1
8628
8629         * src/mimeview.[ch]
8630                 Made mimeview_check_signature() public
8631         * src/textview.c
8632                 Made GPG signatures verifiable by clicking
8633                 the [application/pgp-signature] in the Text
8634                 view
8635
8636 2002-09-22 [paul]       0.8.3claws
8637
8638         * po/bg.po
8639           po/en_GB.po
8640           po/es.po
8641           po/it.po
8642           po/pl.po
8643           po/pt_BR.po
8644           po/sr.po
8645                 updated translations, submitted by George Danchev,
8646                 me, Ricardo Mones Lastra, Alessandro Maestri,
8647                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8648                 and Urke MMI, respectively.     
8649
8650 2002-09-22 [alfons]     0.8.2claws65
8651
8652         * src/procmsg.c
8653         * src/pgptext.c
8654                 no furry valgrinds have been used to plug these memleaks
8655
8656 2002-09-20 [paul]       0.8.2claws64
8657
8658         * sync with 0.8.3cvs4
8659                 'Select thread' re-implemented 
8660                 see ChangeLog 2002-09-20
8661
8662 2002-09-21 [alfons]     0.8.2claws63
8663
8664         * src/compose.c
8665                 compose_send(): plug unnoticed memleak
8666
8667 2002-09-20 [alfons]     0.8.2claws62
8668
8669         * src/addr_compl.c
8670                 replace_address_in_edit(): strict check for NULL address to
8671                 fix "[ 607348 ] Segfault in address completion". My guess is
8672                 that this happens with an empty address book, but it's good
8673                 to have this check here anyway
8674                 
8675                 completion_window_button_press(): free string returned 
8676                 from the internal cache
8677
8678 2002-09-20 [christoph]  0.8.2claws61
8679
8680         * src/procmime.h
8681                 added ENC_BINARY to EncodingType
8682         * src/procmime.c
8683                 the string returned by procmime_get_encoding_str
8684                 should not depend on the order of values in the
8685                 EncodingType definition
8686         * doc-src/rfc1806.txt   ** NEW FILE **
8687                 Added rfc1806 about MIME Content-Disposition
8688                 Extension
8689
8690 2002-09-19 [paul]       0.8.2claws60
8691
8692         * sync with 0.8.2cvs3
8693                 see ChangeLog 2002-09-19
8694
8695 2002-09-19 [paul]       0.8.2claws59
8696
8697         * src/prefs_folder_item.c
8698                 revert to Darko's original alignment of colour
8699                 selector button
8700                 add a colon to folder_color label
8701                 
8702         * src/compose.c
8703                 add Colin's patch (with Hiro's modifications) to 
8704                 force BASE64 encoding for 8-bit text when signing
8705                 (sync with 0.8.3cvs2)
8706
8707 2002-09-18 [alfons]     0.8.2claws58
8708
8709         * src/compose.c
8710                 :%sno/if(/if (/gc
8711                 :%sno/for(/for (/gc
8712                 (beautify a little bit)
8713
8714 2002-09-18 [christoph]  0.8.2claws57
8715
8716         * src/pine.c
8717                 fix handling of fgetc return value
8718
8719 2002-09-17 [alfons]     0.8.2claws56
8720         
8721         * src/summaryview.c
8722                 summary_sort(): check non-NULL summaryview->folder_item when no 
8723                 folder is selected at all
8724                 (closes "[ 610344 ] sort label make syl Crash")
8725
8726 2002-09-17 [alfons]     0.8.2claws55
8727         
8728         * src/compose.c
8729                 beautify a little bit
8730
8731 2002-09-17 [christoph]  0.8.2claws54
8732
8733         * src/folder.c
8734                 initialize max values for cache and folder
8735                 when cache or folder is empty
8736
8737 2002-09-15 [colin]      0.8.2claws53
8738
8739         * src/compose.c
8740                 Fix a leak (thanks Alfons!) and cleaned
8741                 variables names for custom headers
8742
8743 2002-09-15 [colin]      0.8.2claws52
8744
8745         * src/compose.c
8746                 Fix custom headers recognition when
8747                 prefs_common.trans_hdr is on
8748
8749 2002-09-15 [colin]      0.8.2claws51
8750
8751         * src/compose.c
8752                 Allow dynamically-added custom headers
8753                 Yet not reparsed if reedited
8754
8755 2002-09-15 [alfons]     0.8.2claws50
8756
8757         * src/prefs_account.c
8758                 fix warnings
8759
8760 2002-09-15 [colin]      0.8.2claws49
8761         
8762         * src/prefs_account.c
8763                 fix pop_before_smtp sensitivity
8764
8765 2002-09-15 [colin]      0.8.2claws48
8766
8767         * src/inc.[ch]
8768                 add inc_pop_before_smtp()
8769                 allow MainWindow to be undefined in 
8770                 inc_account_mail() and inc_start()
8771         * src/pop.c
8772           src/prefs_account.h
8773                 add STYPE_POP_BEFORE_SMTP session type
8774         * src/prefs_account.c
8775                 activated pop before smtp option
8776         * src/send.c
8777                 do pop before smtp if the relevant option 
8778                 is set
8779
8780 2002-09-15 [paul]       0.8.2claws47
8781
8782         * sync with 0.8.3
8783                 see ChangeLog 2002-09-15
8784
8785 2002-09-14 [paul]       0.8.2claws46
8786
8787         * po/bg.po
8788                 updated Bulgarian translation, submitted by
8789                 George Danchev
8790
8791 2002-09-13 [paul]       0.8.2claws45
8792
8793         * src/compose.c
8794                 merge claws' select_account() with main's
8795                 (new) compose_select_account(). [sync with
8796                 0.8.2cvs15, see ChangeLog 2002-09-11]
8797
8798 2002-09-12 [christoph]  0.8.2claws44
8799
8800         * src/filter.c
8801                 allocate 1 elements of FolderItem not 0
8802
8803 2002-09-12 [colin]      0.8.2claws43
8804
8805         * src/compose.c
8806                 Fix bug #590825 (obey Follow-up: poster)
8807
8808 2002-09-12 [colin]      0.8.2claws42
8809
8810         * src/procmime.c
8811                 Fix bug #557009 (wrong headers for messages 
8812                 forwarded as attachments)
8813
8814 2002-09-11 [colin]      0.8.2claws41
8815         
8816         * src/compose.c
8817                 Put SCF: pseudo-header on top of message
8818                 Set draft tmp_flag when saved as draft
8819
8820         * src/procmsg.c
8821           src/procheader.c
8822                 Skip after first \n\n for beginning of real message
8823                 for drafts too
8824
8825 2002-09-11 [christoph]  0.8.2claws40
8826
8827         * src/filtering.c
8828                 use procmsg flag functions in filtering or processing
8829                 will cause incorrect folder message counts
8830
8831 2002-09-11 [colin]      0.8.2claws39
8832
8833         * src/compose.c
8834                 Fix bug #550175 - wrong save folder when reediting
8835                 drafts
8836
8837 2002-09-11 [paul]       0.8.2claws38
8838
8839         * sync with 0.8.2cvs14
8840                 see ChangeLog 2002-09-11
8841
8842 2002-09-11 [colin]      0.8.2claws37
8843
8844         * src/folder.c
8845                 Fix a typo (seeming to cause new/unread status to
8846                 be lost)
8847
8848 2002-09-10 [christoph]  0.8.2claws36
8849
8850         * src/compose.c
8851                 compose_redirect should not use compose_generic_new
8852                 because that does more stuff than expected including
8853                 opening the external editor
8854                 (closes bug "[ 526608 ] bounced messages appear blank
8855                  in editor")
8856
8857 2002-09-10 [christoph]  0.8.2claws35
8858
8859         * src/folder.c
8860                 fix problem with too large message number range
8861                 causing a crash in folder_item_scan
8862
8863 2002-09-10 [paul]       0.8.2claws34
8864
8865         * sync with 0.8.2cvs13
8866                 see ChangeLog 2002-09-10
8867
8868 2002-09-10 [christoph]  0.8.2claws33
8869
8870         * src/msgcache.c
8871                 set MsgInfo TmpFlags for queue and draft folders
8872                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8873
8874 2002-09-10 [paul]       0.8.2claws32
8875
8876         * AUTHORS
8877           po/bg.po      ** NEW FILE **
8878                 new Bulgarian translation submitted by
8879                 George Danchev <danchev@spnet.net>
8880                 
8881         * tools/Makefile.am
8882           tools/README
8883           tools/tb2sylpheed     ** NEW FILE **
8884                 add script that converts an addressbook exported
8885                 from The Bat! into a Sylpheed addressbook. Submitted
8886                 by Urke MMI <urke-kg@eunet.yu>
8887
8888 2002-09-10 [paul]       0.8.2claws31
8889
8890         * sync with 0.8.2cvs12
8891                 see ChangeLog 2002-09-10
8892
8893 2002-09-06 [paul]       0.8.2claws30
8894
8895         * src/prefs_common.c
8896                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8897                 
8898         * tools/Makefile.am
8899           tools/README
8900           tools/ldif-to-xml.py  ** REMOVED **
8901                 remove obsolete python script
8902
8903 2002-09-06 [paul]       0.8.2claws29
8904
8905         * sync with 0.8.2cvs10
8906                 see ChangeLog 2002-09-06
8907
8908 2002-09-04 [paul]       0.8.2claws28
8909
8910         * sync with 0.8.2cvs9
8911                 see ChangeLog 2002-08-04
8912
8913 2002-09-04 [colin]      0.8.2claws27 
8914
8915         * src/prefs_common.[ch]
8916                 Added signature color configuration
8917         * src/textview.c
8918                 Use user-specified signature color
8919
8920 2002-09-03 [colin]      0.8.2claws26
8921
8922         * src/prefs_common.[ch]
8923                 Added autosave and autosave_length prefs
8924         * src/compose.c
8925                 Added compose_remove_draft()
8926                 Auto-save drafts according to the prefs
8927         * src/main.c
8928                 Added a crash-indicator file, allowing to check
8929                 for new messages on startup if Sylpheed crashed
8930                 (makes saved drafts "reappear")
8931
8932 2002-09-03 [colin]      0.8.2claws25
8933
8934         * src/textview.[ch]
8935                 Grey the signature
8936
8937 2002-09-03 [paul]       0.8.2claws24
8938
8939         * sync with 0.8.2cvs8
8940                 see ChangeLog 2002-09-02 and 2002-09-03
8941
8942 2002-09-03 [darko]      0.8.2claws23
8943
8944         * src/folderview.c
8945                 use normal style when creating new folder to pick
8946                 proper font size 
8947
8948 2002-09-02 [melvin]     0.8.2claws22
8949
8950         * src/gtkaspell.m4
8951                 removed some obsolete code
8952
8953 2002-09-02 [melvin]     0.8.2claws21
8954
8955         * ac/aspell.m4
8956                 fixed test's equality sign (== to =)
8957
8958 2002-09-02 [alfons]     0.8.2claws20
8959
8960         * src/folder.c
8961         * src/mh.c
8962                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8963                 as folder->destroy virtual as suggested by Hiro
8964                 (the mh.c code seems to have been lost around mh.c.1.21)
8965
8966 2002-09-02 [paul]       0.8.2claws19
8967
8968         * po/pt_BR.po
8969                 updated by Fabio Jr. Beneditto
8970                 
8971         * src/defs.h
8972                 use 'http://claws.sylpheed.org' for homepage link. 
8973                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8974
8975 2002-09-01 [alfons]     0.8.2claws18
8976
8977         * src/mh.c
8978                 plug memleak related to one Martin Kluge found
8979
8980 2002-08-31 [paul]       0.8.2claws17
8981
8982         * sync with 0.8.2cvs6
8983                 see ChangeLog 2002-08-30
8984
8985 2002-08-31 [alfons]     0.8.2claws16
8986
8987         * src/folder.c
8988                 folder_destroy(): remove mailbox from folderlist even if it has
8989                 no destroy virtual
8990
8991 2002-08-31 [alfons]     0.8.2claws15
8992
8993         * src/folder.c
8994                 :%sno/if(/if (/gc
8995                 :%sno/for(/for (/gc
8996                 (being pedantic I know)
8997
8998 2002-08-31 [alfons]     0.8.2claws14
8999
9000         * src/folder.c
9001                 check for NULL pointers returned from folder->fetch_msginfo virtual
9002                 (should solve some reported crashes)
9003
9004 2002-08-30 [alfons]     0.8.2claws13
9005
9006         * acconfig.h
9007         * configure.in
9008         * src/crash.c
9009                 enable crash dialog on compilation time
9010                 (--enable-crash-dialog configure option)
9011
9012 2002-08-30 [alfons]     0.8.2claws12
9013
9014         * AUTHORS
9015                 add Martin Kluge
9016         * src/mh.c
9017                 apply memory leak plug patch by Martin Kluge
9018                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9019                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9020                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9021
9022 2002-08-30 [darko]      0.8.2claws11
9023
9024         * src/folderview.c
9025                 copy Gtk style from normal style to match
9026                 font size for coloured folders
9027
9028 2002-08-29 [alfons]     0.8.2claws10
9029
9030         * sylpheed.desktop
9031                 Type=Internet <- Type=Application
9032                 (reported by Michael Schwendt, see:
9033                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9034                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9035
9036 2002-08-29 [paul]       0.8.2claws9
9037
9038         * sync with 0.8.2cvs5
9039                 see ChangeLog 2002-08-29
9040
9041 2002-08-29 [colin]      0.8.2claws8
9042
9043         * src/summaryview.c
9044                 Added a sanity check in summary_select_thread
9045                 Should fix bug 601605
9046
9047 2002-08-29 [colin]      0.8.2claws7
9048
9049         * src/main.c
9050                 Revert claws6 changes regarding bug #591676
9051
9052 2002-08-28 [colin]      0.8.2claws6
9053         
9054         * src/main.c
9055                 Ignore cache for queue folderitems
9056                 Fix bug #591676
9057
9058 2002-08-28 [melvin]     0.8.2claws5
9059
9060         * README.claws
9061                 Fixed typos.
9062
9063 2002-08-28 [melvin]     0.8.2claws4
9064
9065         * README.claws
9066                 Updated a bit the text concerning the spell checker
9067
9068 2002-08-28 [melvin]     0.8.2claws3
9069
9070         Merged the GNU_aspell_branch:
9071                 Support of new GNU/aspell is now included and the old pspell
9072                 is not supported anymore.
9073                 See README.claws
9074
9075         * README.claws
9076                 Updated spell checker text to reflect the switch to GNU/aspell
9077
9078         * ac/aspell.m4          *** NEW ***
9079         * src/gtkaspell.[ch]    *** NEW *** 
9080         * ac/pspell.m4          *** DELETED *** 
9081         * src/gtkspell.[ch]     *** DELETED ***
9082
9083         * ac/Makefile.am
9084                 Updated for GNU/aspell support
9085
9086         * po/POTFILES.in
9087                 Replaced gtkspell.c by gtkaspell.c
9088
9089         * acconfig.h
9090         * src/Makefile.am
9091         * src/about.c
9092         * src/compose.[ch]
9093         * src/crash.c
9094         * src/main.c
9095         * src/prefs_common.[ch]
9096                 Updated for GNU/aspell support
9097
9098 2002-08-28 [paul]       0.8.2claws2
9099
9100         * sync with 0.8.2cvs4
9101                 see ChangeLog 2002-08-27 and 2002-08-28
9102
9103 2002-08-28 [colin]      0.8.2claws1
9104
9105         * src/summary_search.c
9106                 Added "AND search"
9107
9108 2002-08-28 [jens]       0.8.2claws
9109
9110         *po/de.po
9111                 Updated German translations
9112
9113 2002-08-27 [melvin]     0.8.2claws
9114
9115         * po/fr.po
9116                 Updated French translations
9117
9118 2002-08-27 [paul]       0.8.2claws
9119
9120         * sync with 0.8.2 main release
9121
9122         * po/en_GB.po
9123           po/es.po
9124           po/it.po
9125           po/pl.po
9126           po/pt_BR.po
9127           po/sr.po
9128                 updated message catalogs submitted by
9129                 Ricardo Mones Lastra, Alessandro Maestri,
9130                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9131                 Beneditto and Urke MMI  
9132
9133 2002-08-27 [hoa]        0.8.1claws123
9134
9135         * src/mainwindow.[ch]
9136         * src/summaryview.[ch]
9137                 removed the "filter setting" menu option.
9138                 add a "cancel a news message" menu option.
9139
9140 2002-08-26 [martin]     0.8.1claws122
9141
9142         * ChangeLog.claws
9143                 changed string under 0.8.1claws79 changed by myself
9144                 i'm sorry alfons :(
9145
9146 2002-08-26 [martin]     0.8.1claws121
9147
9148         * src/crash.c
9149                 added kill command to debuggerrc to start crash dialog
9150
9151 2002-08-26 [paul]       0.8.1claws120
9152
9153         * sync with 0.8.1cvs31
9154                 see ChangeLog 2002-08-26
9155
9156 2002-08-25 [alfons]     0.8.1claws119
9157
9158         * src/procmsg.c
9159                 fix bug that didn't send out correct headers to news server
9160                 when sending news article and email from queue (bug reported
9161                 and patch provided by Tim Mann; closes bug 
9162                 "[ 583196 ] 0.7.8claws can't post news")
9163
9164 2002-08-25 [alfons]     0.8.1claws118
9165
9166         * src/selective_download.c
9167                 mark two strings as translatable
9168                 (thanks to Urke MMI for pointing this out)
9169
9170 2002-08-25 [alfons]     0.8.1claws117
9171
9172         * src/summaryview.c
9173                 treat sent boxes as special and allow sorting them by addressee
9174                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9175                 submitted by Steve Lamb)
9176
9177 2002-08-24 [alfons]     0.8.1claws116
9178
9179         * src/matcher.c
9180                 fix memleak reported by Martin Kluge
9181                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9182
9183 2002-08-24 [oliver]     0.8.1claws115
9184
9185         * src/prefs_toolbar.c
9186                 o code cleanup as suggested by Alfons
9187                 o memleak fix
9188
9189 2002-08-24 [alfons]     0.8.1claws114
9190
9191         * src/summaryview.c
9192                 o fix another memory leak reported by Martin Kluge
9193                   (see "[ 599568 ] Small Memory Leak")
9194                 o remove 'from' variable from 'summary_set_header()'; we can
9195                   do with just 'to' 
9196
9197 2002-08-24 [paul]       0.8.1claws113
9198
9199         * sync with 0.8.1cvs30
9200                 see ChangeLog 2002-08-23
9201
9202 2002-08-24 [alfons]     0.8.1claws112
9203
9204         * src/summaryview.c
9205                 remove unnecessary allocations for search bar fixing leaks
9206                 reported by Martin Kluge
9207                 (see "[ 599451 ] Further memory leaks?")
9208
9209 2002-08-24 [alfons]     0.8.1claws111
9210
9211         * src/main.c
9212                 make get_socket_name() public for crash.c
9213         * src/crash.c
9214                 o make report bug button work (goes to claws' 
9215                   bug tracker at sf.net)
9216                 o introduce function for doing important stuff just
9217                   before claws goes down
9218                 o clean up code 
9219
9220 2002-08-24 [alfons]     0.8.1claws110
9221
9222         * src/compose.c
9223                 move cursor to "To" entry when forwarding as attachment
9224                 (reported and solved by Steve Lamb, closes bug report
9225                 "[ 592880 ] Forward as attachment; cursor not in to")
9226
9227 2002-08-24 [colin]      0.8.1claws109
9228
9229         * src/mainwindow.c
9230                 fix quick search visibility after GUI (de)separations.
9231
9232 2002-08-23 [colin]      0.8.1claws108
9233
9234         * src/mainwindow.c
9235                 fix header pane visibility after folderview or
9236                 messageview (de)separation
9237
9238 2002-08-23 [paul]       0.8.1claws107
9239
9240         * src/mainwindow.[ch]
9241           src/toolbar.c
9242                 give full control of display or non-display 
9243                 of the Execute icon to Custom toolbar settings.
9244                 add new sensitivity condition to maninwindow.h: 
9245                 M_DELAY_EXEC
9246
9247         * ChangeLog
9248           ChangeLog.jp
9249           NEWS
9250                 more sync with 0.8.1cvs29
9251
9252 2002-08-23 [melvin]     0.8.1claws106
9253
9254         * src/alertpanel.c
9255                 Readded support for custom widget in alertpanel lost in last
9256                 sync.
9257
9258 2002-08-23 [paul]       0.8.1claws105
9259
9260         * sync with 0.8.1cvs29
9261                 see ChangeLog 2002-08-23
9262
9263 2002-08-23 [colin]      0.8.1claws104
9264
9265         * src/summaryview.c
9266                 Fix folder and search pixmaps exchanging positions
9267                 after theme or toolbar changes. Thank to Oliver for 
9268                 reporting this.
9269
9270 2002-08-23 [colin]      0.8.1claws103
9271
9272         * src/mainwindow.c
9273           src/messageview.[ch]
9274           src/noticeview.[ch]
9275           src/summaryview.c
9276                 Changed messageview_create() and noticeview_create()
9277                 to avoid the last gdk_warning
9278
9279 2002-08-22 [colin]      0.8.1claws102
9280
9281         * src/summaryview.c
9282                 Fix my new `Creating pixmap from xpm' warning
9283
9284 2002-08-22 [colin]      0.8.1claws101
9285
9286         * src/mainwindow.c
9287                 Fix some of the gdk warnings
9288
9289 2002-08-22 [colin]      0.8.1claws100
9290
9291         * src/Makefile.am
9292         * src/stock_pixmap.c
9293         * src/stock_pixmap.h
9294         * src/pixmaps/quicksearch.xpm *ADDED*
9295                 Add the quicksearch pixmap
9296         * src/mainwindow.c
9297         * src/summaryview.c
9298         * src/summaryview.h
9299                 Make quicksearch bar visible/hidden via a button
9300
9301 2002-08-22 [christoph]  0.8.1claws99
9302
9303         * src/folder.c
9304                 fix folder update for newsgroups with message
9305                 numbers below minimum number of articles to fetch
9306                 (closes bug #598445)
9307
9308 2002-08-22 [paul]       0.8.1claws98
9309
9310         * sync with 0.8.1cvs28
9311                 see ChangeLog 2002-08-22
9312
9313 2002-08-21 [alfons]     0.8.1claws97
9314
9315         * src/crash.c
9316                 use bt instead of bt full which seems to work 
9317                 better, and bt full doesn't give a great deal 
9318                 of information anyway
9319
9320 2002-08-21 [colin]      0.8.1claws96
9321
9322         * src/summaryview.c
9323                 fix summaryview_searchtype_changed prototype
9324
9325 2002-08-21 [christoph]  0.8.1claws95
9326
9327         * src/mainwindow.c
9328                 o fix broken menu update for sorting type, we have to
9329                   get this info from the summaryview now
9330                 o removed setting of threaded state in menu callback
9331         * src/summaryview.[ch]
9332                 more summaryview/folderitem seperation for
9333                 threading option
9334         * configure.in
9335                 removed not required --with-compiler-flags option
9336
9337 2002-08-21 [oliver]     0.8.1claws94
9338         
9339         * src/toolbar.h 
9340                 o rename toolbar.xml to toolbar_main.xml
9341                   since toolbar_compose.xml might come up 
9342                   any time soon
9343         * README.claws
9344                 add custom toolbar              
9345
9346 2002-08-21 [darko]      0.8.1claws93
9347
9348         * src/procmsg.c
9349                 don't reset tmp flags for messages copied
9350                 to sent folder
9351
9352 2002-08-21 [colin]      0.8.1claws92
9353         
9354         * src/prefs_filtering.c
9355                 fix renaming rules on folder rename 
9356                 when folder is not a leaf folder
9357
9358 2002-08-21 [paul]       0.8.1claws91
9359
9360         * src/prefs_folder_item.c
9361                 fix alignment of colour selector
9362
9363 2002-08-21 [paul]       0.8.1claws90
9364
9365         * sync with 0.8.1cvs27
9366                 see ChangeLog 2002-08-21
9367
9368 2002-08-21 [paul]       0.8.1claws89
9369
9370         * src/summaryview.c
9371                 fix crash when changing field type in
9372                 Quick search bar
9373
9374 2002-08-21 [colin]      0.8.1claws88
9375
9376         * src/summaryview.c
9377                 Made quick search case-insensitive
9378
9379 2002-08-21 [paul]       0.8.1claws87
9380
9381         * sync with 0.8.1cvs26
9382                 see ChangeLog 2002-08-21
9383
9384 2002-08-20 [christoph]  0.8.1claws86
9385
9386         * src/folderview.c
9387         * src/main.c
9388         * src/summaryview.[ch]
9389                 more summaryview/folderitem seperation for
9390                 sort_key and sort_type
9391         * src/procmsg.c
9392                 added missing return statement
9393
9394 2002-08-20 [colin]      0.8.1claws85
9395
9396         * src/summaryview.[ch]
9397                 Added a quick search box
9398         * src/mainwindow.c
9399         * src/prefs_common.[ch]
9400                 Added a show/hide option for the quick search
9401
9402 2002-08-20 [oliver]     0.8.1claws84
9403         
9404         * src/mainwindow.c
9405                 remove toolbar_create_popups
9406         * src/toolbar.[ch]
9407                 o remove toolbar_create_popups
9408                 o fix toolbar_set_sensitive 
9409                   (Bug reports #596834 and #596832)     
9410         * src/prefs_toolbar.c
9411                 o add "Set default" button
9412                 o align label and text + combo widgets
9413
9414 2002-08-20 [hoa]        0.8.1claws83bis
9415
9416         * src/imap.c
9417                 fixed a bug in imap_fetch_msginfo() in case there is no
9418                 current folder.
9419
9420 2002-08-20 [darko]      0.8.1claws83
9421
9422         * src/folderview.c
9423                 copy the color style of folder view so it
9424                 works with GTK themes
9425
9426 2002-08-20 [darko]      0.8.1claws82
9427
9428         * src/folder.h
9429         * src/folderview.c
9430         * src/prefs_folder_item.[hc]
9431                 don't use UI stuff in folder.h
9432
9433 2002-08-20 [darko]      0.8.1claws81
9434
9435         * src/folder.h
9436         * src/prefs_folder_item.h
9437         * src/folderview.c
9438         * src/prefs_folder_item.c
9439                 ability to set folder color in folderview
9440
9441 2002-08-19 [alfons]     0.8.1claws80
9442
9443         * src/summaryview.c
9444                 fix one of the earlier memleaks reported by Martin Kluge
9445
9446 2002-08-19 [alfons]     0.8.1claws79
9447
9448         * src/mainwindow.c
9449                 hide notice view when selecting seperate folder
9450                 view (reported by Urke MMI)
9451
9452 2002-08-19 [christoph]  0.8.1claws78
9453
9454         * src/folderview.c
9455         * src/prefs_folder_item.h
9456         * src/summaryview.[ch]
9457                 o add summary_set_prefs_from_folderitem to set
9458                   summaryview prefs (first step to remove all
9459                   references to the folderitem in summaryview)
9460                 o moved compiled regex stuff from folderitem prefs
9461                   to summaryview code
9462
9463 2002-08-19 [paul]       0.8.1claws77
9464
9465         * src/compose.c
9466                 add check for '.' to QUOTE_IF_REQUIRED
9467
9468 2002-08-19 [paul]       0.8.1claws76
9469
9470         * src/inc.c
9471                 sync with 0.8.1cvs25 (plug memory leak)
9472
9473         * src/prefs_toolbar.c
9474                 re-order prefs_toolbar_cancel()
9475
9476 2002-08-18 [alfons]     0.8.1claws75
9477
9478         * src/inc.c
9479         * src/matcher.c
9480                 plug other memleaks reported by Martin Kluge
9481
9482 2002-08-18 [paul]       0.8.1claws74
9483
9484         * po/pt_BR.po
9485                 updated by Fabio Jr. Beneditto
9486
9487 2002-08-18 [paul]       0.8.1claws73
9488
9489         * src/toolbar.[ch]
9490                 fix bug where tooltips were displayed untranslated              
9491
9492         * src/prefs_toolbar.c
9493                 fix bug where clicking 'Cancel' creates an icon & text
9494                 toolbar regardless of prefs
9495         
9496
9497 2002-08-17 [oliver]     0.8.1claws72
9498
9499         * src/prefs_toolbar.c
9500                 update toolbar on CANCEL
9501                 bug reported by Martin Kluge
9502         * src/toolbar.c
9503                 toolbar_destroy memleak fixed           
9504
9505 2002-08-17 [alfons]     0.8.1claws71
9506
9507         * src/toolbar.c
9508                 plug another memleak reported by Martin Kluge
9509
9510 2002-08-16 [alfons]     0.8.1claws70
9511
9512         * src/crash.c
9513                 use execvp() correctly (suggested by wwp; thanks!)
9514
9515 2002-08-16 [alfons]     0.8.1claws69
9516
9517         * src/gtksctree.c
9518                 plug memory leak reported by Kim Schultz & Martin Kluge
9519
9520 2002-08-16 [paul]       0.8.1claws68
9521
9522         * po/es.po
9523                 updated by Ricardo Mones Lastra
9524
9525 2002-08-16 [paul]       0.8.1claws67
9526
9527         * src/toolbar.h
9528                 fix bug where 'Compose News' icon showed wrong
9529                 tooltip
9530
9531 2002-08-16 [paul]       0.8.1claws66
9532
9533         * sync with 0.8.1cvs24
9534                 see ChangeLog 2002-08-16
9535
9536         * po/it.po
9537                 updated by Alessandro Maestri
9538
9539 2002-08-15 [paul]       0.8.1claws65
9540
9541         * po/sr.po
9542                 updated by Urke MMI
9543
9544 2002-08-15 [paul]       0.8.1claws64
9545
9546         * src/*.c
9547                 don't translate debug info
9548
9549         * src/matcher.[ch]
9550                 add copyright info
9551
9552 2002-08-15 [paul]       0.8.1claws63
9553
9554         * src/prefs_toolbar.c
9555                 fix bug where clicking 'OK' creates an icon & text
9556                 toolbar regardless of prefs
9557
9558 2002-08-14 [alfons]     0.8.1claws62
9559
9560         * src/main.c
9561                 add global var that has the full argv[0]
9562         * src/crash.c
9563                 o execvp the correct sylpheed by using argv0
9564                   and setting the correct work dir
9565                 o other tweaks  
9566
9567 2002-08-14 [oliver]     0.8.1claws61
9568         
9569         * enable/disable Toolbar Action Buttons 
9570         * code cleanups
9571         * src/mainwindow.c
9572         * src/toolbar.[ch]      
9573         * src/prefs_toolbar.c   
9574
9575 2002-08-14 [melvin]     0.8.1claws60
9576
9577         * po/fr.po
9578                 Updated French translations
9579
9580 2002-08-14 [melvin]     0.8.1claws59
9581
9582         * src/crash.c
9583                 Made bug report not translatable
9584         * src/exporthtml.c
9585                 Fixed exporthtml_build_filespec() return value
9586         * src/foldersel.c
9587                 Fixed incorrect include file
9588         * src/gtkspell.c
9589         * src/prefs_actions.c
9590         * src/prefs_toolbar.c
9591                 Made debug info not translatable
9592         * src/mutt.c
9593         * src/quote_fmt.c
9594                 Added missing includes
9595         * src/prefs_common.c
9596                 Fixed typo
9597
9598 2002-08-14 [paul]       0.8.1claws58
9599
9600         * faq/es/sylpheed-faq.html
9601           faq/es/sylpheed-faq-[1-3].html
9602           faq/es/sylpheed-faq-4.html     **NEW FILE **
9603                 update Spanish FAQ
9604
9605 2002-08-13 [christoph]  0.8.1claws57
9606
9607         * src/procmsg.c
9608                 ignore thread fix that did not mark all
9609                 child nodes of a ignored thread as
9610                 ignored. Does not work perfectly yet,
9611                 but it is better now
9612
9613 2002-08-13 [alfons]     0.8.1claws56
9614
9615         * src/crash.c
9616                 o implement 'save crash log'
9617                 o some tweaks
9618
9619 2002-08-13 [melvin]     0.8.1claws55
9620
9621         * src/main.c
9622                 removed unrequired "execinfo.h" header
9623
9624 2002-08-12 [paul]       0.8.1claws54
9625
9626         * faq/en/sylpheed-faq.html
9627           faq/en/sylpheed-faq-[1-3].html
9628           faq/en/sylpheed-faq-4.html     **NEW FILE **
9629                 update English FAQ
9630
9631 2002-08-12 [alfons]     0.8.1claws53
9632
9633         * po/POTFILES.in
9634                 add crash.c to translatables
9635         * src/crash.c
9636                 bring in Leandro's crash dialog
9637
9638 2002-08-11 [alfons]     0.8.1claws52
9639
9640         * src/crash.c
9641                 clean up some warnings
9642
9643 2002-08-11 [alfons]     0.8.1claws51
9644
9645         * acconfig.h
9646         * configure.in
9647         * src/crash.[ch]        ** NEW FILES **
9648         * src/main.c            
9649                 initial gdb crash handler
9650
9651 2002-08-11 [paul]       0.8.1claws50
9652
9653         * src/prefs_toolbar.c
9654                 replace Up/Down arrow pixmaps with text to be
9655                 consistent across icon themes
9656
9657 2002-08-11 [paul]       0.8.1claws49
9658
9659         * src/prefs_common.c
9660           src/prefs_toolbar.c
9661                 rename 'Pixmap' -> 'Icon'
9662
9663         * src/toolbar.[ch]
9664                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9665
9666 2002-08-10 [paul]       0.8.1claws48
9667
9668         * src/prefs_toolbar.c
9669                 re-work the UI
9670
9671 2002-08-10 [paul]       0.8.1claws47
9672
9673         * src/main.c
9674                 don't write Processing progress to status bar
9675                 patch submitted by Alexander Evseev
9676
9677         * src/prefs_toolbar.c
9678                 re-position and resize window
9679                 make window assume correct size on first call
9680
9681 2002-08-10 [paul]       0.8.1claws46
9682
9683         * src/mainwindow.c
9684           src/prefs_toolbar.c
9685           src/toolbar.c
9686           src/toolbar.h
9687                 obey coding style
9688                 follow UI text conventions
9689
9690 2002-08-10 [alfons]     0.8.1claws45
9691
9692         * src/toolbar.c
9693                 correct pixmap for delete action
9694
9695 2002-08-10 [paul]       0.8.1claws44
9696
9697         * po/pt_BR.po
9698                 updated by Fabio Jr. Beneditto
9699
9700 2002-08-10 [paul]       0.8.1claws43
9701
9702         * po/POTFILES.in
9703                 add custom toolbar files
9704
9705 2002-08-10 [paul]       0.8.1claws42
9706
9707         * sync with 0.8.1cvs22
9708                 see ChangeLog 2002-08-09
9709
9710 2002-08-09 [paul]       0.8.1claws41
9711
9712         * tools/Makefile.am
9713           tools/README
9714           tools/outlook2sylpheed.pl     ** NEW FILE **
9715                 add script to convert exported Outlook
9716                 contacts list to a Sylpheed addressbook.
9717                 Submitted by Ricardo Mones Lastra.
9718
9719 2002-08-09 [paul]       0.8.1claws40
9720
9721         * AUTHORS
9722           configure.in
9723           po/sr.po      ** NEW FILE **
9724                 add Serbian message catalog. Submitted by
9725                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9726
9727 2002-08-09 [paul]       0.8.1claws39
9728
9729         * sync with 0.8.1cvs21
9730                 see ChangeLog 2002-08-08
9731
9732 2002-08-08 [oliver]     0.8.1claws38
9733
9734         * src/mainwindow.c
9735                 move Custom Toolbar to Configuration menu
9736
9737 2002-08-08 [oliver]     0.8.1claws37
9738
9739         * src/prefs_toolbar.c
9740                 fix substitute pixmap bug
9741
9742 2002-08-08 [paul]       0.8.1claws36
9743
9744         * sync with 0.8.1cvs19
9745                 see ChangeLog 2002-08-08
9746
9747 2002-08-07 [christoph]  0.8.1claws35
9748
9749         * src/utils.c
9750                 fixed a memory leak in new canonicalize_file_replace
9751
9752 2002-08-07 [christoph]  0.8.1claws34
9753
9754         * src/utils.[ch]
9755                 o canonicalize_file_replace should create the temporary
9756                   file in the same directory as the original file.
9757                 o added get_tmpfile_in_dir that creates a temorary file
9758                   in a specified directory.
9759
9760 2002-08-07 [melvin]     0.8.1claws33
9761
9762         * src/toolbar.c
9763                 fixed bug where 'Article' button acted as 'Email' button.
9764
9765 2002-08-07 [paul]       0.8.1claws32
9766
9767         * sync with 0.8.1.cvs17
9768                 see ChangeLog 2002-08-07
9769
9770 2002-08-07 [colin]      0.8.1claws31
9771         
9772         * src/news.c
9773                 fix mass-cancel problem
9774
9775 2002-08-07 [thorsten]   0.8.1claws30
9776
9777         * src/prefs_toolbar.c
9778                 fix: crash on replace or add new button
9779         * src/toolbar.c
9780                 fix: close xmlfile after reading
9781         * src/utils.c
9782                 fix: unlink() file before rename()
9783
9784 2002-08-06 [paul]       0.8.1claws29
9785
9786         * sync with 0.8.cvs15
9787                 see ChangeLog 2002-08-06
9788
9789 2002-08-06 [oliver]     0.8.1claws28
9790
9791         * src/toolbar.c
9792         * src/prefs_toolbar.c
9793                 fixed empty toolbar issue
9794
9795 2002-08-06 [oliver]     0.8.1claws27
9796
9797         * Custom Toolbar Final 
9798         * src/folderview.c
9799         * src/inc.c
9800         * src/summaryview.c
9801                 o toolbar stuff now lives in src/toolbar.[ch]
9802                 o main_window_toolbar_* functions are renamed to
9803                   toolbar_* reflecting their new source file
9804         * src/mainwindow.[ch]
9805                 o remove toolbar stuff  
9806
9807 2002-08-06 [oliver]     0.8.1claws26
9808         
9809         * src/Makefile.am
9810         * src/prefs_toolbar.[ch]        **New File**
9811         * src/toolbar.[ch]              **New File**
9812                 o prefs_toolbar.[ch] custom toolbar frontend
9813                 o toolbar.[ch]       backend 
9814
9815 2002-08-06 [oliver]     0.8.1claws25
9816
9817         * src/prefs_actions.[ch]
9818                 o new exported function actions_execute
9819
9820 2002-08-06 [paul]       0.8.1claws24
9821
9822         * sync with 0.8.1cvs4
9823                 see ChangeLog 2002-08-06
9824
9825 2002-08-06 [paul]       0.8.1claws23
9826
9827         * sync with 0.8.1cvs13
9828                 see ChangeLog 2002-08-06
9829
9830 2002-08-06 [paul]       0.8.1claws22
9831
9832         * sync with 0.8.1cvs12
9833                 see ChangeLog 2002-08-05 and 2002-08-06
9834
9835 2002-08-06 [match]      0.8.1claws21
9836
9837         * src/addrclip.c
9838                 improvements to cut/copy/paste address
9839
9840 2002-08-05 [match]      0.8.1claws20
9841
9842         * src/addritem.[ch]
9843         * src/addrcache.c
9844         * src/addrbook.c
9845         * src/editaddress.c
9846         * src/addressbook.c
9847                 fixes to improve cut/copy/paste
9848
9849 2002-08-06 [melvin]     0.8.1claws19
9850
9851         * src/account.[ch]
9852                 account_find_all_from_address(): new function that returns the
9853                 list of all accounts that are matched in an address.
9854         * src/alertpanel.[ch]
9855                 alertpanel() now accepts a custom widget
9856                 alertpanel_with_widget(): new function that pops up a panel with
9857                 a custom widget in it 
9858         * src/gtkutils.[ch]
9859                 gtkut_account_menu_new(): new function that allows the selection
9860                 of an account from a list of accounts.
9861         * src/messageview.c
9862                 Extended Return Receipt notification to select the correct 
9863                 account and to make a security test on the Delivery-Notification
9864                 address which should be the same as the Return-Path.
9865
9866 2002-08-06 [thorsten]   0.8.1claws18
9867
9868         * src/mimeview.c
9869                 attach_all: save unnamed as "noname.%d",
9870                 dont free static dirname
9871
9872 2002-08-05 [alfons]     0.8.1claws17
9873
9874         * configure.in
9875                 detect XIM by trying to link rather than compile a XIM program
9876
9877 2002-08-05 [oliver]     0.8.1claws16
9878                 
9879         * src/stock_pixmap.[ch]
9880                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9881                 o new func to retrieve pixmaps
9882
9883 2002-08-05 [paul]       0.8.1claws15
9884
9885         * sync with 0.8.1cvs10
9886                 see ChangeLog 2002-08-05
9887
9888 2002-08-04 [alfons]     0.8.1claws14
9889
9890         * src/textview.c
9891                 see if this plugs memleak
9892
9893 2002-08-04 [melvin]     0.8.1claws13
9894
9895         * src/gtkspell.c
9896                 fixed bug that could crash Sylpheed when highlighting
9897                 all misspelled words.
9898
9899 2002-08-03 [melvin]     0.8.1claws12
9900
9901         * src/prefs_actions.c
9902                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9903         * src/messageview.c
9904                 fixed bug where the Return Receipt was sent to
9905                 Delivery-Notification-To address even if it was not present
9906
9907 2002-08-02 [alfons]     0.8.1claws11
9908
9909         * src/prefs_actions.c
9910                 o more check for NULLs
9911                 o put create_io_dialog() in right conditional block
9912
9913 2002-08-02 [paul]       0.8.1claws10
9914
9915         * po/es.po
9916                 updated by Ricardo Mones Lastra
9917
9918 2002-08-01 [christoph]  0.8.1claws9
9919
9920         * src/folder.c
9921                 don't free the cache of the opened
9922                 folder in the summaryview
9923         * src/summaryview.c
9924                 don't unset flags, if it is not required
9925
9926 2002-08-01 [paul]       0.8.1claws8
9927
9928         * sync with 0.8.1cvs8
9929                 see ChangeLog entry 2002-08-01
9930
9931 2002-08-01 [paul]       0.8.1claws7
9932
9933         * sync with 0.8.1cvs7
9934                 see ChangeLog 2002-07-31 and 2002-08-01
9935
9936 2002-07-31 [christoph]  0.8.1claws6
9937
9938         * src/mainwindow.c
9939                 forgot to update menu sensitivity
9940                 function for new menu entry
9941
9942 2002-07-31 [alfons]     0.8.1claws5
9943
9944         * src/main.c
9945                 check folder item and its path for NULL on
9946                 initial processing
9947
9948 2002-07-31 [christoph]  0.8.1claws4
9949
9950         * src/folder.c
9951                 check if folder_item_get_msginfo in
9952                 folder_item_remove_msg returned NULL
9953         * src/imap.c
9954                 better clear the uid cache in the
9955                 uid validity check function and delete
9956                 cached messages
9957
9958 2002-07-31 [paul]       0.8.1claws3
9959
9960         * man/sylpheed.1
9961                 add the '--attach' option and a few other
9962                 minor changes
9963
9964 2002-07-31 [paul]       0.8.1claws2
9965
9966         * sync with 0.8.1cvs5
9967                 see ChangeLog 2002-07-31
9968
9969 2002-07-31 [christoph]  0.8.1claws1
9970
9971         * src/folderview.[ch]
9972         * src/mainwindow.c
9973                 replace "Rescan all folders..." with
9974                 "Check all folders for new messages..."
9975
9976 2002-07-30 [paul]       0.8.1claws
9977
9978         * version 0.8.1claws released
9979
9980 2002-07-30 [paul]       0.8.0claws29
9981
9982         * tools/OOo2sylpheed.pl ** NEW FILE **
9983           tools/README
9984                 add script to enable sending documents as
9985                 attachments from OpenOffice.org
9986
9987 2002-07-30 [melvin]     0.8.0claws28
9988
9989         * src/prefs_actions.c
9990                 Made the actions' input/output dialog display
9991                 without delay.
9992
9993 2002-07-30 [christoph]  0.8.0claws27
9994
9995         * src/procmsg.c
9996                 check if folder_item_get_msginfo in
9997                 procmsg_save_to_outbox returned NULL
9998
9999 2002-07-30 [paul]       0.8.0claws26
10000
10001         * sync with 0.8.1cvs4
10002                 see ChangeLog 2002-07-29
10003
10004 2002-07-29 [thorsten]   0.8.0claws25
10005
10006         * README.claws
10007                 added selective download, delete on server
10008
10009 2002-07-29 [paul]       0.8.0claws24
10010
10011         * sync with 0.8.1cvs3
10012                 see ChangeLog 2002-07-29
10013
10014 2002-07-27 [christoph]  0.8.0claws23
10015
10016         * src/folder.c
10017                 add extra check if fetching the msginfo
10018                 returned NULL
10019
10020 2002-07-27 [paul]       0.8.0claws22
10021
10022         * sync with 0.8.1cvs2
10023                 see ChangeLog 2002-07-26
10024
10025 2002-07-27 [christoph]  0.8.0claws21
10026
10027         * src/imap.c
10028                 add another check if a valid msginfo
10029                 was returned
10030
10031 2002-07-26 [hoa]        0.8.0claws20
10032
10033         * src/folder.c
10034                 Fixed a condition in folder_item_destroy()
10035
10036         * src/imap.c
10037                 Fixed an error in IMAP protocol
10038
10039 2002-07-26 [alfons]     0.8.0claws19
10040
10041         * src/folder.c
10042                 ofcourse compare with identifier, not the path
10043
10044 2002-07-26 [alfons]     0.8.0claws18
10045
10046         * src/folder.c
10047                 use folder item identifier for saving / restoring
10048                 preferences because folder->path might not be unique
10049
10050 2002-07-26 [melvin]     0.8.0claws17
10051
10052         * src/logwindow.c
10053                 Fixed a crash introduced in 0.8.0claws5 when log is 
10054                 cut under 80 characters.
10055
10056 2002-07-26 [paul]       0.8.0claws16
10057
10058         * sync with 0.8.1cvs1
10059                 see ChangeLog 2002-07-26
10060
10061 2002-07-26 [christoph]  0.8.0claws15
10062
10063         * src/imap.[ch]
10064                 imap folder now remembers the last selected
10065                 folder and imap_fetch_msginfo skips selecting
10066                 the folder if it is already selected
10067
10068 2002-07-26 [christoph]  0.8.0claws14
10069
10070         * src/folder.c
10071         * src/folderview.c
10072         * src/imap.c
10073                 fix imap folder rescanning
10074
10075 2002-07-25 [christoph]  0.8.0claws13
10076
10077         * src/filter.c
10078         * src/folder.[ch]
10079         * src/folderview.c
10080         * src/imap.[ch]
10081         * src/mainwindow.c
10082         * src/mbox_folder.c
10083         * src/mh.c
10084         * src/news.c
10085                 implement imap uid cache and uid validity check
10086
10087 2002-07-25 [alfons]     0.8.0claws12
10088
10089         * src/summaryview.c
10090                 fix a brown paper bag bug, and also add some more
10091                 checks
10092
10093 2002-07-25 [christoph]  0.8.0claws11
10094
10095         * src/folder.c
10096                 don't mix copy, fetch_msginfo and remove
10097                 operations in folder item copy and move
10098                 operations
10099
10100 2002-07-25 [christoph]  0.8.0claws10
10101
10102         * src/folderview.c
10103         * src/mainwindow.c
10104         * src/prefs_folder_item.c
10105         * src/summaryview.[ch]
10106                 remove no longer required parameter update_cache from
10107                 summary_show
10108
10109 2002-07-25 [paul]       0.8.0claws9
10110
10111         * sync with 0.8.1
10112         
10113         * AUTHORS
10114                 a few corrections
10115
10116 2002-07-24 [alfons]     0.8.0claws8
10117
10118         * src/summaryview.c
10119                 sort correctly when using simplified subject line
10120                 (closes feature request "[ 585141 ] applying regexp to subject 
10121                 before sort" submitted by Alexandra Walford)
10122
10123 2002-07-24 [paul]       0.8.0claws7
10124
10125         * sync with 0.8.0cvs3
10126                 see ChangeLog 2002-07-24
10127
10128 2002-07-23 [christoph]  0.8.0claws6
10129
10130         * src/folder.c
10131         * src/folder.h
10132         * src/summaryview.c
10133         * src/summaryview.h
10134         * src/main.c
10135                 o separate processing and summaryview
10136                 o removed summary_write_cache from summaryview
10137                 o removed summaryview->killed_messages, because we don't have
10138                   to keep a list of killed messages anymore. New cache will
10139                   keep the hidden messages in cache anyway
10140         * src/folderview.c
10141         * src/inc.c
10142         * src/selective_download.c
10143                 o removed unnecessary summary_write_cache calls
10144         * src/procmsg.c
10145                 o don't set ignore thread flag in procmsg_get_thread_tree
10146                   if it is already set
10147         * src/mainwindow.c
10148         * src/statusbar.h
10149                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10150                   they are used in different files
10151
10152 2002-07-23 [melvin]     0.8.0claws5
10153
10154         * src/addressbook.c
10155         * src/addrgather.c
10156         * src/editaddress.c
10157         * src/editgroup.c
10158         * src/editldap_basedn.c
10159         * src/importldif.c
10160         * src/prefs_common.c
10161                 Fixed few memory leak (gtk_editable_get_chars returns
10162                 an allocated string)
10163         * src/logwindow.c
10164                 Fixed few memory leak (gtk_editable_get_chars returns
10165                 an allocated string) and modified a little the log cutting
10166                 loop.
10167         * src/compose.c
10168                 Replaced a call to an obsolete function gtk_entry_get_text()
10169                 by gtk_editable_get_chars()
10170         * src/send.c
10171                 Removed a debug printf
10172
10173 2002-07-23 [christoph]  0.8.0claws4
10174
10175         * src/filesel.c
10176                 fix another g_dirname memory leak
10177
10178 2002-07-23 [christoph]  0.8.0claws3
10179
10180         * src/mh.c
10181                 fixed a memory leak in mh_fetch_msginfo
10182                 fixed crash when message header could not be
10183                 parsed
10184
10185 2002-07-23 [paul]       0.8.0claws2
10186
10187         * sync with 0.8.0cvs2
10188                 see ChangeLog 2002-07-23
10189
10190 2002-07-23 [paul]       0.8.0claws1
10191
10192         * sync with 0.8.0cvs1
10193                 see ChangeLog 2002-07-23
10194
10195 2002-07-23 [paul]       0.8.0claws
10196
10197         * release of 0.8.0claws
10198
10199 2002-07-23 [paul]       0.7.8claws99
10200
10201         * po/ru.po
10202                 new Russian translation, submitted by
10203                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10204
10205 2002-07-22 [jens]       0.7.8claws98
10206
10207         * po/de.po
10208                 Updated German translations.
10209
10210 2002-07-22 [paul]       0.7.8claws97
10211
10212         * po/es.po
10213           po/it.po
10214           po/nl.po
10215           po/pt_BR.po
10216                 updated translations by Ricardo Mones Lastra,
10217                 Alessandro Maestri, Wilbert Berendsen and 
10218                 Fabio Jr. Beneditto respectively
10219
10220 2002-07-22 [christoph]  0.7.8claws96
10221
10222         * src/mimeview.c
10223                 fix memory leak caused by wrong g_dirname usage
10224
10225 2002-07-22 [christoph]  0.7.8claws95
10226
10227         * src/summaryview.c
10228                 update new and unread message counts for summaryview
10229                 summaryview does not get it from the folder anymore
10230                 and has to update the values itself
10231
10232 2002-07-22 [melvin]     0.7.8claws94
10233
10234         * po/fr.po
10235                 Updated French translations.
10236
10237 2002-07-22 [christoph]  0.7.8claws93
10238
10239         * src/matcher.c
10240                 set prop->preg pointer to NULL or following check
10241                 will not fail and regexec will be called with
10242                 invalid pointer
10243
10244 2002-07-21 [alfons]     0.7.8claws92
10245         
10246         * src/prefs_common.[ch]
10247                 remove option "Send return receipt on request"
10248
10249 2002-07-21 [thorsten]   0.7.8claws91
10250
10251         * src/mimeview.c
10252                 fixed memleaks, coding style as pointed out by alfons
10253
10254 2002-07-21 [alfons]     0.7.8claws90
10255
10256         * src/messageview.c
10257         * src/noticeview.[ch]
10258                 o fix bug notice view being displayed when going to empty folder 
10259                   (noticed by Christoph)
10260                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10261                   (noticed by Thorsten)
10262
10263 2002-07-21 [thorsten]   0.7.8claws89
10264
10265         * src/mimeview.c
10266                 Included save_all patch from Xaview FACQ
10267                 added support for pathnames
10268
10269 2002-07-21 [alfons]     0.7.8claws88
10270
10271         * po/POTFILES.in
10272         * src/Makefile.am
10273         * src/mainwindow.c
10274         * src/messageview.[ch]
10275         * src/noticeview.c      ** NEW FILE **
10276         * src/noticeview.h      ** NEW FILE **
10277                 make return receipts work again
10278                 (UI idea by Leandro Pereira)
10279
10280 2002-07-21 [paul]       0.7.8claws87
10281
10282         * src/summaryview.c
10283                 fix sensitivity of 'Select thread'
10284
10285 2002-07-21 [paul]       0.7.8claws86
10286
10287         * src/prefs_common.c
10288                 add browser command line for Galeon
10289
10290 2002-07-21 [paul]       0.7.8claws85
10291
10292         * Makefile.am
10293                 fix 'EXTRA_DIST': remove README.README, add TODO
10294                 and TODO.claws
10295
10296 2002-07-21 [alfons]     0.7.8claws84
10297
10298         * src/gtkstext.c
10299                 make enter clear selection
10300                 (closes "[ 579888 ] Editor selection/entry error"
10301                 reported by Steve Lamb)
10302
10303 2002-07-21 [alfons]     0.7.8claws83
10304         
10305         * src/summaryview.c
10306                 sort message list when selecting unthread messages
10307                 (closes "[ 501593 ] switching threaded view doesn't sort"
10308                 reported by Simon Schubert)
10309
10310 2002-07-20 [alfons]     0.7.8claws82
10311         
10312         * src/matcher.c
10313                 const-correctness
10314
10315 2002-07-20 [thorsten]   0.7.8claws81
10316
10317         * src/matcher.c
10318                 Fixed expansion of empty fields in matchactions
10319
10320 2002-07-19 [melvin]     0.7.8claws80
10321
10322         * src/gtkspell.c
10323                 Removed a duplicate menu entry (fast mode) introduced during
10324                 the new cache merge
10325                 Added a menu separator between 'Use alternate' and 'Fast mode'
10326
10327 2002-07-19 [paul]       0.7.8claws79
10328
10329         * tools/Makefile.am
10330           tools/README
10331                 correct typos
10332
10333 2002-07-19 [thorsten]   0.7.8claws78
10334
10335         * tools/calypso_convert.pl      ** NEW FILE **
10336           tools/README
10337           tools/Makefile.am
10338                 script to import mbox files exported
10339                 by calypso
10340                 o generates folder structure
10341                 o includes attachments
10342
10343 2002-07-19 [melvin]     0.7.8claws77
10344
10345         * src/selective_download.[ch]
10346                 Fixed bug where closing the dialog with the window manager's
10347                 close button will not unlock the summary
10348                 Corrected some function declarations that missed a return value
10349                 Made the source code comply better with coding style.
10350         * src/prefs_common.c
10351                 Added new browser command line for Mozilla.
10352
10353 2002-07-18 [paul]       0.7.8claws76
10354
10355         * src/mainwindow.c
10356           src/selective_download.[ch]
10357                 reflect theme changes, fix Gdk Warning when creating 
10358                 pixmap from NULL window, and minor clean up.
10359                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10360
10361         * po/en_GB.po
10362                 updated
10363
10364 2002-07-17 [paul]       0.7.8claws75
10365
10366         * INSTALL[.jp]
10367                 sync with 0.8.0
10368         
10369         * po/en_GB.po
10370                 updated
10371
10372 2002-07-16 [paul]       0.7.8claws74
10373
10374         * tools/filter_conv.pl
10375           tools/README
10376                 replace conversion script with reimplemented version, 
10377                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10378
10379 2002-07-16 [colin]      0.7.8claws73
10380
10381         * src/summaryview.c
10382                 remove forgotten debug messages - sorry ;-)
10383
10384 2002-07-16 [colin]      0.7.8claws72
10385
10386         * src/mimeview.c
10387           src/summaryview.c
10388           src/textview.c
10389           src/textview.h
10390                 add the ability to select part of a text mime-part 
10391                 to reply.
10392
10393 2002-07-15 [christoph]  0.7.8claws71
10394
10395         * src/folder.c
10396                 fix folder message count for folders without
10397                 msg_is_changed (includes news folders)
10398
10399 2002-07-15 [martin]     0.7.8claws70
10400
10401         * src/summaryview.c
10402                 option "display recipient on 'From'..." now works
10403                 without the need of enabling the option
10404                 "display  sender  using  address  book".
10405
10406 2002-07-15 [christoph]  0.7.8claws69
10407
10408         * src/summaryview.c
10409                 removed setting folder status from summaryview.
10410                 folder.c should update all message counts correctly.
10411
10412 2002-07-15 [paul]       0.7.8claws68
10413
10414         * po/pt_BR.po
10415                 updated by Fabio Junior Beneditto
10416
10417 2002-07-15 [darko]      0.7.8claws67
10418
10419         * src/mh.c
10420                 Fixed target folder colorization, don't decrease op
10421                 number twice
10422
10423 2002-07-14 [paul]       0.7.8claws66
10424
10425         * sync with main 0.8.0
10426                 see ChangeLog 2002-07-14
10427
10428 2002-07-13 [melvin]     0.7.8claws65
10429         
10430         * src/addrbook.c
10431         * src/addressbook.c
10432         * src/addrindex.c
10433                 Replaced sprintf by g_snprintf to prevent possible buffer
10434                 overflow.
10435         * src/news.c
10436                 Corrected a log message output format.
10437                 Added a missing "done" debug output.
10438         * src/compose.c
10439                 Added keyboard accelerator for Priority menu items
10440                 Added missing \n in debug output
10441         * src/logwindow.c
10442         * src/gtkspell.c
10443         * src/rfc2015.c
10444                 Added missing \n in debug output
10445
10446 2002-07-13 [paul]       0.7.8claws64
10447
10448         * man/sylpheed.1
10449                 change Sergey's email address to the sf address
10450
10451         * src/textview.c
10452                 increase show_url_timeout (more useful for long
10453                 urls)
10454
10455 2002-07-12 [sergey]     0.7.8claws63
10456
10457         * src/rfc2015.c
10458                 applied (with some modifications) patch to set the
10459                 micalg parameter for signatures
10460                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10461
10462 2002-07-12 [sergey]     0.7.8claws62
10463
10464         * man/Makefile.am
10465         * configure.in
10466                 fixed man page installation
10467
10468 2002-07-12 [paul]       0.7.8claws61
10469
10470         * sync with 0.7.8cvs26
10471                 see ChangeLog 2002-07-11 and 2002-07-12
10472
10473 2002-07-11 [christoph]  0.7.8claws60
10474
10475         * src/compose.c
10476         * src/procmsg.c
10477                 first use the message number to find the message
10478                 to mark with a reply flag but check the
10479                 message-id if we got the correct message, if not
10480                 try to find it by message-id.
10481                 use new string seperator that is not allowed
10482                 in message-ids.
10483
10484 2002-07-11 [paul]       0.7.8claws59
10485
10486         * sync with 0.7.8cvs23
10487                 see ChangeLog 2002-07-10
10488
10489 2002-07-10 [christoph]  0.7.8claws58
10490
10491         * src/folder.[ch]
10492         * src/msgcache.[ch]
10493                 Added message-id table to the cache in memory
10494                 and functions to msgcache.c and folder.c to
10495                 fetch MsgInfos by message id
10496         * src/compose.c
10497         * src/procmsg.c
10498                 store folder and message-id of message replying
10499                 to in queue header and set reply flag after sending
10500                 (Closes bug #469498)
10501
10502 2002-07-10 [paul]       0.7.8claws57
10503
10504         * AUTHORS
10505           man/sylpheed.1.gz
10506                 add Martin to the list of authors
10507
10508 2002-07-09 [martin]     0.7.8claws56
10509         * src/gtksctree.c
10510                 Added gtk_ctree_last_visible(), tree_update_level(),
10511                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10512                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10513                 from gtk+ to gtksctree.c for the new sorting code
10514                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10515                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10516         * src/gtksctree.h
10517                 Added declaration for gtk_sctree_sort_recursive() and
10518                 gtk_sctree_sort_node
10519         * src/addressbook.c
10520         * src/foldersel.c
10521         * src/folderview.c
10522         * src/summaryview.c
10523                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10524                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10525
10526 2002-07-08 [paul]       0.7.8claws55
10527
10528         * more sync with 0.7.8cvs21
10529                 see ChangeLog 2002-07-08
10530
10531 2002-07-08 [paul]       0.7.8claws54
10532
10533         * sync with 0.7.8cvs21
10534                 see ChangeLog 2002-07-08
10535
10536 2002-07-07 [alfons]     0.7.8claws53
10537
10538         * src/Makefile.am
10539         * src/stock_pixmap.[ch]
10540         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10541         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10542         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10543                 add new pixmaps for upcoming notice pane
10544
10545 2002-07-06 [melvin]     0.7.8claws52
10546
10547         * src/gtkspell.[ch]
10548                 Made them a bit closer to Sylpheed's coding style.
10549                 Removed old code.
10550                 Removed possible memory leaks when some errors occurs.
10551
10552 2002-07-06 [melvin]     0.7.8claws51
10553
10554         * po/Makefile.in.in
10555                 Removed --no-location in xgettext command line to help
10556                 translators that use Emacs' po-mode
10557         * src/quote_fmt.c
10558                 Removed unnecessary comments that messed up sylpheed.pot
10559
10560 2002-07-06 [paul]       0.7.8claws50
10561
10562         * sync with 0.7.8cvs19
10563                 see ChangeLog 2002-07-05
10564
10565 2002-07-06 [christoph]  0.7.8claws49
10566
10567         * src/folder.c
10568         * src/mainwindow.c
10569                 fix folder_item_remove_all_msg and folderview
10570                 status for trash folders after emptying trash
10571
10572 2002-07-05 [paul]       0.7.8claws48
10573
10574         * sync with 0.7.8cvs16
10575                 see ChangeLog 2002-07-04 and 2002-07-05
10576
10577 2002-07-04 [paul]       0.7.8claws47
10578
10579         * sync with 0.7.8cvs14
10580                 see  ChangeLog 2002-07-04
10581
10582 2002-07-03 [alfons]     0.7.8claws46
10583
10584         * src/folder.c
10585                 dupe folder item's path because it's being reallocated
10586                 by new folder scanning code
10587
10588 2002-07-03 [christoph]  0.7.8claws45
10589
10590         * src/imap.c
10591                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10592         * src/msgcache.c
10593                 add missing return in msgcache_write
10594
10595 2002-07-02 [thorsten]   0.7.8claws44
10596
10597         * src/jpilot.c
10598         * src/msgcache.c
10599         * src/rfc2015.c
10600                 use binary mode for file access
10601
10602 2002-07-02 [christoph]  0.7.8claws43
10603
10604         * major code cleanup (part 1)
10605         
10606                 - unused variables removed
10607                 - unused functions removed
10608                 - uninitialized variables checked
10609                 - missing return statements added
10610                 - missing function return types added
10611                 - added parentheses around assignment and
10612                   && in || when suggested by gcc
10613               
10614         * src/mh.c
10615         * src/folder.c
10616                 replaced direct calls to folder->scan_tree
10617                 with folder_scan_tree and restore folder
10618                 prefs in this function. The folder should
10619                 not have to deal with them.
10620                 ( Should now work for all folder types )
10621
10622 2002-07-02 [paul]       0.7.8claws42
10623
10624         * sync with 0.7.8cvs13
10625                 see ChangeLog 2002-07-01 and 2002-07-02
10626
10627 2002-07-01 [christoph]  0.7.8claws41
10628
10629         * src/summaryview.c
10630                 fix "goto next/prev unread message" with
10631                 ignored threads
10632
10633 2002-07-01 [paul]       0.7.8claws40
10634
10635         * po/es.po
10636                 updated by Ricardo Mones Lastra
10637
10638 2002-06-30 [match]      0.7.8claws39
10639
10640         * src/jpilot.c
10641                 applied variation of leonerd's patch (566661) to
10642                 allow multiple email addresses per JPilot entry.
10643                 addresses may be separated by space, comma, pipe,
10644                 semi-colon, new-line.
10645
10646 2002-06-30 [alfons]     0.7.8claws38
10647
10648         * src/procmsg.c
10649                 simple fix for putting older nodes before
10650                 newer nodes when threading by subject
10651
10652 2002-06-30 [christoph]  0.7.8claws37
10653
10654         * src/folder.c
10655         * src/folderview.c
10656         * src/mh.c
10657         * src/news.c
10658         * src/procmsg.c
10659                 fix broken folder tree rescaning
10660                 and don't use procmsg_get_mark_sum
10661                 anymore
10662
10663 2002-06-30 [christoph]  0.7.8claws36
10664
10665         * merge new cache branch
10666         * src/imap.c
10667                 fix new cache imap copy bug
10668         * src/folder.c
10669                 improved folder_item_scan
10670                 it should now always set the correct
10671                 new, unread and total message counts
10672
10673 2002-06-29 [paul]       0.7.8claws35
10674
10675         * configure.in
10676                 correct syntax error
10677
10678 2002-06-29 [paul]       0.7.8claws34
10679
10680         * configure.in
10681           Makefile.am
10682           man/Makefile.am       ** NEW FILE **
10683           man/sylpheed.1.gz     ** NEW FILE **
10684                 add Sylpheed man page
10685
10686 2002-06-29 [paul]       0.7.8claws33
10687
10688         * po/pt_BR.po
10689                 updated by Fabio Junior Beneditto
10690
10691 2002-06-28 [jens]       0.7.8claws32
10692
10693         * po/de.po
10694                 translation updated
10695
10696         * src/selective_download.c
10697                 removed gettext for space " "
10698
10699         * src/imap.c
10700                 removed wrong space
10701
10702 2002-06-28 [paul]       0.7.8claws31
10703
10704         * sync with 0.7.8cvs11
10705                 see ChangeLog 2002-06-28
10706
10707 2002-06-28 [paul]       0.7.8claws30
10708
10709         * sync with 0.7.8cvs10
10710                 see ChangeLog 2002-06-27 and 2002-06-28
10711
10712 2002-06-26 [paul]       0.7.8claws29
10713
10714         * src/addrgather.c
10715           src/selective_download.c
10716                 don't gettextise empty strings.
10717                 reserved by gettext. gettext("") returns 
10718                 the header entry with meta information, 
10719                 not the empty string
10720
10721         * po/en_GB.po
10722                 updated
10723
10724 2002-06-26 [paul]       0.7.8claws28
10725
10726         * sync with 0.7.8cvs7
10727                 see ChangeLog 2002-06-25
10728
10729         * src/prefs_common.c
10730                 ...and in the process, tweak the gui a little
10731
10732 2002-06-25 [alfons]     0.7.8claws27
10733         
10734         * configure.in
10735         * src/Makefile.am
10736                 fine tune ldap library detection
10737
10738 2002-06-25 [alfons]     0.7.8claws26
10739
10740         * src/compose.c
10741                 don't allow return receipts when composing a news article
10742
10743 2002-06-25 [paul]       0.7.8claws25
10744
10745         * Makefile.am
10746                 add '$(AMTAR)' to 'release' section to allow for
10747                 new and older autotools
10748
10749 2002-06-25 [paul]       0.7.8claws24
10750
10751         * src/summaryview.c
10752                 fix "No more unread messages" persistant pop-up
10753                 window bug
10754
10755 2002-06-25 [paul]       0.7.8claws23
10756
10757         * po/it.po
10758                 updated by Alessandro Maestri
10759
10760 2002-06-25 [paul]       0.7.8claws22
10761
10762         * sync with 0.7.8cvs6
10763                 see ChangeLog 2002-06-25
10764
10765 2002-06-24 [paul]       0.7.8claws21
10766
10767         * tools/update-po
10768                 add GPL copyright information
10769
10770 2002-06-24 [paul]       0.7.8claws20
10771
10772         * tools/Makefile.am
10773           tools/README
10774           tools/update-po       ** NEW FILE **
10775                 add script that eases the creation of *.po files
10776                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10777
10778 2002-06-23 [alfons]     0.7.8claws19
10779
10780         * src/messageview.c
10781                 make notification_convert_header obey const correctness
10782                 (next step will be fixing the broken return receipt)
10783
10784 2002-06-23 [paul]       0.7.8claws18
10785
10786         * src/messageview.c
10787                 fix bug introduced in last commit:
10788                 removed too much code in last commit - put back what's
10789                 needed
10790
10791 2002-06-23 [paul]       0.7.8claws17
10792
10793         * src/messageview.[ch]
10794                 remove code committed in error from locally patched
10795                 source
10796
10797 2002-06-23 [colin]      0.7.8claws16
10798
10799         * src/compose.[ch]
10800                 add compose_entry_select(), used to select the default_to
10801                 email address - hopefully avoiding people sending mails to
10802                 wrong recipients.
10803
10804 2002-06-22 [alfons]     0.7.8claws15
10805
10806         * AUTHORS
10807                 add Bram Metsch & Stanislav Karchebny
10808         * src/smtp.[ch]
10809         * src/prefs_account.[ch]
10810         * src/send.c
10811                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10812                   options.  (see <http://sourceforge.net/tracker/index.php
10813                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10814
10815                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10816                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10817
10818 2002-06-22 [paul]       0.7.8claws14
10819
10820         * sync with 0.7.8cvs5
10821                 see ChangeLog 2002-06-19 and 2002-06-20
10822
10823 2002-06-22 [alfons]     0.7.8claws13
10824
10825         * src/selective_download.c
10826                 fix a stupid mistake I made
10827
10828 2002-06-22 [alfons]     0.7.8claws12
10829
10830         * src/selective_download.[ch]
10831                 fix another unnoticed leak; cleanup code
10832
10833 2002-06-21 [alfons]
10834
10835         * tools/Makefile.am
10836                 gpg-sign <-- gpg-sign-syl
10837
10838 2002-06-21 [alfons]     0.7.8claws11
10839
10840         * src/selective_download.c
10841         * src/selective_download.h
10842                 fix assorted mix of allocation errors (should solve
10843                 problem reported by Philippe Gramoullé, see:
10844                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10845
10846 2002-06-20 [melvin]     0.7.8claws10
10847
10848         * tools/gpg-sign *REMOVED*
10849           tools/gpg-sign-syl *ADDED*
10850                 Replaced the gpg clearsigning script with the version using
10851                 xterm instead of ssh-askpass and changed its name.
10852
10853         * README.claws
10854                 Updated actions example to reflect the renaming of the
10855                 gpg clearsigning script.
10856
10857 2002-06-19 [paul]       0.7.8claws9
10858
10859         * sync with 0.7.8claws9
10860                 see ChangeLog 2002-06-18 and 2002-06-19
10861
10862 2002-06-19 [paul]       0.7.8claws8
10863
10864         * sync with 0.7.8cvs1
10865                 see ChangeLog 2002-06-18
10866
10867 2002-06-18 [alfons]     0.7.8claws7
10868
10869         * src/mainwindow.h
10870                 add omitted prototype
10871
10872 2002-06-17 [paul]       0.7.8claws6
10873
10874         * src/mainwindow.c
10875                 fix hiding of exec_btn
10876
10877 2002-06-17 [paul]       0.7.8claws5
10878
10879         * src/pop.c
10880                 remove unneeded code: should_delete() 
10881                 and Pop3State::uidl_todelete_list
10882
10883 2002-06-17 [paul]       0.7.8claws4
10884
10885         * sync with 0.7.8
10886                 see ChangeLog 2002-06-11 and 2002-06-13
10887
10888 2002-06-16 [alfons]     0.7.8claws3
10889         
10890         * src/folder.c
10891                 make sure lock sort mode (claws specific) is
10892                 also persists after a tree rescan
10893
10894 2002-06-16 [alfons]     0.7.8claws2
10895
10896         * src/prefs_folder_item.c
10897         * src/folder.[ch]
10898                 fix persistence of folder sort mode (broken
10899                 by adapting Hiro's new folder persistence code)
10900
10901 2002-06-16 [alfons]     0.7.8claws1
10902
10903         * AUTHORS
10904         * src/logwindow.c
10905         * src/prefscommon.[ch]
10906                 control size of log text in log window; 
10907                 closes patch #569155 submitted by Mitko Haralanov.
10908
10909 2002-06-15 [paul]       0.7.8claws
10910
10911         * release of 0.7.8claws
10912
10913 2002-06-15 [paul]       0.7.7claws
10914
10915         * po/pt_BR.po
10916                 updated by Fabio Junior Beneditto
10917
10918 2002-06-14 [paul]       0.7.6claws49
10919
10920         * po/es.po
10921                 updated by Ricardo Mones Lastra
10922
10923 2002-06-14 [paul]       0.7.6claws48
10924
10925         * po/nl.po
10926                 updated translation by Wilbert Berendsen
10927
10928 2002-06-14 [melvin]     0.7.6claws47
10929
10930         * po/fr.po
10931                 Updated French translation
10932
10933 2002-06-13 [paul]       0.7.6claws46
10934
10935         * src/filesel.c
10936                 allow filename to be typed in, rather than just
10937                 selected by the mouse. Patch by Gustavo Noronha Silva.
10938
10939 2002-06-13 [alfons]     0.7.6claws45
10940
10941         * src/mainwindow.[ch]
10942                 more cleanups (removing unnecessary menu items Expand 
10943                 summary / message view)
10944
10945 2002-06-13 [melvin]     0.7.6claws44
10946
10947         * po/POTFILES.in
10948                 Added src/string_match.c
10949         * src/string_match.c
10950                 Fixed possible buffer overflow.
10951                 Corrected typo.
10952                 Added missing config.h header.
10953         * src/prefs_common.c
10954           src/prefs_matcher.c
10955           src/prefs_scoring.c
10956                 Made some strings translatable (missing _(..)).
10957
10958 2002-06-13 [melvin]     0.7.6claws43
10959
10960         * README.claws
10961                 Corrected action example (verifying clearsigned mail).
10962         * src/prefs_account.c
10963                 Corrected typo.
10964         * src/prefs_common.c
10965                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10966
10967 2002-06-12 [alfons]     0.7.6claws42
10968
10969         * src/summaryview.c
10970                 add init of score column lost in 0.7.6claws42
10971
10972 2002-06-12 [paul]       0.7.6claws41
10973
10974         * src/prefs_account.c
10975                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10976                 behavior of the radio buttons, (from 0.7.7cvs2)
10977
10978 2002-06-11 [alfons]     0.7.6claws40
10979
10980         * src/messageview.[ch]
10981         * src/summaryview.[ch]
10982         * src/summary_search.c
10983         * src/mainwindow.c
10984                 perform a sync to bring in Hiro's separate view implementation 
10985
10986                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10987
10988 2002-06-11 [paul]       0.7.6claws39
10989         
10990         * src/prefs_account.c
10991                 correct a typo on the Receive tab
10992
10993 2002-06-10 [match]      0.7.6claws38
10994
10995         * src/addressbook.c
10996                 Included address completion patch from Gustavo Noronha.
10997
10998 2002-06-10 [paul]       0.7.6claws37
10999
11000         * src/inc.[ch]
11001           src/pop.c
11002           src/prefs_account.[ch]
11003           src/selective_download.[ch]
11004                 apply PATCH #561712
11005                  NEW:
11006                 - check if POP Account
11007                 - Receive Button renamed to Preview
11008                 - Preview Button Popup: preview new/all messages
11009                 - Download Button
11010                 - Account Preferences-->Receive tab checkbutton if you
11011                   want to remove Mail after Download
11012                 -: default YES
11013                 - Account Preferences-->Receive tab checkbutton use
11014                   filtering rules on preview
11015                   (think of delete_on_server)
11016                 -: default YES
11017                 - Account selectable from SD dialog
11018                 - checkbutton to show already downloaded messages if
11019                   all messages are previewed
11020                 - new clist column showing Date
11021                 - ESC KEY close
11022                 FIXES:
11023                 - play ball with UIDL
11024                 - fault tolerant (?) 
11025                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11026
11027 2002-06-10 [melvin]     0.7.6claws36
11028
11029         * README.claws
11030                 Added a hint to ac/README in cvs instructions.
11031
11032         * src/prefs_actions.c
11033                 Made it possible to use a more elaborate command line
11034                 for asynchronous actions, too.
11035
11036 2002-06-10 [melvin]     0.7.6claws35
11037         
11038         * src/prefs_actions.c
11039                 Make it possible to use a more elaborate command line
11040                 (e.g. |foo|bar|cat>there;echo Done|)
11041                 Corrected error message when calling %f, %F and %p commands
11042                 from the compose window.
11043
11044 2002-06-09 [colin]      0.7.6claws34
11045
11046         * src/summaryview.c
11047                 Automatically find unread messages in current folder
11048                 before annoying the user.
11049
11050 2002-06-08 [alfons]     0.7.6claws33
11051
11052         * po/it.po
11053                 remove bad formatting string in it.po translation
11054                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11055
11056 2002-06-08 [paul]       0.7.6claws32
11057
11058         * sync with 0.7.6cvs25
11059                 see ChangeLog 2002-06-07
11060
11061 2002-06-05 [paul]       0.7.6claws31
11062
11063         * src/mainwindow.c
11064                 add 'Sort by locked' and 'Sort by score'
11065
11066 2002-06-05 [paul]       0.7.6claws30
11067
11068         * sync with 0.7.6cvs24
11069                 see ChangeLog 2002-06-04
11070
11071 2002-06-04 [paul]       0.7.6claws29
11072
11073         * po/pt_BR.po
11074                 updated by Fabio Junior Beneditto
11075
11076 2002-06-03 [thorsten]   0.7.6claws28
11077
11078         * src/matcher.c
11079                 fclose() matcherrc after reading
11080
11081 2002-06-03 [paul]       0.7.6claws27
11082
11083         * sync with 0.7.6cvs21
11084                 see ChangeLog 2002-05-31
11085
11086 2002-05-31 [paul]       0.7.6claws26
11087
11088         * sync with 0.7.6cvs20
11089                 see ChangeLog 2002-05-29 and 2002-05-30
11090
11091 2002-05-31 [paul]       0.7.6claws25
11092
11093         * src/imap.c
11094                 hopefully fix last buggy sync
11095
11096         * README.claws
11097                 correct typo in 'Actions' examples
11098
11099 2002-05-29 [paul]       0.7.6claws24
11100
11101         * sync with 0.7.6cvs18
11102                 see ChangeLog 2002-05-28 and 2002-05-29
11103
11104         * src/news.c
11105           src/nntp.[ch]
11106                 sync with above 
11107
11108 2002-05-28 [paul]       0.7.6claws23
11109
11110         * sync with 0.7.6cvs16
11111                 see ChangeLog 2002-05-28
11112
11113 2002-05-27 [thorsten]   0.7.6claws22 
11114
11115         * faq/it/sylpheed-faq-1.html
11116           faq/it/sylpheed-faq-2.html
11117           faq/it/sylpheed-faq-3.html
11118           faq/it/sylpheed-faq.html
11119                 corrected DOS lineendings
11120         * faq/de/sylpheed-faq-1.html
11121           faq/de/sylpheed-faq-2.html
11122           faq/en/sylpheed-faq-1.html
11123           faq/en/sylpheed-faq-2.html
11124           faq/en/sylpheed-faq-3.html
11125           faq/es/sylpheed-faq-1.html
11126           faq/es/sylpheed-faq-2.html
11127           faq/es/sylpheed-faq-3.html
11128           faq/fr/sylpheed-faq-1.html
11129           faq/it/sylpheed-faq-1.html
11130           faq/it/sylpheed-faq-2.html
11131           faq/it/sylpheed-faq-3.html
11132           faq/it/sylpheed-faq.html
11133                 changed ">" to &quot;
11134
11135 2002-05-27 [paul]       0.7.6claws21
11136         
11137         * sync with 0.7.6cvs15
11138                 see ChangeLog 2002-05-27
11139
11140 2002-05-27 [paul]       0.7.6claws20
11141
11142         * src/prefs_account.c
11143                 correct a typo
11144
11145 2002-05-26 [paul]       0.7.6claws19
11146
11147         * tools/README
11148                 correct a typo
11149
11150 2002-05-25 [paul]       0.7.6claws18
11151
11152         * tools/README
11153                 add description of kmail2sylpheed.pl
11154
11155 2002-05-25 [paul]       0.7.6claws17
11156
11157         * tools/kmail2sylpheed.pl       ** NEW FILE **
11158                 perl script that converts an exported Kmail address
11159                 book, converts it to sylpheed addressbook file,
11160                 writes the file to .sylpheed, and updates
11161                 addrbook--index.xml 
11162
11163 2002-05-25 [paul]       0.7.6claws16
11164
11165         * sync with 0.7.6cvs14
11166                 see ChangeLog 2002-05-23
11167
11168 2002-05-24 [paul]       0.7.6claws15
11169
11170         * README.claws
11171                 make a correction and add some more info
11172
11173 2002-05-24 [paul]       0.7.6claws14
11174
11175         * src/compose.c
11176                 fix memory leak in 
11177                 compose_redirect_write_headers_from_headerlist()
11178                 add Subject and Resent-Message-ID to
11179                 compose_redirect_write_headers()
11180                 Received, Subject, and X-UIDL are filtered out in 
11181                 compose_redirect_write_to_file()
11182
11183 2002-05-23 [paul]       0.7.6claws13
11184
11185         * src/compose.[ch]
11186           src/filtering.c
11187           src/mainwindow.c
11188           src/matcher.[ch]
11189           src/matcher_parser_lex.l
11190           src/matcher_parser_parse.y
11191           src/prefs_common.[ch]
11192           src/prefs_filtering.c
11193           src/summaryview.c
11194                 rename 'Bounce' to 'Redirect'
11195
11196 2002-05-23 [paul]       0.7.6claws12
11197
11198         * more sync with 0.7.6cvs13
11199           src/compose.c
11200                 see ChangeLog 2002-05-22
11201
11202 2002-05-22 [paul]       0.7.6claws11
11203
11204         * sync with 0.7.6cvs13
11205           src/codeconv.c
11206                 see ChangeLog 2002-05-20
11207           src/prefs_common.c
11208                 see ChangeLog 2002-05-22
11209
11210 2002-05-21 [melvin]     0.7.6claws10
11211
11212         * src/folderview.c
11213                 Added missing filtering and scoring headers
11214                 Fixed bad function call that showed garbage 
11215                 in Folder->Processing
11216
11217 2002-05-21 [paul]       0.7.6claws9
11218
11219         * tools/Makefile.am
11220                 make all tools executable, (patch by Alfons).
11221
11222 2002-05-20 [alfons]     0.7.6claws8
11223
11224         * src/procheader.c
11225                 don't forget to call mktime() so we have a valid week 
11226                 and year day
11227                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11228
11229 2002-05-20 [paul]       0.7.6claws7
11230
11231         * src/html.c
11232                 fix broken parsing of urls
11233         * src/textview.c
11234                 fix displaying of urls
11235
11236                 both fixes from the patch [547855] by Eugene 
11237                 Brevdo (zonem)
11238
11239 2002-05-19 [alfons]     0.7.6claws6
11240
11241         * configure.in
11242                 make sylpheed configure correctly with the latest
11243                 and greatest of automake / autoconf / gettext
11244
11245 2002-05-19 [alfons]     0.7.6claws5
11246
11247         * src/procheader.c
11248         * src/procheader.h
11249                 add function for returning ime zone offset
11250         * src/quote_fmt.c
11251         * src/quote_fmt_parse.y
11252                 better quotation formatting - does not convert
11253                 to local time, but uses the original date string.
11254                 
11255                 Note: %z inserts the timezone offset (should 
11256                 work also on platforms where strftime does not
11257                 support %z).
11258
11259 2002-05-18 [christoph]  0.7.6claws4
11260
11261         * src/summaryview.c
11262                 fix indentation of some code
11263         * tools/Makefile.am
11264                 fix spaces after \
11265         * src/Makefile.am
11266                 add missing \
11267                 correct path for ignorethread.xpm
11268                 incorrect filename for sylpheed_logo.xpm
11269                 add missing include matcher_parser_parse.h
11270
11271 2002-05-18 [paul]       0.7.6claws3
11272
11273         * sync with 0.7.6cvs8
11274                 see ChangeLog 2002-05-16 and 2002-05-17
11275
11276 2002-05-18 [melvin]     0.7.6claws2
11277
11278         * README.claws
11279                 Corrected an action's definition and fixed some misspellings.
11280
11281 2002-05-18 [paul]       0.7.6claws1
11282
11283         * tools/Makefile.am
11284           tools/gpg-sign        ** new file **
11285           tools/uudec           ** new file **
11286                 add Melvin's Actions scripts
11287
11288         * README.claws
11289                 add Melvin's descriptions for Actions
11290
11291 2002-05-18 [paul]       0.7.6claws
11292
11293         * Version 0.7.6claws released
11294
11295 2002-05-17 [paul]       0.7.5claws32
11296
11297         * po/es.po
11298                 updated by Ricardo Mones Lastra
11299
11300 2002-05-17 [paul]       0.7.5claws31
11301
11302         * src/compose.c
11303                 fix Account prefs default folder for sent/draft/deleted
11304                 messages bug
11305
11306         * po/it.po
11307           po/nl.po
11308                 updated translation by Alessandro Maestri and
11309                 Wilbert Berendsen
11310
11311 2002-05-17 [melvin]     0.7.5claws30
11312
11313         * src/prefs_actions.c
11314                 Fixed bug where using %F not at the end of the command 
11315                 resulted in an additional empty argument being created.
11316                 Thanks to Darko Koruga for reporting the bug.
11317
11318 2002-05-17 [melvin]     0.7.5claws29
11319
11320         * po/fr.po
11321                 Updated French translations.
11322
11323 2002-05-15 [paul]       0.7.5claws28
11324         
11325         * po/es.po
11326                 updated by Ricardo Mones Lastra
11327
11328 2002-05-15 [paul]       0.7.5claws27
11329
11330         * sync with 0.7.6cvs4
11331                 see ChangeLog 2002-05-14 and 2002-05-15
11332
11333 2002-05-14 [paul]       0.7.5claws26
11334
11335         * sync with 0.7.6cvs1
11336                 see ChangeLog 2002-05-13
11337
11338 2002-05-13 [thorsten]   0.7.5claws25
11339
11340         * src/messageview.c
11341                 fix select_all and copy in multipart messages
11342         * src/mainwindow.c
11343                 fix select_all and copy in multipart messages
11344
11345 2002-05-12 [paul]       0.7.5claws24
11346
11347         * src/summaryview.c
11348                 reverse last commit, bug already fixed in 0.7.5claws3
11349
11350 2002-05-12 [netztorte]  0.7.5claws23
11351
11352         * src/summaryview.c
11353                 dont parse empty addressbook (checked in before claws20)
11354
11355 2002-05-12 [melvin]     0.7.5claws22
11356
11357         * src/procmsg.[ch]
11358                 Removed unneeded priority code introduced by the previous 
11359                 commit.
11360
11361 2002-05-12 [melvin]     0.7.5claws21
11362
11363         * src/compose.[ch]
11364                 Added possibility to set message's priority.
11365         * src/procmsg.[ch]
11366                 Added possibility to set message's priority.
11367                 Added missing headers
11368
11369 2002-05-12 [melvin]     0.7.5claws20
11370
11371         * src/prefs_actions.c
11372                 Removed implicitely added quotes around the name
11373                 of the temporary files of mime parts.
11374
11375 2002-05-12 [paul]       0.7.5claws19
11376
11377         * sync with 0.7.5cvs20
11378                 see ChangeLog 2002-05-11
11379
11380 2002-05-12 [alfons]     0.7.5claws18
11381
11382         * src/quote_fmt_lex.l
11383         * src/quote_fmt_parse.y
11384                 allow quote / reply date & time format to be set using
11385                 %D{format}. format is a format string you'd pass to
11386                 strftime() (see man strftime, or the Display tab |
11387                 Date format setting).
11388
11389                 Currently %D converts the date to local time. 
11390
11391 2002-05-11 [paul]       0.7.5claws17
11392
11393         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11394                 see ChangeLog 2002-05-10 and 2002-05-11
11395
11396 2002-05-10 [paul]       0.7.5claws16
11397
11398         * sync with 0.7.5cvs16
11399                 see ChangeLog entries 2002-05-09 and 
11400                 2002-05-10
11401
11402 2002-05-10 [colin]      0.7.5claws15
11403
11404         * src/textview.c
11405                 Corrected a bug that prevented sylpheed to open
11406                 double-clicked URIs.
11407
11408 2002-05-09 [paul]       0.7.5claws14
11409
11410         * sync with 0.7.5cvs14
11411                 see ChangeLog 2002-05-08 and 2002-05-09
11412
11413 2002-05-08 [paul]       0.7.5claws13
11414
11415         * sync with 0.7.5cvs11
11416                 see ChangeLog entry 2002-05-08
11417
11418 2002-05-08 [paul]       0.7.5claws12
11419
11420         * src/mainwindow.c
11421           src/textview.[ch]
11422                 fix segfault on View->Open in new window
11423                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11424
11425 2002-05-07 [paul]       0.7.5claws11
11426
11427         * sync with 0.7.5cvs9
11428                 see ChangeLog entry 2002-05-07
11429
11430 2002-05-06 [paul]       0.7.5claws10
11431
11432         * src/messageview.c
11433           src/textview.c
11434                 display url in statusbar on single-click
11435                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11436
11437 2002-05-06 [match]      0.7.5claws9
11438
11439         * src/addritem.[ch]
11440                 new functions.
11441         * src/addrcache.c
11442                 tidy up.
11443         * src/xmlprops.[ch]
11444                 XML implementation of properties file.
11445         * src/exporthtml.[ch]
11446         * src/expthtmldlg.[ch]
11447         * src/addressbook.c
11448                 export to HTML.
11449
11450 2002-05-02 [sergey]     0.7.5claws8
11451
11452         * src/mainwindow.c (mainwin_entries),
11453           src/prefs_common.c (prefs_send_create()),
11454           src/codeconv.c (locale_table):
11455                 use charset name "Windows-1251" instead of "CP1251".
11456
11457 2002-05-02 [colin]      0.7.5claws7
11458         
11459         * src/compose.c
11460           src/prefs_common.c
11461           src/prefs_folder_item.c
11462                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11463
11464 2002-05-02 [hiro]       0.7.5claws6
11465
11466         * src/imap.c
11467                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11468
11469 2002-05-02 [paul]       0.7.5claws5
11470
11471         * src/compose.c
11472                 more sync with 0.7.5cvs7, see ChangeLog entry
11473                 2002-05-02
11474
11475 2002-05-02 [hiro]       0.7.5claws4
11476
11477         * src/compose.c
11478                 compose_queue_sub():
11479                 check if queue folder exists (closes #550397).
11480                 removed directory creation since it should be handled
11481                 transparently.
11482         * src/imap.c
11483                 imap_add_msg(): return UID for appended message
11484                 (closes #548842).
11485
11486 2002-04-30 [paul]       0.7.5claws3
11487
11488         * src/summaryview.c
11489                 fix account_find_from_address() bug
11490
11491 2002-04-28 [colin]      0.7.5claws2
11492
11493         * src/compose.c
11494           src/textview.c
11495           src/prefs_common.[ch]
11496           src/utils.[ch]
11497                 Added user-definable quotation characters recognition.
11498
11499 2002-04-28 [paul]       0.7.5claws1
11500
11501         * sync with 0.7.5cvs4
11502                 see ChangeLog entry  2002-04-25
11503
11504 2002-04-28 [paul]       0.7.5claws
11505
11506         * po/es.po
11507           po/nl.po
11508           po/pt_BR.po
11509                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11510                 Fabio Junior Beneditto
11511
11512 2002-04-27 [jens]       0.7.4claws103
11513
11514         * po/de.po
11515                 updated German translation.
11516
11517 2002-04-27 [hiro]       0.7.4claws102
11518
11519         * src/summaryview.c
11520                 summary_write_cache(): fixed the mark loss of hidden messages.
11521
11522 2002-04-26 [melvin]     0.7.4claws101
11523
11524         * src/procmsg.c
11525                 fixed a second typo (same one)
11526         * po/fr.po
11527           po/it.po
11528           po/pt_BR.po
11529                 fixed the type again...
11530
11531 2002-04-26 [melvin]     0.7.4claws100
11532
11533         * src/procmsg.c
11534                 fixed a typo in an alert message ("temorary").
11535         * po/it.po
11536         * po/pt_BR.po
11537                 corrected the typo  described above.
11538         * po/fr.po
11539                 updated French translation.
11540
11541 2002-04-26 [darko]      0.7.4claws99
11542
11543         * src/summaryview.c
11544                 fix target folder colorization
11545
11546 2002-04-25 [paul]       0.7.4claws98
11547
11548         * po/it.po
11549                 updated by Alessandro Maestri
11550
11551 2002-04-24 [colin]      0.7.4claws97
11552         
11553         * src/compose.c
11554                 Fixed double "subject is empty" question.
11555
11556 2002-04-23 [colin]      0.7.4claws96
11557         
11558         * src/mimeview.c
11559                 Corrected issue when "automatically display images" was
11560                 not set : first image remained after selecting second.
11561
11562 2002-04-23 [melvin]     0.7.4claws95
11563
11564         * src/prefs_actions.c
11565                 Don't display in/out dialog if there is nothing to show.
11566
11567 2002-04-23 [paul]       0.7.4claws94
11568
11569         * sync with 0.7.5cvs3
11570                 bug fixes: see ChangeLog entry 2002-04-23
11571
11572 2002-04-22 [darko]      0.7.4claws93
11573
11574         * src/compose.c
11575                 fix previous check-in which changed code after
11576                 merge from main
11577
11578 2002-04-22 [paul]       0.7.4claws92
11579
11580         * faq/de/*
11581                 add German FAQ
11582         * faq/en/*
11583           faq/es/*
11584           faq/fr/*
11585                 update English, Spanish and French FAQs
11586         * manual/de/*
11587           manual/es/*
11588                 add German and Spanish manuals
11589         * manual/en/*
11590           manual/fr/*
11591                 update English and French manuals
11592
11593         * src/Makefile.am
11594                 add to and re-arrange the pixmap entries
11595
11596 2002-04-22 [darko]      0.7.4claws91
11597
11598         * src/compose.c
11599                 fix sender initials recognition to only allow
11600                 '>' after the initials
11601
11602 2002-04-21 [paul]       0.7.4claws90
11603
11604         * sync with 0.7.5 release
11605                 see ChangeLog entry 2002-04-21
11606
11607 2002-04-21 [alfons]
11608
11609         * src/Makefile.am
11610                 add colin's new pixmaps to EXTRA_DIST
11611
11612 2002-04-21 [colin]      0.7.4claws89
11613         * src/compose.c
11614         * src/inc.c
11615         * src/mainwindow.[ch]
11616         * src/prefs_common.[ch]
11617         * src/stock_pixmap.[ch]
11618                 Added "Work offline" ability.
11619
11620 2002-04-21 [colin]      0.7.4claws88
11621         
11622         * src/mimeview.c
11623         * src/prefs_common.c
11624         * src/prefs_common.h
11625         * src/textview.c : Added an option to common preferences -> display
11626           to allow user not to automatically display images.
11627
11628 2002-04-21 [paul]       0.7.4claws87
11629
11630         * sync with 0.7.4cvs52
11631                 see ChangeLog entry 2002-04-21 (src/imap.c)
11632
11633 2002-04-21 [paul]       0.7.4claws86
11634
11635         * sync with 0.7.4cvs51
11636                 see ChangeLog entry 2002-04-21
11637
11638 2002-04-21 [paul]       0.7.4claws85
11639
11640         * sync with 0.7.4cvs49
11641                 see ChangeLog entries 2002-04-20 and 2002-04-21
11642
11643         * src/Makefile.am
11644                 clean up: remove old 'stock_' element from xpm 
11645                 filenames.
11646
11647 2002-04-21 [alfons]     0.7.4claws84
11648
11649         apply sync patch from Paul
11650
11651         * src/folderview.c
11652                 use old claws prefs_folder_item_create() for now
11653
11654 2002-04-19 [match]      0.7.4claws83
11655
11656         * src/addressbook.[ch]
11657         * src/addrharvest.[ch]
11658         * src/addrgather.[ch]
11659                 recurse folders.
11660         * src/mainwindow.c
11661         * src/summaryview.[ch]
11662                 change menu option.
11663
11664 2002-04-19 [paul]       0.7.4claws82
11665
11666         * po/pt_BR.po
11667                 updated by Fabio Junior Beneditto
11668
11669 2002-04-14 [alfons]     0.7.4claws81
11670
11671         * src/passphrase.c
11672                 add #include <sys/types.h> for mode_t and off_t 
11673
11674 2002-04-13 [paul]       0.7.4claws80
11675         
11676         * src/main.c
11677           src/passphrase.[ch]
11678           src/pgptext.c
11679           src/prefs_common.[ch]
11680           src/rfc2015.c
11681                 enable storing of GnuPG passphrase for the whole 
11682                 session or a user-defined number of minutes. patch 
11683                 submitted by Ravemax <ravemax@dextrose.com>
11684
11685 2002-04-13 [alfons]     0.7.4claws79
11686
11687         * src/textview.c
11688                 make email parser also stop scanning when encountering separators
11689                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11690
11691 2002-04-13 [paul]       0.7.4claws78
11692
11693         * sync with 0.7.4cvs39
11694                 see ChangeLog entry 2002-04-12
11695
11696 2002-04-11 [paul]       0.7.4claws77
11697
11698         * sync with 0.7.4cvs37
11699                 see ChangeLog entry 2002-04-11
11700
11701 2002-04-11 [paul]       0.7.4claws76
11702
11703         * COPYING 
11704                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11705                 the clause for OpenSSL). sync with sylpheed main
11706
11707 2002-04-09 [melvin]     0.7.4claws75
11708
11709         * src/compose.c
11710                 Made 'Ctrl-Enter' on send ignore some modifiers 
11711                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11712                 to bind other *-Enter (but not Alt-Enter).
11713
11714 2002-04-09 [paul]       0.7.4claws74
11715
11716         * sync with 0.7.4cvs35
11717                 see ChangeLog entries 2002-04-09
11718
11719 2002-04-08 [paul]       0.7.4claws73
11720
11721         * sync with 0.7.4cvs33
11722                 see ChangeLog entry 200-04-08
11723
11724 2002-04-07 [match]      0.7.4claws72
11725
11726         * src/addrharvest.[ch]
11727                 fixed to read all addresses in header, regardless
11728                 of header size. improved name parsing. accommodate
11729                 harvest from folders and selected message.
11730         * src/addritem.[ch]
11731                 included new address parsing function.
11732         * src/addrgather.[ch]
11733         * src/addressbook.[ch]
11734         * src/summaryview.[ch]
11735         * src/mainwindow.c
11736                 allow address harvest of folder as well as selected
11737                 messages.
11738
11739 2002-04-07 [paul]       0.7.4claws71
11740
11741         * src/esmtp.[ch]
11742           src/smtp.c
11743                 don't try to authenticate with CRAM-MD5 in SMTP when 
11744                 SMTP-AUTH enabled if MTA doesn't issue this 
11745                 auth-method in it's ehlo-response. bug item #531364,
11746                 patch item #938910. patch submitted by Colin Leroy 
11747                 <colin@colino.net>
11748
11749 2002-04-07 [paul]       0.7.4claws70
11750
11751         * src/nntp.c
11752                 fix missing MODE_READER bug. patch submitted by
11753                 Colin Leroy <colin@colino.net>
11754
11755 2002-04-07 [alfons]     0.7.4claws69
11756
11757         * src/matcher.[ch]
11758         * src/prefs_filtering.c
11759         * src/summaryview.c
11760                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11761                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11762
11763 2002-04-07 [paul]       0.7.4claws68
11764
11765         * sync with 0.7.4cvs32
11766                 see ChangeLog entry 2002-04-06
11767
11768         * tools/filter_conv.pl
11769                 more bug fixes
11770
11771 2002-04-06 [paul]       0.7.4claws67
11772
11773         * tools/filter_conv.pl
11774                 modify to be able to find the name of the first
11775                 mailbox and use that. main's filter does not
11776                 record the full path to the mailbox and therefore
11777                 can only filter to the first mailbox.
11778
11779 2002-04-05 [paul]       0.7.4claws66
11780
11781         * tools/filter_conv.pl
11782                 attempt to make the script all-encompassing and
11783                 be able to convert any main 'filter' rule thrown
11784                 at it
11785
11786 2002-04-05 [paul]       0.7.4claws65
11787
11788         * tools/filter_conv.pl
11789                 allow for collapsed folder trees
11790
11791 2002-04-05 [paul]       0.7.4claws64
11792
11793         * sync with 0.7.4cvs31
11794                 see ChangeLog entries 2002-04-05
11795
11796 2002-04-03 [paul]       0.7.4claws63
11797
11798         * sync with 0.7.4cvs29
11799                 see ChangeLog entries 2002-04-02 and 2002-04-03
11800
11801 2002-04-02 [paul]       0.7.4claws62
11802
11803         * sync with 0.7.4cvs26
11804                 see ChangeLog entry 2002-04-01
11805
11806 2002-04-02 [match]      0.7.4claws61
11807
11808         * src/pine.[ch]
11809         * src/importpine.[ch]
11810         * src/addressbook.c
11811                 import Pine address book.
11812
11813 2002-04-02 [match]      0.7.4claws60
11814
11815         * src/addrharvest.[ch]
11816                 improve address parsing of funky addresses.
11817
11818 2002-04-02 [darko]      0.7.4claws59
11819
11820         * src/compose.c
11821                 wrap on send improvements, it now recognizes quoted
11822                 initials as part of the quotation string, and it
11823                 does not join lines separated by CR
11824
11825 2002-04-01 [match]      0.7.4claws58
11826
11827         * src/mgutils.[ch]
11828                 added new functions.
11829         * src/mutt.[ch]
11830                 remove excessive duplicate address generation
11831                 on import.
11832
11833 2002-04-01 [alfons]     0.7.4claws57
11834         
11835         * src/summaryview.c
11836                 put back g_free() 
11837
11838 2002-04-01 [paul]       0.7.4claws56
11839
11840         * sync with 0.7.4cvs25
11841                 see ChangeLog entry 2002-04-01
11842
11843 2002-04-01 [alfons]     0.7.4aprilfool55
11844
11845         * src/summaryview.c
11846                 honour feature request item #537427 to allow for
11847                 displaying names from address book for sent mail also
11848
11849 2002-03-29 [paul]       0.7.4claws54
11850
11851         * src/mainwindow.c
11852           src/prefs_filtering.[ch]
11853           src/prefs_matcher.c
11854           src/summaryview.c
11855                 add 'fast filter' for claws' filtering,
11856                 /Tools/Create filter rule/... patch submitted
11857                 by Neill Miller <neillm@thecodefactory.org>
11858
11859 2002-03-29 [paul]       0.7.4claws53
11860
11861         * sync with 0.7.4cvs24
11862                 see ChangeLog entry 2002-03-29
11863
11864 2002-03-28 [paul]       0.7.4claws52
11865
11866         * sync with 0.7.4cvs23
11867                 see ChangeLog entry 2002-03-28
11868
11869 2002-03-27 [melvin]     0.7.4claws51
11870
11871         * src/prefs_actions.c
11872                 Added support to pass only one message part (as a
11873                 file) to the command using '%p'. No quotes are needed
11874                 because doubles quotes are automatically added.
11875                 Fixed bug where Sylpheed could block when waiting for
11876                 a child process to finish.
11877                 Changed the help menu to remove quotes around symbols to 
11878                 avoid misinterpretation (they must not be used).
11879
11880 2002-03-27 [melvin]     0.7.4claws50
11881
11882         * src/inc.c
11883                 Made the new mail notification command always 
11884                 execute asynchronously.
11885
11886 2002-03-27 [paul]       0.7.4claws49
11887
11888         * src/compose.c
11889                 fix bug introduced in last commit
11890
11891 2002-03-27 [paul]       0.7.4claws48
11892
11893         * sync with 0.7.4cvs21
11894                 see ChangeLog 2002-03-26 and 2002-03-27
11895
11896 2002-03-26 [hoa]        0.7.4claws47
11897
11898         * src/prefs_folder_item.c
11899                 really fixed the bug #516442 with folder rescan.
11900
11901 2002-03-26 [paul]       0.7.4claws46
11902
11903         * sync with 0.7.4cvs19
11904                 see ChangeLog entries 2002-03-25 and 2002-03-26
11905
11906 2002-03-25 [hoa]        0.7.4claws45
11907
11908         * src/matcher.c
11909         * src/mh.c
11910                 fix the bug #516442 with folder rescan.
11911
11912         * src/prefs_common.[ch]
11913         * src/compose.c
11914                 added an option to enable two different behaviours
11915                 for bounce.
11916
11917
11918 2002-03-25 [paul]       0.7.4claws44
11919
11920         * src/mainwindow.c
11921           src/selective_download.c
11922                 correct a few menuitem labels
11923
11924 2002-03-25 [christoph]  0.7.4claws43
11925
11926         * src/procmsg.c
11927                 fix non deleted tmp message in
11928                 procmsg_save_to_outbox
11929                 fix problems caused by sync with
11930                 main branch's procmsg_send_queue
11931
11932 2002-03-25 [paul]       0.7.4claws42
11933
11934         * src/quote_fmt.c
11935           src/quote_fmt_lex.l
11936           src/quote_fmt_parse.y
11937                 add Last name (%L) placeholder for quoting. 
11938                 patch submitted by Thorsten Thielen 
11939                 <thth@users.sourceforge.net>
11940
11941 2002-03-25 [paul]       0.7.4claws41
11942
11943         * src/utils.c
11944                 get full hostname. patch submitted by
11945                 Bob Woodside <rwoodside1@comcast.net>
11946
11947 2002-03-25 [paul]       0.7.4claws40
11948
11949         * src/account.c
11950           src/news.c
11951           src/nntp.[ch]
11952           src/prefs_account.[ch]
11953                 enable NNTP over SSL. patch submitted by
11954                 Pascal Jermini <pascal@infinity.hn.org>
11955
11956 2002-03-24 [paul]       0.7.4claws39
11957
11958         * src/prefs_common.c
11959                 make the arrangement of the Compose tab more
11960                 coherent
11961
11962         * src/mainwindow.c
11963                 fix some irregularities of style
11964
11965         * po/de.po
11966                 updated by Kilian Krause
11967
11968 2002-03-23 [paul]       0.7.4claws38
11969
11970         * po/pt_BR.po
11971                 updated by Fabio Junior Beneditto
11972
11973 2002-03-23 [paul]       0.7.4claws37
11974
11975         * src/mainwindow.c
11976                 move 'Gather addresses' to 'Tools' menu
11977                 make 'Selective download' sensitive
11978
11979 2002-03-23 [paul]       0.7.4claws36
11980
11981         * sync with 0.7.4cvs16
11982                 see ChangeLog entries 2002-03-23
11983
11984 2002-03-22 [christoph]  0.7.4claws35
11985
11986         * src/quote_fmt_parse.y
11987                 fix include program output
11988
11989 2002-03-22 [alfons]     0.7.4claws34
11990
11991         * src/pop.c
11992                 initialize GDate stack variable correctly (sorry!)
11993
11994 2002-03-22 [paul]       0.7.4claws33
11995
11996         * src/compose.c
11997           src/mainwindow.c
11998           src/prefs_actions.c
11999           src/prefs_common.c
12000                 rename 'Tool' to 'Tools'
12001
12002         * src/mainwindow.c
12003                 move 'Delete duplicated messages' from
12004                 'Message/' to 'Tools/'
12005                 re-arrange the order of 'Tools/' items
12006
12007 2002-03-22 [paul]       0.7.4claws32
12008
12009         * src/addr_compl.c
12010           src/addressbook.[ch]
12011                 auto-address completion now also matches on
12012                 Nickname. patch submitted by Bob Forsman 
12013                 <hammor@users.sourceforge.net>
12014
12015         * src/editaddress.c
12016                 correct a spelling mistake
12017
12018 2002-03-22 [alfons]     0.7.4claws31
12019
12020         * src/pop.c
12021                 fix getting uidl from incorrect string 
12022                 (spotted by Colin)
12023
12024 2002-03-21 [alfons]     0.7.4claws30
12025
12026         * src/pop.c
12027                 more code refactoring
12028                 plug mem leak introduced by delete on server
12029
12030 2002-03-21 [paul]       0.7.4claws29
12031
12032         * sync with 0.7.4cvs11
12033                 see ChangeLog entries 2002-03-20
12034
12035 2002-03-20 [alfons]     0.7.4claws28
12036
12037         * src/inc.c
12038                 apply Colin's patch and refactor
12039
12040 2002-03-20 [paul]       0.7.4claws27
12041
12042         * sync with sylpheed 0.7.4cvs9
12043                 see ChangeLog entry 2002-03-20
12044
12045 2002-03-19 [christoph]  0.7.4claws26
12046
12047         * src/mh.c
12048         * src/procmsg.[ch]
12049         * src/summaryview.c
12050                 revert changes for flag updates
12051                 (does not work correctly and no time to debug)
12052
12053 2002-03-20 [alfons]     0.7.4claws25
12054
12055         * src/pop.c
12056                 refactor should_delete() a little bit 
12057
12058 2002-03-19 [paul]       0.7.4claws24
12059
12060         * src/inc.[ch]
12061           src/pop.c
12062           src/prefs_account.[ch]
12063                 allow the user to leave downloaded mail on the 
12064                 server for n days. Patch submitted by Colin Leroy 
12065                 <colin@colino.net>
12066
12067 2002-02-19 [paul]       0.7.4claws23
12068
12069         * sync with sylpheed 0.7.4cvs8
12070                 see ChangeLog entries 2002-03-19
12071
12072 2002-03-18 [paul]       0.7.4claws22
12073
12074         * sync with sylpheed 0.7.4cvs6
12075                 see ChangeLog entry 2002-03-18
12076
12077 2002-03-18 [paul]       0.7.4claws21
12078
12079         * po/en_GB.po
12080                 add en_GB message catalogue
12081
12082         * src/mbox_folder.c
12083           src/prefs_account.c
12084           src/prefs_actions.c
12085                 correct a few spelling mistakes
12086
12087 2002-03-17 [alfons]     0.7.4claws20
12088
12089         * src/matcher.c
12090                 more stringent checks for NULL params when writing
12091                 filtering actions to a file
12092                 
12093 2002-03-17 [hoa]        0.7.3claws20
12094
12095         * src/news.c
12096                 fixed the count of new messages
12097
12098         * src/compose.c
12099                 fixed the "attachment properties" window
12100
12101 2002-03-17 [paul]       0.7.4claws19
12102
12103         * src/defs.h
12104           src/folder.h
12105           src/news.c
12106           src/prefs_account.[ch]
12107           src/procmsg.[ch]
12108           src/summaryview.c
12109                 automatically mark cross-posted messages as read 
12110                 and (optionally) give them a colour label
12111                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12112                 
12113
12114 2002-03-17 [paul]       0.7.4claws18
12115
12116         * sync with sylpheed 0.7.4cvs5
12117                 see ChangeLog entry 2002-03-17
12118
12119 2002-03-17 [melvin]     0.7.4claws17
12120         
12121         * src/textview.c
12122                 Worked around a gtktext 'bug': when searching for 
12123                 a text in a long message it was scrolling slowly
12124                 line by line until it hit the searched text.
12125         * po/fr.po
12126                 Updated French translation
12127
12128 2002-03-17 [melvin]     0.7.4claws16
12129
12130         * src/mainwindow.c
12131         * src/compose.c
12132         * src/prefs_actions.c
12133                 Moved "Edit/Actions" to "Tool/Actions"
12134                 Made mainwindow/compose window sensitive as soon as
12135                 no child process is running anymore even if the io dialog
12136                 is open.
12137                 Fixed a struct being initialized with a non constant char*
12138
12139 2002-03-16 [christoph]  0.7.4claws15
12140
12141         * configure.in
12142                 add --with-compiler-flags option
12143                 (only for developer hacking)
12144         * src/mh.c
12145         * src/procmsg.[ch]
12146         * src/summaryview.c
12147                 try to make folder-stats and flag handling more
12148                 independent from the summaryview. msgcounts
12149                 are only set when the folder is opened and
12150                 procmsg_msginfo_(un)set_flags will handle it
12151                 later and summaryview will get the values
12152                 from the folder.
12153
12154 2002-03-16 [paul]       0.7.4claws14
12155
12156         * src/messageview.c
12157                 fix Return-receipt. Patch submitted by Bob
12158                 Woodside <rwoodside1@comcast.net>
12159
12160 2002-03-16 [paul]       0.7.4claws13
12161
12162         * src/compose.c
12163                 fix 'dynamic' signatures, make it work again
12164                 broken during sync on 2002-03-14 (0.7.4claws2)
12165
12166 2002-03-15 [match]      0.7.4claws12
12167
12168         * src/addrharvest.[ch]
12169         * src/addrgather.[ch]
12170         * src/addressbook.[ch]
12171         * src/mainwindow.c
12172                 included address harvester feature. still some
12173                 issues with address parsing that I will fix.
12174
12175 2002-03-15 [match]      0.7.4claws11
12176
12177         * src/addrbook.[ch]
12178         * src/addrcache.[ch]
12179         * src/addressbook.[ch]
12180         * src/addrindex.c
12181         * src/editbook.c
12182         * src/importldif.c
12183         * src/importmutt.c
12184         * src/jpilot.[ch]
12185         * src/main.c
12186         * src/syldap.[ch]
12187         * src/vcard.[ch]
12188                 tidy up. fix memory leaks. moved attribs and methods
12189                 from individual interfaces to addrcache object. prep
12190                 for new stuff to come in.
12191
12192 2002-03-15 [alfons]     0.7.4claws10
12193
12194         * src/matcher.[ch]
12195         * src/matcher_parser_parse.y
12196         * src/matcher_parser_lex.l
12197         * src/prefs_matcher.c
12198                 add filtering conditions message greater than, smaller 
12199                 than, and exactly matching a size in bytes
12200                 (does not work with delete from POP3 server yet)
12201
12202                 this should also give others an idea what you should
12203                 do to add new criterions to claws filtering system
12204                 
12205
12206 2002-03-15 [paul]       0.7.4claws9
12207
12208         * tools/filter_conv.pl
12209                 exit if there are no filter rules to convert
12210                 rename filterrc to filterrc.old after completion
12211
12212 2002-03-15 [paul]       0.7.4claws8
12213
12214         * sync with sylpheed 0.7.4cvs3
12215                 see ChangeLog entry 2002-03-14
12216
12217 2002-03-14 [paul]       0.7.4claws7
12218
12219         * src/compose.c
12220                 clean up the last commit (ahem)
12221
12222 2002-03-14 [paul]       0.7.4claws6
12223
12224         * src/compose.c
12225                 fix bug #515655. honour account preferences
12226                 regarding gpg default signing/encryption when 
12227                 changing account from the compose window.
12228
12229 2002-03-14 [paul]       0.7.4claws5
12230
12231         * src/folderview.c
12232                 remove unnecessary curly brackets
12233
12234 2002-03-14 [paul]       0.7.4claws4
12235
12236         * src/folderview.c
12237           src/prefs_filtering.[ch]
12238                 add filter rename on folder rename and filter
12239                 delete on folder delete. Patch submitted by
12240                 Neill Miller <neillm@thecodefactory.org> 
12241
12242 2002-03-14 [christoph]  0.7.4claws3
12243
12244         * src/procmsg.c
12245         * src/send.c
12246                 fix local delivery
12247                 (patch submitted by "Simon 'corecode' Schubert")
12248         * src/prefs_common.c
12249         * src/procmsg.c
12250                 fix gcc 3.0 warning
12251
12252 2002-03-14 [paul]       0.7.4claws2
12253
12254         * sync with sylpheed 0.7.4cvs2
12255                 see ChangeLog entry 2002-03-13
12256
12257 2002-03-12 [darko]      0.7.4claws1
12258
12259         * src/mainwindow.c
12260                 fix what seems to be a copy and paste error
12261                 when setting color for important messages
12262                 (reported by wwp)
12263
12264 2002-03-11 [paul]       version 0.7.4claws released
12265
12266 2002-03-11 [paul]       0.7.4claws
12267
12268         * po/es.po
12269           po/it.po
12270           po/nl.po
12271           po/pt_BR.po
12272                 update message catalogs. Submitted by Ricardo Mones 
12273                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12274                 Fabio Junior Beneditto
12275
12276         * configure.in
12277           faq/Makefile.am
12278           faq/it/Makefile
12279           faq/it/sylpheed-faq*
12280           src/mainwindow.c
12281           src/manual.[ch]
12282                 add FAQ in Italian
12283         
12284
12285 2002-03-11 [jens]       0.7.3claws7
12286
12287         * po/de.po
12288                 updated German translation
12289
12290 2002-03-11 [melvin]     0.7.3claws6
12291
12292         * po/fr.po
12293                 updated and corrected French translation
12294
12295 2002-03-10 [hoa]        0.7.3claws5
12296
12297         * src/account.c
12298         * src/inc.c
12299         * src/prefs_account.c
12300         * src/procmsg.c
12301         * src/send.[ch]
12302                 fixed the local account.
12303                 you have to change the default "/usr/sbin/sendmail"
12304                 to "/usr/sbin/sendmail -t" in the preferences of
12305                 the local account.
12306
12307         * src/procmime.c
12308                 removed some debug display for renderer
12309
12310 2002-03-10 [paul]       0.7.3claws4
12311
12312         * faq/en/sylpheed-faq-1.html
12313           faq/en/sylpheed-faq-2.html
12314                 update
12315
12316 2002-03-09 [paul]       0.7.3claws3
12317
12318         * sync with sylpheed 0.7.4
12319                 see ChangeLog entry 2002-03-09
12320
12321 2002-03-08 [paul]       0.7.3claws2
12322
12323         * faq/en/sylpheed-faq*
12324           faq/es/sylpheed-faq*
12325           faq/fr/sylpheed-faq*
12326                 update the FAQs
12327
12328         * manual/fr/.cvsignore
12329           manual/fr/Makefilea.am
12330           manual/fr/sylpheed*
12331           src/mainwindow.c
12332           src/manual.[ch]
12333                 add the French manual
12334
12335 2002-03-07 [paul]       0.7.3claws1
12336
12337         * sync with sylpheed 0.7.3cvs4
12338                 see ChangeLog entries  2002-03-06 and 2002-03-07
12339         
12340         * po/nl.po
12341                 updated by Wilbert Berendsen
12342
12343 2002-03-07 [melvin]     0.7.2claws34
12344
12345         * src/selective_download.c
12346                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12347
12348 2002-03-06 [paul]       0.7.2claws33
12349
12350         * sync with sylpheed 0.7.3cvs1
12351                 bug fix, see ChangeLog entry 2002-03-05
12352
12353 2002-03-05 [paul]       0.7.2claws32
12354
12355         * src/mimeview.c
12356           src/pgptext.[ch]
12357           src/procmsg.c
12358                 reverse the pgp ascii-armored code implemented in 
12359                 0.7.2claws16. removal of this code until it matures.
12360                 this means that verifying ascii-armored pgp sigs and
12361                 automatic decryption of ascii-armored encrypted
12362                 messages no longer works.
12363
12364 2002-03-05 [paul]       0.7.2claws31
12365
12366         * configure.in
12367           Makefile.am
12368         * faq/Makefile.am
12369         * faq/en/Makefile.am
12370           faq/en/sylpheed-faq.html
12371           faq/en/sylpheed-faq-1.html
12372           faq/en/sylpheed-faq-2.html
12373           faq/en/sylpheed-faq-3.html
12374         * faq/es/Makefile.am
12375           faq/es/sylpheed-faq.html
12376           faq/es/sylpheed-faq-1.html
12377           faq/es/sylpheed-faq-2.html
12378           faq/es/sylpheed-faq-3.html
12379           faq/es/sylpheed-faq-4.html
12380         * faq/fr/Makefile.am
12381           faq/fr/sylpheed-faq.html
12382           faq/fr/sylpheed-faq-1.html
12383           faq/fr/sylpheed-faq-2.html
12384           faq/fr/sylpheed-faq-3.html
12385         * src/Makefile.am
12386           src/defs.h
12387           src/mainwindow.c
12388           src/manual.[ch]
12389                 add FAQs in English, Spanish and French
12390
12391
12392 2002-03-05 [paul]       0.7.2claws30
12393
12394         * manual/en/sylpheed.html
12395           manual/en/sylpheed-XX.html
12396                 updated the English manual
12397
12398 2002-03-05 [hoa]        
12399
12400         * src/summaryview.c
12401                 dialog box pops up if the article can't be deleted.
12402
12403 2002-03-04 [paul]       
12404         
12405         * po/pt_BR.po
12406                 updated by Fabio Junior Benedito
12407
12408 2002-03-04 [hoa]
12409
12410         * removed ac/gpgme.m4
12411                 to avoid autogen common problem
12412                 developers have to install gpgme development package now
12413
12414         * src/compose.c
12415                 encoding to 7bit or 8bit is enabled.
12416
12417 2002-03-03 [alfons]     0.7.2claws29
12418
12419         * src/pop.c
12420                 merge fix by Oliver Haertel for selective
12421                 download buglet
12422
12423 2002-03-03 [paul]       0.7.2claws28
12424         
12425         * sync with sylpheed 0.7.3
12426
12427 2002-03-03 [paul]       0.7.2claws27
12428
12429         * sync with sylpheed 0.7.2cvs24
12430                 see ChangeLog entries 2002-03-02 and 2002-03-03
12431
12432 2002-03-02 [melvin]     0.7.2claws26
12433
12434         * src/inc.[ch]
12435         * src/main.c
12436         * src/mainwindow.c
12437         * src/prefs_common.[ch]
12438                 Added user definable notification on new mail arrival.
12439                 Removed unused variables in spell checker prefs code.
12440
12441 2002-03-02 [melvin]     0.7.2claws25
12442
12443         * src/quote_fmt.c
12444                 Removed unnecessary escape sequences.
12445                 Changed 'Initial...' to 'Initials of Sender'
12446
12447 2002-03-02 [paul]       0.7.2claws24
12448
12449         * sync with sylpheed 0.7.2cvs22
12450                 see ChangeLog entry 2002-03-01
12451
12452 2002-03-01 [hoa]        0.7.2claws23
12453
12454         * src/mainwindow.c
12455                 Set sensitivity of delete actions to active
12456                 even if the folder is a newsgroup.
12457
12458         * src/summaryview.c
12459                 - Set sensitivity of delete actions
12460                 - Added function check_permission() that will check if the
12461                   user is authorized to delete a message. For news, it
12462                   will check if the author is the same.
12463                 - Enabled deletion when there is no trash folder.
12464
12465         * src/news.[ch]
12466                 - Added news_cancel_article() to cancel articles
12467                 - Implemented news_remove_message() (public function)
12468
12469 2002-03-01 [paul]       0.7.2claws22
12470
12471         * src/gtkutils.c
12472           src/textview.c
12473                 recognise urls that that don't include 'http://' and
12474                 simply begin 'www.' 
12475
12476         * AUTHORS
12477                 remove duplicated name
12478
12479 2002-02-28 [paul]       0.7.2claws21
12480
12481         * src/mainwindow.c
12482           src/summaryview.[ch]
12483                 add ability to 'Select thread'
12484                 combines Melvin's "Select thread's head" patch (#510907)
12485                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12486                 patch (#518514) 
12487
12488 2002-02-28 [paul]       0.7.2claws20
12489
12490         * src/mimeview.c
12491                 hopefully fix segfault on right-clicking a mime part
12492                 that some people have experienced.      
12493                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12494
12495 2002-02-28 [paul]       0.7.2claws19
12496
12497         * sync with sylpheed 0.7.2cvs21
12498                 see ChangeLog entries 2002-02-27 and 2002-02-28
12499
12500 2002-02-27 [paul]       0.7.2claws18
12501
12502         * sync with sylpheed 0.7.2cvs18
12503                 see ChangeLog entries 2002-02-26 and 2002-02-27
12504
12505 2002-02-26 [alfons]     0.7.2claws17
12506
12507         * src/procheader.c
12508                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12509                 (spotted by Chris Hessman <idatech@gmx.net>)
12510
12511 2002-02-26 [paul]       0.7.2claws16
12512
12513         * src/mimeview.c
12514           src/pgptext.[ch]
12515           src/procmsg.c
12516                 make decryption of ascii-armored pgp encrypted messages
12517                 and verification of ascii-armored signatures work again.
12518                 slightly altered from the patch by Jens Jahnke 
12519                 <jan0sch@gmx.net>
12520
12521                 ##FIX ME##
12522                 * the checking of plaintext signatures always comes up in 
12523                   a popup box
12524                 * it doesn't work for multipart messages 
12525                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12526                   including the msg headers and these 2 line themselves, are 
12527                   not displayed
12528
12529         * src/mainwindow.c
12530                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12531                 "View/Message View" becomes "View/Separate Message View"
12532                 because its less ambiguous.
12533
12534         * po/es.po
12535                 updated by Ricardo Mones Lastra
12536
12537 2002-02-26 [paul]       0.7.2claws15
12538
12539         * sync with sylpheed 0.7.2cvs17
12540                 see ChangeLog entries 2002-02-25 and 2002-02-26
12541
12542 2002-02-25 [christoph]  0.7.2claws14
12543
12544         * src/filtering.[ch]
12545         * src/inc.c
12546                 do filtering stuff after all messages have been received
12547                   1. drop all messages to .processing
12548                   2. scan processing folder for messages
12549                   3. filter messages or move to inbox
12550                 this will also find old messages left in processing after
12551                 a crash or something like that and we get a real msginfo
12552                 from folder->get_msg_list and do not have to create our
12553                 own in filter_message
12554         * src/matcher_parser_parse.y
12555                 remove MIX/MAX warning (reordered includes)
12556
12557 2002-02-25 [paul]       0.7.2claws13
12558
12559         * sync with sylpheed 0.7.2cvs15
12560                 see ChangeLog entry 2002-02-24
12561
12562 2002-02-24 [alfons]     0.7.2claws12
12563
12564         * src/filtering.c
12565                 clear old color flags first when applying a new color to
12566                 a message info. 
12567                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12568
12569 2002-02-24 [alfons]     0.7.2.claws11
12570         
12571         * AUTHORS
12572         * src/prefs_common.c
12573                 add presets for Opera and Konqueror, closes patch #517261,
12574                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12575
12576 2002-02-24 [alfons]     0.7.2.claws10
12577
12578         * AUTHORS
12579         * src/summaryview.c
12580                 fix threading for null message ids, closes patch #521601,
12581                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12582
12583 2002-02-24 [alfons]     0.7.2claws9
12584
12585         * src/summaryview.c
12586         * src/filtering.c
12587                 make Tool | Filter Message work with filtering system so
12588                 setting flags also works
12589
12590                 TODO:
12591
12592                 - Processing uses the same function as Tool | Filter
12593                   Message, but doesn't use the same update proc yet
12594
12595 2002-02-23 [paul]       0.7.2claws8
12596
12597         * sync with sylpheed 0.7.2cvs14
12598                 see ChangeLog entries 2002-02-22 and 2002-02-23
12599
12600 2002-02-22 [christoph]  0.7.2claws7
12601
12602         * src/quote_fmt.c
12603                 Add column space to table
12604         * src/quote_fmt_parse.y
12605                 Close files
12606
12607 2002-02-22 [paul]       0.7.2claws6
12608
12609         * src/Makefile.am
12610           src/defs.h
12611           src/filtering.c
12612           src/inc.[ch]
12613           src/mainwindow.c
12614           src/matcher.[ch]
12615           src/matcher_parser_lex.l
12616           src/matcher_parser_parse.y
12617           src/pop.[ch]
12618           src/prefs_account.h
12619           src/prefs_filtering.c
12620           src/selective_download.[ch]   *** NEW FILES ***
12621           src/utils.[ch]
12622           po/POTFILES.in
12623                 Selective Download added to 'Tool' menu. 
12624                 Retrieves email headers of the currently selected pop3 
12625                 account and allows the user to mark emails for deletion 
12626                 right on the pop3 server. Patch submitted by Oliver Haertel 
12627                 <oha@users.sourceforge.net>.
12628         
12629         * po/POTFILES.in
12630                 add 'src/quote_fmt.c'           
12631
12632 2002-02-22 [christoph]  0.7.2claws5
12633
12634         * src/Makefile.am
12635                 added quote_fmt.c
12636         * src/prefs_common.[ch]
12637         * src/prefs_template.c
12638         * src/quote_fmt.c               *** NEW FILE ***
12639         * src/quote_fmt.h
12640                 move quote format symbol description code
12641                 to it's own file because it is used from
12642                 differnent code parts
12643                 Rewrote symbol description GUI
12644                   + use table
12645                   + add separators
12646                   + get data from array (no more long constant strings)
12647         * src/quote_fmt_lex.l
12648         * src/quote_fmt_parse.y
12649                 Symbol for Literal % changed to \% instead of %%
12650                 (More logical as \ is used for quoting for other symbols)
12651                 Add |f and |p to include files and program output
12652                 Examples:
12653                     |f{/home/.../.signature}
12654                     |p{date}
12655         * po/de.po
12656                 Correct wrong spelling for "Referenzen"
12657
12658 2002-02-21 [paul]       0.7.2claws4
12659
12660         * src/procmsg.c
12661                 forgotten during sync
12662
12663 2002-02-21 [paul]       0.7.2claws3
12664
12665         * sync with sylpheed 0.7.2cvs11
12666                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12667                 2002-02-20 and 2002-02-21
12668
12669 2002-02-20 [melvin]     0.7.2claws2
12670
12671         * src/prefs_actions.c
12672                 Added error report when child cannot fork or when execvp 
12673                 returns with an error.
12674
12675 2002-02-19 [christoph]  0.7.2claws1
12676
12677         * src/codeconv.c
12678                 return unconverted text if conde conversion is not possible
12679                 when libjconv is used.
12680                 (patch submitted by "Simon 'corecode' Schubert")
12681
12682 2002-02-19 [paul]       
12683
12684         * version 0.7.2claws release
12685
12686 2002-02-19 [paul]       0.7.2claws
12687
12688         * po/nl.po
12689                 updated by Wilbert Berendsen
12690
12691
12692 2002-02-18 [alfons]     0.7.1claws13
12693
12694         * src/syldap.c
12695         * src/jpilot.c
12696                 remove references to dlfcn and explicitly loading functions
12697                 from dynalink libs, because libs linked anyway, and functions
12698                 are loaded explicitly
12699
12700 2002-02-17 [melvin]     0.7.1claws12
12701
12702         * src/prefs_actions.c
12703                 Replaced children wait loop with double fork technique.
12704                 Now, input/output window updated at each new output.
12705                 free_children(): Fixed a memory leak.
12706                 Made input/output window non closable if running children
12707                 still exist.
12708                 Added missing <unistd.h> include.
12709                 Added some --debug outputs.
12710
12711 2002-02-17 [melvin]     0.7.1claws11
12712
12713         * src/summaryview.c
12714                 Fixed bug where descending sort order did not select top
12715                 message.
12716
12717 2002-02-17 [melvin]     0.7.1claws10
12718
12719         * acconfig.h
12720                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12721         * src/prefs_common.c
12722                 Pspell data package directory no more hard coded but
12723                 set during configuration (PSPELL_PATH). (Thanks to 
12724                                 Gustavo Noronha Silva.)
12725
12726 2002-02-17 [melvin]     0.7.1claws9
12727
12728         * configure.in
12729                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12730         * src/gtkspell.c
12731                 Fixed compile-time warnings.
12732
12733 2002-02-16 [alfons]     0.7.1claws8
12734
12735         * src/filesel.c
12736                 fix inadvertent free of NULL pointer which caused
12737                 sylpheed to crash when closing the save-as dialog
12738                 using the window close button
12739
12740 2002-02-16 [carsten]    0.7.1claws7
12741         * src/mainwindow.[ch]
12742           src/summaryview.c
12743           src/prefs_common.c
12744                 fixes for pixmap theming code:
12745                         - recently changed mail attributes shouldn't get
12746                           lost any longer
12747                         - theme is only reloaded iff another theme was
12748                           selected
12749
12750 2002-02-16 [paul]       0.7.1claws6
12751
12752         * sync with sylpheed 0.7.2 release
12753                 see ChangeLog entry 2002-02-15 and 2002-02-16
12754
12755 2002-02-15 [paul]       0.7.1claws5
12756
12757         * sync with sylpheed 0.7.1cvs9
12758                 see ChangeLog entry 2002-02-15
12759
12760         * po/POTFILES.in
12761                 remove unneeded headerwindow.c entry
12762
12763 2002-02-14 [carsten]    0.7.1claws4
12764         * src/summaryview.c
12765                 fixed a bug for "Go to next unread message": there was
12766                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12767                 in the prefs, because of doing "Search again" instead
12768                 "No"
12769
12770 2002-02-14 [carsten]    0.7.1claws3
12771         * src/stock_pixmap.c
12772                 removed 2 more mem leaks; following memprof,
12773                 this code is "leak free" now :)
12774
12775 2002-02-14 [carsten]    0.7.1claws2
12776         * src/stock_pixmap.c
12777                 used opendir/readdir/closedir instead of scandir
12778                 -> code should work now on Solaris
12779
12780 2002-02-14 [paul]       0.7.1claws1
12781
12782         * sync with sylpheed 0.7.1cvs8
12783                 see ChangeLog entries 2002-02-13 and 2002-02-14
12784
12785         * README.claws
12786                 add some description of Actions and Pixmap Themes
12787
12788 2002-02-13 [paul]       
12789
12790         * version 0.7.1claws release
12791
12792 2002-02-13 [paul]       0.7.1claws
12793
12794         * po/es.po
12795           po/it.po
12796           po/pt_BR.po
12797                 updated translations, submitted by Ricardo Mones Lastra,
12798                 Alessandro Maestri and Fabio Junior Beneditto
12799
12800 2002-02-13 [melvin]     0.7.0claws75
12801
12802         * src/prefs_actions.c
12803                 Added missing "signal.h" include
12804
12805 2002-02-13 [melvin]     0.7.0claws74
12806
12807         * src/prefs_folder_item.c
12808                 Added missing "config.h" include
12809         * po/fr.po
12810                 Updated French translation for folder propriety.
12811
12812 2002-02-13 [jens]       0.7.0claws73
12813
12814         * po/POTFILES.in
12815                 Added missing src/prefs_folder_item.c [log added by melvin]
12816         * po/de.po
12817                 Updated German translation.
12818
12819 2002-02-13 [melvin]     0.7.0claws72
12820
12821         * po/fr.po
12822                 Updated French translation.
12823
12824 2002-02-13 [melvin]     0.7.0claws71
12825
12826         * src/gtkutils.c
12827                 Made gtkut_editable_get_selection return NULL if selection
12828                 is of length zero.
12829                 This fixes a bug where selecting part of message A then
12830                 switching to message B and replying to it will not
12831                 quote the message's body.
12832
12833 2002-02-12 [paul]       0.7.0claws70
12834
12835         * src/mainwindow.c
12836                 cosmetic, relating to pixmap themes: on toolbar make 
12837                 updating of 'Exec' and 'Compose news/Compose email'
12838                 icons faster.
12839
12840 2002-02-12 [carsten]    0.7.0claws69
12841         * src/folderview.c
12842           src/mainwindow.[ch]
12843           src/stock_pixmap.c
12844           src/summaryview.c
12845           src/prefs_common.c
12846                 - refreshing after changing pixmap theme better
12847                   now (thanks Paul)
12848                 - wanted to remove some mem leaks, but alfons was
12849                   faster (and had the better solution ;)
12850
12851 2002-02-12 [alfons]     0.7.0claws68
12852
12853         * src/prefs_common.c
12854         * src/stock_pixmap.[ch]
12855                 plug mem leaks, refactor code a little bit
12856
12857
12858 2002-02-12 [sergey]     0.7.0claws67
12859
12860         * src/imap.c
12861                 Fixed problem with copying messages to IMAP folders when the
12862                 server uses something other than '/' as a namespace separator
12863                 (cyrus-imapd uses '.').
12864
12865 2002-02-12 [jens]       0.7.0claws66
12866
12867         * po/de.po
12868                 Updated German Translation
12869
12870 2002-02-12 [paul]       0.7.0claws65
12871
12872         * sync with sylpheed 0.7.1cvs1
12873                 see ChangeLog entry 2002-02-12
12874
12875 2002-02-12 [melvin]     0.7.0claws64
12876
12877         * src/prefs_actions.c
12878                 Fixed "feature" where children's output was duplicated 
12879                 instead of refreshed while monitoring.
12880                 Removed some debug code.
12881
12882 2002-02-12 [christoph]  0.7.0claws63
12883
12884         * src/compose.c
12885                 always delete message from queue after sending/send error
12886                 (closes bug #509601)
12887
12888 2002-02-12 [melvin]     0.7.0claws62
12889
12890         * src/prefs_actions.c
12891                 Children wait loop is now triggered with a timeout of 1s
12892                 Added %F which is replaced with the list of filenames 
12893                 of all selected messages (as suggested by Ricardo Mones Lestra)
12894                 Pipe syntax changed. Prefix with | to send selection, postfix
12895                 with | to retrieve output. Prefix with > or * to send
12896                 user definable input to the command (*: input is hidden)
12897                 Old pipe action should now be postfixed with |, too.
12898
12899 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12900         * src/stock_pixmap.c
12901                 fixed a bug: if there's no theme directory don't
12902                 throw an error, just do "nothing" (thanks Alfons)
12903
12904 2002-02-12 [carsten]    0.7.0claws60
12905         * src/folderview.c
12906           src/summaryview.c
12907                 had to write the cache twice (nasty!); some marks would 
12908                 get lost if not
12909
12910 2002-02-11 [carsten]    0.7.0claws59
12911         * acconfig.h
12912           configure.in
12913           doc-src/maintainer_guide.txt
12914           src/compose.[ch]
12915           src/defs.h
12916           src/folderview.[ch]
12917           src/gtkutils.[ch]
12918           src/mainwindow.[ch]
12919           src/prefs_common.[ch]
12920           src/stock_pixmap.[ch]
12921           src/summaryview.[ch]
12922                 pixmap theming and related work on pixmap
12923                 handling on some other places
12924                 (e.g. hrm features for all folder)
12925           src/pixmap/stock_*.xpm -> the stock_ was removed
12926         
12927 2002-02-11 [paul]       0.7.0claws58
12928
12929         * sync with sylpheed 0.7.1 release
12930                 see ChangeLog entries 2002-02-11
12931
12932 2002-02-08 [paul]       0.7.0claws57
12933
12934         * sync with sylpheed 0.7.0cvs39
12935                 see ChangeLog entry 2002-02-07 (last entry) 
12936
12937         * src/prefs_actions.c
12938           src/prefs_filtering.c
12939           src/prefs_matcher.c
12940           src/prefs_scoring.c
12941                 sync: made it compile with C compilers other than gcc
12942
12943 2002-02-07 [paul]       0.7.0claws56
12944
12945         * sync with sylpheed 0.7.0cvs38
12946                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12947                 2002-02-07
12948
12949 2002-02-07 [darko]      0.7.0claws55
12950
12951         * src/gtkutils.[ch]
12952         * src/summaryview.c
12953                 Fix const gchar */gchar * issue (thanks Hiro)
12954
12955 2002-02-07 [darko]      0.7.0claws54
12956
12957         * src/compose.[ch]
12958         * src/filtering.c
12959         * src/gtkutils.[ch]
12960         * src/prefs_template.c
12961         * src/quote_fmt.h
12962         * src/quote_fmt_parse.y
12963         * src/summaryview.c
12964         * src/utils.[ch]
12965                 When replying or forwarding an email don't quote the entire
12966                 mail body but use the part of the message text that is selected
12967
12968 2002-02-06 [melvin]     0.7.0claws53
12969
12970         * src/prefs_common.[ch]
12971         * src/gtkspell.[ch]
12972         * src/compose.c
12973                 Made possible to switch quickly to last used dictionary
12974                 which makes checking bilingual documents easier.
12975
12976 2002-02-06 [melvin]     0.7.0claws52
12977         
12978         * po/POTFILES.in
12979                 Added forgotten new file src/prefs_actions.c
12980
12981 2002-02-06 [melvin]     0.7.0claws51
12982
12983         * src/prefs_actions.c   ** NEW FILE **
12984         * src/prefs_actions.h   ** NEW FILE **
12985                 Added actions to execute on message text view, or on the
12986                         message's file.
12987         * src/Makefile.am
12988                 Added src/prefs_actions.[ch]
12989         * src/compose.c
12990                 Added new menu "Edit/Actions"
12991         * src/defs.h
12992                 Added new actionsrc file.
12993         * src/main.c
12994                 Added actionsrc reading.
12995         * src/mainwindow.c
12996                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12997         * src/prefs_common.h
12998                 Added new element actionslst element to prefs_common.
12999
13000 2002-02-06 [paul]       0.7.0claws50
13001
13002         * sync with sylpheed 0.7.0cvs36
13003                 see ChangeLog entry 2002-02-06
13004
13005 2002-02-05 [paul]
13006
13007         * po/es.po
13008                 updated by Ricardo Mones Lastra
13009
13010 2002-02-05 [paul]       0.7.0claws49
13011
13012         * sync with sylpheed 0.7.0cvs33
13013                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13014
13015 2002-02-05 [paul]       0.7.0claws48
13016
13017         * src/compose.c
13018                 re-add 'Edit/Advanced/Delete entire line', previously named
13019                 'Delete Line+'
13020
13021 2002-02-04 [paul]       0.7.0claws47
13022
13023         * src/compose.c
13024           src/summaryview.c
13025                 fix bug #494993 (Reply All not taking Reply-To into consi)
13026                 eliminate differences in behaviour of right-click 'Reply to all' 
13027                 in summary view and 'Reply to all' on the toolbar. 
13028                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13029                 view and From gets ignored by 'Reply to all' on toolbar.
13030                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13031                 From when no Reply-To header is present.
13032
13033 2002-02-04 [paul]       0.7.0claws46
13034
13035         * sync with sylpheed 0.7.0cvs30
13036                 see ChangeLog entries 2002-02-03 and 2002-02-04
13037
13038 2002-02-03 [melvin]     0.7.0claws45
13039
13040         * src/gtkspell.[ch]
13041                 Readded function to highlight all misspelled words.
13042                 Fixed bug where user-provided-words did not replace
13043                         correctly the misspelled word when using the mouse.
13044                 Fixed bug where checking a region selected from right to left did
13045                         not check the region at all.
13046                 Fixed bug where 'Check backwards' may not check at all. 
13047                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13048                 Fixed possible buffer overflow when checking for long strings (>1k).
13049                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13050                 Accelerators code uses now gtk_widget_add_accel.
13051                 Removed and disabled obsolete and unfinished code.
13052                 Cleaning up.
13053
13054         * src/compose.c
13055                 Added menu item to Highlight all misspelled words.
13056
13057 2002-02-01 [paul]       0.7.0claws44
13058
13059         * src/mainwindow.c
13060                 fix '/View/Hide read messages' sensitivity when all
13061                 messages in a folder are hidden
13062
13063 2002-02-01 [paul]       0.7.0claws43
13064
13065         * src/main.c
13066                 add --send option to command line interface, sends all
13067                 queued mail. Patch submitted by Ricardo Mones Lastra.
13068
13069 2002-01-31 [paul]       0.7.0claws42
13070
13071         * src/mainwindow.c
13072                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13073
13074 2002-01-31 [paul]       0.7.0claws41
13075
13076         * sync with sylpheed 0.7.0cvs27
13077                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13078                 and 2002-01-31
13079
13080         * src/textview.c
13081                 comment out elements of textview_show_part() as temporary
13082                 workaround for attachment 'Display as text' bug 
13083
13084         * po/pt_BR.po
13085                 updated by Fabio Junior Beneditto
13086
13087 2002-01-30 [paul]       0.7.0claws40
13088
13089         * sync with sylpheed 0.7.0cvs24
13090                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13091                 and 2002-01-30
13092
13093         * src/compose.c
13094                 add {N_("/_Spelling"), ... "<Branch>"} to 
13095                 GtkItemFactoryEntry compose_entries[]
13096
13097         * src/prefs_common.c
13098                 add claws menu items to prefs_keybind_apply_clicked()
13099                 and remove non-claws menu items
13100
13101 2002-01-29 [paul]       0.7.0claws39
13102
13103         * sync with sylpheed 0.7.0cvs22
13104                 see ChangeLog entries 2002-01-28 and 2002-01-29
13105
13106 2002-01-28 [melvin]     0.7.0claws38
13107
13108         * src/compose.c
13109                 Added the declartion of compose_send_control_enter.
13110
13111         * src/compose.c
13112         * src/gtkspell.[ch]
13113                 Added in a 'Spelling' menu which includes the configuration menu. 
13114                 Added a real 'Check all' and got rid from the old one which only
13115                 highlited misspelled word.
13116                 Made 'Check while typing' a disableable option.
13117                 Added a dialog when there are no more misspelled word.
13118                 Added a dialog if error occurs when switching to a dictionary.
13119         
13120         * src/prefs_common.[ch]
13121                 Added option for the default 'Check while typing' option.
13122
13123
13124 2002-01-28 [alfons]     0.7.0claws37
13125
13126         * src/compose.c
13127                 fix buglet and make code comply with sylpheed code style
13128
13129 2002-01-28 [paul]       0.7.0claws36
13130
13131         * sync with sylpheed 0.7.0cvs19
13132                 see ChangeLog entries for 2002-01-28
13133
13134 2002-01-28 [hoa]        0.7.0claws35
13135
13136         * src/defs.h
13137                 added rendererrc
13138
13139         * src/main.c
13140                 read the renderer config
13141
13142         * src/procmime.[ch]
13143                 use the renderer config to convert mime attachments
13144
13145         * src/textview.c
13146                 don't use textview_show_html/ertf,
13147                 use get_text_content instead
13148
13149 2002-01-27 [alfons]     0.7.0claws34
13150         
13151         * src/news.c
13152                 make sylpheed believe it can delete a news message...
13153                 (messages are NOT deleted, maybe we should remove
13154                 processing from the folder properties after all.)
13155
13156 2002-01-27 [alfons]     0.7.0claws33
13157
13158         * src/folder.c
13159                 add extra checks
13160         * src/news.c
13161                 implement remove_msg() 
13162
13163 2002-01-27 [alfons]     0.7.0claws32
13164
13165         * src/procmsg.h
13166         * src/procheader.c
13167         * src/messageview.c
13168                 fix return receipt / disposition notification again. this
13169                 stuff seems to break on _every_ major summary UI change, so
13170                 it's now implemented using a flag which is saved in the
13171                 marks cache
13172                 
13173 2002-01-26 [alfons]     0.7.0claws31
13174
13175         * src/import.c
13176                 let import dialog show the destination folder identifier
13177
13178 2002-01-26 [melvin]     0.7.0claws30
13179
13180         * src/folderview.c
13181         * src/summaryview.c
13182                 Readded 'Mark all read' into summary view popup menu
13183                 Added 'Mark all read' in folder view popup menu for IMAP
13184                 and NNTP.
13185                 Made it insensitive if the selected folder is not the shown
13186                 one to avoid 'Mark all read' on the wrong folder.
13187                 
13188 2002-01-26 [paul]       0.7.0claws29
13189
13190         * src/folderview.c
13191           src/summaryview.c
13192                 move 'Mark all read' from summary view to folder view
13193                 menu. (adapted from) patch submitted by Jeremy Andrews,
13194                 <lists@kerneltrap.com>
13195
13196 2002-01-25 [alfons]     0.7.0claws28
13197
13198         * src/gtkstext.c
13199                 put the gtk class name back so GtkSText adapts the 
13200                 settings of GtkText
13201
13202 2002-01-25 [alfons]     0.7.0claws27
13203
13204         * src/folderview.c 
13205                 assimilate Ricardo's patch that shows pixmaps instead of
13206                 plain "new" and "unread" texts in the folder view column
13207                 headers 
13208
13209 2002-01-25 [paul]       0.7.0claws26
13210
13211         * src/Makefile.am
13212                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13213                 be found in non-standard locations. 
13214                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13215
13216 2002-01-25 [paul]       0.7.0claws25
13217
13218         * sync with sylpheed 0.7.0cvs16
13219                 see ChangeLog entry 2002-01-25
13220
13221 2002-01-24 [paul]       0.7.0claws24
13222
13223         * more sync with sylpheed 0.7.0cvs15
13224                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13225
13226 2002-01-23 [sergey]     0.7.0claws23
13227
13228         * src/importldif.c
13229                 Fixed segfault when closing LDIF import wizard with
13230                 the window manager.
13231         * src/imageview.c
13232         * src/imageview.h
13233         * src/messageview.c
13234         * src/mimeview.c
13235                 Fixed wrong scrolling position after switching between
13236                 text and image parts.
13237
13238 2002-01-23 [paul]       0.7.0claws22
13239
13240         * sync with sylpheed 0.7.0cvs15
13241                 see ChangeLog entries 2002-01-22 and 2002-01-23
13242
13243 2002-01-21 [melvin]     0.7.0claws21
13244
13245         * src/prefs_scoring.c
13246         * src/prefs_filtering.c
13247                 Fixed bug where scoring and filtering windows stopped
13248                 autochecking.
13249
13250 2002-01-21 [paul]       0.7.0claws20
13251
13252         * sync with sylpheed 0.7.0cvs12
13253                 see ChangeLog entries 2002-01-20 and 2002-01-21
13254
13255 2002-01-21 [carsten]    0.7.0claws19
13256         * src/mainwindow.c
13257         * src/menu.[ch]
13258         * src/messageview.[ch]
13259         * src/summaryview.[ch]
13260                 changes to shortcuts handling again:
13261                         + "Q" now controled by mainwin
13262                         + v/V are now customizable and have slightly
13263                           different meanings
13264                 the "button" to minimize the messageview (and maximize
13265                 the summary view) is a real button now
13266         * src/compose.c
13267                 "Delete Line+" added to Edit/Advanced (this will also
13268                 delete the '\n')
13269
13270 2002-01-20 [melvin] 0.7.0claws18
13271
13272         * src/addressbook.c
13273                 Made "Bcc" sensitive when addressbook is called from
13274                 compose window (it was a Claws only bug).
13275
13276 2002-01-19 [alfons] 0.7.0claws17
13277
13278         * src/inc.c
13279                 prevent unnecessary updates when currently selected folder has
13280                 no new messages 
13281
13282 2002-01-19 [alfons] 0.7.0claws16
13283         
13284         * src/summaryview.c
13285                 prevent writing the cache based on current message list in summary 
13286                 view when filtering also put messages in currently selected folder
13287
13288 2002-01-19 [paul]
13289
13290         * po/it.po
13291                 Italian translation submitted by Alessandro Maestri
13292                 <a.maestri@cs.tin.it>
13293
13294 2002-01-18 [melvin]     0.7.0claws15
13295
13296         * src/prefs_filters.c
13297                 fixed bug where 'cancel' from 'filters' window stops autochecking
13298                 if the timer timed out  when the window was open.
13299
13300 2002-01-18 [match]      0.7.0claws14
13301
13302         * src/addrclip.[ch]     ** NEW FILE **
13303         * src/addrselect.[ch]   ** NEW FILE **
13304         * src/adbookbase.h      ** NEW FILE **
13305                 addressbook cut, copy and paste
13306         * src/addrbook.[ch]
13307         * src/addrcache.[ch]
13308         * src/addressitem.h
13309         * src/addrindex.[ch]
13310         * src/addritem.[ch]
13311         * src/importldif.c
13312         * src/importmutt.c
13313         * src/jpilot.[ch]
13314         * src/syldap.[ch]
13315         * src/vcard.[ch]
13316         * src/jpilot.[ch]
13317         * src/editbook.c
13318         * src/editjpilot.c
13319         * src/editldap.c
13320         * src/editvcard.c
13321                 support for copy/paste
13322         * src/addressbook.c
13323                 support for copy/paste
13324                 tidy up menu option processing
13325                 correct address list function arguments
13326         * src/editaddress.c
13327                 sort user attributes
13328         * src/ldif.h
13329         * src/mutt.h
13330                 tidy up
13331
13332         * src/addrbook.[ch]
13333         * src/addrbook.[ch]
13334         * src/addrbook.[ch]
13335                 
13336
13337 2002-01-18 [paul]       0.7.0claws13
13338
13339         * sync with sylpheed 0.7.0cvs8
13340                 configure.in: support Mac OS X (Darwin)
13341
13342 2002-01-18 [carsten]    0.7.0claws12
13343         * src/html.c
13344                 small hack to fix a segfault with an empty href
13345                 (reported by Alexandra Walford <deeni@altern.org>)
13346         * src/mainwindow.c
13347         * src/summaryview.c
13348                 the shortcuts for Mark und Mark as unread are hardcoded
13349                 again
13350         * src/compose.c
13351         * src/gtkstext.[ch]
13352                 readded the shortcuts in gtkstext but made them
13353                 customizeable (simply by adding a menu plus a wrapper
13354                 to compose.c)
13355
13356 2002-01-17 [melvin]     0.7.0claws11
13357
13358         * src/gtkspell.c
13359                 fix default dictionary not being saved.
13360
13361 2002-01-16 [darko]      0.7.0claws10
13362
13363         * src/compose.c
13364                 fix wrapping crash with URL longer than wrapping margin
13365
13366 2002-12-08 [hoa]        0.7.0claws10
13367
13368         * src/matcher_parser_parse.y
13369                 fixed some bugs
13370
13371         * src/prefs_filtering.c
13372                 now, we can use bounce action in the dialog box.
13373
13374 2002-01-16 [carsten]    0.7.0claws9
13375         * src/gtkstext.c
13376                 removed the <control> and <alt> shortcuts because they're
13377                 not needed and interefered with the "normal" shortcuts
13378         * src/mainwindow.c
13379         * src/summaryview.c
13380                 removed most of the hardcoded shortcuts and assigned
13381                 them to menu entries making them easy customizable by
13382                 that
13383
13384 2002-01-16 |melvin]     0.7.0claws8
13385
13386         * src/gtkspell.c
13387                 fixed bug where using the mouse and when the compose
13388                 window is not on top may result in a crash.
13389
13390 2002-01-16 [melvin]     0.7.0claws7
13391
13392         * src/compose.c
13393                 fixed a long standingspell checker bug which could 
13394                 cause a crash after sending a message.
13395
13396 2002-01-16 [paul]       0.7.0claws6
13397
13398         * sync with sylpheed 0.7.0cvs7
13399                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13400                 2002-01-15, and 2002-01-16
13401
13402 2002-01-16 [melvin]     0.7.0claws5
13403
13404         * README.claws
13405         * src/compose.c
13406         * src/gtkspell.[ch]
13407         * src/main.c
13408                 Heavily modified spell checker code to work around
13409                 ispell bug, to add keyboard shortcuts and for future
13410                 enhancements. See README.claws for usage information.
13411
13412 2002-01-15 [alfons]     0.7.0claws4
13413         
13414         * src/summaryview.c
13415                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13416                 so sorting within threads reflects sort mode
13417
13418 2002-01-15 [christoph]  0.7.0claws3
13419
13420         * src/procmsg.c
13421                 added alertpanel if mail sending failed
13422
13423 2002-01-15 [alfons]     0.7.0claws2
13424         
13425         * src/prefs_filtering.c
13426                 don't stop timer when prefs filtering dialog is opened
13427
13428 2002-01-14 [alfons]     0.7.0claws1
13429
13430         * src/addr_compl.c
13431         * src/prefs.c
13432                 remove debug_print()s for privacy reasons
13433
13434 2002-01-14 [darko]      0.7.0claws
13435
13436         * README.claws
13437                 quotation wrapping is now also in the main branch
13438
13439 2002-01-14 [paul]
13440
13441         * tools/filter_conv.pl
13442                 allow for Boolean Op and case-sensitivity
13443                 this file is included in the release and tagged
13444                 'rel_0_7_0'
13445
13446 2002-01-13 [paul]       0.7.0claws
13447
13448         * release 0.7.0, with cvs tag 'rel_0_7_0'
13449
13450 2002-01-13 [paul]
13451
13452         * tools/filter_conv.pl
13453         * tools/README
13454                 rewritten to output to matcherrc instead of filteringrc
13455
13456         * po/es.po
13457                 updated Spanish translation by Ricardo Mones Lastra
13458
13459 2002-01-13 [alfons]
13460
13461         * po/nl.po
13462                 update dutch translation
13463
13464 2002-01-13 [paul]
13465
13466         * po/pt_BR.po
13467                 Updated by Fabio Junior Beneditto 
13468
13469 2002-01-13 [melvin]     0.6.6claws53
13470
13471         * po/fr.po
13472                 Updated french translation
13473
13474 2002-01-12 [alfons]     0.6.6claws52
13475
13476         * src/filtering.c
13477                 plug mem leak that has been sitting there for ages              
13478
13479 2002-01-12 [alfons]     0.6.6claws51
13480
13481         * src/summaryview.c
13482                 undo melvin's changes from 0.6.6claws48 because summary
13483                 view now refuses to select first unread message when
13484                 selecting a folder 
13485
13486 2002-01-11 [alfons]     0.6.6claws50
13487
13488         * src/import.c
13489                 use claws' semantics for getting folder item when
13490                 importing an mbox file into a folder 
13491                 (submitted by Dale P. Smith)
13492
13493 2002-01-11 [christoph]  0.6.6claws49
13494
13495         * src/prefs.h
13496                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13497                 toggle widget, because non static prefs can not use
13498                 prefs_set_* functions
13499         * src/prefs_account.c
13500                 toggle smtp auth password field sensitivity if
13501                 user id is empty and add descrition of usage for
13502                 these fields
13503         * src/prefs_folder_item.c
13504                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13505                 callbacks
13506
13507 2002-01-11 [melvin]     0.6.6claws48
13508
13509         * src/compose.c
13510                 fix the 'Ctrl-Enter' feature for sending and test really
13511                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13512                 editables which was not documented in Gtk)
13513
13514         * src/summaryview.c
13515                 Made summaryview refresh after sorting and not before.
13516
13517 2002-01-11 [christoph]  0.6.6claws47
13518
13519         * src/compose.c
13520                 select account from account ids if possible and
13521                 correctly set save folder for copy in reedit
13522
13523 2002-01-10 [paul]       0.6.6claws46
13524
13525         * sync with sylpheed 0.7.0 release
13526                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13527                 2002-01-09
13528
13529 2002-01-09 [alfons]
13530
13531         * src/summaryview.c
13532                 remove more dirt traces...
13533
13534 2002-01-09 [alfons]
13535         
13536         * src/summaryview.c
13537                 clean up some traces of my debugging stuff
13538
13539 2002-01-09 [alfons]     0.6.6claws45
13540
13541         * src/filtering.c
13542                 break up filteringprop_apply() in three separate pieces
13543                 so we can drop messages that failed processing in the
13544                 inbox
13545
13546         * src/summaryview.c
13547                 fix bug #469598 "no refresh of inbox after filter" which 
13548                 was introduced by the new summary view locking, and which 
13549                 prevented the summary view to update after a manual filter 
13550                 message. claw's filter message requires a summary_show().
13551                 (aargh, summary_show() again! :-)
13552                 
13553 2002-01-07 [alfons]     0.6.6claws44
13554
13555         * src/headerwindow.c
13556         * src/logwindow.c
13557         * src/messageview.c
13558         * src/sourcewindow.c
13559                 bring in Hiro's last 0.7.0 wm class fixes
13560
13561         * tools/sylprint.pl
13562                 bring in Ricardo's fix for sylprint script
13563
13564         * AUTHORS       
13565         * src/rfc2015.[ch]
13566         * src/prefs_common.[ch]
13567         * src/prefs_account.[ch]
13568         * src/compose.c
13569                 clean up account preference poison in rfc2015,
13570                 and preparation to fix double sign bug 
13571                 (patch submitted by Simon 'corecode' Schubert)
13572
13573 2002-01-07 [christoph]  0.6.6claws43
13574
13575         * src/mh.c
13576                 search for free message number, do not only rely
13577                 on last_num
13578         * src/send.c
13579                 fix smtp auth and use extra account information
13580                 if available, if not use pop3 data instead
13581                 (closes bug #500341)            
13582         * src/ssl.[ch]
13583                 match coding style
13584
13585 2002-01-06 [alfons]     0.6.6claws42
13586
13587         * src/mainwindow.c
13588                 try making the separate windows work again...
13589
13590 2002-01-06 [alfons]     0.6.6claws41
13591
13592         * src/mainwindow.c
13593                 adapt Hiro's separate window menu (to get rid of the funny
13594                 duplicate menu items), and make it work again
13595
13596 2002-01-06 [alfons]     0.6.6claws40
13597
13598         * tools/Makefile.am
13599         * tools/sylprint.rc
13600         * tools/sylprint.pl
13601         * tools/README.sylprint
13602                 add sylprint script for printing mails from Sylpheed
13603                 (contributed by Ricardo Mones Lastra)
13604
13605         * src/acount.c
13606                 clean up
13607
13608 2002-01-06 [melvin]     0.6.6claws39
13609
13610         * src/mainwindow.c
13611         * src/summaryview.c
13612                 Fixed crash introduced in 0.6.6claws38 by the menu
13613                 reorganisation (Hide read messages)
13614         
13615         * ChangeLog.claws 
13616                 Fixed typo (we are now in 2002, alfons ;) )
13617
13618 2002-01-05 [alfons]     0.6.6claws38
13619
13620         * sync with sylpheed 0.6.6cvs10-17
13621                 (last stuff marked as LAST_STABLE)
13622
13623 2002-01-04 [melvin]     0.6.6claws37
13624
13625         * src/account.c
13626                 Made account selection code use strcasestr again instead of
13627                 g_strcasecmp (fixes bug where reediting queued messages
13628                 did not select proper account reported by T. Link).
13629         
13630         * src/folderview.c
13631                 Fix bug where folder icons are not shown when 'hide read messages'
13632                 is on.
13633         
13634         * src/stock_pixmaps.[ch]
13635                 Added folder icons for 'hide read messages'.
13636         
13637         * src/compose.c
13638                 Fixed bug where 'Enter' in a header entry will send the message 
13639                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13640
13641 2002-01-03 [melvin]     0.6.6claws36
13642         
13643         * src/prefs.[ch]
13644                 Added popup menu for common preferences and
13645                 account preferences (right click on tab displays
13646                                 a menu of all tabs.)
13647
13648 2002-01-02 [melvin]     0.6.6claws35
13649
13650         * src/gtkspell.[ch]
13651                 Made spelling code compatible with undo/redo feature.
13652                 Added creation of suggestion mode menu for the general
13653                         preferences.
13654         
13655         * src/prefs_common.[ch]
13656                 Added option menu for the speller's suggestion mode.
13657                 Added missing spaces in "..." buttons and made a "..."
13658                         button non translatable!
13659         
13660         * src/compose.c
13661                 Made speller use the default suggestion mode.
13662                 Hack to make it possible to choose 'CTRL-Enter' as a
13663                         shortcut for sending (and only for sending).
13664
13665         * src/prefs_folder_item.c
13666                 Changing subject simplification does not update cache 
13667                         anymore (because it is unnecessary).
13668                 Fixed bug where changing subject simplification updated the 
13669                         summaryview even when the viewed folder is not the
13670                         folder which properties are being changed. (E.g. 
13671                                         viewing folder A and changing
13672                                         the subject simplification of 
13673                                         folder B -not being viewed- updated the 
13674                                         summaryview of folder A with data of
13675                                         folder B). (Hope this is clear... )
13676
13677 2001-12-31 [alfons]     0.6.6claws34
13678         
13679         * src/ldif.c
13680         * src/mutt.c
13681                 fgetc() returns a signed integer which doesn't
13682                 fit in a char. so c truncates this to a char
13683                 but we may lose significant bits. i.e. we may
13684                 comparing 0xFF which may not be equal to -1
13685                 unless properly casted to signed char which
13686                 we won't do because fgetc() returns a signed
13687                 integer which doesn't fit in a char. so c 
13688                 truncates this to a char but we may lose 
13689                 significat bits. (you got the idea, thanks
13690                 to Gustavo Noronha Silva <kov@debian.org>
13691                 and the Debian folks!)
13692
13693 2001-12-30 [alfons]     0.6.6claws33
13694
13695         * src/prefs_common.c
13696                 add #ifdef USE_PSPELLs that Melvin forgot               
13697
13698 2001-12-30 [melvin]     0.6.6claws32
13699         
13700         * src/prefs_common.[ch]
13701                 Added configurable color for misspelled words.
13702
13703         * src/gtkspell.[ch]
13704                 Fixed bug of foreground text color (reported by David
13705                                 Mehrmann)
13706                 Added configurable color for misspelled words.
13707
13708 2001-12-30 [alfons]     0.6.6claws31
13709
13710         * src/folder.c
13711                 remove unnecessary things someone put there
13712
13713         * src/mh.c
13714         * src/folder.[ch]
13715                 make folder properties (like threading and sorting) persistent
13716                 (closes bug #497424 "rescan folder tree resets proprieties")
13717                 currently this is only for MH folders. 
13718
13719 2001-12-29 [melvin]     0.6.6claws30
13720
13721         * src/string_match.[ch]
13722                 Optimized a bit: regexp pattern buffer compiled only once, and
13723                   one subroutine call removed. Fixed ^ regexp search: Now, 
13724                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13725         
13726         * src/summaryview.c
13727                 Subject filtering changed to filter summary columns and
13728                   not directly the messages subject cache. The loss in 
13729                   performance is balanced by the improvement of string_match.
13730                 Added an alert panel if there is an error in the regexp.
13731
13732         * src/src/prefs_folder_item.h
13733                 Added a regexp pattern buffer.
13734
13735 2001-12-28 [alfons]     0.6.6claws29
13736
13737         * src/string_match.[ch]
13738                 clean up name space
13739                 allow compilation *BSD
13740
13741 2001-12-27 [alfons]     0.6.6claws28
13742
13743         * src/filter.c
13744                 sync the Hiro's bug fix for BSD
13745
13746 2001-12-27 [melvin]     0.6.6claws27
13747         
13748         * src/compose.c
13749                 Simplify focus to subject entry code.
13750
13751 2001-12-27 [darko]      0.6.6claws26
13752
13753         * src/filtering.c
13754         * src/mbox_folder.c
13755         * src/messageview.c
13756         * src/mh.c
13757         * src/procheader.[ch]
13758         * src/procmsg.h
13759         * src/stock_pixmap.[ch]
13760         * src/summaryview.c
13761                 Show key icon for encrypted mails in summary view
13762
13763         * src/pixmaps/clip.xpm
13764         * src/pixmaps/clipkey.xpm
13765         * src/pixmaps/key.xpm
13766                 New/modified icons for the above
13767
13768 2001-12-27 [melvin]     0.6.6claws25
13769
13770         * src/prefs_common.c
13771                 Put spell checker options in a separate tab to decrease
13772                 the Common Preferences window height.
13773
13774         * README.claws  
13775                 Update spell checker usage instruction about its options
13776                 location.
13777
13778 2001-12-27 [melvin]     0.6.6claws24
13779
13780         * src/compose.c
13781                 Changed subject entry widget position. Initial focus is
13782                 on the To header instead of the subject entry.
13783                 Creating a new header scrolls the header list to make the
13784                 created one visible. Nevertheless, when automatically filling
13785                 headers, the first one is shown.
13786                 A Tab key press in the last empty header entry zips the 
13787                 focus to the subject entry.
13788                 (I did not change the combo boxes, yet)
13789
13790 2001-12-26 [alfons]     0.6.6claws23
13791
13792         * src/prefs_account.c
13793         * src/inc.c
13794                 allow default inbox to reside in another mailbox (only
13795                 works for POP3 accounts)
13796
13797 2001-12-26 [alfons]     0.6.6claws22
13798         
13799         * src/textview.c
13800                 make reply-on-click work with the account of the selected folder
13801         * src/compose.c
13802                 put a fixme here to remind me to fix finding correct default
13803                 account for nested folders
13804
13805 2001-12-25 [alfons]     0.6.6claws21
13806
13807         * src/summaryview.c
13808                 make column headers display locked and mark pixmaps (idea by Melvin) 
13809                 fix bug by adding score and locked column type to sort array
13810
13811 2001-12-25 [alfons]     0.6.6claws20
13812         
13813         * src/summaryview.c
13814                 catch a *potentially* inadvertent write back of  
13815                 the message cache(s) introduced by 0.6.5claws37
13816
13817 2001-12-25 [christoph]  0.6.6claws19
13818
13819         * src/stock_pixmap.[ch]
13820         * src/summaryview.c
13821                 add ignore thread pixmap
13822                 (can someone draw a better icon for this?)
13823
13824 2001-12-24 [alfons]     0.6.6claws18
13825
13826         * src/prefs_folder_item.c
13827                 make address completion actually work for the
13828                 Default To address in the Folder Property dialog.
13829
13830 2001-12-24 [alfons]     0.6.6claws17
13831         
13832         * src/summaryview.c
13833                 use new style regexp for subject stripping 
13834                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13835
13836 2001-12-24 [darko]      0.6.6claws16
13837
13838         * src/pgptext.c
13839         * src/rfc2015.c
13840                 move GPG related informational messages to debug mode
13841
13842 2001-12-23 [alfons]     0.6.6claws15
13843
13844         * src/stock_pixmap.[ch]
13845         * src/summaryview.c
13846                 add the forgotten Claws' locked pixmap
13847
13848 2001-12-23 [alfons]     0.6.6claws14
13849
13850         * src/filesel.c
13851                 accept file name typed in entry in multi file
13852                 selector (patch submitted by Gustavo Noronha Silva 
13853                 <kov@debian.org>)
13854
13855 2001-12-23 [alfons]     0.6.6claws13
13856
13857         * src/prefs_filter.c
13858         * src/prefs_filtering.c
13859         * src/matcher.c
13860         * src/importmutt.c
13861                 clean up a little bit
13862         
13863         * src/string_match.c
13864                 validate input strings a little bit more
13865
13866 2001-12-23 [alfons]     0.6.6claws12
13867
13868         * src/Makefile.am
13869         * src/summaryview.c
13870         * src/string_match.[ch]         ** NEW **
13871         * src/folderview.[ch]
13872         * src/headerview.h
13873         * src/folder.[ch]
13874         * src/prefs_folder_item.[ch]
13875                 add subject simplification to strip out strings from
13876                 a subject line (esp. handy for mailing lists). 
13877                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13878                 but slightly changed things for better integration.)
13879
13880 2001-12-23 [alfons]     0.6.6claws11
13881
13882         * src/mainwindow.c
13883                 fix bug introduced by submission included in 0.6.5claws52.
13884                 ideally this submission should clean the trash if any trash
13885                 folder has a message. however, the hasTrash variable was
13886                 set to false whenever a trash folder was empty (discarding
13887                 a previously found *filled* trash folder.)
13888
13889                 also edited the code a little bit and made it more safe.
13890
13891 2001-12-22 [alfons]     0.6.6claws10
13892
13893         * src/imap.c
13894                 quick fix for Martin Pool's omission of an account
13895                 specific SSL setting
13896
13897 2001-12-22 [alfons]     0.6.6claws9
13898
13899         * src/compose.c
13900         * src/messageview.c
13901         * src/mimeview.c
13902         * src/pgptext.c
13903         * src/procmime.[ch]
13904                 better support for multipart/digest (submitted
13905                 by Fredrik <e98fo@efd.lth.se>)
13906
13907 2001-12-22 [alfons]     0.6.6claws8
13908
13909         * src/addressbook.c
13910                 correct function signature
13911         * src/socket.[ch]
13912         * src/imap.[ch]
13913         * src/prefs_account.[ch]
13914                 allow IMAP over SSH tunnel (patch submitted by 
13915                 Martin Pool <mbp@samba.org>)
13916
13917 2001-12-21 [alfons]     0.6.6claws7
13918
13919         * sync with sylpheed 0.6.6cvs4-9
13920                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13921
13922 2001-12-21 [christoph]  0.6.6claws6
13923
13924         * src/compose.c
13925         * src/prefs_folder_item.[ch]
13926                 implement saving of outgoing messages to current folder.
13927                 fix segfault when no default outbox is available
13928                 (closes bug #495683)
13929
13930 2001-12-21 [carsten]    0.6.6claws5
13931         * src/folderview.c
13932         * src/summaryview.c
13933                 pressing CTRL while DND does now the expected thing and
13934                 copies the mail (moving is still the default, as this
13935                 seam more appropriate for handling mails by DND)
13936
13937 2001-12-18 [paul]       0.6.6claws4
13938
13939         * sync with sylpheed 0.6.6cvs3
13940                 see ChangeLog entries 2001-12-18
13941
13942 2001-12-18 [hiro]       0.6.6claws3
13943
13944         * src/undo.c
13945                 fix for multibyte characters (obtain the number of letters
13946                 instead of bytes).
13947
13948 2001-12-17 [paul]       0.6.6claws2
13949
13950         * sync with sylpheed 0.6.6cvs1
13951                 see ChangeLog entry 2001-12-16
13952
13953 2000-12-17 [alfons]     0.6.6claws1
13954
13955         * src/filtering.c
13956                 clean up
13957
13958 2001-12-16 [paul]       0.6.6claws
13959 2001-12-15
13960
13961         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13962
13963         * src/mimeview.c
13964                 last minute sync with main 0.6.6
13965
13966         * po/es.po
13967                 updated by Ricardo Mones Lastra
13968                 update for last minute sync
13969         * po/fr.po
13970         * po/nl.po
13971                 update for last minute sync
13972         * po/de.po
13973                 updated by Jens Oberender
13974         * po/pt_BR.po
13975                 updated by Fabio Junior Beneditto
13976
13977         * src/prefs_common.[ch]
13978         * src/undo.c
13979                 number of undo levels is user configurable
13980                 (squeeze it into the release in the dying
13981                 moments) Submitted by Jens Oberender    
13982
13983 2001-12-15 [melvin]
13984
13985         * po/fr.po
13986                 updated french translation
13987
13988 2001-12-15 [paul]       0.6.5claws92
13989
13990         * sync with sylpheed 0.6.5cvs28
13991                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13992
13993         * po/nl.po
13994                 update to allow for sync
13995
13996 2001-12-15 [alfons]
13997         
13998         * po/nl.po
13999                 update dutch translation
14000
14001 2001-12-14 [carsten]    0.6.5claws91
14002         * src/summaryview.c
14003                 fixed bug #473785; also after changing the column order
14004                 the same message will be selected and displayed as before
14005                 the reordering
14006
14007 2001-12-14 [carsten]    0.6.5claws90
14008         * src/folderview.c
14009                 probably found the bug reported by wwb opening or closing
14010                 a folder tree just before dnd (found the solution in the
14011                 balsa source -- thanks to them)
14012
14013 2001-12-14 [carsten]    0.6.5claws89
14014         * src/gtkutils.c
14015         * src/account.c
14016                 moved gtk_clist_moveto to the right place, so that
14017                 only the accounts dialog is effected on opening
14018
14019 2001-12-14 [carsten]    0.6.5claws88
14020         * src/gtkutils.c
14021                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14022                 now, so that the focused row will be seen in any case
14023                 (reported by wwp on sf-claws-user)
14024
14025 2001-12-14 [darko]      0.6.5claws87
14026
14027         * src/compose.c
14028                 remove unnecessary line
14029
14030 2001-12-14 [paul]       0.6.5claws86
14031
14032         * sync with sylpheed 0.6.5cvs27
14033                 see ChangeLog entries 2001-12-14
14034
14035 2001-12-14 [carsten]    0.6.5claws85
14036         * src/mainwindow.c
14037                 following a suggestion of Melvin the rcoabm pops up
14038                 right under the button now and the button is reliefed
14039                 while the popup is open
14040
14041 2001-12-14 [darko]      0.6.5claws84
14042
14043         * src/compose.c
14044                 fix crash when wrapping long lines if linewrap quotation
14045                 is disabled and wrapper encounters a word spanning more
14046                 than one line
14047
14048 2001-12-13 [paul]       0.6.5claws83
14049
14050         * src/compose.c
14051                 prefer 'Reply-To' header over mailing list header when
14052                 replying to a message. Finally prevent all those confirmation 
14053                 messages being sent to the list itself.
14054
14055         * src/summaryview.c
14056                 remove unused summary_set_menu_sensitive() entry
14057
14058 2001-12-13 [paul]       0.6.5claws82
14059
14060         * src/folderview.c
14061         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14062         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14063         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14064                 improvements to 'Hide read messages': Inbox, Outbox,
14065                 Trash, Queue, and Draft icons now reveal presence of hidden 
14066                 messages
14067
14068 2001-12-12 [alfons]     0.6.5claws81
14069
14070         0.6.5claws80 was tagged as LAST_STABLE
14071
14072         * src/filtering.[ch]
14073         * src/matcher.[ch]
14074         * src/matcher_parser_lex.c
14075                 fix the filtering; my last attempt to get it right, 
14076                 if it does not work, it's Hoa's turn. ;-)
14077
14078                 for my honourable peers:
14079                 
14080                 the code now makes a clear distinction between
14081                 rules as they are displayed (probably escaped),
14082                 and as they are executed (probably unescaped). the
14083                 parser does *NOT* do any unescaping, this is
14084                 the task of the matcher.c (which breaks up a
14085                 rule into condition) and the filtering.c (which
14086                 breaks up the rule's action). to make this
14087                 run happily we provide an unescaped copy of
14088                 crucial strings to the MatcherProp and 
14089                 FilteringAction structures. note that the only
14090                 exception to this is any REGEXP string. those
14091                 are directly passed to regcomp() and regexp()
14092                 (who have much more powerful unescape functions).
14093                 
14094                 for everyone else:
14095         
14096                 you can escape tab (\t), carriage return (\r),
14097                 linefeed (\n), form feed (\f), quote (\"), 
14098                 single quote (\'), bell (\b) in all the entry
14099                 lines in the scoring & filtering dialogs.
14100                 as an added bonus this should not affect
14101                 existing filtering rules.
14102
14103 2001-12-12 [carsten]    0.6.5claws80
14104
14105         * src/summaryview.c
14106         * po/de.po
14107                 "item(s) selected" is now sensitive to 1 or more
14108                 than one selected (nice for language where simple
14109                 adding of a "s" is not possible as German (Eintrag
14110                 ->Eintr"age)
14111                 
14112                 the "forward as attachment" entry from the right
14113                 click menu removed, "forward" acts following the
14114                 prefs
14115         
14116         * src/textview.c
14117                 reverted my former changes; so compiler warning again
14118                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14119                 nevertheless
14120
14121         * src/messageview.c
14122                 "search in message" does now *not* only work in MVIEW_TEXT
14123                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14124                 message
14125
14126         * src/mainwindow.c
14127                 removed "/File/_Close" as it was the same as "/File/E_xit"
14128                 and we don't need it two times
14129
14130                 the separate folder view and message view now get a distinct
14131                 WMCLASS, just in case someone is using sawfish ;-)
14132
14133                 as the menu entries "/View/Message view" and "/View/Folder tree"
14134                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14135                 make them sensitive accordingly and as these two are "shown"
14136                 after startup anytime check this menuitem at startup
14137
14138 2001-12-12 [paul]       0.6.5claws79
14139
14140         * src/folderview.c
14141                 fix sensitivity of 'Search folder...', broken in
14142                 0.6.5claws75
14143
14144         * src/mainwindow.c
14145                 fix dodgy English
14146
14147 2001-12-11 [carsten]    0.6.5claws78
14148         * src/filtering.c
14149                 fixed two typos returning a wrong FALSE/TRUE
14150         * src/mainwindow.[ch]
14151                 extra menu for email/news button removed
14152
14153 2001-12-11 [alfons]     0.6.5claws77
14154         
14155         * src/matcher.c                 (1.3)
14156         * src/matcher_parser_lex.l      (1.28)
14157                 revert for another attempt
14158                 mark 0.6.5claws77 as LAST_STABLE
14159
14160 2001-12-11 [christoph]  0.6.5claws76
14161
14162         * po/de.po
14163                 fixed wrong translation for prev. unread msg
14164
14165 2001-12-11 [paul]       0.6.5claws75
14166
14167         * src/folder.[ch]
14168         * src/folderview.c
14169         * src/mainwindow.c
14170         * src/summaryview.[ch]
14171         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14172                 enable ability to hide read messages on per folder basis via 
14173                 '/Summary/Hide read messages'; when selected, a folder will 
14174                 have a red open folder icon, instead of a blue icon, if the 
14175                 folder contains hidden messges
14176                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14177
14178         * src/mainwindow.c
14179                 remove '/Message/Forward as attachment' from 
14180                 main_window_set_menu_sensitive() to prevent debug warning
14181
14182         * src/folderview.c
14183         * src/mainwindow.c
14184                 Clean up some of the English
14185
14186         * tools/newscache_clean.pl
14187                 allow for new 'hidereadmsgs' entry in folderlist.xml
14188
14189         * po/es.po
14190                 updated translation, submitted by Ricardo Mones Lastra
14191
14192 2001-12-11 [paul]       0.6.5claws74
14193
14194         * sync with sylpheed 0.6.5cvs25
14195                 see ChangeLog entry 2001-12-11
14196
14197 2001-12-10 [alfons]     0.6.5claws73
14198
14199         * src/matcher.c
14200                 add more control characters
14201         * src/matcher_parser_lex.l
14202                 make escaping / unescaping work again
14203
14204 2001-12-10 [alfons]     0.6.5claws72
14205
14206         * src/imap.c
14207                 clean up warnings "returning value for void function" 
14208         * src/prefs_filtering.c
14209                 make info button for execute action sensitive
14210
14211 2001-12-10 [paul]       0.6.5claws71
14212
14213         * src/compose.c
14214         * src/imap.[ch]
14215         * src/summaryview.c
14216                 fix: imap server now gets informed of MARKED, UNMARKED
14217                 and REPLY events. Now people can use different IMAP-Mail
14218                 clients and have the exact same information about MARKED,
14219                 UNMARKED and REPLY status with all of them. Especially
14220                 useful for imap servers with a web-frontend.
14221                 submitted by Tobias Sandhaas <medlor@web.de>
14222
14223 2001-12-09 [melvin]     0.6.5claws70
14224         
14225         * src/textview.[ch]
14226                 fixed bug #490076 (hunted down by Alfons who implemented
14227                 a workaround in 0.6.5claws65)
14228
14229 2001-12-09 [christoph]  0.6.5claws69
14230
14231         * src/summaryview.c
14232                 set pointer to string in LOCKED column to NULL
14233                 (might fix bug #490800)
14234
14235 2001-12-09 [carsten]    0.6.5claws68
14236
14237         * po/de.po
14238                 resolved some cluttered menu shortcuts 
14239                 ('creating new email' and 'creating news message'
14240                 hade the same)
14241         * src/compose.c
14242                 wmclass now distinc from main window
14243         * src/mainwindow.c
14244           src/mainwindow.h
14245                 email/news and forward button functionality similar
14246                 to the reply buttons; removed the ugly dropdown arrows
14247                 and use instead the right mouse button
14248
14249 2001-12-09 [paul]       0.6.5claws67
14250
14251         * src/imap.c
14252         * src/utils.h
14253                 allow spaces in imap folder names
14254                 submitted by Willem van Engen <wvengen@stack.nl>
14255
14256 2001-12-09 [paul]       0.6.5claws66
14257
14258         * sync with sylpheed 0.6.5cvs24
14259                 see ChangeLog entry 2001-12-09
14260
14261 2001-12-08 [alfons]     0.6.5claws65
14262
14263         * src/textview.c
14264                 prevent secondary selection claim after "add to sender" dialog
14265                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14266                 we trick GTK by simulating a click at (0, 0) in the textview.
14267
14268 2001-12-08 [hoa]        0.6.5claws64
14269
14270         * src/folder.c
14271                 fixed a bug about the .processing folder name while filtering
14272
14273 2001-12-08 [alfons]     0.6.5claws63
14274
14275         * src/folderview.c 
14276                 work around problem of not correctly updating folder stats
14277                 when deleting messages. there's some folder scanning evil
14278                 going so the folderview_update_msg_num() does not work
14279                 correctly. need to investigate this.
14280
14281 2001-12-08 [paul]       0.6.5claws62
14282
14283         * sync with sylpheed 0.6.5cvs23
14284                 see ChangeLog entry 2001-12-08
14285
14286 2001-12-07 [christoph]  0.6.5claws61
14287
14288         * src/compose.c
14289                 fix another header translation problem
14290
14291 2001-12-07 [alfons]     0.6.5claws60
14292
14293         * src/mbox.c
14294                 make filtering also work on local spool mbox
14295
14296 2001-12-07 [carsten]    0.6.5claws59
14297         * src/addressbook.c
14298                 addressbook window gets a wmclass distinct from the main
14299                 sylpheed window
14300         * src/compose.h
14301         * src/mainwindow.[ch]
14302                   forward menu item will use mode selected in prefs, forward 
14303                 as attatchment in menu removed (will be substituted in the
14304                 toolbar similar to reply buttons)
14305                   create news message menu entry and news button is now 
14306                 sensitive to the existance of a news account
14307         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14308         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14309         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14310                 these are removed because the toolbar buttons don't show
14311                 the quoting modus any longer
14312
14313 2001-12-07 [paul]
14314
14315         * tools/newscache_clean.pl      ** NEW FILE **
14316                 perl script to do some tidying up in the newscache directory 
14317                 
14318         * tools/sylpheed-switcher       ** NEW FILE **
14319                 perl script to enable easy switching between main and claws
14320                 
14321         * tools/README
14322                 added descriptions of the two new perl scripts          
14323
14324
14325 2001-12-07 [melvin]     0.6.5claws58
14326
14327         * src/messageview.c
14328                 fixed a warning during compilation introduced in 0.6.5claws56
14329
14330 2001-12-07 [paul]       0.6.5claws57
14331
14332         * src/mainwindow.[ch]
14333         * src/menu.[ch]
14334                 further usability enhancements to replying with or without 
14335                 quoting via the toolbar, use of Ctrl key is replaced by 
14336                 drop down menu 
14337                 Submitted by Carsten Schurig            
14338
14339 2001-12-07 [melvin]     0.6.5claws56
14340
14341         * src/messageview.c
14342                 hack to fix bug that prevented to make/paste selections
14343                 after switching between MVIEW_TEXT and MVIEW_MIME views
14344                 without deselecting the selection first.
14345
14346 2001-12-06 [alfons]     0.6.5claws55
14347
14348         * src/filtering.[ch]
14349         * src/inc.c
14350                 revise filtering a little bit more, and make sure
14351                 messages are delivered to the appropriate inbox
14352                 (perhaps set per account)
14353
14354 2001-12-06 [paul]       0.6.5claws54
14355
14356         * sync with sylpheed 0.6.5cvs22
14357                 see ChangeLog entry 2001-12-06
14358
14359 2001-12-05 [alfons]     0.6.5claws53
14360
14361         * src/inc.c
14362         * src/folder.[ch]
14363         * src/procmsg.c
14364         * src/filtering.c
14365                 more revisions of filtering system
14366                 (last stable version is marked as LAST_STABLE)
14367                 
14368                 | NOTE 1): the filtering system now uses a local folder called
14369                 | .processing. if filtering fails, check this directory
14370                 | for missing messages.
14371                 |
14372                 | NOTE 2): help us find the filtering actions still missing
14373
14374 2001-12-05 [paul]       0.6.5claws52
14375
14376         * src/mainwindow.c
14377                 fix bug where 'Empty Trash?' pop-up window appears even
14378                 when Trash is empty, submitted by Jesse Skinner         
14379
14380 2001-12-05 [melvin]     0.6.5claws51
14381
14382         * src/compose.c
14383                 fixed bug #486106 to select correct account when reediting 
14384                 a queued message
14385         
14386 2001-12-04 [alfons]     0.6.5claws50
14387
14388         * src/mh.c
14389                 declare markfile in appropriate functions when
14390                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14391                 for spotting this)
14392
14393 2001-12-04 [paul]       0.6.5claws49
14394
14395         * sync with sylpheed 0.6.5cvs21
14396                 see ChangeLog entry 2001-12-04
14397
14398 2001-12-03 [christoph]  0.6.5claws48
14399
14400         * po/de.po
14401                 changed translation of undo
14402         * src/account.c
14403         * src/folder.c
14404                 don't reinvent the wheel to traverse a GNode
14405         * src/compose.[ch]
14406                 seperate code to create the compose gui into functions
14407                 add "Others" page with folder selection for saving copy
14408                 of the message.
14409                 the folder identifier is saved to queue header
14410         * src/procmsg.c
14411                 save message to folder in queue header
14412
14413 2001-12-03 [paul]       0.6.5claws47
14414
14415         * sync with sylpheed 0.6.5cvs20
14416                 see ChangeLog entry 2001-12-03
14417
14418 2001-12-01 [paul]
14419
14420         * more sync with sylpheed 0.6.5cvs19
14421                 see ChangeLog entry 2001-11-29
14422
14423 2001-11-30 [paul]       0.6.5claws46
14424         
14425         * src/compose.c
14426                 remove conflicts introduced by Hoa's last commit
14427          
14428         * src/mainwindow.c
14429                 make 'Message/Bounce' sensitive
14430
14431 2001-11-30 [hoa]        0.6.5claws45
14432
14433         * src/compose.c
14434                 slightly change bounce function to add
14435                 information about the user that bounced the mail
14436                 in the From header line.
14437
14438         * src/folderview.c
14439                 permit the use of processing in outbox folder.
14440
14441 2001-11-29 [paul]       0.6.5claws44
14442
14443         * src/mainwindow.[ch]
14444         * src/prefs_common.c
14445         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14446         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14447         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14448                 usability enhancements to the quoting, implements
14449                 use of Ctrl key to toggle quoting settings
14450                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14451
14452 2001-11-29 [paul]       0.6.5claws43
14453         
14454         * sync with sylpheed 0.6.5cvs19
14455                 see ChangeLog entry 2001-11-28
14456
14457 2001-11-29 [melvin]     0.6.5claws42
14458         * src/Makefile.am
14459                 added enriched.[ch] to the list of files
14460
14461         * src/textview.c
14462         * src/mimeview.c
14463         * src/procmime.[ch]
14464         * src/enriched.[ch]
14465                 added support to view text/enriched
14466                 added support to show headers in message view for text/enriched and text/html
14467                         in non multipart messages
14468
14469 2001-11-28 [paul]       0.6.5claws41
14470
14471         * more sync with sylpheed 0.6.5cvs18
14472                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14473
14474 2001-11-27 [paul]       0.6.5claws40
14475         
14476         * po/pt_BR.po
14477                 updated translation, submitted by Fabio Junior Beneditto
14478                 
14479         * sync with sylpheed 0.6.5cvs18
14480                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14481                 2001-11-27
14482
14483
14484 2001-11-26 [paul]
14485
14486         * po/es.po
14487                 updated translation, submitted by Ricardo Mones Lastra
14488
14489 2001-11-26 [alfons]
14490
14491         * src/matcher.c
14492                 add more translatable strings
14493
14494 2001-11-26 [christoph]  0.6.5claws39
14495
14496         * po/de.po      
14497                 fixed one more umlaut
14498         * src/compose.c
14499                 fix translated header when it should not be translated
14500
14501 2001-11-26 [paul]       0.6.5claws38
14502
14503         * src/mainwindow.c
14504                 remove '/Message/Add Sender to address book' from 
14505                 main_window_set_menu_sensitive(), prevent debug warning
14506                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14507
14508 2001-11-26 [paul]       0.6.5claws37
14509
14510         * src/summaryview.c
14511                 fix 'recurring unread state' bug 
14512
14513         * tools/README 
14514         * tools/filter_conv.pl
14515                 read name of top level mailbox from folderlist.xml
14516                 and presume nothing about its name              
14517
14518 2001-11-26 [darko]      0.6.5claws36
14519
14520         * src/gtkstext.[ch]
14521                 removed functions that are now in gtkutils.c
14522                 use gtkut_text_is_uri_string() from gtkutils.c
14523         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14524
14525 2001-11-26 [paul]       0.6.5claws35
14526
14527         * sync with sylpheed 0.6.5cvs16
14528                 see ChangeLog entries 2001-11-25 and 2001-11-26
14529
14530 2001-11-25 [alfons]     0.6.5claws34
14531
14532         EXPERIMENTAL!!! Please checkout the last stable version using: 
14533           
14534         % cvs update -r LAST_STABLE -dRAP
14535
14536         (Or help us testing this stuff.)
14537
14538         * src/filtering.c               (1.14)
14539         * src/filtering.h               (1.6)
14540         * src/inc.c                     (1.28)
14541         * src/matcher.c                 (1.20)
14542         * src/mbox.c                    (1.9)
14543         * src/procmsg.h                 (1.14)
14544         * src/summaryview.c             (1.59)
14545         * src/summaryview.h             (dunno)
14546                 revert/merge/sync to as it was before commit 
14547                 on Thu, 19 Jul 2001 10:15:51 -0700.
14548
14549 2001-11-25 [hoa]        0.6.5claws33
14550
14551         * src/main.c
14552                 processing mails at startup
14553
14554         * src/folderview.c
14555         * src/summaryview.[ch]
14556                 processing mails when entering folder
14557
14558         * src/prefs_filtering.c
14559                 fixed some UI bugs
14560
14561 2001-11-24 [alfons]     0.6.5claws32
14562
14563         * src/summaryview.[ch]
14564                 make summary sort headers work, and also make
14565                 sure the sort type is stored
14566
14567 2001-11-23 [alfons]     0.6.5claws31
14568
14569         * src/summaryview.[ch]
14570                 make lock work like mark
14571                 disallow deleting messages marked as locked
14572
14573 2001-11-23 [alfons]     0.6.5claws30
14574
14575         * src/gtkstext.c
14576         * src/compose.[ch]
14577         * src/Makefile.am
14578         * src/undo.[ch]
14579                 merge undo patch submitted by Jens
14580
14581 2001-11-23 [christoph]  0.6.5claws29
14582
14583         * src/.cvsignore
14584                 added ylwrap
14585         * src/compose.c
14586                 fixed gpg signing and encoding
14587         * src/folder.[ch]
14588         * src/main.c
14589                 added --status option to get new, unread and total
14590                 message count from a running sylpheed
14591         * src/prefs_common.c
14592                 temporary fix for reply_with_quote problem
14593                 (don't call functions for non existing widget)
14594         * src/procmsg.c
14595                 one more check for ignored threads but still not
14596                 always working correctly. probably a recursive
14597                 check for all parents is needed
14598
14599 2001-11-23 [darko]      0.6.5claws28
14600
14601         * src/compose.c
14602                 wrapping on send improvements
14603         * src/gtkutils.[ch]
14604                 fix for GtkSText after last sync with main branch
14605                 GTK_TEXT -> GTK_STEXT
14606
14607 2001-11-23 [paul]       0.6.5claws27
14608
14609         * sync with sylpheed 0.6.5cvs14
14610                 see ChangeLog entries 2001-11-22 and 2001-11-23
14611                 
14612         * po/de.po
14613                 fixed the scrambled umlauts 
14614                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14615
14616 2001-11-21 [paul]       0.6.5claws26
14617
14618         * sync with sylpheed 0.6.5cvs12
14619                 see 2nd ChangeLog entry dated 2001-11-20
14620
14621 2001-11-20 [paul]       0.6.5claws25
14622
14623         * sync with sylpheed 0.6.5cvs11
14624                 see ChangeLog entry 2001-11-19 (src/utils.c)
14625
14626 2001-11-20 [hiro]
14627
14628         * src/compose.c
14629                 GTK_TEXT -> GTK_STEXT
14630                 fix for wrong comment
14631
14632 2001-11-20 [hiro]       0.6.5claws24
14633
14634         * src/compose.[ch]
14635                 more merges from main branch
14636                 removed fatal warnings (uninitialized variables etc.)
14637                 some coding style fix
14638         * src/gtkutils.h
14639                 fixed typo.
14640         * src/addressbook.c
14641           src/addrindex.c
14642                 V-Card -> vCard
14643
14644 2001-11-19 [hoa]        0.6.5claws23
14645
14646         * src/filtering.c
14647         * src/prefs_scoring.c
14648         * src/matcher.[ch]
14649         * src/scoring.c
14650                 cleaning code
14651
14652         * src/matcher_parser_parse.y
14653         * src/prefs_filtering.c
14654                 bouncing
14655
14656 2001-11-19 [alfons]     0.6.5claws22
14657
14658         more of my old things into claws
14659
14660         * src/Makefile.am
14661         * src/prefs_common.c
14662         * src/procmsg.h
14663         * src/summaryview.[ch]
14664         * src/prefs_summary_column.c
14665         * src/pixmaps/locked.xpm
14666                 add indicators for locking of message in summary view
14667                 (does not work yet, only visual indicator)
14668
14669 2001-11-19 [paul]       0.6.5claws21
14670
14671         * sync with sylpheed 0.6.5cvs10
14672                 see ChangeLog entry 2001-11-19
14673
14674 2001-11-18 [alfons]     0.6.5claws20
14675         
14676         * src/filtering.c
14677                 remove an inadvertent free I forgot in previous clean up 
14678
14679 2001-11-18 [alfons]     0.6.5claws19
14680
14681         * src/filtering.[ch]
14682                 clean up & plug leaks
14683
14684 2001-11-18 [paul]       0.6.5claws18
14685
14686         * sync with sylpheed 0.6.5cvs9
14687                 see ChangeLog entries 2001-11-17 and 2001-11-18
14688
14689 2001-11-16 [paul]       0.6.5claws17
14690
14691         * sync with sylpheed 0.6.5cvs8
14692                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14693
14694 2001-11-16 [paul]       0.6.5claws16
14695
14696         * sync with sylpheed 0.6.5cvs7
14697                 see ChangeLog entries 2001-11-15 and 2001-11-16
14698
14699 2001-11-15 [hoa]        0.6.5claws15
14700
14701         * src/compose.c
14702                 fix bounce, mails we received couln't be bounced to ourself.
14703
14704         * src/defs.h
14705         * src/filtering.[ch]
14706         * src/matcher.[ch]
14707         * src/matcher_parser.h
14708         * src/matcher_parser_lex.l
14709         * src/matcher_parser_parse.y
14710         * src/inc.c
14711         * src/main.c
14712         * src/mbox.c
14713         * src/prefs_filtering.[ch]
14714         * src/mainwindow.c
14715         * src/prefs_matcher.c
14716         * src/prefs_scoring.c
14717         * src/scoring.[ch]
14718         * src/summaryview.c
14719                 new matcher/filter/score configuration file parser
14720                 one unique configuration file => ~/.sylpheed/matcherrc
14721                 import in currently automatic, then save are made
14722                 in this new file.
14723                 one filter per folder and one global filter
14724                 (filter of a folder will be used as folder processing)
14725
14726         * src/folder.c
14727                 fix a bug in folder_item_get_identifier
14728                 
14729         * src/messageview.c
14730                 receive receipt return are fixed.
14731
14732 2001-11-14 [alfons]     0.6.5claws14
14733
14734         * src/session.h
14735                 add things from main branch to make claws compile
14736
14737 2001-11-14 [paul]       0.6.5claws13
14738
14739         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14740                 see ChangeLog entries 2001-11-08 to 2001-11-14
14741
14742 2001-11-14 [hoa] 0.6.5claws12
14743
14744         * src/compose.[ch]
14745         * src/mainwindow.c
14746         * src/summaryview.c
14747                 add "bounce mail" option
14748
14749 2001-11-13 [christoph]  0.6.5claws11
14750
14751         * src/compose.c
14752                 Cleanup a mess i add before commiting
14753
14754 2001-11-13 [hoa]        0.6.5claws10
14755
14756         * src/compose.c
14757                 some fixes when mail are sent or
14758                 for crossposts
14759
14760 2001-11-13 [christoph]  0.6.5claws9
14761
14762         * po/de.po
14763                 Changed two string with the same translation
14764         * src/compose.c
14765         * src/procmsg.[ch]
14766         * src/send.[ch]
14767                 New mailsending process:
14768                   - Always queue message before sending
14769                     (message will be saved if sylpheed crashed or
14770                      freezes while sending)
14771                   - Allow queuing of newspostings
14772                   - No copy in outbox before sending
14773                     (closes bug #469501)
14774                   - No more redundant code for send and send_later
14775         * src/summaryview.c
14776                 Applied wwp <subscript@free.fr>'s patch that fixes
14777                 marks for multiple forwarded messages (+compose.c)
14778
14779 2001-11-12 [alfons]
14780
14781         * README.claws
14782                 remove things that are now in main branch
14783         
14784         * po/nl.po
14785                 update Dutch translation
14786
14787 2001-11-12 [mhadasht]   0.6.5.claws8
14788
14789         * src/prefs_common.c
14790                 re-enabled account autoselection feature for forward
14791                 and reedit lost during the branch point for SYNC-B4-REL
14792         * src/gtkspell.c
14793                 gtkpspell_get_dict(): more readable code (even if function is
14794                 not used yet)
14795         * ChangeLog.claws
14796                 added version number info to 2001-11-12 [hiro] comment.
14797
14798 2001-11-12 [hiro]       0.6.5.claws7
14799
14800         * src/compose.c
14801                 compose_forward(): fixed a bug that forward quote mark
14802                 wasn't used.
14803                 removed unnecessary code.
14804         * src/template_select.[ch]: removed.
14805
14806 2001-11-11 [alfons]
14807
14808         * src/compose.c
14809                 :%s/GTK_TEXT/GTK_STEXT/g
14810         
14811         * src/compose.[ch]
14812         * src/undo.[ch]
14813         * src/Makefile.am
14814                 revert the undo stuff (this is 0.6.6claws stuff)
14815
14816 2001-11-11 [hoa]        0.6.5.claws6
14817
14818         * src/compose.[ch]
14819                 Insert signature at the end of the text.
14820                 Added undo patch but currently disabled
14821
14822         * src/procmsg.c
14823                 Threading by subject improved.
14824
14825         * added src/undo.[ch]
14826                 Undo module for compose dialog box.
14827
14828 2001-11-11 [alfons]     0.6.5.claws5
14829
14830         * src/procmsg.c
14831                 prevent threading by subject on nodes that have already been
14832                 threaded by in-reply-to (as in "circular references in a tree
14833                 result in a dead branch")
14834
14835 2001-11-09 [hoa]        0.6.5.claws4
14836         
14837         * src/folderview.c
14838                 allows creation of mbox folder item from any files.
14839
14840 2001-11-09 [alfons]     0.6.5.claws3
14841         
14842         * src/utils.c
14843         * src/procmsg.c
14844                 do what I mean and correct threading by subject so it really
14845                 ignores attracting lines without "Re: "
14846
14847 2001-11-07 [alfons]     0.6.5.claws2
14848
14849         * src/procmsg.c
14850         * src/utils.[ch]
14851                 only attract by subject if a subject line starts with a "Re: "
14852         * src/syldap.c
14853                 remove warning
14854
14855 2001-11-07 [paul]       0.6.5claws1
14856
14857         * sync with sylpheed 0.6.5. release
14858                 see ChangeLog entry 2001-11-07
14859
14860 2001-11-07 [paul]       0.6.4claws31
14861
14862         * sync with sylpheed 0.6.4cvs18
14863                 see ChangeLog entries 2001-10-30 to 2001-11-07
14864                 prefs_templates.[ch] renamed prefs_template.[ch]
14865
14866 2001-11-06 [alfons]
14867         
14868         * src/utils.h
14869                 add semicolon Hoa forgot ;-)
14870                 
14871
14872 2001-11-06 [hoa]        0.6.4claws30
14873         
14874         * src/procmsg.c
14875         * src/summaryview.c
14876         * src/utils.c
14877         * src/utils.h
14878                 threading by subject - empty subject are ignored
14879
14880 2001-11-06 [christoph]  0.6.4claws29
14881
14882         * src/socket.c
14883                 use SSL_peek for sock_gets
14884         * src/utils.c
14885                 removed unneeded pointer in extracting quoted
14886                 names implementation
14887
14888 2001-11-06 [melvin]     0.6.4claws28
14889
14890         * src/gtkspell.c
14891                 fixed bug #476792 Selection overtyping with spell checker
14892                 fixed bug which could cause a buffer overflow
14893                 fixed a memory leak
14894
14895 2001-11-06 [hoa]        0.6.4claws27
14896         
14897         * src/procmsg.c
14898         * src/summaryview.c
14899                 threading by subject
14900
14901 2001-11-05 [alfons]     0.6.4claws26
14902         
14903         * README.claws
14904                 Claws -> Sylpheed (vice versa)
14905
14906         * src/compose.c
14907                 :%s/gtk_text/gtk_stext/g
14908                 :%s/GTK_TEXT/GTK_STEXT/g
14909                 (thanks to Jonathan Ware for spotting this)
14910
14911 2001-11-04 [christoph]  0.6.4claws25
14912
14913         * src/summaryview.c
14914                 replace Xalloca + strdup with Xstrdup_a
14915         * src/utils.c
14916                 better implementation of extracting quoted names
14917                 from addresses (remove backlashes and ignore
14918                 quotes after them)
14919
14920 2001-11-04 [alfons]     0.6.4claws24
14921
14922         * src/utils.[ch]
14923                 edit to comply more with coding style
14924
14925         * src/textview.c
14926                 fix bug reported by Kim Schulz. introduced by the patch integrated
14927                 in 0.6.4claws15. the code did not check the return value of
14928                 the html parser.
14929
14930         * AUTHORS
14931                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14932
14933 2001-11-04 [christoph]  0.6.4claws23
14934
14935         * src/main.c
14936         * src/prefs_common.[ch]
14937                 init some pointers that possibly caused a segfault
14938                 reported in the claws-users ML
14939
14940 2001-11-04 [hoa]        0.6.4claws22
14941
14942         * src/grouplistdialog.c
14943                 change the names of the nodes in the tree
14944
14945         * src/compose.c
14946                 enhanced mailto syntax as described in
14947                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14948                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14949
14950         * src/utils.c
14951                 encode and decode URI (useful when opening URL into
14952                 netscape).
14953
14954 2001-11-03 [hoa]        0.6.4claws21
14955
14956         * src/grouplistdialog.c
14957                 a new newsgroups list selection dialog box
14958                 with a CTree instead of a CList
14959
14960 2001-11-03 [hoa]        0.6.4claws20
14961
14962         * src/folderview.c
14963                 enable property and scoring options when right
14964                 click on "inbox"
14965
14966         * src/summaryview.c
14967                 fixed bug when nickname were displayed using
14968                 the address book.
14969
14970 2001-11-02 [darko]      0.6.4claws19
14971
14972         * src/compose.c
14973                 new wrap quotation and URL/long words wrapping implementation
14974         * src/compose.c src/gtkstext.[ch]
14975                 move gtkstext_strncmp() to gtkstext.c
14976
14977 2001-11-01 [christoph]  0.6.4claws18
14978
14979         * src/prefs_account.c
14980                 fixed mess in account settings dialog
14981         * src/prefs_folder_item.c
14982                 added label with folder path to dialog
14983
14984 2001-10-31 [match]      0.6.4claws17
14985
14986         * src/vcard.c
14987                 fix memory leak.
14988         * src/addrbook.c
14989                 fix generation of spurious address book file names.
14990                 remove redundant functions.
14991         * po/POTFILES.in
14992                 added missing file names.
14993
14994 2001-10-30 [paul]       0.6.4claws16
14995
14996         * sync with sylpheed 0.6.4cvs6
14997                 see ChangeLog entries 2001-10-26 to 2001-10-30
14998
14999         * tools/filter_conv.pl
15000                 read folderlist.xml to discover whether the top-level
15001                 folder is called 'Mailbox' or 'Mail' 
15002
15003 2001-10-29 [paul]       0.6.4claws15
15004
15005         * src/html.c, src/textview.c
15006                 activate links in html mail and fix clickable parts
15007                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15008
15009 2001-10-29 [paul]
15010
15011         * po/de.po, po/es.po, po/pt_BR/po
15012                 updated translations, submitted by Jens Oberender,
15013                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15014
15015 2001-10-29 [darko]      0.6.4claws14
15016
15017         * src/compose.c
15018                 fix wrapping for good
15019
15020 2001-10-29 [darko]
15021
15022         * src/compose.c
15023                 undo previous change as it broke the smart wrapping
15024
15025 2001-10-29 [darko]      0.6.4claws13
15026
15027         * src/compose.c
15028                 fix infinite loop when long URL is quoted
15029                 (closes bug #475122.
15030
15031 2001-10-28 [match]
15032
15033         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15034                 import Mutt address book
15035         * src/ldif.[ch] src/importldif.h
15036                 modified import LDIF handle user attributes
15037
15038 2001-10-28 [christoph]  0.6.4claws12
15039
15040         * src/summaryview.c
15041                 fixed that filtering did not work if there
15042                 were no filter rules
15043                 (closes bug #472003 and better implementation
15044                  of patch #474644)
15045
15046 2001-10-27 [christoph]  0.6.4claws11
15047
15048         * src/compose.c
15049                 make the folder's default account to be used when
15050                 replying. (patch by wwp <subscript@free.fr>)
15051         * src/compose.c
15052                 code cleanup, nearly killed all of wwp's patch
15053                 for folder's default account in compose
15054         * src/folderview.c
15055                 error panel when a folder could not be created
15056                 (closes bug #471080 new folder name & already
15057                  existing file)
15058
15059 2001-10-26 [alfons]
15060
15061         * src/utils.h
15062                 change prototype of strstr2() that Christoph forgot about
15063
15064 2001-10-26 [christoph]  0.6.4claws10
15065
15066         * src/account.c
15067                 made search for accounts by email address not case
15068                 sensitive
15069         * src/folder.c
15070                 fixed memory leak in folder_item_get_identifier
15071         * src/gtkspell.c
15072         * src/utils.c
15073                 fixed wrong strstr2 (should work like strstr)
15074
15075 2001-10-26 [darko]      0.6.4claws9
15076
15077         * src/compose.c src/gtkstext.[ch]
15078         * src/gtkstext.c
15079                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15080
15081 2001-10-26 [paul]       0.6.4claws8
15082
15083         * src/html.c
15084                 ignore css and javascript tags in html mail
15085                 case-insensitive, with or without double-quoted
15086                 strings
15087
15088 2001-10-26 [paul]       0.6.4claws7
15089
15090         * sync with sylpheed 0.6.4cvs1
15091                 see ChangeLog entry 2001-10-26
15092
15093         * src/prefs_account.c, src/prefs_common.c,
15094           src/prefs_summary_column.c
15095                 minor improvements to the English
15096
15097 2001-10-25 [alfons]     0.6.4claws6
15098
15099         * src/gtkstext.c
15100         
15101                 make GtkSText follow style of GtkText (closes bug 
15102                 #469211 "text selection while writing message")
15103                 
15104                 do sync with GTK 1.2.10
15105
15106 2001-10-25 [paul]       0.6.4claws5
15107
15108         * src/html.c
15109                 ignore css tags in html mail
15110
15111 2001-10-25 [darko]      0.6.4claws4
15112
15113         * src/compose.c
15114                 don't declare is_url_string as static function since
15115                 we need it in gtkstext.c
15116         * src/gtkstext.c
15117                 remove unused variable
15118                 don't wrap long URLs while composing a message
15119
15120 2001-10-24 [christoph]  0.6.4claws3
15121
15122         * src/socket.c
15123                 fix ssl deadlock, when peer closes connection
15124
15125 2001-10-24 [paul]       0.6.4claws2
15126
15127         * src/prefs_common.c
15128                 gettextize the gpg ascii-armored warning message
15129
15130         * src/compose.c
15131                 insert a DOS/MAC file into the composed message
15132                 (improvements)
15133
15134         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15135
15136 2001-10-22 [paul]       0.6.4claws1
15137
15138         * sync with sylpheed 0.6.4 release
15139                 see ChangeLog entries 2001-10-21
15140
15141         * po/fr.po, po/pt_BR.po
15142                 updated by Melvin Hadasht and Fabio Junior Beneditto
15143
15144 2001-10-21 [paul]       0.6.3claws30
15145
15146         * src/compose.c
15147                 insert a DOS text file from the compose window
15148                 into the composed message text (removes CRs characters)
15149                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15150
15151         * tools/filter_conv.pl, tools/README
15152                 automatically use ~/.sylpheed as working directory
15153                 print out confirmation message on completion
15154
15155         * correct Hoa's last ChangeLog.claws entry
15156
15157 2001-10-20 [hoa]        0.6.3claws29
15158
15159         * src/grouplistdialog.c
15160                 bugfix (another ?) to give the right
15161                 newsgroups list for each news server.
15162
15163         * src/news.c
15164         * src/news.h
15165                 improve the newsgroups list cache
15166
15167 2001-10-20 [paul]       0.6.3claws28
15168
15169         * sync with sylpheed 0.6.3cvs9
15170                 see ChangeLog entry 2001-10-19
15171
15172         * correct Alfons' last ChangeLog.claws entry
15173
15174 2001-10-19 [alfons]
15175
15176         * src/pgptext.[ch]
15177                 fix compilation problems (part of bug #472895)
15178
15179 2001-10-18 [hoa]        0.6.3claws27
15180
15181         * src/grouplistdialog.c
15182                 bugfix when we refresh was clicked (bug 472701)
15183
15184 2001-10-19 [christoph]  0.6.3claws26
15185
15186         * src/compose.c
15187                 last header entry should default to "To:" or
15188                 "Newsgroups:" and not copy the last entry line
15189                 in a new compose window
15190                 (closes bug #472686, #470792)
15191
15192 2001-10-19 [paul]       0.6.3claws25
15193
15194         * sync with Sylpheed 0.6.3cvs8
15195                 see ChangeLog entries 2001-10-18 and 2001-10-19
15196
15197 2001-10-18 [christoph]  0.6.3claws24
15198
15199         * src/procmsg.c
15200                 reimplement ignore thread
15201         
15202 2001-10-18 [hoa]        0.6.3claws23
15203
15204         * src/folderview.c
15205         * src/grouplistdialog.[ch]
15206                 enhanced news subscription interface (feature 469113)
15207
15208         * src/news.c
15209         * src/news.h
15210                 enchanced newsgroup listing,
15211                 now, we can get groups informations
15212                 (NNTPGroupInfo)
15213
15214 2001-10-18 [paul]       0.6.3claws22
15215
15216         * src/summaryview.c
15217                 remove comment (sync with main branch)
15218         * src/mainwindow.c
15219                 fix 'Re-edit' bug in 'Message' menu
15220
15221 2001-10-17 [christoph]  0.6.3claws21
15222
15223         * src/compose.c
15224                 ignore empty or whitespace only header lines
15225
15226 2001-10-17 [paul]       0.6.3claws20
15227
15228         * sync with sylpheed 0.6.3cvs7
15229                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15230                 2001-10-17
15231
15232 2001-10-17 [darko]
15233
15234         * src/compose.c
15235                 wrap long lines without spaces
15236                 don't wrap URLs
15237
15238 2001-10-16 [paul]
15239
15240         * po/es.po, po/nl.po, po/pt_BR.po
15241                 updated by Ricardo Mones Lastra, Alfons,
15242                 and Fabio Junior Beneditto
15243
15244         * sylpheed-0.6.3claws released
15245
15246 2001-10-15 [melvin] 0.6.3claws18
15247
15248         * README.claws
15249                 added summary and detailed installation instructions
15250                 for spell checker
15251         * po/fr.po
15252                 Updated, corrected and completed french translation
15253
15254 2001-10-15 [hoa] 0.6.3claws17
15255         * src/grouplistdialog.c
15256                 we can choose the newsgroups to display with wildcards
15257
15258 2001-10-15 [christoph]  0.6.3claws16
15259
15260         * src/account.c
15261         * src/compose.c
15262         * src/prefs_folder_item.[ch]
15263                 applied wwp <subscript@free.fr>'s folder
15264                 default account patch
15265         * po/de.po
15266                 Fixed wrong translation
15267
15268 2001-10-13 [alfons, christoph, melvin]  
15269                         0.6.3claws15
15270
15271         solution #2 to solve MT-safety problems defers all GUI related calls
15272         to the main thread using a gtk_idle_add() callback. discussed on
15273         ircnet #sylpheed, with christoph spotting some issues with the
15274         original code, and melvin allowing us to lobotomize his sylpheed.
15275
15276         * src/syldap.[ch], src/main.c
15277                 fix race problem in ldap search thread by deferring GUI 
15278                 stuff to main thread using gtk_idle_add()
15279
15280 2001-10-13 [paul]       0.6.3claws14
15281
15282         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15283                 add Sergey's smtpcred.patch
15284                 adds separate username/password setting for SMTP Auth
15285                 needed by some servers
15286                 (closes feature request #471659)
15287
15288 2001-10-13 [paul]       0.6.3claws13
15289
15290         * src/pgptext.[ch] **NEW FILES**
15291         * src/Makefile.am, src/messageview.c, src/mimeview.c
15292                 decrypt ascii-armored gpg text embedded in
15293                 the message body.
15294                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15295
15296 2001-10-13 [christoph]  0.6.3claws12
15297
15298         * README.claws
15299                 some more details on default to and
15300                 feature requests
15301         * src/main.c
15302                 init glib threading when ldap is used
15303         * src/syldap.c
15304                 threading fixes
15305         * po/de.po
15306                 fixed a typo
15307
15308 2001-10-12 [paul]       0.6.3claws11
15309
15310         * src/prefs_common.[ch], src/rfc2015.c
15311                 enable ascii-armored gpg text to be embedded in the
15312                 message body, selectable through the 'Privacy'
15313                 preferences. Supports encrypting only.
15314                 Submitted by Ravemax <ravemax@dextrose.com>
15315
15316 2001-10-12 [paul]       0.6.3claws10
15317
15318         * sync with sylpheed 0.6.3cvs6
15319                 see ChangeLog entries 2001-10-11 and 2001-11-12
15320
15321         * src/folderview.c
15322                 incorporated mbox folders, scoring, and folder
15323                 properties into the sync
15324
15325 2001-10-12 [darko]      0.6.3claws9
15326
15327         * README.claws
15328                 describe quotation wrapping
15329         * src/compose.c
15330                 don't treat tab as space to calculate line length properly
15331
15332 2001-10-11 [alfons]
15333
15334         * README.claws
15335                 correct description of how to make new filtering system work,
15336                 add some other things
15337                 
15338         * src/syldap.c
15339                 remove sched_yield() (not necessary / unportable)
15340
15341 2001-10-11 [paul]       0.6.3claws8
15342
15343         * sync with sylpheed 0.6.3cvs3
15344                 see ChangeLog entry 2001-10-10
15345
15346 2001-10-10 [christoph]  0.6.3claws7
15347
15348         * .cvsignore
15349                 ignore 2 files created by newer autotools
15350         * src/prefs_folder_item.c
15351                 using table for widget alignment
15352                 fixed memory leak and broken octal display
15353         * src/filesel.c
15354                 fixed segfault caused by lost filename
15355                 workaround (closes bug #469551)
15356
15357 2001-10-10 [paul]       0.6.3claws6
15358
15359         * sync with sylpheed 0.6.3cvs2
15360                 see ChangeLog entries 2001-10-09 and 2001-10-10
15361
15362 2001-10-10 [darko]      0.6.3.claws5
15363
15364         * src/gtkstext.c
15365                 proper calculation of right margin if smart wrapping is enabled
15366         * src/compose.c
15367                 automatically wrap long lines if wrap quotation is enabled
15368
15369 2001-10-09 [alfons]     0.6.3.claws4
15370
15371         * src/summaryview.c
15372                 select correct row when deleting last row in the summary view (and
15373                 close bug "[ #469104 ] select second last in list when deleting")
15374
15375 2001-10-09 [paul]       0.6.3claws3
15376
15377         * sync with sylpheed 0.6.3cvs1
15378                 updated some autotool scripts
15379
15380 2001-10-09 [darko]      0.6.3claws2
15381
15382         * src/gtkstext.[ch]
15383                 new name and mark with Sylpheed comment
15384         * src/compose.c
15385                 smart quotation wrapping a-la VIM
15386
15387 2001-10-08 [paul]       0.6.3claws1
15388
15389         * sync with sylpheed 0.6.3 release
15390                 see ChangeLog entry 2001-10-08
15391
15392 2001-10-08 [paul]       0.6.2claws24
15393
15394         * src/summaryview.c
15395                 more sync with sylpheed 0.6.2cvs12
15396                 Fixed the bug that didn't select the last row correctly
15397
15398
15399 2001-10-07 [paul]       0.6.2claws23
15400
15401         * sync with sylpheed 0.6.2cvs12
15402                 see ChangeLog entry 2001-10-07
15403
15404 2001-10-06 [match]
15405         * src/jpilot.[ch]
15406                 enable jpilot to read unsynch'ed addresses.
15407
15408         * src/editldap_basedn.c
15409                 fix segfault when opening dialog.
15410
15411 2001-10-06 [alfons]     0.6.2.claws22
15412
15413         * src/summaryview.c
15414                 fix bug with summary view selecting last *inserted*
15415                 node instead of last *visible* node. remember we
15416                 work with a tree
15417
15418 2001-10-06 [paul]       0.6.2claws21
15419
15420         * po/pt_BR.po
15421                 updated translation, contains some fixes and new
15422                 translations, submitted by Gustavo Noronha Silva
15423                 <kov@debian.org>
15424
15425         * src/prefs_common.c
15426                 change 'each' to 'every' - fix dubious English
15427
15428         * sync with sylpheed 0.6.2cvs11
15429
15430 2001-10-05 [alfons]     0.6.2claws20
15431
15432         * src/mainwindow.[ch], src/folderview.c
15433                 make composite tool button switch between "Compose News"
15434                 and "Compose Mail" depending on selected folder
15435                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15436
15437 2001-10-05 [paul]       0.6.2claws19
15438
15439         * src/mainwindow.c, src/summaryview.c
15440                 fix 'Message/Reply to all', broken in last commit
15441
15442         * src/compose.c
15443                 fix X_BEENTHERE seg fault, thanks to Alfons
15444
15445 2001-10-04 [paul]       0.6.2claws18
15446
15447         * src/compose.[ch], src/mainwindow.c
15448                 make "Message/Reply" reply to mailing lists; matches
15449                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15450                 based on portions of the patch submitted by
15451                 Junichi Uekawa <dancer@netfort.gr.jp>
15452
15453 2001-10-04 [darko]      0.6.2claws17
15454
15455         * src/compose.c
15456                 better smart wrapping
15457         * src/gtkstext.[hc]
15458                 a function to make text buffer contiguous
15459
15460 2001-10-03 [paul]       0.6.2claws16
15461
15462         * sync with sylpheed 0.6.2cvs10
15463
15464 2001-10-02 [alfons]
15465
15466         * configure.in
15467         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15468                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15469                 references to chinese translations (hope someone picks up
15470                 this)
15471
15472 2001-10-02 [christoph]  0.6.2claws15
15473
15474         * src/compose.c
15475                 fixed non translated header bug
15476         * ChangeLog.claws
15477                 fixed wrong date in alfons last entry ;)
15478
15479 2001-10-02 [alfons]     0.6.2claws14
15480
15481         * src/compose.c, src/prefs_common.[ch]
15482                 add block cursor option
15483
15484 2001-10-02 [paul]       0.6.2claws13
15485
15486         * sync with sylpheed 0.6.2cvs9
15487
15488 2001-09-30 [paul]       0.6.2claws12
15489
15490         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15491                 updated translations
15492
15493         * po/POTFILES.in
15494                 add 'src/importldif.c'
15495
15496         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15497                 added eudora-to-vCard conversion tool
15498                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15499
15500         * sync with sylpheed 0.6.2cvs8
15501
15502 2001-09-30 [paul]
15503
15504         * sylpheed-0.6.2claws released
15505
15506 2001-09-27 [melvin]     0.6.2claws11
15507
15508         * src/gtkspell.c
15509                 fixed crash when using default path (introduced 
15510                 in 0.6.2claws10)
15511                 fixed tiny bug for initial suggestion mode
15512
15513 2001-09-27 [melvin]     0.6.2claws10
15514         
15515         * src/gtkspell.c
15516                 fixed bug where gtkpspell didn't set the path correctly
15517
15518         * README.claws
15519                 added a paragraph about spell checking
15520                 
15521
15522
15523 2001-09-27 [paul]       0.6.2claws9
15524
15525         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15526                 replace '// comments' with '/* comments */' to prevent
15527                 some compiler warnings 
15528
15529         * sync with sylpheed 0.6.2cvs6
15530
15531 2001-09-26 [alfons]     0.6.2claws8
15532
15533         * src/messageview.c
15534                 introduce return receipt request notification again,
15535                 which was lost because of other semantics in 
15536                 procheader_parse() (???)
15537
15538 2001-09-26 [christoph]  0.6.2claws7
15539
15540         * src/compose.c
15541                 replace comments for old code with #if 0
15542                 readded auto cc, bcc and reply-to
15543         * src/prefs_matcher.c
15544         * src/prefs_scoring.c
15545                 removed some definition (was moved to
15546                 prefs.h)
15547
15548 2001-09-26 [paul]       0.6.2claws6
15549
15550         * src/mainwindow.c
15551                 make 'Follow-up and reply to' sensitive
15552
15553         * more sync with sylpheed 0.6.2cvs5
15554
15555 2001-09-25 [melvin]
15556
15557         * 0.6.2claws5
15558
15559         * src/gtkspell.c
15560                 fixed bug for "US-ASCII" introduced by the encoding code
15561
15562 2001-09-25 [paul]
15563
15564         * 0.6.2claws4
15565
15566         * src/prefs_common.[ch], src/summaryview.c
15567                 'next unread msg' 'go to next folder?' dialog can be
15568                 given default behaviour, either always show dialog,
15569                 or assume 'yes', or assume 'no'
15570                 Submitted by wwp <subscript@free.fr>
15571
15572 2001-09-25 [melvin]
15573                 
15574         * src/compose.c src/gtkspell.[ch]
15575                 added support for different encodings
15576
15577 2001-09-25 [paul]
15578
15579         * more sync with sylpheed 0.6.2cvs5
15580
15581 2001-09-24 [alfons]
15582         
15583         * src/prefs_folder_item.c
15584                 add check for item->prefs->default_to string is NULL and
15585                 add another check when freeing this string
15586
15587 2001-09-24 [paul]
15588
15589         * configure.in
15590                 change to version 0.6.2claws3
15591
15592         * sync with sylpheed 0.6.2cvs5 
15593
15594 2001-09-24 [match]
15595         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15596                 import LDIF files.
15597         * src/addrcache.[ch], addrindex.[ch]
15598                 small update for future
15599         * src/addrbook.c
15600                 fix test XML file.
15601
15602 2001-09-24 [melvin]
15603         * src/gtkspell.[ch]
15604                 added 'Learn from mistakes' option
15605                 better handling of quotes in checked words
15606                 sorted dict list
15607         * po/fr.po
15608                 small update for spell checking stuff
15609
15610 2001-09-23 [alfons]
15611         
15612         * src/gtkspell.c
15613                 edit a little bit so it complies more with main coding style
15614
15615 2001-09-23 [alfons]
15616
15617         * src/folder.[ch], prefs_folder_item.c, compose.c
15618                 migrate "request return receipt" folder property
15619                 to folderlist.xml
15620
15621 2001-09-22 [alfons]
15622
15623         * README.claws **NEW**
15624                 (add things of interest for users of main branch 
15625                 and claws here)
15626
15627         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15628                 re-implement threading per folder option, but store 
15629                 the setting in folderlist.xml (where it belongs)
15630
15631 2001-09-21 [melvin]
15632
15633         * src/gtkspell.[ch]
15634                 fixed bug when compose window is under another window
15635         * src/prefs_common.[ch] src/compose.c
15636                 changed 'dictionary_path' to 'dictionary' to be consistent
15637                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15638         * ac/pspell.m4 src/Makefile.am 
15639                 dropped PSPELL_PATH macro
15640         * po/fr.po
15641                 updated translations
15642
15643 2001-09-21 [christoph]
15644
15645         * src/compose.c
15646                 added border around header fields
15647                 keep header type when new field is added
15648
15649 2001-09-20 [christoph]
15650
15651         * src/utils.[ch]
15652                 more portable debug_print with source filename
15653                 and linenumber
15654         * src/procmsg.c
15655                 more newlines after debug messages
15656
15657 2001-09-20 [paul]
15658
15659         * configure.in
15660                 change to version 0.6.2claws2
15661
15662         * sync with sylpheed 0.6.2cvs3
15663
15664 2001-09-19 [melvin]
15665
15666         * src/gtkspell.c
15667                 fixed the post-right-click focus pb
15668                 fixed crash when 'Spell check all' after dict change 
15669                         and when cursor is at the end of the text
15670                 shift-right-click pops up config menu even on misspelled words.
15671         * po/POTFILES.in
15672                 added gtkspell.c
15673
15674 2001-09-19 [melvin]
15675
15676         * src/about.c
15677                 added pspell to compiled-in features list
15678
15679 2001-09-18 [melvin]
15680
15681         * switched to pspell and dropped ispell
15682         * ac/pspell.m4
15683                 new file. autoconf macro for pspell
15684         * ac/Makefile.am 
15685         * configure.in acconfig.h
15686                 added pspell support
15687         * src/Makefile.am
15688         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15689         * src/prefs_common.[ch] 
15690                 added pspell support
15691
15692 2001-09-18 [christoph]
15693
15694         * src/addr_compl.c
15695         * src/template.[ch]
15696                 replace LOG_MESSAGE with debug_print
15697         * src/compose.[ch]
15698                 gui improvements
15699         * src/menu.c
15700                 added newline after debug message
15701         * src/utils.h
15702                 using __VA_ARGS__ for debug_print macro
15703         * tools/.cvsignore
15704                 ignore Makefile and Makefile.in
15705
15706 2001-09-18 [paul]
15707
15708         * configure.in
15709                 change to version 0.6.2claws1
15710         * sync with sylpheed 0.6.2cvs1
15711
15712         * src/matcher.c 
15713         * src/prefs_matcher.c
15714                 add 'score equal to' option, submitted by
15715                 Paul Evans <nerd@freeuk.com>
15716
15717 2001-09-15 [christoph]
15718
15719         * src/mainwindow.c
15720                 comment out menu entry not existing in claws
15721         * src/menu.c
15722                 add debug output for non existing menu entries
15723         * src/summaryview.c
15724                 fix next/prev unread message for ignored threads
15725         * src/utils.[ch]
15726                 add sourcefile and line number to debug output
15727                 otherwise it is sometimes hard to find the
15728                 source code part if debug messages are translated
15729
15730 2001-09-14 [darko]
15731         
15732         * src/folderview.c
15733                 refresh target folder style after colour is changed
15734
15735 2001-09-13 [paul]
15736
15737         * configure.in
15738                 change to version 0.6.1claws3
15739
15740         * sync with sylpheed 0.6.1cvs6
15741
15742 2001-09-13 [darko]
15743         
15744         * src/folderview.c
15745                 fix target folder colourization to use user selected colour
15746
15747 2001-09-12 [darko]
15748         
15749         * src/summaryview.c
15750                 fix crash when message that is marked for copy/move is unmarked
15751
15752 2001-09-09 [paul]
15753
15754         * configure.in
15755                 change to version 0.6.1claws2
15756
15757         * sync with sylpheed 0.6.1cvs3
15758
15759 2001-09-09 [alfons]
15760         
15761         * src/folderview.c
15762                 fix bug with default font used for trash folder text
15763
15764 2001-09-06 [paul]
15765
15766         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15767                 updated translations
15768
15769         * configure.in
15770                 change to version 0.6.1claws1
15771
15772         * sync with sylpheed 0.6.1cvs2
15773
15774 2001-09-03 [paul]
15775
15776         * po/POTFILES.in
15777                 add Match's new addressbook
15778
15779         * po/de.po
15780                 updated translation submitted by Jens Oberender
15781
15782 2001-09-02 [paul]
15783
15784         * configure.in
15785                 change to 0.6.1claws
15786         * sync with sylpheed 0.6.1 release
15787
15788 2001-09-02 [paul]
15789
15790         * configure.in
15791                 change to 0.6.0claws2
15792
15793         * sync with sylpheed 0.6.0cvs4
15794
15795         * po/pt_BR.po
15796                 updated translation submitted by Fabio Junior Beneditto
15797
15798 2001-09-01 [match]
15799         * pixmaps/
15800                 interface.xpm
15801                 book.xpm
15802                 address.xpm
15803         * src/
15804                 Makefile.am
15805                 a ton of new files
15806
15807 2001-08-31 [paul]
15808
15809         * configure.in
15810                 change to version 0.6.0claws1
15811
15812         * sync with sylpheed 0.6.0cvs1
15813
15814         * po/es.po
15815                 updated translation submitted by Ricardo Mones Lastra
15816
15817         * po/POTFILES.in
15818                 add 'src/prefs_templates.c'
15819
15820         * src/compose.c, src/summaryview.c
15821                 fix segfault on 'Re_edit'               
15822
15823 2001-08-30 [alfons]
15824
15825         * configure.in, Makefile.am
15826         * tools/Makefile.am
15827                 add tools directory to source distribution
15828
15829 2001-08-30 [paul]
15830
15831         * configure.in
15832                 change to version 0.6.0claws
15833
15834         * sync with sylpheed 0.6.0 release
15835
15836 2001-08-30 [christoph]
15837
15838         * configure.in
15839                 removed autoconf version check
15840
15841 2001-08-30 [paul]
15842
15843         * src/account.c, src/compose.c, src/prefs_common.[ch]
15844         * src/procheader.[ch] src/utils.[ch]
15845                 Enhanced automatic account selection on replies
15846                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15847
15848         * configure.in
15849                 add LDAP and JPilot to the configuration results output.
15850
15851 2001-08-29 [christoph]
15852
15853         * src/summeryview.c
15854                 no bold font for ignored threads
15855
15856 2001-08-29 [paul]
15857
15858         * configure.in
15859                 change to version 0.5.3claws6
15860
15861         * sync with sylpheed 0.5.3cvs10
15862                 src/stringtable.[ch]: New Files
15863
15864         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15865         * src/pixmaps/sylpheed.xpm
15866                 add mini-icons to windows (by Alfons)
15867
15868 2001-08-27 [paul]
15869
15870         * src/mainwindow.c
15871                 new functions: next_labeled_cb(), prev_labeled_cb()
15872
15873         * src/summaryview.c
15874                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15875                 summary_select_next_labeled(), summary_select_prev_labeled()
15876
15877         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15878                 give claws blue folders and a blue trash can
15879
15880 2001-08-27 [paul]
15881
15882         * configure.in
15883                 change to version 0.5.3claws5
15884
15885         * sync with sylpheed 0.5.3cvs9
15886                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15887
15888 2001-08-24 [christoph]
15889
15890         * src/filesel.c
15891                 keep filename when browsing directories
15892                 (not working for user entered filename, but
15893                  for default name and selected filename from
15894                  file list)
15895         * src/mainwindow.c
15896                 fixed wrong spelling "Folllow-up"
15897         * src/mbox_folder.c
15898         * src/procmsg.c
15899         * src/summaryview.c
15900                 fixed new/unread message count with ignored
15901                 threads (2 commits, first didn't notice no
15902                 longer needed decreasing)
15903         * src/inc.c
15904                 readded scrolling of progress dialog
15905                 (lost in sync)
15906
15907 2001-08-24 [paul]
15908
15909         * configure.in
15910                 change to 0.5.3claws4
15911
15912         * sync with sylpheed 0.5.3cvs7
15913
15914 2001-08-24 [christoph]
15915
15916         * src/compose.c
15917                 set request return receipt when replying
15918                 if it is set is the folder prefs of the
15919                 message
15920         * src/inc.c
15921                 disable final error popup if popups are
15922                 disabled in config (again)
15923
15924 2001-08-23 [paul]
15925
15926         * configure.in
15927                 Change version number to 0.5.3claws3
15928
15929         * sync with sylpheed 0.5.3cvs5
15930
15931         * src/mimeview.c
15932                 double quote '%s' in 'gedit %s' to fix bug when
15933                 opening attachment with spaces in the name
15934
15935 2001-08-22 [alte]
15936         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15937           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15938                 initial message templates support
15939
15940
15941 2001-08-22 [paul]
15942
15943         * configure.in
15944                 change version number to 0.5.3claws2
15945
15946         * sync with sylpheed 0.5.3cvs4
15947
15948         * src/procmsg.h src/summaryview.c
15949                 re-implement (un)ignore thread
15950
15951 2001-08-21 [paul]
15952
15953         * src/summaryview.c
15954                 remove unnecessary code
15955         * src/compose.c
15956                 enable 'dynamic' signatures (submitted by
15957                 Eric Limpens <eric@hscg-internet.nl>)
15958
15959 2001-08-21 [paul]
15960
15961         clean up after sync with sylpheed 0.5.3 release
15962
15963         * src/folderview.c
15964                 fix re-introduced font mess, see Christoph's
15965                 entry 2001-06-24
15966
15967         * src/summaryview.c
15968                 remove prev_msgnum
15969                 use sylpheed's small font instead of
15970                 gtk default font for summary view
15971
15972
15973 2001-08-17 [paul]
15974
15975         * configure.in
15976                 add pl to ALL_LINGUAS - sync with main branch
15977
15978         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15979                 Updated. Translations by Jens Oberender, Ricardo Mones
15980                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15981
15982         * po/pl.po  ** NEW FILE **
15983                 sync with the main branch
15984
15985         * src/folderview.c
15986                 fix target folder colorizing and refresh problem
15987
15988
15989 2001-08-17 [christoph]
15990
15991         * src/mainwindow.c
15992                 claws uses 4 colors for target folder coloring.
15993                 arrays were not long enough and destroyed the
15994                 stack causing a segfault.
15995                 target folder colorizing does not work anymore
15996                 for me
15997
15998 2001-08-16 [paul]
15999
16000         * configure.in
16001                 change to version 0.5.3claws1
16002
16003         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16004           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16005           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16006
16007                 sync with sylpheed 0.5.3 release, but keep claws method of
16008                 configuring/saving fonts
16009
16010         * src/addressbook.[ch]
16011                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16012                 in line with a similar change in Hiroyuki's branch
16013
16014         * src/mainwindow.[ch]
16015                 disable main_window_set_thread_option()
16016         * src/prefs_folder_item.c
16017                 comment out &tmps_prefs.enable_thread,
16018         * src/mbox_folder.c, src/procmsg.[ch]
16019                 comment out MSG_IS_IGNORE_THREAD
16020         * src/summaryview.c
16021                 comment out summary_ignore_thread() and summary_unignore_thread()
16022                 comment out MSG_IS_IGNORE_THREAD
16023
16024                 use Hiroyuki's threading instead.
16025
16026
16027
16028 2001-08-15 [paul]
16029
16030         * src/account.c
16031                 use Hiroyuki's 0.5.3 column scheme but also
16032                 include the enable/disable button.
16033         * src/pixmaps/mark.xpm
16034                 add Hiroyuki's amended pixmap
16035
16036 2001-08-13 [christoph]
16037
16038         * src/account.c
16039                 receive at get all column showed wrong state for APOP
16040                 button should only work for POP3 and APOP accounts
16041         * src/prefs_account.c
16042                 added missing preprocessor statement for SSL
16043
16044 2001-08-12 [paul]
16045
16046         * src/account.[ch]
16047                 add 'receive at get all' column and enable/disable
16048                 button.
16049
16050 2001-08-06 [christoph]
16051
16052         * src/account.c
16053                 show usage of SSL in protocol column
16054
16055         * src/imap.c
16056         * src/inc.c
16057                 renamed ssl options
16058
16059         * src/prefs_account.[ch]
16060                 moved ssl options to a new page
16061
16062         * src/send.c
16063         * src/smtp.c
16064         * src/ssl.[ch]
16065                 renamed ssl options
16066                 added support for SMTP STARTTLS command
16067
16068 2001-08-05 [christoph]
16069
16070         * configure.in
16071                 debian autoconf needs version check to find
16072                 correct autoconf version. if the file is
16073                 named configure.in 2.13 is used, which does
16074                 not work with this configure.in script.
16075                 other solution would be to rename the script
16076                 to configure.ac as suggested in the autoconf
16077                 manual.
16078
16079         * src/inc.c
16080                 disable final error popup if popups are
16081                 diabled in config
16082
16083         * src/socket.c
16084                 bugfix in ssl_gets
16085                 fixes IMAP over SSL problem
16086
16087 2001-08-03 [paul]
16088
16089         * configure.in
16090                 change to 0.5.2claws1
16091
16092         * sync with sylpheed 0.5.2cvs1
16093
16094 2001-08-02 [alfons]
16095
16096         * configure.in
16097                 quick fix for ispell detection...
16098
16099 2001-08-01 [paul]
16100
16101         * configure.in
16102                 change to 0.5.1claws4
16103
16104         * sync with sylpheed 0.5.1cvs7
16105
16106 2001-07-31 [alfons]
16107
16108         * src/prefs_common.c, src/prefs_common.h, 
16109           src/gtkspell.c, src/gtkspell.h
16110                 add global spelling checker settings (compose tab) +
16111                 selection of dictionary 
16112           
16113         * configure.in  
16114                 guess valid ispell location
16115
16116 2001-07-31 [paul]
16117
16118         * po/POTFILES.in
16119                 removal of 'src/quote_fmt_parse.c'
16120         * po/de.po
16121                 Updated de.po
16122                 (submitted by Jens Oberender <didge@suse.de>)
16123
16124 2001-07-31 [darko]
16125
16126         * src/folder.[ch]
16127         * src/folderview.[ch]
16128         * src/mainwindow.c
16129         * src/mh.c
16130         * src/prefs_common.[ch]
16131         * src/summaryview.c
16132                 target folder colourization
16133
16134 2001-07-30 [paul]
16135
16136         more sync with Sylpheed 0.5.1cvs6 
16137
16138 2001-07-30 [darko]
16139
16140         * src/mh.c
16141         * src/prefs_folder_item.[hc]
16142         * src/summaryview.c
16143                 shared folders support with a GUI
16144
16145 2001-07-29 [paul]
16146
16147         0.5.1claws3
16148
16149         * sync with Sylpheed 0.5.1cvs6
16150
16151 2001-07-29 [paul]
16152
16153         * po/pt_BR.po
16154                 updated
16155                 (submitted by Fabio Junior Beneditto)
16156
16157 2001-07-28 [paul]
16158
16159         * src/procmime.c
16160         * AUTHORS
16161                 patch to correct bad image mime headers
16162                 (submitted by Don Quijote <dq@searchlores.org>)
16163
16164 2001-07-28 [paul]
16165
16166         * tools/gif2xface.pl   **NEW FILE**
16167         * tools/README
16168                 script to convert file.gif to file.xface for
16169                 use in a custom header.
16170                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16171
16172 2001-07-27 [alfons]
16173         
16174         * configure.in
16175                 change macros for detecting JPilot and LDAP
16176
16177 2001-07-27 [christoph]
16178
16179         * src/filtering.c
16180                 code cleanup (MIN / MAX warning, needed casting)
16181
16182 2001-07-27 [alfons]
16183
16184         * procheader.c
16185                 disallow setting flags when detecting certain headers
16186                 (X-Status, Status, Seen, X-Seen). 
16187         
16188         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16189
16190 2001-07-27 [christoph]
16191
16192         * src/prefs_filter.c
16193         * src/prefs_filtering.c
16194         * src/prefs_matcher.c
16195         * src/prefs_scoring.c
16196                 scroll list when moving rows up or down
16197
16198         * src/imap.c
16199         * src/imap.h
16200         * src/prefs_account.c
16201         * src/prefs_account.h
16202         * src/send.c
16203                 SMTP over SSL (untested, feedback requested)
16204                 IMAP over SSL
16205
16206         * src/ssl.c
16207                 code cleanup
16208
16209 2001-07-26 [alfons]
16210         
16211         * configure.in, acconfig.h
16212                 define CLAWS (need this for main / claws detection)
16213
16214 2001-07-25 [alfons]
16215
16216         * configure.in
16217                 Sylpheed 0.5.1claws2
16218                 
16219         * sync with Sylpheed 0.5.1cvs4
16220
16221 2001-07-25 [christoph]
16222
16223         * src/scoring.c
16224                 fixed segfault
16225                 item->prefs == NULL (don't know why)
16226
16227 2001-07-25 [alfons]
16228
16229         * configure.in
16230                 Sylpheed 0.5.1claws1
16231
16232         * sync with Sylpheed 0.5.1cvs1-3
16233
16234 2001-07-24 [christoph]
16235
16236         * src/folderview.c
16237         * src/prefs_folder_item.[ch]
16238                 added folderitem preferences dialog with
16239                 default To: and auto request return receipt
16240
16241         * src/compose.[ch]
16242         * src/menu.[ch]
16243                 changes to handle new folderitem preferences
16244
16245         * src/mainwindow.c
16246         * src/summaryview.c
16247                 call compose new mail with current folderitem
16248
16249 2001-07-24 [alfons]
16250
16251         Release Sylpheed 0.5.1claws
16252
16253         * configure.in
16254                 change to release version 0.5.1claws
16255
16256 2001-07-24 [christoph]
16257
16258         * src/summaryview.c
16259                 fixed segfault that happend when the selected
16260                 message was removed while retrieving new messages.
16261
16262         * po/es.po
16263                 updated translation
16264                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16265
16266 2001-07-22 [alfons]
16267
16268         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16269         this is a work in progress, for more information: http://nlpagan.net/sylman 
16270         
16271         * configure.in, src/mainwindow.c, manual/Makefile.am
16272                 add support for English manual
16273
16274         * AUTHORS
16275                 add authors of user manuals
16276
16277         * manual/en/sylpheed*.html
16278                 add English documentation
16279
16280 2001-07-22 [christoph]
16281
16282         * po/POTFILES.in
16283                 added src/ssl.c
16284         * src/ssl.c
16285                 changed a wrong debug message
16286
16287 2001-07-22 [alfons]
16288
16289         * po/nl.po
16290                 update Dutch translation
16291
16292         * src/prefs_filtering.c, 
16293           src/prefs_matcher.c
16294                 add more translatable strings           
16295
16296 2001-07-21 [alfons]
16297
16298         0.5.0claws7
16299
16300         * configure.in
16301                 change version
16302
16303         * src/inc.c, src/summaryview.[ch]
16304                 prevent update of mark file when filtering has done, by
16305                 using a variable; this affects two functions:
16306                         inc.c::inc_finished()
16307                         summaryview.c::summary_show()
16308
16309 2001-07-20 [alfons]
16310
16311         * src/filtering.[ch], src/prefs_filtering.c, 
16312           src/matcher.[ch]
16313                 add filtering action for label coloring 
16314
16315         * po/POTFILES.in
16316                 add labelcolors.c
16317
16318         * added src/labelcolors.c
16319         * added src/labelcolors.h
16320         * src/Makefile.am, src/summaryview.c
16321                 rearrange label coloring code
16322
16323         * src/procmsg.h
16324                 add more parentheses so label colouring works correctly
16325
16326         * src/filtering.c
16327                 don't really delete message, but move it to Trash
16328
16329         * src/prefs_matcher.c
16330                 add quote options to info dialog
16331
16332 2001-07-20 [christoph]
16333
16334         * src/Makefile.am
16335         * src/inc.c
16336         * src/main.[ch]
16337         * src/socket.h
16338         * src/ssl.[ch] (new)
16339                 moved ssl stuff to a seperate file
16340
16341 2001-07-20 [darko]
16342
16343         * src/summaryview.c
16344                 fix show sender using address book with no e-mail
16345                 address in From: field
16346
16347 2001-07-19 [alfons]
16348
16349         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16350                 fix messy handling of escaping... now at least the
16351                 execute command is useful. escape char is '\', we
16352                 accept \n and \r too. 
16353
16354                 Real life example:
16355                 
16356                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16357                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16358
16359 2001-07-18 [alfons]
16360
16361         0.5.0claws6
16362
16363         * src/summaryview.c
16364                 clean up
16365
16366         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16367           src/procmsg.[ch]
16368                 revise filtering; currently move, copy, marking have
16369                 been tested. if you like bleeding edge stuff, you
16370                 should definitely go for this version :)
16371
16372         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16373
16374 2001-07-17 [christoph]
16375
16376         * src/utils.c
16377                 timestamp log
16378
16379 2001-07-17 [alfons]
16380
16381         0.5.0claws5
16382
16383         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16384           bits in the mark file, without affecting either branch. Lots of
16385           files changed, also in claws branch.
16386
16387           UNTESTED: use of mbox folders
16388
16389         * src/summaryview.c
16390                 added mark all read; however this was a quick hack used for
16391                 cleaning up mess after initial merge with Hiroyuki
16392
16393         * configure.in
16394                 change claws version number back to 0.5.0claws5 to clear up 
16395                 confusion & pretension (recent release was technically 
16396                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16397
16398 2001-07-16 [alfons]
16399
16400         sync with Hiroyuki's 0.5.0cvs4
16401
16402 2001-07-16 [alfons]
16403
16404         0.5.1claws3
16405
16406         * src/filtering.[ch]
16407                 remove invalid updating of mark files for 
16408                 filter actions MATCHING_ACTION_MOVE and 
16409                 MATCHING_ACTION_DELETE; this should fix the
16410                 folder update bug
16411                 
16412         * src/procmsg.c
16413                 revert Christoph's stab at fixing the folder 
16414                 update bug
16415
16416         * po/POTFILES.in
16417                 add missing files with translatable strings
16418
16419         * src/summaryview.c
16420                 remove debug print
16421
16422 2001-07-15 [alfons]
16423
16424         * src/addr_compl.[ch], src/prefs_filtering.c
16425                 make "filtering pref dialog's destination entry" an
16426                 "address completable entry", if filter destination is 
16427                 an email address
16428
16429         0.5.1claws2
16430         
16431         sync with Hiroyuki's 0.5.0cvs2-3
16432
16433 2001-07-15 [christoph]
16434
16435         * src/procmsg.c
16436                 fixed folder stats update after incorporation
16437
16438 2001-07-15 [alfons]
16439
16440         * src/summaryview.c
16441                 * finish label colouring stuff (for now)
16442                 * fix incorrect colour bug (off by one) 
16443
16444 2001-07-14 [alfons]
16445
16446         * src/mainwindow.c
16447                 change text labels for news and mail message so there's
16448                 plenty of toolbar estate left
16449
16450         * configure.in
16451                 0.5.1claws1
16452
16453         * src/folderview.c
16454           src/folder.[ch]
16455                 sync with Hiroyuki's 0.5.0cvs1
16456
16457         * src/summaryview.c
16458                 more rewrite label colouring
16459
16460 2001-07-14 [alfons]
16461
16462         * src/summaryview.[ch]
16463                 * start rewrite label colouring 
16464                 * fix proper location "Add Sender To Addressbook" menu item
16465
16466 2001-07-13
16467
16468         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16469         (actually this is 0.5.0claws4)
16470
16471 2001-07-13 [alfons]
16472
16473         * po/pt_BR.po
16474                 * fix duplicate message
16475                 * add updated Portugese / Brazilian translation
16476                   submitted by Fabio Junior Beneditto
16477
16478 2001-07-12 [alfons]
16479
16480         * AUTHORS
16481                 add Jens
16482
16483         * po/nl.po
16484                 add updated Dutch translation
16485
16486         * po/de.po
16487                 add updated German translation submitted by Jens
16488
16489 2001-07-11 [alfons]
16490
16491         Prerelease before 0.5.0claws. Please test.
16492         This version is temporarily tagged as VERSION_0_5_0_TEST
16493
16494         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16495           src/prefs_scoring.c, src/prefs_matcher.c, 
16496           src/prefs_filtering.c, src/mbox.c, 
16497           src/main.c, src/inc.c, src/filtering.[ch]
16498                 revert new Hoa's new matcher (does not work yet)
16499
16500         * src/Makefile.am
16501                 clean up
16502
16503 2001-07-10
16504
16505         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16506
16507
16508 2001-07-10 [alfons]
16509
16510         * Makefile.am
16511                 add ChangeLog.claws to EXTRA_DIST
16512         * src/Makefile.am
16513                 add matcher_parser_parse.h to EXTRA_DIST
16514
16515 2001-07-10 [christoph]
16516
16517         * src/inc.c
16518                 add destination folder to table of
16519                 folders that need to be updated after
16520                 incorporation
16521
16522 2001-07-10 [alfons]
16523
16524         * folder.[ch]
16525           folderview.c
16526                 make collapse state of folders and folder items persistent, i.e.
16527                 if you collapse a folder tree, the next time sylpheed-claws starts 
16528                 up the folder tree remains collapsed.  
16529                 
16530 2001-07-10 [christoph]
16531
16532         * acconfig.h
16533         * configure.in
16534                 added --enable-ssl
16535         * src/md5.[ch]
16536                 renamed MD5_CTX to MD5_CTX_syl
16537                 conflicts with a struct in openssl
16538         * src/inc.c
16539         * src/main.[ch]
16540         * src/prefs_account.[ch]
16541         * src/socket.[ch]
16542                 SSL support for POP
16543         * src/mainwindow.c
16544                 fixed compose with current account
16545                 broken by new compose button stuff
16546
16547 2001-07-09 [hoa]
16548
16549         * AUTHORS
16550                 changed my email address
16551
16552         * src/matcher_parser_parse.y
16553                 clean the parser to remove conflicts
16554
16555 2001-07-09 [alfons]
16556
16557         * AUTHORS
16558                 add Match Grun
16559
16560         * configure.in
16561                 fix incorrect description of --enable-ldap parameter
16562
16563         * src/prefs_common.[ch]
16564           src/compose.c
16565                 add experimental option "smart wrapping" which makes the
16566                 compose editor auto wrap.
16567                 
16568                 | TODO: the problem with the buggy cursor handling is caused |
16569                 | by the GtkText. when deleting / backspacing text its       |
16570                 | wrapping algorithm does not take in account the previous   |
16571                 | line. should find a way to hack this in.                   |
16572                 | or should perhaps combine this with the word wrapping      |
16573                 | patch i wrote in january.                                  |
16574
16575         * src/about.c
16576                 show build parameters for LDAP and JPilot
16577
16578         * src/summaryview.c
16579                 revert Christoph's bugfix for selecting next unread message, 
16580                 because folder stats aren't updated correctly
16581
16582 2001-07-08 [hoa]
16583
16584         * src/filtering.c
16585         * src/mainwindow.c
16586         * src/matcher.c
16587         * src/matcher_parser_lex.l
16588         * src/matcher_parser_parse.y
16589         * src/prefs_filtering.c
16590         * src/prefs_scoring.c
16591         * src/scoring.c
16592                 bugfix of the config file parser
16593
16594 2001-07-08 [alfons]
16595
16596         * src/Makefile.am
16597                 added generated matcher sources to BUILT_SOURCES
16598
16599 2001-07-08 [hoa]
16600
16601         * src/Makefile.am
16602         * src/.cvsignore
16603                 added new config file parser
16604
16605         * src/scoring.[ch]
16606         * src/filtering.[ch]
16607         * src/matcher.[ch]
16608         * src/prefs_filtering.c
16609         * src/prefs_matcher.c
16610         * src/prefs_scoring.c
16611         * added src/matcher_parser.h
16612         * added src/matcher_parser_lex.h
16613         * added src/matcher_parser_lex.l
16614         * added src/matcher_parser_parse.y
16615                 lex & yacc config file parser
16616
16617         * src/mbox.c
16618         * src/inc.c
16619         * src/main.c
16620                 changes prefs_filtering into global_filtering           
16621
16622         * src/summaryview.c
16623                 build threads with subjects only if "Re: " is at the
16624                 beginning of the subject
16625
16626 2001-07-07 [paul]
16627
16628         0.5.0claws
16629
16630         sync with sylpheed 0.5.0
16631                 change of version number only
16632
16633 2001-07-06 [paul]
16634
16635         0.5.0claws5
16636
16637         sync with sylpheed 0.5.0pre5
16638
16639 2001-07-05 [paul]
16640
16641         sync with sylpheed 0.5.0pre4 release
16642                 /po and /manual/ja not sync'ed
16643
16644 2001-07-04 [paul]
16645
16646         more sync with sylpheed 0.5.0pre4
16647
16648 2001-07-03 [christoph]
16649
16650         * src/addressbook.c
16651                 fixed address book broken by address book
16652                 for VCard, JPilot, LDAP
16653
16654 2001-07-03 [alfons]
16655
16656         * src/matcher.c
16657         * src/textview.c
16658                 stopped memory leaks
16659
16660 2001-07-03 [paul]
16661
16662         more sync with sylpheed 0.5.0pre4
16663
16664 2001-07-02 [match]
16665
16666         * included address book patch for VCard, JPilot, LDAP
16667         * pref_common.c - fixed Font options on Display tab (cosmetic)
16668         * alertpanel.c - fixed truncated message
16669
16670 2001-07-02 [christoph]
16671
16672         * src/mbox_folder.c
16673         * src/procmsg.[ch]
16674         * src/summaryview.c
16675                 mark threads for ignoring
16676
16677 2001-07-02 [paul]
16678
16679         0.5.0claws4
16680
16681         * sync with sylpheed 0.5.0pre4
16682                 updated gettext to 0.10.38.
16683
16684 2001-07-01 [paul]
16685
16686         * src/ mainwindow.c
16687         * src/procmsg.h
16688         * src/summaryview.[ch]
16689                 new right-click option: Label.
16690                 substitute for 'Mark-->Mark/Unmark', colours the line.
16691                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16692
16693 2001-07-01 [christoph]
16694
16695         * src/folderview.c
16696                 fixed font for trash
16697         * src/summaryview.c
16698                 move ctree to unread message
16699
16700 2001-07-01 [paul]
16701
16702         * sync with sylpheed 0.5.0pre3 release
16703
16704 2001-06-30 [alfons]
16705
16706         * src/filesel.[ch]
16707         * src/compose.c
16708                 allow inserting / attaching multiple files in
16709                 the composer window
16710
16711 2001-06-30 [paul]
16712
16713         * src/codeconv.c
16714                 small change to Alfons' previous stuff so that it
16715                 actually makes
16716
16717 2001-06-30 [alfons]
16718
16719         * lots of files changed; first attempt to merge the changes
16720           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16721
16722 2001-06-30 [paul]
16723
16724         * po/pt_BR.po
16725                 updated and completed, translations by Fabio
16726                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16727
16728 2001-06-29 [alfons]
16729
16730         * src/compose.c
16731         * src/mimeproc.[ch]
16732                 allow selecting an attached files' mime type from a 
16733                 list of types.
16734
16735 2001-06-29 [paul]
16736
16737         * more sync with sylpheed 0.5.0pre3
16738
16739 2001-06-29 [paul]
16740
16741         * po/pt_BR.po
16742                 merge with sylpheed.pot and pt_BR.po provided by
16743                 Fabio Junior Beneditto.
16744
16745 2001-06-29 [darko]
16746
16747         * src/procmime.c
16748                 make MIME types case insensitive
16749
16750 2001-06-28 [alfons]
16751
16752         * po/nl.po
16753                 merge with sylpheed.pot and old nl.po; translations added.
16754
16755 2001-06-28 [paul]
16756
16757         * more sync with sylpheed 0.5.0pre3
16758
16759 2001-06-27 [alfons]
16760
16761         * src/summaryview.c
16762                 don't crash when removing parent node of messages
16763                 attracted by subject. this was caused by not deleting
16764                 the parent node from the subject line hash table.
16765
16766 2001-06-27 [alfons]
16767
16768         * src/summaryview.c
16769         * src/compose.[ch]
16770         * src/mainwindow.c
16771                 if there are multiple messages selected, allow forwarding
16772                 them as attachments.
16773
16774 2001-06-27 [paul]
16775
16776         * more sync with sylpheed 0.5.0pre3
16777
16778 2001-06-26 [paul]
16779
16780         0.5.0claws3
16781
16782         * sync with sylpheed 0.5.0pre3
16783
16784 2001-06-25 [paul]
16785
16786         * src/mainwindow.c
16787                 fixed 'compose news article' bug
16788                 from icon-and-text toolbar
16789
16790 2001-06-25 [paul]
16791
16792         * sync with sylpheed 0.5.0pre2 release
16793
16794 2001-06-24 [christoph]
16795
16796         * src/prefs_common.c
16797                 bug fix in font selection
16798         * src/folderview.c
16799                 use sylpheed's normal font instead of
16800                 gtk default font for folders without
16801                 new messages
16802
16803 2001-06-24 [alfons]
16804
16805         * src/mainwindow.[ch]
16806                 added composite compose mail / news button (an idea by Leandro
16807                 Pereira <leandro@linuxmag.com.br>)
16808
16809 2001-06-24 [paul]
16810
16811         Added instructions for ldif-to-xml.py
16812
16813         * tools/README
16814
16815 2001-06-23 [alfons]
16816
16817         Some minor things.
16818
16819         * src/pixmaps/stock_news_compose.xpm
16820                 added pixmap by Leandro
16821         * src/prefs_common.c
16822                 tested built-in spelling checker of GCC 3.0 :)
16823         * po/nl.po
16824                 merged dutch translation of sylpheed-main with
16825                 sylpheed.pot
16826
16827 2001-06-23 [paul]
16828
16829         Added tools directory and files.
16830
16831         * tools/filter_conv.pl
16832                 converts old filter system to new filtering system
16833         * tools/ldif-to-xml.py
16834                 converts netscape addressbook to sylpheed addressbook
16835         * tools/README
16836                 descriptions/instructions for above two files
16837
16838 2001-06-23 [christoph]
16839
16840         * src/inc.c
16841         * src/manage_window.[ch]
16842         * src/prefs_common.[ch]
16843                 mail retrieval dialog can be enabled, disabled
16844                 or hidden if non of sylpheed's windows is active
16845
16846 2001-06-22 [paul]
16847
16848         0.5.0claws2
16849
16850         * sync with sylpheed 0.5.0pre2
16851
16852 2001-06-21 [christoph]
16853
16854         * src/summaryview.c
16855                 show recipient on 'from' for all accounts
16856                 
16857         * src/inc.c
16858         * src/prefs_common.[ch]
16859                 disable error popup on mail receive errors
16860
16861 2001-06-21 [alfons]
16862
16863         * src/compose.c
16864                 made the ruler correctly appear and disappear.
16865
16866         * src/Makefile.am
16867                 removed Hoa's work-in-progress-stuff (interesting!) so 
16868                 claws compiles ok.
16869
16870 2001-06-20 [christoph]
16871
16872         * src/inc.c
16873         * src/progressdialog.c
16874                 added scrolled window for list in progressdialog
16875
16876 2001-06-20 [paul]
16877
16878         sync with sylpheed 0.5.0pre1 release
16879
16880 2001-06-20 [christoph]
16881
16882         * src/summeryview.c
16883                 make building threads by subject work when
16884                 thread view is enabled
16885                 
16886         * src/compose.c
16887         * src/prefs_common.[ch]
16888                 automatically select account for mail replys
16889
16890 2001-06-19 [sergey]
16891
16892         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16893         they are filled in from the account settings.
16894
16895 2001-06-19 [paul]
16896
16897         * more sync with sylpheed 0.5.0pre1
16898
16899 2001-06-18 [alfons]
16900
16901         * src/Makefile.am,
16902           src/procmime.c
16903                 added --sysconfdir to CPPFLAGS for pointing to the correct
16904                 location of mime.types. 
16905
16906                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16907                 or ./configure!
16908
16909 2001-06-18 [hoa]
16910
16911         * src/summaryview.c
16912                 fixed some bug when building threads
16913
16914 2001-06-18 [pau]l
16915
16916         * src/prefs_account.c
16917                 UI stuff: More changes to the English
16918
16919 2001-06-18 [paul]
16920
16921         * src/pixmaps/stock_news_compose.xpm: new file
16922         * src/Makefile.am
16923         * src/mainwindow.c
16924         * src/summaryview.c
16925                 Added new icon for Hoa's 'compose a news
16926                 message', plus minor improvements to the
16927                 English
16928
16929         * po/ja.po
16930         * ChangeLog
16931         * ChangeLog.jp
16932                 more sync with sylpheed 0.5.0pre1
16933
16934 2001-06-18 [hoa]
16935
16936         * src/compose.[ch]
16937         * src/mainwindow.c
16938                 Follow-up and reply to
16939
16940         * src/summaryview.[ch]
16941                 Build threads also with subjects
16942
16943 2001-06-17 [hoa]
16944
16945         * src/compose.c
16946                 forwarding use the current account.
16947
16948         * src/mainwindow.c
16949                 the "compose message" button has been replaced with
16950                 "new mail" and "new news" buttons
16951
16952         * src/prefs_common.[ch]
16953                 added a configuration option to use the forward button
16954                 as "forward as attachment"
16955                 changed reply and forward format description
16956
16957         * src/quote_fmt_lex.l
16958         * src/quote_fmt_parse.y
16959                 added message with no signature in format for reply
16960                 and forward.
16961
16962 2001-06-17 [paul]
16963
16964         Minor UI stuff
16965
16966         * src/mainwindow.c
16967         * src/summaryview.c
16968                 Improvements to the English
16969
16970         * src/prefs_common.c
16971                 Improvements to the English and some
16972                 clarity/continuity improvements in the
16973                 description of Quote symbols.
16974
16975 2001-06-17 [paul]
16976
16977         0.5.0claws1
16978
16979         * sync with sylpheed 0.5.0pre1
16980
16981 2001-06-17 [hoa]
16982
16983         * src/compose.c
16984                 Better interface for compose, displayed fields
16985                 are updated whenever we change account.
16986                 Newsgroups field is automatically filled.
16987
16988         * src/mainwindow.c
16989                 Newsgroups field is automatically filled.
16990
16991         * src/prefs_account.c
16992                 Some interface stuff when fields appear and
16993                 disappear.
16994
16995 2001-06-16 [paul]
16996
16997         0.4.99claws
16998
16999         * sync with sylpheed 0.4.99
17000
17001 2001-06-16 [sergey]
17002
17003         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17004         base64_decoder_free, base64_decoder_decode): new object and
17005         functions for decoding base64 streams.
17006         * src/procmime.c (procmime_decode_content): modified to use the
17007         new base64 decoder.
17008
17009 2001-06-15 [paul]
17010
17011         0.4.99claws10
17012
17013         * sync with sylpheed 0.4.99cvs11
17014
17015 2001-06-13 [paul]
17016
17017         0.4.99claws9
17018
17019         * sync with sylpheed 0.4.99cvs9
17020
17021 2001-06-13 [hoa]
17022
17023         * src/compose.c
17024         * src/prefs_account.c
17025
17026                 SMTP server can be defined in the news account
17027                 mime type of attachment are kept.
17028
17029         * src/summaryview.c
17030
17031                 now choose the highest important score between default
17032                 and important score of folder.
17033
17034 2001-06-09 [alfons]
17035         
17036         * src/prefs_common.c: 
17037
17038                 (prefs_quote_description_create): corrected description of 
17039                 quote format characters
17040
17041 2001-06-09 [paul]
17042
17043         0.4.99claws8
17044
17045         * sync with sylpheed 0.4.99cvs8
17046
17047 2001-06-08 [sergey]
17048
17049         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17050         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17051
17052 2001-06-08 [paul]
17053
17054         0.4.99claws7
17055
17056         * sync with sylpheed 0.4.99cvs7
17057
17058 2001-06-06 [sergey]
17059
17060         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17061         clashes with autogenerated header).
17062         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17063         * src/Makefile.am: added quote_fmt.h.
17064         * src/.cvsignore: added lex/yacc autogenerated files
17065         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17066
17067 2001-06-06 [paul]
17068
17069         0.4.99claws6
17070
17071         * sync with sylpheed 0.4.99cvs6
17072
17073 2001-06-06 [hoa]
17074
17075         * added src/quote_fmt_parse.h
17076         * src/compose.c
17077                 removed warnings
17078
17079         * src/prefs.[ch]
17080                 don't modify readonly configuration files
17081
17082         * src/prefs_account.c
17083         * src/prefs_common.c
17084         * src/prefs_customheader.c
17085         * src/prefs_display_header.c
17086         * src/prefs_filter.c
17087         * src/prefs_filtering.c
17088         * src/prefs_scoring.c
17089                 don't open dialog box when configuration files
17090                 are readonly
17091
17092 2001-06-05 [sergey]
17093
17094         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17095
17096         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17097         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17098         BUILT_SOURCES to make all files rebuild properly.
17099
17100         * src/compose.c: removed #include "quote_fmt.tab.h".
17101
17102         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17103         CHARACTER value in yylval.
17104
17105         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17106         receive CHARACTER value by documented means (yylval).
17107
17108         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17109
17110 2001-06-05 [hoa]
17111
17112         * src/Makefile.am
17113                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17114
17115         * src/filtering.c
17116         * src/matcher.c
17117         * src/matcher.h
17118         * src/prefs_filtering.c
17119                 now keep the configuration for execute action
17120
17121         * src/mbox_folder.c
17122                 fixed a warning
17123
17124 2001-06-05 [paul]
17125
17126         * sync with sylpheed 0.4.99cvs5
17127
17128 2001-06-05 [hoa]
17129
17130         * src/Makefile.am
17131                 added quote_fmt.[ch]
17132
17133         * added src/quote_fmt.y
17134         * added src/quote_fmt.l
17135         * added src/quote_fmt.tab.h
17136         * added src/quote_fmt.tab.c
17137         * added src/lex.quote_fmt.c
17138                 parsing configuration for replying
17139                 and forwarding
17140
17141         * src/prefs_common.[ch]
17142                 added configuration UI for replying
17143                 and forwarding
17144
17145         * src/compose.c
17146                 using configuration for replying
17147                 and forwarding
17148
17149 2001-06-04 [hoa]
17150
17151         * src/filtering.c
17152         * src/matcher.c
17153         * src/matcher.h
17154         * src/prefs_filtering.c
17155         * src/prefs_matcher.c
17156         * src/prefs_matcher.h
17157                 action "run a command" for filtering
17158                 and matching with a command.
17159                 fixed the "whole message" matching
17160
17161         * src/mbox_folder.c
17162                 changed temporary filename for security
17163
17164         * src/messageview.c
17165                 queue the notification if it fails to send.
17166
17167         * src/prefs_common.c
17168         * src/prefs_folder_item.c
17169                 changed the default important score             
17170
17171         * src/prefs_scoring.c
17172         * src/scoring.c
17173                 hide kill score input when the folder is not
17174                 a newsgroup
17175
17176 2001-06-03 [alfons]
17177
17178         * src/prefs_common.c:
17179
17180                 (prefs_font_select): pass font name in font entry box to font
17181                 selection dialog.
17182
17183 2001-06-03 [sergey]
17184
17185         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17186
17187 2001-06-03 [paul]
17188
17189         * sync with sylpheed 0.4.99cvs4
17190
17191 2001-06-03 [alfons]
17192
17193         * src/headerwindow.c:
17194
17195                 (headerwindow_show_cb): use the selected summary view item, not
17196                 the displayed item.
17197
17198 2001-06-02 [alfons]
17199
17200         * src/headerwindow.c:
17201
17202                 (headerwindow_show_cb): always try to show msginfo
17203
17204 2001-06-02 [hoa]
17205
17206         * src/compose.c
17207                 keep attached parts when reediting or forwarding.
17208
17209 2001-06-01 [hoa]
17210
17211         * src/folderview.c
17212         * src/prefs_folder_item.[ch]
17213         * src/prefs_scoring.[ch]
17214         * src/scoring.[ch]
17215         * src/summaryview.[ch]
17216         * src/main.c
17217         * src/mainwindow.c
17218         * src/prefs_common.[ch]
17219                 support for folder scoring
17220                 kill score and important score for messages
17221         
17222         * src/prefs_account.c
17223                 some display bug fixed for local account
17224                 preferences
17225
17226 2001-05-31 [alfons]
17227
17228         * src/summaryview.c:
17229
17230                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17231                 sender to address book menu item is disabled.
17232
17233 2001-05-30 [hoa]
17234
17235         * src/filtering.[ch]
17236         * src/summaryview.c
17237                 handling summary menu / filter messages
17238
17239         * src/folder.[ch]
17240                 add some stuff
17241
17242         * src/foldersel.c
17243                 imap folders now appears in list
17244
17245         * src/mbox_folder.c
17246                 doesn't crash if destination mail is not writeable
17247
17248 2001-05-29 [hoa]
17249
17250         * src/compose.c
17251                 removed some warnings
17252
17253         * src/filtering.c
17254         * src/folder.[ch]
17255         * src/prefs_filtering.c
17256                 global string to identify any folders           
17257                 removed some debug info
17258                 filtering to mbox folders is now possible
17259
17260         * src/mainwindow.c
17261                 removed some warnings
17262
17263         * src/mbox_folder.c
17264                 permission on files are changed to read/write for user only,
17265                 nothing for other.
17266                 creation of subfolder is handled better.
17267
17268 2001-05-28 [alfons]
17269
17270         Verified the sync for src/prefs_common.[ch] and
17271         src/prefs_account.[ch]. I believe there were some
17272         minor indentation differences.
17273
17274 2001-05-28 [paul]
17275
17276         0.4.99claws3
17277
17278         * sync with 0.4.99cvs3
17279
17280 2001-05-28 [hoa]
17281
17282         * src/compose.c
17283                 handling flags for mbox format
17284
17285         * src/filtering.c
17286                 use of mark file only for MH format
17287                 handling flags for mbox format
17288                 filtering cannot yet move or copy mails to mbox folders.
17289
17290         * src/folder.[ch]
17291                 changed move_msg, copy_msg,
17292                 move_msgs_with_dest, copy_msgs_with_dest functions
17293                 uses only folder->copy_msg() function
17294                 uses folder->finished_copy() to handle the destination
17295                 folder at the end of the copy or move operation.
17296
17297         * src/foldersel.c
17298                 included mbox directories.
17299
17300         * src/folderview.[ch]
17301         * src/mainwindow.c
17302                 handle folders operation for mbox format
17303
17304         * src/mbox.c
17305                 disable conversion of "From " header
17306
17307         * src/mbox_folder.[ch]
17308                 completion of mbox format handling
17309
17310         * src/mh.c
17311                 changed mh_copy_msg() function and
17312                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17313                 mh_copy_msgs_with_dest()
17314
17315         * src/prefs_filtering.c
17316                 removed some warnings
17317
17318         * src/prefs_matcher.c
17319                 default boolean operation is AND
17320
17321         * src/procheader.c
17322                 handling flags for mbox format
17323                 handling of "From " header
17324
17325         * src/procmsg.[ch]
17326                 removed data field
17327                 added MSG_REALLY_DELETED flags to handle deletion of
17328                 messages in mbox format.
17329
17330         * src/summaryview.c
17331                 handling flags for mbox format
17332                 disable the MSG_DELETED flags when messages
17333                 are deleted in mbox format
17334
17335         * src/textview.c
17336                 "From " headers display fixed.
17337
17338 2001-05-27 [alfons]
17339
17340         * src/textview.c:
17341                 
17342                 (get_email_part): skip quoted email addresses, like in e.g.
17343                 "'alfons@proteus.demon.nl'".
17344
17345 2001-05-26 [alfons]
17346
17347         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17348         and fixing the persistence troubles when using separate windows.
17349
17350         * src/mainwindow.c:
17351         
17352             Added #define SEPARATE_ACTION used in the gtk item factory for 
17353             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17354                 use gtk_item_factory_get_widget_by_action() to get the items.
17355                 
17356             Removed separate_widget_cb from the gtk item factory data   
17357           
17358             (mainwindow_create): connect separate_widget_cb() to check
17359             menu item "toggled" signal. also passing a MainWindow pointer
17360                 as object data for both check menu items.
17361                 
17362             (separate_widget_cb): definition of separate_widget_cb() to match
17363             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17364                 window using gtk_object_get_data(). The type of window separation 
17365                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17366         
17367         * src/prefs_filtering.c,
17368           src/prefs_matcher.c: added horizontal scrollbars
17369
17370 2001-05-25 [darko]
17371
17372         * src/headerview.c
17373                 fix segfault with invalid bold font
17374         * src/summaryview.c
17375                 correctly display summary stats after row is marked
17376
17377 2001-05-23 [sergey]
17378
17379         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17380         encodings with libjconv.
17381
17382 2001-05-23 [hoa]
17383
17384         * src/Makefile.am
17385                 added mbox_folder.[ch]
17386         * src/defs.h
17387                 mbox temporary folder
17388         * src/folder.[ch]
17389         * added src/mbox_folder.[ch]
17390         * src/folderview.c
17391         * src/procheader.[ch]
17392                 added mbox support
17393         * src/mbox.c
17394                 bugfix for file incorporation filtering
17395         * src/imap.c
17396                 enable creation of MBOX
17397         * src/prefs_display_header.c
17398                 enable use of headers like "From "
17399                 something that should be fixed :
17400                         displaying of such headers add an extra space
17401         * src/prefs_folder_item.c
17402                 don't create folders because it is not necessary
17403         * src/procmsg.h
17404                 added data field to MsgInfo for mbox internal use
17405         * src/summaryview.c
17406                 added some support for mbox
17407         * src/utils.[ch]
17408                 added get_mbox_cache_dir() function
17409
17410 2001-05-23 [hiroyuki]
17411
17412         * src/headerwindow.c
17413           src/inc.c
17414           src/main.c
17415           src/mh.c
17416           src/nntp.c
17417           src/procmsg.h
17418           src/session.h
17419           src/socket.[ch]
17420           src/summaryview.c
17421           src/textview.c
17422           src/automaton.c
17423           src/folderview.c: more sync with 0.4.99cvs2.
17424
17425         * src/headerwindow.c: reverted.
17426
17427 2001-05-22 [paul]
17428
17429         0.4.99claws2
17430
17431         * sync with sylpheed 0.4.99cvs2
17432                 * src/news.[ch]
17433                 * src/nntp.[ch]
17434                 * INSTALL
17435                 * INSTALL.jp
17436
17437 2001-05-22 [alfons]
17438
17439         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17440
17441 2001-05-21 [alfons]
17442
17443         Minor things:
17444
17445         * configure.in: if gnome-config not found, "no" is displayed
17446         
17447         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17448
17449         * src/textview.c: now also possible to add mail addresses by right
17450           clicking in the text view
17451
17452         * src/codeconv.c: merged patch which fixes endless loop when encountering
17453           invalid wide characters; from Alte <010@imis.ru>  
17454
17455 2001-05-20 [alfons]
17456
17457         Added installation of gnome specific things:
17458
17459         * Makefile.am: gnome conditional
17460
17461         * configure.in: check for installed gnome
17462
17463         * added sylpheed.png, sylpheed.desktop
17464
17465 2001-05-20 [sergey]
17466
17467         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17468
17469         * src/mainwindow.h (main_window_toolbar_create): created a button
17470         for "Reply to all".
17471         (main_window_set_toolbar_sensitive): enable/disable the new button
17472         appropriately.
17473         (toolbar_reply_to_author_cb): handle the new button.
17474
17475         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17476         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17477         failure).
17478
17479 2001-05-19 [sergey]
17480
17481         * src/compose.h (ComposeReplyMode): new modes
17482         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17483         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17484
17485         * src/compose.c
17486         (compose_send): move some code into a new function:
17487         (compose_current_mail_account): new function.
17488         (compose_reply): new argument to_author, all callers changed; if
17489         to_author==TRUE and account->protocol==A_NNTP, find and use an
17490         appropriate mail account for replying.
17491         (compose_reply_set_entry): new argument to_author; ignore
17492         compose->replyto if to_author==TRUE.
17493
17494         * src/mainwindow.c: new command "Message/Reply to author".
17495         (main_window_set_menu_sensitive): enable/disable it.
17496         (reply_cb): handle it.
17497
17498         * src/summaryview.c: new command "Reply to author".
17499         (summary_set_menu_sensitive): enable/disable it.
17500         (summary_reply_cb): handle it.
17501
17502         * src/account.c (account_find_mail_from_address): new function.
17503
17504 2001-05-18 [paul]
17505
17506         0.4.99claws1
17507
17508         * sync with sylpheed 0.4.99cvs1
17509
17510 2001-05-18 [hoa]
17511
17512         * src/compose.[ch]
17513         * src/filtering.c
17514         * src/summaryview.c
17515                 new filtering action : forward and forward as attachment
17516
17517         * src/main.c
17518                 no need for $DISPLAY when we run sylpheed --help
17519                 call to parse_cmd_opt() is moved
17520
17521         * src/mainwindow.[ch]
17522                 execute button is hidden when immediate execute
17523                 is chosen
17524
17525         * src/mh.c
17526         * src/news.c
17527         * src/prefs_folder_item.c
17528         * src/procmsg.c
17529                 better handling of missing directories
17530
17531         * src/summaryview.c
17532                 reedit is enabled in outbox
17533                 reedit is enabled in queue
17534
17535 2001-05-17 [hoa]
17536
17537         * src/filtering.c
17538         * src/matcher.[ch]
17539         * src/prefs_filtering.c
17540                 changed attachement into attachment
17541
17542 2001-05-17 [alfons]
17543
17544         0.4.67claws4    
17545
17546         * sync with sylpheed 0.4.67cvs9
17547         * sync with sylpheed 0.4.67cvs7-8
17548
17549 2001-05-17 [hoa]
17550
17551         * src/Makefile.am
17552                 added prefs_filtering.c
17553
17554         * src/filtering.[ch]
17555         * src/matcher.[ch]
17556                 removed action : forward_news and forward_news_as_attachement
17557                 (forward and forward_as_attachement can be used instead)
17558
17559         * src/mainwindow.c
17560                 added menu option to access filtering configuration
17561
17562         * src/prefs_account.c
17563                 changed mail_command default to /usr/sbin/sendmail
17564
17565         * added src/prefs_filtering.[ch]
17566                 dialog box for filtering configuration
17567
17568         * src/prefs_matcher.c
17569                 added function prefs_matcher_get_criteria_from_matching()
17570
17571         * src/prefs_scoring.c
17572                 reset the dialog when register or substitute is clicked
17573
17574 2001-05-15 [hoa]
17575
17576         * src/Makefile.am
17577                 added filtering.[ch]
17578         * src/inc.c
17579                 using filering.[ch] instead of filter.[ch]
17580         * src/main.c
17581                 reading new filtering configuration
17582         * src/matcher.[ch]
17583                 added some filtering actions
17584                 and fixed a bug for headers and mail body matching
17585         * src/mbox.c
17586                 using filering.[ch] instead of filter.[ch]
17587         * src/mh.c
17588                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17589         * src/summaryview.c
17590                 some fixes for filtering
17591
17592 2001-05-14 [hiroyuki]
17593
17594         * src/send.c: fixed some weird indentations.
17595           send_message_with_command(): call pclose() only if p != NULL.
17596         * src/textview.c: get_email_part(): modified the code for readability.
17597
17598 2001-05-14 [hiroyuki]
17599
17600         * src/md5global.h
17601           src/md5ify.c
17602           src/md5ify.h: removed from the cvs.
17603
17604 2001-05-13 [sergey]
17605
17606         * src/main.c: include rfc2015.h to avoid compiler warnings.
17607         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17608         the panel is already on screen.
17609         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17610         closing the alert window by ESC as "No".
17611         * src/prefs_common.c (prefs_interface_create): moved return
17612         receipt check button to the correct place.
17613
17614 2001-03-13 [alfons]
17615
17616         * src/prefs_common.c: 
17617                 moved return receipt check button to the Send tab. (prefs_send_create)
17618                 removed the date format ui related globals. (prefs_display_create)
17619
17620         0.4.67claws3
17621         
17622         * sync with sylpheed 0.4.67cvs5-6
17623
17624 2001-05-13 [paul]
17625
17626         * added Alfons' font selection patch
17627
17628         * src/defs.h
17629         * src/headerwindow.c
17630         * src/prefs_common.c
17631         * src/prefs_common.h
17632
17633 2001-05-13 [hoa]
17634         * src/defs.h
17635                 changed version of cache
17636         * src/matcher.[ch]
17637         * src/prefs_matcher.c
17638                 added additionnal matching criteria
17639         * src/procheader.c
17640         * src/procmsg.[ch]
17641         * src/news.c
17642                 added references in MsgInfo
17643
17644 2001-05-12 [hoa]
17645
17646         * src/defs.h
17647                 prepared some things for new filtering
17648         * src/matcher.[ch]
17649                 added some matching properties
17650                 inreplyto need to be enhanced
17651                 prepared some things for new filtering
17652         * src/messageview.c
17653                 added Return-Receipt-To handling
17654         * src/prefs_folder_item.c
17655                 changed default value to TRUE
17656         * src/prefs_matcher.c
17657                 added some matching properties
17658         * src/prefs_scoring.[ch]
17659                 the scoring dialog is finished
17660         * src/procheader.c
17661                 added Return-Receipt-To handling
17662                 Reference need to be added
17663         * src/procmsg.[ch]
17664                 added Return-Receipt-To handling
17665                 added threadscore to get a better score sorting when
17666                 threads are enabled
17667         * src/summaryview.c
17668                 suppressed a bug when we sort the list
17669                 when no folder is opened.
17670                 better score sorting when threads are enabled
17671
17672 2001-05-12 [alfons]
17673
17674         * reverted previous patch because of potential errors 
17675
17676         0.4.67claws2
17677         
17678         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17679                 applied "toggle mail-retrieval dialog window" patch submitted 
17680                 by Eric Limpens <eric@qnt.net>
17681
17682         * sync with sylpheed 0.4.67cvs4
17683
17684 2001-05-12 [sergey]
17685
17686         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17687         some picky compilers.
17688         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17689         * src/grouplist_dialog.c: include alertpanel.h.
17690         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17691         fix compile warning.
17692         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17693         #include "defs.h" before others to prevent the warning of `MIN'
17694         and `MAX' redefinition.
17695
17696 2001-05-11 [hoa]
17697
17698         * src/main.c
17699         * src/messageview.c
17700         * src/prefs_account.c
17701         * src/prefs_display_header.c
17702                 removed warning
17703         * src/Makefile.am
17704                 added prefs_scoring.[ch]
17705         * src/grouplist_dialog.c
17706                 display an error dialog box if the group list
17707                 cannot be fetched.
17708         * src/mainwindow.[ch]
17709                 added main_window_set_thread_option() function
17710                 scoring dialog box enabled
17711         * src/matcher.[ch]
17712                 added flags matching unread /new / marked
17713                 / deleted / replied / forwarded
17714         * src/news.c
17715                 newsgroups are now finally in newscache
17716         * src/prefs_matcher.[ch]
17717                 finished preferences for matching dialog
17718         * added src/prefs_scoring.[ch]
17719                 scoring dialog box completed
17720         * src/scoring.[ch]
17721                 conversion to string : added scoringprop_to_string()
17722                 write config for preferences :
17723                 added prefs_scoring_write_config()
17724         * src/summaryview.c
17725                 threads can be enabled/disabled independently
17726                 for each folder
17727
17728 2001-05-10 [alfons]
17729
17730         0.4.67claws1
17731         
17732         * AUTHORS: 
17733                 thought it would be nice to have a list of all
17734                 contributors (used Changelog as a reference)
17735         
17736         * configure.in: 
17737                 messed up version numbering...
17738
17739         0.4.66claws1
17740
17741         * sync with sylpheed 0.4.67cvs1-3
17742
17743 2001-05-10 [darko]
17744
17745         * src/prefs_common.c:
17746                 better UI for strftime format, double clicking
17747                 on format now inserts the format in text entry
17748                 replaced close button with standard OK/Cancel
17749                 moved date format button to the right of the
17750                 text entry field
17751
17752 2001-05-09 [alfons]
17753
17754         * src/gtkstext.c:
17755                 Ctrl-Home / Ctrl-End have proper cursor navigation
17756
17757 2001-05-09 [hoa]
17758
17759         * src/prefs_matcher.c
17760                 finished UI to define matching properties
17761                 added ok and cancel button
17762         * src/prefs_filter.c
17763                 added ok and cancel button
17764         * src/news.c
17765                 fixed some bug in xhdr parsing
17766
17767 2001-05-08 [alfons]
17768
17769         * src/textview.c: 
17770                 fixed a bug in textview_show_header(), which displayed two colons (':');
17771                 cleaned up some warnings
17772
17773 2001-05-08 [hoa]
17774
17775         * src/Makefile.am
17776                 added prefs_matcher.[ch]
17777                 compilation with -W -Wall
17778         * src/alertpanel.c
17779                 ungrab the mouse events if grabbed - does it
17780                 fix the bug for disposition notification ?
17781         * src/mainwindow.c
17782                 added a menu option to open the matching dialog.
17783         * src/matcher.[ch]
17784                 added matcherprop_to_string() and matcherlist_to_string()
17785                 fixed some bugs, changed the name of some options
17786                 age_sup and age_inf becomes age_greater and age_lower,
17787                 body and messageheaders becomes body_part and headers_part,
17788                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17789         * src/prefs_display_header.c
17790         * src/prefs_headers.c
17791                 fixed a bug that accidentally destroyed dialogs
17792                 when closed them with delete_event
17793                 Added *_deleted() which handle delete_event signal correctly.
17794         * src/prefs_folder_item.[ch]
17795                 added "enable_thread" field for future customization
17796         * added src/prefs_matcher.[ch]
17797                 sample of the UI to define matching properties
17798         * src/procheader.c
17799                 using procheader_headername_equal instead of str*cmp functions
17800                 using procheader_parse_header() function
17801         * src/scoring.c
17802                 using MATCHING_XXX instead of SCORING_XXX
17803         * src/summaryview.c
17804                 display the sender of the news even if this is ourself
17805                 when this is a news message.
17806         * src/textview.c
17807                 using headername_equal() instead of str*cmp functions
17808
17809 2001-05-08 [alfons]
17810
17811         0.4.66claws
17812
17813         * sync with sylpheed 0.4.66
17814         * src/gtkstext.c: trace logs added 
17815
17816 2001-05-08 [sergey]
17817
17818         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17819         signature check popup.
17820         * src/rfc2015.c (check_signature): show signature check popup only
17821         if it is enabled in preferences.
17822
17823 2001-05-07 [alfons]
17824
17825         0.4.66claws4
17826         
17827         * sync with sylpheed 0.4.66cvs6
17828
17829 2001-05-07 [darko]
17830
17831         * src/prefs_common.[ch]: added option to enable/disable
17832           looking up sender name in address book for summary pane
17833         * src/summaryview.c: look up sender in the address book
17834           by using Alfons' address completion code
17835
17836 2001-05-07 [hiroyuki]
17837
17838         * src/inc.h
17839           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17840           member of Pop3State.
17841         * src/news.c: brought #include "defs.h" before #include <glib.h>
17842           to prevent the warning of `MIN' and `MAX' redefinition.
17843
17844 2001-05-06 [hoa]
17845
17846         * removed src/headers_display.[ch]
17847         * removed src/prefs_display_headers.[ch]
17848         * src/inc.c
17849                 use a temporary file in the user directory for mbox import
17850         * src/news.c
17851                 added XHDR support to get "To" and "Cc" headers
17852                 (in order to match news with to or cc field for
17853                 scoring)
17854                 added function news_parse_xhdr() to get XHDR response
17855         * src/nntp.[ch]
17856                 added function nntp_xhdr()
17857         * src/matcher.c
17858                 fetch the message if necessary
17859
17860 2001-05-06 [alfons]
17861
17862         0.4.66claws3
17863
17864         * sync with sylpheed 0.4.66cvs3-5
17865
17866 2001-05-06 [hoa]
17867
17868         * src/utils.[ch]
17869                 added function itos_buf() to enable use of several buffers
17870         * src/summaryview.c
17871                 use of itos_buf() instead of itos() in summary list
17872                 to fix the broken display of message number.
17873
17874 2001-05-06 [alfons]
17875
17876         * src/gtkstext.c: bug in cursor up navigation fixed,
17877                 fixed another unsigned / signed comparison (we're getting there :-)
17878
17879 2001-05-06 [hoa]
17880
17881         * src/Makefile.am
17882                 added scoring.c scoring.h
17883                 prefs_folder_item.c prefs_folder_item.h
17884                 matcher.c matcher.h
17885         * src/defs.h
17886                 added FOLDERITEM_RC SCORING_RC
17887         * src/folder.[ch]
17888                 added prefs field in FolderItem :
17889                 properties for each folder (PrefsFolderItem),
17890                 sorting type and mode were added as the first properties.
17891         * src/main.c
17892                 read config for scoring
17893         * added src/matcher.[ch]
17894                 gives functions to parse configuration file to do
17895                 matching on mails with a list of conditions.
17896         * src/mainwindow.c
17897                 add option to sort by score
17898         * src/prefs_common.[ch]
17899                 added preference option to show score and for
17900                 the score column size
17901         * added src/prefs_folder_item.[ch]
17902                 properties for each folder (PrefsFolderItem),
17903                 sorting type and mode were added as the first properties.
17904         * src/procheader.[ch]
17905                 added procheader_parse_header()
17906                 added procheader_header_free()
17907                 added procheader_headername_equal()
17908                 and made modification to use them.
17909         * src/procmsg.[ch]
17910                 added score field to MsgInfo structure
17911         * added src/scoring.[ch]
17912                 gives functions to parse configuration file to do
17913                 scoring on mails with a list of conditions.
17914         * src/summaryview.[ch]
17915                 save the sorting type and mode for the folder
17916                 added column to display the score of the mail
17917                 added function summary_score_clicked()
17918                 sorting type and mode are restored to the folder
17919                 when it is reopen
17920         * src/textview.c
17921                 use procheader_parse_header(), procheader_headername_equal()
17922                 removed memory leak in text_scan_header when freeing headers
17923         * src/filter.c
17924                 changed the function to match names of headers
17925                 using procheader_headername_equal()
17926
17927         Scoring functions are implemented, an interface is needed
17928         to configure that.
17929
17930 2001-05-04 [alfons]
17931
17932         * src/gtkstext.c: 
17933                 hopefully fixed the row up navigation bug,
17934                 removed adding back / forward lines to cache
17935
17936 2001-05-04 [sergey]
17937
17938         * src/prefs_display_headers.c: user interface changes:
17939         (prefs_display_headers_create): remove unused "Show" check button;
17940         allow reordering of headers by dragging.
17941         (prefs_display_headers_write_config): remove unused variables.
17942         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17943         of lists (not needed with the new UI).
17944         (prefs_display_headers_set_list): scan lists starting from row 0,
17945         not 1 (do not skip "(New)").
17946         (prefs_display_headers_find_header): new function.
17947         (prefs_display_headers_clist_set_row): do not allow duplicates.
17948         (prefs_display_headers_delete_cb): do not skip row 0; treat
17949         closing the alert window by ESC as "No".
17950         (prefs_display_headers_up): do not protect row 0.
17951         (prefs_display_headers_down): do not protect row 0.
17952
17953 2001-05-04 [sergey]
17954
17955         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17956         functions.
17957
17958         * src/summaryview.c
17959         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17960         summary_select_next_marked, summary_select_prev_marked): new
17961         functions.
17962
17963 2001-05-03 [sergey]
17964
17965         * src/news.c: fixed a bug when no article can be fetched after
17966         server timeout if the connection was restored by news_post():
17967         (news_select_group): new function.
17968         (news_fetch_msg): call news_select_group() before fetching
17969         article.
17970         (news_get_uncached_articles): set session->group after successful
17971         GROUP command.
17972
17973 2001-05-03 [hoa]
17974
17975         * src/defs.h
17976         * src/procmsg.[ch]
17977         * src/procheader.c
17978                  changed version of cache, added cc field
17979
17980         * src/prefs_display_headers.c
17981                 the interface was changed
17982
17983         * src/prefs_headers.c
17984                 added cancel button
17985
17986 2001-05-03 [alfons]
17987
17988         * completed sync of sylpheed cvs2
17989         * src/gtkstext.c: updated row up / down cursor navigation
17990         * src/textview.c: re-edited, prepared for fixing the email address
17991                 scanner.
17992
17993 2001-05-03 [darko]
17994
17995         * src/prefs_common.c: use alfons' strftime ui code
17996         entry_datefmt and datefmt_sample widgets have to be
17997         global in this module because of this change
17998
17999 2001-05-03 [hoa]
18000
18001         * src/messageview.c
18002         * src/prefs_common.[ch] added option to activate the return receipt
18003                 feature.
18004
18005 2001-05-02 [alfons]
18006
18007         * src/gtkstext.c: fix for row up/down cursor navigation. 
18008
18009         0.4.66claws2
18010         
18011         * sync with 0.4.66cvs2
18012
18013 2001-05-02 [paul]
18014
18015         added add-sender-to-addressbook patch
18016
18017         * src/addressbook.c
18018         * src/addressbook.h
18019         * src/summaryview.c
18020
18021 2001-05-02 [sergey]
18022
18023         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18024         G_ALERTDISABLE.
18025
18026         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18027         all existing callers changed to pass FALSE; create a check button
18028         to disable the message.
18029         (alertpanel_message_with_disable): new function.
18030         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18031         (alertpanel_button_toggled): new function.
18032         (alertpanel_button_clicked, alertpanel_close): set value using
18033         G_ALERT_VALUE_MASK.
18034
18035         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18036
18037         * src/prefs_common.c (prefs_privacy_create): new check button
18038         checkbtn_gpgme_warning.
18039
18040         * src/main.c (main): moved preferences reading before gpgme
18041         initialization; check prefs_common.gpgme_warning before giving the
18042         GnuPG warning and set it to FALSE if the user wants to disable the
18043         warning.
18044
18045 2001-05-02 [hiroyuki]
18046
18047         * src/prefs_display_headers.c: modified the layout and some labels.
18048
18049 2001-05-02 [sergey]
18050
18051         * src/prefs_account.c (prefs_account_fix_size): new function.
18052         (prefs_account_create): call prefs_account_fix_size(); use
18053         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18054         size when the window is shown for the first time).
18055         (prefs_account_basic_create): changed layout of serv_table; moved
18056         localmbox_entry above smtpserv_entry (logically it replaces
18057         POP3/IMAP server).
18058         (prefs_account_protocol_activated): set sensitivity of
18059         nntpauth_chkbtn according to the protocol (in addition to
18060         hide/show); commented out gtk_table_set_row_spacing() calls.
18061         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18062         not sensitive (fixes a bug with disabled username/password boxes
18063         when editing POP3 account after NNTP with authentication).
18064
18065 2001-05-02 [hoa]
18066
18067         * src/account.c
18068         * src/inc.c
18069         * src/prefs_account.[ch]
18070         * src/send.c
18071                 removed local account without SMTP server
18072                 added option to use mail command instead of a connexion
18073                 to SMTP server when a local account is used
18074         * src/prefs_headers.c
18075                 fixed a bug
18076         * src/news.c
18077                 fixed a bug when connexion immediately closed
18078
18079 2001-05-01 [alfons]
18080
18081         0.4.66claws1
18082         
18083         * sync with 0.4.65
18084
18085 2001-05-01 [sergey]
18086
18087         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18088         widget nntpauth_chkbtn.
18089         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18090         visibility.
18091         (prefs_account_nntpauth_toggled): new function.
18092
18093         * src/news.c (news_session_new_for_folder): use NNTP
18094         authentication only if ac->use_nntp_auth is set.
18095
18096 2001-05-01 [hoa]
18097
18098         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18099         * src/prefs_display_headers.c changed the UI
18100         * src/prefs_headers.c changed account_name to account_id
18101         * src/compose.c using customheader.h
18102
18103 2001-05-01 [hiroyuki]
18104
18105         * src/esmtp.c
18106           src/news.c
18107           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18108           unsynched.
18109
18110 2001-05-01 [hoa]
18111
18112         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18113         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18114                 for displaying of headers
18115         * src/grouplist_dialog.[ch] minor changes to remove warnings
18116         * src/prefs_display_headers.[ch] dialog to choose the
18117         headers to display in the mail viewer.
18118         * src/headers.h correction of #define
18119         * src/headers_display.[ch] configuration for displaying of headers.
18120         * src/main.c read config of displaying of headers
18121         * src/prefs_common.c add a button to access the config dialog
18122                 for displaying of headers
18123         * src/prefs_display_headers.[ch] dialog for configuration for
18124                 displaying of the headers.
18125         * src/prefs_headers.c cleaning of code
18126         * src/procheader.c comments added to code
18127         * src/textview.c changes to reorder the headers depending
18128                 on the config for displaying of headers
18129
18130 2001-04-30 [alfons]
18131
18132         0.4.65claws7
18133
18134         * sync with 0.4.65cvs12
18135
18136         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18137
18138 2001-04-30 [sergey]
18139
18140         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18141
18142         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18143         is set to force reconnection after authentication failure.
18144         (nntp_gen_command): set sock->auth_failed on authentication
18145         failure, or if sock->userid and sock->passwd are not set.
18146
18147         * src/news.c (news_session_new_for_folder): set userid=NULL if
18148         password dialog is cancelled.
18149
18150 2001-04-30 [sergey]
18151
18152         * src/nntp.h (NNTPSockInfo): new type.
18153
18154         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18155         SockInfo.
18156         (nntp_open_auth, nntp_close): new functions.
18157         (nntp_gen_command): new function to handle authentication; all
18158         NNTP command functions updated to use it.
18159         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18160         (nntp_list): removed old useless code.
18161
18162         * src/news.h (NNTPSession): new field nntp_sock.
18163
18164         * src/news.c: all functions updated to use NNTPSockInfo instead of
18165         SockInfo.
18166         (news_session_new): new arguments (userid, passwd); made static;
18167         use nntp_open_auth() if needed.
18168         (news_session_destroy): use nntp_close() instead of sock_close().
18169         (news_query_password): changed arguments.
18170         (news_session_new_for_folder): new function.
18171         (news_session_get): use news_session_new_for_folder().
18172         (news_authenticate): deleted.
18173         (news_get_uncached_articles): removed old authentication code.
18174
18175 2001-04-30 [sergey]
18176
18177         * src/news.c: reverted my previous changes (need to do NNTP
18178         authentication in a cleaner way).
18179         
18180 2001-04-29 [sergey]
18181
18182         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18183         news_nntp_post, news_nntp_mode): new functions (wrappers with
18184         authentication support).
18185         (news_get_article_cmd, news_get_article, news_get_header): new
18186         argument "folder"; all callers changed.
18187         (news_get_article_cmd): added authentication support.
18188         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18189         (news_post): use news_nntp_post() instead of nntp_post().
18190         (news_get_uncached_articles): use news_nntp_group() instead of
18191         nntp_group() and news_nntp_xover() instead of nntp_xover();
18192         removed old authentication code.
18193         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18194
18195         * src/nntp.c (nntp_list): return real error code instead of
18196         hardcoded NN_ERROR.
18197
18198 2001-04-29 [sergey]
18199
18200         * configure.in: fixed wint_t typedef detection again
18201
18202 2001-04-28 [hoa]
18203
18204         * src/prefs_account.[ch], added A_LOCAL_CMD
18205                 (send mail with mail command)
18206         * src/send.c added function send_message_with_command()
18207         * src/inc.c made a more secure get_spool() function with
18208                 mktemp() but maybe mkstemp() or something more
18209                 secure can be used.
18210
18211 2001-04-28 [alfons]
18212
18213         * src/textview.c, colorization of email addresses in headers
18214
18215         0.4.65claws6
18216
18217         * bug sync with sylpheed
18218         * prefs_common.c: created date format ui for darko
18219         * sync with 0.4.65cvs11
18220         * configure.in: corrected to have the new gpg checks
18221
18222 2001-04-27 [alfons]
18223
18224         * completed sync with 0.4.65cvs10
18225         * minor debug things added to gtkstext.c
18226
18227 2001-04-27 [darko]
18228
18229         * configure.in: remove check for availability of
18230           strftime() as advised by Hiroyuki
18231         * src/prefs_common.[ch], src/procheader.c:
18232           synch strftime() code with Hiroyki's main branch
18233
18234 2001-04-26 [sergey]
18235
18236         * src/news.c: news_query_password(), news_authenticate(): new
18237           functions.
18238           news_get_uncached_articles(): added NNTP authentication
18239           handling.
18240         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18241           new functions.
18242         * src/prefs_account.c: prefs_account_protocol_activated():
18243           enable userid and password fields for NNTP.
18244
18245 2001-04-26
18246
18247         * configure.in: check for availability of strftime()
18248           [darko]
18249         * src/prefs_common.[ch], src/procheader.c: use
18250           strftime() for displaying date in summary pane if it
18251           is available
18252
18253 2001-04-25
18254
18255         * more .cvsignore cleanups [alfons]
18256
18257 2001-04-25
18258
18259         * ac/sv-check-type.m4: new autoconf macro.
18260         * configure.in: fixed wint_t typedef detection (did not work
18261           with gcc-2.96).
18262
18263 2001-04-25
18264
18265         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18266           [hiroyuki]
18267
18268 2001-04-24
18269         * modified gtkstext.c : buggy cursor navigation fixed, 
18270           and font descent also taken in account when drawing
18271           cursor. [alfons]
18272
18273 2001-04-24 [hoa]
18274         * added comments in src/news.c src/nntp.c
18275         * added src/prefs_headers.[ch]
18276         * added src/headers.[ch]
18277         * modified compose.c to activate custom headers
18278                 added function is_in_custom_headers
18279         * modified prefs_account.[ch]
18280                 added function prefs_account_customhdr_edit
18281         * modified src/defs.h :
18282                 added HEADERS_RC : name of the config file
18283                 for the custom headers
18284
18285 2001-04-24
18286
18287     0.4.65claws5
18288
18289         * configure.in
18290           src/gtkstext.[ch]
18291           src/compose.c
18292           src/Makefile.am
18293           
18294           added gtkstext with configure.in patch by Hiroyuki which
18295           should fix the XIM detection [alfons]
18296
18297         * more clean up of cvs [alfons]
18298
18299                  * removed all Makefile.in files to attic.
18300
18301                  * updated all .cvsignores to really ignore things that could
18302                    be unintentionally committed by a recursive commit.
18303
18304 2001-04-23 [hoa]
18305         * added src/grouplist_dialog.[ch]
18306         * changed src/folderview.c to call grouplist_dialog instead
18307                 of inputdialog
18308         * src/news.c :
18309                 added functions news_reset_group_list
18310                 and news_get_group_list
18311         * src/nntp.c :
18312                 added function nntp_list
18313         * src/defs.h :
18314                 added GROUPLIST_FILE : name of the newsgroup list cache file
18315
18316 2001-04-21
18317
18318         * added option to warn about queued messages on exit [sergey]:
18319
18320           * src/compose.c: compose_queue(): call folder_item_scan()
18321             and folderview_update_item() after queueing.
18322           * src/folderview.c: folderview_update_node(): draw the queue
18323             folder in bold font if there are queued messages.
18324           * src/mainwindow.c: queued_messages(): new function.
18325             app_exit_cb(): display warning if there are queued messages
18326             if warn_queued_on_exit is set.
18327           * prefs_common.[ch]: add warn_queued_on_exit option.
18328
18329         * enhanced GnuPG key selection support [sergey]:
18330
18331           * src/select-keys.c: updated to newer version from Win32
18332             branch with support for selecting arbitrary keys.
18333           * src/prefs_account.c: added the Privacy tab to the account
18334             options window.
18335             prefs_account_privacy_create(),
18336             prefs_account_sign_key_set_data_from_radiobtn(),
18337             prefs_account_sign_key_set_radiobtn(): new functions.
18338           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18339           * src/rfc2015.c: set_signers(): new function.
18340             pgp_sign(): add the account parameter, call set_signers().
18341             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18342           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18343           * src/compose.c: pass the current account to rfc2015_sign().
18344
18345         * tag name claws added to prevent confusion with main branch [alfons]
18346
18347         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18348
18349         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18350
18351         * sync with recent sylpheed cvs. Untested though. [alfons]
18352