fix compile error
[claws.git] / ChangeLog.claws
1 2003-09-03 [thorsten]   0.9.4claws59
2
3         * src/plugins/spamassassin/spamassassin_gtk.c
4                 fix compile error
5
6 2003-09-03 [christoph]  0.9.4claws58
7
8         * src/plugins/spamassassin/spamassassin.[ch]
9         * src/plugins/spamassassin/spamassassin_gtk.c
10                 add timeout config option
11
12 2003-09-03 [paul]       0.9.4claws57
13
14         * po/sk.po      ** NEW FILE **
15                 add Slovak translation. Submitted by Andrej Kacian 
16                 <andrej@kacian.sk>
17
18 2003-09-03 [paul]       0.9.4claws56
19
20         * src/plugins/clamav/clamav_plugin_gtk.c
21                 gui tweaks: replace a label with a tooltip, modify the
22                 text, use gtk_check_button_new(); instead of
23                 gtk_check_button_new_with_label("");
24
25 2003-09-02 [alfons]     0.9.4claws55
26
27         * src/gtk/filesel.c
28                 remember last used dir when attaching multiple files (should fix
29                 bug #290, "Attach File does not remember directory")
30
31 2003-09-01 [paul]       0.9.4claws54
32
33         * po/es.po
34                 updated by Ricardo Mones Lastra
35
36 2003-09-01 [alfons]     0.9.4claws53
37
38         * src/gtk/gtkaspell.[ch]
39                 be pedantic and strict and use const gchar * instead of guchar *
40
41 2003-09-01 [alfons]     0.9.4claws52
42
43         * src/mainwindow.c
44         * src/summaryviewc.
45                 re-enable Save As when multiple messages are selected
46
47 2003-09-01 [paul]       0.9.4claws51
48
49         * src/textview.c
50                 g_free(trimmed_uri);
51
52 2003-09-01 [paul]       0.9.4claws50
53
54         * sync with 0.9.4cvs13
55                 see ChangeLog 2003-09-01
56
57 2003-09-01 [paul]       0.9.4claws49
58
59         * src/textview.c
60                 trim uri before sending to the statusbar
61                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
62                 in the message window causes main S-C window to enlarge 
63                 past screen edges'
64
65 2003-09-01 [paul]       0.9.4claws48
66
67         * sync with 0.9.4cvs12
68                 see ChangeLog 2003-09-01
69
70 2003-08-30 [christoph]  0.9.4claws47
71
72         * src/compose.c
73         * src/folder_item_prefs.[ch]
74         * src/prefs_folder_item.c
75         * src/gtk/gtkaspell.[ch]
76                 commit per folder dictionary patch by
77                 Paul Evans <nerd@freeuk.com>
78
79 2003-08-30 [christoph]  0.9.4claws46
80
81         * src/plugins/spamassassin/spamassassin_gtk.c
82         * src/plugins/spamassassin/spamassassin_gtk.glade
83                 reduce GUI clutter by placing hints into tooltips
84
85 2003-08-30 [paul]       0.9.4claws45
86
87         * src/compose.c
88                 add 'Content-Disposition: inline' to a text/plain
89                 part when using PGP/MIME signing
90
91 2003-08-30 [paul]       0.9.4claws44
92
93         * src/prefs_common.c
94           src/prefs_spelling.c
95           src/prefs_spelling.glade
96                 reduce GUI clutter by placing hints into tooltips
97
98 2003-08-29 [christoph]  0.9.4claws43
99
100         * configure.ac
101                 fix bug found by Ivan Rayner <ivanr@sgi.com>
102
103         * src/stock_pixmap.c
104                 change unecessary warning into a debug message
105
106         * src/plugins/clamav/Makefile.am
107                 Fix error "-I$(CLAMAV_LIBS)"
108
109 2003-08-29 [christoph]  0.9.4claws42
110
111         * intl/Makefile.in
112         * src/Makefile.am
113         * src/matcher.h
114         * src/common/Makefile.am
115         * src/common/passcrypt.c
116                 commit fixes and patches for some of the IRIX problems found by
117                 Ivan Rayner <ivanr@sgi.com>
118
119 2003-08-29 [paul]       0.9.4claws41
120
121         * src/prefs_filtering.c
122                 add 'Top' and 'Bottom' buttons, based on changes in
123                 src/prefs_filter.c in 0.9.4cvs11.
124
125 2003-08-27 [christoph]  0.9.4claws40
126
127         * src/folderview.c
128                 fix bug that the current summary settings were copied to the
129                 wrong folder item, when the folder item prefs are opened.
130                 Copying is not required because summary settings and
131                 folder_item_prefs do not contain the same settings
132
133 2003-08-27 [thorsten]   0.9.4claws39
134
135         * src/imap.c
136                 fix compile error
137
138 2003-08-26 [paul]       0.9.4claws38
139
140         * sync with 0.9.4cvs9
141                 see ChangeLog 2003-08-26
142
143 2003-08-25 [paul]       0.9.4claws37
144
145         * sync with 0.9.4cvs8
146                 see ChangeLog 2003-08-25
147
148 2003-08-24 [christoph]  0.9.4claws36
149
150         * src/prefs_filtering.c
151                 shouldn't remove items from a GSList while iterating over the
152                 list (makes cur invalid and cur->next not accessable)
153
154         (closes Bug 272 i deleted an folder and some seconds later sylpheed
155          crashed)
156
157 2003-08-23 [christoph]  0.9.4claws35
158
159         * src/news.c
160                 news folders should be scanned when opened
161
162 2003-08-22 [christoph]  0.9.4claws34
163
164         * src/prefs_folder_item.c
165                 use macro to assign strings that always frees the old string
166
167         * src/gtk/gtkaspell.[ch]
168                 add gtkaspell_set_dictionary_menu_active_item() to set active
169                 item in dictionary option menu
170
171         * src/prefs_spelling.c
172                 use gtkaspell_set_dictionary_menu_active_item() to select
173                 dictionary
174
175 2003-08-21 [christoph]  0.9.4claws33
176
177         * src/folder.[ch]
178         * src/imap.c
179         * src/mbox_folder.c
180         * src/mh.c
181         * src/news.c
182                 optimize folder system
183
184         * src/gtk/gtkstext.c
185                 fix division by zero when font has 0 width for ' '
186
187 2003-08-21 [paul]       0.9.4claws32
188
189         * sync with 0.9.4cvs7
190                 see ChangeLog 2003-08-20
191
192 2003-08-19 [paul]       0.9.4claws31
193
194         * src/common/defs.h
195                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
196                 SYLDOC_FAQ_HTML_INDEX.
197         * src/manual.c
198                 use LC_MESSAGES instead of LC_ALL to find the current
199                 language
200
201           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
202
203 2003-08-19 [paul]       0.9.4claws30
204
205         * po/bg.po
206                 updated by George Danchev
207
208 2003-08-18 [luke]       0.9.4claws29
209         * src/mimeview.[ch]
210         * src/gtk/gtkvscrollbutton.[ch]
211                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
212                   dependencies; do it the GTK way; reduce code -14/+2 lines)
213                 o removed horizontal separator between icons
214
215 2003-08-17 [christoph]  0.9.4claws28
216
217         * src/procmsg.c
218                 no subject threading when the subject has no reply prefix
219
220 2003-08-16 [christoph]  0.9.4claws27
221
222         * src/mainwindow.c
223                 remember and restore window sizes and position when the main
224                 window is hidden or shown
225
226         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
227          minimised/reopened using trayicon)
228
229 2003-08-16 [paul]       0.9.4claws26
230
231         * src/crash.c
232                 add #include "defs.h"
233
234 2003-08-16 [paul]       0.9.4claws25
235
236         * src/plugins/clamav/clamav_plugin.c
237                 reword a debug_print
238                 
239         * src/plugins/dillo_viewer/dillo_prefs.c
240                 cosmetic: change the labels' text, add tooltips, and
241                 left-align the hint
242
243 2003-08-15 [christoph]  0.9.4claws24
244
245         * src/news.c
246                 complete last change (forgot some changes)
247
248 2003-08-15 [christoph]  0.9.4claws23
249
250         * src/news.c
251                 o check number of messages and don't return a 0 message
252                   when no messages are available
253                 o don't parse xref header anymore
254
255         (closes Bug 203 I'm not getting any news)
256
257 2003-08-15 [paul]       0.9.4claws22
258
259         * src/common/defs.h
260           src/crash.c
261                 update and define claws bugzilla location
262
263 2003-08-15 [paul]       0.9.4claws21
264
265         * po/ru.po
266                 update submitted by Ruslan N. Balkin
267
268 2003-08-14 [christoph]  0.9.4claws20
269
270         * src/procmsg.c
271                 fix search for oldest node in subject threading
272
273 2003-08-14 [christoph]  0.9.4claws19
274
275         * src/procmsg.c
276         * src/common/utils.h
277                 add possibility to check all nodes with the same subject for
278                 subject threading, not only the oldest node. Should not break
279                 threads anymore if the oldest node is thread_by_subject_max_age
280                 days older then parent, because it can now find a child of
281                 oldest node as new parent.
282
283 2003-08-11 [christoph]  0.9.4claws18
284
285         * src/plugins/spamassassin/spamassassin.c
286                 run spam check in background process
287
288 2003-08-10 [alfons]     0.9.4claws17
289
290         * src/summaryview.c
291                 make `Select All' sensitive too
292
293 2003-08-10 [christoph]  0.9.4claws16
294
295         * src/imap.c
296                 add more checks in imap_close
297
298 2003-08-09 [alfons]     0.9.4claws15
299
300         * src/prefs_spelling.c
301                 no spell checking UI if not requested
302
303 2003-08-09 [alfons]     0.9.4claws14
304
305         * src/gtk/prefswindow.c
306                 make it compile
307
308 2003-08-09 [christoph]  0.9.4claws13
309
310         * src/prefs_spelling.c
311         * src/gtk/prefswindow.[ch]
312         * src/plugins/clamav/clamav_plugin_gtk.c
313         * src/plugins/spamassassin/spamassassin_gtk.c
314                 sort prefs pages by heighest weight in tree
315
316 2003-08-09 [paul]       0.9.4claws12
317
318         * sync with 0.9.4cvs6
319                 see ChangeLog 2003-08-07
320                 
321         * AUTHORS
322                 add Leandro and Luke to claws-branch section
323
324 2003-08-09 [christoph]  0.9.4claws11
325
326         * src/gtk/Makefile.am
327         * src/gtk/colorsel.[ch]                 ** NEW **
328                 create a color selection dialog that can be used as a simple
329                 function call with it's own gtk main loop like filesel.[ch]
330
331         * src/Makefile.am
332         * src/main.c
333         * src/prefs_common.c
334         * src/prefs_spelling.[ch]               ** NEW **
335         * src/prefs_spelling.glade              ** NEW **
336         * src/gtk/gtkutils.[ch]
337                 move "Spell Checker" prefs to new prefs dialog
338
339         * src/prefs_folder_item.c
340                 use new colorsel dialog
341
342 2003-08-08 [paul]       0.9.4claws10
343
344         * src/inc.c
345                 clear the progress bar unconditionally
346
347 2003-08-08 [paul]       0.9.4claws9
348
349         * sync with 0.9.4cvs4
350                 see ChangeLog 2003-07-31
351
352 2003-08-07 [christoph]  0.9.4claws8
353
354         * configure.ac
355                 fix bug in image viewer plugin part
356
357         * src/imap.c
358                 don't execute close command if the folder item is not selected
359
360 2003-08-07 [hoa]        0.9.4claws7
361
362         * src/filtering.[ch]
363         * src/matcher_parser.h
364         * src/matcher_parser_parse.y
365                 can define several actions for each filtering rule
366                 can import old versions of filtering rules
367
368         * src/prefs_filtering.c
369                 call to a new dialog box to define actions
370
371         * src/prefs_filtering_action.[ch]
372                 dialog box to define actions for filtering rules
373
374 2003-08-06 [christoph]  0.9.4claws6
375
376         * src/imap.c
377                 make sure source folder is selected when copying messages
378
379 2003-08-06 [christoph]  0.9.4claws5
380
381         * sync with 0.9.4cvs2
382                 see ChangeLog 2003-07-29                
383
384 2003-08-05 [paul]       0.9.4claws4
385
386         * sync with 0.9.4cvs3
387                 see ChangeLog 2003-07-30
388
389 2003-08-04 [match]      0.9.4claws3
390
391         * po/POTFILES.in
392                 export of LDIF files.
393
394 2003-08-04 [match]      0.9.4claws2
395
396         * src/ldif.[ch]
397                 support for export LDIF. documented.
398         * src/importldif.[ch]
399         * src/exportldif.[ch]
400                 add tooltips. documented.
401         * src/exphtmldlg.[ch]
402         * src/common/xmlprops.[ch]
403                 documented.
404         * src/exportldif.[ch]                   ** NEW **
405         * src/expldifdlg.[ch]                   ** NEW **
406         * src/addressbook.[ch]
407         * src/Makefile.am
408                 export of LDIF files.
409                 documented.
410
411 2003-08-04 [christoph]  0.9.4claws1
412
413         * .cvsignore
414         * Makefile.am
415         * configure.ac
416         * sylpheed-claws.pc.in                  ** NEW **
417         * src/Makefile.am
418         * src/common/Makefile.am
419         * src/gtk/Makefile.am
420                 install sylpheed header files in $(pkgincludedir) and create a
421                 pkg-config file to allow building a plugin without the source
422                 package
423
424 2003-08-04 [paul]       0.9.4claws
425
426         * version 0.9.4claws
427
428 2003-08-04 [paul]       0.9.3claws97
429
430         * po/es.po
431                 update Spanish translation. Submitted by Ricardo
432                 Mones Lastra.
433
434 2003-08-03 [paul]       0.9.3claws96
435
436         * po/hr.po
437           po/sr.po
438                 update Croatian and Serbian translations. Submitted by
439                 Dragan and Urke MMI respectively
440
441 2003-08-03 [alfons]     0.9.3claws95
442
443         * src/summaryview.c
444                 mark flag has precedence over important flag - seems
445                 to have been changed in sync of 0.9.3claws45. this fixes
446                 a regression where messages that were scored as important
447                 don't show their mark flags. (using the same column for
448                 both importance as mark flags is the real problem
449                 ofcourse)
450
451 2003-08-03 [melvin]     0.9.3claws94
452
453         * po/fr.po
454                 Updated French translations.
455
456 2003-08-03 [melvin]     0.9.3claws93
457
458         * src/Makefile.am
459                 Fixed typo introduced after 0.9.3claws92 
460                 that prevented compilation
461                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
462                 CPPFLAGS and YFLAGS to allow user setting these.
463         * src/common/Makefile.am
464         * src/gtk/Makefile.am
465         * src/plugins/clamav/Makefile.am
466         * src/plugins/demo/Makefile.am
467         * src/plugins/dillo_viewer/Makefile.am
468         * src/plugins/image_viewer/Makefile.am
469         * src/plugins/mathml_viewer/Makefile.am
470         * src/plugins/spamassassin/Makefile.am
471         * src/plugins/trayicon/Makefile.am
472         * src/plugins/trayicon/libeggtrayicon/Makefile.am
473                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
474                 CPPFLAGS and YFLAGS to allow user setting these.
475
476 2003-08-02 [christoph]  0.9.3claws92
477
478         * configure.ac
479                 o rearrange plugin tests
480                 o add test for clamav.h to ClamAV tests
481
482 2003-08-02 [luke]       0.9.3claws91
483
484         * src/mimeview.c
485                 o fixed appearance of icon list when toggling back from the 
486                   ctree
487                 o toggling of icons using the keyboard works correctly
488                 o fixed all other keyboard shortcuts to work when icons are
489                   active
490         
491         * src/messageview.c
492                 o fixed bug 4 - focus lost when changing messageview view type
493
494 2003-08-02 [christoph]  0.9.3claws90
495
496         * src/common/hooks.c
497                 fix crash when pointer stored in hash table could get invalid
498                 when a plugin is unloaded
499
500 2003-08-01 [christoph]  0.9.3claws89
501
502         * configure.ac
503                 o try to build all plugins (except spamassassin) by default
504                 o don't build a plugin if a dependency check fails
505
506         * src/common/hooks.c
507                 fix warning
508
509 2003-08-01 [match]      0.9.3claws88
510
511         * src/importldif.c
512                 allow single click field selection. document code.
513
514 2003-08-01 [christoph]  0.9.3claws87
515
516         * src/plugins/clamav/clamav_plugin.c
517         * src/plugins/clamav/clamav_plugin_gtk.c
518         * src/plugins/dillo_viewer/dillo_viewer.c
519         * src/plugins/image_viewer/plugin.c
520         * src/plugins/mathml_viewer/mathml_viewer.c
521         * src/plugins/spamassassin/spamassassin.c
522         * src/plugins/spamassassin/spamassassin_gtk.c
523         * src/plugins/trayicon/trayicon.c
524                 add version check to all plugins
525
526 2003-08-01 [hoa]        0.9.3claws86
527
528         * src/prefs_filtering.c
529                 fixed a cosmetic bug, during creation of dialog box,
530                 wrong widgets were shown after creation.
531
532 2003-08-01 [luke]       0.9.3claws85
533
534         * src/mainwindow.c
535                 o fixed visibility of icons/mimeview after toggling separate
536                   message/folder view (factored out some similar code too).
537
538
539 2003-07-31 [alfons]     0.9.3claws84
540
541         * src/mimeview.c
542                 tweak icon box UI a bit more, now allowing right-clicks actions
543                 getting the relevant mime data too; should fix #250, "Can't save 
544                 attachments sometimes".
545
546 2003-07-30 [alfons]     0.9.3claws83
547
548         * src/compose.c
549                 don't do auto-save-draft inside key press handler, but rather
550                 schedule it half of a second later; should fix #67, "autosave 
551                 make re-rediting message crazy"
552
553 2003-07-30 [christoph]  0.9.3claws82
554
555         * src/plugins/trayicon/trayicon.c
556                 process pending events before unloading the plugin
557
558         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
559
560 2003-07-30 [alfons]     0.9.3claws81
561
562         * src/common/hooks.c
563                 parameter 2 of g_hook_destroy() should really be a hook id
564
565 2003-07-30 [alfons]     0.9.3claws80
566
567         * src/common/plugin.c
568                 fix a possibly harmful function signature mismatch 
569                 for plugin_done
570
571 2003-07-30 [alfons]     0.9.3claws79
572
573         * src/common/hooks[.ch]
574                 const correctness
575
576 2003-07-30 [darko]      0.9.3claws78
577
578         * src/summaryview.c
579                 make it compile again
580
581 2003-07-30 [luke]       0.9.3claws77
582
583         * src/crash.c
584         * src/main.c
585                 o added/moved signal handlers for SIGTERM (normal kill command) 
586                   and SIGINT (ctl-c) to be used even without 
587                   --enable-crash-dialog, fixing bug 166
588
589         * src/summaryview.c
590                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
591                   bug 227
592
593         * src/mainwindow.c
594                 o changed sensitivity condition for 'Next new' and 'Next 
595                   unread', fixing bug 8
596
597 2003-07-29 [alfons]     0.9.3claws76
598
599         * src/common/utils.[ch]
600                 add generate_msgid()
601         * src/messageview.c
602                 save ack'ed RRR; fixes #205, "return receipt is not saved in
603                 sent folder".
604
605 2003-07-29 [alfons]     0.9.3claws75
606
607         * src/messageview.c
608                 fix a memleak (claws-only)
609
610 2003-07-29 [alfons]     0.9.3claws74
611
612         * src/mimeview.[ch]
613         * src/gtk/gtkvscrollbutton.[ch]
614                 fix UI glitch where mime icon toolbox' scroll position is not 
615                 reset after switching to another message
616                 
617
618 2003-07-29 [paul]       0.9.3claws73
619
620         * src/prefs_folder_item.c
621                 split the prefs into 2 separate pages
622
623 2003-07-29 [paul]       0.9.3claws72
624
625         * src/compose.c
626                 prepend "\n\n" to a signature without a separator too
627
628 2003-07-29 [paul]       0.9.3claws71
629
630         * src/compose.c
631                 fix bug where changing to an account without an auto-sig
632                 from an initial account without an auto-sig would insert 
633                 2 blank lines at the cursor point
634                 fix bug where changing to an account with an auto-sig
635                 from an initial account without an auto-sig would insert
636                 the sig at the cursor point
637
638 2003-07-29 [paul]       0.9.3claws70
639
640         * src/folderview.c
641                 use the colour from the folder pref unless the folder
642                 has new messages
643
644 2003-07-29 [alfons]     0.9.3claws69
645
646         * src/procmsg.[ch]
647         * src/messageview.c
648         * src/procheader.c
649                 rewrite return receipt request work a little bit (the former 
650                 implementation presumably depended too much on the UI setting
651                 flags). (we're losing the old pending flag.) 
652
653 2003-07-28 [christoph]  0.9.3claws68
654
655         * src/folder.c
656         * src/imap.c
657         * src/mh.c
658         * src/procmsg.[ch]
659                 fix copy to IMAP folder from other folder
660
661 2003-07-28 [christoph]  0.9.3claws67
662
663         * src/procmsg.c
664                 fix sync of procmsg_get_message_file_list
665
666 2003-07-28 [christoph]  0.9.3claws66
667
668         * sync with 0.9.3cvs14
669                 see ChangeLog 2003-07-18
670         * sync with 0.9.3cvs17
671                 see ChangeLog 2003-07-23
672
673         (closes Bug 234 segmentation fault after sending out mail via
674          smtp(auth))
675
676 2003-07-28 [paul]       0.9.3claws65
677
678         * po/es.po
679                 update Spanish translation, submitted by Ricardo Mones
680                 Lastra
681
682 2003-07-28 [christoph]  0.9.3claws64
683
684         * src/folder.[ch]
685         * src/imap.c
686         * src/mh.c
687                 return new message numbers as a GRelation instead of a GSList
688                 that has to be in the same order as the input list. A list
689                 would make it hard for IMAP to optimize oepration by sorting
690                 the input list. The returned list would have to be reordered
691                 to match the same order that input list has.
692
693         * src/gtk/gtkaspell.c
694                 fix missing return value, could cause a crash when garbage is
695                 on the stack that is used as the expected return value
696
697 2003-07-28 [paul]       0.9.3claws63
698
699         * sync with 0.9.4cvs1
700                 see ChangeLog 2003-07-28
701
702 2003-07-27 [alfons]     0.9.3claws62
703
704         * src/mimeview.c
705                 tweak it more to make icon list act like a check button group
706
707 2003-07-27 [christoph]  0.9.3claws61
708
709         * sync with 0.9.3cvs20
710                 see ChangeLog 2003-07-25
711
712 2003-07-27 [paul]       0.9.3claws60
713
714         * src/procmsg.c
715                 re-commit changes from 0.9.3claws58 -
716                 accidently removed in 0.9.3claws59
717
718 2003-07-27 [paul]       0.9.3claws59
719
720         * src/procmsg.[ch]
721                 a sync from 0.9.3cvs17
722                 see ChangeLog 2003-07-23
723
724 2003-07-27 [alfons]     0.9.3claws58
725
726         * src/procmsg.c
727                 add missing header members to MsgInfo; fixes the problem of 
728                 not displaying X-Faces, as noticed by Ricardo Mones
729
730 2003-07-26 [christoph]  0.9.3claws57
731
732         * sync with 0.9.3cvs18
733                 see ChangeLog 2003-07-24
734
735 2003-07-26 [christoph]  0.9.3claws56
736
737         * sync with 0.9.3cvs17
738                 see ChangeLog 2003-07-23
739
740 2003-07-26 [christoph]  0.9.3claws55
741
742         * src/folder.[ch]
743         * src/imap.c
744         * src/mbox_folder.c
745         * src/mh.c
746         * src/news.c
747                 add support for copy function that copy multiple messages
748                 (not implemented yet)
749
750         * src/summaryview.c
751                 add missing return value
752
753 2003-07-26 [paul]       0.9.3claws54
754
755         * tools/multiwebsearch.pl
756                 do whitespace substitution before passing the string
757                 to the browser. fixes bug with browsers that don't
758                 do whitespace conversion themselves.
759
760 2003-07-25 [christoph]  0.9.3claws53
761
762         * src/folder.[ch]
763         * src/imap.c
764         * src/mh.c
765                 rewrite adding of multiple messages to a folder for
766                 claws' folder system
767
768 2003-07-25 [luke]       0.9.3claws52
769
770         * src/mimeview.c
771                 o icon toggles set correctly on leaving ctree mimeview
772
773 2003-07-25 [paul]       0.9.3claws51
774
775         * partial sync with 0.9.3cvs21 [src/main.c]
776                 see ChangeLog 2003-07-25
777
778 2003-07-24 [paul]       0.9.3claws50
779
780         * tools/maildir2sylpheed.pl
781                 fix typo
782
783 2003-07-24 [paul]       0.9.3claws49
784
785         * src/mimeview.c
786                 increase the gutter size of paned so that the panes
787                 can be resized
788                 
789         * src/plugins/demo/demo.c
790                 squeeze in another typo fix
791
792 2003-07-24 [paul]       0.9.3claws48
793
794         * src/plugins/demo/demo.c
795           src/prefs_account.c
796                 small changes to the English
797                 
798         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
799           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
800           src/Makefile.am
801           src/stock_pixmap.c
802                 rename the misspelled icon
803
804 2003-07-23 [alfons]     0.9.3claws47
805
806         * src/mimeview.c
807                 make icon list look like a list of toggles
808
809 2003-07-23 [luke]       0.9.3claws46
810
811         * src/pixmaps/mimeview_gpg_expired.xpm
812         * src/pixmaps/mimeview_gpg_failed.xpm
813         * src/pixmaps/mimeview_gpg_passed.xpm
814         * src/pixmaps/mimeview_text_html.xpm
815         * src/pixmaps/mimeview_image.xpm
816                 o all icons the same size
817
818         * src/mimeview.[ch]
819                 o mimeview ctree arranged vertically above the viewer
820                 o icons changed to buttons
821                 o can use keyboard to select an icon (Enter)
822                 o resize icon list to width of icons
823
824         *  src/gtk/gtkvscrollbutton.c
825                 o sensitivity of buttons reacts to position
826
827 2003-07-23 [christoph]  0.9.3claws45
828
829         * sync with 0.9.3cvs14 (incomplete)
830                 see ChangeLog 2003-07-17
831
832 2003-07-23 [alfons]     0.9.3claws44
833
834         * src/folder.c
835         * src/procmsg.h
836                 sync with my local tree to restore some claws-only things
837
838 2003-07-23 [paul]       0.9.3claws43
839
840         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
841           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
842           src/Makefile.am
843           src/mimeview.c
844           src/procmime.h
845           src/rfc2015.c
846           src/stock_pixmap.[ch]
847                 indicate missing keys and expired sigs/keys
848                 in mime view column
849
850 2003-07-23 [paul]       0.9.3claws42
851
852         * src/compose.c
853                 Redirect fixes: enable automatic account selection and
854                 do not append signature to message on changing account
855                 fixes Bug[s] #248
856
857 2003-07-23 [paul]       0.9.3claws41
858
859         * sync with 0.9.3cvs16
860                 see ChangeLog 2003-07-23
861
862 2003-07-23 [alfons]     0.9.3claws40
863
864         * src/inc.c
865                 give progress dialog a main window, and give it the first 
866                 one (presumably the only one). fixes bug #247, "segfault on 
867                 pop-before-smtp" 
868
869 2003-07-22 [alfons]     0.9.3claws39
870
871         * src/summaryview.c
872                 shift-space scrolls up
873
874 2003-07-22 [paul]       0.9.3claws38
875
876         * sync with 0.9.3cvs15
877                 see ChangeLog 2003-07-22
878
879 2003-07-20 [alfons]     0.9.3claws37
880
881         * src/compose.c
882                 put menu inside #ifdef USE_ASPELL..#endif
883
884 2003-07-20 [christoph]  0.9.3claws36
885
886         * src/procmsg.c
887                 fix wrong flags in MsgInfo returned by
888                 procmsg_msginfo_get_full_info()
889
890         (closes Bug 221 Deleting messages from the Message View gives incorrect
891          new/unread message counts in the folder view)
892
893         * src/plugins/spamassassin/spamassassin_gtk.c
894                 add gettext macro for prefs page title
895
896 2003-07-20 [paul]       0.9.3claws35
897
898         * src/mimeview.c
899                 redraw icon list on signature check
900
901 2003-07-20 [christoph]  0.9.3claws34
902
903         * src/Makefile.am
904         * src/account.c
905         * src/folder.[ch]
906         * src/folder_item_prefs.[ch]            ** NEW **
907         * src/folderview.c
908         * src/mainwindow.c
909         * src/mh.c
910         * src/prefs_gtk.c
911         * src/prefs_scoring.c
912         * src/summaryview.c
913         * src/prefs_folder_item.[ch]
914                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
915                   Properties dialog
916                 o use prefswindow for folder properties
917
918         * src/gtk/prefswindow.[ch]
919                 change implementation to use an invisible notebook instead
920                 of unparenting widgets
921
922 2003-07-20 [christoph]  0.9.3claws33
923
924         * src/compose.h
925         * src/folder.c
926         * src/folderview.h
927         * src/headerview.h
928         * src/prefs_filtering.h
929         * src/prefs_folder_item.[ch]
930         * src/procmime.h
931         * src/procmsg.h
932         * src/summaryview.h
933                 clean up header mess
934                 (always use 1. typedefs, 2. #includes, 3. structures)
935
936         * src/common/version.h.in
937                 add casts for constants
938
939         * src/plugins/demo/demo.c
940                 fix typo
941
942         * src/plugins/spamassassin/spamassassin.c
943                 remove unused variable
944
945 2003-07-20 [alfons]     0.9.3claws32
946
947         * src/mimeview.c
948                 o make icon buttons respond on left click
949                 o minor cosmetic change
950
951 2003-07-19 [luke]       0.9.3claws31
952
953         * src/mimeview.[ch]
954         * src/gtk/gtkvscrollbutton.c
955         * src/messageview.c
956                 o improved mimeview behaviour when selecting a new message
957                 o plus code cleanups to remove compile warnings
958
959
960 2003-07-19 [alfons]     0.9.3claws30
961
962         * src/procmsg.c
963         * src/compose.c
964         * src/common/utils.[ch]
965                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
966
967 2003-07-19 [alfons]     0.9.3claws29
968
969         * src/prefs_folder_item.c
970                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
971                 string pointers
972
973 2003-07-19 [luke]       0.9.3claws28
974
975         * src/messageview.c
976         * src/mimeview.[ch]
977         * src/procmime.h
978         * src/rfc2015.c
979         * src/stock_pixmap.[ch]
980         * src/gtk/Makefile.am
981         * src/Makefile.am
982         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
983         * src/pixmaps/mime_*.xpm                ** NEW **
984                 o mimeview rearrangement with a new icon shortcut bar
985
986 2003-07-19 [alfons]     0.9.3claws27
987
988         * src/folderview.c
989                 o plug leaking nodes_to_recollapse
990                 o add folderview_recollapse_all_nodes() (not used yet)
991
992 2003-07-19 [alfons]     0.9.3claws26
993
994         * src/compose.c
995         * src/common/utils.c
996                 honour #240 "Better SUBJECT handling" by cleaning the prefix
997                 for both forwarding as replying
998
999 2003-07-18 [christoph]  0.9.3claws25
1000
1001         * configure.ac
1002         * src/common/sylpheed.[ch]
1003         * src/common/version.h.in
1004                 add version in numeric form to allow easy comparison
1005
1006         * src/plugins/demo/demo.c
1007                 add version check
1008                 - sylpheed version > plugin version => never allowed, sylpheed
1009                   could contain unknown API changes
1010                 - sylpheed version < minimum version required => don't load,
1011                   API required not available (if linking does not fail)
1012
1013 2003-07-18 [alfons]     0.9.3claws24
1014         
1015         * src/common/plugin.[ch]
1016                 const correctness
1017
1018 2003-07-18 [christoph]  0.9.3claws23
1019
1020         * src/common/hooks.c
1021                 fix crash when hooks where unregisted
1022
1023         * src/plugins/trayicon/trayicon.c
1024                 unregister detroy signal before destroying the widget
1025                 (still crashes when the plugin is unloaded)
1026
1027 2003-07-18 [alfons]     0.9.3claws22
1028         
1029         * src/folderview.c
1030                 delay expanding folder tree during drags until timeout triggered
1031                 (needs perhaps some tweaking, so testing is welcome)
1032
1033 2003-07-17 [alfons]     0.9.3claws21
1034
1035         * src/folderview.c
1036                 clean up cruft
1037
1038 2003-07-17 [christoph]  0.9.3claws20
1039
1040         * src/common/session.c
1041                 fix opening of SSL connections
1042
1043         * src/plugins/image_viewer/Makefile.am
1044                 add OPENSSL_CFLAGS (we should find a better solution to remove
1045                 this dependencies if they are not required)
1046
1047         * src/plugins/spamassassin/spamassassin.c
1048                 remove setlocale workaround (fixed in libspamc)
1049
1050         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1051          if spell checking enabled)
1052
1053 2003-07-17 [alfons]     0.9.3claws19
1054
1055         * src/common/hooks.[ch]
1056         * src/plugins/clamav/clamav_plugin.c
1057         * src/plugins/spamassassin/spamassassin.c
1058         * src/plugins/trayicon/trayicon.c
1059                 fix signedness muck 
1060
1061 2003-07-17 [alfons]     0.9.3claws18
1062
1063         * src/procmime.c
1064                 plug memleak
1065
1066 2003-07-17 [alfons]     0.9.3claws17
1067
1068         * src/inc.c
1069                 plug memleak
1070
1071 2003-07-17 [paul]       0.9.3claws16
1072
1073         * src/common/defs.h
1074           src/mainwindow.c
1075           src/manual.[ch]
1076                 add link to the Claws site's FAQ page, after the suggestion
1077                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1078                 Move url strings to defs.h
1079                 
1080         * src/mainwindow.c
1081                 fix typo to prevent "unknown menu entry" warnings
1082
1083 2003-07-17 [alfons]     0.9.3claws15
1084
1085         * src/folderview.[ch]
1086         * src/summaryview.[ch]
1087         * src/mimeview.[ch]
1088                 plug DnD leaks 
1089
1090 2003-07-17 [paul]       0.9.3claws14
1091
1092         * src/inc.c
1093                 remove two instances of 'GTK_EVENTS_FLUSH' because
1094                 they are unnecessary and probably cause a stack overflow
1095
1096 2003-07-16 [christoph]  0.9.3claws13
1097
1098         * src/mimeview.[ch]
1099                 use an invisible GTK notebook to switch between viewers
1100                 instead of reparenting widgets
1101
1102 2003-07-16 [christoph]  0.9.3claws12
1103
1104         * src/folder.c
1105                 move folder_item_update_freeze() to correct place in
1106                 folder_item_scan_full()
1107
1108 2003-07-16 [paul]       0.9.3claws11
1109
1110         * sync with 0.9.3cvs12
1111                 see ChangeLog 2003-07-14 and 2003-07-15
1112
1113 2003-07-16 [christoph]  0.9.3claws10
1114
1115         * src/imap.[ch]
1116         * src/prefs_account.[ch]
1117                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1118
1119 2003-07-15 [alfons]     0.9.3claws9
1120
1121         * src/main.c
1122                 make --config-dir do something useful
1123
1124 2003-07-15 [alfons]     0.9.3claws8
1125
1126         * src/procmsg.c
1127                 o fix a bug where 'last' didn't really point to the last message
1128                   in the top level list of children, but to the last threaded
1129                   message. 
1130                 
1131                 o clean up and make it easier to sync
1132
1133 2003-07-15 [alfons]     0.9.3claws7
1134
1135         * src/mainwindow.c
1136                 make correct menu items sensitive       
1137
1138 2003-07-14 [alfons]     0.9.3claws6
1139
1140         * src/procmsg.c
1141                 tune the threader so it will not subject-thread any message
1142                 without a subject prefix (this will not thread correctly if 
1143                 a parent is delivered after their childs, but it looks 
1144                 better right now)
1145
1146 2003-07-13 [christoph]  0.9.3claws5
1147
1148         * src/mainwindow.c
1149                 group "Add mailbox *..." menu items in submenu
1150
1151 2003-07-13 [alfons]     0.9.3claws4
1152
1153         * src/summaryview.c
1154                 correct summary_toggle_pressed() signature and make sure
1155                 signal is not passed on
1156
1157 2003-07-13 [alfons]     0.9.3claws3
1158
1159         * src/summaryview.c
1160                 o for now don't pass on keys when they we're handled by 
1161                   ctree::key_press_event
1162                 o clean up
1163
1164 2003-07-13 [alfons]     0.9.3claws2
1165         
1166         * src/main.c
1167                 add command line option "--config-dir" to get the current 
1168                 configuration dir
1169
1170 2003-07-12 [alfons]     0.9.3claws1
1171
1172         * src/matcher.[ch]
1173         * src/matcher_parser_parse.y
1174         * src/prefs_filtering.c
1175         * src/filtering.c
1176                 add "Lock" filter action to lock messages;
1177
1178         * src/filtering.c       
1179                 remove debug_print()    
1180         * src/prefs_filtering.c
1181                 re-organize matcher part 9: 
1182                 make action text entries easily extendible;
1183                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1184                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1185
1186 2003-07-12 [paul]
1187
1188         * tools/README
1189                 update old information and add missing
1190                 information
1191
1192 2003-07-12 [paul]       0.9.3claws
1193
1194         * 0.9.3claws released
1195         
1196 2003-07-12 [paul]       0.9.0claws103
1197
1198         * src/Makefile.am
1199                 add addrquery.h
1200
1201 2003-07-12 [melvin]     0.9.0claws102
1202
1203         * src/messageview.c
1204                 Fixed bug #215: Show MIME tab for single text/html messages. 
1205                 
1206 2003-07-12 [paul]       0.9.0claws101
1207
1208         * man/sylpheed.1
1209                 updated
1210
1211 2003-07-12 [paul]       0.9.0claws100
1212
1213         * po/es.po
1214           po/hr.po
1215           po/pl.po
1216           po/sr.po
1217                 update Spanish, Croatian, Polish, Serbian translations.
1218                 submitted by Ricardo Mones Lastra, Dragan, Witold
1219                 Wladyslaw Wojciech Wilk, Urke MMI
1220
1221 2003-07-12 [melvin]     0.9.0claws99
1222
1223         * po/fr.po
1224                 Updated French translations.
1225
1226 2003-07-12 [paul]       0.9.0claws98
1227
1228         * src/addressbook.c
1229                 disable 'Lookup' button as it has no effect
1230
1231 2003-07-11 [alfons]     0.9.0claws97
1232         
1233         * src/summaryview.c
1234                 summary_searchbar_pressed() should return TRUE to signal that
1235                 event was handled. when returning void, the return value passed
1236                 to GTK is actually random, but maybe FALSE, in which case the
1237                 event is handled by parent
1238                 
1239 2003-07-10 [paul]       0.9.0claws96
1240
1241         * ac/missing/gettext.m4
1242                 update to version 0.12
1243
1244 2003-07-10 [paul]       0.9.0claws95
1245
1246         * src/plugins/clamav/clamav_plugin.c
1247                 fix bug where multipart/alternative messages
1248                 would slip through without being scanned
1249
1250 2003-07-10 [christoph]  0.9.0claws94
1251
1252         * src/folder.c
1253                 correct check if folder supports removing when a message is
1254                 moved. if not the message is only copied.
1255
1256         (closes Bug 132 crash on startup in newsgroups folders)
1257
1258 2003-07-09 [alfons]     0.9.0claws93
1259
1260         * configure.ac
1261         * src/common/defs.h
1262                 --with-config-dir (default .sylpheed)
1263
1264 2003-07-09 [christoph]  0.9.0claws92
1265
1266         * configure.ac
1267                 use PKG_CHECK_MODULES to check for gtkmathview
1268                 (version 0.4.2 now required)
1269
1270 2003-07-08 [melvin]     0.9.0claws91
1271
1272         * src/action.c
1273                 Implemented a progress bar that counts the number of completed
1274                 tasks when the action runs more than one command.
1275
1276 2003-07-08 [alfons]     0.9.0claws90
1277
1278         * src/procmsg.c
1279                 if queued message has an invalid Message-Id, don't try to
1280                 find message it refers to (fixes #209 "crash when processing 
1281                 in folder")
1282
1283 2003-07-08 [paul]       0.9.0claws89
1284
1285         * sync with 0.9.3cvs2
1286                 see ChangeLog 2003-07-08
1287
1288 2003-07-08 [match]      0.9.0claws88
1289
1290         * src/ldapctrl.c
1291                 extend LDAP search for first/last name by parsing search term.
1292
1293 2003-07-08 [alfons]     0.9.0claws87
1294
1295         * src/send_message.c
1296                 fix bug #208 "Status message stuck when sending on POP3 account"
1297
1298 2003-07-07 [paul]       0.9.0claws86
1299
1300         * po/hr.po
1301                 new Croatian translation, submitted by
1302                 Dragan <drleskov@inet.hr>
1303
1304 2003-07-07 [paul]       0.9.0claws85
1305
1306         * sync with 0.9.3cvs1
1307                 see ChangeLog 2003-07-07
1308
1309 2003-07-05 [christoph]  0.9.0claws84
1310
1311         * src/Makefile.am
1312         * src/messageview.c
1313         * src/mimeview.[ch]
1314         * src/stock_pixmap.[ch]
1315         * src/pixmaps/messageview_text.xpm              ** NEW **
1316                 move mimeview tabs to the right side and use icons
1317                 instead of text to save some space
1318
1319         (patch by Luke Plant <lukeplant@softhome.net>)
1320
1321 2003-07-05 [christoph]  0.9.0claws83
1322
1323         * src/inc.c
1324                 add NULL pointer checks
1325
1326         (patch by Luke Plant <lukeplant@softhome.net>)
1327         (closes Bug 204 0.9.0 quits on authentication error?!)
1328
1329 2003-07-05 [alfons]     0.9.0claws82
1330
1331         * configure.ac
1332                 take the clue in bug #202 "./configure script - 
1333                 'if test' comparison failure" reported by John Kristoff. 
1334
1335 2003-07-04 [christoph]  0.9.0claws81
1336
1337         * src/plugins/spamassassin/spamassassin.c
1338                 set timeout for spam check
1339
1340 2003-07-04 [christoph]  0.9.0claws80
1341
1342         * src/main.c
1343                 destroy all FolderItems when shutting down to
1344                 allow folders to clean up
1345
1346 2003-07-04 [melvin]     0.9.0claws79
1347
1348         * src/gtk/gtkaspell.c
1349                 Fixed bug #184 "Entering non-ascii character deletes
1350                 previous char if spell checking enabled": this makes
1351                 the spell checking in multibytes (e.g. UTF-8)locales work.
1352                 (Patch by Luke Plant).
1353                 
1354 2003-07-04 [christoph]  0.9.0claws78
1355
1356         * sync with 0.9.2cvs1
1357                 see ChangeLog 2003-06-10
1358
1359 2003-07-04 [paul]       0.9.0claws77
1360
1361         * sync with 0.9.3 release
1362                 see ChangeLog 2003-07-04
1363
1364 2003-07-03 [christoph]  0.9.0claws76
1365
1366         * src/folder.[ch]
1367         * src/imap.c
1368         * src/mbox_folder.c
1369         * src/mh.c
1370         * src/news.c
1371                 move folder_item_get_path() stuff into a folder virtual function
1372
1373         * src/procmsg.c
1374                 use folder_item_fetch_msg() to get message and do not contruct
1375                 the filename from path and number
1376
1377 2003-07-03 [paul]       0.9.0claws75
1378
1379         * sync with 0.9.2cvs12
1380                 see ChangeLog 2003-07-03
1381
1382 2003-07-02 [paul]       0.9.0claws74
1383
1384         * src/messageview.c
1385                 fix text-selection for replying
1386
1387 2003-07-02 [paul]       0.9.0claws73
1388
1389         * sync with 0.9.2cvs11
1390                 see ChangeLog 2003-07-02
1391
1392 2003-07-02 [paul]       0.9.0claws72
1393
1394         * src/procmsg.c
1395                 revert last commit because it breaks more
1396                 than it fixes
1397
1398 2003-07-02 [paul]       0.9.0claws71
1399
1400         * src/procmsg.c
1401                 fix thread by subject/sort by date
1402
1403 2003-07-01 [paul]       0.9.0claws70
1404
1405         * sync with 0.9.2cvs10
1406                 see ChangeLog 2003-07-01
1407
1408 2003-06-30 [paul]       0.9.0claws69
1409
1410         * sync with 0.9.2cvs9
1411                 see ChangeLog 2003-06-30
1412
1413 2003-06-28 [match]      0.9.0claws68
1414
1415         * src/addressbook.c
1416                 fix null ptr.
1417
1418 2003-06-27 [paul]       0.9.0claws67
1419
1420         * sync with 0.9.2cvs7
1421                 see ChangeLog 2003-06-27
1422
1423 2003-06-26 [christoph]  0.9.0claws66
1424
1425         * src/folder.c
1426                 freeze folder updates while a folder is scanned
1427
1428         (closes Bug 185 New message counter)
1429
1430 2003-06-26 [darko]      0.9.0claws65
1431
1432         * src/ldapserver.c
1433                 fix infinite loop when adding a new LDAP server
1434
1435 2003-06-26 [paul]       0.9.0claws64
1436
1437         * sync with 0.9.2cvs6
1438                 see ChangeLog 2003-06-26
1439
1440 2003-06-26 [paul]       0.9.0claws63
1441
1442         * sync with 0.9.2cvs5
1443                 see ChangeLog 2003-06-25 and 2003-06-26
1444
1445 2003-06-25 [match]      0.9.0claws62
1446
1447         * src/addr_compl.c
1448                 Fixed tab/backtab for dropped-down completion list to
1449                 move next/previous field. (close bug 147)
1450
1451 2003-06-25 [christoph]  0.9.0claws61
1452
1453         * src/addr_compl.[ch]
1454         * src/addrindex.[ch]
1455         * src/folderview.c
1456         * src/inc.c
1457         * src/news.c
1458         * src/summaryview.c
1459         * src/toolbar.c
1460                 fix warnings
1461
1462 2003-06-25 [leandro]    0.9.0claws60
1463
1464         * src/compose.c
1465                 o cleanups
1466                 o gray out "Message/Remove references" menu item if not
1467                   replying to a message
1468
1469 2003-06-24 [leandro]    0.9.0claws59
1470
1471         * src/compose.[ch]
1472                 o removed "Message/Create new thread" menu item
1473                 o added "Message/Remove references" menu item
1474                   (it's off by default and will not check anymore
1475                    if the subject changed)
1476
1477 2003-06-23 [alfons]     0.9.0claws58
1478
1479         * src/procmsg.c
1480                 try better grouping messages threaded by subject based on their age.
1481                 still not perfect - because the message tree is not sorted by date.  
1482
1483 2003-06-23 [thorsten]   0.9.0claws57
1484
1485         * src/pop.[ch]
1486                 added mail_receive_hook to allow modifications
1487                 directly after retrieval (e.g. adding headers).
1488
1489 2003-06-23 [paul]       0.9.0claws56
1490
1491         * src/sourcewindow.c
1492                  enable the use of Ctrl+A to select all text in
1493                  the sourcewindow
1494                  Patch submitted by Ivan Francolin Martinez
1495                  <ivanfm@users.sourceforge.net>
1496
1497 2003-06-22 [christoph]  0.9.0claws55
1498
1499         * src/folder.[ch]
1500                 o add notification hook for folder tree changes
1501                 o invoke hooks after folder tree scanning
1502
1503         * src/folderview.[ch]
1504                 register hook for folder tree changes that
1505                 updates the ctree
1506
1507         (there are more places that should be updated, like add, remove 
1508          or move folder)
1509
1510         (closes Bug 164 Crash on rebuild folder tree)
1511         (closes Bug 190 Crash on 'rebuilding folder tree')
1512
1513 2003-06-21 [leandro]    0.9.0claws54
1514
1515         * src/compose.[ch]
1516                 create a new thread if subject changes
1517                 (it's on by default, can be disabled in Message menu)
1518
1519 2003-06-21 [alfons]     0.9.0claws53
1520
1521         * src/summaryview.c
1522                 quiet little compiler
1523
1524 2003-06-21 [christoph]  0.9.0claws52
1525
1526         update gettext stuff to version 0.12
1527
1528 2003-06-19 [alfons]     0.9.0claws51
1529
1530         * src/common/log.c
1531         * src/common/plugin.c
1532                 move defs.h before glib.h to prevent MIN/MAX redefs
1533
1534 2003-06-19 [alfons]
1535
1536         * src/addressbook.c
1537                 translatable
1538
1539 2003-06-19 [match]      0.9.0claws50
1540
1541         * src/addressbook.[ch]
1542         * src/addrindex.[ch]
1543         * src/addr_compl.[ch]
1544         * src/editldap.[ch]
1545         * src/editldap_basedn.[ch]
1546         * src/addritem.[ch]
1547         * src/ldapquery.h
1548                 re-implemented dynamic LDAP search. works without
1549                 slowdown on display sender with addressbook
1550                 option.
1551         * src/addrbook.c
1552                 documented code.
1553
1554 2003-06-19 [paul]       0.9.0claws49
1555
1556         * src/compose.c
1557                 fix Bug #136 'Nonprovided quotation marks crash claws'
1558                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1559
1560 2003-06-19 [alfons]     0.9.0claws48
1561
1562         * src/prefs_common.[ch]
1563         * src/procmsg.c
1564                 restrict threading by subject by checking thread for
1565                 age (prefs_common.thread_by_subject_max_age)
1566
1567 2003-06-18 [christoph]  0.9.0claws47
1568
1569         * src/imap.c
1570                 fix memory leak in imap_cmd_fetch()
1571
1572 2003-06-18 [christoph]  0.9.0claws46
1573
1574         * src/prefs_gtk.c
1575                 fix memory leak in prefs_set_default() when used multiple
1576                 times or after prefs have been read
1577
1578 2003-06-18 [christoph]  0.9.0claws45
1579
1580         * src/common/plugin.c
1581                 fix memory leak in plugin_unload()
1582
1583 2003-06-18 [christoph]  0.9.0claws44
1584
1585         * src/imap.c
1586                 fix memory leak in imap_cmd_ok()
1587
1588 2003-06-18 [christoph]  0.9.0claws43
1589
1590         * src/folder.c
1591                 stop messages that are downloaded from POP3 and added to
1592                 an IMAP inbox from being filtered twice (first by POP3
1593                 and again when IMAP folder is scaned to get the UID of
1594                 the APPEND operation when no UIDPLUS is available)
1595
1596 2003-06-18 [alfons]
1597
1598         * tools/Makefile.am
1599                 phoenix <- firebird     
1600
1601 2003-06-18 [paul]
1602
1603         * tools/launch_phoenix          ** REMOVED **
1604           tools/launch_firebird         ** NEW **
1605                 renamed and edited to reflect the browser's name change from
1606                 'phoenix' to 'firebird'
1607
1608 2003-06-18 [paul]       0.9.0claws42
1609
1610         * sync with 0.9.2cvs2
1611                 see ChangeLog 2003-06-16
1612
1613 2003-06-17 [alfons]     0.9.0claws41
1614
1615         * src/procmsg.c
1616                 prevent threading problems when a node is an ancestor (parent / great parent),
1617                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1618                 for finding an sample set of messages)
1619
1620 2003-06-16 [christoph]  0.9.0claws40
1621
1622         * src/main.c
1623                 don't popup main window on --receive or --receive-all
1624
1625         * src/mainwindow.[ch]
1626         * src/plugins/trayicon/trayicon.c
1627                 allow hiding of main window by clicking on the trayicon
1628                 (doesn't work correctly in seperate window mode and may
1629                  cause unexpected GTK problems I couldn't find yet)
1630
1631         * src/common/ssl.c
1632                 remove incorrect warning
1633
1634 2003-06-15 [alfons]     0.9.0claws39
1635
1636         * src/gtk/gtkstext.c
1637                 don't output debug text;
1638                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1639                 for pointing this out);
1640
1641 2003-06-14 [alfons]     0.9.0claws38
1642         
1643         * src/messageview.c
1644                 remove printf() and make one if..else comply with coding style
1645
1646 2003-06-14 [alfons]     0.9.0claws37
1647
1648         * AUTHORS
1649                 add Martin Wicke
1650         * src/action.c
1651         * src/messageview.[ch]
1652         * src/summaryview.c
1653                 apply patch #754162 "Quoting messages filtered by actions" submitted
1654                 by Martin Wicke, which allows quoting message body changed by an
1655                 action (Thanks!).
1656
1657 2003-06-13 [alfons]     0.9.0claws36
1658
1659         * src/utils.c
1660                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1661                 use case insensitive regexp (suggested by Ivan Martinez)
1662
1663 2003-06-13 [christoph]  0.9.0claws35
1664
1665         * configure.ac
1666         * src/plugins/trayicon/Makefile.am
1667         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1668         * src/plugins/trayicon/trayicon.c
1669         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1670         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1671         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1672         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1673         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1674         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1675                 replace my own EggTrayIcon backport with the backport
1676                 used by (l|x)mule and gabber.
1677
1678 2003-06-13 [alfons]     0.9.0claws34
1679
1680         * AUTHORS
1681         * src/common/utils.c
1682                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1683
1684 2003-06-13 [alfons]     0.9.0claws33
1685
1686         * src/compose.c
1687                 clean up a little bit
1688
1689 2003-06-12 [alfons]     0.9.0claws32
1690
1691         * src/compose.c
1692                 const correctness fix
1693
1694         * src/common/sylpheed.[ch]
1695                 () -> (void)
1696                 prevent redef MIN/MAX
1697                 
1698         * src/common/utils.[ch]
1699                 () -> (void)
1700
1701 2003-06-12 [melvin]     0.9.0claws31
1702
1703         * src/compose.c
1704                 Updated to take into accounts changes in GtkAspell.
1705
1706 2003-06-12 [alfons]     0.9.0claws30
1707
1708         * src/compose.c
1709         * src/procmsg.c
1710         * src/common/utils.[ch]
1711                 handle reply subject prefixes better (initial 
1712                 suggestion by Robert Story adapted and enhanced 
1713                 using regexps)
1714
1715 2003-06-12 [melvin]     0.9.0claws29
1716
1717         * src/compose.c
1718                 Use new gtkaspell_checkers_strerror() to get the speller's
1719                 error message instead of accessing the (now private)
1720                 checkers structure.
1721                 Minor code clean up
1722
1723         * src/main.c
1724                 Use #ifdef instead of #if for USE_ASPELL
1725                 Use the new spell checkers init/quit functions 
1726
1727         * src/gtk/gtkaspell.c
1728                 Use #ifdef instead of #if for USE_ASPELL
1729                 Moved in the majority of GtkAspell structures that were
1730                 exported before by gtkaspell.h
1731         
1732         * src/gtk/gktaspell.h
1733                 Made gtkaspell.h contain only the necessary data to be
1734                 publicized by moving many structures to gtkaspell.c.
1735                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1736                 gtkaspell_checkers_new(): replaced by...
1737                 gtkaspell_checkers_init(): new function for initialization
1738                 gtkaspell_checkers_delete(): replaced by...
1739                 gtkaspell_checkers_quit(): new function
1740                 gtkaspell_checkers_strerror(): new function that returns
1741                 the checker's last error message.
1742                 
1743 2003-06-11 [melvin]     0.9.0claws28
1744
1745         * po/POTFILES.in
1746                 Updated to take into account gtkaspell.c migration to
1747                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1748
1749 2003-06-10 [alfons]     0.9.0claws27
1750
1751         * src/filtering.[ch]
1752         * src/folder.c
1753         * src/matcher.c
1754         * src/scoring.[ch]
1755                 - try fixing bug #18 (any brave testers?)
1756                 - add more robustness by refusing previously 
1757                   unchecked NULL pointers 
1758
1759 2003-06-10 [alfons]     0.9.0claws26
1760
1761         * src/procmsg.c
1762                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1763
1764 2003-06-09 [alfons]     0.9.0claws25
1765
1766         * src/prefs_common.c
1767                 fix bug #163 "Icon switching doesnt work properly" by 
1768                 preventing early freeing of prefs_common.pixmap_theme_path.
1769
1770 2003-06-09 [christoph]  0.9.0claws24
1771
1772         * src/gtk/gtkaspell.c
1773                 revert Thorsten's fix and add forgotten g_strdup for
1774                 aspell path (it should not be possible to alter the path a
1775                 GtkASpell uses from outside)
1776
1777 2003-06-09 [thorsten]   0.9.0claws23
1778
1779         * src/gtk/gtkaspell.c
1780                 dont free prefs_common.aspell_path when closing compose
1781
1782 2003-06-08 [colin]      0.9.0claws22
1783
1784         * src/plugins/spamassassin/spamassassin.c
1785                 fix prefs types
1786
1787 2003-06-07 [christoph]  0.9.0claws21
1788
1789         * src/Makefile.am
1790         * src/compose.c
1791         * src/gtkaspell.[ch]            ** REMOVE **
1792         * src/gtk/Makefile.am
1793         * src/gtk/gtkaspell.[ch]        ** NEW **
1794                 o make gtkaspell independent from sylpheed's prefs
1795                 o move gtkaspell.[ch] to gtk directory
1796
1797 2003-06-07 [christoph]  0.9.0claws20
1798
1799         * src/Makefile.am
1800         * src/crash.c
1801         * src/export.c
1802         * src/filesel.[ch]              ** REMOVE **
1803         * src/folder.c
1804         * src/main.[ch]
1805         * src/common/sylpheed.[ch]
1806         * src/gtk/Makefile.am
1807         * src/gtk/filesel.[ch]          ** NEW **
1808         * src/gtk/pluginwindow.c
1809         * src/gtk/sslcertwindow.c
1810                 move filesel.[ch] to gtk directory
1811
1812 2003-06-07 [alfons]     0.9.0claws19
1813
1814         * src/filesel.c
1815                 make (multi) file selection dialog work again (Claws-only)
1816
1817 2003-06-07 [thorsten]   0.9.0claws18
1818
1819         * po/de.po
1820                 fix typos
1821
1822 2003-06-07 [alfons]     0.9.0claws17
1823
1824         * configure.ac
1825         * src/mimeview.c
1826                 detect apache mishap in which case don't include fnmatch.h
1827                 if regex.h is already included
1828
1829 2003-06-06 [christoph]  0.9.0claws16
1830
1831         * configure.ac
1832         * src/mimeview.h
1833                 add check for fnmatch.h and include it when available
1834
1835         * src/mimeview.[ch]
1836                 fix wrong case sensitivity of Content-Types
1837
1838         * src/gtk/Makefile.am
1839                 need the same include paths in gtk directory as in
1840                 common directory because .h files in common can
1841                 include files from these directories, when included
1842                 in gtk's .h or .c files
1843
1844 2003-06-06 [alfons]     0.9.0claws15
1845
1846         * src/mimeview.c
1847         * src/summaryview.c
1848                 make it compile again because of regex.h / fnmatch.h 
1849                 include problems (related to recent mime stuff, can
1850                 someone check this?)
1851
1852 2003-06-06 [thorsten]   0.9.0claws14
1853
1854         * src/folderview.c
1855                 possible use of uninitialized pointer while dragging
1856
1857 2003-06-06 [paul]       0.9.0claws13
1858
1859         * src/compose.c
1860                 fix bug where the insert sig button would be effective
1861                 only when auto_sig was set
1862
1863 2003-06-06 [paul]       0.9.0claws12
1864
1865         * sync with 0.9.2 release
1866
1867 2003-06-02 [paul]       0.9.0claws11
1868
1869         * sync with 0.9.1cvs1
1870                 see ChangeLog 2003-06-02
1871                 
1872         * po/de.po
1873                 update by Jens
1874
1875 2003-06-01 [christoph]  0.9.0claws10
1876
1877         * src/account.c
1878                 don't use substring search to find accounts by email address
1879
1880         (closes Bug 169 Overly loose matching of "From" address)
1881
1882 2003-05-31 [christoph]  0.9.0claws9
1883
1884         * doc-src/rfc2683.txt
1885         * src/imap.c
1886                 limit IMAP command length as recommended in RFC2683
1887                 (message number lists will be split into multiple imap
1888                 sets, the limit of 1000 octets is not a hard limit)
1889
1890         (closes Bug 161 sylpheed-claws exits with segfault when logging
1891          in to certain imap-servers)
1892
1893 2003-05-29 [alfons]     0.9.0claws8
1894
1895         * src/toolbar.[ch]
1896                 add print button (calling summary_print());
1897                 fine tune setting tooltip text;
1898                 (if someone needs other buttons, please take these 
1899                 commits as a guide, instead of bothering us - also
1900                 see 0.8.11claws150) 
1901
1902 2003-05-29 [darko]      0.9.0claws7
1903
1904         * src/compose.c
1905                 fix crash when word wrapping kicks in due to
1906                 changed text by spell checker
1907
1908 2003-05-29 [paul]       0.9.0claws6
1909
1910         * src/compose.c
1911                 fix bug where changing account would insert
1912                 sig even if auto_sig was FALSE
1913                 
1914         * ChangeLog
1915           ChangeLog.jp
1916           INSTALL
1917                 sync with 0.9.1 release
1918
1919 2003-05-28 [christoph]  0.9.0claws5
1920
1921         * src/imap.c
1922                 fix truncation of too long commands
1923
1924         (closes Bug 167 IMAP hangs trying to get envelope
1925          information in imap_get_uncached_messages)
1926
1927 2003-05-27 [paul]       0.9.0claws4
1928
1929         * tools/Makefile.am
1930           tools/maildir2sylpheed.pl     ** NEW FILE **
1931                 add kmail to sylpheed mailbox conversion script
1932
1933 2003-05-27 [paul]       0.9.0claws3
1934
1935         * sync with 0.9.0cvs10
1936                 see ChangeLog 2003-05-26
1937
1938 2003-05-26 [paul]       0.9.0claws2
1939
1940         * sync with 0.9.0cvs9
1941                 see ChangeLog 2003-05-26
1942
1943 2003-05-24 [paul]       0.9.0claws1
1944
1945         * sync with 0.9.0cvs8
1946                 see ChangeLog 2003-05-23
1947
1948 2003-05-24 [paul]       0.9.0claws
1949
1950         * version 0.9.0claws released
1951
1952 2003-05-24 [paul]       0.8.11claws177
1953
1954         * src/plugins/dillo-viewer/Makefile.am
1955           src/plugins/traycon/Makefile.am
1956                 add missing files
1957                 
1958         * po/bg.po
1959           po/en_GB.po
1960           po/es.po
1961           po/it.po
1962           po/pt_BR.po
1963           po/ru.po
1964           po/sr.po
1965                 update Bulgarian, British English, Spanish, Italian, 
1966                 Brazilian Portuguese, Russian, and Serbian translations, 
1967                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1968                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1969                 Ruslan N. Balkin, and Urke MMI
1970
1971 2003-05-23 [melvin]     0.8.11claws176
1972
1973         * po/fr.po
1974                 Updated French translations
1975
1976 2003-05-22 [paul]       0.8.11claws175
1977
1978         * src/Makefile.am
1979           src/addrbook.[ch]
1980           src/addrcache.[ch]
1981           src/addr_compl.[ch]
1982           src/adressbook.[ch]
1983           src/addrindex.[ch]
1984           src/addritem.[ch]
1985           src/editaddress.c
1986           src/editgroup.c
1987           src/editldap_basedn.c
1988           src/editldap.c
1989           src/jpilot.c
1990           src/vcard.c
1991                 revert to get ldap into it previous working state
1992                 
1993         * po/zh_TW.Big5.po
1994                 new Taiwanese translation,
1995                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1996
1997 2003-05-22 [christoph]  0.8.11claws174
1998
1999         * src/plugins/spamassassin/libspamc.[ch]
2000                 sync libspamc with SpamAssaain release 2.55
2001
2002 2003-05-22 [paul]       0.8.11claws173
2003
2004         * sync with 0.9.0cvs7
2005                 see ChangeLog 2003-05-22
2006                 
2007         * src/summaryview.c
2008                 revert change in 0.8.11claws172: follow
2009                 Hiroyuki's decision and that's the end of it.
2010
2011 2003-05-21 [paul]       0.8.11claws172
2012
2013         * src/summaryview.c
2014                 fix discrepency between open_unread_on_enter
2015                 and always_show_msg
2016
2017 2003-05-21 [paul]       0.8.11claws171
2018
2019         * sync with 0.9.0cvs6
2020                 see ChangeLog 2003-05-21
2021
2022 2003-05-21 [paul]       0.8.11claws170
2023
2024         * sync with 0.9.0cvs5
2025                 see ChangeLog 2003-05-21
2026
2027 2003-05-20 [paul]       0.8.11claws169
2028
2029         * sync with 0.9.0cvs4
2030                 see ChangeLog 2003-05-20
2031                 fixes bug #152, 'encoding of IMAP folders names'
2032
2033 2003-05-20 [paul]       0.8.11claws168
2034
2035         * sync with 0.9.0cvs3
2036                 see ChangeLog 2003-05-20
2037                 
2038         * src/tools/convert_mbox.pl
2039                 minor change in the comments, submitted by Fred Marton
2040
2041 2003-05-19 [paul]       0.8.11claws167
2042
2043         * src/plugins/clamav/Makefile.am
2044           configure.ac
2045                 link clamav_lib to the plugin and not to the main program
2046
2047 2003-05-19 [christoph]
2048
2049         * src/Makefile.am
2050                 add -export-dynamic for linking
2051
2052 2003-05-19 [paul]       0.8.11claws166
2053
2054         * sync with 0.9.0cvs1
2055                 see ChangeLog 2003-05-19
2056
2057 2003-05-19 [paul]       0.8.11claws165
2058
2059         * src/inc.c
2060                 fix 'pop before smtp' timeout
2061
2062 2003-05-18 [alfons]     0.8.11claws164
2063
2064         * src/prefs_matcher.c
2065                 put "execute" action command line ("expression") in edit box
2066
2067 2003-05-18 [christoph]  0.8.11claws163
2068
2069         * src/mimeview.[ch]
2070         * src/plugins/dillo_viewer/dillo_viewer.c
2071         * src/plugins/image_viewer/viewer.c
2072         * src/plugins/mathml_viewer/mathml_viewer.c
2073                 let a viewer have a list of Content-Types
2074
2075 2003-05-18 [paul]       0.8.11claws162
2076
2077         * src/prefs_filtering.c
2078                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2079                 and REDIRECT actions
2080
2081 2003-05-17 [christoph]
2082
2083         * README.claws
2084                 o remove dynamic signatures that was syned with main
2085                 o add infos about no longer "build in" image viewer
2086                 o update bugtracker URL
2087
2088 2003-05-17 [christoph]  0.8.11claws161
2089
2090         * src/folder.c
2091         * src/folderview.c
2092         * src/imap.c
2093                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2094                 for every folder after rebuilding the folder tree.
2095
2096         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2097          messages)
2098
2099 2003-05-17 [christoph]  0.8.11claws160
2100
2101         * src/imap.c
2102                 don't use STATUS command on current folder to check for
2103                 content changes. imap_cmd_ok() now tracks changes to
2104                 folder and number of existing messages.
2105
2106 2003-05-17 [paul]       0.8.11claws159
2107
2108         * src/plugins/clamav/clamav_plugin.c
2109                 remove unnecessary debug_print
2110
2111 2003-05-16 [thorsten]   0.8.11claws158
2112
2113         * src/plugins/demo.c
2114                 included missing intl.h
2115
2116 2003-05-16 [paul]       0.8.11claws157
2117
2118         * po/POTFILES.in
2119                 remove non-existant entries
2120         
2121         * src/plugins/clamav/clamav_plugin.c
2122           src/plugins/clamav/clamav_plugin_gtk.c
2123           src/plugins/dillo_viewer/dillo_prefs.c
2124           src/plugins/dillo_viewer/dillo_viewer.c
2125                 gettextise
2126
2127 2003-05-16 [christoph]  0.8.11claws156
2128
2129         * po/POTFILES.in
2130                 include plugin .c files for translation until I
2131                 find a better solution to have plugins have their
2132                 own textdomain
2133         * src/plugins/demo/demo.c
2134         * src/plugins/image_viewer/plugin.c
2135         * src/plugins/mathml_viewer/mathml_viewer.c
2136         * src/plugins/spamassassin/spamassassin.c
2137         * src/plugins/spamassassin/spamassassin_gtk.c
2138         * src/plugins/trayicon/trayicon.c
2139                 add gettext macros for plugin name and description
2140
2141 2003-05-16 [paul]
2142
2143         * sync with 0.9.0
2144
2145 2003-05-16 [paul]       0.8.11claws155
2146
2147         * sync with lastest 0.9.0pre1
2148                 see ChangeLog 2003-05-16
2149
2150 2003-05-15 [paul]       0.8.11claws154
2151
2152         * sync with latest 0.9.0pre1
2153                 see ChangeLog 2003-05-14 and 2003-05-15
2154
2155 2003-05-14 [christoph]  0.8.11claws153
2156
2157         * src/plugins/image_viewer/viewer.c
2158         * src/plugins/image_viewer/viewer.glade         ** NEW **
2159         * src/plugins/image_viewer/viewerprefs.c
2160                 make it possible to disable the autoload function in the
2161                 imageviewer again
2162
2163 2003-05-14 [christoph]  0.8.11claws152
2164
2165         * src/folder.c
2166                 fix folder update after adding a message
2167
2168 2003-05-13 [alfons]     0.8.11claws151
2169
2170         * src/common/session.c
2171                 remove debug traces
2172                 
2173         * src/addrcache.[ch]
2174         * src/filtering.[ch]
2175         * src/folder.[c]
2176         * src/gtkaspell.[ch]
2177         * src/imap.[ch]
2178         * src/mbox_folder.[ch]
2179         * src/mh.[ch]
2180         * src/mimeview.h
2181         * src/msgcache.[ch]
2182         * src/news.[ch]
2183         * src/passphrase.[ch]
2184         * src/prefs_common.[ch]
2185         * src/prefs_gtk.[ch]
2186         * src/procmsg.c
2187         * src/scoring.[ch]
2188                 be pedantic; (in prototypes () implies (int))
2189
2190 2003-05-13 [alfons]     0.8.11claws150
2191
2192         * src/prefs_toolbar.[ch]
2193         * src/summaryview.[ch]
2194         * src/toolbar.[ch]
2195                 change misleading text in toolbar prefs;
2196                 add toolbar action for ignore thread (toggles ignore thread flag);
2197                 clean up a little bit;
2198
2199 2003-05-12 [paul]
2200
2201         * tools/convert_mbox.pl
2202                 bug fixed by Fred Marton
2203
2204 2003-05-12 [paul]
2205
2206         * sync with 0.9.0pre1
2207
2208 2003-05-09 [paul]       0.8.11claws149
2209
2210         * sync with 0.8.11cvs43
2211                 see ChangeLog 2003-05-09
2212
2213 2003-05-08 [christoph]  0.8.11claws148
2214
2215         * src/imap.[ch]
2216                 o use CAPABILIY as first command and check for PREAUTH
2217                   information in the response to it
2218                 o rewrite all imap_cmd_* functions to use an IMAPSession
2219                   instead of a SockInfo as parameter
2220                 o do STARTTLS after fetching and checking the server
2221                   capabilities
2222
2223 2003-05-08 [paul]       0.8.11claws147
2224
2225         * tools/Makefile.am
2226           tools/README
2227           tools/convert_mbox.pl         ** NEW FILE **
2228                 add mbox conversion script. Submitted by 
2229                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2230
2231 2003-05-07 [christoph]
2232
2233         * doc-src/glade.txt
2234         * src/gtk/pluginwindow.glade
2235         * src/plugins/image_viewer/viewerprefs.glade
2236         * src/plugins/spamassassin/spamassassin_gtk.glade
2237                 add glade files for user interfaces and a description how
2238                 to use glade to create the sylpheed code
2239
2240 2003-05-07 [paul]       0.8.11claws146
2241
2242         * sync with 0.8.11cvs41
2243                 see ChangeLog 2003-05-07
2244
2245 2003-05-06 [christoph]  0.8.11claws145
2246
2247         * src/main.c
2248         * src/plugins/image_viewer/viewer.c
2249                 fix usage of imlib in imageviewer plugin
2250
2251         * src/gtk/prefswindow.c
2252                 handle window close event correctly
2253
2254 2003-05-06 [paul]       0.8.11claws144
2255
2256         * src/common/ssl.c
2257                 fix typo introduced in sync
2258
2259 2003-05-06 [paul]       0.8.11claws143
2260
2261         * sync with 0.8.11cvs39
2262                 see ChangeLog 2003-05-06
2263
2264 2003-05-06 [paul]       0.8.11claws142
2265
2266         * AUTHORS
2267           po/cs.po
2268                 updated Czech translation, submitted by 
2269                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2270                 
2271         * src/plugins/clamav/clamav_plugin_gtk.c
2272                 clean up
2273
2274 2003-05-03 [alfons]     0.8.11claws141
2275
2276         * src/compose.[ch]
2277                 make paste as quotation work even when the call to 
2278                 text_inserted() was deferred (fixes bug #140 "Paste 
2279                 as quotation does not work when using "external" 
2280                 clipboard")
2281
2282 2003-05-03 [thorsten]   0.8.11claws140
2283
2284         * src/addrquery.h
2285           src/ldapquery.h
2286           src/mainwindow.c
2287                 removed C++ comments
2288         * src/addr_compl.c
2289                 function with non-int retval/param used before
2290                 implementation/declaration
2291
2292 2003-05-02 [paul]       0.8.11claws139
2293
2294         * src/addr_compl.[ch]
2295           src/addressbook.[ch]
2296           src/addrindex.c
2297           src/summaryview.c
2298                 revert match's changes to (finally) remove the bug where
2299                 opening a folder causes massive slowdown when using the 
2300                 'Display sender using address book' option
2301
2302 2003-05-01 [melvin]     0.8.11claws138
2303
2304         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2305         * src/plugins/dillo_viewer/dillo_viewer.c
2306                 Fixed bug where "Cancel" button from prefs issued
2307                 warnings.
2308                 Comply a little more to coding style
2309
2310 2003-05-01 [paul]       0.8.11claws137
2311
2312         * sync with 0.8.11cvs38
2313                 see ChangeLog 2003-05-01
2314
2315 2003-05-01 [paul]       0.8.11claws136
2316
2317         * po/bg.po
2318                 updated by George Danchev
2319
2320 2003-04-30 [christoph]  0.8.11claws135
2321
2322         * src/plugins/dillo_viewer/dillo_prefs.c
2323         * src/plugins/image_viewer/viewerprefs.c
2324         * src/plugins/spamassassin/spamassassin_gtk.c
2325                 remove gtk_widget_ref() calls for widgets in
2326                 glade code
2327
2328 2003-04-30 [paul]       0.8.11claws134
2329
2330         * src/addrindex.c
2331                 ok, this time a better fix for the bug where opening folder
2332                 has massive slowdown when using the 'Display sender using 
2333                 address book' option
2334
2335 2003-04-30 [paul]       0.8.11claws133
2336
2337         * src/addrindex.c
2338                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2339         
2340 2003-04-30 [melvin]     0.8.11claws132
2341
2342         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2343
2344         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2345                 Preferences for the dillo plugin
2346         * src/plugins/dillo_viewer/dillo_viewer.c
2347                 Support for preferences
2348         * src/plugins/dillo_viewer/Makefile.am
2349                 Added dillo_prefs.[ch]
2350
2351 2003-04-30 [alfons]     0.8.11claws131
2352
2353         * src/common/plugin.[ch]
2354                 see? this ANSI C'fication immediately gives us type
2355                 checking for free.
2356
2357 2003-04-30 [alfons]     0.8.11claws130
2358
2359         * src/common/plugin.[ch]
2360         * src/plugins/clamav/clamav_plugin.[ch]
2361         * src/plugins/clamav/clamav_plugin_gtk.c
2362         * src/plugins/demo/demo.c
2363         * src/plugins/dillo_viewer/dillo_viewer.c
2364         * src/plugins/image_viewer/plugin.c
2365         * src/plugins/image_viewer/viewer.[ch]
2366         * src/plugins/image_viewer/viewerprefs.[ch]
2367         * src/plugins/mathml_viewer/mathml_viewer.c
2368         * src/plugins/spamassassin/spamassassin.[ch]
2369         * src/plugins/spamassassin/spamassassin_gtk.c
2370         * src/plugins/trayicon/trayicon.c
2371                 clean up
2372
2373 2003-04-30 [alfons]     0.8.11claws129
2374
2375         * src/common/utils.c
2376                 make is_ascii_str() fail gracefully when NULL pointer
2377                 is passed
2378
2379 2003-04-30 [paul]       0.8.11claws128
2380
2381         * src/addrindex.c
2382                 fix bug where opening folder has massive slowdown when
2383                 using the 'Display sender using address book' option
2384
2385 2003-04-30 [paul]       0.8.11claws127
2386
2387         * src/plugins/clamav/clamav_plugin.c
2388           src/plugins/clamav/clamav_plugin_gtk.c
2389           src/plugins/demo/demo.c
2390           src/plugins/dillo_viewer/dillo_viewer.c
2391           src/plugins/image_viewer/plugin.c
2392           src/plugins/mathml_viewer/mathml_viewer.c
2393           src/plugins/spamassassin/spamassassin.c
2394           src/plugins/spamassassin/spamassassin_gtk.c
2395           src/plugins/trayicon/trayicon.c
2396                 get rid of eye-hurting function signatures
2397
2398 2003-04-30 [paul]       0.8.11claws126
2399
2400         * src/plugins/trayicon/trayicon.c
2401                 add description
2402                 
2403         * src/mimeview.c
2404                 be more descriptive
2405
2406 2003-04-30 [paul]       0.8.11claws125
2407
2408         * configure.ac
2409                 arrange the plugins in reverse alphabetical order
2410                 
2411         * src/plugins/clamav/clamav_plugin.[ch]
2412           src/plugins/clamav/clamav_plugin_gtk.c
2413                 rename some params
2414                 resize max_size window
2415                 re-arrange the order of some gui elements
2416                 improve descriptions
2417         
2418         * src/plugins/image_viewer/plugin.c
2419           src/plugins/mathml_viewer/mathml_viewer.c
2420                 add descriptions
2421                 
2422         * src/plugins/spamassassin/spamassassin_gtk.c
2423                 resize max_size window
2424                 re-arrange the order of some gui elements
2425                 
2426         * src/messageview.c
2427           src/mimeview.c
2428                 correct typos
2429
2430 2003-04-30 [alfons]     0.8.11claws124
2431
2432         * src/imap.c
2433                 fix a leak found while browsing Martin Kluge's 
2434                 valgrind log (Claws only)
2435
2436 2003-04-29 [darko]      0.8.11claws123
2437
2438         * src/gtk/gtkstext.h
2439                 include wchar.h if it is available, fixes compilation
2440                 on HP-UX systems
2441
2442 2003-04-29 [melvin]     0.8.11claws122
2443
2444         * src/prefs_actions.c
2445                 Improved help text of Actions' syntax
2446
2447 2003-04-28 [paul]       0.8.11claws121
2448
2449         * src/action.c
2450                 a better fix for the crash when performing an action
2451                 on a mime part
2452
2453 2003-04-28 [paul]       0.8.11claws120
2454
2455         * src/action.c
2456                 fix crash when performing an action on a
2457                 mime part
2458
2459 2003-04-28 [paul]       0.8.11claws119
2460
2461         * sync with 0.8.11cvs36
2462                 see ChangeLog 2003-04-28
2463
2464 2003-04-27 [paul]       0.8.11claws118
2465
2466         * more sync with 0.8.11cvs35
2467                 see ChangeLog 2003-04-25
2468
2469 2003-04-26 [christoph]  0.8.11claws117
2470
2471         * src/folder.c
2472                 fix remove virtual check
2473
2474 2003-04-26 [paul]       0.8.11claws116
2475
2476         * src/messageview.c
2477                 fix return-receipt, make it work again
2478
2479 2003-04-26 [paul]       0.8.11claws115
2480
2481         * src/mimeview.c
2482                 restore double-clicking of the [application/pgp-signature 
2483                 (Select "Check signature" to check)] line in the message view,
2484                 broken in recent sync
2485
2486 2003-04-26 [christoph]  0.8.11claws114
2487
2488         * src/folder.c
2489                 check if remove virtual really exists before
2490                 calling the function
2491
2492 2003-04-25 [match]      0.8.11claws113
2493
2494         * src/addrindex.c
2495         * src/addrbook.c
2496         * src/ldapquery.[ch]
2497         * src/ldapctrl.[ch]
2498                 fix memleak.
2499         * src/ldapserver.[ch]
2500                 fix memleak. fix segfault.
2501                 plug a Claws memleak
2502
2503 2003-04-25 [alfons]     0.8.11claws112
2504
2505         * src/folder.c
2506                 plug a Claws memleak
2507
2508 2003-04-25 [alfons]     0.8.11claws111
2509
2510         * src/common/session.c
2511                 plug a memleak
2512
2513 2003-04-25 [paul]       0.8.11claws110
2514
2515         * sync with 0.8.11cvs35
2516                 see ChangeLog 2003-04-24 and 2003-04-25
2517                 
2518         * src/gtk/pluginwindow.c
2519                 correct another strange float value
2520
2521 2003-04-24 [christoph]  0.8.11claws109
2522
2523         * src/folder.c
2524                 freeze folder item updates when unsetting new flags
2525
2526         * src/gtk/pluginwindow.c
2527                 correct strange float value
2528
2529 2003-04-23 [paul]       0.8.11claws108
2530
2531         * sync with 0.8.11cvs33
2532                 see ChangeLog 2003-04-23
2533
2534 2003-04-22 [paul]       0.8.11claws107
2535
2536         * src/Makefile.am
2537           src/messageview.c
2538           src/mimeview.c
2539           src/pgptext.[ch]      ** REMOVED **
2540                 remove pgptext.[ch] as its not used any more
2541
2542 2003-04-22 [paul]       0.8.11claws106
2543
2544         * sync with 0.8.11cvs31
2545                 see ChangeLog 2003-04-21 and 2003-04-22
2546
2547 2003-04-21 [alfons]     0.8.11claws105
2548
2549         * src/main.c
2550                 No access to GTK structures if we're a spawned child
2551                 (and clean up code a little bit...) Should fix #126.
2552
2553 2003-04-21 [melvin]     0.8.11claws104
2554
2555         * src/plugins/dillo_viewer/README
2556                 Improved slightly the text.
2557
2558 2003-04-21 [melvin]     0.8.11claws103
2559
2560         * src/plugins/dillo_viewer/README *** NEW ***
2561                 Added a README file for the Dillo plugin
2562
2563 2003-04-20 [paul]
2564
2565         * tools/README
2566           tools/outlook2sylpheed.pl
2567                 updated and improved by Ricardo Mones Lastra
2568
2569 2003-04-18 [oliver]     0.8.11claws102
2570
2571         * src/inc.c 
2572         * src/prefs_account.h
2573                 remove Pop3SessionType (used by selective download)
2574         * src/prefs_toolbar.c
2575                 enable set Default Toolbar button
2576
2577 2003-04-18 [paul]       0.8.11claws101
2578
2579         * sync with 0.8.11cvs29
2580                 see ChangeLog 2003-04-18
2581
2582 2003-04-17 [paul]       0.8.11claws100
2583
2584         * src/prefs_common.[ch]
2585           src/summaryview.c
2586                 remove 'Open next message on deletion' option,
2587                 as the same effect can now be achieved via the
2588                 'Always open messages in summary when selected'
2589                 option.
2590
2591 2003-04-17 [paul]       0.8.11claws99
2592
2593         * sync with 0.8.11cvs28
2594                 see ChangeLog 2003-04-17
2595
2596 2003-04-17 [christoph]  0.8.11claws98
2597
2598         * ac/spamassassin.m4
2599         * src/plugins/spamassassin/libspamc.[ch]
2600         * src/plugins/spamassassin/utils.[ch]
2601                 sync libspamc with SpamAssassin project
2602
2603 2003-04-17 [christoph]  0.8.11claws97
2604
2605         * src/common/socket.h
2606         * src/gtk/sslcertwindow.h
2607                 rename old USE_SSL to USE_OPENSSL
2608
2609 2003-04-17 [paul]       0.8.11claws96
2610
2611         * src/prefs_common.h
2612                 use gulong for P_COLOR so that it compiles/runs on
2613                 64-bit systems. Patch submitted by James Noyes
2614                 <jnoyes-claws@retrogeeks.com>
2615                 
2616         * po/de.po
2617                 updated by Jens
2618
2619 2003-04-17 [paul]       0.8.11claws95
2620
2621         * sync with 0.8.11cvs27
2622                 see ChangeLog 2003-04-16
2623
2624 2003-04-15 [paul]       0.8.11claws94
2625
2626         * src/prefs_common.[ch]
2627                 rearrange to stop the window getting too long:
2628                         move Receive dialog stuff to Receive tab
2629                         move Send dialog to Send tab
2630                         remove Dialogs frame
2631                 rename 'Open messages in summary with cursor keys' to
2632                 'Always open messages in summary when selected', as its
2633                 more appropriate
2634
2635 2003-04-15 [paul]       0.8.11claws93
2636
2637         * src/prefs_common.[ch]
2638           src/summaryview.c
2639                 add new option '/Interface/Open next message on deletion'
2640
2641 2003-04-15 [paul]       0.8.11claws92
2642
2643         * src/summaryview.[ch]
2644                 add /Mark/Lock and /Mark/Unlock to the pop-up
2645                 menu. Patch submitted by Ivan Francolin Martinez
2646                 <ivanfm@users.sourceforge.net>
2647
2648 2003-04-15 [paul]       0.8.11claws91
2649
2650         * sync with 0.8.11cvs24
2651                 see ChangeLog 2003-04-15
2652
2653 2003-04-14 [jens]       0.8.11claws90
2654
2655         * updated German translation and some corrections from
2656                 Roland Bless <bless@tm.uka.de>
2657
2658 2003-04-14 [paul]       0.8.11claws89
2659
2660         * sync with 0.8.11cvs22
2661                 see ChangeLog 2003-04-14
2662
2663 2003-04-13 [paul]       0.8.11claws88
2664
2665         * src/plugins/clamav/clamav_plugin.c
2666                 fix memory leaks
2667                 clean up
2668
2669 2003-04-12 [paul]       0.8.11claws87
2670
2671         * src/plugins/clamav/clamav_plugin.c
2672                 activate enable/disable archive scanning option
2673                 
2674         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2675
2676 2003-04-12 [paul]       0.8.11claws86
2677
2678         * src/plugins/Makefile.am
2679           src/plugins/clamav/Makefile.am                ** NEW FILE **
2680           src/plugins/clamav/README                     ** NEW FILE ** 
2681           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2682           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2683                 add Clam AntiVirus plugin
2684
2685 2003-04-12 [paul]       0.8.11claws85
2686
2687         * sync with 0.8.11cvs21
2688                 see ChangeLog 2003-04-11
2689
2690 2003-04-11 [paul]       0.8.11claws84
2691
2692         * po/es.po
2693                 update Spanish translation. Submitted by Ricardo
2694                 Mones Lastra.
2695
2696 2003-04-10 [christoph]  0.8.11claws83
2697
2698         * src/mbox.c
2699                 fix typo that did not move unfiltered mails to destination
2700                 folder
2701
2702         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2703          when filtering from spool)
2704
2705 2003-04-10 [christoph]  0.8.11claws82
2706
2707         * src/imap.c
2708                 use BODY.PEEK instead of BODY in in message fetch operation
2709                 to make sure the IMAP server does not set the \Seen flag for
2710                 messages. Sylpheed does that later itself, when the message
2711                 is opened in sylpheed
2712
2713         (closes Bug 111 Claws destroys unread marks)
2714
2715 2003-04-09 [oliver]     0.8.11claws81
2716         
2717         * src/folder.c
2718                 fix crash in folder_destroy
2719         * README.claws
2720                 remove selective download
2721
2722 2003-04-09 [christoph]  0.8.11claws80
2723
2724         * src/imap.c
2725                 fix crash in imap_get_msginfo() when then fetched message
2726                 is not found
2727
2728         (closes Bug 110 Crash during mail composition)
2729
2730 2003-04-08 [christoph]  0.8.11claws79
2731
2732         * src/folder.c
2733         * src/prefs_account.c
2734                 Filter new messages that are found in an INBOX folder
2735                 when 'Filter messages on receiving' is enabled in the
2736                 Folder's AccountPrefs. This allows to use Sylpheed's
2737                 filtering engine for IMAP folders where messages are
2738                 added to the INBOX by a MTA
2739
2740 2003-04-08 [paul]       0.8.11claws78
2741
2742         * src/procmsg.h
2743                 clean up after last commit
2744
2745 2003-04-08 [paul]       0.8.11claws77
2746
2747         * sync with 0.8.11cvs20
2748                 see ChangeLog 2003-04-07 and 2003-04-08
2749
2750 2003-04-07 [christoph]  0.8.11claws76
2751
2752         * src/filtering.[ch]
2753         * src/inc.[ch]
2754         * src/mbox.c
2755         * src/procmsg.[ch]
2756                 add procmsg_msginfo_filter() to execute filtering actions
2757
2758 2003-04-06 [christoph]  0.8.11claws75
2759
2760         * src/imap.c
2761                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2762
2763 2003-04-06 [christoph]  0.8.11claws74
2764
2765         * src/common/utils.[ch]
2766                 add g_int_compare() function for slist sorting
2767
2768         * src/imap.c
2769                 fetch all MsgInfos with one command in imap_get_msginfos()
2770                 using an imap set with a list of ranges
2771
2772         * src/news.c
2773                 use new g_int_compare() function
2774
2775 2003-04-06 [thorsten]   0.8.11claws73
2776
2777         * src/mh.c
2778                 corrected implementation of mh_folder_destroy()
2779
2780 2003-04-05 [christoph]  0.8.11claws72
2781
2782         * src/account.c
2783         * src/folder.[ch]
2784         * src/folderview.c
2785         * src/imap.c
2786         * src/inc.c
2787         * src/main.c
2788         * src/mainwindow.c
2789         * src/mbox_folder.c
2790         * src/mh.c
2791         * src/mimeview.h
2792         * src/msgcache.[ch]
2793         * src/news.c
2794         * src/procmime.h
2795         * src/procmsg.[ch]
2796         * src/setup.c
2797         * src/gtk/gtkutils.c
2798                 o rename structure field names class and new to klass and
2799                   new_msgs, to allow including files in C++
2800                 o add 'extern "C"' block to some header files
2801                 o add MsgInfoList and MsgNumberList as alias for GSList for
2802                   developers to know what type of list is expected
2803
2804         * src/plugins/image_viewer/plugin.c
2805         * src/plugins/image_viewer/viewer.[ch]
2806         * src/plugins/image_viewer/viewerprefs.[ch]
2807                 rename function names to prevent conflicts
2808
2809 2003-04-05 [paul]       0.8.11claws71
2810
2811         * sync with 0.8.11cvs18
2812                 see ChangeLog 2003-04-03 and 2003-04-04
2813
2814 2003-04-02 [christoph]  0.8.11claws70
2815
2816         * src/folder.[ch]
2817         * src/imap.[ch]
2818         * src/mbox_folder.[ch]
2819         * src/mh.[ch]
2820         * src/news.[ch]
2821                 o Make all virtual folder functions private
2822                 o remove unused folder code
2823
2824         * src/common/socket.[ch]
2825         * src/summaryview.c
2826                 fix warnings
2827
2828 2003-03-30 [alfons]     0.8.11claws69
2829
2830         * src/send_message.c
2831                 remove two debug traces and see if people still report
2832                 errors
2833
2834 2003-03-30 [alfons]     0.8.11claws68
2835
2836         * src/send_message.c
2837         * src/commons/session.c
2838                 add more debug traces
2839
2840 2003-03-30 [christoph]  0.8.11claws67
2841
2842         * src/folder.c
2843                 change processing folder name from .processing to processing
2844
2845         * src/common/ssl.c
2846                 disable SSL certificate check because it causes Xlib error
2847                 when the child process want's to open an GTK window
2848
2849 2003-03-30 [christoph]  0.8.11claws66
2850
2851         * src/folder.c
2852                 don't use default folder for processing folder item because
2853                 it can be a non local folder
2854
2855         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2856
2857 2003-03-30 [alfons]     0.8.11claws65
2858
2859         * src/send_message.c
2860                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2861                 to generate bad code for 'send_send_data_progressive': When
2862                 called from 'send_send_data_finished', the 'data' pointer is
2863                 cleared just before the assignment to the dialog pointer
2864
2865 2003-03-29 [christoph]  0.8.11claws64
2866
2867         * src/common/prefs.h
2868         * src/plugins/image_viewer/Makefile.am
2869         * src/plugins/image_viewer/plugin.c
2870         * src/plugins/image_viewer/viewer.[ch]
2871         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2872                 add PrefsPage for ImageViewer
2873
2874 2003-03-28 [thorsten]   0.8.11claws63
2875
2876         * src/common/session.c
2877                 added some comments
2878
2879 2003-03-28 [paul]       0.8.11claws62
2880
2881         * sync with 0.8.11cvs16
2882                 see ChangeLog 2003-03-28
2883
2884 2003-03-28 [paul]       0.8.11claws61
2885
2886         * sync with 0.8.11cvs15
2887                 see ChangeLog 2003-03-28
2888
2889 2003-03-27 [christoph]  0.8.11claws60
2890
2891         * src/folder.c
2892         * src/imap.c
2893         * src/common/socket.[ch]
2894                 set socket state to DISCONNECTED when any operation
2895                 fails to allow reconnecting in IMAP code without
2896                 checking the return code of all calls to the command
2897                 functions
2898
2899         * src/folderview.c
2900         * src/summaryview.c
2901                 remove some more stuff that depends on specific
2902                 folder types
2903
2904 2003-03-27 [paul]       0.8.11claws59
2905
2906         * sync with 0.8.11cvs14
2907                 see ChangeLog 2003-03-27
2908                 
2909         * src/selective_download.[ch]   ** REMOVED **
2910                 really removed
2911
2912 2003-03-27 [christoph]  0.8.11claws58
2913
2914         * src/folder.c
2915                 fix handling of tmp_flags in flag copy function
2916
2917 2003-03-27 [paul]       0.8.11claws57
2918
2919         * sync with 0.8.11cvs13
2920                 see ChangeLog 2003-03-27
2921
2922 2003-03-27 [oliver]     0.8.11claws56
2923
2924         * src/maiwindow.c
2925                 remove sel_download_cb
2926
2927 2003-03-27 [oliver]     0.8.11claws55
2928         
2929         * src/inc.c
2930                 remove POP3_TOP
2931         
2932 2003-03-26 [oliver]     0.8.11claws54
2933
2934         *src/pop.h
2935                 remove POP3_TOP*
2936         * README.claws
2937                 remove selective donwload readme
2938
2939 2003-03-26 [oliver]     0.8.11claws53
2940         * src/matcher.[ch]
2941         * src/matcher_parser_parse.y 
2942         * src/pop.c 
2943         * src/prefs_account.[ch]
2944         * src/prefs_filtering.c
2945                 remove selective donwload
2946
2947 2003-03-26 [oliver]     0.8.11claws52
2948
2949         * src/inc.[ch] 
2950         * src/filtering.c 
2951         * src/mainwindow.c 
2952                 remove selective donwload
2953
2954 2003-03-26 [oliver]     0.8.11claws51
2955         
2956         * src/Makefile.am
2957         * src/selective_download.[ch]   ** REMOVE **    
2958
2959 2003-03-26 [christoph]  0.8.11claws50
2960
2961         * src/news.c
2962                 fix NEWS that got broken by a sync with sylpheed-main
2963
2964 2003-03-26 [christoph]  0.8.11claws49
2965
2966         * src/mimeview.c
2967                 fix mime type guessing when no mime type is found for a file
2968
2969 2003-03-25 [christoph]  0.8.11claws48
2970
2971         * src/mimeview.c
2972         * src/procmime.c
2973                 remove mime type guessing from mime parser and use
2974                 name based mime types in viewer lookup for mime type
2975                 application/octet-stream
2976
2977 2003-03-25 [christoph]  0.8.11claws47
2978
2979         * doc-src/readme.txt
2980         * doc-src/rfc2554.txt
2981                 add RFC about SMTP AUTH
2982
2983         * src/send_message.c
2984         * src/common/smtp.[ch]
2985                 add extra error code for authentication errors and
2986                 clear temporary password when this error occurs
2987
2988         (closes Bug 84 authentication failure while sending should
2989          prompt for password again)
2990
2991 2003-03-25 [christoph]  0.8.11claws46
2992
2993         * configure.ac
2994         * src/Makefile.am
2995         * src/imageview.[ch]                            ** REMOVE **
2996         * src/messageview.[ch]
2997         * src/mimeview.[ch]
2998         * src/prefs_common.[ch]
2999         * src/textview.c
3000         * src/plugins/Makefile.am
3001         * src/plugins/image_viewer/.cvsignore           ** NEW **
3002         * src/plugins/image_viewer/Makefile.am          ** NEW **
3003         * src/plugins/image_viewer/plugin.c             ** NEW **
3004         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3005                 move image viewer into a plugin (building is enabled by default)
3006                 [ToDo: Prefs for resize and autoview]
3007
3008 2003-03-25 [paul]       0.8.11claws45
3009
3010         * sync with 0.8.11cvs12
3011                 see ChangeLog 2003-03-26
3012
3013 2003-03-25 [paul]       0.8.11claws44
3014
3015         * sync with 0.8.11cvs11
3016                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3017                 
3018         Note: Selective Download is broken.
3019                 
3020 2003-03-22 [christoph]  0.8.11claws43
3021
3022         * src/folder.c
3023                 code cleanup for flags copying
3024
3025 2003-03-22 [christoph]  0.8.11claws42
3026
3027         * src/plugins/trayicon/trayicon.c
3028                 fix setting the transparent area when the window size
3029                 is forced by the system tray
3030
3031 2003-03-22 [christoph]  0.8.11claws41
3032
3033         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3034         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3035         * src/plugins/trayicon/newmail.xpm              ** NEW **
3036         * src/plugins/trayicon/nomail.xpm               ** NEW **
3037         * src/plugins/trayicon/trayicon.c
3038         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3039                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3040                 o add icon for unread mails
3041                 o set transparency for window
3042
3043 2003-03-22 [christoph]  0.8.11claws40
3044
3045         * src/news.c
3046                 init news session to prevent crash when session is closed
3047
3048 2003-03-22 [christoph]  0.8.11claws39
3049
3050         * src/imap.c
3051         * src/common/session.[ch]
3052                 Init session data to make sure we don't have invalid pointers
3053                 for read_ch and write_ch when new multi process sessions are
3054                 not used
3055
3056         * src/main.c
3057         * src/common/plugin.c
3058         * src/common/sylpheed.c
3059         * src/plugins/demo/demo.c
3060         * src/plugins/dillo_viewer/dillo_viewer.c
3061         * src/plugins/mathml_viewer/mathml_viewer.c
3062         * src/plugins/spamassassin/spamassassin.c
3063         * src/plugins/spamassassin/spamassassin_gtk.c
3064                 add plugin types to allow loading plugins at different times
3065                 (and maybe for different frontends), because it's not good to
3066                 load GTK-Plugins gefore gtk_init was called
3067
3068         * configure.ac
3069         * src/plugins/Makefile.am
3070         * src/plugins/trayicon/.cvsignore               ** NEW **
3071         * src/plugins/trayicon/Makefile.am              ** NEW **
3072         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3073         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3074         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3075         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3076         * src/plugins/trayicon/trayicon.c               ** NEW **
3077                 New Trayicon plugin that shows an icon in a systray that uses
3078                 XEMBED protocol like Gnome's systray. Icon shows if there
3079                 are new mails and a tooltip shows information about new,
3080                 unread and total messages.
3081
3082 2003-03-22 [paul]       0.8.11claws38
3083
3084         * src/common/smtp.c
3085                 fix ESMTP AUTH CRAM-MD5
3086                 [sync with main (still version 0.8.11cvs6), see
3087                  ChangeLog 2003-03-22]
3088
3089 2003-03-21 [colin]      0.8.11claws37
3090
3091         * src/send_message.c
3092                 Fix USE_SSL => USE_OPENSSL
3093
3094 2003-03-21 [colin]      0.8.11claws36
3095
3096         * src/folderview.c
3097                 Fix counts in drag and dropped subfolders
3098
3099 2003-03-21 [colin]      0.8.11claws35
3100
3101         * src/folder.c 
3102         * src/folderview.c
3103                 speed up a bit folder dnd
3104
3105 2003-03-20 [alfons]     0.8.11claws34
3106
3107         * src/main.c
3108         * src/toolbar.c
3109         * src/procmsg.c
3110                 don't send locked queue messages
3111                 (feature request "[ 705245 ] Locking message in outbox 
3112                  should prevent sending")
3113
3114 2003-03-20 [christoph]  0.8.11claws33
3115
3116         * src/folder.c
3117                 remove NEW and UNREAD flag in special folders when scanning
3118                 
3119         * src/common/smtp.c
3120                 fix ESMTP AUTH CRAM-MD5
3121
3122 2003-03-20 [paul]       0.8.11claws32
3123
3124         * src/prefs_account.c
3125                 Re-write 'Tunnel command to open connection' as
3126                 'Use command to communicate with server', and disable
3127                 it for all except IMAP accounts
3128
3129 2003-03-20 [paul]       0.8.11claws31
3130
3131         * sync with 0.8.11cvs6
3132                 see ChangeLog 2003-03-20
3133
3134 2003-03-19 [match]      0.8.11claws30
3135
3136         * src/addritem.[ch]
3137                 include documentation. minor refactoring.
3138         * src/addr_compl.[ch]
3139         * src/addrindex.[ch]
3140         * src/addresbook.[ch]
3141         * src/summaryview.c
3142                 re-enable address lookup (was disabled in
3143                 0.8.11claws20).
3144
3145 2003-03-19 [christoph]  0.8.11claws29
3146
3147         * src/procmsg.c
3148                 add temp flag handling, will make moving and copying
3149                 messages possible again
3150
3151         * src/folder.c
3152                 correct calulation of folder stats
3153
3154 2003-03-18 [match]      0.8.11claws28
3155
3156         * src/editgroup.h
3157                 remove case sensitive comparison (closes bug 80).
3158
3159 2003-03-18 [christoph]  0.8.11claws27
3160
3161         * src/imap.c
3162                 fix imap using a tunnel command
3163
3164         (closes bug 87)
3165
3166 2003-03-18 [christoph]  0.8.11claws26
3167
3168         * src/folder.[ch]
3169         * src/imap.c
3170         * src/procmsg.[ch]
3171                 rewrite flag handling for folders
3172
3173 2003-03-18 [christoph]  0.8.11claws25
3174
3175         * src/folder.c
3176         * src/procmsg.c
3177         * src/summaryview.c
3178                 unset NEW and UNREAD flags when message is ignored, to make
3179                 sure messages don't show up as unread on other IMAP clients,
3180                 because the IGNORE_THREAD flag can not be syncronized through
3181                 the IMAP folder
3182
3183 2003-03-17 [christoph]  0.8.11claws24
3184
3185         * src/imap.c
3186                 don't use recursion to fetch uids when the number of messages
3187                 does not match. Moved code into subfunction that is used
3188                 again when needed, to prevent an endless loop.
3189
3190 2003-03-17 [thorsten]   0.8.11claws23
3191
3192         * src/imageview.[ch]
3193                 export imageview_get_resized_size() (for plugins)
3194         * src/prefs_common.[ch]
3195                 added prefs_common_get() (for plugins)
3196
3197 2003-03-17 [christoph]  0.8.11claws22
3198
3199         * src/imap.c
3200                 o remove UID guessing from copy code
3201                 o support UIDPLUS extension for APPEND command
3202
3203 2003-03-17 [paul]       0.8.11claws21
3204
3205         * src/gtk/about.c
3206                 remove 'Compiled-plugins' section.
3207                 
3208         * src/plugins/dillo_viewer/dillo_viewer.c
3209                 slight change to description text
3210
3211 2003-03-16 [match]      0.8.11claws20
3212         * src/ldapserver.[ch]           ** NEW **
3213         * src/ldapctrl.[ch]             ** NEW **
3214         * src/ldapquery.[ch]            ** NEW **
3215         * src/ldaputil.[ch]             ** NEW **
3216         * src/addrcindex.[ch]           ** NEW **
3217         * src/addrquery.h               ** NEW **
3218         * src/addritem.[ch]
3219         * src/addrcache.[ch]
3220         * src/addrindex.[ch]
3221         * src/addr_compl.[ch]
3222         * src/addressbook.[ch]
3223         * src/addrbook.[ch]
3224         * src/editgroup.c
3225         * src/editaddress.c
3226         * src/editldap.c
3227         * src/editldap_basedn.c
3228         * src/vcard.c
3229         * src/jpilot.c
3230         * src/Makefile.am
3231                 included dynamic LDAP queries. improved address
3232                 completion.
3233
3234 2003-03-16 [paul]       0.8.11claws19
3235
3236         * tools/multiwebsearch.pl
3237                 fix a fatal typo
3238
3239 2003-03-16 [christoph]  0.8.11claws18
3240
3241         * src/mimeview.c
3242         * src/plugins/dillo_viewer/dillo_viewer.c
3243         * src/plugins/mathml_viewer/mathml_viewer.c
3244                 make unregistering of MimeViewerFactorys possible
3245
3246 2003-03-16 [alfons]     0.8.11claws17
3247
3248         * configure.ac
3249                 correct typo
3250
3251 2003-03-16 [melvin]     0.8.11claws16
3252
3253         * src/plugins/dillo_viewer.c
3254                 Fixed bug where it was not possible to view more than
3255                 one text/html attachment per message (bug discovered
3256                 by Christoph Hohmann).
3257
3258 2003-03-15 [melvin]     0.8.11claws15
3259
3260         * src/prefs_actions.c
3261                 Fixed compilation warnings.
3262
3263 2003-03-15 [melvin]     0.8.11claws14
3264
3265         * src/plugins/Makefile.am
3266         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3267         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3268         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3269                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3270                 newer (http://dillo.auriga.wearlab.de/).
3271
3272 2003-03-15 [christoph]  0.8.11claws13
3273
3274         * src/imap.c
3275                 don't query imap folder for attributes because we already
3276                 for them from imap_status
3277
3278         * src/mimeview.[ch]
3279                 add support for plugable MimeViewers (unloading Viewers
3280                 not yet complete)
3281
3282         * src/plugins/Makefile.am
3283         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3284         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3285         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3286                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3287                 widget from http://helm.cs.unibo.it/mml-widget/
3288
3289 2003-03-14 [christoph]  0.8.11claws12
3290
3291         * src/folder.[ch]
3292                 o error return code's should better be negative
3293                 o replace printf with debug_print
3294
3295         * src/imap.c
3296                 improve IMAP folder scan by checking UID-NEXT
3297
3298         * src/summaryview.c
3299                 remove check that are unnecessary in my opinion
3300
3301 2003-03-13 [christoph]  0.8.11claws11
3302
3303         * src/folder.[ch]
3304         * src/foldersel.c
3305         * src/folderview.c
3306         * src/imap.c
3307         * src/mbox_folder.c
3308         * src/mh.c
3309         * src/news.c
3310         * src/prefs_scoring.c
3311         * src/summaryview.c
3312                 use a common function to get a displayable name
3313                 for a FolderItem
3314
3315 2003-03-13 [paul]       0.8.11claws10
3316
3317         * tools/Makefile.am
3318           tools/README
3319           tools/multiwebsearch.conf     ** NEW FILE **
3320           tools/multiwebsearch.pl       ** NEW FILE **
3321                 add multiwebsearch Actions script
3322
3323 2003-03-13 [colin]      0.8.11claws9
3324
3325         * src/compose.c
3326                 Remove leading emtpy lines from quoted text
3327                 before quoting it
3328
3329 2003-03-13 [melvin]     0.8.11claws8
3330
3331         * src/prefs_actions.c
3332                 Fixed a memory leak
3333                 Code clean ups
3334                 Added Cancel and OK buttons
3335                 Corrected help text
3336
3337 2003-03-13 [christoph]  0.8.11claws7
3338
3339         * src/account.c
3340         * src/folder.[ch]
3341         * src/imap.c
3342         * src/mainwindow.c
3343         * src/mbox_folder.c
3344         * src/mh.c
3345         * src/news.c
3346         * src/setup.c
3347                 replace more folder type stuff with folder class stuff
3348
3349 2003-03-13 [melvin]     0.8.11claws6
3350
3351         * src/prefs_actions.c
3352                 Added new tokens:
3353                 %u: user provided argument
3354                 %h: user provided argument (hidden on input)
3355                 %s: current text selection in the message view 
3356
3357 2003-03-13 [paul]       0.8.11claws5
3358
3359         * sync with 0.8.11cvs5
3360                 see ChangeLog 2003-03-11, 2003-03-12
3361
3362 2003-03-12 [christoph]  0.8.11claws4
3363
3364         * src/folder.c
3365                 use folder class idstr when writing folderlist.xml
3366
3367         * src/folder.h
3368         * src/imap.c
3369         * src/news.c
3370                 replace folder type checks with folder class checks
3371
3372 2003-03-12 [christoph]  0.8.11claws3
3373
3374         * src/folder.[ch]
3375         * src/imap.[ch]
3376         * src/main.c
3377         * src/mbox_folder.[ch]
3378         * src/mh.[ch]
3379         * src/news.[ch]
3380                 o create a list of known folder classes in the folder system
3381                 o use folder class id strings for folder item identifiers
3382
3383 2003-03-12 [christoph]  0.8.11claws2
3384
3385         * src/imap.c
3386                 fix imap uid validity check
3387
3388 2003-03-12 [christoph]  0.8.11claws1
3389
3390         * src/account.c
3391         * src/folder.[ch]
3392         * src/foldersel.c
3393         * src/folderview.c
3394         * src/imap.c
3395         * src/mainwindow.c
3396         * src/mbox_folder.c
3397         * src/mh.c
3398         * src/news.c
3399         * src/prefs_scoring.c
3400         * src/procmsg.c
3401         * src/setup.c
3402         * src/summaryview.c
3403                 initial restructuring of folder system, seperating
3404                 folders and folder classes
3405
3406 2003-03-12 [paul]       0.8.11claws
3407
3408         0.8.11claws release
3409
3410 2003-03-12 [christoph]
3411
3412         * src/gtk/prefswindow.c
3413                 fix translation of "Page Index"
3414
3415 2003-03-12 [paul]       0.8.10claws110
3416
3417         a sync from 0.8.11cvs4 before the release
3418
3419         * src/common/utils.c
3420                 subject_compare_for_sort(): allow null strings (fixes
3421                 summary sorting).
3422
3423 2003-03-11 [paul]       0.8.10claws109
3424
3425         * po/es.po
3426                 update Spanish translation, submitted by
3427                 Ricardo Mones Lastra
3428
3429 2003-03-11 [melvin]     0.8.10claws108
3430
3431         * po/fr.po
3432                 Updated French translations
3433
3434 2003-03-11 [paul]       0.8.10claws107
3435
3436         * manual/en/Makefile.am
3437           manual/en/*.html
3438                 update English manual, add a new page
3439                 updated by Francois Barriere <fbarriere@atmel.fr>
3440                 
3441         * po/bg.po
3442           po/it.po
3443           po/sr.po
3444                 update Bulgarian, Italian, and Serbian translations
3445                 submitted by George Danchev, Alessandro Maestri, and
3446                 Urke MMI
3447
3448 2003-03-10 [paul]       0.8.10claws106
3449
3450         * src/gtk/about.c
3451           src/gtk/prefswindow.c
3452                 make some strings translatable
3453
3454 2003-03-10 [darko]      0.8.10claws105
3455
3456         * src/compose.c
3457                 code cleanup to make Hiro happy
3458
3459 2003-03-10 [paul]       0.8.10claws104
3460
3461         * sync with 0.8.11cvs2
3462                 see ChangeLog 2003-03-10
3463
3464 2003-03-09 [melvin]     0.8.10claws103
3465
3466         * src/textview.c
3467                 textview_set_font(): fix for message display in
3468                 UTF-8 locales (thanks to Sergey Vlasov).
3469                 (was unintentionnaly reverted in 0.8.6claws6)   
3470
3471 2003-03-08 [darko]      0.8.10claws102
3472
3473         * src/compose.c
3474                 fix infinite loop in wrapping as reported
3475                 by happycactus
3476                 obsoletes patch #696482
3477
3478 2003-03-08 [christoph]  0.8.10claws101
3479
3480         * src/imap.c
3481                 add workaround for IMAP servers that do not
3482                 support the "UID SEARCH UID" command
3483
3484 2003-03-07 [christoph]  0.8.10claws100
3485
3486         * src/plugins/spamassassin/spamassassin.[ch]
3487         * src/plugins/spamassassin/spamassassin_gtk.c
3488                 code cleanup
3489
3490 2003-03-07 [paul]       0.8.10claws99
3491
3492         * po/es.po
3493                 updated Spanish translation, submitted by
3494                 Ricardo Mones Lastra
3495
3496 2003-03-07 [christoph]  0.8.10claws98
3497
3498         * src/send.c
3499                 fix in 0.8.10claws94 was wrong
3500                 local delivery does not require escaping, remove escaping
3501                 code to make signatures of mails with "." lines valid
3502                 
3503                 NOTE: requires that sendmail is executed with "-i" option,
3504                       what is the default now, but has to be changed in all
3505                       exsiting accounts)
3506
3507 2003-03-07 [paul]       0.8.10claws97
3508
3509         * sync with 0.8.11 release
3510                 see ChangeLog 2003-03-07
3511
3512 2003-03-06 [paul]       0.8.10claws96
3513
3514         * src/compose.c
3515                 revert commit 0.8.10claws92
3516
3517 2003-03-06 [paul]       0.8.10claws95
3518
3519         * src/folderview.c
3520                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3521
3522         * src/gtkaspell.c
3523                 fix bug 74, 'Crash opening editor window with pseudo-color
3524                 display'
3525                 
3526         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3527
3528 2003-03-06 [christoph]  0.8.10claws94
3529
3530         * src/send.c
3531                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3532                 all lines starting with a period get an extra period
3533                 inserted
3534                 (found by Simon 'corecode' Schubert)
3535
3536 2003-03-06 [paul]       0.8.10claws93
3537
3538         * src/folderview.c
3539                 if configured font can't be loaded fall back to gtk
3540                 default. (with thanks to Christoph)
3541                 
3542                 closes long-standing bug 15 'Crashes on startup'
3543
3544 2003-03-06 [paul]       0.8.10claws92
3545
3546         * src/compose.c
3547                 freeze text before autosave and thaw afterwards
3548                 fixes bug 67 'autosave make re-rediting message crazy'
3549
3550 2003-03-06 [christoph]  0.8.10claws91
3551
3552         * src/compose.c
3553                 ignore address comment in dupe check for Cc-list
3554
3555         (closes reopened bug 47 Replying to message strips name part of
3556          e-mail addresses of Cc: lines)
3557
3558 2003-03-06 [paul]       0.8.10claws90
3559
3560         * src/Makefile.am
3561                 remove reference to gtkxtext.h as its no longer in
3562                 the repository
3563
3564 2003-03-06 [paul]       0.8.10claws89
3565
3566         * sync with 0.8.10cvs25
3567                 see ChangeLog 2003-03-06
3568
3569 2003-03-06 [oliver]     0.8.10claws88
3570         
3571         * src/messageview.c
3572                 remove include
3573
3574 2003-03-06 [oliver]     0.8.10claws87
3575         
3576         * src/folderview.c 
3577                 remove changes introduced inclaws74
3578         * src/messageview.c
3579                 another attempt to sanely delete and update
3580                 messages deleted in separate messageview
3581
3582 2003-03-05 [christoph]  0.8.10claws86
3583
3584         * src/summaryview.c
3585                 check if "From" matches any account's address if
3586                 addressbook completion of addresses is disabled too
3587
3588         (closes Bug 70 "Display recipient in from" doesn't check
3589          folder's default account)
3590
3591 2003-03-05 [christoph]  0.8.10claws85
3592
3593         * src/compose.c
3594         * src/common/utils.[ch]
3595                 don't strip address comments when building Cc lists
3596
3597         (closes Bug 47 Replying to message strips name part of e-mail addresses
3598          of Cc: lines)
3599
3600         * src/folder.c
3601                 fix return value of copy function
3602
3603 2003-03-05 [christoph]  0.8.10claws84
3604
3605         * src/imap.c
3606                 don't ask imap server for non rfc822 headers
3607
3608         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3609
3610         * src/imap.c
3611                 destroy session on socket error to allow reconnecting
3612
3613 2003-03-05 [christoph]  0.8.10claws83
3614
3615         * configure.ac
3616                 fix building with gnome when no prefix is set
3617
3618         (closes bug 66 Gnome directory is set to NONE)
3619
3620 2003-03-05 [paul]       0.8.10claws82
3621
3622         * sync with 0.8.10cvs23
3623                 see ChangeLog 2003-03-05
3624
3625 2003-03-04 [christoph]  0.8.10claws81
3626
3627         * src/folder.c
3628                 o fix moving and copying when folder returns 0 for new
3629                   message number
3630                 o remove some code for single message copy and move
3631                   operations and use functions for multiple messages
3632
3633         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3634
3635         * src/news.c
3636                 remove unused include
3637
3638 2003-03-04 [paul]       0.8.10claws80
3639
3640         * src/gtk/about.c
3641                 list 'Compiled plugins'
3642
3643 2003-03-03 [christoph]  0.8.10claws79
3644
3645         * src/news.[ch]
3646                 have to multiply the percentage of the current fetch with
3647                 the percentage that it has of the total fetch operation
3648                 for correct values
3649
3650 2003-03-03 [christoph]  0.8.10claws78
3651
3652         * src/news.c
3653                 fix calculation of expected lines for progress indicator
3654
3655 2003-03-03 [christoph]  0.8.10claws77
3656
3657         * src/summaryview.c
3658         * src/common/utils.c
3659                 fix segfault when opening the root news folder
3660
3661 2003-03-03 [christoph]  0.8.10claws76
3662
3663         * src/mainwindow.[ch]
3664         * src/common/Makefile.am
3665         * src/common/progressindicator.[ch]
3666                 add UI independent progress indicator handling
3667
3668         * src/news.[ch]
3669                 use new progress indicator for message info fetching
3670
3671         * src/common/hooks.h
3672                 code cleanup
3673
3674 2003-03-03 [oliver]     0.8.10claws75
3675
3676         * src/toolbar.c
3677         * src/compose.c
3678                 removed commented code
3679
3680 2003-03-03 [oliver]     0.8.10claws74
3681
3682         * src/toolbar.[ch]
3683                 cleanups and refactoring
3684         * src/compose.[ch]
3685                 compose_reply_mode reply & forwarding interface for
3686                 toolbar buttons
3687         * src/folderview.c
3688                 act on messages marked for deletion in folderview_selected
3689                 based on prefs_common.immediate_exec since a message might 
3690                 have been deleted by messageview in a folder we are changing 
3691                 to (does anybody understand what I'm on about ?)
3692
3693 2003-03-03 [oliver]     0.8.10claws73
3694         
3695         * src/messageview.[ch]
3696                 new functions
3697                 - messageview_delete: delete message shown in messagview
3698                 - messageview_update_view: update messageview to currently 
3699                   selected summaryview message
3700                 - add separate messageview to msgview_list in order to update 
3701                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3702         * src/summaryview.[ch]
3703                 summary_get_selection returns a list of selected msgs
3704                 in summaryview
3705         * src/mainwindow.c
3706                 toolbar reply refactoring
3707
3708 2003-03-03 [paul]       0.8.10claws72
3709
3710         * sync with 0.8.10cvs21
3711                 see ChangeLog 2003-03-03
3712
3713 2003-03-02 [christoph]  0.8.10claws71
3714
3715         * src/common/passcrypt.c
3716                 use POSIX includes
3717
3718 2003-03-02 [christoph]  0.8.10claws70
3719
3720         * configure.ac
3721         * src/prefs_account.c
3722         * src/prefs_gtk.[ch]
3723         * src/common/.cvsignore
3724         * src/common/Makefile.am
3725         * src/common/passcrypt.c                ** NEW **
3726         * src/common/passcrypt.h.in             ** NEW **
3727                 Implement password encryption in config files
3728                 using unix encrypt and setkey functions. The crypt
3729                 key can be set as a configure parameter. Old
3730                 passwords will be converted if they do not begin
3731                 with '!'
3732
3733 2003-03-02 [paul]       0.8.10claws69
3734
3735         * src/prefs_account.c
3736                 fix compile error
3737
3738 2003-03-01 [thorsten]   0.8.10claws68
3739
3740         * po/el.po
3741           po/hr.po
3742           po/it.po
3743           po/nl.po
3744           po/sr.po
3745           po/sv.po
3746                 corrected format strings
3747         * po/en_GB.po
3748                 corrected headers
3749                 (fix compile errors with GNU gettext-0.11.5)
3750
3751 2003-03-01 [oliver]     0.8.10claws67
3752
3753         * src/summaryview.c
3754                 menu callbacks call toolbar_menu_reply
3755
3756 2003-03-01 [oliver]     0.8.10claws66
3757
3758         * src/mainwindow.c
3759         * src/messageview.c
3760                 menu callbacks call toolbar_menu_reply
3761         * src/toolbar.[ch]
3762                 callbacks from menu handled by toolbar_menu_reply
3763
3764 2003-03-01 [paul]       0.8.10claws65
3765
3766         * src/addressbook.c
3767                 revert commit 0.8.10claws54 - breaks editing of
3768                 addressbook.
3769                 
3770         * po/bg.po
3771                 update Bulgarian translation, submitted by
3772                 George Danchev
3773
3774 2003-02-28 [christoph]  0.8.10claws64
3775
3776         * src/account.c
3777         * src/addressadd.c
3778         * src/compose.c
3779         * src/gtkaspell.c
3780         * src/gtkxtext.h                ** REMOVE **
3781         * src/imap.c
3782         * src/matcher.[ch]
3783         * src/mh.c
3784         * src/news.c
3785         * src/pine.c
3786         * src/prefs_common.c
3787         * src/prefs_matcher.c
3788         * src/procheader.[ch]
3789         * src/procmsg.[ch]
3790         * src/toolbar.c
3791         * src/common/ssl_certificate.c
3792         * src/gtk/colorlabel.c
3793         * src/gtk/menu.c
3794                 o fix warnings
3795                 o remove code obsoleted by new cache and folder system rework
3796
3797 2003-02-28 [oliver]     0.8.10claws63
3798         
3799         * src/toolbar.[ch]
3800                 * fix bug where reply in Messageview replied to 
3801                 Message displayed in summaryview
3802                 (reportedd via ML by chinatinte at gmx dot ch)
3803                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3804                 didn't work in separate MessageView Toolbar
3805                 (wondering if anybody uses this at all ?)
3806         * src/summaryview.[ch]
3807                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3808                 (generalize reply and forward code);
3809         * src/messageview.c 
3810                 remove focus_in event which updated summaryview to messageview
3811
3812 2003-02-28 [paul]       0.8.10claws62
3813
3814         * po/Makefile.in.in
3815                 add the --check option
3816                 Patch submitted by Ricardo Mones Lastra
3817
3818 2003-02-28 [paul]       0.8.10claws61
3819
3820         * src/prefs_account.c
3821                 re-order 'Signature' items
3822
3823 2003-02-28 [paul]       0.8.10claws60
3824
3825         * sync with 0.8.10cvs20
3826                 see ChangeLog 2003-02-28
3827
3828 2003-02-28 [paul]       0.8.10claws59
3829
3830         * po/POTFILES.in
3831                 update to reflect recent movement of files
3832
3833 2003-02-28 [paul]       0.8.10claws58
3834
3835         * sync with 0.8.10cvs19
3836                 see ChangeLog 2003-02-28
3837
3838 2003-02-27 [martin]     0.8.10claws57
3839
3840         * src/prefs_matcher.c 
3841                 fix segfault in prefs_matcher_ok() when the
3842                 last entry is deleted and prevents that the
3843                 message "entry not saved" comes up after deleting
3844                 an entry
3845
3846 2003-02-27 [martin]     0.8.10claws56
3847
3848         * src/prefs_filtering.c 
3849                 fix segfault in prefs_filtering_ok() when the
3850                 last entry is deleted and prevents that the
3851                 message "entry not saved" comes up after deleting
3852                 an entry
3853
3854 2003-02-27 [paul]       0.8.10claws55
3855
3856         * sync with 0.8.10cvs18
3857                 see ChangeLog 2003-02-27
3858
3859 2003-02-27 [paul]       0.8.10claws54
3860
3861         * src/addressbook.c
3862                 fix bug where the address book crashes with 
3863                 multiple lookups.
3864                 Patch [687729] submitted by David Frager 
3865                 <dbfrager@users.sourceforge.net>
3866
3867 2003-02-25 [christoph]  0.8.10claws53
3868
3869         * src/Makefile.am
3870         * src/colorlabel.[ch]           ** REMOVE **
3871         * src/gtk/Makefile.am
3872         * src/gtk/colorlabel.[ch]       ** NEW **
3873                 move colorlabel files to gtk directory
3874
3875         * src/esmtp.[ch]                ** REMOVE **
3876                 has been merged into smtp.[ch] in 0.7.5
3877
3878 2003-02-25 [christoph]  0.8.10claws52
3879
3880         * src/Makefile.am
3881         * src/about.[ch]                ** REMOVE **
3882         * src/gtk/Makefile.am
3883         * src/gtk/about.[ch]            ** NEW **
3884                 move about files to gtk directory
3885
3886 2003-02-25 [christoph]  0.8.10claws51
3887
3888         * src/folder.c
3889                 some code optimization of folder scanning code
3890
3891         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3892
3893 2003-02-25 [christoph]  0.8.10claws50
3894
3895         * src/main.c
3896         * src/common/sylpheed.c
3897                 add command line parameter parsing to common code
3898
3899 2003-02-24 [christoph]
3900
3901         * Makefile.am
3902         * configure.ac
3903                 fix gnome prefix problems, the configure script now removed
3904                 `gnome-config --prefix` from `gnome-config --datadir`
3905                 and adds $(prefix} instead
3906
3907         (closes Bug 24 Makefile does not respect prefix when installing
3908          GNOME data)
3909
3910 2003-02-24 [christoph]  0.8.10claws49
3911
3912         * src/news.c
3913                 check for valid session before trying to authenticate
3914
3915         (closes Bug 60 crash if "authenticate on logon" is activated
3916          and newsserver-hostname is not valid)
3917
3918 2003-02-24 [melvin]     0.8.10claws48
3919
3920         * src/prefs_actions.c
3921                 Make sure all user's input is sent to the action and then
3922                 close the socket..
3923
3924 2003-02-23 [alfons]     0.8.10claws46
3925
3926         * src/summaryview.c
3927                 also wait cursor when deleting files
3928
3929 2003-02-23 [paul]
3930
3931         * tools/freshmeat_search.pl
3932           tools/google_search.pl
3933                 scripts should now work for any browser/browser command line
3934
3935 2003-02-22 [christoph]  0.8.10claws45
3936
3937         * src/procmsg.c
3938                 fix IMAP flag setting, IMAP flag is not handled correctly
3939                 anymore by the folder system and information about the
3940                 folder should not be saved in the MsgInfo (in my opinion)
3941
3942         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3943
3944 2003-02-22 [christoph]  0.8.10claws44
3945
3946         * src/summaryview.c
3947                 fix spelling of "label" ;-)
3948
3949 2003-02-22 [thorsten]   0.8.10claws43
3950
3951         * src/mimeview.c
3952           src/prefs_common.[ch]
3953           src/procmime.[ch]
3954                 do not use description as attachment name
3955
3956 2003-02-22 [alfons]     0.8.10claws42
3957
3958         * src/summaryview.c
3959                 freeze/thaw folder item updates when changing color labels,
3960                 and put a wait cursors on
3961
3962 2003-02-22 [thorsten]   0.8.10claws41
3963
3964         * src/mimeview.c
3965                 save-all fixes: crash if invoked on multipart container,
3966                 mimeinfo access, pathseparators, error dialog
3967
3968 2003-02-21 [alfons]     0.8.10claws40
3969
3970         * src/prefs_gtk.c
3971                 remove unused var
3972
3973 2003-02-21 [colin]      0.8.10claws39
3974
3975         * src/send.c
3976                 Fix smtp logging
3977
3978 2003-02-21 [colin]      0.8.10claws38
3979
3980         * src/summaryview.c
3981                 Freeze/thaw folderItem updates when filtering messages 
3982                 via Tools/Filter messages
3983
3984 2003-02-21 [paul]       0.8.10claws37
3985
3986         * src/compose.c
3987                 revert commit 0.8.10claws26, there are ulterior motives
3988                 for users to set a Reply-To header when posting to
3989                 newsgroups
3990
3991 2003-02-21 [paul]       0.8.10claws36
3992
3993         * sync with 0.8.10cvs17
3994                 see ChangeLog 2003-02-21
3995
3996 2003-02-20 [christoph]  0.8.10claws35
3997
3998         * src/imap.c
3999                 IMAP UID fetch speedup using SEARCH
4000
4001         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4002
4003         * src/imap.c
4004                 fix problem with UIDs in IMAP UID cache that no longer existed
4005
4006 2003-02-20 [christoph]  0.8.10claws34
4007
4008         * src/imap.c
4009         * src/procheader.c
4010         * src/procheader.h
4011                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4012
4013         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4014
4015         * src/imap.c
4016                 Rewrite imap_cmd_gen_recv use sock_getline instead
4017                 of sock_gets to avoid problems with too long reply
4018                 lines
4019     
4020 2003-02-20 [colin]      0.8.10claws33
4021         
4022         * src/prefs_account.c
4023                 Better wording
4024
4025 2003-02-20 [colin]      0.8.10claws32
4026
4027         * src/compose.c
4028                 Remove useless '&& !to_sender' 
4029
4030 2003-02-20 [darko]
4031
4032         * AUTHORS
4033                 change my e-mail address
4034
4035 2003-02-19 [colin]      0.8.10claws31
4036
4037         * src/prefs_common.c
4038                 X11 style colors for every configurable color
4039
4040 2003-02-19 [alfons]     0.8.10claws30
4041
4042         * src/prefs_gtk.[ch]
4043         * src/prefs_common.c
4044                 for color_new accept both plain integers and X11 style color
4045                 names (as found in /usr/lib/X11/rgb.txt)
4046
4047 2003-02-19 [paul]       0.8.10claws29
4048
4049         * src/mainwindow.c
4050                 add tooltips to online/offline button and account selector
4051                 button
4052
4053 2003-02-19 [paul]       0.8.10claws28
4054
4055         * src/folder.c
4056           src/news.c
4057           src/prefs_account.[ch]
4058           src/prefs_common.[ch]
4059                 move 'Maximum number of articles to download' to
4060                 account prefs.
4061                 clean up account prefs gui a little by hiding entries
4062                 rather then greying out entries
4063
4064 2003-02-19 [hiro]       0.8.10claws27
4065
4066         * src/common/utils.c
4067                 fix bug #54 'yesterdays date is displayed in the message 
4068                 summary window'
4069
4070 2003-02-19 [paul]       0.8.10claws26
4071
4072         * src/compose.c
4073                 fix bug reported in Feature Request [688596] 
4074                 'Reply-to header in news'
4075
4076 2003-02-18 [paul]       0.8.10claws25
4077
4078         * src/select-keys.c
4079                 add a 'List all keys' button to key selection dialog
4080
4081 2003-02-18 [colin]      0.8.10claws24
4082         
4083         * src/stock_pixmap.c
4084                 fix compile error
4085
4086 2003-02-18 [colin]      0.8.10claws23
4087
4088         * src/common/smtp.[ch]
4089           src/prefs_account.c
4090                 Try to starttls if it seems to be the only
4091                 way to authenticate a user
4092
4093 2003-02-18 [paul]       0.8.10claws22
4094
4095         * src/Makefile.am
4096           src/folderview.c
4097           src/stock_pixmap.[ch]
4098           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4099           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4100                 as a Drafts folder is a special folder allow it to have
4101                 its own unique icons
4102
4103 2003-02-18 [colin]      0.8.10claws21
4104
4105         * src/imap.c
4106                 Fix port selection when using starttls
4107
4108 2003-02-18 [paul]       0.8.10claws20
4109
4110         * src/mainwindow.c
4111           src/prefs_common.[ch]
4112                 make blue the default new mail colour
4113
4114 2003-02-18 [paul]       0.8.10claws19
4115
4116         * sync with 0.8.10cvs14
4117                 see ChangeLog 2003-02-18
4118
4119 2003-02-17 [jens]       0.8.10claws18
4120
4121         * src/common/md5.c
4122                 fixed a compile problem with gcc 3.3
4123                 works on 2.95.3 too (testet on PPC as it is big endian)
4124
4125 2003-02-17 [paul]       0.8.10claws17
4126
4127         * sync with 0.8.10cvs13
4128                 see ChangeLog 2003-02-17
4129
4130 2003-02-17 [paul]       0.8.10claws16
4131
4132         * sync with 0.8.10cvs12
4133                 see ChangeLog 2003-02-17
4134
4135 2003-02-16 [match]      0.8.10claws15
4136
4137         * src/addressbook.c
4138                 Eliminates reloading of address data when items
4139                 deleted or added. Applied submitted by
4140                 Luke Plant <lukeplant@softhome.net>
4141
4142 2003-02-16 [paul]       0.8.10claws14
4143
4144         * src/news.c
4145                 when a 'protocol error' is encountered disconnect from
4146                 the server. This means that the user can carry on viewing
4147                 other articles and doesn't have to either wait until the
4148                 server timesout or quit sylpheed.
4149                 Fixes bug #53 'Unable to read messages in newsgroups, 
4150                 displayed message doesn't change'
4151
4152 2003-02-15 [christoph]  0.8.10claws13
4153
4154         * src/imap.c
4155                 fix bug that stopped scanning of folders when an
4156                 IMAP folder was empty
4157
4158         (closes bug 46 stop scan messages in folders after empty folder)
4159
4160 2003-02-15 [paul]
4161
4162         * tools/Makefile.am
4163           tools/README
4164           tools/freshmeat_search.pl     ** NEW FILE **
4165           tools/google_search.pl        ** NEW FILE **
4166                 Add 2 Actions scripts which search freshmeat/google
4167                 for the selected text using the browser configured
4168                 in sylpheedrc.
4169                 
4170         Note: These scripts are very dependent on the format of the
4171         browser command and may not work on every occasion. Testing
4172         is welcome. 
4173
4174 2003-02-14 [alfons]     0.8.10claws12
4175
4176         * src/compose.c
4177                 fix breakage because of uninitialized account pointer.
4178                 please verify.
4179
4180 2003-02-14 [paul]       0.8.10claws11
4181
4182         * src/compose.c
4183           src/prefs_account.[ch]
4184           src/prefs_common.[ch]
4185                 move signature settings to Account Prefs
4186
4187 2003-02-14 [paul]       0.8.10claws10
4188
4189         * sync with 0.8.10cvs11
4190                 see ChangeLog 2003-02-14
4191
4192 2003-02-13 [thorsten]   0.8.10claws9
4193
4194         * src/news.c
4195                 revert news progressbar (GUI separation)
4196
4197 2003-02-13 [paul]       0.8.10claws8
4198
4199         * src/compose.c
4200                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4201                 paragraph 1
4202
4203 2003-02-13 [paul]       0.8.10claws7
4204
4205         * src/compose.[ch]
4206           src/summaryview.c
4207                 fix 'Follow-up and Reply-to' so that it creates a reply to
4208                 the newsgroup and the sender. If the message has the keyword
4209                 'poster' in the Followup-To header, all replies go to the
4210                 sender, re: RFC 1036, Section 2.2.3
4211                 rename all instances of 'ignore_replyto' to 'to_sender', both
4212                 were previously used, now we use just one.
4213
4214 2003-02-13 [paul]       0.8.10claws6
4215
4216         * sync with 0.8.10cvs9
4217                 see ChangeLog 2003-02-13
4218
4219 2003-02-13 [paul]       0.8.10claws5
4220
4221         * configure.ac
4222                 show which plugins are configured in the configure
4223                 output.
4224
4225 2003-02-12 [thorsten]   0.8.10claws4
4226
4227         * src/news.c
4228                 show progress while fetching news headers
4229
4230 2003-02-12 [christoph]  0.8.10claws3
4231
4232         * configure.ac
4233         * src/plugins/Makefile.am
4234                 use AM_CONDITIONAL to enable plugins, automake correctly
4235                 manages this when creating distdir
4236
4237 2003-02-12 [christoph]  0.8.10claws2
4238
4239         * ac/spamassassin.m4
4240         * src/plugins/spamassassin/Makefile.am
4241                 fix building SpamAssassin plugin without OpenSSL
4242
4243 2003-02-12 [paul]       0.8.10claws1
4244
4245         * ac/Makefile.am
4246           src/Makefile.am
4247           src/plugins/Makefile.am
4248                 fix failure of 'make release'
4249
4250 2003-02-12 [paul]       0.8.10claws
4251
4252         * 0.8.10claws released
4253
4254 2003-02-12 [paul]       0.8.9claws56
4255
4256         * po/bg.po
4257           po/es.po
4258           po/it.po
4259           po/ru.po
4260           po/sr.po
4261                 updated translations by George Danchev, Ricardo Mones Lastra,
4262                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4263                 
4264         * sylpheed.spec.in
4265                 Allow the building of RPMs by a regular user. Submitted
4266                 by Sergei Astanin
4267
4268 2003-02-11 [alfons]     0.8.9claws55
4269
4270         * src/colorlabel.c
4271                 don't use pixmaps for label color rect but draw rectangles
4272                 so we can respect the color map of palette based visuals
4273                 (fixes the long time crashes on Suns - thanks to Andreas
4274                 Engel and Steve O'Hara-Smith for testing)
4275
4276 2003-02-11 [christoph]  0.8.9claws54
4277
4278         * src/matcher_parser_parse.y
4279                 correct bug where filering rules of not existing folders in
4280                 matcherrc were added to global filtering
4281                 
4282         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4283          main filter-rules after removing directory, http://bugs.debian.org/180253)
4284         
4285 2003-02-11 [paul]       0.8.9claws53
4286
4287         * sync with 0.8.10cvs7
4288                 see ChangeLog 2003-02-09
4289
4290 2003-02-11 [melvin]     0.8.9claws52
4291
4292         * po/fr.po
4293                 Updated French tranlsations
4294
4295 2003-02-10 [paul]       0.8.9claws51
4296
4297         * sylpheed.spec.in
4298                 correct --enable-openssl
4299                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4300
4301 2003-02-09 [martin]     0.8.9claws50
4302
4303         * src/prefs_matcher.c
4304                 fix segfault in prefs_matcher_substitute_cb() when
4305                 no row is selected
4306
4307 2003-02-09 [paul]       0.8.9claws49
4308
4309         * src/folderview.c
4310                 fix bug where a newsgroup folder's processing rules were
4311                 merged with the global filtering rules when the newsgroup
4312                 folder was deleted, causing some seriously bad results,
4313                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4314
4315 2003-02-08 [melvin]     0.8.9claws48
4316
4317         * src/compose.c
4318                 Corrected and modified an alert message.
4319
4320 2003-02-07 [paul]       0.8.9claws47
4321
4322         * src/folderview.c
4323                 fix bug where both an 'Account properties' window and a
4324                 'Folder properties' window were opened when clicking on
4325                 'Properties' in an NNTP or IMAP folder's popup menu.
4326
4327 2003-02-07 [paul]       0.8.9claws46
4328
4329         * sync with 0.8.10cvs6
4330                 see ChangeLog 2003-02-06
4331
4332 2003-02-06 [christoph]  0.8.9claws45
4333
4334         * src/mbox.c
4335                 freeze folder updates while importing mbox files
4336                 (closes bug 43 importing mbox took hours)
4337                 
4338         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4339
4340 2003-02-06 [thorsten]   0.8.9claws44
4341
4342         * po/de.po
4343                 Updated german translations
4344
4345 2003-02-06 [thorsten]   0.8.9claws43
4346
4347         * src/news.h
4348                 use guint for message numbers (fix count in grouplist dialog)
4349
4350 2003-02-05 [paul]       0.8.9claws42
4351
4352         * sync with 0.8.10cvs2
4353                 see ChangeLog 2003-02-05
4354
4355 2003-02-04 [colin]      0.8.9claws41
4356
4357         * src/prefs_common.[ch]
4358           src/procmsg.c
4359           src/summaryview.c
4360                 Add an option to disable threading by subject
4361
4362 2003-02-04 [christoph]  0.8.9claws40
4363
4364         * src/inc.c
4365                 only abort fetching mails from multiple accounts when the
4366                 error is fatal and does not allow to check any more accounts
4367                 (currently only disk full error)
4368
4369         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4370          receive mails for other accouts)
4371
4372 2003-02-04 [christoph]  0.8.9claws39
4373
4374         * src/folder.c
4375                 first add the new message to the cache, then
4376                 send the update notification
4377
4378         (closes bug 39 after sending message folderview doesnt get updated)
4379
4380 2003-02-04 [colin]      0.8.9claws38
4381
4382         * src/inc.c
4383                 _really_ fix this Connecting... status
4384
4385 2003-02-04 [paul]       0.8.9claws37
4386
4387         * sync with 0.8.10
4388                 see ChangeLog 2003-02-04
4389
4390 2003-02-04 [paul]       0.8.9claws36
4391
4392         * sync with 0.8.9cvs6
4393                 see ChangeLog 2003-02-03
4394
4395 2003-02-04 [paul]       0.8.9claws35
4396
4397         * po/pt_BR.po
4398                 updated by André Filipe de Assunção e Brito 
4399                 <bedecko@netsite.com.br>
4400
4401 2003-02-03 [thorsten]   0.8.9claws34
4402
4403         * po/de.po
4404                 Updated german translations
4405
4406 2003-02-02 [paul]       0.8.9claws33
4407
4408         * po/es.po
4409                 updated by Ricardo Mones Lastra
4410
4411 2003-02-02 [thorsten]   0.8.9claws32
4412
4413         * src/mh.c
4414                 Fix mh_get_msginfo() segfault if file is inaccessible
4415
4416 2003-01-31 [colin]      0.8.9claws31
4417
4418         * src/procheader.c
4419                 Fix last commit's bug
4420
4421 2003-01-31 [colin]      0.8.9claws30
4422
4423         * src/procheader.c
4424                 Missing a change for gpg-signed messages
4425
4426 2003-01-31 [paul]       0.8.9claws29
4427
4428         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4429           src/procheader.c
4430           src/stock_pixmap.[ch]
4431           src/summaryview.c
4432                 indicate GnuPG signed messages by displaying an icon
4433                 in the Attachment column.
4434
4435 2003-01-31 [paul]       0.8.9claws28
4436
4437         * sync with 0.8.9cvs4
4438                 see ChangeLog 2003-01-31
4439
4440 2003-01-31 [alfons]     0.8.9claws27
4441
4442         * src/textview.c
4443                 tune URI parser to accept mailto URLs with a '?'
4444                 (patch from Ruslan Balkin)
4445
4446 2003-01-31 [colin]      0.8.9claws26
4447
4448         * src/summaryview.c
4449                 Fix a leak introduced in claws24
4450
4451 2003-01-31 [colin]      0.8.9claws25
4452
4453         * src/summaryview.c
4454                 Freeze/Thaw folder updates when deleting dups
4455
4456 2003-01-31 [colin]      0.8.9claws24
4457         
4458         * src/addr_compl.c
4459           src/summaryview.c
4460           src/msgcache.c
4461                 little speed improvements
4462
4463 2003-01-31 [colin]      0.8.9claws23
4464
4465         * src/summaryview.c
4466                 Fix segfault when forwarding nothing
4467                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4468                 
4469 2003-01-30 [paul]       0.8.9claws22
4470
4471         * sync with 0.8.9cvs3
4472                 see ChangeLog 2003-01-30
4473
4474 2003-01-30 [paul]       0.8.9claws21
4475
4476         * sync with 0.8.9cvs2
4477                 see ChangeLog 2003-01-30
4478
4479 2003-01-29 [paul]       0.8.9claws20
4480
4481         * sync with 0.8.9cvs1
4482                 see ChangeLog 2003-01-29
4483
4484 2003-01-28 [paul]       0.8.9claws19
4485
4486         * po/POTFILES.in
4487                 update to reflect changes. 
4488                 thanks to Ricardo Mones Lastra
4489
4490 2003-01-27 [christoph]  0.8.9claws18
4491
4492         * ac/openssl.m4
4493         * ac/spamassassin.m4
4494         * src/plugins/spamassassin/README
4495         * src/plugins/spamassassin/libspamc.[ch]
4496         * src/plugins/spamassassin/utils.[ch]
4497                 updated to latest libspamc
4498
4499 2003-01-27 [christoph]  0.8.9claws17
4500
4501         * src/folder.c
4502                 fix wrong use of procheader_get_header_fields
4503
4504 2003-01-27 [christoph]  0.8.9claws16
4505
4506         * src/news.c
4507         * src/prefs_account.[ch]
4508         * src/common/nntp.[ch]
4509                 allow to force authentication for NNTP servers
4510
4511         Patch submitted by Florian Mickler <dmk@d-labs.de>
4512
4513 2003-01-26 [paul]       0.8.9claws15
4514
4515         * src/summaryview.c
4516                 speed up of marking messages as read
4517                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4518
4519 2003-01-26 [christoph]  0.8.9claws14
4520
4521         * src/Makefile.am
4522         * src/mgutils.[ch]              ** REMOVE **
4523         * src/xml.[ch]                  ** REMOVE **
4524         * src/xmlprops.[ch]             ** REMOVE **
4525         * src/common/Makefile.am
4526         * src/common/mgutils.[ch]       ** NEW **
4527         * src/common/xml.[ch]           ** NEW **
4528         * src/common/xmlprops.[ch]      ** NEW **
4529                 move xml files to common directory
4530
4531 2003-01-26 [christoph]  0.8.9claws13
4532
4533         * src/plugins/spamassassin/spamassassin_gtk.c
4534                 only set gtk entry text if string is available
4535
4536 2003-01-26 [melvin]     0.8.9claws12
4537
4538         * src/description_window.c
4539                 Allow resizing of the window
4540                 Allow automatic horizontal scroll bar
4541                 Do not vertically expand and fill
4542
4543 2003-01-26 [christoph]  0.8.9claws11
4544
4545         * src/Makefile.am
4546         * src/gtkutils.[ch]             ** REMOVE **
4547         * src/common/sylpheed.c
4548         * src/gtk/Makefile.am
4549         * src/gtk/description_window.c
4550         * src/gtk/gtkutils.[ch]         ** NEW **
4551         * src/gtk/prefswindow.c
4552                 move gtkutils to gtk directory
4553
4554 2003-01-26 [paul]       0.8.9claws10
4555
4556         * src/summaryview.c
4557                 rename summary_unread_clicked() to summary_status_clicked()
4558
4559 2003-01-26 [melvin]     0.8.9claws9
4560
4561         * src/prefs_actions.c
4562                 Cosmetical changes to the help text
4563
4564 2003-01-26 [paul]       0.8.9claws8
4565
4566         * src/folder.[ch]
4567           src/mainwindow.c
4568           src/prefs_common.c
4569           src/prefs_sumamry_column.c
4570           summaryview.[ch]
4571                 rename the 'Unread' column to 'Status'
4572
4573 2003-01-25 [match]      0.8.9claws7
4574
4575         * src/mgutils.[ch]
4576                 removed reference to LDAP constants. removed error2string.
4577                 included functions to support LDAP dynamic queries.
4578         * src/syldap.h
4579                 moved LDAP constants here.
4580         * src/addressbook.c
4581         * src/addrindex.c
4582         * src/importldif.c
4583                 removed references to LDAP constants and references to
4584                 error2string.
4585
4586 2003-01-25 [paul]       0.8.9claws6
4587
4588         * src/summaryview.c
4589                 summary_thread_build(), summary_thread_init(): remove 
4590                 unneeded reference to summaryview->folder_item
4591
4592 2003-01-25 [christoph]  0.8.9claws5
4593
4594         * src/gtk/description_window.c
4595                 o allow description texts to expand over multiple columns
4596                 o translate all columns
4597         * src/prefs_actions.c
4598                 change syntax description to use new multi column feature
4599
4600         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4601
4602 2003-01-25 [match]      0.8.9claws4
4603
4604         * src/vcard.c
4605                 fixed bug with Quoted-Printable
4606
4607 2003-01-25 [paul]       0.8.9claws3
4608
4609         * src/folder.[ch]
4610           src/summaryview.[ch]
4611                 implement per-folder collapsed/expanded threads setting
4612                 
4613         * src/prefs_common.c
4614                 remove global collapsed/expanded threads option
4615
4616 2003-01-25 [christoph]  0.8.9claws2
4617
4618         * po/POTFILES.in
4619                 add pluginwindow and prefswindow
4620         * src/compose.c
4621                 make send respond correctly to messages that could be added
4622                 to the queue folder, but the UID of the message is unknown
4623         * src/folder.c
4624         * src/imap.c
4625                 don't return guessed UIDs in imap_add_msg anymore. We return
4626                 0 to tell the folder system it was appened but the UID is
4627                 unknown. Folder system now get's the UID by scaning the folder
4628                 and searching the cache for the Message-ID
4629                 (closes bug #29 Messages queued, but not sent)
4630
4631 2003-01-25 [paul]       0.8.9claws1
4632
4633         * src/codeconv.c
4634                 conv_encode_header():  fix bug when long headers with 8-bit
4635                 characters are used, so that the encoded words are wrapped.
4636                 If the space in the original text falls on the wrap boundary,
4637                 it can be lost.
4638                 Patch by Sergey Vlasov.
4639                 
4640         * src/folderview.c
4641                  fix bug where a change to the sorting method or thread view
4642                  of a folder's messages is lost if simpify-subject is set and
4643                  toggled on or off.
4644                  Patch by Luke Plant.
4645
4646 2003-01-24 [paul]       0.8.9claws
4647
4648         * sylpheed-0.8.9claws released
4649         
4650         * Makefile.am
4651           sylpheed.spec.in
4652                 remove reference to 'INSTALL.jp'
4653
4654 2003-01-23 [paul]       0.8.8claws128
4655
4656         * po/es.po
4657           po/it.po
4658           po/ru.po
4659           po/sr.po
4660                 updated translations. submitted by Ricardo Mones Lastra,
4661                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4662
4663 2003-01-23 [colin]      0.8.8claws127
4664
4665         * src/compose.c
4666                 Fix drafted and queued news articles re-edition
4667
4668 2003-01-23 [melvin]     0.8.8claws126
4669
4670         * po/fr.po
4671                 Updated French translations
4672
4673 2003-01-23 [colin]      0.8.8claws125
4674
4675         * src/inc.c
4676                 Fix "Connecting to..." status message
4677
4678 2003-01-22 [paul]       0.8.8claws124
4679
4680         * po/bg.po
4681                 updated by George Danchev
4682                 
4683         * src/folder.c
4684                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4685                 and folder deletion
4686
4687 2003-01-21 [paul]       0.8.8claws123
4688
4689         * po/bg.po
4690                 updated by George Danchev
4691                 
4692         * src/about.c
4693                 its now 2003
4694                 
4695         * src/toolbar.c
4696                 don't translate 'Separator'
4697                 
4698         * src/plugins/spamassassin/Makefile.am
4699                 add aspell to CPPFLAGS
4700                 
4701         * src/plugins/spamassassin/spamassassin.c
4702           src/plugins/spamassassin/spamassassin_gtk.c
4703                 set correct default for spamassassin_receive_spam
4704                 slightly re-word descriptions and some
4705                 other minor changes
4706
4707 2003-01-19 [alfons]     0.8.8claws122
4708                 
4709         * src/mimeview.c
4710                 mimeview_save_as(): we might as well show the file name for
4711                 the single case "Save As" too
4712
4713 2003-01-19 [alfons]     0.8.8claws121
4714
4715         * src/crash.c
4716                 change bug tracker URL to bugzilla URL
4717
4718 2003-01-19 [alfons]     0.8.8claws120
4719
4720         * src/mimeview.c
4721                 mimeview_save_all(): display name of file before overwriting;
4722                 continue saving all, even when one overwrite was cancelled
4723
4724 2003-01-19 [christoph]  0.8.8claws119
4725
4726         * src/summaryview.c
4727         * src/procmsg.[ch]
4728                 fix wrong usage of procmsg_find_children in summaryview
4729                 by using procmsg_update_unread_children instead of
4730                 summaryview_update_unread_children
4731
4732 2003-01-19 [christoph]  0.8.8claws118
4733
4734         * src/procmsg.c
4735                 fix infinite loop in procmsg_find_children
4736                  (closes bug #25 sylpheed crashes on delete.)
4737
4738         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4739
4740 2003-01-19 [paul]       0.8.8claws117
4741
4742         * po/pt_BR.po
4743                 updated by Ivan Francolin Martinez
4744
4745 2003-01-18 [melvin]     0.8.8claws116
4746
4747         * src/prefs_actions.c
4748                 Removed syntax limitation of only one '&' at the end of command.
4749                         Now actions that contain '>/dev/null 2>&1' are possible.
4750
4751 2003-01-18 [melvin]     0.8.8claws115
4752
4753         * src/prefs_actions.c
4754                 Actions IO dialog: when the action ends
4755                 the "Close" button now has focus and [Escape] closes the
4756                 window.
4757
4758 2003-01-18 [christoph]  0.8.8claws114
4759
4760         * src/procmsg.c
4761                 o add debug output when MsgInfos are really freed
4762                 o free GSLists in procmsg_find_children and
4763                   procmsg_update_unread_children
4764
4765 2003-01-18 [christoph]  0.8.8claws113
4766
4767         * src/mainwindow.c
4768                 reorder Configuration menu
4769
4770 2003-01-18 [christoph]  0.8.8claws112
4771
4772         * src/compose.c
4773                 fix applying templates to forwarded messages
4774
4775         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4776
4777 2003-01-17 [christoph]  0.8.8claws111
4778
4779         * src/folder.c
4780                 destroy folder items, when a folder item is removed
4781
4782 2003-01-17 [christoph]  0.8.8claws110
4783
4784         * src/folder.c
4785                 fix wrong folder stats update when ignored message is
4786                 deleted
4787
4788 2003-01-17 [colin]      0.8.8claws109
4789         
4790         * src/mainwindow.c
4791         * src/summaryview.c
4792                 Quicksearch bugfixes: 
4793                 - hide help button at startup if not extended
4794                 - switch to extended when looking for replies
4795
4796 2003-01-17 [paul]
4797
4798         * sync with 0.8.9 release
4799
4800 2003-01-17 [paul]       0.8.8claws108
4801
4802         * sync with 0.8.8cvs11
4803                 see ChangeLog 2003-01-17
4804
4805 2003-01-16 [colin]      0.8.8claws107
4806
4807         * src/procmsg.c
4808                 Changed encryption test to re-ask passphrase
4809                 if an encrypted message hasn't been decrypted
4810                 Fixes bug #5
4811
4812 2003-01-16 [christoph]  0.8.8claws106
4813
4814         * src/prefs_gtk.c
4815         * src/prefs_toolbar.c
4816         * src/gtk/prefswindow.h
4817         * src/plugins/spamassassin/spamassassin_gtk.c
4818                 remove page destroy function that is not used anymore
4819
4820 2003-01-16 [paul]       0.8.8claws105
4821
4822         * sync with 0.8.8cvs9
4823                 see ChangeLog 2002-01-16
4824
4825 2003-01-16 [colin]      0.8.8claws104
4826
4827         * src/compose.[ch]
4828                 Fix bug with autosaved drafts for IMAP, when draft
4829                 folder is specified - fixes bugzilla bug #20
4830
4831 2003-01-15 [paul]       0.8.8claws103
4832
4833         * src/compose.[ch]
4834           src/procmsg.c
4835                 store folder and message-id of message forwarding
4836                 in queue header and set forward flag after sending
4837
4838 2003-01-15 [paul]       0.8.8claws102
4839
4840         * sync with 0.8.8cvs8
4841                 see ChangeLog 2002-01-15
4842
4843 2003-01-15 [colin]      0.8.8claws101
4844
4845         * src/Makefile.am
4846                 Fix linking with GNU libiconv
4847
4848 2003-01-15 [darko]      0.8.8claws100
4849
4850         * src/pine.c
4851                 fix crash when importing pine address book
4852                 entry with an empty name (reported by DY
4853                 <dybulk at tri8.net>)
4854
4855 2003-01-14 [paul]       0.8.8claws99
4856
4857         * configure.in  ** REMOVED **
4858           configure.ac  ** NEW FILE **
4859                 rename configure.in to configure.ac, as it is now
4860                 preferred
4861
4862 2003-01-14 [melvin]     0.8.8claws98
4863
4864         * src/folderview.c
4865                 folderview_check_new(): More precise function description
4866
4867 2003-01-14 [melvin]     0.8.8claws97
4868
4869         * src/folderview.c
4870                 folderview_check_new(): return the number of new messages 
4871                         since last check.
4872         * src/inc.c
4873                 inc_account_mail(): Disable counting of new messages for IMAP
4874                         and NNTP until bug [19] and [14] are fixed.
4875
4876 2003-01-14 [paul]       0.8.8claws96
4877
4878         * sync with 0.8.8cvs6
4879                 see ChangeLog 2003-01-14
4880
4881 2003-01-13 [alfons]     0.8.8claws95
4882
4883         * src/textview.c
4884                 tune email address validation (c. 0.8.8claws89): if . is 
4885                 just one char away from @, the address is invalid too 
4886                 (correctly rejects addresses like foo@.com)
4887
4888 2003-01-13 [paul]       0.8.8claws94
4889
4890         * src/messageview.c
4891           src/toolbar.c
4892                 fixes to the Message View toolbar and menu:
4893                 fix non-functioning Forward button
4894                 make Reply button consider default_reply_list
4895                 remove 'Follow-up...' menu entry
4896                 add 'Forward' and 'Redirect' menu entries
4897
4898 2003-01-13 [melvin]     0.8.8claws93
4899
4900         * src/inc.c
4901                 Fixed typo that could make new messages count incorrect.
4902
4903 2003-01-13 [melvin]     0.8.8claws92
4904
4905         * src/folderview.[ch]
4906                 folderview_check_new(): return the number of new messages.
4907         * src/inc.c
4908                 Should fix bug [14] where new mail notification worked 
4909                         incorrectly with IMAP accounts.
4910                 inc_spool_account(): return number of new msgs, or -1 on error
4911                 inc_all_spool(): return number of new msgs
4912                 
4913 2003-01-13 [melvin]     0.8.8claws91
4914
4915         * src/prefs_actions.c
4916                 Justify help text.
4917
4918 2003-01-12 [thorsten]   0.8.8claws90
4919
4920         * src/common/prefs.c
4921                 close file before rename
4922
4923 2003-01-12 [alfons]     0.8.8claws89
4924
4925         * AUTHORS
4926                 add Christian Mertes
4927         * src/common/utils.[ch]
4928                 g_stricase_hash(), g_stricase_equal(): functions for 
4929                 case insensitive hash tables
4930         * src/textview.c
4931                 use top level domain names to validate email address, based
4932                 on a patch by Christian Mertes (thanks!), but changed 
4933                 implementation to use a hash table 
4934
4935 2003-01-12 [paul]       0.8.8claws88
4936
4937         * po/bg.po
4938                 updated by George Danchev
4939
4940 2003-01-12 [alfons]     0.8.8claws87
4941
4942         * src/summaryview.c
4943                 delete / execute performance: use new style folder update
4944
4945 2003-01-12 [paul]       0.8.8claws86
4946
4947         * sync with 0.8.8cvs5
4948                 see ChangeLog 2003-01-13 (!)
4949
4950 2003-01-12 [alfons]     0.8.8claws85
4951
4952         * src/filtering.c
4953         * src/matcher_parser_parse.y
4954                 prepare change_score filtering action
4955         * src/matcher.[ch]
4956                 give up const-correctness on functions that call non-const-correct functions;
4957                 several casts to gpointer in g_free();
4958                 add change_score;
4959
4960 2003-01-12 [christoph]  0.8.8claws84
4961
4962         * src/compose.c
4963                 fix 2 warnings
4964
4965         * src/gtk/prefswindow.[ch]
4966         * src/plugins/spamassassin/spamassassin_gtk.c
4967                 changed the call of the widget create function
4968                 for PrefsPages, because sometimes the widget
4969                 create function needs a widget that already has
4970                 been attached to a window (to create GDK pixmaps
4971                 for exmaple). So we simply pass the GtkWindow as
4972                 the second parameter now.
4973
4974         * src/main.c
4975         * src/mainwindow.c
4976         * src/prefs_toolbar.[ch]
4977                 rewrite Toolbar Preferences using the new
4978                 prefs window
4979
4980 2003-01-11 [alfons]     0.8.8claws83
4981
4982         * src/addressadd.c
4983                 fix crash when adding sender to addressbook because status bar
4984                 isn't there (the status bar doesn't seem to be used though,
4985                 but I'll let Match decide what to do with it)
4986
4987 2003-01-11 [colin]      0.8.8claws82
4988
4989         * src/main.c
4990           src/toolbar.c
4991                 Two useless changes reversed
4992
4993 2003-01-11 [colin]      0.8.8claws81
4994
4995         * src/mainwindow.c
4996           src/mainwindow.h
4997                 Add mainwindow_get_mainwindow()
4998         * src/alertpanel.c
4999           src/alertpanel.h
5000                 Add alertpanel_error_log() 
5001         * src/compose.c
5002           src/inc.c
5003           src/messageview.c
5004           src/toolbar.c
5005           src/main.c
5006           src/procmsg.c
5007                 Network errors get a View Log button
5008
5009 2003-01-10 [alfons]     0.8.8claws80
5010
5011         * src/prefs_toolbar.c
5012         * src/toolbar.c
5013                 use the translatable string for "Separator" as file name for
5014                 separator toolbar items (probably make this uppercase?)
5015
5016 2003-01-10 [alfons]     0.8.8claws79
5017
5018         * src/prefs_toolbar.c
5019                 put right A_SEPARATOR description string in "displayed
5020                 toolbar items list" so manually added separators are
5021                 saved correctly (bug #10, "Adding a separator to the main 
5022                 toolbar fails, entry in xml file is wrong")
5023
5024 2003-01-10 [christoph]  0.8.8claws78
5025
5026         * src/imap.c
5027                 o fix warnings
5028                 o use CAPABILITY to check if NAMESPACE is available
5029
5030 2003-01-10 [christoph]  0.8.8claws77
5031
5032         * src/imap.[ch]
5033                 apply UIDPLUS IMAP extension support patch
5034
5035         Patch submitted by Simon 'corecode' Schubert
5036
5037 2003-01-10 [paul]       0.8.8claws76
5038
5039         * src/folderview.c
5040                 a sync from main which fixes the news account folders'
5041                 Properties bug
5042
5043 2003-01-10 [christoph]  0.8.8claws75
5044
5045         * src/folder.c
5046                 don't accept 0 as a valid uid returned by copy and move
5047                 functions. 0 means the message was copied or moved but the
5048                 new uid could not be fetched. It is not an error condition
5049                 for the copy or move operation.
5050
5051 2003-01-10 [paul]       0.8.8claws74
5052
5053         * src/prefs_filtering.c
5054                 change English used in Alert when entry is not
5055                 saved.
5056                 
5057         * sync with 0.8.8cvs4
5058                 see ChangeLog 2003-01-10
5059
5060 2003-01-10 [darko]      0.8.8claws73
5061
5062         * src/pine.c
5063                 fix crash when importing address book entry
5064                 without a valid address
5065
5066 2003-01-09 [alfons]     0.8.8claws72
5067
5068         * src/inc.c
5069                 filtering performance: use new style folder update
5070
5071 2003-01-09 [christoph]  0.8.8claws71
5072
5073         * src/compose.c
5074         * src/gtk/menu.[ch]
5075                 fix wrong selecting of mime encoding type, when
5076                 opening property dialog of attachments in the
5077                 compose window. 7bit was always selected and that
5078                 destoryed files with 8bit data.
5079                 (closes bug #9 Sylpheed-claws destroys attachments when
5080                  changing MIME-types)
5081
5082 2003-01-09 [paul]       0.8.8claws70
5083
5084         * sync with 0.8.8cvs3
5085                 see ChangeLog 2003-01-09
5086
5087 2003-01-08 [alfons]     0.8.8claws69
5088         
5089         * src/addressadd.c
5090                 apply patch by Kim Schulz to fix build breakage
5091                 because of missing variable
5092
5093 2003-01-08 [paul]       0.8.8claws68
5094
5095         * sync with 0.8.8cvs2
5096                 see ChangeLog 2002-01-08
5097
5098 2003-01-08 [paul]       0.8.8claws67
5099
5100         * po/it.po
5101                 updated by Alessandro Maestri
5102                 
5103         * src/addressadd.c
5104                 when using 'Add sender to addressbook' allow
5105                 name to be edited and remarks to be entered
5106                 Patch submitted by Luke Plant
5107
5108 2003-01-08 [darko]      0.8.8claws66
5109
5110         * README.claws, src/summaryview.c
5111                 fix description for marked messages
5112
5113 2003-01-08 [paul]
5114
5115         * tools/Makefile.am
5116           tools/launch_phoenix  ** NEW FILE **
5117                 add script that enables using Phoenix as the default
5118                 web browser. 
5119                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5120                 
5121         * tools/OOo2sylpheed.pl
5122                 remove full path to sylpheed executable, just 'sylpheed'
5123                 will do
5124                 
5125         * tools/README
5126                 add launch_phoenix informtion and re-arrange and compress
5127                 the data a little
5128
5129 2003-01-07 [christoph]  0.8.8claws65
5130
5131         * src/folder.c
5132                 fix update for source folder when moving messages
5133         * src/procmsg.[ch]
5134         * src/summaryview.c
5135                 use function to set to_folder for message infos and
5136                 automatically update the op_count for old and new
5137                 folder
5138
5139 2003-01-07 [melvin]     0.8.8claws64
5140
5141         * src/prefs_actions.c
5142                 Fixed bug where an '%p' Action on a displayed image crashed 
5143                         Sylpheed
5144                 Code clean up (get rid of duplicated code and removed unnecessary 
5145                                 structure member)
5146
5147 2003-01-07 [christoph]  0.8.8claws63
5148
5149         * src/compose.c
5150         * src/folder.[ch]
5151         * src/folderview.c
5152         * src/import.c
5153         * src/inc.c
5154         * src/main.c
5155         * src/mainwindow.c
5156         * src/messageview.c
5157         * src/prefs_folder_item.c
5158         * src/procmsg.c
5159         * src/summaryview.c
5160         * src/toolbar.c
5161                 o remove all folder update triggering from the UI code. The folder
5162                   system should know much better when a folder needs an update.
5163                 o to prevent multiple updates in a row the folder updates can be
5164                   frozen for some time.
5165
5166                 Note: - Please verify that no updates are missing
5167                       - Check where freeze/thaws should be added
5168
5169 2003-01-07 [christoph]  0.8.8claws62
5170
5171         * src/prefs_actions.c
5172                 don't translate empty strings
5173
5174         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5175
5176 2003-01-06 [christoph]  0.8.8claws61
5177
5178         * src/prefs_actions.c
5179                 mark strings for gettext
5180         * src/prefs_matcher.c
5181                 use new description window for Execute action and
5182                 match condition in Filtering
5183
5184         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5185
5186 2003-01-06 [alfons]     0.8.8claws60
5187
5188         keep myself inspired to re-organize matcher part 8; 
5189         yes, more to come (I need to move out the descriptive
5190         text for actions to matcher.c, or at least make it not
5191         depend on the wicked ordering)
5192
5193         * src/prefs_matcher.c
5194                 add documentation so others may comprehend the
5195                 UI part of the conditions
5196                 
5197 2003-01-06 [christoph]  0.8.8claws59
5198
5199         * src/prefs_actions.c
5200                 use new description window for syntax help
5201         * src/gtk/description_window.c
5202                 fix display of descriptions with column count != 2
5203
5204         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5205
5206 2003-01-06 [christoph]  0.8.8claws58
5207
5208         * src/quote_fmt.c
5209         * src/summaryview.[ch]
5210         * src/gtk/Makefile.am
5211         * src/gtk/description_window.[ch]       ** NEW **
5212                 use a generic window to display syntax descriptions
5213                 currently used in quote_fmt and summaryview (new description
5214                 for extended quick search)
5215
5216         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5217
5218 2003-01-06 [paul]       0.8.8claws57
5219
5220         * sync with 0.8.8cvs1
5221                 see ChangeLog 2003-01-06
5222
5223 2003-01-06 [christoph]  0.8.8claws56
5224
5225         * src/mainwindow.c
5226         * src/prefs_gtk.[ch]
5227         * src/gtk/prefswindow.[ch]
5228         * src/plugins/spamassassin/spamassassin_gtk.c
5229                 o remove page management from prefswindow, pages
5230                   will be an argument to prefswindow_open
5231                 o prefswindow_open gets a datapointer that is
5232                   passed to the widget_create function to allow
5233                   creation of prefswindow for specific items
5234
5235 2003-01-06 [colin]      0.8.8claws55
5236         
5237         * src/summaryview.c
5238                 We don't want regexp in the reply-finder, 
5239                 because MIDs can contain !,$,. and so on
5240
5241 2003-01-06 [jens]       0.8.8claws54
5242
5243         * src/jpilot.c
5244                 fixed a wrong free in jpilot_read_db_files
5245
5246 2003-01-06 [alfons]     0.8.8claws53
5247
5248         re-organize matcher part 8; more to come
5249        
5250         * src/matcher.c
5251                 matcherprop_to_string(): put g_free()s before the
5252                 switch-case break to fix memleaks                
5253
5254 2003-01-06 [colin]      0.8.8claws52
5255
5256         * src/summaryview.c
5257                 cleanup & reply-finder now displays the first 
5258                 matching message
5259
5260 2003-01-05 [alfons]     0.8.8claws51
5261
5262         re-organize matcher part 7; more to come
5263
5264         * src/matcher.[ch]
5265                 fixes for constant correctness;
5266                 more documentation;
5267
5268 2003-01-05 [alfons]     0.8.8claws50
5269
5270         re-organize matcher part 6; more to come
5271         
5272         * src/matcher.[ch]
5273                 fixes for constant correctness;
5274                 more documentation;
5275         * src/filtering.c
5276                 fix for constant correctness
5277
5278 2003-01-05 [colin]      0.8.8claws49
5279
5280         * src/account.[ch]
5281                 Add account_get_reply_account function
5282         * src/compose.c
5283                 Use account_get_reply_account function 
5284         * src/summaryview.c
5285                 Basic reply-finder - click on the replied
5286                 icon gets you to the outbox using quick-search
5287
5288 2003-01-05 [paul]       0.8.8claws48
5289
5290         * src/prefs_common.c
5291                 small change to English
5292                 
5293         * src/prefs_filtering.c
5294                 prefs_filtering_action_select(): improve logic and uniformity
5295                 of gui
5296
5297 2003-01-05 [alfons]     0.8.8claws47
5298
5299         fine tune solution to focus problems (bug #7)
5300
5301         * src/mainwindow.c
5302                 mainwindow_focus_in_event(): remove grab event check
5303         * src/summaryview.c
5304                 summary_button_pressed(): move selection on right-click
5305                 too. we can't possibly move the selection back after
5306                 canceling a dialog, because gtk's incomplete focus 
5307                 management. whether this is a good solution, only time
5308                 will tell.
5309
5310 2003-01-05 [christoph]  0.8.8claws46
5311
5312         * src/imap.c
5313                 fix crash when no imap connection could be established
5314
5315 2003-01-05 [paul]       0.8.8claws45
5316
5317         * src/mainwindow.c
5318           src/sumamryview.c
5319           src/gtk/menu.[ch]
5320                 fix bug 605957 'shortcuts in popup-menu'
5321                 make user-defined shortcuts work
5322                 show shortcuts that are already defined
5323                 in the main menu
5324                 Patch submitted by Luke Plant
5325
5326 2003-01-05 [alfons]     0.8.8claws44
5327
5328         * src/mainwindow.c
5329                 focus_in_event handler should not select summary view row 
5330                 when another window (menu, dialog) grabbed for events 
5331                 (bug #7, "[0.8.8claws42] Message summary focus") 
5332
5333 2003-01-04 [christoph]  0.8.8claws43
5334
5335         * src/procmsg.c
5336                 update save folder after adding the sent message
5337                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5338
5339 2003-01-02 [christoph]  0.8.8claws42
5340
5341         * src/common/plugin.c
5342                 fix unloading of all plugins and unload
5343                 plugins in reverse order
5344                 
5345         * src/gtk/pluginwindow.c
5346                 implement function of load and unload button
5347
5348         * src/gtk/prefswindow.c
5349         * src/gtk/prefswindow.h
5350                 rename register function and add new unregister
5351                 function
5352
5353         * src/plugins/spamassassin/spamassassin_gtk.c
5354                 unregister prefs page and update for changes in
5355                 src/gtk/prefswindow.c
5356
5357 2003-01-02 [paul]       0.8.8claws41
5358
5359         * po/es.po
5360                 updated by Ricardo Mones Lastra
5361
5362 2003-01-02 [paul]
5363
5364         * tools/tb2sylpheed
5365                 fixes and improvements by Urke MMI
5366
5367 2003-01-02 [thorsten]   0.8.8claws40
5368
5369         * src/procmsg.c
5370                 fixed wrong return value
5371
5372 2003-01-02 [thorsten]   0.8.8claws39
5373
5374         * src/prefs.c
5375                 fixed printing wrong variable
5376
5377 2003-01-02 [thorsten]   0.8.8claws38
5378
5379         * src/prefs.c
5380                 fixed acessing members of freed pfile struct
5381
5382 2003-01-02 [thorsten]   0.8.8claws37
5383
5384         * src/procmsg.c
5385                 detect loops across several messages
5386                 as suggested by Christoph Hohmann
5387
5388 2003-01-01 [match]      0.8.8claws36
5389
5390         * src/addrindex.c
5391                 fixed another memory leak.
5392
5393 2003-01-01 [match]      0.8.8claws35
5394
5395         * src/jpilot.[ch]
5396                 fixed memory leaks. applied Doxygen comments.
5397
5398 2003-01-01 [thorsten]   0.8.8claws34
5399
5400         * src/procmsg.c
5401                 inhibit endless loop if msg references itself
5402                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5403
5404 2003-01-01 [christoph]  0.8.8claws33
5405
5406         * src/mainwindow.c
5407         * src/gtk/Makefile.am
5408         * src/gtk/pluginwindow.c                ** NEW **
5409         * src/gtk/pluginwindow.h                ** NEW **
5410                 add plugin window
5411
5412         * src/plugins/demo/demo.c
5413         * src/plugins/spamassassin/spamassassin.c
5414         * src/plugins/spamassassin/spamassassin_gtk.c
5415                 write better plugin descriptions
5416
5417 2002-12-31 [christoph]  0.8.8claws32
5418
5419         * src/gtk/prefswindow.c
5420         * src/plugins/spamassassin/spamassassin_gtk.c
5421                 some small improvements to GTK code
5422
5423 2002-12-31 [christoph]  0.8.8claws31
5424
5425         * src/plugins/spamassassin/spamassassin_gtk.c
5426                 enable folder select button
5427
5428 2002-12-31 [christoph]  0.8.8claws30
5429
5430         * src/mainwindow.c
5431         * src/gtk/Makefile.am
5432         * src/gtk/prefswindow.c                         ** NEW **
5433         * src/gtk/prefswindow.h                         ** NEW **
5434                 add new prefs window
5435
5436         * src/common/plugin.c
5437                 don't try to load empty config lines
5438         
5439         * src/plugins/spamassassin/Makefile.am
5440         * src/plugins/spamassassin/spamassassin.c
5441         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5442         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5443                 GTK config for SpamAssassin Plugin using
5444                 the new prefs window
5445
5446 2002-12-31 [paul]       0.8.8claws29
5447
5448         * po/POTFILES.in
5449                 remove obsolete entry 'src/menu.c'
5450
5451 2002-12-31 [alfons]     0.8.8claws28
5452
5453         * src/matcher.[ch]
5454         * src/matcher_parser_parse.y
5455         * src/prefs_matcher.c
5456                 add "ignore_thread" and "~ignore_thread" condition so it's
5457                 possible to make the actions / scoring operate on the ignore
5458                 thread flag
5459
5460 2002-12-31 [christoph]  0.8.8claws27
5461
5462         * src/addrbook.c
5463         * src/addrindex.c
5464         * src/folder.c
5465         * src/matcher.c
5466         * src/prefs_account.c
5467         * src/prefs_actions.c
5468         * src/prefs_customheader.c
5469         * src/prefs_display_header.c
5470         * src/prefs_gtk.c
5471         * src/procmime.c
5472         * src/toolbar.c
5473         * src/xmlprops.c
5474         * src/common/prefs.[ch]
5475                 extend prefs file handling for reading and automatic handling
5476                 of blocks. When reading prefs_set_block_label will automatically
5477                 move on to the block. When writing it will copy all other blocks
5478                 automatically
5479
5480         * src/common/plugin.c
5481                 Now loading plugin filenames from [Plugins] block in
5482                 sylpheed rc file
5483
5484 2002-12-30 [christoph]  0.8.8claws26
5485
5486         * src/common/hooks.[ch]
5487                 return abort status to caller of hooks_invoke
5488                 
5489         * src/inc.[ch]
5490                 invoke message filtering hook and stop
5491                 default handling when filter returns abort
5492
5493         * src/common/plugin.[ch]
5494         * src/plugins/demo/demo.c
5495                 modify plugin loader, because resolving symbols for strings
5496                 does not work correctly
5497         
5498         * configure.in
5499         * ac/spamassassin.m4                            ** NEW **
5500         * src/plugins/spamassassin/.cvsignore           ** NEW **
5501         * src/plugins/spamassassin/Makefile.am          ** NEW **
5502         * src/plugins/spamassassin/README               ** NEW **
5503         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5504         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5505         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5506                 add spamassassin plugin, see src/plugins/spamassassin/README
5507                 for details
5508
5509 2002-12-29 [alfons]     0.8.8claws25
5510
5511         * src/mainwindow.c
5512                 when moving focus from a message view to the main 
5513                 window, don't forget to select the summary node
5514                 of the displayed message. should fix "[ 659103 ] 
5515                 focus-follows-mouse confuses sylpheed"
5516
5517 2002-12-29 [christoph]  0.8.8claws24
5518
5519         * src/Makefile.am
5520         * src/stringtable.[ch]          ** REMOVE **
5521         * src/common/Makefile.am
5522         * src/common/stringtable.[ch]   ** NEW **
5523                 move stringtable files to common directory
5524
5525 2002-12-29 [christoph]  0.8.8claws23
5526
5527         * src/Makefile.am
5528         * src/menu.[ch]                 ** REMOVE **
5529         * src/gtk/Makefile.am
5530         * src/gtk/menu.[ch]             ** NEW **
5531                 move menu files to gtk directory
5532
5533 2002-12-29 [match]      0.8.8claws22
5534
5535         * src/addressbook.c
5536         * src/syldap.c
5537                 moved UI specific code out of LDAP code into addressbook
5538                 UI code. fixed memory leak.
5539
5540 2002-12-29 [christoph]  0.8.8claws21
5541
5542         * src/folder.c
5543                 only check for IGNORED parent message when message is
5544                 not IGNORED itself
5545
5546 2002-12-29 [alfons]     0.8.8claws20
5547
5548         * src/summaryview.c
5549                 set gtksctree's anchor correct (immediate execute
5550                 changes the tree's layout, and anchor points at 
5551                 the incorrect row). fixes "[ 657233 ] multiple msg 
5552                 delete sometimes off by 1".
5553                 we probably have to look for more tree layout /
5554                 anchor glitches.
5555
5556 2002-12-29 [paul]       0.8.8claws19
5557
5558         * src/summaryview.c
5559                 fix bug [ 659054 ] incorrect sorting of 'From' column
5560                 when using 'display sender using address book'
5561                 thanks to Alfons and Luke Plant
5562
5563 2002-12-29 [christoph]  0.8.8claws18
5564
5565         * src/folder.c
5566         * src/procmsg.[ch]
5567                 check parent messages for IGNORE THREAD flag, when adding,
5568                 moving or copying messages to a folder
5569
5570 2002-12-27 [alfons]     0.8.8claws17
5571
5572         re-organize matcher part 5; more to come
5573
5574         * src/matcher.c
5575                 hash keywords in matchparser_tab 
5576
5577 2002-12-27 [alfons]     0.8.8claws16
5578
5579         re-organize matcher part 4; more to come
5580
5581         * src/matcher_parser.h
5582         * src/matcher_parser_lex.l
5583         * src/matcher_parser_parse.y
5584                 cleanup
5585
5586 2002-12-27 [alfons]     0.8.8claws15
5587
5588         re-organize matcher part 3; more to come
5589
5590         * src/matcher.[ch]
5591                 cleanup
5592
5593 2002-12-27 [alfons]     0.8.8claws14
5594
5595         re-organize matcher part 2; more to come but this should
5596         work. cc me if there are any regressions.
5597
5598         * src/matcher.h
5599                 add prototype for get_matchparser_tab_id()
5600         * src/matcher_parser_lex.l
5601                 look up keywords using matchparser_tab_id();
5602
5603 2002-12-27 [alfons]     0.8.8claws12
5604
5605         re-organize matcher part 1
5606
5607         * src/matcher.h
5608                 map yacc generated constants to sylpheed matcher constants
5609         * src/matcher.c
5610                 add function to find a matcher constant from a string
5611
5612 2002-12-27 [christoph]  0.8.8claws11
5613
5614         * src/compose.c
5615                 MENUITEM_ADD casts the 4th argument from integer to pointer
5616                 so it probably should not be a pointer, this means we
5617                 should use account id for it and not the account's pointer
5618
5619 2002-12-27 [paul]       0.8.8claws10
5620
5621         * src/mainwindow.c
5622                 remove unneeded 'GtkWidget *vbox'
5623                 
5624         * src/summaryview.c
5625                 further sync with 0.8.8 - make sort
5626                 by recipient work as expected
5627                 
5628         * NEWS
5629                 sync with 0.8.8
5630
5631 2002-12-27 [paul]       0.8.8claws9
5632
5633         * po/pt_BR.po
5634                 updated by Ivan F. Martinez
5635                 
5636 2002-12-27 [darko]      0.8.8claws8
5637
5638         * src/common/utils.c
5639                 added locked pattern to extended search
5640
5641 2002-12-27 [alfons]     0.8.8claws7
5642
5643         * src/prefs_matcher.[ch]
5644                 clean up
5645
5646 2002-12-26 [alfons]     0.8.8claws6
5647
5648         * src/matcher.[ch]
5649         * src/matcher_parser_lex.l
5650         * src/matcher_parser_parse.y
5651         * src/prefs_matcher.c
5652                 allow color label as a condition in the matcher
5653
5654 2002-12-26 [oliver]     0.8.8claws5
5655         
5656         * src/toolbar.c 
5657                 enable Addressbook for Main and Messageview
5658         * src/prefs_actions.c
5659                 enable actions in Messageview
5660
5661 2002-12-26 [christoph]  0.8.8claws4
5662
5663         * src/common/plugin.c
5664                 add a little debug output
5665         * configure.in
5666         * src/plugins/demo/Makefile.am
5667                 better use of automake
5668
5669 2002-12-26 [christoph]  0.8.8claws3
5670
5671         * src/Makefile.am
5672         * src/common/Makefile.am
5673                 fix "make distdir"
5674
5675 2002-12-26 [christoph]  0.8.8claws2
5676
5677         * configure.in
5678                 sort configure checks into common / gtk / plugins
5679         * po/POTFILES.in
5680                 add src/prefs_gtk.c
5681         * src/Makefile.am
5682                 add plugins SUBDIR
5683         * src/main.c
5684         * src/common/sylpheed.[ch]
5685                 added now sylpheed_done function for shutdown
5686         * src/common/Makefile.am
5687         * src/common/plugin.[ch]                ** NEW **
5688                 plugin loader and unloader
5689         * src/plugins/.cvsignore                ** NEW **
5690         * src/plugins/Makefile.am               ** NEW **
5691                 build plugins
5692         * src/plugins/demo/.cvsignore           ** NEW **
5693         * src/plugins/demo/Makefile.am          ** NEW **
5694         * src/plugins/demo/demo.c               ** NEW **
5695                 small demo plugin that installs a logtext hook and
5696                 outputs the log text to stdout
5697
5698 2002-12-26 [paul]       0.8.8claws1
5699
5700         * po/es.po
5701                 updated by Ricardo Mones Lastra
5702
5703 2002-12-26 [paul]       0.8.8claws
5704
5705         * 0.8.8claws released
5706
5707 2002-12-26 [paul]       0.8.7claws12
5708
5709         * po/bg.po
5710                 updated by George Danchev
5711
5712 2002-12-26 [paul]       0.8.7claws11
5713
5714         * po/POTFILES.in
5715                 remove unneeded 'src/prefs.c' entry 
5716
5717 2002-12-26 [paul]       0.8.7claws10
5718
5719         * src/codeconv.c
5720           src/mainwindow.c
5721                 sync with 0.8.8 release
5722         
5723         * src/folder.[ch]
5724           src/mh.c
5725           src/summaryview.c
5726                 partial sync with 0.8.8 release
5727         
5728
5729 2002-12-25 [alfons]     0.8.7claws9
5730
5731         * src/matcher.[ch]
5732         * src/matcher_parser_lex.l
5733         * src/matcher_parser_parse.y
5734         * src/prefs_matcher.c
5735                 add locked flag to possible filtering / matcher 
5736                 conditions (also a good example what should be
5737                 done to add a simple boolean condition)
5738
5739 2002-12-25 [christoph]  0.8.7claws8
5740
5741         * src/Makefile.am
5742         * src/account.[ch]
5743         * src/addrbook.c
5744         * src/addressbook.c
5745         * src/addrindex.c
5746         * src/filtering.c
5747         * src/folder.c
5748         * src/matcher.c
5749         * src/prefs.[ch]                ** REMOVE **
5750         * src/prefs_account.c
5751         * src/prefs_actions.c
5752         * src/prefs_common.c
5753         * src/prefs_customheader.c
5754         * src/prefs_display_header.c
5755         * src/prefs_filtering.c
5756         * src/prefs_folder_item.c
5757         * src/prefs_gtk.[ch]            ** NEW **
5758         * src/prefs_matcher.c
5759         * src/prefs_scoring.c
5760         * src/prefs_summary_column.c
5761         * src/procmime.c
5762         * src/selective_download.c
5763         * src/toolbar.c
5764         * src/common/Makefile.am
5765         * src/common/prefs.[ch]         ** NEW **
5766                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5767
5768 2002-12-24 [alfons]     0.8.7claws7
5769
5770         * src/summaryview.c
5771                 summary_thread_build(): fix real cause of the crash mentioned in
5772                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5773                 this way we get meaningful ctree nodes 
5774
5775 2002-12-24 [oliver]     0.8.7claws6
5776
5777         * src/mainwindow.[ch]
5778         * src/messageview.[ch]
5779         * src/compose.[ch]
5780         * src/inc.c
5781         * src/summaryview.c
5782                 changes to use updated toolbar handling
5783                 
5784 2002-12-24 [oliver]     0.8.7claws5
5785
5786         * src/toolbar.[ch]
5787                 generic toolbar handling
5788                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5789         * src/prefs_toolbar.[ch]
5790                 adjust to handling
5791         
5792 2002-12-24 [oliver]     0.8.7claws4
5793         
5794         * src/stock_pixmap.[ch]
5795                 move SYLPHEED_LOGO to end of list in order 
5796                 to remove it from Custom Toolbar`s Icon View
5797
5798 2002-12-24 [alfons]     0.8.7claws3
5799
5800         * src/summaryview.c
5801                 summary_thread_build(): fix crash because of focus != selection 
5802                 after threading. when deleting the selection, gtk tries but fails 
5803                 to find the correct focusable element. we now force the selection
5804                 to be focused. this should solve the infamous bug reported by 
5805                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5806                 a test case is available. 
5807
5808 2002-12-24 [darko]      0.8.7claws2
5809
5810         * src/summaryview.c
5811                 don't crash when unmarking message with unread children
5812
5813 2002-12-23 [christoph]  0.8.7claws1
5814
5815         * src/Makefile.am
5816         * src/common/Makefile.am
5817                 update Makefiles for moved intl.h, version.h and defs.h
5818         * src/imap.c
5819                 rewrite imap_session_get to avoid duplicate code
5820
5821 2002-12-23 [paul]       0.8.7claws
5822
5823         * Santa-Claws released
5824         
5825         * po/hu.po
5826           po/ru.po
5827                 squeeze in updated Hungarian and Russian translations.
5828                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5829
5830 2002-12-23 [paul]       0.8.6claws129
5831
5832         * po/pl.po
5833                 updated by Witold Wladyslaw Wojciech Wilk
5834
5835 2002-12-23 [paul]       0.8.6claws128
5836
5837         * src/quote_fmt_parse.y
5838                 fix typo and add licence header
5839
5840 2002-12-23 [paul]       0.8.6claws127
5841
5842         * po/en_GB.po
5843                 updated
5844
5845 2002-12-23 [paul]       0.8.6claws126
5846
5847         * po/it.po
5848                 updated translation, submitted by Alessandro Maestri
5849                 
5850 2002-12-23 [paul]       0.8.6claws125
5851
5852         * src/quote_fmt_parse.y
5853                 fix signature-stripping on replies bug. match
5854                 '-- \n' and not '-- '.
5855
5856 2002-12-22 [paul]       0.8.6claws124
5857
5858         * po/bg.po
5859           po/es.po
5860           po/sr.po
5861                 updated translations. submitted by George Danchev,
5862                 Ricardo Mones Lastra, and Urke MMI respectively
5863
5864 2002-12-21 [paul]       0.8.6claws123
5865
5866         * src/addrbook.c
5867                 fix coding style
5868
5869 2002-12-21 [paul]       0.8.6claws122
5870
5871         * src/addrbook.c
5872                 fix bug [643638] where if a person is in one or more
5873                 addressbook groups editing that person's email 
5874                 address results in removal from those groups.
5875                 Patch submitted by Luke Plant.
5876
5877 2002-12-20 [christoph]  0.8.6claws121
5878
5879         * src/common/utils.c
5880         * src/summaryview.c
5881                 reimplement expand_search_string using GString to
5882                 prevent crashs caused by miscalculated string
5883                 lengths reported by Paul
5884
5885 2002-12-20 [christoph]  0.8.6claws120
5886
5887         * src/summaryview.c
5888                 don't use "changed" to check if op_count has to be changed as it
5889                 is also set when the message has unread children
5890                 (closes bug [ 653221 ] crash while deleting duplicates)
5891
5892 2002-12-20 [paul]       0.8.6claws119
5893
5894         * sync with 0.8.6cvs27
5895                 see ChangeLog 2002-12-20
5896
5897 2002-12-20 [paul]       0.8.6claws118
5898
5899         * sync with 0.8.6cvs26
5900                 see ChangeLog 2002-12-19 and 2002-12-20
5901
5902 2002-12-19 [alfons]     0.8.6claws117
5903
5904         * src/textview.c
5905                 fix incorrect parsing of email addresses, submitted by 
5906                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5907                 name display if it contains @".
5908
5909 2002-12-18 [paul]       0.8.6claws116
5910
5911         * sync with 0.8.6cvs23
5912                 see ChangeLog 2002-12-18
5913
5914 2002-12-18 [paul]       0.8.6claws115
5915
5916         * src/Makefile.am
5917         * src/account.c
5918         * src/codeconv.c
5919         * src/gtkutils.[ch]
5920         * src/imap.c
5921                 sync with 0.8.6cvs22.
5922                 see ChangeLog 2002-12-17 and 2002-12-18
5923
5924 2002-12-17 [christoph]  0.8.6claws114
5925
5926         * src/imap.c
5927                 o don't create a session if imap greeting fails
5928                 o don't close socket when authentication fails
5929                   this is done by imap_session_destroy
5930
5931 2002-12-17 [thorsten]   0.8.6claws113
5932
5933         * tools/Makefile.am
5934           tools/README
5935           tools/google_msgid.pl ** NEW FILE **
5936                 Added "search for message-id" script and doc
5937
5938 2002-12-17 [thorsten]   0.8.6claws112
5939
5940         * po/hu.po
5941                 Updated hungarian translation
5942                 (updated by Gal Zoltan)
5943
5944 2002-12-16 [christoph]  0.8.6claws111
5945
5946         * src/addr_compl.c
5947                 remove stupid addressbook dump to debug output
5948         * src/mh.c
5949                 fix memory leak found by Hiro
5950
5951 2002-12-14 [paul]       0.8.6claws110
5952
5953         * src/compose.c
5954                 fix menubar sensitivity on send
5955                 
5956         * src/prefs_filtering.c
5957         * src/prefs_matcher.c
5958         * src/prefs_scoring.c
5959                 Fix english ;)
5960                 
5961         * src/common/quoted-printable.h
5962                 sync: fix typo
5963         
5964 2002-12-13 [christoph]  0.8.6claws109
5965
5966         * src/Makefile.am
5967         * src/manage_window.[ch]        ** REMOVE **
5968         * src/gtk/Makefile.am
5969         * src/gtk/manage_window.[ch]    ** NEW **
5970                 move manage_window files to gtk directory
5971
5972 2002-12-13 [christoph]  0.8.6claws108
5973
5974         * src/Makefile.am
5975         * src/gtkshruler.[ch]           ** REMOVE **
5976         * src/gtk/Makefile.am
5977         * src/gtk/gtkshruler.[ch]       ** NEW **
5978                 move gtkshruler files to gtk directory
5979
5980 2002-12-13 [christoph]  0.8.6claws107
5981
5982         * src/Makefile.am
5983         * src/compose.c
5984         * src/gtkstext.[ch]             ** REMOVE **
5985         * src/gtkutils.[ch]
5986         * src/textview.c
5987         * src/gtk/gtkstext.[ch]         ** NEW **
5988         * src/gtk/Makefile.am
5989                 o move stext functions to gtkstext.c to remove
5990                   dependency of gtkutils
5991                 o move gtkstext files to gtk directory
5992
5993         * src/gtk/Makefile.am
5994         * src/gtk/sslcertwindow.[ch]
5995                 UI stuff can always depend on common code so
5996                 it's ok to add ../common to include path
5997
5998 2002-12-13 [colin]      0.8.6claws106
5999
6000         * src/summaryview.c
6001                 Disconnect sighandlers for mainwindow when
6002                 quicksearch has the focus
6003                 Fix bug #653231
6004         * src/mainwindow.[ch]
6005                 Make key_pressed callback public, to be able
6006                 to disconnect it
6007
6008 2002-12-13 [christoph]  0.8.6claws105
6009
6010         * src/mh.c
6011                 create .mh_sequences file in new MH folders
6012                 (closes feature request [ 523162 ] MH folders should
6013                  get a .mh_sequences)
6014
6015 2002-12-13 [colin]      0.8.6claws104
6016
6017         * src/summaryview.c
6018                 Better handling of quicksearch show/hide
6019                 (basically the button stays under the mouse 
6020                  when toggled)
6021
6022 2002-12-13 [paul]       0.8.6claws103
6023
6024         * sync with 0.8.6cvs17
6025                 see ChangeLog 2002-12-13
6026
6027 2002-12-13 [paul]       0.8.6claws102
6028
6029         * po/es.po
6030                 updated by Ricardo Mones Lastra
6031
6032 2002-12-11 [colin]       0.8.6claws101
6033
6034         * src/folder.c
6035                 remove statusbar stuff
6036           src/folderview.c
6037                 set statusbar verbosity when moving folders
6038
6039 2002-12-11 [colin]       0.8.6claws100
6040         * src/prefs_filtering.c
6041         * src/prefs_matcher.c
6042         * src/prefs_scoring.c
6043                 Fix english ;)
6044
6045 2002-12-11 [colin]       0.8.6claws99
6046
6047         * src/prefs_common.[ch]
6048                 Add summary_quicksearch_type
6049         * src/summaryview.c
6050                 Save last used quicksearch type
6051
6052 2002-12-11 [jens]       0.8.6claws98
6053         * src/prefs_filtering.c
6054         * src/prefs_matcher.c
6055         * src/prefs_scoring.c
6056                 added dialog for incomplete rules in scoring, filtering and
6057                 matcher to ask wheather really close
6058
6059 2002-12-11 [colin]      0.8.6claws97
6060
6061         * src/folder.c
6062                 Fix folder dnd statusbar logging
6063
6064 2002-12-10 [christoph]  0.8.6claws96
6065
6066         * src/compose.c
6067         * src/folder.c
6068         * src/imap.c
6069         * src/inc.c
6070         * src/main.c
6071         * src/mainwindow.c
6072         * src/news.c
6073         * src/send.c
6074         * src/statusbar.[ch]
6075         * src/common/hooks.c
6076         * src/common/log.[ch]
6077                 o handle verbose logging in statusbar directly in statusbar code
6078                   and common code does not need any knowledge about a statusbar
6079                 o remove direct calls to statusbar_(puts|pop)_all functions
6080
6081 2002-12-10 [jens]       0.8.6claws95
6082
6083         * src/*.c
6084                 removed gettext from g_warnings
6085         * po/POTFILES.in
6086                 cleaned and updated
6087         * po/de.po
6088                 updated
6089
6090 2002-12-10 [colin]      0.8.6claws94
6091
6092         * src/main.c
6093                 finish crash dialog fix
6094
6095 2002-12-10 [colin]      0.8.6claws93
6096
6097         * src/main.c
6098                 "Fix" "sylpheed already running" instead of
6099                 crash dialog appearing after a crash
6100
6101 2002-12-10 [colin]      0.8.6claws92
6102
6103         * po/POTFILES.in
6104                 add src/gtk/sslcertwindow.c
6105
6106 2002-12-10 [paul]       0.8.6claws91
6107
6108         * po/POTFILES.in
6109                 updated to reflect recent changes
6110                 submitted by Alessandro Maestri
6111
6112 2002-12-09 [christoph]  0.8.6claws90
6113
6114         * src/Makefile.am
6115         * src/smtp.[ch]                 ** REMOVE **
6116         * src/common/Makefile.am
6117         * src/common/smtp.[ch]          ** NEW **
6118                 move smtp files to common directory
6119
6120 2002-12-09 [christoph]  0.8.6claws89
6121
6122         * src/Makefile.am
6123         * src/session.[ch]              ** REMOVE **
6124         * src/common/Makefile.am
6125         * src/common/session.[ch]       ** NEW **
6126                 move session files to common directory
6127
6128 2002-12-09 [paul]       0.8.6claws88
6129
6130         * src/account.c
6131                 fix bug [649746] edit accounts: move account reverted
6132                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6133
6134 2002-12-09 [colin]      0.8.6claws87
6135
6136         * src/ssl_certificate.c
6137                 cleanup
6138
6139 2002-12-09 [colin]      0.8.6claws86
6140
6141         * src/ssl.c
6142                 Try to open the cert.pem database and 
6143                 issue a warning if it isn't there
6144
6145 2002-12-09 [colin]      0.8.6claws85
6146
6147         * src/common/ssl_certificate.c
6148         * src/gtk/sslcertwindow.c
6149                 Warning fixes
6150
6151 2002-12-09 [colin]      0.8.6claws84
6152
6153         * src/ssl_certificate.[ch] ** REMOVED **
6154         * src/common/ssl_certificate.[ch] ** NEW **
6155         * src/Makefile.am
6156         * src/common/Makefile.am
6157                 Moved ssl_certificate.[ch] to common
6158         * src/common/ssl.c 
6159                 Put back needed include
6160         * src/gtk/sslcertwindow.[ch]
6161                 Changed ssl_certificate.h include
6162         
6163 2002-12-09 [colin]      0.8.6claws83
6164
6165         * src/gtk/sslcertwindow.[ch]
6166                 Implement hook for certificate acception
6167         * src/ssl_certificate.[ch]
6168                 Implement hook for certificate acception
6169         * src/common/ssl.c
6170                 Reenable certificate acception check
6171         * src/mainwindow.c
6172                 Register sslcertwindow's hook
6173         
6174 2002-12-08 [christoph]  0.8.6claws82
6175
6176         * src/about.c
6177         * src/addr_compl.c
6178         * src/codeconv.c
6179         * src/manual.c
6180         * src/undo.c
6181         * src/common/utils.c
6182                 o add missing includes
6183                 o fix warnings
6184         * src/.cvsignore
6185         * src/common/.cvsignore
6186         * src/common/version.h          ** REMOVE **
6187                 remove autogenerated file
6188
6189 2002-12-08 [paul]       0.8.6claws81
6190
6191         * src/stringtable.c
6192                 put back needed include
6193
6194 2002-12-08 [colin]      0.8.6claws80
6195         
6196         * src/gtk/sslcertwindow.c
6197                 Cleaner popups when asking
6198         * src/ssl_certificate.c
6199         * src/prefs_common.[ch]
6200                 remove ssl certificate pref
6201                 put back needed include
6202         * src/undo.c
6203                 put back needed include
6204
6205 2002-12-08 [christoph]  0.8.6claws79
6206
6207         * src/folderview.c
6208         * src/logwindow.c
6209         * src/statusbar.c
6210         * src/summaryview.c
6211                 only abort hook invokation if required data is missing not
6212                 if our own data pointer is NULL, update hookfunction for
6213                 log window
6214
6215 2002-12-08 [paul]       0.8.6claws78
6216
6217         * src/about.c
6218         * src/addrcache.c
6219         * src/addrclip.c
6220         * src/addr_compl.c
6221         * src/addrselect.c
6222         * src/codeconv.c
6223         * src/colorlabel.c
6224         * src/enriched.c
6225         * src/esmtp.c
6226         * src/exporthtml.c
6227         * src/headerview.c
6228         * src/imageview.c
6229         * src/manual.c
6230         * src/noticeview.c
6231         * src/pgptext.c
6232         * src/scoring.c
6233         * src/sourcewindow.c
6234         * src/stringtable.c
6235         * src/undo.c
6236                 clean up: remove unneccesary includes
6237
6238 2002-12-08 [christoph]  0.8.6claws77
6239
6240         * src/folderview.c
6241         * src/statusbar.c
6242         * src/summaryview.c
6243         * src/common/hooks.[ch]
6244                 hook functions now have a gboolean return value, if a hook
6245                 returns TRUE it will stop executing of any more hooks in
6246                 the same hooklist for this invokation
6247
6248 2002-12-08 [colin]      0.8.6claws76
6249         
6250         * src/main.c
6251                 put back argv0 for CRASH_DIALOG
6252
6253 2002-12-08 [christoph]  0.8.6claws75
6254
6255         * src/Makefile.am
6256         * src/about.c
6257         * src/account.c
6258         * src/crash.c
6259         * src/esmtp.h
6260         * src/imap.[ch]
6261         * src/inc.c
6262         * src/main.c
6263         * src/mainwindow.c
6264         * src/news.c
6265         * src/pop.[ch]
6266         * src/prefs_account.[ch]
6267         * src/prefs_common.[ch]
6268         * src/send.[ch]
6269         * src/smtp.[ch]
6270         * src/ssl_certificate.[ch]
6271         * src/ssl_manager.[ch]
6272         * src/common/Makefile.am
6273         * src/common/log.c
6274         * src/common/nntp.[ch]
6275         * src/common/socket.[ch]
6276         * src/common/ssl.[ch]
6277         * src/gtk/sslcertwindow.[ch]
6278         * ac/openssl.m4
6279                 use new autoconf script to detect OpenSSL with extra parameters
6280                 to specify the location of libs and includes, also remove USE_SSL
6281                 to USE_OPENSSL
6282
6283         * src/common/sylpheed.[ch]
6284         * src/common/version.h.in
6285                 start seperation of common code initialization seperated from gui
6286
6287         * src/summaryview.c
6288                 The function that is called when a color label changes
6289                 should not change the color lable again
6290
6291 2002-12-08 [colin]      0.8.6claws74
6292
6293         * src/gtk/sslcertwindow.c
6294                 warning fixes
6295
6296 2002-12-08 [colin]      0.8.6claws73
6297
6298         * src/statusbar.c
6299           src/common/log.h
6300                 Register a hook for statusbar_puts_all
6301         * src/common/log.c
6302                 invoke statusbar_puts_all's hook
6303         
6304 2002-12-08 [colin]      0.8.6claws72
6305
6306         * src/ssl_certificate.c
6307                 Put back a badly-removed include
6308
6309 2002-12-08 [colin]      0.8.6claws71
6310
6311         * src/gtk/sslcertwindow.[ch]    ** NEW **
6312                 new certificate presentation
6313         * src/gtk/Makefile.am
6314                 add new files
6315         * src/ssl_certificate.[ch]
6316                 gtk cleanup, made utility functions public
6317         * src/ssl_manager.c
6318                 use new cert presentation
6319
6320 2002-12-07 [christoph]  0.8.6claws70
6321
6322         * src/Makefile.am
6323         * src/nntp.[ch]                 ** REMOVE **
6324         * src/common/Makefile.am
6325         * src/common/nntp.[ch]          ** NEW **
6326                 move nntp files to common directory
6327
6328 2002-12-07 [christoph]  0.8.6claws69
6329
6330         * src/procmsg.[ch]
6331         * src/summaryview.c
6332                 implement msginfo update callback using sylpheed's new
6333                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6334
6335 2002-12-06 [christoph]  0.8.6claws68
6336
6337         * src/editgroup.c
6338                 This patch changes the 'Edit Group Details' dialog to
6339                 allow extended selections in either pane, so that
6340                 addresses can be added or removed from a group more
6341                 quickly and easily. (it actually is a net decrease in
6342                 file size, as some unnecessary functions have been
6343                 removed). 
6344                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6345
6346 2002-12-06 [christoph]  0.8.6claws67
6347
6348         * src/Makefile.am
6349         * src/template.[ch]             ** REMOVE **
6350         * src/common/Makefile.am
6351         * src/common/template.[ch]      ** NEW **
6352                 move template files to common directory
6353
6354         * src/nntp.c
6355                 add missing log.h include
6356
6357 2002-12-06 [melvin]     0.8.6claws66
6358
6359         * src/prefs_actions.c
6360                 Added the trailing ">" syntax to insert command's output
6361                 without replacing old text (in contrast to trailing "|").
6362
6363 2002-12-05 [colin]      0.8.6claws65
6364         
6365         * src/common/utils.c
6366                 Don't modify original search_string or it'll change
6367                 the next iterations in the for()
6368
6369 2002-12-05 [darko]      0.8.6claws64
6370
6371         * src/common/utils.c
6372                 proper check for filtering commands, found by Colin
6373
6374 2002-12-05 [darko]      0.8.6claws63
6375
6376         * src/common/utils.c
6377                 check proper string for NULL pointer, found by Colin
6378
6379 2002-12-05 [darko]      0.8.6claws62
6380
6381         * src/common/utils.[ch]
6382                 expand_search_string(): new function
6383                 converts Mutt-like patterns to Sylpheed's
6384                 filtering engine
6385         * src/summaryview.c
6386                 use expand_search_string() to allow Mutt-like
6387                 patterns in extended search
6388         * README.claws
6389                 document extended option in quick search
6390
6391 2002-12-05 [paul]       0.8.6claws61
6392
6393         * sync with 0.8.6cvs16
6394                 see ChangeLog 2002-12-05
6395                 
6396         * po/POTFILES.in
6397                 clean up
6398
6399 2002-12-04 [christoph]  0.8.6claws60
6400
6401         * src/imap.[ch]
6402                 put imap authentication code into a new function and
6403                 remove it from imap_session_new that will allow to
6404                 send other commands before authentication
6405
6406 2002-12-04 [christoph]  0.8.6claws59
6407
6408         * src/imap.[ch]
6409                 use already existing method to prevent unneeded IMAP
6410                 folder selects. Set imap_select parameters to NULL
6411                 in some functions if the values are not required.
6412
6413         * src/xml.h
6414                 remove no longer required include
6415
6416 2002-12-04 [paul]       0.8.6claws58
6417
6418         * po/es.po
6419                 updated by Ricardo Mones Lastra
6420                 
6421         * configure.in
6422           po/hu.po      ** NEW FILE **
6423                 initial Hungarian translation, submitted
6424                 by Gál Zoltán <galzoli@hu.inter.net>
6425
6426 2002-12-03 [christoph]  0.8.6claws57
6427
6428         * src/Makefile.am
6429         * src/gtksctree.[ch]            ** REMOVE **
6430         * src/gtk/Makefile.am
6431         * src/gtk/gtksctree.[ch]        ** NEW **
6432                 move gtksctree files to gtk directory
6433
6434 2002-12-03 [christoph]  0.8.6claws56
6435
6436         * src/Makefile.am
6437         * src/md5.[ch]                  ** REMOVE **
6438         * srm/common/Makefile.am
6439         * src/common/md5.[ch]           ** NEW **
6440                 move md5 files to common directory
6441
6442         * src/gtkstext.c
6443                 remove not required #include
6444
6445 2002-12-03 [sergey]     0.8.6claws55
6446
6447         * src/gtkutils.c
6448         * src/gtkutils.h
6449                 gtkut_window_popup(): new function.
6450         * src/mainwindow.c
6451                 main_window_popup(): use gtkut_window_popup() to raise
6452                 window without changing its position.
6453                 (see sylpheed-main ML message [sylpheed:17247])
6454
6455 2002-12-03 [sergey]     0.8.6claws54
6456
6457         * src/send.c
6458                 send_message_local(): removed first-dot escaping
6459                 (SMTP-only, not needed for sending through pipe)
6460
6461 2002-12-03 [paul]       0.8.6claws53
6462
6463         * po/POTFILES.in
6464                 update to reflect recent changes (thanks
6465                 to Ricardo Mones Lastra)
6466                 
6467         * tools/filter_conv.pl
6468                  fix problem with quoted strings. Patch submitted
6469                  by Luke Plant <lukeplant@softhome.net>
6470
6471 2002-12-03 [paul]       0.8.6claws52
6472
6473         * sync with 0.8.6cvs15
6474                 see ChangeLog 2002-12-03
6475
6476 2002-12-02 [christoph]  0.8.6claws51
6477
6478         * src/logwindow.[ch]
6479         * src/common/log.[ch]
6480                 implement logging using a hook function
6481
6482         * src/folderview.c
6483         * src/folder.[ch]
6484                 define hooklist name in header file to avoid
6485                 errors caused by wrong spelling of hooklist names
6486
6487         * src/toolbar.c
6488                 fix warnings
6489
6490 2002-12-02 [christoph]  0.8.6claws50
6491
6492         * src/common/Makefile.am
6493                 add src/common/hooks.[ch]
6494
6495         * src/common/hooks.[ch]
6496                 implement a simple hook system using glib's hook functions
6497
6498         * src/folder.[ch]
6499         * src/folderview.c
6500                 use new hook system for folder item updates
6501
6502 2002-12-02 [christoph]  0.8.6claws49
6503
6504         * doc-src/ui_seperation.txt     ** NEW **
6505                 information for ui seperation
6506
6507         * src/Makefile.am
6508                 remove files that were moved to common
6509                 include common directory by default for the header files
6510
6511         * src/inc.c
6512         * src/common/socket.c
6513         * src/automaton.[ch]
6514                 implement automaton using g_io_*-functions instead of
6515                 gdk_input_add to make it ui independent
6516
6517         * src/codeconv.c
6518         * src/compose.c
6519         * src/ldif.c
6520         * src/pgptext.c
6521         * src/procmime.c
6522         * src/rfc2015.c
6523         * src/smtp.c
6524         * src/unmime.c
6525                 remove common/ prefix because directory is now in
6526                 include path
6527
6528         * src/compose.c
6529         * src/folder.c
6530         * src/folderview.c
6531         * src/mainwindow.c
6532         * src/messageview.c
6533         * src/prefs_common.c
6534         * src/procmsg.c
6535         * src/rfc2015.c
6536                 fix warnings
6537
6538         * src/imap.c
6539         * src/inc.c
6540         * src/news.c
6541         * src/pop.c
6542         * src/send.c
6543         * src/smtp.c
6544         * src/ssl_certificate.c
6545                 add log.h header file for logging functions
6546
6547         * src/main.c
6548         * src/common/utils.c
6549         * src/summaryview.c
6550         * src/xml.c
6551                 o move debug_mode to common/utils.c
6552                 o add functions to set and get debug_mode
6553
6554         * src/defs.h                    ** REMOVE **
6555         * src/intl.h                    ** REMOVE **
6556         * src/socket.[ch]               ** REMOVE **
6557         * src/ssl.[ch]                  ** REMOVE **
6558         * src/utils.[ch]                ** REMOVE **
6559                 replaced by new files in src/common/
6560         
6561         * src/common/Makefile.am
6562                 add new files in src/common/
6563
6564         * src/common/defs.h             ** NEW **
6565         * src/common/intl.h             ** NEW **
6566         * src/common/log.[ch]           ** NEW **
6567         * src/common/socket.[ch]        ** NEW **
6568         * src/common/ssl.[ch]           ** NEW **
6569         * src/common/utils.[ch]         ** NEW **
6570                 replacement for files in src/
6571
6572 2002-12-02 [colin]      0.8.6claws48
6573
6574         * src/folderview.c
6575                 Scroll folderview if necessary during dnd
6576
6577 2002-12-02 [colin]      0.8.6claws47
6578
6579         * src/folder.[ch]
6580                 Add check to verify a move is within a single mailbox
6581         * src/folderview.c
6582                 Add specific error string for this check
6583
6584 2002-12-02 [colin]      0.8.6claws46
6585
6586         * src/folder.c
6587                 Add a test to folder moving, remove a statusbar_print
6588         * src/folderview.c
6589                 Add Move folder... context-menu item
6590                 Factorize folder moving code
6591                 Enable folder DND for mbox
6592
6593 2002-12-01 [christoph]  0.8.6claws45
6594
6595         * ac/aspell.m4
6596                 remove conf.aspelltest if the version check fails
6597
6598 2002-11-30 [christoph]  0.8.6claws44
6599
6600         * autogen.sh
6601                 run libtoolize --force in autogen to create missing
6602                 libtool scripts
6603
6604 2002-11-30 [christoph]  0.8.6claws43
6605
6606         * src/Makefile.am
6607         * src/pgptext.c
6608         * src/procmime.c
6609         * src/rfc2015.c
6610         * src/uuencode.[ch]             ** REMOVED **
6611         * src/common/Makefile.am
6612         * src/common/uuencode.[ch]      ** NEW **
6613                 move uuen/decoder to common directory
6614
6615 2002-11-30 [christoph]  0.8.6claws42
6616
6617         * src/Makefile.am
6618         * src/base64.[ch]               ** REMOVED **
6619         * src/codeconv.c
6620         * src/compose.c
6621         * src/ldif.c
6622         * src/pgptext.c
6623         * src/procmime.c
6624         * src/rfc2015.c
6625         * src/smtp.c
6626         * src/unmime.c
6627         * src/common/Makefile.am
6628         * src/common/base64.[ch]        ** NEW **
6629                 move base64 en/decoder to common directory
6630
6631 2002-11-30 [christoph]  0.8.6claws41
6632
6633         * src/common                    ** NEW **
6634                 new directory for UI independent code
6635         * src/gtk                       ** NEW **
6636                 new directory for GTK frontend
6637         * src/common/.cvsignore         ** NEW **
6638         * src/gtk/.cvsignore            ** NEW **
6639                 ignore build files
6640         * src/common/Makefile.am        ** NEW **
6641         * src/gtk/Makefile.am           ** NEW **
6642                 automake files to build new seperated stuff
6643         * src/Makefile.am
6644                 the binary will currently still be build with the
6645                 files in src, so we include the code from the
6646                 subdirs for now after building the libs there
6647
6648 2002-11-30 [paul]       0.8.6claws40
6649
6650         * src/compose.c
6651                 fix bug [642731] 'Wrong selected account with drafted mail'
6652
6653 2002-11-29 [oliver]     0.8.6claws39
6654         
6655         * src/messageview.c
6656                 o update summaryview when switching between different
6657                   messageviews          
6658         * src/toolbar.c  
6659                 o check if messageview holds already removed msg
6660                   from summaryview
6661                 
6662
6663 2002-11-29 [oliver]     0.8.6claws38
6664
6665         * src/toolbar.c 
6666                 remove not needed variables and includes
6667                 make messageview stay opened and move to next when msgs are deleted 
6668
6669 2002-11-29 [oliver]     0.8.6claws37
6670         
6671         * src/toolbar.c 
6672                 disable compose button (messageview toolbar) by default
6673                 deleted msgs are moved to trash
6674         
6675 2002-11-29 [melvin]     0.8.6claws36
6676
6677         * configure.in
6678                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6679                 and to detect signatures expirations (gpgme 0.3.6)
6680
6681         * src/main.c
6682                 Use non obsolescent function for Gpgme engine checking.
6683
6684         * src/rfc2015.c
6685                 Inform about expired signatures or signatures which key
6686                 has expired. Expiration date is displayed.
6687
6688         * src/sigstatus.c
6689                 Inform about expired signatures or signatures which key
6690                 has expired.
6691
6692 2002-11-28 [paul]       0.8.6claws35
6693
6694         * src/folderview.c
6695                 re-instate 'Check for new messages' in Newsgroup
6696                 folders right-click menu, after a suggestion from
6697                 Tim Mann <timmann@users.sourceforge.net>
6698
6699         * src/main.c
6700                 after a crash check only local folders for new
6701                 messages
6702
6703 2002-11-28 [paul]       0.8.6claws34
6704
6705         * configure.in
6706                 apply patch that fixes the checking of GTK with XIM 
6707                 support on different OSs, such as FreeBSD. Patch 
6708                 submitted by Topia <topia@users.sourceforge.net>
6709                 
6710 2002-11-28 [paul]       0.8.6claws33
6711
6712         * src/mainwindow.c
6713           src/prefs_common.c
6714           src/prefs_toolbar.c
6715                 more changes to the English
6716
6717 2002-11-28 [paul]       0.8.6claws32
6718
6719         * sync with 0.8.6cvs13
6720                 see ChangeLog 2002-11-28 (no sync needed
6721                 for src/compose.c)
6722
6723 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6724         
6725         * src/mainwindow.[ch]
6726                 add patch by Ivan F. Martinez introducing messageview Toolbar
6727                 some changes and committed by oliver    
6728
6729 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6730
6731         * src/messageview.[ch]
6732                 add patch by Ivan F. Martinez introducing messageview Toolbar
6733                 some changes and committed by oliver    
6734
6735 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6736
6737         * src/compose.[ch]
6738                 add patch by Ivan F. Martinez introducing messageview Toolbar
6739                 some changes and committed by oliver    
6740
6741 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6742         
6743         * src/toolbar.[ch]
6744                 add patch by Ivan F. Martinez introducing messageview Toolbar
6745                 some changes and committed by oliver
6746
6747 2002-11-28 [oliver]     0.8.6claws27
6748         
6749         * src/prefs_toolbar.[ch]
6750                 getting ready for messageview toolbar
6751                 free mem allocated by gettext
6752                 change prefs_toolbar to prefs_toolbar_open
6753  
6754 2002-11-28 [thorsten]   0.8.6claws26
6755
6756         * src/imageview.[ch]
6757                 cleaned up conflicting declarations of
6758                 imageview_show_image()
6759
6760 2002-11-28 [paul]       0.8.6claws25
6761
6762         * src/grouplistdialog.c
6763           src/prefs_common.c
6764           src/prefs_summary_column.c
6765                 a few more improvements to the English
6766
6767 2002-11-28 [colin]      0.8.6claws24
6768
6769         * man/sylpheed.1
6770                 A few updates to command-line parameters
6771
6772 2002-11-28 [colin]      0.8.6claws23
6773
6774         * src/prefs_filtering.c
6775                 Fix problems with prefs_filtering_delete_path:
6776                 a) if the first rule is removed, original pointers
6777                    weren't updated (leading to segfaults)
6778                 b) it was always global_processing updated in case
6779                    of removed path was parent of rule path
6780
6781 2002-11-27 [paul]       0.8.6claws22
6782
6783         * src/mainwindow.c
6784           src/prefs_account.c
6785           src/prefs_actions.c
6786           src/prefs_common.c
6787           src/prefs_customheader.c
6788           src/prefs_display_header.c
6789           src/prefs_filtering.c
6790           src/prefs_folder_item.c
6791           src/prefs_matcher.c
6792           src/prefs_scoring.c
6793           src/prefs_summary_column.c
6794           src/prefs_template.c
6795           src/prefs_toolbar.c
6796                  improve the English in the GUI
6797
6798 2002-11-27 [colin]      0.8.6claws21
6799
6800         * src/folder.c
6801                 Fix processing renaming problems happening after
6802                 last commit
6803
6804 2002-11-27 [colin]      0.8.6claws20
6805
6806         * src/folder.c
6807                 recursive move now deletes src each subfolder after 
6808                 having moved it
6809         * src/folderview.c
6810                 Use identifier instead of path during dnd (enables
6811                 IMAP folder dnd)
6812
6813 2002-11-27 [paul]       0.8.6claws19
6814
6815         * src/main.c
6816                 apply patch that does command-line processing 
6817                 BEFORE gtk_init, allowing claws to run from 
6818                 shell-scripts in non-X environment (e.g. crontab 
6819                 or ip-up, ip-down scripts). Patch submitted by
6820                 Ruslan N. Balkin <baron@dartel.ru>
6821                 
6822         * po/it.po
6823                 updated by Alessandro Maestri
6824
6825 2002-11-27 [paul]       0.8.6claws18
6826
6827         * sync with 0.8.6cvs12
6828           src/prefs_common.c
6829                 Differences are that main uses a 'Receive dialog'
6830                 frame on the Interface tab, whereas claws groups all 
6831                 the dialogs together in a 'Dialogs' frame.
6832
6833 2002-11-27 [colin]      0.8.6claws17
6834
6835         * src/prefs_matcher.c
6836                 Fix Execute criteria's NOT flag
6837
6838
6839 2002-11-26 [christoph]  0.8.6claws16
6840
6841         * src/ssl.c
6842                 rewrite the ssl code a little bit, only use one
6843                 SSL context, set default certificates' file/path
6844
6845 2002-11-26 [thorsten]   0.8.6claws15
6846
6847         * src/compose.c
6848                 default-reply-to didn't work for ml-reply
6849
6850 2002-11-26 [melvin]     0.8.6claws14
6851
6852         * src/prefs_actions.c
6853                 Made pipe-actions ignore short headers in message view
6854                 Made trailing-pipe-actions write in the message view with
6855                 the same font as the original message
6856
6857 2002-11-26 [paul]       0.8.6claws13
6858
6859         * src/compose.c
6860                 this time commit the correct file
6861
6862 2002-11-26 [paul]       0.8.6claws12
6863
6864         * sync with 0.8.6cvs11
6865           src/quote_fmt_parse.y  
6866                 no sync needed
6867           src/account.[ch]       
6868                 not sync'ed
6869           src/compose.c
6870                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6871                 on draft mode.
6872                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6873                 header
6874                 
6875         see ChangeLog 2002-11-25 and 2002-11-26
6876
6877 2002-11-26 [colin]      0.8.6claws11
6878
6879         * src/folderview.c
6880                 Fix collapsed folder not auto-expanding during
6881                 mail dnd, if it was the source folder.
6882
6883 2002-11-25 [colin]      0.8.6claws10
6884
6885         * src/folderview.[ch]
6886                 Variable renaming and cleaning (slist of nodes 
6887                 to be re-collapsed is stored in FolderView)
6888
6889 2002-11-25 [paul]       0.8.6claws9
6890
6891         * src/prefs_common.[ch]
6892                 fix breakage caused by last commit
6893
6894 2002-11-25 [paul]       0.8.6claws8
6895
6896         * sync with 0.8.6cvs4
6897                 see ChangeLog 2002-11-21
6898
6899 2002-11-25 [paul]       0.8.6claws7
6900
6901         * sync with 0.8.6cvs4
6902                 see ChangeLog 2002-11-20
6903
6904 2002-11-25 [paul]       0.8.6claws6
6905
6906         * sync with 0.8.6cvs3
6907                 see ChangeLog 2002-11-18
6908
6909 2002-11-25 [colin]      0.8.6claws5
6910
6911         * src/gtkutils.[ch]
6912                 Add gtkut_ctree_node_is_parent()
6913         * src/folderview.c
6914                 Spring-loaded folders
6915
6916 2002-11-25 [colin]      0.8.6claws4
6917
6918         * src/utils.[ch]
6919                 Add slist_concat_unique(), function to merge
6920                 two GSList filtering dups
6921         * src/folder.[ch]
6922         * src/summaryview.[ch]
6923         * src/folderview.c
6924         * src/main.c
6925                 Add detection/update/display of unread answers
6926                 to marked mails
6927         * src/procmsg.[ch]
6928                 Add procmsg_find_children()
6929                 Add procmsg_msg_has_marked_parent()
6930
6931 2002-11-25 [colin]      0.8.6claws3
6932
6933         * src/ssl_certificate.[ch]
6934                 Allow checking a certificate without a DNS
6935                 lookup
6936                 Allow to forget a cert (by deleting it)
6937                 Make ssl_certificate_destroy_public
6938         * src/ssl_manager.[ch] ** NEW FILES **
6939                 Gui to manage (display/remove) certificates
6940         * src/prefs_common.[ch]
6941                 Add a pref to allow silent acceptation of
6942                 trusted certificates or not (based on the
6943                 "I want to know what's going on" principle)
6944         * src/mainwindow.c
6945                 Add SSL manager in Tools menu
6946         * src/Makefile.am
6947                 Add the new files to the build
6948         * po/POTFILES.in
6949                 Add ssl_manager.c to translations
6950
6951 2002-11-25 [colin]      0.8.6claws2
6952
6953         * src/summaryview.[ch]
6954                 Add S_SEARCH_EXTENDED to the quick search, which 
6955                 allows to search using filtering syntax.
6956
6957 2002-11-25 [colin]      0.8.6claws1
6958
6959         * src/summaryview.c
6960                 Deletion of duplicates now prefer deleting
6961                 the unread dup (fixes feature-request 638989).
6962
6963 2002-11-24 [paul]       0.8.6claws
6964
6965         * po/es.po
6966           po/pl.po
6967           po/ru.po
6968           po/sr.po
6969                 updated by Ricardo Mones Lastra,
6970                 Witold Wladyslaw Wojciech Wilk,
6971                 Ruslan N. Balkin, and  Urke MMI 
6972                 respectively
6973
6974 2002-11-24 [paul]       0.8.5claws182
6975
6976         * po/bg.po
6977                 updated by George Danchev
6978
6979 2002-11-23 [alfons]     0.8.5claws181
6980
6981         * src/imap.c
6982                 tiny memory leak found by browsing Dimitar's 
6983                 valgrind report
6984
6985 2002-11-23 [paul]       0.8.5claws180
6986
6987         * po/it.po
6988                 updated by Alessandro Maestri
6989
6990 2002-11-22 [christoph]  0.8.5claws179
6991
6992         * src/compose.c
6993         * src/inc.c
6994         * src/prefs_filtering.c
6995         * src/summaryview.c
6996                 more warning fixes
6997
6998 2002-11-22 [alfons]     0.8.5claws178
6999
7000         * src/summaryview.c
7001                 summary_execute_delete_func(): if message is deleted, make 
7002                 sure to also remove its entry in the subject hash table. 
7003                 fixes a corner case bug.
7004
7005 2002-11-22 [paul]       0.8.5claws177
7006
7007         * .cvsignore
7008                 add 'autom4te.cache'
7009                 
7010         * ltconfig      ** REMOVED **
7011                 not needed
7012
7013 2002-11-22 [paul]       0.8.5claws176
7014
7015         * src/textview.c
7016                 textview_set_font(): fix for message display in
7017                 UTF-8 locales (thanks to Sergey Vlasov).
7018                 
7019         * AUTHORS
7020                 add new team members and contributors
7021
7022
7023 2002-11-21 [colin]      0.8.5claws175
7024
7025         * src/procmsg.[ch]
7026                 Add procmsg_remove_special_headers()
7027         * src/mh.c
7028                 Use procmsg_remove_special_headers() for 
7029                 previous fix
7030
7031 2002-11-21 [colin]      0.8.5claws174
7032
7033         * src/mh.c
7034                 Fix moving/copying from queue/draft folders
7035                 for MH folders
7036
7037 2002-11-21 [christoph]  0.8.5claws173
7038
7039         * src/crash.c
7040         * src/filtering.c
7041         * src/logwindow.c
7042         * src/main.c
7043         * src/matcher_parser_lex.[hl]
7044         * src/mbox.c
7045         * src/mbox_folder.[ch]
7046         * src/prefs_filtering.c
7047         * src/procheader.c
7048         * src/quote_fmt_lex.l
7049         * src/ssl.c
7050                 fix all warnings except the warnings in lex and yacc files
7051
7052 2002-11-20 [christoph]  0.8.5claws172
7053
7054         * src/imap.c
7055                 fix MsgInfo retrieval for IMAP draft and queue folders
7056                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7057
7058 2002-11-19 [christoph]  0.8.5claws171
7059
7060         * src/compose.c
7061                 fix segfault, when draft saving does not get
7062                 the MsgInfo of the new message
7063                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7064
7065 2002-11-19 [christoph]  0.8.5claws170
7066
7067         * src/procmsg.c
7068                 add parameter check for flag setting function
7069                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7070
7071 2002-11-18 [paul]       0.8.5claws169
7072
7073         * src/compose.c
7074                 more sensitivity fixes to redirect mode:
7075                 * disable toolbar draft button
7076                 * allow only Address book in the Tools menu
7077                 * disable editing of message by the spell
7078                   checker
7079
7080 2002-11-18 [paul]       0.8.5claws168
7081
7082         * src/compose.c
7083                 fix sensitivity of menu items in compose_redirect():
7084                 allow only the necessary items 
7085
7086 2002-11-18 [paul]       0.8.5claws167
7087
7088         * src/compose.c
7089                 fix bug [ 603259 ] 'attachment got lost on bounce'
7090
7091 2002-11-18 [paul]       0.8.5claws166
7092
7093         * po/ru.po
7094                 updated by Ruslan N. Balkin <baron@dartel.ru>
7095
7096 2002-11-18 [colin]      0.8.5claws165
7097
7098         * src/main.c
7099           src/defs.h
7100                 Remove old filtering stuff
7101
7102
7103 2002-11-17 [oliver]     0.8.5claws164
7104
7105         * src/toolbar.h
7106                 remove not needed typedef 
7107
7108 2002-11-17 [oliver]     0.8.5claws163
7109
7110         * src/toolbar.c
7111                 make toolbar's on click events translatable
7112
7113 2002-11-15 [colin]      0.8.5claws162
7114
7115         * src/summaryview.c
7116                 Revert too-soon integration of a feature
7117
7118 2002-11-15 [christoph]  0.8.5claws161
7119
7120         * src/imap.c
7121                 use main's implementation of imap_get_msginfo
7122
7123 2002-11-15 [christoph]  0.8.5claws160
7124
7125         * src/compose.c
7126         * src/folder.[ch]
7127         * src/imap.c
7128         * src/mbox_folder.c
7129         * src/mh.c
7130         * src/news.c
7131         * src/procmsg.c
7132         * src/summaryview.c
7133                 replace claws' fetch_msginfo with main's get_msginfo
7134                 (use main's implementation where possible)
7135
7136 2002-11-15 [colin]      0.8.5claws159
7137
7138         * src/ssl_certificate.c
7139                 Missed a check
7140
7141 2002-11-16 [melvin]     0.8.5claws158
7142
7143         * po/fr.po
7144                 Updated French translations.
7145
7146 2002-11-16 [colin]      0.8.5claws157
7147
7148         * src/ssl_certificate.c
7149                 Check for missing parts in the certificates
7150
7151 2002-11-15 [colin]      0.8.5claws156
7152
7153         * src/folderview.c
7154                 Preventive fix (missing check) found by
7155                 Alfons
7156
7157 2002-11-15 [paul]
7158
7159         * NEWS
7160                 sync with 0.8.6 release
7161
7162 2002-11-15 [colin]      0.8.5claws155
7163
7164         * src/folder.[ch]
7165           src/folderview.c
7166                 Fix error handling of folder_item_move_to()
7167                 (thanks to Alfons!)
7168
7169 2002-11-15 [colin]      0.8.5claws154
7170
7171         * src/folder.[ch]
7172           src/folderview.c
7173                 folder_item_move_to() sets an error message instead
7174                 of having GUI stuff in folder.c
7175
7176 2002-11-15 [colin]      0.8.5claws153
7177
7178         * src/procmsg.[ch]
7179                 Implemented a callback for MsgInfo updates, 
7180                 heavily copy/pasted from Christoph's folder 
7181                 callback system
7182         * src/summaryview.[ch]
7183                 Register summary_update_msg as callback
7184
7185 2002-11-14 [colin]      0.8.5claws152
7186         
7187         * src/procmsg.c
7188                 Update the FolderItem after sending (fixes 617593)
7189
7190 2002-11-14 [christoph]  0.8.5claws151
7191
7192         * src/folder.c
7193                 fix wrong position of NULL pointer check found
7194                 by Sergey
7195
7196 2002-11-14 [christoph]  0.8.5claws150
7197
7198         * src/folder.c
7199                 fix segfault when deleting messages from IMAP folders
7200                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7201
7202 2002-11-14 [colin]      0.8.5claws149
7203
7204         * src/compose.c
7205                 Forwarding was also ignoring the folder's default account.
7206
7207 2002-11-14 [colin]      0.8.5claws148
7208
7209         * src/compose.c
7210                 Fix sent folder not set to folder properties when 
7211                 forwarding.
7212
7213 2002-11-14 [thorsten]   0.8.5claws147
7214
7215         * src/inc.c
7216                 inc_start(): Files were not moved from .processing to inbox,
7217                 if no global processing rule existed
7218
7219 2002-11-14 [colin]      0.8.5claws146
7220
7221         * src/ssl_certificate
7222                 Fix file operations
7223
7224 2002-11-14 [paul]       0.8.5claws145
7225
7226         * po/it.po
7227                 updated by Alessandro Maestri
7228
7229 2002-11-13 [alfons]     0.8.5claws144
7230
7231         * src/folder.c
7232                 folder_item_close(): only mark messages unread
7233                 when a folder has new messages 
7234
7235 2002-11-13 [keith]      0.8.5claws143
7236
7237         * src/imap.c
7238                 Fix problem moving or copying between
7239                 IMAP folders
7240
7241 2002-11-13 [colin]      0.8.5claws142
7242
7243         * src/matcher_parser_parse.y
7244                 Fix rule problem when " don't match
7245
7246 2002-11-13 [christoph]  0.8.5claws141
7247
7248         * src/folder.c
7249         * src/folderview.c
7250                 moved cache saving to folder_item_close
7251                 the folderview should not have to deal with
7252                 this things
7253
7254 2002-11-13 [christoph]  0.8.5claws140
7255
7256         * src/summaryview.c
7257                 moved setting of important score to
7258                 summary_set_prefs_from_folderitem
7259
7260 2002-11-13 [colin]      0.8.5claws139
7261
7262         * src/matcher_parser_parse.y
7263                 Fix a segfault in the parser (happening when
7264                 a good expression had been tested and a bad 
7265                 one arrives)
7266
7267 2002-11-13 [paul]       0.8.5claws138
7268
7269         * sync with 0.8.5cvs24
7270                 see ChangeLog 2002-11-13
7271                 
7272         * po/pt_BR.po
7273                 updated by Fabio Jr. Beneditto
7274
7275 2002-11-13 [colin]      0.8.5claws137
7276         
7277         * src/msgcache.c
7278           src/defs.h
7279           src/procmsg.[ch]
7280                 Revert last commit, problem
7281
7282 2002-11-13 [colin]      0.8.5claws136
7283
7284         * src/msgcache.c
7285                 Remove duplicated code
7286         * src/defs.h
7287                 Bumped CACHE_VERSION and MARK_VERSION
7288         * src/procmsg.[ch]
7289                 Network endian for cache and mark files
7290
7291 2002-11-12 [colin]      0.8.5claws135
7292
7293         * src/inc.c
7294                 Fix the "socket error" dialog which disappeared
7295
7296 2002-11-12 [colin]      0.8.5claws134
7297
7298         * src/msgcache.c
7299                 Reverse last commit which had performance 
7300                 problems, but still reverse the list
7301
7302 2002-11-12 [colin]      0.8.5claws133
7303
7304         * src/msgcache.c
7305                 Reverse list order
7306
7307 2002-11-12 [melvin]     0.8.5claws132
7308
7309         * src/compose.c
7310                 Added a check for a NULL prefs_common.dictionary
7311
7312 2002-11-12 [colin]      0.8.5claws131
7313
7314         * src/ssl_certificate.[ch]
7315                 Use FQDN hostname
7316
7317 2002-11-12 [colin]      0.8.5claws130
7318
7319         * src/ssl_certificate.[ch]
7320                 Take connection port into account for 
7321                 checking certificates (a single hostname
7322                 could have multiple servers with multiple
7323                 certificates)
7324         * src/ssl.c
7325                 Pass the port to ssl_certificate_check
7326
7327 2002-11-12 [paul]       0.8.5claws129
7328
7329         * src/folder.c
7330                 fix a typo in last commit
7331
7332 2002-11-12 [paul]       0.8.5claws128
7333
7334         * sync with 0.8.5cvs23
7335                 see ChangeLog entry 2002-11-12
7336
7337 2002-11-11 [colin]      0.8.5claws127
7338
7339         * src/ssl_certificate.c
7340                 Cleaner messages
7341                 Don't popup, instead log error, if the 
7342                 corresponding pref is checked
7343         * src/ssl_certificate.h
7344                 include <openssl/objects/h>
7345
7346 2002-11-11 [colin]      0.8.5claws126
7347
7348         * src/ssl_certificate.h
7349                 _Really_ clean it
7350
7351 2002-11-11 [colin]      0.8.5claws125
7352         
7353         * src/ssl_certificate.c
7354                 Fixed leak
7355
7356 2002-11-11 [colin]      0.8.5claws124
7357
7358         * src/ssl.c
7359                 Cleaned a bit
7360         * src/ssl_certificate.[ch]
7361                 Cleaned a bit (better use of SSL API)
7362                 (This will cause non-recognition of saved 
7363                  certificates of claws12[23]...)
7364
7365 2002-11-11 [paul]       0.8.5claws123
7366         
7367         * po/es.po
7368                 updated by Ricardo Mones Lastra
7369
7370 2002-11-11 [colin]      0.8.5claws122
7371
7372         * src/ssl.c
7373                 Fix a typo
7374
7375 2002-11-11 [colin]      0.8.5claws121
7376
7377         * src/ssl_certificate.[ch] ** NEW FILES **
7378         * src/ssl.[ch]
7379                 Check SSL certificates presented to us
7380         * src/Makefile.am
7381                 Add ssl_certificate.[ch]
7382         * po/POTFILES.in
7383                 Add ssl_certificate.c
7384
7385 2002-11-11 [paul]       0.8.5claws120
7386
7387         * sync with 0.8.5cvs22
7388                 see ChangeLog 2002-11-11
7389
7390 2002-11-11 [paul]       0.8.5claws119
7391
7392         * sync with 0.8.5cvs21
7393                 see ChangeLog 2002-11-11
7394
7395 2002-11-10 [jens]       0.8.5claws118
7396
7397         * src/folder.c
7398         * src/folderview.c
7399                 corrected some typing
7400         * po/de.po
7401                 updated german translation
7402         * sylpheed.spec.in
7403                 cleaned up specfile and adjusted it for claws
7404
7405 2002-11-10 [colin]      0.8.5claws117
7406
7407         * src/summaryview.c
7408                 a STATUSBAR_PUSH/POP fix
7409
7410 2002-11-10 [colin]      0.8.5claws116
7411
7412         * src/prefs_folder_item.c
7413                 Fix hanging after opening folder properties
7414
7415 2002-11-10 [hoa]        0.8.5claws115
7416
7417         * src/matcher_parser_lex.l
7418         * src/matcher_parser_parse.y
7419                 config file for scoring and filtering is no more trashed
7420                 when there is a syntax error in a filtering rule when
7421                 editing it in a dialog.
7422
7423 2002-11-09 [colin]      0.8.5claws114
7424
7425         * src/mbox_folder.c
7426                 Added missing initialisation of folder->destroy()
7427
7428 2002-11-09 [colin]      0.8.5claws113
7429
7430         * src/folder.c
7431           src/folderview.c
7432                 Fix the status bar messages
7433
7434 2002-11-09 [colin]      0.8.5claws112
7435
7436         * src/folderview.c
7437                 Fix hangs after folder dnd, happening after 
7438                 claws109.
7439
7440 2002-11-09 [christoph]  0.8.5claws111
7441
7442         * src/folderview.c
7443                 just changed order of calls (reverse order of
7444                 associated calls)
7445         * src/inc.c
7446                 lock inc when checking only one account, otherwise
7447                 inc all could be executed at the same time
7448
7449 2002-11-09 [christoph]  0.8.5claws110
7450
7451         * src/folderview.c
7452                 better unlock the mouse cursor before calling
7453                 summary_show because it changes the cursor too
7454
7455 2002-11-09 [christoph]  0.8.5claws109
7456
7457         * src/folder.[ch]
7458         * src/folderview.c
7459                 add functions to open and close a folder
7460                 o opending will execute scanning for remote folders
7461                   and processing
7462                 o closing will unset new flag for messages
7463
7464 2002-11-09 [colin]      0.8.5claws108
7465
7466         * src/folder.c
7467                 Add a call to prefs_matcher_write_config to 
7468                 avoid non-leaf folders filtering settings to be
7469                 lost
7470
7471 2002-11-09 [paul]       0.8.5claws107
7472
7473         * src/prefs_account.c
7474                 re-word a label
7475
7476 2002-11-09 [colin]      0.8.5claws106
7477
7478         * src/folderview.c
7479                 Minor esthetic fix
7480
7481 2002-11-09 [colin]      0.8.5claws105
7482
7483         * src/folderview.c
7484                 Fix prefs_filtering deletion for MH folders (same
7485                 reason as below)
7486         * src/prefs_filtering.c
7487                 Fix prefs_filtering renaming and deletion for 
7488                 folder-based processing rules.  
7489
7490 2002-11-09 [christoph]  0.8.5claws104
7491
7492         * src/compose.c
7493         * src/folder.[ch]
7494         * src/folderview.[ch]
7495         * src/import.c
7496         * src/inc.c
7497         * src/main.c
7498         * src/mainwindow.c
7499         * src/messageview.c
7500         * src/prefs_folder_item.c
7501         * src/procmsg.c
7502         * src/summaryview.c
7503                 implement a callback system for folder item updates
7504
7505 2002-11-09 [colin]      0.8.5claws103
7506
7507         * src/folderview.c
7508                 Fix prefs_filtering renaming for MH folders (we
7509                 shouldn't rename by path as another folder could
7510                 have the same hierarchy).
7511
7512 2002-11-09 [colin]      0.8.5claws102
7513
7514         * src/folder.c
7515                 Fix a leak found by Christoph, use better variable
7516                 names
7517
7518 2002-11-09 [colin]      0.8.5claws101
7519
7520         * src/folder.c
7521                 One more fix for processing rules
7522
7523 2002-11-08 [colin]      0.8.5claws100
7524         
7525         * src/matcher.c
7526                 Don't copy the compiled regexp (will be reevaluated)
7527         * src/folderview.c
7528                 Lock folderview while moving
7529         * src/folder.c
7530                 Provide info on what's happening to the user
7531
7532 2002-11-08 [colin]      0.8.5claws99
7533
7534         * src/folderview.c
7535                 Fix folder reordering after a move if parent is 
7536                 root
7537         * src/scoring.[ch]
7538                 Add function to copy a ScoringProp
7539         * src/prefs_folder_item.c
7540                 Copy scoring rules when copying a folder prefs
7541
7542 2002-11-08 [colin]      0.8.5claws98
7543
7544         * src/folderview.c
7545                 Fixes in case of failure
7546         * src/filtering.[ch]    
7547                 Add function to duplicate a FilteringProp
7548         * src/matcher.[ch]
7549                 Add function to duplicate a MatcherProp
7550         * src/prefs_folder_item.c
7551                 Save folder's processing rules when copying 
7552                 its prefs
7553
7554 2002-11-08 [colin]      0.8.5claws97
7555         
7556         * src/folderview.c
7557                 Sort after move
7558         * src/folder.c 
7559                 Change a printf to debug_print
7560
7561 2002-11-08 [colin]      0.8.5claws96
7562
7563         * src/folder.c
7564           src/folderview.c
7565                 Fix segfaults, call me stupido
7566         
7567
7568 2002-11-08 [colin]      0.8.5claws95
7569
7570         *src/folder.c
7571                 Added forgotten prefs to save when moving folders
7572
7573 2002-11-08 [colin]      0.8.5claws94
7574
7575         * src/folder.c
7576                 Fixes to folder DND (prefs copy)
7577         * src/folderview.c
7578                 Optimization for folder DND (don't rescan whole tree)
7579                 Added folderview_create_folder_node() for this 
7580                 optimization, so de-duped a bit the code
7581         * src/prefs_folder_item.[ch]
7582                 Added prefs_folder_item_copy_prefs()    
7583           
7584 2002-11-08 [paul]       0.8.5claws93
7585
7586         * src/prefs_account.c
7587           tools/README
7588           tools/kmail2sylpheed_v2.pl
7589                 correct some typos
7590
7591 2002-11-08 [paul]       0.8.5claws92
7592
7593         * src/compose.c
7594           src/prefs_account.[ch]
7595                 remove account options 'clearsign' and 'ascii_armored',
7596                 replace with 'default_gnupg_mode' to prevent mixed-mode
7597                 Privacy settings
7598
7599 2002-11-08 [paul]       0.8.5claws91
7600
7601         * src/compose.[ch]
7602                 re-implement GnuPG 'on-the-fly' mode selection,
7603                 disallow mixed-mode
7604
7605 2002-11-08 [colin]      0.8.5claws90
7606
7607         * src/folderview.c
7608           src/prefs_folder_item.c
7609                 Change "Property" to "Properties"
7610
7611 2002-11-07 [colin]      0.8.5claws89
7612
7613         * src/folderview.c
7614           src/folder.c
7615                 Allow folder dropping to a root folder
7616
7617 2002-11-07 [paul]       0.8.5claws88
7618
7619         * src/compose.c
7620                 revert last commit
7621
7622 2002-11-07 [paul]       0.8.5claws87
7623
7624         * src/compose.c
7625                 fix reply-to-list bug. closes bug report
7626                 "[633382] reply-to-list broken in recent cvs"
7627
7628 2002-11-07 [paul]       0.8.5claws86
7629
7630         * src/compose.c
7631                 add a forgotten '#if USE_GPGME ... #endif'
7632
7633 2002-11-07 [paul]       0.8.5claws85
7634
7635         * sync with 0.8.5cvs20
7636                 see ChangeLog 2002-11-07
7637
7638 2002-11-07 [colin]      0.8.5claws84
7639
7640         * src/folder.[ch]
7641                 Change folder_item_move_to to return the newly 
7642                 created folderitem.
7643         * src/folderview.c
7644                 Select the new folderitem after moving.
7645
7646 2002-11-07 [colin]      0.8.5claws83
7647
7648         * src/prefs_filtering.c
7649                 Fix rule rewriting when moving a leaf folder to a 
7650                 shorter path
7651
7652 2002-11-07 [colin]      0.8.5claws82
7653
7654         * src/prefs_filtering.c
7655                 fix a leak
7656
7657 2002-11-07 [colin]      0.8.5claws81
7658
7659         * src/folder.[ch]
7660                 Add folder_item_move_to() function to move a 
7661                 folderitem into another one (updates matcher etc)
7662         * src/folderview.c
7663                 Add folder drag'n drop (context menu to come)
7664                 [Should be dataloss free, but Please backup before 
7665                  trying !]
7666
7667 2002-11-06 [colin]      0.8.5claws80
7668
7669         * src/mh.c
7670                 mh_create_folder() returns NULL if can't create
7671                 directory hierarchy
7672
7673 2002-11-06 [paul]       0.8.5claws79
7674
7675         * src/compose.[ch]
7676                 allow 'on-the-fly' changing of the type of encryption 
7677                 and/or signing used (mime/ascii) via the compose window
7678
7679 2002-11-06 [paul]       0.8.5claws78
7680
7681         * sync with 0.8.5cvs19
7682                 see ChangeLog 2002-11-06 for src/account.c: 
7683                 account_get_special_folder()
7684                 
7685 2002-11-05 [alfons]     0.8.5claws77
7686
7687         * src/crash.c
7688                 very minor cleanups: nothing to see here, move on. :-)
7689
7690 2002-11-05 [colin]      0.8.5claws76
7691
7692         * src/main.c
7693                 Changes choices if compose windows are opened to
7694                 Discard, Draft, Don't quit
7695
7696 2002-11-05 [thorsten]   0.8.5claws75
7697
7698         * src/compose.c
7699                 reenabled default_reply_to folder option
7700
7701 2002-11-05 [colin]      0.8.5claws74
7702
7703         * src/compose.[ch] 
7704                 add compose_draft()
7705         * src/crash.c
7706                 add SIGTERM handler
7707         * src/main.[ch]
7708                 add clean_quit() for the SIGTERM handler
7709
7710 2002-11-05 [paul]       0.8.5claws73
7711         
7712         * po/es.po
7713                 updated by Ricardo Mones Lastra
7714
7715 2002-11-05 [melvin]     0.8.5claws72
7716
7717         * src/logwindow.c
7718                 Fixed log-clipping bug #616795.
7719                 To stop logging in the log window use 0 length.
7720         * src/prefs_common.c
7721                 Added a label to inform about the 0 log length behaviour.
7722
7723 2002-11-05 [paul]       0.8.5claws71
7724
7725         * sync with 0.8.5cvs17
7726                 see ChangeLog 2002-11-05
7727
7728 2002-11-04 [paul]       0.8.5claws70
7729
7730         * sylpheed-128x128.png
7731           sylpheed-64x64.png
7732           sylpheed.png
7733                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7734                 <nikai@users.sourceforge.net>
7735                 
7736         * po/bg.po
7737                 updated by George Danchev
7738
7739 2002-11-03 [thorsten]   0.8.5claws69
7740
7741         * src/main.c
7742           src/mimeview.c
7743           src/rfc2015.h
7744                 add check if gpg is active
7745
7746 2002-11-03 [thorsten]   0.8.5claws68
7747
7748         * src/toolbar.h
7749                 removed GSList declaration causing trouble on MacOS-X
7750                 (submitted by alfons, reported by xfesty)
7751
7752 2002-11-01 [paul]       0.8.5claws67
7753
7754         * src/mainwindow.c
7755                 remove last remnants of main's filter code
7756
7757 2002-11-01 [paul]       0.8.5claws66
7758
7759         * tools/filter_conv.pl
7760                 fix bug where user-defined headers were ignored
7761
7762 2002-11-01 [paul]       0.8.5claws65
7763
7764         * src/logwindow.c
7765                 make a debug_print() not translatable
7766
7767 2002-10-31 [melvin]     0.8.5claws64
7768
7769         * ac/aspell.m4
7770                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7771                 not run any GNU/aspell test.  The dictionary path will
7772                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7773                 was given, in which case, it will be $prefix/lib/aspell/
7774         * configure.in
7775                 Fixed typo in commentary (Aspell code).
7776
7777 2002-10-31 [paul]       0.8.5claws63
7778
7779         * po/POTFILES.in
7780                 remove src/filter.c and src/prefs_filter.c
7781                 thanks to Ricardo for reminding me
7782
7783 2002-10-31 [colin]      0.8.5claws62
7784
7785         * src/mbox_folder.c
7786                 Plug some leaks
7787
7788 2002-10-31 [paul]       0.8.5claws61
7789
7790         * src/prefs_filter.[ch] ** REMOVED **
7791           src/filter.[ch]       ** REMOVED **
7792           
7793         * src/Makefile.am
7794           src/folderview.c
7795           src/inc.c
7796           src/main.c
7797           src/mainwindow.c
7798           src/mbox.c
7799           src/prefs_common.c
7800           src/prefs_filtering.c
7801           src/summaryview.[ch]
7802                 remove main's 'filter' code
7803                 
7804         README.claws
7805                 update to reflect removal of main's filter
7806
7807 2002-10-31 [paul]       0.8.5claws60
7808
7809         * src/summaryview.c
7810                 remove check for global_processing in summary_filter_open(). 
7811                 This fixes the bug where if the user uses the right-click 
7812                 'Create filter rule...' and doesn't have any filter rules 
7813                 already defined in claws' advanced filtering, the newly 
7814                 created filter rule goes to main's filtering which is 
7815                 inaccessible through the gui. Now the filter rule gets added
7816                 to claws' filtering by default.
7817
7818 2002-10-28 [melvin]     0.8.5claws59
7819
7820         * src/prefs_actions.c
7821                 Fixed bug #627322 where MIME parts were not always
7822                 correctly passed to a %p action
7823                 Display an error dialog when message filename is not found.
7824
7825 2002-10-28 [melvin]     0.8.5claws58
7826
7827         * src/prefs_common.c
7828                 Readded a missing function declaration lost in 0.8.3claws34
7829
7830 2002-10-28 [paul]       0.8.5claws57
7831
7832         * sync with 0.8.5cvs15
7833                 see ChangeLog 2002-10-28 and 2002-10-25
7834                 
7835         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7836
7837 2002-10-27 [oliver]     0.8.5claws56
7838
7839         * src/pop.c
7840                 plug leak in pop3_top_recv
7841
7842 2002-10-26 [christoph]  0.8.5claws55
7843
7844         * src/folder.c
7845                 set need_update folder flag when messages are added
7846                 (closes bug [ 626922 ] folder not updated after receiving)
7847
7848 2002-10-25 [melvin]     0.8.5claws54
7849
7850         * src/imageview.c
7851                 Fixed a memleak introduced in the scaling code.
7852
7853 2002-10-24 [alfons]     0.8.5claws53
7854
7855         * src/filtering.c
7856                 make filtering's forward message action forward from the 
7857                 correct account
7858                 (closes bug [628089 ] Filter -> Forward from address problem
7859                 reported by Oktay)
7860
7861 2002-10-24 [christoph]  0.8.5claws52
7862
7863         * src/mainwindow.c
7864         * src/manual.[ch]
7865                 o use manual of current locale or english if current
7866                   locale is not available (and english is available)
7867                 o also link to sylpheed doc project manuals
7868
7869 2002-10-23 [paul]       0.8.5claws51
7870
7871         * tools/README
7872           tools/kmail2sylpheed_v2.pl
7873                 add new version of kmail addressbook importer script.
7874                 works with newer versions of Kmail/KAddressBook which
7875                 have new and rearranged data.
7876
7877 2002-10-23 [martin]     0.8.5claws50
7878
7879         * src/folderview.c
7880         * src/summaryview.c
7881         * src/utils.h
7882         * src/utils.c
7883                 added length parameter to get_abbrev_newsgroup_name()
7884                 changed this function so that it abbreviates the newsgroup
7885                 names only so long it is smaller than the length parameter
7886                 (for better reading of some newsgroup names and space efficiency)
7887
7888 2002-10-22 [colin]      0.8.5claws49
7889
7890         *src/foldersel.c
7891                 Revert Alfons' last modification (after voting ;-))
7892
7893 2002-10-21 [alfons]     0.8.5claws48
7894
7895         * src/foldersel.c
7896                 folder view in folder selection dialog reflects state of
7897                 folder view in main window
7898
7899 2002-10-18 [alfons]     0.8.5claws47
7900
7901         * src/mbox.c
7902                 drop imported messages in folder selected by user,
7903                 and not in the inbox
7904                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7905
7906 2002-10-18 [alfons]     0.8.5claws46
7907
7908         * src/compose.c
7909                 make automagic reply work correctly for email accounts 
7910                 (whether it's viable to do a full sync with Hiro's 
7911                 compose.c is still under discussion)
7912
7913 2002-10-18 [melvin]     0.8.5claws45
7914
7915         * src/prefs_actions.c
7916                 Fixed bug #622275 where asynchroneous actions left 
7917                 zombies processes
7918                 Made (synchroneous) actions' input be displayed live.
7919
7920 2002-10-18 [christoph]  0.8.5claws44
7921
7922         * src/textview.c
7923                 don't add a newline in the textview in front of the
7924                 first textpart if header display is disabled
7925                 (closes bug [ 603385 ] disabled header display leaves blank
7926                  lin)
7927
7928 2002-10-18 [christoph]  0.8.5claws43
7929
7930         * src/folder.[ch]
7931         * src/imap.c
7932         * src/mbox_folder.c
7933         * src/mh.c
7934         * src/news.c
7935                 folder->get_num_list now returns an error code
7936                 (closes bug [ 609424 ] News cache cleared on failure)
7937                 
7938 2002-10-17 [colin]      0.8.5claws42
7939         
7940         * src/news.c
7941                 Changed a printf by debug_print
7942
7943 2002-10-16 [paul]       
7944
7945         * tools/OOo2sylpheed.pl
7946                 allow for spaces in the name of the
7947                 file to be attached.
7948
7949 2002-10-16 [colin]      0.8.5claws41
7950
7951         * src/main.c
7952                 Use a tristate to change online mode
7953
7954 2002-10-16 [paul]       0.8.5claws40
7955
7956         * po/es.po
7957                 updated by Ricardo Mones Lastra
7958
7959 2002-10-16 [colin]      0.8.5claws39
7960
7961         * src/main.c
7962           src/mainwindow.[ch]
7963                 Added --online and --offline command-line
7964                 switches
7965
7966 2002-10-15 [christoph]  0.8.5claws38
7967
7968         * src/procmime.c
7969                 set mimeinfo->name to NULL after g_free to
7970                 avoid double freeing with g_free
7971
7972 2002-10-14 [christoph]  0.8.5claws37
7973
7974         * src/compose.c
7975         * src/filtering.c
7976         * src/summaryview.c
7977                 remove calls to folder->change_flags that are now
7978                 done by procmsg flag functions (seems it is not
7979                 used by any foldertype anyway)
7980         * src/folder.c
7981                 init folder->change_flags with NULL
7982
7983 2002-10-14 [christoph]  0.8.5claws36
7984
7985         * src/folder.[ch]
7986         * src/imap.[ch]
7987                 use virtual functions for folder item new and destroy
7988                 functions
7989
7990 2002-10-14 [melvin]     0.8.5claws35
7991
7992         * src/compose.c
7993                 Added a test to not run the spell checker if no default
7994                 dictionary is available. No dialog is displayed though.
7995
7996 2002-10-14 [melvin]     0.8.5claws34
7997
7998         * src/gtkaspell.c
7999                 Fixed bug in dictionary list context menu where
8000                 "More..." pointed to an emtpy submenu if the
8001                 number of dictionaries is a multiple of 15
8002                 Removed unneeded code in suggestions list creation
8003
8004 2002-10-14 [paul]       0.8.5claws33
8005
8006         * po/bg.po
8007                 updated by George Danchev
8008
8009 2002-10-13 [hoa]        0.8.5claws32
8010
8011         * src/matcher.[ch]
8012           src/matcher_parser_parser.y
8013                 removed the escaped string from internal structure
8014                 of matcher.
8015
8016 2002-10-12 [colin]      0.8.5claws31
8017
8018         * src/gtksctree.[ch]
8019           src/summaryview.c
8020                 Removed useless function gtksctree_reanchor
8021
8022 2002-10-12 [alfons]     0.8.5claws30
8023         
8024         * sync with remaining main changes 2002-10-09 - 2002-10-11
8025         - drop changes to src/compose.c (requires claws specific changes)
8026         
8027 2002-10-12 [alfons]     0.8.5claws29
8028         
8029         * sync with main changes of 2002-10-08
8030         - drop changes to src/compose.c (requires claws specific changes)
8031         - drop changes to src/summaryview.c (requires changes to compose.c)     
8032
8033 2002-10-12 [alfons]     0.8.5claws28
8034         
8035         * sync with main changes of 2002-10-07
8036
8037 2002-10-12 [alfons]     0.8.5claws27
8038
8039         * sync with main changes of 2002-10-04
8040         - drop changes to src/compose.c (requires claws specific changes)
8041         - drop changes to src/prefs_folder_item.c (claws implementation
8042           seems to be working)
8043
8044 2002-10-12 [colin]      0.8.5claws26
8045
8046         * src/mainwindow.c
8047                 Fix folder-flicker when space-reading, introduced 
8048                 in claws22.
8049
8050 2002-10-12 [colin]      0.8.5claws25
8051
8052         * src/compose.c
8053                 Save account address when saving as draft.
8054                 (closes bug 621838)
8055
8056 2002-10-12 [colin]      0.8.5claws24
8057
8058         * src/summaryview.c
8059                 Fix the problem consisting of no message selected
8060                 after the last message in a folder has been moved.
8061
8062 2002-10-12 [paul]       0.8.5claws23
8063
8064         * src/compose.c
8065           src/prefs_template.c
8066           src/template.[ch]
8067                 add Cc and Bcc to templates. Patch submitted by
8068                 John L. Males.
8069
8070 2002-10-12 [colin]      0.8.5claws22
8071
8072         * src/folderview.c
8073                 Fix a bug after "Check for new messages":
8074                 If a folder was opened, it was still selected at
8075                 the end of the check, but displayed empty.
8076         * src/mainwindow.c
8077                 Remove unnecessary check
8078
8079 2002-10-12 [paul]
8080
8081         * tools/README
8082                 be more verbose in the description of
8083                 OOo2sylpheed.pl
8084                 
8085
8086 2002-10-11 [colin]      0.8.5claws21
8087
8088         * src/mainwindow.c
8089                 Make space work (better) when no mail is selected
8090
8091 2002-10-11 [colin]      0.8.5claws20
8092
8093         * src/inc.c
8094           src/news.c
8095                 fix warnings
8096
8097 2002-10-11 [colin]      0.8.5claws19
8098
8099         * src/mainwindow.c
8100                 revert 0.8.5claws6 changes as i couldn't get to
8101                 anything satisfying
8102
8103 2002-10-11 [melvin]     0.8.5claws18
8104
8105         * src/compose.c
8106                 Removed buggy and unused macro (should have been committed in
8107                 0.8.5claws17)
8108
8109 2002-10-11 [melvin]     0.8.5claws17
8110
8111         * src/compose.c
8112                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8113
8114 2002-10-11 [thorsten]   0.8.5claws16 
8115
8116         * src/folderview.c
8117                 remove rescan warning
8118
8119 2002-10-11 [colin]      0.8.5claws15 
8120
8121         * src/procheader.c
8122                 fix a segfault that happens if conv_unmime_header
8123                 fails (should be better to find out why it fails)
8124
8125 2002-10-11 [christoph]  0.8.5claws14
8126
8127         * src/summaryview.c
8128                 update folderview stats after ignore/unignore thread
8129
8130 2002-10-11 [hoa]        0.8.5claws13
8131
8132         * src/quote_fmt_parse.y
8133                 Fixed a yacc/bison syntax error
8134         * src/matcher.c
8135                 Escaping of string is fixed.
8136
8137 2002-10-11 [colin]      0.8.5claws12
8138
8139         * src/imageview.c
8140                 Resize images to fit
8141
8142 2002-10-11 [paul]       0.8.5claws11
8143
8144         * po/es.po
8145                 updated by Ricardo Mones Lastra
8146
8147 2002-10-10 [alfons]     0.8.5claws10
8148
8149         * src/compose.c
8150                 allow dropping files by "moving" files from a file manager,
8151                 not only by the more cumbersome "copying". the latter 
8152                 mostly implies holding down the Control button
8153
8154 2002-10-10 [christoph]  0.8.5claws9
8155
8156         * src/summaryview.c
8157                 update folders after thread building for ignored threads
8158
8159 2002-10-10 [christoph]  0.8.5claws8
8160
8161         * config/.cvsignore
8162                 added Makefile
8163         * src/filtering.[ch]
8164         * src/folder.[ch]
8165         * src/folderview.[ch]
8166         * src/import.c
8167         * src/inc.[ch]
8168         * src/mbox.[ch]
8169         * src/procmsg.c
8170         * src/summaryview.[ch]
8171                 o added new flag need_update to FolderItem
8172                 o removed folder_table from various functions from tracking
8173                   folder updates
8174                 o set need_update flags in folder.c's move, copy and delete
8175                   functions and procmsg's flags functions
8176                 o added function folderview_update_items_when_required that
8177                   updates all folders with need_update set
8178                 o call folderview_update_items_when_required instead of
8179                   folderview_update_item_foreach
8180
8181 2002-10-09 [sergey]     0.8.5claws7
8182
8183         * src/compose.c
8184                 Strip CRs whel loading the text into editor in reedit mode.
8185
8186 2002-10-09 [colin]      0.8.5claws6
8187
8188         * src/mainwindow.c
8189                 Make Space work when no mail is selected
8190
8191 2002-10-09 [colin]      0.8.5claws5
8192
8193         * src/gtksctree.[ch]
8194                 Fix range_select
8195                 Add gtk_sctree_reanchor() 
8196         * src/summaryview.c
8197                 Use gtk_sctree_reanchor() - better fix for 
8198                 bug 60413
8199
8200 2002-10-09 [colin]      0.8.5claws4
8201
8202         * src/summaryview.c
8203                 Fix shift-click select after delete problem
8204                 (closes bug 60413)
8205
8206 2002-10-08 [thorsten]   0.8.5claws3
8207
8208         * src/summaryview.c
8209                 exclude current msg from -hide read messages-
8210
8211 2002-10-08 [colin]      0.8.5claws2
8212
8213         * src/inc.[ch]
8214           src/pop.c
8215           src/recv.c
8216                 Differentiate socket errors from disk full
8217                 errors
8218
8219 2002-10-08 [christoph]  0.8.5claws1
8220
8221         * Makefile.am
8222         * configure.in
8223                 modifications for new config directory
8224
8225         * config.guess  ** REMOVED **
8226         * config.sub    ** REMOVED **
8227         * install-sh    ** REMOVED **
8228         * ltmain.sh     ** REMOVED **
8229         * missing       ** REMOVED **
8230         * mkinstalldirs ** REMOVED **
8231                 these files are autogenerated by automake
8232                 when you run autogen.sh
8233
8234         * config/.cvsignore     ** NEW FILE **
8235         * config/Makefile.am    ** NEW FILE **
8236                 ignore autogenerated files
8237                 create a Makefile in this directory
8238
8239 2002-10-08 [paul]       0.8.5claws
8240
8241         * 0.8.5claws release
8242         
8243         * src/compose.c
8244           src/procheader.c
8245           src/procmsg.c
8246                 fix quote reply format for newsgroups reply bug
8247                 (thanks to Hoa)
8248                 
8249         * po/en_GB.po
8250           po/pl.po
8251                 updated by me and Witold Wladyslaw Wojciech Wilk
8252                 repectively
8253
8254 2002-10-07 [paul]       0.8.3claws53
8255
8256         * po/it.po
8257           po/pt_BR.po
8258           po/sr.po
8259                 updated messages catalogs, submitted by
8260                 Alessandro Maestri, Fabio Jr.Beneditto 
8261                 and Urke MMI, respectively.
8262
8263 2002-10-07 [christoph]  0.8.3claws52
8264
8265         * src/folder.[ch]
8266         * src/folderview.c
8267         * src/mainwindow.c
8268                 fix new folder ghost message bug
8269                 (closes bug [ 619722 ] wrong count for newly created folders)
8270
8271 2002-10-07 [christoph]  0.8.3claws51
8272
8273         * src/compose.c
8274                 fix news posting problem
8275
8276 2002-10-07 [melvin]     0.8.3claws50
8277
8278         * po/fr.po
8279                 Updated French translation
8280
8281 2002-10-05 [christoph]  0.8.3claws49
8282
8283         * src/gtkstext.c
8284                 check if line_start_cache is set in gtk_stext_update_text
8285                 (closes bug [ 618119 ] crash while doing search in folder)
8286
8287 2002-10-05 [christoph]  0.8.3claws48
8288
8289         * src/imap.c
8290         * src/news.c
8291         * src/utils.c
8292         * src/utils.h
8293                 implement cache cleanups for claws' folder system
8294                 (closes bug [ 595916 ] imapcache not cleaned up)
8295
8296 2002-10-05 [melvin]     0.8.3claws47
8297
8298         * src/prefs_actions.c
8299                 Made the help text more clear for the %p token
8300
8301 2002-10-04 [paul]       0.8.3claws46
8302
8303         * sync with 0.8.5
8304                 see ChangeLog 2002-10-02 and 2002-10-03
8305
8306 2002-10-04 [christoph]  0.8.3claws45
8307
8308         * src/inc.c
8309                 fix segfault caused by pop before smtp
8310                 call to inc_account_mail with NULL
8311                 pointer for mainwin
8312
8313 2002-10-04 [paul]       0.8.3claws44
8314
8315         * configure.in
8316                 sync the LDAP detection from 0.8.5cvs1
8317
8318 2002-10-02 [christoph]  0.8.3claws43
8319
8320         * po/de.po
8321                 fix small spelling error
8322
8323 2002-10-02 [melvin]     0.8.3claws42
8324
8325         * ac/aspell.m4
8326                 Behave better and say "no" when test program cannot be run.
8327
8328 2002-10-02 [paul]       0.8.3claws41
8329
8330         * sync with 0.8.4cvs1
8331                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8332                 
8333         * src/summaryview.c
8334                 toggle the behavior of Reply menuitem between
8335                 normal reply and reply-to-list
8336
8337 2002-10-01 [sergey]     0.8.3claws40
8338
8339         * src/compose.c
8340                 Convert newlines in the message text to the canonical form
8341                 before base64 encoding (RFC2045 compliance, fixes some
8342                 interoperability issues with Evolution 1.0.3)
8343
8344 2002-09-29 [colin]      0.8.3claws39
8345
8346         * src/summaryview.c
8347                 Fix an unwanted copy/paste
8348
8349 2002-09-29 [colin]      0.8.3claws38
8350
8351         * src/mainwindow.c
8352                 Renamed "Custom toolbar" to "Customize toolbar"
8353                 Renamed "Show all header" to "Show all headers"
8354                 Renamed "Set diplay item" to "Set displayed items"
8355         * src/prefs_common.c
8356                 Renamed "Show all header" to "Show all headers"
8357         * src/prefs_summary_column.c
8358                 Renamed "diplay item" to "displayed items"
8359
8360 2002-09-29 [colin]      0.8.3claws37
8361
8362         * src/mainwindow.[ch]
8363                 online/offline status pixmaps follow theme
8364                 changes
8365         * src/summaryview.[ch]
8366                 quicksearch pixmap follows theme changes
8367
8368 2002-09-29 [thorsten]   0.8.3claws36
8369
8370         * src/compose.c
8371           src/prefs_folder_item.[ch]
8372                 add default_reply_to folder option (closes patch 581044)
8373
8374 2002-09-29 [christoph]  0.8.3claws35
8375
8376         * acconfig.h    ** REMOVED **
8377         * configure.in
8378         * ac/aspell.m4
8379         * ac/check-type.m4
8380         * ac/gnupg-check-typedef.m4
8381                 fix autoheader 2.50 warning
8382
8383 2002-09-29 [christoph]  0.8.3claws34
8384
8385         * major code cleanup (part 2)
8386         
8387                 - unused variables removed
8388                 - unused functions removed
8389                 - uninitialized variables checked
8390                 - missing return statements added
8391                 - missing function return types added
8392                 - added parentheses around assignment
8393                   when suggested by gcc
8394
8395 2002-09-29 [alfons]     0.8.3claws33
8396
8397         * src/logwindow.c
8398                 log_window_clear(): only bracket gtk_text_forward_delete() 
8399                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8400                 works around GTK text bug)
8401
8402 2002-09-29 [paul]       0.8.3claws32
8403
8404         * po/bg.po
8405           po/sr.po
8406                 updated by George Danchev and Urke MMI
8407                 respectively
8408
8409 2002-09-27 [christoph]  0.8.3claws31
8410
8411         * doc-src/readme.txt
8412         * doc-src/rfc1806.txt   ** REMOVED **
8413         * doc-src/rfc2183.txt   ** NEW FILE **
8414         * doc-src/rfc2980.txt   ** NEW FILE **
8415                 update rfcs
8416
8417 2002-09-27 [melvin]     0.8.3claws30
8418
8419         * ac/aspell.m4
8420                 Fixed typo which could break linking
8421
8422 2002-09-27 [melvin]     0.8.3claws29
8423
8424         * ac/aspell.m4
8425                 Improved GNU/aspell checking. 
8426                 Fixed bug #614490
8427
8428 2002-09-27 [paul]       0.8.3claws28
8429
8430         * sync with 0.8.3cvs8
8431                 see ChangeLog 2002-09-27
8432
8433 2002-09-26 [colin]      0.8.3claws27
8434
8435         * src/toolbar.[ch]
8436           src/mainwindow.[ch]
8437                 Add "Reply to Mailing-list" to the toolbar
8438
8439 2002-09-26 [christoph]  0.8.3claws26
8440
8441         * src/summaryview.c
8442                 Fix wrong message counts in summaryview status
8443
8444 2002-09-26 [paul]       0.8.3claws25
8445
8446         * sync with 0.8.3cvs7
8447                 see ChangeLog 2002-09-26
8448
8449 2002-09-26 [paul]       0.8.3claws24
8450
8451         * sync with 0.8.3cvs6
8452                 see ChangeLog 2002-09-25
8453
8454 2002-09-25 [christoph]  0.8.3claws23
8455
8456         * src/prefs_common.c
8457         * src/prefs_folder_item.c
8458         * src/prefs_scoring.c
8459                 Renamed "kill score" to "hide score" in GUI
8460                 and prefs files
8461
8462 2002-09-25 [paul]       0.8.3claws22
8463
8464         * sync with 0.8.3cvs5
8465                 see ChangeLog 2002-09-24
8466
8467 2002-09-24 [alfons]     0.8.3claws21
8468
8469         patch by Satoshi Nagayasu: allows appending / saving multiple 
8470         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8471         'Save as ...'")
8472
8473         * AUTHORS
8474                 add Satoshi Nagayasu
8475         * src/summaryview.c
8476                 summary_save_as(): allow saving selected files to
8477                 one file
8478                 summary_set_menu_sensitive: enable "Save As..." when
8479                 multiple files are selected
8480         * src/utils.[ch]
8481                 append_file(): new function
8482
8483 2002-09-24 [colin]      0.8.3claws20
8484
8485         * src/procmime.c
8486                 Fix segfault when mimeinfo doesn't have a 
8487                 content_type. 
8488
8489 2002-09-24 [colin]      0.8.3claws19
8490
8491         * src/prefs_common.[ch]
8492                 Add a preference to display send dialog or not
8493         * src/send.c
8494                 Display send dialog according to preference
8495
8496 2002-09-24 [colin]      0.8.3claws18
8497
8498         * src/compose.[ch]
8499                 Disable user actions when sending
8500
8501 2002-09-24 [colin]      0.8.3claws17
8502
8503         * src/procmime.c
8504                 Do not display name or filename for attachments
8505                 with an application/pgp-signature type
8506                 (security flaw, see bug 537413)
8507
8508 2002-09-23 [colin]      0.8.3claws16
8509
8510         * src/editaddress.c
8511                 Initialize entry_email, entry_alias and 
8512                 entry_remarks to first email address of the list
8513
8514 2002-09-23 [colin]      0.83claws15
8515
8516         * src/compose.c
8517                 Drop pgp-signature when reediting a signed queued
8518                 message
8519
8520 2002-09-23 [melvin]     0.8.3claws14
8521
8522         * po/fr.po
8523                 Updated French translation
8524
8525 2002-09-23 [melvin]     0.8.3claws13
8526
8527         * src/mainwindow.c
8528                 Made custom toolbar menu labels more consistent
8529         * src/prefs_toolbar.c
8530                 Made custom toolbar window title more consistent
8531
8532 2002-09-22 [colin]      0.8.3claws12
8533
8534         * src/inc.c
8535                 Initialize session type to normal before getting 
8536                 mail (fixes strange Get behaviour)
8537         * src/prefs_account.h
8538                 Move STYPE_POP_BEFORE_SMTP to last position to 
8539                 avoid other side-effects
8540
8541 2002-09-22 [colin]      0.8.3claws11
8542
8543         * src/prefs_account.c
8544                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8545                 from pop3 to apop or vice-versa
8546
8547 2002-09-22 [colin]      0.8.3claws10
8548         
8549         * src/prefs_account.[ch]
8550                 Add an option for the POP before SMTP timeout
8551         * src/inc.c
8552                 Remember time of last POP connection
8553         * src/send.c
8554                 Do POP before SMTP only if timeout reached
8555
8556 2002-09-22 [oliver]     0.8.3claws9
8557         
8558         * README.claws
8559                 explain custom toolbar
8560
8561 2002-09-22 [oliver]     0.8.3claws8
8562
8563         * src/prefs_actions.[ch]
8564         custom toolbar for compose      
8565                 actions callback from compose toolbar
8566         * src/folderview.c
8567                 remove include toolbar.h
8568
8569 2002-09-22 [oliver]     0.8.3claws7
8570         
8571         * src/prefs_toolbar.[ch]
8572                 custom toolbar for compose
8573                 - generic prefs_toolbar handles both
8574                   Mainwin's toolbar as well as Compose toolbar          
8575
8576 2002-09-22 [oliver]     0.8.3claws6
8577         
8578         * src/toolbar.[ch]
8579                 custom toolbar for compose
8580                 restructure toolbar.[ch]
8581
8582 2002-09-22 [oliver]     0.8.3claws5
8583
8584         * src/compose.[ch]
8585                 custom toolbar for compose
8586
8587 2002-09-22 [oliver]     0.8.3claws4
8588         
8589         * src/mainwindow.[ch]
8590                 custom toolbar for compose 
8591                 move mainwin toolbar back to mainwindow
8592
8593 2002-09-22 [alfons]     0.8.3claws3
8594
8595         * src/procmsg.c
8596                 :%sno/if(/if (/gc
8597                 :%sno/for(/for (/gc
8598                 (beautify)
8599
8600 2002-09-22 [alfons]     0.8.3claws2
8601         
8602         * src/procmsg.c
8603                 procmsg_save_to_outbox(): don't unlink message file from queue;
8604                 callers should do it using folder_item_remove_msg()
8605
8606 2002-09-22 [colin]      0.8.3claws1
8607
8608         * src/mimeview.[ch]
8609                 Made mimeview_check_signature() public
8610         * src/textview.c
8611                 Made GPG signatures verifiable by clicking
8612                 the [application/pgp-signature] in the Text
8613                 view
8614
8615 2002-09-22 [paul]       0.8.3claws
8616
8617         * po/bg.po
8618           po/en_GB.po
8619           po/es.po
8620           po/it.po
8621           po/pl.po
8622           po/pt_BR.po
8623           po/sr.po
8624                 updated translations, submitted by George Danchev,
8625                 me, Ricardo Mones Lastra, Alessandro Maestri,
8626                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8627                 and Urke MMI, respectively.     
8628
8629 2002-09-22 [alfons]     0.8.2claws65
8630
8631         * src/procmsg.c
8632         * src/pgptext.c
8633                 no furry valgrinds have been used to plug these memleaks
8634
8635 2002-09-20 [paul]       0.8.2claws64
8636
8637         * sync with 0.8.3cvs4
8638                 'Select thread' re-implemented 
8639                 see ChangeLog 2002-09-20
8640
8641 2002-09-21 [alfons]     0.8.2claws63
8642
8643         * src/compose.c
8644                 compose_send(): plug unnoticed memleak
8645
8646 2002-09-20 [alfons]     0.8.2claws62
8647
8648         * src/addr_compl.c
8649                 replace_address_in_edit(): strict check for NULL address to
8650                 fix "[ 607348 ] Segfault in address completion". My guess is
8651                 that this happens with an empty address book, but it's good
8652                 to have this check here anyway
8653                 
8654                 completion_window_button_press(): free string returned 
8655                 from the internal cache
8656
8657 2002-09-20 [christoph]  0.8.2claws61
8658
8659         * src/procmime.h
8660                 added ENC_BINARY to EncodingType
8661         * src/procmime.c
8662                 the string returned by procmime_get_encoding_str
8663                 should not depend on the order of values in the
8664                 EncodingType definition
8665         * doc-src/rfc1806.txt   ** NEW FILE **
8666                 Added rfc1806 about MIME Content-Disposition
8667                 Extension
8668
8669 2002-09-19 [paul]       0.8.2claws60
8670
8671         * sync with 0.8.2cvs3
8672                 see ChangeLog 2002-09-19
8673
8674 2002-09-19 [paul]       0.8.2claws59
8675
8676         * src/prefs_folder_item.c
8677                 revert to Darko's original alignment of colour
8678                 selector button
8679                 add a colon to folder_color label
8680                 
8681         * src/compose.c
8682                 add Colin's patch (with Hiro's modifications) to 
8683                 force BASE64 encoding for 8-bit text when signing
8684                 (sync with 0.8.3cvs2)
8685
8686 2002-09-18 [alfons]     0.8.2claws58
8687
8688         * src/compose.c
8689                 :%sno/if(/if (/gc
8690                 :%sno/for(/for (/gc
8691                 (beautify a little bit)
8692
8693 2002-09-18 [christoph]  0.8.2claws57
8694
8695         * src/pine.c
8696                 fix handling of fgetc return value
8697
8698 2002-09-17 [alfons]     0.8.2claws56
8699         
8700         * src/summaryview.c
8701                 summary_sort(): check non-NULL summaryview->folder_item when no 
8702                 folder is selected at all
8703                 (closes "[ 610344 ] sort label make syl Crash")
8704
8705 2002-09-17 [alfons]     0.8.2claws55
8706         
8707         * src/compose.c
8708                 beautify a little bit
8709
8710 2002-09-17 [christoph]  0.8.2claws54
8711
8712         * src/folder.c
8713                 initialize max values for cache and folder
8714                 when cache or folder is empty
8715
8716 2002-09-15 [colin]      0.8.2claws53
8717
8718         * src/compose.c
8719                 Fix a leak (thanks Alfons!) and cleaned
8720                 variables names for custom headers
8721
8722 2002-09-15 [colin]      0.8.2claws52
8723
8724         * src/compose.c
8725                 Fix custom headers recognition when
8726                 prefs_common.trans_hdr is on
8727
8728 2002-09-15 [colin]      0.8.2claws51
8729
8730         * src/compose.c
8731                 Allow dynamically-added custom headers
8732                 Yet not reparsed if reedited
8733
8734 2002-09-15 [alfons]     0.8.2claws50
8735
8736         * src/prefs_account.c
8737                 fix warnings
8738
8739 2002-09-15 [colin]      0.8.2claws49
8740         
8741         * src/prefs_account.c
8742                 fix pop_before_smtp sensitivity
8743
8744 2002-09-15 [colin]      0.8.2claws48
8745
8746         * src/inc.[ch]
8747                 add inc_pop_before_smtp()
8748                 allow MainWindow to be undefined in 
8749                 inc_account_mail() and inc_start()
8750         * src/pop.c
8751           src/prefs_account.h
8752                 add STYPE_POP_BEFORE_SMTP session type
8753         * src/prefs_account.c
8754                 activated pop before smtp option
8755         * src/send.c
8756                 do pop before smtp if the relevant option 
8757                 is set
8758
8759 2002-09-15 [paul]       0.8.2claws47
8760
8761         * sync with 0.8.3
8762                 see ChangeLog 2002-09-15
8763
8764 2002-09-14 [paul]       0.8.2claws46
8765
8766         * po/bg.po
8767                 updated Bulgarian translation, submitted by
8768                 George Danchev
8769
8770 2002-09-13 [paul]       0.8.2claws45
8771
8772         * src/compose.c
8773                 merge claws' select_account() with main's
8774                 (new) compose_select_account(). [sync with
8775                 0.8.2cvs15, see ChangeLog 2002-09-11]
8776
8777 2002-09-12 [christoph]  0.8.2claws44
8778
8779         * src/filter.c
8780                 allocate 1 elements of FolderItem not 0
8781
8782 2002-09-12 [colin]      0.8.2claws43
8783
8784         * src/compose.c
8785                 Fix bug #590825 (obey Follow-up: poster)
8786
8787 2002-09-12 [colin]      0.8.2claws42
8788
8789         * src/procmime.c
8790                 Fix bug #557009 (wrong headers for messages 
8791                 forwarded as attachments)
8792
8793 2002-09-11 [colin]      0.8.2claws41
8794         
8795         * src/compose.c
8796                 Put SCF: pseudo-header on top of message
8797                 Set draft tmp_flag when saved as draft
8798
8799         * src/procmsg.c
8800           src/procheader.c
8801                 Skip after first \n\n for beginning of real message
8802                 for drafts too
8803
8804 2002-09-11 [christoph]  0.8.2claws40
8805
8806         * src/filtering.c
8807                 use procmsg flag functions in filtering or processing
8808                 will cause incorrect folder message counts
8809
8810 2002-09-11 [colin]      0.8.2claws39
8811
8812         * src/compose.c
8813                 Fix bug #550175 - wrong save folder when reediting
8814                 drafts
8815
8816 2002-09-11 [paul]       0.8.2claws38
8817
8818         * sync with 0.8.2cvs14
8819                 see ChangeLog 2002-09-11
8820
8821 2002-09-11 [colin]      0.8.2claws37
8822
8823         * src/folder.c
8824                 Fix a typo (seeming to cause new/unread status to
8825                 be lost)
8826
8827 2002-09-10 [christoph]  0.8.2claws36
8828
8829         * src/compose.c
8830                 compose_redirect should not use compose_generic_new
8831                 because that does more stuff than expected including
8832                 opening the external editor
8833                 (closes bug "[ 526608 ] bounced messages appear blank
8834                  in editor")
8835
8836 2002-09-10 [christoph]  0.8.2claws35
8837
8838         * src/folder.c
8839                 fix problem with too large message number range
8840                 causing a crash in folder_item_scan
8841
8842 2002-09-10 [paul]       0.8.2claws34
8843
8844         * sync with 0.8.2cvs13
8845                 see ChangeLog 2002-09-10
8846
8847 2002-09-10 [christoph]  0.8.2claws33
8848
8849         * src/msgcache.c
8850                 set MsgInfo TmpFlags for queue and draft folders
8851                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8852
8853 2002-09-10 [paul]       0.8.2claws32
8854
8855         * AUTHORS
8856           po/bg.po      ** NEW FILE **
8857                 new Bulgarian translation submitted by
8858                 George Danchev <danchev@spnet.net>
8859                 
8860         * tools/Makefile.am
8861           tools/README
8862           tools/tb2sylpheed     ** NEW FILE **
8863                 add script that converts an addressbook exported
8864                 from The Bat! into a Sylpheed addressbook. Submitted
8865                 by Urke MMI <urke-kg@eunet.yu>
8866
8867 2002-09-10 [paul]       0.8.2claws31
8868
8869         * sync with 0.8.2cvs12
8870                 see ChangeLog 2002-09-10
8871
8872 2002-09-06 [paul]       0.8.2claws30
8873
8874         * src/prefs_common.c
8875                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8876                 
8877         * tools/Makefile.am
8878           tools/README
8879           tools/ldif-to-xml.py  ** REMOVED **
8880                 remove obsolete python script
8881
8882 2002-09-06 [paul]       0.8.2claws29
8883
8884         * sync with 0.8.2cvs10
8885                 see ChangeLog 2002-09-06
8886
8887 2002-09-04 [paul]       0.8.2claws28
8888
8889         * sync with 0.8.2cvs9
8890                 see ChangeLog 2002-08-04
8891
8892 2002-09-04 [colin]      0.8.2claws27 
8893
8894         * src/prefs_common.[ch]
8895                 Added signature color configuration
8896         * src/textview.c
8897                 Use user-specified signature color
8898
8899 2002-09-03 [colin]      0.8.2claws26
8900
8901         * src/prefs_common.[ch]
8902                 Added autosave and autosave_length prefs
8903         * src/compose.c
8904                 Added compose_remove_draft()
8905                 Auto-save drafts according to the prefs
8906         * src/main.c
8907                 Added a crash-indicator file, allowing to check
8908                 for new messages on startup if Sylpheed crashed
8909                 (makes saved drafts "reappear")
8910
8911 2002-09-03 [colin]      0.8.2claws25
8912
8913         * src/textview.[ch]
8914                 Grey the signature
8915
8916 2002-09-03 [paul]       0.8.2claws24
8917
8918         * sync with 0.8.2cvs8
8919                 see ChangeLog 2002-09-02 and 2002-09-03
8920
8921 2002-09-03 [darko]      0.8.2claws23
8922
8923         * src/folderview.c
8924                 use normal style when creating new folder to pick
8925                 proper font size 
8926
8927 2002-09-02 [melvin]     0.8.2claws22
8928
8929         * src/gtkaspell.m4
8930                 removed some obsolete code
8931
8932 2002-09-02 [melvin]     0.8.2claws21
8933
8934         * ac/aspell.m4
8935                 fixed test's equality sign (== to =)
8936
8937 2002-09-02 [alfons]     0.8.2claws20
8938
8939         * src/folder.c
8940         * src/mh.c
8941                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8942                 as folder->destroy virtual as suggested by Hiro
8943                 (the mh.c code seems to have been lost around mh.c.1.21)
8944
8945 2002-09-02 [paul]       0.8.2claws19
8946
8947         * po/pt_BR.po
8948                 updated by Fabio Jr. Beneditto
8949                 
8950         * src/defs.h
8951                 use 'http://claws.sylpheed.org' for homepage link. 
8952                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8953
8954 2002-09-01 [alfons]     0.8.2claws18
8955
8956         * src/mh.c
8957                 plug memleak related to one Martin Kluge found
8958
8959 2002-08-31 [paul]       0.8.2claws17
8960
8961         * sync with 0.8.2cvs6
8962                 see ChangeLog 2002-08-30
8963
8964 2002-08-31 [alfons]     0.8.2claws16
8965
8966         * src/folder.c
8967                 folder_destroy(): remove mailbox from folderlist even if it has
8968                 no destroy virtual
8969
8970 2002-08-31 [alfons]     0.8.2claws15
8971
8972         * src/folder.c
8973                 :%sno/if(/if (/gc
8974                 :%sno/for(/for (/gc
8975                 (being pedantic I know)
8976
8977 2002-08-31 [alfons]     0.8.2claws14
8978
8979         * src/folder.c
8980                 check for NULL pointers returned from folder->fetch_msginfo virtual
8981                 (should solve some reported crashes)
8982
8983 2002-08-30 [alfons]     0.8.2claws13
8984
8985         * acconfig.h
8986         * configure.in
8987         * src/crash.c
8988                 enable crash dialog on compilation time
8989                 (--enable-crash-dialog configure option)
8990
8991 2002-08-30 [alfons]     0.8.2claws12
8992
8993         * AUTHORS
8994                 add Martin Kluge
8995         * src/mh.c
8996                 apply memory leak plug patch by Martin Kluge
8997                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8998                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8999                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9000
9001 2002-08-30 [darko]      0.8.2claws11
9002
9003         * src/folderview.c
9004                 copy Gtk style from normal style to match
9005                 font size for coloured folders
9006
9007 2002-08-29 [alfons]     0.8.2claws10
9008
9009         * sylpheed.desktop
9010                 Type=Internet <- Type=Application
9011                 (reported by Michael Schwendt, see:
9012                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9013                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9014
9015 2002-08-29 [paul]       0.8.2claws9
9016
9017         * sync with 0.8.2cvs5
9018                 see ChangeLog 2002-08-29
9019
9020 2002-08-29 [colin]      0.8.2claws8
9021
9022         * src/summaryview.c
9023                 Added a sanity check in summary_select_thread
9024                 Should fix bug 601605
9025
9026 2002-08-29 [colin]      0.8.2claws7
9027
9028         * src/main.c
9029                 Revert claws6 changes regarding bug #591676
9030
9031 2002-08-28 [colin]      0.8.2claws6
9032         
9033         * src/main.c
9034                 Ignore cache for queue folderitems
9035                 Fix bug #591676
9036
9037 2002-08-28 [melvin]     0.8.2claws5
9038
9039         * README.claws
9040                 Fixed typos.
9041
9042 2002-08-28 [melvin]     0.8.2claws4
9043
9044         * README.claws
9045                 Updated a bit the text concerning the spell checker
9046
9047 2002-08-28 [melvin]     0.8.2claws3
9048
9049         Merged the GNU_aspell_branch:
9050                 Support of new GNU/aspell is now included and the old pspell
9051                 is not supported anymore.
9052                 See README.claws
9053
9054         * README.claws
9055                 Updated spell checker text to reflect the switch to GNU/aspell
9056
9057         * ac/aspell.m4          *** NEW ***
9058         * src/gtkaspell.[ch]    *** NEW *** 
9059         * ac/pspell.m4          *** DELETED *** 
9060         * src/gtkspell.[ch]     *** DELETED ***
9061
9062         * ac/Makefile.am
9063                 Updated for GNU/aspell support
9064
9065         * po/POTFILES.in
9066                 Replaced gtkspell.c by gtkaspell.c
9067
9068         * acconfig.h
9069         * src/Makefile.am
9070         * src/about.c
9071         * src/compose.[ch]
9072         * src/crash.c
9073         * src/main.c
9074         * src/prefs_common.[ch]
9075                 Updated for GNU/aspell support
9076
9077 2002-08-28 [paul]       0.8.2claws2
9078
9079         * sync with 0.8.2cvs4
9080                 see ChangeLog 2002-08-27 and 2002-08-28
9081
9082 2002-08-28 [colin]      0.8.2claws1
9083
9084         * src/summary_search.c
9085                 Added "AND search"
9086
9087 2002-08-28 [jens]       0.8.2claws
9088
9089         *po/de.po
9090                 Updated German translations
9091
9092 2002-08-27 [melvin]     0.8.2claws
9093
9094         * po/fr.po
9095                 Updated French translations
9096
9097 2002-08-27 [paul]       0.8.2claws
9098
9099         * sync with 0.8.2 main release
9100
9101         * po/en_GB.po
9102           po/es.po
9103           po/it.po
9104           po/pl.po
9105           po/pt_BR.po
9106           po/sr.po
9107                 updated message catalogs submitted by
9108                 Ricardo Mones Lastra, Alessandro Maestri,
9109                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9110                 Beneditto and Urke MMI  
9111
9112 2002-08-27 [hoa]        0.8.1claws123
9113
9114         * src/mainwindow.[ch]
9115         * src/summaryview.[ch]
9116                 removed the "filter setting" menu option.
9117                 add a "cancel a news message" menu option.
9118
9119 2002-08-26 [martin]     0.8.1claws122
9120
9121         * ChangeLog.claws
9122                 changed string under 0.8.1claws79 changed by myself
9123                 i'm sorry alfons :(
9124
9125 2002-08-26 [martin]     0.8.1claws121
9126
9127         * src/crash.c
9128                 added kill command to debuggerrc to start crash dialog
9129
9130 2002-08-26 [paul]       0.8.1claws120
9131
9132         * sync with 0.8.1cvs31
9133                 see ChangeLog 2002-08-26
9134
9135 2002-08-25 [alfons]     0.8.1claws119
9136
9137         * src/procmsg.c
9138                 fix bug that didn't send out correct headers to news server
9139                 when sending news article and email from queue (bug reported
9140                 and patch provided by Tim Mann; closes bug 
9141                 "[ 583196 ] 0.7.8claws can't post news")
9142
9143 2002-08-25 [alfons]     0.8.1claws118
9144
9145         * src/selective_download.c
9146                 mark two strings as translatable
9147                 (thanks to Urke MMI for pointing this out)
9148
9149 2002-08-25 [alfons]     0.8.1claws117
9150
9151         * src/summaryview.c
9152                 treat sent boxes as special and allow sorting them by addressee
9153                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9154                 submitted by Steve Lamb)
9155
9156 2002-08-24 [alfons]     0.8.1claws116
9157
9158         * src/matcher.c
9159                 fix memleak reported by Martin Kluge
9160                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9161
9162 2002-08-24 [oliver]     0.8.1claws115
9163
9164         * src/prefs_toolbar.c
9165                 o code cleanup as suggested by Alfons
9166                 o memleak fix
9167
9168 2002-08-24 [alfons]     0.8.1claws114
9169
9170         * src/summaryview.c
9171                 o fix another memory leak reported by Martin Kluge
9172                   (see "[ 599568 ] Small Memory Leak")
9173                 o remove 'from' variable from 'summary_set_header()'; we can
9174                   do with just 'to' 
9175
9176 2002-08-24 [paul]       0.8.1claws113
9177
9178         * sync with 0.8.1cvs30
9179                 see ChangeLog 2002-08-23
9180
9181 2002-08-24 [alfons]     0.8.1claws112
9182
9183         * src/summaryview.c
9184                 remove unnecessary allocations for search bar fixing leaks
9185                 reported by Martin Kluge
9186                 (see "[ 599451 ] Further memory leaks?")
9187
9188 2002-08-24 [alfons]     0.8.1claws111
9189
9190         * src/main.c
9191                 make get_socket_name() public for crash.c
9192         * src/crash.c
9193                 o make report bug button work (goes to claws' 
9194                   bug tracker at sf.net)
9195                 o introduce function for doing important stuff just
9196                   before claws goes down
9197                 o clean up code 
9198
9199 2002-08-24 [alfons]     0.8.1claws110
9200
9201         * src/compose.c
9202                 move cursor to "To" entry when forwarding as attachment
9203                 (reported and solved by Steve Lamb, closes bug report
9204                 "[ 592880 ] Forward as attachment; cursor not in to")
9205
9206 2002-08-24 [colin]      0.8.1claws109
9207
9208         * src/mainwindow.c
9209                 fix quick search visibility after GUI (de)separations.
9210
9211 2002-08-23 [colin]      0.8.1claws108
9212
9213         * src/mainwindow.c
9214                 fix header pane visibility after folderview or
9215                 messageview (de)separation
9216
9217 2002-08-23 [paul]       0.8.1claws107
9218
9219         * src/mainwindow.[ch]
9220           src/toolbar.c
9221                 give full control of display or non-display 
9222                 of the Execute icon to Custom toolbar settings.
9223                 add new sensitivity condition to maninwindow.h: 
9224                 M_DELAY_EXEC
9225
9226         * ChangeLog
9227           ChangeLog.jp
9228           NEWS
9229                 more sync with 0.8.1cvs29
9230
9231 2002-08-23 [melvin]     0.8.1claws106
9232
9233         * src/alertpanel.c
9234                 Readded support for custom widget in alertpanel lost in last
9235                 sync.
9236
9237 2002-08-23 [paul]       0.8.1claws105
9238
9239         * sync with 0.8.1cvs29
9240                 see ChangeLog 2002-08-23
9241
9242 2002-08-23 [colin]      0.8.1claws104
9243
9244         * src/summaryview.c
9245                 Fix folder and search pixmaps exchanging positions
9246                 after theme or toolbar changes. Thank to Oliver for 
9247                 reporting this.
9248
9249 2002-08-23 [colin]      0.8.1claws103
9250
9251         * src/mainwindow.c
9252           src/messageview.[ch]
9253           src/noticeview.[ch]
9254           src/summaryview.c
9255                 Changed messageview_create() and noticeview_create()
9256                 to avoid the last gdk_warning
9257
9258 2002-08-22 [colin]      0.8.1claws102
9259
9260         * src/summaryview.c
9261                 Fix my new `Creating pixmap from xpm' warning
9262
9263 2002-08-22 [colin]      0.8.1claws101
9264
9265         * src/mainwindow.c
9266                 Fix some of the gdk warnings
9267
9268 2002-08-22 [colin]      0.8.1claws100
9269
9270         * src/Makefile.am
9271         * src/stock_pixmap.c
9272         * src/stock_pixmap.h
9273         * src/pixmaps/quicksearch.xpm *ADDED*
9274                 Add the quicksearch pixmap
9275         * src/mainwindow.c
9276         * src/summaryview.c
9277         * src/summaryview.h
9278                 Make quicksearch bar visible/hidden via a button
9279
9280 2002-08-22 [christoph]  0.8.1claws99
9281
9282         * src/folder.c
9283                 fix folder update for newsgroups with message
9284                 numbers below minimum number of articles to fetch
9285                 (closes bug #598445)
9286
9287 2002-08-22 [paul]       0.8.1claws98
9288
9289         * sync with 0.8.1cvs28
9290                 see ChangeLog 2002-08-22
9291
9292 2002-08-21 [alfons]     0.8.1claws97
9293
9294         * src/crash.c
9295                 use bt instead of bt full which seems to work 
9296                 better, and bt full doesn't give a great deal 
9297                 of information anyway
9298
9299 2002-08-21 [colin]      0.8.1claws96
9300
9301         * src/summaryview.c
9302                 fix summaryview_searchtype_changed prototype
9303
9304 2002-08-21 [christoph]  0.8.1claws95
9305
9306         * src/mainwindow.c
9307                 o fix broken menu update for sorting type, we have to
9308                   get this info from the summaryview now
9309                 o removed setting of threaded state in menu callback
9310         * src/summaryview.[ch]
9311                 more summaryview/folderitem seperation for
9312                 threading option
9313         * configure.in
9314                 removed not required --with-compiler-flags option
9315
9316 2002-08-21 [oliver]     0.8.1claws94
9317         
9318         * src/toolbar.h 
9319                 o rename toolbar.xml to toolbar_main.xml
9320                   since toolbar_compose.xml might come up 
9321                   any time soon
9322         * README.claws
9323                 add custom toolbar              
9324
9325 2002-08-21 [darko]      0.8.1claws93
9326
9327         * src/procmsg.c
9328                 don't reset tmp flags for messages copied
9329                 to sent folder
9330
9331 2002-08-21 [colin]      0.8.1claws92
9332         
9333         * src/prefs_filtering.c
9334                 fix renaming rules on folder rename 
9335                 when folder is not a leaf folder
9336
9337 2002-08-21 [paul]       0.8.1claws91
9338
9339         * src/prefs_folder_item.c
9340                 fix alignment of colour selector
9341
9342 2002-08-21 [paul]       0.8.1claws90
9343
9344         * sync with 0.8.1cvs27
9345                 see ChangeLog 2002-08-21
9346
9347 2002-08-21 [paul]       0.8.1claws89
9348
9349         * src/summaryview.c
9350                 fix crash when changing field type in
9351                 Quick search bar
9352
9353 2002-08-21 [colin]      0.8.1claws88
9354
9355         * src/summaryview.c
9356                 Made quick search case-insensitive
9357
9358 2002-08-21 [paul]       0.8.1claws87
9359
9360         * sync with 0.8.1cvs26
9361                 see ChangeLog 2002-08-21
9362
9363 2002-08-20 [christoph]  0.8.1claws86
9364
9365         * src/folderview.c
9366         * src/main.c
9367         * src/summaryview.[ch]
9368                 more summaryview/folderitem seperation for
9369                 sort_key and sort_type
9370         * src/procmsg.c
9371                 added missing return statement
9372
9373 2002-08-20 [colin]      0.8.1claws85
9374
9375         * src/summaryview.[ch]
9376                 Added a quick search box
9377         * src/mainwindow.c
9378         * src/prefs_common.[ch]
9379                 Added a show/hide option for the quick search
9380
9381 2002-08-20 [oliver]     0.8.1claws84
9382         
9383         * src/mainwindow.c
9384                 remove toolbar_create_popups
9385         * src/toolbar.[ch]
9386                 o remove toolbar_create_popups
9387                 o fix toolbar_set_sensitive 
9388                   (Bug reports #596834 and #596832)     
9389         * src/prefs_toolbar.c
9390                 o add "Set default" button
9391                 o align label and text + combo widgets
9392
9393 2002-08-20 [hoa]        0.8.1claws83bis
9394
9395         * src/imap.c
9396                 fixed a bug in imap_fetch_msginfo() in case there is no
9397                 current folder.
9398
9399 2002-08-20 [darko]      0.8.1claws83
9400
9401         * src/folderview.c
9402                 copy the color style of folder view so it
9403                 works with GTK themes
9404
9405 2002-08-20 [darko]      0.8.1claws82
9406
9407         * src/folder.h
9408         * src/folderview.c
9409         * src/prefs_folder_item.[hc]
9410                 don't use UI stuff in folder.h
9411
9412 2002-08-20 [darko]      0.8.1claws81
9413
9414         * src/folder.h
9415         * src/prefs_folder_item.h
9416         * src/folderview.c
9417         * src/prefs_folder_item.c
9418                 ability to set folder color in folderview
9419
9420 2002-08-19 [alfons]     0.8.1claws80
9421
9422         * src/summaryview.c
9423                 fix one of the earlier memleaks reported by Martin Kluge
9424
9425 2002-08-19 [alfons]     0.8.1claws79
9426
9427         * src/mainwindow.c
9428                 hide notice view when selecting seperate folder
9429                 view (reported by Urke MMI)
9430
9431 2002-08-19 [christoph]  0.8.1claws78
9432
9433         * src/folderview.c
9434         * src/prefs_folder_item.h
9435         * src/summaryview.[ch]
9436                 o add summary_set_prefs_from_folderitem to set
9437                   summaryview prefs (first step to remove all
9438                   references to the folderitem in summaryview)
9439                 o moved compiled regex stuff from folderitem prefs
9440                   to summaryview code
9441
9442 2002-08-19 [paul]       0.8.1claws77
9443
9444         * src/compose.c
9445                 add check for '.' to QUOTE_IF_REQUIRED
9446
9447 2002-08-19 [paul]       0.8.1claws76
9448
9449         * src/inc.c
9450                 sync with 0.8.1cvs25 (plug memory leak)
9451
9452         * src/prefs_toolbar.c
9453                 re-order prefs_toolbar_cancel()
9454
9455 2002-08-18 [alfons]     0.8.1claws75
9456
9457         * src/inc.c
9458         * src/matcher.c
9459                 plug other memleaks reported by Martin Kluge
9460
9461 2002-08-18 [paul]       0.8.1claws74
9462
9463         * po/pt_BR.po
9464                 updated by Fabio Jr. Beneditto
9465
9466 2002-08-18 [paul]       0.8.1claws73
9467
9468         * src/toolbar.[ch]
9469                 fix bug where tooltips were displayed untranslated              
9470
9471         * src/prefs_toolbar.c
9472                 fix bug where clicking 'Cancel' creates an icon & text
9473                 toolbar regardless of prefs
9474         
9475
9476 2002-08-17 [oliver]     0.8.1claws72
9477
9478         * src/prefs_toolbar.c
9479                 update toolbar on CANCEL
9480                 bug reported by Martin Kluge
9481         * src/toolbar.c
9482                 toolbar_destroy memleak fixed           
9483
9484 2002-08-17 [alfons]     0.8.1claws71
9485
9486         * src/toolbar.c
9487                 plug another memleak reported by Martin Kluge
9488
9489 2002-08-16 [alfons]     0.8.1claws70
9490
9491         * src/crash.c
9492                 use execvp() correctly (suggested by wwp; thanks!)
9493
9494 2002-08-16 [alfons]     0.8.1claws69
9495
9496         * src/gtksctree.c
9497                 plug memory leak reported by Kim Schultz & Martin Kluge
9498
9499 2002-08-16 [paul]       0.8.1claws68
9500
9501         * po/es.po
9502                 updated by Ricardo Mones Lastra
9503
9504 2002-08-16 [paul]       0.8.1claws67
9505
9506         * src/toolbar.h
9507                 fix bug where 'Compose News' icon showed wrong
9508                 tooltip
9509
9510 2002-08-16 [paul]       0.8.1claws66
9511
9512         * sync with 0.8.1cvs24
9513                 see ChangeLog 2002-08-16
9514
9515         * po/it.po
9516                 updated by Alessandro Maestri
9517
9518 2002-08-15 [paul]       0.8.1claws65
9519
9520         * po/sr.po
9521                 updated by Urke MMI
9522
9523 2002-08-15 [paul]       0.8.1claws64
9524
9525         * src/*.c
9526                 don't translate debug info
9527
9528         * src/matcher.[ch]
9529                 add copyright info
9530
9531 2002-08-15 [paul]       0.8.1claws63
9532
9533         * src/prefs_toolbar.c
9534                 fix bug where clicking 'OK' creates an icon & text
9535                 toolbar regardless of prefs
9536
9537 2002-08-14 [alfons]     0.8.1claws62
9538
9539         * src/main.c
9540                 add global var that has the full argv[0]
9541         * src/crash.c
9542                 o execvp the correct sylpheed by using argv0
9543                   and setting the correct work dir
9544                 o other tweaks  
9545
9546 2002-08-14 [oliver]     0.8.1claws61
9547         
9548         * enable/disable Toolbar Action Buttons 
9549         * code cleanups
9550         * src/mainwindow.c
9551         * src/toolbar.[ch]      
9552         * src/prefs_toolbar.c   
9553
9554 2002-08-14 [melvin]     0.8.1claws60
9555
9556         * po/fr.po
9557                 Updated French translations
9558
9559 2002-08-14 [melvin]     0.8.1claws59
9560
9561         * src/crash.c
9562                 Made bug report not translatable
9563         * src/exporthtml.c
9564                 Fixed exporthtml_build_filespec() return value
9565         * src/foldersel.c
9566                 Fixed incorrect include file
9567         * src/gtkspell.c
9568         * src/prefs_actions.c
9569         * src/prefs_toolbar.c
9570                 Made debug info not translatable
9571         * src/mutt.c
9572         * src/quote_fmt.c
9573                 Added missing includes
9574         * src/prefs_common.c
9575                 Fixed typo
9576
9577 2002-08-14 [paul]       0.8.1claws58
9578
9579         * faq/es/sylpheed-faq.html
9580           faq/es/sylpheed-faq-[1-3].html
9581           faq/es/sylpheed-faq-4.html     **NEW FILE **
9582                 update Spanish FAQ
9583
9584 2002-08-13 [christoph]  0.8.1claws57
9585
9586         * src/procmsg.c
9587                 ignore thread fix that did not mark all
9588                 child nodes of a ignored thread as
9589                 ignored. Does not work perfectly yet,
9590                 but it is better now
9591
9592 2002-08-13 [alfons]     0.8.1claws56
9593
9594         * src/crash.c
9595                 o implement 'save crash log'
9596                 o some tweaks
9597
9598 2002-08-13 [melvin]     0.8.1claws55
9599
9600         * src/main.c
9601                 removed unrequired "execinfo.h" header
9602
9603 2002-08-12 [paul]       0.8.1claws54
9604
9605         * faq/en/sylpheed-faq.html
9606           faq/en/sylpheed-faq-[1-3].html
9607           faq/en/sylpheed-faq-4.html     **NEW FILE **
9608                 update English FAQ
9609
9610 2002-08-12 [alfons]     0.8.1claws53
9611
9612         * po/POTFILES.in
9613                 add crash.c to translatables
9614         * src/crash.c
9615                 bring in Leandro's crash dialog
9616
9617 2002-08-11 [alfons]     0.8.1claws52
9618
9619         * src/crash.c
9620                 clean up some warnings
9621
9622 2002-08-11 [alfons]     0.8.1claws51
9623
9624         * acconfig.h
9625         * configure.in
9626         * src/crash.[ch]        ** NEW FILES **
9627         * src/main.c            
9628                 initial gdb crash handler
9629
9630 2002-08-11 [paul]       0.8.1claws50
9631
9632         * src/prefs_toolbar.c
9633                 replace Up/Down arrow pixmaps with text to be
9634                 consistent across icon themes
9635
9636 2002-08-11 [paul]       0.8.1claws49
9637
9638         * src/prefs_common.c
9639           src/prefs_toolbar.c
9640                 rename 'Pixmap' -> 'Icon'
9641
9642         * src/toolbar.[ch]
9643                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9644
9645 2002-08-10 [paul]       0.8.1claws48
9646
9647         * src/prefs_toolbar.c
9648                 re-work the UI
9649
9650 2002-08-10 [paul]       0.8.1claws47
9651
9652         * src/main.c
9653                 don't write Processing progress to status bar
9654                 patch submitted by Alexander Evseev
9655
9656         * src/prefs_toolbar.c
9657                 re-position and resize window
9658                 make window assume correct size on first call
9659
9660 2002-08-10 [paul]       0.8.1claws46
9661
9662         * src/mainwindow.c
9663           src/prefs_toolbar.c
9664           src/toolbar.c
9665           src/toolbar.h
9666                 obey coding style
9667                 follow UI text conventions
9668
9669 2002-08-10 [alfons]     0.8.1claws45
9670
9671         * src/toolbar.c
9672                 correct pixmap for delete action
9673
9674 2002-08-10 [paul]       0.8.1claws44
9675
9676         * po/pt_BR.po
9677                 updated by Fabio Jr. Beneditto
9678
9679 2002-08-10 [paul]       0.8.1claws43
9680
9681         * po/POTFILES.in
9682                 add custom toolbar files
9683
9684 2002-08-10 [paul]       0.8.1claws42
9685
9686         * sync with 0.8.1cvs22
9687                 see ChangeLog 2002-08-09
9688
9689 2002-08-09 [paul]       0.8.1claws41
9690
9691         * tools/Makefile.am
9692           tools/README
9693           tools/outlook2sylpheed.pl     ** NEW FILE **
9694                 add script to convert exported Outlook
9695                 contacts list to a Sylpheed addressbook.
9696                 Submitted by Ricardo Mones Lastra.
9697
9698 2002-08-09 [paul]       0.8.1claws40
9699
9700         * AUTHORS
9701           configure.in
9702           po/sr.po      ** NEW FILE **
9703                 add Serbian message catalog. Submitted by
9704                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9705
9706 2002-08-09 [paul]       0.8.1claws39
9707
9708         * sync with 0.8.1cvs21
9709                 see ChangeLog 2002-08-08
9710
9711 2002-08-08 [oliver]     0.8.1claws38
9712
9713         * src/mainwindow.c
9714                 move Custom Toolbar to Configuration menu
9715
9716 2002-08-08 [oliver]     0.8.1claws37
9717
9718         * src/prefs_toolbar.c
9719                 fix substitute pixmap bug
9720
9721 2002-08-08 [paul]       0.8.1claws36
9722
9723         * sync with 0.8.1cvs19
9724                 see ChangeLog 2002-08-08
9725
9726 2002-08-07 [christoph]  0.8.1claws35
9727
9728         * src/utils.c
9729                 fixed a memory leak in new canonicalize_file_replace
9730
9731 2002-08-07 [christoph]  0.8.1claws34
9732
9733         * src/utils.[ch]
9734                 o canonicalize_file_replace should create the temporary
9735                   file in the same directory as the original file.
9736                 o added get_tmpfile_in_dir that creates a temorary file
9737                   in a specified directory.
9738
9739 2002-08-07 [melvin]     0.8.1claws33
9740
9741         * src/toolbar.c
9742                 fixed bug where 'Article' button acted as 'Email' button.
9743
9744 2002-08-07 [paul]       0.8.1claws32
9745
9746         * sync with 0.8.1.cvs17
9747                 see ChangeLog 2002-08-07
9748
9749 2002-08-07 [colin]      0.8.1claws31
9750         
9751         * src/news.c
9752                 fix mass-cancel problem
9753
9754 2002-08-07 [thorsten]   0.8.1claws30
9755
9756         * src/prefs_toolbar.c
9757                 fix: crash on replace or add new button
9758         * src/toolbar.c
9759                 fix: close xmlfile after reading
9760         * src/utils.c
9761                 fix: unlink() file before rename()
9762
9763 2002-08-06 [paul]       0.8.1claws29
9764
9765         * sync with 0.8.cvs15
9766                 see ChangeLog 2002-08-06
9767
9768 2002-08-06 [oliver]     0.8.1claws28
9769
9770         * src/toolbar.c
9771         * src/prefs_toolbar.c
9772                 fixed empty toolbar issue
9773
9774 2002-08-06 [oliver]     0.8.1claws27
9775
9776         * Custom Toolbar Final 
9777         * src/folderview.c
9778         * src/inc.c
9779         * src/summaryview.c
9780                 o toolbar stuff now lives in src/toolbar.[ch]
9781                 o main_window_toolbar_* functions are renamed to
9782                   toolbar_* reflecting their new source file
9783         * src/mainwindow.[ch]
9784                 o remove toolbar stuff  
9785
9786 2002-08-06 [oliver]     0.8.1claws26
9787         
9788         * src/Makefile.am
9789         * src/prefs_toolbar.[ch]        **New File**
9790         * src/toolbar.[ch]              **New File**
9791                 o prefs_toolbar.[ch] custom toolbar frontend
9792                 o toolbar.[ch]       backend 
9793
9794 2002-08-06 [oliver]     0.8.1claws25
9795
9796         * src/prefs_actions.[ch]
9797                 o new exported function actions_execute
9798
9799 2002-08-06 [paul]       0.8.1claws24
9800
9801         * sync with 0.8.1cvs4
9802                 see ChangeLog 2002-08-06
9803
9804 2002-08-06 [paul]       0.8.1claws23
9805
9806         * sync with 0.8.1cvs13
9807                 see ChangeLog 2002-08-06
9808
9809 2002-08-06 [paul]       0.8.1claws22
9810
9811         * sync with 0.8.1cvs12
9812                 see ChangeLog 2002-08-05 and 2002-08-06
9813
9814 2002-08-06 [match]      0.8.1claws21
9815
9816         * src/addrclip.c
9817                 improvements to cut/copy/paste address
9818
9819 2002-08-05 [match]      0.8.1claws20
9820
9821         * src/addritem.[ch]
9822         * src/addrcache.c
9823         * src/addrbook.c
9824         * src/editaddress.c
9825         * src/addressbook.c
9826                 fixes to improve cut/copy/paste
9827
9828 2002-08-06 [melvin]     0.8.1claws19
9829
9830         * src/account.[ch]
9831                 account_find_all_from_address(): new function that returns the
9832                 list of all accounts that are matched in an address.
9833         * src/alertpanel.[ch]
9834                 alertpanel() now accepts a custom widget
9835                 alertpanel_with_widget(): new function that pops up a panel with
9836                 a custom widget in it 
9837         * src/gtkutils.[ch]
9838                 gtkut_account_menu_new(): new function that allows the selection
9839                 of an account from a list of accounts.
9840         * src/messageview.c
9841                 Extended Return Receipt notification to select the correct 
9842                 account and to make a security test on the Delivery-Notification
9843                 address which should be the same as the Return-Path.
9844
9845 2002-08-06 [thorsten]   0.8.1claws18
9846
9847         * src/mimeview.c
9848                 attach_all: save unnamed as "noname.%d",
9849                 dont free static dirname
9850
9851 2002-08-05 [alfons]     0.8.1claws17
9852
9853         * configure.in
9854                 detect XIM by trying to link rather than compile a XIM program
9855
9856 2002-08-05 [oliver]     0.8.1claws16
9857                 
9858         * src/stock_pixmap.[ch]
9859                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9860                 o new func to retrieve pixmaps
9861
9862 2002-08-05 [paul]       0.8.1claws15
9863
9864         * sync with 0.8.1cvs10
9865                 see ChangeLog 2002-08-05
9866
9867 2002-08-04 [alfons]     0.8.1claws14
9868
9869         * src/textview.c
9870                 see if this plugs memleak
9871
9872 2002-08-04 [melvin]     0.8.1claws13
9873
9874         * src/gtkspell.c
9875                 fixed bug that could crash Sylpheed when highlighting
9876                 all misspelled words.
9877
9878 2002-08-03 [melvin]     0.8.1claws12
9879
9880         * src/prefs_actions.c
9881                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9882         * src/messageview.c
9883                 fixed bug where the Return Receipt was sent to
9884                 Delivery-Notification-To address even if it was not present
9885
9886 2002-08-02 [alfons]     0.8.1claws11
9887
9888         * src/prefs_actions.c
9889                 o more check for NULLs
9890                 o put create_io_dialog() in right conditional block
9891
9892 2002-08-02 [paul]       0.8.1claws10
9893
9894         * po/es.po
9895                 updated by Ricardo Mones Lastra
9896
9897 2002-08-01 [christoph]  0.8.1claws9
9898
9899         * src/folder.c
9900                 don't free the cache of the opened
9901                 folder in the summaryview
9902         * src/summaryview.c
9903                 don't unset flags, if it is not required
9904
9905 2002-08-01 [paul]       0.8.1claws8
9906
9907         * sync with 0.8.1cvs8
9908                 see ChangeLog entry 2002-08-01
9909
9910 2002-08-01 [paul]       0.8.1claws7
9911
9912         * sync with 0.8.1cvs7
9913                 see ChangeLog 2002-07-31 and 2002-08-01
9914
9915 2002-07-31 [christoph]  0.8.1claws6
9916
9917         * src/mainwindow.c
9918                 forgot to update menu sensitivity
9919                 function for new menu entry
9920
9921 2002-07-31 [alfons]     0.8.1claws5
9922
9923         * src/main.c
9924                 check folder item and its path for NULL on
9925                 initial processing
9926
9927 2002-07-31 [christoph]  0.8.1claws4
9928
9929         * src/folder.c
9930                 check if folder_item_get_msginfo in
9931                 folder_item_remove_msg returned NULL
9932         * src/imap.c
9933                 better clear the uid cache in the
9934                 uid validity check function and delete
9935                 cached messages
9936
9937 2002-07-31 [paul]       0.8.1claws3
9938
9939         * man/sylpheed.1
9940                 add the '--attach' option and a few other
9941                 minor changes
9942
9943 2002-07-31 [paul]       0.8.1claws2
9944
9945         * sync with 0.8.1cvs5
9946                 see ChangeLog 2002-07-31
9947
9948 2002-07-31 [christoph]  0.8.1claws1
9949
9950         * src/folderview.[ch]
9951         * src/mainwindow.c
9952                 replace "Rescan all folders..." with
9953                 "Check all folders for new messages..."
9954
9955 2002-07-30 [paul]       0.8.1claws
9956
9957         * version 0.8.1claws released
9958
9959 2002-07-30 [paul]       0.8.0claws29
9960
9961         * tools/OOo2sylpheed.pl ** NEW FILE **
9962           tools/README
9963                 add script to enable sending documents as
9964                 attachments from OpenOffice.org
9965
9966 2002-07-30 [melvin]     0.8.0claws28
9967
9968         * src/prefs_actions.c
9969                 Made the actions' input/output dialog display
9970                 without delay.
9971
9972 2002-07-30 [christoph]  0.8.0claws27
9973
9974         * src/procmsg.c
9975                 check if folder_item_get_msginfo in
9976                 procmsg_save_to_outbox returned NULL
9977
9978 2002-07-30 [paul]       0.8.0claws26
9979
9980         * sync with 0.8.1cvs4
9981                 see ChangeLog 2002-07-29
9982
9983 2002-07-29 [thorsten]   0.8.0claws25
9984
9985         * README.claws
9986                 added selective download, delete on server
9987
9988 2002-07-29 [paul]       0.8.0claws24
9989
9990         * sync with 0.8.1cvs3
9991                 see ChangeLog 2002-07-29
9992
9993 2002-07-27 [christoph]  0.8.0claws23
9994
9995         * src/folder.c
9996                 add extra check if fetching the msginfo
9997                 returned NULL
9998
9999 2002-07-27 [paul]       0.8.0claws22
10000
10001         * sync with 0.8.1cvs2
10002                 see ChangeLog 2002-07-26
10003
10004 2002-07-27 [christoph]  0.8.0claws21
10005
10006         * src/imap.c
10007                 add another check if a valid msginfo
10008                 was returned
10009
10010 2002-07-26 [hoa]        0.8.0claws20
10011
10012         * src/folder.c
10013                 Fixed a condition in folder_item_destroy()
10014
10015         * src/imap.c
10016                 Fixed an error in IMAP protocol
10017
10018 2002-07-26 [alfons]     0.8.0claws19
10019
10020         * src/folder.c
10021                 ofcourse compare with identifier, not the path
10022
10023 2002-07-26 [alfons]     0.8.0claws18
10024
10025         * src/folder.c
10026                 use folder item identifier for saving / restoring
10027                 preferences because folder->path might not be unique
10028
10029 2002-07-26 [melvin]     0.8.0claws17
10030
10031         * src/logwindow.c
10032                 Fixed a crash introduced in 0.8.0claws5 when log is 
10033                 cut under 80 characters.
10034
10035 2002-07-26 [paul]       0.8.0claws16
10036
10037         * sync with 0.8.1cvs1
10038                 see ChangeLog 2002-07-26
10039
10040 2002-07-26 [christoph]  0.8.0claws15
10041
10042         * src/imap.[ch]
10043                 imap folder now remembers the last selected
10044                 folder and imap_fetch_msginfo skips selecting
10045                 the folder if it is already selected
10046
10047 2002-07-26 [christoph]  0.8.0claws14
10048
10049         * src/folder.c
10050         * src/folderview.c
10051         * src/imap.c
10052                 fix imap folder rescanning
10053
10054 2002-07-25 [christoph]  0.8.0claws13
10055
10056         * src/filter.c
10057         * src/folder.[ch]
10058         * src/folderview.c
10059         * src/imap.[ch]
10060         * src/mainwindow.c
10061         * src/mbox_folder.c
10062         * src/mh.c
10063         * src/news.c
10064                 implement imap uid cache and uid validity check
10065
10066 2002-07-25 [alfons]     0.8.0claws12
10067
10068         * src/summaryview.c
10069                 fix a brown paper bag bug, and also add some more
10070                 checks
10071
10072 2002-07-25 [christoph]  0.8.0claws11
10073
10074         * src/folder.c
10075                 don't mix copy, fetch_msginfo and remove
10076                 operations in folder item copy and move
10077                 operations
10078
10079 2002-07-25 [christoph]  0.8.0claws10
10080
10081         * src/folderview.c
10082         * src/mainwindow.c
10083         * src/prefs_folder_item.c
10084         * src/summaryview.[ch]
10085                 remove no longer required parameter update_cache from
10086                 summary_show
10087
10088 2002-07-25 [paul]       0.8.0claws9
10089
10090         * sync with 0.8.1
10091         
10092         * AUTHORS
10093                 a few corrections
10094
10095 2002-07-24 [alfons]     0.8.0claws8
10096
10097         * src/summaryview.c
10098                 sort correctly when using simplified subject line
10099                 (closes feature request "[ 585141 ] applying regexp to subject 
10100                 before sort" submitted by Alexandra Walford)
10101
10102 2002-07-24 [paul]       0.8.0claws7
10103
10104         * sync with 0.8.0cvs3
10105                 see ChangeLog 2002-07-24
10106
10107 2002-07-23 [christoph]  0.8.0claws6
10108
10109         * src/folder.c
10110         * src/folder.h
10111         * src/summaryview.c
10112         * src/summaryview.h
10113         * src/main.c
10114                 o separate processing and summaryview
10115                 o removed summary_write_cache from summaryview
10116                 o removed summaryview->killed_messages, because we don't have
10117                   to keep a list of killed messages anymore. New cache will
10118                   keep the hidden messages in cache anyway
10119         * src/folderview.c
10120         * src/inc.c
10121         * src/selective_download.c
10122                 o removed unnecessary summary_write_cache calls
10123         * src/procmsg.c
10124                 o don't set ignore thread flag in procmsg_get_thread_tree
10125                   if it is already set
10126         * src/mainwindow.c
10127         * src/statusbar.h
10128                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10129                   they are used in different files
10130
10131 2002-07-23 [melvin]     0.8.0claws5
10132
10133         * src/addressbook.c
10134         * src/addrgather.c
10135         * src/editaddress.c
10136         * src/editgroup.c
10137         * src/editldap_basedn.c
10138         * src/importldif.c
10139         * src/prefs_common.c
10140                 Fixed few memory leak (gtk_editable_get_chars returns
10141                 an allocated string)
10142         * src/logwindow.c
10143                 Fixed few memory leak (gtk_editable_get_chars returns
10144                 an allocated string) and modified a little the log cutting
10145                 loop.
10146         * src/compose.c
10147                 Replaced a call to an obsolete function gtk_entry_get_text()
10148                 by gtk_editable_get_chars()
10149         * src/send.c
10150                 Removed a debug printf
10151
10152 2002-07-23 [christoph]  0.8.0claws4
10153
10154         * src/filesel.c
10155                 fix another g_dirname memory leak
10156
10157 2002-07-23 [christoph]  0.8.0claws3
10158
10159         * src/mh.c
10160                 fixed a memory leak in mh_fetch_msginfo
10161                 fixed crash when message header could not be
10162                 parsed
10163
10164 2002-07-23 [paul]       0.8.0claws2
10165
10166         * sync with 0.8.0cvs2
10167                 see ChangeLog 2002-07-23
10168
10169 2002-07-23 [paul]       0.8.0claws1
10170
10171         * sync with 0.8.0cvs1
10172                 see ChangeLog 2002-07-23
10173
10174 2002-07-23 [paul]       0.8.0claws
10175
10176         * release of 0.8.0claws
10177
10178 2002-07-23 [paul]       0.7.8claws99
10179
10180         * po/ru.po
10181                 new Russian translation, submitted by
10182                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10183
10184 2002-07-22 [jens]       0.7.8claws98
10185
10186         * po/de.po
10187                 Updated German translations.
10188
10189 2002-07-22 [paul]       0.7.8claws97
10190
10191         * po/es.po
10192           po/it.po
10193           po/nl.po
10194           po/pt_BR.po
10195                 updated translations by Ricardo Mones Lastra,
10196                 Alessandro Maestri, Wilbert Berendsen and 
10197                 Fabio Jr. Beneditto respectively
10198
10199 2002-07-22 [christoph]  0.7.8claws96
10200
10201         * src/mimeview.c
10202                 fix memory leak caused by wrong g_dirname usage
10203
10204 2002-07-22 [christoph]  0.7.8claws95
10205
10206         * src/summaryview.c
10207                 update new and unread message counts for summaryview
10208                 summaryview does not get it from the folder anymore
10209                 and has to update the values itself
10210
10211 2002-07-22 [melvin]     0.7.8claws94
10212
10213         * po/fr.po
10214                 Updated French translations.
10215
10216 2002-07-22 [christoph]  0.7.8claws93
10217
10218         * src/matcher.c
10219                 set prop->preg pointer to NULL or following check
10220                 will not fail and regexec will be called with
10221                 invalid pointer
10222
10223 2002-07-21 [alfons]     0.7.8claws92
10224         
10225         * src/prefs_common.[ch]
10226                 remove option "Send return receipt on request"
10227
10228 2002-07-21 [thorsten]   0.7.8claws91
10229
10230         * src/mimeview.c
10231                 fixed memleaks, coding style as pointed out by alfons
10232
10233 2002-07-21 [alfons]     0.7.8claws90
10234
10235         * src/messageview.c
10236         * src/noticeview.[ch]
10237                 o fix bug notice view being displayed when going to empty folder 
10238                   (noticed by Christoph)
10239                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10240                   (noticed by Thorsten)
10241
10242 2002-07-21 [thorsten]   0.7.8claws89
10243
10244         * src/mimeview.c
10245                 Included save_all patch from Xaview FACQ
10246                 added support for pathnames
10247
10248 2002-07-21 [alfons]     0.7.8claws88
10249
10250         * po/POTFILES.in
10251         * src/Makefile.am
10252         * src/mainwindow.c
10253         * src/messageview.[ch]
10254         * src/noticeview.c      ** NEW FILE **
10255         * src/noticeview.h      ** NEW FILE **
10256                 make return receipts work again
10257                 (UI idea by Leandro Pereira)
10258
10259 2002-07-21 [paul]       0.7.8claws87
10260
10261         * src/summaryview.c
10262                 fix sensitivity of 'Select thread'
10263
10264 2002-07-21 [paul]       0.7.8claws86
10265
10266         * src/prefs_common.c
10267                 add browser command line for Galeon
10268
10269 2002-07-21 [paul]       0.7.8claws85
10270
10271         * Makefile.am
10272                 fix 'EXTRA_DIST': remove README.README, add TODO
10273                 and TODO.claws
10274
10275 2002-07-21 [alfons]     0.7.8claws84
10276
10277         * src/gtkstext.c
10278                 make enter clear selection
10279                 (closes "[ 579888 ] Editor selection/entry error"
10280                 reported by Steve Lamb)
10281
10282 2002-07-21 [alfons]     0.7.8claws83
10283         
10284         * src/summaryview.c
10285                 sort message list when selecting unthread messages
10286                 (closes "[ 501593 ] switching threaded view doesn't sort"
10287                 reported by Simon Schubert)
10288
10289 2002-07-20 [alfons]     0.7.8claws82
10290         
10291         * src/matcher.c
10292                 const-correctness
10293
10294 2002-07-20 [thorsten]   0.7.8claws81
10295
10296         * src/matcher.c
10297                 Fixed expansion of empty fields in matchactions
10298
10299 2002-07-19 [melvin]     0.7.8claws80
10300
10301         * src/gtkspell.c
10302                 Removed a duplicate menu entry (fast mode) introduced during
10303                 the new cache merge
10304                 Added a menu separator between 'Use alternate' and 'Fast mode'
10305
10306 2002-07-19 [paul]       0.7.8claws79
10307
10308         * tools/Makefile.am
10309           tools/README
10310                 correct typos
10311
10312 2002-07-19 [thorsten]   0.7.8claws78
10313
10314         * tools/calypso_convert.pl      ** NEW FILE **
10315           tools/README
10316           tools/Makefile.am
10317                 script to import mbox files exported
10318                 by calypso
10319                 o generates folder structure
10320                 o includes attachments
10321
10322 2002-07-19 [melvin]     0.7.8claws77
10323
10324         * src/selective_download.[ch]
10325                 Fixed bug where closing the dialog with the window manager's
10326                 close button will not unlock the summary
10327                 Corrected some function declarations that missed a return value
10328                 Made the source code comply better with coding style.
10329         * src/prefs_common.c
10330                 Added new browser command line for Mozilla.
10331
10332 2002-07-18 [paul]       0.7.8claws76
10333
10334         * src/mainwindow.c
10335           src/selective_download.[ch]
10336                 reflect theme changes, fix Gdk Warning when creating 
10337                 pixmap from NULL window, and minor clean up.
10338                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10339
10340         * po/en_GB.po
10341                 updated
10342
10343 2002-07-17 [paul]       0.7.8claws75
10344
10345         * INSTALL[.jp]
10346                 sync with 0.8.0
10347         
10348         * po/en_GB.po
10349                 updated
10350
10351 2002-07-16 [paul]       0.7.8claws74
10352
10353         * tools/filter_conv.pl
10354           tools/README
10355                 replace conversion script with reimplemented version, 
10356                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10357
10358 2002-07-16 [colin]      0.7.8claws73
10359
10360         * src/summaryview.c
10361                 remove forgotten debug messages - sorry ;-)
10362
10363 2002-07-16 [colin]      0.7.8claws72
10364
10365         * src/mimeview.c
10366           src/summaryview.c
10367           src/textview.c
10368           src/textview.h
10369                 add the ability to select part of a text mime-part 
10370                 to reply.
10371
10372 2002-07-15 [christoph]  0.7.8claws71
10373
10374         * src/folder.c
10375                 fix folder message count for folders without
10376                 msg_is_changed (includes news folders)
10377
10378 2002-07-15 [martin]     0.7.8claws70
10379
10380         * src/summaryview.c
10381                 option "display recipient on 'From'..." now works
10382                 without the need of enabling the option
10383                 "display  sender  using  address  book".
10384
10385 2002-07-15 [christoph]  0.7.8claws69
10386
10387         * src/summaryview.c
10388                 removed setting folder status from summaryview.
10389                 folder.c should update all message counts correctly.
10390
10391 2002-07-15 [paul]       0.7.8claws68
10392
10393         * po/pt_BR.po
10394                 updated by Fabio Junior Beneditto
10395
10396 2002-07-15 [darko]      0.7.8claws67
10397
10398         * src/mh.c
10399                 Fixed target folder colorization, don't decrease op
10400                 number twice
10401
10402 2002-07-14 [paul]       0.7.8claws66
10403
10404         * sync with main 0.8.0
10405                 see ChangeLog 2002-07-14
10406
10407 2002-07-13 [melvin]     0.7.8claws65
10408         
10409         * src/addrbook.c
10410         * src/addressbook.c
10411         * src/addrindex.c
10412                 Replaced sprintf by g_snprintf to prevent possible buffer
10413                 overflow.
10414         * src/news.c
10415                 Corrected a log message output format.
10416                 Added a missing "done" debug output.
10417         * src/compose.c
10418                 Added keyboard accelerator for Priority menu items
10419                 Added missing \n in debug output
10420         * src/logwindow.c
10421         * src/gtkspell.c
10422         * src/rfc2015.c
10423                 Added missing \n in debug output
10424
10425 2002-07-13 [paul]       0.7.8claws64
10426
10427         * man/sylpheed.1
10428                 change Sergey's email address to the sf address
10429
10430         * src/textview.c
10431                 increase show_url_timeout (more useful for long
10432                 urls)
10433
10434 2002-07-12 [sergey]     0.7.8claws63
10435
10436         * src/rfc2015.c
10437                 applied (with some modifications) patch to set the
10438                 micalg parameter for signatures
10439                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10440
10441 2002-07-12 [sergey]     0.7.8claws62
10442
10443         * man/Makefile.am
10444         * configure.in
10445                 fixed man page installation
10446
10447 2002-07-12 [paul]       0.7.8claws61
10448
10449         * sync with 0.7.8cvs26
10450                 see ChangeLog 2002-07-11 and 2002-07-12
10451
10452 2002-07-11 [christoph]  0.7.8claws60
10453
10454         * src/compose.c
10455         * src/procmsg.c
10456                 first use the message number to find the message
10457                 to mark with a reply flag but check the
10458                 message-id if we got the correct message, if not
10459                 try to find it by message-id.
10460                 use new string seperator that is not allowed
10461                 in message-ids.
10462
10463 2002-07-11 [paul]       0.7.8claws59
10464
10465         * sync with 0.7.8cvs23
10466                 see ChangeLog 2002-07-10
10467
10468 2002-07-10 [christoph]  0.7.8claws58
10469
10470         * src/folder.[ch]
10471         * src/msgcache.[ch]
10472                 Added message-id table to the cache in memory
10473                 and functions to msgcache.c and folder.c to
10474                 fetch MsgInfos by message id
10475         * src/compose.c
10476         * src/procmsg.c
10477                 store folder and message-id of message replying
10478                 to in queue header and set reply flag after sending
10479                 (Closes bug #469498)
10480
10481 2002-07-10 [paul]       0.7.8claws57
10482
10483         * AUTHORS
10484           man/sylpheed.1.gz
10485                 add Martin to the list of authors
10486
10487 2002-07-09 [martin]     0.7.8claws56
10488         * src/gtksctree.c
10489                 Added gtk_ctree_last_visible(), tree_update_level(),
10490                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10491                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10492                 from gtk+ to gtksctree.c for the new sorting code
10493                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10494                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10495         * src/gtksctree.h
10496                 Added declaration for gtk_sctree_sort_recursive() and
10497                 gtk_sctree_sort_node
10498         * src/addressbook.c
10499         * src/foldersel.c
10500         * src/folderview.c
10501         * src/summaryview.c
10502                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10503                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10504
10505 2002-07-08 [paul]       0.7.8claws55
10506
10507         * more sync with 0.7.8cvs21
10508                 see ChangeLog 2002-07-08
10509
10510 2002-07-08 [paul]       0.7.8claws54
10511
10512         * sync with 0.7.8cvs21
10513                 see ChangeLog 2002-07-08
10514
10515 2002-07-07 [alfons]     0.7.8claws53
10516
10517         * src/Makefile.am
10518         * src/stock_pixmap.[ch]
10519         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10520         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10521         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10522                 add new pixmaps for upcoming notice pane
10523
10524 2002-07-06 [melvin]     0.7.8claws52
10525
10526         * src/gtkspell.[ch]
10527                 Made them a bit closer to Sylpheed's coding style.
10528                 Removed old code.
10529                 Removed possible memory leaks when some errors occurs.
10530
10531 2002-07-06 [melvin]     0.7.8claws51
10532
10533         * po/Makefile.in.in
10534                 Removed --no-location in xgettext command line to help
10535                 translators that use Emacs' po-mode
10536         * src/quote_fmt.c
10537                 Removed unnecessary comments that messed up sylpheed.pot
10538
10539 2002-07-06 [paul]       0.7.8claws50
10540
10541         * sync with 0.7.8cvs19
10542                 see ChangeLog 2002-07-05
10543
10544 2002-07-06 [christoph]  0.7.8claws49
10545
10546         * src/folder.c
10547         * src/mainwindow.c
10548                 fix folder_item_remove_all_msg and folderview
10549                 status for trash folders after emptying trash
10550
10551 2002-07-05 [paul]       0.7.8claws48
10552
10553         * sync with 0.7.8cvs16
10554                 see ChangeLog 2002-07-04 and 2002-07-05
10555
10556 2002-07-04 [paul]       0.7.8claws47
10557
10558         * sync with 0.7.8cvs14
10559                 see  ChangeLog 2002-07-04
10560
10561 2002-07-03 [alfons]     0.7.8claws46
10562
10563         * src/folder.c
10564                 dupe folder item's path because it's being reallocated
10565                 by new folder scanning code
10566
10567 2002-07-03 [christoph]  0.7.8claws45
10568
10569         * src/imap.c
10570                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10571         * src/msgcache.c
10572                 add missing return in msgcache_write
10573
10574 2002-07-02 [thorsten]   0.7.8claws44
10575
10576         * src/jpilot.c
10577         * src/msgcache.c
10578         * src/rfc2015.c
10579                 use binary mode for file access
10580
10581 2002-07-02 [christoph]  0.7.8claws43
10582
10583         * major code cleanup (part 1)
10584         
10585                 - unused variables removed
10586                 - unused functions removed
10587                 - uninitialized variables checked
10588                 - missing return statements added
10589                 - missing function return types added
10590                 - added parentheses around assignment and
10591                   && in || when suggested by gcc
10592               
10593         * src/mh.c
10594         * src/folder.c
10595                 replaced direct calls to folder->scan_tree
10596                 with folder_scan_tree and restore folder
10597                 prefs in this function. The folder should
10598                 not have to deal with them.
10599                 ( Should now work for all folder types )
10600
10601 2002-07-02 [paul]       0.7.8claws42
10602
10603         * sync with 0.7.8cvs13
10604                 see ChangeLog 2002-07-01 and 2002-07-02
10605
10606 2002-07-01 [christoph]  0.7.8claws41
10607
10608         * src/summaryview.c
10609                 fix "goto next/prev unread message" with
10610                 ignored threads
10611
10612 2002-07-01 [paul]       0.7.8claws40
10613
10614         * po/es.po
10615                 updated by Ricardo Mones Lastra
10616
10617 2002-06-30 [match]      0.7.8claws39
10618
10619         * src/jpilot.c
10620                 applied variation of leonerd's patch (566661) to
10621                 allow multiple email addresses per JPilot entry.
10622                 addresses may be separated by space, comma, pipe,
10623                 semi-colon, new-line.
10624
10625 2002-06-30 [alfons]     0.7.8claws38
10626
10627         * src/procmsg.c
10628                 simple fix for putting older nodes before
10629                 newer nodes when threading by subject
10630
10631 2002-06-30 [christoph]  0.7.8claws37
10632
10633         * src/folder.c
10634         * src/folderview.c
10635         * src/mh.c
10636         * src/news.c
10637         * src/procmsg.c
10638                 fix broken folder tree rescaning
10639                 and don't use procmsg_get_mark_sum
10640                 anymore
10641
10642 2002-06-30 [christoph]  0.7.8claws36
10643
10644         * merge new cache branch
10645         * src/imap.c
10646                 fix new cache imap copy bug
10647         * src/folder.c
10648                 improved folder_item_scan
10649                 it should now always set the correct
10650                 new, unread and total message counts
10651
10652 2002-06-29 [paul]       0.7.8claws35
10653
10654         * configure.in
10655                 correct syntax error
10656
10657 2002-06-29 [paul]       0.7.8claws34
10658
10659         * configure.in
10660           Makefile.am
10661           man/Makefile.am       ** NEW FILE **
10662           man/sylpheed.1.gz     ** NEW FILE **
10663                 add Sylpheed man page
10664
10665 2002-06-29 [paul]       0.7.8claws33
10666
10667         * po/pt_BR.po
10668                 updated by Fabio Junior Beneditto
10669
10670 2002-06-28 [jens]       0.7.8claws32
10671
10672         * po/de.po
10673                 translation updated
10674
10675         * src/selective_download.c
10676                 removed gettext for space " "
10677
10678         * src/imap.c
10679                 removed wrong space
10680
10681 2002-06-28 [paul]       0.7.8claws31
10682
10683         * sync with 0.7.8cvs11
10684                 see ChangeLog 2002-06-28
10685
10686 2002-06-28 [paul]       0.7.8claws30
10687
10688         * sync with 0.7.8cvs10
10689                 see ChangeLog 2002-06-27 and 2002-06-28
10690
10691 2002-06-26 [paul]       0.7.8claws29
10692
10693         * src/addrgather.c
10694           src/selective_download.c
10695                 don't gettextise empty strings.
10696                 reserved by gettext. gettext("") returns 
10697                 the header entry with meta information, 
10698                 not the empty string
10699
10700         * po/en_GB.po
10701                 updated
10702
10703 2002-06-26 [paul]       0.7.8claws28
10704
10705         * sync with 0.7.8cvs7
10706                 see ChangeLog 2002-06-25
10707
10708         * src/prefs_common.c
10709                 ...and in the process, tweak the gui a little
10710
10711 2002-06-25 [alfons]     0.7.8claws27
10712         
10713         * configure.in
10714         * src/Makefile.am
10715                 fine tune ldap library detection
10716
10717 2002-06-25 [alfons]     0.7.8claws26
10718
10719         * src/compose.c
10720                 don't allow return receipts when composing a news article
10721
10722 2002-06-25 [paul]       0.7.8claws25
10723
10724         * Makefile.am
10725                 add '$(AMTAR)' to 'release' section to allow for
10726                 new and older autotools
10727
10728 2002-06-25 [paul]       0.7.8claws24
10729
10730         * src/summaryview.c
10731                 fix "No more unread messages" persistant pop-up
10732                 window bug
10733
10734 2002-06-25 [paul]       0.7.8claws23
10735
10736         * po/it.po
10737                 updated by Alessandro Maestri
10738
10739 2002-06-25 [paul]       0.7.8claws22
10740
10741         * sync with 0.7.8cvs6
10742                 see ChangeLog 2002-06-25
10743
10744 2002-06-24 [paul]       0.7.8claws21
10745
10746         * tools/update-po
10747                 add GPL copyright information
10748
10749 2002-06-24 [paul]       0.7.8claws20
10750
10751         * tools/Makefile.am
10752           tools/README
10753           tools/update-po       ** NEW FILE **
10754                 add script that eases the creation of *.po files
10755                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10756
10757 2002-06-23 [alfons]     0.7.8claws19
10758
10759         * src/messageview.c
10760                 make notification_convert_header obey const correctness
10761                 (next step will be fixing the broken return receipt)
10762
10763 2002-06-23 [paul]       0.7.8claws18
10764
10765         * src/messageview.c
10766                 fix bug introduced in last commit:
10767                 removed too much code in last commit - put back what's
10768                 needed
10769
10770 2002-06-23 [paul]       0.7.8claws17
10771
10772         * src/messageview.[ch]
10773                 remove code committed in error from locally patched
10774                 source
10775
10776 2002-06-23 [colin]      0.7.8claws16
10777
10778         * src/compose.[ch]
10779                 add compose_entry_select(), used to select the default_to
10780                 email address - hopefully avoiding people sending mails to
10781                 wrong recipients.
10782
10783 2002-06-22 [alfons]     0.7.8claws15
10784
10785         * AUTHORS
10786                 add Bram Metsch & Stanislav Karchebny
10787         * src/smtp.[ch]
10788         * src/prefs_account.[ch]
10789         * src/send.c
10790                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10791                   options.  (see <http://sourceforge.net/tracker/index.php
10792                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10793
10794                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10795                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10796
10797 2002-06-22 [paul]       0.7.8claws14
10798
10799         * sync with 0.7.8cvs5
10800                 see ChangeLog 2002-06-19 and 2002-06-20
10801
10802 2002-06-22 [alfons]     0.7.8claws13
10803
10804         * src/selective_download.c
10805                 fix a stupid mistake I made
10806
10807 2002-06-22 [alfons]     0.7.8claws12
10808
10809         * src/selective_download.[ch]
10810                 fix another unnoticed leak; cleanup code
10811
10812 2002-06-21 [alfons]
10813
10814         * tools/Makefile.am
10815                 gpg-sign <-- gpg-sign-syl
10816
10817 2002-06-21 [alfons]     0.7.8claws11
10818
10819         * src/selective_download.c
10820         * src/selective_download.h
10821                 fix assorted mix of allocation errors (should solve
10822                 problem reported by Philippe Gramoullé, see:
10823                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10824
10825 2002-06-20 [melvin]     0.7.8claws10
10826
10827         * tools/gpg-sign *REMOVED*
10828           tools/gpg-sign-syl *ADDED*
10829                 Replaced the gpg clearsigning script with the version using
10830                 xterm instead of ssh-askpass and changed its name.
10831
10832         * README.claws
10833                 Updated actions example to reflect the renaming of the
10834                 gpg clearsigning script.
10835
10836 2002-06-19 [paul]       0.7.8claws9
10837
10838         * sync with 0.7.8claws9
10839                 see ChangeLog 2002-06-18 and 2002-06-19
10840
10841 2002-06-19 [paul]       0.7.8claws8
10842
10843         * sync with 0.7.8cvs1
10844                 see ChangeLog 2002-06-18
10845
10846 2002-06-18 [alfons]     0.7.8claws7
10847
10848         * src/mainwindow.h
10849                 add omitted prototype
10850
10851 2002-06-17 [paul]       0.7.8claws6
10852
10853         * src/mainwindow.c
10854                 fix hiding of exec_btn
10855
10856 2002-06-17 [paul]       0.7.8claws5
10857
10858         * src/pop.c
10859                 remove unneeded code: should_delete() 
10860                 and Pop3State::uidl_todelete_list
10861
10862 2002-06-17 [paul]       0.7.8claws4
10863
10864         * sync with 0.7.8
10865                 see ChangeLog 2002-06-11 and 2002-06-13
10866
10867 2002-06-16 [alfons]     0.7.8claws3
10868         
10869         * src/folder.c
10870                 make sure lock sort mode (claws specific) is
10871                 also persists after a tree rescan
10872
10873 2002-06-16 [alfons]     0.7.8claws2
10874
10875         * src/prefs_folder_item.c
10876         * src/folder.[ch]
10877                 fix persistence of folder sort mode (broken
10878                 by adapting Hiro's new folder persistence code)
10879
10880 2002-06-16 [alfons]     0.7.8claws1
10881
10882         * AUTHORS
10883         * src/logwindow.c
10884         * src/prefscommon.[ch]
10885                 control size of log text in log window; 
10886                 closes patch #569155 submitted by Mitko Haralanov.
10887
10888 2002-06-15 [paul]       0.7.8claws
10889
10890         * release of 0.7.8claws
10891
10892 2002-06-15 [paul]       0.7.7claws
10893
10894         * po/pt_BR.po
10895                 updated by Fabio Junior Beneditto
10896
10897 2002-06-14 [paul]       0.7.6claws49
10898
10899         * po/es.po
10900                 updated by Ricardo Mones Lastra
10901
10902 2002-06-14 [paul]       0.7.6claws48
10903
10904         * po/nl.po
10905                 updated translation by Wilbert Berendsen
10906
10907 2002-06-14 [melvin]     0.7.6claws47
10908
10909         * po/fr.po
10910                 Updated French translation
10911
10912 2002-06-13 [paul]       0.7.6claws46
10913
10914         * src/filesel.c
10915                 allow filename to be typed in, rather than just
10916                 selected by the mouse. Patch by Gustavo Noronha Silva.
10917
10918 2002-06-13 [alfons]     0.7.6claws45
10919
10920         * src/mainwindow.[ch]
10921                 more cleanups (removing unnecessary menu items Expand 
10922                 summary / message view)
10923
10924 2002-06-13 [melvin]     0.7.6claws44
10925
10926         * po/POTFILES.in
10927                 Added src/string_match.c
10928         * src/string_match.c
10929                 Fixed possible buffer overflow.
10930                 Corrected typo.
10931                 Added missing config.h header.
10932         * src/prefs_common.c
10933           src/prefs_matcher.c
10934           src/prefs_scoring.c
10935                 Made some strings translatable (missing _(..)).
10936
10937 2002-06-13 [melvin]     0.7.6claws43
10938
10939         * README.claws
10940                 Corrected action example (verifying clearsigned mail).
10941         * src/prefs_account.c
10942                 Corrected typo.
10943         * src/prefs_common.c
10944                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10945
10946 2002-06-12 [alfons]     0.7.6claws42
10947
10948         * src/summaryview.c
10949                 add init of score column lost in 0.7.6claws42
10950
10951 2002-06-12 [paul]       0.7.6claws41
10952
10953         * src/prefs_account.c
10954                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10955                 behavior of the radio buttons, (from 0.7.7cvs2)
10956
10957 2002-06-11 [alfons]     0.7.6claws40
10958
10959         * src/messageview.[ch]
10960         * src/summaryview.[ch]
10961         * src/summary_search.c
10962         * src/mainwindow.c
10963                 perform a sync to bring in Hiro's separate view implementation 
10964
10965                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10966
10967 2002-06-11 [paul]       0.7.6claws39
10968         
10969         * src/prefs_account.c
10970                 correct a typo on the Receive tab
10971
10972 2002-06-10 [match]      0.7.6claws38
10973
10974         * src/addressbook.c
10975                 Included address completion patch from Gustavo Noronha.
10976
10977 2002-06-10 [paul]       0.7.6claws37
10978
10979         * src/inc.[ch]
10980           src/pop.c
10981           src/prefs_account.[ch]
10982           src/selective_download.[ch]
10983                 apply PATCH #561712
10984                  NEW:
10985                 - check if POP Account
10986                 - Receive Button renamed to Preview
10987                 - Preview Button Popup: preview new/all messages
10988                 - Download Button
10989                 - Account Preferences-->Receive tab checkbutton if you
10990                   want to remove Mail after Download
10991                 -: default YES
10992                 - Account Preferences-->Receive tab checkbutton use
10993                   filtering rules on preview
10994                   (think of delete_on_server)
10995                 -: default YES
10996                 - Account selectable from SD dialog
10997                 - checkbutton to show already downloaded messages if
10998                   all messages are previewed
10999                 - new clist column showing Date
11000                 - ESC KEY close
11001                 FIXES:
11002                 - play ball with UIDL
11003                 - fault tolerant (?) 
11004                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11005
11006 2002-06-10 [melvin]     0.7.6claws36
11007
11008         * README.claws
11009                 Added a hint to ac/README in cvs instructions.
11010
11011         * src/prefs_actions.c
11012                 Made it possible to use a more elaborate command line
11013                 for asynchronous actions, too.
11014
11015 2002-06-10 [melvin]     0.7.6claws35
11016         
11017         * src/prefs_actions.c
11018                 Make it possible to use a more elaborate command line
11019                 (e.g. |foo|bar|cat>there;echo Done|)
11020                 Corrected error message when calling %f, %F and %p commands
11021                 from the compose window.
11022
11023 2002-06-09 [colin]      0.7.6claws34
11024
11025         * src/summaryview.c
11026                 Automatically find unread messages in current folder
11027                 before annoying the user.
11028
11029 2002-06-08 [alfons]     0.7.6claws33
11030
11031         * po/it.po
11032                 remove bad formatting string in it.po translation
11033                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11034
11035 2002-06-08 [paul]       0.7.6claws32
11036
11037         * sync with 0.7.6cvs25
11038                 see ChangeLog 2002-06-07
11039
11040 2002-06-05 [paul]       0.7.6claws31
11041
11042         * src/mainwindow.c
11043                 add 'Sort by locked' and 'Sort by score'
11044
11045 2002-06-05 [paul]       0.7.6claws30
11046
11047         * sync with 0.7.6cvs24
11048                 see ChangeLog 2002-06-04
11049
11050 2002-06-04 [paul]       0.7.6claws29
11051
11052         * po/pt_BR.po
11053                 updated by Fabio Junior Beneditto
11054
11055 2002-06-03 [thorsten]   0.7.6claws28
11056
11057         * src/matcher.c
11058                 fclose() matcherrc after reading
11059
11060 2002-06-03 [paul]       0.7.6claws27
11061
11062         * sync with 0.7.6cvs21
11063                 see ChangeLog 2002-05-31
11064
11065 2002-05-31 [paul]       0.7.6claws26
11066
11067         * sync with 0.7.6cvs20
11068                 see ChangeLog 2002-05-29 and 2002-05-30
11069
11070 2002-05-31 [paul]       0.7.6claws25
11071
11072         * src/imap.c
11073                 hopefully fix last buggy sync
11074
11075         * README.claws
11076                 correct typo in 'Actions' examples
11077
11078 2002-05-29 [paul]       0.7.6claws24
11079
11080         * sync with 0.7.6cvs18
11081                 see ChangeLog 2002-05-28 and 2002-05-29
11082
11083         * src/news.c
11084           src/nntp.[ch]
11085                 sync with above 
11086
11087 2002-05-28 [paul]       0.7.6claws23
11088
11089         * sync with 0.7.6cvs16
11090                 see ChangeLog 2002-05-28
11091
11092 2002-05-27 [thorsten]   0.7.6claws22 
11093
11094         * faq/it/sylpheed-faq-1.html
11095           faq/it/sylpheed-faq-2.html
11096           faq/it/sylpheed-faq-3.html
11097           faq/it/sylpheed-faq.html
11098                 corrected DOS lineendings
11099         * faq/de/sylpheed-faq-1.html
11100           faq/de/sylpheed-faq-2.html
11101           faq/en/sylpheed-faq-1.html
11102           faq/en/sylpheed-faq-2.html
11103           faq/en/sylpheed-faq-3.html
11104           faq/es/sylpheed-faq-1.html
11105           faq/es/sylpheed-faq-2.html
11106           faq/es/sylpheed-faq-3.html
11107           faq/fr/sylpheed-faq-1.html
11108           faq/it/sylpheed-faq-1.html
11109           faq/it/sylpheed-faq-2.html
11110           faq/it/sylpheed-faq-3.html
11111           faq/it/sylpheed-faq.html
11112                 changed ">" to &quot;
11113
11114 2002-05-27 [paul]       0.7.6claws21
11115         
11116         * sync with 0.7.6cvs15
11117                 see ChangeLog 2002-05-27
11118
11119 2002-05-27 [paul]       0.7.6claws20
11120
11121         * src/prefs_account.c
11122                 correct a typo
11123
11124 2002-05-26 [paul]       0.7.6claws19
11125
11126         * tools/README
11127                 correct a typo
11128
11129 2002-05-25 [paul]       0.7.6claws18
11130
11131         * tools/README
11132                 add description of kmail2sylpheed.pl
11133
11134 2002-05-25 [paul]       0.7.6claws17
11135
11136         * tools/kmail2sylpheed.pl       ** NEW FILE **
11137                 perl script that converts an exported Kmail address
11138                 book, converts it to sylpheed addressbook file,
11139                 writes the file to .sylpheed, and updates
11140                 addrbook--index.xml 
11141
11142 2002-05-25 [paul]       0.7.6claws16
11143
11144         * sync with 0.7.6cvs14
11145                 see ChangeLog 2002-05-23
11146
11147 2002-05-24 [paul]       0.7.6claws15
11148
11149         * README.claws
11150                 make a correction and add some more info
11151
11152 2002-05-24 [paul]       0.7.6claws14
11153
11154         * src/compose.c
11155                 fix memory leak in 
11156                 compose_redirect_write_headers_from_headerlist()
11157                 add Subject and Resent-Message-ID to
11158                 compose_redirect_write_headers()
11159                 Received, Subject, and X-UIDL are filtered out in 
11160                 compose_redirect_write_to_file()
11161
11162 2002-05-23 [paul]       0.7.6claws13
11163
11164         * src/compose.[ch]
11165           src/filtering.c
11166           src/mainwindow.c
11167           src/matcher.[ch]
11168           src/matcher_parser_lex.l
11169           src/matcher_parser_parse.y
11170           src/prefs_common.[ch]
11171           src/prefs_filtering.c
11172           src/summaryview.c
11173                 rename 'Bounce' to 'Redirect'
11174
11175 2002-05-23 [paul]       0.7.6claws12
11176
11177         * more sync with 0.7.6cvs13
11178           src/compose.c
11179                 see ChangeLog 2002-05-22
11180
11181 2002-05-22 [paul]       0.7.6claws11
11182
11183         * sync with 0.7.6cvs13
11184           src/codeconv.c
11185                 see ChangeLog 2002-05-20
11186           src/prefs_common.c
11187                 see ChangeLog 2002-05-22
11188
11189 2002-05-21 [melvin]     0.7.6claws10
11190
11191         * src/folderview.c
11192                 Added missing filtering and scoring headers
11193                 Fixed bad function call that showed garbage 
11194                 in Folder->Processing
11195
11196 2002-05-21 [paul]       0.7.6claws9
11197
11198         * tools/Makefile.am
11199                 make all tools executable, (patch by Alfons).
11200
11201 2002-05-20 [alfons]     0.7.6claws8
11202
11203         * src/procheader.c
11204                 don't forget to call mktime() so we have a valid week 
11205                 and year day
11206                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11207
11208 2002-05-20 [paul]       0.7.6claws7
11209
11210         * src/html.c
11211                 fix broken parsing of urls
11212         * src/textview.c
11213                 fix displaying of urls
11214
11215                 both fixes from the patch [547855] by Eugene 
11216                 Brevdo (zonem)
11217
11218 2002-05-19 [alfons]     0.7.6claws6
11219
11220         * configure.in
11221                 make sylpheed configure correctly with the latest
11222                 and greatest of automake / autoconf / gettext
11223
11224 2002-05-19 [alfons]     0.7.6claws5
11225
11226         * src/procheader.c
11227         * src/procheader.h
11228                 add function for returning ime zone offset
11229         * src/quote_fmt.c
11230         * src/quote_fmt_parse.y
11231                 better quotation formatting - does not convert
11232                 to local time, but uses the original date string.
11233                 
11234                 Note: %z inserts the timezone offset (should 
11235                 work also on platforms where strftime does not
11236                 support %z).
11237
11238 2002-05-18 [christoph]  0.7.6claws4
11239
11240         * src/summaryview.c
11241                 fix indentation of some code
11242         * tools/Makefile.am
11243                 fix spaces after \
11244         * src/Makefile.am
11245                 add missing \
11246                 correct path for ignorethread.xpm
11247                 incorrect filename for sylpheed_logo.xpm
11248                 add missing include matcher_parser_parse.h
11249
11250 2002-05-18 [paul]       0.7.6claws3
11251
11252         * sync with 0.7.6cvs8
11253                 see ChangeLog 2002-05-16 and 2002-05-17
11254
11255 2002-05-18 [melvin]     0.7.6claws2
11256
11257         * README.claws
11258                 Corrected an action's definition and fixed some misspellings.
11259
11260 2002-05-18 [paul]       0.7.6claws1
11261
11262         * tools/Makefile.am
11263           tools/gpg-sign        ** new file **
11264           tools/uudec           ** new file **
11265                 add Melvin's Actions scripts
11266
11267         * README.claws
11268                 add Melvin's descriptions for Actions
11269
11270 2002-05-18 [paul]       0.7.6claws
11271
11272         * Version 0.7.6claws released
11273
11274 2002-05-17 [paul]       0.7.5claws32
11275
11276         * po/es.po
11277                 updated by Ricardo Mones Lastra
11278
11279 2002-05-17 [paul]       0.7.5claws31
11280
11281         * src/compose.c
11282                 fix Account prefs default folder for sent/draft/deleted
11283                 messages bug
11284
11285         * po/it.po
11286           po/nl.po
11287                 updated translation by Alessandro Maestri and
11288                 Wilbert Berendsen
11289
11290 2002-05-17 [melvin]     0.7.5claws30
11291
11292         * src/prefs_actions.c
11293                 Fixed bug where using %F not at the end of the command 
11294                 resulted in an additional empty argument being created.
11295                 Thanks to Darko Koruga for reporting the bug.
11296
11297 2002-05-17 [melvin]     0.7.5claws29
11298
11299         * po/fr.po
11300                 Updated French translations.
11301
11302 2002-05-15 [paul]       0.7.5claws28
11303         
11304         * po/es.po
11305                 updated by Ricardo Mones Lastra
11306
11307 2002-05-15 [paul]       0.7.5claws27
11308
11309         * sync with 0.7.6cvs4
11310                 see ChangeLog 2002-05-14 and 2002-05-15
11311
11312 2002-05-14 [paul]       0.7.5claws26
11313
11314         * sync with 0.7.6cvs1
11315                 see ChangeLog 2002-05-13
11316
11317 2002-05-13 [thorsten]   0.7.5claws25
11318
11319         * src/messageview.c
11320                 fix select_all and copy in multipart messages
11321         * src/mainwindow.c
11322                 fix select_all and copy in multipart messages
11323
11324 2002-05-12 [paul]       0.7.5claws24
11325
11326         * src/summaryview.c
11327                 reverse last commit, bug already fixed in 0.7.5claws3
11328
11329 2002-05-12 [netztorte]  0.7.5claws23
11330
11331         * src/summaryview.c
11332                 dont parse empty addressbook (checked in before claws20)
11333
11334 2002-05-12 [melvin]     0.7.5claws22
11335
11336         * src/procmsg.[ch]
11337                 Removed unneeded priority code introduced by the previous 
11338                 commit.
11339
11340 2002-05-12 [melvin]     0.7.5claws21
11341
11342         * src/compose.[ch]
11343                 Added possibility to set message's priority.
11344         * src/procmsg.[ch]
11345                 Added possibility to set message's priority.
11346                 Added missing headers
11347
11348 2002-05-12 [melvin]     0.7.5claws20
11349
11350         * src/prefs_actions.c
11351                 Removed implicitely added quotes around the name
11352                 of the temporary files of mime parts.
11353
11354 2002-05-12 [paul]       0.7.5claws19
11355
11356         * sync with 0.7.5cvs20
11357                 see ChangeLog 2002-05-11
11358
11359 2002-05-12 [alfons]     0.7.5claws18
11360
11361         * src/quote_fmt_lex.l
11362         * src/quote_fmt_parse.y
11363                 allow quote / reply date & time format to be set using
11364                 %D{format}. format is a format string you'd pass to
11365                 strftime() (see man strftime, or the Display tab |
11366                 Date format setting).
11367
11368                 Currently %D converts the date to local time. 
11369
11370 2002-05-11 [paul]       0.7.5claws17
11371
11372         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11373                 see ChangeLog 2002-05-10 and 2002-05-11
11374
11375 2002-05-10 [paul]       0.7.5claws16
11376
11377         * sync with 0.7.5cvs16
11378                 see ChangeLog entries 2002-05-09 and 
11379                 2002-05-10
11380
11381 2002-05-10 [colin]      0.7.5claws15
11382
11383         * src/textview.c
11384                 Corrected a bug that prevented sylpheed to open
11385                 double-clicked URIs.
11386
11387 2002-05-09 [paul]       0.7.5claws14
11388
11389         * sync with 0.7.5cvs14
11390                 see ChangeLog 2002-05-08 and 2002-05-09
11391
11392 2002-05-08 [paul]       0.7.5claws13
11393
11394         * sync with 0.7.5cvs11
11395                 see ChangeLog entry 2002-05-08
11396
11397 2002-05-08 [paul]       0.7.5claws12
11398
11399         * src/mainwindow.c
11400           src/textview.[ch]
11401                 fix segfault on View->Open in new window
11402                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11403
11404 2002-05-07 [paul]       0.7.5claws11
11405
11406         * sync with 0.7.5cvs9
11407                 see ChangeLog entry 2002-05-07
11408
11409 2002-05-06 [paul]       0.7.5claws10
11410
11411         * src/messageview.c
11412           src/textview.c
11413                 display url in statusbar on single-click
11414                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11415
11416 2002-05-06 [match]      0.7.5claws9
11417
11418         * src/addritem.[ch]
11419                 new functions.
11420         * src/addrcache.c
11421                 tidy up.
11422         * src/xmlprops.[ch]
11423                 XML implementation of properties file.
11424         * src/exporthtml.[ch]
11425         * src/expthtmldlg.[ch]
11426         * src/addressbook.c
11427                 export to HTML.
11428
11429 2002-05-02 [sergey]     0.7.5claws8
11430
11431         * src/mainwindow.c (mainwin_entries),
11432           src/prefs_common.c (prefs_send_create()),
11433           src/codeconv.c (locale_table):
11434                 use charset name "Windows-1251" instead of "CP1251".
11435
11436 2002-05-02 [colin]      0.7.5claws7
11437         
11438         * src/compose.c
11439           src/prefs_common.c
11440           src/prefs_folder_item.c
11441                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11442
11443 2002-05-02 [hiro]       0.7.5claws6
11444
11445         * src/imap.c
11446                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11447
11448 2002-05-02 [paul]       0.7.5claws5
11449
11450         * src/compose.c
11451                 more sync with 0.7.5cvs7, see ChangeLog entry
11452                 2002-05-02
11453
11454 2002-05-02 [hiro]       0.7.5claws4
11455
11456         * src/compose.c
11457                 compose_queue_sub():
11458                 check if queue folder exists (closes #550397).
11459                 removed directory creation since it should be handled
11460                 transparently.
11461         * src/imap.c
11462                 imap_add_msg(): return UID for appended message
11463                 (closes #548842).
11464
11465 2002-04-30 [paul]       0.7.5claws3
11466
11467         * src/summaryview.c
11468                 fix account_find_from_address() bug
11469
11470 2002-04-28 [colin]      0.7.5claws2
11471
11472         * src/compose.c
11473           src/textview.c
11474           src/prefs_common.[ch]
11475           src/utils.[ch]
11476                 Added user-definable quotation characters recognition.
11477
11478 2002-04-28 [paul]       0.7.5claws1
11479
11480         * sync with 0.7.5cvs4
11481                 see ChangeLog entry  2002-04-25
11482
11483 2002-04-28 [paul]       0.7.5claws
11484
11485         * po/es.po
11486           po/nl.po
11487           po/pt_BR.po
11488                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11489                 Fabio Junior Beneditto
11490
11491 2002-04-27 [jens]       0.7.4claws103
11492
11493         * po/de.po
11494                 updated German translation.
11495
11496 2002-04-27 [hiro]       0.7.4claws102
11497
11498         * src/summaryview.c
11499                 summary_write_cache(): fixed the mark loss of hidden messages.
11500
11501 2002-04-26 [melvin]     0.7.4claws101
11502
11503         * src/procmsg.c
11504                 fixed a second typo (same one)
11505         * po/fr.po
11506           po/it.po
11507           po/pt_BR.po
11508                 fixed the type again...
11509
11510 2002-04-26 [melvin]     0.7.4claws100
11511
11512         * src/procmsg.c
11513                 fixed a typo in an alert message ("temorary").
11514         * po/it.po
11515         * po/pt_BR.po
11516                 corrected the typo  described above.
11517         * po/fr.po
11518                 updated French translation.
11519
11520 2002-04-26 [darko]      0.7.4claws99
11521
11522         * src/summaryview.c
11523                 fix target folder colorization
11524
11525 2002-04-25 [paul]       0.7.4claws98
11526
11527         * po/it.po
11528                 updated by Alessandro Maestri
11529
11530 2002-04-24 [colin]      0.7.4claws97
11531         
11532         * src/compose.c
11533                 Fixed double "subject is empty" question.
11534
11535 2002-04-23 [colin]      0.7.4claws96
11536         
11537         * src/mimeview.c
11538                 Corrected issue when "automatically display images" was
11539                 not set : first image remained after selecting second.
11540
11541 2002-04-23 [melvin]     0.7.4claws95
11542
11543         * src/prefs_actions.c
11544                 Don't display in/out dialog if there is nothing to show.
11545
11546 2002-04-23 [paul]       0.7.4claws94
11547
11548         * sync with 0.7.5cvs3
11549                 bug fixes: see ChangeLog entry 2002-04-23
11550
11551 2002-04-22 [darko]      0.7.4claws93
11552
11553         * src/compose.c
11554                 fix previous check-in which changed code after
11555                 merge from main
11556
11557 2002-04-22 [paul]       0.7.4claws92
11558
11559         * faq/de/*
11560                 add German FAQ
11561         * faq/en/*
11562           faq/es/*
11563           faq/fr/*
11564                 update English, Spanish and French FAQs
11565         * manual/de/*
11566           manual/es/*
11567                 add German and Spanish manuals
11568         * manual/en/*
11569           manual/fr/*
11570                 update English and French manuals
11571
11572         * src/Makefile.am
11573                 add to and re-arrange the pixmap entries
11574
11575 2002-04-22 [darko]      0.7.4claws91
11576
11577         * src/compose.c
11578                 fix sender initials recognition to only allow
11579                 '>' after the initials
11580
11581 2002-04-21 [paul]       0.7.4claws90
11582
11583         * sync with 0.7.5 release
11584                 see ChangeLog entry 2002-04-21
11585
11586 2002-04-21 [alfons]
11587
11588         * src/Makefile.am
11589                 add colin's new pixmaps to EXTRA_DIST
11590
11591 2002-04-21 [colin]      0.7.4claws89
11592         * src/compose.c
11593         * src/inc.c
11594         * src/mainwindow.[ch]
11595         * src/prefs_common.[ch]
11596         * src/stock_pixmap.[ch]
11597                 Added "Work offline" ability.
11598
11599 2002-04-21 [colin]      0.7.4claws88
11600         
11601         * src/mimeview.c
11602         * src/prefs_common.c
11603         * src/prefs_common.h
11604         * src/textview.c : Added an option to common preferences -> display
11605           to allow user not to automatically display images.
11606
11607 2002-04-21 [paul]       0.7.4claws87
11608
11609         * sync with 0.7.4cvs52
11610                 see ChangeLog entry 2002-04-21 (src/imap.c)
11611
11612 2002-04-21 [paul]       0.7.4claws86
11613
11614         * sync with 0.7.4cvs51
11615                 see ChangeLog entry 2002-04-21
11616
11617 2002-04-21 [paul]       0.7.4claws85
11618
11619         * sync with 0.7.4cvs49
11620                 see ChangeLog entries 2002-04-20 and 2002-04-21
11621
11622         * src/Makefile.am
11623                 clean up: remove old 'stock_' element from xpm 
11624                 filenames.
11625
11626 2002-04-21 [alfons]     0.7.4claws84
11627
11628         apply sync patch from Paul
11629
11630         * src/folderview.c
11631                 use old claws prefs_folder_item_create() for now
11632
11633 2002-04-19 [match]      0.7.4claws83
11634
11635         * src/addressbook.[ch]
11636         * src/addrharvest.[ch]
11637         * src/addrgather.[ch]
11638                 recurse folders.
11639         * src/mainwindow.c
11640         * src/summaryview.[ch]
11641                 change menu option.
11642
11643 2002-04-19 [paul]       0.7.4claws82
11644
11645         * po/pt_BR.po
11646                 updated by Fabio Junior Beneditto
11647
11648 2002-04-14 [alfons]     0.7.4claws81
11649
11650         * src/passphrase.c
11651                 add #include <sys/types.h> for mode_t and off_t 
11652
11653 2002-04-13 [paul]       0.7.4claws80
11654         
11655         * src/main.c
11656           src/passphrase.[ch]
11657           src/pgptext.c
11658           src/prefs_common.[ch]
11659           src/rfc2015.c
11660                 enable storing of GnuPG passphrase for the whole 
11661                 session or a user-defined number of minutes. patch 
11662                 submitted by Ravemax <ravemax@dextrose.com>
11663
11664 2002-04-13 [alfons]     0.7.4claws79
11665
11666         * src/textview.c
11667                 make email parser also stop scanning when encountering separators
11668                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11669
11670 2002-04-13 [paul]       0.7.4claws78
11671
11672         * sync with 0.7.4cvs39
11673                 see ChangeLog entry 2002-04-12
11674
11675 2002-04-11 [paul]       0.7.4claws77
11676
11677         * sync with 0.7.4cvs37
11678                 see ChangeLog entry 2002-04-11
11679
11680 2002-04-11 [paul]       0.7.4claws76
11681
11682         * COPYING 
11683                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11684                 the clause for OpenSSL). sync with sylpheed main
11685
11686 2002-04-09 [melvin]     0.7.4claws75
11687
11688         * src/compose.c
11689                 Made 'Ctrl-Enter' on send ignore some modifiers 
11690                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11691                 to bind other *-Enter (but not Alt-Enter).
11692
11693 2002-04-09 [paul]       0.7.4claws74
11694
11695         * sync with 0.7.4cvs35
11696                 see ChangeLog entries 2002-04-09
11697
11698 2002-04-08 [paul]       0.7.4claws73
11699
11700         * sync with 0.7.4cvs33
11701                 see ChangeLog entry 200-04-08
11702
11703 2002-04-07 [match]      0.7.4claws72
11704
11705         * src/addrharvest.[ch]
11706                 fixed to read all addresses in header, regardless
11707                 of header size. improved name parsing. accommodate
11708                 harvest from folders and selected message.
11709         * src/addritem.[ch]
11710                 included new address parsing function.
11711         * src/addrgather.[ch]
11712         * src/addressbook.[ch]
11713         * src/summaryview.[ch]
11714         * src/mainwindow.c
11715                 allow address harvest of folder as well as selected
11716                 messages.
11717
11718 2002-04-07 [paul]       0.7.4claws71
11719
11720         * src/esmtp.[ch]
11721           src/smtp.c
11722                 don't try to authenticate with CRAM-MD5 in SMTP when 
11723                 SMTP-AUTH enabled if MTA doesn't issue this 
11724                 auth-method in it's ehlo-response. bug item #531364,
11725                 patch item #938910. patch submitted by Colin Leroy 
11726                 <colin@colino.net>
11727
11728 2002-04-07 [paul]       0.7.4claws70
11729
11730         * src/nntp.c
11731                 fix missing MODE_READER bug. patch submitted by
11732                 Colin Leroy <colin@colino.net>
11733
11734 2002-04-07 [alfons]     0.7.4claws69
11735
11736         * src/matcher.[ch]
11737         * src/prefs_filtering.c
11738         * src/summaryview.c
11739                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11740                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11741
11742 2002-04-07 [paul]       0.7.4claws68
11743
11744         * sync with 0.7.4cvs32
11745                 see ChangeLog entry 2002-04-06
11746
11747         * tools/filter_conv.pl
11748                 more bug fixes
11749
11750 2002-04-06 [paul]       0.7.4claws67
11751
11752         * tools/filter_conv.pl
11753                 modify to be able to find the name of the first
11754                 mailbox and use that. main's filter does not
11755                 record the full path to the mailbox and therefore
11756                 can only filter to the first mailbox.
11757
11758 2002-04-05 [paul]       0.7.4claws66
11759
11760         * tools/filter_conv.pl
11761                 attempt to make the script all-encompassing and
11762                 be able to convert any main 'filter' rule thrown
11763                 at it
11764
11765 2002-04-05 [paul]       0.7.4claws65
11766
11767         * tools/filter_conv.pl
11768                 allow for collapsed folder trees
11769
11770 2002-04-05 [paul]       0.7.4claws64
11771
11772         * sync with 0.7.4cvs31
11773                 see ChangeLog entries 2002-04-05
11774
11775 2002-04-03 [paul]       0.7.4claws63
11776
11777         * sync with 0.7.4cvs29
11778                 see ChangeLog entries 2002-04-02 and 2002-04-03
11779
11780 2002-04-02 [paul]       0.7.4claws62
11781
11782         * sync with 0.7.4cvs26
11783                 see ChangeLog entry 2002-04-01
11784
11785 2002-04-02 [match]      0.7.4claws61
11786
11787         * src/pine.[ch]
11788         * src/importpine.[ch]
11789         * src/addressbook.c
11790                 import Pine address book.
11791
11792 2002-04-02 [match]      0.7.4claws60
11793
11794         * src/addrharvest.[ch]
11795                 improve address parsing of funky addresses.
11796
11797 2002-04-02 [darko]      0.7.4claws59
11798
11799         * src/compose.c
11800                 wrap on send improvements, it now recognizes quoted
11801                 initials as part of the quotation string, and it
11802                 does not join lines separated by CR
11803
11804 2002-04-01 [match]      0.7.4claws58
11805
11806         * src/mgutils.[ch]
11807                 added new functions.
11808         * src/mutt.[ch]
11809                 remove excessive duplicate address generation
11810                 on import.
11811
11812 2002-04-01 [alfons]     0.7.4claws57
11813         
11814         * src/summaryview.c
11815                 put back g_free() 
11816
11817 2002-04-01 [paul]       0.7.4claws56
11818
11819         * sync with 0.7.4cvs25
11820                 see ChangeLog entry 2002-04-01
11821
11822 2002-04-01 [alfons]     0.7.4aprilfool55
11823
11824         * src/summaryview.c
11825                 honour feature request item #537427 to allow for
11826                 displaying names from address book for sent mail also
11827
11828 2002-03-29 [paul]       0.7.4claws54
11829
11830         * src/mainwindow.c
11831           src/prefs_filtering.[ch]
11832           src/prefs_matcher.c
11833           src/summaryview.c
11834                 add 'fast filter' for claws' filtering,
11835                 /Tools/Create filter rule/... patch submitted
11836                 by Neill Miller <neillm@thecodefactory.org>
11837
11838 2002-03-29 [paul]       0.7.4claws53
11839
11840         * sync with 0.7.4cvs24
11841                 see ChangeLog entry 2002-03-29
11842
11843 2002-03-28 [paul]       0.7.4claws52
11844
11845         * sync with 0.7.4cvs23
11846                 see ChangeLog entry 2002-03-28
11847
11848 2002-03-27 [melvin]     0.7.4claws51
11849
11850         * src/prefs_actions.c
11851                 Added support to pass only one message part (as a
11852                 file) to the command using '%p'. No quotes are needed
11853                 because doubles quotes are automatically added.
11854                 Fixed bug where Sylpheed could block when waiting for
11855                 a child process to finish.
11856                 Changed the help menu to remove quotes around symbols to 
11857                 avoid misinterpretation (they must not be used).
11858
11859 2002-03-27 [melvin]     0.7.4claws50
11860
11861         * src/inc.c
11862                 Made the new mail notification command always 
11863                 execute asynchronously.
11864
11865 2002-03-27 [paul]       0.7.4claws49
11866
11867         * src/compose.c
11868                 fix bug introduced in last commit
11869
11870 2002-03-27 [paul]       0.7.4claws48
11871
11872         * sync with 0.7.4cvs21
11873                 see ChangeLog 2002-03-26 and 2002-03-27
11874
11875 2002-03-26 [hoa]        0.7.4claws47
11876
11877         * src/prefs_folder_item.c
11878                 really fixed the bug #516442 with folder rescan.
11879
11880 2002-03-26 [paul]       0.7.4claws46
11881
11882         * sync with 0.7.4cvs19
11883                 see ChangeLog entries 2002-03-25 and 2002-03-26
11884
11885 2002-03-25 [hoa]        0.7.4claws45
11886
11887         * src/matcher.c
11888         * src/mh.c
11889                 fix the bug #516442 with folder rescan.
11890
11891         * src/prefs_common.[ch]
11892         * src/compose.c
11893                 added an option to enable two different behaviours
11894                 for bounce.
11895
11896
11897 2002-03-25 [paul]       0.7.4claws44
11898
11899         * src/mainwindow.c
11900           src/selective_download.c
11901                 correct a few menuitem labels
11902
11903 2002-03-25 [christoph]  0.7.4claws43
11904
11905         * src/procmsg.c
11906                 fix non deleted tmp message in
11907                 procmsg_save_to_outbox
11908                 fix problems caused by sync with
11909                 main branch's procmsg_send_queue
11910
11911 2002-03-25 [paul]       0.7.4claws42
11912
11913         * src/quote_fmt.c
11914           src/quote_fmt_lex.l
11915           src/quote_fmt_parse.y
11916                 add Last name (%L) placeholder for quoting. 
11917                 patch submitted by Thorsten Thielen 
11918                 <thth@users.sourceforge.net>
11919
11920 2002-03-25 [paul]       0.7.4claws41
11921
11922         * src/utils.c
11923                 get full hostname. patch submitted by
11924                 Bob Woodside <rwoodside1@comcast.net>
11925
11926 2002-03-25 [paul]       0.7.4claws40
11927
11928         * src/account.c
11929           src/news.c
11930           src/nntp.[ch]
11931           src/prefs_account.[ch]
11932                 enable NNTP over SSL. patch submitted by
11933                 Pascal Jermini <pascal@infinity.hn.org>
11934
11935 2002-03-24 [paul]       0.7.4claws39
11936
11937         * src/prefs_common.c
11938                 make the arrangement of the Compose tab more
11939                 coherent
11940
11941         * src/mainwindow.c
11942                 fix some irregularities of style
11943
11944         * po/de.po
11945                 updated by Kilian Krause
11946
11947 2002-03-23 [paul]       0.7.4claws38
11948
11949         * po/pt_BR.po
11950                 updated by Fabio Junior Beneditto
11951
11952 2002-03-23 [paul]       0.7.4claws37
11953
11954         * src/mainwindow.c
11955                 move 'Gather addresses' to 'Tools' menu
11956                 make 'Selective download' sensitive
11957
11958 2002-03-23 [paul]       0.7.4claws36
11959
11960         * sync with 0.7.4cvs16
11961                 see ChangeLog entries 2002-03-23
11962
11963 2002-03-22 [christoph]  0.7.4claws35
11964
11965         * src/quote_fmt_parse.y
11966                 fix include program output
11967
11968 2002-03-22 [alfons]     0.7.4claws34
11969
11970         * src/pop.c
11971                 initialize GDate stack variable correctly (sorry!)
11972
11973 2002-03-22 [paul]       0.7.4claws33
11974
11975         * src/compose.c
11976           src/mainwindow.c
11977           src/prefs_actions.c
11978           src/prefs_common.c
11979                 rename 'Tool' to 'Tools'
11980
11981         * src/mainwindow.c
11982                 move 'Delete duplicated messages' from
11983                 'Message/' to 'Tools/'
11984                 re-arrange the order of 'Tools/' items
11985
11986 2002-03-22 [paul]       0.7.4claws32
11987
11988         * src/addr_compl.c
11989           src/addressbook.[ch]
11990                 auto-address completion now also matches on
11991                 Nickname. patch submitted by Bob Forsman 
11992                 <hammor@users.sourceforge.net>
11993
11994         * src/editaddress.c
11995                 correct a spelling mistake
11996
11997 2002-03-22 [alfons]     0.7.4claws31
11998
11999         * src/pop.c
12000                 fix getting uidl from incorrect string 
12001                 (spotted by Colin)
12002
12003 2002-03-21 [alfons]     0.7.4claws30
12004
12005         * src/pop.c
12006                 more code refactoring
12007                 plug mem leak introduced by delete on server
12008
12009 2002-03-21 [paul]       0.7.4claws29
12010
12011         * sync with 0.7.4cvs11
12012                 see ChangeLog entries 2002-03-20
12013
12014 2002-03-20 [alfons]     0.7.4claws28
12015
12016         * src/inc.c
12017                 apply Colin's patch and refactor
12018
12019 2002-03-20 [paul]       0.7.4claws27
12020
12021         * sync with sylpheed 0.7.4cvs9
12022                 see ChangeLog entry 2002-03-20
12023
12024 2002-03-19 [christoph]  0.7.4claws26
12025
12026         * src/mh.c
12027         * src/procmsg.[ch]
12028         * src/summaryview.c
12029                 revert changes for flag updates
12030                 (does not work correctly and no time to debug)
12031
12032 2002-03-20 [alfons]     0.7.4claws25
12033
12034         * src/pop.c
12035                 refactor should_delete() a little bit 
12036
12037 2002-03-19 [paul]       0.7.4claws24
12038
12039         * src/inc.[ch]
12040           src/pop.c
12041           src/prefs_account.[ch]
12042                 allow the user to leave downloaded mail on the 
12043                 server for n days. Patch submitted by Colin Leroy 
12044                 <colin@colino.net>
12045
12046 2002-02-19 [paul]       0.7.4claws23
12047
12048         * sync with sylpheed 0.7.4cvs8
12049                 see ChangeLog entries 2002-03-19
12050
12051 2002-03-18 [paul]       0.7.4claws22
12052
12053         * sync with sylpheed 0.7.4cvs6
12054                 see ChangeLog entry 2002-03-18
12055
12056 2002-03-18 [paul]       0.7.4claws21
12057
12058         * po/en_GB.po
12059                 add en_GB message catalogue
12060
12061         * src/mbox_folder.c
12062           src/prefs_account.c
12063           src/prefs_actions.c
12064                 correct a few spelling mistakes
12065
12066 2002-03-17 [alfons]     0.7.4claws20
12067
12068         * src/matcher.c
12069                 more stringent checks for NULL params when writing
12070                 filtering actions to a file
12071                 
12072 2002-03-17 [hoa]        0.7.3claws20
12073
12074         * src/news.c
12075                 fixed the count of new messages
12076
12077         * src/compose.c
12078                 fixed the "attachment properties" window
12079
12080 2002-03-17 [paul]       0.7.4claws19
12081
12082         * src/defs.h
12083           src/folder.h
12084           src/news.c
12085           src/prefs_account.[ch]
12086           src/procmsg.[ch]
12087           src/summaryview.c
12088                 automatically mark cross-posted messages as read 
12089                 and (optionally) give them a colour label
12090                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12091                 
12092
12093 2002-03-17 [paul]       0.7.4claws18
12094
12095         * sync with sylpheed 0.7.4cvs5
12096                 see ChangeLog entry 2002-03-17
12097
12098 2002-03-17 [melvin]     0.7.4claws17
12099         
12100         * src/textview.c
12101                 Worked around a gtktext 'bug': when searching for 
12102                 a text in a long message it was scrolling slowly
12103                 line by line until it hit the searched text.
12104         * po/fr.po
12105                 Updated French translation
12106
12107 2002-03-17 [melvin]     0.7.4claws16
12108
12109         * src/mainwindow.c
12110         * src/compose.c
12111         * src/prefs_actions.c
12112                 Moved "Edit/Actions" to "Tool/Actions"
12113                 Made mainwindow/compose window sensitive as soon as
12114                 no child process is running anymore even if the io dialog
12115                 is open.
12116                 Fixed a struct being initialized with a non constant char*
12117
12118 2002-03-16 [christoph]  0.7.4claws15
12119
12120         * configure.in
12121                 add --with-compiler-flags option
12122                 (only for developer hacking)
12123         * src/mh.c
12124         * src/procmsg.[ch]
12125         * src/summaryview.c
12126                 try to make folder-stats and flag handling more
12127                 independent from the summaryview. msgcounts
12128                 are only set when the folder is opened and
12129                 procmsg_msginfo_(un)set_flags will handle it
12130                 later and summaryview will get the values
12131                 from the folder.
12132
12133 2002-03-16 [paul]       0.7.4claws14
12134
12135         * src/messageview.c
12136                 fix Return-receipt. Patch submitted by Bob
12137                 Woodside <rwoodside1@comcast.net>
12138
12139 2002-03-16 [paul]       0.7.4claws13
12140
12141         * src/compose.c
12142                 fix 'dynamic' signatures, make it work again
12143                 broken during sync on 2002-03-14 (0.7.4claws2)
12144
12145 2002-03-15 [match]      0.7.4claws12
12146
12147         * src/addrharvest.[ch]
12148         * src/addrgather.[ch]
12149         * src/addressbook.[ch]
12150         * src/mainwindow.c
12151                 included address harvester feature. still some
12152                 issues with address parsing that I will fix.
12153
12154 2002-03-15 [match]      0.7.4claws11
12155
12156         * src/addrbook.[ch]
12157         * src/addrcache.[ch]
12158         * src/addressbook.[ch]
12159         * src/addrindex.c
12160         * src/editbook.c
12161         * src/importldif.c
12162         * src/importmutt.c
12163         * src/jpilot.[ch]
12164         * src/main.c
12165         * src/syldap.[ch]
12166         * src/vcard.[ch]
12167                 tidy up. fix memory leaks. moved attribs and methods
12168                 from individual interfaces to addrcache object. prep
12169                 for new stuff to come in.
12170
12171 2002-03-15 [alfons]     0.7.4claws10
12172
12173         * src/matcher.[ch]
12174         * src/matcher_parser_parse.y
12175         * src/matcher_parser_lex.l
12176         * src/prefs_matcher.c
12177                 add filtering conditions message greater than, smaller 
12178                 than, and exactly matching a size in bytes
12179                 (does not work with delete from POP3 server yet)
12180
12181                 this should also give others an idea what you should
12182                 do to add new criterions to claws filtering system
12183                 
12184
12185 2002-03-15 [paul]       0.7.4claws9
12186
12187         * tools/filter_conv.pl
12188                 exit if there are no filter rules to convert
12189                 rename filterrc to filterrc.old after completion
12190
12191 2002-03-15 [paul]       0.7.4claws8
12192
12193         * sync with sylpheed 0.7.4cvs3
12194                 see ChangeLog entry 2002-03-14
12195
12196 2002-03-14 [paul]       0.7.4claws7
12197
12198         * src/compose.c
12199                 clean up the last commit (ahem)
12200
12201 2002-03-14 [paul]       0.7.4claws6
12202
12203         * src/compose.c
12204                 fix bug #515655. honour account preferences
12205                 regarding gpg default signing/encryption when 
12206                 changing account from the compose window.
12207
12208 2002-03-14 [paul]       0.7.4claws5
12209
12210         * src/folderview.c
12211                 remove unnecessary curly brackets
12212
12213 2002-03-14 [paul]       0.7.4claws4
12214
12215         * src/folderview.c
12216           src/prefs_filtering.[ch]
12217                 add filter rename on folder rename and filter
12218                 delete on folder delete. Patch submitted by
12219                 Neill Miller <neillm@thecodefactory.org> 
12220
12221 2002-03-14 [christoph]  0.7.4claws3
12222
12223         * src/procmsg.c
12224         * src/send.c
12225                 fix local delivery
12226                 (patch submitted by "Simon 'corecode' Schubert")
12227         * src/prefs_common.c
12228         * src/procmsg.c
12229                 fix gcc 3.0 warning
12230
12231 2002-03-14 [paul]       0.7.4claws2
12232
12233         * sync with sylpheed 0.7.4cvs2
12234                 see ChangeLog entry 2002-03-13
12235
12236 2002-03-12 [darko]      0.7.4claws1
12237
12238         * src/mainwindow.c
12239                 fix what seems to be a copy and paste error
12240                 when setting color for important messages
12241                 (reported by wwp)
12242
12243 2002-03-11 [paul]       version 0.7.4claws released
12244
12245 2002-03-11 [paul]       0.7.4claws
12246
12247         * po/es.po
12248           po/it.po
12249           po/nl.po
12250           po/pt_BR.po
12251                 update message catalogs. Submitted by Ricardo Mones 
12252                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12253                 Fabio Junior Beneditto
12254
12255         * configure.in
12256           faq/Makefile.am
12257           faq/it/Makefile
12258           faq/it/sylpheed-faq*
12259           src/mainwindow.c
12260           src/manual.[ch]
12261                 add FAQ in Italian
12262         
12263
12264 2002-03-11 [jens]       0.7.3claws7
12265
12266         * po/de.po
12267                 updated German translation
12268
12269 2002-03-11 [melvin]     0.7.3claws6
12270
12271         * po/fr.po
12272                 updated and corrected French translation
12273
12274 2002-03-10 [hoa]        0.7.3claws5
12275
12276         * src/account.c
12277         * src/inc.c
12278         * src/prefs_account.c
12279         * src/procmsg.c
12280         * src/send.[ch]
12281                 fixed the local account.
12282                 you have to change the default "/usr/sbin/sendmail"
12283                 to "/usr/sbin/sendmail -t" in the preferences of
12284                 the local account.
12285
12286         * src/procmime.c
12287                 removed some debug display for renderer
12288
12289 2002-03-10 [paul]       0.7.3claws4
12290
12291         * faq/en/sylpheed-faq-1.html
12292           faq/en/sylpheed-faq-2.html
12293                 update
12294
12295 2002-03-09 [paul]       0.7.3claws3
12296
12297         * sync with sylpheed 0.7.4
12298                 see ChangeLog entry 2002-03-09
12299
12300 2002-03-08 [paul]       0.7.3claws2
12301
12302         * faq/en/sylpheed-faq*
12303           faq/es/sylpheed-faq*
12304           faq/fr/sylpheed-faq*
12305                 update the FAQs
12306
12307         * manual/fr/.cvsignore
12308           manual/fr/Makefilea.am
12309           manual/fr/sylpheed*
12310           src/mainwindow.c
12311           src/manual.[ch]
12312                 add the French manual
12313
12314 2002-03-07 [paul]       0.7.3claws1
12315
12316         * sync with sylpheed 0.7.3cvs4
12317                 see ChangeLog entries  2002-03-06 and 2002-03-07
12318         
12319         * po/nl.po
12320                 updated by Wilbert Berendsen
12321
12322 2002-03-07 [melvin]     0.7.2claws34
12323
12324         * src/selective_download.c
12325                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12326
12327 2002-03-06 [paul]       0.7.2claws33
12328
12329         * sync with sylpheed 0.7.3cvs1
12330                 bug fix, see ChangeLog entry 2002-03-05
12331
12332 2002-03-05 [paul]       0.7.2claws32
12333
12334         * src/mimeview.c
12335           src/pgptext.[ch]
12336           src/procmsg.c
12337                 reverse the pgp ascii-armored code implemented in 
12338                 0.7.2claws16. removal of this code until it matures.
12339                 this means that verifying ascii-armored pgp sigs and
12340                 automatic decryption of ascii-armored encrypted
12341                 messages no longer works.
12342
12343 2002-03-05 [paul]       0.7.2claws31
12344
12345         * configure.in
12346           Makefile.am
12347         * faq/Makefile.am
12348         * faq/en/Makefile.am
12349           faq/en/sylpheed-faq.html
12350           faq/en/sylpheed-faq-1.html
12351           faq/en/sylpheed-faq-2.html
12352           faq/en/sylpheed-faq-3.html
12353         * faq/es/Makefile.am
12354           faq/es/sylpheed-faq.html
12355           faq/es/sylpheed-faq-1.html
12356           faq/es/sylpheed-faq-2.html
12357           faq/es/sylpheed-faq-3.html
12358           faq/es/sylpheed-faq-4.html
12359         * faq/fr/Makefile.am
12360           faq/fr/sylpheed-faq.html
12361           faq/fr/sylpheed-faq-1.html
12362           faq/fr/sylpheed-faq-2.html
12363           faq/fr/sylpheed-faq-3.html
12364         * src/Makefile.am
12365           src/defs.h
12366           src/mainwindow.c
12367           src/manual.[ch]
12368                 add FAQs in English, Spanish and French
12369
12370
12371 2002-03-05 [paul]       0.7.2claws30
12372
12373         * manual/en/sylpheed.html
12374           manual/en/sylpheed-XX.html
12375                 updated the English manual
12376
12377 2002-03-05 [hoa]        
12378
12379         * src/summaryview.c
12380                 dialog box pops up if the article can't be deleted.
12381
12382 2002-03-04 [paul]       
12383         
12384         * po/pt_BR.po
12385                 updated by Fabio Junior Benedito
12386
12387 2002-03-04 [hoa]
12388
12389         * removed ac/gpgme.m4
12390                 to avoid autogen common problem
12391                 developers have to install gpgme development package now
12392
12393         * src/compose.c
12394                 encoding to 7bit or 8bit is enabled.
12395
12396 2002-03-03 [alfons]     0.7.2claws29
12397
12398         * src/pop.c
12399                 merge fix by Oliver Haertel for selective
12400                 download buglet
12401
12402 2002-03-03 [paul]       0.7.2claws28
12403         
12404         * sync with sylpheed 0.7.3
12405
12406 2002-03-03 [paul]       0.7.2claws27
12407
12408         * sync with sylpheed 0.7.2cvs24
12409                 see ChangeLog entries 2002-03-02 and 2002-03-03
12410
12411 2002-03-02 [melvin]     0.7.2claws26
12412
12413         * src/inc.[ch]
12414         * src/main.c
12415         * src/mainwindow.c
12416         * src/prefs_common.[ch]
12417                 Added user definable notification on new mail arrival.
12418                 Removed unused variables in spell checker prefs code.
12419
12420 2002-03-02 [melvin]     0.7.2claws25
12421
12422         * src/quote_fmt.c
12423                 Removed unnecessary escape sequences.
12424                 Changed 'Initial...' to 'Initials of Sender'
12425
12426 2002-03-02 [paul]       0.7.2claws24
12427
12428         * sync with sylpheed 0.7.2cvs22
12429                 see ChangeLog entry 2002-03-01
12430
12431 2002-03-01 [hoa]        0.7.2claws23
12432
12433         * src/mainwindow.c
12434                 Set sensitivity of delete actions to active
12435                 even if the folder is a newsgroup.
12436
12437         * src/summaryview.c
12438                 - Set sensitivity of delete actions
12439                 - Added function check_permission() that will check if the
12440                   user is authorized to delete a message. For news, it
12441                   will check if the author is the same.
12442                 - Enabled deletion when there is no trash folder.
12443
12444         * src/news.[ch]
12445                 - Added news_cancel_article() to cancel articles
12446                 - Implemented news_remove_message() (public function)
12447
12448 2002-03-01 [paul]       0.7.2claws22
12449
12450         * src/gtkutils.c
12451           src/textview.c
12452                 recognise urls that that don't include 'http://' and
12453                 simply begin 'www.' 
12454
12455         * AUTHORS
12456                 remove duplicated name
12457
12458 2002-02-28 [paul]       0.7.2claws21
12459
12460         * src/mainwindow.c
12461           src/summaryview.[ch]
12462                 add ability to 'Select thread'
12463                 combines Melvin's "Select thread's head" patch (#510907)
12464                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12465                 patch (#518514) 
12466
12467 2002-02-28 [paul]       0.7.2claws20
12468
12469         * src/mimeview.c
12470                 hopefully fix segfault on right-clicking a mime part
12471                 that some people have experienced.      
12472                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12473
12474 2002-02-28 [paul]       0.7.2claws19
12475
12476         * sync with sylpheed 0.7.2cvs21
12477                 see ChangeLog entries 2002-02-27 and 2002-02-28
12478
12479 2002-02-27 [paul]       0.7.2claws18
12480
12481         * sync with sylpheed 0.7.2cvs18
12482                 see ChangeLog entries 2002-02-26 and 2002-02-27
12483
12484 2002-02-26 [alfons]     0.7.2claws17
12485
12486         * src/procheader.c
12487                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12488                 (spotted by Chris Hessman <idatech@gmx.net>)
12489
12490 2002-02-26 [paul]       0.7.2claws16
12491
12492         * src/mimeview.c
12493           src/pgptext.[ch]
12494           src/procmsg.c
12495                 make decryption of ascii-armored pgp encrypted messages
12496                 and verification of ascii-armored signatures work again.
12497                 slightly altered from the patch by Jens Jahnke 
12498                 <jan0sch@gmx.net>
12499
12500                 ##FIX ME##
12501                 * the checking of plaintext signatures always comes up in 
12502                   a popup box
12503                 * it doesn't work for multipart messages 
12504                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12505                   including the msg headers and these 2 line themselves, are 
12506                   not displayed
12507
12508         * src/mainwindow.c
12509                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12510                 "View/Message View" becomes "View/Separate Message View"
12511                 because its less ambiguous.
12512
12513         * po/es.po
12514                 updated by Ricardo Mones Lastra
12515
12516 2002-02-26 [paul]       0.7.2claws15
12517
12518         * sync with sylpheed 0.7.2cvs17
12519                 see ChangeLog entries 2002-02-25 and 2002-02-26
12520
12521 2002-02-25 [christoph]  0.7.2claws14
12522
12523         * src/filtering.[ch]
12524         * src/inc.c
12525                 do filtering stuff after all messages have been received
12526                   1. drop all messages to .processing
12527                   2. scan processing folder for messages
12528                   3. filter messages or move to inbox
12529                 this will also find old messages left in processing after
12530                 a crash or something like that and we get a real msginfo
12531                 from folder->get_msg_list and do not have to create our
12532                 own in filter_message
12533         * src/matcher_parser_parse.y
12534                 remove MIX/MAX warning (reordered includes)
12535
12536 2002-02-25 [paul]       0.7.2claws13
12537
12538         * sync with sylpheed 0.7.2cvs15
12539                 see ChangeLog entry 2002-02-24
12540
12541 2002-02-24 [alfons]     0.7.2claws12
12542
12543         * src/filtering.c
12544                 clear old color flags first when applying a new color to
12545                 a message info. 
12546                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12547
12548 2002-02-24 [alfons]     0.7.2.claws11
12549         
12550         * AUTHORS
12551         * src/prefs_common.c
12552                 add presets for Opera and Konqueror, closes patch #517261,
12553                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12554
12555 2002-02-24 [alfons]     0.7.2.claws10
12556
12557         * AUTHORS
12558         * src/summaryview.c
12559                 fix threading for null message ids, closes patch #521601,
12560                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12561
12562 2002-02-24 [alfons]     0.7.2claws9
12563
12564         * src/summaryview.c
12565         * src/filtering.c
12566                 make Tool | Filter Message work with filtering system so
12567                 setting flags also works
12568
12569                 TODO:
12570
12571                 - Processing uses the same function as Tool | Filter
12572                   Message, but doesn't use the same update proc yet
12573
12574 2002-02-23 [paul]       0.7.2claws8
12575
12576         * sync with sylpheed 0.7.2cvs14
12577                 see ChangeLog entries 2002-02-22 and 2002-02-23
12578
12579 2002-02-22 [christoph]  0.7.2claws7
12580
12581         * src/quote_fmt.c
12582                 Add column space to table
12583         * src/quote_fmt_parse.y
12584                 Close files
12585
12586 2002-02-22 [paul]       0.7.2claws6
12587
12588         * src/Makefile.am
12589           src/defs.h
12590           src/filtering.c
12591           src/inc.[ch]
12592           src/mainwindow.c
12593           src/matcher.[ch]
12594           src/matcher_parser_lex.l
12595           src/matcher_parser_parse.y
12596           src/pop.[ch]
12597           src/prefs_account.h
12598           src/prefs_filtering.c
12599           src/selective_download.[ch]   *** NEW FILES ***
12600           src/utils.[ch]
12601           po/POTFILES.in
12602                 Selective Download added to 'Tool' menu. 
12603                 Retrieves email headers of the currently selected pop3 
12604                 account and allows the user to mark emails for deletion 
12605                 right on the pop3 server. Patch submitted by Oliver Haertel 
12606                 <oha@users.sourceforge.net>.
12607         
12608         * po/POTFILES.in
12609                 add 'src/quote_fmt.c'           
12610
12611 2002-02-22 [christoph]  0.7.2claws5
12612
12613         * src/Makefile.am
12614                 added quote_fmt.c
12615         * src/prefs_common.[ch]
12616         * src/prefs_template.c
12617         * src/quote_fmt.c               *** NEW FILE ***
12618         * src/quote_fmt.h
12619                 move quote format symbol description code
12620                 to it's own file because it is used from
12621                 differnent code parts
12622                 Rewrote symbol description GUI
12623                   + use table
12624                   + add separators
12625                   + get data from array (no more long constant strings)
12626         * src/quote_fmt_lex.l
12627         * src/quote_fmt_parse.y
12628                 Symbol for Literal % changed to \% instead of %%
12629                 (More logical as \ is used for quoting for other symbols)
12630                 Add |f and |p to include files and program output
12631                 Examples:
12632                     |f{/home/.../.signature}
12633                     |p{date}
12634         * po/de.po
12635                 Correct wrong spelling for "Referenzen"
12636
12637 2002-02-21 [paul]       0.7.2claws4
12638
12639         * src/procmsg.c
12640                 forgotten during sync
12641
12642 2002-02-21 [paul]       0.7.2claws3
12643
12644         * sync with sylpheed 0.7.2cvs11
12645                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12646                 2002-02-20 and 2002-02-21
12647
12648 2002-02-20 [melvin]     0.7.2claws2
12649
12650         * src/prefs_actions.c
12651                 Added error report when child cannot fork or when execvp 
12652                 returns with an error.
12653
12654 2002-02-19 [christoph]  0.7.2claws1
12655
12656         * src/codeconv.c
12657                 return unconverted text if conde conversion is not possible
12658                 when libjconv is used.
12659                 (patch submitted by "Simon 'corecode' Schubert")
12660
12661 2002-02-19 [paul]       
12662
12663         * version 0.7.2claws release
12664
12665 2002-02-19 [paul]       0.7.2claws
12666
12667         * po/nl.po
12668                 updated by Wilbert Berendsen
12669
12670
12671 2002-02-18 [alfons]     0.7.1claws13
12672
12673         * src/syldap.c
12674         * src/jpilot.c
12675                 remove references to dlfcn and explicitly loading functions
12676                 from dynalink libs, because libs linked anyway, and functions
12677                 are loaded explicitly
12678
12679 2002-02-17 [melvin]     0.7.1claws12
12680
12681         * src/prefs_actions.c
12682                 Replaced children wait loop with double fork technique.
12683                 Now, input/output window updated at each new output.
12684                 free_children(): Fixed a memory leak.
12685                 Made input/output window non closable if running children
12686                 still exist.
12687                 Added missing <unistd.h> include.
12688                 Added some --debug outputs.
12689
12690 2002-02-17 [melvin]     0.7.1claws11
12691
12692         * src/summaryview.c
12693                 Fixed bug where descending sort order did not select top
12694                 message.
12695
12696 2002-02-17 [melvin]     0.7.1claws10
12697
12698         * acconfig.h
12699                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12700         * src/prefs_common.c
12701                 Pspell data package directory no more hard coded but
12702                 set during configuration (PSPELL_PATH). (Thanks to 
12703                                 Gustavo Noronha Silva.)
12704
12705 2002-02-17 [melvin]     0.7.1claws9
12706
12707         * configure.in
12708                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12709         * src/gtkspell.c
12710                 Fixed compile-time warnings.
12711
12712 2002-02-16 [alfons]     0.7.1claws8
12713
12714         * src/filesel.c
12715                 fix inadvertent free of NULL pointer which caused
12716                 sylpheed to crash when closing the save-as dialog
12717                 using the window close button
12718
12719 2002-02-16 [carsten]    0.7.1claws7
12720         * src/mainwindow.[ch]
12721           src/summaryview.c
12722           src/prefs_common.c
12723                 fixes for pixmap theming code:
12724                         - recently changed mail attributes shouldn't get
12725                           lost any longer
12726                         - theme is only reloaded iff another theme was
12727                           selected
12728
12729 2002-02-16 [paul]       0.7.1claws6
12730
12731         * sync with sylpheed 0.7.2 release
12732                 see ChangeLog entry 2002-02-15 and 2002-02-16
12733
12734 2002-02-15 [paul]       0.7.1claws5
12735
12736         * sync with sylpheed 0.7.1cvs9
12737                 see ChangeLog entry 2002-02-15
12738
12739         * po/POTFILES.in
12740                 remove unneeded headerwindow.c entry
12741
12742 2002-02-14 [carsten]    0.7.1claws4
12743         * src/summaryview.c
12744                 fixed a bug for "Go to next unread message": there was
12745                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12746                 in the prefs, because of doing "Search again" instead
12747                 "No"
12748
12749 2002-02-14 [carsten]    0.7.1claws3
12750         * src/stock_pixmap.c
12751                 removed 2 more mem leaks; following memprof,
12752                 this code is "leak free" now :)
12753
12754 2002-02-14 [carsten]    0.7.1claws2
12755         * src/stock_pixmap.c
12756                 used opendir/readdir/closedir instead of scandir
12757                 -> code should work now on Solaris
12758
12759 2002-02-14 [paul]       0.7.1claws1
12760
12761         * sync with sylpheed 0.7.1cvs8
12762                 see ChangeLog entries 2002-02-13 and 2002-02-14
12763
12764         * README.claws
12765                 add some description of Actions and Pixmap Themes
12766
12767 2002-02-13 [paul]       
12768
12769         * version 0.7.1claws release
12770
12771 2002-02-13 [paul]       0.7.1claws
12772
12773         * po/es.po
12774           po/it.po
12775           po/pt_BR.po
12776                 updated translations, submitted by Ricardo Mones Lastra,
12777                 Alessandro Maestri and Fabio Junior Beneditto
12778
12779 2002-02-13 [melvin]     0.7.0claws75
12780
12781         * src/prefs_actions.c
12782                 Added missing "signal.h" include
12783
12784 2002-02-13 [melvin]     0.7.0claws74
12785
12786         * src/prefs_folder_item.c
12787                 Added missing "config.h" include
12788         * po/fr.po
12789                 Updated French translation for folder propriety.
12790
12791 2002-02-13 [jens]       0.7.0claws73
12792
12793         * po/POTFILES.in
12794                 Added missing src/prefs_folder_item.c [log added by melvin]
12795         * po/de.po
12796                 Updated German translation.
12797
12798 2002-02-13 [melvin]     0.7.0claws72
12799
12800         * po/fr.po
12801                 Updated French translation.
12802
12803 2002-02-13 [melvin]     0.7.0claws71
12804
12805         * src/gtkutils.c
12806                 Made gtkut_editable_get_selection return NULL if selection
12807                 is of length zero.
12808                 This fixes a bug where selecting part of message A then
12809                 switching to message B and replying to it will not
12810                 quote the message's body.
12811
12812 2002-02-12 [paul]       0.7.0claws70
12813
12814         * src/mainwindow.c
12815                 cosmetic, relating to pixmap themes: on toolbar make 
12816                 updating of 'Exec' and 'Compose news/Compose email'
12817                 icons faster.
12818
12819 2002-02-12 [carsten]    0.7.0claws69
12820         * src/folderview.c
12821           src/mainwindow.[ch]
12822           src/stock_pixmap.c
12823           src/summaryview.c
12824           src/prefs_common.c
12825                 - refreshing after changing pixmap theme better
12826                   now (thanks Paul)
12827                 - wanted to remove some mem leaks, but alfons was
12828                   faster (and had the better solution ;)
12829
12830 2002-02-12 [alfons]     0.7.0claws68
12831
12832         * src/prefs_common.c
12833         * src/stock_pixmap.[ch]
12834                 plug mem leaks, refactor code a little bit
12835
12836
12837 2002-02-12 [sergey]     0.7.0claws67
12838
12839         * src/imap.c
12840                 Fixed problem with copying messages to IMAP folders when the
12841                 server uses something other than '/' as a namespace separator
12842                 (cyrus-imapd uses '.').
12843
12844 2002-02-12 [jens]       0.7.0claws66
12845
12846         * po/de.po
12847                 Updated German Translation
12848
12849 2002-02-12 [paul]       0.7.0claws65
12850
12851         * sync with sylpheed 0.7.1cvs1
12852                 see ChangeLog entry 2002-02-12
12853
12854 2002-02-12 [melvin]     0.7.0claws64
12855
12856         * src/prefs_actions.c
12857                 Fixed "feature" where children's output was duplicated 
12858                 instead of refreshed while monitoring.
12859                 Removed some debug code.
12860
12861 2002-02-12 [christoph]  0.7.0claws63
12862
12863         * src/compose.c
12864                 always delete message from queue after sending/send error
12865                 (closes bug #509601)
12866
12867 2002-02-12 [melvin]     0.7.0claws62
12868
12869         * src/prefs_actions.c
12870                 Children wait loop is now triggered with a timeout of 1s
12871                 Added %F which is replaced with the list of filenames 
12872                 of all selected messages (as suggested by Ricardo Mones Lestra)
12873                 Pipe syntax changed. Prefix with | to send selection, postfix
12874                 with | to retrieve output. Prefix with > or * to send
12875                 user definable input to the command (*: input is hidden)
12876                 Old pipe action should now be postfixed with |, too.
12877
12878 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12879         * src/stock_pixmap.c
12880                 fixed a bug: if there's no theme directory don't
12881                 throw an error, just do "nothing" (thanks Alfons)
12882
12883 2002-02-12 [carsten]    0.7.0claws60
12884         * src/folderview.c
12885           src/summaryview.c
12886                 had to write the cache twice (nasty!); some marks would 
12887                 get lost if not
12888
12889 2002-02-11 [carsten]    0.7.0claws59
12890         * acconfig.h
12891           configure.in
12892           doc-src/maintainer_guide.txt
12893           src/compose.[ch]
12894           src/defs.h
12895           src/folderview.[ch]
12896           src/gtkutils.[ch]
12897           src/mainwindow.[ch]
12898           src/prefs_common.[ch]
12899           src/stock_pixmap.[ch]
12900           src/summaryview.[ch]
12901                 pixmap theming and related work on pixmap
12902                 handling on some other places
12903                 (e.g. hrm features for all folder)
12904           src/pixmap/stock_*.xpm -> the stock_ was removed
12905         
12906 2002-02-11 [paul]       0.7.0claws58
12907
12908         * sync with sylpheed 0.7.1 release
12909                 see ChangeLog entries 2002-02-11
12910
12911 2002-02-08 [paul]       0.7.0claws57
12912
12913         * sync with sylpheed 0.7.0cvs39
12914                 see ChangeLog entry 2002-02-07 (last entry) 
12915
12916         * src/prefs_actions.c
12917           src/prefs_filtering.c
12918           src/prefs_matcher.c
12919           src/prefs_scoring.c
12920                 sync: made it compile with C compilers other than gcc
12921
12922 2002-02-07 [paul]       0.7.0claws56
12923
12924         * sync with sylpheed 0.7.0cvs38
12925                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12926                 2002-02-07
12927
12928 2002-02-07 [darko]      0.7.0claws55
12929
12930         * src/gtkutils.[ch]
12931         * src/summaryview.c
12932                 Fix const gchar */gchar * issue (thanks Hiro)
12933
12934 2002-02-07 [darko]      0.7.0claws54
12935
12936         * src/compose.[ch]
12937         * src/filtering.c
12938         * src/gtkutils.[ch]
12939         * src/prefs_template.c
12940         * src/quote_fmt.h
12941         * src/quote_fmt_parse.y
12942         * src/summaryview.c
12943         * src/utils.[ch]
12944                 When replying or forwarding an email don't quote the entire
12945                 mail body but use the part of the message text that is selected
12946
12947 2002-02-06 [melvin]     0.7.0claws53
12948
12949         * src/prefs_common.[ch]
12950         * src/gtkspell.[ch]
12951         * src/compose.c
12952                 Made possible to switch quickly to last used dictionary
12953                 which makes checking bilingual documents easier.
12954
12955 2002-02-06 [melvin]     0.7.0claws52
12956         
12957         * po/POTFILES.in
12958                 Added forgotten new file src/prefs_actions.c
12959
12960 2002-02-06 [melvin]     0.7.0claws51
12961
12962         * src/prefs_actions.c   ** NEW FILE **
12963         * src/prefs_actions.h   ** NEW FILE **
12964                 Added actions to execute on message text view, or on the
12965                         message's file.
12966         * src/Makefile.am
12967                 Added src/prefs_actions.[ch]
12968         * src/compose.c
12969                 Added new menu "Edit/Actions"
12970         * src/defs.h
12971                 Added new actionsrc file.
12972         * src/main.c
12973                 Added actionsrc reading.
12974         * src/mainwindow.c
12975                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12976         * src/prefs_common.h
12977                 Added new element actionslst element to prefs_common.
12978
12979 2002-02-06 [paul]       0.7.0claws50
12980
12981         * sync with sylpheed 0.7.0cvs36
12982                 see ChangeLog entry 2002-02-06
12983
12984 2002-02-05 [paul]
12985
12986         * po/es.po
12987                 updated by Ricardo Mones Lastra
12988
12989 2002-02-05 [paul]       0.7.0claws49
12990
12991         * sync with sylpheed 0.7.0cvs33
12992                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12993
12994 2002-02-05 [paul]       0.7.0claws48
12995
12996         * src/compose.c
12997                 re-add 'Edit/Advanced/Delete entire line', previously named
12998                 'Delete Line+'
12999
13000 2002-02-04 [paul]       0.7.0claws47
13001
13002         * src/compose.c
13003           src/summaryview.c
13004                 fix bug #494993 (Reply All not taking Reply-To into consi)
13005                 eliminate differences in behaviour of right-click 'Reply to all' 
13006                 in summary view and 'Reply to all' on the toolbar. 
13007                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13008                 view and From gets ignored by 'Reply to all' on toolbar.
13009                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13010                 From when no Reply-To header is present.
13011
13012 2002-02-04 [paul]       0.7.0claws46
13013
13014         * sync with sylpheed 0.7.0cvs30
13015                 see ChangeLog entries 2002-02-03 and 2002-02-04
13016
13017 2002-02-03 [melvin]     0.7.0claws45
13018
13019         * src/gtkspell.[ch]
13020                 Readded function to highlight all misspelled words.
13021                 Fixed bug where user-provided-words did not replace
13022                         correctly the misspelled word when using the mouse.
13023                 Fixed bug where checking a region selected from right to left did
13024                         not check the region at all.
13025                 Fixed bug where 'Check backwards' may not check at all. 
13026                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13027                 Fixed possible buffer overflow when checking for long strings (>1k).
13028                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13029                 Accelerators code uses now gtk_widget_add_accel.
13030                 Removed and disabled obsolete and unfinished code.
13031                 Cleaning up.
13032
13033         * src/compose.c
13034                 Added menu item to Highlight all misspelled words.
13035
13036 2002-02-01 [paul]       0.7.0claws44
13037
13038         * src/mainwindow.c
13039                 fix '/View/Hide read messages' sensitivity when all
13040                 messages in a folder are hidden
13041
13042 2002-02-01 [paul]       0.7.0claws43
13043
13044         * src/main.c
13045                 add --send option to command line interface, sends all
13046                 queued mail. Patch submitted by Ricardo Mones Lastra.
13047
13048 2002-01-31 [paul]       0.7.0claws42
13049
13050         * src/mainwindow.c
13051                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13052
13053 2002-01-31 [paul]       0.7.0claws41
13054
13055         * sync with sylpheed 0.7.0cvs27
13056                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13057                 and 2002-01-31
13058
13059         * src/textview.c
13060                 comment out elements of textview_show_part() as temporary
13061                 workaround for attachment 'Display as text' bug 
13062
13063         * po/pt_BR.po
13064                 updated by Fabio Junior Beneditto
13065
13066 2002-01-30 [paul]       0.7.0claws40
13067
13068         * sync with sylpheed 0.7.0cvs24
13069                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13070                 and 2002-01-30
13071
13072         * src/compose.c
13073                 add {N_("/_Spelling"), ... "<Branch>"} to 
13074                 GtkItemFactoryEntry compose_entries[]
13075
13076         * src/prefs_common.c
13077                 add claws menu items to prefs_keybind_apply_clicked()
13078                 and remove non-claws menu items
13079
13080 2002-01-29 [paul]       0.7.0claws39
13081
13082         * sync with sylpheed 0.7.0cvs22
13083                 see ChangeLog entries 2002-01-28 and 2002-01-29
13084
13085 2002-01-28 [melvin]     0.7.0claws38
13086
13087         * src/compose.c
13088                 Added the declartion of compose_send_control_enter.
13089
13090         * src/compose.c
13091         * src/gtkspell.[ch]
13092                 Added in a 'Spelling' menu which includes the configuration menu. 
13093                 Added a real 'Check all' and got rid from the old one which only
13094                 highlited misspelled word.
13095                 Made 'Check while typing' a disableable option.
13096                 Added a dialog when there are no more misspelled word.
13097                 Added a dialog if error occurs when switching to a dictionary.
13098         
13099         * src/prefs_common.[ch]
13100                 Added option for the default 'Check while typing' option.
13101
13102
13103 2002-01-28 [alfons]     0.7.0claws37
13104
13105         * src/compose.c
13106                 fix buglet and make code comply with sylpheed code style
13107
13108 2002-01-28 [paul]       0.7.0claws36
13109
13110         * sync with sylpheed 0.7.0cvs19
13111                 see ChangeLog entries for 2002-01-28
13112
13113 2002-01-28 [hoa]        0.7.0claws35
13114
13115         * src/defs.h
13116                 added rendererrc
13117
13118         * src/main.c
13119                 read the renderer config
13120
13121         * src/procmime.[ch]
13122                 use the renderer config to convert mime attachments
13123
13124         * src/textview.c
13125                 don't use textview_show_html/ertf,
13126                 use get_text_content instead
13127
13128 2002-01-27 [alfons]     0.7.0claws34
13129         
13130         * src/news.c
13131                 make sylpheed believe it can delete a news message...
13132                 (messages are NOT deleted, maybe we should remove
13133                 processing from the folder properties after all.)
13134
13135 2002-01-27 [alfons]     0.7.0claws33
13136
13137         * src/folder.c
13138                 add extra checks
13139         * src/news.c
13140                 implement remove_msg() 
13141
13142 2002-01-27 [alfons]     0.7.0claws32
13143
13144         * src/procmsg.h
13145         * src/procheader.c
13146         * src/messageview.c
13147                 fix return receipt / disposition notification again. this
13148                 stuff seems to break on _every_ major summary UI change, so
13149                 it's now implemented using a flag which is saved in the
13150                 marks cache
13151                 
13152 2002-01-26 [alfons]     0.7.0claws31
13153
13154         * src/import.c
13155                 let import dialog show the destination folder identifier
13156
13157 2002-01-26 [melvin]     0.7.0claws30
13158
13159         * src/folderview.c
13160         * src/summaryview.c
13161                 Readded 'Mark all read' into summary view popup menu
13162                 Added 'Mark all read' in folder view popup menu for IMAP
13163                 and NNTP.
13164                 Made it insensitive if the selected folder is not the shown
13165                 one to avoid 'Mark all read' on the wrong folder.
13166                 
13167 2002-01-26 [paul]       0.7.0claws29
13168
13169         * src/folderview.c
13170           src/summaryview.c
13171                 move 'Mark all read' from summary view to folder view
13172                 menu. (adapted from) patch submitted by Jeremy Andrews,
13173                 <lists@kerneltrap.com>
13174
13175 2002-01-25 [alfons]     0.7.0claws28
13176
13177         * src/gtkstext.c
13178                 put the gtk class name back so GtkSText adapts the 
13179                 settings of GtkText
13180
13181 2002-01-25 [alfons]     0.7.0claws27
13182
13183         * src/folderview.c 
13184                 assimilate Ricardo's patch that shows pixmaps instead of
13185                 plain "new" and "unread" texts in the folder view column
13186                 headers 
13187
13188 2002-01-25 [paul]       0.7.0claws26
13189
13190         * src/Makefile.am
13191                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13192                 be found in non-standard locations. 
13193                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13194
13195 2002-01-25 [paul]       0.7.0claws25
13196
13197         * sync with sylpheed 0.7.0cvs16
13198                 see ChangeLog entry 2002-01-25
13199
13200 2002-01-24 [paul]       0.7.0claws24
13201
13202         * more sync with sylpheed 0.7.0cvs15
13203                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13204
13205 2002-01-23 [sergey]     0.7.0claws23
13206
13207         * src/importldif.c
13208                 Fixed segfault when closing LDIF import wizard with
13209                 the window manager.
13210         * src/imageview.c
13211         * src/imageview.h
13212         * src/messageview.c
13213         * src/mimeview.c
13214                 Fixed wrong scrolling position after switching between
13215                 text and image parts.
13216
13217 2002-01-23 [paul]       0.7.0claws22
13218
13219         * sync with sylpheed 0.7.0cvs15
13220                 see ChangeLog entries 2002-01-22 and 2002-01-23
13221
13222 2002-01-21 [melvin]     0.7.0claws21
13223
13224         * src/prefs_scoring.c
13225         * src/prefs_filtering.c
13226                 Fixed bug where scoring and filtering windows stopped
13227                 autochecking.
13228
13229 2002-01-21 [paul]       0.7.0claws20
13230
13231         * sync with sylpheed 0.7.0cvs12
13232                 see ChangeLog entries 2002-01-20 and 2002-01-21
13233
13234 2002-01-21 [carsten]    0.7.0claws19
13235         * src/mainwindow.c
13236         * src/menu.[ch]
13237         * src/messageview.[ch]
13238         * src/summaryview.[ch]
13239                 changes to shortcuts handling again:
13240                         + "Q" now controled by mainwin
13241                         + v/V are now customizable and have slightly
13242                           different meanings
13243                 the "button" to minimize the messageview (and maximize
13244                 the summary view) is a real button now
13245         * src/compose.c
13246                 "Delete Line+" added to Edit/Advanced (this will also
13247                 delete the '\n')
13248
13249 2002-01-20 [melvin] 0.7.0claws18
13250
13251         * src/addressbook.c
13252                 Made "Bcc" sensitive when addressbook is called from
13253                 compose window (it was a Claws only bug).
13254
13255 2002-01-19 [alfons] 0.7.0claws17
13256
13257         * src/inc.c
13258                 prevent unnecessary updates when currently selected folder has
13259                 no new messages 
13260
13261 2002-01-19 [alfons] 0.7.0claws16
13262         
13263         * src/summaryview.c
13264                 prevent writing the cache based on current message list in summary 
13265                 view when filtering also put messages in currently selected folder
13266
13267 2002-01-19 [paul]
13268
13269         * po/it.po
13270                 Italian translation submitted by Alessandro Maestri
13271                 <a.maestri@cs.tin.it>
13272
13273 2002-01-18 [melvin]     0.7.0claws15
13274
13275         * src/prefs_filters.c
13276                 fixed bug where 'cancel' from 'filters' window stops autochecking
13277                 if the timer timed out  when the window was open.
13278
13279 2002-01-18 [match]      0.7.0claws14
13280
13281         * src/addrclip.[ch]     ** NEW FILE **
13282         * src/addrselect.[ch]   ** NEW FILE **
13283         * src/adbookbase.h      ** NEW FILE **
13284                 addressbook cut, copy and paste
13285         * src/addrbook.[ch]
13286         * src/addrcache.[ch]
13287         * src/addressitem.h
13288         * src/addrindex.[ch]
13289         * src/addritem.[ch]
13290         * src/importldif.c
13291         * src/importmutt.c
13292         * src/jpilot.[ch]
13293         * src/syldap.[ch]
13294         * src/vcard.[ch]
13295         * src/jpilot.[ch]
13296         * src/editbook.c
13297         * src/editjpilot.c
13298         * src/editldap.c
13299         * src/editvcard.c
13300                 support for copy/paste
13301         * src/addressbook.c
13302                 support for copy/paste
13303                 tidy up menu option processing
13304                 correct address list function arguments
13305         * src/editaddress.c
13306                 sort user attributes
13307         * src/ldif.h
13308         * src/mutt.h
13309                 tidy up
13310
13311         * src/addrbook.[ch]
13312         * src/addrbook.[ch]
13313         * src/addrbook.[ch]
13314                 
13315
13316 2002-01-18 [paul]       0.7.0claws13
13317
13318         * sync with sylpheed 0.7.0cvs8
13319                 configure.in: support Mac OS X (Darwin)
13320
13321 2002-01-18 [carsten]    0.7.0claws12
13322         * src/html.c
13323                 small hack to fix a segfault with an empty href
13324                 (reported by Alexandra Walford <deeni@altern.org>)
13325         * src/mainwindow.c
13326         * src/summaryview.c
13327                 the shortcuts for Mark und Mark as unread are hardcoded
13328                 again
13329         * src/compose.c
13330         * src/gtkstext.[ch]
13331                 readded the shortcuts in gtkstext but made them
13332                 customizeable (simply by adding a menu plus a wrapper
13333                 to compose.c)
13334
13335 2002-01-17 [melvin]     0.7.0claws11
13336
13337         * src/gtkspell.c
13338                 fix default dictionary not being saved.
13339
13340 2002-01-16 [darko]      0.7.0claws10
13341
13342         * src/compose.c
13343                 fix wrapping crash with URL longer than wrapping margin
13344
13345 2002-12-08 [hoa]        0.7.0claws10
13346
13347         * src/matcher_parser_parse.y
13348                 fixed some bugs
13349
13350         * src/prefs_filtering.c
13351                 now, we can use bounce action in the dialog box.
13352
13353 2002-01-16 [carsten]    0.7.0claws9
13354         * src/gtkstext.c
13355                 removed the <control> and <alt> shortcuts because they're
13356                 not needed and interefered with the "normal" shortcuts
13357         * src/mainwindow.c
13358         * src/summaryview.c
13359                 removed most of the hardcoded shortcuts and assigned
13360                 them to menu entries making them easy customizable by
13361                 that
13362
13363 2002-01-16 |melvin]     0.7.0claws8
13364
13365         * src/gtkspell.c
13366                 fixed bug where using the mouse and when the compose
13367                 window is not on top may result in a crash.
13368
13369 2002-01-16 [melvin]     0.7.0claws7
13370
13371         * src/compose.c
13372                 fixed a long standingspell checker bug which could 
13373                 cause a crash after sending a message.
13374
13375 2002-01-16 [paul]       0.7.0claws6
13376
13377         * sync with sylpheed 0.7.0cvs7
13378                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13379                 2002-01-15, and 2002-01-16
13380
13381 2002-01-16 [melvin]     0.7.0claws5
13382
13383         * README.claws
13384         * src/compose.c
13385         * src/gtkspell.[ch]
13386         * src/main.c
13387                 Heavily modified spell checker code to work around
13388                 ispell bug, to add keyboard shortcuts and for future
13389                 enhancements. See README.claws for usage information.
13390
13391 2002-01-15 [alfons]     0.7.0claws4
13392         
13393         * src/summaryview.c
13394                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13395                 so sorting within threads reflects sort mode
13396
13397 2002-01-15 [christoph]  0.7.0claws3
13398
13399         * src/procmsg.c
13400                 added alertpanel if mail sending failed
13401
13402 2002-01-15 [alfons]     0.7.0claws2
13403         
13404         * src/prefs_filtering.c
13405                 don't stop timer when prefs filtering dialog is opened
13406
13407 2002-01-14 [alfons]     0.7.0claws1
13408
13409         * src/addr_compl.c
13410         * src/prefs.c
13411                 remove debug_print()s for privacy reasons
13412
13413 2002-01-14 [darko]      0.7.0claws
13414
13415         * README.claws
13416                 quotation wrapping is now also in the main branch
13417
13418 2002-01-14 [paul]
13419
13420         * tools/filter_conv.pl
13421                 allow for Boolean Op and case-sensitivity
13422                 this file is included in the release and tagged
13423                 'rel_0_7_0'
13424
13425 2002-01-13 [paul]       0.7.0claws
13426
13427         * release 0.7.0, with cvs tag 'rel_0_7_0'
13428
13429 2002-01-13 [paul]
13430
13431         * tools/filter_conv.pl
13432         * tools/README
13433                 rewritten to output to matcherrc instead of filteringrc
13434
13435         * po/es.po
13436                 updated Spanish translation by Ricardo Mones Lastra
13437
13438 2002-01-13 [alfons]
13439
13440         * po/nl.po
13441                 update dutch translation
13442
13443 2002-01-13 [paul]
13444
13445         * po/pt_BR.po
13446                 Updated by Fabio Junior Beneditto 
13447
13448 2002-01-13 [melvin]     0.6.6claws53
13449
13450         * po/fr.po
13451                 Updated french translation
13452
13453 2002-01-12 [alfons]     0.6.6claws52
13454
13455         * src/filtering.c
13456                 plug mem leak that has been sitting there for ages              
13457
13458 2002-01-12 [alfons]     0.6.6claws51
13459
13460         * src/summaryview.c
13461                 undo melvin's changes from 0.6.6claws48 because summary
13462                 view now refuses to select first unread message when
13463                 selecting a folder 
13464
13465 2002-01-11 [alfons]     0.6.6claws50
13466
13467         * src/import.c
13468                 use claws' semantics for getting folder item when
13469                 importing an mbox file into a folder 
13470                 (submitted by Dale P. Smith)
13471
13472 2002-01-11 [christoph]  0.6.6claws49
13473
13474         * src/prefs.h
13475                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13476                 toggle widget, because non static prefs can not use
13477                 prefs_set_* functions
13478         * src/prefs_account.c
13479                 toggle smtp auth password field sensitivity if
13480                 user id is empty and add descrition of usage for
13481                 these fields
13482         * src/prefs_folder_item.c
13483                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13484                 callbacks
13485
13486 2002-01-11 [melvin]     0.6.6claws48
13487
13488         * src/compose.c
13489                 fix the 'Ctrl-Enter' feature for sending and test really
13490                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13491                 editables which was not documented in Gtk)
13492
13493         * src/summaryview.c
13494                 Made summaryview refresh after sorting and not before.
13495
13496 2002-01-11 [christoph]  0.6.6claws47
13497
13498         * src/compose.c
13499                 select account from account ids if possible and
13500                 correctly set save folder for copy in reedit
13501
13502 2002-01-10 [paul]       0.6.6claws46
13503
13504         * sync with sylpheed 0.7.0 release
13505                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13506                 2002-01-09
13507
13508 2002-01-09 [alfons]
13509
13510         * src/summaryview.c
13511                 remove more dirt traces...
13512
13513 2002-01-09 [alfons]
13514         
13515         * src/summaryview.c
13516                 clean up some traces of my debugging stuff
13517
13518 2002-01-09 [alfons]     0.6.6claws45
13519
13520         * src/filtering.c
13521                 break up filteringprop_apply() in three separate pieces
13522                 so we can drop messages that failed processing in the
13523                 inbox
13524
13525         * src/summaryview.c
13526                 fix bug #469598 "no refresh of inbox after filter" which 
13527                 was introduced by the new summary view locking, and which 
13528                 prevented the summary view to update after a manual filter 
13529                 message. claw's filter message requires a summary_show().
13530                 (aargh, summary_show() again! :-)
13531                 
13532 2002-01-07 [alfons]     0.6.6claws44
13533
13534         * src/headerwindow.c
13535         * src/logwindow.c
13536         * src/messageview.c
13537         * src/sourcewindow.c
13538                 bring in Hiro's last 0.7.0 wm class fixes
13539
13540         * tools/sylprint.pl
13541                 bring in Ricardo's fix for sylprint script
13542
13543         * AUTHORS       
13544         * src/rfc2015.[ch]
13545         * src/prefs_common.[ch]
13546         * src/prefs_account.[ch]
13547         * src/compose.c
13548                 clean up account preference poison in rfc2015,
13549                 and preparation to fix double sign bug 
13550                 (patch submitted by Simon 'corecode' Schubert)
13551
13552 2002-01-07 [christoph]  0.6.6claws43
13553
13554         * src/mh.c
13555                 search for free message number, do not only rely
13556                 on last_num
13557         * src/send.c
13558                 fix smtp auth and use extra account information
13559                 if available, if not use pop3 data instead
13560                 (closes bug #500341)            
13561         * src/ssl.[ch]
13562                 match coding style
13563
13564 2002-01-06 [alfons]     0.6.6claws42
13565
13566         * src/mainwindow.c
13567                 try making the separate windows work again...
13568
13569 2002-01-06 [alfons]     0.6.6claws41
13570
13571         * src/mainwindow.c
13572                 adapt Hiro's separate window menu (to get rid of the funny
13573                 duplicate menu items), and make it work again
13574
13575 2002-01-06 [alfons]     0.6.6claws40
13576
13577         * tools/Makefile.am
13578         * tools/sylprint.rc
13579         * tools/sylprint.pl
13580         * tools/README.sylprint
13581                 add sylprint script for printing mails from Sylpheed
13582                 (contributed by Ricardo Mones Lastra)
13583
13584         * src/acount.c
13585                 clean up
13586
13587 2002-01-06 [melvin]     0.6.6claws39
13588
13589         * src/mainwindow.c
13590         * src/summaryview.c
13591                 Fixed crash introduced in 0.6.6claws38 by the menu
13592                 reorganisation (Hide read messages)
13593         
13594         * ChangeLog.claws 
13595                 Fixed typo (we are now in 2002, alfons ;) )
13596
13597 2002-01-05 [alfons]     0.6.6claws38
13598
13599         * sync with sylpheed 0.6.6cvs10-17
13600                 (last stuff marked as LAST_STABLE)
13601
13602 2002-01-04 [melvin]     0.6.6claws37
13603
13604         * src/account.c
13605                 Made account selection code use strcasestr again instead of
13606                 g_strcasecmp (fixes bug where reediting queued messages
13607                 did not select proper account reported by T. Link).
13608         
13609         * src/folderview.c
13610                 Fix bug where folder icons are not shown when 'hide read messages'
13611                 is on.
13612         
13613         * src/stock_pixmaps.[ch]
13614                 Added folder icons for 'hide read messages'.
13615         
13616         * src/compose.c
13617                 Fixed bug where 'Enter' in a header entry will send the message 
13618                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13619
13620 2002-01-03 [melvin]     0.6.6claws36
13621         
13622         * src/prefs.[ch]
13623                 Added popup menu for common preferences and
13624                 account preferences (right click on tab displays
13625                                 a menu of all tabs.)
13626
13627 2002-01-02 [melvin]     0.6.6claws35
13628
13629         * src/gtkspell.[ch]
13630                 Made spelling code compatible with undo/redo feature.
13631                 Added creation of suggestion mode menu for the general
13632                         preferences.
13633         
13634         * src/prefs_common.[ch]
13635                 Added option menu for the speller's suggestion mode.
13636                 Added missing spaces in "..." buttons and made a "..."
13637                         button non translatable!
13638         
13639         * src/compose.c
13640                 Made speller use the default suggestion mode.
13641                 Hack to make it possible to choose 'CTRL-Enter' as a
13642                         shortcut for sending (and only for sending).
13643
13644         * src/prefs_folder_item.c
13645                 Changing subject simplification does not update cache 
13646                         anymore (because it is unnecessary).
13647                 Fixed bug where changing subject simplification updated the 
13648                         summaryview even when the viewed folder is not the
13649                         folder which properties are being changed. (E.g. 
13650                                         viewing folder A and changing
13651                                         the subject simplification of 
13652                                         folder B -not being viewed- updated the 
13653                                         summaryview of folder A with data of
13654                                         folder B). (Hope this is clear... )
13655
13656 2001-12-31 [alfons]     0.6.6claws34
13657         
13658         * src/ldif.c
13659         * src/mutt.c
13660                 fgetc() returns a signed integer which doesn't
13661                 fit in a char. so c truncates this to a char
13662                 but we may lose significant bits. i.e. we may
13663                 comparing 0xFF which may not be equal to -1
13664                 unless properly casted to signed char which
13665                 we won't do because fgetc() returns a signed
13666                 integer which doesn't fit in a char. so c 
13667                 truncates this to a char but we may lose 
13668                 significat bits. (you got the idea, thanks
13669                 to Gustavo Noronha Silva <kov@debian.org>
13670                 and the Debian folks!)
13671
13672 2001-12-30 [alfons]     0.6.6claws33
13673
13674         * src/prefs_common.c
13675                 add #ifdef USE_PSPELLs that Melvin forgot               
13676
13677 2001-12-30 [melvin]     0.6.6claws32
13678         
13679         * src/prefs_common.[ch]
13680                 Added configurable color for misspelled words.
13681
13682         * src/gtkspell.[ch]
13683                 Fixed bug of foreground text color (reported by David
13684                                 Mehrmann)
13685                 Added configurable color for misspelled words.
13686
13687 2001-12-30 [alfons]     0.6.6claws31
13688
13689         * src/folder.c
13690                 remove unnecessary things someone put there
13691
13692         * src/mh.c
13693         * src/folder.[ch]
13694                 make folder properties (like threading and sorting) persistent
13695                 (closes bug #497424 "rescan folder tree resets proprieties")
13696                 currently this is only for MH folders. 
13697
13698 2001-12-29 [melvin]     0.6.6claws30
13699
13700         * src/string_match.[ch]
13701                 Optimized a bit: regexp pattern buffer compiled only once, and
13702                   one subroutine call removed. Fixed ^ regexp search: Now, 
13703                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13704         
13705         * src/summaryview.c
13706                 Subject filtering changed to filter summary columns and
13707                   not directly the messages subject cache. The loss in 
13708                   performance is balanced by the improvement of string_match.
13709                 Added an alert panel if there is an error in the regexp.
13710
13711         * src/src/prefs_folder_item.h
13712                 Added a regexp pattern buffer.
13713
13714 2001-12-28 [alfons]     0.6.6claws29
13715
13716         * src/string_match.[ch]
13717                 clean up name space
13718                 allow compilation *BSD
13719
13720 2001-12-27 [alfons]     0.6.6claws28
13721
13722         * src/filter.c
13723                 sync the Hiro's bug fix for BSD
13724
13725 2001-12-27 [melvin]     0.6.6claws27
13726         
13727         * src/compose.c
13728                 Simplify focus to subject entry code.
13729
13730 2001-12-27 [darko]      0.6.6claws26
13731
13732         * src/filtering.c
13733         * src/mbox_folder.c
13734         * src/messageview.c
13735         * src/mh.c
13736         * src/procheader.[ch]
13737         * src/procmsg.h
13738         * src/stock_pixmap.[ch]
13739         * src/summaryview.c
13740                 Show key icon for encrypted mails in summary view
13741
13742         * src/pixmaps/clip.xpm
13743         * src/pixmaps/clipkey.xpm
13744         * src/pixmaps/key.xpm
13745                 New/modified icons for the above
13746
13747 2001-12-27 [melvin]     0.6.6claws25
13748
13749         * src/prefs_common.c
13750                 Put spell checker options in a separate tab to decrease
13751                 the Common Preferences window height.
13752
13753         * README.claws  
13754                 Update spell checker usage instruction about its options
13755                 location.
13756
13757 2001-12-27 [melvin]     0.6.6claws24
13758
13759         * src/compose.c
13760                 Changed subject entry widget position. Initial focus is
13761                 on the To header instead of the subject entry.
13762                 Creating a new header scrolls the header list to make the
13763                 created one visible. Nevertheless, when automatically filling
13764                 headers, the first one is shown.
13765                 A Tab key press in the last empty header entry zips the 
13766                 focus to the subject entry.
13767                 (I did not change the combo boxes, yet)
13768
13769 2001-12-26 [alfons]     0.6.6claws23
13770
13771         * src/prefs_account.c
13772         * src/inc.c
13773                 allow default inbox to reside in another mailbox (only
13774                 works for POP3 accounts)
13775
13776 2001-12-26 [alfons]     0.6.6claws22
13777         
13778         * src/textview.c
13779                 make reply-on-click work with the account of the selected folder
13780         * src/compose.c
13781                 put a fixme here to remind me to fix finding correct default
13782                 account for nested folders
13783
13784 2001-12-25 [alfons]     0.6.6claws21
13785
13786         * src/summaryview.c
13787                 make column headers display locked and mark pixmaps (idea by Melvin) 
13788                 fix bug by adding score and locked column type to sort array
13789
13790 2001-12-25 [alfons]     0.6.6claws20
13791         
13792         * src/summaryview.c
13793                 catch a *potentially* inadvertent write back of  
13794                 the message cache(s) introduced by 0.6.5claws37
13795
13796 2001-12-25 [christoph]  0.6.6claws19
13797
13798         * src/stock_pixmap.[ch]
13799         * src/summaryview.c
13800                 add ignore thread pixmap
13801                 (can someone draw a better icon for this?)
13802
13803 2001-12-24 [alfons]     0.6.6claws18
13804
13805         * src/prefs_folder_item.c
13806                 make address completion actually work for the
13807                 Default To address in the Folder Property dialog.
13808
13809 2001-12-24 [alfons]     0.6.6claws17
13810         
13811         * src/summaryview.c
13812                 use new style regexp for subject stripping 
13813                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13814
13815 2001-12-24 [darko]      0.6.6claws16
13816
13817         * src/pgptext.c
13818         * src/rfc2015.c
13819                 move GPG related informational messages to debug mode
13820
13821 2001-12-23 [alfons]     0.6.6claws15
13822
13823         * src/stock_pixmap.[ch]
13824         * src/summaryview.c
13825                 add the forgotten Claws' locked pixmap
13826
13827 2001-12-23 [alfons]     0.6.6claws14
13828
13829         * src/filesel.c
13830                 accept file name typed in entry in multi file
13831                 selector (patch submitted by Gustavo Noronha Silva 
13832                 <kov@debian.org>)
13833
13834 2001-12-23 [alfons]     0.6.6claws13
13835
13836         * src/prefs_filter.c
13837         * src/prefs_filtering.c
13838         * src/matcher.c
13839         * src/importmutt.c
13840                 clean up a little bit
13841         
13842         * src/string_match.c
13843                 validate input strings a little bit more
13844
13845 2001-12-23 [alfons]     0.6.6claws12
13846
13847         * src/Makefile.am
13848         * src/summaryview.c
13849         * src/string_match.[ch]         ** NEW **
13850         * src/folderview.[ch]
13851         * src/headerview.h
13852         * src/folder.[ch]
13853         * src/prefs_folder_item.[ch]
13854                 add subject simplification to strip out strings from
13855                 a subject line (esp. handy for mailing lists). 
13856                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13857                 but slightly changed things for better integration.)
13858
13859 2001-12-23 [alfons]     0.6.6claws11
13860
13861         * src/mainwindow.c
13862                 fix bug introduced by submission included in 0.6.5claws52.
13863                 ideally this submission should clean the trash if any trash
13864                 folder has a message. however, the hasTrash variable was
13865                 set to false whenever a trash folder was empty (discarding
13866                 a previously found *filled* trash folder.)
13867
13868                 also edited the code a little bit and made it more safe.
13869
13870 2001-12-22 [alfons]     0.6.6claws10
13871
13872         * src/imap.c
13873                 quick fix for Martin Pool's omission of an account
13874                 specific SSL setting
13875
13876 2001-12-22 [alfons]     0.6.6claws9
13877
13878         * src/compose.c
13879         * src/messageview.c
13880         * src/mimeview.c
13881         * src/pgptext.c
13882         * src/procmime.[ch]
13883                 better support for multipart/digest (submitted
13884                 by Fredrik <e98fo@efd.lth.se>)
13885
13886 2001-12-22 [alfons]     0.6.6claws8
13887
13888         * src/addressbook.c
13889                 correct function signature
13890         * src/socket.[ch]
13891         * src/imap.[ch]
13892         * src/prefs_account.[ch]
13893                 allow IMAP over SSH tunnel (patch submitted by 
13894                 Martin Pool <mbp@samba.org>)
13895
13896 2001-12-21 [alfons]     0.6.6claws7
13897
13898         * sync with sylpheed 0.6.6cvs4-9
13899                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13900
13901 2001-12-21 [christoph]  0.6.6claws6
13902
13903         * src/compose.c
13904         * src/prefs_folder_item.[ch]
13905                 implement saving of outgoing messages to current folder.
13906                 fix segfault when no default outbox is available
13907                 (closes bug #495683)
13908
13909 2001-12-21 [carsten]    0.6.6claws5
13910         * src/folderview.c
13911         * src/summaryview.c
13912                 pressing CTRL while DND does now the expected thing and
13913                 copies the mail (moving is still the default, as this
13914                 seam more appropriate for handling mails by DND)
13915
13916 2001-12-18 [paul]       0.6.6claws4
13917
13918         * sync with sylpheed 0.6.6cvs3
13919                 see ChangeLog entries 2001-12-18
13920
13921 2001-12-18 [hiro]       0.6.6claws3
13922
13923         * src/undo.c
13924                 fix for multibyte characters (obtain the number of letters
13925                 instead of bytes).
13926
13927 2001-12-17 [paul]       0.6.6claws2
13928
13929         * sync with sylpheed 0.6.6cvs1
13930                 see ChangeLog entry 2001-12-16
13931
13932 2000-12-17 [alfons]     0.6.6claws1
13933
13934         * src/filtering.c
13935                 clean up
13936
13937 2001-12-16 [paul]       0.6.6claws
13938 2001-12-15
13939
13940         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13941
13942         * src/mimeview.c
13943                 last minute sync with main 0.6.6
13944
13945         * po/es.po
13946                 updated by Ricardo Mones Lastra
13947                 update for last minute sync
13948         * po/fr.po
13949         * po/nl.po
13950                 update for last minute sync
13951         * po/de.po
13952                 updated by Jens Oberender
13953         * po/pt_BR.po
13954                 updated by Fabio Junior Beneditto
13955
13956         * src/prefs_common.[ch]
13957         * src/undo.c
13958                 number of undo levels is user configurable
13959                 (squeeze it into the release in the dying
13960                 moments) Submitted by Jens Oberender    
13961
13962 2001-12-15 [melvin]
13963
13964         * po/fr.po
13965                 updated french translation
13966
13967 2001-12-15 [paul]       0.6.5claws92
13968
13969         * sync with sylpheed 0.6.5cvs28
13970                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13971
13972         * po/nl.po
13973                 update to allow for sync
13974
13975 2001-12-15 [alfons]
13976         
13977         * po/nl.po
13978                 update dutch translation
13979
13980 2001-12-14 [carsten]    0.6.5claws91
13981         * src/summaryview.c
13982                 fixed bug #473785; also after changing the column order
13983                 the same message will be selected and displayed as before
13984                 the reordering
13985
13986 2001-12-14 [carsten]    0.6.5claws90
13987         * src/folderview.c
13988                 probably found the bug reported by wwb opening or closing
13989                 a folder tree just before dnd (found the solution in the
13990                 balsa source -- thanks to them)
13991
13992 2001-12-14 [carsten]    0.6.5claws89
13993         * src/gtkutils.c
13994         * src/account.c
13995                 moved gtk_clist_moveto to the right place, so that
13996                 only the accounts dialog is effected on opening
13997
13998 2001-12-14 [carsten]    0.6.5claws88
13999         * src/gtkutils.c
14000                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14001                 now, so that the focused row will be seen in any case
14002                 (reported by wwp on sf-claws-user)
14003
14004 2001-12-14 [darko]      0.6.5claws87
14005
14006         * src/compose.c
14007                 remove unnecessary line
14008
14009 2001-12-14 [paul]       0.6.5claws86
14010
14011         * sync with sylpheed 0.6.5cvs27
14012                 see ChangeLog entries 2001-12-14
14013
14014 2001-12-14 [carsten]    0.6.5claws85
14015         * src/mainwindow.c
14016                 following a suggestion of Melvin the rcoabm pops up
14017                 right under the button now and the button is reliefed
14018                 while the popup is open
14019
14020 2001-12-14 [darko]      0.6.5claws84
14021
14022         * src/compose.c
14023                 fix crash when wrapping long lines if linewrap quotation
14024                 is disabled and wrapper encounters a word spanning more
14025                 than one line
14026
14027 2001-12-13 [paul]       0.6.5claws83
14028
14029         * src/compose.c
14030                 prefer 'Reply-To' header over mailing list header when
14031                 replying to a message. Finally prevent all those confirmation 
14032                 messages being sent to the list itself.
14033
14034         * src/summaryview.c
14035                 remove unused summary_set_menu_sensitive() entry
14036
14037 2001-12-13 [paul]       0.6.5claws82
14038
14039         * src/folderview.c
14040         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14041         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14042         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14043                 improvements to 'Hide read messages': Inbox, Outbox,
14044                 Trash, Queue, and Draft icons now reveal presence of hidden 
14045                 messages
14046
14047 2001-12-12 [alfons]     0.6.5claws81
14048
14049         0.6.5claws80 was tagged as LAST_STABLE
14050
14051         * src/filtering.[ch]
14052         * src/matcher.[ch]
14053         * src/matcher_parser_lex.c
14054                 fix the filtering; my last attempt to get it right, 
14055                 if it does not work, it's Hoa's turn. ;-)
14056
14057                 for my honourable peers:
14058                 
14059                 the code now makes a clear distinction between
14060                 rules as they are displayed (probably escaped),
14061                 and as they are executed (probably unescaped). the
14062                 parser does *NOT* do any unescaping, this is
14063                 the task of the matcher.c (which breaks up a
14064                 rule into condition) and the filtering.c (which
14065                 breaks up the rule's action). to make this
14066                 run happily we provide an unescaped copy of
14067                 crucial strings to the MatcherProp and 
14068                 FilteringAction structures. note that the only
14069                 exception to this is any REGEXP string. those
14070                 are directly passed to regcomp() and regexp()
14071                 (who have much more powerful unescape functions).
14072                 
14073                 for everyone else:
14074         
14075                 you can escape tab (\t), carriage return (\r),
14076                 linefeed (\n), form feed (\f), quote (\"), 
14077                 single quote (\'), bell (\b) in all the entry
14078                 lines in the scoring & filtering dialogs.
14079                 as an added bonus this should not affect
14080                 existing filtering rules.
14081
14082 2001-12-12 [carsten]    0.6.5claws80
14083
14084         * src/summaryview.c
14085         * po/de.po
14086                 "item(s) selected" is now sensitive to 1 or more
14087                 than one selected (nice for language where simple
14088                 adding of a "s" is not possible as German (Eintrag
14089                 ->Eintr"age)
14090                 
14091                 the "forward as attachment" entry from the right
14092                 click menu removed, "forward" acts following the
14093                 prefs
14094         
14095         * src/textview.c
14096                 reverted my former changes; so compiler warning again
14097                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14098                 nevertheless
14099
14100         * src/messageview.c
14101                 "search in message" does now *not* only work in MVIEW_TEXT
14102                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14103                 message
14104
14105         * src/mainwindow.c
14106                 removed "/File/_Close" as it was the same as "/File/E_xit"
14107                 and we don't need it two times
14108
14109                 the separate folder view and message view now get a distinct
14110                 WMCLASS, just in case someone is using sawfish ;-)
14111
14112                 as the menu entries "/View/Message view" and "/View/Folder tree"
14113                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14114                 make them sensitive accordingly and as these two are "shown"
14115                 after startup anytime check this menuitem at startup
14116
14117 2001-12-12 [paul]       0.6.5claws79
14118
14119         * src/folderview.c
14120                 fix sensitivity of 'Search folder...', broken in
14121                 0.6.5claws75
14122
14123         * src/mainwindow.c
14124                 fix dodgy English
14125
14126 2001-12-11 [carsten]    0.6.5claws78
14127         * src/filtering.c
14128                 fixed two typos returning a wrong FALSE/TRUE
14129         * src/mainwindow.[ch]
14130                 extra menu for email/news button removed
14131
14132 2001-12-11 [alfons]     0.6.5claws77
14133         
14134         * src/matcher.c                 (1.3)
14135         * src/matcher_parser_lex.l      (1.28)
14136                 revert for another attempt
14137                 mark 0.6.5claws77 as LAST_STABLE
14138
14139 2001-12-11 [christoph]  0.6.5claws76
14140
14141         * po/de.po
14142                 fixed wrong translation for prev. unread msg
14143
14144 2001-12-11 [paul]       0.6.5claws75
14145
14146         * src/folder.[ch]
14147         * src/folderview.c
14148         * src/mainwindow.c
14149         * src/summaryview.[ch]
14150         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14151                 enable ability to hide read messages on per folder basis via 
14152                 '/Summary/Hide read messages'; when selected, a folder will 
14153                 have a red open folder icon, instead of a blue icon, if the 
14154                 folder contains hidden messges
14155                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14156
14157         * src/mainwindow.c
14158                 remove '/Message/Forward as attachment' from 
14159                 main_window_set_menu_sensitive() to prevent debug warning
14160
14161         * src/folderview.c
14162         * src/mainwindow.c
14163                 Clean up some of the English
14164
14165         * tools/newscache_clean.pl
14166                 allow for new 'hidereadmsgs' entry in folderlist.xml
14167
14168         * po/es.po
14169                 updated translation, submitted by Ricardo Mones Lastra
14170
14171 2001-12-11 [paul]       0.6.5claws74
14172
14173         * sync with sylpheed 0.6.5cvs25
14174                 see ChangeLog entry 2001-12-11
14175
14176 2001-12-10 [alfons]     0.6.5claws73
14177
14178         * src/matcher.c
14179                 add more control characters
14180         * src/matcher_parser_lex.l
14181                 make escaping / unescaping work again
14182
14183 2001-12-10 [alfons]     0.6.5claws72
14184
14185         * src/imap.c
14186                 clean up warnings "returning value for void function" 
14187         * src/prefs_filtering.c
14188                 make info button for execute action sensitive
14189
14190 2001-12-10 [paul]       0.6.5claws71
14191
14192         * src/compose.c
14193         * src/imap.[ch]
14194         * src/summaryview.c
14195                 fix: imap server now gets informed of MARKED, UNMARKED
14196                 and REPLY events. Now people can use different IMAP-Mail
14197                 clients and have the exact same information about MARKED,
14198                 UNMARKED and REPLY status with all of them. Especially
14199                 useful for imap servers with a web-frontend.
14200                 submitted by Tobias Sandhaas <medlor@web.de>
14201
14202 2001-12-09 [melvin]     0.6.5claws70
14203         
14204         * src/textview.[ch]
14205                 fixed bug #490076 (hunted down by Alfons who implemented
14206                 a workaround in 0.6.5claws65)
14207
14208 2001-12-09 [christoph]  0.6.5claws69
14209
14210         * src/summaryview.c
14211                 set pointer to string in LOCKED column to NULL
14212                 (might fix bug #490800)
14213
14214 2001-12-09 [carsten]    0.6.5claws68
14215
14216         * po/de.po
14217                 resolved some cluttered menu shortcuts 
14218                 ('creating new email' and 'creating news message'
14219                 hade the same)
14220         * src/compose.c
14221                 wmclass now distinc from main window
14222         * src/mainwindow.c
14223           src/mainwindow.h
14224                 email/news and forward button functionality similar
14225                 to the reply buttons; removed the ugly dropdown arrows
14226                 and use instead the right mouse button
14227
14228 2001-12-09 [paul]       0.6.5claws67
14229
14230         * src/imap.c
14231         * src/utils.h
14232                 allow spaces in imap folder names
14233                 submitted by Willem van Engen <wvengen@stack.nl>
14234
14235 2001-12-09 [paul]       0.6.5claws66
14236
14237         * sync with sylpheed 0.6.5cvs24
14238                 see ChangeLog entry 2001-12-09
14239
14240 2001-12-08 [alfons]     0.6.5claws65
14241
14242         * src/textview.c
14243                 prevent secondary selection claim after "add to sender" dialog
14244                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14245                 we trick GTK by simulating a click at (0, 0) in the textview.
14246
14247 2001-12-08 [hoa]        0.6.5claws64
14248
14249         * src/folder.c
14250                 fixed a bug about the .processing folder name while filtering
14251
14252 2001-12-08 [alfons]     0.6.5claws63
14253
14254         * src/folderview.c 
14255                 work around problem of not correctly updating folder stats
14256                 when deleting messages. there's some folder scanning evil
14257                 going so the folderview_update_msg_num() does not work
14258                 correctly. need to investigate this.
14259
14260 2001-12-08 [paul]       0.6.5claws62
14261
14262         * sync with sylpheed 0.6.5cvs23
14263                 see ChangeLog entry 2001-12-08
14264
14265 2001-12-07 [christoph]  0.6.5claws61
14266
14267         * src/compose.c
14268                 fix another header translation problem
14269
14270 2001-12-07 [alfons]     0.6.5claws60
14271
14272         * src/mbox.c
14273                 make filtering also work on local spool mbox
14274
14275 2001-12-07 [carsten]    0.6.5claws59
14276         * src/addressbook.c
14277                 addressbook window gets a wmclass distinct from the main
14278                 sylpheed window
14279         * src/compose.h
14280         * src/mainwindow.[ch]
14281                   forward menu item will use mode selected in prefs, forward 
14282                 as attatchment in menu removed (will be substituted in the
14283                 toolbar similar to reply buttons)
14284                   create news message menu entry and news button is now 
14285                 sensitive to the existance of a news account
14286         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14287         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14288         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14289                 these are removed because the toolbar buttons don't show
14290                 the quoting modus any longer
14291
14292 2001-12-07 [paul]
14293
14294         * tools/newscache_clean.pl      ** NEW FILE **
14295                 perl script to do some tidying up in the newscache directory 
14296                 
14297         * tools/sylpheed-switcher       ** NEW FILE **
14298                 perl script to enable easy switching between main and claws
14299                 
14300         * tools/README
14301                 added descriptions of the two new perl scripts          
14302
14303
14304 2001-12-07 [melvin]     0.6.5claws58
14305
14306         * src/messageview.c
14307                 fixed a warning during compilation introduced in 0.6.5claws56
14308
14309 2001-12-07 [paul]       0.6.5claws57
14310
14311         * src/mainwindow.[ch]
14312         * src/menu.[ch]
14313                 further usability enhancements to replying with or without 
14314                 quoting via the toolbar, use of Ctrl key is replaced by 
14315                 drop down menu 
14316                 Submitted by Carsten Schurig            
14317
14318 2001-12-07 [melvin]     0.6.5claws56
14319
14320         * src/messageview.c
14321                 hack to fix bug that prevented to make/paste selections
14322                 after switching between MVIEW_TEXT and MVIEW_MIME views
14323                 without deselecting the selection first.
14324
14325 2001-12-06 [alfons]     0.6.5claws55
14326
14327         * src/filtering.[ch]
14328         * src/inc.c
14329                 revise filtering a little bit more, and make sure
14330                 messages are delivered to the appropriate inbox
14331                 (perhaps set per account)
14332
14333 2001-12-06 [paul]       0.6.5claws54
14334
14335         * sync with sylpheed 0.6.5cvs22
14336                 see ChangeLog entry 2001-12-06
14337
14338 2001-12-05 [alfons]     0.6.5claws53
14339
14340         * src/inc.c
14341         * src/folder.[ch]
14342         * src/procmsg.c
14343         * src/filtering.c
14344                 more revisions of filtering system
14345                 (last stable version is marked as LAST_STABLE)
14346                 
14347                 | NOTE 1): the filtering system now uses a local folder called
14348                 | .processing. if filtering fails, check this directory
14349                 | for missing messages.
14350                 |
14351                 | NOTE 2): help us find the filtering actions still missing
14352
14353 2001-12-05 [paul]       0.6.5claws52
14354
14355         * src/mainwindow.c
14356                 fix bug where 'Empty Trash?' pop-up window appears even
14357                 when Trash is empty, submitted by Jesse Skinner         
14358
14359 2001-12-05 [melvin]     0.6.5claws51
14360
14361         * src/compose.c
14362                 fixed bug #486106 to select correct account when reediting 
14363                 a queued message
14364         
14365 2001-12-04 [alfons]     0.6.5claws50
14366
14367         * src/mh.c
14368                 declare markfile in appropriate functions when
14369                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14370                 for spotting this)
14371
14372 2001-12-04 [paul]       0.6.5claws49
14373
14374         * sync with sylpheed 0.6.5cvs21
14375                 see ChangeLog entry 2001-12-04
14376
14377 2001-12-03 [christoph]  0.6.5claws48
14378
14379         * po/de.po
14380                 changed translation of undo
14381         * src/account.c
14382         * src/folder.c
14383                 don't reinvent the wheel to traverse a GNode
14384         * src/compose.[ch]
14385                 seperate code to create the compose gui into functions
14386                 add "Others" page with folder selection for saving copy
14387                 of the message.
14388                 the folder identifier is saved to queue header
14389         * src/procmsg.c
14390                 save message to folder in queue header
14391
14392 2001-12-03 [paul]       0.6.5claws47
14393
14394         * sync with sylpheed 0.6.5cvs20
14395                 see ChangeLog entry 2001-12-03
14396
14397 2001-12-01 [paul]
14398
14399         * more sync with sylpheed 0.6.5cvs19
14400                 see ChangeLog entry 2001-11-29
14401
14402 2001-11-30 [paul]       0.6.5claws46
14403         
14404         * src/compose.c
14405                 remove conflicts introduced by Hoa's last commit
14406          
14407         * src/mainwindow.c
14408                 make 'Message/Bounce' sensitive
14409
14410 2001-11-30 [hoa]        0.6.5claws45
14411
14412         * src/compose.c
14413                 slightly change bounce function to add
14414                 information about the user that bounced the mail
14415                 in the From header line.
14416
14417         * src/folderview.c
14418                 permit the use of processing in outbox folder.
14419
14420 2001-11-29 [paul]       0.6.5claws44
14421
14422         * src/mainwindow.[ch]
14423         * src/prefs_common.c
14424         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14425         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14426         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14427                 usability enhancements to the quoting, implements
14428                 use of Ctrl key to toggle quoting settings
14429                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14430
14431 2001-11-29 [paul]       0.6.5claws43
14432         
14433         * sync with sylpheed 0.6.5cvs19
14434                 see ChangeLog entry 2001-11-28
14435
14436 2001-11-29 [melvin]     0.6.5claws42
14437         * src/Makefile.am
14438                 added enriched.[ch] to the list of files
14439
14440         * src/textview.c
14441         * src/mimeview.c
14442         * src/procmime.[ch]
14443         * src/enriched.[ch]
14444                 added support to view text/enriched
14445                 added support to show headers in message view for text/enriched and text/html
14446                         in non multipart messages
14447
14448 2001-11-28 [paul]       0.6.5claws41
14449
14450         * more sync with sylpheed 0.6.5cvs18
14451                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14452
14453 2001-11-27 [paul]       0.6.5claws40
14454         
14455         * po/pt_BR.po
14456                 updated translation, submitted by Fabio Junior Beneditto
14457                 
14458         * sync with sylpheed 0.6.5cvs18
14459                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14460                 2001-11-27
14461
14462
14463 2001-11-26 [paul]
14464
14465         * po/es.po
14466                 updated translation, submitted by Ricardo Mones Lastra
14467
14468 2001-11-26 [alfons]
14469
14470         * src/matcher.c
14471                 add more translatable strings
14472
14473 2001-11-26 [christoph]  0.6.5claws39
14474
14475         * po/de.po      
14476                 fixed one more umlaut
14477         * src/compose.c
14478                 fix translated header when it should not be translated
14479
14480 2001-11-26 [paul]       0.6.5claws38
14481
14482         * src/mainwindow.c
14483                 remove '/Message/Add Sender to address book' from 
14484                 main_window_set_menu_sensitive(), prevent debug warning
14485                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14486
14487 2001-11-26 [paul]       0.6.5claws37
14488
14489         * src/summaryview.c
14490                 fix 'recurring unread state' bug 
14491
14492         * tools/README 
14493         * tools/filter_conv.pl
14494                 read name of top level mailbox from folderlist.xml
14495                 and presume nothing about its name              
14496
14497 2001-11-26 [darko]      0.6.5claws36
14498
14499         * src/gtkstext.[ch]
14500                 removed functions that are now in gtkutils.c
14501                 use gtkut_text_is_uri_string() from gtkutils.c
14502         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14503
14504 2001-11-26 [paul]       0.6.5claws35
14505
14506         * sync with sylpheed 0.6.5cvs16
14507                 see ChangeLog entries 2001-11-25 and 2001-11-26
14508
14509 2001-11-25 [alfons]     0.6.5claws34
14510
14511         EXPERIMENTAL!!! Please checkout the last stable version using: 
14512           
14513         % cvs update -r LAST_STABLE -dRAP
14514
14515         (Or help us testing this stuff.)
14516
14517         * src/filtering.c               (1.14)
14518         * src/filtering.h               (1.6)
14519         * src/inc.c                     (1.28)
14520         * src/matcher.c                 (1.20)
14521         * src/mbox.c                    (1.9)
14522         * src/procmsg.h                 (1.14)
14523         * src/summaryview.c             (1.59)
14524         * src/summaryview.h             (dunno)
14525                 revert/merge/sync to as it was before commit 
14526                 on Thu, 19 Jul 2001 10:15:51 -0700.
14527
14528 2001-11-25 [hoa]        0.6.5claws33
14529
14530         * src/main.c
14531                 processing mails at startup
14532
14533         * src/folderview.c
14534         * src/summaryview.[ch]
14535                 processing mails when entering folder
14536
14537         * src/prefs_filtering.c
14538                 fixed some UI bugs
14539
14540 2001-11-24 [alfons]     0.6.5claws32
14541
14542         * src/summaryview.[ch]
14543                 make summary sort headers work, and also make
14544                 sure the sort type is stored
14545
14546 2001-11-23 [alfons]     0.6.5claws31
14547
14548         * src/summaryview.[ch]
14549                 make lock work like mark
14550                 disallow deleting messages marked as locked
14551
14552 2001-11-23 [alfons]     0.6.5claws30
14553
14554         * src/gtkstext.c
14555         * src/compose.[ch]
14556         * src/Makefile.am
14557         * src/undo.[ch]
14558                 merge undo patch submitted by Jens
14559
14560 2001-11-23 [christoph]  0.6.5claws29
14561
14562         * src/.cvsignore
14563                 added ylwrap
14564         * src/compose.c
14565                 fixed gpg signing and encoding
14566         * src/folder.[ch]
14567         * src/main.c
14568                 added --status option to get new, unread and total
14569                 message count from a running sylpheed
14570         * src/prefs_common.c
14571                 temporary fix for reply_with_quote problem
14572                 (don't call functions for non existing widget)
14573         * src/procmsg.c
14574                 one more check for ignored threads but still not
14575                 always working correctly. probably a recursive
14576                 check for all parents is needed
14577
14578 2001-11-23 [darko]      0.6.5claws28
14579
14580         * src/compose.c
14581                 wrapping on send improvements
14582         * src/gtkutils.[ch]
14583                 fix for GtkSText after last sync with main branch
14584                 GTK_TEXT -> GTK_STEXT
14585
14586 2001-11-23 [paul]       0.6.5claws27
14587
14588         * sync with sylpheed 0.6.5cvs14
14589                 see ChangeLog entries 2001-11-22 and 2001-11-23
14590                 
14591         * po/de.po
14592                 fixed the scrambled umlauts 
14593                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14594
14595 2001-11-21 [paul]       0.6.5claws26
14596
14597         * sync with sylpheed 0.6.5cvs12
14598                 see 2nd ChangeLog entry dated 2001-11-20
14599
14600 2001-11-20 [paul]       0.6.5claws25
14601
14602         * sync with sylpheed 0.6.5cvs11
14603                 see ChangeLog entry 2001-11-19 (src/utils.c)
14604
14605 2001-11-20 [hiro]
14606
14607         * src/compose.c
14608                 GTK_TEXT -> GTK_STEXT
14609                 fix for wrong comment
14610
14611 2001-11-20 [hiro]       0.6.5claws24
14612
14613         * src/compose.[ch]
14614                 more merges from main branch
14615                 removed fatal warnings (uninitialized variables etc.)
14616                 some coding style fix
14617         * src/gtkutils.h
14618                 fixed typo.
14619         * src/addressbook.c
14620           src/addrindex.c
14621                 V-Card -> vCard
14622
14623 2001-11-19 [hoa]        0.6.5claws23
14624
14625         * src/filtering.c
14626         * src/prefs_scoring.c
14627         * src/matcher.[ch]
14628         * src/scoring.c
14629                 cleaning code
14630
14631         * src/matcher_parser_parse.y
14632         * src/prefs_filtering.c
14633                 bouncing
14634
14635 2001-11-19 [alfons]     0.6.5claws22
14636
14637         more of my old things into claws
14638
14639         * src/Makefile.am
14640         * src/prefs_common.c
14641         * src/procmsg.h
14642         * src/summaryview.[ch]
14643         * src/prefs_summary_column.c
14644         * src/pixmaps/locked.xpm
14645                 add indicators for locking of message in summary view
14646                 (does not work yet, only visual indicator)
14647
14648 2001-11-19 [paul]       0.6.5claws21
14649
14650         * sync with sylpheed 0.6.5cvs10
14651                 see ChangeLog entry 2001-11-19
14652
14653 2001-11-18 [alfons]     0.6.5claws20
14654         
14655         * src/filtering.c
14656                 remove an inadvertent free I forgot in previous clean up 
14657
14658 2001-11-18 [alfons]     0.6.5claws19
14659
14660         * src/filtering.[ch]
14661                 clean up & plug leaks
14662
14663 2001-11-18 [paul]       0.6.5claws18
14664
14665         * sync with sylpheed 0.6.5cvs9
14666                 see ChangeLog entries 2001-11-17 and 2001-11-18
14667
14668 2001-11-16 [paul]       0.6.5claws17
14669
14670         * sync with sylpheed 0.6.5cvs8
14671                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14672
14673 2001-11-16 [paul]       0.6.5claws16
14674
14675         * sync with sylpheed 0.6.5cvs7
14676                 see ChangeLog entries 2001-11-15 and 2001-11-16
14677
14678 2001-11-15 [hoa]        0.6.5claws15
14679
14680         * src/compose.c
14681                 fix bounce, mails we received couln't be bounced to ourself.
14682
14683         * src/defs.h
14684         * src/filtering.[ch]
14685         * src/matcher.[ch]
14686         * src/matcher_parser.h
14687         * src/matcher_parser_lex.l
14688         * src/matcher_parser_parse.y
14689         * src/inc.c
14690         * src/main.c
14691         * src/mbox.c
14692         * src/prefs_filtering.[ch]
14693         * src/mainwindow.c
14694         * src/prefs_matcher.c
14695         * src/prefs_scoring.c
14696         * src/scoring.[ch]
14697         * src/summaryview.c
14698                 new matcher/filter/score configuration file parser
14699                 one unique configuration file => ~/.sylpheed/matcherrc
14700                 import in currently automatic, then save are made
14701                 in this new file.
14702                 one filter per folder and one global filter
14703                 (filter of a folder will be used as folder processing)
14704
14705         * src/folder.c
14706                 fix a bug in folder_item_get_identifier
14707                 
14708         * src/messageview.c
14709                 receive receipt return are fixed.
14710
14711 2001-11-14 [alfons]     0.6.5claws14
14712
14713         * src/session.h
14714                 add things from main branch to make claws compile
14715
14716 2001-11-14 [paul]       0.6.5claws13
14717
14718         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14719                 see ChangeLog entries 2001-11-08 to 2001-11-14
14720
14721 2001-11-14 [hoa] 0.6.5claws12
14722
14723         * src/compose.[ch]
14724         * src/mainwindow.c
14725         * src/summaryview.c
14726                 add "bounce mail" option
14727
14728 2001-11-13 [christoph]  0.6.5claws11
14729
14730         * src/compose.c
14731                 Cleanup a mess i add before commiting
14732
14733 2001-11-13 [hoa]        0.6.5claws10
14734
14735         * src/compose.c
14736                 some fixes when mail are sent or
14737                 for crossposts
14738
14739 2001-11-13 [christoph]  0.6.5claws9
14740
14741         * po/de.po
14742                 Changed two string with the same translation
14743         * src/compose.c
14744         * src/procmsg.[ch]
14745         * src/send.[ch]
14746                 New mailsending process:
14747                   - Always queue message before sending
14748                     (message will be saved if sylpheed crashed or
14749                      freezes while sending)
14750                   - Allow queuing of newspostings
14751                   - No copy in outbox before sending
14752                     (closes bug #469501)
14753                   - No more redundant code for send and send_later
14754         * src/summaryview.c
14755                 Applied wwp <subscript@free.fr>'s patch that fixes
14756                 marks for multiple forwarded messages (+compose.c)
14757
14758 2001-11-12 [alfons]
14759
14760         * README.claws
14761                 remove things that are now in main branch
14762         
14763         * po/nl.po
14764                 update Dutch translation
14765
14766 2001-11-12 [mhadasht]   0.6.5.claws8
14767
14768         * src/prefs_common.c
14769                 re-enabled account autoselection feature for forward
14770                 and reedit lost during the branch point for SYNC-B4-REL
14771         * src/gtkspell.c
14772                 gtkpspell_get_dict(): more readable code (even if function is
14773                 not used yet)
14774         * ChangeLog.claws
14775                 added version number info to 2001-11-12 [hiro] comment.
14776
14777 2001-11-12 [hiro]       0.6.5.claws7
14778
14779         * src/compose.c
14780                 compose_forward(): fixed a bug that forward quote mark
14781                 wasn't used.
14782                 removed unnecessary code.
14783         * src/template_select.[ch]: removed.
14784
14785 2001-11-11 [alfons]
14786
14787         * src/compose.c
14788                 :%s/GTK_TEXT/GTK_STEXT/g
14789         
14790         * src/compose.[ch]
14791         * src/undo.[ch]
14792         * src/Makefile.am
14793                 revert the undo stuff (this is 0.6.6claws stuff)
14794
14795 2001-11-11 [hoa]        0.6.5.claws6
14796
14797         * src/compose.[ch]
14798                 Insert signature at the end of the text.
14799                 Added undo patch but currently disabled
14800
14801         * src/procmsg.c
14802                 Threading by subject improved.
14803
14804         * added src/undo.[ch]
14805                 Undo module for compose dialog box.
14806
14807 2001-11-11 [alfons]     0.6.5.claws5
14808
14809         * src/procmsg.c
14810                 prevent threading by subject on nodes that have already been
14811                 threaded by in-reply-to (as in "circular references in a tree
14812                 result in a dead branch")
14813
14814 2001-11-09 [hoa]        0.6.5.claws4
14815         
14816         * src/folderview.c
14817                 allows creation of mbox folder item from any files.
14818
14819 2001-11-09 [alfons]     0.6.5.claws3
14820         
14821         * src/utils.c
14822         * src/procmsg.c
14823                 do what I mean and correct threading by subject so it really
14824                 ignores attracting lines without "Re: "
14825
14826 2001-11-07 [alfons]     0.6.5.claws2
14827
14828         * src/procmsg.c
14829         * src/utils.[ch]
14830                 only attract by subject if a subject line starts with a "Re: "
14831         * src/syldap.c
14832                 remove warning
14833
14834 2001-11-07 [paul]       0.6.5claws1
14835
14836         * sync with sylpheed 0.6.5. release
14837                 see ChangeLog entry 2001-11-07
14838
14839 2001-11-07 [paul]       0.6.4claws31
14840
14841         * sync with sylpheed 0.6.4cvs18
14842                 see ChangeLog entries 2001-10-30 to 2001-11-07
14843                 prefs_templates.[ch] renamed prefs_template.[ch]
14844
14845 2001-11-06 [alfons]
14846         
14847         * src/utils.h
14848                 add semicolon Hoa forgot ;-)
14849                 
14850
14851 2001-11-06 [hoa]        0.6.4claws30
14852         
14853         * src/procmsg.c
14854         * src/summaryview.c
14855         * src/utils.c
14856         * src/utils.h
14857                 threading by subject - empty subject are ignored
14858
14859 2001-11-06 [christoph]  0.6.4claws29
14860
14861         * src/socket.c
14862                 use SSL_peek for sock_gets
14863         * src/utils.c
14864                 removed unneeded pointer in extracting quoted
14865                 names implementation
14866
14867 2001-11-06 [melvin]     0.6.4claws28
14868
14869         * src/gtkspell.c
14870                 fixed bug #476792 Selection overtyping with spell checker
14871                 fixed bug which could cause a buffer overflow
14872                 fixed a memory leak
14873
14874 2001-11-06 [hoa]        0.6.4claws27
14875         
14876         * src/procmsg.c
14877         * src/summaryview.c
14878                 threading by subject
14879
14880 2001-11-05 [alfons]     0.6.4claws26
14881         
14882         * README.claws
14883                 Claws -> Sylpheed (vice versa)
14884
14885         * src/compose.c
14886                 :%s/gtk_text/gtk_stext/g
14887                 :%s/GTK_TEXT/GTK_STEXT/g
14888                 (thanks to Jonathan Ware for spotting this)
14889
14890 2001-11-04 [christoph]  0.6.4claws25
14891
14892         * src/summaryview.c
14893                 replace Xalloca + strdup with Xstrdup_a
14894         * src/utils.c
14895                 better implementation of extracting quoted names
14896                 from addresses (remove backlashes and ignore
14897                 quotes after them)
14898
14899 2001-11-04 [alfons]     0.6.4claws24
14900
14901         * src/utils.[ch]
14902                 edit to comply more with coding style
14903
14904         * src/textview.c
14905                 fix bug reported by Kim Schulz. introduced by the patch integrated
14906                 in 0.6.4claws15. the code did not check the return value of
14907                 the html parser.
14908
14909         * AUTHORS
14910                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14911
14912 2001-11-04 [christoph]  0.6.4claws23
14913
14914         * src/main.c
14915         * src/prefs_common.[ch]
14916                 init some pointers that possibly caused a segfault
14917                 reported in the claws-users ML
14918
14919 2001-11-04 [hoa]        0.6.4claws22
14920
14921         * src/grouplistdialog.c
14922                 change the names of the nodes in the tree
14923
14924         * src/compose.c
14925                 enhanced mailto syntax as described in
14926                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14927                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14928
14929         * src/utils.c
14930                 encode and decode URI (useful when opening URL into
14931                 netscape).
14932
14933 2001-11-03 [hoa]        0.6.4claws21
14934
14935         * src/grouplistdialog.c
14936                 a new newsgroups list selection dialog box
14937                 with a CTree instead of a CList
14938
14939 2001-11-03 [hoa]        0.6.4claws20
14940
14941         * src/folderview.c
14942                 enable property and scoring options when right
14943                 click on "inbox"
14944
14945         * src/summaryview.c
14946                 fixed bug when nickname were displayed using
14947                 the address book.
14948
14949 2001-11-02 [darko]      0.6.4claws19
14950
14951         * src/compose.c
14952                 new wrap quotation and URL/long words wrapping implementation
14953         * src/compose.c src/gtkstext.[ch]
14954                 move gtkstext_strncmp() to gtkstext.c
14955
14956 2001-11-01 [christoph]  0.6.4claws18
14957
14958         * src/prefs_account.c
14959                 fixed mess in account settings dialog
14960         * src/prefs_folder_item.c
14961                 added label with folder path to dialog
14962
14963 2001-10-31 [match]      0.6.4claws17
14964
14965         * src/vcard.c
14966                 fix memory leak.
14967         * src/addrbook.c
14968                 fix generation of spurious address book file names.
14969                 remove redundant functions.
14970         * po/POTFILES.in
14971                 added missing file names.
14972
14973 2001-10-30 [paul]       0.6.4claws16
14974
14975         * sync with sylpheed 0.6.4cvs6
14976                 see ChangeLog entries 2001-10-26 to 2001-10-30
14977
14978         * tools/filter_conv.pl
14979                 read folderlist.xml to discover whether the top-level
14980                 folder is called 'Mailbox' or 'Mail' 
14981
14982 2001-10-29 [paul]       0.6.4claws15
14983
14984         * src/html.c, src/textview.c
14985                 activate links in html mail and fix clickable parts
14986                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14987
14988 2001-10-29 [paul]
14989
14990         * po/de.po, po/es.po, po/pt_BR/po
14991                 updated translations, submitted by Jens Oberender,
14992                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14993
14994 2001-10-29 [darko]      0.6.4claws14
14995
14996         * src/compose.c
14997                 fix wrapping for good
14998
14999 2001-10-29 [darko]
15000
15001         * src/compose.c
15002                 undo previous change as it broke the smart wrapping
15003
15004 2001-10-29 [darko]      0.6.4claws13
15005
15006         * src/compose.c
15007                 fix infinite loop when long URL is quoted
15008                 (closes bug #475122.
15009
15010 2001-10-28 [match]
15011
15012         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15013                 import Mutt address book
15014         * src/ldif.[ch] src/importldif.h
15015                 modified import LDIF handle user attributes
15016
15017 2001-10-28 [christoph]  0.6.4claws12
15018
15019         * src/summaryview.c
15020                 fixed that filtering did not work if there
15021                 were no filter rules
15022                 (closes bug #472003 and better implementation
15023                  of patch #474644)
15024
15025 2001-10-27 [christoph]  0.6.4claws11
15026
15027         * src/compose.c
15028                 make the folder's default account to be used when
15029                 replying. (patch by wwp <subscript@free.fr>)
15030         * src/compose.c
15031                 code cleanup, nearly killed all of wwp's patch
15032                 for folder's default account in compose
15033         * src/folderview.c
15034                 error panel when a folder could not be created
15035                 (closes bug #471080 new folder name & already
15036                  existing file)
15037
15038 2001-10-26 [alfons]
15039
15040         * src/utils.h
15041                 change prototype of strstr2() that Christoph forgot about
15042
15043 2001-10-26 [christoph]  0.6.4claws10
15044
15045         * src/account.c
15046                 made search for accounts by email address not case
15047                 sensitive
15048         * src/folder.c
15049                 fixed memory leak in folder_item_get_identifier
15050         * src/gtkspell.c
15051         * src/utils.c
15052                 fixed wrong strstr2 (should work like strstr)
15053
15054 2001-10-26 [darko]      0.6.4claws9
15055
15056         * src/compose.c src/gtkstext.[ch]
15057         * src/gtkstext.c
15058                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15059
15060 2001-10-26 [paul]       0.6.4claws8
15061
15062         * src/html.c
15063                 ignore css and javascript tags in html mail
15064                 case-insensitive, with or without double-quoted
15065                 strings
15066
15067 2001-10-26 [paul]       0.6.4claws7
15068
15069         * sync with sylpheed 0.6.4cvs1
15070                 see ChangeLog entry 2001-10-26
15071
15072         * src/prefs_account.c, src/prefs_common.c,
15073           src/prefs_summary_column.c
15074                 minor improvements to the English
15075
15076 2001-10-25 [alfons]     0.6.4claws6
15077
15078         * src/gtkstext.c
15079         
15080                 make GtkSText follow style of GtkText (closes bug 
15081                 #469211 "text selection while writing message")
15082                 
15083                 do sync with GTK 1.2.10
15084
15085 2001-10-25 [paul]       0.6.4claws5
15086
15087         * src/html.c
15088                 ignore css tags in html mail
15089
15090 2001-10-25 [darko]      0.6.4claws4
15091
15092         * src/compose.c
15093                 don't declare is_url_string as static function since
15094                 we need it in gtkstext.c
15095         * src/gtkstext.c
15096                 remove unused variable
15097                 don't wrap long URLs while composing a message
15098
15099 2001-10-24 [christoph]  0.6.4claws3
15100
15101         * src/socket.c
15102                 fix ssl deadlock, when peer closes connection
15103
15104 2001-10-24 [paul]       0.6.4claws2
15105
15106         * src/prefs_common.c
15107                 gettextize the gpg ascii-armored warning message
15108
15109         * src/compose.c
15110                 insert a DOS/MAC file into the composed message
15111                 (improvements)
15112
15113         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15114
15115 2001-10-22 [paul]       0.6.4claws1
15116
15117         * sync with sylpheed 0.6.4 release
15118                 see ChangeLog entries 2001-10-21
15119
15120         * po/fr.po, po/pt_BR.po
15121                 updated by Melvin Hadasht and Fabio Junior Beneditto
15122
15123 2001-10-21 [paul]       0.6.3claws30
15124
15125         * src/compose.c
15126                 insert a DOS text file from the compose window
15127                 into the composed message text (removes CRs characters)
15128                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15129
15130         * tools/filter_conv.pl, tools/README
15131                 automatically use ~/.sylpheed as working directory
15132                 print out confirmation message on completion
15133
15134         * correct Hoa's last ChangeLog.claws entry
15135
15136 2001-10-20 [hoa]        0.6.3claws29
15137
15138         * src/grouplistdialog.c
15139                 bugfix (another ?) to give the right
15140                 newsgroups list for each news server.
15141
15142         * src/news.c
15143         * src/news.h
15144                 improve the newsgroups list cache
15145
15146 2001-10-20 [paul]       0.6.3claws28
15147
15148         * sync with sylpheed 0.6.3cvs9
15149                 see ChangeLog entry 2001-10-19
15150
15151         * correct Alfons' last ChangeLog.claws entry
15152
15153 2001-10-19 [alfons]
15154
15155         * src/pgptext.[ch]
15156                 fix compilation problems (part of bug #472895)
15157
15158 2001-10-18 [hoa]        0.6.3claws27
15159
15160         * src/grouplistdialog.c
15161                 bugfix when we refresh was clicked (bug 472701)
15162
15163 2001-10-19 [christoph]  0.6.3claws26
15164
15165         * src/compose.c
15166                 last header entry should default to "To:" or
15167                 "Newsgroups:" and not copy the last entry line
15168                 in a new compose window
15169                 (closes bug #472686, #470792)
15170
15171 2001-10-19 [paul]       0.6.3claws25
15172
15173         * sync with Sylpheed 0.6.3cvs8
15174                 see ChangeLog entries 2001-10-18 and 2001-10-19
15175
15176 2001-10-18 [christoph]  0.6.3claws24
15177
15178         * src/procmsg.c
15179                 reimplement ignore thread
15180         
15181 2001-10-18 [hoa]        0.6.3claws23
15182
15183         * src/folderview.c
15184         * src/grouplistdialog.[ch]
15185                 enhanced news subscription interface (feature 469113)
15186
15187         * src/news.c
15188         * src/news.h
15189                 enchanced newsgroup listing,
15190                 now, we can get groups informations
15191                 (NNTPGroupInfo)
15192
15193 2001-10-18 [paul]       0.6.3claws22
15194
15195         * src/summaryview.c
15196                 remove comment (sync with main branch)
15197         * src/mainwindow.c
15198                 fix 'Re-edit' bug in 'Message' menu
15199
15200 2001-10-17 [christoph]  0.6.3claws21
15201
15202         * src/compose.c
15203                 ignore empty or whitespace only header lines
15204
15205 2001-10-17 [paul]       0.6.3claws20
15206
15207         * sync with sylpheed 0.6.3cvs7
15208                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15209                 2001-10-17
15210
15211 2001-10-17 [darko]
15212
15213         * src/compose.c
15214                 wrap long lines without spaces
15215                 don't wrap URLs
15216
15217 2001-10-16 [paul]
15218
15219         * po/es.po, po/nl.po, po/pt_BR.po
15220                 updated by Ricardo Mones Lastra, Alfons,
15221                 and Fabio Junior Beneditto
15222
15223         * sylpheed-0.6.3claws released
15224
15225 2001-10-15 [melvin] 0.6.3claws18
15226
15227         * README.claws
15228                 added summary and detailed installation instructions
15229                 for spell checker
15230         * po/fr.po
15231                 Updated, corrected and completed french translation
15232
15233 2001-10-15 [hoa] 0.6.3claws17
15234         * src/grouplistdialog.c
15235                 we can choose the newsgroups to display with wildcards
15236
15237 2001-10-15 [christoph]  0.6.3claws16
15238
15239         * src/account.c
15240         * src/compose.c
15241         * src/prefs_folder_item.[ch]
15242                 applied wwp <subscript@free.fr>'s folder
15243                 default account patch
15244         * po/de.po
15245                 Fixed wrong translation
15246
15247 2001-10-13 [alfons, christoph, melvin]  
15248                         0.6.3claws15
15249
15250         solution #2 to solve MT-safety problems defers all GUI related calls
15251         to the main thread using a gtk_idle_add() callback. discussed on
15252         ircnet #sylpheed, with christoph spotting some issues with the
15253         original code, and melvin allowing us to lobotomize his sylpheed.
15254
15255         * src/syldap.[ch], src/main.c
15256                 fix race problem in ldap search thread by deferring GUI 
15257                 stuff to main thread using gtk_idle_add()
15258
15259 2001-10-13 [paul]       0.6.3claws14
15260
15261         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15262                 add Sergey's smtpcred.patch
15263                 adds separate username/password setting for SMTP Auth
15264                 needed by some servers
15265                 (closes feature request #471659)
15266
15267 2001-10-13 [paul]       0.6.3claws13
15268
15269         * src/pgptext.[ch] **NEW FILES**
15270         * src/Makefile.am, src/messageview.c, src/mimeview.c
15271                 decrypt ascii-armored gpg text embedded in
15272                 the message body.
15273                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15274
15275 2001-10-13 [christoph]  0.6.3claws12
15276
15277         * README.claws
15278                 some more details on default to and
15279                 feature requests
15280         * src/main.c
15281                 init glib threading when ldap is used
15282         * src/syldap.c
15283                 threading fixes
15284         * po/de.po
15285                 fixed a typo
15286
15287 2001-10-12 [paul]       0.6.3claws11
15288
15289         * src/prefs_common.[ch], src/rfc2015.c
15290                 enable ascii-armored gpg text to be embedded in the
15291                 message body, selectable through the 'Privacy'
15292                 preferences. Supports encrypting only.
15293                 Submitted by Ravemax <ravemax@dextrose.com>
15294
15295 2001-10-12 [paul]       0.6.3claws10
15296
15297         * sync with sylpheed 0.6.3cvs6
15298                 see ChangeLog entries 2001-10-11 and 2001-11-12
15299
15300         * src/folderview.c
15301                 incorporated mbox folders, scoring, and folder
15302                 properties into the sync
15303
15304 2001-10-12 [darko]      0.6.3claws9
15305
15306         * README.claws
15307                 describe quotation wrapping
15308         * src/compose.c
15309                 don't treat tab as space to calculate line length properly
15310
15311 2001-10-11 [alfons]
15312
15313         * README.claws
15314                 correct description of how to make new filtering system work,
15315                 add some other things
15316                 
15317         * src/syldap.c
15318                 remove sched_yield() (not necessary / unportable)
15319
15320 2001-10-11 [paul]       0.6.3claws8
15321
15322         * sync with sylpheed 0.6.3cvs3
15323                 see ChangeLog entry 2001-10-10
15324
15325 2001-10-10 [christoph]  0.6.3claws7
15326
15327         * .cvsignore
15328                 ignore 2 files created by newer autotools
15329         * src/prefs_folder_item.c
15330                 using table for widget alignment
15331                 fixed memory leak and broken octal display
15332         * src/filesel.c
15333                 fixed segfault caused by lost filename
15334                 workaround (closes bug #469551)
15335
15336 2001-10-10 [paul]       0.6.3claws6
15337
15338         * sync with sylpheed 0.6.3cvs2
15339                 see ChangeLog entries 2001-10-09 and 2001-10-10
15340
15341 2001-10-10 [darko]      0.6.3.claws5
15342
15343         * src/gtkstext.c
15344                 proper calculation of right margin if smart wrapping is enabled
15345         * src/compose.c
15346                 automatically wrap long lines if wrap quotation is enabled
15347
15348 2001-10-09 [alfons]     0.6.3.claws4
15349
15350         * src/summaryview.c
15351                 select correct row when deleting last row in the summary view (and
15352                 close bug "[ #469104 ] select second last in list when deleting")
15353
15354 2001-10-09 [paul]       0.6.3claws3
15355
15356         * sync with sylpheed 0.6.3cvs1
15357                 updated some autotool scripts
15358
15359 2001-10-09 [darko]      0.6.3claws2
15360
15361         * src/gtkstext.[ch]
15362                 new name and mark with Sylpheed comment
15363         * src/compose.c
15364                 smart quotation wrapping a-la VIM
15365
15366 2001-10-08 [paul]       0.6.3claws1
15367
15368         * sync with sylpheed 0.6.3 release
15369                 see ChangeLog entry 2001-10-08
15370
15371 2001-10-08 [paul]       0.6.2claws24
15372
15373         * src/summaryview.c
15374                 more sync with sylpheed 0.6.2cvs12
15375                 Fixed the bug that didn't select the last row correctly
15376
15377
15378 2001-10-07 [paul]       0.6.2claws23
15379
15380         * sync with sylpheed 0.6.2cvs12
15381                 see ChangeLog entry 2001-10-07
15382
15383 2001-10-06 [match]
15384         * src/jpilot.[ch]
15385                 enable jpilot to read unsynch'ed addresses.
15386
15387         * src/editldap_basedn.c
15388                 fix segfault when opening dialog.
15389
15390 2001-10-06 [alfons]     0.6.2.claws22
15391
15392         * src/summaryview.c
15393                 fix bug with summary view selecting last *inserted*
15394                 node instead of last *visible* node. remember we
15395                 work with a tree
15396
15397 2001-10-06 [paul]       0.6.2claws21
15398
15399         * po/pt_BR.po
15400                 updated translation, contains some fixes and new
15401                 translations, submitted by Gustavo Noronha Silva
15402                 <kov@debian.org>
15403
15404         * src/prefs_common.c
15405                 change 'each' to 'every' - fix dubious English
15406
15407         * sync with sylpheed 0.6.2cvs11
15408
15409 2001-10-05 [alfons]     0.6.2claws20
15410
15411         * src/mainwindow.[ch], src/folderview.c
15412                 make composite tool button switch between "Compose News"
15413                 and "Compose Mail" depending on selected folder
15414                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15415
15416 2001-10-05 [paul]       0.6.2claws19
15417
15418         * src/mainwindow.c, src/summaryview.c
15419                 fix 'Message/Reply to all', broken in last commit
15420
15421         * src/compose.c
15422                 fix X_BEENTHERE seg fault, thanks to Alfons
15423
15424 2001-10-04 [paul]       0.6.2claws18
15425
15426         * src/compose.[ch], src/mainwindow.c
15427                 make "Message/Reply" reply to mailing lists; matches
15428                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15429                 based on portions of the patch submitted by
15430                 Junichi Uekawa <dancer@netfort.gr.jp>
15431
15432 2001-10-04 [darko]      0.6.2claws17
15433
15434         * src/compose.c
15435                 better smart wrapping
15436         * src/gtkstext.[hc]
15437                 a function to make text buffer contiguous
15438
15439 2001-10-03 [paul]       0.6.2claws16
15440
15441         * sync with sylpheed 0.6.2cvs10
15442
15443 2001-10-02 [alfons]
15444
15445         * configure.in
15446         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15447                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15448                 references to chinese translations (hope someone picks up
15449                 this)
15450
15451 2001-10-02 [christoph]  0.6.2claws15
15452
15453         * src/compose.c
15454                 fixed non translated header bug
15455         * ChangeLog.claws
15456                 fixed wrong date in alfons last entry ;)
15457
15458 2001-10-02 [alfons]     0.6.2claws14
15459
15460         * src/compose.c, src/prefs_common.[ch]
15461                 add block cursor option
15462
15463 2001-10-02 [paul]       0.6.2claws13
15464
15465         * sync with sylpheed 0.6.2cvs9
15466
15467 2001-09-30 [paul]       0.6.2claws12
15468
15469         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15470                 updated translations
15471
15472         * po/POTFILES.in
15473                 add 'src/importldif.c'
15474
15475         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15476                 added eudora-to-vCard conversion tool
15477                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15478
15479         * sync with sylpheed 0.6.2cvs8
15480
15481 2001-09-30 [paul]
15482
15483         * sylpheed-0.6.2claws released
15484
15485 2001-09-27 [melvin]     0.6.2claws11
15486
15487         * src/gtkspell.c
15488                 fixed crash when using default path (introduced 
15489                 in 0.6.2claws10)
15490                 fixed tiny bug for initial suggestion mode
15491
15492 2001-09-27 [melvin]     0.6.2claws10
15493         
15494         * src/gtkspell.c
15495                 fixed bug where gtkpspell didn't set the path correctly
15496
15497         * README.claws
15498                 added a paragraph about spell checking
15499                 
15500
15501
15502 2001-09-27 [paul]       0.6.2claws9
15503
15504         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15505                 replace '// comments' with '/* comments */' to prevent
15506                 some compiler warnings 
15507
15508         * sync with sylpheed 0.6.2cvs6
15509
15510 2001-09-26 [alfons]     0.6.2claws8
15511
15512         * src/messageview.c
15513                 introduce return receipt request notification again,
15514                 which was lost because of other semantics in 
15515                 procheader_parse() (???)
15516
15517 2001-09-26 [christoph]  0.6.2claws7
15518
15519         * src/compose.c
15520                 replace comments for old code with #if 0
15521                 readded auto cc, bcc and reply-to
15522         * src/prefs_matcher.c
15523         * src/prefs_scoring.c
15524                 removed some definition (was moved to
15525                 prefs.h)
15526
15527 2001-09-26 [paul]       0.6.2claws6
15528
15529         * src/mainwindow.c
15530                 make 'Follow-up and reply to' sensitive
15531
15532         * more sync with sylpheed 0.6.2cvs5
15533
15534 2001-09-25 [melvin]
15535
15536         * 0.6.2claws5
15537
15538         * src/gtkspell.c
15539                 fixed bug for "US-ASCII" introduced by the encoding code
15540
15541 2001-09-25 [paul]
15542
15543         * 0.6.2claws4
15544
15545         * src/prefs_common.[ch], src/summaryview.c
15546                 'next unread msg' 'go to next folder?' dialog can be
15547                 given default behaviour, either always show dialog,
15548                 or assume 'yes', or assume 'no'
15549                 Submitted by wwp <subscript@free.fr>
15550
15551 2001-09-25 [melvin]
15552                 
15553         * src/compose.c src/gtkspell.[ch]
15554                 added support for different encodings
15555
15556 2001-09-25 [paul]
15557
15558         * more sync with sylpheed 0.6.2cvs5
15559
15560 2001-09-24 [alfons]
15561         
15562         * src/prefs_folder_item.c
15563                 add check for item->prefs->default_to string is NULL and
15564                 add another check when freeing this string
15565
15566 2001-09-24 [paul]
15567
15568         * configure.in
15569                 change to version 0.6.2claws3
15570
15571         * sync with sylpheed 0.6.2cvs5 
15572
15573 2001-09-24 [match]
15574         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15575                 import LDIF files.
15576         * src/addrcache.[ch], addrindex.[ch]
15577                 small update for future
15578         * src/addrbook.c
15579                 fix test XML file.
15580
15581 2001-09-24 [melvin]
15582         * src/gtkspell.[ch]
15583                 added 'Learn from mistakes' option
15584                 better handling of quotes in checked words
15585                 sorted dict list
15586         * po/fr.po
15587                 small update for spell checking stuff
15588
15589 2001-09-23 [alfons]
15590         
15591         * src/gtkspell.c
15592                 edit a little bit so it complies more with main coding style
15593
15594 2001-09-23 [alfons]
15595
15596         * src/folder.[ch], prefs_folder_item.c, compose.c
15597                 migrate "request return receipt" folder property
15598                 to folderlist.xml
15599
15600 2001-09-22 [alfons]
15601
15602         * README.claws **NEW**
15603                 (add things of interest for users of main branch 
15604                 and claws here)
15605
15606         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15607                 re-implement threading per folder option, but store 
15608                 the setting in folderlist.xml (where it belongs)
15609
15610 2001-09-21 [melvin]
15611
15612         * src/gtkspell.[ch]
15613                 fixed bug when compose window is under another window
15614         * src/prefs_common.[ch] src/compose.c
15615                 changed 'dictionary_path' to 'dictionary' to be consistent
15616                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15617         * ac/pspell.m4 src/Makefile.am 
15618                 dropped PSPELL_PATH macro
15619         * po/fr.po
15620                 updated translations
15621
15622 2001-09-21 [christoph]
15623
15624         * src/compose.c
15625                 added border around header fields
15626                 keep header type when new field is added
15627
15628 2001-09-20 [christoph]
15629
15630         * src/utils.[ch]
15631                 more portable debug_print with source filename
15632                 and linenumber
15633         * src/procmsg.c
15634                 more newlines after debug messages
15635
15636 2001-09-20 [paul]
15637
15638         * configure.in
15639                 change to version 0.6.2claws2
15640
15641         * sync with sylpheed 0.6.2cvs3
15642
15643 2001-09-19 [melvin]
15644
15645         * src/gtkspell.c
15646                 fixed the post-right-click focus pb
15647                 fixed crash when 'Spell check all' after dict change 
15648                         and when cursor is at the end of the text
15649                 shift-right-click pops up config menu even on misspelled words.
15650         * po/POTFILES.in
15651                 added gtkspell.c
15652
15653 2001-09-19 [melvin]
15654
15655         * src/about.c
15656                 added pspell to compiled-in features list
15657
15658 2001-09-18 [melvin]
15659
15660         * switched to pspell and dropped ispell
15661         * ac/pspell.m4
15662                 new file. autoconf macro for pspell
15663         * ac/Makefile.am 
15664         * configure.in acconfig.h
15665                 added pspell support
15666         * src/Makefile.am
15667         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15668         * src/prefs_common.[ch] 
15669                 added pspell support
15670
15671 2001-09-18 [christoph]
15672
15673         * src/addr_compl.c
15674         * src/template.[ch]
15675                 replace LOG_MESSAGE with debug_print
15676         * src/compose.[ch]
15677                 gui improvements
15678         * src/menu.c
15679                 added newline after debug message
15680         * src/utils.h
15681                 using __VA_ARGS__ for debug_print macro
15682         * tools/.cvsignore
15683                 ignore Makefile and Makefile.in
15684
15685 2001-09-18 [paul]
15686
15687         * configure.in
15688                 change to version 0.6.2claws1
15689         * sync with sylpheed 0.6.2cvs1
15690
15691         * src/matcher.c 
15692         * src/prefs_matcher.c
15693                 add 'score equal to' option, submitted by
15694                 Paul Evans <nerd@freeuk.com>
15695
15696 2001-09-15 [christoph]
15697
15698         * src/mainwindow.c
15699                 comment out menu entry not existing in claws
15700         * src/menu.c
15701                 add debug output for non existing menu entries
15702         * src/summaryview.c
15703                 fix next/prev unread message for ignored threads
15704         * src/utils.[ch]
15705                 add sourcefile and line number to debug output
15706                 otherwise it is sometimes hard to find the
15707                 source code part if debug messages are translated
15708
15709 2001-09-14 [darko]
15710         
15711         * src/folderview.c
15712                 refresh target folder style after colour is changed
15713
15714 2001-09-13 [paul]
15715
15716         * configure.in
15717                 change to version 0.6.1claws3
15718
15719         * sync with sylpheed 0.6.1cvs6
15720
15721 2001-09-13 [darko]
15722         
15723         * src/folderview.c
15724                 fix target folder colourization to use user selected colour
15725
15726 2001-09-12 [darko]
15727         
15728         * src/summaryview.c
15729                 fix crash when message that is marked for copy/move is unmarked
15730
15731 2001-09-09 [paul]
15732
15733         * configure.in
15734                 change to version 0.6.1claws2
15735
15736         * sync with sylpheed 0.6.1cvs3
15737
15738 2001-09-09 [alfons]
15739         
15740         * src/folderview.c
15741                 fix bug with default font used for trash folder text
15742
15743 2001-09-06 [paul]
15744
15745         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15746                 updated translations
15747
15748         * configure.in
15749                 change to version 0.6.1claws1
15750
15751         * sync with sylpheed 0.6.1cvs2
15752
15753 2001-09-03 [paul]
15754
15755         * po/POTFILES.in
15756                 add Match's new addressbook
15757
15758         * po/de.po
15759                 updated translation submitted by Jens Oberender
15760
15761 2001-09-02 [paul]
15762
15763         * configure.in
15764                 change to 0.6.1claws
15765         * sync with sylpheed 0.6.1 release
15766
15767 2001-09-02 [paul]
15768
15769         * configure.in
15770                 change to 0.6.0claws2
15771
15772         * sync with sylpheed 0.6.0cvs4
15773
15774         * po/pt_BR.po
15775                 updated translation submitted by Fabio Junior Beneditto
15776
15777 2001-09-01 [match]
15778         * pixmaps/
15779                 interface.xpm
15780                 book.xpm
15781                 address.xpm
15782         * src/
15783                 Makefile.am
15784                 a ton of new files
15785
15786 2001-08-31 [paul]
15787
15788         * configure.in
15789                 change to version 0.6.0claws1
15790
15791         * sync with sylpheed 0.6.0cvs1
15792
15793         * po/es.po
15794                 updated translation submitted by Ricardo Mones Lastra
15795
15796         * po/POTFILES.in
15797                 add 'src/prefs_templates.c'
15798
15799         * src/compose.c, src/summaryview.c
15800                 fix segfault on 'Re_edit'               
15801
15802 2001-08-30 [alfons]
15803
15804         * configure.in, Makefile.am
15805         * tools/Makefile.am
15806                 add tools directory to source distribution
15807
15808 2001-08-30 [paul]
15809
15810         * configure.in
15811                 change to version 0.6.0claws
15812
15813         * sync with sylpheed 0.6.0 release
15814
15815 2001-08-30 [christoph]
15816
15817         * configure.in
15818                 removed autoconf version check
15819
15820 2001-08-30 [paul]
15821
15822         * src/account.c, src/compose.c, src/prefs_common.[ch]
15823         * src/procheader.[ch] src/utils.[ch]
15824                 Enhanced automatic account selection on replies
15825                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15826
15827         * configure.in
15828                 add LDAP and JPilot to the configuration results output.
15829
15830 2001-08-29 [christoph]
15831
15832         * src/summeryview.c
15833                 no bold font for ignored threads
15834
15835 2001-08-29 [paul]
15836
15837         * configure.in
15838                 change to version 0.5.3claws6
15839
15840         * sync with sylpheed 0.5.3cvs10
15841                 src/stringtable.[ch]: New Files
15842
15843         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15844         * src/pixmaps/sylpheed.xpm
15845                 add mini-icons to windows (by Alfons)
15846
15847 2001-08-27 [paul]
15848
15849         * src/mainwindow.c
15850                 new functions: next_labeled_cb(), prev_labeled_cb()
15851
15852         * src/summaryview.c
15853                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15854                 summary_select_next_labeled(), summary_select_prev_labeled()
15855
15856         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15857                 give claws blue folders and a blue trash can
15858
15859 2001-08-27 [paul]
15860
15861         * configure.in
15862                 change to version 0.5.3claws5
15863
15864         * sync with sylpheed 0.5.3cvs9
15865                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15866
15867 2001-08-24 [christoph]
15868
15869         * src/filesel.c
15870                 keep filename when browsing directories
15871                 (not working for user entered filename, but
15872                  for default name and selected filename from
15873                  file list)
15874         * src/mainwindow.c
15875                 fixed wrong spelling "Folllow-up"
15876         * src/mbox_folder.c
15877         * src/procmsg.c
15878         * src/summaryview.c
15879                 fixed new/unread message count with ignored
15880                 threads (2 commits, first didn't notice no
15881                 longer needed decreasing)
15882         * src/inc.c
15883                 readded scrolling of progress dialog
15884                 (lost in sync)
15885
15886 2001-08-24 [paul]
15887
15888         * configure.in
15889                 change to 0.5.3claws4
15890
15891         * sync with sylpheed 0.5.3cvs7
15892
15893 2001-08-24 [christoph]
15894
15895         * src/compose.c
15896                 set request return receipt when replying
15897                 if it is set is the folder prefs of the
15898                 message
15899         * src/inc.c
15900                 disable final error popup if popups are
15901                 disabled in config (again)
15902
15903 2001-08-23 [paul]
15904
15905         * configure.in
15906                 Change version number to 0.5.3claws3
15907
15908         * sync with sylpheed 0.5.3cvs5
15909
15910         * src/mimeview.c
15911                 double quote '%s' in 'gedit %s' to fix bug when
15912                 opening attachment with spaces in the name
15913
15914 2001-08-22 [alte]
15915         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15916           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15917                 initial message templates support
15918
15919
15920 2001-08-22 [paul]
15921
15922         * configure.in
15923                 change version number to 0.5.3claws2
15924
15925         * sync with sylpheed 0.5.3cvs4
15926
15927         * src/procmsg.h src/summaryview.c
15928                 re-implement (un)ignore thread
15929
15930 2001-08-21 [paul]
15931
15932         * src/summaryview.c
15933                 remove unnecessary code
15934         * src/compose.c
15935                 enable 'dynamic' signatures (submitted by
15936                 Eric Limpens <eric@hscg-internet.nl>)
15937
15938 2001-08-21 [paul]
15939
15940         clean up after sync with sylpheed 0.5.3 release
15941
15942         * src/folderview.c
15943                 fix re-introduced font mess, see Christoph's
15944                 entry 2001-06-24
15945
15946         * src/summaryview.c
15947                 remove prev_msgnum
15948                 use sylpheed's small font instead of
15949                 gtk default font for summary view
15950
15951
15952 2001-08-17 [paul]
15953
15954         * configure.in
15955                 add pl to ALL_LINGUAS - sync with main branch
15956
15957         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15958                 Updated. Translations by Jens Oberender, Ricardo Mones
15959                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15960
15961         * po/pl.po  ** NEW FILE **
15962                 sync with the main branch
15963
15964         * src/folderview.c
15965                 fix target folder colorizing and refresh problem
15966
15967
15968 2001-08-17 [christoph]
15969
15970         * src/mainwindow.c
15971                 claws uses 4 colors for target folder coloring.
15972                 arrays were not long enough and destroyed the
15973                 stack causing a segfault.
15974                 target folder colorizing does not work anymore
15975                 for me
15976
15977 2001-08-16 [paul]
15978
15979         * configure.in
15980                 change to version 0.5.3claws1
15981
15982         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15983           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15984           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15985
15986                 sync with sylpheed 0.5.3 release, but keep claws method of
15987                 configuring/saving fonts
15988
15989         * src/addressbook.[ch]
15990                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15991                 in line with a similar change in Hiroyuki's branch
15992
15993         * src/mainwindow.[ch]
15994                 disable main_window_set_thread_option()
15995         * src/prefs_folder_item.c
15996                 comment out &tmps_prefs.enable_thread,
15997         * src/mbox_folder.c, src/procmsg.[ch]
15998                 comment out MSG_IS_IGNORE_THREAD
15999         * src/summaryview.c
16000                 comment out summary_ignore_thread() and summary_unignore_thread()
16001                 comment out MSG_IS_IGNORE_THREAD
16002
16003                 use Hiroyuki's threading instead.
16004
16005
16006
16007 2001-08-15 [paul]
16008
16009         * src/account.c
16010                 use Hiroyuki's 0.5.3 column scheme but also
16011                 include the enable/disable button.
16012         * src/pixmaps/mark.xpm
16013                 add Hiroyuki's amended pixmap
16014
16015 2001-08-13 [christoph]
16016
16017         * src/account.c
16018                 receive at get all column showed wrong state for APOP
16019                 button should only work for POP3 and APOP accounts
16020         * src/prefs_account.c
16021                 added missing preprocessor statement for SSL
16022
16023 2001-08-12 [paul]
16024
16025         * src/account.[ch]
16026                 add 'receive at get all' column and enable/disable
16027                 button.
16028
16029 2001-08-06 [christoph]
16030
16031         * src/account.c
16032                 show usage of SSL in protocol column
16033
16034         * src/imap.c
16035         * src/inc.c
16036                 renamed ssl options
16037
16038         * src/prefs_account.[ch]
16039                 moved ssl options to a new page
16040
16041         * src/send.c
16042         * src/smtp.c
16043         * src/ssl.[ch]
16044                 renamed ssl options
16045                 added support for SMTP STARTTLS command
16046
16047 2001-08-05 [christoph]
16048
16049         * configure.in
16050                 debian autoconf needs version check to find
16051                 correct autoconf version. if the file is
16052                 named configure.in 2.13 is used, which does
16053                 not work with this configure.in script.
16054                 other solution would be to rename the script
16055                 to configure.ac as suggested in the autoconf
16056                 manual.
16057
16058         * src/inc.c
16059                 disable final error popup if popups are
16060                 diabled in config
16061
16062         * src/socket.c
16063                 bugfix in ssl_gets
16064                 fixes IMAP over SSL problem
16065
16066 2001-08-03 [paul]
16067
16068         * configure.in
16069                 change to 0.5.2claws1
16070
16071         * sync with sylpheed 0.5.2cvs1
16072
16073 2001-08-02 [alfons]
16074
16075         * configure.in
16076                 quick fix for ispell detection...
16077
16078 2001-08-01 [paul]
16079
16080         * configure.in
16081                 change to 0.5.1claws4
16082
16083         * sync with sylpheed 0.5.1cvs7
16084
16085 2001-07-31 [alfons]
16086
16087         * src/prefs_common.c, src/prefs_common.h, 
16088           src/gtkspell.c, src/gtkspell.h
16089                 add global spelling checker settings (compose tab) +
16090                 selection of dictionary 
16091           
16092         * configure.in  
16093                 guess valid ispell location
16094
16095 2001-07-31 [paul]
16096
16097         * po/POTFILES.in
16098                 removal of 'src/quote_fmt_parse.c'
16099         * po/de.po
16100                 Updated de.po
16101                 (submitted by Jens Oberender <didge@suse.de>)
16102
16103 2001-07-31 [darko]
16104
16105         * src/folder.[ch]
16106         * src/folderview.[ch]
16107         * src/mainwindow.c
16108         * src/mh.c
16109         * src/prefs_common.[ch]
16110         * src/summaryview.c
16111                 target folder colourization
16112
16113 2001-07-30 [paul]
16114
16115         more sync with Sylpheed 0.5.1cvs6 
16116
16117 2001-07-30 [darko]
16118
16119         * src/mh.c
16120         * src/prefs_folder_item.[hc]
16121         * src/summaryview.c
16122                 shared folders support with a GUI
16123
16124 2001-07-29 [paul]
16125
16126         0.5.1claws3
16127
16128         * sync with Sylpheed 0.5.1cvs6
16129
16130 2001-07-29 [paul]
16131
16132         * po/pt_BR.po
16133                 updated
16134                 (submitted by Fabio Junior Beneditto)
16135
16136 2001-07-28 [paul]
16137
16138         * src/procmime.c
16139         * AUTHORS
16140                 patch to correct bad image mime headers
16141                 (submitted by Don Quijote <dq@searchlores.org>)
16142
16143 2001-07-28 [paul]
16144
16145         * tools/gif2xface.pl   **NEW FILE**
16146         * tools/README
16147                 script to convert file.gif to file.xface for
16148                 use in a custom header.
16149                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16150
16151 2001-07-27 [alfons]
16152         
16153         * configure.in
16154                 change macros for detecting JPilot and LDAP
16155
16156 2001-07-27 [christoph]
16157
16158         * src/filtering.c
16159                 code cleanup (MIN / MAX warning, needed casting)
16160
16161 2001-07-27 [alfons]
16162
16163         * procheader.c
16164                 disallow setting flags when detecting certain headers
16165                 (X-Status, Status, Seen, X-Seen). 
16166         
16167         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16168
16169 2001-07-27 [christoph]
16170
16171         * src/prefs_filter.c
16172         * src/prefs_filtering.c
16173         * src/prefs_matcher.c
16174         * src/prefs_scoring.c
16175                 scroll list when moving rows up or down
16176
16177         * src/imap.c
16178         * src/imap.h
16179         * src/prefs_account.c
16180         * src/prefs_account.h
16181         * src/send.c
16182                 SMTP over SSL (untested, feedback requested)
16183                 IMAP over SSL
16184
16185         * src/ssl.c
16186                 code cleanup
16187
16188 2001-07-26 [alfons]
16189         
16190         * configure.in, acconfig.h
16191                 define CLAWS (need this for main / claws detection)
16192
16193 2001-07-25 [alfons]
16194
16195         * configure.in
16196                 Sylpheed 0.5.1claws2
16197                 
16198         * sync with Sylpheed 0.5.1cvs4
16199
16200 2001-07-25 [christoph]
16201
16202         * src/scoring.c
16203                 fixed segfault
16204                 item->prefs == NULL (don't know why)
16205
16206 2001-07-25 [alfons]
16207
16208         * configure.in
16209                 Sylpheed 0.5.1claws1
16210
16211         * sync with Sylpheed 0.5.1cvs1-3
16212
16213 2001-07-24 [christoph]
16214
16215         * src/folderview.c
16216         * src/prefs_folder_item.[ch]
16217                 added folderitem preferences dialog with
16218                 default To: and auto request return receipt
16219
16220         * src/compose.[ch]
16221         * src/menu.[ch]
16222                 changes to handle new folderitem preferences
16223
16224         * src/mainwindow.c
16225         * src/summaryview.c
16226                 call compose new mail with current folderitem
16227
16228 2001-07-24 [alfons]
16229
16230         Release Sylpheed 0.5.1claws
16231
16232         * configure.in
16233                 change to release version 0.5.1claws
16234
16235 2001-07-24 [christoph]
16236
16237         * src/summaryview.c
16238                 fixed segfault that happend when the selected
16239                 message was removed while retrieving new messages.
16240
16241         * po/es.po
16242                 updated translation
16243                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16244
16245 2001-07-22 [alfons]
16246
16247         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16248         this is a work in progress, for more information: http://nlpagan.net/sylman 
16249         
16250         * configure.in, src/mainwindow.c, manual/Makefile.am
16251                 add support for English manual
16252
16253         * AUTHORS
16254                 add authors of user manuals
16255
16256         * manual/en/sylpheed*.html
16257                 add English documentation
16258
16259 2001-07-22 [christoph]
16260
16261         * po/POTFILES.in
16262                 added src/ssl.c
16263         * src/ssl.c
16264                 changed a wrong debug message
16265
16266 2001-07-22 [alfons]
16267
16268         * po/nl.po
16269                 update Dutch translation
16270
16271         * src/prefs_filtering.c, 
16272           src/prefs_matcher.c
16273                 add more translatable strings           
16274
16275 2001-07-21 [alfons]
16276
16277         0.5.0claws7
16278
16279         * configure.in
16280                 change version
16281
16282         * src/inc.c, src/summaryview.[ch]
16283                 prevent update of mark file when filtering has done, by
16284                 using a variable; this affects two functions:
16285                         inc.c::inc_finished()
16286                         summaryview.c::summary_show()
16287
16288 2001-07-20 [alfons]
16289
16290         * src/filtering.[ch], src/prefs_filtering.c, 
16291           src/matcher.[ch]
16292                 add filtering action for label coloring 
16293
16294         * po/POTFILES.in
16295                 add labelcolors.c
16296
16297         * added src/labelcolors.c
16298         * added src/labelcolors.h
16299         * src/Makefile.am, src/summaryview.c
16300                 rearrange label coloring code
16301
16302         * src/procmsg.h
16303                 add more parentheses so label colouring works correctly
16304
16305         * src/filtering.c
16306                 don't really delete message, but move it to Trash
16307
16308         * src/prefs_matcher.c
16309                 add quote options to info dialog
16310
16311 2001-07-20 [christoph]
16312
16313         * src/Makefile.am
16314         * src/inc.c
16315         * src/main.[ch]
16316         * src/socket.h
16317         * src/ssl.[ch] (new)
16318                 moved ssl stuff to a seperate file
16319
16320 2001-07-20 [darko]
16321
16322         * src/summaryview.c
16323                 fix show sender using address book with no e-mail
16324                 address in From: field
16325
16326 2001-07-19 [alfons]
16327
16328         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16329                 fix messy handling of escaping... now at least the
16330                 execute command is useful. escape char is '\', we
16331                 accept \n and \r too. 
16332
16333                 Real life example:
16334                 
16335                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16336                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16337
16338 2001-07-18 [alfons]
16339
16340         0.5.0claws6
16341
16342         * src/summaryview.c
16343                 clean up
16344
16345         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16346           src/procmsg.[ch]
16347                 revise filtering; currently move, copy, marking have
16348                 been tested. if you like bleeding edge stuff, you
16349                 should definitely go for this version :)
16350
16351         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16352
16353 2001-07-17 [christoph]
16354
16355         * src/utils.c
16356                 timestamp log
16357
16358 2001-07-17 [alfons]
16359
16360         0.5.0claws5
16361
16362         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16363           bits in the mark file, without affecting either branch. Lots of
16364           files changed, also in claws branch.
16365
16366           UNTESTED: use of mbox folders
16367
16368         * src/summaryview.c
16369                 added mark all read; however this was a quick hack used for
16370                 cleaning up mess after initial merge with Hiroyuki
16371
16372         * configure.in
16373                 change claws version number back to 0.5.0claws5 to clear up 
16374                 confusion & pretension (recent release was technically 
16375                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16376
16377 2001-07-16 [alfons]
16378
16379         sync with Hiroyuki's 0.5.0cvs4
16380
16381 2001-07-16 [alfons]
16382
16383         0.5.1claws3
16384
16385         * src/filtering.[ch]
16386                 remove invalid updating of mark files for 
16387                 filter actions MATCHING_ACTION_MOVE and 
16388                 MATCHING_ACTION_DELETE; this should fix the
16389                 folder update bug
16390                 
16391         * src/procmsg.c
16392                 revert Christoph's stab at fixing the folder 
16393                 update bug
16394
16395         * po/POTFILES.in
16396                 add missing files with translatable strings
16397
16398         * src/summaryview.c
16399                 remove debug print
16400
16401 2001-07-15 [alfons]
16402
16403         * src/addr_compl.[ch], src/prefs_filtering.c
16404                 make "filtering pref dialog's destination entry" an
16405                 "address completable entry", if filter destination is 
16406                 an email address
16407
16408         0.5.1claws2
16409         
16410         sync with Hiroyuki's 0.5.0cvs2-3
16411
16412 2001-07-15 [christoph]
16413
16414         * src/procmsg.c
16415                 fixed folder stats update after incorporation
16416
16417 2001-07-15 [alfons]
16418
16419         * src/summaryview.c
16420                 * finish label colouring stuff (for now)
16421                 * fix incorrect colour bug (off by one) 
16422
16423 2001-07-14 [alfons]
16424
16425         * src/mainwindow.c
16426                 change text labels for news and mail message so there's
16427                 plenty of toolbar estate left
16428
16429         * configure.in
16430                 0.5.1claws1
16431
16432         * src/folderview.c
16433           src/folder.[ch]
16434                 sync with Hiroyuki's 0.5.0cvs1
16435
16436         * src/summaryview.c
16437                 more rewrite label colouring
16438
16439 2001-07-14 [alfons]
16440
16441         * src/summaryview.[ch]
16442                 * start rewrite label colouring 
16443                 * fix proper location "Add Sender To Addressbook" menu item
16444
16445 2001-07-13
16446
16447         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16448         (actually this is 0.5.0claws4)
16449
16450 2001-07-13 [alfons]
16451
16452         * po/pt_BR.po
16453                 * fix duplicate message
16454                 * add updated Portugese / Brazilian translation
16455                   submitted by Fabio Junior Beneditto
16456
16457 2001-07-12 [alfons]
16458
16459         * AUTHORS
16460                 add Jens
16461
16462         * po/nl.po
16463                 add updated Dutch translation
16464
16465         * po/de.po
16466                 add updated German translation submitted by Jens
16467
16468 2001-07-11 [alfons]
16469
16470         Prerelease before 0.5.0claws. Please test.
16471         This version is temporarily tagged as VERSION_0_5_0_TEST
16472
16473         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16474           src/prefs_scoring.c, src/prefs_matcher.c, 
16475           src/prefs_filtering.c, src/mbox.c, 
16476           src/main.c, src/inc.c, src/filtering.[ch]
16477                 revert new Hoa's new matcher (does not work yet)
16478
16479         * src/Makefile.am
16480                 clean up
16481
16482 2001-07-10
16483
16484         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16485
16486
16487 2001-07-10 [alfons]
16488
16489         * Makefile.am
16490                 add ChangeLog.claws to EXTRA_DIST
16491         * src/Makefile.am
16492                 add matcher_parser_parse.h to EXTRA_DIST
16493
16494 2001-07-10 [christoph]
16495
16496         * src/inc.c
16497                 add destination folder to table of
16498                 folders that need to be updated after
16499                 incorporation
16500
16501 2001-07-10 [alfons]
16502
16503         * folder.[ch]
16504           folderview.c
16505                 make collapse state of folders and folder items persistent, i.e.
16506                 if you collapse a folder tree, the next time sylpheed-claws starts 
16507                 up the folder tree remains collapsed.  
16508                 
16509 2001-07-10 [christoph]
16510
16511         * acconfig.h
16512         * configure.in
16513                 added --enable-ssl
16514         * src/md5.[ch]
16515                 renamed MD5_CTX to MD5_CTX_syl
16516                 conflicts with a struct in openssl
16517         * src/inc.c
16518         * src/main.[ch]
16519         * src/prefs_account.[ch]
16520         * src/socket.[ch]
16521                 SSL support for POP
16522         * src/mainwindow.c
16523                 fixed compose with current account
16524                 broken by new compose button stuff
16525
16526 2001-07-09 [hoa]
16527
16528         * AUTHORS
16529                 changed my email address
16530
16531         * src/matcher_parser_parse.y
16532                 clean the parser to remove conflicts
16533
16534 2001-07-09 [alfons]
16535
16536         * AUTHORS
16537                 add Match Grun
16538
16539         * configure.in
16540                 fix incorrect description of --enable-ldap parameter
16541
16542         * src/prefs_common.[ch]
16543           src/compose.c
16544                 add experimental option "smart wrapping" which makes the
16545                 compose editor auto wrap.
16546                 
16547                 | TODO: the problem with the buggy cursor handling is caused |
16548                 | by the GtkText. when deleting / backspacing text its       |
16549                 | wrapping algorithm does not take in account the previous   |
16550                 | line. should find a way to hack this in.                   |
16551                 | or should perhaps combine this with the word wrapping      |
16552                 | patch i wrote in january.                                  |
16553
16554         * src/about.c
16555                 show build parameters for LDAP and JPilot
16556
16557         * src/summaryview.c
16558                 revert Christoph's bugfix for selecting next unread message, 
16559                 because folder stats aren't updated correctly
16560
16561 2001-07-08 [hoa]
16562
16563         * src/filtering.c
16564         * src/mainwindow.c
16565         * src/matcher.c
16566         * src/matcher_parser_lex.l
16567         * src/matcher_parser_parse.y
16568         * src/prefs_filtering.c
16569         * src/prefs_scoring.c
16570         * src/scoring.c
16571                 bugfix of the config file parser
16572
16573 2001-07-08 [alfons]
16574
16575         * src/Makefile.am
16576                 added generated matcher sources to BUILT_SOURCES
16577
16578 2001-07-08 [hoa]
16579
16580         * src/Makefile.am
16581         * src/.cvsignore
16582                 added new config file parser
16583
16584         * src/scoring.[ch]
16585         * src/filtering.[ch]
16586         * src/matcher.[ch]
16587         * src/prefs_filtering.c
16588         * src/prefs_matcher.c
16589         * src/prefs_scoring.c
16590         * added src/matcher_parser.h
16591         * added src/matcher_parser_lex.h
16592         * added src/matcher_parser_lex.l
16593         * added src/matcher_parser_parse.y
16594                 lex & yacc config file parser
16595
16596         * src/mbox.c
16597         * src/inc.c
16598         * src/main.c
16599                 changes prefs_filtering into global_filtering           
16600
16601         * src/summaryview.c
16602                 build threads with subjects only if "Re: " is at the
16603                 beginning of the subject
16604
16605 2001-07-07 [paul]
16606
16607         0.5.0claws
16608
16609         sync with sylpheed 0.5.0
16610                 change of version number only
16611
16612 2001-07-06 [paul]
16613
16614         0.5.0claws5
16615
16616         sync with sylpheed 0.5.0pre5
16617
16618 2001-07-05 [paul]
16619
16620         sync with sylpheed 0.5.0pre4 release
16621                 /po and /manual/ja not sync'ed
16622
16623 2001-07-04 [paul]
16624
16625         more sync with sylpheed 0.5.0pre4
16626
16627 2001-07-03 [christoph]
16628
16629         * src/addressbook.c
16630                 fixed address book broken by address book
16631                 for VCard, JPilot, LDAP
16632
16633 2001-07-03 [alfons]
16634
16635         * src/matcher.c
16636         * src/textview.c
16637                 stopped memory leaks
16638
16639 2001-07-03 [paul]
16640
16641         more sync with sylpheed 0.5.0pre4
16642
16643 2001-07-02 [match]
16644
16645         * included address book patch for VCard, JPilot, LDAP
16646         * pref_common.c - fixed Font options on Display tab (cosmetic)
16647         * alertpanel.c - fixed truncated message
16648
16649 2001-07-02 [christoph]
16650
16651         * src/mbox_folder.c
16652         * src/procmsg.[ch]
16653         * src/summaryview.c
16654                 mark threads for ignoring
16655
16656 2001-07-02 [paul]
16657
16658         0.5.0claws4
16659
16660         * sync with sylpheed 0.5.0pre4
16661                 updated gettext to 0.10.38.
16662
16663 2001-07-01 [paul]
16664
16665         * src/ mainwindow.c
16666         * src/procmsg.h
16667         * src/summaryview.[ch]
16668                 new right-click option: Label.
16669                 substitute for 'Mark-->Mark/Unmark', colours the line.
16670                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16671
16672 2001-07-01 [christoph]
16673
16674         * src/folderview.c
16675                 fixed font for trash
16676         * src/summaryview.c
16677                 move ctree to unread message
16678
16679 2001-07-01 [paul]
16680
16681         * sync with sylpheed 0.5.0pre3 release
16682
16683 2001-06-30 [alfons]
16684
16685         * src/filesel.[ch]
16686         * src/compose.c
16687                 allow inserting / attaching multiple files in
16688                 the composer window
16689
16690 2001-06-30 [paul]
16691
16692         * src/codeconv.c
16693                 small change to Alfons' previous stuff so that it
16694                 actually makes
16695
16696 2001-06-30 [alfons]
16697
16698         * lots of files changed; first attempt to merge the changes
16699           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16700
16701 2001-06-30 [paul]
16702
16703         * po/pt_BR.po
16704                 updated and completed, translations by Fabio
16705                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16706
16707 2001-06-29 [alfons]
16708
16709         * src/compose.c
16710         * src/mimeproc.[ch]
16711                 allow selecting an attached files' mime type from a 
16712                 list of types.
16713
16714 2001-06-29 [paul]
16715
16716         * more sync with sylpheed 0.5.0pre3
16717
16718 2001-06-29 [paul]
16719
16720         * po/pt_BR.po
16721                 merge with sylpheed.pot and pt_BR.po provided by
16722                 Fabio Junior Beneditto.
16723
16724 2001-06-29 [darko]
16725
16726         * src/procmime.c
16727                 make MIME types case insensitive
16728
16729 2001-06-28 [alfons]
16730
16731         * po/nl.po
16732                 merge with sylpheed.pot and old nl.po; translations added.
16733
16734 2001-06-28 [paul]
16735
16736         * more sync with sylpheed 0.5.0pre3
16737
16738 2001-06-27 [alfons]
16739
16740         * src/summaryview.c
16741                 don't crash when removing parent node of messages
16742                 attracted by subject. this was caused by not deleting
16743                 the parent node from the subject line hash table.
16744
16745 2001-06-27 [alfons]
16746
16747         * src/summaryview.c
16748         * src/compose.[ch]
16749         * src/mainwindow.c
16750                 if there are multiple messages selected, allow forwarding
16751                 them as attachments.
16752
16753 2001-06-27 [paul]
16754
16755         * more sync with sylpheed 0.5.0pre3
16756
16757 2001-06-26 [paul]
16758
16759         0.5.0claws3
16760
16761         * sync with sylpheed 0.5.0pre3
16762
16763 2001-06-25 [paul]
16764
16765         * src/mainwindow.c
16766                 fixed 'compose news article' bug
16767                 from icon-and-text toolbar
16768
16769 2001-06-25 [paul]
16770
16771         * sync with sylpheed 0.5.0pre2 release
16772
16773 2001-06-24 [christoph]
16774
16775         * src/prefs_common.c
16776                 bug fix in font selection
16777         * src/folderview.c
16778                 use sylpheed's normal font instead of
16779                 gtk default font for folders without
16780                 new messages
16781
16782 2001-06-24 [alfons]
16783
16784         * src/mainwindow.[ch]
16785                 added composite compose mail / news button (an idea by Leandro
16786                 Pereira <leandro@linuxmag.com.br>)
16787
16788 2001-06-24 [paul]
16789
16790         Added instructions for ldif-to-xml.py
16791
16792         * tools/README
16793
16794 2001-06-23 [alfons]
16795
16796         Some minor things.
16797
16798         * src/pixmaps/stock_news_compose.xpm
16799                 added pixmap by Leandro
16800         * src/prefs_common.c
16801                 tested built-in spelling checker of GCC 3.0 :)
16802         * po/nl.po
16803                 merged dutch translation of sylpheed-main with
16804                 sylpheed.pot
16805
16806 2001-06-23 [paul]
16807
16808         Added tools directory and files.
16809
16810         * tools/filter_conv.pl
16811                 converts old filter system to new filtering system
16812         * tools/ldif-to-xml.py
16813                 converts netscape addressbook to sylpheed addressbook
16814         * tools/README
16815                 descriptions/instructions for above two files
16816
16817 2001-06-23 [christoph]
16818
16819         * src/inc.c
16820         * src/manage_window.[ch]
16821         * src/prefs_common.[ch]
16822                 mail retrieval dialog can be enabled, disabled
16823                 or hidden if non of sylpheed's windows is active
16824
16825 2001-06-22 [paul]
16826
16827         0.5.0claws2
16828
16829         * sync with sylpheed 0.5.0pre2
16830
16831 2001-06-21 [christoph]
16832
16833         * src/summaryview.c
16834                 show recipient on 'from' for all accounts
16835                 
16836         * src/inc.c
16837         * src/prefs_common.[ch]
16838                 disable error popup on mail receive errors
16839
16840 2001-06-21 [alfons]
16841
16842         * src/compose.c
16843                 made the ruler correctly appear and disappear.
16844
16845         * src/Makefile.am
16846                 removed Hoa's work-in-progress-stuff (interesting!) so 
16847                 claws compiles ok.
16848
16849 2001-06-20 [christoph]
16850
16851         * src/inc.c
16852         * src/progressdialog.c
16853                 added scrolled window for list in progressdialog
16854
16855 2001-06-20 [paul]
16856
16857         sync with sylpheed 0.5.0pre1 release
16858
16859 2001-06-20 [christoph]
16860
16861         * src/summeryview.c
16862                 make building threads by subject work when
16863                 thread view is enabled
16864                 
16865         * src/compose.c
16866         * src/prefs_common.[ch]
16867                 automatically select account for mail replys
16868
16869 2001-06-19 [sergey]
16870
16871         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16872         they are filled in from the account settings.
16873
16874 2001-06-19 [paul]
16875
16876         * more sync with sylpheed 0.5.0pre1
16877
16878 2001-06-18 [alfons]
16879
16880         * src/Makefile.am,
16881           src/procmime.c
16882                 added --sysconfdir to CPPFLAGS for pointing to the correct
16883                 location of mime.types. 
16884
16885                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16886                 or ./configure!
16887
16888 2001-06-18 [hoa]
16889
16890         * src/summaryview.c
16891                 fixed some bug when building threads
16892
16893 2001-06-18 [pau]l
16894
16895         * src/prefs_account.c
16896                 UI stuff: More changes to the English
16897
16898 2001-06-18 [paul]
16899
16900         * src/pixmaps/stock_news_compose.xpm: new file
16901         * src/Makefile.am
16902         * src/mainwindow.c
16903         * src/summaryview.c
16904                 Added new icon for Hoa's 'compose a news
16905                 message', plus minor improvements to the
16906                 English
16907
16908         * po/ja.po
16909         * ChangeLog
16910         * ChangeLog.jp
16911                 more sync with sylpheed 0.5.0pre1
16912
16913 2001-06-18 [hoa]
16914
16915         * src/compose.[ch]
16916         * src/mainwindow.c
16917                 Follow-up and reply to
16918
16919         * src/summaryview.[ch]
16920                 Build threads also with subjects
16921
16922 2001-06-17 [hoa]
16923
16924         * src/compose.c
16925                 forwarding use the current account.
16926
16927         * src/mainwindow.c
16928                 the "compose message" button has been replaced with
16929                 "new mail" and "new news" buttons
16930
16931         * src/prefs_common.[ch]
16932                 added a configuration option to use the forward button
16933                 as "forward as attachment"
16934                 changed reply and forward format description
16935
16936         * src/quote_fmt_lex.l
16937         * src/quote_fmt_parse.y
16938                 added message with no signature in format for reply
16939                 and forward.
16940
16941 2001-06-17 [paul]
16942
16943         Minor UI stuff
16944
16945         * src/mainwindow.c
16946         * src/summaryview.c
16947                 Improvements to the English
16948
16949         * src/prefs_common.c
16950                 Improvements to the English and some
16951                 clarity/continuity improvements in the
16952                 description of Quote symbols.
16953
16954 2001-06-17 [paul]
16955
16956         0.5.0claws1
16957
16958         * sync with sylpheed 0.5.0pre1
16959
16960 2001-06-17 [hoa]
16961
16962         * src/compose.c
16963                 Better interface for compose, displayed fields
16964                 are updated whenever we change account.
16965                 Newsgroups field is automatically filled.
16966
16967         * src/mainwindow.c
16968                 Newsgroups field is automatically filled.
16969
16970         * src/prefs_account.c
16971                 Some interface stuff when fields appear and
16972                 disappear.
16973
16974 2001-06-16 [paul]
16975
16976         0.4.99claws
16977
16978         * sync with sylpheed 0.4.99
16979
16980 2001-06-16 [sergey]
16981
16982         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16983         base64_decoder_free, base64_decoder_decode): new object and
16984         functions for decoding base64 streams.
16985         * src/procmime.c (procmime_decode_content): modified to use the
16986         new base64 decoder.
16987
16988 2001-06-15 [paul]
16989
16990         0.4.99claws10
16991
16992         * sync with sylpheed 0.4.99cvs11
16993
16994 2001-06-13 [paul]
16995
16996         0.4.99claws9
16997
16998         * sync with sylpheed 0.4.99cvs9
16999
17000 2001-06-13 [hoa]
17001
17002         * src/compose.c
17003         * src/prefs_account.c
17004
17005                 SMTP server can be defined in the news account
17006                 mime type of attachment are kept.
17007
17008         * src/summaryview.c
17009
17010                 now choose the highest important score between default
17011                 and important score of folder.
17012
17013 2001-06-09 [alfons]
17014         
17015         * src/prefs_common.c: 
17016
17017                 (prefs_quote_description_create): corrected description of 
17018                 quote format characters
17019
17020 2001-06-09 [paul]
17021
17022         0.4.99claws8
17023
17024         * sync with sylpheed 0.4.99cvs8
17025
17026 2001-06-08 [sergey]
17027
17028         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17029         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17030
17031 2001-06-08 [paul]
17032
17033         0.4.99claws7
17034
17035         * sync with sylpheed 0.4.99cvs7
17036
17037 2001-06-06 [sergey]
17038
17039         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17040         clashes with autogenerated header).
17041         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17042         * src/Makefile.am: added quote_fmt.h.
17043         * src/.cvsignore: added lex/yacc autogenerated files
17044         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17045
17046 2001-06-06 [paul]
17047
17048         0.4.99claws6
17049
17050         * sync with sylpheed 0.4.99cvs6
17051
17052 2001-06-06 [hoa]
17053
17054         * added src/quote_fmt_parse.h
17055         * src/compose.c
17056                 removed warnings
17057
17058         * src/prefs.[ch]
17059                 don't modify readonly configuration files
17060
17061         * src/prefs_account.c
17062         * src/prefs_common.c
17063         * src/prefs_customheader.c
17064         * src/prefs_display_header.c
17065         * src/prefs_filter.c
17066         * src/prefs_filtering.c
17067         * src/prefs_scoring.c
17068                 don't open dialog box when configuration files
17069                 are readonly
17070
17071 2001-06-05 [sergey]
17072
17073         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17074
17075         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17076         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17077         BUILT_SOURCES to make all files rebuild properly.
17078
17079         * src/compose.c: removed #include "quote_fmt.tab.h".
17080
17081         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17082         CHARACTER value in yylval.
17083
17084         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17085         receive CHARACTER value by documented means (yylval).
17086
17087         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17088
17089 2001-06-05 [hoa]
17090
17091         * src/Makefile.am
17092                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17093
17094         * src/filtering.c
17095         * src/matcher.c
17096         * src/matcher.h
17097         * src/prefs_filtering.c
17098                 now keep the configuration for execute action
17099
17100         * src/mbox_folder.c
17101                 fixed a warning
17102
17103 2001-06-05 [paul]
17104
17105         * sync with sylpheed 0.4.99cvs5
17106
17107 2001-06-05 [hoa]
17108
17109         * src/Makefile.am
17110                 added quote_fmt.[ch]
17111
17112         * added src/quote_fmt.y
17113         * added src/quote_fmt.l
17114         * added src/quote_fmt.tab.h
17115         * added src/quote_fmt.tab.c
17116         * added src/lex.quote_fmt.c
17117                 parsing configuration for replying
17118                 and forwarding
17119
17120         * src/prefs_common.[ch]
17121                 added configuration UI for replying
17122                 and forwarding
17123
17124         * src/compose.c
17125                 using configuration for replying
17126                 and forwarding
17127
17128 2001-06-04 [hoa]
17129
17130         * src/filtering.c
17131         * src/matcher.c
17132         * src/matcher.h
17133         * src/prefs_filtering.c
17134         * src/prefs_matcher.c
17135         * src/prefs_matcher.h
17136                 action "run a command" for filtering
17137                 and matching with a command.
17138                 fixed the "whole message" matching
17139
17140         * src/mbox_folder.c
17141                 changed temporary filename for security
17142
17143         * src/messageview.c
17144                 queue the notification if it fails to send.
17145
17146         * src/prefs_common.c
17147         * src/prefs_folder_item.c
17148                 changed the default important score             
17149
17150         * src/prefs_scoring.c
17151         * src/scoring.c
17152                 hide kill score input when the folder is not
17153                 a newsgroup
17154
17155 2001-06-03 [alfons]
17156
17157         * src/prefs_common.c:
17158
17159                 (prefs_font_select): pass font name in font entry box to font
17160                 selection dialog.
17161
17162 2001-06-03 [sergey]
17163
17164         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17165
17166 2001-06-03 [paul]
17167
17168         * sync with sylpheed 0.4.99cvs4
17169
17170 2001-06-03 [alfons]
17171
17172         * src/headerwindow.c:
17173
17174                 (headerwindow_show_cb): use the selected summary view item, not
17175                 the displayed item.
17176
17177 2001-06-02 [alfons]
17178
17179         * src/headerwindow.c:
17180
17181                 (headerwindow_show_cb): always try to show msginfo
17182
17183 2001-06-02 [hoa]
17184
17185         * src/compose.c
17186                 keep attached parts when reediting or forwarding.
17187
17188 2001-06-01 [hoa]
17189
17190         * src/folderview.c
17191         * src/prefs_folder_item.[ch]
17192         * src/prefs_scoring.[ch]
17193         * src/scoring.[ch]
17194         * src/summaryview.[ch]
17195         * src/main.c
17196         * src/mainwindow.c
17197         * src/prefs_common.[ch]
17198                 support for folder scoring
17199                 kill score and important score for messages
17200         
17201         * src/prefs_account.c
17202                 some display bug fixed for local account
17203                 preferences
17204
17205 2001-05-31 [alfons]
17206
17207         * src/summaryview.c:
17208
17209                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17210                 sender to address book menu item is disabled.
17211
17212 2001-05-30 [hoa]
17213
17214         * src/filtering.[ch]
17215         * src/summaryview.c
17216                 handling summary menu / filter messages
17217
17218         * src/folder.[ch]
17219                 add some stuff
17220
17221         * src/foldersel.c
17222                 imap folders now appears in list
17223
17224         * src/mbox_folder.c
17225                 doesn't crash if destination mail is not writeable
17226
17227 2001-05-29 [hoa]
17228
17229         * src/compose.c
17230                 removed some warnings
17231
17232         * src/filtering.c
17233         * src/folder.[ch]
17234         * src/prefs_filtering.c
17235                 global string to identify any folders           
17236                 removed some debug info
17237                 filtering to mbox folders is now possible
17238
17239         * src/mainwindow.c
17240                 removed some warnings
17241
17242         * src/mbox_folder.c
17243                 permission on files are changed to read/write for user only,
17244                 nothing for other.
17245                 creation of subfolder is handled better.
17246
17247 2001-05-28 [alfons]
17248
17249         Verified the sync for src/prefs_common.[ch] and
17250         src/prefs_account.[ch]. I believe there were some
17251         minor indentation differences.
17252
17253 2001-05-28 [paul]
17254
17255         0.4.99claws3
17256
17257         * sync with 0.4.99cvs3
17258
17259 2001-05-28 [hoa]
17260
17261         * src/compose.c
17262                 handling flags for mbox format
17263
17264         * src/filtering.c
17265                 use of mark file only for MH format
17266                 handling flags for mbox format
17267                 filtering cannot yet move or copy mails to mbox folders.
17268
17269         * src/folder.[ch]
17270                 changed move_msg, copy_msg,
17271                 move_msgs_with_dest, copy_msgs_with_dest functions
17272                 uses only folder->copy_msg() function
17273                 uses folder->finished_copy() to handle the destination
17274                 folder at the end of the copy or move operation.
17275
17276         * src/foldersel.c
17277                 included mbox directories.
17278
17279         * src/folderview.[ch]
17280         * src/mainwindow.c
17281                 handle folders operation for mbox format
17282
17283         * src/mbox.c
17284                 disable conversion of "From " header
17285
17286         * src/mbox_folder.[ch]
17287                 completion of mbox format handling
17288
17289         * src/mh.c
17290                 changed mh_copy_msg() function and
17291                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17292                 mh_copy_msgs_with_dest()
17293
17294         * src/prefs_filtering.c
17295                 removed some warnings
17296
17297         * src/prefs_matcher.c
17298                 default boolean operation is AND
17299
17300         * src/procheader.c
17301                 handling flags for mbox format
17302                 handling of "From " header
17303
17304         * src/procmsg.[ch]
17305                 removed data field
17306                 added MSG_REALLY_DELETED flags to handle deletion of
17307                 messages in mbox format.
17308
17309         * src/summaryview.c
17310                 handling flags for mbox format
17311                 disable the MSG_DELETED flags when messages
17312                 are deleted in mbox format
17313
17314         * src/textview.c
17315                 "From " headers display fixed.
17316
17317 2001-05-27 [alfons]
17318
17319         * src/textview.c:
17320                 
17321                 (get_email_part): skip quoted email addresses, like in e.g.
17322                 "'alfons@proteus.demon.nl'".
17323
17324 2001-05-26 [alfons]
17325
17326         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17327         and fixing the persistence troubles when using separate windows.
17328
17329         * src/mainwindow.c:
17330         
17331             Added #define SEPARATE_ACTION used in the gtk item factory for 
17332             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17333                 use gtk_item_factory_get_widget_by_action() to get the items.
17334                 
17335             Removed separate_widget_cb from the gtk item factory data   
17336           
17337             (mainwindow_create): connect separate_widget_cb() to check
17338             menu item "toggled" signal. also passing a MainWindow pointer
17339                 as object data for both check menu items.
17340                 
17341             (separate_widget_cb): definition of separate_widget_cb() to match
17342             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17343                 window using gtk_object_get_data(). The type of window separation 
17344                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17345         
17346         * src/prefs_filtering.c,
17347           src/prefs_matcher.c: added horizontal scrollbars
17348
17349 2001-05-25 [darko]
17350
17351         * src/headerview.c
17352                 fix segfault with invalid bold font
17353         * src/summaryview.c
17354                 correctly display summary stats after row is marked
17355
17356 2001-05-23 [sergey]
17357
17358         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17359         encodings with libjconv.
17360
17361 2001-05-23 [hoa]
17362
17363         * src/Makefile.am
17364                 added mbox_folder.[ch]
17365         * src/defs.h
17366                 mbox temporary folder
17367         * src/folder.[ch]
17368         * added src/mbox_folder.[ch]
17369         * src/folderview.c
17370         * src/procheader.[ch]
17371                 added mbox support
17372         * src/mbox.c
17373                 bugfix for file incorporation filtering
17374         * src/imap.c
17375                 enable creation of MBOX
17376         * src/prefs_display_header.c
17377                 enable use of headers like "From "
17378                 something that should be fixed :
17379                         displaying of such headers add an extra space
17380         * src/prefs_folder_item.c
17381                 don't create folders because it is not necessary
17382         * src/procmsg.h
17383                 added data field to MsgInfo for mbox internal use
17384         * src/summaryview.c
17385                 added some support for mbox
17386         * src/utils.[ch]
17387                 added get_mbox_cache_dir() function
17388
17389 2001-05-23 [hiroyuki]
17390
17391         * src/headerwindow.c
17392           src/inc.c
17393           src/main.c
17394           src/mh.c
17395           src/nntp.c
17396           src/procmsg.h
17397           src/session.h
17398           src/socket.[ch]
17399           src/summaryview.c
17400           src/textview.c
17401           src/automaton.c
17402           src/folderview.c: more sync with 0.4.99cvs2.
17403
17404         * src/headerwindow.c: reverted.
17405
17406 2001-05-22 [paul]
17407
17408         0.4.99claws2
17409
17410         * sync with sylpheed 0.4.99cvs2
17411                 * src/news.[ch]
17412                 * src/nntp.[ch]
17413                 * INSTALL
17414                 * INSTALL.jp
17415
17416 2001-05-22 [alfons]
17417
17418         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17419
17420 2001-05-21 [alfons]
17421
17422         Minor things:
17423
17424         * configure.in: if gnome-config not found, "no" is displayed
17425         
17426         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17427
17428         * src/textview.c: now also possible to add mail addresses by right
17429           clicking in the text view
17430
17431         * src/codeconv.c: merged patch which fixes endless loop when encountering
17432           invalid wide characters; from Alte <010@imis.ru>  
17433
17434 2001-05-20 [alfons]
17435
17436         Added installation of gnome specific things:
17437
17438         * Makefile.am: gnome conditional
17439
17440         * configure.in: check for installed gnome
17441
17442         * added sylpheed.png, sylpheed.desktop
17443
17444 2001-05-20 [sergey]
17445
17446         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17447
17448         * src/mainwindow.h (main_window_toolbar_create): created a button
17449         for "Reply to all".
17450         (main_window_set_toolbar_sensitive): enable/disable the new button
17451         appropriately.
17452         (toolbar_reply_to_author_cb): handle the new button.
17453
17454         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17455         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17456         failure).
17457
17458 2001-05-19 [sergey]
17459
17460         * src/compose.h (ComposeReplyMode): new modes
17461         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17462         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17463
17464         * src/compose.c
17465         (compose_send): move some code into a new function:
17466         (compose_current_mail_account): new function.
17467         (compose_reply): new argument to_author, all callers changed; if
17468         to_author==TRUE and account->protocol==A_NNTP, find and use an
17469         appropriate mail account for replying.
17470         (compose_reply_set_entry): new argument to_author; ignore
17471         compose->replyto if to_author==TRUE.
17472
17473         * src/mainwindow.c: new command "Message/Reply to author".
17474         (main_window_set_menu_sensitive): enable/disable it.
17475         (reply_cb): handle it.
17476
17477         * src/summaryview.c: new command "Reply to author".
17478         (summary_set_menu_sensitive): enable/disable it.
17479         (summary_reply_cb): handle it.
17480
17481         * src/account.c (account_find_mail_from_address): new function.
17482
17483 2001-05-18 [paul]
17484
17485         0.4.99claws1
17486
17487         * sync with sylpheed 0.4.99cvs1
17488
17489 2001-05-18 [hoa]
17490
17491         * src/compose.[ch]
17492         * src/filtering.c
17493         * src/summaryview.c
17494                 new filtering action : forward and forward as attachment
17495
17496         * src/main.c
17497                 no need for $DISPLAY when we run sylpheed --help
17498                 call to parse_cmd_opt() is moved
17499
17500         * src/mainwindow.[ch]
17501                 execute button is hidden when immediate execute
17502                 is chosen
17503
17504         * src/mh.c
17505         * src/news.c
17506         * src/prefs_folder_item.c
17507         * src/procmsg.c
17508                 better handling of missing directories
17509
17510         * src/summaryview.c
17511                 reedit is enabled in outbox
17512                 reedit is enabled in queue
17513
17514 2001-05-17 [hoa]
17515
17516         * src/filtering.c
17517         * src/matcher.[ch]
17518         * src/prefs_filtering.c
17519                 changed attachement into attachment
17520
17521 2001-05-17 [alfons]
17522
17523         0.4.67claws4    
17524
17525         * sync with sylpheed 0.4.67cvs9
17526         * sync with sylpheed 0.4.67cvs7-8
17527
17528 2001-05-17 [hoa]
17529
17530         * src/Makefile.am
17531                 added prefs_filtering.c
17532
17533         * src/filtering.[ch]
17534         * src/matcher.[ch]
17535                 removed action : forward_news and forward_news_as_attachement
17536                 (forward and forward_as_attachement can be used instead)
17537
17538         * src/mainwindow.c
17539                 added menu option to access filtering configuration
17540
17541         * src/prefs_account.c
17542                 changed mail_command default to /usr/sbin/sendmail
17543
17544         * added src/prefs_filtering.[ch]
17545                 dialog box for filtering configuration
17546
17547         * src/prefs_matcher.c
17548                 added function prefs_matcher_get_criteria_from_matching()
17549
17550         * src/prefs_scoring.c
17551                 reset the dialog when register or substitute is clicked
17552
17553 2001-05-15 [hoa]
17554
17555         * src/Makefile.am
17556                 added filtering.[ch]
17557         * src/inc.c
17558                 using filering.[ch] instead of filter.[ch]
17559         * src/main.c
17560                 reading new filtering configuration
17561         * src/matcher.[ch]
17562                 added some filtering actions
17563                 and fixed a bug for headers and mail body matching
17564         * src/mbox.c
17565                 using filering.[ch] instead of filter.[ch]
17566         * src/mh.c
17567                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17568         * src/summaryview.c
17569                 some fixes for filtering
17570
17571 2001-05-14 [hiroyuki]
17572
17573         * src/send.c: fixed some weird indentations.
17574           send_message_with_command(): call pclose() only if p != NULL.
17575         * src/textview.c: get_email_part(): modified the code for readability.
17576
17577 2001-05-14 [hiroyuki]
17578
17579         * src/md5global.h
17580           src/md5ify.c
17581           src/md5ify.h: removed from the cvs.
17582
17583 2001-05-13 [sergey]
17584
17585         * src/main.c: include rfc2015.h to avoid compiler warnings.
17586         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17587         the panel is already on screen.
17588         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17589         closing the alert window by ESC as "No".
17590         * src/prefs_common.c (prefs_interface_create): moved return
17591         receipt check button to the correct place.
17592
17593 2001-03-13 [alfons]
17594
17595         * src/prefs_common.c: 
17596                 moved return receipt check button to the Send tab. (prefs_send_create)
17597                 removed the date format ui related globals. (prefs_display_create)
17598
17599         0.4.67claws3
17600         
17601         * sync with sylpheed 0.4.67cvs5-6
17602
17603 2001-05-13 [paul]
17604
17605         * added Alfons' font selection patch
17606
17607         * src/defs.h
17608         * src/headerwindow.c
17609         * src/prefs_common.c
17610         * src/prefs_common.h
17611
17612 2001-05-13 [hoa]
17613         * src/defs.h
17614                 changed version of cache
17615         * src/matcher.[ch]
17616         * src/prefs_matcher.c
17617                 added additionnal matching criteria
17618         * src/procheader.c
17619         * src/procmsg.[ch]
17620         * src/news.c
17621                 added references in MsgInfo
17622
17623 2001-05-12 [hoa]
17624
17625         * src/defs.h
17626                 prepared some things for new filtering
17627         * src/matcher.[ch]
17628                 added some matching properties
17629                 inreplyto need to be enhanced
17630                 prepared some things for new filtering
17631         * src/messageview.c
17632                 added Return-Receipt-To handling
17633         * src/prefs_folder_item.c
17634                 changed default value to TRUE
17635         * src/prefs_matcher.c
17636                 added some matching properties
17637         * src/prefs_scoring.[ch]
17638                 the scoring dialog is finished
17639         * src/procheader.c
17640                 added Return-Receipt-To handling
17641                 Reference need to be added
17642         * src/procmsg.[ch]
17643                 added Return-Receipt-To handling
17644                 added threadscore to get a better score sorting when
17645                 threads are enabled
17646         * src/summaryview.c
17647                 suppressed a bug when we sort the list
17648                 when no folder is opened.
17649                 better score sorting when threads are enabled
17650
17651 2001-05-12 [alfons]
17652
17653         * reverted previous patch because of potential errors 
17654
17655         0.4.67claws2
17656         
17657         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17658                 applied "toggle mail-retrieval dialog window" patch submitted 
17659                 by Eric Limpens <eric@qnt.net>
17660
17661         * sync with sylpheed 0.4.67cvs4
17662
17663 2001-05-12 [sergey]
17664
17665         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17666         some picky compilers.
17667         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17668         * src/grouplist_dialog.c: include alertpanel.h.
17669         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17670         fix compile warning.
17671         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17672         #include "defs.h" before others to prevent the warning of `MIN'
17673         and `MAX' redefinition.
17674
17675 2001-05-11 [hoa]
17676
17677         * src/main.c
17678         * src/messageview.c
17679         * src/prefs_account.c
17680         * src/prefs_display_header.c
17681                 removed warning
17682         * src/Makefile.am
17683                 added prefs_scoring.[ch]
17684         * src/grouplist_dialog.c
17685                 display an error dialog box if the group list
17686                 cannot be fetched.
17687         * src/mainwindow.[ch]
17688                 added main_window_set_thread_option() function
17689                 scoring dialog box enabled
17690         * src/matcher.[ch]
17691                 added flags matching unread /new / marked
17692                 / deleted / replied / forwarded
17693         * src/news.c
17694                 newsgroups are now finally in newscache
17695         * src/prefs_matcher.[ch]
17696                 finished preferences for matching dialog
17697         * added src/prefs_scoring.[ch]
17698                 scoring dialog box completed
17699         * src/scoring.[ch]
17700                 conversion to string : added scoringprop_to_string()
17701                 write config for preferences :
17702                 added prefs_scoring_write_config()
17703         * src/summaryview.c
17704                 threads can be enabled/disabled independently
17705                 for each folder
17706
17707 2001-05-10 [alfons]
17708
17709         0.4.67claws1
17710         
17711         * AUTHORS: 
17712                 thought it would be nice to have a list of all
17713                 contributors (used Changelog as a reference)
17714         
17715         * configure.in: 
17716                 messed up version numbering...
17717
17718         0.4.66claws1
17719
17720         * sync with sylpheed 0.4.67cvs1-3
17721
17722 2001-05-10 [darko]
17723
17724         * src/prefs_common.c:
17725                 better UI for strftime format, double clicking
17726                 on format now inserts the format in text entry
17727                 replaced close button with standard OK/Cancel
17728                 moved date format button to the right of the
17729                 text entry field
17730
17731 2001-05-09 [alfons]
17732
17733         * src/gtkstext.c:
17734                 Ctrl-Home / Ctrl-End have proper cursor navigation
17735
17736 2001-05-09 [hoa]
17737
17738         * src/prefs_matcher.c
17739                 finished UI to define matching properties
17740                 added ok and cancel button
17741         * src/prefs_filter.c
17742                 added ok and cancel button
17743         * src/news.c
17744                 fixed some bug in xhdr parsing
17745
17746 2001-05-08 [alfons]
17747
17748         * src/textview.c: 
17749                 fixed a bug in textview_show_header(), which displayed two colons (':');
17750                 cleaned up some warnings
17751
17752 2001-05-08 [hoa]
17753
17754         * src/Makefile.am
17755                 added prefs_matcher.[ch]
17756                 compilation with -W -Wall
17757         * src/alertpanel.c
17758                 ungrab the mouse events if grabbed - does it
17759                 fix the bug for disposition notification ?
17760         * src/mainwindow.c
17761                 added a menu option to open the matching dialog.
17762         * src/matcher.[ch]
17763                 added matcherprop_to_string() and matcherlist_to_string()
17764                 fixed some bugs, changed the name of some options
17765                 age_sup and age_inf becomes age_greater and age_lower,
17766                 body and messageheaders becomes body_part and headers_part,
17767                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17768         * src/prefs_display_header.c
17769         * src/prefs_headers.c
17770                 fixed a bug that accidentally destroyed dialogs
17771                 when closed them with delete_event
17772                 Added *_deleted() which handle delete_event signal correctly.
17773         * src/prefs_folder_item.[ch]
17774                 added "enable_thread" field for future customization
17775         * added src/prefs_matcher.[ch]
17776                 sample of the UI to define matching properties
17777         * src/procheader.c
17778                 using procheader_headername_equal instead of str*cmp functions
17779                 using procheader_parse_header() function
17780         * src/scoring.c
17781                 using MATCHING_XXX instead of SCORING_XXX
17782         * src/summaryview.c
17783                 display the sender of the news even if this is ourself
17784                 when this is a news message.
17785         * src/textview.c
17786                 using headername_equal() instead of str*cmp functions
17787
17788 2001-05-08 [alfons]
17789
17790         0.4.66claws
17791
17792         * sync with sylpheed 0.4.66
17793         * src/gtkstext.c: trace logs added 
17794
17795 2001-05-08 [sergey]
17796
17797         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17798         signature check popup.
17799         * src/rfc2015.c (check_signature): show signature check popup only
17800         if it is enabled in preferences.
17801
17802 2001-05-07 [alfons]
17803
17804         0.4.66claws4
17805         
17806         * sync with sylpheed 0.4.66cvs6
17807
17808 2001-05-07 [darko]
17809
17810         * src/prefs_common.[ch]: added option to enable/disable
17811           looking up sender name in address book for summary pane
17812         * src/summaryview.c: look up sender in the address book
17813           by using Alfons' address completion code
17814
17815 2001-05-07 [hiroyuki]
17816
17817         * src/inc.h
17818           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17819           member of Pop3State.
17820         * src/news.c: brought #include "defs.h" before #include <glib.h>
17821           to prevent the warning of `MIN' and `MAX' redefinition.
17822
17823 2001-05-06 [hoa]
17824
17825         * removed src/headers_display.[ch]
17826         * removed src/prefs_display_headers.[ch]
17827         * src/inc.c
17828                 use a temporary file in the user directory for mbox import
17829         * src/news.c
17830                 added XHDR support to get "To" and "Cc" headers
17831                 (in order to match news with to or cc field for
17832                 scoring)
17833                 added function news_parse_xhdr() to get XHDR response
17834         * src/nntp.[ch]
17835                 added function nntp_xhdr()
17836         * src/matcher.c
17837                 fetch the message if necessary
17838
17839 2001-05-06 [alfons]
17840
17841         0.4.66claws3
17842
17843         * sync with sylpheed 0.4.66cvs3-5
17844
17845 2001-05-06 [hoa]
17846
17847         * src/utils.[ch]
17848                 added function itos_buf() to enable use of several buffers
17849         * src/summaryview.c
17850                 use of itos_buf() instead of itos() in summary list
17851                 to fix the broken display of message number.
17852
17853 2001-05-06 [alfons]
17854
17855         * src/gtkstext.c: bug in cursor up navigation fixed,
17856                 fixed another unsigned / signed comparison (we're getting there :-)
17857
17858 2001-05-06 [hoa]
17859
17860         * src/Makefile.am
17861                 added scoring.c scoring.h
17862                 prefs_folder_item.c prefs_folder_item.h
17863                 matcher.c matcher.h
17864         * src/defs.h
17865                 added FOLDERITEM_RC SCORING_RC
17866         * src/folder.[ch]
17867                 added prefs field in FolderItem :
17868                 properties for each folder (PrefsFolderItem),
17869                 sorting type and mode were added as the first properties.
17870         * src/main.c
17871                 read config for scoring
17872         * added src/matcher.[ch]
17873                 gives functions to parse configuration file to do
17874                 matching on mails with a list of conditions.
17875         * src/mainwindow.c
17876                 add option to sort by score
17877         * src/prefs_common.[ch]
17878                 added preference option to show score and for
17879                 the score column size
17880         * added src/prefs_folder_item.[ch]
17881                 properties for each folder (PrefsFolderItem),
17882                 sorting type and mode were added as the first properties.
17883         * src/procheader.[ch]
17884                 added procheader_parse_header()
17885                 added procheader_header_free()
17886                 added procheader_headername_equal()
17887                 and made modification to use them.
17888         * src/procmsg.[ch]
17889                 added score field to MsgInfo structure
17890         * added src/scoring.[ch]
17891                 gives functions to parse configuration file to do
17892                 scoring on mails with a list of conditions.
17893         * src/summaryview.[ch]
17894                 save the sorting type and mode for the folder
17895                 added column to display the score of the mail
17896                 added function summary_score_clicked()
17897                 sorting type and mode are restored to the folder
17898                 when it is reopen
17899         * src/textview.c
17900                 use procheader_parse_header(), procheader_headername_equal()
17901                 removed memory leak in text_scan_header when freeing headers
17902         * src/filter.c
17903                 changed the function to match names of headers
17904                 using procheader_headername_equal()
17905
17906         Scoring functions are implemented, an interface is needed
17907         to configure that.
17908
17909 2001-05-04 [alfons]
17910
17911         * src/gtkstext.c: 
17912                 hopefully fixed the row up navigation bug,
17913                 removed adding back / forward lines to cache
17914
17915 2001-05-04 [sergey]
17916
17917         * src/prefs_display_headers.c: user interface changes:
17918         (prefs_display_headers_create): remove unused "Show" check button;
17919         allow reordering of headers by dragging.
17920         (prefs_display_headers_write_config): remove unused variables.
17921         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17922         of lists (not needed with the new UI).
17923         (prefs_display_headers_set_list): scan lists starting from row 0,
17924         not 1 (do not skip "(New)").
17925         (prefs_display_headers_find_header): new function.
17926         (prefs_display_headers_clist_set_row): do not allow duplicates.
17927         (prefs_display_headers_delete_cb): do not skip row 0; treat
17928         closing the alert window by ESC as "No".
17929         (prefs_display_headers_up): do not protect row 0.
17930         (prefs_display_headers_down): do not protect row 0.
17931
17932 2001-05-04 [sergey]
17933
17934         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17935         functions.
17936
17937         * src/summaryview.c
17938         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17939         summary_select_next_marked, summary_select_prev_marked): new
17940         functions.
17941
17942 2001-05-03 [sergey]
17943
17944         * src/news.c: fixed a bug when no article can be fetched after
17945         server timeout if the connection was restored by news_post():
17946         (news_select_group): new function.
17947         (news_fetch_msg): call news_select_group() before fetching
17948         article.
17949         (news_get_uncached_articles): set session->group after successful
17950         GROUP command.
17951
17952 2001-05-03 [hoa]
17953
17954         * src/defs.h
17955         * src/procmsg.[ch]
17956         * src/procheader.c
17957                  changed version of cache, added cc field
17958
17959         * src/prefs_display_headers.c
17960                 the interface was changed
17961
17962         * src/prefs_headers.c
17963                 added cancel button
17964
17965 2001-05-03 [alfons]
17966
17967         * completed sync of sylpheed cvs2
17968         * src/gtkstext.c: updated row up / down cursor navigation
17969         * src/textview.c: re-edited, prepared for fixing the email address
17970                 scanner.
17971
17972 2001-05-03 [darko]
17973
17974         * src/prefs_common.c: use alfons' strftime ui code
17975         entry_datefmt and datefmt_sample widgets have to be
17976         global in this module because of this change
17977
17978 2001-05-03 [hoa]
17979
17980         * src/messageview.c
17981         * src/prefs_common.[ch] added option to activate the return receipt
17982                 feature.
17983
17984 2001-05-02 [alfons]
17985
17986         * src/gtkstext.c: fix for row up/down cursor navigation. 
17987
17988         0.4.66claws2
17989         
17990         * sync with 0.4.66cvs2
17991
17992 2001-05-02 [paul]
17993
17994         added add-sender-to-addressbook patch
17995
17996         * src/addressbook.c
17997         * src/addressbook.h
17998         * src/summaryview.c
17999
18000 2001-05-02 [sergey]
18001
18002         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18003         G_ALERTDISABLE.
18004
18005         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18006         all existing callers changed to pass FALSE; create a check button
18007         to disable the message.
18008         (alertpanel_message_with_disable): new function.
18009         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18010         (alertpanel_button_toggled): new function.
18011         (alertpanel_button_clicked, alertpanel_close): set value using
18012         G_ALERT_VALUE_MASK.
18013
18014         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18015
18016         * src/prefs_common.c (prefs_privacy_create): new check button
18017         checkbtn_gpgme_warning.
18018
18019         * src/main.c (main): moved preferences reading before gpgme
18020         initialization; check prefs_common.gpgme_warning before giving the
18021         GnuPG warning and set it to FALSE if the user wants to disable the
18022         warning.
18023
18024 2001-05-02 [hiroyuki]
18025
18026         * src/prefs_display_headers.c: modified the layout and some labels.
18027
18028 2001-05-02 [sergey]
18029
18030         * src/prefs_account.c (prefs_account_fix_size): new function.
18031         (prefs_account_create): call prefs_account_fix_size(); use
18032         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18033         size when the window is shown for the first time).
18034         (prefs_account_basic_create): changed layout of serv_table; moved
18035         localmbox_entry above smtpserv_entry (logically it replaces
18036         POP3/IMAP server).
18037         (prefs_account_protocol_activated): set sensitivity of
18038         nntpauth_chkbtn according to the protocol (in addition to
18039         hide/show); commented out gtk_table_set_row_spacing() calls.
18040         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18041         not sensitive (fixes a bug with disabled username/password boxes
18042         when editing POP3 account after NNTP with authentication).
18043
18044 2001-05-02 [hoa]
18045
18046         * src/account.c
18047         * src/inc.c
18048         * src/prefs_account.[ch]
18049         * src/send.c
18050                 removed local account without SMTP server
18051                 added option to use mail command instead of a connexion
18052                 to SMTP server when a local account is used
18053         * src/prefs_headers.c
18054                 fixed a bug
18055         * src/news.c
18056                 fixed a bug when connexion immediately closed
18057
18058 2001-05-01 [alfons]
18059
18060         0.4.66claws1
18061         
18062         * sync with 0.4.65
18063
18064 2001-05-01 [sergey]
18065
18066         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18067         widget nntpauth_chkbtn.
18068         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18069         visibility.
18070         (prefs_account_nntpauth_toggled): new function.
18071
18072         * src/news.c (news_session_new_for_folder): use NNTP
18073         authentication only if ac->use_nntp_auth is set.
18074
18075 2001-05-01 [hoa]
18076
18077         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18078         * src/prefs_display_headers.c changed the UI
18079         * src/prefs_headers.c changed account_name to account_id
18080         * src/compose.c using customheader.h
18081
18082 2001-05-01 [hiroyuki]
18083
18084         * src/esmtp.c
18085           src/news.c
18086           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18087           unsynched.
18088
18089 2001-05-01 [hoa]
18090
18091         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18092         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18093                 for displaying of headers
18094         * src/grouplist_dialog.[ch] minor changes to remove warnings
18095         * src/prefs_display_headers.[ch] dialog to choose the
18096         headers to display in the mail viewer.
18097         * src/headers.h correction of #define
18098         * src/headers_display.[ch] configuration for displaying of headers.
18099         * src/main.c read config of displaying of headers
18100         * src/prefs_common.c add a button to access the config dialog
18101                 for displaying of headers
18102         * src/prefs_display_headers.[ch] dialog for configuration for
18103                 displaying of the headers.
18104         * src/prefs_headers.c cleaning of code
18105         * src/procheader.c comments added to code
18106         * src/textview.c changes to reorder the headers depending
18107                 on the config for displaying of headers
18108
18109 2001-04-30 [alfons]
18110
18111         0.4.65claws7
18112
18113         * sync with 0.4.65cvs12
18114
18115         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18116
18117 2001-04-30 [sergey]
18118
18119         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18120
18121         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18122         is set to force reconnection after authentication failure.
18123         (nntp_gen_command): set sock->auth_failed on authentication
18124         failure, or if sock->userid and sock->passwd are not set.
18125
18126         * src/news.c (news_session_new_for_folder): set userid=NULL if
18127         password dialog is cancelled.
18128
18129 2001-04-30 [sergey]
18130
18131         * src/nntp.h (NNTPSockInfo): new type.
18132
18133         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18134         SockInfo.
18135         (nntp_open_auth, nntp_close): new functions.
18136         (nntp_gen_command): new function to handle authentication; all
18137         NNTP command functions updated to use it.
18138         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18139         (nntp_list): removed old useless code.
18140
18141         * src/news.h (NNTPSession): new field nntp_sock.
18142
18143         * src/news.c: all functions updated to use NNTPSockInfo instead of
18144         SockInfo.
18145         (news_session_new): new arguments (userid, passwd); made static;
18146         use nntp_open_auth() if needed.
18147         (news_session_destroy): use nntp_close() instead of sock_close().
18148         (news_query_password): changed arguments.
18149         (news_session_new_for_folder): new function.
18150         (news_session_get): use news_session_new_for_folder().
18151         (news_authenticate): deleted.
18152         (news_get_uncached_articles): removed old authentication code.
18153
18154 2001-04-30 [sergey]
18155
18156         * src/news.c: reverted my previous changes (need to do NNTP
18157         authentication in a cleaner way).
18158         
18159 2001-04-29 [sergey]
18160
18161         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18162         news_nntp_post, news_nntp_mode): new functions (wrappers with
18163         authentication support).
18164         (news_get_article_cmd, news_get_article, news_get_header): new
18165         argument "folder"; all callers changed.
18166         (news_get_article_cmd): added authentication support.
18167         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18168         (news_post): use news_nntp_post() instead of nntp_post().
18169         (news_get_uncached_articles): use news_nntp_group() instead of
18170         nntp_group() and news_nntp_xover() instead of nntp_xover();
18171         removed old authentication code.
18172         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18173
18174         * src/nntp.c (nntp_list): return real error code instead of
18175         hardcoded NN_ERROR.
18176
18177 2001-04-29 [sergey]
18178
18179         * configure.in: fixed wint_t typedef detection again
18180
18181 2001-04-28 [hoa]
18182
18183         * src/prefs_account.[ch], added A_LOCAL_CMD
18184                 (send mail with mail command)
18185         * src/send.c added function send_message_with_command()
18186         * src/inc.c made a more secure get_spool() function with
18187                 mktemp() but maybe mkstemp() or something more
18188                 secure can be used.
18189
18190 2001-04-28 [alfons]
18191
18192         * src/textview.c, colorization of email addresses in headers
18193
18194         0.4.65claws6
18195
18196         * bug sync with sylpheed
18197         * prefs_common.c: created date format ui for darko
18198         * sync with 0.4.65cvs11
18199         * configure.in: corrected to have the new gpg checks
18200
18201 2001-04-27 [alfons]
18202
18203         * completed sync with 0.4.65cvs10
18204         * minor debug things added to gtkstext.c
18205
18206 2001-04-27 [darko]
18207
18208         * configure.in: remove check for availability of
18209           strftime() as advised by Hiroyuki
18210         * src/prefs_common.[ch], src/procheader.c:
18211           synch strftime() code with Hiroyki's main branch
18212
18213 2001-04-26 [sergey]
18214
18215         * src/news.c: news_query_password(), news_authenticate(): new
18216           functions.
18217           news_get_uncached_articles(): added NNTP authentication
18218           handling.
18219         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18220           new functions.
18221         * src/prefs_account.c: prefs_account_protocol_activated():
18222           enable userid and password fields for NNTP.
18223
18224 2001-04-26
18225
18226         * configure.in: check for availability of strftime()
18227           [darko]
18228         * src/prefs_common.[ch], src/procheader.c: use
18229           strftime() for displaying date in summary pane if it
18230           is available
18231
18232 2001-04-25
18233
18234         * more .cvsignore cleanups [alfons]
18235
18236 2001-04-25
18237
18238         * ac/sv-check-type.m4: new autoconf macro.
18239         * configure.in: fixed wint_t typedef detection (did not work
18240           with gcc-2.96).
18241
18242 2001-04-25
18243
18244         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18245           [hiroyuki]
18246
18247 2001-04-24
18248         * modified gtkstext.c : buggy cursor navigation fixed, 
18249           and font descent also taken in account when drawing
18250           cursor. [alfons]
18251
18252 2001-04-24 [hoa]
18253         * added comments in src/news.c src/nntp.c
18254         * added src/prefs_headers.[ch]
18255         * added src/headers.[ch]
18256         * modified compose.c to activate custom headers
18257                 added function is_in_custom_headers
18258         * modified prefs_account.[ch]
18259                 added function prefs_account_customhdr_edit
18260         * modified src/defs.h :
18261                 added HEADERS_RC : name of the config file
18262                 for the custom headers
18263
18264 2001-04-24
18265
18266     0.4.65claws5
18267
18268         * configure.in
18269           src/gtkstext.[ch]
18270           src/compose.c
18271           src/Makefile.am
18272           
18273           added gtkstext with configure.in patch by Hiroyuki which
18274           should fix the XIM detection [alfons]
18275
18276         * more clean up of cvs [alfons]
18277
18278                  * removed all Makefile.in files to attic.
18279
18280                  * updated all .cvsignores to really ignore things that could
18281                    be unintentionally committed by a recursive commit.
18282
18283 2001-04-23 [hoa]
18284         * added src/grouplist_dialog.[ch]
18285         * changed src/folderview.c to call grouplist_dialog instead
18286                 of inputdialog
18287         * src/news.c :
18288                 added functions news_reset_group_list
18289                 and news_get_group_list
18290         * src/nntp.c :
18291                 added function nntp_list
18292         * src/defs.h :
18293                 added GROUPLIST_FILE : name of the newsgroup list cache file
18294
18295 2001-04-21
18296
18297         * added option to warn about queued messages on exit [sergey]:
18298
18299           * src/compose.c: compose_queue(): call folder_item_scan()
18300             and folderview_update_item() after queueing.
18301           * src/folderview.c: folderview_update_node(): draw the queue
18302             folder in bold font if there are queued messages.
18303           * src/mainwindow.c: queued_messages(): new function.
18304             app_exit_cb(): display warning if there are queued messages
18305             if warn_queued_on_exit is set.
18306           * prefs_common.[ch]: add warn_queued_on_exit option.
18307
18308         * enhanced GnuPG key selection support [sergey]:
18309
18310           * src/select-keys.c: updated to newer version from Win32
18311             branch with support for selecting arbitrary keys.
18312           * src/prefs_account.c: added the Privacy tab to the account
18313             options window.
18314             prefs_account_privacy_create(),
18315             prefs_account_sign_key_set_data_from_radiobtn(),
18316             prefs_account_sign_key_set_radiobtn(): new functions.
18317           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18318           * src/rfc2015.c: set_signers(): new function.
18319             pgp_sign(): add the account parameter, call set_signers().
18320             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18321           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18322           * src/compose.c: pass the current account to rfc2015_sign().
18323
18324         * tag name claws added to prevent confusion with main branch [alfons]
18325
18326         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18327
18328         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18329
18330         * sync with recent sylpheed cvs. Untested though. [alfons]
18331